@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");

@font-face {
  font-family: "Avenir LT Std 55 Roman";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/AvenirLTStd-Roman.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT Std 65 Medium";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/AvenirLTStd-Medium.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT Std 85 Heavy";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/AvenirLTStd-Heavy.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT Std 95 Black";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/AvenirLTStd-Heavy.woff") format("woff");
}

@font-face {
  font-family: "Beauty Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/BeautyDemo.woff") format("woff");
}

@font-face {
  font-family: "Garden Flower";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/gardenflower-regular.woff") format("woff");
}

body {
  text-rendering: optimizeLegibility;
  font-family: "Noto Sans", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #001a71;
  margin-bottom: 0;
  font-weight: bold;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
  color: #001a71;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
}

h6 {
  font-size: 20px;
}

p {
  margin-bottom: 0;
}

ul,
ol {
  margin-bottom: 0;
}

p,
li {
  font-size: 16px;
  line-height: 30px;
}

button:focus {
  outline: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

.row{
	justify-content:center;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 27px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 19px;
  }

  h5 {
    font-size: 17px;
  }

  h6 {
    font-size: 15px;
  }

  body,
  p,
  li {
    font-size: 14px;
  }

  p,
  li {
    line-height: 24px;
  }
}

/* Header CSS */
@media screen and (min-width: 1200px) {
  header nav .navbar-nav .dropdown-custom {
    margin-top: 0;
    padding-bottom: 0;
    border: none;
  }

  header nav .navbar-nav .dropdown-custom .inner {
    background-color: #f0e6ad;
    margin-top: 15px;
    padding: 20px 25px;
  }

  header nav .navbar-nav .dropdown-custom .inner a {
    padding: 2px 7px;
    font-size: 18px;
  }
}

header {
  background-color: #fff;
}

header .fa-facebook-f,
header .fa-instagram ,
header .fa-linkedin-in{
  color: #444;
}

header .img-resize {
  max-width: 70%;
}

header .navbar-brand img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

header .top-section {
  padding: 15px 0;
  padding-bottom: 0;
}

header .top-section .lg-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -6px;
}

header .top-section .sm-call-btn-phone {
  visibility: hidden;
}

header .top-section .sm-call-btn-phone a.phone-link {
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9;
}

header .top-section .sm-call-btn-phone a.phone-link:last-of-type {
  border-bottom: none;
}

header .top-section .sm-call-btn-mail {
  visibility: hidden;
}

header .top-section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

header .top-section .box p {
  padding-right: 30px;
  font-size: 12px;
}

header .top-section .box p a {
  color: #888888;
}

header .top-section .box p span {
  font-size: 14px;
  color: #888888;
}

header .top-section .box i.fab {
  font-size: 25px;
}

header .top-section .box .divider {
  font-size: 35px;
  color: #d9d9d9;
}

header .top-section .box .course a {
  background-color: #f0e6ad;
  color: #080073;
  border-radius: 10px;
  font-weight: bold;
  padding: 5px 15px;
}

header .top-section .box .promotion,
header .top-section .box .course {
  position: relative;
  top: -4px;
}

header nav {
  -webkit-box-shadow: -4px 6px 5px 0 rgba(0, 0, 0, 0.16),
    -4px 8px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: -4px 6px 5px 0 rgba(0, 0, 0, 0.16),
    -4px 8px 10px 0 rgba(0, 0, 0, 0.12) !important;
  padding: 1.5rem 1rem !important;
}

header nav .navbar-brand {
  position: absolute;
  top: -2rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

header nav .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  color: #001a71 !important;
  margin-right: 0.5rem;
  padding-left: 8px;
  padding-right: 8px;
}

header nav .navbar-nav .dropdown-menu a {
  color: #001a71 !important;
}

header .navbar-light .navbar-toggler {
  border: none;
}

header .dropdown .dropdown-menu {
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0;
}

header .dropdown .dropdown-menu li {
  background-color: #f0e6ad;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
}

header .dropdown .dropdown-menu li a {
  color: #080073;
}

header .dropdown .dropdown-menu li:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

header .dropdown .dropdown-menu li a {
  line-height: normal;
  padding: 10px 13px;
}

@media screen and (min-width: 1200px) {
  nav.navbar.navbar-expand-xl.navbar-light
    ul.navbar-nav
    .dropdown:hover
    > .dropdown-menu {
    display: block;
  }
  header nav .navbar-nav .nav-item {
    margin-top: auto;
    margin-bottom: auto;
  }

  .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link,
  header nav .navbar-nav .nav-item .nav-link:hover {
    background-color: #f0e6ad;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  header nav .navbar-brand {
    top: -1.5rem;
  }
  nav .navbar-brand img {
    max-width: 84%;
  }
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    margin-right: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  header .top-section .box p {
    padding-right: 8px;
  }
  header .top-section .box i.fab {
    font-size: 22px;
  }
  header .top-section .box .course a {
    padding: 5px 12px;
  }
}

@media screen and (max-width: 1px) {
  header .top-section {
    padding: 5px 0;
  }
  header nav {
    padding: 0.4rem 0.5rem !important;
  }
  header nav .navbar-brand {
    top: -1rem;
  }
  header nav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  header .top-section .box p {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1370px) {
  nav .navbar-brand {
    top: -1.5rem;
  }

  nav .navbar-brand img {
    max-width: 70%;
  }
  nav .navbar-brand img.img-resize {
    max-width: 45%;
  }
  header nav .navbar-brand {
    top: -1.7rem;
  }
}

@media screen and (max-width: 1280px) {
  nav .navbar-brand img.img-resize {
    max-width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  /* Header CSS */
  header .navbar {
    margin-bottom: -97.98px;
  }

  header .animated-icon2 span {
    background-color: #001a71 !important;
  }

  header .top-section .sm-call-btn-mail {
    visibility: visible;
  }

  header .top-section .sm-call-btn-mail i.far {
    font-size: 25px;
    color: #001a71;
    vertical-align: sub;
  }

  header .top-section .dropdown-toggle::after {
    font-size: 12px;
  }

  header .top-section .sm-call-btn-phone {
    visibility: visible;
    padding-right: 30px;
  }

  header .top-section .sm-call-btn-phone i.fas {
    color: #001a71;
    font-size: 22px;
  }

  header .top-section .lg-call {
    display: none !important;
  }

  header nav {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 0.5rem 1rem !important;
  }

  header nav .navbar-brand {
    position: unset;
    top: unset;
  }

  header nav .navbar-nav {
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    margin-bottom: 5px;
  }

  header nav .navbar-nav li.nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  header nav .navbar-nav li.nav-item a.nav-link {
    padding: 5px;
    font-size: 13px;
  }

  header nav .navbar-nav li.nav-item.dropdown {
    position: relative;
  }

  header nav .navbar-nav li.nav-item.dropdown a.nav-link {
    display: table;
    margin-right: auto;
  }

  header nav .navbar-nav li.nav-item.dropdown a.nav-link:after {
    content: none;
  }

  header nav .navbar-nav li.nav-item.dropdown:before {
    position: absolute;
    right: 1rem;
    top: 18px;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #001a71;
  }

  header nav .navbar-nav li.nav-item.dropdown .dropdown-menu {
    text-align: left;
    padding-bottom: 0;
    padding-top: 0;
  }

  header nav .navbar-nav li.nav-item.dropdown .dropdown-menu li {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.1);
    border-left: none;
    border-right: none;
  }

  header nav .navbar-nav li.nav-item.dropdown .dropdown-menu li:last-of-type {
    border-bottom: none;
  }

  header nav .navbar-nav li.nav-item.dropdown .dropdown-menu li a {
    background-color: transparent;
    color: #001a71;
    font-size: 13px;
    line-height: 24px;
    padding: 5px;
    padding-left: 20px;
  }

  header nav .navbar-nav li.nav-item:hover.dropdown:before {
    color: #001a71;
  }
}

@media screen and (max-width: 991px) {
  header .top-section {
    max-height: 48px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	  background: #fff;
  }

  header .top-section.hide-top {
    max-height: 0;
    padding: 0;
  }
	.fixed-top-testi {
    top: 132px !important;
  }
	
}

@media screen and (max-width: 767px) {
	.fixed-top-testi {
    top: 113px !important;
  }
  header .top-section .box p {
    padding-right: 25px;
  }

  header .top-section .box .divider {
    font-size: 30px;
  }

  header .top-section .box i.fab {
    font-size: 20px;
  }

  header .top-section .sm-call-btn-mail i.far {
    font-size: 16px;
    vertical-align: text-bottom;
  }

  header .top-section .sm-call-btn-phone {
    padding-right: 15px;
  }

  header .top-section .sm-call-btn-phone i.fas {
    font-size: 14px;
  }

  header nav .navbar-brand {
    width: 210px;
  }

	header nav .navbar-brand img {
		/*     max-width: 80%; */
		max-width: 100% !important;
		width: 100% !important;
		height: auto;
	}

  header .animated-icon1,
  header .animated-icon2,
  header .animated-icon3 {
    height: 25px;
  }
}

@media screen and (max-width: 575px) {
  header .navbar {
    margin-bottom: -66.02px;
  }

  header .top-section .box p {
    padding-right: 5px;
  }

  header .top-section .box .divider {
    font-size: 25px;
  }

  header .top-section .box i.fab {
    font-size: 16px;
  }

  header nav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }

  header nav .navbar-nav .dropdown-menu a {
    font-size: 14px;
  }

  header .top-section .box .promotion {
    display: none;
  }

  header .top-section .box p {
    font-size: 9px;
  }

  header .top-section .box .course {
    padding-right: 0;
  }
}

section#carousel-sec,
section.banner,
section.banner-carousel {
  margin-top: 150px;
}

@media screen and (max-width: 1440px) {
  section#carousel-sec,
  section.banner,
  section.banner-carousel {
    margin-top: 149px;
  }
}
@media screen and (max-width: 1399px) {
  section#carousel-sec,
  section.banner,
  section.banner-carousel {
    margin-top: 108px;
  }
}
@media screen and (max-width: 1199px) {
  section#carousel-sec,
  section.banner,
  section.banner-carousel {
    margin-top: 135px;
  }

  header nav .navbar-nav .nav-item .nav-link {
    margin-right: 0;
  }

  .navbar-nav .dropdown-toggle::after {
    float: right;
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
	section#carousel-sec,
  section.banner,
  section.banner-carousel {
    margin-top: 134px;
  }
}
@media screen and (max-width: 575px) {
  section#carousel-sec,
  section.banner,
  section.banner-carousel {
    margin-top: 113px;
  }
}

@media screen and (max-width: 385px) {
  section#carousel-sec,
  section.banner,
  section.banner-carousel {
    margin-top: 112px;
  }
}

@media screen and (max-width: 375px) {
  section#carousel-sec,
  section.banner,
  section.banner-carousel {
    margin-top: 109px;
  }
}

@media screen and (max-width: 360px) {
  section#carousel-sec,
  section.banner,
  section.banner-carousel {
    margin-top: 107px;
  }
}

/****************************************/
/* Navigation Menu on Scroll Animation */
/****************************************/
.navslide {
  animation-name: nav-slide;
  -webkit-animation-name: nav-slide;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  z-index: 99999;
  background-color: #fff !important;
}

@keyframes nav-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes nav-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/* NAVIGATION HAMBURGER MENU */
/* Icon 1 */
.animated-icon1,
.animated-icon2,
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background: #e65100;
}

.animated-icon2 span {
  background: #000;
}

.animated-icon3 span {
  background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 10px;
}

.animated-icon1 span:nth-child(3) {
  top: 20px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px;
}

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px;
}

footer {
  background-color: #002248;
  padding: 5rem 0;
}

footer h6 {
  font-family: "Avenir LT Std 85 Heavy";
  color: #294665;
  font-size: 20px;
  display: block;
}

footer .yellow-txt h6 {
  color: #c2a01f;
  margin-top: 0;
}

footer .box1,
footer .box2,
footer .box3,
footer .box4 {
  padding-left: 15px;
  padding-right: 15px;
}

footer .box1 {
  width: 33%;
}

footer .box2 {
  width: 23%;
}

footer .box3 {
  width: 21%;
}

footer .box4 {
  width: 22%;
}

footer .box4 a {
  color: #97b6d9;
}

footer .box {
  margin-bottom: 2rem;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #97b6d9;
}

footer p {
  color: #fff;
  margin-bottom: 1px;
  font-size: 14px;
}

footer span {
  color: #97b6d9;
}

footer .copy-box {
  margin-top: 5rem;
  text-align: center;
}

footer .copy-box p {
  margin-bottom: 0;
  font-family: "Avenir LT Std 55 Roman";
  font-size: 12px;
  line-height: 25px;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  footer .custom {
    padding-left: 11px;
    padding-right: 11px;
  }

  footer .container {
    max-width: 1250px;
  }
}

@media screen and (max-width: 1439px) {
  footer p {
    font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  footer {
    padding: 3rem 0;
  }

  footer p {
    font-size: 13px;
  }

  footer h6 {
    font-size: 18px;
  }

  footer .box {
    margin-bottom: 1rem;
  }

  footer .copy-box {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 991px) {
  footer .box1,
  footer .box2,
  footer .box3,
  footer .box4 {
    width: 50%;
    margin-bottom: 1rem;
  }

  footer .yellow-txt .box {
    padding-top: 0;
  }

  footer .box {
    padding-top: 0.7rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  footer .copy-box {
    margin-top: 1.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  footer .copy-box {
    margin-top: 1rem;
    text-align: center;
  }

  footer .box1,
  footer .box2,
  footer .box3,
  footer .box4 {
    width: 100%;
  }
}

a.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #20b038;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

a.floating-whatsapp i {
  color: #fff;
  font-size: 40px;
}

@media screen and (max-width: 1px) {
  a.floating-whatsapp {
    width: 50px;
    height: 50px;
  }
  a.floating-whatsapp i {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  a.floating-whatsapp {
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
  }

  a.floating-whatsapp i {
    font-size: 28px;
  }
}

@media screen and (min-width: 1200px) {
  .phone-link {
    cursor: pointer;
  }
}

section#philosophy h2,
section#philosophy h5,
section#section-3 .box-slider .box-inner h3,
section#heart h2,
section#enquire h2,
section#timer h2 {
  font-weight: 400;
}

section#ride h2 {
  font-weight: normal;
}

button.btn {
  background-color: #001a71;
  text-transform: none;
  font-size: 20px;
  font-family: "Avenir LT Std 95 Black";
  color: #fff;
  padding: 0.84rem 3.15rem;
}

button.btn a {
  color: #fff;
}

button.btn a i {
  font-size: 18px !important;
  padding-left: 2rem;
}

@media screen and (max-width: 767px) {
  button.btn {
    font-size: 16px;
    padding: 0.84rem 1.15rem;
  }

  button.btn a i {
    font-size: 16px !important;
    padding-left: 1rem;
  }
}

button:focus {
  outline: none !important;
}

img:focus {
  outline: none !important;
}

.owl-next:focus,
.owl-prev:focus {
  outline: none;
}

section#carousel-sec h1,
section#carousel-sec h3 {
  font-weight: 400;
}

section#carousel-sec img {
  width: 100%;
}

section#carousel-sec .carousel-item .sm-banner3 {
  display: none;
}

section#carousel-sec .carousel .carousel-control-next-icon,
section#carousel-sec .carousel .carousel-control-prev-icon {
  width: 2rem;
  height: 3rem;
}

section#carousel-sec .carousel .carousel-control-prev-icon {
  background-image: url('https://writerstudio.com.sg/wp-content/uploads/2022/04/caret-left.png');
}

section#carousel-sec .carousel .carousel-control-next-icon {
  background-image: url('https://writerstudio.com.sg/wp-content/uploads/2022/04/caret-right.png');
}

section#carousel-sec .custom-btn {
  background-color: #e4da76;
  font-size: 20px;
  border: none;
  font-family: "Avenir LT Std 55 Roman";
  font-weight: normal;
  color: #002248;
  padding: 10px 20px;
}

section#carousel-sec .custom-btn i.fas {
  font-size: 15px;
  margin-left: 1rem;
}

section#carousel-sec .caption1 {
  top: 50%;
  left: 50%;
  bottom: unset;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 3rem 0;
  text-align: left;
  width: 40%;
}

section#carousel-sec .caption1 .box h1 {
  font-size: 45px;
  margin-bottom: 1rem;
  color: #fff;
}

section#carousel-sec .caption1 .box h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 2rem;
}

section#carousel-sec .caption1 .box h3 span {
  font-weight: bold;
  font-style: italic;
}

.carousel-control-next,
.carousel-control-prev {
  width: 10%;
}
section#carousel-sec .caption2 {
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: 30%;
}

section#carousel-sec .caption2 h1 {
  font-size: 45px;
  color: #001a71;
  margin-bottom: 1.5rem;
}

section#carousel-sec .caption2 h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 2.5rem;
}

section#carousel-sec .caption2 h3 span {
  font-weight: bold;
  font-style: italic;
}

section#carousel-sec .caption3 {
  right: 0;
  left: 50%;
  text-align: left;
  width: 33%;
  top: 50%;
  transform: translateY(-50%);
}

section#carousel-sec .caption3 h1 {
  font-size: 25px;
  color: #63cec6;
  margin-bottom: 2rem;
}

section#carousel-sec .caption3 h4 {
  font-size: 40px;
  color: #63cec6;
  margin-bottom: 1.5rem;
}

section#carousel-sec .caption3 h3 {
  font-size: 35px;
  color: #e2b0a7;
  font-weight: bold;
  margin-bottom: 2rem;
}

section#carousel-sec .caption3 h3 span {
  font-style: italic;
}

@media screen and (min-width: 768px) {
  section#carousel-sec .carousel-item img.img-sm {
    display: none;
  }
}

section#philosophy {
  background: url("../images/bg-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 4rem 0;
  text-align: center;
}

section#philosophy .title {
  margin-bottom: 3rem;
}

section#philosophy h2 {
  margin-bottom: 1.5rem;
}

section#philosophy p {
  font-size: 25px;
}

section#philosophy h5 {
  font-size: 25px;
  color: #001a71;
  margin-bottom: 1rem;
}

section#philosophy .img-box {
  position: relative;
}

section#philosophy .img-box .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  z-index: 1;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.2);
}

section#philosophy .img-box p {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  z-index: 2;
}

@media screen and (min-width: 1440px) {
  section#section-3 .container {
    max-width: 1360px;
  }
}

section#section-3 {
  padding-top: 1rem;
}

section#section-3 .balloon {
  position: absolute;
  z-index: 1;
  right: 3rem;
  top: 5rem;
}

section#section-3 .mountain {
  position: absolute;
  z-index: 1;
  right: -0.7rem;
  bottom: -1rem;
}

section#section-3 .brush {
  position: absolute;
  z-index: 1;
  bottom: -5rem;
  left: 18rem;
}

section#section-3 .container {
  position: relative;
}

section#section-3 .container .row {
  position: relative;
}

section#section-3 .blue-box {
  background-color: #001a71;
}

section#section-3 .blue-box .box {
  padding: 6rem 2rem;
}

section#section-3 .blue-box .box h3 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

section#section-3 .blue-box .box p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

section#section-3 .blue-box .box .custom-btn {
  background-color: #e6d67e;
  color: #001a71;
  text-transform: none;
  font-size: 20px;
  border-radius: 0;
  padding: 0.5rem 2.5rem;
  font-family: "Avenir LT Std 95 Black";
  margin-top: 2.5rem;
}

section#section-3 .blue-box .box .custom-btn i.fas {
  margin-left: 1rem;
  font-size: 20px;
}

section#section-3 .light-blue-box {
  padding-left: 0;
  padding-right: 0;
}

section#section-3 .light-blue-box .spacer {
  display: inline-block;
  width: 293px;
}

section#section-3 .box-slider {
  background: url("../images/light-blue-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  height: 31rem;
  position: relative;
}

section#section-3 .box-slider .box-inner {
  position: relative;
  background-color: transparent;
  padding-top: 6rem;
  padding-left: 6rem;
  padding-right: 12rem;
  padding-bottom: 6rem;
}

section#section-3 .box-slider .box-inner h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 1.5rem;
}

section#section-3 .box-slider .box-inner p {
  color: #fff;
  font-size: 18px;
}

section#section-3 .box-slider .box-inner .testimonial-text {
  margin-bottom: 2.5rem;
}

section#section-3 .box-slider .box-inner .custom-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

section#section-3 .box-slider .box-inner .custom-nav .owl-prev,
section#section-3 .box-slider .box-inner .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

section#section-3 .box-slider .box-inner .custom-nav .owl-prev {
  left: 1rem;
}

section#section-3 .box-slider .box-inner .custom-nav .owl-next {
  right: 8rem;
}

section#section-3 .box-slider .box-inner .custom-nav .owl-prev:focus,
section#section-3 .box-slider .box-inner .custom-nav .owl-next:focus {
  outline: none;
}

section#heart {
  padding: 7rem 0;
  text-align: center;
}

section#heart h2 {
  margin-bottom: 1.5rem;
}

section#heart .box img {
  margin-bottom: 2rem;
}

section#heart .box .name h6 {
  font-size: 22px;
  color: #001a71;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

section#heart .box .school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

section#heart .box .school p {
  color: #001a71;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

section#enquire {
  background: url("../images/bg-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20rem 0;
}

section#enquire .submarine {
  display: none;
}

section#enquire .sea {
  display: none;
}

section#enquire h2 {
  margin-bottom: 4rem;
}
section#enquire form select,
section#enquire form input {
  border-radius: 0;
  height: 63px;
}

section#enquire form textarea {
  border-radius: 0;
}

section#enquire form .btn-cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}

section#enquire form .btn-cap .custom-btn {
  margin: 0;
  margin-left: 2rem;
  height: 75px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #e4da76;
  text-transform: none;
  font-size: 20px;
  font-family: "Avenir LT Std 85 Heavy";
  color: #001a71;
  padding: 0.84rem 3.14rem;
}

section#enquire form .btn-cap .custom-btn i.fas {
  font-size: 20px;
  margin-left: 2rem;
  vertical-align: middle;
}

section#enquire .form-group {
  margin-bottom: 2rem;
}

section#timer {
  background: url("../images/bg-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 25rem;
  padding: 3.5rem 0;
}

section#timer h2 {
  color: #fff;
  margin-bottom: 2rem;
}

section#timer .timer table {
  margin-left: auto;
  margin-right: auto;
}

section#timer .timer table td {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

section#timer .timer h3 {
  font-size: 90px;
  font-family: "Avenir LT Std 85 Heavy";
  color: #e4da76;
  margin-bottom: 0;
}

section#timer .timer thead {
  text-align: center;
}

section#timer .timer thead th {
  border-bottom: none;
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

section#timer .timer thead span {
  font-size: 85px;
  color: #e4da76;
}

section#timer .timer tbody {
  text-align: center;
}

section#timer .timer h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

section#ride {
  background-color: #d7c93e;
  padding: 4rem 0;
  padding-bottom: 5rem;
}

section#ride h2 {
  font-size: 80px;
  font-family: "Avenir LT Std 85 Heavy";
  color: #103f74;
}

section#ride h3 {
  position: absolute;
  font-family: "Beauty Regular";
  font-weight: normal;
  font-size: 69px;
  color: #fff;
  top: 3.25rem;
  left: 2.6rem;
}

section#ride .box {
  padding-top: 2rem;
  padding-left: 3rem;
}

section#ride .box .hashtag {
  background-color: #fff;
  border-radius: 8px;
  padding: 0.7rem 1rem;
  margin-bottom: 1.8rem;
  display: inline-block;
  margin-right: 2rem;
}

section#ride .box .hashtag p {
  font-family: "Avenir LT Std 85 Heavy";
  font-size: 18px;
  color: #002248;
}
section#ride .box .hashtag p a {
  color: inherit;
}

/* Screen Size up to 1600 */
@media screen and (max-width: 1600px) {
  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }
  section#carousel-sec .caption2 {
    width: 40%;
  }

  section#carousel-sec .caption3 {
    width: 44%;
  }

  section#enquire {
    padding-top: 25rem;
    padding-bottom: 4rem;
  }

  section#philosophy,
  section#heart {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* Screen Size up to 1440 */
@media screen and (max-width: 1440px) {
  section#carousel-sec .caption1 {
    width: 50%;
  }
  /*section#carousel-sec .caption2 {
    left: 5rem;
  }*/
  section#carousel-sec .caption1 .box h1 {
    font-size: 35px;
  }

  section#carousel-sec .caption2 h1 {
    font-size: 35px;
  }

  section#carousel-sec .caption3 {
    width: 45%;
  }
}

@media screen and (max-width: 1439px) {
  section#section-3 .light-blue-box {
    padding-left: 0;
    padding-right: 0;
  }

  section#section-3 .light-blue-box .spacer {
    display: inline-block;
    width: 90px;
  }
}

@media screen and (max-width: 1370px) {
  section#carousel-sec .caption1 .box h3 {
    font-size: 35px;
  }

  section#carousel-sec .caption2 h3 {
    font-size: 30px;
  }

  section#carousel-sec .caption3 h1 {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }

  section#carousel-sec .caption3 h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  section#carousel-sec .caption3 h4 {
    font-size: 35px;
    margin-bottom: 0.5rem;
  }
	
	section#ride h3 {
		font-size: 80px;
	}
}

/* Screen Size up to 1280 */
@media screen and (max-width: 1280px) {
  section#enquire {
    background: url(../images/sea.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: unset;
  }

  section#enquire .submarine {
    display: block;
    position: absolute;
    bottom: -4rem;
    right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .table {
    width: 65%;
  }
}

@media screen and (max-width: 1199px) {
/*   section#carousel-sec .caption1 {
    top: 37%;
  } */
  
  section#carousel-sec .caption1 {
		width: 60%;
  }
  section#carousel-sec .caption1 .box h1 {
    font-size: 35px;
  }

  section#carousel-sec .caption1 .box h3 {
    font-size: 30px;
  }

  section#carousel-sec .caption1 .box .custom-btn {
    font-size: 16px;
  }

  section#carousel-sec .caption1 .box .custom-btn i.fas {
    font-size: 16px;
  }

  section#carousel-sec .caption2 {
    width: 40%;
	  bottom: unset;
  }

  section#carousel-sec .caption2 h1 {
    font-size: 30px;
  }

  section#carousel-sec .caption2 h3 {
    font-size: 25px;
    margin-bottom: 1.5rem;
  }

  section#carousel-sec .caption2 .custom-btn {
    font-size: 16px;
  }

  section#carousel-sec .caption2 .custom-btn i.fas {
    font-size: 16px;
  }

  section#carousel-sec .caption3 {
    bottom: unset;
  }

  section#carousel-sec .caption3 h1 {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  section#carousel-sec .caption3 h3 {
    font-size: 25px;
    margin-bottom: 1rem;
  }

  section#carousel-sec .caption3 h4 {
    font-size: 30px;
    margin-bottom: 1rem;
  }

  section#carousel-sec .caption3 .custom-btn {
    font-size: 16px;
  }

  section#carousel-sec .caption3 .custom-btn i.fas {
    font-size: 16px;
  }

  section#philosophy {
    padding: 3rem 0;
  }

  section#ride {
    padding: 2rem 0;
    padding-bottom: 3rem;
  }

  section#ride h3 {
    top: 3.5rem;
    font-size: 75px;
  }

  section#ride .box {
    padding-top: 3rem;
  }

  section#ride .box-ride {
    margin-top: auto;
    margin-bottom: auto;
  }
}

@media screen and (max-width: 991px) {
  section#carousel-sec .caption1 {
    width: 70%;
  }

  section#carousel-sec .caption1 .box h1 {
    font-size: 30px;
  }

  section#carousel-sec .caption1 .box h3 {
    font-size: 25px;
    margin-bottom: 1.5rem;
  }

  section#carousel-sec .caption1 .box .custom-btn {
    font-size: 14px;
  }

  section#carousel-sec .caption1 .box .custom-btn i.fas {
    font-size: 14px;
  }

/*   section#carousel-sec .caption2 {
    left: 6rem;
    width: 35%;
  } */

  section#carousel-sec .caption2 h1 {
    font-size: 25px;
    margin-bottom: 1rem;
  }

  section#carousel-sec .caption2 h3 {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  section#carousel-sec .caption2 .custom-btn {
    font-size: 16px;
  }

  section#carousel-sec .caption2 .custom-btn i.fas {
    font-size: 16px;
  }

  section#carousel-sec .caption3 {
    left: 20rem;
    width: 55%;
  }

  section#carousel-sec .caption3 h1 {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  section#carousel-sec .caption3 h3 {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  section#carousel-sec .caption3 h4 {
    font-size: 25px;
    margin-bottom: 1rem;
  }

  section#carousel-sec .caption3 .custom-btn {
    font-size: 14px;
  }

  section#carousel-sec .caption3 .custom-btn i.fas {
    font-size: 14px;
  }

  section#philosophy {
    height: unset;
    background: unset;
  }

  section#philosophy .title {
    margin-bottom: 2rem;
  }

  section#philosophy p {
    font-size: 20px;
  }

  section#philosophy h5 {
    font-size: 20px;
  }

  section#enquire .submarine {
    max-width: 20%;
  }

  section#enquire .form-group {
    margin-bottom: 1.5rem;
  }

  section#enquire form .btn-cap .custom-btn {
    font-size: 18px;
    padding: 0.84rem 2.5rem;
  }

  section#enquire form .btn-cap .custom-btn i.fas {
    font-size: 18px;
    margin-left: 1rem;
  }

  section#heart {
    padding: 4rem 0;
  }

  section#heart .box {
    margin-bottom: 1.5rem;
  }

  section#heart .box .school {
    margin-bottom: 1.5rem;
  }

  section#ride {
    padding: 1rem 0;
    padding-bottom: 2rem;
  }

  section#ride h2 {
    font-size: 60px;
  }

  section#ride h3 {
    top: 2.6rem;
    font-size: 60px;
  }

  section#ride .box {
    padding-left: 1rem;
  }

  section#ride .box .hashtag p {
    font-size: 15px;
  }
}

/* Screen Size up to 768 */
@media screen and (max-width: 768px) {
/*   section#carousel-sec .caption2 {
    top: 0;
  } */

/*   section#carousel-sec .caption3 {
    left: 21rem;
    top: 0;
  } */

  section#carousel-sec .caption3 h1 {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }

  section#carousel-sec .caption3 h3 {
    font-size: 20px;
    margin-bottom: 0.5rem;
  }

  section#carousel-sec .caption3 h4 {
    font-size: 25px;
    margin-bottom: 0.5rem;
  }

  section#carousel-sec .caption3 .custom-btn {
    font-size: 14px;
  }

  section#carousel-sec .caption3 .custom-btn i.fas {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  section#carousel-sec .carousel-control-next,
  section#carousel-sec .carousel-control-prev {
    z-index: 2;
  }

  section#carousel-sec .carousel-item img.img-lg {
    display: none;
  }

  section#carousel-sec .carousel-item img.img-sm {
    height: 35rem;
    width: auto;
    max-width: unset;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  section#carousel-sec .caption1,
  section#carousel-sec .caption2,
  section#carousel-sec .caption3 {
    left: 0;
    right: 0;
    top: 50%;
    bottom: unset;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    padding: 0 15px !important;
  }

  section#carousel-sec .caption1 .box,
  section#carousel-sec .caption2 .box,
  section#carousel-sec .caption3 .box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 10px 10px 10px;
  }

  section#carousel-sec .caption1 .box h1,
  section#carousel-sec .caption1 .box h2,
  section#carousel-sec .caption1 .box h3,
  section#carousel-sec .caption1 .box h4,
  section#carousel-sec .caption1 .box h5,
  section#carousel-sec .caption1 .box h6,
  section#carousel-sec .caption1 .box p,
  section#carousel-sec .caption2 .box h1,
  section#carousel-sec .caption2 .box h2,
  section#carousel-sec .caption2 .box h3,
  section#carousel-sec .caption2 .box h4,
  section#carousel-sec .caption2 .box h5,
  section#carousel-sec .caption2 .box h6,
  section#carousel-sec .caption2 .box p,
  section#carousel-sec .caption3 .box h1,
  section#carousel-sec .caption3 .box h2,
  section#carousel-sec .caption3 .box h3,
  section#carousel-sec .caption3 .box h4,
  section#carousel-sec .caption3 .box h5,
  section#carousel-sec .caption3 .box h6,
  section#carousel-sec .caption3 .box p {
    text-shadow: 2px 2px 5px #000;
  }

  section#carousel-sec .caption2 h1 {
    font-size: 25px;
    color: #fff;
  }

  section#carousel-sec .caption2 h3 {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }

  section#carousel-sec .caption2 .custom-btn {
    font-size: 14px;
  }

  section#carousel-sec .caption2 .custom-btn i.fas {
    font-size: 14px;
  }

  section#carousel-sec .caption3 h1 {
    font-size: 16px;
    margin-bottom: 1rem;
    color: #fff;
  }

  section#carousel-sec .caption3 h3 {
    margin-bottom: 1.5rem;
    color: #fff;
  }

  section#carousel-sec .caption3 h4 {
    margin-bottom: 1rem;
    color: #fff;
  }

  section#philosophy {
    padding: 2rem 0;
    padding-bottom: 1rem;
  }

  section#philosophy .img-box {
    margin-bottom: 2rem;
  }

  section#philosophy h5 {
    margin-bottom: 0.5rem;
  }

  section#enquire h2 {
    margin-bottom: 2rem;
  }

  section#enquire form .btn-cap .custom-btn {
    margin-left: 0;
    margin-top: 1.5rem;
  }

  section#ride {
    padding: 1.5rem 0;
    padding-bottom: 1rem;
  }

  section#ride h2 {
    font-size: 50px;
  }

  section#ride h3 {
    left: 0;
    right: 0;
    top: 2.1rem;
    font-size: 50px;
  }

  section#ride .box {
    padding-left: 0;
    text-align: center;
  }

  section#ride .box .hashtag {
    margin-right: 1rem;
  }

  section#ride .box-ride {
    text-align: center;
  }
}

/* Screen Size up to 575 */
@media screen and (max-width: 575px) {
  section#carousel-sec .carousel-control-next,
  section#carousel-sec .carousel-control-prev {
    z-index: 10;
  }

  section#carousel-sec .caption1 .box h1 {
    font-size: 25px;
  }

  section#carousel-sec .caption1 .box h3 {
    font-size: 18px;
    margin-bottom: 1.5rem;
  }

  section#carousel-sec .caption1 .box .custom-btn {
    font-size: 14px;
  }

  section#carousel-sec .caption1 .box .custom-btn i.fas {
    font-size: 14px;
  }

  section#carousel-sec .caption2 {
    padding: 0 1.5rem;
    padding-top: 6rem;
  }

  section#carousel-sec .caption2 h1 {
    font-size: 25px;
    color: #fff;
  }

  section#carousel-sec .caption2 h3 {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }

  section#carousel-sec .caption2 .custom-btn {
    font-size: 14px;
  }

  section#carousel-sec .caption2 .custom-btn i.fas {
    font-size: 14px;
  }

  section#carousel-sec .caption3 {
    padding: 2rem 3rem;
  }

  section#carousel-sec .caption3 h1 {
    font-size: 16px;
    margin-bottom: 1rem;
  }

  section#carousel-sec .caption3 h3 {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }

  section#carousel-sec .caption3 h4 {
    font-size: 25px;
    margin-bottom: 1rem;
  }

  section#carousel-sec .caption3 .custom-btn {
    font-size: 14px;
  }

  section#carousel-sec .caption3 .custom-btn i.fas {
    font-size: 14px;
  }

  section#philosophy h2 {
    margin-bottom: 1rem;
  }

  section#philosophy .title {
    margin-bottom: 1.5rem;
  }

  section#philosophy p {
    font-size: 16px;
  }

  section#philosophy h5 {
    font-size: 18px;
  }

  section#enquire {
    padding-bottom: 4rem;
  }

  section#enquire .submarine {
    display: none;
  }

  section#enquire .wpcf7-form-control-wrap .wpcf7-recaptcha div {
    float: unset !important;
    margin-left: auto;
    margin-right: auto;
  }

  section#enquire form .btn-cap {
    text-align: center !important;
	  display: block;
  }

  section#enquire form .btn-cap .custom-btn {
    margin-left: auto;
	  margin-right: auto;
    margin-top: 1.5rem;
    font-size: 14px;
    height: 60px;
  }

  section#enquire form .btn-cap .custom-btn i.fas {
    font-size: 14px;
  }

  section#heart {
    padding: 1rem 0;
  }

  section#heart .box {
    margin-bottom: 2rem;
  }

  section#heart .box img {
    margin-bottom: 0.5rem;
    max-width: 45%;
  }

  section#heart .box .school {
    margin-bottom: 1rem;
  }

  section#ride .box {
    padding-top: 2rem;
  }

  section#ride .box .hashtag {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 1.5rem;
  }

  section#section-3 .box-slider .box-inner .testimonial-box {
    background-color: rgba(0, 26, 113, 0.3);
    padding: 10px;
  }
}

@media screen and (max-width: 359px) {
  section#carousel-sec .caption1 {
    left: 53%;
    top: 45%;
  }

  section#carousel-sec .caption1 .box h1 {
    font-size: 23px;
  }

  section#carousel-sec .caption1 .box h3 {
    font-size: 17px;
  }

  section#carousel-sec .caption3 h1 {
    font-size: 15px;
  }

  section#carousel-sec .caption3 h3 {
    font-size: 18px;
  }

  section#carousel-sec .caption3 h4 {
    font-size: 23px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  section#section-3 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  section#section-3 .balloon {
    position: absolute;
    z-index: 1;
    top: 9rem;
    max-width: 8%;
  }

  section#section-3 .mountain {
    position: absolute;
    z-index: 1;
    right: -2rem;
    bottom: -2rem;
    max-width: 30%;
  }

  section#section-3 .brush {
    position: absolute;
    z-index: 1;
    bottom: -4.8rem;
    left: 13rem;
    max-width: 40%;
  }

  section#section-3 .container {
    max-width: 1140px;
  }

  section#section-3 .blue-box .box {
    padding: 3rem 2rem;
  }
}

@media screen and (max-width: 1199px) {
  section#section-3 {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  section#section-3 .balloon {
    position: absolute;
    z-index: 1;
    top: 6rem;
    right: 5rem;
    max-width: 8%;
  }

  section#section-3 .mountain {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: -1rem;
    max-width: 30%;
  }

  section#section-3 .brush {
    position: absolute;
    z-index: 1;
    bottom: -4rem;
    left: 11rem;
    max-width: 40%;
  }

  section#section-3 .box-slider .box-inner .custom-nav .owl-prev {
    left: 0;
  }

  section#section-3 .box-slider .box-inner .custom-nav .owl-next {
    right: 6rem;
  }

  section#section-3 .box-slider .box-inner {
    padding-top: 7rem;
    padding-left: 5rem;
    padding-right: 12rem;
    padding-bottom: 7rem;
  }

  section#section-3 .box-slider .box-inner h3 {
    font-size: 25px;
  }

  section#section-3 .box-slider .box-inner p {
    font-size: 16px;
  }

  section#section-3 .blue-box .box {
    padding: 6rem 1rem;
  }

  section#section-3 .blue-box .box h3 {
    font-size: 25px;
  }

  section#section-3 .blue-box .box p {
    font-size: 16px;
  }

  section#section-3 .blue-box .box .custom-btn {
    font-size: 14px;
    margin-top: 2rem;
  }

  section#section-3 .blue-box .box .custom-btn i.fas {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  section#section-3 .mountain {
    right: -5px;
    bottom: 0rem;
    max-width: 50%;
  }

  section#section-3 .brush {
    bottom: 0;
    top: 14rem;
    left: 0;
    max-width: 35%;
  }

  section#section-3 .balloon {
    top: 15rem;
    right: 2rem;
    max-width: 12%;
  }

  section#section-3 .blue-box .box {
    padding: 2rem 0;
    text-align: center;
  }

  section#section-3 .light-blue-box {
    background-color: #6699ff;
    padding-left: 15px;
    padding-right: 15px;
  }

  section#section-3 .box-slider {
    background: unset;
    background-size: unset;
    height: unset;
    position: relative;
  }

  section#section-3 .box-slider .box-inner {
    padding: 3rem 0;
    padding-bottom: 4rem;
    text-align: center;
  }

  section#section-3 .box-slider .box-inner .custom-nav {
    position: relative;
  }

  section#section-3 .box-slider .box-inner .custom-nav .owl-prev,
  section#section-3 .box-slider .box-inner .custom-nav .owl-next {
    position: relative;
  }

  section#section-3 .box-slider .box-inner .custom-nav .owl-next {
    right: 0;
  }

  section#section-3 .box-slider .owl-theme .owl-nav {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  section#section-3 .brush {
    top: 14.7rem;
  }

  section#timer {
    height: 14rem;
    padding: 2.5rem 0;
  }

  section#timer .timer h3 {
    font-size: 30px;
  }

  section#timer .timer thead th {
    padding-left: 0;
    padding-right: 0;
  }

  section#timer .timer thead span {
    font-size: 30px;
  }

  section#timer .timer h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  section#section-3 .brush {
    top: 18rem;
    max-width: 50%;
  }

  section#section-3 .mountain {
    right: 0;
    bottom: 0rem;
    max-width: 65%;
  }

  section#section-3 .balloon {
    top: unset;
    bottom: 5rem;
    right: 1rem;
    max-width: 15%;
  }

  section#timer {
    height: 12rem;
    padding: 2.5rem 0;
  }

  section#timer h2 {
    font-size: 20px;
  }

  section#timer h2 {
    margin-bottom: 1rem;
  }

  section#timer .timer td {
    padding-left: 0;
    padding-right: 0;
  }

  section#timer .timer h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 384px) {
  section#section-3 .box-slider .box-inner h3 {
    font-size: 23px;
  }
}

@media screen and (max-width: 384px) {
  section#section-3 .brush {
    max-width: 55%;
  }
}
@media screen and (max-width: 360px) {
  section#section-3 .brush {
    top: 19.5rem;
  }
}

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

a.btn-yellow {
  display: inline-block;
  background-color: #f0e6ad;
  color: #080073;
  border-radius: 10px;
  font-family: "Noto Sans", "Arial", sans-serif;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

a.btn-yellow:hover {
  background-color: #080073;
  color: #f0e6ad;
}

input[type="submit"]:focus,
button:focus {
  outline: 0;
}

section.banner {
  position: relative;
}

section.banner-carousel img {
  width: 100%;
}

section.banner-carousel .carousel-control-next,
section.banner-carousel .carousel-control-prev {
  opacity: 0.5;
  width: 10%;
}

section.banner-carousel .carousel-control-next-icon,
section.banner-carousel .carousel-control-prev-icon {
  width: 25px;
  height: 25px;
}

section.banner-carousel .carousel-control-prev {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(rgba(207, 31, 37, 0))
  );
  background-image: linear-gradient(to right, #000, rgba(207, 31, 37, 0));
  padding-left: 2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

section.banner-carousel .carousel-control-next {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#000),
    to(rgba(207, 31, 37, 0))
  );
  background-image: linear-gradient(to left, #000, rgba(207, 31, 37, 0));
  padding-right: 2rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sections {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.sections .float-img-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.sections .float-img-bottom img {
  width: 100%;
}

.sections .section-title {
  text-align: center;
  margin-bottom: 30px;
}

section#banner-center {
  height: 21rem;
}

section#banner-center .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section#banner-center .banner-box {
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

section#banner-center .banner-box h1,
section#banner-center .banner-box p {
  color: #fff;
}

section#banner-center .banner-box h1 {
  font-weight: bold;
  margin-bottom: 10px;
}

section#banner-center .banner-box p {
  font-size: 20px;
}

@media screen and (max-width: 1700px) {
  section#banner-center {
    height: 14rem;
  }
}
@media screen and (max-width: 1440px) {
  section#banner-center {
    height: 16rem;
  }

  section#banner-center .banner-box p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1370px) {
  section#banner-center {
    height: 21rem;
  }
}

@media screen and (max-width: 1199px) {
  .sections {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
  section#banner-center {
    height: 13rem;
  }

  section#banner-center .banner-box {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 10px 10px 10px;
  }

  section#banner-center .banner-box h1,
  section#banner-center .banner-box p {
    text-shadow: 2px 2px 5px #000;
  }

  section#banner-center .banner-box {
    max-width: 85%;
    text-align: center;
  }

  section#banner-center .banner-box p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  section#banner-center .banner-box {
    max-width: 90%;
  }

  section#banner-center .banner-box h1 {
    margin-bottom: 0;
  }

  section#banner-center .banner-box p {
    font-size: 15px;
  }
}

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

#banner-our-club-page {
  height: 30rem;
}

#banner-our-club-page .banner-box {
  padding-top: 100px;
  padding-left: 80px;
}

#banner-our-club-page .banner-box h1,
#banner-our-club-page .banner-box p {
  color: #fff;
}

#banner-our-club-page .banner-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

#banner-our-club-page .banner-box p {
  font-size: 20px;
}

#banner-our-club-page .banner-box a {
  padding: 15px 25px;
  margin-top: 25px;
}

.our-club-section1 .row {
  margin-bottom: 50px;
}

.our-club-section1 .row:last-of-type {
  margin-bottom: 0;
}

.our-club-section1 .box-right h2,
.our-club-section1 .box-left h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.our-club-section1 .box-right p,
.our-club-section1 .box-left p {
  font-family: "Noto Sans", "Arial", sans-serif;
}

.our-club-section1 .box-right a,
.our-club-section1 .box-left a {
  display: inline-block;
  background-color: #d2e7f4;
  color: #080073;
  border-radius: 20px;
  font-family: "Noto Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
  margin-top: 30px;
}

.our-club-section1 .box-right {
  padding-left: 3rem;
}

.our-club-section1 .box-left {
  padding-right: 3rem;
}

.our-club-section1 .img-box {
  text-align: center;
}

.our-club-section1 .img-circle img {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 20px;
}

@media screen and (max-width: 1680px) {
  #banner-our-club-page {
    height: 25rem;
  }
}
@media screen and (max-width: 1370px) {
  #banner-our-club-page {
    height: 25rem;
  }
  #banner-our-club-page .banner-box {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  #banner-our-club-page {
    height: 23rem;
  }

  #banner-our-club-page .banner-box {
    padding-top: 40px;
    padding-left: 30px;
  }

  #banner-our-club-page .banner-box h1 {
    margin-bottom: 5px;
  }

  #banner-our-club-page .banner-box p {
    font-size: 16px;
  }

  #banner-our-club-page .banner-box a {
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 20px;
  }

  .our-club-section1 .row {
    margin-bottom: 45px;
  }

  .our-club-section1 .box-right a,
  .our-club-section1 .box-left a {
    font-size: 15px;
    margin-top: 10px;
  }

  .our-club-section1 .box-right h2,
  .our-club-section1 .box-left h2 {
    margin-bottom: 5px;
  }

  .our-club-section1 .box-right {
    padding-left: 0;
    text-align: center;
  }

  .our-club-section1 .box-left {
    padding-right: 0;
  }

  .our-club-section1 .img-box {
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 575px) {
  #banner-our-club-page {
    background-position: -26rem center !important;
    height: 20rem;
  }
	#banner-our-club-page .banner-box p {
		font-size: 13px;
	}

  #banner-our-club-page .container-fluid {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #banner-our-club-page .banner-box {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px 10px 10px 10px;
  }
  #banner-our-club-page .banner-box h1,
  #banner-our-club-page .banner-box p {
    text-shadow: 2px 2px 5px #000;
  }
}

.our-consultant-section1 .img-btn-box a {
  width: 100%;
  font-size: 20px;
  padding: 20px 30px;
  margin-top: 20px;
  text-align: center;
}

.our-consultant-section1 .box-right {
  margin-top: -10px;
  padding-left: 2rem;
}

.our-consultant-section1 .box-right h2 {
  margin-bottom: 15px;
}

.our-consultant-section1 .other-text {
  margin-top: 30px;
}

.our-consultant-section1 .our-teacher-row {
  margin-top: 80px;
}

.our-consultant-section1 .our-teacher-row .section-title {
  margin-bottom: 0;
}

.our-consultant-section1 .teacher-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  border-radius: 10px;
}

.our-consultant-section1 .teacher-box img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.our-consultant-section1 .teacher-box .text {
  text-align: center;
  padding: 30px;
}

.our-consultant-section1 .teacher-box .text h6 {
  margin-bottom: 5px;
}

.our-consultant-section1 .teacher-box .text span.italic-text {
  display: block;
  color: #080073;
  font-style: italic;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1370px) {
	.our-consultant-section1 .img-btn-box a {
		font-size: 18px;
		padding: 15px 25px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 1199px) {
  .our-consultant-section1 .img-btn-box {
    text-align: center;
    margin-bottom: 25px;
  }

  .our-consultant-section1 .img-btn-box a {
    font-size: 16px;
    padding: 15px 25px;
  }

  .our-consultant-section1 .box-right {
    margin-top: 0;
    padding-left: 0;
  }

  .our-consultant-section1 .box-right h2 {
    margin-bottom: 5px;
  }

  .our-consultant-section1 .our-teacher-row {
    margin-top: 50px;
  }

  .our-consultant-section1 .teacher-box .text {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .our-consultant-section1 .our-teacher-row {
    margin-top: 50px;
  }

  .our-consultant-section1 .our-teacher-row .section-title {
    text-align: left;
  }
}

.tips-section1 .side-box {
  padding-right: 50px;
}

.tips-section1 .side-box .box1,
.tips-section1 .side-box .box2 {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.tips-section1 .side-box .box1 a {
  font-size: 16px;
  padding: 15px 25px;
}

.tips-section1 .side-box .box2 h4 {
  margin-bottom: 30px;
}

.tips-section1 .side-box .box2 ul {
  list-style: none;
  padding-left: 0;
}

.tips-section1 .side-box .box2 ul li {
  line-height: unset;
  margin-bottom: 15px;
}

.tips-section1 .side-box .box2 ul li a {
  color: #444;
  border-radius: 10px;
  padding: 7px 12px;
}

.tips-section1 .side-box .box2 ul li:hover a {
  background-color: #d2e7f4;
  color: #080073;
}

.tips-section1 .side-box .box2 ul li:last-of-type {
  margin-bottom: 0 !important;
}

.tips-section1 .side-box .box2 ul li.active {
  margin-bottom: 25px;
}

.tips-section1 .side-box .box2 ul li.active a {
  background-color: #d2e7f4;
  color: #080073;
  font-weight: bold;
}

.tips-section1 .side-box .box3 {
  margin-top: -5px;
}
.tips-section1 .side-box .box3 p {
  display: inline-block;
}

.tips-section1 .side-box .box3 a {
  color: #444;
  font-size: 30px;
  margin-right: 20px;
}

.tips-section1 .cat-tag-title {
  margin-bottom: 30px;
}

.tips-section1 .tips-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.tips-section1 .tips-box img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.tips-section1 .tips-box .text,
.tips-section1 .tips-box .tags,
.tips-section1 .tips-box .butn {
  padding-left: 20px;
  padding-right: 20px;
}

.tips-section1 .tips-box .text,
.tips-section1 .tips-box .tags {
  margin-bottom: 10px;
}

.tips-section1 .tips-box .text {
  padding-top: 20px;
}

.tips-section1 .tips-box .text h6 {
  margin-bottom: 10px;
}

.tips-section1 .tips-box .text p {
  line-height: 25px;
  color: #444;
}

.tips-section1 .tips-box .tags a {
  display: inline-block;
  background-color: #eeeeee;
  color: #444;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 9px;
  padding: 4px 10px;
}

.tips-section1 .tips-box .tags a:hover {
  background-color: #d2e7f4;
  color: #080073;
}

.tips-section1 .tips-box .butn {
  padding-bottom: 25px;
  margin-top: 25px;
}

.tips-section1 .tips-box .butn a {
  display: inline-block;
  background-color: #f0e6ad;
  color: #080073;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 25px;
}

.tips-section1 .tips-box .butn a:hover {
  background-color: #080073;
  color: #f0e6ad;
}

.tips-section1 .load-more-btn-row {
  margin-top: 30px;
}

.tips-section1 .load-more-btn-row .col-12 {
  text-align: center;
}

.tips-section1 .load-more-btn-row button {
  background-color: rgba(0, 0, 0, 0.402);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  padding: 13px 45px;
}

.tips-single-section .tips-main-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-bottom: 35px;
}

.tips-single-section .tips-main-content .top-part .date-title,
.tips-single-section .tips-main-content .bottom-part {
  padding-left: 40px;
  padding-right: 40px;
}

.tips-single-section .tips-main-content .top-part {
  margin-bottom: 30px;
}

.tips-single-section .tips-main-content .top-part img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tips-single-section .tips-main-content .top-part .date-title {
  padding-top: 30px;
}

.tips-single-section .tips-main-content .top-part .date-title p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.tips-single-section .tips-main-content .bottom-part img {
  border-radius: 10px;
}

.tips-single-section .tips-main-content .bottom-part .quoted-box {
  position: relative;
  margin-top: 10px;
  margin-bottom: 40px;
}

.tips-single-section .tips-main-content .bottom-part .quoted-box img {
  position: absolute;
}

.tips-single-section .tips-main-content .bottom-part .quoted-box p {
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  line-height: 37px;
  padding-top: 20px;
  padding-left: 85px;
}

.tips-single-section .tips-main-content .bottom-part .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 25px;
}

.tips-single-section .tips-main-content .bottom-part .tags p {
  color: #080073;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

.tips-single-section .tips-main-content .bottom-part .tags a {
  display: inline-block;
  background-color: #eeeeee;
  color: #444;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 9px;
  padding: 4px 10px;
}

.tips-single-section .tips-main-content .bottom-part .tags a:hover {
  background-color: #d2e7f4;
  color: #080073;
}

.tips-single-section .related-tips-boxes {
  margin-top: 70px;
}

.tips-single-section .related-tips-boxes .col-12 {
  margin-bottom: -10px;
}

.tips-single-section .related-tips-boxes .row:last-of-type {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tips-single-section .related-tips-boxes .related-tip-box {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 30px;
}

.tips-single-section .related-tips-boxes .related-tip-box img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tips-single-section .related-tips-boxes .related-tip-box .text {
  padding: 20px;
}

@media screen and (max-width: 1199px) {
  .tips-section1 .side-box {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .tips-section1 .side-box .box1 {
    margin-bottom: 15px;
    padding-bottom: 25px;
  }

  .tips-section1 .side-box .box2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .tips-section1 .side-box .box1 a {
    font-style: 15px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
  }

  .tips-section1 .side-box .box2 {
    text-align: center;
  }

  .tips-section1 .side-box .box2 h4 {
    margin-bottom: 20px;
  }

  .tips-section1 .side-box .box2 ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tips-section1 .side-box .box2 ul li a {
    padding: 5px 10px;
  }

  .tips-section1 .side-box .box2 ul li,
  .tips-section1 .side-box .box2 ul li:last-of-type {
    margin-bottom: 15px !important;
  }

  .tips-section1 .side-box .box3 {
    text-align: center;
  }

  .tips-section1 .side-box .box3 a {
    font-size: 25px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .tips-section1 .tips-box .text,
  .tips-section1 .tips-box .tags,
  .tips-section1 .tips-box .butn {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tips-section1 .tips-box .text,
  .tips-section1 .tips-box .tags {
    margin-bottom: 5px;
  }

  .tips-section1 .tips-box .text {
    padding-top: 15px;
  }

  .tips-section1 .tips-box .text h6 {
    margin-bottom: 5px;
  }

  .tips-section1 .tips-box .text p {
    line-height: 20px;
  }

  .tips-section1 .tips-box .butn {
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .tips-section1 .tips-box .butn a {
    font-size: 13px;
    padding: 5px 20px;
  }

  .tips-section1 .load-more-btn-row {
    margin-top: 20px;
  }

  .tips-section1 .load-more-btn-row button {
    font-size: 15px;
    padding: 10px 35px;
  }

  .tips-single-section .tips-main-content {
    padding-bottom: 25px;
  }

  .tips-single-section .tips-main-content .top-part .date-title,
  .tips-single-section .tips-main-content .bottom-part {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tips-single-section .tips-main-content .top-part {
    margin-bottom: 20px;
  }

  .tips-single-section .tips-main-content .top-part .date-title {
    padding-top: 15px;
  }

  .tips-single-section .tips-main-content .bottom-part .quoted-box {
    margin-bottom: 30px;
  }

  .tips-single-section .tips-main-content .bottom-part .quoted-box p {
    font-size: 16px;
    line-height: 25px;
    padding-top: 15px;
    padding-left: 35px;
  }

  .tips-single-section .tips-main-content .bottom-part .tags {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .tips-section1 .tips-box .text,
  .tips-section1 .tips-box .tags,
  .tips-section1 .tips-box .butn,
  .tips-single-section .related-tips-boxes .related-tip-box .text {
    text-align: center;
  }

  .tips-section1 .tips-box .tags a {
    margin-left: 6px;
    margin-right: 6px;
  }

  .tips-single-section .related-tips-boxes {
    margin-top: 40px;
  }
}

.testimonial-section1 a.btn-yellow {
  padding: 13px 25px;
  font-size: 16px;
}

.testimonial-section1 .feature-testimonial-row .col-12:last-of-type {
  text-align: center;
  margin-top: 40px;
}

.testimonial-section1 .feature-testimonial-row .testimonial-box {
  padding-left: 105px;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-section1 .feature-testimonial-row .testimonial-box img {
  left: -75px;
}

.testimonial-section1 .testimonial-box {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
}

.testimonial-section1 .testimonial-box img {
  position: absolute;
  top: 40px;
}

.testimonial-section1 .testimonial-box .details {
  margin-top: 25px;
}

.testimonial-section1 .testimonial-box .details p {
  color: #080073;
  font-style: italic;
  font-size: 12px;
  line-height: 25px;
}

.testimonial-section1 .other-testimonial {
  margin-top: 70px;
}

.testimonial-section1 .other-testimonial .col-12 {
  text-align: center;
  margin-top: 40px;
}

.testimonial-section1 .other-testimonial .col-lg-6 {
  padding-left: 40px;
  padding-right: 40px;
}

.testimonial-section1 .other-testimonial .col-lg-6:nth-child(2) {
  margin-top: 90px;
}

.testimonial-section1 .other-testimonial .testimonial-box {
  padding-left: 80px;
  margin-bottom: 30px;
}

.testimonial-section1 .other-testimonial .testimonial-box img {
  left: -50px;
	border-radius: 50%;
}

.testimonial-section1 .load-more-row .col-12 {
  text-align: center;
  margin-top: 25px;
}

.testimonial-section1 .load-more-btn {
  background-color: rgba(0, 0, 0, 0.102);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  padding: 13px 25px;
}

.testimonial-section1 .load-more-btn:hover {
  background-color: #080073;
}

@media screen and (max-width: 1370px) {
  .testimonial-section1 .feature-testimonial-row .testimonial-box {
    max-width: 75%;
    padding-left: 75px;
  }
  .testimonial-section1 .feature-testimonial-row .testimonial-box img {
    max-width: 100px;
    left: -50px;
  }
  .testimonial-section1 .testimonial-box .text p {
    font-size: 15px;
    line-height: 25px;
  }
  .testimonial-section1 .testimonial-box .details {
    margin-top: 10px;
  }
  .testimonial-section1 .feature-testimonial-row .col-12:last-of-type {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-section1 a.btn-yellow {
    padding: 10px 20px;
    font-size: 14px;
  }

  .testimonial-section1 .feature-testimonial-row .col-12 {
    padding-left: 65px;
    padding-right: 65px;
  }

  .testimonial-section1 .feature-testimonial-row .col-12:last-of-type {
    margin-top: 30px;
  }

  .testimonial-section1 .feature-testimonial-row .testimonial-box {
    max-width: 100%;
  }

  .testimonial-section1 .other-testimonial {
    margin-top: 40px;
  }

  .testimonial-section1 .other-testimonial .col-lg-6:nth-child(2) {
    margin-top: 30px;
  }

  .testimonial-section1 .other-testimonial .col-12 {
    margin-top: 30px;
  }

  .testimonial-section1 .other-testimonial .testimonial-box:last-of-type {
    margin-bottom: 0;
  }

  .testimonial-section1 .load-more-row .col-12 {
    margin-top: 20px;
  }

  .testimonial-section1 .load-more-btn {
    font-size: 15px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-section1 {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }

  .testimonial-section1 .testimonial-box {
    padding: 30px;
  }

  .testimonial-section1 .testimonial-box img {
    top: 30px;
  }

  .testimonial-section1 .feature-testimonial-row .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-section1 .other-testimonial {
    margin-top: 70px;
  }

  .testimonial-section1 .other-testimonial .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-section1 .other-testimonial .testimonial-box {
    margin-bottom: 60px;
  }

  .testimonial-section1 .other-testimonial .testimonial-box,
  .testimonial-section1 .feature-testimonial-row .testimonial-box {
    padding-top: 80px;
    padding-left: 30px;
  }

  .testimonial-section1 .other-testimonial .testimonial-box img,
  .testimonial-section1 .feature-testimonial-row .testimonial-box img {
    max-width: 85px;
    top: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.members-section1 .member-title {
  margin-bottom: 35px;
}

.members-section1 .member-title h2 {
  margin-bottom: 5px;
}

.members-section1 .member-title p {
  color: #001a71;
  font-size: 25px;
}

.members-section1 .pay-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*style the arrow inside the select element:*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}

.members-section1 .pay-box .box1,
.members-section1 .pay-box .box2 {
  margin-top: auto;
  margin-bottom: auto;
}

.members-section1 .pay-box .box1 {
  width: 30%;
}

.members-section1 .pay-box .box2 {
  width: 70%;
}

.members-section1 .pay-box .reg-instruc {
  padding-left: 50px;
}

.members-section1 .pay-box .payment {
  background-color: #080073;
  border-radius: 10px;
  padding: 5px 10px 10px 10px;
}

.members-section1 .pay-box .payment p {
  color: rgba(255, 255, 255, 0.702);
  font-size: 25px;
  margin-bottom: 5px;
}

.members-section1 .pay-box .payment input[type="submit"] {
  display: inline-block;
  background-color: #f0e6ad;
  color: #080073;
  border: none;
  border-radius: 20px;
  font-family: "Noto Sans", "Arial", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 8px;
  width: 100%;
  margin-top: 10px;
}

.members-section1 .pay-box .box3 {
  width: 100%;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.members-section1 .pay-box .box3.active {
  display: flex;
}

.members-section1 .pay-box .box3 .method {
  padding-left: 15px;
  padding-right: 15px;
}

.members-section1 .pay-box .box3 .method .-title p {
  color: #aaaaaa;
  line-height: 20px;
}

.members-section1 .pay-box .box3 .method .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.members-section1 .pay-box .box3 .method .inner-box.-img,
.members-section1 .pay-box .box3 .method .inner-box.-text {
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.members-section1 .pay-box .box3 .method .inner-box.-img {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.members-section1 .pay-box .box3 .method .inner-box.-text {
  background-color: #d2e7f4;
  padding-left: 20px;
  padding-right: 20px;
}

.members-section1 .pay-box .box3 .method .inner-box.-text h6 {
  font-size: 18px;
  line-height: 20px;
}

.members-section1 .pay-box .box3 .method .inner-box.-text p {
  font-size: 10px;
  line-height: 14px;
}

.members-section1 .pay-box .custom-select-form select {
  display: none;
  /*hide original SELECT element:*/
}

.members-section1 .pay-box .select-selected {
  background-color: transparent;
  position: relative;
}

.members-section1 .pay-box .select-selected:after {
  content: url(../images/caret-members.png);
  /*  position: absolute;
  top: -21px;
  right: 40px;
  width: 0;
  height: 0;*/
}

/*.members-section1 .pay-box .select-selected:after {
  content: 'SGD/ yr';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: auto;
  height: 80px;
  font-size: 16px;
  padding-bottom: 10px;
  position: unset;
}*/

.members-section1 .pay-box .select-selected {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 0;
}

.members-section1 .pay-box .select-items div {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  color: #080073;
  cursor: pointer;
}

.members-section1 .pay-box .select-selected {
  display: block;
  background-color: #fff;
  color: #080073;
  border-radius: 10px;
  height: 80px;
  padding: 23px 10px;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 3rem!important;
}

.members-section1 .pay-box .select-items {
  position: absolute;
  background-color: #fdfdfd;
  left: 0;
  right: 0;
  z-index: 99;
}

.members-section1 .pay-box .select-hide {
  display: none;
}

.members-section1 .pay-box .select-items div:hover,
.members-section1 .pay-box .select-items .same-as-selected {
  background-color: #eee;
  color: #080073 !important;
}

.members-section1 .pay-box .select-arrow-active {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.members-section1 .pay-box .select-arrow-active + .select-items {
  border: 1px solid #ddd;
  border-bottom: 0;
}

.members-section1 .form-box {
  margin-top: 60px;
}

.members-section1 .form-box .form-group {
  margin-bottom: 20px;
}

.members-section1 .form-box .form-group:last-of-type {
  margin-bottom: 0;
}

.members-section1 .form-box .form-control {
  border-color: #dddddd;
  border-radius: 0;
}

.members-section1 .form-box .tc-btn-captcha,
.members-section1 .form-box .tc-btn-captcha .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.members-section1 .form-box .tc-btn-captcha {
  margin-top: 10px;
}

.members-section1
  .form-box
  .tc-btn-captcha
  .custom-checkbox
  .custom-control-label::before {
  border-radius: 0;
}

.members-section1 .form-box .tc-btn-captcha .box1 label {
  color: #333;
}

.members-section1 .form-box .tc-btn-captcha .box1 label span {
  color: #080073;
  cursor: pointer;
  text-decoration: underline;
}

.members-section1 .form-box .tc-btn-captcha .box2 input[type="submit"] {
  background-color: #d2e7f4;
  color: #080073;
  border: none;
  border-radius: 20px;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 45px;
  margin-left: 20px;
}

#terms-conditions-modal .modal-dialog {
  max-width: 1170px;
}

#terms-conditions-modal .modal-content {
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 35px;
}

#terms-conditions-modal .modal-content .close {
  position: absolute;
}

#terms-conditions-modal .modal-content .modal-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 45px 45px 45px;
  max-height: 470px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

#terms-conditions-modal .modal-content .modal-body::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

#terms-conditions-modal .modal-content .modal-body::-webkit-scrollbar-track {
  background: #dddddd;
}

#terms-conditions-modal .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #080073;
}

#terms-conditions-modal
  .modal-content
  .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#terms-conditions-modal .modal-content .modal-footer {
  border-top: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 40px;
  padding-bottom: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#terms-conditions-modal .modal-content .modal-footer button {
  border: none;
  border-radius: 10px;
  color: #080073;
  font-weight: bold;
  font-size: 14px;
  padding: 12px 22px;
}

#terms-conditions-modal .modal-content .modal-footer button.agree {
  background-color: #f0e6ad;
}

#terms-conditions-modal .modal-content .modal-footer button.disagree {
  background-color: #dddddd;
}

#terms-conditions-modal ol.letter-custom {
  counter-reset: list;
}

#terms-conditions-modal ol.letter-custom > li {
  list-style: none;
}

#terms-conditions-modal ol.letter-custom > li:before {
  content: "(" counter(list, lower-alpha) ") ";
  counter-increment: list;
}

@media screen and (max-width: 1199px) {
  section.banner-carousel .carousel-control-next,
  section.banner-carousel .carousel-control-prev {
    width: 9%;
  }

  section.banner-carousel .carousel-control-prev {
    padding-left: 1rem;
  }

  section.banner-carousel .carousel-control-next {
    padding-right: 1rem;
  }

  .members-section1 .member-title {
    margin-bottom: 25px;
  }

  .members-section1 .member-title p {
    font-size: 18px;
  }

  .members-section1 .pay-box {
    /*style the arrow inside the select element:*/
  }

  .members-section1 .pay-box .box1,
  .members-section1 .pay-box .box2 {
    width: 50%;
  }

  .members-section1 .pay-box .reg-instruc {
    padding-left: 30px;
  }

  .members-section1 .pay-box .payment p {
    font-size: 20px;
  }

  .members-section1 .pay-box .payment input[type="submit"] {
    font-size: 16px;
    padding: 8px;
  }

  .members-section1 .pay-box .box3 {
    margin-top: 30px;
  }

  .members-section1 .pay-box .box3 .method:first-of-type {
    width: 100%;
    margin-bottom: 10px;
  }

  .members-section1 .pay-box .box3 .method {
    width: 50%;
    margin-bottom: 20px;
  }

  .members-section1 .pay-box .box3 .method .-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .members-section1 .pay-box .box3 .method .-title p br {
    display: none;
  }

  .members-section1 .pay-box .box3 .method .inner-box.-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .members-section1 .pay-box .box3 .method .inner-box.-text h6 {
    font-size: 16px;
  }

  .members-section1 .pay-box .select-selected {
    height: 60px;
    font-size: 16px;
    padding: 18px 10px;
  }

  .members-section1 .form-box {
    margin-top: 30px;
  }

  .members-section1 .form-box label {
    font-size: 14px;
  }

  .members-section1 .form-box input[type="text"],
  .members-section1 .form-box input[type="tel"],
  .members-section1 .form-box input[type="email"],
  .members-section1 .form-box input[type="date"],
  .members-section1 .form-box input[type="number"] {
    height: 63px;
  }

  .members-section1 .form-box textarea.form-control {
    height: 100px;
  }

  .members-section1 .form-box .tc-btn-captcha {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .members-section1 .form-box .tc-btn-captcha .box1,
  .members-section1 .form-box .tc-btn-captcha .box2 {
    width: 100%;
  }

  .members-section1 .form-box .tc-btn-captcha .box1 {
    margin-bottom: 20px;
    text-align: center;
  }

  .members-section1 .form-box .tc-btn-captcha .box2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .members-section1 .form-box .tc-btn-captcha .box2 input[type="submit"] {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .members-section1 .pay-box {
    /*style the arrow inside the select element:*/
  }

  .members-section1 .pay-box .box1,
  .members-section1 .pay-box .box2 {
    width: 100%;
  }

  .members-section1 .pay-box .reg-instruc {
    padding-left: 0;
    margin-top: 15px;
  }

  .members-section1 .pay-box .payment p {
    font-size: 20px;
  }

  .members-section1 .pay-box .payment input[type="submit"] {
    font-size: 16px;
    padding: 8px;
  }

  .members-section1 .pay-box .box3 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .members-section1 .pay-box .box3 .method {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .members-section1 .pay-box .box3 .method .inner-box.-img,
  .members-section1 .pay-box .box3 .method .inner-box.-text {
    text-align: center;
  }

  .members-section1 .pay-box .box3 .method .inner-box.-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .members-section1 .pay-box .box3 .method .inner-box.-text .blue {
    width: 100%;
  }

  .members-section1 .pay-box .select-selected:before {
    top: -3px;
  }

  .members-section1 .pay-box .select-selected:after {
    height: 50px;
    font-size: 13px;
  }

  .members-section1 .pay-box .select-selected {
    height: 50px;
  }

  .members-section1 .form-box {
    margin-top: 20px;
  }

  .members-section1 .form-box input[type="text"],
  .members-section1 .form-box input[type="tel"],
  .members-section1 .form-box input[type="email"],
  .members-section1 .form-box input[type="date"],
  .members-section1 .form-box input[type="number"] {
    height: 55px;
    font-size: 14px;
  }

  .members-section1 .form-box .tc-btn-captcha .box2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .members-section1 .form-box .tc-btn-captcha .box2 input[type="submit"] {
    font-size: 16px;
    margin-top: 20px;
  }
}

.my-panel .title {
  text-align: center;
  margin-bottom: 10px;
}

.my-panel ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-panel ul li a {
  display: inline-block;
  text-align: center;
  background-color: #eeeeee;
  color: #444;
  border-radius: 10px;
  padding: 3px 15px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 15px;
}

.my-panel ul li a:hover,
.my-panel ul li a.active {
  background-color: #d2e7f4;
  color: #080073;
}

.my-panel ul li a.active {
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .my-panel .title {
    margin-bottom: 5px;
  }

  .my-panel ul li {
    width: 50%;
    line-height: 15px;
  }

  .my-panel ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }
}

.section-with-grid-modal-temp {
  overflow: hidden;
}

.section-with-grid-modal-temp .section-title {
  margin-bottom: 15px;
}

.section-with-grid-modal-temp .category-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.section-with-grid-modal-temp .category-box a span {
  display: inline-block;
  background-color: #eeeeee;
  color: #444;
  border-radius: 10px;
  padding: 3px 15px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 15px;
}

.section-with-grid-modal-temp .category-box a:hover span,
.section-with-grid-modal-temp .category-box a.active span {
  background-color: #d2e7f4;
  color: #080073;
}

.section-with-grid-modal-temp .category-box a.active span {
  font-weight: bold;
}

.section-with-grid-modal-temp .btn-box-event {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  z-index: 2;
}

.section-with-grid-modal-temp .btn-box-event button {
  display: block;
  background-color: rgba(0, 0, 0, 0.402);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  padding: 13px 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.section-with-grid-modal-temp .btn-box-event a {
  font-size: 20px;
  padding: 10px 55px;
}

.section-with-grid-modal-temp .modals-boxes .modal:first-of-type .btn-prev {
  visibility: hidden;
}

.section-with-grid-modal-temp .modals-boxes .modal {
  background-color: rgba(23, 29, 60, 0.8);
}

.section-with-grid-modal-temp .modals-boxes .modal-dialog {
  max-width: 1170px;
}

.section-with-grid-modal-temp .modals-boxes .modal-dialog button.close-custom {
  background-color: transparent;
  border: none;
  color: #fbfefe;
  position: absolute;
  top: -30px;
  right: -25px;
  font-size: 25px;
}

.section-with-grid-modal-temp .modals-boxes .modal-dialog .modal-content {
  border: none;
  border-radius: 10px;
}

.section-with-grid-modal-temp .modals-boxes .modal-dialog .modal-body {
  padding: 0;
  border-radius: 10px;
}

.section-with-grid-modal-temp .modals-boxes .modal-dialog .main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-with-grid-modal-temp .modals-boxes .modal-dialog .main-box .col-box {
  position: relative;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .col-box:first-of-type {
  width: 69%;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .col-box:last-of-type {
  width: 31%;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .img-box
  img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.section-with-grid-modal-temp .modals-boxes .modal-dialog .main-box .text-btn {
  padding: 25px 30px 30px 30px;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .main-text
  span.date {
  display: block;
  color: #080073;
  font-size: 12px;
  margin-bottom: 25px;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .main-text
  .events-date-time-place-box {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .main-text
  .events-date-time-place-box
  span,
.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .main-text
  .events-date-time-place-box
  i {
  color: #080073;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .main-text
  .events-date-time-place-box
  span {
  font-size: 12px;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .main-text
  .events-date-time-place-box
  i {
  font-size: 5px;
  margin-left: 8px;
  margin-right: 8px;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .control-box {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .control-box
  button {
  color: #080073;
  border: none;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 14px;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .control-box
  button.btn-prev {
  background-color: #eeeeee;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .control-box
  button.btn-prev
  i {
  margin-right: 10px;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .control-box
  button.btn-next {
  background-color: #d2e7f4;
}

.section-with-grid-modal-temp
  .modals-boxes
  .modal-dialog
  .main-box
  .control-box
  button.btn-next
  i {
  margin-left: 10px;
}

.section-with-grid-modal-temp .outreach-row .btn-box-event {
  margin-bottom: 0;
}

/* Masonry container */
.masonry-custom {
  position: relative;
}

.masonry-custom .overlay {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -55px;
  width: 1350px;
  height: 51%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(10%, rgba(255, 253, 253, 0.95)),
    to(#fffbfb)
  );
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 253, 253, 0.95) 10%,
    #fffbfb 100%
  );
  -webkit-filter: blur(35px);
  filter: blur(70px);
  z-index: 1;
}

.masonry-custom .main-masonry-grid-1 {
  margin-left: auto;
  margin-right: auto;
}

.masonry-custom .custom-card {
  margin-bottom: 20px;
  width: calc(25% - 20px);
}

.masonry-custom .custom-card img {
  margin-bottom: 10px;
}

.masonry-custom .custom-card .text-box {
  cursor: pointer;
}

.masonry-custom .custom-card .text-box p {
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 575px) {
  .masonry-custom .custom-card {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
  .masonry-custom .overlay {
    height: 33%;
  }
}

/*.section-with-grid-modal-temp.main- {
  overflow: unset;
}*/
.section-with-grid-modal-temp.main- .float-img-bottom {
  z-index: -1;
}
.section-with-grid-modal-temp.main-,
.section-with-grid-modal-temp.section-category-need-sticky.upcoming- {
  padding-top: 0;
}
.section-with-grid-modal-temp.section-category-need-sticky,
.section-with-grid-modal-temp.main-.latest- {
  padding-bottom: 0;
}
ul.nav.nav-tabs.mt-5.sticky-cat,
.section-with-grid-modal-temp .row-sticky-latest.sticky-cat,
.section-with-grid-modal-temp .row-sticky-upcoming.sticky-cat {
  position: fixed;
  left: 15px;
  right: 0;
  width: 100%;
  top: 148px;
  z-index: 99;
  transition: 0.3s;
}
.section-with-grid-modal-temp .row-sticky-latest.sticky-cat .category-box,
.section-with-grid-modal-temp .row-sticky-upcoming.sticky-cat .category-box {
  margin-bottom: 30px !important;
}
.section-with-grid-modal-temp .row-sticky-latest.sticky-cat .section-title,
.section-with-grid-modal-temp .row-sticky-upcoming.sticky-cat .section-title {
  display: none;
}

@media screen and (max-width: 1199px) {
	ul.nav.nav-tabs.mt-5.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-latest.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-upcoming.sticky-cat {
    top: 147px;
  }

  .section-with-grid-modal-temp .row-sticky-latest.sticky-cat .category-box,
  .section-with-grid-modal-temp .row-sticky-upcoming.sticky-cat .category-box {
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin-bottom: 20px !important;
  }
  .section-with-grid-modal-temp .row-sticky-latest.sticky-cat .category-box a,
  .section-with-grid-modal-temp
    .row-sticky-upcoming.sticky-cat
    .category-box
    a {
    width: auto;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
	ul.nav.nav-tabs.mt-5.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-latest.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-upcoming.sticky-cat {
    top: 142px;
  }
}
@media screen and (max-width: 575px) {
	ul.nav.nav-tabs.mt-5.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-latest.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-upcoming.sticky-cat {
    top: 118px;
  }
}
@media screen and (max-width: 385px) {
	ul.nav.nav-tabs.mt-5.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-latest.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-upcoming.sticky-cat {
    top: 114px;
  }
}
@media screen and (max-width: 375px) {
	ul.nav.nav-tabs.mt-5.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-latest.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-upcoming.sticky-cat {
    top: 113px;
  }
}
@media screen and (max-width: 360px) {
	ul.nav.nav-tabs.mt-5.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-latest.sticky-cat,
  .section-with-grid-modal-temp .row-sticky-upcoming.sticky-cat {
    top: 110px;
  }
}

.upcoming-events-row .upcoming-event-current-box .box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.upcoming-events-row .upcoming-event-current-box .box .spacer-box-left,
.upcoming-events-row .upcoming-event-current-box .box .spacer-box-right {
  height: 100%;
}

.upcoming-events-row .upcoming-event-current-box .box .spacer-box-right {
  padding-left: 40px;
}

.upcoming-events-row .upcoming-event-current-box .img-box {
  position: relative;
}

.upcoming-events-row .upcoming-event-current-box .img-box .overlay {
  background-image: linear-gradient(1deg, #000e3b 0%, rgba(0, 26, 113, 0) 100%);
  background-image: -ms-linear-gradient(
    90deg,
    #000e3b 0%,
    rgba(0, 26, 113, 0) 100%
  );
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 391px;
}

.upcoming-events-row .upcoming-event-current-box .img-box .text {
  position: absolute;
  left: 40px;
  bottom: 35px;
  z-index: 1;
}

.upcoming-events-row
  .upcoming-event-current-box
  .img-box
  .text
  .box-date-time-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.upcoming-events-row .upcoming-event-current-box .img-box .text h4,
.upcoming-events-row .upcoming-event-current-box .img-box .text span,
.upcoming-events-row .upcoming-event-current-box .img-box .text i {
  color: #fff;
}

.upcoming-events-row .upcoming-event-current-box .img-box .text span {
  font-size: 12px;
}

.upcoming-events-row .upcoming-event-current-box .img-box .text i {
  font-size: 5px;
  margin-left: 8px;
  margin-right: 8px;
}

.upcoming-events-row .upcoming-event-current-box #upcoming-event-calendar {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 35px 35px 5px 35px;
  height: 100%;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  thead.fc-head {
  display: block;
  margin-bottom: 15px;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-day-header {
  color: #bbbbbb;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-content-skeleton
  td {
  color: #444444;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-content-skeleton
  td
  span {
  float: none;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-content-skeleton
  td
  span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-content-skeleton
  td.fc-today
  span {
  background-color: #001a71;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-content-skeleton
  td.fc-other-month {
  color: rgba(68, 68, 68, 0.302);
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-bg {
  display: none;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-toolbar
  .fc-center {
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-toolbar
  .fc-center
  h2 {
  float: none;
  font-size: 30px;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-head
  th,
.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-head
  td,
.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-body
  th,
.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-body
  td {
  border: none;
  text-align: center;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-event {
  background-color: #001a71;
  color: #fff;
  border: none;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 8px;
  position: relative;
  top: -15px;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  .fc-event
  span.fc-title {
  display: unset;
}

.upcoming-events-row
  .upcoming-event-current-box
  #upcoming-event-calendar
  select {
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='10' height='10' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='444'/></g></svg>")
    no-repeat;
  background-position: right 10px top 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 30px;
}

@media screen and (min-width: 992px) {
  .upcoming-events-row .upcoming-event-current-box .box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .masonry-custom .custom-card .text-box h6 {
    font-size: 14px;
  }

  .masonry-custom .custom-card .text-box p {
    font-size: 12px;
  }

  .section-with-grid-modal-temp .modals-boxes .modal-dialog {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    button.close-custom {
    right: 0;
    font-size: 20px;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .text-btn {
    padding: 20px 25px 25px 25px;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .text-btn
    .main-text
    p {
    font-size: 13px;
    line-height: 23px;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .control-box {
    bottom: 25px;
    left: 20px;
    right: 20px;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .control-box
    button {
    padding: 5px 15px;
    font-size: 12px;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .control-box
    button
    i {
    font-size: 11px;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .col-box:first-of-type {
    width: 55%;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .col-box:last-of-type {
    width: 45%;
  }

  .upcoming-events-row .upcoming-event-current-box .box .spacer-box-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .upcoming-events-row .upcoming-event-current-box .box .spacer-box-right {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .upcoming-events-row .upcoming-event-current-box .box .spacer-box-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-bottom: 30px;
  }

  .upcoming-events-row .upcoming-event-current-box .box .spacer-box-right {
    padding-left: 0;
  }

  .upcoming-events-row
    .upcoming-event-current-box
    #upcoming-event-calendar
    .fc-toolbar
    .fc-center
    h2 {
    font-size: 23px;
  }

  .upcoming-events-row
    .upcoming-event-current-box
    #upcoming-event-calendar
    .fc-content-skeleton
    td {
    font-size: 15px;
  }

  .upcoming-events-row
    .upcoming-event-current-box
    #upcoming-event-calendar
    .fc-content-skeleton
    td
    span {
    width: 30px;
    height: 30px;
  }

  .upcoming-events-row
    .upcoming-event-current-box
    #upcoming-event-calendar
    .fc-event {
    top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .section-with-grid-modal-temp .btn-box-event button {
    padding: 10px 20px;
    font-size: 14px;
  }

  .section-with-grid-modal-temp .btn-box-event a {
    font-size: 15px;
    padding: 10px 35px;
  }

  .section-with-grid-modal-temp .section-title {
    margin-bottom: 5px;
  }

  .section-with-grid-modal-temp .category-box {
    margin-bottom: 30px;
  }

  .section-with-grid-modal-temp .category-box a {
    display: block;
    width: 50%;
    line-height: 15px;
    text-align: center;
  }

  .section-with-grid-modal-temp .category-box a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 10px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .img-box
    img {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .main-text
    span.date {
    margin-bottom: 10px;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .control-box {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 25px;
  }

  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .col-box:first-of-type,
  .section-with-grid-modal-temp
    .modals-boxes
    .modal-dialog
    .main-box
    .col-box:last-of-type {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .upcoming-events-row .upcoming-event-current-box #upcoming-event-calendar {
    padding: 15px 15px 5px 15px;
  }

  .upcoming-events-row
    .upcoming-event-current-box
    #upcoming-event-calendar
    .fc-event {
    font-size: 11px;
    padding: 2px 5px;
  }
}

/*.section-courses1 {
  padding-bottom: 0;
}*/

.section-courses1 .tab-content-custom {
  margin-top: 2rem;
}
.section-courses1 .my-panel ul li a {
  background-color: #f0e6ad;
  color: #3743a2;
  text-align: left;
}
.section-courses1 .my-panel ul li a:hover,
.section-courses1 .my-panel ul li a.active {
  background-color: #3743a2;
  color: #f0e6ad;
}

/*.section-courses1 .tab-content-custom .course-box {
  padding-top: 40px;
  padding-bottom: 40px;
}*/
@media (min-width: 1441px) and (max-width: 1516px) {
  .section-courses1 .my-panel ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .section-courses1 .my-panel ul li a {
    font-size: 12px;
    padding: 1px 10px;
  }
}

@media screen and (min-width: 1200px) {
  .section-courses1 .tab-content-custom .col-xl-5 {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .section-courses1 .tab-content-custom .col-xl-7 {
    flex: 0 0 65%;
    max-width: 65%;
  }
  .section-courses1 .tab-content-custom .my-panel ul {
    display: block;
  }
}

.section-courses1 .tab-content-custom .course-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-courses1 .tab-content-custom .course-box .box {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-courses1 .tab-content-custom .course-box .box1 {
  margin-top: -90px;
  margin-bottom: -90px;
}

.section-courses1 .tab-content-custom .course-box .box1 .circle-img img {
  border-radius: 50%;
  border: 10px solid #f0e6ad;
}

/*.section-courses1 .tab-content-custom .course-box .box2 .details {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}*/

.section-courses1 .tab-content-custom .course-box .box2 .details h2,
.section-courses1 .tab-content-custom .course-box .box2 .details h3,
.section-courses1 .tab-content-custom .course-box .box2 .details h4,
.section-courses1 .tab-content-custom .course-box .box2 .details h5,
.section-courses1 .tab-content-custom .course-box .box2 .details h6,
.section-courses1 .tab-content-custom .course-box .box2 .details p,
.section-courses1 .tab-content-custom .course-box .box2 .details a,
.section-courses1 .tab-content-custom .course-box .box2 .details span {
  color: #fff;
}

.section-courses1 .tab-content-custom .course-box .box2 .details h2 {
  margin-bottom: 15px;
}

.section-courses1 .tab-content-custom .course-box .box2 .details .enq-btn {
  margin-top: 15px;
}

.section-courses1
  .tab-content-custom
  .course-box
  .box2
  .details
  .enq-btn
  a.btn-yellow {
  color: #080073;
  border-radius: 50px;
  padding: 8px 15px;
}

.section-courses1
  .tab-content-custom
  .course-box
  .box2
  .details
  .enq-btn
  a.btn-yellow:hover {
  color: #f0e6ad;
}

.section-courses1 + .form-with-bg {
  padding-top: 8rem;
  padding-bottom: 8.5rem;
}

@media screen and (max-width: 1440px) {
  .section-courses1 .left-box .title h2 {
    font-size: 30px;
  }

  .section-courses1 .tab-content-custom .course-box .box2 .details p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1280px) {
  .section-courses1 .tab-content-custom .course-box {
    padding-left: 0;
    padding-right: 0;
  }

  .section-courses1 + .form-with-bg {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .section-courses1 .tab-content-custom .course-box .box2 .details {
    padding-left: 0;
  }

  .section-courses1 + .form-with-bg {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
  .section-courses1 .tab-content-custom .my-panel {
    margin-bottom: 1.5rem !important;
  }
}

@media screen and (max-width: 991px) {
  .section-courses1 .tab-content-custom .course-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 1.5rem;
  }

  .section-courses1 .tab-content-custom .course-box .box {
    width: 100%;
    text-align: center;
  }

  .section-courses1 .tab-content-custom .course-box .box1 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-courses1 .tab-content-custom .course-box .box1 img {
    max-width: 400px;
  }

  .section-courses1 .tab-content-custom .course-box .box2 .details {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-courses1 .tab-content-custom .course-box .box2 .details h2 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 575px) {
  .section-courses1 .tab-content-custom .course-box {
    padding-top: 2rem;
    margin-left: -15px;
    margin-right: -15px;
  }

  .section-courses1 .tab-content-custom .course-box .box1 .circle-img {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-courses1 .tab-content-custom .course-box .box1 img {
    max-width: 100%;
  }
}

.cta-for-course .box {
  text-align: center;
}

.cta-for-course .box h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-for-course .box p {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.cta-for-course .box a.cus-btn {
  display: inline-block;
  background-color: #d2e7f4;
  color: #080073;
  border-radius: 50px;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 25px;
  margin-top: 25px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cta-for-course .box a.cus-btn:hover {
  background-color: #080073;
  color: #d2e7f4;
}

.latest-books-section {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.latest-books-section .section-title {
  position: absolute;
  top: 188px;
  text-align: center;
  z-index: 1;
}

.latest-books-section .section-title h2 {
  color: #f0e6ad;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.latest-books-section .book-box {
  position: relative;
  padding: 50px 50px 70px 50px;
}

.latest-books-section .book-cat {
  position: absolute;
  bottom: 20px;
}

.latest-books-section .book-cat h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Garden Flower";
  font-weight: normal;
  font-size: 90px;
  line-height: 90px;
}

.latest-books-section .kids-book .owl-theme .owl-dots,
.latest-books-section .kids-book .owl-theme .owl-nav {
  text-align: right;
}

.latest-books-section .adults-book .owl-theme .owl-dots,
.latest-books-section .adults-book .owl-theme .owl-nav {
  text-align: left;
}

.latest-books-section .adults-book .book-cat {
  right: 50px;
}

.latest-books-section .book-carousel-lg .col-lg-3 {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.book-recomm-carousel-lg .col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}

.book-recomendation-sec .cta-btn {
  text-align: center;
  margin-top: 25px;
}

.book-recomendation-sec .cta-btn a {
  display: inline-block;
  background-color: #fff;
  color: #080073;
  border-radius: 20px;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 20px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.book-recomendation-sec .cta-btn a:hover {
  background-color: #080073;
  color: #fff;
}

.book-recomendation-sec .book-recomm-other-carousel-col {
  margin-top: 5.5rem;
}

.book-recomm-other-carousel-box {
  background-color: #79b8e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.book-recomm-other-carousel-box .box1 {
  width: 30%;
}

.book-recomm-other-carousel-box .box2 {
  width: 70%;
}

.book-recomm-other-carousel-box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.book-recomm-other-carousel-box .text .text1 {
  margin-top: -10px;
}

.book-recomm-other-carousel-box .text h6,
.book-recomm-other-carousel-box .text p {
  color: #fff;
}

.book-recomm-other-carousel-box .text h6 {
  font-size: 40px;
  line-height: 50px;
}

.book-recomm-other-carousel-box img {
  border-top-left-radius: 50px 50%;
  border-bottom-left-radius: 50px 50%;
}

.book-recomm-other-carousel-col .owl-theme .book-recomm-other-carousel-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
  margin-top: 0;
  z-index: 1;
}

.book-recomm-other-carousel-col
  .owl-theme
  .book-recomm-other-carousel-nav
  [class*="owl-"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 10px;
  border: none;
  border-radius: 50%;
  background: #f0e6ad;
  color: #080073;
  width: 50px;
  height: 50px;
}

.owl-theme .owl-dots .owl-dot {
  margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  width: 40px;
  height: 5px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #001a71;
}

@media screen and (min-width: 992px) {
  .latest-books-section .book-carousel-sm,
  .book-recomendation-sec .book-recomm-sm {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .latest-books-section .section-title {
    top: 172px;
  }

  .latest-books-section .book-cat {
    bottom: 40px;
  }

  .latest-books-section .book-cat h6 {
    font-size: 50px;
    line-height: 50px;
  }

  .book-recomm-other-carousel-box .text h6 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (max-width: 1199px) {
  .latest-books-section .section-title {
    top: 30px;
  }

  .latest-books-section .section-title h2 {
    -webkit-transform: unset;
    transform: unset;
  }

  .latest-books-section .kids-book .book-box {
    padding-top: 90px;
  }
}

@media screen and (max-width: 991px) {
  .cta-for-course .box a.cus-btn,
  .book-recomendation-sec .cta-btn a {
    font-size: 16px;
    padding: 8px 18px;
  }

  .latest-books-section .book-carousel-lg,
  .book-recomendation-sec .book-recomm-lg {
    display: none;
  }

  .book-recomendation-sec .book-recomm-other-carousel-col {
    margin-top: 3.5rem;
  }

  .book-recomm-other-carousel-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .book-recomm-other-carousel-box .box1,
  .book-recomm-other-carousel-box .box2 {
    width: 100%;
  }

  .book-recomm-other-carousel-box .text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 25px 25px 25px;
  }

  .book-recomm-other-carousel-box .text .text1,
  .book-recomm-other-carousel-box .text .text2 {
    text-align: center;
  }

  .book-recomm-other-carousel-box .text .text1 {
    margin-top: 0;
  }

  .book-recomm-other-carousel-box .text h6 {
    font-size: 25px;
    line-height: 35px;
  }

  .book-recomm-other-carousel-box img {
    border-radius: 0;
  }

  .book-recomm-other-carousel-col .owl-theme .book-recomm-other-carousel-nav {
    right: -5px;
  }

  .book-recomm-other-carousel-col
    .owl-theme
    .book-recomm-other-carousel-nav
    [class*="owl-"] {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .latest-books-section .book-box {
    padding: 40px 30px 35px 30px;
  }

  .latest-books-section .book-cat {
    position: relative;
    bottom: unset;
    margin-top: 20px;
  }

  .latest-books-section .book-cat h6 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 35px;
    line-height: 35px;
  }

  .latest-books-section .adults-book .book-cat {
    right: 0;
  }

  .latest-books-section .kids-book .owl-theme .owl-dots,
  .latest-books-section .kids-book .owl-theme .owl-nav,
  .latest-books-section .adults-book .owl-theme .owl-dots,
  .latest-books-section .adults-book .owl-theme .owl-nav {
    text-align: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 4px;
  }
}

@media screen and (max-width: 575px) {
  .book-recomm-other-carousel-col .owl-theme .book-recomm-other-carousel-nav {
    position: relative;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-top: 20px;
  }

  .book-recomm-other-carousel-col
    .owl-theme
    .book-recomm-other-carousel-nav
    [class*="owl-"] {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.redemption-section1 input[type="submit"] {
  background-color: #f0e6ad;
  color: #080073;
  padding: 10px 35px;
}

.redemption-section1 form .goodies-box {
  background-color: #fff;
  padding: 0 30px 30px 30px;
}

.redemption-section1 form .goodies-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.redemption-section1 form .goodies-box ul li {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  float: none;
  margin: 0;
}

.redemption-section1 form .goodies-box ul li .thumbnail {
  border: 1px solid #ddd;
  margin-top: 30px;
}

.redemption-section1 form .goodies-box ul li .thumbnail:hover {
  border: 5px solid #001a71;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background: transparent;
  border: 5px solid #001a71;
}

@media screen and (min-width: 992px) {
  .redemption-section1 form .goodies-box ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .redemption-section1 form .form-group:last-of-type {
    text-align: center;
  }
}

.wpcf7-form-control-wrap.date,
.wpcf7-form-control-wrap.time {
  width: 100%;
}

form.invalid button {
  margin-top: 20px;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  border: 2px solid #ff0000;
  color: #ff0000;
}

.custom-select-form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -92px;
  width: 200px;
}

.form-with-bg {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
}

.form-with-bg .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.form-with-bg input[type="submit"].btn-yellow {
  background-color: #f0e6ad;
  color: #080073;
}

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

.form-group:last-of-type {
  margin-bottom: 0;
}

.form-group label {
  color: #333;
  margin-bottom: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
}

.form-group .input-group-append {
  right: 0;
  width: 100%;
  height: 65px;
}

form.invalid .form-group .input-group-append {
  margin-bottom: 20px;
}

.form-group .input-group-text {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.form-group .input-group-text i {
  position: absolute;
  font-size: 16px;
  right: 1.75rem;
}

.form-control {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.form-control:focus {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ddd;
}

input[type="text"],
input[type="email"],
input[type="tel"],
.input-group-text,
input[type="date"],
input[type="time"],
input[type="number"] {
  height: 65px;
}

input[type="submit"] {
  background-color: #d2e7f4;
  color: #080073;
  border-radius: 20px;
  border: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 30px;
}

textarea.form-control {
  height: 130px;
  padding-top: 15px;
}

.form-control,
.form-control::-webkit-input-placeholder,
.select-selected,
.select-items div {
  color: #333333;
  font-size: 16px;
}

.form-control,
.form-control::-moz-placeholder,
.select-selected,
.select-items div {
  color: #333333;
  font-size: 16px;
}

.form-control,
.form-control::-ms-input-placeholder,
.select-selected,
.select-items div {
  color: #333333;
  font-size: 16px;
}

.form-control,
.form-control::placeholder,
.select-selected,
.select-items div {
  color: #333333;
  font-size: 16px;
}

.custom-select-form select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
  position: relative;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  content: url(../images/caret-down.png);
  position: absolute;
  top: 20px;
  right: 40px;
  width: 0;
  height: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: url(../images/caret-down.png);
}

/*style the items (options), including the selected item:*/
.select-selected {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 0;
}

.select-items div {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.select-selected {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 65px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -1px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #f7f7f7;
  left: 5px;
  right: 5px;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.select-items .same-as-selected {
  background-color: #eee;
  color: #333 !important;
}

.select-arrow-active {
  border: 1px solid #ddd;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select-arrow-active + .select-items {
  border: 1px solid #ddd;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .form-group {
    margin-bottom: 25px;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  .input-group-text,
  .select-selected,
  .form-group .input-group-append,
  input[type="number"] {
    height: 50px;
  }

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

  .select-selected:after {
    top: 13px;
  }

  .form-control,
  .form-control::-webkit-input-placeholder,
  .select-selected,
  .select-items div,
  .form-group label {
    font-size: 15px;
  }

  .form-control,
  .form-control::-moz-placeholder,
  .select-selected,
  .select-items div,
  .form-group label {
    font-size: 15px;
  }

  .form-control,
  .form-control::-ms-input-placeholder,
  .select-selected,
  .select-items div,
  .form-group label {
    font-size: 15px;
  }

  .form-control,
  .form-control::placeholder,
  .select-selected,
  .select-items div,
  .form-group label {
    font-size: 15px;
  }

  .form-with-bg input[type="submit"].btn-yellow {
    font-size: 16px;
  }

  input[type="submit"] {
    font-size: 16px;
  }
}

.section-contact-page .contact-info-box {
  background-color: #d2e7f4;
  padding: 35px 40px 40px 40px;
}

.section-contact-page .contact-info-box .title {
  margin-bottom: 15px;
}

.section-contact-page .contact-info-box .title h3 {
  font-weight: bold;
}

.section-contact-page .contact-info-box .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.section-contact-page .contact-info-box .details:last-of-type {
  margin-bottom: 0;
}

.section-contact-page .contact-info-box .details .detail1 {
  width: 15%;
}

.section-contact-page .contact-info-box .details .detail1 p {
  color: #001a71;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
}

.section-contact-page .contact-info-box .details .detail2 {
  width: 85%;
}

.section-contact-page .contact-info-box .details .detail2 p {
  color: #444;
  line-height: 28px;
}

.section-contact-page .contact-info-box .details .detail2 p a {
  color: inherit;
}

.section-contact-page .contact-info-box .details .detail2 .hour-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.section-contact-page .contact-info-box .details .detail2 .hour-box .hrs {
  padding-left: 15px;
  padding-right: 15px;
}

.section-contact-page .contact-info-box .details .detail2 .hour-box .hrs h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}

.section-contact-page .contact-info-box .details .detail2 .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-contact-page .contact-info-box .details .detail2 .social-icons a {
  background-color: #001a71;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.section-contact-page .contact-info-box .details .detail2 .social-icons a i {
  font-size: 18px;
}

.section-contact-page .map-container {
  overflow: hidden;
  position: relative;
  height: 280px;
}

.section-contact-page .map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .btn-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn-captcha .g-recaptcha.wpcf7-recaptcha > div {
    height: 74px !important;
  }

  .btn-captcha input[type="submit"] {
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 1199px) {
  .section-contact-page .form-box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-contact-page .contact-info-box {
    padding: 25px 30px 30px 30px;
  }

  .section-contact-page .contact-info-box .details .detail2 .hour-box .hrs h6 {
    font-size: 14px;
  }

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

  .btn-captcha .g-recaptcha.wpcf7-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.2rem;
  }
  .btn-captcha input[type="submit"] {
    margin-top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .section-contact-page input[type="text"],
  .section-contact-page input[type="email"],
  .section-contact-page input[type="tel"],
  .section-contact-page .select-selected {
    height: 50px;
  }

  .section-contact-page textarea.form-control {
    height: 100px;
  }

  .section-contact-page .form-group {
    margin-bottom: 25px;
  }
  .section-contact-page .form-group:last-of-type {
    margin-bottom: 0;
  }

  .section-contact-page .form-group label {
    font-size: 15px;
  }

  .section-contact-page .select-selected:after {
    top: 13px;
  }

  .section-contact-page .form-control,
  .section-contact-page .form-control::-webkit-input-placeholder,
  .section-contact-page .select-selected,
  .section-contact-page .select-items div {
    font-size: 15px;
  }

  .section-contact-page .form-control,
  .section-contact-page .form-control::-moz-placeholder,
  .section-contact-page .select-selected,
  .section-contact-page .select-items div {
    font-size: 15px;
  }

  .section-contact-page .form-control,
  .section-contact-page .form-control::-ms-input-placeholder,
  .section-contact-page .select-selected,
  .section-contact-page .select-items div {
    font-size: 15px;
  }

  .section-contact-page .form-control,
  .section-contact-page .form-control::placeholder,
  .section-contact-page .select-selected,
  .section-contact-page .select-items div {
    font-size: 15px;
  }

  .section-contact-page .contact-info-box .details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-contact-page .contact-info-box .details .detail1,
  .section-contact-page .contact-info-box .details .detail2 {
    width: 100%;
  }

  .section-contact-page .contact-info-box .details .detail1 {
    margin-bottom: 5px;
  }

  .section-contact-page .contact-info-box .details .detail2 p {
    line-height: 25px;
  }

  .section-contact-page .contact-info-box .details .detail2 .hour-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-contact-page .contact-info-box .details .detail2 .hour-box .hrs {
    width: 100%;
  }

  .section-contact-page .contact-info-box .details .detail2 .hour-box .hrs h6 {
    margin-bottom: 5px;
  }

  .section-contact-page
    .contact-info-box
    .details
    .detail2
    .hour-box
    .hrs:first-of-type {
    margin-bottom: 8px;
  }
}

.thankyou-404 {
  position: relative;
  height: calc(var(--vh, 1vh) * 100 - 200px);
  margin-top: 149px;
}

.thankyou-404 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.502);
}

.thankyou-404 .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thankyou-404 .thankyou-404-box {
  text-align: center;
}

.thankyou-404 .thankyou-404-box h1,
.thankyou-404 .thankyou-404-box p {
  color: #fff;
}

.thankyou-404 .thankyou-404-box h1 {
  font-size: 65px;
}

.thankyou-404 .thankyou-404-box p {
  font-size: 25px;
}

.thankyou-404 .thankyou-404-box a button {
  background-color: #f0e6ad;
  color: #080073;
  border: none;
  border-radius: 10px;
  margin-top: 25px;
  font-weight: bold;
  padding: 15px 30px;
}

@media screen and (max-width: 1440px) {
  .thankyou-404 .thankyou-404-box h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .thankyou-404 {
    height: calc(var(--vh, 1vh) * 100 - 220px);
    margin-top: 118px;
  }

  .thankyou-404 .thankyou-404-box {
    text-align: center;
  }

  .thankyou-404 .thankyou-404-box p {
    font-size: 15px;
  }

  .thankyou-404 .thankyou-404-box a button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .thankyou-404 .thankyou-404-box h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 575px) {
  .thankyou-404 .thankyou-404-box a button {
    padding: 8px 20px;
  }

  .thankyou-404 .thankyou-404-box h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 385px) {
  .thankyou-404 {
    margin-top: 112px;
  }
}

/* for woocommerce pages */
.page-template-checkout.woocommerce-checkout .container {
  padding-top: 5rem;
  padding-bottom: 5.5rem;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 150px;
}

.page-template-checkout.woocommerce-checkout .container .row .woocommerce {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.page-template-checkout.woocommerce-checkout
  #customer_details
  input[type="text"],
.page-template-checkout.woocommerce-checkout
  #customer_details
  input[type="tel"],
.page-template-checkout.woocommerce-checkout
  #customer_details
  input[type="email"],
.page-template-checkout.woocommerce-checkout #customer_details textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.page-template-checkout.woocommerce-checkout #customer_details textarea {
  padding-top: 15px;
}

.page-template-checkout.woocommerce-checkout #customer_details label {
  color: #333;
  margin-bottom: 0;
}

.page-template-checkout.woocommerce-checkout
  #customer_details
  input[type="text"],
.page-template-checkout.woocommerce-checkout
  #customer_details
  input[type="tel"],
.page-template-checkout.woocommerce-checkout
  #customer_details
  input[type="email"],
.page-template-checkout.woocommerce-checkout #customer_details textarea {
  color: #333333;
  font-size: 16px;
}

.page-template-checkout.woocommerce-checkout #order_review_heading {
  margin-top: 30px;
}

.page-template-checkout.woocommerce-checkout .woocommerce-notices-wrapper,
.page-template-checkout.woocommerce-checkout #order_review,
.page-template-checkout.woocommerce-checkout #order_review_heading {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #080073;
  color: #fff;
  border-radius: 20px;
  border: none;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 30px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #080073;
  color: #fff;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 1.2em;
}

@media screen and (max-width: 1199px) {
  .page-template-checkout.woocommerce-checkout .container {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
    margin-top: 145px;
  }
}

@media screen and (max-width: 991px) {
  .page-template-checkout.woocommerce-checkout #customer_details .col-1,
  .page-template-checkout.woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    float: none;
  }

  .page-template-checkout.woocommerce-checkout #customer_details .col-1 {
    margin-bottom: 20px;
  }

  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 575px) {
  .page-template-checkout.woocommerce-checkout .container {
    margin-top: 118px;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
  }

  .woocommerce-checkout .wc_payment_methods .payment_method_paypal {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 10px !important;
  }

  .woocommerce-checkout
    .wc_payment_methods
    .payment_method_paypal
    input[type="radio"] {
    top: 2.5px;
  }

  .woocommerce-checkout .wc_payment_methods .payment_method_paypal label {
    width: 90%;
  }

  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: left;
    line-height: 15px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 385px) {
  .page-template-checkout.woocommerce-checkout .container {
    margin-top: 114px;
  }
}

@media screen and (max-width: 375px) {
  .page-template-checkout.woocommerce-checkout .container {
    margin-top: 113px;
  }
}

@media screen and (max-width: 360px) {
  .page-template-checkout.woocommerce-checkout .container {
    margin-top: 110px;
  }
}

/* 3/22/2021 */
.wpcf7 .ajax-loader {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wpcf7-not-valid-tip {
	padding-top: 5px;
}

form.invalid .custom-select-form {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .custom-select-form .wpcf7-not-valid-tip {
    bottom: -70px;
  }
}

/* 3/22/2021 */
/**
header nav .navbar-nav .nav-item:nth-child(8) a.nav-link {
  pointer-events: none;
}**/
header nav .navbar-nav .nav-item:nth-child(8):hover a.nav-link,
header nav .navbar-nav .nav-item a.nav-link.active-page,
header nav .navbar-nav .nav-item:nth-child(2):hover a.nav-link {
  background-color: #f0e6ad;
}
header nav .navbar-nav .nav-item:nth-child(8):hover a.nav-link {
	background-color: transparent;
}
.custom-g-form-embed::before {
  padding-top: 100%;
}

/* 4/16/2021 */
header nav .navbar-nav .nav-item:last-of-type {
  margin-right: -200px;
  padding-left: 33px;
  line-height: unset;
  transition: 0.6s ease;
}
header nav .navbar-nav .nav-item.active:last-of-type {
  padding-left: 0;
  margin-right: 0;
}
header nav .navbar-nav .nav-item:last-of-type a {
  background-color: #f0e6ad !important;
  border-radius: 10px;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 15px;
  margin-right: 0;
}

.tips-single-section {
  margin-top: 150px;
}
.tips-section1 .side-box.sticky-top {
  top: 149px;
}

@media screen and (min-width: 992px) {
  .sticky-control-tips {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .tips-single-section {
    margin-top: 145px;
  }
  header nav .navbar-nav .nav-item:last-of-type {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .tips-section1 .side-box.sticky-top {
    position: unset;
    top: unset;
  }
  .sticky-control-tips {
    margin-top: 0 !important;
    display: none;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .page-id-331 .sticky-control-tips {
    padding-bottom: 15px;
  }
  .sticky-control-tips.sticky-tips-active,
  .sticky-course-menu.sticky-tips-active {
    background-color: #001a71;
    display: block;
    position: fixed;
    width: 100%;
    top: 146px;
    z-index: 99;
  }
  .sticky-control-tips.tips-section1 .side-box .box2,
  .sticky-control-tips.tips-section1 .side-box {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .sticky-control-tips.tips-section1 .side-box .box2 ul li a,
  .sticky-control-tips.tips-section1 .side-box .box2 h4 {
    color: #fff;
  }

  .section-courses1.sticky-control-tips .my-panel {
    margin-bottom: 0 !important;
  }
  .section-courses1.sticky-control-tips .tab-content-custom {
    margin-top: 0;
  }
  .section-courses1.sticky-control-tips .my-panel ul {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
  .section-courses1.sticky-control-tips .my-panel ul li {
    width: auto;
    display: inline-block;
  }
  .section-courses1.sticky-control-tips .my-panel ul li a {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .tips-single-section {
    margin-top: 115px;
  }
  .section-courses1 .my-panel ul li a {
    text-align: center;
  }
  .sticky-control-tips.sticky-tips-active,
  .sticky-course-menu.sticky-tips-active {
    top: 110px;
  }
}
@media screen and (max-width: 389px) {
  .tips-single-section {
    margin-top: 111px;
  }
  .sticky-control-tips.sticky-tips-active,
  .sticky-course-menu.sticky-tips-active {
    top: 111px;
  }
}
@media screen and (max-width: 375px) {
  .tips-single-section {
    margin-top: 109px;
  }
  .sticky-control-tips.sticky-tips-active,
  .sticky-course-menu.sticky-tips-active {
    top: 109px;
  }
}
@media screen and (max-width: 360px) {
  .tips-single-section {
    margin-top: 108px;
  }
  .sticky-control-tips.sticky-tips-active,
  .sticky-course-menu.sticky-tips-active {
    top: 108px;
  }
}

/* 4/28/2021 */
.section-courses1 .tab-content-custom {
  margin-top: 0;
}
.section-courses1 .left-box .title {
  text-align: left;
  padding-left: 8px;
  margin-bottom: 5px;
}
.section-courses1 .left-box .title h2 {
  color: #3743a2;
}
.section-courses1 .box-float {
  position: absolute;
  display: block;
  width: 32%;
  height: 100%;
  top: 0;
  left: -15px;
  background-color: #f0e6ad;
}
.members-section1 .pay-box .box3 .method a {
  cursor: pointer;
}

.members-section1 .form-box .form-control.error,
.members-section1 .form-box select.error + span + .select-selected,
.members-section1
  .form-box
  .tc-btn-captcha
  input.error
  + span
  + .custom-control-label::before {
  border-color: red;
}
.members-section1 .form-box .error-field {
  display: none;
}

/*@media screen and (max-width: 1680px) {
  .section-courses1 .box-float {
    width: 55%;
  }
}
@media screen and (max-width: 1440px) {
  .section-courses1 .box-float {
    width: 60%;
  }
}*/
@media screen and (max-width: 1199px) {
  .section-courses1#main-course {
    padding-top: 0;
  }
  .section-courses1 .box-float {
    display: none;
  }
  .section-courses1 .left-box {
    background-color: #f0e6ad;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .section-courses1 .left-box .title {
    text-align: center;
    padding-left: 0;
  }
  .section-courses1 .col-xl-5 {
    padding-left: 0;
    padding-right: 0;
  }
  .section-courses1 .my-panel ul li a {
    border: 1px solid #3743a2;
  }

  .section-courses1.sticky-control-tips.sticky-tips-active {
    background-color: #f0e6ad;
  }
}

/* 5/6/2021 */
.section-with-grid-modal-temp.section-category-need-sticky,
.section-with-grid-modal-temp.main-.latest- {
  overflow: visible;
}
/*.section-with-grid-modal-temp.section-category-need-sticky .row-sticky-latest, 
.section-with-grid-modal-temp.section-category-need-sticky .row-sticky-upcoming{
  margin-bottom: -108px;
}*/
.section-with-grid-modal-temp.main-.latest-,
.section-with-grid-modal-temp.main- {
  padding-top: 45px;
}
.section-with-grid-modal-temp .category-box {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  section#carousel-sec .caption1,
  section#carousel-sec .caption2,
  section#carousel-sec .caption3 {
    display: flex;
    align-items: center;
  }
  #main-course {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .section-courses1 .my-panel ul li a {
    margin-top: 5px;
  }
  .page-id-331 #enquire-innerpages {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-id-331 #enquire-innerpages {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 2500px) and (max-width: 2560px) {
  body {
    zoom: 134%; /* Webkit browsers */
  }
}
@media screen and (min-width: 3800px) {
  body {
    zoom: 201.5%; /* Webkit browsers */
  }
}

/*@media (min-width: 2500px) and (max-width: 2560px) {
  body {
    -moz-transform: scale(134, 134); /* Moz-browsers 
    zoom: 134; /* Other non-webkit browsers 
    zoom: 134%; /* Webkit browsers 
  }
}
@media screen and (min-width: 3800px) {
  body {
    -moz-transform: scale(200.5, 200.5); /* Moz-browsers 
        zoom: 201.5%; /* Other non-webkit browsers 
        zoom: 201.5%; /* Webkit browsers 
  }
}*/
/*.section-with-grid-modal-temp .btn-box-event {
  transition: 1s ease-in-out;
}
.section-with-grid-modal-temp .btn-box-event.test {
  visibility: hidden;
}*/

/* 6/28 */

@media (min-width: 1000px) and (max-width: 1699px) {
	.tips-section1 .side-box .box1, .tips-section1 .side-box .box2 {
		margin-bottom: 20px;
    	padding-bottom: 30px;
	}
	
	.sections.testimonial-section1 {
		padding-top: 1rem;
	}
	.testimonial-section1 .testimonial-box {
    padding: 20px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1200px) {
  section#banner-center {
    height: 11rem;
  }

  .sections.testimonial-section1 {
    padding-top: 1rem;
  }

  .testimonial-section1 .testimonial-box {
    padding: 20px;
  }

  .page-id-95 .our-consultant-section1 {
  	padding-top: 1rem;
  }
  .page-id-95 .our-consultant-section1 img {
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 250px;
  }

  .sections {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  /*our club */
  #banner-our-club-page {
    height: 17rem;
  }
  #banner-our-club-page .banner-box {
    padding-top: 30px;
  }
  #banner-our-club-page .banner-box h1 {
    margin-bottom: 10px;
  }
  #banner-our-club-page .banner-box a {
    margin-top: 15px;
  }
  #banner-our-club-page .banner-box p {
    font-size: 18px;
  }
  .our-club-section1 .container {
    max-width: 980px;
  }
  .our-club-section1 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  /*membership*/
  .members-section1 .member-title {
    margin-bottom: 20px;
  }
  .members-section1 .pay-box .select-selected {
    height: 70px;
    padding: 20px 10px;
  }

  /* library */
  .cta-for-course {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .latest-books-section .book-box {
    padding: 20px 20px 30px 20px
  }
  .latest-books-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* tips */
  .tips-section1 .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .tips-section1 .col-xl-3,
  .tips-section1 .col-xl-9,
  .tips-section1 .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tips-section1 .tips-box .text {
    padding-top: 15px;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 10px;
  }
  .tips-section1 .tips-box .text h6 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .tips-section1 .tips-box .text p {
    font-size: 13px;
    line-height: 22px;
  }
  .tips-section1 .tips-box .tags {
    margin-bottom: 15px;
  }
  .tips-section1 .tips-box .tags a {
    margin-top: 5px;
    margin-right: 2px;
    font-size: 9px;
    padding: 4px 7px;
  }
  .tips-section1 .tips-box .butn {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .tips-section1 .tips-box .butn a {
    padding: 5px 25px;
    font-size: 13px;
  }

  .tips-section1 .tips-box .text, .tips-section1 .tips-box .tags, .tips-section1 .tips-box .butn {
    padding-left: 13px;
    padding-right: 13px;
  }
  .tips-section1 .side-box .box1 a {
    font-size: 14px;
    padding: 5px 25px;
  }
  .tips-section1 .side-box .box1, .tips-section1 .side-box .box2 {
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  .tips-section1 .side-box .box2 h4 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .tips-section1 .side-box .box2 ul li {
    margin-bottom: 2px;
  }
  .tips-section1 .side-box .box2 ul li a {
    font-size: 13px;
    padding: 2px 8px;
  }
  .tips-section1 .side-box .box3 a {
    font-size: 20px;
    margin-right: 10px;
  }

  /*events */
  .section-with-grid-modal-temp .section-title {
    margin-bottom: 5px;
  }
  .section-with-grid-modal-temp .category-box a span {
    margin-top: 5px;
  }
  .section-with-grid-modal-temp.main-.latest-, .section-with-grid-modal-temp.main- {
    padding-top: 30px;
  }
  .masonry-custom .custom-card img {
    margin-bottom: 5px;
  }

  /* redemption */
  .page-id-426 .sections .section-title {
    margin-bottom: 5px;
  }

  input[type="text"], input[type="email"], input[type="tel"], .input-group-text, input[type="date"], input[type="time"], input[type="number"],
  .select-selected {
    height: 45px;
  }
  .form-group {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 576px) {
	.home #enquire h2 br {
		display: none;
	}
}

@media screen and (min-width: 1281px) {
	.section-courses1 .tab-content-custom .course-box .box2 .details h2 br {
		display: none;
	}
}




section.communication#banner-center .banner-box {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
section.communication#banner-center .container-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
section#class {
    padding: 4rem 0;
    text-align: center;
}
section#class .class-desc{
	color: #000;
    font-size: 16px;
	padding: 1rem 0;
}
section#class .info-wrapper{
	padding: 2rem 0 0;
}
section#class .box-lt{
background: #001a71;
       background-size: cover;
    background-position: center;
    height: 350px;
    padding: 3rem 2rem;
    color: #fff;
}
section#class .box-rgt{
background: #6599ff;
        background-size: cover;
    background-position: center;
    height: 350px;
    padding: 2rem 4rem 3rem 2rem;
    color: #fff;
}

section#class .box-title{
	text-align: left;
    font-size: 26px;
    font-weight: 600;
	position:relative;
	color: #001a71;
}

/* .box-title:after{
	content:"";
	position: absolute;
	width: 20%;
	height:2px;
	left: 0;
	bottom: -5px;
    background: #fff;
} */
section#class .box-desc{
text-align: left;
    padding: 1.5rem 2rem 1rem 0;
}
section#class .box-time li{
    text-align: left;
    line-height: 1.5;
}
section#class .who-box{
	    padding: 0rem 6rem;
}

.who-box .box-title,
.why-box .box-title,
.course-box .box-title{
	color: #001a71;
}
.who-box .box-title:after,
.why-box .box-title:after{
	background: #001a71;
}

.why-box .box-title{
	text-align:center;
}
.who-img img{
	    border-radius: 20px;
    object-fit: cover;
}

.why-box .icon{
	    width: 140px;
    height: 140px;
    padding: 1rem;
}
section#class .icon-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
	color: #001a71;
}
section#class .icon-desc{
text-align: center;
        padding: 2rem 1rem;
}

.how-img img{
	width: 100%;
    height: 400px;
	object-fit: cover;
}
section#class li{
    text-align: left;
    line-height: 1.5;
}
.course-container{
	    box-shadow: 2px 2px 19px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 2px 2px 19px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 2px 19px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
	background:#fff;
	margin-top: 3rem;
}

.course-container img{
	    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
	    margin-bottom: 1rem;
}
.course-box .box-title:after{
	background: transparent;
}

section#class .box-lt {
	background-image: url('https://writerstudio.com.sg/wp-content/uploads/2022/04/rgt-box.jpg');
    background-size: cover;
    background-position: center;
    height: 350px;
    padding: 3rem 2rem;
    color: #fff;
}
section#class .box-rgt{
	background-image: url(https://writerstudio.com.sg/wp-content/uploads/2022/04/lt-box.jpg);
}
@media screen and (max-width: 1200px) {
section#class .box-rgt,
	section#class .box-lt{
        height: 400px;
}
	section#class .who-box {
    padding: 1rem;
}
}
@media screen and (max-width: 992px){
section#class .box-rgt, section#class .box-lt {
    height: auto;
    margin: 1rem;
}
	section#class .info-wrapper {
    padding: 2rem 0;
}
	.who-img img,
	.how-img img{
		margin: 2rem 0;
	}
}
@media screen and (max-width: 767px){
.course-container {

    margin: 2rem 4rem;
	}
	section.communication#banner-center .container-wrapper {
    position: absolute;
    top: 15%;
		    left: 0;
    transform: translate(0px, 0px);
	}
	.course-container img {
    height: 230px;
	}
}
@media(max-width:576px){
		section#class .box-lt{
	position: relative;
    background: #5C97FF;
    overflow: hidden;
	}
	section#class .box-lt .box-title, section#class .box-lt .box-desc, section#class .box-lt .box-time,
	section#class .box-rgt .box-title, section#class .box-rgt .box-desc, section#class .box-rgt .box-time{
		position:relative;
		z-index:2;
	}
	section#class .box-lt:before{
	 content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url('https://writerstudio.com.sg/wp-content/uploads/2022/04/rgt-box.jpg');
    background-repeat: no-repeat;
   background-position: right; 
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	}
	section#class .box-rgt{
	position: relative;
    background: #5C97FF;
    overflow: hidden;
	padding: 2rem;
	}
	section#class .box-rgt:before{
		 content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url('https://writerstudio.com.sg/wp-content/uploads/2022/04/lt-box-1.jpg');
    background-repeat: no-repeat;
   background-position: top right; 
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	}
	section#class .box-desc {
    text-align: justify;
    padding: 1.5rem 0;
	}
}
@media screen and (max-width: 435px){
    .info-wrapper:nth-child(3) .who-title{
      padding: 2rem !important; 
    }
	.course-container{
		margin: 2rem;
	}
	.course-container img {
    height: 200px;
	}

	
	section#class .box-title {
    font-size: 20px;
    position: relative;
	}
	section#class .box-rgt {
    padding: 3rem 2rem 3rem 2rem;
	}
}
@media screen and (max-width: 360px){
.course-container img {
    height: 160px;
}


/**added 11-9-21*/
footer .box4 .f-phone-link {
    color: #97b6d9;
}
footer .box4 .f-phone-link:hover {
	color: #fff;
}
	
