* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Arimo", sans-serif !important;
  background-color: #fff !important;
  overflow-x: hidden !important;
  font-weight: normal;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}

ul.dropdown-menu {
  text-align: center;
}

label,
p {
  font-weight: normal;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}

p {
  font-weight: 300;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1330px !important;
  padding: 0 !important;
}
/* header css start */
header {
  position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}
.header-top {
    width: 100%;
    display: inline-block;
    background-color: #00b5b1;
    text-align: center;
    padding: 11px 0 7px;
    font-size: 22px;
}
.header-top a
{
  color:#fff;
}
.header-top a:hover
{
  color:#fff;
}
a.login-btn {
    width: 76px;
    display: inline-block;
    background-color: #00b5b1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 4px 0 6px;
    border: 1px solid #00b5b1;
    transition: all 0.2s ease, visibility 0s;
    margin: 7px 0 0 0;
}
a.login-btn:hover
{
  border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
.navbar
{
font-family: "Nunito", sans-serif;
}
a.nav-link {
    color: #404040;
    font-size: 13px;
    padding: 0 16px !important;
    margin-top: 14px;
}
ul.dropdown-menu 
{
    border: none;
    padding: 0;
    text-align: left;
}
a.dropdown-item {
    font-size: 13px;
    color: #404040;
    padding: 0 11px;
    margin: 7px 0 5px;
}
a.dropdown-item:hover {
    background-color: transparent!important;
       color: #404040;
}
nav.navbar.navbar-expand-lg.navbar-light.top-navbar {
    padding:18px 0 20px;
}
a.navbar-brand {
    padding: 0;
    margin:0 0 0 139px;
    width:145px;
}
.nav-link:focus, .nav-link:hover {
    color: #00b5b1!important;
}
a.navbar-brand img
{
  width:100%;
}
div#navbarSupportedContent {
    margin:0 11px 0 0;
}
a.cart-btn {
    width: 28px;
    height: 34px;
    background: url(../images/cart-img.png) center top no-repeat;
    color: #fff;
    text-align: center;
    margin: 5px 12px 0 0;
    padding: 9px 0 0 0;
}
a.cart-btn:hover
{
  color:#fff;
}
.search-block {
    width: 196px;
    position: absolute;
    top: 58px;
    right: 55px;
    border-radius: 30px;
    background-color: #c4e5e3;
}
.search-block input.form-control {
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #404040;
    padding: 5px 17px 6px 0;
}
.search-block span#basic-addon1 {
    border: none;
    background-color: transparent;
}
.search-block input.form-control:focus
{
  box-shadow:none !important;
}
/* header css end */
/* Banner part css start */

.new-banner {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: #87cfcd1f;
    margin: 155px 0 0 0;
}
.new-banner h1 {
    font-size: 73px;
    color: #000;
    text-align: left;
    margin: 41px 0 20px;
    padding: 0 0 27px;
    font-weight: normal;
}
.new-banner h1 span {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 100%;
}
.new-banner h1 spam {
    display: inline-block;
    margin: 0;
    text-align: right;
    width: 100%;
}
.new-banner p {
    font-size: 22px;
    text-align: justify;
}
.col-lg-6.col-md-6.col-sm-12.col-xs-12.new-banner-leftbar {
    padding-right: 50px;
}
.new-banner-leftbar h2
{
  font-size: 28px;
  margin:20px 0 14px;
  color: #000;
}
.contact-icon 
{
    width: 100%;
    text-align: center;
}
.contact-icon a {
    font-size: 22px;
    color: #fff;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    background-color: #00b5b1;
    display: inline-block;
    line-height: 41px;
    border-radius: 100%;
    text-align: center;
    transition: all 0.2s ease, visibility 0s;
}
.contact-icon a:hover
{
  background-color: #c4e5e3;
  color:#00b5b1;
}
.banner-right {
    background: url(../images/banner-bg-right.jpg) center top no-repeat;
    background-size: cover;
}

.chatbot-app {
    box-shadow: rgba(15, 15, 15, 0.16) 0px 5px 40px 0px;
    margin: 70px auto;
    width: 420px;
    border-radius: 10px;
    height: 661px;
    position: relative;
    background-color: #fff;
}
.chatbot-app ul#pills-tab {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-top: 1px solid #eee;
    z-index: 99;
    background-color: #fff;
}
.chatbot-app li {
    padding: 0;
    margin: auto;
    width: 25%;
}
.chatbot-app .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #00b5b1;
    background-color: #0d6efd00;
}
.chatbot-app .nav-pills .nav-link {
    color: #000;
    font-size: 14px;
    width: 100%;
    margin: 5px 0;
    font-weight: 400;
    font-family: "Nunito", sans-
}
.chatbot-app li button span {
    display: block;
    width: 100%;
    position: relative;
    color: #000;
}
.chatbot-app .nav-pills .nav-link:hover span
{
  color: #00b5b1;
}
.chat-home {
    width: 100%;
    display: inline-block;
    padding: 22px 20px 10px;
    height: 567px;
    overflow-y: scroll;
}
.chat-home a.navbar-brand {
    margin: 0 0 0;
}
.chat-home a.navbar-brand img {
    width: 120px;
    margin: 0 0 15px;
}
.chat-home h2 {
    font-size: 28px;
    margin: 0 0 20px;
    color: #000;
    font-weight: normal;
}
.chat-home h3 {
    font-size: 23px;
    margin: 15px 0 20px;
    color: #000;
    font-weight: normal;
}
.card.help-message a {
    color: #000;
    font-size: 14px;
}
i.fas.fa-chevron-right.chevron-arow {
    position: absolute;
    right: -3px;
    top: 20%;
    color: #00b5b1;
}
.chat-home::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.chat-home::-webkit-scrollbar-thumb {
  background-color: #f4f3ec;
  border-radius: 30px;
transition: all .5s;
}

.chat-home:hover::-webkit-scrollbar-thumb {
  background-color: #00b5b1;
  border-radius: 30px;
  transition: all .5s;
}

.card.help-message .card-body {
    padding: 11px 16px;
}

.chat-post-detail {
    width: 100%;
    display: inline-block;
    padding:0;
    color: #000;
    text-align: justify;
}
.price-box ul {
    list-style: outside!important;
    padding-left: 18px;
}

.price-box li {
    font-weight: 300;
    margin: 0 0 8px!important;
    width: 100%!important;
    font-size: 14px!important;
}
body .news-post-list .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border: none;
    box-shadow: rgba(15, 15, 15, 0.16) 1px -2px 11px 0px;
    border-radius: 10px !important;
    padding: 11px 18px !important;
    border-top: none;
    background-color: #fff !important;
    color: #000 !important;
}
.card-body p {
  font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-weight: 300;
}
.card-body.news-post-list {
    padding: 0;
}

.card.faq {
    border: none;
}
.ai-chat-messages {
    width: 100%;
    display: inline-block;
    position: relative;
}
.heading-chat-message {
    width: 100%;
    display: inline-block;
    text-align: center;
}
.heading-chat-message h3 {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 18px!important;
    border-bottom: 1px solid rgba(15, 15, 15, 0.06);
    margin: 0!important;
    padding: 15px 12px!important;
}
.accordion-body .card-body {
    padding: 0;
}
.accordion-body .card {
    border: none;
}
.accordion-body .card-body p {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-weight: 300;
    text-align: justify;
    margin: 0 0 20px;
}
.accordion-body .card-body th {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #000;
    text-align: justify;
}
.accordion-body .card-body td {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-weight: 300;
    text-align: justify;
}
.accordion-body .card-body p strong {
    font-weight: bold;
    text-align: left!important;
    display: block;
    margin: 0 0 6px!important;
}
.accordion-body .card-body p b
{
  font-weight: bold;
}
.accordion-body {
    padding: 16px;
}

.accordion-flush .accordion-item {
    border-top: 0;
    border: none;
    margin: 0 0 11px;
}

.ai-chat {
    width: 100%;
    display: inline-block;
    padding: 24px 20px 10px;
    height: 435px;
    overflow-y: scroll;
    position: relative;
}
.sender {
    position: relative;
    text-align: left;
    display: flex;
    max-width: 280px;
    flex-direction: column;
    padding: 12px 16px;
    background-color: rgb(245, 245, 245);
    transition: background-color 300ms, border 300ms;
    float: left;
    border-radius: 20px;
}
.recent-message-box {
    width: 100%;
    display: inline-block;
    position: relative;
}
.img-message-box {
    width: 35px;
    height: 35px;
    margin: 0 14px 0 0;
    float: left;
}
.img-message-box img {
    width: 100%;
}

.detail-message-box {
    display: inline-block;
    width: auto;
    font-size: 14px;
}
.sender-msg {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0 0;
    color: #000;
}
.repaly-outer {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.repaly {
    position: relative;
    text-align: left;
    display: flex;
    max-width: 280px;
    flex-direction: column;
    padding: 12px 16px;
    background-color: rgb(245, 245, 245);
    transition: background-color 300ms, border 300ms;
    float: right;
    border-radius: 20px;
    font-size: 14px;
    color: #000;
}
.sender-msg p {
    font-size: 14px;
    margin: 0 0 5px;
       color: #000;
}
.send-box {
    border: 1px solid #ced4da;
    border-radius: 10px;
    position: relative;
    padding: 11px 51px 11px 11px;
    box-shadow: rgba(15, 15, 15, 0.16) 0px 0px 4px 0px;
    position: absolute;
    width: 89%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -54px;
    z-index: 9999;
}
.send-box .form-control {
    border: none;
    border-radius: 10px;
    font-size: 14px;
}
button.chat-send-btn {
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 100px;
    border: none;
    color: #ccc;
    position: absolute;
    right: 11px;
    top: 7px;
}
.chat-post-detail.price-box ul
{
  list-style:none !important;
  padding:0;
}
.chat-post-detail.price-box li p {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-weight: 300;
    text-align: justify;
}
.chat-post-detail.price-box li p strong
{
font-weight: bold;
    text-align: left !important;
    display: block;
    margin: 0 0 6px !important
} 
.chat-post-detail.price-box li p b
{
font-weight: bold;
} 

.chatbot-app .nav-pills .nav-link.active span
{
  color: #00b5b1 !important;
}
.blog-post-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.blog-post-list::-webkit-scrollbar-thumb {
  background-color: #f4f3ec;
  border-radius: 30px;
transition: all .5s;
}
.blog-post-list:hover::-webkit-scrollbar-thumb {
  background-color: #00b5b1;
  border-radius: 30px;
  transition: all .5s;
}
.blog-post-list {
    width: 100%;
    display: inline-block;
    padding: 30px 20px 10px;
    height: 514px;
    overflow-y: scroll;
}

section.banner-container {
    width: 100%;
    float: left;
    margin: 155px 0 0 0;
    position: relative;
}

.news-post-outer {
    width: 100%;
    display: inline-block;
    padding: 16px 20px;
    height: 514px;
    overflow-y: scroll;
}
.news-post-outer h4 {
    font-size: 16px;
}
.news-post-outer p {
    font-size: 14px;
    margin-bottom: 1rem;
}

.choose-container {
    width: 100%;
    float: left;
    padding: 75px 0 0 ;
    background-color: #fff;
}
.choose-rightbar {
    width: 50%;
    float: right;
    position: relative;
}
.choose-rightbar  .banner-content {
    padding: 0;
    top: 0;
}
.choose-leftbar {
    background-size: cover;
    width: 50%;
    float: left;
    padding:43px 0 0;
    text-align: center;
    display: table;
}

.choose-app {
    margin: auto;
    width: 440px;
    border-radius: 10px;
    height: 661px;
    position: relative;
    background-color: #fff;
    padding: 20px 26px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgb(0 0 0 / 16%) 0px 4px 2px, rgb(0 0 0 / 16%) 0px 8px 4px, rgb(0 0 0 / 16%) 0px 16px 8px, rgb(0 0 0 / 16%) 0px 32px 16px;
}
.choose-leftbar spam {
    display: table-cell;
    vertical-align: middle;
}
.choose-app a.navbar-brand img {
    width: 120px;
    margin: 0 0 15px;
}
.choose-app a.navbar-brand  {
    margin:0 !important;
}
section.choose-container h3 {
  font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 26px;
    font-weight: 900;
    margin:0 0 43px 0;
}
.we-block {
    text-align: center;
    margin: 0 0 46px;
}
section.choose-container h2 {
    font-size: 36px;
    margin: 0 0 0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
}
.choose-container ul {
    padding: 0;
    list-style: none;
}
.choose-container li {
    font-size: 19px;
    color: #000;
    position: relative;
    padding: 0 0 0 36px;
}
.choose-container li span {
    position: absolute;
    content: "";
    width: 23px;
    height: 27px;
    border-radius: 100%;
    left: 0;
    font-size: 22px;
    color: #00b5b1;
    top: 0;
}
.choose-container li p {
    font-size: 16px;
    color: #000;
    text-align: justify;
    font-weight: 300;
    line-height: 34px;
        font-family: "Nunito", sans-serif;
}


















section.banner-container img
{
  width:100%;
  float:left;
}
.banner-content .container {
    max-width: 918px!important;
    position: relative;
}
.banner-content {
    position: absolute;
    width: 100%;
    padding: 341px 0 0 0;
}
.banner-content span {
    position: absolute;
    display: inline-block;
    bottom: -56px;
    right: 40px;
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
}
.banner-content h1 {
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    font-size: 105px;
    color: #00b5b1;
    font-weight: 700;
    line-height: 132px;
}
.choose-rightbar img {
    width: 80%;
    float: left;
    margin: 0 0 0 0;
}
.text-center-mobile {
    width: 100%;
    float: left;
    margin: 16px 0 0 0;
}
.banner-content h2 {
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    font-size: 51px;
    color: #fff;
    font-weight: 700;
    margin: -17px 0 0 0;
       line-height: 50px;
}
.banner-content h3 {
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    font-size: 37px;
    color: #F48499;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.2em;
    margin: 19px 0 35px!important;
    display: block;
}
.icon svg {
    fill: #00b5b1;
}
.book-now-btn {
    width: 169px;
    background-color: #fed134;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px 0 7px;
    border: 1px solid #fed134;
        transition: all 0.2s ease, visibility 0s;
}
.book-now-btn:hover
{
  background-color: #FF6161;
  border: 1px solid #000;
  color: #fff;
}
/* Banner part css end */
/* How start part css start */
.how-start-container
{
   width: 100%;
    float: left;
    padding: 38px 0 42px 0;
    background-color: #00b5b1;
    text-align: center;
}
.how-start-container h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 39px;
    font-weight: 900;
    letter-spacing: -2.7px;
    text-align: center;
    margin: 0 0 36px 0 ;
}
.how-start-container h4 {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.6px;
    margin: 0 0 19px 0;
}
.how-start-container p {
    color: #fff;
    margin: 0 0 8px 0;
    font-size: 19px;
    font-family: "Nunito", sans-serif;
    font-weight: bold;
}
a.take-test-btn {
    border: 1px solid #c4e5e3;
    color: #000;
    display: inline-block;
    padding: 13px 44px;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    transition: all 0.2s ease, visibility 0s;
    margin: 9px 0 0 0;
    background-color: #c4e5e3;
}
a.take-test-btn:hover
{
  background-color: #fff;
  color: #404040;
}
/* How start part css end */
/* Who we are part css start */
.we-are-container
{
     width: 100%;
    float: left;
    padding:48px 0 30px 0;
    text-align: center;
}
.course-block-img img {
    width: 100%;
    height: 100%;
}
.we-are-container h3 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 39px;
    font-weight: 900;
    letter-spacing: -2.7px;
    text-align: left;
    margin: 0 0 51px 0;
}
.live-london-block .course-block-img {
    width: 100%;
    height: 218px;
    overflow: hidden;
}
.icon {
    width: 60px;
    height: 60px;
    margin:0 auto 16px;
}
.we-block h4 {
    font-weight: normal;
}
.we-are-container h4 {
    font-size: 22px;
    color: #282828;
    margin: 14px 0 6px;
}
.we-are-container span
{
  font-size: 15px;
  color:#000000;
}
/* Who we are part css end */
/* What we do part css start */
.wedo-container
{
  width:100%;
  float: left;
  background-color: #00b5b1;
  padding:79px 0 90px;
  position: relative;
}
.wedo-container h3
{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 39px;
    font-weight: 900;
    letter-spacing: -2.7px;
    text-align: center;
    margin: 0 0 57px 0;
}
.wedo-block
{
  width:100%;
  float: left;
  position: relative;
}
.wedo-block img
{
  width:100%;
}
.wedo-overlay 
{
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    top: 0;
    height: 100%;
    display: table;
}
.wedo-overlay span
{
  display: table-cell;
  vertical-align: middle;
}
.wedo-overlay h4 {
    font-size: 33px;
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-weight: 900;
    margin: 0 0 63px;
}
a.read-more-btn {
    width: 140px;
    display: inline-block;
    background-color: #fff;
    padding: 8px 0;
    color: #000;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    letter-spacing: 0.1em;
        transition: all 0.2s ease, visibility 0s;
}
a.read-more-btn:hover{
  color:#404040;
}
.img-database {
    color: #fff;
    font-size: 11px;
    font-style: italic;
    position: absolute;
    bottom: 11px;
    left: 0;
    font-weight: 300;
}
/* What we do part css end */
/* Why choose us part css start */
.why-choose-container
{
   width:100%;
  float: left;
  padding:83px 0 90px;
  position: relative;
  text-align: center;
}
.why-choose-container h3
{
    font-family: Arial, Helvetica, sans-serif;
    color: #282828;
    font-size: 39px;
    font-weight: 900;
    letter-spacing: -2.7px;
    margin: 0 0 91px 0;
}
.why-choose-container p {
    font-size: 18px;
    color: #282828;
    margin: 0 0 21px 0;
    padding: 0 13px;
    font-weight: lighter;
    min-height: 140px;
}
.why-choose-container span
{
  font-size: 18px;
  color: #282828;
  font-style: italic;
  font-weight: 300;
}
.rating svg {
    fill: #fed134;
    width: 34px;
    margin: 0 5px;
}
.rating 
{
  width:100%;
  display: inline-block;
  margin:31px 0 0 0;
}
/* Why choose us part css end */
/* Map part css start */
.map-container
{
  width:100%;
  float: left;
}
.map-container iframe {
    float: left;
}
 /* Map part css end */
 /* Half price part css satrt */
 .half-price-container
 {
  width:100%;
  float: left;
  background-color: #f48499;
  text-align:center;
 }
 .half-price-container .container {
    max-width: 980px !important;
}
 .half-price-container img
 {
  width:100%;
 }
 /* Half price part css end */
 /* Footer part css start */
 footer
 {
  width:100%;
  float: left;
  background-color: #fafafa;
  padding:79px 0 190px 0;
 }
 footer .container {
    max-width: 980px!important;
}
  footer p
  {
    font-size: 13px;
    color: #000;
    text-align: justify;
    margin:0 0 5px 0;
  }
  footer p a {
        color: #000;
  }
    footer p a:hover {
        color: #000;
  }
  footer p strong
  {
    font-weight: bold;
  }
    footer h5{
 font-size: 18px;
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    }

   footer ul li a
  {
    font-size: 13px;
    color: #000;
    text-align: justify;
    margin:0 0 5px 0;
    text-decoration: underline !important;
  }
  footer ul li a:hover
  {
    color:#000;
  }
    footer ul {
    padding: 0 0 0 17px;
}
.social-icon {
    width: 100%;
    float: left;
    padding: 12px 0 15px;
}
.social-icon a
{
   font-size:36px;
   color:#000;
   display: inline-block;
   margin:0 15px 0 0;
}
.social-icon a:hover
{
  color:#000;
}
.second-block {
    padding-left: 35px !important;
}
.copyright p
{
  font-size:12px;
}
 /* Footer part css end */
 /* About page css start */
.about-container
{
  width:100%;
  float: left;
  padding:62px 0 84px 0;
  position: relative;
}
section.about-container span {
    font-size: 11px;
    color: #404040;
    font-style: italic;
    position: absolute;
    top: 12px;
    left: 12%;
}
.about-container p {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-family: "Nunito", sans-serif;
    line-height: 32px;
}
.about-container p a
{
  color:#000;
  text-decoration: underline !important;
}
/* About page css end */
/* Fees page css start */
.fees-container {
    width: 100%;
    float: left;
    margin: 155px 0 0 0;
    padding:81px 0 50px 0;
}
.fees-container .container
{
  max-width: 980px !important;
}
.fees-container h1
{
  font-size:56px;
  color:#000;
  margin:0 0 39px 0;
}
.fees-container span
{
  font-size:18px;
  color:#000;
  font-family: "Nunito", sans-serif;
  font-weight: normal;
  display: block;
  margin:0 0 29px 0;
}
a.price-list-25 {
    width: 183px;
    display: inline-block;
    background-color: #e56a71;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 0 7px;
    border:1px solid #e56a71;
    transition: all 0.2s ease, visibility 0s;
    margin:0 0 43px 0;
}
a.price-list-25:hover
{
  border: 1px solid #000;
  background-color: #fff;
  color:#000;
}
.external-exam-fees
{
width: 249px;
    display: inline-block;
    background-color: #569c97;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 0 7px;
    border:1px solid #569c97;
    transition: all 0.2s ease, visibility 0s;
     margin:0 0 47px 0;
}
.external-exam-fees:hover
{
    border: 1px solid #000;
  background-color: #fff;
  color:#000;
}
.accommodation-price-list
{
  width: 291px;
    display: inline-block;
    background-color: #808080;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 0 7px;
    border:1px solid #808080;
    transition: all 0.2s ease, visibility 0s;
}
.accommodation-price-list:hover
{
    border: 1px solid #000;
  background-color: #fff;
  color:#000;
}
/* Fees page css end */
/* liverpoolst page css start */
.liverpoolst-container
{
width:100%;
float:left;
margin: 155px 0 0 0;
background:url(../images/liverpoolst-bg.jpg) center top no-repeat;
background-size: cover;
position: relative;
padding:150px 0 4px 0;
}
.liverpoolst-container .container
{
  max-width:980px !important;
}
.liverpoolst-container span {
    font-size: 11px;
    color: #fff;
    font-style: italic;
    position: absolute;
    top: 12px;
    left: 4%;
}
.liverpoolst-content 
{
    width: 100%;
    float: left;
    background-color: #ffffffcc;
    padding:79px 125px 45px;
}
.liverpoolst-content h1
{
  font-size: 56px;
  color:#000;
  font-weight: 400;
  margin:0 0 23px 0;
}
.liverpoolst-content p
{
  font-size: 16px;
      line-height: 1.8em;
    text-align: justify;
  color:#000;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
}
.location-container
{
  width:100%;
  float:left;
  padding:94px 0 0 0;
}
.location-container .container
{
  max-width:980px !important;
}
.location-rightbar p {
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}
.location-rightbar {
    padding-right: 90px!important;
}
.location-container h2
{
  font-size: 30px;
  color:#000;
  margin:0 0 13px 0;
  font-weight: bold;
  text-align: left;
}
.location-image img {
    float: left;
    width:100%;
    margin:0 0 24px 0;
}
.col-lg-6.col-md-6.col-sm-6.col-xs-12.location-image {
    padding-right: 40px;
}
.location-rightbar p a {
    color: #000;
    text-decoration: underline!important;
}
.location-image p {
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin: 0 0 37px 0;
}
.latest-technology
{
  width:100%;
  float:left;
  background-color: #569c97;
  margin:54px 0 85px 0 !important;
  padding:80px 42px 83px !important;
}
.latest-technology-leftbar img {
    width: 100%;
    margin: 0 0 15px;
}
.latest-technology-leftbar h3 {
    font-size: 24px;
    color: #000;
    margin: 0 0 13px 0;
    font-weight: bold;
}

.latest-technology-leftbar p {
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}
.latest-technology-rightbar img {
    width: 100%;
}
.col-lg-6.col-md-6.col-sm-6.col-xs-12.latest-technology-leftbar {
    margin: 72px 0 0  !important;
}
.location-image {
    text-align: center;
}
.col-lg-12.latest-technology.additional-services {
    padding: 0 42px 90px !important;
}
.additional-services .col-lg-6.col-md-6.col-sm-6.col-xs-12.latest-technology-leftbar
{
margin-top:49px !important;
}
.latest-technology-rightbar span
{
    font-size: 11px;
    color: #fff;
    font-style: italic;
    float:right;
    display: block;
    margin:10px 0 0 0;
}
.additional-services .latest-technology-leftbar h3 
{
 margin:0 0 34px !important;
}
.additional-services .latest-technology-rightbar
{
 margin:132px 0 0 !important;
}
.latest-technology.additional-services p
{
  font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}
.additional-services-paragraph {
    margin: 60px 0 0 0 !important;
}
.latest-technology.additional-services p strong {
    font-weight: bold;
}
/* liverpoolst page css end */
/* Young Learners page css start */
.learners-container {
    width: 100%;
    float: left;
    margin: 155px 0 0 0;
    padding: 0 33px;
    position: relative;
}
.learners-container .container
{
  max-width:980px !important;
}
.learners-container img
{
 width:100%;
}
.learners-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 980px;
    background-color: #ffffffcc;
    padding:61px 18px 59px;
}
.learners-content h1
{
  font-size: 69px;
      color: #000;
    font-weight: 400;
    margin: 0 0 0 0;
}
.learners-block
{
  width:100%;
  float:left;
  padding:61px 0 41px 0;
}
.learners-block .container
{
  max-width:980px !important;
}
.learners-block p
{
font-size: 18px;
line-height: 1.8em;
text-align: justify;
color: #000;
font-weight: 300;
font-family: "Nunito", sans-serif;
}
.join-container
{
  width:100%;
  float:left;
  background-color: #c4e5e3;
  padding:27px 0 52px 0;
}
.join-container .container
{
  max-width:1052px !important;
}
.join-leftbar {
    padding: 50px 0 182px 0;
}
.join-leftbar h3 {
    font-size: 56px;
    color: #fff;
}
.join-leftbar
{
  border-right:3px solid #fff;
}
.join-rightbar strong
{
  font-weight: bolder;
  font-size:15px;
  color:#000;
  display: block;
  font-family: "Nunito", sans-serif;
}
.join-rightbar {
    padding-left: 105px!important;
    margin:9px 0 0 0 !important;
}
.join-rightbar p {
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin: 0 0 13px;
}
.join-rightbar p b
{
  font-weight: bold;
}
.join-rightbar p a
{
  color:#000;
  text-decoration: underline !important;
}
.package-container
{
  width:100%;
  float:left;
  padding:69px 80px 64px;
  position: relative;
}
.package-rightbar {
    width: 613px !important;
    position: absolute;
    right: 101px;
    background-color: #569c97;
    top: 24%;
    padding:46px 69px 0;
}
.package-leftbar img
{
  width:100%;
}
.package-rightbar h3
{
  font-size: 56px;
  color:#fff;
  font-weight: 400;
  margin: 0 0 14px 0;
}
.package-rightbar p
{
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
  color: #000;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  margin:0;
}
.package-rightbar a {
    width: 142px;
    display: inline-block;
    background-color: #ff6161;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 0 7px;
    border: 1px solid #ff6161;
    transition: all 0.2s ease, visibility 0s;
    margin: 17px 0 62px 0;
}
.package-rightbar a:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
.expect-container {
    width: 100%;
    float: left;
    background-color: #c4e5e3;
    padding: 33px 220px 40px;
}
.expect-container h3
{
  font-size:30px;
  color:#fff;
  font-weight: bold;
  margin:0 0 24px 0;
}
.expect-container strong
{
  font-size: 15px;
  color:#000;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  margin:0 0 5px;
  display: block;
}
.expect-container ul
{
 margin-bottom:24px;
}
.expect-container li
{
  font-size: 15px;
  color:#000;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  margin:0 0 5px 0;
}
.under-container
{
 width:100%;
 float:left;
 background-color: #fed134;
 text-align: center;
 padding:65px 0 69px 0;
}
.under-container h3
{
  font-size: 56px;
  color: #000;
  font-weight: 400;
  margin: 0 0 11px 0;
}
.under-container p
{
  font-size: 15px;
  color:#000;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
}
.infinite-btn
{
   width: 229px;
    display: inline-block;
    background-color: #ff6161;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    padding: 6px 0 7px;
    border: 1px solid #ff6161;
    transition: all 0.2s ease, visibility 0s;
    margin: 6px 0 0 0;
}
.infinite-btn:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
.priority-container
{
  width:100%;
  float:left;
  padding:55px 220px 71px;
}
.priority-container h3
{
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin:0 0 18px;
}
.priority-container p {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin: 0 0 21px 0;
}
.priority-container p a
{
      color: #000;
      text-decoration: underline !important;
}
.contact-container {
    width: 100%;
    float: left;
    background-color: #c4e5e3;
    padding: 60px 0 100px;
    text-align: center;
}
.contact-container .container {
    max-width: 1045px !important;
    background-color: #fff;
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 0 !important;
}
.contact-leftbar 
{
    width: 57.7%;
    float: left;
    position: relative;
}
  .contact-leftbar span {
    position: absolute;
    display: inline-block;
    bottom: 12px;
    right: 16%;
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
}
.contact-leftbar img
{
  width:100%;
}
.contact-rightbar 
{
    width: 42%;
    float: right;
    text-align: left;
    padding:43px 34px 0 28px;
}
.contact-rightbar h3
{
  font-size: 30px;
  font-weight: 600;
  color:#FF6161;
}
.contact-rightbar p
{
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}
.contact-rightbar p strong
{
  font-weight: bold;
}
.whatsapp-icon
{
  width:120px;
}
/* Young Learners page css end */
/* Students Page css start */
.students-container {
    width: 100%;
    float: left;
    margin: 155px 0 0 0;
    padding:79px 0 34px 0;
}
.students-container .container
{
  max-width: 980px !important;
}
.students-container h1
{
  font-size:56px;
  color:#000;
  margin:0 0 39px 0;
}
.students-container p
{
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}
.students-course-container
{
  width:100%;
  float: left;
  background-color: #64b2ad;
  padding:41px 0 9px 0;
  position: relative;
}
.students-course-container span {
    position: absolute;
    display: inline-block;
    bottom: 29px;
    left: 214px;
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 11px;
    font-weight: 300;
}
.students-course-block
{
  position: relative;
}
.students-course-content {
    width: 296px;
    float: right;
    background-color: #fff;
    position: absolute;
    left: 92px;
    bottom: -233px;
    text-align: center;
    padding: 28px 16px 23px 20px;
}
.students-course-content h3
{
font-size: 20px;
font-weight: 600;
color:#000;
margin:0 0 37px 0;
text-align: left;
}
.students-course-content p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    text-align: justify;
    padding: 0 45px 0 0;
    line-height: 29px;
    min-height: 145px;
}
a.learn-more-btn {
    width: auto;
    display: inline-block;
    background-color: #00b5b1;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 26px 7px;
    border: 1px solid #00b5b1;
    transition: all 0.2s ease, visibility 0s;
    margin: 7px 0 0 0;
}
a.learn-more-btn:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
.students-course-block {
    margin-bottom: 324px !important;
}
/* Students Page css end */
/* Accommodation Page css start */
.student-accommodation 
{
    padding: 0;
}
.student-accommodation .learners-content
{
  background-color: #fff;
  padding: 49px 36px 37px;
  margin:0 auto 34px;
}
.student-accommodation .learners-content h1
{
  margin:0 0 23px 0;
}
.student-accommodation .learners-content p {
    font-size: 18px;
    line-height: 1.8em;
    text-align: justify;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}
.student-accommodation span
{
    position: absolute;
    display: inline-block;
    bottom: 12px;
    left: 15px;
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 11px;
    font-weight: 300;
}
.homestay-container
{
  width:100%;
  float: left;
  padding:90px 0 109px;
}
.homestay-container .container
{
  max-width:1085px !important;
  position: relative;
}
.homestay-leftbar {
    position: absolute;
    width: 592px;
    background-color: #c4e5e3;
    bottom: -54px;
    text-align: center;
    padding: 46px 52px 52px;
    left: 25px;
    z-index:88;
}
.homestay-leftbar h2 {
    color: #fff;
    font-size: 25px;
    margin: 0 0 19px 0;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1.1px;
}
.homestay-leftbar p
{
font-size: 18px;
    line-height: 1.8em;
    text-align: justify;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}
.col-lg-8.col-md-8.col-sm-8.col-xs-12.homestay-rightbar {
    position: relative !important;
}
.homestay-rightbar span
{
  position: absolute;
    display: inline-block;
    bottom: 12px;
    right:16%;
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
}
.homestay
{
  position: relative;
}
.homestay-right {
    right: -7px!important;
    left: inherit;
}
.margin-top {
    margin-top: 173px !important;
}
.left-homestay span {
    left: 19%;
}
.accommodation-prices-container
{
 width:100%;
 float:left;
 background-color: #c4e5e3;
 text-align: center;
 padding:111px 0 116px 0;
}
.accommodation-prices-container h3
{
  margin:0 0 27px 0;
  font-size: 28px;
  color:#000;
}
.prices-btn {
    width: 142px;
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-size: 15px;
    background-color: #282828;
    display: inline-block;
    transition: all 0.2s ease, visibility 0s;
    padding: 8px 0 9.5px;
    text-align: center;
}
.prices-btn:hover
{
  color: #fff;
  background-color: #707070;
}
/* Accommodation Page css end */
/* Homestay page css start */
.homestay-banner-container
{
  width:100%;
  float: left;
  background-color: #569c97;
  text-align: center;
  margin:224px 0 0;
  padding:61px 0 95px;
}
.homestay-banner-container span
{
  font-size:31px;
  color:#fff;
}
.homestay-banner-container h1
{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: -4.6px;
    text-align: center;
    margin:19px 0 0 0;
}
.choose-homestay-container
{
  width:100%;
  float: left;
  text-align: center;
  padding:71px 0 0 0;
}
.homestay-block
{
  width:755px;
  margin: 0 auto 57px;
  display: inline-block;
  background-color: #c4e5e3;
  padding:47px 82px 35px;
}
.homestay-block h3
{
  font-size:20px;
  color:#404040;
   font-family: "Nunito", sans-serif;
   letter-spacing: 0.2em;
   margin:0 0 19px;
}
.homestay-block li
{
  font-size:18px;
  color:#404040;
   font-family: "Nunito", sans-serif;
   font-weight: 300;
   text-align: left;
   margin:0 0 4px 0;
}
.homestay-block li strong
{
  font-weight: bold;
}
.homestay-block li strong a
{
  font-weight: bold;
    color:#404040;
    text-decoration: underline !important;
}
.homestay-block li strong a:hover
{
  color:#404040;
}
.homestay-block p
{
  font-size:18px;
  color:#404040;
   font-family: "Nunito", sans-serif;
   font-weight: 300;
   text-align: left;
   margin:0 0 4px 0;
}
.homestay-block p strong
{
  font-size:18px;
  color:#404040;
   font-family: "Nunito", sans-serif;
   text-align: left;
   margin:0 0 4px 0;
   font-weight: bold;
}
  .accommodation-rightbar .prices-btn
  {
    background-color: #569c97;
  }
  .accommodation-rightbar .prices-btn:hover
  {
    background-color: #707070;
  }
/* Homestay page css start */
/* Contact page css start */
.web-banner-container
{
  width:100%;
  float:left;
  text-align: center;
}
.contact-banner-container .container
{
  max-width:1120px !important;
}
.contact-banner-container
{
  width:100%;
  float:left;
  margin:151px 0 0 0;
  padding:87px 0 43px 0;
}
.contact-banner-container h1 {
    font-size: 56px;
    color: #000;
    margin: 0 0 19px 0;
    font-weight: 600;
}
.contact-banner-container h2
{
font-size: 46px;
color: #000;
margin: 0 0 19px 0;
font-weight: 500;
}
.contact-banner-container p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin: 0 0 19px 0;
}
.contact-banner-container p a
{
  text-decoration: underline !important;
  color:#000;
}
.contact-block-container
{
  width:100%;
  float:left;
  padding:0 0 0;
}
.contact-block-container ul
{
  padding:0;
  margin:0;
  list-style:none;
}
.contact-block-container li
{
  float: left;
  width:33%;
  background-color: #c4e5e3;
  text-align: center;
  padding:105px 0 0;
  height:682px;
}
.contact-block-container li:nth-child(2)
{
  background-color: #f0f0f0;
}
.contact-block-container li h3
{
  font-size: 33px;
  font-weight: 900;
  font-family: Arial, Helvetica, sans-serif;
  color:#282828;
  position: relative;
  letter-spacing: 0.1em;
  margin:0 0 63px 0; 
}
.contact-block-container li h3::after
{
  content:"";
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  width:42px;
  height:8px;
  background-color: #282828;
  bottom:-34px;
}
.contact-block-container li strong {
    font-size: 18px;
    color: #0d0d0d;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
}
.contact-block-container li p {
    font-size: 18px;
 color: #0d0d0d;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
}
.contact-block-container li p a
{
  color: #0d0d0d;
}
.contact-block-container li p a:hover
{
 color: #0d0d0d;
}
.contact-form
{
  width:100%;
  display: inline-block;
  background-color: #fff;
  text-align: left !important;
  padding:31px 21px 20px;
}
.contact-form label {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    color: #000;
    margin: 0;
}
.contact-form label sup {
    color: #FF0000;
    font-size: 14px;
    margin: 0 0 0 0;
    display: inline-block;
    position: relative;
    top: 0px;
}
input.form-control.input-field {
    height: 32px;
    font-size: 14px;
    margin:5px 0 11px;
    border: 1px solid #9b9b9b !important;
}
.textarea-input
{
      margin:5px 0 11px !important;
    border: 1px solid #9b9b9b !important;
    border-radius: 5px !important;
}
input.submit-btn {
    width: 105px;
    float: left;
    background-color: #00b5b1;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 8px 0 9px;
    border-radius: 0;
    margin: 4px 0 0 0;
}
input.submit-btn:hover
{
  
      border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
a.submit-btn  {
    width: 105px;
    float: left;
    background-color: #07b6b0;
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 8px 0 9px;
    border-radius: 5px;
    margin:4px 0 0 0;
    text-align: center;
}
a.submit-btn:hover
{
  color:#fff;
}
button.submit-btn
{
  width: 110px;
    display: inline-block;
    background-color: #00b5b1;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 26px 7px;
    border: 1px solid #00b5b1;
    transition: all 0.2s ease, visibility 0s;
    margin: 7px 0 0 0;
}
button.submit-btn:hover
{
      border: 1px solid #000;
    background-color: #fff;
    color: #000;
}
.map-contact-container iframe
{
  width:100%;
  height:920px;
  margin:17px 0 0 0;
}
/* Contact page css end */
/* Courses page css start */
.courses-container
{
  width:100%;
  float:left;
  margin: 155px 0 0 0;
  padding:78px 0 63px 0;
}
.courses-container .container
{
  max-width:931px !important;
}
.courses-container h1
{
  font-size: 56px;
  color: #000;
  margin: 0 0 40px 0;
}
.courses-container h2
{
  font-family: "Nunito", sans-serif;
  font-size: 27px;
  color:#64b2ad;
  font-weight: bold;
}
.courses-container p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin:0 0 38px 0;
}
.courses-container span {
    font-size: 18px;
    color:#64b2ad;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin:4px 0 3px 0;
    display: block;
    text-align: center;
}
.courses-container strong {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin:0 0 4px 0;
    display: inline-block;
}
.courses-container p strong {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    margin:0 0 0 0;
}
.courses-container p a
{
  color:#e56a71;
   font-weight: bold;
}
.students-courses-container {
    width: 94.3%;
    display: inline-block;
    background-color: #569c97;
    padding: 58px 0 59px 0;
    position: relative;
    margin: 0 40px;
    /* margin: auto; */
}
.students-courses-container span {
    position: absolute;
    display: inline-block;
    top: 17px;
    left: 76px;
    font-family: "Nunito", sans-serif;
    color: #404040;
    font-style: italic;
    font-size: 11px;
    font-weight: 300;
}
.students-courses-container .container
{
  max-width:721px !important;
}
.students-courses-content
{
  width:269px;
  float: left;
  position:absolute;
  bottom:-37px;
  left:51px;
  background-color: #fff;
  text-align: center;
  padding:41px 24px 40px;
}
.students-courses-content h3
{
  font-size: 20px;
  color:#000;
  text-align: left;
  margin: 0 0 22px 0;
  font-weight: normal;
}
.learn-btn
{
  width: 142px;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 0 7px;
    border: 1px solid #000;
    transition: all 0.2s ease, visibility 0s;
    margin: 7px 0 0 0;
}
.learn-btn:hover
{
color:#404040;
}
.students-courses-block
{
  position: relative;
  margin-bottom:86px !important;
}
/* Courses page css end */
/* 4-day-english-course-london page css start */
.day-english-course-london-container
{
width:100%;
float:left;
margin:224px 0 0 0;
text-align: center;
padding:6px 0 90px 0;
}
.day-english-course-london-container h1
{
  font-size: 80px;
  color: #000;
  margin: 0 0 34px 0;
  font-weight: 400;
}
.day-english-course-london-container h2 {
    font-size: 26px;
    color: #437773;
    font-weight: 900;
    line-height: 42px;
    margin:0 0 0 0;
}
.day-english-course-london-container h3 {
    font-size: 36px;
    color: #404040;
    font-weight: 900;
    margin: 84px 0 32px 0;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: -1.4px;
}
.day-english-course-london-container p {
    font-size: 22px;
    text-align: center;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin:0;
}
.day-english-course-video
{
  width:861px;
  margin:0 auto 86px;
}
.activities-block 
{
    width: 79.7%;
    display: inline-block;
    background-color: #c4e5e3;
    padding:37px 35px 52px; 
    margin-top: 42px !important;
}
.activities-block p
{
  text-align: left;
  font-size: 18px;
}
.great-about-container
{
  width:100%;
  float: left;
  background-color: #c4e5e3;
  padding:42px 0 78px 0;
}
.great-about-container h3
{
    font-size: 56px;
    color: #000;
    margin: 0 0 75px 0;
    font-weight: 400;
}
.great-about-block
{
  border-bottom: 3px solid #000;
  padding:0 0 16px 0;
}
.great-about-block h4
{
    font-size: 38px;
    color: #282828;
    margin: 0 0 9px 0;
}
.great-about-block p
{
font-size: 18px;
color: #000;
font-weight: 300;
font-family: "Nunito", sans-serif;
margin: 0;
line-height: 1.8em;
}
.future-container
{
  width:100%;
  float:left;
  position: relative;
}
.future-container img
{
  width:100%;
  float: left;
}
.future-content
{
  width:100%;
  float:left;
  background-color: #ffffffd1;
  height:100%;
  position: absolute;
  text-align: center;
  padding:238px 0 0 0;
}
.future-content h5
{
  font-size: 44px;
  color: #000;
  margin: 0 0 22px 0;
  font-weight: 700;
}
.courses-btn
{
    width: 193px;
    display: inline-block;
    background-color: #64b2ad;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 0 7px;
    border: 1px solid #64b2ad;
    transition: all 0.2s ease, visibility 0s;
    margin: 0 0 0 0;
}
.courses-btn:hover
{
  background-color: #f2b1b5;
  border: 1px solid #000;
  color:#000;
}
/* 4-day-english-course-london page css end */
/* general-english-course-15-hours morning page css start */
.english-course-banner-container
{
  width:100%;
  float:left;
  padding:0;
  position: relative;
  margin:224px 0 0 0;
}
.english-course-banner-container img
{
  width:100%;
}
.english-course-banner-content
{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 980px;
    background-color: #ffffffcc;
    padding:79px 165px 37px 125px;
}
.english-course-banner-content h1 {
    font-size: 56px;
    color: #000;
    font-weight: 400;
    margin: 0 0 39px 0;
}
.english-course-banner-content p
{
font-size: 16px;
color: #000;
font-weight: 300;
font-family: "Nunito", sans-serif;
margin: 0;
line-height: 1.8em;
}
.courses-programme-container
{
  width:100%;
  float:left;
  position: relative;
  padding:133px 0 4px 0;
}
.courses-programme-container span {
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 236px;
    font-family: "Nunito", sans-serif;
    color: #404040;
    font-style: italic;
    font-size: 11px;
    font-weight: 300;
}
.courses-programme-container .container
{
max-width:980px !important;
}
.courses-programme-block h3
{
 font-size: 20px;
 color: #000;
 font-weight: 700;
 font-family: "Nunito", sans-serif;
 margin:0 0 59px;
}
.courses-programme-block p {
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin: 0;
    padding: 0 80px 0 0;
}
.courses-programme-block p a
{
  text-decoration: underline !important;
  color: #000;
}
.courses-programme-block p a:hover
{
  text-decoration: none !important;
  color: #000;
}
.courses-programme-icon svg 
{
    width: 50px;
    height:50px;
}
.courses-programme-icon
{
  position: absolute;
  left:0;
}
.courses-programme-block {
    padding-left: 83px !important;
     position: relative;
     margin:0 0 122px 0;
}
.general-english-courses-container
{
  width:100%;
  float:left;
  background-color: #569c97;
  padding:57px 0 16px;
  margin:0 0 39px 0;
}
.general-english-courses-container .container
{
max-width:980px !important;
}
.general-english-courses-container h3
{
  font-size: 24px;
  color:#000;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  margin: 0 0 37px 0;
}
.general-english-courses-container ul
{
  margin-bottom: 36px;
}
.general-english-courses-container li
{
  font-size: 18px;
  line-height: 1.8em;
  text-align: justify;
  color: #000;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  margin: 0 0 2px 0;
}
.general-english-courses-container li strong
{
  font-weight: bold;
}
.general-english-courses-container h4
{
  font-size: 20px;
  line-height: 1.8em;
  text-align: justify;
  color: #000;
  font-weight: bold;
  font-family: "Nunito", sans-serif;
  margin: 0 0 30px 0;
}
.general-english-courses-container p
{
  font-size: 15px;
  line-height: 1.8em;
  text-align: justify;
  color: #000;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  margin: 0 0 ;
}
.levels-container
{
  width:100%;
  float:left;
  padding:5px 0 73px 0;
}
.levels-container h3
{
    font-size: 38px;
    color: #000;
    margin: 0 0 38px 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.levels-container .container
{
  max-width:980px !important;
}
.levels-list
{
  width:100%;
  float:left;
  padding:0;
  margin: 0;
  list-style:none;
  text-align: center;
}
.levels-list li
{
  width:240px;
  display: inline-block;
  border:1px solid #323232;
  padding:67px 0 66px;
  margin:0 92px 58px 0;
}
.levels-list li:nth-child(3n)
{
  margin-right: 0;
}
.levels-list li h4 {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    margin: 0 0 36px 0;
}
.level-test-container
{
  width:100%;
  float:left;
  text-align: center;
  background-color: #000;
  padding:66px 0 67px 0;
  margin:12px 0 0;
}
.level-test-container h5
{
  font-size: 34px;
  color:#fff;
  font-family: "Nunito", sans-serif;
  margin:0 0 34px 0;
}
.level-test-container a.learn-btn
{
  width:175px;
}
.test-level-container
{
  width:100%;
  float:left;
}
.test-level-container img
{
  width:100%;
}
.courses-programme-block p strong
{
  font-weight: bold;
}
.trial-container 
{
    width: 100%;
    float: left;
    background-color: #c4e5e3;
      text-align: center;
}
.trial-container h3
{
  font-size: 40px;
  color:#282828;
  font-family: "Nunito", sans-serif;
  margin:0 0 64px 0;
}
.trial-leftbar {
    width: 50%;
    float: left;
    border-right: 1px solid #282626;
    padding:136px 0 150px;
}
.trial-rightbar {
    width: 50%;
    float: right;
    padding:136px 0 150px;
}
.registration-fee-container
{
  width:100%;
  float:left;
  padding:50px 0 51px 0;
}
.registration-fee-container .container
{
  max-width:980px !important;
}
.registration-fee-container p
{
font-size: 17px;
  line-height: 1.8em;
  text-align: justify;
  color: #000;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  margin: 0 0 ;
  font-style: italic;
}
.enquire-oet-container
{
  width:100%;
  float:left;
  background-color: #569c97;
  padding:137px 0 130px 0;
  text-align: center;
}
.enquire-oet-container h3
{
  font-size: 40px;
  color:#282828;
  font-family: "Nunito", sans-serif;
  margin: 0 0 64px 0 ;
}
.enquire-oet-container a.learn-more-btn
{
  width:320px;
}
/* general-english-course-15-hours morning page css end */
/* beginner page css start */
.beginner-container
{
  width:100%;
  float:left;
  margin:224px 0 0 0;
  padding:79px 0 0 0;
}
.beginner-container .container
{
  max-width:910px !important;
}
.beginner-container h1 {
    font-size: 56px;
    color: #000;
    margin: 0 0 39px 0;
}
.beginner-container p {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    text-align: justify;
    font-family: "Nunito", sans-serif;
    line-height: 1.8em;
    margin:0 0 30px 0;
}
.beginner-container p strong
{
  font-weight: bold;
}
.beginner-container p strong a
{
  text-decoration: underline !important;
    color: #000;
}
.beginner-container p strong a:hover
{
  color:#000;
}
.course-timeing-container
{
  width:100%;
  float: left;
  background-color: #c4e5e3;
  padding:47px 0 48px;
}
.course-timeing-container .container
{
  max-width:899px !important;
}
.course-timeing-block 
{
    width: 100%;
    float: left;
    background-color: #fff;
    border: 1px solid #000;
    padding:47px 50px 36px;
}
.course-timeing-block h3
{
  font-size: 24px;
  color:#000;
  margin: 0 0 43px 0;
  font-weight: bold;
  text-align: center;
}
.course-timeing-block ul
{
  list-style: none;
  padding:0;
  margin:0;
}
.course-timeing-block li
{
  width:100%;
  float:left;
   font-size: 15px;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin:0 0 6px;
}
.course-content-container
{
  width:100%;
  float:left;
  padding:62px 0 0 0;
}
.course-content-container .container
{
  max-width:916px !important;
}
.course-content-container h3
{
   font-size: 23px;
  color:#000;
  margin: 0 0 39px 0;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}
.course-nav-tabs ul#myTab {
    background-color: #569c97;
    width: 10000px;
    min-height: 59px;
    /* display: -webkit-inline-box; */
    float: left;
    flex: none;
}
.course-nav-tabs .nav-tabs .nav-link
{
  color: #fff;
   font-size: 15px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding:18px 20px !important;
    border: none !important;
}
.course-nav-tabs .nav-link.active
{
 border-radius: 0 !important;
 background-color: #437773 !important;
 color:#fff !important;
 border: none !important;
}
.course-nav-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color:transparent !important;
     border: none !important;
      border-radius: 0 !important;
}

.scroll-container-wrapper {
    position: relative;
    max-width: 915px;
    margin: auto;
}

    .scroll-container {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      padding: 0 0;
      overflow: hidden;
    }

    

    .arrow {
    position: absolute;
    top: 29px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: #404040;
    border: none;
    cursor: pointer;
    z-index: 1;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .left-arrow {
      left: -20px;
    }

    .right-arrow {
      right: -20px;
    }

.tab-body
{
  width:100%;
  float:left;
  padding:28px 36px 0;
}

.tab-body h4 {
font-size: 16px;
color: #000;
margin: 0 0 4px 0;
font-weight: 600;
font-family: "Nunito", sans-serif;
}
.tab-body p {
font-size: 16px;
color: #000;
margin: 0 0 128px 0;
font-weight: 300;
font-family: "Nunito", sans-serif;
}
.tab-pane h5 {
font-size: 21px;
color: #000;
margin: 0 0 23px 0;
font-weight: 600;
float:left;
font-family: "Nunito", sans-serif;
}
.tab-pane
{
  margin:0 0 23px 0;
}
.book-service 
{
  width:100%;
  float: left;
  padding:72px 0 0 0;
}
.book-service .container
{
  max-width:940px !important;
}
.book-service  h3
{
  font-size: 56px;
  color:#000; 
  text-align: center;
  margin:0 0 57px 0;
}
.book-service-list
{
  width: 100%;
  float: left;
  list-style: none;
}
.book-service-list li
{
  width:100%;
  float: left;
  border-top: 1px solid #d1d1d1;
  padding:32px 0 27px;
}
.book-service-list li:last-child
{
  border-bottom: 1px solid #d1d1d1;
}
.book-service-list-leftbar
{
  width:533px;
  float: left;
}
.book-service-list-rightbar
{
width:367px;
  float: right;
}
.week-block {
    width: 85px;
    float: left;
    margin: 0 32px 0 0;
}
.week-block-rightbar {
    width: auto;
    float: left;
}
.week-block-rightbar h4
{
  font-size: 24px;
  color:#000;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  margin:0 0 4px 0;
}
.week-block-rightbar h4 a
{
    color:#000;
}
.week-block-rightbar h4 a:hover
{
       opacity: .6;
}
.week-block-rightbar span
{
  font-size: 16px;
  color:#000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}
.week-block-time 
{
    width: 164px;
    float: left;
}
.week-block-time p
{
font-size: 16px;
  color:#000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  margin:0 0 10px;
}
.week-block-time p span 
{
    position: relative;
    color: #ff6161;
    display: inline-block;
    margin: 0 19px 0 0;
}
.week-block-time p span::after {
    content: "";
    position: absolute;
    width: 48px;
    height: 4px;
    background-color: #ff6161c2;
    top: 9px;
    left: 0;
    transform: rotate(153deg);
}
.week-block-book
{
  width:auto;
  float: right;
}
.week-block-book .learn-more-btn
{
  width:151px;
 background-color: #282828;
 margin:0;
}
.different-container 
{
    width: 100%;
    float: left;
    background-color: #c4e5e3;
    text-align: center;
    padding:134px 0 121px 0;
}
.different-container h3
{
  font-size: 25px;
  color:#000;
  font-family: Arial, Helvetica, sans-serif;
  margin:0 0 5px 0;
  font-weight: 900;
}
.different-container p
{
font-size: 19px;
  color:#000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  margin:0 0 66px;
}
.different-container .learn-more-btn
{
 width:393px;
 margin:0;
}
/* beginner page css end */
/* book-morning-general-english-12-week-course css start */
.schedule-service-container
{
  width:100%;
  float:left;
  margin:224px 0 0 0;
  padding:23px 0 106px 0;
}
.schedule-service-container .container
{
  max-width:940px !important;
}
a.back-btn {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
}
a.back-btn:hover
{
  opacity: 0.6;
    color: #000;
}
.schedule-service-container h1
{
  font-size: 32px;
  color:#000;
  font-family: "Nunito", sans-serif;
  margin:48px 0 20px 0;
}
.schedule-service-container p
{
  font-size: 16px;
  color: #000;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  margin: 0 0 62px 0; 
}
.schedule-service-time-container
{
  width:100%;
  float: left;
}
.schedule-service-time-leftbar {
    width: 649px;
    float: left;
}
.schedule-service-time-rightbar
{
  width:240px;
  float: right;
}
.schedule-service-time-container h4 {
    font-size: 20px;
    color: #000;
    font-family: "Nunito", sans-serif;
    margin: 0 0 9px;
}
select.form-select.time-select {
    font-size: 14px;
    color: #404040;
    border: none;
}
.calendar-block
{
  width:299px;
  float: left;
}
.calander-outer {
    width: 100%;
    float: left;
    border-top: 1px solid #cccccc;
    padding: 22px 0 0 0;
}
.calendar-block img
{
  width:100%;
  float: left;
}
.calendar-block-right
{
width:300px;
float: right;
}
.schedule-service-time-container p
{
   font-size: 16px;
  color: #000;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  margin: 0 0 32px 0;
}
.time-show-block {
    width: 145px;
    float: left;
    text-align: center;
    color: #fff;
    background-color: #282828;
    font-size: 16px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 9px 0;
    cursor: pointer;
}
.service-detail {
    width: 100%;
    float: left;
    border-top: 1px solid #cccccc;
    padding:20px 0 0;
}
.service-detail .learn-more-btn {
    background-color: #282828;
    width: 100%;
    margin:27px 0 0 0;
}
.btn-link
{
  content:"";
  position: absolute;
}
.more-detail-text
{
  font-size: 14px;
  color:#404040;
}
span#more
{
    font-size: 14px;
  color:#404040;
}
.service-detail button#toggleBtn {
    font-size: 14px;
    color: #404040;
    text-decoration: none;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    margin: 8px 0 0 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M18.2546728,8.18171329 L18.9617796,8.88882007 L12.5952867,15.2537133 L12.5978964,15.2558012 L11.8907896,15.962908 L11.8882867,15.9607133 L11.8874628,15.9617796 L11.180356,15.2546728 L11.1812867,15.2527133 L4.81828671,8.88882007 L5.52539349,8.18171329 L11.8882867,14.5457133 L18.2546728,8.18171329 Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 213px 0px;
}
p.mb-0.more-detail-text {
    margin: 6px 0 0 0;
}
.booking-form-container
{
  width:608px;
  float: left;
}
.account-block 
{
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    padding:16px 13px;
    margin:24px 0 0;
}
.account-block 
{
  font-size: 14px;
  color:#000;
}
.account-block a
{
   color:#000;
   text-decoration: underline !important;
}
.account-block a:hover
{
  opacity:0.6;
     color:#000;
}
.booking-form
{
  width:100%;
  float: left;
  margin:24px 0 0 0;
}
.booking-form label
{
  width:100%;
      font-weight: 400;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-size: 16px;
}
.booking-form input.form-control.input-field {
    width: 100%;
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    padding: 7px 12px !important;
    margin: 8px 0 24px 0 !important;
    height: 42px;
}
.input-textarea
{
     width: 100%;
    border-radius: 0 !important;
    border: 1px solid #000 !important;
    padding: 7px 12px !important;
    margin: 8px 0 24px 0 !important;
    height: 92px; 
}
.sign-up-body {
    display: inline-block;
    margin: 151px 0 0 0;
}
.sign-up-body h3 {
    font-size: 48px;
    color: #000;
    margin: 0 0 19px 0;
    text-align: left;
}
.sign-up-body p 
{
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-size: 18px;
    margin: 0 0 28px 0;
}
.sign-up-container input.form-control {
    border-radius: 0;
    height: 37px;
    border-bottom: 1px solid #000 !important;
    border: none;
}
input.sign-up-btn {
    width: 100%;
    border: none;
    background-color: #282828;
    color: #fff;
    padding: 8px 0;
    margin: 0 0 24px;
}
.sign-up-body p a 
{
    color: #000;
}
.btn-cart
{
  background-color: #282828;
}
.login-with-google-btn {
    width: 40px;
    transition: background-color 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 0;
    border: none;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:%234285f4;fill-opacity:1' d='M12.238 9.816v4.649h6.586c-.289 1.496-1.156 2.762-2.457 3.613l3.969 3.02c2.316-2.094 3.652-5.172 3.652-8.825 0-.851-.078-1.668-.222-2.457Zm0 0'/%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:%2334a853;fill-opacity:1' d='m5.379 14.285-.895.672-3.171 2.422A12.268 12.268 0 0 0 12.238 24c3.305 0 6.075-1.07 8.098-2.902l-3.973-3.02c-1.09.719-2.48 1.156-4.125 1.156-3.183 0-5.886-2.105-6.855-4.941Zm0 0'/%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:%23fbbc05;fill-opacity:1' d='M1.313 6.621A11.659 11.659 0 0 0 0 12c0 1.941.477 3.762 1.313 5.379 0 .012 4.074-3.098 4.074-3.098A7.047 7.047 0 0 1 4.997 12c0-.797.144-1.559.39-2.281Zm0 0'/%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:%23ea4335;fill-opacity:1' d='M12.238 4.777c1.801 0 3.403.614 4.684 1.79l3.504-3.434C18.3 1.187 15.543 0 12.238 0 7.453 0 3.328 2.695 1.313 6.621l4.07 3.098c.969-2.836 3.672-4.942 6.855-4.942Zm0 0'/%3E%3C/svg%3E");
    background-color: white;
    background-repeat: no-repeat;
    background-position: 8px 4px;
    margin: 0;
    height: 33px;
    padding: 0;
}
.login-with-facebook-btn {
    width: 40px;
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 0;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25'%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:%23fff;fill-opacity:1' d='M25.008 12.504C25.008 5.594 19.406 0 12.504 0 5.594 0 0 5.594 0 12.504c0 6.238 4.574 11.414 10.55 12.351v-8.738H7.376v-3.613h3.176V9.75c0-3.137 1.863-4.867 4.719-4.867 1.367 0 2.8.242 2.8.242v3.082h-1.574c-1.555 0-2.039.965-2.039 1.95v2.347h3.469l-.555 3.613h-2.914v8.738c5.977-.937 10.55-6.113 10.55-12.351'/%3E%3Cpath style='stroke:none;fill-rule:nonzero;fill:%231877f2;fill-opacity:1' d='m17.371 16.117.555-3.613h-3.469v-2.348c0-.984.484-1.949 2.04-1.949h1.573V5.125s-1.433-.242-2.8-.242c-2.856 0-4.72 1.73-4.72 4.867v2.754H7.376v3.613h3.176v8.738c.636.098 1.289.153 1.953.153.664 0 1.316-.055 1.953-.153v-8.738h2.914'/%3E%3C/svg%3E");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 7px 8px;
    margin: 0 0;
    height: 40px;
}
.forgotpassword 
{
  text-align: left;
font-weight: bold;
    font-size: 14px;
    width: 100%;
    color: #000;
    width: 100%;
    display: block;
    margin:0 0 10px;
    text-decoration: underline !important;
}
.forgotpassword:hover
{
  color: #00b5b1;
}
.resetpassword
{
  max-width:356px !important;
}
.sign-up-with-email-btn:hover
{
    border:1px solid #000;
}
.button-outer
{
  width:320px;
  margin: auto;
}
.separator 
{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin:0 0 13px 0;
}
.separator::after
{
  content:"";
  position: absolute;
  left:0;
  width:100%;
  height:1px;
  background-color: #808080;
  bottom: 9px;
}
.separator span {
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    width: auto;
    height: 19px;
    display: inline-block;
    line-height: 18px;
    position: relative;
    z-index: 99;
    padding: 0 15px;
}
.sign-up-container label.form-label {
    text-align: left;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    color: #404040;
    font-size: 18px;
    width: 100%;
}
.signup-community-content
{
  width:664px;
  margin:auto;
}
.signup-community-content label.form-check-label {
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-size: 15px;
}
.signup-community-content input#exampleCheck1 {
    position: absolute;
    left: 207px;
    top: 0px;
    width: 12px;
    height: 13px;
    border-radius: 0;
}
.signup-community-content .form-check.mb-4.mt-0 {
    position: relative;
    padding: 0;
}
.book-elementary h3
{
  font-size: 25px;
  color:#282828;
  font-family: "Arimo", sans-serif !important;
  font-weight: bold;
}
.book-elementary p {
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-size: 19px;
    margin: 0 0 36px 0;
}
/* book-morning-general-english-12-week-course css end */
/* free-trial-english-lesson page css start */
.triallesson-banner-container
{
  width:100%;
  float:left;
  margin:224px 0 0 0;
  padding:0 0 49px 0;
}
.triallesson-banner-container .container
{
max-width:980px !important;
}
.triallesson-banner-container span
{
font-size: 11px;
    color: #404040;
    font-style: italic;
    font-weight: 300;
    margin: 2px 0 0 8px;
}
.triallesson-container
{
  width:100%;
  float:left;
}
.triallesson-container .container
{
max-width:893px !important;
}
.triallesson-container h3
{
  font-size: 56px;
  color:#000;
  font-weight: 400;
  margin:0 0 27px 0;
  text-align: center;
}
.triallesson-container p {
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-size: 18px;
    margin: 0 0 29px 0;
    line-height: 33px;
}
.triallesson-container ol
{
  padding: 0 0 0 35px;
}
.triallesson-container li
{
  font-weight: 300;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-size: 18px;
    margin:0 0 5px 0;
}
.form-free-english-lesson-container
{
  width:100%;
  float:left;
  padding:65px 0 43px 0;
  text-align: center;
}
.free-english-lesson-form
{
  width:500px;
  margin: auto;
  display: inline-block;
  background-color: #00b3af;
  text-align: left;
  padding:20px 21px 20px;
}
.free-english-lesson-form h3 {
    font-size: 22px;
    color: #383535;
    font-family: "Arimo", sans-serif !important;
    font-weight: bold;
    margin:0 0 10px 0;
}
.free-english-lesson-form p {
    font-size: 14px;
    color: #383535;
    font-family: "Arimo", sans-serif !important;
    margin:0 0 12px 0;
}
.free-english-lesson-form label {
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    color: #383535;
}
.free-english-lesson-form button.submit-btn
{
  background-color: #524C4C;
}
/* free-trial-english-lesson page css end */
/* english-courses-50-percent-off page css part start */
.limited-offer-container
{
 padding:0;
}
.limited-offer-content 
{
    position: absolute;
    width: 100%;
    padding: 359px 0 0 0;
    top: 0;
}
.limited-offer-content h1 {
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    font-size: 90px;
    color: #FF6161;
    font-weight: 700;
    line-height: 119px;
        letter-spacing: 0.2em;
}
.limited-offer-content h2 {
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
    font-size: 31px;
    color: #fff;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0.2em;
}
.limited-offer-content span {
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin: 36px 0 0 0;
}
.limited-time-container 
{
    width: 100%;
    display: inline-block;
    background-color: #c4e5e3;
    padding:64px 0 63px 0;
}
.limited-time-container .container
{
  max-width:860px !important;
}
.limited-time-container p 
{
  margin:0 0 36px;
}
.limited-time-container p strong {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 33px;
}
.limited-time-container span {
    font-size: 16px;
    color: #282828;
    font-weight: 700;
    line-height: 31px;
    margin: 0 0 9px;
    display: block;
}
.limited-time-container ul
{
  margin:0 0 42px 0;
}
.limited-time-container li
{
  font-size: 18px;
  color:#000;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  margin:0 0 4px 0;
}
.full-experience-container 
{
    width: 100%;
    float: left;
    padding:55px 0 0 0;
}
.full-experience-container .container
{
  max-width:1044px !important;
}
.full-experience-container  h3
{
  text-align: center;
  font-size: 40px;
  color:#ff6161;
  font-weight: bold;
  margin:0 0 174px 0;
}
.full-experience-leftbar 
{
    width: 624px;
    float: left;
    position: relative;
}
.full-experience-leftbar span {
    position: absolute;
    display: inline-block;
    bottom: 32px;
    left: 9%;
    font-family: "Nunito", sans-serif;
    color: #fff;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
}
.full-experience-leftbar img
{
  width:100%;
}
.full-experience-rightbar {
    width: 331px;
    float: right;
}
.full-experience-rightbar iframe.wuksD5 {
    height: 435px;
}
.terms-container
{
  width:100%;
  float: left;
  background-color: #bfbfbf;
  padding:26px 0 9px 54px;
}
.terms-container h4
{
  font-size: 12px;
  color:#000;
  font-weight: bold;
  margin: 0 0 3px 0;
}
.terms-container .container
{
  max-width:1044px !important;
}
.terms-container li
{
  font-size: 12px;
  color:#000;
  font-weight: 300;
  margin:0 0 2px 0;
}
.level-container {
    width: 980px;
    height: 583px;
}
.bg-yellow
{
  background-color: #fed134;
}
.contact-form select.form-select {
    height: 32px;
    font-size: 14px;
    margin: 5px 0 11px;
    border: 1px solid #9b9b9b !important;
}
.complaints-container
{
  padding:106px 0 69px;
}
.complaints-container p
{
 font-size: 15px;
 padding: 6px 0 4px;
}
.complaints-container a.learn-more-btn {
    width: 215px;
}
/* english-courses-50-percent-off page css part end */
/* Cookies Policy page css start */
.cookies-policy-container
{
    width: 100%;
    float: left;
    margin: 155px 0 0 0;
    padding: 106px 0 69px 0;
}
.cookies-policy-container .container {
    max-width: 980px !important;
}
.cookies-policy-container h1 {
    font-size: 56px;
    color: #000;
    margin: 0 0 43px 0;
    font-weight: 500;
}
.cookies-policy-container strong
{
    font-size: 15px;
    padding: 0;
    font-weight: bold;
    display: block;
        color: #000;
}
.cookies-policy-container p 
{
    font-size: 15px;
    padding: 0;
    display: inline-block;
    width: 730px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Nunito", sans-serif;
        color: #000;
        margin: 0 0  0;
}
.cookies-policy-container p a
{
  text-decoration: underline !important;
  color:#000;
}
.cookies-policy-container ul {
    margin: 0;
    padding-left: 30px;
}
.booking-terms-and-conditions ol {
    padding-left: 30px;
}
.cookies-policy-container li 
{
    font-size: 15px;
    padding: 0;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
        color: #000;
}
.cookies-policy-container li  a
{
    font-size: 15px;
    padding: 0;
    display: inline-block;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
        color: #000;
        text-decoration: underline !important;
}
/* Cookies Policy page css end */
/* Students Policies page css start*/
.studentspolicies-container .container
{
max-width:1243px !important;
}
.studentspolicies-container h1
{
  margin:0;
  font-weight: 500;
}
.studentspolicies-container ol
{
  margin:011px 0 0 0;
}
.studentspolicies-container ol li
{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  margin:0 0 34px 0;
  text-decoration: none !important;
}
.studentspolicies-container ol li a
{
  font-size: 19px;
  color:#000;
    font-weight: bold;
}
.cookies-policy-container p strong
{
  display: inline !important;
}
.booking-terms-and-conditions p
{
  text-align: justify !important;
}
.booking-terms-and-conditions li {
    line-height: 26px;
    text-align: justify;
    width: 700px;
}
div#owl-carousel-1 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
div#other-courses-carousel .owl-nav
{
   position: absolute;
    top: 50%;
    width: 100%;
}
div#other-courses-carousel .owl-nav .owl-prev span {
    position: absolute;
    left: -21px;
    width: 41px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    font-size: 33px;
    line-height: 34px;
    text-align: center;
}
div#other-courses-carousel .owl-nav .owl-next span {
    position: absolute;
    right: 0;
    width: 41px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    font-size: 33px;
    line-height: 34px;
    text-align: center;
}
.contact-form select.form-select {
    height: 32px;
    font-size: 14px;
    margin: 5px 0 11px;
    border: 1px solid #9b9b9b !important;
}
div#owl-carousel-1 .owl-nav .owl-prev span {
    position: absolute;
    left: -21px;
    width: 41px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    font-size: 33px;
    line-height: 34px;
    text-align: center;
}
div#owl-carousel-1 .owl-nav .owl-next span {
    position: absolute;
    right: 0;
    width: 41px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    font-size: 33px;
    line-height: 34px;
    text-align: center;
}
.course-block {
    background-color: #fff;
    padding: 0;
    margin: 0 0 25px 0;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.course-block a {
    color: #000;
}
.course-block-img {
    width: 100%;
    height: 168px;
    overflow: hidden;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}
.course-detail {
    text-align: center;
    padding: 0 20px 26px;
}
.course-detail h4 {
    font-size: 19px;
    color: #000;
    margin: 15px 0 8px;
    display: block;
    font-weight: bold;
    text-align: left;
    height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 15em;
    display: -webkit-box;
}
.course-detail p {
    height: auto;
    margin: 0 0 17px 0;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    color: #000;
    text-align: justify;
    font-weight: 200;
    min-height: 132px;
}
.we-are-container .container {
    max-width:1320px!important;
}
span.find-btn {
    width: 142px;
    display: inline-block;
    background-color: #00b5b1;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 0 7px;
    border: 1px solid #00b5b1;
    transition: all 0.2s ease, visibility 0s;
    margin: 7px 0 0 0;
}
.course-block:hover span.find-btn
{
 background-color: #fff;
 color:#000;
 border: 1px solid #000;
}
a.find-btn {
    width: 142px;
    display: inline-block;
    background-color: #00b5b1;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 0 7px;
    border: 1px solid #00b5b1;
    transition: all 0.2s ease, visibility 0s;
    margin: 7px 0 0 0;
}
.course-block:hover a.find-btn
{
 background-color: #fff;
 color:#000;
 border: 1px solid #000;
}
.live h4
{
  margin:0;
  font-weight: 500;
}
.course-detail.live {
    padding: 18px 20px 0;
}
/* Students Policies page css end*/
/* course view page css start */
.course-view-banner h1 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 0 0;
    font-family: "Inter", sans-serif !important;
    padding-left: 0;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    color: #000;
    text-align: left;
}
.accordion-item {
    border: none;
}
.course-view-leftbar button.accordion-button {
    border: none!important;
    box-shadow: rgba(15, 15, 15, 0.16) 1px -2px 11px 0px;
    border-radius: 10px !important;
    padding: 11px 18px !important;
    border-top: none;
    background-color: #fff !important;
    color: #000 !important;
}
section.course-view-container .container {
    max-width: 1311px!important;
}
.course-view-banner .liverpoolst-content {
    padding: 53px 55px 45px;
}
.course-view-container
{
width: 100%;
    float: left;
    padding:55px 0 20px;
}
.course-view-leftbar
{
    padding-right: 4% !important;
}
.course-view-leftbar h2
{
      font-size: 36px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color:#000;
}
.course-view-leftbar h3
{
  font-size: 36px;
    font-weight: bold;
    margin: 14px 0 20px 0;
       color:#000;
}
.course-view-leftbar p {
    font-size: 15px;
    text-align: justify;
}
.course-view-leftbar li
{
  font-size: 15px;
    color: #000;
    text-align: justify;
    margin:0 0 6px;
}
.course-view-leftbar li p strong {
    font-weight: bold;
}
.course-view-leftbar ul {
    padding: 0 0 0 17px;
}
.course-view-rightbar h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 14px 0;
    color: #000;
    display: inline-block;
    width: 100%;
}
.course-view-rightbar .contact-icon {
    text-align: left;
    margin: 0 0 14px;
}
.course-view-rightbar p strong {
    display: block;
    font-weight: 800;
}
.course-view-rightbar p b
{
  font-weight: bold;
}
.course-view-rightbar p {
    font-size: 15px;
    text-align: justify;
    color:#000;
}
button.apply-btn
{
  width: 142px;
    display: inline-block;
    background-color: #00b5b1;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    padding: 6px 0 7px;
    border: 1px solid #00b5b1;
    transition: all 0.2s ease, visibility 0s;
    margin:7px 0 19px 0;
}
button.apply-btn:hover
{
  background-color: #fff;
  color:#000;
  border: 1px solid #000;
}
.course-view-rightbar p a
{
  text-decoration: underline !important;
  color:#000;
}
img.botim {
    width: 25px;
    margin: -4px 0 0 0;
    filter: brightness(100);
    float:none;
}
.adrenaline-container .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border: none;
    box-shadow: rgba(15, 15, 15, 0.16) 1px -2px 11px 0px;
    border-radius: 10px !important;
    padding: 11px 18px!important;
    border-top: none;
    background-color:#00b5b1 !important;
    color: #fff !important;
}
.accordion-body .card-body li {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    color: #000;
    font-weight: 300;
    text-align: justify;
    margin: 0 0 7px;
}
.accordion-body .card-body li strong
{
  font-weight: bold;
}
.adrenaline-container .accordion-button::after{
    filter: brightness(100) !important;
}
.campus {
    margin: auto;
    width: 230px;
    position: relative;
}
.campus img {
    width: 100%;
    margin: 26px 0 0 0;
}
.campus-detail {
    /* position: absolute; */
    top: 0;
    width: 100%;
    display: table;
    height: 100%;
    text-align: center;
    background-color: #00b5b1;
}
.campus-detail a {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    display: table;
    height: 100%;
    text-align: center;
    width: 100%;
}
.campus-detail a:hover
{
color:#fff;
}
.campus-detail a span
{
  display: table-cell;
  vertical-align: middle;
}
.courses-container
{
  margin:151px 0 0 0;
}
.cart-leftbar h4 {
    font-size: 16px;
    margin: 0 0 10px;
}
.cart-leftbar {
    text-align: left;
}
.cart-leftbar ul {
    list-style: none;
    padding: 0;
}
.cart-leftbar li {
    border-top: 1px solid #d1d7dc;
    width: 100%;
    float: left;
    padding: 16px 0;
}
.cart-left {
    float: left;
}
.cart-img {
    width: 122px;
    float: left;
}
.cart-left-detail {
    display: inline-block;
    padding: 0 0 0 16px;
    position: relative;
}
.cart-left-detail h34 {
    font-size: 19px;
    margin: 0px 0 6px;
    font-weight: 600;
}
.cart-left-detail p {
    font-size: 14px;
    margin: 0 0 3px;
}
.cart-right {
    float: right;
    color: #00b5b1;
    text-align: center;
}
.price {
    width: auto;
    text-align: center;
    color: #00b5b1;
}
a.btn-contact {
    padding: 12px 12px !important;
    color: #00b5b1;
}
.cart-img img {
    width: 100%;
}
.cart-rightbar.price {
    text-align: left;
}
.cart-rightbar strong {
    font-size: 29px;
    display: inline-block;
    margin: 0;
}
.cart-rightbar h3 {
    font-size: 20px;
    position: relative;
    margin: 0;
    font-weight: 600;
    letter-spacing: inherit;
}
.cart-rightbar.price h4 {
    font-size: 20px;
    margin: 18px 0 11px;
    font-weight: 700;
}
.code-coupon button.btn.btn-primary {
    height: 32px;
    background-color: #00b5b1;
    border-color: #00b5b1;
    line-height: 8px;
}
.code-coupon input
{
    height: 32px;
    font-size: 14px;
    margin:  0;
    border: 1px solid #9b9b9b !important;
}
.apply-container
{
  width:100%;
  float:left;
  margin: 151px 0 0 0;
  padding:78px 0 63px 0;
}
.apply-container .container {
    max-width: 1190px !important;
}
.apply-container h1
{
font-size: 56px;
color: #000;
margin: 0 0 19px 0;
font-weight: 600;
}
.apply-container h2
{
font-size: 36px;
color: #000;
margin: 0 0 19px 0;
font-weight: 600;
}
.form-check label a 
{
  text-decoration: underline !important;
  color:#00b5b1;
}
.fees-container p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin: 0 0 12px;
}
.student-handbook-btn
{
  width:495px;
  background-color: #64b2ad;
  border-color: #64b2ad;
}
.modal-body p {
    font-size: 15px;
    color: #000;
    margin: 0 0 7px;
    font-weight: 200;
}
.modal-body p strong
{
  font-weight: bold;
}
button.btn.btn-primary 
{
    background-color: #07b6b0;
    border-color: #07b6b0;
}
section.technology 
{
    width: 100%;
    float: left;
    padding: 50px 0;
}
section.technology .container
{
  max-width:1180px !important;
}
.moretext {
  display: none;
}
#section {
  width: 100%;
  height: 100%;
  word-wrap: break-word;
}
a.moreless-button {
    color: #00b5b1;
    text-decoration: underline!important;
}
a.moreless-button:hover{
    color: #00b5b1;
    text-decoration: none!important;
}


button.moreless-button {
    color: #00b5b1;
    text-decoration: underline!important;
    border: none !important;
}
button.moreless-button:hover{
    color: #00b5b1;
    text-decoration: none!important;
    border: none !important;
}



p.moretext1 {
    display: none;
}
a.moreless-button1 {
    color: #00b5b1;
    text-decoration: underline!important;
    margin: 29px 0 0 0;
    display: block;
}
a.moreless-button1:hover{
    color: #00b5b1;
    text-decoration: none!important;
}
spam.review-rating {
    display: block;
    font-size: 13px;
    margin: 5px 0 0 0;
    font-weight: normal;
}
.course-view-rightbar table th {
    font-size: 15px !important;
    color: #000 !important;
}
.course-view-rightbar table td {
    font-size: 15px !important;
    color: #000 !important;
}
.course-view-rightbar a.learn-more-btn 
{
float: left !important;
margin-right: 15px;
}
.course-view-leftbar select.form-select {
    height: 44px;
    font-size: 16px;
    margin-bottom: 20px;
}

.accordion-item spam.review-rating {
    display: inline-block;
    margin: 0 0 0 16px;
}
div#owl-carousel-4 .owl-nav {
    position: absolute;
    top:26%;
    width: 100%;
}
div#owl-carousel-4 .owl-nav .owl-prev span {
    position: absolute;
    left: -50px;
    width: 41px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    font-size: 33px;
    line-height: 34px;
    text-align: center;
}
div#owl-carousel-4 .owl-nav .owl-next span {
    position: absolute;
    right:-50px;
    width: 41px;
    height: 40px;
    background-color: #000;
    color: #fff;
    border-radius: 100px;
    font-size: 33px;
    line-height: 34px;
    text-align: center;
}
.share-btns {
    float: left;
    margin: 0 0 0 0;
}
.share-btns h4
{
    font-size: 28px;
    margin: 20px 0 14px;
    color: #000;
}
.share-btns a {
    font-size: 22px;
    color: #fff;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    background-color: #00b5b1 !important;
    display: inline-block;
    line-height: 41px;
    border-radius: 100%;
    text-align: center;
    transition: all 0.2s ease, visibility 0s;
}
span.a2a_svg.a2a_s__default.a2a_s_a2a, span.a2a_svg.a2a_s__default.a2a_s_facebook, .a2a_s_whatsapp, .a2a_s_linkedin, .a2a_s_email, .a2a_s_wechat {
    background-color: transparent!important;
    margin:4px 2px;
}
section.technology.benefits h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 39px;
    font-weight: 900;
    letter-spacing: -2.7px;
    text-align: left;
    margin: 0 0 51px 0;
}
section.technology.benefits .container
{
  max-width:1320px !important;
}
footer .share-btns h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.partner ul li {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin: 0 0 0 0;
}
.partner ul li strong 
{
  font-weight: bold;
}
.partner h3 {
    font-size: 34px;
    color: #000;
    margin: 0 0 19px 0;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.partner h4 {
    font-size: 24px;
    color: #000;
    margin: 0 0 19px 0;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.thankyou-modal p {
    font-size: 15px;
    color: #000;
    font-weight: 200;
    font-family: "Nunito", sans-serif;
    margin: 0 0 0 0;
    text-align: justify;
}
.modal-logo {
    width: 80px;
    margin: 0 0;
}
.partner .contact-icon {
    text-align: left;
}
.location-image h3 {
    font-size: 28px;
    margin: 9px 0 14px;
    color: #000;
    text-align: left;
}

.login-container {
    width: 100%;
    float: left;
    padding: 75px 0 70px;
    background-color: #fff;
}
/* course view page css end */

/* Extracurricular activities page css start */
.extracurricular h3
{
text-align: center;
font-size: 56px;
margin:0 0 20px;
}
.social-activity-packages-container
{
  width:100%;
  float: left;
}
.social-activity-packages-container .container
{
  max-width:980px !important;
}
.social-activity-packages-container h3
{
text-align: center;
font-size: 56px;
margin:0 0 20px;
}
.social-activity-packages-container p {
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
    color: #000;
    font-weight: 300;
    font-family: "Nunito", sans-serif;
    margin: 0 0 9px;
}
.social-activity-packages-container h4 {
    text-align: center;
    margin: 12px 0;
}
.social-activity-packages-container ul {
    margin: 0 0 0 43px;
}
.workshops-container
{
  width:100%;
  float:left;
  padding:30px 0;
}
.workshops-container .container
{
  max-width:920px !important;
}
.workshops-container h3
{
  text-align: center;
font-size: 56px;
margin:0 0 30px;
}
.workshops-container ul
{
  padding:0;
  list-style: none;
}
.workshops-container li
{
  padding:40px 0;
  width:100%;
  float: left;
  border-top: 1px solid #000;
  overflow: hidden;
}
.workshops-detail
{
  width:80%;
  float:left;
}
.workshops-btn
{
  width:20%;
  float:right;
  text-align: center;
}
.workshop-image
{
  width:80px;
  height:80px;
  overflow: hidden;
  float: left;
  margin:20px 20px 20px 0;
}
.workshop-image img {
    width: 100%;
    height: 100%;
}
.multiple-dates {
    width: 125px;
    height: 24px;
    font-size: 14px;
    border: 1px solid #000;
    text-align: center;
    display: inline-block;
    padding: 0px 0 0 0;
    margin: 0 0 16px;
}
.workshop-rightbar strong {
    display: block;
    width: 100%;
    color: #000;
    font-size: 16px;
}
.workshop-rightbar h4
{
  color:#282828;
  font-size: 30px;
  cursor: pointer;
}
.workshops-detail {
    transition: all 0.2s ease, visibility 0s;
}
.workshops-container li:hover .workshops-detail
{
 margin-left:-100px;
}
.get-ticket-container
{
 width: 100%;
    float: left;
    margin: 155px 0 0 0;
    padding: 81px 0 300px 0;
  background-color:#e9e9e9;
   text-align: center;
}
.get-ticket-container h1
{
  font-size: 60px;
  color:#000;
}
.get-ticket-container p
{
  font-size: 16px;
      margin-bottom: 1rem;
}
.book-event {
    width: 100%;
    float: left;
    margin: -250px 0 0 0;
    padding:0 0 60px 0;
}
.book-event .container
{
  max-width:979px !important;
}
.book-event img
{
  width:100%;
}
.event-location-list {
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}
.event-location-list li
{
  width:100%;
  float:left;
  border-bottom: 1px solid #eee;
  padding:20px 0 30px;
  margin:0 0 30px 0;
}
.event-location-list li p
{
  font-size: 16px;
  color: #000;
}
.event-location-leftbar {
    float: left;
}
.event-location-rightbar {
    float: right;
    margin: 70px 0 0 0;
}
.ticket-book {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 40px 0;
    float: left;
    width: 100%;
}
.ticket-book-leftbar
{
  width:350px;
  float: left;
}
.ticket-book-leftbar h4
{
  font-size: 20px;
  margin:0 0 0 0;
}
.ticket-book-rightbar
{
  width:350px;
  float: right;
  border-left: 1px solid #eee;
}
.check-out {
    float: right;
    width: 337px;
}
.event-location-leftbar h3 {
    margin-bottom: 6px;
}
/* Extracurricular activities page css end */