* {
  -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: "Roboto", 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: 1140px !important;
  padding: 0 !important;
}
/* header css start */
.header-top {
  width: 100%;
  float: left;
  background-color: #00b5b1;
  margin: 0 0 0;
}
.header-top p {
    color: #fff;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.header-top a.cart-btn {
    position: absolute;
    right: 10px;
    margin: 8px 0 0 0;
}
.header-top .container {
    position: relative;
}
a.cart-btn {
    float: right;
    color: #fff;
    margin: 15px 0 0;
}
header {
    width: 100%;
    padding: 0;
    background-color: #e2e2e2;
}
.header-top ul {
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0;
}
.header-top li {
  display: inline-block;
}
.header-top li a {
  color: #fff;
  padding: 14px 10px 14px 0;
  display: inline-block;
}
nav.navbar.navbar-expand-lg.navbar-light.top-navbar {
  width: 100%;
  position: relative;
  padding: 3px 0;
  margin: 0 0 0;
  border-bottom: 1px solid #eee;
   font-family: "Nunito Sans", sans-serif !important;
}

li.nav-item {
  position: relative;
  margin-right: 0;
}

.header-leftbar img {
  width: 93px;
  margin: 0 11px 0 0;
}

a.nav-link {
    color: #636363!important;
    font-size: 13px;
    padding: 5px 0 !important;
    position: relative;
    margin: 0 14px;
}

a.nav-link:hover {
   color: #636363!important;
}
button#dropdownMenuButton1 {
  border: none;
  background-color: transparent;
  color: #000;
  padding: 11px 15px !important;
  font-size: 17px;
}

a.navbar-brand img {
  width: 217px;
  float: left;
  margin: 0 0 0 0;
}
.career-academy-container.bg-light .banner-rightbar {
  padding-top: 11px;
}
input#headersearch {
  width: 401px;
}
a.navbar-brand {
  margin: 0 !important;
}
a.contact-btn {
    background-color: #00b5b1;
    display: inline-block;
    padding: 9px 24px;
    border-radius: 4px;
    color: #fff;
    transition: 0.5s;
    font-size: 15px;
    cursor: pointer;
}
.report-block a.contact-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
  bottom: 29px;
}
a.contact-btn:hover {
  color: #fff;
   background-color: #00b5b1;
}
/* header css end */
/* banner part css start */
.banner-container {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.news-post-outer {
    width: 100%;
    display: inline-block;
    padding: 16px 20px;
    height: 514px;
    overflow-y: scroll;
    text-align: left;
}
.news-post-outer h4 {
    font-size: 16px;
}
.news-post-outer p {
    font-size: 14px;
}
section.home-banner-container {
  width: 100%;
  float: left;
  padding: 0;
  background: url(../images/banner-bg.jpg) center top no-repeat;
  background-size: cover;
  text-align: center;
  padding:82px 0 75px;
  background-blend-mode: multiply;
    background-color: #00b5b1;
}
.home-banner-rightbar {
    display: table;
}
.home-banner-rightbar  span
{
  display: table-cell;
  vertical-align: middle;
}
.home-banner-rightbar h1 {
    font-size: 40px;
    color: #F5F5F5CF;
    text-align: left;
    font-weight: 700;
    margin: 0 0 20px;
}
.home-banner-rightbar p {
    font-size: 16px;
    text-align: left;
    color: #F5F5F5;
    font-weight: 400;
    margin: 40px 0 50px;
}
a.study-btn {
    background-color: #f5f5f5;
    float: left;
    font-size: 15px;
    color: #454545;
    padding: 8.3px 24px;
    border-radius: 5px;
    font-weight: 500;
        transition: 0.5s;
}
a.study-btn:hover
{
  color:#00c1ba;
}
a.cart-btn {
  float: right;
  color: #fff;
  margin: 15px 0 0;
}
a.cart-btn:hover {
  color: #daa801;
}
section.banner-container p {
  font-weight: 300;
  font-size: 19px;
  padding: 8px 0;
  text-align: justify;
}
.banner-leftbar {
  padding: 1% 0 0 12.3%;
  width: 50%;
  float: left;
}
.banner-rightbar {
  float: right;
  width: 50%;
  padding: 26px 62px;
}
.banner-rightbar img {
  width: 100%;
}

/* banner part css end */
/* detail part css start */
.detail-container {
  width: 100%;
  display: inline-block;
  padding: 45px 0;
}
section.detail-container ul {
  list-style: none;
  background-color: #00b5b1;
  border-radius: 20px;
  padding: 32px 0;
  margin: 0 0 0;
}
section.detail-container li {
  color: #fff;
  display: inline-block;
  width: 33.1%;
  text-align: center;
  padding: 0 6%;
}
section.detail-container li a {
  color: #fff;
}
section.detail-container li p {
  font-size: 16px;
}
section.detail-container li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
section.detail-container li strong {
  font-size: 45px;
  font-weight: 600;
}
.universities-rightbar {
  padding: 0 0 0 122px !important;
  display: table;
}
.universities-rightbar h2 {
  font-size: 45px;
  display: table-cell;
  vertical-align: middle;
}
/* detail part css end */
/* career academy part css start */
.career-academy-container {
  width: 100%;
  float: left;
  padding: 64px 0;
  background-color: #eee;
}
.career-academy-rightbar {
  padding-right: 122px !important;
}
.career-academy-rightbar h3 {
  font-size: 45px;
  margin: 0 0 22px;
  text-align: center;
}
.career-academy-rightbar strong {
  display: block;
  font-size: 25px;
  margin: 0 0 15px;
  text-align: center;
}
.career-academy-rightbar span {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  margin: 0 0 11px;
  font-size: 20px;
}
.career-academy-rightbar li {
  font-weight: 300;
  margin: 0 0 6px;
}
.career-academy-rightbar.professional {
  padding-left: 69px;
  padding-right: 0 !important;
}
/* career academy part css end */
/* curriculum part css start */
.curriculum-container {
  width: 100%;
  display: inline-block;
  padding: 64px 0;
  background-color: #00b5b1;
}
.curriculum-container h3 {
  font-size: 45px;
  color: #fff;
  text-align: center;
  margin: 0 0 18px;
}
.curriculum-container p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin: 0 0 40px;
}
.curriculum-block {
  color: #fff;
  text-align: center;
}
.curriculum-block p {
  font-size: 16px;
  margin: 0;
}
.curriculum-block span {
  font-size: 46px;
  margin: 0 0 10px;
  display: block;
}
.curriculum-block h4 {
  font-size: 26px;
  margin: 0 0 17px;
}
.universities-rightbar h3 {
  font-size: 45px;
  display: table-cell;
  vertical-align: middle;
}
/* curriculum part css end */
/* Get in touch part css start */
.contact-container {
  width: 100%;
  display: inline-block;
  padding: 14px 0;
}
.service-card.login-form {
  border: 1px solid #c3c5c6;
  padding: 20px;
}
input.form-control {
  border: 1px solid #c3c5c6 !important;
  border-radius: 0;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 18px;
}
textarea.form-control {
  border: 1px solid #c3c5c6 !important;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 18px;
}
input.btn.btn-submit {
  background-color: #00b5b1;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
  transition: 0.5s;
  width: 100%;
  font-size: 18px;
  margin: 19px 0 0;
}
.contact-leftbar h3 {
  font-size: 45px;
  line-height: 32px;
  margin: 0 0 26px;
}

.contact-rightbar ul {
  padding-left: 18px;
}
.contact-rightbar {
  display: table;
}
.contact-rightbar span {
  display: table-cell;
  vertical-align: middle;
}
a#button {
  background-color: #00b5b1;
  width: 51px;
  height: 50px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 8px 0 0;
  position: fixed;
  right: 17px;
  font-size: 23px;
  border-radius: 3px;
  bottom: 17px;
  cursor: pointer;
}
.help-prepare {
  background-color: #00b5b1;
  padding: 112px 32px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  margin: 50px 0 0;
}
.help-prepare h4 {
  font-size: 54px;
  color: #fff;
  margin: 12px 0 22px;
  font-weight: 400;
}
.help-prepare p {
  font-size: 24px;
  color: #fff;
  margin: 0 0 32px;
}
.help-prepare a.contact-btn {
  padding: 12px 32px;
  background-color: #fff;
  margin: 0 10px;
  color: #00b5b1;
  font-size: 16px;
}
.demo-list {
  list-style: none;
  padding: 0 !important;
}
ul.demo-list li {
  font-weight: 300;
  margin: 0 0 26px;
}
ul.demo-list li i.far.fa-check-circle {
  margin: 0 16px 0 0;
}
/* Get in touch part css end */
/* Report part css start */
.report-container {
  width: 100%;
  display: inline-block;
  padding: 0 0 30px;
}
.report-block {
  background-color: #fff;
  padding: 60px 43px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
}
.report-block h4 {
  color: #00b5b1;
  font-size: 32px;
  margin: 0 0 22px;
}
.report-block p {
  color: #212529;
  font-size: 16px;
  margin: 0 0 32px;
}
/* Report part css end */

/* footer part css start */
footer {
    padding: 64px 0 30px;
    display: inline-block;
    width: 100%;
    background-color: #02B5AF;
    color: #fff;
}
footer h5 {
    margin: 0 0 20px;
    font-size: 24px;
}
.logofooter img {
    width: 100%;
}
footer ul {
    padding-left: 0;
    margin: 0 0 0;
    list-style: none;
}
footer li a {
    color: #fff;
    margin: 0 0 5px;
    display: block;
    font-weight: 300;
    font-size: 14px;
}
footer li a:hover {
  color: #fff;
}
.copyright {
    margin: 20px 0 0 0;
    display: inline-block;
    width: 100%;
    font-size: 11px;
}
.copyright-leftbar {
  float: left;
}
.copyright-rightbar {
  float: right;
}
.copyright-rightbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.copyright-rightbar li {
  display: inline-block;
  text-align: center;
}
.copyright-rightbar li a {
  background-color: #0b0b0b;
  display: inline-block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  color: #fff;
  padding: 4px 0 0;
  font-size: 14px;
  margin: 0 5px 0 0;
  transition: 0.5s;
}
select.form-select {
  border: 1px solid #c3c5c6 !important;
  border-radius: 0;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 18px;
  color: #6c757d;
}
.copyright-rightbar li a:hover {
  background-color: #00b5b1;
}
.partners-list {
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
}
.partners-list span {
  display: table-cell;
  vertical-align: middle;
}
.partners-list img {
  width: 60%;
}
.footerleft p .fa {
  position: absolute;
  left: 0;
  top: 5px;
}
.footerleft p {
  position: relative;
  font-size: 17px;
  padding: 0 0 0 29px;
}
.footerleft p a {
  color: #fff;
}
footer p {
    font-size: 14px;
    line-height: 24px;
}
.footer-right
{
  text-align: right;
}
.sm-icon {
    padding: 0;
    list-style: none;
    text-align: right;
    margin: 0 12px 16px 0;
}
ul.sm-icon li {
    display: inline-block;
    margin: 0 4px 0 0;
}
ul.sm-icon li:last-child
{
  margin-right: 0;
}
.sm-icon li a 
{
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 10%;
    font-size: 16px;
    line-height: 32px;
    transition: 0.5s;
}
.sm-icon li a:hover
{
  color: #fff;
    opacity: .9;
}
.fb 
{
      background-color: #3b5998;
}
.yt 
{
  background-color: #cd201f;
}
.insta
{
  background-color: #262626;
}
.linkedin
{
  background-color: #0077b5;
}
/* footer part css end */

/* ukcbc-mature-students part css start */
.ukcbc-mature-students
{
  width:100%;
  float: left;
  background-color: transparent;
    background-image: linear-gradient(90deg, #00B3AE 0%, #FFD8C0 100%);
    padding:150px 0 0;
}
.ukcbc-mature-students h2 {
    font-size: 54px;
    color: #fff;
    text-align: center;
    border-bottom: 3px solid #fff;
    font-weight: bold;
    margin: 0 0 50px;
    padding: 0 0 30px;
}
.mature-student-img {
    width: 100%;
    position: relative;
    margin: 0 0 30px;
}
.mature-student-img img 
{
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    transition-duration: .3s;
    transition-property: transform;
}
.mature-student-block 
{
    text-align: center;
    margin: 0 0 100px;
}
.mature-student-block  a.study-btn
{
  float: none;
  margin: auto;
  display: inline-block;
}
.mature-student-block:hover .mature-student-img img 
{
  transform: scale(1.1);
}
.mature-student-img h3 {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    display: table;
    height: 100%;
    color:#fff;
    font-size: 29px;
    font-weight: bold;
}
.mature-student-img h3 span {
    display: table-cell;
    vertical-align: middle;
}
.mature-student-block p
{
  font-size: 16px;
  color:#FFFFFFB5;
  font-weight: 400;
  text-align: justify;
}
.mature-student-block p a
{
    color: #c36;
}
.mature-student-block p a:hover
{
   color: #336;
}
.ukcbc-mature-students h4 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    border-top: 3px solid #fff;
    font-weight: bold;
    margin: 0 0 50px;
    padding: 30px 0 0;
}
/* ukcbc-mature-students part css end */


/* how part css start */
section.how-container {
  width: 100%;
  float: left;
  padding: 50px 0 45px;
}
section.how-container h3 {
  font-size: 45px;
  margin: 0 0 30px;
  color: #373a3c;
}
section.how-container p {
  font-weight: 300;
  font-size: 19px;
  padding: 8px 0;
}
/* how part css end */

img.rounded-circle.avatar-img {
  width: 102px;
}
select.form-control {
  border: 1px solid #c3c5c6 !important;
  border-radius: 0;
  height: 38px;
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 18px;
  color: #6c757d;
}
section.inner-banner-container {
  padding: 140px 0;
  background-color: #eee;
  text-align: center;
}
section.inner-banner-container h1 {
  font-size: 45px;
  color: #373a3c;
}
section.terms-container {
  width: 100%;
  float: left;
  padding: 60px 0;
}
section.terms-container p {
  font-weight: 300;
  font-size: 19px;
  text-align: justify;
  line-height: 37px;
}
section.terms-container p a {
  color: #daa801;
}
section.terms-container h3 {
  font-size: 45px;
  color: #373a3c;
  margin: 0 0 18px;
}
section.how-container p a {
  color: #daa801;
  text-decoration: underline !important;
}

img.home-bnr-left {
  display: none;
}
.chatbot-app {
    box-shadow: rgba(15, 15, 15, 0.16) 0px 5px 40px 0px;
    margin: 0 auto;
    width: 420px;
    border-radius: 10px;
    height: 661px;
    position: relative;
    background-color: #fff;
    display: none;
}
.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;
}
.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!important;
    float: left;
}
.chat-home a.navbar-brand img {
    width: 200px;
    margin:0 0 15px -9px;
    float: left;
}
.chat-home h2 {
    font-size: 25px;
    margin: 0 0 20px;
    color: #000;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.chat-home h3 {
    font-size: 20px;
    margin: 15px 0 20px;
    color: #000;
    font-weight: normal;
    text-align: left;
}
.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;
    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;
    color: #000;
    font-weight: 300;
    text-align: justify;
    margin: 0 0 20px;
}
.accordion-body .card-body th {
    font-size: 14px;
    color: #000;
    text-align: justify;
}
.accordion-body .card-body td {
    font-size: 14px;
        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;
    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.home-banner-container img {
  width: 100%;
  float: right;
}
.home-banner-rightbar {
  margin: 90px 0 0 0;
}
section.home-membership-container {
  width: 100%;
  float: left;
  background-color: #eee;
}
.text {
  font-size: 40px;
  font-weight: 500;
  min-height: 63px;
  display: none;
}
.member-container {
  width: 100%;
  display: inline-block;
  padding: 30px;
  background-color: #fff;
  margin: -22px 0 42px 0;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-bottom: 8px solid #00b5b1;
  text-align: center;
  position: relative;
}
.member-container a {
  color: #212529;
}
.member-container a:hover {
  color: #212529;
}
.member-container h2 {
  font-size: 20px;
  margin: 0 0 31px;
}
.member-container ul {
  padding: 0;
  list-style: none;
}
.member-container li {
  width: 20%;
  display: inline-block;
}
.member-container li span {
  font-size: 33px;
  margin: 0 0 16px;
  color: #00b5b1;
}
.member-container h3 {
  font-size: 16px;
  text-transform: uppercase;
}
section.expand-container.view-category {
    padding: 35px 0 0;
}
.expand-container {
  width: 100%;
  float: left;
  padding: 35px 0 0;
}
.expand-container h3 {
  font-size: 38px;
  color: #212529;
  margin: 0 0 23px;
}
.expand-container h4 {
  font-size: 25px;
  color: #212529;
  margin: 27px 0 23px;
  display: block;
}
.provided-leftbar li span {
    font-weight: bold;
    color: #212529;
    font-size: 16px;
    width: auto;
    display: inline-block;
}

.provided-leftbar .social-media-links {
    display: inline-flex;
    gap: 15px;
    justify-content: start;
    align-items: center;
    margin: 0 0 0 63px;
}
.course-block-back h4 {
  height: 90px;
}
.expand-container p {
  font-size: 19px;
  color: #212529;
}
.course-block-img img {
    height: 100%;
    margin: auto;
    width: 100% !important;
}
.course-block-img {
  height: 100%;
  margin: 0 0 13px;
  padding: 0;
  display: table;
  width: 100%;
  text-align: center;
}
.choose-container li p a {
    color: #00b5b1;
}

.course-block-content {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 0 0 73px;
}
.course-block-content h3 {
  font-size: 22px;
  margin: 0 0 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 15em;
  line-height: 1.5;
  height: 70px;
}
.expand-slider {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.course-block-content p {
    font-size: 19px;
    margin: 0 0 5px;
    min-height: 67px;
    display: inline-block;
}
.rating spam {
  font-size: 15px;
  position: relative;
  top: -2px;
  color: #daa801;
}
.rating span {
  font-size: 18px;
}
.course-block-back {
  width: 100%;
  float: left;
  border: 1px solid #d2d7db;
  padding: 25px;
}
.date {
  width: 100%;
  float: left;
  color: #325f55;
  padding: 0 0 7px;
}
.course-block-back span {
  color: #85888b;
  float: left;
  padding: 0 0 5px;
  width: 100%;
}
.course-block-back p {
  font-size: 17px;
  color: #212529;
  margin: 0 0 9px;
}
.course-block-back ul {
  padding: 0 0 0 0;
  list-style: none;
}
.course-block-back li {
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 7px;
  position: relative;
  padding: 0 0 0 23px;
}
.course-block-back li span {
  position: absolute;
  left: 0;
  top: 2px;
}
.course-block-back a.contact-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  margin: auto;
  width: 90%;
  right: 0;
  bottom: 77px;
}
a.contact-btn.view-course {
  bottom: 18px;
}
.course-block-back {
  width: 100%;
  float: left;
  border: 1px solid #d2d7db;
  padding: 25px 18px;
  position: absolute;
  top: 0;
  background-color: #fff;
  transform: scale(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  height: 100%;
  left: 0;
}
.course-block-back ul {
  display: inline-block;
  width: 100%;
}

.course-block {
  width: 100%;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin: 0 0;
  padding: 0 15px;
}
.view-category .course-block {
  padding: 0 0;
}
.course-block:hover .course-block-back {
  transform: scale(1);
  opacity: 10;
}
.expand-container .owl-nav {
  position: absolute;
  top: 24%;
  width: 100%;
}
.expand-container .owl-nav button span {
  width: 74px;
  height: 74px;
  background-color: #00b5b1;
  display: inline-block;
  color: #fff;
  font-size: 44px;
  border-radius: 100%;
}
.expand-container .owl-nav button:hover {
  background-color: transparent !important;
}
.expand-container button.owl-prev {
  position: absolute;
  left: -120px;
}
.expand-container button.owl-next {
  position: absolute;
  right: -120px;
}
.background-color-gray {
  background-color: #eee;
}

.top-categories-container {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.top-categories-container h3 {
  font-size: 45px;
  color: #212529;
  margin: 0 0 23px;
}
.categories-block img {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.categories-block a {
  color: #212529;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.categories-block:hover a {
  color: #00b5b1;
}
.categories-block:hover img {
  transform: translate(0px, -18px);
  transition: 0.3s;
}
.categories-block {
  width: 100%;
  float: left;
  margin: 0 0 24px;
  text-align: center;
}
.categories-block h4 {
  font-size: 16px;
}
.instructor-container {
  width: 100%;
  float: left;
  background-color: #eee;
  padding: 60px 0;
}
.instructor-container h3 {
  font-size: 45px;
  margin: 0 0 19px;
}
.instructor-container p {
  font-size: 19px;
  margin: 0 0 21px;
}
.instructor-leftbar img {
  width: 80%;
}
.instructor-leftbar {
  text-align: center;
}
.instructor-rightbar {
  display: table;
}
.instructor-rightbar span {
  display: table-cell;
  vertical-align: middle;
}

.design-courses-tabs .nav-link {
  font-size: 16px;
  font-weight: bold;
  color: #212529;
}
.design-courses-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  /* background-color: var(--bs-nav-tabs-link-active-bg); */
  border-color: transparent !important;
  border-bottom: 2px solid #212529 !important;
}

.design-courses-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #00b5b1 !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: none !important;
  color: #212529 !important;
}
div#owl-carousel-4 .item a {
  display: block;
  border: 1px solid #d1d7dc;
  padding: 25px;
}
div#owl-carousel-4 .item:hover a {
  background-color: #f7f9fa;
}
.featured-leftbar {
  width: 40%;
  display: inline-block;
}
.featured-leftbar img {
  width: 100%;
}
.featured-rightbar {
  float: right;
  width: 57%;
}

div#owl-carousel-5 .item a {
  display: block;
  border: 1px solid #d1d7dc;
  padding: 16px;
}
div#owl-carousel-5 .item:hover a {
  background-color: #f7f9fa;
}
.featured-courses {
  width: 100%;
  display: inline-block;
  margin: 0 0 34px;
}
.instructor-img {
  width: 64px;
  height: 64px;
  float: left;
}
.instructor-img img {
  width: 100%;
  border-radius: 100%;
}
.instructor-detail {
  width: 71%;
  display: inline-block;
  margin: 0 0 0 21px;
}
.instructor-detail h5 {
  font-size: 16px;
  color: #212529;
}
.instructor-detail p {
  font-size: 16px;
  color: #212529;
  padding: 0;
  margin: 0 0 2px;
}
.instructor-detail p span {
  color: #daa801;
}
.instructors {
  width: 100%;
  display: inline-block;
  margin: 0 0 34px;
}
.all-courses {
  width: 100%;
  float: left;
  padding: 9px 0 40px;
  margin: 0 0 7px;
}
button.btn.btn-light.filter-btn {
  background-color: #00b5b1;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  transition: 0.5s;
}
body .sort-select {
  padding: 5px 13px !important;
  border-radius: 4px !important;
  color: #00b5b1 !important;
  transition: 0.5s;
  float: right;
  height: 46px;
  margin: 0 0 0 17px;
  text-align: left;
  width: 178px !important;
}
.all-courses-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.all-courses-list li {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #d1d7dc;
  width: 100%;
  display: inline-block;
  margin: 0 0 16px;
  position: relative;
}
.all-courses-list li:hover .courses-list-block {
  transform: scale(1);
  opacity: 10;
}
.courses-list-block {
  width: 400px;
  position: absolute;
  border: 1px solid #d1d7dc;
  padding: 18px 28px;
  display: inline-block;
  top: -364px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 9999;
  transform: scale(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.courses-list-block::after {
  content: '';
  box-sizing: border-box;
  display: block;
  height: 2.26rem;
  width: 2.26rem;
  background-color: #fff;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 4px rgb(34 34 34 / 8%), 0 4px 12px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  bottom: -7px;
}
.courses-list-img {
  width: 30%;
  display: inline-block;
}
.courses-list-img img {
  width: 100%;
}
.courses-list-detail {
  width: 67%;
  float: right;
  position: relative;
}
.courses-list-detail h5 {
  font-size: 25px;
  color: #212529;
  margin: 0 0 13px;
  display: inline-block;
}
.courses-list-detail p {
  font-size: 18px;
  color: #212529;
  margin: 0 0 9px;
}
.courses-list-block h5 {
  font-size: 20px;
  color: #212529;
  margin: 0 0 21px;
}
.courses-list-block li {
  border-bottom: 0;
  padding: 0 0 0 26px;
  position: relative;
  font-size: 14px;
}
.courses-list-block li span {
  position: absolute;
  left: 0;
  top: 2px;
}
.courses-list-block a.contact-btn {
  width: 100%;
  text-align: center;
}
input.form-control.search-input {
  border: 1px solid #c3c5c6 !important;
  border-radius: 0;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 18px;
  color: #6c757d;
  display: inline-block;
  width: auto;
}
a.contact-btn.view {
  margin: 12px 0 0;
}
.course-detail ul {
  padding: 0 0 0 0;
  list-style: none;
}
.course-detail li {
    font-weight: 300;
    font-size: 19px;
    margin: 0 0 7px;
    position: relative;
    padding: 0 0 9px 34px;
    text-align: justify;
}
.course-detail li span {
    position: absolute;
    left: 0;
    top: 2px;
    color: #212529;
    float: left;
    padding: 0 0 5px;
    width: 100%;
}

.content {
  margin: 0 0 22px;
}
.accordion-button span {
  float: right;
  margin: 0 0 0 20px;
  font-size: 15px;
  color: #938f8f;
  position: absolute;
  right: 70px;
}
.accordion-button:not(.collapsed) {
  color: #212529;
  background-color: #fff;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
section.inner-banner-container {
  padding: 140px 0;
  background-color: #eee;
  text-align: center;
}
section.inner-banner-container h1 {
  font-size: 45px;
  color: #373a3c;
}
section.terms-container {
  width: 100%;
  float: left;
  padding: 60px 0;
}

section.terms-container h3 {
  font-size: 45px;
  color: #373a3c;
  margin: 0 0 18px;
}
section.terms-container p a {
  color: #daa801;
}
.social-media a {
  font-size: 27px;
  padding: 0 12px 0 0;
  color: #daa801;
  margin: 7px 0 0 0;
  display: inline-block;
}
.social-media a:hover {
  color: #00b5b1;
}
.new-links {
  width: 100%;
  float: left;
  margin: 14px 0 0 0;
}
.new-links .fa {
  font-size: 27px;
  padding: 0 12px 0 0;
  color: #daa801;
  margin: 0;
  display: inline-block;
}
.new-links p a {
  color: #daa801;
}
button.btn.btn-primary {
  background-color: #00b5b1;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
  transition: 0.5s;
  border: none;
}
section.terms-container li {
  font-weight: 300;
  font-size: 19px;
  text-align: justify;
  line-height: 37px;
  margin: 0 0 8px;
}
#button {
  display: inline-block;
  background-color: #ff9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: '\f077';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #daa801;
}
#button:active {
  background-color: #daa801;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
a.modal-brand img {
  width: 100%;
}
a.modal-brand {
  width: 208px;
  display: block;
}
.professional p {
  font-size: 19px;
  margin: 0 0 21px;
  text-align: justify;
}
.professional ol {
  padding: 0 0 0 14px;
  margin: 0 0 25px 0;
}
.professional li {
  font-size: 19px;
  margin: 0 0 10px;
  text-align: justify;
}

/* login page css start */
.login-btn {
  margin: 0 0 0 13px;
}
.login {
  margin: 20px auto;
  padding: 40px 50px;
  max-width: 500px;
  border-radius: 5px;
  background: #fff;
}
.login-container {
  width: 100%;
  display: table;
  background-color: #eee;
  height: 100vh;
}
.login-container span {
  display: table-cell;
  vertical-align: middle;
}
.links {
  width: 100%;
  display: inline-block;
  margin: 16px 0 0;
}
.links a {
  color: #00b5b1;
  margin: 0 0 0 0;
}
.links a:hover {
  color: #00b5b1;
}
.profile-userpic {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.profile-userpic img {
  width: 100%;
  border-radius: 100%;
}
ul.dropdown-menu.my-account li {
  text-align: left;
  border-bottom: 1px solid #eee;
}
/* login page css end */
section.inner-banner-container.privacy-banner {
  padding: 0;
}
.privacy-banner img {
  width: 100%;
}
.rating {
  position: absolute;
  bottom: 0;
}

.checkout-form {
  width: 100%;
  display: inline-block;
  margin: 0 0 40px;
}
.checkout-form label {
  margin: 0 0 10px;
}
.cart-leftbar h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
.cart-container {
  padding-bottom: 60px;
}
.cart-img {
  width: 122px;
  float: left;
}
.cart-img img {
  width: 100%;
  border: 1px solid #d1d7dc;
}
.cart-leftbar ul {
  list-style: none;
  padding: 0;
}
.cart-leftbar li {
  border-top: 1px solid #d1d7dc;
  width: 100%;
  float: left;
  padding: 16px 0;
}
.cart-leftbar li a {
  display: inline-block;
  padding: 16px 0;
}
.cart-right a.contact-btn {
  padding: 10px 15px;
  margin: 0 12px 0 0;
}
.cart-left-detail h3 {
  font-size: 19px;
  margin: 0px 0 6px;
}
.cart-left-detail h3 {
  font-size: 19px;
  margin: 0px 0 6px;
}
.cart-left-detail {
  display: inline-block;
  padding: 0 0 0 16px;
  position: relative;
}
.cart-left-detail .rating {
  position: relative;
  bottom: 0;
  display: none;
}
.cart-left-detail p {
  font-size: 14px;
  margin: 0 0 3px;
}
.cart-left-detail .rating span {
  font-size: 13px;
}
.ud-dot {
  color: #6a6f73;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
}
.cart-left {
  float: left;
}
.cart-right {
  float: right;
  color: #00b5b1;
  text-align: center;
}
.price span {
  display: block;
  text-align: center;
  margin: 5px 0 0 0;
  position: relative;
  color: #212529;
}
.price span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 1px;
  background-color: #212529;
  margin: auto;
}
.price {
  width: auto;
  text-align: center;
  color: #00b5b1;
}
.cart-rightbar strong {
  font-size: 29px;
  display: inline-block;
  margin: 0;
}
.cart-rightbar h3 {
  font-size: 30px;
  position: relative;
  margin: 0;
}

.cart-rightbar.price {
  text-align: left;
}
.cart-rightbar span {
  display: inline-block;
  text-align: center;
}
.cart-rightbar.price h4 {
  font-size: 20px;
  margin: 18px 0 11px;
}
.cart-rightbar p {
  font-size: 16px;
}
.coupon-block p {
  font-size: 12px;
  color: #6a6f73;
  margin: 0;
}
.coupon-block p strong {
  font-size: 14px;
}
.coupon-block {
  width: 100%;
  float: left;
  padding: 15px;
  border: 1px dashed #cccc;
  position: relative;
  margin: 0 0 10px;
}
a.time {
  color: #6a6f73;
  font-size: 24px;
  position: absolute;
  right: 13px;
  top: 9px;
}
.code-coupon button.btn.btn-primary {
  height: 53px;
}
.code-coupon input.form-control {
  height: 53px;
  padding: 15px;
}
a.btn-contact {
  padding: 12px 12px !important;
  color: #daa801;
}

.banner-leftbar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
}
.banner-leftbar li span {
  display: inline-block;
  width: 130px;
}

.banner-rightbar.course-image {
  height: 357px;
  overflow: hidden;
}

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


section.banner-container.course-view p {
    font-weight: 300;
    font-size: 19px;
    padding: 8px 11px 0 0;
    text-align: justify;
    height: 211px;
    overflow-y: scroll;
}


.course-logo {
  width: 110px;
  margin: 0 0 0;
  display: inline-block;
}

.social-media-links {
  display: flex;
  gap: 15px; /* Space between icons */
  justify-content: start; /* Align icons to the left */
  align-items: center; /* Vertically align icons */
}

.social-link {
  color: #00b5b1; /* Dark blue color */
  font-size: 24px; /* Icon size */
  text-decoration: none; /* Remove underline */
  transition: color 0.3s ease;
}

.social-link:hover {
  color: #0056b3; /* Slightly lighter blue on hover */
}
.login-container button.btn.btn-primary.w-100 {
  margin: 0 0 16px;
}

.login-container p a {
  color: #00b5b1;
  text-decoration: underline !important;
}
.course-block-content p strong {
  font-weight: 600;
}
.course-block-scroll {
  height: 289px;
  overflow-y: scroll;
}
.course-block-scroll::-webkit-scrollbar {
  width: 10px;
  height: 20px;
}
.course-block-scroll::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background-color: #00b5b1;
}

a.page-link {
  color: #00b5b1;
}

.member-container li span img {
  width: 30px;
  margin: 0 0 7px;
}

section.report-container.bg-light {
  display: none;
}

.course-block-img-outer {
    height: 167px;
    overflow: hidden;
    margin: 0 0 13px;
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  background-color: #00b5b1 !important;
  border-color: #00b5b1 !important;
}
.categories-img img {
  height: 100%;
}
.categories-img {
    overflow: hidden;
    margin: 0 0 11px;
    height: 170px;
}

.flag-block {
    float: left;
    background-color: #eee;
    height: 37px;
    padding: 6px 8px;
}


select.form-select.phone-new-inp {
    /* position: relative; */
    border: none !important;
    background-color: transparent;
    padding: 0;
}

.flag-new-block img {
    float: left;
    position: absolute;
    left: 10px;
    top: 10px;
}
.flag-new-block {
    background-color: #eee;
    height: 39px;
    padding: 0 0 0 39px;
    width: 98px;
}
ul.rating-list li {
    font-size: 19px;
    font-weight: 300;
}

section.choose-container {
    width: 100%;
    float: left;
    padding: 75px 0 60px;
    background-color: #fff;
}
section.choose-container h2 {
    font-size: 45px;
    color: #212529;
    margin: 0 0 22px;
}

section.choose-container p {
    font-size: 17px;
    color: #212529;
    text-align: justify;
}
section.choose-container ul
{
  list-style: outside;
}
section.choose-container ul li {
    font-size: 17px;
    color: #212529;
    text-align: justify;
    padding: 0 0 0 0;
    margin: 0 0 15px 19px;
    font-weight: 300;
}
.choose-leftbar {
    display: table;
}
.choose-leftbar span {
    display: table-cell;
    vertical-align: middle;
}
.choose-rightbar ul
{
  list-style: none !important;
  position: relative;
}
.choose-rightbar li 
{
    width: 192px;
    float: left;
}
.choose-rightbar ul li:first-child {
    position: absolute;
    left: 0;
    top: 254px;
}
.choose-rightbar ul li:nth-child(2) {
position: relative;
    top: 100px;
    left: 211px;
    margin: 0 0 0 9px;
}

.choose-rightbar ul li:nth-child(3) {
    position: absolute;
    top: 0;
    left: 400px;
}
.choose-rightbar li img
{
    border-radius: 12px;
    margin: 0 0 20px;
    width: 84%;
}
section.choose-container h3 {
    font-size: 25px;
    color: #212529;
    margin: 0 0 23px;
}
.choose-rightbar img {
    width: 91%;
    float: right;
    margin:9px 0 0 0;
}
.new-slider {
    width: 100%;
    display: inline-block;
    margin: 0 0 13px;
}
.choose-container ul 
{
    padding: 0;
    list-style: none;
}
.choose-container li {
    font-size: 19px;
    color: #212529;
    position: relative;
    padding: 0 0 0 36px;
}
.choose-container li spam {
    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: 19px;
    color: #212529;
    text-align: justify;
}
.choose-rightbar
{
      display: table;
}
.choose-rightbar span {
    display: table-cell;
    vertical-align: middle;
}

.brand-logo__image img {
    filter: grayscale(100);
    opacity: 0.5;
}
.brand-logo__image {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    color: #000;
}
.brand-logo__image-hover {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    transform: scale(.8, .8);
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.item a:hover  .brand-logo__image-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    color: #000;
}
.item a:hover .brand-logo__image {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    transform: scale(.8, .8);
}
section.counter-container 
{
    width: 100%;
    float: left;
    padding: 75px 0 74px;
    background-color: #eee;
}
.counter-block
{
  text-align: center;
}
.counter-block strong
{
    font-size: 45px;
    color: #212529;
    margin: 0 0 23px;
}
.counter-block p
{
    font-size: 19px;
    color: #212529;
}
.counter-block img {
    width: 170px;
    margin: 0 0 10px;
}

.counter-block {
    text-align: center;
    background-color: #fff;
    padding: 25px 25px 16px;
    border-radius: 16px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonals-container
{
   width: 100%;
    float: left;
    padding: 75px 0 74px;
}
.testimonals-container h3 {
    font-size: 45px;
    margin: 0 0 45px;
}
.testimonals-block {
    border-top: 1px solid #d1d2e0;
    padding:40px 0 35px;
    display: inline-block;
}
.review-heading
{
 width:100%;
}
.review-profile 
{
    width: 40px;
    height: 40px;
    background-color: #000;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    font-weight: bold;
    line-height: 39px;
    float: left;
    margin: 0 19px 13px 0;
}
.review-name
{
  width:auto;
  display: inline-block;
}
.review-name h4 {
    font-size: 16px;
    margin: 0;
    display: block;
    max-width: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
span.rating-review {
    font-size: 12px;
}
span.rating-review i.fas.fa-star {
    color: #c4710d;
}
.review-content 
{
    width: 100%;
    float: left;
    margin: 14px 0 0;
}
.review-content p
{
  font-size: 19px;
}
.review-feedback p a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    color: #000;
}
.we-container
{
  width:100%;
  display: inline-block;
  padding:75px 0 74px;
  background-color: #eee;
}
.we-container h3 {
    font-size: 45px;
    color: #212529;
    margin: 0 0 45px;
}
.we-block
{
  text-align: center;
}

.we-block span {
    font-size: 46px;
    display: block;
    margin: 0 0 10px;
}
.we-block h4 {
    font-size: 30px;
}
.we-block p {
    font-size: 19px;
}
img.book-icon {
    width: 102px;
}
section.expand-container.course-detail p {
    font-size: 19px;
    text-align: justify;
}

.provided-leftbar h3 {
    font-size: 38px;
    color: #212529;
    margin: 0 0 23px;
    display: inline-block;
    width: 100%;
}
.cpd-certificates ul {
    padding: 0;
    margin: 0;
}
.cpd-certificates li {
    padding: 0;
    margin: 0 15px 0 0;
    float: left;
    height: 90px;
    text-align: center;
}
.cpd-certificates li strong {
    display: block;
    font-weight: 500;
}
.cpd-certificates li img {
    height: 100%;
    width: 110px;
}
.cpd-certificates {
    width: 100%;
    display: inline-block;
    margin: 0 0 7px;
}