@import url("p.css");


@font-face {
  font-family: "forma-djr-display";
  src: url("https://use.typekit.net/af/7337ff/00000000000000003b9ae4da/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/7337ff/00000000000000003b9ae4da/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/7337ff/00000000000000003b9ae4da/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: Epilogue-Regular;
  src: url("../fonts/Epilogue-Regular.eot?") format("eot"), url("../fonts/zPMAf1GR1XVY.ttf") format("truetype");
}

@font-face {
  font-family: Epilogue-ExtraBold;
  src: url("../fonts/Epilogue-ExtraBold.eot?") format("eot"), url("../fonts/5npFXgDqQG6H.ttf") format("truetype");
}

@font-face {
  font-family: Crayone;
  src: url("../fonts/Crayone.eot?") format("eot"), url("../fonts/QPwSxxkb7L4i.otf") format("truetype");
}

@font-face {
  font-family: Helvetica-Regular;
  src: url("../fonts/Helvetica.eot?") format("eot"), url("../fonts/0jUZJN4Ai8c8.ttf") format("truetype");
}

@font-face {
  font-family: Epilogue-Bold;
  src: url("../fonts/Epilogue-Bold.eot?") format("eot"), url("../fonts/TfRkfxTHveqs.ttf") format("truetype");
}

@font-face {
  font-family: Epilogue-SemiBold;
  src: url("../fonts/Epilogue-SemiBold.eot?") format("eot"), url("../fonts/GwZSGGICVO4e.ttf") format("truetype");
}


body {
  font-family: 'Epilogue-Regular', sans-serif;
  font-weight: 400;
  color: var(--text-black-color);
  font-size: 15px;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #fff !important;
}

html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Epilogue-Bold', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  color: var(--text-black-color);
  margin-bottom: 20px;
  font-weight: 600;
}

h1 {
  font-size: 36px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h2 {
  font-size: 28px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h3 {
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h4 {
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h5 {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h6 {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

/* a {  
  color: var(--text-blue-color);
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
} */
/* a:hover, 
a:focus {
  color: var(--text-dark-blue-color);
  text-decoration: none;
}
a:active {
  text-decoration: none;
} */
p {
  margin-bottom: 10px;
  /* font-family: 'Helvetica-Regular'; */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

blockquote {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

ul {
  list-style: none;
  padding-left: 0;
}

/* ================================= */
/*===== General =====*/
/* ================================= */
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.btn-primary {
  padding: 20px 25px;
  background-color: #fac100 !important;
  color: var(--text-white-color);
  font-size: 15px;
  font-weight: 400;
  border: 1px solid transparent;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-primary:hover {
  border: 1px solid transparent;
  background-color: #04E38A;
}

.btn-secondary {
  padding: 15px 25px;
  background-color: var(--background-white-bg-color);
  color: var(--text-dark-grey-color);
  font-size: 15px;
  border: 1px solid #686F7A;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-secondary:hover {
  border: 1px solid #29303B;
  background-color: var(--background-white-bg-color);
  color: var(--text-black-color);
}

.btn-info {
  padding: 10px 15px;
  background: var(--background-blue-bg-color);
  color: var(--text-white-color);
  font-size: 15px;
  font-weight: 500;
  border: 1px solid var(--text-blue-color);
  border-radius: 1px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-info:hover {
  border: 1px solid #00576B;
  background-color: #00576B;
  color: var(--text-white-color);
}

.btn-link {
  padding: 5px;
  font-size: 13px;
  padding: 3px 17px;
  background-color: transparent;
  color: var(--text-dark-grey-color);
  border: 1px solid #CACBCC;
  border-radius: 3px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-link.active,
.btn-link:hover {
  background: transparent;
  border-color: var(--text-light-grey-color);
  color: var(--text-light-grey-color);
  text-decoration: none;
}

.btn-light {
  font-size: 16px;
  border-radius: 0;
  background: var(--background-blue-bg-color);
  color: var(--text-white-color);
  width: 100%;
  border: 1px solid var(--text-blue-color);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-light.active,
.btn-light:hover {
  background-color: #003845;
  border: 1px solid #003845;
  color: var(--text-white-color);
  text-decoration: none;
  border-radius: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-right: 58px;
  margin-left: -35px;
}

.owl-carousel .owl-nav button.owl-next {
  margin-left: 98%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  color: var(--text-blue-color);
  background-color: var(--background-white-bg-color);
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1);
  font-size: 24px;
  top: 50%;
  transform: translate(0, -50%);
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  color: var(--text-blue-color);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.owl-dot {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid var(--text-black-color);
  background-color: var(--background-white-bg-color);
  margin-right: 5px;
}

.owl-dot.active {
  border: 1px solid #0891FF;
}

.rating {
  unicode-bidi: bidi-override;
  display: inline-block;
  font-size: 12px;
  color: #F4C150;
  margin-bottom: 5px;
}

.rating input {
  position: absolute;
  left: -999999px;
}

.rating label {
  display: inline-block;
  font-size: 0;
}

.rating>label:before {
  position: relative;
  font: 16px/1 FontAwesome;
  display: block;
  content: "\f005";
  color: #F4C150;
  background: -webkit-linear-gradient(-45deg, #B6C1C7 0%, #B6C1C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rating>label.selected:before,
.rating>label.selected~label:before {
  color: #F4C150;
  background: -webkit-linear-gradient(-45deg, #FCB551 0%, #D69A45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h-center {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.v-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.txt-rgt {
  text-align: right;
}

.txt-black {
  color: var(--text-black-color);
}

.border-btm {
  border-bottom: 1px solid #DEDFE0;
}

.btm-120 {
  margin-bottom: 120px;
}

.btm-105 {
  margin-bottom: 105px;
}

.btm-60 {
  margin-bottom: 60px;
}

.btm-40 {
  margin-bottom: 40px;
}

.btm-30 {
  margin-bottom: 30px;
}

.btm-20 {
  margin-bottom: 20px;
}

.btm-10 {
  margin-bottom: 10px;
}

.btm-5 {
  margin-bottom: 5px;
}

.rgt-20 {
  margin-right: 20px;
}

.rgt-15 {
  margin-right: 15px;
}

.rgt-10 {
  margin-right: 10px;
}

.rgt-5 {
  margin-right: 5px;
}

.lft-7 {
  margin-left: 7px;
}

.lft-10 {
  margin-left: 10px;
}

.lft-20 {
  margin-left: 20px;
}

.lft-40 {
  margin-left: 40px;
}

.lft-90 {
  margin-left: 90px;
}

.top-10 {
  margin-top: 10px;
}

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

.top-30 {
  margin-top: 30px;
}

.top-40 {
  margin-top: 40px;
}

.float-rgt {
  float: right;
}

.bg-white {
  background-color: var(--background-white-bg-color);
}

.bdr-yellow,
.bdr-purple,
.bdr-blue {
  border-top: 8px solid #F4C150;
  border-radius: 4px 4px 0 0;
}

.bdr-purple {
  border-top: 8px solid #853C6C;
}

.bdr-blue {
  border-top: 8px solid var(--text-blue-color);
}

button:focus {
  outline: none;
}

.italic {
  font-style: italic;
}

.section-heading {
  position: relative;
  padding: 22px 0;
  margin-bottom: 50px;
}

.section-heading:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--background-blue-bg-color);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}

.col-five {
  width: 20%;
  height: auto;
}

.width {
  width: 33%;
}

.border-rgt {
  border-right: 1px solid #DEDFE0;
}

.facebook {
  background-color: #4264A3;
  border: 1px solid #4264A3;
}

.twitter {
  background-color: #60B6F0;
  border: 1px solid #60B6F0;
}

.linkedin {
  background-color: #0086C2;
  border: 1px solid #0086C2;
}

.youtube {
  background-color: #E15849;
  border: 1px solid #E15849;
}

.display-inline {
  display: inline;
}

.display-none {
  display: none;
}

sup.redstar {
  color: #FF0000;
}

.page-item .page-link {
  color: #117D97;
  font-size: 17px;
  background-color: transparent;
  border: 1px solid #EDEEF0;
  border-radius: 0;
  padding: 10px 15px;
}

.page-item .page-link:last-child {
  border-radius: 0;
}

.page-item.active .page-link {
  color: var(--text-white-color);
  font-size: 17px;
  background-color: #fdc300;
  border: 1px solid #fdc300;
  border-radius: 0;
  padding: 10px 15px;
}

.page-item .page-link:hover {
  color: #084054;
  background-color: #EDEEF0;
}

/* ================================= */
/*===== Preloader =====*/
/* ================================= */
.preloader {
  background-color: var(--background-white-bg-color);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999999999;
}

.status,
.status-message {
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
}

.status-message {
  top: 40%;
  bottom: 0;
  margin: 0 auto;
}

/* ================================= */
/*===== 404 page =====*/
/* ================================= */
.error-page-main-block {
  background-color: #F3F4F3;
  height: 100%;
}

.error-block {
  padding: 60px 0;
}

.error-heading {
  font-size: 70px;
}

.error-heading span {
  font-size: 110px;
  font-weight: 500;
}

.error-block p {
  font-size: 20px;
}

/* ================================= */
/*===== coming-soon page =====*/
/* ================================= */
.coming-soon-main-block {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  height: 100vh;
  position: fixed;
  width: 100%;

}

.coming-soon-main-block .logo {
  position: relative;
}

.coming-soon-block {
  padding: 120px 0;
}

.comming-soon-heading {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.coming-soon-main-block .nav-bar-btn {
  position: relative;
}

/* ================================= */
/*===== Nav-Bar =====*/
/* ================================= */
.nav-bar-main-block {
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.08);
}

.nav-search .form-control {
  padding: 13px 0 13px 20px;
  color: var(--text-black-color);
  border-radius: 0;
  border: none;
  background-color: var(--background-grey-bg-color);
  display: inline-block;
  float: left;
  width: 250px;
}

.nav-bar-main-block .logo a img {
  width: 100px;
}

.nav-bar-main-block .logo .img-fluid {
  max-width: 100%;
  height: 100%;
  object-fit: scale-down;
  width: auto;
  /* margin-top: -10px; */
}

.nav-search .btn-primary {
  padding: 14px 15px;
  border-radius: 0;
  color: var(--text-red-color);
  background-color: var(--background-grey-bg-color);
  height: 50px;
}

.nav-search .btn-primary:hover {
  color: var(--text-white-color);
  background-color: var(--background-red-bg-color);
}

.learning-business .btn-link {
  padding: 15px;
  border: none;
}

.learning-business .btn-link:hover {
  border-color: var(--text-light-grey-color);
  color: var(--text-light-grey-color);
  background-color: var(--background-grey-bg-color);
}

.shopping-cart i {
  border: 1px solid transparent;
  padding: 10px 14px 5px;
  border-radius: 100%;
  display: inline-flex;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.shopping-cart i:hover {
  background: rgba(20, 23, 28, 0.05);
  border: 1px solid rgba(20, 23, 28, 0.05);
}

.shopping-cart [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: -6px;
  color: var(--text-red-color);
  ;
  font-size: 22px;
}

.Login-btn {
  text-align: right;
  /* padding: 1px 0 6px 0px; */
}

.Login-btn .btn-primary,
.Login-btn .btn-secondary {
  padding: 7px 15px;
  border-radius: 3px;
}

.Login-btn .btn-secondary {
  padding: 7px 15px;
}

#cssmenu ul ul li a [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: 20px;
  vertical-align: middle;
}

#cssmenu ul ul li a .fa,
.fas {
  margin-top: 5px;
}

.featured-iteam-main-block {
  padding: 60px 0;
}

@media (max-width: 992px) {
  .nav-bar-main-block .form-inline.search-form .form-group {
    display: block;
    text-align: center;
    /*margin: 0 auto;*/
    margin-bottom: 0;
  }

  .nav-search form {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .nav-search form {
    justify-content: center;
  }

  .nav-bar-main-block .form-inline.search-form .form-group {
    width: 250px;
  }
}

/* ================================= */
/*===== Home =====*/
/* ================================= */
.home-main-block {
  padding: 120px 90px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 473px;
}

.home-heading {
  font-size: 50px;
}

.home-dtl p {
  font-size: 20px;
}

.search-block .form-group {
  border-radius: 2px;
  position: relative;
}

.search-block .form-control {
  padding: 13px 0 13px 13px;
  width: 500px;
  border-radius: 1px;
}

.search-block .form-btn .btn-primary {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 18px;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-block .form-btn .btn-primary:hover {
  background-color: var(--background-red-bg-color);
  color: var(--text-white-color);
  border-radius: 2px;
}

.search-block .form-btn .btn-primary i {
  font-size: 20px;
  color: var(--text-red-color);
  ;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-block .form-btn .btn-primary:hover i {
  color: var(--text-white-color);
}

.navigation [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: 18px;
  color: var(--text-light-grey-color);
  margin-right: 5px;
}

@media (max-width: 992px) {
  .learning-business {
    text-align: center;
    margin-bottom: 20px;
  }

  .logo {
    text-align: center;
  }

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

  .search-block .form-control {
    width: 300px;
  }

}

@media (max-width: 576px) {
  .home-heading {
    font-size: 40px;
  }

  .home-main-block {
    padding: 30px 25px;
    height: 350px;
  }

  .search-block .form-control {
    width: 100%;
  }
}

/* ================================= 
    /*===== Work =====*/
/* ================================= */
.learning-work-main-block {
  background: var(--linear-gradient-bg-color);
  padding: 10px 0;
}

.work-heading {
  font-size: 17px;
  font-weight: 500;
}

.learning-work-dtl p {
  font-size: 15px;
  margin-bottom: 2px;
}

.learning-work-dtl {
  padding: 5px 10px;
}

.learning-work-icon i {
  font-size: 45px;
  margin-left: 10px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .learning-work-block {
    text-align: center;
    padding: 15px 0 30px;
  }
}

/* ================================= 
    /*===== Courses =====*/
/* ================================= */
.learning-courses-main-block {
  padding: 40px 0;
}

.learning-selection {
  padding: 148px 20px 57px;
  background-color: var(--background-grey-bg-color);
  margin-bottom: 30px;
  margin-top: 40px;
  margin-right: 7px;
}

.selection-heading {
  font-size: 20px;
  font-weight: 500;
}

.learning-selection p {
  font-size: 17px;
}

.learning-courses ul {
  border-bottom: none;
  margin-bottom: 15px;
}

.learning-courses-main-block .view-block:hover {
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
}

.learning-courses-main-block .view-block {
  margin-bottom: 20px;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.learning-courses ul li {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.learning-courses .btn {
  padding: 0;
  margin-bottom: 7px;
}

.learning-courses .nav-link {
  border: none;
  background-color: #F2F3F5;
  color: var(--text-dark-grey-color);
  border-radius: 6px;
  margin-right: 10px;
  /*border-bottom: 5px solid transparent;*/
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.learning-courses .nav-link.active {
  border: none;
  background-color: transparent;
  color: #5BC895;
  border-radius: 5px;
  /* border-bottom: 5px solid var(--text-blue-color); */
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.learning-courses .nav-tabs .nav-link:hover {
  background-color: var(--background-red-bg-color);
  color: #FFF;
  /*border-color: var(--text-blue-color) var(--text-blue-color) var(--text-blue-color);*/
}

.learning-courses-main-block .owl-carousel .owl-nav button.owl-prev {
  margin-right: 36px;
  margin-left: -27px;
}

.learning-courses-main-block .owl-carousel .owl-nav button.owl-next {
  margin-left: 96%;
}

.learning-courses-main-block .owl-carousel .owl-nav button.owl-prev,
.learning-courses-main-block .owl-nav button.owl-next {
  top: 32%;
}

.learning-courses-main-block .owl-carousel .owl-nav.disabled {
  display: block;
}

@media (max-width: 992px) {
  .learning-selection {
    display: none;
  }
}

/* ================================= 
    /*===== Student-View =====*/
/* ================================= */
.student-view-block {
  margin-bottom: 50px;
}

/*.student-heading {
  color: var(--text-light-grey-color);
}*/
.view-dtl {
  background-color: #FFF;
  padding: 16px 17px 11px;
  /* border: 1px solid #DEDFE0; */
  border-radius: 0 0 10px 10px;
  /* height: 160px; */
  height: fit-content;
  /* box-shadow: 0 0 1px 1px rgba(20,23,28,0.1), 0 3px 1px 0 rgba(20,23,28,0.1); */
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.best-seller {
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  bottom: 0;
  left: 0;
  background-color: #FDC300;
  width: 80px;
  height: 21px;
  padding: 2px 0 0;
  z-index: 9;
  border-radius: 10px;
  text-transform: capitalize;
}

.student-view-block:hover {
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
}

.student-view-block {
  border: NO;
  border-radius: 6px;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.view-heading {
  /* font-size: 19px !important; */
  color: var(--text-black-color);
  font-weight: 500;
  padding: 10px 0 20px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  font-family: Epilogue-Bold;
  height: 220px;
}
.col-md-5.right-logo {
  display: none;
}
/* .view-heading a {
	font-size: 18px;
	color: var(--text-black-color);
	font-weight: 500;
	position: absolute;
	margin-top: auto;
	margin-bottom: auto;
	width: 321px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
} */
.view-dtl p {
  font-size: 24px;
  line-height: 26px;
  width: 90%;
  font-family: Epilogue-Regular;
  opacity: 0.7;
  padding-top: 10px;
  font-weight: 500;
  font-style: normal;
}

.view-dtl .rating ul li {
  display: inline-flex;
  color: var(--text-light-grey-color);
  font-size: 12px;
  vertical-align: text-bottom;
}

.view-dtl .rating ul li i {
  color: #F4C150;
}

.view-dtl .rate ul li {
  display: inline-block;
  color: #FFF;
}

.view-dtl .rate ul li a {
  font-size: 16px;
}

.view-dtl .rate ul li b {
  font-weight: 500;
}

.view-dtl .rate ul li strike {
  font-size: 12px;
  display: inline-block;
  color: #FFF;
}

.view-dtl .rate ul li:last-child b {
  font-weight: 400;
}

.view-dtl .rate .rate-r {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 500;
}

.seller-dtl-block {
  padding: 20px 15px;
}

.update-date {
  color: var(--text-dark-grey-color);
}

.view-heading-one a {
  font-size: 20px;
  color: var(--text-black-color);
  font-weight: 500;
}

.student-view-block .view-img {
  position: relative;
}

.student-main-block .owl-carousel .owl-nav button.owl-prev,
.student-main-block .owl-carousel .owl-nav button.owl-next {
  top: 30%;
}

/* ================================= 
    /*===== Recommendation =====*/
/* ================================= */
.border-recommendation .top-border {
  background: var(--linear-gradient-bg-color);
  height: 8px;
}

.recommendation-main-block {
  /*
  padding: 105px 0;*/
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  /*
  height: 310px;*/
}

.recommendation-btn .btn-primary {
  padding: 12px 30px;
  border-radius: 1px;
}

/* ================================= */
/*===== Categories =====*/
/* ================================= */
.categories-main-block {
  padding: 50px 0 30px;
}

.categories-block a {
  color: #14171C;
  font-size: 16px;
  -webkit-transition: all 0.10s ease;
  -ms-transition: all 0.10s ease;
  -o-transition: all 0.10s ease;
  -moz-transition: all 0.10 ease;
  transition: all 0.10s ease;
}

.categories-block i {
  margin-right: 15px;
  font-size: 30px;
  margin-right: 15px;
  font-size: 20px;
  vertical-align: middle;
  background-color: #fff;
  padding: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.10s ease;
  -ms-transition: all 0.10s ease;
  -o-transition: all 0.10s ease;
  -moz-transition: all 0.10s ease;
  transition: all 0.10s ease;
}

.categories-block {
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  -webkit-transition: all 0.10s ease;
  -ms-transition: all 0.10s ease;
  -o-transition: all 0.10s ease;
  -moz-transition: all 0.10s ease;
  transition: all 0.10s ease;
}

.categories-block:hover {
  background: #114143 !important;
}

.categories-block [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-size: 30px;
}

/*.categories-block ul {
  margin-bottom: 10px;
}*/
.categories-block ul li {
  display: inline-block;
  vertical-align: middle;
}

.categories-block:hover a {
  color: #FFF;
}

.categories-block:hover a i {
  color: #14171C;
}

/* ================================= 
    /*===== Testimonial =====*/
/* ================================= */
.testimonial-main-block {
  background-color: var(--background-grey-bg-color);
  padding: 50px 0 50px;
}

.testimonial-slider-main-block.owl-carousel .owl-item .testimonial-block img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-right: 20px;
  object-fit: cover;
  margin: 0 auto;
  position: absolute;
  top: -70px;
}

.testimonial-block {
  background-color: var(--background-white-bg-color);
  padding: 30px;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1),
}

/*.testimonial-block:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}*/
.testimonial-block ul li {
  display: inline-block;
}

.testimonial-block ul li+li {
  vertical-align: top;
  padding: 7px 0 0;
}

.testimonial-block ul li .testimonial-a {
  background-color: rgba(104, 111, 122);
  color: var(--text-white-color);
  text-transform: uppercase;
  border-radius: 100%;
  border: 1px solid rgba(104, 111, 122);
  font-size: 20px;
  padding: 25px 30px;
}

.trusted-main-block {
  background-color: var(--background-grey-bg-color);
  padding: 10px 0 10px;
}

.patners-block {
  padding: 40px 100px;
  margin-bottom: 30px;
}

.patners-heading {
  color: var(--text-dark-grey-color);
  font-weight: 400;
  font-size: 22px;
}

.patners-heading a {
  font-size: 15px;
  font-weight: 500;
}

.blog-dtl {
  padding: 10px 90px;
}

.blog-heading a {
  font-size: 19px;
  color: var(--text-light-grey-color);
}

.blog-dtl p {
  font-size: 17px;
  margin-bottom: 20px;
}

.blog-btn .btn-primary {
  padding: 10px;
  border-radius: 1px;
  font-size: 14px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .border-rgt {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .patners-block {
    padding: 30px 25px;
    margin-bottom: 0;
  }
}

/* ================================= */
/*===== Footer =====*/
/* ================================= */
.footer-block {
  padding: 30px 0 10px;
}

.widget {
  color: var(--text-blue-color);
  margin-bottom: 10px;
}

.footer-link ul li {
  margin-bottom: 15px;
  padding: 0px 27px;
  color: #fff;
}

.footer-link ul li ul li {
  margin-bottom: 0;
}

.footer-link ul li ul li {
  display: inline-block;
}

.footer-link ul li ul li:after {
  content: "/";
  margin: 0 0 3px 8px;
  color: var(--text-blue-color);
}

.footer-link ul li ul li:last-child:after {
  content: none;
}

.footer-dropdown {
  text-align: left;
  padding: 10px 0;
  border: 1px solid #FFF;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 20px;
  width: 100px;
}

.footer-dropdown .a {
  border: none;
  color: var(--text-dark-grey-color);
}

.footer-dropdown .dropdown-menu li a {
  color: var(--text-light-grey-color);
}

.footer-dropdown .dropdown-menu li {
  border: 1px solid transparent;
  padding: 5px 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer-dropdown .dropdown-menu li:hover {
  background-color: #F2F3F5;
  border: 1px solid #F2F3F5;
}

.footer-local-page {
  padding: 20px 20px 5px 0;
}

.footer-local-page ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}

.footer-local-page .active a {
  color: var(--text-light-grey-color);
}

.tiny-footer {
  padding: 20px 20px 30px;
  /*
  border-bottom: 5px solid var(--text-red-color);*/
}

.tiny-footer ul {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.logo-footer ul li {
  display: inline-block;
  margin-right: 10px;
  color: var(--text-dark-grey-color);
  vertical-align: middle;
}

.logo-footer img {
  vertical-align: baseline;
  width: 100px;
}

.copyright-social {
  text-align: right;
  padding: 10px 0;
}

.copyright-social ul li {
  display: inline-block;
  margin-right: 10px;
}

@media (max-width: 992px) {
  .footer-link {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .copyright-social {
    text-align: center;
  }

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

/* ================================= */
/*===== Product-Dtl-Home-Page =====*/
/* ================================= */
.about-home-main-block {
  background-color: #151B29;
  position: relative;
}

.about-home-block {
  padding: 50px 0;
  color: var(--text-white-color) !important;
}

.about-home-heading {
  font-size: 36px;
  color: var(--text-white-color) !important;
}

.about-home-block p {
  font-size: 16px;
  color: var(--text-white-color) !important;
}

.home-best-seller {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  background-color: #F4C150;
  color: var(--text-black-color);
  width: 80px;
  height: 25px;
  padding: 5px 0;
  border-radius: 0 10px 10px 0;
  text-transform: capitalize;
}

.about-home-block ul li {
  display: inline-block;
  margin-right: 10px;
}

.about-home-block ul li a {
  color: var(--text-white-color);
}

.about-home-block ul li ul li {
  margin-right: 0;
}

.about-home-icon ul li {
  display: inline-block;
  padding: 15px 0 0;
}

.about-home-icon ul li a {
  color: var(--text-white-color);
  font-size: 16px;
}

.about-home-icon ul li i {
  font-size: 25px;
  vertical-align: bottom;
}

.about-home-icon span:hover {
  color: #CACBCC;
}

.about-icon-one i {
  -webkit-text-stroke: 1px var(--text-white-color);
  color: var(--text-black-color);
}

.about-home-icon i:hover {
  color: var(--text-white-color);
}

.about-home-dtl-block {
  background-color: transparent;
  color: var(--text-light-grey-color);
  padding: 0px;
  box-shadow: none;
  border-radius: 0px;
}

.video-device img.bg_img.img-fluid {
  width: 100%;
  border-radius: 24px;
}

.about-home-rate ul li {
  display: inline-block;
  font-size: 26px;
  color: #29303b;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 500;
}

.about-home-rate ul li span {
  font-size: 14px;
  color: var(--text-light-grey-color);
  font-weight: 400;
}

.about-home-offer {
  color: var(--background-mehroon-bg-color);
}

.about-home-offer span {
  font-weight: 700;
}

.about-home-offer i {
  color: var(--text-white-color);
  margin-right: 5px;
  -webkit-text-stroke: 1px var(--background-mehroon-bg-color);
}

.about-home-btn .btn-primary {
  padding: 10px 0;
  width: 100%;
  border-radius: 1px;
  font-weight: 500;
  font-size: 17px;
}

.about-home-includes-list ul li {
  margin-bottom: 8px;
  font-size: 12px;
}

.about-home-includes-list ul li span {
  font-weight: 600;
  font-size: 15px;
}

.about-home-includes-list ul li i {
  margin-right: 10px;
  -webkit-text-stroke: 1px #505763;
  color: transparent;
}

.about-home-coupon a {
  font-size: 18px;
}

.about-home-share a {
  font-size: 18px;
}

.about-home-training {
  background-color: var(--background-white-bg-color);
  padding: 30px;
  color: var(--text-light-grey-color);
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  border-radius: 4px;
}

.about-home-product {
  position: relative;
  top: 50px;
  width: 100%;
}

/* ================================= */
/*===== Product-Dtl-Page =====*/
/* ================================= */
.about-product-main-block {
  padding: 50px 0;
}

.product-learn-block {
  padding: 0px;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  margin-top: 68px;
}

.product-learn-dtl ul li {
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 14px;
  color: #fff !important;
}

.product-learn-dtl i {
  margin-right: 20px;
  color: var(--text-light-grey-color);
  font-size: 15px;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: .5em;
  text-indent: .5em;
  text-align: right;
  direction: rtl;
}

.about-home-main-block .video-item {
  text-align: center;
  border: 5px solid #FFF;
  color: var(--text-white-color) !important;
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
  border-radius: 6px 6px 0 0;
}

.about-home-main-block .video-device .bg_img {
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  border-radius: 6px 6px 0 0;
  background-repeat: no-repeat;
}

.about-home-main-block .video-device {
  position: relative;
}

.about-home-main-block .video-item .video-preview,
.about-home-main-block .video-item .video-preview iframe {
  width: 100%;
  height: 100%;
}

.about-home-main-block .video-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
}

.about-home-main-block .btn-video-play i {
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 13%;
  transform: translate(-50%, -50%);
  z-index: 30;
  color: var(--text-white-color);
  font-size: 42px;
  border: 1px solid transparent;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, .6);
  height: 100px;
  width: 100px;
  line-height: 2.4;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-home-main-block .btn-video-play:hover {
  opacity: 0.8;
}

/*===== Requirements  =====*/
.requirements ul li {
  font-size: 13px;
}

.requirements ul {
  list-style-type: disc;
  padding-left: 15px;
}

/*===== Description Block  =====*/
.description-block ul {
  list-style-type: disc;
  padding-left: 15px;
  margin-top: 20px;
}

.description-block ul li {
  padding: 5px;
}

/*===== About Course  =====*/
.about-course ul li {
  padding: 8px;
}

/*===== Featured Review Block  =====*/
.featured-review-block {
  padding: 40px;
  border-radius: 6px;
  background-color: var(--background-grey-bg-color);
}

.featured-review img {
  border-radius: 100%;
}

.review-img-name {
  font-size: 16px;
}

.review-img-name span {
  font-weight: 500;
}

.featured-review-img-dtl ul li {
  display: inline-block;
}

.featured-review-block a {
  color: var(--text-dark-grey-color) !important;
  font-size: 13px;
}

.featured-review-block .review {
  color: var(--text-dark-grey-color);
  font-size: 13px;
}

/*===== Students Bought Block  =====*/
.course-bought-block {
  padding: 18px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.course-bought-img {
  position: relative;
  margin-bottom: 10px;
}

.course-bought-img-dtl {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2px 38.5px;
}

.course-bought-block .course-name {
  font-weight: 500;
}

.course-bought-block .course-update {
  font-size: 12px;
  color: #fff;
}

.course-bought-block .course-rating ul li {
  display: inline-block;
}

.course-bought-block .course-rating i {
  color: #F4C150;
}

.course-bought-block .course-user ul li {
  display: inline-block;
}

.course-bought-block .course-user i {
  -webkit-text-stroke: 2px #CACBCC;
  color: transparent;
}

.course-bought-block .course-rate ul li {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
}

.course-bought-block .course-rate i {
  -webkit-text-stroke: 1px var(--text-red-color);
  color: transparent;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.course-bought-block .course-rate .heart-two i {
  -webkit-text-stroke: 1px var(--text-red-color);
  color: var(--text-red-color);
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.course-bought-block .course-rate i:hover {
  color: var(--text-red-color);
  ;
}

.course-bought-block .course-currency ul li {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 500;
}

.course-bought-block img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

@media (max-width: 576px) {
  .course-bought-block {
    margin-bottom: 20px;
  }

  .course-bought-img-dtl {
    display: none;
  }
}

/*===== Course-Content Block  =====*/
.course-content-block .second-accordion {
  margin-bottom: 20px;
}

.course-content-block .second-accordion .card-header {
  padding: 0;
  background: transparent;
  border-bottom: 0;
}

.course-content-block .second-accordion .card-header button.btn {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 10px 10px 40px;
  position: relative;
  margin-bottom: 5px;
  border-radius: 6px;
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.second-accordion .card {
  background: transparent;
  border: 1px solid #fff;
  margin-bottom: 10px;
  color: #fff !important;
}

.second-accordion .col-lg-8.col-6 {
  color: #fff;
  /* padding-top: 5px; */
}

.course-content-block .second-accordion .card {
  border: 0;
  font-size: 17px;
}

.course-content-block .second-accordion .card-body {
  padding: 0;
  padding-bottom: 10px;
}

.course-content-block .second-accordion .card-header button.btn[aria-expanded="false"]:before {
  position: absolute;
  content: "\+";
  font-family: fontawesome;
  left: 15px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
}

.course-content-block .second-accordion .card-header button.btn[aria-expanded="true"]:before {
  position: absolute;
  content: "\-";
  font-family: fontawesome;
  left: 15px;
  color: var(--text-blue-color);
  text-align: center;
  font-size: 20px;
  line-height: 16px;
}

.course-content-block .table td,
.course-content-block .table th {
  font-size: 14px;
  cursor: pointer;
}

.course-content-block .table th i {
  opacity: 1;
  color: #fff;
  font-size: 15px;
}

.course-content-block .table tr {
  border: 1px solid #E8E9EB;
}

@media (max-width: 576px) {
  .faq-block .btn {
    white-space: initial;
  }
}

/*===== Bought Together Block  =====*/
.bought-together {
  background-color: var(--background-light-grey-bg-color);
  border: 1px solid #DEDFE0;
  padding: 30px 15px;
}

.together-img .view-img img {
  width: 100%;
}

.total ul li {
  display: inline-block;
  font-size: 20px;
}

.total-rate {
  color: var(--text-light-grey-color);
  font-size: 15px;
}

.total .btn-primary {
  padding: 15px 60px;
  border-radius: 2px;
}

.together-img .best-seller {
  left: 15px;
}

.view-img {
  position: relative;
  /* padding: 10px;*/
}

.together-img .heart {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-text-stroke: 1px #FFF;
  color: var(--text-dark-grey-color);
  font-size: 20px;
}

.together-img .heart-two i {
  position: absolute;
  top: 15px;
  right: 20px;
  -webkit-text-stroke: 1px #FFF;
  color: var(--text-red-color);
  ;
  font-size: 20px;
}

.together-img .heart:hover {
  color: var(--text-red-color);
  ;
}

.course-combo i {
  position: absolute;
  top: 110px;
  right: -28px;
  font-size: 42px;
  padding: 5px 8px;
  color: var(--text-white-color);
  background-color: #E8E9EB;
  border: 1px solid #DEDFE0;
  border-radius: 100%;
}

.together-img-hover ul li {
  display: inline-block;
}

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

.together-img-hover {
  padding: 10px;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.together-img:hover .together-img-hover {
  padding: 10px;
  position: absolute;
  top: 0;
  opacity: 1;
}

.dtl-hover {
  font-size: 13px;
  font-weight: 900;
}

.about-product-main-block .student-view-block {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .together-img .view-img img {
    width: 100%;
  }

  .together-img {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .course-combo i {
    display: none;
  }
}

/*===== About Instructor Block  =====*/
.about-instructor-block .instructor-img img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.about-instructor ul li {
  margin-bottom: 8px;
}

.about-instructor ul li i {
  margin-right: 10px;
}

.about-instructor ul li span {
  font-weight: 500;
}

.instructor-block a {
  font-size: 17px;
}

.instructor-block a:hover {
  font-size: 17px;
  color: #fff;
}

.instructor-post {
  font-weight: 500;
  font-size: 15 px;
}

.instructor-block p strong,
.instructor-block p span {
  font-size: 13px;
}

/*===== Student Feedback Block  =====*/
.rating-num {
  color: var(--text-black-color);
  font-size: 65px;
  font-weight: 100;
  text-align: center;
}

.rating-stars ul li {
  display: inline-block;
}

.student-feedback .rating-stars i {
  font-size: 22px;
  color: #F4C150;
}

.rating-users {
  color: var(--text-black-color);
  font-size: 15px;
  text-align: center;
}

.bar-block {
  margin-right: 10px;
  color: black;
  display: block;
  float: left;
  width: 70%;
  background-color: #F2F3F5;
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
}

.bar {
  padding: 0;
  display: block;
}

.histo {
  float: right;
  width: 70%;
  font-size: 16px;
  margin-right: 60px;
  margin-top: 25px;
}

.bar-clr {
  background-color: var(--text-light-grey-color);
}

.bar-radius {
  border-radius: 4px;
}

.histo-star {
  color: #F4C150;
}

.histo-rate {
  clear: both;
}

.bar-block {
  display: inline-block;
}

.histo-star {
  display: inline-block;
  vertical-align: middle;
}

.histo-percent {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 767px) {
  .student-feedback {
    height: 270px;
  }

  .histo {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .bar-block {
    width: 60%;
  }

  .rating-num {
    font-size: 42px;
    font-weight: 500;
  }
}

/*===== Review Block  =====*/
.review-img {
  float: left;
  background-color: var(--text-dark-grey-color);
  /*padding: 15px 18px;*/
  border-radius: 100%;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 20px;
  text-transform: uppercase;
}

.review-month {
  color: var(--text-dark-grey-color);
}

.review-rating ul li {
  display: inline-block;
  color: #F4C150;
}

.review-dtl hr {
  margin-bottom: 20px;
}

.btn-success {
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  background-color: transparent;
  color: #5BC895;
  border: 1px solid #5BC89585;
  border-radius: 3px;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-success:hover {
  color: #003440;
  border: 1px solid #003440;
  background-color: var(--background-white-bg-color);
}

.about-product-main-block .search-block .form-control {
  width: 280px;
  height: 44px;
  display: inline-block;
  float: left;
}

.about-product-main-block .form-btn .btn-primary {
  padding: 10px 20px;
  background: var(--background-blue-bg-color);
  border-radius: 1px;
}

.about-product-main-block .form-btn .btn-primary:hover {
  background-color: #003440;
  color: var(--text-white-color);
}

.about-product-main-block .search-block .form-btn .btn-primary i {
  font-size: 15px;
  color: var(--text-white-color);
}

/*===== more-courses Block  =====*/
.more-courses {
  background-color: var(--background-light-grey-bg-color);
  border: 1px solid #DEDFE0;
  padding: 30px 15px;
  border-radius: 6px;
}

.report-abuse a {
  color: var(--text-dark-grey-color);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.report-abuse a:hover {
  color: var(--text-light-grey-color);
}

/*===== Footer Patners Block  =====*/
.footer-patners-block {
  padding: 20px;
}

/* ================================= */
/*===== Login-Page =====*/
/* ================================= */
.forgot-password a {
  font-size: 16px;
}

.signin-link .btn-info {
  width: 100%;
  text-align: left;
  background-color: #1A538A;
  font-size: 12px;
  border-radius: 3px
}

.signin-link .btn-info:hover {
  background-color: #164675;
}

.signin-link .btn-white {
  width: 100%;
  padding: 10px 15px;
  color: var(--text-black-color);
  text-align: left;
  font-size: 12px;
  border: 1px solid #DEDFE0;
  box-shadow: 0 2px 2px 0 rgba(41, 48, 59, 0.24), 0 0 2px 0 rgba(41, 48, 59, 0.12);
}

.signin-link .btn-white:hover {
  background-color: #F2F3F5;
}

.signin-link i {
  margin-right: 10px;
}

@media (max-width: 567px) {
  .signin-link .btn-white {
    padding: 12px 12px;
    font-size: 13px;
  }

  .signin-link i {
    margin-right: 10px;
  }

  .signin-link .btn-info {
    padding: 12px 12px;
    text-align: left;
    background-color: #1A538A;
    font-size: 13px;
  }
}



/* ================================= */
/*===== SignUp-Page =====*/
/* ================================= */
.signup-block-main-block {
  padding: 60px 0;
  background: #151B29;
}

.signup-form .form-control {
  padding: 10px 0 10px 45px;
  border-radius: 4px;
  border: 1px solid #CACBCC;
}

.signup-form .form-group {
  position: relative;
  text-align: -webkit-center;
}

.signup-form {
  padding: 20px 0 0;
}

.signup-form i {
  position: absolute;
  z-index: 1111;
  top: 17px;
  left: 20px;
  color: #CACBCC;
}

.form-check-label {
  font-size: 18px;
  margin-left: 10px;
}

.form-check .form-check-input {
  width: 20px;
  display: inline-block;
  float: left;
  height: 20px;
}

.form-check input[type="radio"] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #5BC89585 !important;
}

.form-check input[type='radio']:before {
  content: '';
  display: block;
  width: 70%;
  height: 70%;
  margin: 15% auto;
  border-radius: 50%;
}

.form-check input[type="radio"]:checked:before {
  background: #114143;
}

.form-check input[type="radio"]:checked {
  border-color: #DDD;
}

.signup-form .btn-primary {
  padding: 10px 0;
  width: 100%;
}

.signup-block {
  padding: 40px 50px;
  border: 1px solid #000;
}

.signup-form hr {
  border-top: 1px solid #DEDFE0;
}

.signin-link {
  font-size: 12px;
  margin-top: 4px;
}

.signin-link a {
  font-size: 12px;
  color: #ffc727 !important;
}

.signup-heading {
  padding: 20px;
  border: 1px solid #000;
}

@media (max-width: 567px) {
  .signup-form .form-control {
    font-size: 13px;
  }

  .signup-block {
    padding: 40px 35px;
  }
}

/* ================================= */
/*===== AboutUs-Page =====*/
/* ================================= */
.nav-bar-main-block-one {
  padding: 10px 0;
}

.nav-bar-main-block-one hr {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-bar-btn .btn-secondary {
  border-radius: 1px;
  color: #0C849D;
  border: 1px solid #0C849D;
  font-size: 15px;
  text-transform: none;
  padding: 13px 10px;
}

.nav-bar-btn .btn-secondary i {
  font-size: 10px;
  padding: 5px;
}

.nav-bar-main-block-one .Login-btn .btn-secondary {
  color: #0C849D;
  border: 1px solid #0C849D;
}

.nav-bar-main-block-one .Login-btn .btn-secondary:hover {
  color: #52C3D1;
}

.about-home-one-main-block {
  padding: 130px 210px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.about-home-one-heading {
  font-size: 85px;
  position: relative;
  color: var(--text-white-color) !important;
}

.about-blog-main-block {
  background: var(--linear-gradient-about-bg-color);
  padding: 20px 30px;
  font-weight: 500;
}

.about-blog-block a {
  color: var(--text-white-color);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-blog-block span {
  color: #F5C252;
}

.about-blog-block a:hover {
  border-bottom: 1px solid #FFF;
}

.about-home-one-main-block .overlay-bg {
  background: linear-gradient(270deg, transparent -50%, #000 180%);
  padding: 140px 210px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-menu-bar-main-block {
  position: absolute;
  z-index: 99999;
  width: 100%;
}

.navigation-btn {
  text-align: right;
  padding-top: 25px;
}

.nav-menu-bar-main-block #cssmenu>ul>li a {
  padding: 40px 12px 10px;
  color: var(--text-white-color);
}

.about-blog-main-block .about-blog-block i {
  color: transparent;
  border: 2px solid var(--text-red-color);
  border-radius: 100%;
  font-size: 5px;
  vertical-align: middle;
}

@media (min-width: 767px) and (max-width: 992px) {
  .about-home-one-main-block {
    padding: 130px 110px;
  }

  .nav-menu-bar-main-block #cssmenu>ul>li>a {
    font-size: 12px;
  }
}

@media (max-width: 567px) {
  .about-home-one-main-block {
    padding: 110px 30px 60px;
  }

  .about-home-one-heading {
    font-size: 50px;
  }

  .about-home-one-main-block .overlay-bg {
    padding: 140px 0;
  }
}

/*===== About-Transforming Block =====*/
.about-transforming-main-block {
  padding: 50px;
}

.about-transforming-heading-block {
  padding: 20px;
}

.about-transforming-heading-block p {
  font-size: 20px;
}

.about-transforming-img .overlay-bg {
  background-color: rgba(0, 0, 0, .1);
}

.about-transforming-img img {
  position: relative;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.about-transforming-img .about-transforming-icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 999999;
  bottom: 40%;
}

.about-transforming-img .about-transforming-icon i {
  color: var(--text-white-color);
  font-size: 30px;
  border-radius: 100%;
  border: 2px solid #FFF;
  padding: 25px 27px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-transforming-img:hover i {
  transform: scale(1.3);
}

.about-transforming-block {
  background-color: #F4F4F4;
  padding: 25px 20px;
  height: 100%;
}

.about-transforming-block p {
  font-size: 16px;
}

.about-transforming-nav .btn-link {
  border-radius: 100%;
  padding: 15px 20px;
  border: transparent;
  background-color: #EBEBEB;
  color: #979797;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-transforming-nav .btn-link:hover {
  background-color: #979797;
  color: var(--text-white-color);
}

.about-nav-heading {
  padding: 10px;
  font-weight: 500;
  text-align: center;
  color: #1A263A;
  background-color: #F4F4F4;
}

.nav-item:hover .about-nav-heading,
.nav-item:active .about-nav-heading {
  color: var(--text-white-color);
  background-color: var(--background-red-bg-color);
}

.about-transforming-main-block .nav-tabs,
.about-transforming-main-block .nav-tabs .nav-item.show .nav-link,
.about-transforming-main-block .nav-tabs .nav-link.active {
  border-bottom: none;
}

.about-transforming-main-block .nav-tabs .nav-item.show .nav-link,
.about-transforming-main-block .nav-tabs .nav-link {
  padding: 0;
  margin-right: 15px;
  border-bottom: 5px solid transparent;
}

.about-transforming-main-block .nav-tabs .nav-item.show .nav-link:last-child,
.about-transforming-main-block .nav-tabs .nav-link:last-child {
  margin-right: 0;
}

.about-transforming-main-block .nav-tabs .nav-item.show .nav-link,
.about-transforming-main-block .nav-tabs .nav-link:hover {
  color: var(--text-red-color);
  ;
  border-bottom: 5px solid transparent;
}

.about-transforming-main-block .nav-tabs .nav-item.show .nav-link,
.about-transforming-main-block .nav-tabs .nav-link.active {
  background: transparent;
  color: var(--text-black-color);
  border-bottom: 5px solid var(--text-red-color);
}

@media (min-width: 767px) and (max-width: 992px) {
  .about-transforming-img img {
    height: 100%;
  }

  .about-transforming-block {
    padding: 50px 20px;
  }
}

@media (max-width: 767px) {
  .about-transforming-main-block {
    padding: 10px;
  }

  .about-transforming-main-block .nav-item img {
    width: 100%;
  }

  .about-transforming-main-block .nav-item {
    margin-bottom: 30px;
  }
}

/*===== About-facts Block =====*/
.facts-main-block {
  background-color: #F4F4F4;
  padding: 80px 0 40px;
}

.facts-block-heading {
  font-size: 40px;
  font-weight: 400;
}

.facts-heading-sign {
  font-size: 50px;
  color: #232C3B;
  font-weight: 700;
  display: inline-block;
}

.facts-main-block p {
  font-size: 20px;
  font-weight: 0;
}

.facts-heading {
  font-size: 50px;
  color: #232C3B;
  font-weight: 700;
  display: inline-block;
}

/*===== about-team-block =====*/
.about-team-main-block {
  padding: 90px 0;
}

.about-team-block {
  background-color: #F4F4F4;
  padding: 138px 90px;
  height: 100%;
}

.about-team-heading {
  font-size: 28px;
}

.about-team-block .btn-primary {
  padding: 12px 35px;
}

.about-team-img {
  width: 100%;
}

@media (min-width: 767px) and (max-width: 992px) {
  .about-team-block {
    padding: 70px;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .about-team-img {
    display: none;
  }

  .about-team-block {
    padding: 130px 30px;
  }
}

/*===== about-work-block =====*/
.about-work-main-block {
  background-color: var(--background-black-bg-color);
}

.about-work-block {
  background: var(--linear-gradient-about-blue-bg-color);
  padding: 45px 90px;
  height: 100%;
}

.about-work-heading {
  font-size: 28px;
  padding: 10px;
  color: #F5C252;
}

.about-work-block p {
  color: var(--text-white-color) !important;
}

.about-work-block p a:hover {
  color: #52C3D1;
}

.about-work-btn .btn-secondary {
  color: var(--text-white-color);
  padding: 10px 20px;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 1px;
  text-transform: none;
  font-weight: 500;
}

.about-work-btn .btn-secondary:hover {
  color: #232C3B;
  background-color: var(--background-white-bg-color);
  border: 1px solid transparent;
  border-radius: 1px;
}

.about-work-img img {
  width: 40px;
  height: 40px;
}

.about-work-main-block .video-device .bg_img {
  background-size: cover;
  width: 100%;
  height: 390px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.about-work-main-block .video-device .overlay-bg {
  opacity: 0.4;
}

.about-work-main-block .video-device {
  position: relative;
}

.about-work-main-block .video-preview {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  text-align: center;
  margin: 0 auto;
}

.about-work-main-block .video-preview i {
  color: var(--text-white-color);
  font-size: 25px;
  border-radius: 100%;
  border: 2px solid #FFF;
  padding: 20px 22px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-work-main-block .video-preview i:hover {
  transform: scale(1.3);
}

.about-work-main-block .video-preview p {
  color: var(--text-white-color);
  padding: 30px 210px;
  text-transform: uppercase;
}

@media (min-width: 767px) and (max-width: 992px) {
  .about-work-block {
    padding: 40px 20px;
  }

  .about-work-main-block .video-preview p {
    padding: 30px;
  }
}

@media (max-width: 567px) {
  .about-work-block {
    padding: 50px 20px;
  }

  .about-work-main-block .video-preview p {
    padding: 30px;
  }
}

/*===== about-blog-block =====*/
.about-learning-blog-main-block {
  background: var(--linear-gradient-about-bg-color);
  padding: 60px 0 0;
  position: relative;
}

.about-learning-blog-heading {
  font-size: 35px;
  font-weight: 400;
  color: var(--text-white-color) !important;
}

.about-learning-blog-dtl {
  border: 1px solid #FFF;
  padding: 20px 30px;
  height: 170px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-learning-blog-dtl:hover {
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}

.about-learning-blog-dtl-heading {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--text-white-color) !important;
}

.about-learning-blog-paragraph p {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-white-color) !important;
}

.about-learning-blog-icon i {
  padding: 10px;
  font-size: 16px;
}

.about-social-list {
  margin-top: 90px;
  padding: 20px 0 10px 0;
  background-color: rgba(0, 0, 0, .1);
}

.about-social-list ul li {
  display: inline-block;
  font-size: 26px;
  margin-right: 10px;
  color: var(--text-white-color) !important;
}

.about-social-list ul li a {
  font-size: 26px;
  color: var(--text-white-color);
}

/* ================================= */
/*===== Category-Page =====*/
/* ================================= */
.categories-tab-main-block {
  background-color: var(--background-grey-bg-color);
  border-top: 1px solid #DEDFE0;
}

.categories-tab-dtl {
  padding: 10px 5px;
  text-align: center;
}

.categories-tab-block a {
  color: var(--text-dark-grey-color);
}

.categories-tab-block i {
  -webkit-text-stroke: 1px #686F7A;
  margin-right: 8px;
}

.categories-tab-dtl:hover {
  background-color: #E8E9EB;
}

.learning-courses-main-block-one {
  padding: 200px 0 40px;
}

.business-home-main-block {
  background: #151B29;
  padding: 110px 0 100px;
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.business-home-slider-main-block {
  position: absolute;
  top: 25%;
  width: 100%;
  z-index: 99999;
}

.business-home-slider-block {
  padding: 20px;
  background-color: var(--background-white-bg-color);
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.business-home-slider-img {
  margin-right: 30px;
}

.business-home-slider-btn .btn-info {
  padding: 7px 15px;
  border-radius: 1px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.learning-courses-main-block-one .owl-carousel .owl-nav button.owl-next {
  margin-left: 98%;
}

.categories-popularity-dtl a i {
  -webkit-text-stroke: 1px var(--text-red-color);
  color: var(--text-white-color);
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.categories-popularity-dtl a i:hover {
  -webkit-text-stroke: 1px var(--text-red-color);
  color: var(--text-red-color);
  ;
}

.course-bought-block .rating ul li {
  display: inline-block;
  color: var(--text-dark-grey-color);
  margin-bottom: 0;
}

.course-bought-block .rating ul li i {
  color: #F4C150;
}

.categories-popularity-dtl ul li {
  display: inline-flex;
}

.best-seller-one {
  position: absolute;
  top: 209px !important;
  padding: 0 12px;
  left: 20px;
}

.best-seller-two {
  position: absolute;
  top: 209px;
  padding: 0 12px;
  left: 112px;
}

.categories-popularity-dtl p {
  font-size: 13px;
  color: var(--text-dark-grey-color);
}

.rate-r {
  font-weight: 500;
  font-size: 14px;
}

.categories-popularity-main-block .course-bought-block {
  cursor: pointer;
  padding: 18px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
}

.testimonial-slider-main-block.owl-carousel .owl-item .instructors-img-block img {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.instructors-dtl ul li {
  display: block;
}

.instructors-main-block .testimonial-block ul li+li {
  padding-top: 10px;
}

.instructors-main-block .testimonial-block {
  height: 310px;
  border: 1px solid #E8E9EB;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.categories-main-block-one {
  padding: 70px 0 50px 0;
}

/*.categories-main-block-one .categories-block {
  width: 180px;
  height: 70px;
  padding: 0 15px;
  align-items: center;
  display: inline-flex;
  color: var(--text-black-color);
}*/
.categories-popularity-main-block .pagination .page-item .page-link {
  border-radius: 100%;
  margin-right: 15px;
  color: var(--text-blue-color);
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.categories-popularity-main-block .pagination .page-item .page-link.page-active:hover {
  color: var(--text-white-color);
  background: var(--background-blue-bg-color);
  border: 1px solid var(--text-blue-color);
}

.categories-popularity-main-block .pagination .page-item .page-link.active {
  color: var(--text-white-color);
  background: var(--background-blue-bg-color);
  border: 1px solid var(--text-blue-color);
}

.categories-popularity-main-block .pagination .page-item .page-link i {
  border-radius: 100%;
  color: var(--text-light-grey-color);
  padding: 20px 23px;
  border: 1px solid #A1A7B3;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.categories-popularity-main-block .pagination .page-item .page-link i:hover {
  color: var(--text-blue-color);
  padding: 20px 23px;
  background-color: inherit;
  border: 1px solid var(--text-blue-color);
}

.categories-popularity-block {
  border: 1px solid #E8E9EB;
  padding: 15px;
}

.categories-popularity-img {
  float: left;
}

.categories-popularity-img-heading {
  font-size: 16px;
  font-weight: 500;
}

.categories-popularity-img-dtl {
  display: table;
  padding: 5px 10px 0;
}

.categories-popularity-img-dtl p {
  font-size: 14px;
}

.categories-popularity-img-dtl span {
  font-weight: 500;
}

.categories-popularity-block ul li {
  display: inline-block;
  margin-right: 10px;
}

.try-learning {
  font-weight: 500;
}

.popularity-Sort ul li {
  display: inline-block;
}

.popularity-Sort ul li ul li {
  display: block;
  padding: 5px 10px;
}

.popularity-Sort a {
  font-weight: 500;
  color: var(--text-black-color);
  font-size: 15px;
}

.popularity-Sort ul li ul li a {
  font-weight: 400;
}

.business-home-slider-block {
  margin-bottom: 50px;
}

.catalog-main-block {
  /*background-color: var(--background-grey-bg-color);*/
  padding: 10px 0;
  margin-bottom: 15px;
}

.catalog-heading {
  font-size: 18px;
}

.catalog-main-block ul li {
  display: inline-block;
  border: 1px solid #CACBCC;
  padding: 10px;
  background-color: var(--background-white-bg-color);
}

.catalog-main-block ul li ul li {
  border: none;
  padding: 0;
  font-weight: 400;
}

.catalog-main-block ul li a {
  color: var(--text-dark-grey-color);
  font-weight: 500;
}

.catalog-main-block ul li a:hover {
  color: var(--text-black-color);
}

.catalog-main-block ul li ul li i {
  color: #F4C150;
}

.catalog-main-block .dropdown-menu {
  width: 250%;
  padding: 10px;
}

@media (min-width: 1800px) and (max-width: 2300px) {
  .business-home-slider-main-block {
    top: 33%;
  }
}

@media (min-width: 3000px) and (max-width: 6000px) {
  .business-home-slider-main-block {
    top: 13%;
  }
}

@media (min-width: 992px) and (max-width: 1800px) {
  .business-home-slider-main-block {
    top: 44%;
  }
}

@media (max-width: 992px) {
  .categories-main-block-one .categories-block {
    width: 100%;
  }

  .business-home-slider-main-block {
    position: relative;
    top: -160px;
    margin-bottom: -145px;
  }
}

@media (max-width: 767px) {
  .learning-courses-main-block-one {
    padding: 490px 0 40px;
  }

  .business-home-slider-main-block .owl-carousel .owl-item img {
    width: 107%;
    margin-bottom: 20px;
  }

  .categories-popularity-main-block img {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
  }

  .categories-popularity-main-block .course-bought-block {
    padding: 20px;
  }
}

@media (max-width: 567px) {

  .learning-courses-main-block .owl-carousel .owl-nav button.owl-prev,
  .learning-courses-main-block .owl-carousel .owl-nav button.owl-next {
    display: none;
  }
}

/* ================================= */
/*===== Blog-Page =====*/
/* ================================= */
.blog-home-main-block {
  background-color: #fff;
  /* padding: 128px 20px 50px 20px; */
  /* padding: 0px 20px 50px 20px; */
  padding: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 0;
}

.blog-home-main-block .overlay-bg {
  background: linear-gradient(270deg, transparent -50%, #000 180%);
  padding: 130px 10px 90px;
  position: absolute;
}

.blog-home-heading {
  font-size: 46px;
  position: relative;
  margin-bottom: 0;
  color: var(--text-white-color) !important;
}

.blog-main-block {
  padding: 0 0 0;
  background: #fff;
}

.item.blog-slider-block p {
  color: #fff;
  padding-bottom: 20px;
  font-weight: 100;
}

.blog-main-block hr {
  margin-top: 50px;
}

.blog-slider-dtl {
  padding: 10px 30px;
}

.slider-date {
  color: #5BC895;
}

.blog-slider-heading a {
  font-size: 24px;
}

.blog-slider-heading a:hover {
  color: #52C3D1;
}

.business-home-slider-btn .btn-link {
  background-color: #5BC895;
  border-color: transparent;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-block {
  border: 1px solid #5BC89585;
  padding: 20px;
  border-radius: 6px;
}

.business-home-slider-btn .btn-link:hover {
  background-color: #5BC895;
  border-color: transparent;
  color: var(--text-white-color);
}

.block-block-dtl p {
  color: #000;
  padding-top: 16px;
  font-weight: 100;
  font-family: 'Helvetica-Regular';
  font-size: 15px;
}

.blog-main-block button.owl-next,
.blog-main-block button.owl-prev,
.blog-main-block button.owl-dot {
  background-color: #CBCBCB;
  border: 1px solid #CBCBCB;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  margin-left: 15px;
}

.blog-main-block .owl-dot:hover {
  background-color: #CBCBCB;
  border: 2px solid #117D97;
}

.blog-main-block .owl-dot.active {
  border: 1px solid #5BC895;
  background-color: #5BC895;
}

.blog-main-block .owl-dots {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

.blog-block-img {
  float: left;
  margin-right: 48px;
  height: 200px;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-block-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-main-block .page-item .page-link {
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid #EDEEF0;
  border-radius: 0;
  padding: 12px 18px;
}

.blog-main-block .page-item .page-link:last-child {
  border-radius: 80px;
  border: 1px solid #000;
  color: #000;
  font-family: 'Helvetica-Regular';
}

.blog-main-block .page-item.active .page-link {
  color: #fff;
  font-size: 17px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px 18px;
  border-radius: 80px;
}

.blog-main-block .page-item .page-link:hover {
  color: #fff;
  background-color: #000;
}

.blog-list .list {
  font-weight: 500;
}

.blog-list ul li {
  margin-left: 90px;
}

.blog-list ul li a {
  font-size: 15px;
}

.blog-list ul li a:hover {
  color: #52C3D1;
}

/* ================================= */
/*===== Blog-dtl-Page =====*/
/* ================================= */
.blog-dtl-main-block {
  padding: 50px 0;
}

.blog-link a {
  color: #fff;
  font-size: 16px;
}

.blog-link a:hover {
  color: #fff;
}

.blog-link i {
  margin-right: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-link:hover i {
  margin-right: 10px;
}

.blog-dtl-block-heading {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  line-height: 50px;
  font-family: 'Helvetica-Regular';
  font-weight: 500;
  padding-top: 0;
}

.blog-dtl-heading-dtl,
.blog-dtl-heading-dtl a {
  color: #000;
}

.blog-dtl-heading-dtl a:hover {
  color: var(--text-red-color);
  ;
}

.blog-dtl-block a,
.blog-idea a {
  color: #0C849D;
  font-size: 20px;
}

.blog-dtl-block a:hover,
.blog-idea a:hover {
  color: #04E38A;
  padding-top: 12px;
}

.blog-dtl-block p,
.blog-dtl-block a {
  font-size: 19px;
}

/*
.blog-dtl-block span {
  font-weight: 700;
}
*/
.blog-dtl-block hr {
  border-bottom: 2px solid #F7F7F7;
}

.blog-link span {
  color: #666;
  font-weight: 500;
}

.blog-link-one i {
  margin-left: 20px;
  margin-right: 0;
}

.blog-link-one:hover i {
  margin-left: 10px;
  margin-right: 0;
}

@media (max-width: 767px) {
  .blog-dtl-img img {
    width: 100%;
  }
}

/* ================================= 
    /*===== Contact-us page =====*/
/* ================================= */
.contact.html-us-main-block {
  padding: 90px 0;
  background: #114143;
}

.contact.html-two-heading {
  margin-bottom: 27px;
}

.contact.html-us ul {
  margin-bottom: 25px;
}

.contact.html-us-form .form-group-two {
  margin-bottom: 14px;
}

.contact.html-us-main-block .contact.html-form-btn {
  margin-bottom: 120px;
}

.contact.html-us-main-block .comment textarea {
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  box-shadow: inset 0 0 10px 0 #5BC89585;
  background-color: transparent;
  padding: 24px 19px 0;
  font-size: 16px;
  color: #777;
}

.contact.html-us-main-block .form-group .form-control {
  padding: 12px 20px;
  margin-bottom: 22px;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.contact.html-us-main-block .contact.html-dtl ul {
  text-align: center;
  padding: 30px;
  height: 80%;
  border: 1px solid #5BC89585;
  border-radius: 6px;
  padding: 30px 0;
  /*  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);*/
}

.contact.html-us-main-block .contact.html-dtl ul li {
  font-size: 16px;
  color: #fff;
}

.contact.html-us-main-block .contact.html-dtl ul li i {
  font-size: 25px;
  color: #5BC895 !important;
}

.contact.html-us-main-block .caps {
  text-transform: uppercase;
  font-weight: 500;
}

/* ================================= 
    /*===== Map =====*/
/* ================================= */
.map-location {
  width: 100%;
  height: 520px;
}

/* ================================= */
/*===== Courses-Page =====*/
/* ================================= */
.learning-courses-about-main-block {
  /*background-color: #F2F3F5;*/
  margin-bottom: 50px;
}

.learning-courses-home-main-block {
  background-color: #114143;
  padding: 151px 0;
}

.learning-courses-home-heading {
  color: var(--text-white-color) !important;
}

.learning-courses-home-heading a {
  color: var(--text-white-color);
  font-size: 24px;
}

.learning-courses-home-block .progress {
  width: 90%;
  float: left;
  display: inline-block;
  height: 6px;
  background-color: var(--background-light-grey-bg-color);
}

.learning-courses-home-block i {
  color: #C0F6B8 !important;
  vertical-align: top;
}

.progress-block .progress-heading {
  font-weight: 500;
}

.learning-courses-home-heading a:hover {
  color: var(--text-blue-color);
}

.learning-courses-home-btn .btn-primary {
  padding: 15px;
  border-radius: 1px;
}

.learning-contact.html-block {
  padding: 30px 0;
}

.learning-contact.html-btn .btn-primary {
  padding: 15px 10px;
}

.learning-contact.html-search {
  float: left;
  display: inline-block;
  width: 82%;
}

.learning-contact.html-search .form-control {
  padding: 15px 20px;
}

.profile-block .search-block .form-control {
  padding: 11px;
}

.learning-contact.html-btn {
  /*height: 30%;*/
}

.profile-block .search-block .form-group {
  display: inline-block;
  float: left;
  width: 280px;
  height: 44px;
}

.profile-block .form-btn .btn-primary {
  padding: 15px 15px;
  background: var(--background-blue-bg-color);
  border-radius: 1px;
}

.profile-list ul li {
  display: inline-block;
  padding: 10px;
  color: var(--text-light-grey-color);
}

.profile-list ul li a {
  font-size: 16px;
  font-weight: 500;
}

.contact.html-search-block {
  padding: 20px;
  /*background-color: var(--background-white-bg-color);*/
}

.contact.html-dropdown {
  text-align: left;
  padding: 0;
}

.contact.html-dropdown .a {
  border: 1px solid #CACBCC;
  background-color: var(--background-white-bg-color);
}

.contact.html-checkbox ul li {
  display: inline-block;
}

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

.learning-courses-about-main-block .tab-pane {
  background-color: transparent;
  padding: 20px 40px;
  border-radius: 10px;
  border: 1px solid #ffffff3b;
}

.learning-announcement {
  padding: 40px 0;
}

.learning-announcement .card-body p {
  text-align: left;
  padding: 20px;
}

.learning-announcement-null {
  padding: 90px 0;
}

.learning-bookmark {
  padding: 40px 0;
}

.learning-bookmark-icon i {
  font-size: 40px;
}

.overview-block {
  padding: 30px 0;
}

.learning-questions-heading {
  font-weight: 600;
  /* background-color: #F2F3F5; */
  padding: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #f4f4f4ba;
  color: #fff !important;
}

.learning-questions-img {
  float: left;
  background-color: rgb(104, 111, 122);
  text-transform: uppercase;
  color: var(--text-white-color);
  padding: 11px 15px;
  border-radius: 100%;

}

.learning-questions-img-two {
  float: left;
  background-color: rgb(104, 111, 122);
  text-transform: uppercase;
  color: var(--text-white-color);
  padding: 7px 10px;
  font-size: 10px;
  border-radius: 100%;
  margin-top: 10px;
  margin-left: 10px;
}

.learning-questions-dtl {
  padding: 12px 10px;
  color: #fff;
}

.learning-questions-dtl a {
  color: var(--text-light-grey-color);
}

.learning-questions-dtl-block {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #F4F4F4;
}

.learning-questions-dtl-block:last-child {
  border-bottom: none;
}

.learning-questions-block {
  background-color: transparent;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
  border: 1px solid #ffffff8a;
}

.learning-questions-block:hover {
  opacity: 1;
}

.learning-questions-content {
  padding: 30px 50px;
}

.content-course-number-heading {
  font-weight: 600;
}

.content-img img {
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  width: 82px;
  height: 82px;
}

.content-img-dtl {
  padding: 10px 0;
}

.profile a {
  font-weight: 500;
  font-size: 19px;
  color: #C0F6B8;
}

.content-course-number-one ul li {
  display: inline-block;
  background: #DEDFE0;
  padding: 8px 13px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content-course-number-one ul li:hover {
  background: #505763;
}

.content-course-number-one ul li a {
  color: var(--text-white-color);
}

.profile-block {
  padding: 30px 0;
}

.profile-heading {
  font-size: 16px;
  font-weight: 500;
  /*white-space: nowrap;*/
}

.learning-courses-about-main-block .second-accordion {
  /*margin-bottom: 20px;*/
}

.learning-courses-about-main-block .second-accordion .card-header {
  padding: 0;
  background: transparent;
  border-bottom: 0;
}

.learning-courses-about-main-block .second-accordion .card-header button.btn {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 5px;
  position: relative;
  border: solid 1px #E8E9EB;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.learning-courses-about-main-block .second-accordion .card {
  border: 0;
  font-size: 17px;
}

.learning-courses-about-main-block .second-accordion .card-body {
  padding: 0;
}

.learning-courses-about-main-block .second-accordion .card-body a {
  color: var(--text-dark-grey-color);
}

.learning-courses-about-main-block .second-accordion .card-body.active {
  background: var(--background-blue-bg-color);
}

.learning-courses-about-main-block .second-accordion .card-body.active a {
  color: var(--text-white-color);
}

.learning-courses-about-main-block .second-accordion .card-body.active:hover {
  background-color: #003845;
}

.learning-courses-about-main-block .nav-tabs {
  padding: 50px 0 0;
  margin-bottom: 40px;
  border-bottom: inherit;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.learning-courses-about-main-block .nav-tabs a {
  border: none;
  border-bottom: 5px solid transparent;
}

.learning-courses-about-main-block .nav-tabs .nav-item.show .nav-link,
.learning-courses-about-main-block .nav-tabs .nav-link {
  background-color: #114143;
  font-size: 15px;
  color: #fff;
  border-bottom: inherit !important;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 5px;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.learning-courses-about-main-block .nav-tabs .nav-item.show .nav-link,
.learning-courses-about-main-block .nav-tabs .nav-link:hover {
  color: #fff;
}

.learning-courses-about-main-block .nav-tabs .nav-item.show .nav-link,
.learning-courses-about-main-block .nav-tabs .nav-link.active {
  background-color: #C0F6B8 !important;
  color: #151B29;
  border-radius: 5px;
  margin-right: 10px;
  padding: 10px 20px;
  /* border-bottom: 5px solid var(--text-blue-color); */
}

.blog-slider-block {
  margin-bottom: 50px;
}

.section-dividation {
  font-size: 14px;
}

.class-size {
  font-size: 12px;
  color: var(--text-dark-grey-color);
}

.online-courses-block {
  background-color: var(--background-grey-bg-color);
  padding: 30px 0;
}

.contact.html-dropdown .dropdown-menu li {
  padding: 5px 40px;
}

.online-course-img img {
  width: 15%;
  height: 15%;
  float: left;
}

.online-course-dtl {
  padding: 30px;
}

.online-course-heading {
  font-weight: 600;
  margin-bottom: 10px;
}

.online-course-btn {
  padding: 40px 0;
}

.online-course-btn .btn-success {
  background-color: var(--background-white-bg-color);
  padding: 12px 10px;
}

.content-course-one ul {
  list-style-type: disc;
}

@media (min-width: 767px) and (max-width: 992px) {
  .learning-contact.html-search {
    text-align: center;
    width: 100%;
  }

  .learning-contact.html-block .learning-contact.html-btn {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .contact.html-dropdown {
    margin-bottom: 50px;
  }

  .contact.html-checkbox {
    text-align: left !important;
  }

  .learning-contact.html-search {
    text-align: center;
    width: 100%;
  }

  .learning-contact.html-block .learning-contact.html-btn {
    text-align: center;
  }

  .learning-courses-about-main-block .nav-tabs .nav-item.show .nav-link,
  .learning-courses-about-main-block .nav-tabs .nav-link {
    font-size: 13px;
    padding: 0;
    width: 16%;
  }
}

@media (max-width: 576px) {
  .learning-courses-about-main-block .btn {
    white-space: initial;
  }

  .contact.html-checkbox {
    text-align: left !important;
  }

  .learning-questions-dtl-block ul li {
    display: none;
  }

  .learning-contact.html-block .learning-contact.html-btn {
    text-align: center;
  }

  .learning-courses-about-main-block .nav-tabs .nav-item.show .nav-link,
  .learning-courses-about-main-block .nav-tabs .nav-link {
    font-size: 11px;
  }

  .learning-contact.html-search {
    text-align: center;
    width: 100%;
  }
}

/* ================================= */
/*===== Filter-Page =====*/
/* ================================= */
.filter-home-main-block {
  background-color: var(--background-grey-bg-color);
}

.filter-home-main-block .catalog-heading {
  color: var(--text-light-grey-color);
}

.filter-list .form-group ul li {
  display: inline-block;
}

.filter-list .form-group ul li ul li i {
  color: #F4C150;
}

.filter-dropdown .language-select {
  border: 1px solid #CACBCC;
  background-color: var(--background-white-bg-color);
  padding: 10px 15px;
  border-radius: 6px;
}

.filter-dropdown ul li {
  display: inline-block;
}

.filter-dropdown .language-select .select {
  color: var(--text-dark-grey-color);
}

.filter-dropdown .dropdown-select {
  border-top: 2px solid #F4C150;
}

.filter-dropdown .dropdown-select-one {
  border-top: 2px solid #CC87B4;
}

.filter-btn {
  display: inline-block;
  margin-right: 10px;
}

.filter-btn-one .btn-info {
  background-color: var(--background-white-bg-color);
  border: 1px solid var(--text-blue-color);
  color: var(--text-blue-color)
}

.filter-btn-one .btn-info:hover {
  background-color: var(--background-white-bg-color);
  border: 1px solid #003440;
  color: #003440;
}

.filter-list span {
  font-weight: 500;
}

.filter-dropdown .dropdown-menu {
  width: 290px;
}

.filter-dropdown .dropdown-menu .form-check-input {
  margin: -10px 0 0 0;
}

.filter-dropdown .dropdown-menu-one {
  width: 190px;
  padding: 20px;
}

.filter-dropdown .dropdown-menu-one ul li {
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .filter-btn {
    float: left;
  }
}

/* ================================= */
/*===== Featured-Item =====*/
/* ================================= */
.featured-iteam-main-block {
  padding: 60px 0;
}

.iteam-main-block {
  margin-bottom: 30px;
}

.iteam-block {
  margin-bottom: 15px;
}

.iteam-tooltip {
  display: none;
}

.protip-skin-default--scheme-pro.protip-container {
  background: #1A1D32;
  border-radius: 0;
}

.protip-skin-default--size-normal {
  padding: 10px;
}

.iteam-tooltip img,
.protip-content img {
  width: 550px;
}

.iteam-tooltip-dtl {
  padding: 10px 0;
}

.iteam-tooltip-heading {
  color: var(--text-white-color);
}

.iteam-tooltip-authoor-dtl span {
  color: #F0F0F0;
  opacity: 0.9;
  font-size: 12px;
  margin-bottom: 30px;
}

.iteam-tooltip-category {
  margin-top: 22px;
}

.iteam-tooltip-category ul li {
  display: inline-block;
  color: #F0F0F0;
  opacity: 0.5;
  font-size: 12px;
}

.iteam-tooltip-price {
  text-align: right;
}

.iteam-tooltip-price span {
  color: var(--text-white-color);
  font-size: 46px;
  font-weight: 700;
}

.iteam-tooltip-price span.currency {
  font-size: 20px;
  vertical-align: top;
}

/* ================================= */
/*===== Mobile-Page =====*/
/* ================================= */
.mobile-main-block {
  padding: 50px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mobile-heading {
  font-size: 48px;
}

.mobile-dtl-list {
  font-size: 22px;
}

.mobile-btn img {
  width: 25%;
}

.mobile-btn {
  display: inline-block;
  float: left;
}

.mobile-dtl-list ul {
  list-style-type: disc;
}

/* ================================= */
/*===== Help-Page =====*/
/* ================================= */
.nav-bar-main-block-one .footer-dropdown {
  padding: 0;
}

.nav-bar-main-block-one .footer-dropdown .a {
  border: 1px solid transparent;
}

.nav-bar-main-block-one .footer-dropdown .btn-primary {
  padding: 5px 10px;
  background-color: var(--background-white-bg-color);
  color: var(--text-red-color);
  ;
  border: 1px solid var(--text-red-color);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-bar-main-block-one .footer-dropdown .btn-primary:hover {
  color: var(--text-white-color);
  background-color: var(--background-red-bg-color);
}

.help-main-block {
  background: var(--linear-gradient-bg-color);
  padding: 90px 0;
}

.help-main-block .text {
  width: 100%;
}

.help-main-block .text:after {
  display: none;
}

.help-search {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.help-search .form-control {
  border-radius: 30px;
  width: 100%;
  padding: 13px 0 13px 50px;
}

.form-inline .search-form {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.help-search i {
  top: 10%;
  left: 6%;
  font-size: 22px;
  position: absolute;
  color: #DB4747;
}

.help-search .btn-primary {
  padding: 0;
  color: transparent;
  background-color: transparent;
}

.help-search .btn-primary:hover {
  padding: 0;
  color: transparent;
  background-color: transparent;
}

.help-tab-main-block {
  padding: 50px 0;
}

.help-tab-main-block .nav-tabs {
  border-bottom: 1px solid transparent;
}

.help-tab-main-block .nav-tabs .nav-link {
  border-bottom: 6px solid transparent;
  border: 1px solid transparent;
  font-size: 24px;
  color: #222;
  padding: 30px 30px 20px 30px;
  margin-right: 20px;
}

.help-tab-main-block .nav-tabs .nav-link.active,
.help-tab-main-block .nav-tabs .nav-link:hover {
  padding: 30px 30px 20px 30px;
  border: 1px solid transparent;
  border-bottom: 6px solid var(--text-blue-color);
  color: var(--text-dark-grey-color);
}

.help-tab-main-block .nav-tabs .nav-link:hover {
  color: #222;
  border-bottom: 6px solid #00576B;
}

.help-tab-heading {
  font-weight: 300;
  font-size: 24px;
  color: var(--text-dark-grey-color);
}

.help-tab {
  font-size: 17px;
  padding: 20px 15px;
  color: #4A4A4A;
  border: 1px solid #CBCBCB;
  cursor: pointer;
  text-align: center;
}

.help-contact.html {
  background: var(--background-blue-bg-color);
  padding: 30px;
  height: 210px;
  color: var(--text-white-color) !important;
}

.help-contact.html:hover {
  background-color: #00576B;
}

.help-contact.html ul li {
  font-size: 16px;
  color: var(--text-white-color) !important;
}

.help-contact.html span {
  font-size: 24px;
}

.help-tab-one {
  padding: 30px;
  height: 210px;
}

.help-tab-one ul li {
  display: block;
  font-size: 13px;
  color: #4A4A4A;
}

.help-tab-one ul li span {
  font-size: 18px;
}

.help-tab-dtl-block {
  background-color: #E6F2F5;
  padding: 25px 30px;
}

.help-tab-icon {
  padding: 20px;
}

.help-tab-icon i {
  font-size: 60px;
  color: var(--text-dark-grey-color);
  border: 1px solid #FFF;
  background-color: var(--background-white-bg-color);
  border-radius: 100%;
  padding: 50px 53px;
}

.help-tab-block-dtl {
  padding: 30px 10px;
}

.help-tab-block-dtl-heading {
  font-size: 20px;
  color: var(--text-black-color);
}

.help-tab-block-dtl p {
  font-size: 18px;
  color: var(--text-dark-grey-color);
}

.help-tab-block-dtl a {
  font-size: 16px;
}

@media (max-width: 992px) {
  .help-search i {
    left: 5%;
  }
}

@media (max-width: 576px) {
  .help-search i {
    top: 13%;
    left: 9%;
  }

  .nav-bar-btn {
    text-align: center;
  }

  .nav-bar-main-block-one .footer-dropdown {
    text-align: center;
    margin-bottom: 30px;
  }

  .help-tab-main-block .nav-tabs .nav-link {
    width: 50%;
    margin-right: 0;
  }

  .help-tab-heading {
    font-size: 20px;
  }
}

/* ================================= */
/*===== Terms-page =====*/
/* ================================= */
.terms-main-block {
  padding: 10px 0;
}

.terms-details-list {
  margin-bottom: 50px;
}

.terms-details-list .active {
  background: var(--background-blue-bg-color);
}

.terms-details-list .active a {
  color: var(--text-white-color);
}

.terms-details-list ul li {
  border: 1px solid #EAEAEA;
  padding: 10px 17px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.terms-details-list ul li:hover {
  color: #555;
  background-color: #F5F5F5;
}

.terms-details-list ul li a {
  color: #555;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.terms-details-list ul li:hover a {
  color: #555;
}

.term-heading {
  font-size: 25px;
}

.term-block p {
  font-size: 15px;
}

.term-block span {
  font-weight: 500;
}

.term-block .content-heading {
  font-size: 18px;
}

.term-block ul {
  list-style-type: disc;
  margin-left: 40px;
}

.term-block ul li a {
  font-size: 16px;
}

.sky-blue {
  background-color: #e6f2f5;
  padding: 20px;
}

/* ================================= */
/*===== Teach-Online-Page =====*/
/* ================================= */
.home-btn .btn-primary {
  padding: 15px 55px;
  font-style: 500;
  border-radius: 1px;
}

.online-testimonial-main-block {
  padding: 40px 0 60px;
}

.online-testimonial-block ul li {
  font-size: 16px;
}

.online-testimonial-block ul li span {
  font-size: 18px;
}

.facts-main-block-one .facts-block {
  margin-bottom: 40px;
}

.facts-main-block-one {
  padding: 50px;
}

.facts-main-block-one .facts-heading,
.facts-main-block-one .facts-heading-sign {
  font-weight: 100;
}

.facts-main-block-one .facts-dtl {
  font-size: 18px;
  padding: 0 50px;
}

.success-envision-main-block {
  padding: 40px 0 60px;
}

.success-envision-main-block [class^="flaticon-"]:before,
.success-envision-main-block [class*=" flaticon-"]:before,
.success-envision-main-block [class^="flaticon-"]:after,
.success-envision-main-block [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 55px;
  font-style: normal;
  margin-left: 10px;
}

.success-envision-main-block i {
  font-size: 55px;
  padding: 25px;
  border: 1px solid #FFF;
}

.success-envision-main-block i:hover {
  padding: 25px;
  border: 1px solid rgba(41, 48, 59, .2);
  background-color: rgba(41, 48, 59, .2);
  border-radius: 50%;
}

.success-envision-main-block .text {
  position: relative;
  height: 100px;
  width: 360px;
  margin: 0 auto;
}

.success-envision-main-block .text:after {
  content: "";
  position: absolute;
  top: 60%;
  width: 150px;
  height: 1px;
  color: rgba(41, 48, 59, .25);
  background: var(--background-black-bg-color);
}

.success-envision-main-block .text:after {
  right: 0;
}

.nav-detail {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-light-grey-color);
}

.success-envision-main-block .nav-tabs {
  border-bottom: 1px solid transparent;
}

.success-envision-main-block .nav-tabs .nav-link.active,
.success-envision-main-block .nav-tabs .nav-link {
  border: 1px solid transparent;
}

.success-envision-dtl p {
  font-size: 17px;
  color: var(--text-dark-grey-color);
}

.success-envision-dtl span {
  font-weight: 500;
  color: var(--text-light-grey-color);
  font-size: 19px;
}

.online-blog-main-block {
  padding: 0 0 60px;
}

.online-blog-main-block .section p {
  font-size: 20px;
}

.online-blog-block {
  padding: 30px;
  border: 1px solid #DEDFE0;
  border-radius: 0 0 4px 4px;
}

.online-blog-block p {
  font-size: 18px;
}

.online-blog-img img {
  border-radius: 100%;
  width: 100%;
}

.success-envision-dtl-img img {
  width: 100%;
}

.online-blog-dtl {
  font-weight: 500;
}

.online-blog-img-dtl p {
  font-size: 14px;
}

.online-help-main-block {
  padding: 30px 0 150px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.online-help-main-block .section-heading {
  margin-bottom: 110px;
}

.online-help-main-block p {
  font-size: 20px;
}

.instructor-main-block {
  padding: 148px 0 50px;
  height: initial;
  background: #151B29;
}

.instructor-main-block p {
  font-size: 18px;
}

.instructor-main-block .btn-primary {
  padding: 15px 70px;
  font-weight: 500;
  border-radius: 1px;
  margin-bottom: 80px;
}

@media (max-width: 992px) {
  .success-envision-main-block .text {
    width: 240px;
    margin-bottom: 90px;
  }

  .success-envision-main-block .text:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .col-five {
    width: 30%;
  }

  .success-envision-main-block .text {
    width: 160px;
  }

  .online-blog-block {
    height: 370px;
  }
}

@media (max-width: 576px) {
  .online-help-main-block .section-heading {
    margin-bottom: 40px;
  }

  .col-five {
    width: 50%;
  }

  .facts-main-block-one .facts-block {
    margin-bottom: 10px;
  }

  .facts-main-block-one .facts-block h1 {
    margin-bottom: 0;
  }

  .success-envision-main-block .text {
    width: 100px;
  }
}

/* ================================= */
/*===== Affiliate-Page =====*/
/* ================================= */
.affiliate-main-block {
  padding: 60px 30px 40px;
  background: #505763;
  border-bottom: 4px solid #FF7373;
}

.affiliate-dtl {
  font-size: 27px;
}

.affiliate-btn .btn-primary {
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 10px;
}

.affiliate-dtl-main-block {
  padding: 40px 0;
}

.affiliate-dtl-img {
  float: left;
  margin-right: 10px;
}

.affiliate-dtl-img i {
  font-size: 40px;
}

.discover-heading {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-dark-grey-color);
}

.discover-heading-one {
  color: #FF7373;
}

.discover-dtl p {
  font-size: 16px;
}

.affiliate-program-heading {
  font-size: 19px;
  font-weight: 500;
  color: var(--text-dark-grey-color);
  text-transform: uppercase;
}

.affiliate-dtl-main-block .bdr-right {
  border-right: 1px solid #EDECE6;
  height: 100%;
}

.affiliate-dtl-main-block .bdr-left {
  border-left: 1px solid #EDECE6;
  height: 100%;
}

.affiliate-program-heading span {
  color: var(--background-mehroon-bg-color);
}

.affiliate-program ul li {
  font-size: 17px;
  margin-bottom: 10px;
  padding: 0 20px 0 0;
}

.affiliate-program-one {
  padding: 90px 30px;
}

.affiliate-program-two ul li {
  display: inline-block;
  padding: 10px;
}

.resource-link a {
  font-size: 16px;
}

.affiliate-program-one p,
.affiliate-program-one a {
  color: var(--text-dark-grey-color);
  font-size: 18px;
}

.affiliate-program-one a {
  font-weight: 500;
}

.affiliate-program-one a:hover {
  color: #222;
}

.affiliate-faq-main-block {
  padding: 50px;
}

.affiliate-faq-main-block .affiliate-faq-heading {
  color: var(--text-dark-grey-color);
  font-weight: 700;
  font-size: 20px;
}

.affiliate-faq-main-block p {
  color: var(--text-dark-grey-color);
  font-size: 15px;
}

.affiliate-heading {
  text-transform: uppercase;
  color: var(--text-dark-grey-color);
  text-align: center;
  margin-bottom: 70px;
}

.affiliate-steps-heading {
  color: #FF7373;
  font-size: 18px;
}

.affiliate-steps-block .affiliate-border {
  border-left: solid 4px #FF7373;
  padding-left: 20px;
}

.affiliate-steps-block .affiliate-border:before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: -18px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  border: 5px solid #FF7373;
  background-color: var(--background-white-bg-color);
  color: #FF7373;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 576px) {

  .affiliate-dtl-main-block .bdr-right,
  .affiliate-dtl-main-block .bdr-left {
    display: none;
  }
}

/* ================================= */
/*===== Careers-page =====*/
/* ================================= */
.careers-main-block {
  background: var(--linear-gradient-career-bg-color);
  padding: 0;
  position: relative;
  height: 650px;
  margin-bottom: 175px;
}

.careers-block {
  padding: 50px 0;
}

.careers-heading {
  font-size: 62px;
}

.careers-block p {
  font-size: 20px;
  padding: 0 150px;
}

.careers-btn .btn-primary {
  padding: 15px 25px;
  border-radius: 1px;
  font-size: 17px;
  /*
  margin-bottom: 90px;*/
}

.careers-video-main-block {
  position: absolute;
  top: 542px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.careers-video img {
  border-radius: 12px;
}

.careers-video .careers-video-icon {
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.careers-video .careers-video-icon i {
  color: var(--text-white-color);
  font-size: 30px;
  border: 2px solid #FFF;
  border-radius: 100%;
  padding: 28px 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.careers-video .careers-video-icon:hover i {
  transform: scale(1.2);
}

.careers-info-main-block {
  padding: 200px 0 0;
}

.careers-info-block {
  padding: 40px 40px 30px 40px;
}

.careers-info-img img {
  border-radius: 100%;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2);
}

.careers-info-block p {
  font-size: 15px;
}

.careers-block-one {
  border-bottom: 1px solid #EDECE6;
}

.careers-learn-main-block {
  padding: 90px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: var(--background-grey-bg-color);
}

.careers-learn-block {
  background-color: var(--background-white-bg-color);
  padding: 50px;
  border-radius: 10px;
}

.careers-learn-video {
  padding: 0 50px 0 0;
}

.careers-learn-video img {
  border-radius: 20px;
}

.careers-learn-video .overlay-bg {
  left: inherit;
  width: 352px;
  height: 191px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
}

.careers-learn-video .careers-learn-icon {
  z-index: 99999;
  position: absolute;
  top: 30%;
  left: -10%;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.careers-learn-video .careers-learn-icon i {
  color: var(--text-white-color);
  font-size: 30px;
  border: 2px solid #FFF;
  border-radius: 100%;
  padding: 28px 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.careers-learn-video .careers-learn-icon:hover i {
  transform: scale(1.2);
}

.careers-learn-video-one {
  padding: 40px 20px;
}

.careers-learn-heading {
  font-size: 36px;
}

.careers-learn-video-one a {
  color: var(--text-red-color);
  ;
  font-size: 20px;
}

.learning-learn-img-block img {
  height: 410px;
  width: 100%;
}

.height img {
  height: 610px;
}

.height-one img {
  height: 210px;
}

.careers-benefits-main-block {
  padding: 80px 0 60px;
  background-color: #F7F7F7;
}

.careers-benefits-heading {
  font-size: 42px;
}

.careers-benefits-main-block p {
  font-size: 22px;
}

.careers-benefits-icon {
  float: left;
  display: table;
  padding: 5px 15px 50px 0;
}

.careers-benefits-icon i {
  color: #32CD32;
  border-radius: 100%;
  border: 3px solid #32CD32;
  padding: 12px;
  font-size: 22px;
}

.careers-benefits-dtl-heading {
  font-size: 22px;
}

.careers-benefits-dtl-block {
  height: 80px;
}

.careers-benefits-dtl p {
  font-size: 15px;
  color: #6D7A91;
}

.join-team-main-block {
  padding: 90px;
}

.join-team-block p {
  font-size: 20px;
}

.join-team-dropdown {
  text-align: left;
}

.join-team-dropdown a {
  font-size: 16px
}

.join-team-dropdown .dropdown-menu li {
  padding: 5px 25px;
  width: 228px;
}

.join-team-main-block .faq-block {
  padding: 60px 60px 10px 60px;
  background-color: var(--background-white-bg-color);
}

.join-team-main-block .faq-dtl .second-accordion {
  margin-bottom: 80px;
}

.join-team-main-block .faq-block hr {
  display: none;
}

.join-team-main-block .faq-block h3 {
  margin-bottom: 5px;
}

.join-team-main-block .faq-dtl .second-accordion .card-header {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, .1);
}

.join-team-main-block .card-header .btn {
  padding: 0;
  font-size: 17px;
  font-weight: 500;
}

.join-team-main-block .faq-dtl .second-accordion .card-header button.btn {
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  color: #232323;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  text-transform: none;
  padding: 25px 0 0;
  border: 1px solid transparent;
  border-top: 1px solid #D8D8D8;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.join-team-main-block .faq-dtl .second-accordion .card {
  border: 0;
  padding: 5px;
  margin-bottom: 10px;
}

.join-team-main-block .faq-dtl .second-accordion .card-header button.btn[aria-expanded="false"]:after {
  position: absolute;
  font-family: fontawesome;
  right: 37px;
  color: #777;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 700;
}

.join-team-main-block .faq-dtl .second-accordion .card-header button.btn[aria-expanded="true"]:after {
  font-family: fontawesome;
  right: 37px;
  position: absolute;
  color: #777;
  width: 30px;
  text-align: center;
  font-size: 30px;
  height: 30px;
  line-height: 20px;
}

.join-team-main-block .faq-dtl .second-accordion .card-header button.btn[aria-expanded="true"]:hover:after {
  color: #F96921;
}

.join-team-main-block .faq-dtl .second-accordion .card-header button.btn[aria-expanded="false"] i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.join-team-main-block .faq-dtl .second-accordion .card-header button.btn i {
  position: absolute;
  right: 20px;
}

.join-team-main-block .faq-main-block .btn {
  white-space: initial;
}

.join-team-main-block .career-faq-link a {
  font-size: 17px;
  font-weight: 500;
}

.join-team-main-block .career-faq-link a:hover {
  color: #6AC1D0;
}

.join-team-main-block .career-faq-place a {
  font-size: 17px;
  color: #232323;
}

@media (max-width: 767px) {
  .nav-bar-btn {
    text-align: center;
  }

  .join-team-main-block .faq-block {
    padding: 0;
  }

  .join-team-main-block .faq-dtl .second-accordion .card-header button.btn {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .careers-block p {
    padding: 0;
  }

  .careers-main-block {
    padding: 130px 0 73px;
  }

  .careers-info-main-block {
    padding: 40px 10px;
  }

  .careers-learn-main-block {
    padding: 10px;
  }

  .careers-learn-video .bdr-right {
    border-right: hidden;
  }

  .join-team-main-block {
    padding: 0;
  }

  .career-faq-place {
    text-align: left;
  }

  .join-team-main-block .faq-block {
    padding: 60px 40px 10px 60px;
  }
}















/* ================================= */
/*===== Popup =====*/
/* ================================= */
/*.popup_wrapper, .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}*/
.about-home-includes-list .popup_wrapper,
.about-home-includes-list .popup_wrapper .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  /*left: 0;     
  right: 0;*/
  overflow: hidden;
}

.popup_wrapper {
  display: flex;
  margin-bottom: 80px;
  justify-content: center;
  align-items: center;
  text-align: center;
  visibility: hidden;
  transition: opacity 500ms;
  opacity: 0;
}

.overlay {
  z-index: 0;
  background: rgba(0, 0, 0, .618);
}

.show {
  visibility: visible;
  opacity: 1;
}

/*.popup {
  position: relative;
  z-index: 1;
  width: 320px;
  height: 160px;
  flex: 0 1 auto;
  overflow: hidden;
  background-color: var(--background-white-bg-color);
  border-radius: 16px;
  transition: all .02s ease-in-out;
}*/
.about-home-includes-list .popup {
  position: relative;
  z-index: 1;
  width: 320px;
  /*
  height: 160px; */
  flex: 0 1 auto;
  /*
  overflow: hidden;*/
  background-color: var(--background-white-bg-color);
  border-radius: 16px;
  transition: all .02s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  color: #aaa;
  text-decoration: none;
}

.close:hover {
  color: #444;
}


.about-home-includes-list .popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  font-size: 24px;
  full section comment font-weight: bolder;
  color: #aaa;
  text-decoration: none;
}

.about-home-includes-list .close:hover {
  color: #444;
}

.popup .title p {
  padding-left: 12px;
  font-size: 24px;
  line-height: 44px;
  text-align: left;
  background: #EEE;
  border-bottom: 1px solid #555;
}

.popup h1 {
  margin: 16px auto;
}

.hide_sb {
  height: 100%;
  overflow: hidden;
}

.coupon-search .form-inline .form-control {
  height: 100%;
  position: relative;
}

.coupon-search .form-control {
  border: 1px solid #CACBCC;
  color: var(--text-black-color);
  background-color: var(--background-white-bg-color);
  height: 44px;
  border-radius: 1px;
}

.coupon-search .btn-primary {
  padding: 4px 10px;
  border-radius: 1px;
}



/*course detail page review input*/
.review-table .table thead th {
  vertical-align: bottom;
  border-bottom: none;
  font-weight: 500;
  font-size: 15px;
  color: #003845;
  padding-left: 3px;
}

.review-table .table td,
.review-table .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: none;
  font-weight: 500;
  color: #003845;
}

.blog-main-block .owl-carousel .owl-item img {
  display: block;
  width: 260px;
  height: 260px;
  margin-right: 50px;
}

.about-home-btn .btn-secondary {
  padding: 8px 0;
  width: 100%;
  border-radius: 1px;
  font-weight: 500;
  font-size: 15px;
  background: var(--background-blue-bg-color);
  color: var(--text-white-color);
}

.about-home-btn .btn-secondary:hover {
  background-color: #003845;
  border: 1px solid #003845;
  color: var(--text-white-color);
}

.learning-courses-home-video .video-item {
  text-align: center;
  border: 5px solid #FFF;
}

.learning-courses-home-video .video-device .bg_img {
  background-size: cover;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.learning-courses-home-video .video-device {
  position: relative;
}

.learning-courses-home-video .video-item .video-preview,
.learning-courses-home-video .video-item .video-preview iframe {
  width: 100%;
  height: 200px;
}

.learning-courses-home-video .video-preview {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
}

.learning-courses-home-video .btn-video-play i {
  margin: 0 auto;
  position: relative;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  z-index: 30;
  color: var(--text-white-color);
  font-size: 42px;
  border: 1px solid transparent;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, .6);
  padding: 25px 27px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.learning-courses-home-video .btn-video-play:hover {
  opacity: 0.8;
}

.learning-questions-dtl ul li a {
  color: var(--text-blue-color);
  font-size: 11px;
}

.learning-answer-block {
  margin-left: 40px;
  margin-bottom: 10px;
}

.learning-answer-img {
  font-size: 12px;
  float: left;
  background-color: rgb(104, 111, 122);
  text-transform: uppercase;
  color: var(--text-white-color);
  padding: 7px;
  border-radius: 100%;
}

.learning-answer-dtl {
  padding: 0px 10px;
  vertical-align: middle;
}

.learning-answer-dtl ul li a {
  color: var(--text-blue-color);
  font-size: 11px;
}


/* ================================= */
/*======= Wishlist Page=====*/
/* ================================= */
.wishlist-home-main-block {
  background: #fff;
  /* padding: 160px 0 100px; */
  position: relative;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.lllinee {
  background: #FDC300;
  height: 17px;
  width: 61%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -23px;
}

.wishlist-home-heading {
  position: relative;
  color: var(--text-white-color) !important;
}

.wishlist-icon {
  position: absolute;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  top: 12px;
  bottom: 0;
  left: 0;
  background-color: transparent;
  width: 80px;
  height: 15px;
  z-index: 9;
  border-radius: 0 10px 10px 0;
  color: var(--text-white-color);
  -webkit-text-stroke: 1px var(--text-red-color);
}

.cart-btn .btn-primary {
  font-size: 18px;
  font-weight: 500;
  top: 12px;
  background-color: inherit;
  color: var(--text-white-color);
  border: inherit;
  padding: 2px 40px;
}

.wishlist-btn .btn-primary {
  font-size: 18px;
  font-weight: 500;
  top: 12px;
  background-color: inherit;
  color: var(--text-white-color);
  border: inherit;
  padding: 2px 40px;
}

/*wishlist icon*/
.wishlisht-btn {
  background-color: transparent;
  border: none;
  color: var(--text-white-color);
}

.about-icon-two {
  color: var(--text-white-color);
}

.about-icon-two i {
  color: var(--text-white-color);
}

.heart-two i {
  color: var(--text-red-color);
  ;
}

.nav-wishlist i {
  font-size: 20px;
  color: transparent;
  -webkit-text-stroke: 1px var(--text-red-color);
  border: 1px solid transparent;
  padding: 16px 13px 10px;
  border-radius: 100%;
  display: inline-flex;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-wishlist i:hover {
  background: rgba(20, 23, 28, 0.05);
  border: 1px solid rgba(20, 23, 28, 0.05);
}

@media (max-width: 992px) {
  .wishlist-action {
    margin-bottom: 30px;
  }

  .review-table .table thead th {
    font-size: 13px;
  }
}


/* ================================= */
/*======== Cart Page=====*/
/* ================================= */
.cart-main-block {
  padding: 60px 0;
}

.cart-add-block {
  border: 1px solid #5BC89585;
  padding: 10px 20px 10px 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
}

.cart-heading {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 18px;
  color: #fff;
}

.cart-add-block:hover {
  background-color: transparent;
}

.cart-img {
  position: relative;
}

.cart-img img {
  width: 100%;
}

.cart-add-block .cart-course-name {
  font-weight: 500;
}

.cart-add-block .cart-course-update {
  font-size: 13px;
  color: #eee;
}

.cart-add-block .cart-actions a {
  font-size: 13px;
  color: var(--text-blue-color);
  font-weight: 400;
}

.cart-add-block .cart-actions a:hover {
  color: var(--text-black-color);
}

.cart-add-block .cart-actions i {
  color: #F4C150;
}

.cart-add-block .cart-course-amount {
  text-align: right;
}

.cart-add-block .cart-course-amount ul li {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}

.cart-add-block .cart-course-amount ul li s {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.cart-add-block .cart-course-amount ul li s i {
  font-size: 15px;
  font-weight: 400;
  color: var(--text-dark-grey-color);
}

.cart-add-block .cart-course-amount i {
  color: var(--text-black-color);
}

.cart-price {
  font-size: 36px;
  font-weight: 500;
  color: #29303b;
}

.cart-original-price {
  font-size: 15px;
  color: var(--text-dark-grey-color);
}

.cart-original-price s {
  font-size: 15px;
  color: #686f7a;
}

.checkout-btn .btn-primary {
  width: 100%;
  color: var(--text-white-color);
  background-color: var(--background-red-bg-color);
  border: 1px solid transparent;
  padding: 15px 0;
  margin-top: 10px;
  font-weight: 500;
  border-radius: 2px;
}

.cart-remove-btn {
  border: none;
  background-color: transparent;
  font-size: 13px;
  color: var(--text-blue-color);
  font-weight: 400;
  padding: 0;
  cursor: pointer;
}

.cart-remove-btn:hover {
  color: var(--text-black-color);
}

.cart-wishlisht-btn {
  background-color: transparent;
  border: none;
  font-size: 13px;
  color: var(--text-blue-color);
  font-weight: 400;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.coupon-apply input {
  height: 34px;
  padding: 0 10px;
  font-size: 13px;
  width: 100%;
  margin-bottom: 10px;
}

.coupon-apply button {
  height: 34px;
  padding: 0 10px;
  font-size: 13px;
  float: right;
  width: 100%;
  border-radius: 0 2px 2px 0;
}

.coupon-apply input:focus {
  outline: none;
}

.cart-price-detail span {
  float: right;
}

.cart-price-detail span {
  float: right;
}

.cart-price-detail span a {
  font-size: 12px;
  color: var(--text-blue-color);
}

.cart-price-detail ul li {
  font-size: 14px;
  margin-bottom: 12px;
  color: var(--text-dark-grey-color);
  font-weight: 400;
}

.cart-price-detail ul li a {
  color: var(--text-blue-color);
}

.cart-price-detail ul li.active a {
  color: var(--text-blue-color);
  font-weight: 500;
}

.cart-total-two a b {
  color: var(--text-black-color);
  font-weight: 500;
  font-size: 22px;
}

.cart-total-two span {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.cart-coupon i {
  color: var(--text-red-color);
  ;
  font-size: 22px;
  margin-left: -10px;
  margin-top: 10px;
}

.cart-coupon .btn-link {
  padding: 0;
  border: none;
}

.tooltip-inner {
  border: 1px solid #DEDFE0;
  background-color: var(--background-white-bg-color) !important;
  color: var(--text-dark-grey-color);
}

.coupon-heading {
  color: var(--text-dark-grey-color);
  font-weight: 500;
}


@media (max-width: 576px) {
  .cart-main-block {
    padding: 60px 0 0;
  }

  .cart-add-block {
    margin-bottom: 20px;
  }
}

/* ================================= */
/*======== Checkout Page=====*/
/* ================================= */
.checkout-main-block {
  padding: 60px 0;
}

.checkout-pricelist ul li {
  display: inline-block;
}

.checkout-total {
  font-weight: 500;
}

.checkout-price {
  margin-left: 10px;
  color: var(--text-dark-grey-color);
  font-size: 18px;
}

.checkout-percent {
  margin-left: 10px;
  color: var(--text-dark-grey-color);
}

.checkout-course-img {
  margin-bottom: 10px;
}

.checkout-course-user {
  color: var(--text-dark-grey-color);
  font-size: 11px;
}

.checkout-course-title {
  color: var(--text-light-grey-color);
  font-size: 13px;
  font-weight: 500;
}

.checkout-course-price {
  font-size: 15px;
  color: #686f7a;
}

.checkout-items {
  margin-bottom: 40px;
}

.payment-gateways .btn-link {
  border: none;
}

.payment-proceed-btn .btn-primary {
  padding: 10px 80px;
  font-weight: 500;
}

.panel-title label {
  margin-bottom: 0;
  cursor: pointer;
}

/*stripe payment form*/
.creditCardForm {
  max-width: 700px;
  background-color: var(--background-white-bg-color);
  overflow: hidden;
  padding: 25px;
  color: #4C4E56;
}

.creditCardForm label {
  width: 100%;
  margin-bottom: 10px;
}

.creditCardForm .heading h1 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #4C4E56;
}

.creditCardForm .payment {
  float: left;
  font-size: 18px;
  padding: 10px 25px;
  margin-top: 20px;
  position: relative;
}

.creditCardForm .payment .form-group {
  float: left;
  margin-bottom: 15px;
}

.creditCardForm .payment .form-control {
  line-height: 40px;
  height: auto;
  padding: 0 16px;
}

.creditCardForm .owner {
  width: 63%;
  margin-right: 10px;
}

.creditCardForm .CVV {
  width: 35%;
}

.creditCardForm #card-number-field {
  width: 100%;
}

.creditCardForm #expiration-date {
  width: 49%;
}

.creditCardForm #credit_cards {
  width: 50%;
  margin-top: 25px;
  text-align: right;
}

.creditCardForm #pay-now {
  width: 100%;
  margin-top: 25px;
}

.creditCardForm .payment .btn {
  width: 100%;
  margin-top: 3px;
  font-size: 24px;
  background-color: var(--background-red-bg-color);
  color: white;
}

.creditCardForm .payment select {
  padding: 10px;
  margin-right: 15px;
}

.transparent {
  opacity: 0.2;
}

@media(max-width: 650px) {

  .creditCardForm .owner,
  .creditCardForm .CVV,
  .creditCardForm #expiration-date,
  .creditCardForm #credit_cards {
    width: 100%;
  }

  .creditCardForm #credit_cards {
    text-align: left;
  }

  .creditCardForm {
    padding: 0;
  }
}

/*stripe payment form end*/


/*rating*/
.star-ratings-css {
  unicode-bidi: bidi-override;
  color: #C5C5C5;
  font-size: 25px;
  height: 25px;
  width: 100px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #A2A2A2;
}

.star-ratings-css-top {
  color: #E7711B;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-ratings-css-bottom {
  padding: 0;
  display: block;
  z-index: 0;
}

.star-ratings-sprite {
  background: url("../images/TxtzkTgd9phY.png") repeat-x;
  font-size: 0;
  height: 12px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 70px;
  clear: both;
}

.star-ratings-center {
  margin: 0 auto;
  margin-bottom: 10px;
}

.star-ratings-sprite-rating {
  background: url("../images/TxtzkTgd9phY.png") repeat-x;
  background-position: 0 100%;
  float: left;
  height: 14px;
  display: block;
}

/*rating end*/

.helpful {
  display: inline-block;
}


/* ============================== */
/*======== NavBar  ========*/
/* ============================== */
.logotext {
  font-size: 21px;
  padding: 8px 0;
}

.nav-wishlist {
  position: relative;
}

.shopping-cart {
  position: relative;
}

.red-menu-badge {
  font-size: 10px;
  min-width: 15px;
  min-height: 15px;
  line-height: 15px;
}

.red-bg-success {
  background: var(--background-red-bg-color);
}

.red-menu-badge {
  position: absolute;
  padding: 0 5px;
  line-height: 1.70;
  width: 16px;
  height: 16px;
  font-weight: 500;
  color: white;
  border-radius: 100%;
  font-size: 10px;
  background: #C0F6B8 !important;
  box-shadow: 0.5px 0.2px 1px rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-align: center;
  left: 26px;
  top: 5px;
  z-index: 1;
  color: #151B29 !important;
}

.user-text {
  text-align: center;
  margin-left: 20px;
}

#notification_li {
  position: relative
}

#notificationContainer {
  background-color: var(--background-white-bg-color);
  border: 1px solid rgba(100, 100, 100, .4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  overflow: visible;
  position: absolute;
  top: 50px;
  width: 300px;
  z-index: 999999999;
  display: none; // Enable this after jquery implementation 
}

#notificationContainerr {
  background-color: var(--background-white-bg-color);
  border: 1px solid rgba(100, 100, 100, .4);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  overflow: visible;
  position: absolute;
  top: 50px;
  width: 300px;
  z-index: 999999999;
  right: 50px;
  display: none;
}

#notificationContainerr:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  color: transparent;
  border: 10px solid black;
  border-color: transparent transparent white;
  margin-top: -20px;
  margin-left: 188px;
}

#notificationContainer:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  color: transparent;
  border: 10px solid black;
  border-color: transparent transparent white;
  margin-top: -20px;
  margin-left: 14px;
}

#notificationTitle {
  padding: 14px 10px;
  font-size: 13px;
  background-color: var(--background-white-bg-color);
  z-index: 1000;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #DDD;
}

#notificationsBody ul li {
  padding: 12px;
  border-bottom: 1px solid #DDD;
}

#notificationFooter {
  background-color: #fdc300;
  text-align: center;
  font-weight: 600;
  padding: 0;
  font-size: 15px;
  /* border-radius: 0 0 5px 5px; */
  /* border-top: 1px solid #DDD; */
  color: #000;
  border-radius: 20px;
  width: 90px;
  margin: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-image {
  display: inline-block;
  padding: 0;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.notifications ul {
  max-height: 190px;
  overflow-y: auto;
  overflow-x: hidden;
}

.notification-data {
  display: inline-block;
  /*float: right;*/
}

.user-detailss {
  color: var(--text-light-grey-color);
  font-size: 13px;
}

.heart-category i {
  -webkit-text-stroke: 1px var(--text-red-color);
  color: var(--text-white-color);
}

/*user dropdown*/
.my-container {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: normal;
  height: 100%;
  padding: 5px 0;
}

.my-dropdown {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: var(--background-grey-bg-color);
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
  width: 110px;
}

.dropdown__item {
  align-self: center;
  margin-left: .5em !important;
  /*damn you bootstrap!*/
}

.my-dropdown>.name {
  overflow: hidden;
  width: 0%;
  transition: width 300ms ease-out;
}

.my-dropdown>.name-shown {
  width: 60%;
}

.circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
}

.dropdown-menu-right:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -0.5em;
  right: 0px;
  box-sizing: border-box;
  border: 7px solid black;
  border-color: transparent transparent #FFF #FFF;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
}

.dropdown-menu-right {
  display: none;
  position: absolute;
  border-radius: 7px;
  box-shadow: 0px 0px 8px rgba(214, 214, 214, 0.78);
  list-style: none;
  padding: 0;
  margin: 0;
  top: 100px;
  right: 0;
  width: 300px;
  border: none;
  z-index: 999999999999;
  padding-bottom: 16px;
  border-radius: 20px;
}

.dropdown-menu-right .U-open {
  display: block;
}

.dropdown-menu-right li {
  padding: 0px;
  line-height: 40px;
  border-bottom: 1px solid rgba(215, 215, 215, 0.17)
}

.dropdown ul li {
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  border-left: 3px solid transparent;
  color: var(--text-black-color);
  font-weight: 400;
  background-color: var(--background-white-bg-color);
  z-index: 1111111;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  width: 100%;

}

.dropdown ul li a {
  color: var(--text-black-color);
}

.dropdown ul li i {
  -webkit-text-stroke: 0.5px;
  font-size: 15px;
  color: var(--text-red-color);
  margin-left: 23px;
  margin-right: 10px;
}

.dropdown ul a li:hover {
  background-color: #E6E6E6;
  border-left: 3px solid #fdc300;
}

.btn-default:hover {
  color: #333;
  background-color: #E6E6E6;
  border-color: #DEDFE0;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .my-container {
    justify-content: center;
  }
}

/* ====================================== */
/*======== Purchase History  ========*/
/* ===================================== */
.purchase-main-block {
  padding: 60px 0;
  background: #151B29;
}

.purchase-history-heading {
  font-weight: 500;
  font-size: 18px;
}

.purchase-history-items {
  background-color: var(--background-white-bg-color);
  padding: 15px;
}

.purchase-history-course-img a {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.purchase-history-course-title {
  font-weight: 500;
  font-size: 16px;
}

.purchase-text {
  font-size: 12px;
}

.invoice-btn .btn-secondary {
  padding: 4px 10px;
  font-size: 12px;
  color: var(--text-blue-color);
  border: 1px solid var(--text-blue-color);
  display: inline-block;
}

.purchase-table tbody tr {
  background-color: var(--background-white-bg-color);
  margin-bottom: 10px;
}

.purchase-table thead th:first-child {
  text-align: left;
}

.purchase-table tbody td:first-child {
  text-align: left;
}

.purchase-table thead th {
  text-align: right;
}

.purchase-table tbody td {
  text-align: right;
}

/*invoice page*/
.view-order {
  padding: 30px 20px;
  background-color: #ECF0F5;
}

.order-invoice {
  margin-bottom: 10px;
  font-size: 18px;
}

.user-ordered {
  padding: 30px 20px;
}

.purchase-date {
  font-size: 15px;
}

.page-header {
  padding: 20px;
}

.order-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #ECF0F5;
}

.print-btn .btn-primary {
  padding: 12px 30px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.print-btn .btn-secondary {
  padding: 12px 30px;
  display: inline-block;
}

.nav-menu-bar-main-block {
  position: absolute;
  z-index: 99999;
  width: 100%;
}

/* ====================================== */
/*======== User Profile  ========*/
/* ===================================== */
.dashboard-author-block {
  padding: 4px 0 16px 0;
  background-color: transparent;
  margin-bottom: 25px;
  border-radius: 6px;
  border: 1px solid #ffc72763;
}

.dashboard-author-block .author-image {
  margin-bottom: 15px;
}

.dashboard-author-block .author-image img {
  border-radius: 100%;
}

.dashboard-author-block .author-name {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.dashboard-items {
  padding: 4px 0 4px;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid #ffc72763;
}

.dashboard-items ul li {
  padding: 7px 0 7px 15px;
  border-left: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dashboard-items ul li a {
  color: #fff;
  font-weight: normal;
}

.dashboard-items ul li:hover {
  color: #114143 !important;
  background-color: #F6F7FC;
  border-left: 3px solid #114143;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dashboard-items ul li:hover a {
  color: #114143;
}

.dashboard-items ul li.active {
  color: var(--text-red-color);
  background-color: #F6F7FC;
  border-left: 3px solid var(--text-red-color);
}

.dashboard-items ul li.active a {
  color: var(--text-red-color);
}

.dashboard-items ul li i {
  font-size: 14px;
  margin-right: 16px;
  opacity: 1;
  color: #fff;
  background: #fff3;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 83%;
}

.dashboard-items ul li:hover i {
  color: #114143;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.dashboard-items ul li i.active {
  color: var(--text-blue-color);
  opacity: 1;
}

.profile-item-block {
  padding: 40px 0;
  background-color: #1d1d1d;
}

.profile-info-block {
  padding: 30px;
  background-color: transparent;
  margin-bottom: 41px;
  border-radius: 6px;
  border: 1px solid #ffc72763;
}

.profile-info-block .profile-heading {
  font-size: 26px;
  color: #fff;
  padding-bottom: 7px;
  border-bottom: 1px solid #ffc72721;
  margin-bottom: 20px;
}

.profile-info-block .profile-block .form-group label {
  font-size: 16px;
  color: var(--text-black-color);
  margin-bottom: 15px;
}

.profile-info-block .profile-block .form-group .form-control {
  font-family: 'Montserrat', sans-serif;
  color: var(--text-blue-color);
  font-size: 14px;
  border: solid 1px #D5D5D5;
  margin-bottom: 28px;
}

.profile-info-block label {
  font-size: 14px;
}

.profile-info-block .form-control,
.profile-info-block select.form-control:not([size]):not([multiple]) {
  border-radius: 6px;
  font-size: 13px;
  padding: 8px 0 8px 16px;
  border: 1px solid #114143;
}

.profile-info-block .form-group .profile-info-block select.form-control:not([size]):not([multiple]) {
  height: 63px;
}

.profile-info-block .profile-two-block .form-group label {
  font-size: 16px;
  color: var(--text-black-color);
  margin-bottom: 15px;
}

.profile-info-block .profile-two-block .form-group .form-control {
  font-family: 'Montserrat', sans-serif;
  color: var(--text-black-color);
  font-size: 14px;
  border: solid 1px #D5D5D5;
  margin-bottom: 40px;
  padding: 23px 0 103px 30px;
  margin-bottom: 0;
}

.social-profile-block {
  padding: 30px;
  background-color: transparent;
  margin-bottom: 62px;
  border-radius: 6px;
  border: 1px solid #ffc72763;
  color: #fff;
}

.social-profile-heading {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 0pc;
  border-bottom: none;
  margin-bottom: 20px;
}
.itteem-hheeaddss {
  height: 120px !important;
}
.social-profile-block .social-block .form-group label {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
.itteem-paaraa p {
  font-size: 16px;
  margin-top: 0;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
}
.social-profile-block .social-block .form-group .form-control {
  font-family: 'Montserrat', sans-serif;
  color: #717983;
  font-size: 13px;
  border: solid 1px #114143;
  margin-bottom: 28px;
}

.social-profile-block .form-control,
.social-profile-block select.form-control:not([size]):not([multiple]) {
  border-radius: 6px;
  padding: 8px 0 8px 16px;
}

.social-profile-block .form-group .social-profile-block select.form-control:not([size]):not([multiple]) {
  height: 63px;
}

.social-profile-block .form-group {
  margin-bottom: 0;
}

.profile-item-block .profile-update-icon i {
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: var(--text-white-color);
  line-height: 1.8;
}

.profile-info-block .profile-block .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #717983;
  opacity: 1;
  /* Firefox */
}

.profile-info-block .form-group select.form-control:not([size]):not([multiple]) {
  height: 63px;
}

.profile-info-block .select2-container .select2-selection--single {
  padding: 8px 16px;
  font-size: 14px;
  height: inherit ! important;
  border-radius: 6px ! important;
  border: 1px solid #114143 ! important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5 !important;
  font-size: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  left: 0 !important;
  top: 30% !important;
}

.mce-panel {
  border-radius: 6px;
  box-shadow: inherit !important;
}

.mce-top-part::before {
  box-shadow: inherit !important;
}

.mce-stack-layout-item {
  border-radius: 0 0 6px 6px;
}

.profile-info-block .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 63px;
}

@media (max-width: 576px) {
  .profile-item-block {
    padding: 100px 0 90px;
    background-color: #114143;
  }
}


.avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
}

.avatar-preview-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 20px auto 50px;
}

.avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 9999999;
  top: 10px;
}

.avatar-edit input {
  display: none;
}

.avatar-edit label {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 100%;
  background-color: var(--background-white-bg-color);
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: normal;
  transition: all .2s ease-in-out;
}

.avatar-edit i {
  color: #757575;
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  font-size: 20px;
}

.profile-block .card-body table {
  margin-bottom: 0;
}

.dropdown-user-circle {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: bottom;
}

.user-detailss {
  display: inline-block;
}

ul {
  margin-bottom: 0;
}

.nav-search form {
  margin-bottom: 0;
}

/*.view-img img {
  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
  width: 100%;
}*/
.view-img a img {
  /* min-height: 221px;
  max-height: 153px; */
  object-fit: fill;
  border-radius: 20px 17px 0 0;
  width: 100%;
  height: 100%;

}
.course-bought-section .view-img {
  height: 246.67px;
  text-align: center  ;
}
.view-img img {
  /* min-height: 200px;
  max-height: 150px; */
  /* object-fit: cover; */
  width: 100%;
}

.panel-setting-main-block {
  background-color: var(--background-white-bg-color);
  border: 1px solid #CCC;
  border-radius: 4px;
}

.panel-setting {
  padding: 30px 20px;
  border-bottom: 1px solid #CCC;
}

.question-text {
  padding: 15px;
  color: #fff;
}

.box-footer .btn-primary {
  padding: 12px 30px;
}

.search-main-block {
  padding: 45px 0;
  color: var(--text-black-color);
}

.search-block-no-result {
  background-color: var(--background-light-grey-bg-color);
}

.content-course-number-one ul {
  margin-bottom: 20px;
}

.remove-coupon .btn-primary {
  background-color: transparent;
  color: var(--text-blue-color);
  font-size: 20px;
  text-align: left;
  padding: 0;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.coupon-code {
  display: inline-block;
  font-weight: 500;
  margin-top: 6px;
}

.rate s {
  color: var(--text-dark-grey-color);
  font-size: 10px;
}


/* ================================ */
/*===== Pro Tip =====*/
/* ================================ */
.protip-skin-default--scheme-pro.protip-container {
  height: auto !important;
  background-color: var(--background-white-bg-color) !important;
  box-shadow: 0 4px 16px rgba(20, 23, 28, .25) !important;
  padding: 15px !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}

.protip-content {
  border-radius: 2px !important;
  border: none;
}

.protip-skin-default--scheme-pro[data-pt-position="right-top"] .protip-arrow,
.protip-skin-default--scheme-pro[data-pt-position="bottom-right"] .protip-arrow,
.protip-skin-default--scheme-pro[data-pt-position="right"] .protip-arrow {
  border-right-color: var(--text-white-color) !important;
}

.protip-skin-default--scheme-pro[data-pt-position="left-top"] .protip-arrow,
.protip-skin-default--scheme-pro[data-pt-position="bottom-left"] .protip-arrow,
.protip-skin-default--scheme-pro[data-pt-position="left"] .protip-arrow {
  border-left-color: var(--text-white-color) !important;
}

.prime-description-block {
  display: none;
}

.movie-rating {
  color: #CCC;
  margin: 2px 0 1px;
  font-size: 12px;
  display: inline-block;
  font-weight: 700;
}

.protip-content .description-heading,
.prime-description-block .description-heading {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--text-black-color);
  margin-bottom: 15px;
}

.protip-content .description-heading {
  text-transform: capitalize;
}

.protip-content .description-list,
.prime-description-block .description-list {
  margin-bottom: 15px;
  color: var(--text-black-color);
}

.protip-content .description-list li:last-child,
.prime-description-block .description-list li:last-child {
  margin-right: 0;
}

.protip-content .description-list li,
.prime-description-block .description-list li {
  display: inline-block !important;
  float: left;
  color: var(--text-dark-grey-color);
  font-size: 12px;
  margin-right: 13px;
  font-weight: 500;
}

.protip-content .main-des,
.prime-description-block .main-des {
  margin-bottom: 15px;
}

/*.view-dtl .rate {
  position: absolute;
  top: 40%;
  right: 5px;
}*/
/*.view-dtl .rate ul {
  background: var(--linear-gradient-bg-color);
  padding: 0 6px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.view-dtl .rate ul li i {
  margin-right: 3px;
}*/
/*.tab-content .view-dtl .rate {
  top: 44%;
  right: 10px;
}*/
.img-wishlist {
  position: absolute;
  top: 0;
  right: 0;
}

.img-wishlist .protip-wishlist ul li {
  padding: 6px 0;
}

.immi-slider-block {
  margin-right: 5px;
}

.protip-content .main-des p,
.prime-description-block .main-des p {
  font-size: 12px;
  letter-spacing: 0.2px;
  margin: 0;
  line-height: 1.2;
  color: var(--text-black-color);
}

.protip-content .product-main-des p,
.prime-description-block .product-main-des p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text-black-color);
}

.protip-content .main-des a,
.prime-description-block .main-des a {
  margin-top: 3px;
  font-size: 12px;
}

.protip-content .des-btn-block .btn-default,
.des-btn-block .btn-default {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  background-color: #515151;
  font-weight: 500;
  width: 100%;
  text-align: left;
}

.des-btn-block.des-in-list .btn-default {
  width: auto;
  display: inline-block;
}

.des-btn-block.des-in-list a {
  display: inline-block;
}

.des-btn-block.des-in-list a.btn-play {
  margin-right: 20px !important;
}

.des-btn-block.des-in-list a.btn-default {
  padding: 11px 19px;
  width: auto !important;
  margin: 5px 3px 0;
  font-size: 14px;
}

.btn-sm-play,
.des-in-list.des-btn-block a.btn-play {
  margin: 10px 0;
  font-size: 14px;
}

.btn-sm-play,
.des-in-list.des-btn-block a.btn-default {
  width: 20%;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

a.btn-sm-play,
.des-in-list.des-btn-block a.btn-play,
.protip-content .des-btn-block a.btn-play {
  background-color: transparent;
  text-align: left;
  margin-bottom: 10px;
}

.btn-sm-play:hover,
.des-in-list.des-btn-block a.btn-play:hover,
.protip-content .des-btn-block a.btn-play:hover {
  background-color: transparent;
}

.btn-sm-play .play-btn-icon,
.des-in-list.des-btn-block .btn-play .play-btn-icon,
.protip-content .des-btn-block .btn-play .play-btn-icon {
  width: 46px;
  height: 46px;
  font-size: 14px;
}

.des-in-list.des-btn-block .btn-play .play-text,
.protip-content .des-btn-block .btn-play .play-text {
  font-size: 16px;
}

.video-player {
  z-index: -9;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}

.video-js.movies-js {
  width: 100%;
  height: 100%;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  width: 5em !important;
  left: 50% !important;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item {
  margin: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #000 !important;
  font-size: 13px !important;
}

.vjs-load-progress,
.vjs-progress-holder.vjs-slider.vjs-slider-horizontal,
.vjs-play-progress.vjs-slider-bar {
  border-radius: 4px !important;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item:hover,
.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  background-color: #48A3C6 !important;
  color: var(--text-white-color) !important;
}

.preview-player-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0;
}

.video-js.episodes-js,
.playlist-container {
  position: relative;
  min-width: 300px;
  min-height: 150px;
  height: 100%;
}

.video-js.episodes-js {
  height: 550px;
  flex: 3 1 70%;
}

.protip-img {
  margin-bottom: 10px;
}

.about-home-btn form {
  margin-bottom: 0;
}

.protip-btn .btn-primary {
  padding: 10px 0;
  width: 100%;
  border-radius: 1px;
  font-weight: 200;
  font-size: 15px;
}

.protip-btn .btn-secondary {
  padding: 10px 0;
  width: 100%;
  border-radius: 6px;
  font-weight: 200;
  font-size: 15px;
  background: #5BC895;
  color: var(--text-white-color);
}

.protip-btn .btn-secondary:hover {
  background-color: #003845;
  border: 1px solid #003845;
  color: var(--text-white-color);
}

.protip-wishlist ul li {
  display: inline-block;
  padding: 10px 10px 20px 5px;
}

.protip-wishlist ul li a {
  color: var(--text-white-color);
  font-size: 16px;
}

.protip-wishlist ul li i {
  font-size: 25px;
  vertical-align: bottom;
}

.protip-one i {
  -webkit-text-stroke: 1px var(--text-red-color);
  color: var(--text-black-color);
}

.protip-one i:hover {
  color: var(--text-red-color);
  background-color: transparent;
}

.protip-wishlist ul li {
  display: inline-block;
  padding: 10px 0;
}

.protip-wishlist ul li a {
  color: var(--text-red-color);
  font-size: 16px;
}

.protip-wishlist ul li i {
  font-size: 18px;
  vertical-align: bottom;
  border: 1px solid var(--text-red-color);
  padding: 5px;
  border-radius: 50px;
  background-color: var(--text-red-color);
}

.protip-wishlist span:hover {
  color: #CACBCC;
}

.protip-wish-btn i {
  /*-webkit-text-stroke: 2px var(--text-red-color);*/
  color: #FFF;
  cursor: pointer;
}

.protip-wish-btn i:hover {
  color: var(--text-red-color);
}

.immi-slider-block .protip-wish-btn i {
  opacity: 0;
}

.immi-slider-block:hover .protip-wish-btn i {
  opacity: 1;
}

.genre-slide-image .protip-wish-btn i {
  opacity: 0;
}

.genre-slide-image:hover .protip-wish-btn i {
  opacity: 1
}

.protip-wish-btn-two {
  color: var(--text-red-color);
  ;
  cursor: pointer;
}

.protip-wish-btn-two i {
  color: var(--text-red-color);
  ;
}

input.razorpay-payment-button {
  color: var(--text-white-color);
  background-color: var(--background-red-bg-color);
  padding: 10px 80px;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
}

/*
.no-result-block {
  padding: 50px 0;
  color: var(--text-black-color);
  background-color: var(--background-light-grey-bg-color);
}
*/
.no-result-courses a {
  color: #fff;
}

.no-result-block {
  padding: 55px 0;
  color: var(--text-black-color);
  background-color: #151B29;
  z-index: 9999999;
}

.no-result-courses {
  font-size: 16px;
  color: #04e38a;
}

.no-result-courses a {
  font-size: 16px;
}

.cart-no-result {
  -webkit-box-shadow: 0 0 2px #DEDFE0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 300px;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
}

.cart-no-result i {
  margin-bottom: 20px;
  font-size: 120px;
  color: #e8e9eb;
}


.purchase-history-course-img {
  width: 100px;
}

/*.view-heading {
  height: 45px;
}*/
.notification-image img {
  width: 50px;
  height: 40px;
}

.unread-notification {
  background-color: #E8E9EB;
}

.update-password label {
  font-size: 16px;
}

.update-password input {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.payment-gateways .panel-title img {
  height: 25px;
  width: 80px;
  margin-left: 15px;
}

.answer-block {
  border-bottom: 1px solid #ced4da;
  padding: 8px;
}

.student-feedback .student-feedback-heading {
  margin-bottom: 0;
}

.review-dtl .review-rating {
  margin-bottom: 10px;
}

.helpful form {
  margin-top: 10px;
}

.more-courses .student-view-block {
  margin-bottom: 20px;
}

.instructor-main-block .home-dtl,
.instructor-main-block .home-btn {
  text-align: right;
}

.instructor-main-block .modal {
  text-align: left;
}

.yes-submitted {
  color: #00A65A;
}

.no-rating {
  vertical-align: top;
}

.view-block .heart-two {
  margin-top: -15px;
}

.featured-review-block .review-img-name {
  margin-bottom: 5px;
}

.featured-review-block .featured-review-img-dtl .pull-left {
  /*margin-bottom: 5px;*/
}

.card-body .class-type {
  width: 40px;
}

.card-body .class-name {
  width: 600px;
}

.card-body .class-size {
  width: 150px;
}

.business-home-slider-img img {
  width: 480px;
  height: 240px;
}

.rating .pull-left p {
  margin-bottom: 0;
}

.categories-popularity-dtl .rating {
  margin-bottom: 0;
}

.update-password .box1 {
  font-size: 20px;
}

.faq-detail-main-block {
  padding: 40px 30px;
  background-color: #F6F7FC;
}

.privacy-policy-block {
  padding: 40px 30px;
  background-color: #F6F7FC;
}

/*player css*/
.player-course-chapter {
  background-color: #999999;
  padding: 0px;
  margin: 0px;
}

.player-course-chapter-list {
  position: relative;
  left: 1000px;
  top: 5000px;
  color: var(--text-white-color)FFF;
}

/* end player css*/

.alert-success {
  text-align: center;
  z-index: 1;
  margin-top: 5px;
}

.alert-danger {
  text-align: center;
  z-index: 1;
  margin-top: 5px;
}

.class-icon {
  width: 50px;
}

.google a.btn.btn-white {
  background-color: #DB4A39;
  color: var(--text-white-color);
  box-shadow: none;
}

.cart-course-detail {
  margin-left: 15px;
}

.list-group-item b {
  font-weight: 600;
  font-size: 14px;
}

.available-coupon ul li {
  font-size: 12px;
  margin-bottom: 10px;
  border: 1px dashed var(--text-blue-color);
  padding: 7px;
  text-align: center;
}

.class-nav-block {
  padding: 15px 10px 10px;
  background-color: #262424;
  color: var(--text-white-color);
}

.class-nav-heading {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 10px;
}

.class-button {
  margin-top: 15px;
  text-align: right;
  justify-content: flex-end;
}

.class-button ul li {
  display: inline-block;
  margin-bottom: 10px
}

.class-button ul li a {
  border: 1px solid #95979a;
  padding: 10px 15px;
  color: #95979a;
}

.class-button ul li a:hover {
  border: 1px solid #FFF;
  padding: 10px 15px;
  color: var(--text-white-color);
}

.class-logo {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 10px 0;
}

.learning-contact.html-block .section {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.author-tag {
  display: inline-block;
  margin-left: 10px;
  background-color: #999;
  color: var(--text-white-color);
  padding: 4px 4px 3px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.announsment-text {
  padding: 15px;
}

@media (max-width: 567px) {
  .class-nav-block .class-nav-heading {
    margin-bottom: 20px;
  }

  .class-button {
    text-align: left;
  }

  .class-nav-block .class-button ul li {
    margin-bottom: 30px
  }
}

/* ============================== */
/*===== Course Quiz  =====*/
/* ============================== */
.quiz-main-block {
  padding: 40px 0;
}

.quiz-main-block .card {
  position: relative;
  margin: .5rem 0 1rem 0;
  background-color: var(--background-white-bg-color);
  box-shadow: 0 0 6px 2px rgba(20, 23, 28, 0.1);
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 2px;
}

.quiz-main-block .card .card-content {
  padding: 14px;
  border-radius: 0 0 2px 2px;
  background-color: var(--background-white-bg-color);
}

.dark-text {
  color: var(--text-light-grey-color);
}

.quiz-main-block .card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
  font-size: 22px;
}

.quiz-main-block .card .card-content p {
  margin: 0;
  color: var(--text-light-grey-color);
  font-size: 14px;
}

.quiz-main-block .card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

.quiz-main-block .card .card-action {
  position: relative;
  border-top: 1px solid rgba(160, 160, 160, 0.4);
  padding: 8px 24px;
}

.quiz-main-block .card .card-action a {
  color: var(--text-light-grey-color);
}

.topic-detail {
  margin-top: 13px;
  list-style-type: none;
  -webkit-padding-start: 0;
}

.topic-detail li {
  margin-bottom: 6px;
  position: relative;
  margin-right: -15px;
}

.topic-detail li .fa {
  position: absolute;
  right: 0;
  top: 3.5px;
  color: #424242;
}

.result-table {
  margin: 40px 0;
}

.question-block-tabs {
  padding: 20px 0;
}

.question-block-tabs .tab-content {
  padding: 20px 0;
}

.main-block-heading {
  font-size: 40px;
  text-transform: uppercase;
}

.quiz-main-block-two {
  padding: 50px 150px;
  background-color: var(--background-grey-bg-color);
}

.btn_block {
  margin-top: 50px;
  text-align: center;
  margin-left: -15px;
}

.btn_block .btn {
  padding: 10px 50px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

#question_block {
  padding: 10px 0 30px;
}

.question {
  margin-bottom: 15px;
}

.myQuestion {
  display: none;
}

.myQuestion.active {
  display: block;
}

.myQuestion blockquote {
  margin: 20px 0 32px;
}

.myQuestion form {
  margin-left: 5px;
}

.myQuestion input {
  margin-bottom: 15px;
}

.myQuestion span:nth-child(odd) {
  color: black;
}

.myQuestion span {
  font-size: 16px;
  margin-left: 5px;
}

.myQuestion .btn-block {
  margin: 25px 20px 0 10px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 2px;
  padding: 4px 0;
}

.myQuestion .code {
  background-color: #f1f1f1;
  padding: 12px;
}

#clock span {
  margin-top: 4px;
  color: var(--text-white-color);
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 600;
}

.quiz-main-block-two .jumbotron {
  background-color: var(--background-white-bg-color);
  box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.2);
}

.quiz-main-block-two .jumbotron label {
  display: block;
  margin-bottom: 10px;
}

.quiz-main-block-two input[type="radio"] {
  margin-right: 10px;
}

.finish-main-block {
  padding: 40px 0;
  background-color: #F2F3F5;
}

.finish-main-block table {
  background-color: var(--background-white-bg-color);
}

.learning-business-two {
  margin-left: -20px
}

.learning-quiz-null {
  padding: 90px 300px;
}

@media (max-width: 992px) {
  .quiz-main-block-two {
    padding: 50px 0;
  }

  .learning-quiz-null {
    padding: 90px 50px;
  }

  .small-screen-dashboard li i {
    margin-right: 10px;
  }
}

#cboxTitle {
  display: none !important;
}

.download-logo {
  margin-top: 50px;
  width: 100px;
}

.quiz-nav-bar-block {
  background: var(--background-black-bg-color);
  color: var(--text-white-color);
  padding: 20px 0;
}

.quiz-nav-bar-block .heading {
  color: var(--text-white-color);
  margin-bottom: 0;
}

.course-cirtificate {
  padding: 60px 0;
  background-color: var(--background-grey-bg-color);
}

.recipient-block {
  background-color: var(--background-white-bg-color);
  padding: 10px;
  margin-bottom: 20px;
}

.img-circle {
  border-radius: 100%;
}

.download-btn .btn-secondary {
  color: var(--text-blue-color);
  border: 1px solid var(--text-blue-color);
  width: 100%;
}

.download-btn .btn-secondary:hover {
  color: #003845;
  border: 1px solid #003845;
}

.cirtificate-border-one {
  font-family: "Times New Roman", Times, serif;
  border: 15px groove var(--text-blue-color);
  padding: 20px;
  background-color: var(--background-white-bg-color);

}

.cirtificate-border-two {
  border: 5px double var(--text-blue-color);
  padding: 20px;
}

.cirtificate-heading {
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
}

.cirtificate-detail {
  margin-bottom: 20px;
  font-size: 30px;
}

.cirtificate-instructor {
  font-family: 'Great Vibes', cursive;
  font-size: 20px;
  /*border: 1px solid #000;*/
  margin: 0 auto;
  text-align: center;
}

.cirtificate-logo img {
  width: 150px;
}

.protip-whatlearn ul li {
  margin-bottom: 10px;
  margin-left: 20px;
  color: var(--text-dark-grey-color);
  font-size: 13px;
}

.protip-whatlearn i {
  margin-right: 20px;
  color: var(--text-dark-grey-color);
  font-size: 10px;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-indent: -2px;
  text-align: right;
  direction: rtl;
}

.course-duration {
  color: var(--text-dark-grey-color);
  font-size: 14px;
}

.device-btn {
  display: inline-block;
}

.device-btn .btn-primary {
  padding: 15px 25px;
}

.rating p {
  margin-bottom: 0;
}

.finish-btn .btn-secondary {
  padding: 20px 25px;
  font-size: 15px;
}

.live-class {
  color: #5BC895;
  font-size: 14px;
  display: inline-block;
}

.meeting-owner {
  text-transform: lowercase;
  ;
}

.amazon-button .btn-info {
  color: #000;
  background-color: #FF9900;
  border: 1px solid #FF9900;
}

.amazon-button .btn-info:hover {
  color: #000;
  background-color: #FF9900;
  border: 1px solid #FF9900;
}

.course-check-table .table td,
.course-check-table .table th {
  padding: none;
  vertical-align: top;
  border-top: none;
}

.progress-block .bar-block {
  margin-right: 10px;
  color: black;
  display: block;
  float: left;
  /*width: 100%;*/
  background-color: #F2F3F5;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}

.progress-block .bar {
  padding: 2px;
  display: block;
  height: 10px;
}

.progress-block .histo-rate {
  clear: both;
  display: inline-block;
  width: 95%;
}

.profile-block .table {
  margin-bottom: 0 !important;
}

.course-check-table .table td,
.course-check-table .table th {
  padding: 12px 12px 12px 5px;
  vertical-align: top;
  border-top: none;
}

.mycourse-progress .progress {
  height: 6px;
}

.mark-read-button .btn-primary {
  padding: 10px;
}

.assignment-main-block {
  padding: 40px 0;
}


.assignment-main-block .wrapper {
  text-align: -webkit-center;
}

.assignment-main-block .wrapper .file-upload {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #FFFFFF;
  overflow: hidden;
  background-image: linear-gradient(to bottom, var(--background-red-bg-color) 50%, #FFFFFF 50%);
  background-size: 100% 200%;
  transition: all 1s;
  color: var(--text-white-color);
  font-size: 100px;
}

.assignment-main-block .wrapper input[type='file'] {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.assignment-main-block .wrapper :hover {
  background-position: 0 -100%;
  color: #2590EB;
}

.assignment-main-block .wrapper i {
  font-size: 30px;
}

.assign-tab-one ul li {
  display: block;
  font-size: 13px;
  color: #4A4A4A;
}

.assignment-tab-block .categories-block i {
  margin-right: 5px;
  font-size: 14px;
}

/* ============================== */
/*===== instructor-profile  =====*/
/* ============================== */
.instructor-profile .instructor-block {
  font-weight: 600;
}

.instructor-profile .instructor-small-heading {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}

.instructor-profile .instructor-block h1 {
  font-weight: 800;
  color: #fff;
  font-family: 'roboto', sans-serif;
  margin-bottom: 0;
}

.instructor-profile .instructor-block .sub-heading {
  font-size: 16px;
  color: #fff;
  padding: 8px 0;
  font-weight: 400;
}

.instructor-profile .instructor-business-block {
  margin-top: 0px;
  display: flex;
}

.instructor-profile .instructor-student {
  margin-right: 24px;
}

.instructor-profile .total-students {
  color: #5BC895 !important;
  margin-bottom: 8px;
  font-size: 14px;
}

.instructor-profile .total-number {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.instructor-profile .about-instructor .heading {
  padding: 48px 0 16px;
  font-size: 19px;
  font-weight: 700;
}

.instructor-profile .about-instructor-dtl {
  font-size: 16px;
  color: #3C3B37;
}

.instructor-profile .instructor-img {
  margin-bottom: 30px;
  text-align: center;
  /*
    border: 1px solid #5bc89575;
    padding: 10px;
*/
  border-radius: 6px;
}

.instructor-profile .instructor-img img {
  border-radius: 50%;
  width: 250px;
  height: 250px;
}

.instructor-profile .instructor-link ul {
  /*display: flex;
    flex-direction: column;
    width: 200px;
    margin: 0 auto;*/
  text-align: center;
}

.instructor-profile .instructor-link ul li {
  text-align: center;
  border: 1px solid #DCDACB;
  border-radius: 100%;
  padding: 15px 0;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 50px;
  height: 50px;
  background: #0077b5;
}

.instructor-profile .instructor-link ul li:hover {
  border: 1px solid #C3C0A6;
}

.instructor-profile .instructor-link ul li i {
  margin-right: 10px;
}

.instructor-profile .moretext {
  display: none;
}

.instructor-profile .about-instructor {
  margin-bottom: 20px;
}

.instructor-profile .about-instructor p {
  font-weight: 400;
  font-size: 16px;
}

.instructor-profile .instructor-main-block .section {
  margin-bottom: 30px;
}

.instructor-profile .moretext ul li {
  font-weight: 400;
}

.instructor-profile .instructor-block .moreless-button {
  font-size: 14px;
}

.instructor-profile .article {
  overflow: visible;
  max-height: none !important;
  /*-webkit-mask-image: linear-gradient(#fff, #fff, rgba(255,255,255,0));*/
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 96%;
  }
}

@media (max-width: 576px) {
  .instructor-profile .instructor-link ul li {
    width: 100%;
    max-width: 50px;
  }
}


/* ============================== */
/*===== Responsive  =====*/
/* ============================== */
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-search .form-control {
    width: 174px;
  }

  .nav-search form {
    margin-left: 20px;
  }

  .nav-bar-main-block .logo a img {
    width: 85px;
    padding: 10px 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .learning-courses-home-video .btn-video-play i {
    top: 107%;
    left: 6%;
  }
}

@media (min-width: 476px) and (max-width: 576px) {
  nav {
    margin-left: -10px;
  }

  .nav-tabs {
    width: 542px;
  }

  .learning-courses-about-main-block .nav-tabs .nav-item.show .nav-link,
  .learning-courses-about-main-block .nav-tabs .nav-link {
    width: 16%;
  }
}

@media (max-width: 450px) {

  .learning-courses-about-main-block .nav-tabs .nav-item.show .nav-link,
  .learning-courses-about-main-block .nav-tabs .nav-link {
    width: 33%;
  }

  .profile-heading-one {
    margin-left: 5px;
  }

  .profile-heading-two {
    font-size: 11px;
  }

  .progress-block .histo-rate {
    width: 88%;
  }
}

.instructor-profile .student-view-block {
  margin-bottom: 20px;
}

.instructor-profile .about-instructor ul li i {
  margin-right: 0;
}

.linkedin-button .btn-info {
  color: var(--text-white-color);
  background-color: #0E76A8;
  border: 1px solid #0E76A8;
}

.linkedin-button .btn-info:hover {
  color: var(--text-white-color);
  background-color: #084461;
  border: 1px solid #084461;
}

.twitter-button .btn-info {
  color: var(--text-white-color);
  background-color: #1bb2e9;
  border: 1px solid #1bb2e9;
}

.twitter-button .btn-info:hover {
  color: var(--text-white-color);
  background-color: #1B8EB8;
  border: 1px solid #1B8EB8;
}

.certificate-button .btn-secondary {
  padding: 8px;
  border-radius: 0;
  background-color: transparent;
  color: #95979a;
  border: 1px solid #95979a;
}

.certificate-button .btn-secondary:hover {
  border-radius: 0;
  color: var(--text-white-color);
  border: 1px solid #FFF;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #95979a;
  background-color: #262424;
  border-color: #95979a;
  border-radius: 0;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.certificate-button .dropdown-menu {
  padding: 0 0;
}

.certificate-button .about-home-btn .btn-secondary {
  font-size: 14px;
  border: 1px solid var(--text-blue-color);
}

.certificate-button .about-home-btn .btn-secondary {
  font-size: 14px;
  border: 1px solid #003845;
}


/* ============================== */
/*===== Promo Bar  =====*/
/* ============================== */
#promo-outer {
  width: 100%;
  height: auto;
  background: var(--background-blue-bg-color);
  box-shadow: 0 5px 10px gray(#505050, 15%);
  display: block;
}

#promo-inner {
  color: var(--text-white-color);
  text-align: center;
  line-height: 25px;
  padding: 10px 5px 15px;
}

#promo-inner a {
  color: var(--text-white-color);
  text-align: center;
  text-decoration: underline;
}

#close {
  float: right;
  padding-right: 20px;
  color: var(--text-white-color);
  font-weight: bolder;
  cursor: pointer;
}

#promo-tab {
  background: gray;
  color: #505050;
  padding: 10px 20px;
  text-align: center;
  font-weight: bolder;
  position: fixed;
  top: 0;
  right: 10px;
  border: 1px solid darken(gray, 10%);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}

.koh-faqs-page-title {
  font-size: 30px;
  color: #04202E;
  font-weight: 700;
}

.koh-faq-question-span {
  font-size: 14px !important;
  color: #fff !important;
  display: inline-block;
}

.koh-faq-answer {
  color: var(--text-black-color);
  font-weight: 400;
  display: none;
}

.koh-tab-content .icon {
  font-size: 10px;
  padding-right: 5px;
}

.koh-tab-content .fa {
  font-size: 14px;
  color: var(--text-blue-color) !important;
  margin-left: 7px;
  vertical-align: top;
}

.koh-tab-content .fa.active {
  transform: rotateZ(180deg);
  vertical-align: text-bottom;
}

.koh-faq-answer {
  background-color: transparent !important;
}

.nav-bar-main-block .logo .img-fluid {
  max-width: 100%;
  height: 100%;
  object-fit: scale-down;
  width: auto;
  /* margin-top: -10px; */
}

.nav-wishlist .fa-search {
  color: var(--text-red-color);
  ;
  -webkit-text-stroke: 1px transparent;
  padding: 13px 13px 12px;
}

.Login-btn .nav-wishlist {
  margin-right: 30px;
}

/*-------------------------------*/
/*       search         */
/*-------------------------------*/
#find {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  z-index: 999999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#find.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#find input[type="find"] {
  position: absolute;
  top: 50%;
  left: 28%;
  width: 100%;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0);
  font-size: 20px;
  font-weight: 300;
  border: 0px;
  margin: 0px auto;
  outline: none;
  width: 600px;
  text-align: center;
}

#find .btn {
  position: absolute;
  top: 60%;
  left: 0%;
  right: 0;
  margin: 0 auto;
  color: #444;
  background: #F2F2F2;
}

#find .close {
  position: fixed;
  top: 15px;
  right: 45px;
  color: var(--text-white-color);
  opacity: 0.7;
  padding: 10px 1px;
  font-size: 40px;
  z-index: 99999;
  font-weight: 400;
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
}

.appointment-main-block {
  padding: 40px 0;
}

.appointment-main-block ul li a {
  font-size: 13px;
  color: var(--text-blue-color);
  font-weight: 400;
}

.categories-dtl {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.categories-heading a {
  margin-right: 10px;
}

.categories-subheading a {
  font-weight: 800;
  font-size: 20px;
}

.programmer {
  font-size: 15px;
  font-weight: 600;
}

/*-------------------------------*/
/*     side navigation humburger   */
/*-------------------------------*/
/*-------------------------------*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  right: 0;
  background-color: var(--background-white-bg-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 13px;
  box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.2);
}

.sidenav a {
  padding: 8px 8px 5px 20px;
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: var(--text-blue-color);
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

@media (min-width: 993px) {
  .fullscreen-search-block {
    display: none;
  }
}

@media (max-width: 992px) {

  #find input[type="find"] {
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
  }

  .hamburger {
    left: 20px;
    margin-right: 20px;
  }

  .shopping-cart {
    float: right;
    right: 10px;
    display: inline-flex;
  }

  .nav-search.nav-wishlist {
    right: -8px;
    top: -5px;
    float: right;
    display: inline-flex;
  }

  .nav-wishlist {
    right: 12px;
    top: -6px;
    float: right;
    display: inline-flex;
  }

  #notification_li span {
    left: 21px;
    top: 11px;
  }

  #notificationContainer {
    top: 41px;
    left: -147px;
  }

  #notificationContainerr {
    top: 41px;
    left: -147px;
    width: 290px;
  }

  #notificationContainerr:before {
    border-color: transparent transparent var(--text-black-color);
    margin-left: 141px;
  }

  /* ...................    */
  .fullscreen-search-block .btn-secondary,
  .fullscreen-search-block .btn-primary {
    text-align: left;
    background: transparent;
    border: 1px solid transparent;
    color: var(--text-blue-color);
  }

  .fullscreen-search-block .btn-secondary:hover,
  .fullscreen-search-block .btn-primary:hover {
    color: #003845;
    background: transparent;
    border: 1px solid transparent;
  }

  .sub-cat {
    padding: 5px 20px;
    font-size: 12px;
  }

  .learning-business {
    margin-bottom: 0;
  }

  .learning-business a {
    text-align: left;
  }

  .notification-after {
    left: 109px;
  }

  .my-container {
    justify-content: left;
  }

  .learning-business .btn-link {
    padding: 8px 18px 5px;
  }

  .shopping-cart i {
    padding: 6px 9px 7px 16px;
  }

  .my-dropdown {
    width: auto;
    margin-left: 15px;
  }

  #notificationTitle {
    padding: 14px 0 14px 15px;
  }

  #notificationFooter {
    text-align: left;
    background: transparent;
    padding: 0 22px;
    border-top: 0;
  }

  .dropdown-menu-right {
    width: 240px;
  }

  .sidenav .login-block {
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #DEDFE0;
  }

  .fullscreen-search-block .logo {
    text-align: center;
    display: inline-flex;
    vertical-align: bottom;
  }

  .fullscreen-search-block .nav-bar-main-block .logo .img-fluid {
    height: 30px;
    margin-top: -10px;
  }

  /*.nav-bar-main-block .wrapper .panel-title a[aria-expanded="false"]:after {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    right: 15px;
    color: var(--text-blue-color);
    text-align: center;
    font-size: 20px;
    line-height: 23px;
  }
  .nav-bar-main-block .wrapper .panel-title a[aria-expanded="true"]:after {
    position: absolute;
    content: "\f106";
    font-family: fontawesome;
    right: 15px;
    color: var(--text-blue-color);
    text-align: center;
    font-size: 20px;
    line-height: 16px;
  }*/
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    display: none;
  }

  /* ...................    */
  .smallscreen-search-block {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .width-30 {
    width: 16%;
  }
}

@media (max-width: 576px) {
  .width-30 {
    width: 30%;
  }
}

.wrapper {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 3px;
}

.nav-bar-main-block .panel-heading {
  padding: 0;
  border: 0;
}

.nav-bar-main-block .panel-title>a,
.nav-bar-main-block .panel-title>a:active {
  display: block;
  padding: 8px 20px;
  color: var(--text-black-color);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}

.nav-bar-main-block .panel-title {
  margin-bottom: 5px;
}

.course-cirtificate .rate,
.about-instructor .rate,
.about-product-main-block .student-view-block .rate {
  right: 22px;
}

.about-instructor .rate ul li {
  margin-bottom: 0;
}

/*start css toggle products section products grid-view*/
.view {
  /*text-align: right;*/
  padding: 5px;
  margin-bottom: 20px;
}

.view i {
  cursor: pointer;
  font-size: 22px;
}

.view i.selected {
  color: var(--text-blue-color);
}

.prod {
  /* margin:20px auto; */
  overflow: hidden;
}

.prod.grid-view .item {
  width: 32%;
  float: left;
  background-color: transparent;
  padding: 5px;
  box-shadow: none;
  margin-bottom: 20px;
  margin-right: 5px;
  margin-left: 5px;
}

.prod.grid-view .item h3 {
  color: #615E5E;
  margin: 0;
}

.prod.grid-view .item .date {
  color: #888;
  font-size: 12px;
  padding: 2px 0;
  display: block
}

.prod.grid-view .item img {
  background-color: transparent;
  padding: 0px;
  height: 150px;
  width: 100%;
}

.prod.grid-view p {
  color: #333;
}

.prod .best-seller-one {
  position: absolute;
  top: 177px;
}

/*start css toggle products section products list-view*/
.prod.list-view .item {
  background-color: var(--background-white-bg-color);
  position: relative;
  overflow: hidden;
  min-height: 100px;
  margin: 5px 5px 20px 5px;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.prod.list-view .item h3 {
  color: #615E5E;
  margin: 0;
  position: absolute;
  left: 220px;
}

.prod.list-view .item .date {
  color: #888;
  font-size: 12px;
  padding: 2px 0;
  position: absolute;
  left: 220px;
  bottom: 70px;
}

.prod.list-view .item img {
  background-color: var(--background-white-bg-color);
  width: 200px;
  height: 150px;
}

.prod.list-view p {
  color: #333;
  padding: 10px 0;
  margin: 0;
  left: 220px;
  top: 40px;
}

.prod.list-view .view-heading {
  color: #333;
  position: absolute;
  padding: 10px 0;
  margin: 0;
  left: 220px;
  top: 10px;
}

.prod.list-view .categories-popularity-dtl {
  color: #333;
  position: absolute;
  padding: 10px 0;
  margin: 0;
  left: 220px;
  top: 30px;
}

.prod.list-view .rate-grid {
  position: absolute;
  padding: 10px 0;
  margin: 0;
  left: 220px;
  top: 100px;
}

.prod.list-view .rate-grid ul {
  display: inline-block;
}

@media (max-width: 576px) {
  .prod.grid-view .item {
    width: 100%;
  }
}

@media (min-width: 567px) and (max-width: 992px) {
  .prod.grid-view .item {
    width: 47%;
  }
}

.sidebar-nav-icon ul a li {
  color: var(--text-dark-grey-color);
}

.sidebar-nav-icon ul a li i {
  margin-right: 8px;
}

.chapter-total-time {
  text-align: right;
  font-size: 13px;
}

.about-home-product .nav-search .form-control {
  padding: 13px 0 13px 21px;
  color: var(--text-black-color);
  border-radius: 0;
  border: none;
  background-color: var(--background-grey-bg-color);
  display: inline-block;
  float: left;
  width: 650px;
}

.about-home-product .nav-search {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .about-home-product .nav-search .form-control {
    width: 200px;
  }

  .instructor-main-block {
    padding: 30px 0;
  }
}

@media (min-width: 567px) and (max-width: 992px) {
  .about-home-product .nav-search .form-control {
    width: 350px;
  }

  .instructor-main-block {
    padding: 30px 0;
  }
}

.review-table .table tr {
  border: none;
}

.money-back-days {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* ====================================== */
/*======== Refund History  ========*/
/* ===================================== */
.refund-main-block {
  padding: 60px 0;
}

.profile-block .second-accordion .card-header button.btn {
  padding: 0 5px !important;
}


.ip-block-main-block {
  padding: 70px 0;
}

.progress-block .bar-clr {
  background-color: #05d584;
}

.assignment-delete-block form {
  margin-bottom: 0;
  display: inline-block;
}

.assignment-tab-block table {
  width: 100%;
}

.assignment-tab-block .categories-block {
  padding: 10px 10px 10px;
}

.assign-remove-btn {
  border: none;
  background-color: transparent;
  font-size: 13px;
  color: var(--text-blue-color);
  font-weight: 400;
  padding: 0;
  cursor: pointer;
}

.assign-remove-btn i {
  font-size: 5px;
}

.assignment-tab-block i.fas.fa-trash-alt {
  font-size: 14px;
  color: #14171C;
}

.about-home-dtl-training .nav-search .btn-primary {
  background: var(--background-blue-bg-color);
  color: var(--text-white-color);
}

/* ====================================== */
/*======== Style changes  ========*/
/* ===================================== */
#find input[type="find"] {
  left: 0;
  right: 0;
}

#find .btn {
  background: var(--background-red-bg-color);
  border: 1px solid var(--text-red-color);
  color: var(--text-white-color);
  padding: 15px 30px;
}

.categories-tab-dtl:hover {
  background: var(--background-mehroon-bg-color);
}

#find .btn:hover {
  background: var(--background-mehroon-bg-color);
  border: 1px solid var(--background-mehroon-bg-color);
}

.categories-tab-block i {
  -webkit-text-stroke: 1px var(--text-white-color);
}

.categories-tab-block a {
  color: var(--text-white-color);
}

.view-button .btn-secondary {
  padding: 2px 10px;
}

.categories-tab-main-block {
  background: var(--linear-gradient-reverse-bg-color);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  border-radius: 30%;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #DEDFE0;
}

.student-main-block .owl-carousel .owl-nav button.owl-prev,
.student-main-block .owl-carousel .owl-nav button.owl-next {
  top: 51%;
}

.owl-carousel .owl-nav button.owl-next {
  margin-left: 73px;
  color: #fff;
  background: #000;
  border-radius: 18px;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-left: 28px;
  color: #fff;
  background: #000;
  border-radius: 18px;
}

.learning-work-icon {
  margin-bottom: 10px;
}

.footer-main-block {
  background: #151B29;
}

.footer-main-block hr {
  border-top: 1px solid #686F7A;
}

.copyright-social a,
.logo-footer ul li,
.footer-link a,
.widget {
  color: var(--text-white-color);
}

.copyright-social a:hover,
.footer-link a:hover {
  opacity: 0.7;
}

.together-img .heart {
  opacity: 0;
  -webkit-text-stroke: 2px var(--text-red-color);
}

.together-img .heart i {
  color: transparent;
  font-size: 25px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.together-img .heart:hover i {
  color: var(--text-red-color);
  ;
}

.together-img:hover .heart {
  opacity: 1;
}

.testimonial-main-block {
  background-color: var(--background-white-bg-color);
}

.testimonial-block {
  background-color: #FFF;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.testimonial-block p {
  font-size: 12px;
  margin-bottom: 5px;
  text-align: left;
  color: var(--text-dark-grey-color);
}

.product-learn-dtl [class^="flaticon-"]:before,
.product-learn-dtl [class*=" flaticon-"]:before,
.product-learn-dtl [class^="flaticon-"]:after,
.product-learn-dtl [class*=" flaticon-"]:after {
  font-size: 16px;
  margin-left: 0;
  margin-right: -5px;
}

.blog-slider-block {
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0px 4px 10px #DEDFE0; */
  margin: 30px 20px 30px 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #5BC89585;
}

.blog-slider-block:hover {
  box-shadow: none;
}

.footer-logo img {
  width: 100%;
  margin-bottom: 10px;
}

.footer-dropdown .a {
  color: var(--text-white-color);
  border: none;
}

.blog-main-block .owl-carousel .owl-nav button.owl-prev {
  margin-left: 0 !important;
}

.blog-main-block .owl-carousel .owl-nav button.owl-next {
  margin-left: 96.8% !important;
}





.about-transforming-main-block .nav-tabs {
  display: none;
}

.about-transforming-main-block .tab-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .about-transforming-main-block .nav-tabs {
    display: flex;
    flex-flow: column nowrap;
  }

  .about-transforming-main-block .nav-tabs {
    border-bottom: none;
    border-right: 1px solid #ddd;
    display: flex;
  }

  .about-transforming-main-block .nav-tabs {
    margin: 0 15px;
  }

  .about-transforming-main-block .nav-tabs .nav-item+.nav-item {
    margin-top: 0.25rem;
  }

  .about-transforming-main-block .nav-tabs .nav-link {
    transition: border-color 0.125s ease-in;
    white-space: nowrap;
  }

  .about-transforming-main-block .nav-tabs .nav-link:hover {
    background-color: #f7f7f7;
    border-color: transparent;
  }

  .about-transforming-main-block .nav-tabs .nav-link.active {
    border-bottom-color: #ddd;
    border-right-color: var(--text-white-color);
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    margin-right: -1px;
  }

  .about-transforming-main-block .card {
    border: none;
  }

  .about-transforming-main-block .card .card-header {
    display: none;
  }

  .about-transforming-main-block .card .collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .about-transforming-main-block .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.student-main-block .owl-carousel .owl-nav.disabled {
  display: block;
}


.search-main-block #accordion .card-header:after {
  font-family: 'FontAwesome';
  content: " \f0d8";
  /*f068*/
  float: right;
}

.search-main-block #accordion .card-header.collapsed:after {
  content: " \f0d7";
  /*f067*/
}


.categories-tags {
  background-color: transparent;
  margin-bottom: 20px;
}

.categories-tags-heading {
  color: #251AFF;
  font-size: 22px;
  border: 1px solid #E8E8E8;
  padding: 16px 0 16px 34px;
  font-weight: 500;
}

.categories-content {
  padding: 39px 38px 19px 35px;
}

.categories-tags-content {
  display: inline-block;
  float: left;
}

.categories-tags-content ul li {
  font-size: 14px;
  margin-bottom: 30px;
  color: #7A7A7A;
  font-weight: 400;
}

.categories-tags-content ul li a {
  color: #7A7A7A;
}

.categories-tags-content ul li.active a {
  color: var(--text-black-color);
  font-weight: 500;
}

.categories-tags-count {
  text-align: right;
}

.categories-tags-count ul li {
  margin-bottom: 30px;
  font-size: 14px;
  color: #7A7A7A;
}

.categories-tags-count ul li a {
  color: #7A7A7A;
  font-weight: 400;
}

.categories-tags-count ul li.active a {
  color: var(--text-black-color);
}

.categories-tags-count ul li.active {
  color: var(--text-black-color);
}

.search-main-block input[type=checkbox] {
  width: 222px;
  height: 26px;
  background-color: var(--background-white-bg-color);
  border: #7f83a2 1px solid;
  position: absolute;

}

/* .search-main-block input[type="checkbox"] {
  visibility: hidden;
} */
.search-main-block label {
  cursor: pointer;
}

/* .search-main-block input[type="checkbox"] + label:before {
  border: solid 1px #d7d7d7;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0 .25em 0 0;
  padding: 0;
  width: 16px;
  margin-right: 15px;
} */
.search-main-block input[type="checkbox"]:checked+label:before {
  background: #0000ff;
  color: #0000ff;
  content: "\2713";
  text-align: center;
}

.search-main-block input[type="checkbox"]:checked+label:after {
  font-weight: bold;
}

.search-main-block input[type="checkbox"]:focus+label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.search-main-block .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: auto;
  margin-left: -20px;
}

.couurse-heeadd {
  background: #fff;
  box-shadow: 0px 0px 10px 6px #00000036;
  /* border-radius: 0px 0px 39px 39px; */
  position: relative;
    background-blend-mode: luminosity;
}

.image-container {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.image-overlay {
  opacity: 0;
  position: absolute;
  color: var(--text-white-color);
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  border-radius: 6px;
  text-align: center;
  line-height: 150px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 15px;
}

.image-overlay {
  opacity: 1;
}

.image-overlay i {
  margin-right: 10px;
}

.image-container a img {

  min-height: 150px;
  max-height: 150px;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width : 767px) {

  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

button.omise-checkout-button {
  color: var(--text-white-color);
  background-color: var(--background-red-bg-color);
  padding: 10px 80px;
  font-weight: 500;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.about-home-main-block .row {
  width: 100%;
  margin-left: 0px
}

.refund-policy-block .btn-secondary {
  padding: 0;
  background-color: transparent;
  color: var(--text-dark-grey-color);
  font-size: 15px;
  border: 1px solid transparent;
}

.one-topic-detail {
  width: 200px;
}

.two-topic-detail {
  text-align: right;
  margin-right: 10px;
}

.user-bank-block {
  padding: 0px 0;
}

.user-bank-button {
  padding: 20px 0px 20px 20px;
}

.user-bank-button .btn-primary {
  padding: 7px 25px;
}

.category-filters .card {
  margin-bottom: 10px;
  border: none;
}

.category-filters .card-title {
  font-weight: 500;
  font-size: 15px;
  color: #fff !important;
  text-transform: uppercase;
}

.categories-content-one .form-check-label {
  font-size: 14px;
  color: #fff;
}

.category-filters .card-header {
  background-color: var(--background-light-grey-bg-color);
}

.confiramtion-logo {
  width: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.confirmation-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 35px;
  color: #339959;
}

.confirmation-block {
  background-color: aliceblue;

  padding: 50px 0;
  text-align: center;
}

.confiramtion-border {
  border: 2px solid #686F7A;
  padding: 50px 0;
}

.confirmation-block i {
  font-size: 50px;
  margin-bottom: 10px;
  color: #339959;
}

.wrapper-two .panel-title a[aria-expanded="false"]:after {
  position: absolute;
  content: "\f107";
  font-family: fontawesome;
  right: 15px;
  color: var(--text-dark-grey-color);
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.wrapper-two .panel-title a[aria-expanded="true"]:after {
  position: absolute;
  content: "\f106";
  font-family: fontawesome;
  right: 15px;
  color: var(--text-dark-grey-color);
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.wrapper-two a {
  font-weight: 100 !important;
  font-size: 13px !important;
  color: #fff !important;
}

.wrapper-two .sub-cat {
  font-weight: 400 !important;
  font-size: 12px !important;
  color: var(--text-dark-grey-color) !important;
  padding: 5px 20px;
}

.subcate-collapse {
  margin-left: 15px;
}

.subcate-collapse i {
  font-size: 14px;
}

.subcate-collapse .sub-cate {
  font-size: 14px;
}

.limit-dropdown .dropdown-menu {
  min-width: 3rem !important;
  width: 20%;
}

.learning-work-block {
  color: var(--text-white-color);
}

.home-dtl {
  color: var(--text-white-color);
}

.business-home-main-block h1 {
  color: var(--text-white-color) !important;
  position: relative;
}

.learning-courses {
  color: var(--text-white-color) !important;
}

.refund-policy-block .btn-secondary {
  padding: 0;
  background-color: transparent;
  color: var(--text-dark-grey-color);
  font-size: 15px;
  border: 1px solid transparent;
}

.learning-contact.html-block .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: unset !important;
}

.view-block .star-ratings-sprite {
  height: 17px !important;
}

.owl-carousel .owl-stage-outer {
  width: 100%;
}

.quiz-tabs .nav-tabs {
  border-bottom: none !important;
}

.g-recaptcha {
  display: inline-block;
}

.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search {
  position: relative;
  float: left;
  width: 50px;
  height: 0;
  z-index: 100;
}

.search-input-wrap {
  position: absolute;
  height: 60px;
  width: 0;
  -webkit-transition: width 200ms;
  -moz-transition: width 200ms;
  transition: width 200ms;
}

.search.search-open .search-input-wrap {
  transition: all 0.4s ease-out;
}

input[type="submit"].search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.icon {
  cursor: pointer;
  float: left;
  padding: 0 5px 8px;
}

.fa.fa-search {
  font-size: 20px;
  color: var(--text-red-color);
  padding: 14px 15px 12px;
  border: 1px solid transparent;
  z-index: 90;
}

.search.search-open .icon {
  background: #F9F9F9;
  border: 1px solid rgba(20, 23, 28, 0.05);
  padding: 0 5px 11px;
}

.search.search-open .fa.fa-search {
  padding: 14px 15px 12px;
  color: var(--text-red-color);
  pointer-events: none;
  z-index: 1;
}

input[type="submit"].search-submit {
  background: transparent;
  color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none;
  z-index: -1;
}

.search.search-open input[type="submit"].search-submit {
  z-index: 90;
}

input[type="text"].search-input {
  border: none;
  outline: none;
  opacity: 0;
  font: 18px;
  background: #F9F9F9;
  height: 50px;
  margin: 0;
  border-left: 2px solid #5BC895;
  width: 0px;
}

.search.search-open input[type="text"].search-input {
  opacity: 1;
  width: 277px;
  font: 18px;
  background: #04E289;
  height: 43px;
  margin: 0;
  padding: 0px 15px;
  margin-left: -277px;
  outline: none;
  color: #fff;
  margin-top: 0px;
}

.aamar-pay-btn .btn-primary {
  padding: 10px 80px;
}

.plan-enroll-btn .btn-primary {
  width: 100%;
  padding: 5px 10px;
}







#bar-fixed.stickIt {
  position: fixed;
  top: 5px;
  width: 370px;
  z-index: 999;
}

.instructor-block-ratings ul li {
  display: inline-block;
  margin-bottom: 20px;
}

.instructor-block-ratings ul li i {
  color: var(--text-red-color);
}

.instructor-block p {
  margin-bottom: 0;
}

.about-instructor-block .instructor-img img {
  margin-bottom: 10px;
}

.instructor-img ul li {
  text-align: center;
}

.instructor-img ul li span {
  font-weight: 600;
}

.home-btn {
  padding: 5px 10px;
  font-size: 13px;
}

.home-search .search {
  width: 100%;
  position: relative;
  display: flex;
}

.home-search .searchTerm {
  width: 40%;
  border: 3px solid var(--text-red-color);
  border-right: none;
  padding: 5px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.home-search .searchTerm:focus {
  color: #00B4CC;
}

.home-search .searchButton {
  width: 45px;
  height: 50px;
  border: 1px solid var(--text-red-color);
  background: var(--background-red-bg-color);
  text-align: center;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.home-search .searchButton i {
  padding: 12px 6px 12px;
  color: #FFF;
}

@media (max-width: 767px) {
  .nav-bar-main-block-one {
    padding: 20px 0;
  }

  .nav-bar-main-block-one .logo {
    margin-left: 0 !important;
  }

  .nav-bar-main-block-one .logo .img-fluid {
    margin-top: 0 !important;
  }

  .logo {
    margin-bottom: 0 !important;
    text-align: right !important;
  }

  .nav-bar-btn .btn-secondary {
    margin: 0;
    padding: 7px 0;
    font-size: 12px;
  }

  .nav-bar-main-block .logo .img-fluid {
    max-width: 100px;
    margin-top: -15px;
  }

  .Login-btn .btn-primary {
    padding: 8px 20px;
    font-size: 12px;
  }

  .Login-btn .btn-secondary {
    padding: 8px 20px;
    font-size: 12px;
  }

  .Login-btn {
    margin-bottom: 0 !important;
  }

  .nav-bar-btn {
    margin-bottom: 0 !important;
  }

  .signup-block-main-block {
    padding: 40px 0 150px;
  }

  .signup-form i {
    top: 14px;
  }

  #bar-fixed.stickIt {
    position: relative;
    width: inherit;
  }

  .home-search .searchTerm {
    width: 100%;
  }

  .home-main-block {
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .learning-work-icon i {
    margin-left: 0;
  }

  .learning-courses .nav-link.active {
    padding: 10px;
  }

  .learning-courses .nav-link {
    padding: 10px;
  }

  .view-dtl .rate {
    right: 15px;
  }

  .categories-heading {
    margin-bottom: 40px;
  }

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

  .footer-logo img {
    margin-bottom: 15px;
    width: 60%;
  }
  .s_874 {
    font-size: 15px !important;
}
.resss-innffo p {
  font-size: 15px !important;
}
  .footer-dropdown {
    text-align: center;
  }

  .about-home-icon ul li {
    padding: 15px 0;
  }

  .business-home-slider-img {
    margin-right: 0;
  }

  .business-home-slider-main-block .owl-carousel .owl-item .img-fluid {
    height: auto;
    width: 100%;
  }

  .categories-popularity-main-block.category-filters .text-right {
    text-align: left !important;
    margin-bottom: 20px;
  }

  .categories-popularity-main-block.category-filters {
    padding: 30px 0;
  }

  .featured-review-img-dtl {
    padding: 0;
  }

  .review-img-block {
    margin-bottom: 20px;
  }

  .blog-block-img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .about-learning-blog-dtl {
    padding: 15px;
  }

  .contact.html-us-main-block img {
    margin-bottom: 20px;
  }

  .careers-heading {
    font-size: 42px;
  }

  .careers-main-block {
    padding: 0;
  }

  .careers-video-main-block {
    top: 100%;
  }

  .careers-learn-video {
    padding: 0;
  }

  .careers-learn-block {
    padding: 20px;
  }

  .careers-learn-video-one {
    padding: 40px 0;
  }

  .careers-learn-heading {
    font-size: 34px;
    text-align: center;
  }

  .careers-benefits-heading {
    font-size: 40px;
  }

  .careers-benefits-dtl-block {
    height: inherit;
  }

  .join-team-main-block {
    padding: 90px 0;
  }

  .join-team-main-block .faq-block {
    padding: 0;
  }

  .help-search i {
    top: 10%;
  }

  .help-tab {
    height: inherit;
  }

  .help-main-block .btn-primary {
    height: inherit;
  }

  .image-container {
    margin-bottom: 20px;
  }

  #about-bar-fixed {
    display: none;
  }

  #about-bar-fixed.stickIt {
    display: none !important;
  }
}



@media (min-width: 767px) and (max-width: 992px) {
  .signup-block-main-block {
    padding: 60px 0 120px;
  }
}

.faq-block .second-accordion .card-body .btn-light {
  color: #FFF !important;
}

#about-bar-fixed {
  display: none;
}

#about-bar-fixed.stickIt {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(41, 48, 59, .95);
  padding: 10px 0;
  width: 100%;
}

#about-bar-fixed.stickIt .about-home-heading {
  font-size: 24px;
  margin-bottom: 5px;
}

#about-bar-fixed ul li {
  display: inline-block;
  margin-right: 10px;
  color: #FFF;
}

.about-home-includes-list {
  margin-bottom: 0 !important;
}


@media (min-width: 767px) and (max-width: 992px) {
  #bar-fixed.stickIt {
    position: relative;
    width: inherit;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #bar-fixed.stickIt {
    width: 310px;
  }
}

.modal {
  z-index: 1050 !important;
}

.meeting-icon {
  position: absolute;
  text-align: center;
  font-size: 10px;
  top: 6px;
  bottom: 0;
  left: 0;
  /*background-color: #F4C150;*/
  width: 40px;
  height: 15px;
  z-index: 9;
  border-radius: 0 10px 10px 0;
  text-transform: capitalize;
  left: 6px;
}

.vacation-days {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.vacation-days .btn.btn-secondary {
  padding: 0;
  background-color: transparent !important;
  border: none;
  color: #FFF !important;
}

.vacation-days i {
  margin-top: 0;
}


.growth-main-block {
  padding: 100px 0;
}

.engagement-bar {
  padding: 20px 20px 0;
  background-color: var(--background-black-bg-color);
  height: 370px;
}

.growth-block {
  background-color: var(--text-light-grey-color);
  height: 370px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .engagement-bar {
    height: 370px;
  }

  .growth-block {
    height: 370px;
  }
}

.engagement-heading {
  color: #FFF;
  margin-bottom: 0;
}

.wrapper-heading {
  color: var(--text-light-grey-color);
}

.progress-heading {
  color: var(--text-light-grey-color);
  text-transform: uppercase;
}

.profile-block .profile-block-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-top: -30%;
}

.profile-block-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding: 30px 0 20px;
  margin: 0 80px 20px;
}

.profile-block ul li {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 10px;
}

.profile-block ul li img {
  margin-right: 10px;
}

.profile-dtl-block {
  padding: 100px 0 99px;
}

.profile-dtl-block-heading {
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}

.profile-dtl-block img {
  margin-bottom: 20px;
}

.profile-dtl-block p {
  color: #FFF;
}



.wrapper {
  display: -ms-flexbox;
  display: box;
  display: flex;
  -o-box-align: center;
  align-items: center;
  -o-box-pack: center;
  justify-content: center;
  -o-box-orient: vertical;
  flex-direction: column;
}

.wrapper .progress {
  margin-bottom: 0;
}

.wrapper .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.green .progress {
  position: relative;
  border-radius: 50%;
}

.green .progress {
  width: 120px;
  height: 120px;
  border: 8px solid #EEE;
  background: none;
}

.green .progress {
  transition: all 1s ease;
}

.green .progress .inner {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  border-radius: 50%;
}

.green .progress .inner {
  width: 110px;
  height: 110px;
}

.green .progress .inner {
  transition: all 1s ease;
}

.green .progress .inner .water {
  position: absolute;
  z-index: 1;
  width: 200%;
  height: 200%;
  left: -50%;
  border-radius: 40%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: spin;
  animation-name: spin;
}

.green .progress .inner .water {
  background: rgba(83, 252, 83, 0.5);
}

.green .progress .inner .water {
  transition: all 1s ease;
}

.green .progress .inner .water {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.green .progress .inner .glare {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 0;
  height: 0;
  transform: rotate(45deg);
  border-radius: 50%;
}

.green .progress .inner .glare {
  background-color: rgba(255, 255, 255, 0.15);
}

.green .progress .inner .glare {
  transition: all 1s ease;
}

.green .progress .inner .percent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.green .progress .inner .percent {
  line-height: 125px;
  font-size: 26px;
  font-weight: 500;
}

.green .progress .inner .percent {
  color: #EEE;
}

.green .progress .inner .percent {
  transition: all 1s ease;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}



.leader-progress-bar .progress {
  width: 90px;
  height: 90px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.leader-progress-bar .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.leader-progress-bar .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.leader-progress-bar .progress .progress-left {
  left: 0;
}

.leader-progress-bar .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #ffb43e;
}

.leader-progress-bar .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.leader-progress-bar .progress .progress-right {
  right: 0;
}

.leader-progress-bar .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.leader-progress-bar .progress .progress-value {
  display: flex;
  border-radius: 50%;
  margin: -2px auto 0;
  font-size: 20px;
  color: #EEE;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}

.leader-progress-bar .progress .progress-value div {
  margin-top: 10px;
}

.leader-progress-bar .progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

.leader-progress-bar .progress {
  margin-bottom: 1em;
}

.profile-dtl-block i {
  margin-bottom: 20px;
  font-size: 50px;
  color: #FFF;
}

.growth-main-block .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}



.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}





.view-dtl .rate ul li {
  display: block;
  color: #29303B;
}

.view-dtl .rate .rate-r {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 600;
}

.view-dtl .rate ul li strike {
  font-size: 10px;
  display: inline-block;
  color: #29303B;
}

/*.view-dtl .rate {
  position: absolute;
  right: 5px;
}*/

.view-dtl .rate ul li b {
  font-weight: 500;
  font-size: 14px;
}

.view-dtl .rate ul li:last-child b {
  font-weight: 500;
}

.tab-content .view-dtl .rate {
  /*top: 44%;*/
  right: 10px;
}


/*


.about-content-sidebar {
  background-color: var(--background-white-bg-color);
  color: var(--text-light-grey-color);
  padding: 20px 0;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
}
*/
.about-content-sidebar {
  background-color: transparent !important;
  color: #fff;
  padding: 20px 0;
  /* box-shadow: 5px 5px 10px rgb(0 0 0 / 10%); */
  border: 1px solid #5BC89585;
  border-radius: 6px;
}

.about-content-img {
  text-align: center;
}

.about-content-img img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  border-radius: 50px;
}

.about-content-heading {
  margin-bottom: 10px;
}

.about-content-img p {
  margin-bottom: 10px;
}

.ratings .star-ratings-sprite {
  display: inline-block;
  float: none;
  text-align: center;
  margin-right: 10px;
}

.star-rating {
  display: inline-block;
  background: #F44A4A;
  border: 1px solid #F44A4A;
  border-radius: 5px;
  font-size: 12px;
  color: #FFF;
  padding: 0 10px;
}

.about-content-sidebar .btn-primary {
  padding: 8px 10px;
  width: 100%;
  font-size: 12px;
}

.ratings {
  text-align: center;
  margin-bottom: 20px;
}

.about-reward-badges {
  text-align: center;
}

.about-reward-badges img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 25px;
}





.instructor-tabs {
  background-color: #FFF;
  /*box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
  border: 1px solid #DEDFE0;*/
  border-radius: 5px;
}

.instructor-tabs .nav-tabs {
  /* padding: 20px 30px 0;*/
  border-bottom: none;
}

.instructor-tabs .nav-tabs .nav-item {
  margin-right: 20px;
}

.instructor-tabs .nav-tabs .nav-link {
  border: none;
  font-size: 15px;
  font-weight: 400;
  background-color: #5BC895 !important;
  color: #fff;
  border-radius: 5px;
}

.instructor-tabs .nav-tabs .nav-link.active {
  border: none;
  background-color: var(--background-red-bg-color);
  color: #FFF;
}

.instructor-tabs .nav-tabs .nav-link:hover {
  background-color: var(--background-red-bg-color);
  color: #FFF;
}

.instructor-tabs .tab-content {
  padding: 22px 0;
}

.instructor-tabs-content {
  margin-bottom: 40px;
  color: #29303B;
  font-size: 16px;
  font-weight: 400;
}

.tab-badges-block {
  background-color: #FFF;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border: 1px solid #FFF;
  border-radius: 5px;
  padding: 40px 0;
  margin-bottom: 20px;
}

.tab-badges-block img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.tab-badges-heading {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tab-badges-block p {
  font-size: 12px;
  font-weight: 400;
  color: #73726C;
}

.instructor-tabs .tab-content .view-dtl .rate {
  right: 20px;
}

.instructor-content-block .ratings {
  text-align: left;
}

.instructor-content-block .about-reward-badges {
  text-align: left;
}

.about-content-sidebar.instructor-sidebar {
  padding: 20px 30px;
  margin-bottom: 50px;
}

.about-content-sidebar.instructor-sidebar .about-content-img img {
  width: 100%;
  height: 100%;
}

.instructor-content-block .about-content-heading {
  font-size: 24px;
  color: #fff;
}

.instructor-follower {
  margin-bottom: 20px;
}

.followers-status {
  display: inline-block;
}

.followers-value {
  display: block;
  color: #5BC895;
  font-size: 18px;
}

.following-status {
  display: inline-block;
  border-left: 2px solid #DEDFE0;
  margin-left: 15px;
  padding-left: 10px;
}

.followers-heading {
  font-size: 12px;
  font-weight: 400;
}

.instructor-btn {
  text-align: right;
}

.instructor-btn .btn-primary {
  width: 65%;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 0;
}

.instructor-btn .btn-secondary {
  width: 65%;
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 0;
}

.instructor-content-block .about-reward-badges img {
  margin-bottom: 0;
}

.instructor-student {
  margin-bottom: 40px;
}

.instructor-block .instructor-business-block {
  display: block;
}

@media (max-width: 767px) {
  .about-content-sidebar.instructor-sidebar {
    padding: 50px 0;
  }

  .about-content-sidebar.instructor-sidebar .about-content-img {
    padding: 50px 50px 0;
  }

  .instructor-content-block {
    margin-bottom: 40px;
    text-align: center;
  }

  .instructor-content-block .ratings {
    text-align: center;
  }

  .instructor-content-block .about-reward-badges {
    text-align: center;
  }

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

  .instructor-tabs {
    margin-bottom: 50px;
  }

  .instructor-tabs .nav-tabs .nav-item a {
    font-size: 16px;
    padding: .5rem .5rem;
  }

  .instructor-block .instructor-small-heading {
    text-align: center;
  }

  .instructor-block h1 {
    text-align: center;
  }

  .instructor-block .sub-heading {
    text-align: center;
  }

  .instructor-business-block {
    text-align: center;
  }
}


.badge-button button {
  -webkit-appearance: button;
  border: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
}

.badge-button form {
  margin-bottom: 0;
}

.cirtificate-serial {
  text-align: left !important;
  font-size: 8px;
}

.protip-wishlist button {
  padding: 0 !important
}

/*.search-one .dropdown-menu {
  left: -278px !important;
  min-width: 18rem !important;
}*/

.img-wishlist .protip-wishlist ul li:hover i {
  color: #FFF;
}

.search .dropdown-menu {
  min-width: 21rem;
  right: 280px;
  left: inherit;
}

.search-list {
  padding: 0 0 0 15px;
  line-height: 35px;
  border-bottom: 1px solid rgba(215, 215, 215, 0.17);
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  color: var(--text-black-color);
  font-weight: 400;
}






#cssmenu ul ul li a:hover {
  border-left: 3px solid #0284A2;
}

#cssmenu ul ul li a {
  border-left: 3px solid transparent;
}

.protip-wishlist {
  margin-right: 20px;
  margin-top: 5px;
}

.owl-carousel .owl-item .view-user-img .user-img-one {
  width: 50px;
  border: 2px solid #FFF;
  border-radius: 6px;
  position: absolute;
  margin-left: 17px;
  right: 10%;
  bottom: 50%;
  box-shadow: 0 2px 8px 2px rgb(20 23 28 / 20%);
}

/*.owl-carousel .owl-item .view-user-img .user-img-two {
  width: 30px;
  border-radius: 100%;
  position: absolute;
  margin-left: 17px;
}*/
.owl-carousel .owl-item .view-user-img img:hover {
  z-index: 999;
}

.view-user-img {
  width: auto;
}

.advance-badge .bg-primary {
  position: absolute;
  color: #29303b;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 15px 5px 14px;
  background-color: #F4C150 !important;
  bottom: auto15px;
  right: 26px;
  border-radius: 41px;
  margin-top: -39px;
  text-transform: capitalize;
}

.compare-badge .bg-primary {
  background-color: #FFF !important;
  padding: 4px 8px;
  font-size: 10px;
  border: 1px solid #0284a2 !important;
}

.view-dtl .rating ul li.rating-review {
  color: #000;
}

.view-dtl .rating ul li.reviews {
  font-size: 11px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  background-color: var(--background-white-bg-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav .wrapper-heading {
  margin-left: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav .closebtn {
  position: absolute;
  top: 2px;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: var(--text_white_color);
}




@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}




svg.feather {
  width: 18px;
  height: 18px;
  margin: 12px 7px 0;
  color: #fdc300;
}

.dropdown ul li svg.feather {
  margin: 0 10px 0 20px;
  vertical-align: middle;
}

.genre-slide-image .protip-wish-btn svg.feather {
  opacity: 0;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 100%;
  padding: 5px;
  width: 28px;
  height: 28px;
  margin: 0 3px 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.genre-slide-image .protip-wish-btn svg.feather:hover {
  background-color: var(--background-red-bg-color);
  border: 1px solid #f44a4a;
  color: #FFF;
}

.genre-slide-image:hover .protip-wish-btn svg.feather {
  opacity: 1
}

.immi-slider-block .protip-wish-btn svg.feather {
  opacity: 0;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 100%;
  padding: 5px;
  width: 28px;
  height: 28px;
  margin: 0 3px 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.immi-slider-block .protip-wish-btn svg.feather:hover {
  background-color: var(--background-red-bg-color);
  border: 1px solid #f44a4a;
  color: #FFF;
}

.immi-slider-block:hover .protip-wish-btn svg.feather {
  opacity: 1
}

.protip-skin-default--scheme-pro.protip-container {
  max-width: 370px !important;
  min-width: 250px !important;
}

.description-list svg.feather {
  display: inline-block;
  float: left;
  margin: 0 7px 0 0;
  width: 14px;
  height: 14px;
}

.class-des,
.time-des,
.lang-des {
  font-size: 12px;
  display: inline-block;
}

.prime-description-under-block .product-learn-dtl ul li {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-dark-grey-color) !important;
  margin-left: 0;
}

.prime-description-under-block .product-learn-dtl ul li svg.feather {
  margin: 0 7px 0 0;
  width: 14px;
  height: 14px;
  display: flex;
  float: left;
}

.des-btn-block .protip-wishlist ul li {
  padding: 0;
}

.des-btn-block .protip-wishlist ul li svg.feather {
  border: 1px solid #f44a4a;
  border-radius: 100%;
  padding: 1px 7px 0;
  width: 35px;
  height: 35px;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.des-btn-block .protip-wishlist ul li svg.feather:hover {
  background-color: var(--background-red-bg-color);
  border: 1px solid #f44a4a;
  color: #FFF;
}

.prime-description-under-block .product-learn-dtl ul li a {
  font-size: 12px;
  font-weight: 400;
  color: var(--text-dark-grey-color);
  margin-left: 0;
}

.prime-description-under-block .description-heading a {
  font-size: 12px;
}

.footer-dropdown .dropdown-menu {
  left: -50px !important;
  top: 17px !important;
  min-width: 10.5rem;
}

.footer-dropdown-two .dropdown-menu {
  left: -45px !important;
  top: 0 !important;
  min-width: 10.5rem;
}

.category-filters .view-heading a {
  font-size: 15px;
  font-weight: 700;
}

.category-filters .view-heading {
  padding: 10px 0 8px;
}

.category-filters .best-seller-one {
  position: absolute;
  top: 10px;
  left: 15px;
  padding: 1px 12px;
  height: 18px;
}

.category-filters .categories-popularity-dtl ul li svg.feather {
  margin: 2px 5px 0 0;
  width: 14px;
  height: 14px;
}

.category-filters .categories-popularity-dtl ul {
  margin-bottom: 10px;
}

.category-filters .categories-popularity-dtl ul li {
  margin-right: 8px;
}

.category-filters .categories-popularity-dtl ul li:last-child {
  margin-right: 0;
}

.student-des,
.all-levels-des {
  font-size: 12px;
  display: inline-block;
}

.category-filters .one-rating {
  font-size: 13px;
}

.categories-popularity-main-block .course-bought-block {
  margin-bottom: 30px;
}

.genre-slide-image .best-seller {
  position: absolute;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  top: 26px;
  bottom: 0;
  left: 0;
  background-color: #F4C150;
  width: 80px;
  height: 18px;
  padding: 2px 0 0;
  z-index: 9;
  border-radius: 0 10px 10px 0;
  text-transform: capitalize;
}


.scroll-down {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.flash-button .btn-primary {
  width: 100%;
  padding: 4px 4px;
}

.test {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
}

.test .overlay-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(244, 74, 74, 0.6);
}

.bg_image_deal {
  font-family: Arial;
  font-size: 2em;
}

.countdown-deal {
  position: relative;
  top: 40px;
  margin-bottom: 40px;
}

.bg_image_deal ul li {
  display: inline-block;
  font-size: 70px;
  margin-right: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.bg_image_deal ul li .text-20 {
  font-size: 20px;
}

.wishlist-home-heading a {
  margin-bottom: 0;
  color: var(--text-white-color) !important;
  font-size: 20px;
}

.flash-home-main-block .container-fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.flash-home-main-block .details {
  font-size: 12px !important;
}

.invoice-sign {
  text-align: right;
}

.invoice-sign img {
  width: 70px;
  height: 70px;
}




.user-name h6 {
  margin-bottom: 10px;
}

.view-footer {
  border-top: 1px solid #DEDFE0;
  margin-top: 15px;
  padding: 15px 0 5px;
  height: 50px;
}

.view-footer svg.feather {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.view-footer .count-user span {
  font-size: 12px;
}

.user-name span {
  color: #f44a4a;
}

.immi-slider-block {
  box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%);
  border-radius: 6px;
}

/*
.view-user-img .user-img-one {
  width: 50px;
  border: 2px solid #FFF;
  position: absolute;
  margin-left: 17px;
  right: 10%;
  bottom: 48%;
  border-radius: 6px;
  box-shadow: 0 2px 8px 2px rgb(20 23 28 / 20%);
}
*/
/*.immi-slider-block .advance-badge .bg-primary {
  bottom: 51%;
}*/
.immi-slider-block .view-user-img {
  height: inherit;
}

.immi-slider-block .view-dtl {
  padding: 30px 20px 10px;
  border-radius: 0 0 6px 6px;
}

.home-search svg.feather {
  margin: 10px 5px 0;
  color: #FFF;
}

.footer-dropdown svg.feather {
  color: #FFF;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.about-product-main-block .product-learn-dtl ul li svg.feather {
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: flex;
  float: left;
}

.about-product-main-block .product-learn-dtl ul li .learn-dtl {
  display: flex;
}

.about-home-share a svg.feather {
  margin: 0 5px 0 0;
  vertical-align: middle;
  color: var(--text-blue-color);
}

.course-bought-block .heart svg.feather {
  margin: 0;
}

.course-user ul li svg.feather {
  margin: 0;
  vertical-align: middle;
  color: #fff;
}

.report-abuse a svg.feather {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.about-home-icon ul li svg.feather {
  margin: 0 10px 0 0;
  vertical-align: middle;
  color: #FFF;
}

.invoice-logo img {
  width: 150px;
}

.testimonial-heading {
  margin-bottom: 2px;
  text-align: left;
}




.view-date svg.feather {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.view-time svg.feather {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.view-date a,
.view-time a {
  font-size: 13px;
  color: var(--text-light-grey-color);
}

.protip-wish-btn-two svg.feather {
  opacity: 1;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 100%;
  padding: 5px;
  width: 28px;
  height: 28px;
  margin: 0 3px 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.protip-wish-btn-two svg.feather:hover {
  background-color: #5BC895;
  border: 1px solid #5BC895;
  color: #FFF;
}

.immi-slider-block:hover .protip-wish-btn-two svg.feather {
  opacity: 1;
}

.genre-slide-image .protip-wish-btn-two svg.feather {
  opacity: 0;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 100%;
  padding: 5px;
  width: 28px;
  height: 28px;
  margin: 10px 3px 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.genre-slide-image .protip-wish-btn-two svg.feather:hover {
  background-color: var(--background-red-bg-color);
  border: 1px solid #F44A4A;
  color: #FFF;
}

.genre-slide-image:hover .protip-wish-btn-two svg.feather {
  opacity: 1;
}

#bundle-view-slider.owl-carousel .owl-item .view-user-img .user-img-one {
  bottom: 46%;
}




.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 0;
  background-color: inherit;
  border: inherit;
}

.star-rating input[type=radio] {
  display: none
}

.star-rating label {
  color: #bbb;
  font-size: 18px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.mrg-lft {
  margin-left: 30px;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
  color: #F4C150;
}

.view-dtl .rate ul li {
  line-height: 1;
}

.student-view-block .view-dtl .rate ul li {
  line-height: 1;
}

.description-block p {
  font-size: 13px !important;
}

.review-text p {
  font-size: 14px;
}

.about-home-share {
  line-height: 0;
}

.about-home-share .about-icon-one svg.feather {
  margin: 0 5px 0 0;
  vertical-align: middle;
  color: var(--text-blue-color);
}

.about-home-share .about-icon-two svg.feather {
  margin: 0 5px 0 0;
  vertical-align: middle;
  color: var(--text-blue-color);
}

.about-tags svg.feather {
  margin: 0 5px 0 0;
  vertical-align: middle;
  color: var(--text-light-grey-color);
}

.sidebar-nav-icon ul a li i {
  -webkit-text-stroke: 0.5px;
  font-size: 15px;
  color: var(--text-red-color);
  margin-left: 12px;
  margin-right: 12px;
}

@media (max-width: 767px) {
  #notification_li svg.feather {
    margin: 21px 10px 0;
  }

  .nav-search.nav-wishlist svg.feather {
    margin: 18px 10px 0;
  }

  .nav-search.nav-wishlist {
    right: 6px;
  }

  .dropdown-user-circle {
    vertical-align: middle;
  }

  .mobile-btn {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .image-container a img {
    min-height: 100px;
    max-height: 100px;
  }

  .image-overlay {
    line-height: 100px;
    font-size: 12px;
  }
}




/*.signup-block-main-block {
  border: 1px solid #FFF;
  box-shadow: 0 0 1px 1px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
}
.signup-side-block {
  background-color: #0284a2;
  height: 100%;
  text-align: center;
}
.signup-block {
  background-color: #FFF;
}
.signup-block img {
  height: 30px;
  margin-bottom: 10px;
}*/
/*.signup-text {
  margin: 200px 0;
}*/
/*.signup-text h1 {
  color: #0284a2;
  font-size: 40px;
  margin-bottom: 0;
}
.signup-text p {
  color: #29303b;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}*/


.signup-side-block {
  height: 100%;
  text-align: center;
  border-radius: 6px 0 0 6px;
  padding-top: 64px;
}

.signup-heading .logo a img {
  width: 120px;
  margin-bottom: 10px;
}

.signup-heading {
  padding: 40px 20px 20px 0;
  border: none;
  font-size: 20px;
  text-align: center;
  border-radius: 0 6px 6px 0;
  border: 1px solid #ffffff52;
}

.signup-block {
  border: none;
}

.signup-form {
  margin-bottom: 50px;
  padding: 0;
}

.signup-form svg.feather {
  position: absolute;
  z-index: 1111;
  top: 12px;
  left: 15px;
  margin: 0;
  color: #CACBCC;
}

.signup-form .form-control {
  font-size: 14px;
}

.signup-block {
  padding: 20px 30px 15px;
}

.signup-heading .form-check {
  text-align: left;
}

.signup-heading .form-check .form-check-input {
  width: 15px;
  height: 15px;
  position: relative;
  top: -2px;
}

.signup-heading .form-check-label {
  font-size: 14px;
  margin-left: 5px;
}

.forgot-password a {
  font-size: 14px;
  color: #ffc727 !important;
}

.social-link h2 {
  font-size: 14px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

.social-link h2 span {
  background: #fff;
  padding: 11px 10px;
}

.social-link {
  margin-bottom: 10px;
}

.social-link .social-icon i {
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
  border-radius: 100%;
  color: #FFF;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
}

.social-link .social-icon.facebook-icon i {
  background-color: #1A538A;
}

.social-link .social-icon.google-icon i {
  background-color: #DB4A39;
}

.social-link .social-icon.amazon-icon i {
  background-color: #FF9900;
}

.social-link .social-icon.linkedin-icon i {
  background-color: #0E76A8;
}

.social-link .social-icon.twitter-icon i {
  background-color: #1bb2e9;
}

.social-link .social-icon.gitlab-icon i {
  background-color: #29303b;
  color: #FFF;
}

/*.social-icon:hover {
    border: 1px solid #00576B;
    background-color: #00576B;
    color: var(--text-white-color);
}*/
.social-link i {
  margin-right: 0;
}

.view-dtl .rate ul li.free-rate b {
  font-weight: 600;
  font-size: 14px;
}

.main-des-head {
  color: #29303b;
  font-size: 12px;
  margin-bottom: 10px;
}

.patners-slider.owl-carousel .owl-item img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}

.testimonial-slider-main-block.owl-carousel .owl-item .testimonial-block .quote-img img {
  width: 50px;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0 auto 15px;
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-para {
  text-align: left;
}

.about-home-btn svg.feather {
  color: #FFF;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.about-content-sidebar .star-rating {
  color: #29303b;
}

.course-content-heading {
  margin-bottom: 5px;
}

.about-product-main-block .student-view-block .view-dtl .rate ul li {
  line-height: 1.5;
}

.instructor-link ul li svg.feather {
  color: #f44a4a;
  margin: 0;
}

.instructor-block .view-heading a {
  font-size: 14px;
}

.instructor-profile .instructor-block .rating {
  font-weight: 400;
}

.business-home-slider-block .categories-popularity-dtl ul li {
  font-size: 14px;
}

.last-updated {
  font-size: 12px;
}

.categories-popularity-dtl svg.feather {
  margin: 0 5px 0 0;
}

.business-home-slider-block .categories-popularity-dtl .ratings {
  text-align: left;
  margin-bottom: 5px;
}

.business-home-slider-block .categories-popularity-dtl .ratings ul li {
  font-size: 12px;
}

.business-home-slider-block .advance-badge .bg-primary {
  top: 0;
  bottom: inherit;
  left: 15px;
}

.categories-title {
  position: absolute;
  bottom: 45%;
  left: 0;
  right: 0;
  text-align: center;
  color: #FFF;
}

.categories-title i {
  margin-right: 10px;
}

.image-container:hover .image-overlay {
  background: linear-gradient(-45deg, rgba(244, 74, 74, 0.8) 0, rgba(110, 26, 82, 0.8) 100%);
}

/*.image-container:hover .categories-title {
  color: #000;
}*/
.navigation ul li svg.feather {
  margin: 0 10px 0 0;
  vertical-align: text-top;
}

#cssmenu ul ul li a {
  width: 250px;
  font-size: 14px;
}

#cssmenu ul ul {
  border-radius: 5px;
}

#cssmenu ul ul li:first-child a {
  border-radius: 5px 5px 0 0;
}

#cssmenu ul ul li:last-child a {
  border-radius: 0 0 5px 5px;
}

.navigation ul li ul li svg.feather {
  margin: 3px 0 0 0;
  color: #29303B;
}

#cssmenu ul ul ul li:first-child a {
  border-radius: 5px 5px 0 0;
}

#cssmenu ul ul ul li:last-child a {
  border-radius: 0 0 5px 5px;
}

.testimonial-name .testimonial-heading {
  display: inline-block;
  float: left;
  border-right: 1px solid #686f7a;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

.testimonial-name {
  margin-top: -15px;
}

.testimonial-rating {
  text-align: left;
}

#batch-view-slider.owl-carousel .owl-item .view-user-img .user-img-one {
  bottom: 46%;
}

#zoom-view-slider.owl-carousel .owl-item .view-user-img .user-img-one {
  bottom: 46%;
}

#blog-post-slider.owl-carousel .owl-item .view-user-img .user-img-one {
  bottom: 46%;
}

.fact-main-block {
  padding: 80px 0 40px;
}

.facts-block {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 6px;
  padding: 30px 0;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  -webkit-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  -moz-transition: all .10s ease;
  transition: all .10s ease;
}

.facts-block:hover {
  background: var(--linear-gradient-bg-color);
  /*background-color: rgba(244, 74, 74, 0.7);
  border: 1px solid rgba(244, 74, 74, 0.7);*/
}

.facts-block img {
  background: var(--linear-gradient-bg-color);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  -moz-transition: all .10s ease;
  transition: all .10s ease;
}

.fact-hover-img img {
  display: none;
  background: #FFF !important;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
  -webkit-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  -moz-transition: all .10s ease;
  transition: all .10s ease;
}

.facts-block:hover img {
  display: none;
}

.facts-block:hover .fact-hover-img img {
  display: block;
}

.facts-title {
  margin-bottom: 10px;
  -webkit-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  -moz-transition: all .10s ease;
  transition: all .10s ease;
}

.facts-block:hover .facts-title {
  color: #FFF;
}

.facts-block p {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  -moz-transition: all .10s ease;
  transition: all .10s ease;
}

.facts-block:hover p {
  color: #FFF;
}

.facts-count {
  font-size: 30px;
  font-weight: 600;
  -webkit-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  -moz-transition: all .10s ease;
  transition: all .10s ease;
}

.facts-block:hover .facts-count {
  color: #FFF;
}

.recommendations-heading {
  background-color: #f44a4a;
  padding: 100px 40px;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.recommendations-heading span {
  font-size: 40px;
  font-weight: 500;
}

.recommendations-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.video-main-block {
  padding: 50px 0;
}

.video-block {
  position: relative;
}

.video-block img {
  height: 500px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.video-block .overlay-bg {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(rgba(244, 74, 74, 0.8) 66%, rgba(255, 255, 255, 1) 68%);
  border-radius: 50%;
  position: absolute;
  display: block;
  margin: -20% auto;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 25px 3px rgba(244, 74, 74, 0.8);
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .75);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

.video-dtl {
  position: absolute;
  margin: -10% auto;
  left: 0;
  right: 0;
}

/* .instructor-home-main-block {
  padding: 50px 0;
} */
.instructor-home-main-slider {
  padding-top: 25px;
}

.instructor-home-main-slider.owl-carousel .instructor-home-block img {
  width: 120px;
  height: 120px;
  margin: -50px auto;
  border-radius: 100%;
  margin-bottom: 15px;
}

.instructor-home-main-slider.owl-carousel .owl-item {
  padding: 6px 0;
}

.instructor-home-block {
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 6px;
  padding: 0 0 30px;
  margin: 0 10px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  -webkit-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  -moz-transition: all .10s ease;
  transition: all .10s ease;
}

.instructor-home-heading {
  margin-bottom: 5px;
  -webkit-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  -moz-transition: all .10s ease;
  transition: all .10s ease;
}

.instructor-home-block:hover .instructor-home-heading {
  color: #FFF;
}

.instructor-home-dtl p {
  font-size: 13px;
  -webkit-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  -moz-transition: all .10s ease;
  transition: all .10s ease;
}

.instructor-home-block:hover .instructor-home-dtl p {
  color: #FFF;
}

.instructor-home-rating {
  margin-bottom: 10px;
}

.instructor-home-btn .btn-primary {
  padding: 5px 20px;
  font-size: 14px;
  background: var(--linear-gradient-bg-color);
  -webkit-transition: all .10s ease;
  -ms-transition: all .10s ease;
  -o-transition: all .10s ease;
  -moz-transition: all .10s ease;
  transition: all .10s ease;
}

.instructor-home-block:hover .instructor-home-btn .btn-primary {
  background: #FFF;
  color: #29303b;
}

.instructor-home-block:hover {
  background: transparent;
  background-color: transparent;
  /* border: 1px solid rgba(244, 74, 74, 0.7); */
}

.instructor-button .btn-secondary {
  padding: 2px 10px;
}

.heart-fill svg.feather {
  fill: #f44a4a;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.heart-fill svg.feather:hover {
  background-color: #FFF !important;
  color: #f44a4a !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #FFF;
}

.sign-up a {
  font-weight: 500;
  color: #ffc727 !important;
}

.signup-side-block img {
  height: 559px;
  width: 100%;
  position: relative;
  border-radius: 6px 0 0 6px;
}

.login-signup {
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
}

.forgot-pass {
  padding: 180px 20px 150px 0;
}

.reset-pass {
  padding: 120px 20px 20px 0;
}

.business-home-search .search {
  width: 100%;
  position: relative;
  display: flex;
}

.business-home-search .searchTerm {
  width: 100%;
  border: 3px solid var(--text-red-color);
  border-right: none;
  padding: 5px;
  height: 50px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.business-home-search .searchButton {
  width: 45px;
  height: 50px;
  border: 1px solid var(--text-red-color);
  background: var(--background-red-bg-color);
  text-align: center;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.business-home-search .searchButton svg.feather {
  color: #FFF;
  margin: 8px 0 0;
}

.home-search .searchButton svg.feather {
  color: #FFF;
  margin: 8px 0 0;
}

.prime-description-under-block .shopping-cart svg.feather {
  vertical-align: middle;
  margin: 0 10px 0;
  color: #FFF;
}

.grid-img {
  height: 200px !important;
  margin-bottom: 20px;
  border-radius: 6px 6px 0 0;
}

.btn-group-toggle {
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border-radius: 6px;
}

.btn-outline-dark {
  background-color: inherit;
  border-color: inherit;
  border: inherit;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  background-color: #04E38A;
  border-color: inherit;
}

.btn-outline-dark:hover {
  background-color: #04E38A;
  border-color: inherit;
}

.btn-outline-dark svg.feather {
  color: #29303b;
  margin: 5px 0 0;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-outline-dark.active svg.feather {
  color: #FFF;
}

.btn-outline-dark:hover svg.feather {
  color: #FFF;
}

.course-bought-block .img-wishlist {
  display: none;
}

.course-bought-block .img-wishlist svg.feather {
  opacity: 0;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 100%;
  padding: 5px;
  width: 28px;
  height: 28px;
  margin: 0 3px 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.course-bought-block:hover .img-wishlist svg.feather {
  opacity: 1;
}

.course-bought-block .img-wishlist svg.feather:hover {
  background-color: var(--background-red-bg-color);
  border: 1px solid #f44a4a;
  color: #FFF;
}

.course-bought-block .view-user-img .user-img-one {
  width: 60px;
  height: 60px !important;
  border: 2px solid #FFF;
  border-radius: 6px;
  position: absolute;
  margin-left: 17px;
  right: 10%;
  bottom: -25px;
  box-shadow: 0 2px 8px 2px rgb(20 23 28 / 20%);
  display: none;
}

.course-bought-block .view-user-img {
  width: auto;
}

.login-img {
  position: absolute;
  top: 0;
  margin-top: 32px;
  left: 60px;
}

.login-img img {
  padding: 80px 0;
}

.btn-group-small-screen {
  display: none;
}

.featured-review-block p {
  font-size: 13px;
}

.featured-review-img-dtl .year {
  font-size: 12px;
}

.course-name a {
  font-size: 13px;
}

.about-product-main-block .course-bought-img img {
  width: 80px;
  height: 70px;
}

.review-rating-btn .btn-success {
  padding: 6px 15px;
  font-size: 13px;
}

.review-dtl .review-text p {
  font-size: 13px;
}

.review-dtl .review {
  font-size: 13px;
}

.review-dtl .review a {
  font-size: 13px;
}

.protip-wish-btn svg.feather {
  opacity: 1;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 100%;
  padding: 5px;
  width: 28px;
  height: 28px;
  margin: 10px 3px 0;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.protip-wish-btn svg.feather:hover {
  background-color: var(--background-red-bg-color);
  border: 1px solid #F44A4A;
  color: #FFF;
}

.student-view-block:hover .protip-wish-btn svg.feather {
  opacity: 1;
}

.card-header:first-child {
  border-radius: 6px;
}

.chapter-total-heading {
  font-size: 13px;
}

.chapter-total-classes {
  font-size: 13px;
}

.complete {
  font-size: 12px;
  margin-top: 5px;
}

.wishlist-action {
  position: absolute;
  top: 0;
  right: 0;
}

.wishlist-action svg.feather {
  margin: 0 5px 0;
  border: 1px solid #FFF;
  background-color: #FFF;
  border-radius: 100%;
  padding: 5px 0;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wishlist-action svg.feather:hover {
  background-color: #F44A4A;
  border: 1px solid #F44A4A;
  color: #FFF;
}

.purchase-main-block .table {
  border-radius: 6px;
  /* box-shadow: 5px 5px 10px rgb(0 0 0 / 10%); */
  background-color: #151B29;
  border: 1px solid #5bc895ab;
  color: #ffff;
}

.purchase-main-block .table thead th {
  border-bottom: inherit;
}

.purchase-main-block .table td,
.table th {
  border-top: inherit;
}

.dashboard-items ul li svg.feather {
  margin: 0 10px 0;
  vertical-align: middle;
}

#cssmenu>ul>li.has-sub :hover>a {
  color: #f44a4a;
}

#cssmenu>ul>li.has-sub :hover>svg.feather {
  color: #F44A4A;
}

#cssmenu ul ul li a:hover {
  border-left: 3px solid #f44a4a;
}

.upload-items .btn-primary {
  padding: 8px 16px;
}

.user-bank-block .table {
  background-color: var(--background-white-bg-color) !important;
  box-shadow: inherit !important;
}

.user-bank-button .modal-dialog {
  margin: 200px auto;
}

.factor-main-block .btn-primary {
  padding: 8px 16px;
  font-size: 14px;
}

.flash-button {
  margin-top: 10px;
  margin-right: 25px;
}

.flash-deals-block .view-dtl p a {
  font-size: 12px;
}

.bg_image_deal p {
  position: relative;
}

.view-deals-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.view-heading.view-deal-heading a {
  width: 300px;
  font-size: 16px;
}

.view-deals-img .card-title {
  margin-bottom: 0;
}

.view-deals-price {
  font-size: 22px;
}

.view-deal-btn .btn-primary {
  padding: 8px 16px;
}

.view-deal-btn svg.feather {
  margin: 0 10px 0 0;
  color: #FFF;
  vertical-align: text-bottom;
}

.card.view-deals-img {
  border-radius: 6px;
}

.business-home-main-block {}

@media (max-width: 767px) {
  .profile-block .profile-block-img {
    margin-top: 0;
  }

  .growth-block {
    height: inherit;
  }

  .profile-dtl-block {
    padding: 50px 0;
  }

  .online-blog-block {
    height: inherit;
  }

  #bar-fixed .col {
    padding: 0;
  }

  .sidebar-nav-icon ul a li i {
    margin-left: 0;
  }

  .facts-block {
    margin-bottom: 30px;
  }

  .testimonial-main-block .row {
    margin: 0 !important;
  }

  .testimonial-name {
    margin: 50px auto 0;
    text-align: center;
  }

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

  .testimonial-slider-main-block.owl-carousel .owl-item .testimonial-block img {
    left: 0;
    right: 0;
  }

  .play-btn {
    margin: -90% auto;
  }

  .video-dtl {
    margin: -55% auto;
    left: 30px;
    right: 30px;
  }

  .video-dtl p {
    font-size: 13px;
  }

  .btn-group-web-screen {
    display: none;
  }

  .dashboard-items {
    margin-bottom: 30px;
  }

  .card.view-deals-img {
    margin-bottom: 30px;
  }
}


@media (min-width: 767px) and (max-width: 992px) {
  #notification_li {
    top: 10px;
  }

  #notification_li span {
    top: 3px;
  }

  .shopping-cart {
    top: 4px;
    right: 0;
  }

  .nav-search.nav-wishlist {
    right: -10px;
    top: 3px;
  }

  .growth-block {
    height: inherit;
  }

  .profile-block .profile-block-img {
    width: 150px;
    height: 150px;
    margin-top: 0;
  }

  .sidebar-nav-icon ul a li i {
    margin-left: 0;
  }

  .facts-block {
    margin-bottom: 30px;
  }

  .facts-block p {
    font-size: 13px;
  }

  .testimonial-main-block .row {
    margin: 0 !important;
  }

  .testimonial-name {
    margin: 50px auto 0;
    text-align: center;
  }

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

  .testimonial-slider-main-block.owl-carousel .owl-item .testimonial-block img {
    left: 0;
    right: 0;
  }

  .testimonial-name .testimonial-heading {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    font-size: 15px;
  }

  .play-btn {
    margin: -40% auto;
  }

  .video-dtl {
    margin: -23% auto;
    left: 30px;
    right: 30px;
  }

  .about-home-dtl-block {
    padding: 15px 20px;
  }

  .about-home-rate ul li {
    font-size: 22px;
  }

  .about-home-rate ul li span {
    font-size: 12px;
  }

  .about-home-main-block .col {
    padding: 0;
  }

  .about-reward-badges img {
    margin-right: 5px;
  }

  .about-home-main-block .btn-video-play i {
    left: 25%;
  }

  .bar-block {
    width: 60%;
  }

  .histo {
    margin-right: 0;
  }

  .rating-num {
    font-size: 50px;
  }

  .review-dtl .review-rating {
    margin-top: 20px;
  }

  .about-product-main-block .view-heading a {
    width: 150px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .profile-block .profile-block-img {
    width: 170px;
    height: 170px;
  }

  .facts-block p {
    font-size: 13px;
  }

  .view-heading a {
    width: 200px;
  }

  .testimonial-main-block .row {
    margin: 0 0.5rem !important;
  }

  .testimonial-name .testimonial-heading {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    font-size: 14px;
  }

  .testimonial-block {
    padding: 30px 20px;
  }

  .play-btn {
    margin: -30% auto;
  }

  .video-dtl {
    margin: -15% auto;
  }

  .about-home-main-block .col {
    padding: 0;
  }
}

.input-button-display .form-control {
  padding: 13px 0 13px 20px;
  color: var(--text-black-color);
  border-radius: 0;
  border: none;
  background-color: var(--background-grey-bg-color);
  display: inline-block;
  float: left;
  width: 100% !important;
}

#subscription-bundle-view-slider .owl-item .view-user-img .user-img-one {
  bottom: 46%;
}

.more-courses .protip-wish-btn svg.feather {
  opacity: 0;
}

.more-courses .protip-wish-btn svg.feather:hover {
  opacity: 1;
}



.modal-dialog {
  margin: 100px auto;
}

.job-portal-block .button a {
  border-left: 3px solid transparent !important;
}

.job-portal-block .button a i {
  margin-left: 5px;
}


.learning-courses-about-main-block .second-accordion .card-body a.btn-light.focus,
.learning-courses-about-main-block .second-accordion .card-body a.btn-light:focus {
  background: var(--background-blue-bg-color);
}

.learning-courses-about-main-block .second-accordion .card-body a.btn-light.active,
.learning-courses-about-main-block .second-accordion .card-body a.btn-light:hover {
  background-color: #003845;
  border: 1px solid #003845;
}

.bannner-maain {
  background: #fff;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.a__4580 {
  background: #fff;
  height: auto;

}

#nav-bar {
   
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    z-index: 99;
    background: #161616;
}

.a__4580 {
  /* padding-top: 230px; */
  padding-top: 100px;
}

.hero__img img {
  width: 100%;
  height: 100%;
}

.hero__img {
  height: 400px;
}

.hea__ding__d {
  height: 400px;
}

.logo {
  /* width: 434px;
  height: 100px; */
  width: 160px;
  height: 50px;
}

.hea__ding__d img {
  width: 100%;
  height: 100%;
}

.hea__ding__d h1 {
  color: #fff;
  font-size: 53px;
  letter-spacing: 0.4px;
}

.hea__ding__d h1 {
  color: #fff;
  font-size: 52px;
  letter-spacing: 0.4px;
  line-height: 59px;
}

.hea__ding__d .heading-info {
  list-style-type: disc;
}

.hea__ding__d p {
  color: #ffffffad;
  margin-bottom: 10px;
}

.ho__24_button li {
  float: left;
  margin-right: 28px;
}

.a__how__it a {
  background: #5BC895;
  color: #fff;
  padding: 14px 26px;
  border-radius: 51px;
  /* line-height: ; */
}

.con_088 a {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.3px;
}

.ho__24_button {
  margin-top: 33px;
  display: inline-block;
}
.navigation_09d {
  width: 100%;
}
.n__avigations_9 {
  text-align: right;
  padding-top: 16px;
  float: right;
  position: relative;
  left: 100px;
  display: flex;
  align-items: center;
}

.n__avigations_9 li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 15px;
  text-align: center;
}

.n__avigations_9 {
  text-align: right;
  padding-top: 16px;
  float: right;
  position: relative;
  left: 100px;
  display: flex;
  align-items: center;
}

.n__avigations_9 li a {
  color: #fff;
  font-size: 15px;
  font-family: 'Epilogue-Bold';
  letter-spacing: 0.43px;
  color: #ffffff91;
  font-family: 'Epilogue-Regular';
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.n__avigations_9 li:nth-child(4) a {
  border: 1px solid #fdc300;
  padding: 7px 16px;
  border-radius: 21px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.login__form_-09 {
  float: right;
}

.login__form_-09 a {
  border: 1px solid #ffffff54;
  background: transparent;
  padding: 10px 22px 8px 26px;
  border-radius: 64px;
  margin-bottom: 0px !important;
  line-height: ;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.login__form_-09 {
  float: right;
  margin-top: 9px;
}

#nav-bar {
  box-shadow: none;
  /* padding-top: 23px; */
  padding: 10px 0 0 0;
}

.s__con__er .star__995 {
  float: left;
  width: 14%;
}

.s__con__er .s__mi__04 {
  float: left;
  width: 80%;
  margin-top: 7px;
  color: #ffffff7a;
}

.s__con__er {
  float: left;
  width: 100%;
  margin-top: 40px;
}


.s__con__er {
  float: left;
  width: 100%;
  margin-top: 84px;
}

.s_460 li {
  /* display: inline-block; */
  float: left;
  width: 24%;
}

.s_460 img {
  width: 100%;
}

.stanle {
  background: #1D1D1D;
  border-radius: 20px;
  /* box-shadow: 0px 9px 24px #FDC300; */
}

.s__003734_logo {
  background: #fff;
  /* padding: 60px 0px; */
  padding-top: 0;
}

.s__0812 h3 {
  border-bottom: 0px !important;
}

.s_460 img {
  width: 87%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.s_460 li {
  /* display: inline-block; */
  float: left;
  width: 25%;
  text-align: right;
}

.s__0812 h3 {
  font-family: Epilogue-SemiBold;
  color: #fff;
  margin-bottom: 0px;
}

.col-md-2.d_0700 {
  border-right: 2px solid #ffffff42;
}

.col-md-2.d_0700 {
  padding-top: 5px;
  padding-left: 0px;
}

.abou___a_080 {
  /* float: left; */
  /* width: 100%; */
  background: #fff;
  padding-top: 69px;
  padding-bottom: 69px;
}

.ab__contents h5 {
  color: #5BC895;
  font-family: Epilogue-Regular;
  letter-spacing: 4px;
}

.ab__contents h1 {

  color: #fff;
  font-size: 53px;
  line-height: 54px;
}

.a__94 {
  color: #ffffff91;
  font-size: 17px;
}

.s__008234 {
  background: #114143;
  padding-top: 24px;
  padding-bottom: 51px;
}

.s__008234 ul li {
  float: left;
  width: 33.33%;
  border: 1px solid #000;
}

.sm_984875 {
  color: #cacaca5e;
  margin-top: 22px;
  line-height: 20px;
  font-size: 16px;
  width: 86%;
}

.ab_out_s a {
  background: #5BC895;
  color: #fff;
  padding: 11px 32px 11px 33px;
  border-radius: 59px;
  margin-top: 35px;
  display: inline-block;
}

.ab__contents {
  padding-top: 51px;
}

.ab__contents span {
  font-size: 35px;
  color: #5BC895;
}

.abou__img img {
  float: left;
  width: 100%;
}

.row.s__078112 {
  border-bottom: 2px solid #5BC895;
  padding-bottom: 39px;
}

.s__008234 ul {
  width: 100%;
}

.s__008234 ul li {
  float: left;
  width: 33.33%;
  border: 1px solid #5BC89585;
  padding: 37px 40px;
  color: #5BC895;
}

.s__0624 li {
  color: #fff;
  font-size: 19px;
  line-height: 74px;
  float: left;
  width: 100%;
  font-family: Epilogue-SemiBold;
}

.s_088 {
  font-family: Epilogue-Bold;
  font-size: 62px;
  margin-right: 25px;
  line-height: 73px;
  padding-top: 23px !impotnat;
  position: relative;
  top: 18px;
}

.s__0624 ul {
  text-align: center;
}

.s__0624 ul li {
  display: inline-block;
  width: 33%;
}

.s__0624 {
  margin-top: 0px;
  float: left;
  width: 100%;
  margin-left: 0px;
  background: #1A1A1A;
}

/*
.abou___a_080.abou___a_080_0988 {
	padding-bottom: 450px;
}
*/
.bor__der {
  /*	border-color: #5BC895;*/
  /*	border: 1px solid #5BC895;*/
  margin-top: 110px;
  margin-bottom: 60px;
}

.s__0624 ul li {
  display: inline-block;
}

.s__0624 .pro__d h3 {
  color: #5BC895;
  font-size: 31px;
  margin-bottom: -18px;
}

.pro__d {
  text-align: left;
}

.a__center__headings {
  text-align: center;
}

section.s__008234.s__0624 ul li {
  float: left;
  width: 33.33%;
  border: 1px solid #5BC89585;
  padding: 30px 29px 0px;
  color: #5BC895;
}

.a__center__headings .student-heading {
  font-size: 55px;
  color: #fff;
}

.sub__headingsf {
  color: #5BC895;
  letter-spacing: 2px;
}

.a__center__headings {
  text-align: center;
  padding-bottom: 35px;
}

.populer__course__0 {
  margin-top: -471px;
}

.learning-courses.learnuing__tabbing {
  text-align: center;
  width: 100%;
}

.learnuing__tabbing #myTab {
  text-align: center;
  display: inherit;
  margin-top: -25px;
  margin-bottom: 76px;
}

.learning-courses.learnuing__tabbing ul li a {
  background: transparent;
  color: #FFFFFF;
  font-size: 14px;
}


.learning-courses .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #5BC895;

}

.s__358_84 .img-fluid.user-img-one {
  width: 25px;
  float: left;
  background: #eee;
  border-radius: 81%;
  border: 1px solid #00000014;
  height: 25px;
}

.s__40 {
  font-size: 12px;
  float: left;
  padding-left: 9px;
  padding-top: 4px;
}

.b___oe__08 {
  float: left;
  width: 100%;
  border: 1px solid #00000026;
  border-radius: 45px;
  padding: 3px;
}

.a__8852_67 a {
  background: #5BC895;
  color: #fff;
  padding: 13px 25px;
  border-radius: 46px;
}

.a__8852_67 {
  text-align: center;
  margin-bottom: 49px;
  margin-top: 22px;
}

.d__add__bg {
  background: #114143;
  padding: 25px;
  border-radius: 15px;
}

.s_jk img {
  width: 100%;
}

.s_jks__00 img {
  width: 85px;
  margin-top: -82px;
}

.l__089__con p {
  color: #5BC895;
  font-size: 13px;
  letter-spacing: 2px;
}

.l__089__con h3 {
  color: #fff;
  margin-top: 21px;
  margin-bottom: 27px;
}

.dro__info a {
  background: #5BC895;
  color: #fff;
  padding: 14px 24px 10px 24px;
  border-radius: 58px;
  margin-top: 14px;
  display: inline-block;
}

.s_jks__00 {
  margin-bottom: 29px;
  display: inline-block;
}

.l__089__con {
  padding-left: 44px;
}

.l__089__con__098 {
  padding-top: 38px;
}

.s_jksf13 img {
  width: 121%;
  margin-top: -68px;
  margin-bottom: -23px;
}

.become__a__is__t {
  padding: 100px 0px;
}

.instructor-home-block {
  background: transparent;
  box-shadow: none;
  border: none;
}

.instructor-home-main-slider.owl-carousel .instructor-home-block img {
  width: auto;
  height: 100%;
  margin: 0px;
  border-radius: 100%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  border-radius: 0px;
  object-fit: cover;
  width: 100%;
}

.bor__0975 {
  border: 1px solid #3A3C56;
  border-radius: 11px;
  height: 182px;
  overflow: hidden;
}


.s_role a {
  color: #000;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.3px;
  padding-top: ;
}

.s_role p {
  color: #000;
  text-transform: capitalize;
  letter-spacing: 0.4px;
}

.instructor-home-dtl.s_role {
  /* padding-left: 0; */
  padding: 19px;
  border: 0;
  border-radius: 11px;
}

p.insst-subbb {
  display: none;
}

.s_list__head .student-heading {
  color: #000;
  font-size: 30px;
  margin-top: 21px;
  margin-bottom: 0 !important;
  font-family: 'Epilogue-Bold';
  font-weight: 700;
  position: relative;
  z-index: 9;
  font-style: normal;
}

.blog__sections__99598 .view-dtl {
  background: transparent;
  color: #fff;
  padding: 0px;
  padding-top: 20px;
}

.blog__sections__99598 .view-heading a {
  color: #fff;
  font-weight: normal;
  left: ;
  letter-spacing: 0.3px;
  margin-bottom: ;
}


.becom__0450 {
  /* padding-bottom: 373px; */
  background: #fff;
  padding-top: 0;
}

.s_list__head p {
  color: #5BC895;
  letter-spacing: 2px;
}

.blog__bg__as {
  background: #fff;
  height: auto;
  padding-bottom: 58px;
  padding-top: 10px;
}

.blog__bg__as .container {
  position: relative;
  /* top: -302px; */
}

.blog__sections__99598 .view-img img {
  height: 108px !important;
  /* border-radius: 19px; */
  min-height: 260px !important;
}

.s_m {
  position: relative;
  top: -33px;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: normal !important;
  font-family: Epilogue-Regular;
}

.blog__bg__as .view-dtl {
  /* padding-top: 60px; */
  padding-left: 10px;
}

.student-view-block {

  box-shadow: none;

}

.view-footer {
  border-top: none;
  margin-top: 2px;
  padding: 1px 0 5px;
  height: auto;
  color: #FFFFFFA3;
}

.view-footer .view-date a {
  color: #000;
}

.blog__bg__as .owl-nav {
  display: none !important;
}

.vi__ew__blog {
  float: right;
  margin-top: 20px;
}

.vi__ew__blog a {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#fdc3007a, #fdc300 50%);
  border-radius: 42px;
  border-width: 0;
  /* box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px, rgba(179, 132, 201, 0.4) 0 8px 12px; */
  /* box-shadow: 5px 5px 3px #646464; */
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Epilogue-Bold';
  font-size: 21px;
  /* font-weight: 700; */
  justify-content: center;
  letter-spacing: .04em;
  line-height: 16px;
  margin: 0;
  padding: 14px 30px !important;
  text-align: center;
  text-decoration: none;
  /* text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px, rgba(255, 255, 255, 0.2) 0 0 12px, rgba(57, 31, 91, 0.6) 1px 1px 4px, rgba(57, 31, 91, 0.32) 4px 4px 16px; */
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  /* border: 1px solid #000; */
}

section {
  float: left;
  width: 100%;
}

.view-footer {
  color: #222 !important;
  border-top: 1px solid #FDC300;
}

.blog__bg__as .view-img {
  position: relative;
  /* box-shadow: 0 0 7px 5px #00000057; */
  border-radius: 38px;
}

#footer {
  float: left;
  width: 100%;
  /* margin-top: 8px; */
  background: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.news__letter__s23 .form-control {
  box-shadow: 0px 3px 9px #39140014;
  border-radius: 33px !important;
  border: none;
  padding: 4px 0 0 18px;
  height: 44px;
}

.news__letter__s23 #button-addon2 {
  background: #5BC895;
  border-radius: 76px;
  border: none;
  color: #fff;
  padding: 4px 31px 0 31px;
  margin-left: 18px;
}

.nes__9__cont578 h3 {
  color: #fff;
  font-size: 49px;
  margin-top: 20px;
}

.news__letter__s23 {
  margin-top: -246px;
}


.news__letter__s23 .col-md-5 {
  padding-top: ;
  padding-left: 0px;
}

.news__letter__s23 .col-md-7 {
  padding-top: ;
  padding-right: 0px;
}


.news__letter__s23 .row {
  border-top: 1px solid #5BC895;
  border-bottom: 1px solid #5BC895;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0px;
}

.im__08744 img {
  width: 100%;
}

.faq_2__004 {
  background: #114143;
}

.s_list__head_d_785_088 h3 {
  color: #fff;
  font-size: 53px;
  font-weight: normal;
}

.s_list__head_d_785_088 p {
  color: #5BC895;
  letter-spacing: 2px;
  padding-bottom: 20px;
}


.s_7284 {
  color: #5BC895;
  border: 1px solid #5BC89585;
  padding: 20px 50px;
  border-radius: 30px;
  margin-top: 20px;
}

.s_7284:hover {
  color: #fff;
}

.l__7811003 {
  color: #FFFFFFA3 !important;
  letter-spacing: 0px !important;
  margin-bottom: 21px;
  font-size: 13px;
}







.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: $accordion-button-padding-y $accordion-button-padding-x;
  @include font-size($font-size-base);
  color: $accordion-button-color;
  text-align: left; // Reset button style
  background-color: $accordion-button-bg;
  border: 0;
  @include border-radius(0);
  overflow-anchor: none;
  @include transition($accordion-transition);

  &:not(.collapsed) {
    color: $accordion-button-active-color;
    background-color: $accordion-button-active-bg;
    box-shadow: inset 0 ($accordion-border-width * -1) 0 $accordion-border-color;

    &::after {
      background-image: escape-svg($accordion-button-active-icon);
      transform: $accordion-icon-transform;
    }
  }

  Accordion icon &::after {
    flex-shrink: 0;
    width: $accordion-icon-width;
    height: $accordion-icon-width;
    margin-left: auto;
    content: "";
    background-image: escape-svg($accordion-button-icon);
    background-repeat: no-repeat;
    background-size: $accordion-icon-width;
    @include transition($accordion-icon-transition);
  }

  &:hover {
    z-index: 2;
  }

  &:focus {
    z-index: 3;
    border-color: $accordion-button-focus-border-color;
    outline: 0;
    box-shadow: $accordion-button-focus-box-shadow;
  }
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: $accordion-bg;
  border: $accordion-border-width solid $accordion-border-color;

  &:first-of-type {
    @include border-top-radius($accordion-border-radius);

    .accordion-button {
      @include border-top-radius($accordion-inner-border-radius);
    }
  }

  &:not(:first-of-type) {
    border-top: 0;
  }


  &:last-of-type {
    @include border-bottom-radius($accordion-border-radius);


    &.collapsed {
      @include border-bottom-radius($accordion-inner-border-radius);
    }
  }

  .accordion-collapse {
    @include border-bottom-radius($accordion-border-radius);
  }
}
}

.accordion-body {
  padding: $accordion-body-padding-y $accordion-body-padding-x;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("http://makemaya.tech/CLASSROOM/public/images/askedaa.png");

  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
  color: red;

  /* padding: 11px !important; */
}

.accordion-button:not(.collapsed)::after {
  background-image: url("http://makemaya.tech/CLASSROOM/public/images/askedaa.png");
  transform: rotate(-180deg);
}



.accordion-collapse {
  border-width: 0;
}


.accordion-button {

  background: #5BC895;
  border-radius: 85%;
  width: 30px;
  height: 30px;
}


#myAccordion {
  border: 1px solid #5BC895;
  border-radius: 12px;
}

#myAccordion button {
  background: transparent;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.3px;
  border-radius: 11px 11px 0px 0px;
  width: 100%;
}

.accordion-item {
  margin-bottom: 19px;
}

.accordion-collapse.collapse.show {
  background: #FFFFFF;
  border-radius: 0 0 15px 15px;
}

.accordion-button {
  background: #fff !important;
}

.accordion-button.collapsed {
  background: transparent !important;
}

.accordion-button {
  color: #fff !important;
  padding: 21px 19px 20px 20px;
  font-size: 17px !important;
  border-bottom: 1px solid #5BC895;
  font-weight: normal !important;
}

.accordion-item {
  margin-bottom: 0px;
}

.accordion-button {
  color: #114143 !important;
}

.accordion-button.collapsed {
  color: #fff !important;
}


#myAccordion button {
  background: transparent;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.3px;
  border-radius: 11px 11px 0px 0px;
  width: 100%;
  padding: 27px 24px 18px 21px;
  height: 73px;
  font-size: 13px !important;
}

#headingThree4 .accordion-button.collapsed {
  border: none;
}

#myAccordion p {
  color: #391400A3;
}

.faq_2__004 {
  padding-top: 60px;
}

.s_list__head_d_785_088 .student-heading {
  margin-top: 23px;
  margin-bottom: 31px;
}

.footer-main-block {
  background: #151B29;
  padding-top: 123px;
  margin-top: -54px;
}

#footer hr {
  display: none;
}

.tiny-footer .container {
  border-top: 1px solid #fff;

  padding-top: 27px;
  margin-top: 33px;
}

.widget b {
  color: #5BC895;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 21px !important;
  display: inline-block;
}

.s__77425 {
  letter-spacing: 0px !important;
  float: left;
  width: 100%;
  margin-top: 60px;
  color: #ffffffa3 !important;
  margin-top: ;
}

.s_list__head.d__he_085 {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  padding-top: 88px;
  padding-bottom: 38px;
}

.rating ul li {
  float: left;
  margin-right: 9px;
}

.s_874 {
  color: #222222a1 !important;
  margin-top: -11px;
  line-height: 17px;
  /* font-size: 11px !important; */
}

#search-block {
  background: #fff;
}

.s__courses__0d {
  background: #fff;
  padding: 16px;
}

.s__courses__0d {
  background: #fff;
  padding: 16px;
  margin-top: -4px;
  border-radius: 0px 0px 18px 18px;
}

.s__09887411we__09471 {
  padding-top: 98px;
  padding-bottom: 225px;
}

.s__09887411we__09471 {
  background-color: #151B29;
  position: relative;
  height: 611px;
}

.s__09887411we .container {
  background: #114143;
  margin-top: -443px;
  padding: 0p;
  background: #114143 0% 0% no-repeat padding-box;
  border-radius: 24px;
  position: relative;
  padding: 37px 112px;
}

.video-device {
  margin-top: -55px;
}

.s__9887we h3 {
  color: #fff;
  text-align: center;
  margin-top: 38px;
  font-weight: 400 !important;
  font-family: Epilogue-Regular;
}

.s__9887we ul li {
  display: inline-block;
  width: 33%;
  color: #5BC895;
  font-size: 15px;
}

.s__9887we i {
  color: #5BC895 !important;
  font-size: 23px;
}

.s__9887we h3 {
  color: #ffffffb5;
  text-align: center;
  margin-top: 38px;
  font-weight: 400 !important;
  font-family: Epilogue-Regular;
  font-size: 20px;
  margin-bottom: 29px;
  margin-top: 53px;
}

.s__9887we ul.btm-40 li:first-child {

  display: none;
}


.s__09887411we {
  background: #114143;
}

.video-device img.bg_img.img-fluid {
  box-shadow: 9px 46px 53px -9px #0000007a;
}

div#bar-fixed {
  border-bottom-color: 33px;
  margin-top: 56px;
}


.requirements h3 {
  color: #fff;
  /* font-weight: 400!important; */
  /* font-family: Epilogue-Regular; */
  font-size: 20px;
  letter-spacing: 1px;
}

.description-block.btm-30 p {
  color: #fff !important;
  /* font-weight: 400!important; */
  /* font-family: Epilogue-Regular; */
  font-size: 20px;
  letter-spacing: 1px;
}


.description-block.btm-30 h3 {
  color: #fff;
  /* font-weight: 400!important; */
  /* font-family: Epilogue-Regular; */
  font-size: 20px;
  letter-spacing: 1px;
}

.product-learn-block h3 {

  color: #fff;
}


.requirements li {
  color: #fff;
  /* font-weight: 400!important; */
  /* font-family: Epilogue-Regular; */
  font-size: 20px;
  letter-spacing: 1px;
}

.s__0905245 .about-home-rate {
  float: left;
  width: 34%;
}

.s__0905245 .about-home-btn.btm-20 {
  float: right;
  width: 20%;
  /* border-radius: 38px!important; */
}

.s__0905245 .about-home-btn.btm-20 a {
  border-radius: 26px;
  background: #5BC895;
  text-transform: uppercase;
}

.about-home-rate ul li {
  color: #fff;
  font-weight: 600;
}

.about-home-rate span {
  color: #ffffff75 !important;
  font-size: 22px !important;
}

.about-home-includes-list.btm-40.s__9887we {
  margin-top: 60px;
  float: left;
  width: 100%;
}

div#categories-tab-slider {
  display: none;
}

span.dkj {
  text-align: center;
  float: left;
  margin-top: 47px !important;
  width: 100%;
}

span.dkj h6 {
  color: #04E38A;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

body.pace-done section#categories-popularity {
  background: #114143;
  padding-bottom: 104px;
  padding-top: 30px;
}

body.pace-done .categories-main-block-one {
  padding: 70px 0 50px 0;
  background: #114143;
  display: none;
}

body.pace-done .course-bought-block.protip {
  border: 1px solid #5BC89585;
  border-radius: 5px;
}

body.pace-done .categories-popularity-dtl p {
  font-size: 13px;
  color: #ffff;
}

body.pace-done .pull-left p {
  color: #fff !important;
}


body.pace-done .view-heading a {
  font-size: 28px;
  color: #000 !important;
  font-weight: 700;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  text-align: left;
  font-family: 'Epilogue-Bold' !important;
  line-height: 26px;
  font-style: normal;
}

.item.first {
  box-shadow: 0 0px 16px 3px #00000036;
  border-radius: 20px;
  margin-bottom: 31px;
}

body.pace-done .categories-block {
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  padding: 10px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
  -webkit-transition: all 0.10s ease;
  -ms-transition: all 0.10s ease;
  -o-transition: all 0.10s ease;
  -moz-transition: all 0.10s ease;
  transition: all 0.10s ease;
  background: #fff;
}

body.pace-done section#categories h4 {
  color: #fff !important;
}

body.pace-done .course-bought-block .rating ul li {
  display: inline-block;
  color: #fff !important;
  margin-bottom: 0;
}

body.pace-done .student-des,
.all-levels-des {
  font-size: 12px;
  display: inline-block;
  color: #fff !important;
  border: 1px solid #04E38A;
  padding: 0px 6px;
  border-radius: 3px;
}

body.pace-done .class-des {
  color: var(--text-dark-grey-color) !important;
  border: 1px solid #04E38A;
  padding: 1px 6px;
  border-radius: 3px;
}

body.pace-done section#categories-popularity h4 {
  color: #fff !important;
}

body.pace-done .categories-block:hover {
  background: #114143 !important;
  border: 1px solid #fff !important;
}

body.pace-done .filter-dropdown .language-select {
  border: 1px solid #CACBCC;
  background-color: var(--background-white-bg-color);
  padding: 10px 15px;
  border-radius: 6px;

}

body.pace-done .time-des {
  color: var(--text-dark-grey-color);
  border: 1px solid #04E38A;
  padding: 1px 6px;
  border-radius: 3px;
}

body.pace-done li.rate-r {
  color: #fff;
}

label#grid svg {
  color: #fff;
}

.text-right.new_result {
  text-align: right !important;
  color: #fff !important;
}

body.pace-done .protip-open:hoverP {
  display: none
}

body.pace-done .rate s {
  color: #fff;
  font-size: 10px;
}

body.pace-done .card-header {
  padding: 8px 1.25rem !important;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid #5BC89585;
}

.signup-heading {
  padding: 40px 20px 0px 0;
  border: none;
  font-size: 20px;
  text-align: center;
  border-radius: 0 6px 6px 0;
  border: 1px solid #ffffff52;

}

.signup-block button.btn.btn-primary {
  background: #FDC300 !important;
  color: #000;
  font-weight: 700;
  padding: 6px 0;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 66% !important;
  color: #dc3545;
}

.dashboard-items ul li a:hover {
  color: #114143 !important;
}

h4#myModalLabel {
  color: #114143 !important;
}

section#profile-item {
  color: #ffffffc9 !important;
}

section#profile-item .btn-primary {
  padding: 9px 25px;
  background-color: #ffc727 !important;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid transparent;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section#profile-item {
  padding-bottom: 111px;
}


.dr__op__874 button {
  background: transparent;
  color: #fff;
}

.dr__op__874 button {
  border: 1px solid #fbfbfb80;
}

.dr__op__874 .my-dropdown {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: var(--background-grey-bg-color);
  box-shadow: none;
  width: 59px;
  background: #5BC895 !important;
  height: 26px;
  padding-right: 23px;
}

.row.d_78224 {
  float: right;
  width: 100%;
  text-align: right;
  display: block ruby;
}

/*
.d_78224 #search {
	margin-top: -33px;
}
           
*/
/*
.d_78224 .shopping-cart {
	margin-top: -29px;
	position: relative;
	top: -11px;
}
*/

.row.d__0h__right_khdk {
  float: right;
  text-align: right;
  display: block ruby;
}

/*
.d__0h__right_khdk #search {
	margin-top: -23px;
}
*/

.btn.btn-secondary.lo__g__in__04 {
  background: #FDC300;
  border-radius: 82px;
  line-height: 0;
  /* text-transform: uppercase; */
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
  padding: 0;
  position: relative;
  top: 0px;
  /* box-shadow: 5px 5px 3px #646464; */
  box-shadow: none;
  height: 40px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.students-bought.btm-30 {
  float: left;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 1px solid #ffc72778 !important;
}

.login_top h2 span {
  color: #ffc727;
}

#myTabContent .col-md-4 {
  padding-left: 15px;
  padding-right: 15px;
}

#cart-block {
  background: #114143;
}

.cart-total {
  border: 1px solid #5BC89585;
  padding: 15px;
  border-radius: 8px;
}

.cart-price-detail ul li {
  font-size: 14px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 400;
}

.checkout-btn button {
  background: #5BC895 !important;
  border-radius: 37px !important;
  text-transform: uppercase;
  margin-top: 34px !important;
}

.cart-add-block .cart-course-name a {
  color: #fff;
  font-size: 16px;
}

#checkout-block {
  background: #114143;
}

#checkout-block .cart-heading.bg-white {
  background: transparent !important;
}

#checkout-block .checkout-total {
  color: #fff;
  font-size: 25px;
}

#checkout-block #accordion .card {
  float: left;
  margin-right: 20px;
  background: #fff;
  width: 100%;
}

#checkout-block .checkout-items {
  border: 1px solid #5BC89585;
  padding: 8px;
  border-radius: 8px;
}

#checkout-block hr {
  display: none;
}

#checkout-block .checkout-course-title a {
  color: #fff;
  font-size: 15px;
}

.checkout-course-price {
  font-size: 15px;
  color: #fff;
}

.checkout-course-user {
  color: #eeeeee9c;
  font-size: 11px;
}



#categories-popularity .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid #5BC89585 !important;
  border-radius: .25rem;
}

.signup-block-main-block {
  padding: 0px 0;
  /* background: url("../images/HHeurz0rcVIU.jpg");
	background-size: cover; */
}

section#blog-dtl {
  background: #fff;
  padding-top: 0;
  color: #fff;

}

.blog-dtl-img.text-center.btm-30 {
  /* background: #114143; */
  /* padding: 40px 0px; */
  margin-bottom: 0px !important;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.blog-dtl-block {
  background: #fff;
  padding: 0px 0px 30px 0px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

.blog-idea.text-center.btm-30 a {
  color: #04E38A;
}


@media screen and (max-height:1080px) and (max-width:1920px) {
  .search {
    position: relative;
    float: left;
    width: 50px;
    height: 0;
    z-index: 100;
  }
}

h4.contact.html-us-heading {
  color: #fff;
}

.form-group input::placeholder {
  color: #fff;
}

section.heaar h1 {
  font-family: forma-djr-display;
  font-size: 60px;
  color: #000;
  width: 68%;
  padding-top: 100px;
}

section.fooolow-us h1 {
  font-family: 'Helvetica-Regular';
  color: #000;
  font-size: 40px;
  padding-top: 80px;
  font-weight: 500;
}

.foll-sociaal ul li {
  padding: 0 12px;
  font-size: 20px;
  background: #be9200;
  margin-right: 15px;
  width: 35px;
  border-radius: 25px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foll-sociaal ul {
  display: flex;
}

/* section.hiewauaaa {
  padding: 50px 0;
  background: #4d4d4d;
  border-radius: 39px 39px 0px 0px;
  box-shadow: 0 -25px 10px -14px #00000036;
  margin-top: 30px;
} */
.hiresus-mains h2 {
  text-align: center;
  font-family: 'Epilogue-Bold';
  font-size: 30px;
  /* letter-spacing: 1px; */
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.hiresus-mains {
  width: 95%;
  margin: 0 auto;
}

ul.recutiersss {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  justify-content: center;
}

ul.recutiersss li {
  width: 14%;
  /* margin-bottom: 30px; */
  /* border: 1px solid #fff; */
  /* background: #00000040; */
  padding: 0;
}

.recuiters-images {
  height: 70px;
}

.recuiters-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* filter: brightness(.1) invert(1); */
}

@media screen and (min-width:320px) and (max-width:767px) {
  section.s__008234.s__0624 {
    display: none;
  }

  .hea__ding__d h1 {
    color: #fff;
    font-size: 38px;
    letter-spacing: 0.4px;
    line-height: 53px;
  }

  .instructor-button_09txt-rgt .m-4 {
    margin: 5px !important;
  }

  .s__con__er .s__mi__04 {
    float: left;
    width: 84%;
    margin-top: 7px;
    color: #ffffff7a;
    padding-left: 6px;
  }

  .hea__ding__d p {
    font-size: 14px;
  }

  .a__4580 {
    padding-top: 75px;
  }

  .s__mi__04 p {
    font-size: 14px;
  }

  .ab__contents ul {
    padding-left: 13px;
  }

  .ab__contents ul li {
    color: #ffffff80;
    list-style: disc;
    font-size: 13px;
  }

  .a__4580 {
    background: url("../images/HHeurz0rcVIU.jpg");
    background-size: cover;
    height: auto;
  }

  .s__0812 h3 {
    font-family: Epilogue-SemiBold;
    color: #fff;
    margin-bottom: 0px;
    font-size: 20px;
    padding-bottom: 23px;
  }

  .s_460 img {
    width: 95%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .ab__contents h1 {
    color: #fff;
    font-size: 24px;
    line-height: 33px;
  }

  .s__008234 ul li {
    float: left;
    width: 100%;
    border: 1px solid #5BC89585;
    padding: 20px;
    color: #5BC895;
    margin-bottom: 10px;
  }

  .pro__d h3 {
    color: #5BC895;
    font-size: 24px;
    margin-bottom: 7px;
  }

  .s_088 {
    font-family: Epilogue-Bold;
    font-size: 30px;
    margin-right: 5px;
    line-height: 73px;
    padding-top: 23px !important;
    position: relative;
    top: 7px;
  }

  .abou__img img {
    width: 100% !important;
  }

  .s__0624 {
    margin-top: -170px;
    float: left;
    margin-left: 40px;
  }

  .s__0624 li {
    color: #fff;
    font-size: 16px;
    line-height: 0px;
    font-family: Epilogue-SemiBold;
  }

  .a__center__headings .student-heading {
    font-size: 24px;
    color: #fff;
  }

  .learning-courses.learnuing__tabbing ul li a {
    background: transparent;
    color: #FFFFFF;
    font-size: 12px;
  }

  .learning-courses .nav-link {
    padding: 0px;
  }

  .s__40 {
    font-size: 10px !important;
  }

  .view-date {
    margin-top: -23px;
  }

  body.pace-done .view-heading a {
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .s_list__head .student-heading {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-top: 21px;
    margin-bottom: -46px;
  }

  .become__a__is__t {
    padding: 50px 0px;
  }

  .s_jksf13 img {
    width: 100%;
    margin-top: -68px;
    margin-bottom: -23px;
  }

  .becom__0450 {
    padding-bottom: 300px;
  }

  .vi__ew__blog {
    float: right;
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .nes__9__cont578 h3 {
    color: #fff;
    font-size: 24PX;
    margin-top: 5px;
  }

  .news__letter__s23 #button-addon2 {
    background: #5BC895;
    border-radius: 76px;
    border: none;
    color: #fff;
    padding: 4px 31px 0 31px;
    margin-left: 7px;
  }

  .s_list__head_d_785_088 h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
  }

  .s__40 {
    font-size: 12px;
    float: left;
    padding-left: 4px;
    padding-top: 4px;
  }

  .b___oe__08 {
    float: left;
    width: 100%;
    border: 1px solid #00000026;
    border-radius: 45px;
    padding: 0px;
  }

  #myAccordion button {
    background: transparent;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.3px;
    border-radius: 11px 11px 0px 0px;
    width: 100%;
    padding: 27px 6px 27px 7px !important;
    height: 73px;
    font-size: 13px !important;
  }

  .footer-main-block {
    background: #151B29;
    padding-top: 40px;
    margin-top: 0px;
  }

  .s__09887411we .container {
    /* background: #114143; */
    margin-top: -443px;
    /* padding: 0p; */
    background: #114143 0% 0% no-repeat padding-box;
    border-radius: 24px;
    position: relative;
    padding: 27px 32px;
  }

  .s__0905245 .about-home-btn.btm-20 a {
    border-radius: 26px;
    background: #5BC895;
    text-transform: uppercase;
    font-size: 13px;
  }

  .s__0905245 .about-home-btn.btm-20 {
    float: right;
    width: 42% !important;
    /* border-radius: 38px !important; */
  }

  .about-home-heading {
    font-size: 26px;
    color: var(--text-white-color) !important;
  }

  .s__9887we ul li {
    display: inline-block;
    width: 70%;
    color: #5BC895;
    font-size: 14px;
    float: left;
  }

  .product-learn-dtl ul li {
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 14px;
    color: #fff !important;
  }

  .s__25544 small {
    color: #fff;
    font-size: 13px;
  }

  .course-content-block .second-accordion .card-header button.btn {
    padding: 10px 11px 2px 12px !important;
  }

  .course-content-block .second-accordion .card-header button.btn[aria-expanded="false"]::before {
    position: absolute;
    content: "\+";
    font-family: fontawesome;
    left: 0px;
    color: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 23px;
  }

  #headingTwo35 {
    font-size: 12px;
  }

  .faq-block .second-accordion .card-header {
    font-size: 12px !important;
  }

  .second-accordion .text-right {
    color: #fff;
    font-size: 12px;
    position: relative;
    top: 2px;
    text-align: left !important;
  }

  .about-home-rate ul li {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 10px;
    font-weight: 500;
  }

  .students-bought.btm-30 h3 {
    font-size: 20px;
  }

  .view-heading {
    /* font-size: 19px !important; */
    height: 165px;
    color: var(--text-black-color);
    font-weight: 500;
    padding: 10px 0 20px;
    display: flex;
    align-items: center;
    font-family: Epilogue-Bold;
    text-align: left;
  }

  .s_list__head.d__he_085 {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 38px;
  }

  .hamburger {
    left: 20px;
    margin-right: -12px;
    color: #fff;
    margin-top: -15px;
}

  .nav-bar-main-block .logo .img-fluid {
    max-width: 168px;
    margin-top: -15px;
  }

  .nav-bar-main-block .logo .img-fluid {
    max-width: 168px;
    margin-top: -15px;
  }

  .wishlist-home-main-block {
    background: #151B29;
    padding: 160px 0 19px;
    position: relative;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .fullscreen-search-block .btn-secondary,
  .fullscreen-search-block .btn-primary {
    text-align: left;
    background: transparent;
    border: 1px solid transparent;
    color: #000;
  }

  .wrapper-two .panel-title a[aria-expanded="true"]::after {
    position: absolute;
    content: "\f106";
    font-family: fontawesome;
    right: 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }

  #find .btn {
    background: #5BC895;
    border: 1px solid #5BC895;
    color: var(--text-white-color);
    padding: 15px 30px;
  }

  #find .btn:hover {
    background: #5BC895;
    border: 1px solid #5BC895;
  }

  .genre-slide-image .protip-wish-btn svg.feather:hover {
    background-color: #5BC895;
    border: 1px solid #5BC895;
    color: #FFF;
  }

  .des-btn-block .protip-wishlist ul li svg.feather {
    border: 1px solid #5BC895;
    border-radius: 100%;
    padding: 1px 7px 0;
    width: 35px;
    height: 35px;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .wrapper-two .panel-title a[aria-expanded="false"]::after {
    position: absolute;
    content: "\f107";
    font-family: fontawesome;
    right: 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }

  .wrapper-two .sub-cat {
    font-weight: 400 !important;
    font-size: 12px !important;
    color: #fff;
  }

  #signup .offset-4 {
    margin-left: 0px !important;
  }

  .social-link.btm-10 .row {
    text-align: left;
    display: ruby-base-container !important;
  }

  .signup-block-main-block {
    padding: 14px 0 0 0;
    background: url("../images/HHeurz0rcVIU.jpg");
    background-size: cover;
  }

  .social-link {
    margin-bottom: 20px;
  }

  .signup-form {
    margin-bottom: 39px;
    padding: 0;
  }

  .signup-form .col-lg-6.col-sm-6.col-xs-6 {
    float: left;
    width: 50%;
  }

  .learning-courses-main-block {
    padding: 40px 0 75px 0px;
    background: #114143;
  }
}

  .learning-courses-main-block {
    padding: 40px 0 75px 0px;
    background: #114143 !important;
  }

  .btn-group>.btn-group:not(:last-child)>.btn,
  .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #fff !important;
  }

  .class-nav-block {
    padding: 15px 10px 10px;
    background-color: #262424;
    color: var(--text-white-color);
    display: none;
  }

  .content-course-number {
    color: #fff;
  }

  div#ck-button {
    color: #fff;
    padding-bottom: 10px;
  }

  .quiz-main-block h5 {
    color: #fff;
  }

  .learning-quiz-null.text-center h1 {
    color: #fff;
    font-size: 20px;
  }

  .learning-quiz-null.text-center p {
    color: #fff;
    font-size: 14px;
  }

  section.foifth_banner .col-md-4 {
    border: 1px solid #5BC895;
    padding: 30px;
  }

  .starte__trial {
    margin-top: 30px;
  }

  .starte__trial a {
    color: #fff;
  }

  section.faq {
    background: #114143;
    padding: 60px 0px 60px;
  }

  section.faq h6 {
    color: #fff;
  }

  section.faq h1 {
    color: #fff;
  }

  section.faq p {
    color: #ffffff63;
  }


  .ab__contents ul li {
    color: #ffffff80;
    list-style: disc;
  }

  .b2vv a {
    padding: 5px 29px 4px !important;
    border: 1px solid #6d747e !important;
    border-radius: 20px;
    background: transparent !important;
    font-weight: 600;
  }

  .b2vv {
    margin-top: 5px;
  }

  .card-body ul li {
    color: #391400A3;
  }

@media screen and (min-width:1100px)and (max-width:1500px) {
  .a__4580 {
    padding-top: 100px;
  }

  .hero__img {
    height: 300px;
  }

  .hea__ding__d {
    height: 300px;
  }

  .hero__img img {
    width: 100%;
    height: 100%;
  }

  .hea__ding__d img {
    width: 100%;
    height: 100%;
  }
}

section.s__008234.s__0624 {
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: 0 -25px 10px -14px #00000036;
  margin-top: 15px;
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
}

.pro__d h3 {
  color: #5BC895;
}

.pro__d p {
  font-weight: 100 !important;
}

.navigation {
  float: left;
  /* border: 1px solid #5bc8956e; */
  margin-top: -34px;
  height: 38px;
  padding-top: 0px !important;
  padding: 3px 11px 3px 9px;
  border-radius: 5px;
}

div#cssmenu a {
  color: #ffffffc4 !important;
  text-transform: capitalize !important;
  padding-top: 9px !important;
}

#cssmenu ul li.has-sub a {
  color: #000 !important;
}

#cssmenu ul ul li {
  border-radius: 5px;
  margin-bottom: -3px;
  border-bottom: 1px solid #222 !important;
}
.loggo-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  /* margin-top: 30px; */
  margin-top: 10px;
}

.loggo-bottom p {
  /* color: #fff;
  font-family: 'Epilogue-Bold';
  font-size: 25px;
  padding-top: 25px;
  letter-spacing: 0.92px; */
  color: #fff;
  font-family: 'Epilogue-Bold';
  font-size: 16px;
  padding-top: 0;
  letter-spacing: 0.92px;

}

.loggo-bottom p {
  background: linear-gradient(90.01deg, rgba(255, 255, 255, 0.8) 0.78%, rgba(255, 198, 25, 0.8) 57.59%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px !important;
  margin: 0;
  font-weight: 700;
  font-style: normal;
}



.bann-heaad h1 {
  text-align: center;
  font-family: 'Epilogue-Bold';
  font-size: 42px;
  font-weight: 500;
  opacity: .8;
}

.bann-heaad h1 br {
  display: none;
}

hr.eextra {
  border: 6px solid #FDC300;
  width: 51%;
  position: relative;
  top: -40px;
  left: 218px;
}

.right-title {
  font-family: 'Epilogue-Bold';
  /* float: left; */
  position: absolute;
  right: 472px;
  top: 316px;
  z-index: 9;
  font-size: 26px;
}

.left-title {
  position: absolute;
  top: 376px;
  font-family: 'Epilogue-Bold';
  font-size: 23px;
  left: 498px;
  z-index: 9;
  top: 405px;
}

.stanle h1 {
  color: #fff;
  /* padding: 60px 0; */
  text-align: center;
  font-family: Helvetica-Regular;
  font-size: 33px;
  line-height: 32px;
  font-weight: normal;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 0;
  width: 80%;
}


.yell {
  color: #FDC300;
}

span.uup-commmma {
  position: relative;
  left: -22px;
  top: 23px;
  font-size: 99px;
  letter-spacing: 0;
  z-index: 9;

}

span.dddoowwn-commmma {
  transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
  position: relative;
  right: -10px;
  top: 31px;
  font-size: 99px;
  letter-spacing: 0;
  z-index: 9;
}

.chooose-hheaad h1 {
  font-family: 'Epilogue-Bold';
  text-align: center;
  font-size: 66px;
  color: #000000;
  font-weight: normal;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  opacity: .8;
}

.cohhose-roows {
  padding-top: 0px;
}

.row-onne img {
  width: 100%;
  height: 375px;
}

.row-onne h1 {
  font-family: 'Helvetica-Regular';
  font-weight: bold;
  font-size: 50px;
  color: #0F0F0F;
}

.row-onne p {
  font-family: 'Helvetica-Regular';
  font-size: 25px;
  color: #0F0F0F;
  width: 90%;
  opacity: 0.5;
}

.row-onne a {
  font-family: 'Epilogue-Bold';
  background: #FDC300;
  border: 1px solid #707070;
  color: #000000;
  font-size: 20px;
  margin-top: 20px;
  display: inline-block;
  padding: 15px 33px;
  border-radius: 39px;
}

.row-onne {
  margin-top: 120px;
  height: 375px;
}

.whyy-headd h1 {
  font-family: 'Epilogue-Bold';
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
  font-weight: 700;
  font-style: normal;
}

.whyy-headd p {
  font-family: Helvetca-Regular;
  color: #FDC300;
  text-align: center;
  /* font-weight: 500; */
  font-size: 28px;
  font-weight: 500;
  line-height: 26px;
}

.opttionns-ittem {
  background: #fff;
  /* height: 440px; */
  height: 300px;
  padding: 0px 20px;
  border-radius: 18px;
}
.itteem-hheeaddss {
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;

}

.itteem-hheeaddss h4 {
  padding-left: 14px;
  font-size: 28px;
  line-height: 26px;
  font-style: normal;
  font-weight: bold;
}

.itteem-hheeaddss img {
  width: 40px;
  height: 34px;
}

.why-optionss {
  margin-top: 30px;
}

.why-optionss .col-md-3 {
  margin-bottom: 40px;
}

.speaaak {
  background: #FDC300 !important;
  border: 1px solid #1A1A1A;

  margin-top: 32px;

  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#fdc3007a, #fdc300 50%);
  border-radius: 42px;
  border-width: 0;
  /* box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px, rgba(179, 132, 201, 0.4) 0 8px 12px; */
  /* box-shadow: 5px 5px 3px #646464; */
  box-shadow: none;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Epilogue-Bold';
  font-size: 18px;

  justify-content: center;
  letter-spacing: .04em;
  line-height: 16px;
  margin: 0;
  padding: 14px 0 !important;
  text-align: center;

  /* text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px, rgba(255, 255, 255, 0.2) 0 0 12px, rgba(57, 31, 91, 0.6) 1px 1px 4px, rgba(57, 31, 91, 0.32) 4px 4px 16px; */
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 400px;
}

.instructor-button.txt-rgt {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}

.owl-carousel .owl-nav.disabled {
  top: -59px;
  display: block;
  border: 1px solid;
  width: 12%;
  margin-left: auto;
  padding: 0 !important;
  height: 38px;
  position: relative;
  border-radius: 18px;
  right: 114px;
}

.sllideee-ppp {
  color: #000 !important;
}

.insst-typee {
  color: #FDC300;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}

.insst-subbb {
  color: #000 !important;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev span {
  font-size: 30px;
}

.owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next span {
  font-size: 30px;
}

.program-advice {
  background: #1A1A1A;
  height: auto;
  padding-bottom: 50px;
}

.program-advice h1 {
  font-family: 'Epilogue-Bold';
  color: #000 !important;
  font-size: 50px;
  font-weight: normal;
  padding-top: 50px;
  text-align: center;
}

.addva {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.addva input {
  border-radius: 39px;
  padding: 19px 25px;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: Helvetica-Regular;
  color: #000;
}

.addva input::placeholder {
  color: #000;
  font-family: Helvetica-Regular;
}

.row.advicce-foormm {
  padding-top: 60px;
}

.terrm-and-con {
  padding-top: 13px;
  padding-left: 22px;
  font-size: 17px;
}

.terrm-and-con [type=checkbox] {
  color: #fff;
}
.terrm-and-con.check__11 span {
  color: #fff !important;
}
.terrm-and-con span {
  color: #000 !important;
  padding-left: 10px;
}

.addva button {
  background: #FDC300;
  border: 1px solid #707070;
  height: 50px;
  font-size: 20px;
  font-family: 'Epilogue-Bold';
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 43px;
  margin-top: 15px;
  letter-spacing: 1px;
  border-color: transparent;
}

.addva button:hover {
  background: #f06542;
  color: #fff;
}

.prrog-immggg {
  width: 100%;
}

.hire-you {
  background: #4D4D4D;
  height: auto;
  padding-bottom: 50px;
}

.hire-you h1 {
  color: #fff;
  font-family: 'Epilogue-Bold';
  text-align: center;
  padding-top: 50px;
  font-weight: 500;
  font-size: 66px;
}

.hire-patnerrs img {
  width: 95px;
}

.hore-comppany {
  padding-top: 50px;
}

.hore-comppany .col-md-2 {
  border: 1px solid #fff;
}

.hire-patnerrs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 121px;
  /* width: 153px; */
}

.alumni-sayys {
  background: #fff;
  height: 545px;
  overflow: hidden;
  /* padding-bottom: 50px; */
  position: relative;
}

.sayys-head {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  align-items: center;
}

.sayys-head h1 {
  font-family: 'Epilogue-Bold';
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  font-style: normal;
}

/* .sayys-head a{
  font-family: 'Epilogue-Bold';
  background: #FDC300;
  color: #000;
  border: 1px solid #000;
  padding: 4px 26px;
  border-radius: 30px;
  font-size: 21px;
  font-weight: 500;
} */
.sayys-head a {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#fdc3007a, #fdc300 50%);
  border-radius: 42px;
  border-width: 0;
  /* box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px, rgba(179, 132, 201, 0.4) 0 8px 12px; */
  /* box-shadow: 5px 5px 3px #646464; */
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Epilogue-Bold';
  font-size: 21px;
  font-weight: 500;
  justify-content: center;
  letter-spacing: .04em;
  line-height: 26px;
  margin: 0;
  padding: 14px 30px !important;
  text-align: center;
  text-decoration: none;
  /* text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px, rgba(255, 255, 255, 0.2) 0 0 12px, rgba(57, 31, 91, 0.6) 1px 1px 4px, rgba(57, 31, 91, 0.32) 4px 4px 16px; */
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  /* border: 1px solid #000; */
}

.alumni-heaad {
  display: flex;
  padding-top: 0;
  padding-left: 19px;
}

.inffoo-piccturr {
  display: flex;
}

.inffoo-piccturr img {
  background: transparent;
  width: 27px;
  height: 27px;
}

.inffoo-piccturr p {
  padding-left: 10px;
  font-weight: bold;
  font-size: 12px;
}

.all-imma {
  width: 25%;
  height: 55px;
  border-radius: 15px;
}

section#profile-item input:focus {
  color: #000;
}

section#profile-item input {
  color: #fff;
}

.head-innfoo {
  padding-left: 10px;
  padding-top: 15px;
}

.head-innfoo h5 {
  font-family: 'Helvetica-Regular';
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 6px;
}

.alumni-sayys .swiper-slide {
  background: #fff;
  border: 1px solid #FDC300;
  /* box-shadow: 5px 5px 3px #FDC300; */
  border-radius: 24px;
  height: 354px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.alunnii-inffo {
  padding-top: 18px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Helvetica-Regular';
  font-weight: 600;
  text-align: center;
  color: #272727;
  font-size: 18px;
  height: 158px;
}

.full-storry {
  border-top: 1px solid #fdc60b;
  margin-top: 43px;
  text-align: center;
  padding-top: 15px;
  font-family: 'Helvetica-Regular';
  font-size: 15px;
}

.alunnii-inffo p {
  font-size: 16px;
}

.full-storry span {
  color: #2e85de;
}

.alumni-sayys .swiper.mySwiper {
  margin-top: 22px;
  height: 100%;
}

/* .swipeee-buttto {
  width: 11%;
  background: #fff;
  position: relative;
  top: 20px;
  border: 1px solid #000;
  height: 40px;
  float: right;
  right: 178px;
  border-radius: 32px;
} */

.swipeee-buttto {
  width: 80%;
  background: transparent;
  position: absolute;
  top: 20px;
  border: 0;
  height: 40px;
  float: right;
  /* right: 0; */
  border-radius: 32px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.swiper-button-next:after {
  content: 'next';
  color: #fff;
  font-size: 15px;
  background: #000;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  border-radius: 17px;
}

.swiper-button-prev:after {
  content: 'prev';
  color: #fff;
  font-size: 15px;
  background: #000;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  border-radius: 17px;
}

.swiper-button-next {
  right: 25px;
  left: auto;
}

.swiper-button-prev {
  left: 26px;
  right: auto;
}

.undddderrr {
  border-bottom: 1px solid #000;
}

#blog-post-slider {
  margin-top: 10px;
}

.alainff img {
  width: 10% !important;
}

.alainff {
  display: flex;
  width: 90%;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  padding-top: 10px;
  margin-left: auto;
}

.alainff p {
  padding-left: 15px;
  color: #000000;
  font-size: 16px;
}

.view-block {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 18px;
}

.footer-top-block img {
  width: 100%;
}

/* .footer-top-block h1 {
  color: #fff;
  font-family: 'Helvetica-Regular';
  font-size: 75px;
  font-weight: normal;
  width: 90%;
  margin-left: auto;
  padding-top: 120px;
} */
.footer-top-block h1 {
  color: #fff;
  font-family: 'Helvetica-Regular';
  font-size: 30px;
  font-weight: normal;
  width: 100%;
  margin-left: auto;
  padding-top: 40px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
}

/* .footer-top-block a {
  color: #000;
  font-family: 'Epilogue-Bold';
  background: #FDC300;
  border: 1px solid #000;
  font-size: 39px;
  margin-top: 40px;
  display: inline-block;
  padding: 0 44px;
  margin-left: 75px;
  border-radius: 30px;
  box-shadow: 5px 5px 3px #646464;
  box-shadow: none;
} */
.footer-top-block a {
  color: #000;
  font-family: 'Epilogue-Bold';
  background: #FDC300;
  border: 1px solid #000;
  font-size: 28px;
  margin-top: 0;
  display: inline-block;
  padding: 12px 44px;
  margin-left: 40%;
  border-radius: 30px;
  /* box-shadow: 5px 5px 3px #646464; */
  box-shadow: none;
  line-height: 26px;
  font-weight: 500;
  background-image: linear-gradient(#fdc3007a, #fdc300 50%);
}
.footer-logo {
  width: 80%;
}
.copyright-social ul {
  display: flex;
  /* flex-wrap: inherit; */
  justify-content: space-between;
  padding-top: 20px;
  align-items: center;
}

.copyright-social ul li {
  font-size: 13px;
  padding: 0;
  padding-left: 25px;
}

.socialls ul {
  padding-top: 0;
  display: flex;
  align-items: center;
}

.socialls ul li::after {
  content: inherit !important;
}

.socialls ul li {
  padding-left: 5px;
}

.socialls ul li a i {
  font-size: 20px;
  background: #535353;
  border-radius: 18px;
  padding: 8px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.loggs-conttss {
  padding-top: 14px;
  line-height: 25px;
}

.searchh input {
  border-radius: 12px;
  border: 1px solid #000;
  padding: 5px 12px;
  font-family: Helvetica-Regular;
  font-size: 16px;
  width: 100%;
  opacity: 0.5;
}

.searchh button {
  border: 0;
  position: absolute;
  top: 6px;
  right: 26px;
  color: #FDC300;
  background: transparent;
  font-size: 16px;
}

.searchh input:focus-visible {
  border: 1px solid #000;
  opacity: 0.7;
}


.filtteer {
  border: 1px solid #000;
  border-radius: 18px;
  margin-top: 15px;
}

.filtter-headd ul {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
}

.filtter-headd ul li {
  color: #000;
  font-size: 20px;
}

/* .accordion {
  padding: 4rem;
} */
summary {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  background: #FDC300;
  padding: 1rem 18px;
  color: #000;
}

summary h3 {
  font-size: 20px;
  font-family: Helvetica-Regular;
}

summary h3 span {
  float: right;
}

details {
  display: block;
  margin: 0 auto;
  width: 100%;
  /* margin-bottom: 1rem; */
}

details p {
  margin: 1rem auto;
  translate: 2rem 0;
}

summary>* {
  display: inline;
}


.fil-ittee {
  padding-left: 18px;
  padding-top: 0px;
}

.fill-dett {
  padding-top: 15px;
}

.fil-ittee label {
  padding-left: 29px;
  font-family: 'Helvetica-Regular';
  font-weight: normal;
  font-size: 13px;
}

/* #blog .row{
  justify-content: center;
} */

#blog li.page-item {
  padding: 0 12px;
}

#blog .row .col-md-4 {
  margin-bottom: 40px;
}

h3.blog-slider-heading {
  font-size: 22px;
  font-family: 'Epilogue-Bold';
  height: 263px;
  margin-top: 0;
  padding-top: 210px;
  margin: 0;
  padding-bottom: 0;
  letter-spacing: 0.6px;
}

.pull-right {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.alainffoo {
  display: flex;
  width: 90%;
  align-items: center;
  /* justify-content: center; */
  margin-right: auto;
  padding-top: 10px;
  margin-left: auto;
  border-top: 1px solid #FDC300;
  float: left;
}

.alainffoo p {
  padding-left: 15px;
  color: #000000;
  font-size: 16px;
  margin: 0;
}

.alainffoo img {
  width: 15%;

}

.bloggsmall-titlle {
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.lefft-lissttt {
  display: flex;
  align-items: center;
}

.lefft-lissttt p {
  padding: 0 10px;
}

.lefft-lissttt hr {
  background: #000;
  height: 19px;
  color: #0000;
  border: 1px solid #BEB9B9;
  width: 0%;
  margin-top: 0;
  margin-bottom: 8px;
}


.rightt-liisstt ul {
  display: flex;
  align-items: center;
}

.rightt-liisstt ul li {
  padding: 0 10px;
}

.rightt-liisstt ul li i {
  color: #FDC300;
}

.aaarrrr {
  color: #000 !important;
  font-size: 20px;
}


p.lissi {
  color: #FDC300;
  font-family: 'Helvetica-Regular';
  font-weight: 600;
  font-size: 20px;
}

p.lololo {
  font-family: 'Helvetica-Regular';
  font-size: 20px;
  font-weight: 900;
}

.rate-grid {
  border-top: 1px solid #707070;
  opacity: 0.7;
  display: flex;
  justify-content: space-around;
  padding-top: 10px;
}

.usserr-no ul {
  display: flex;
}

.usserr-no ul li {
  margin-right: -35px;

}

.usserr-no ul li img {
  width: 50%;
}

.cour-hooorrr {
  display: flex;
  align-items: center;
  /* padding-top: 4px; */
  border: 1px solid #707070;
  border-radius: 18px;
  padding: 0 9px;
}

.cour-hooorrr p {
  padding: 0;
  margin: 0;
  color: #000;
  font-weight: 600;
}

.prrrr-immmmm {
  width: 23%;
}

.nooo-liiss {
  display: flex;
  align-items: center;
  border: 1px solid #707070;
  border-radius: 18px;
  width: 100%;
  padding: 0 6px;
}

.nooo-liiss span {
  margin-left: 17px;
  padding-top: 3px;
  color: #000;
  font-weight: 600;
}
.dattasdescc p {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-style: normal;
}
section.dataaaa {
  /* padding-top: 230px; */
  padding-top: 0;
  height: auto;
  padding-bottom: 15px;
}

section.dataaaa h1 {
  text-align: center;
  font-family: 'Epilogue-Bold';
  font-size: 54PX;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  z-index: 9;
  text-transform: capitalize;
}

.thetileofcour {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* i.bi.bi-dot {
    display: none;
} */
.data_ppcontet ul li span {
  font-size: 15px;
}

.daataaa-imm img {
  height: auto !important;
}

.daatta-liinee {
  background: #FDC300;
  height: 16px;
  position: relative;
  top: -40px;
  
}

.daataaa-imm {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.daataaa-imm img {
  height: 100%;
  width: 100%;
}

.aboouu-lliiii .col-md-4 {
  border: 1px solid #e0e0e0;
}

.durra-heead p {
  font-family: 'Epilogue-Bold';
  text-transform: uppercase;
  color: #000;
  font-size: 19px;
}

.durrration {
  padding: 10px;
}

.durrr-checck ul li {
  font-family: Helvetica-Regular;
  font-size: 12px;
  display: flex;
}

.durrr-checck ul li span {
  padding-right: 10px;
}

.durra-heead span {
  background: #e0e0e0;
  border-radius: 18px;
  padding: 1px 5px;
}

.courr-abbo {
  padding-top: 30px;
  padding-bottom: 111px;
}

.dataaata {
  background: #fff;
  box-shadow: 0 22px 10px -15px #00000036;
  border-radius: 0px 0px 39px 39px;
}

.leaarrnn {
  background: #fff;
  box-shadow: 0px 0px 14px -5px #00000036;
  border-radius: 39px 39px 39px 39px;
  padding-top: 25px;
  padding-bottom: 30px;

}

.leaarrnn h1 {
  text-align: center;
  font-family: 'Epilogue-Bold';
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 67px;
  text-transform: capitalize;
  font-style: normal;
}

.why-learn {
  padding-bottom: 80px;
}

.res-dsscc {
  display: flex;
  padding: 10px 20px;
  border-right: 1px solid;
  flex: 1;
  border-left: 1px solid;
}

.resoo-roww {
  display: flex;
  border-bottom: 1px solid;
}

.resss-headdd {
  background: #FDC300;
  /* width: 440px; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Epilogue-Bold';
  font-weight: 500;
  font-size: 30px;
  border-left: 1px solid;
  border-right: 1px solid;
}

.ress-im img {
  width: 55px;
  background: #dcdcdc;
  padding: 10px;
  border-radius: 10px;
}

.ress-im {
  /* width: 80px; */
  padding-top: 10px;
}

.resss-innffo h5 {
  font-size: 28px;
  font-family: 'Helvetica-Regular';
  color: #000;
  line-height: 10px;
  padding-top: 15px;
  font-weight: bold;
  line-height: 26px;
}

.resss-innffo {
  padding-left: 20px;
}

.resss-innffo p {
  font-size: 20px;
  line-height: 23px;
}
.reassons table {
  border-top: 1px solid;
  width: 100%;
}

.reassons {
  padding-top: 0;
}

.ds-ai h1 {
  font-family: 'Epilogue-Bold';
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  z-index: 9;
  text-transform: capitalize;
  font-style: normal;
}
.data_ppcontet ul li p {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  font-style: normal;
  top: -14px;
  left: 14px;
  position: relative;
}
.ds-ai-llii {
  background: #FDC300;
  height: 20px;
  position: relative;
  top: -51px;
}

.dsaaaai {
  width: 100%;
}

p.leevell-one {
  position: absolute;
  top: 139px;
  right: 40px;
  font-family: 'Epilogue-Bold';
  font-size: 30px;
}

p.leevell-two {
  position: absolute;
  top: 283px;
  right: 108px;
  font-family: 'Epilogue-Bold';
  font-size: 27px;
}

p.leevell-three {
  position: absolute;
  top: 397px;
  right: 253px;
  font-family: 'Epilogue-Bold';
  font-size: 24px;
}

p.leevell-one span {
  position: absolute;
  font-size: 50px;
  z-index: 9;
}

p.leevell-two span {
  position: absolute;
  font-size: 50px;
  top: -4px;
  left: 276px;
  z-index: 9;
}

p.leevell-three span {
  position: absolute;
  font-size: 50px;
  top: -4px;
  left: 269px;
  z-index: 9;
}

.whhyy-inone {
  position: absolute;
  top: 108px;
  left: 247px;
}

.whhyy-intwo {
  position: absolute;
  top: 246px;
  left: 96px;
}

.whhyy-inthree {
  position: absolute;
  top: 382px;
  left: -160px;
  margin-top: 27px;
}

hr.hor-one {
  border: 1px dashed #c2c2c2;
  position: absolute;
  top: 147px;
  width: 46%;
  left: 550px;
}

hr.hor-two {
  border: 1px dashed #c2c2c2;
  position: absolute;
  top: 287px;
  width: 30%;
  left: 493px;
}

hr.hor-three {
  border: 1px dashed #c2c2c2;
  position: absolute;
  top: 401px;
  width: 15%;
  left: 327px;
}


.whhyy-inone ul li {
  font-size: 14px;
  font-family: 'Helvetica-Regular';
  width: 100%;
  display: flex;
  align-items: baseline;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
}

.whhyy-intwo ul li {
  font-size: 14px;
  font-family: 'Helvetica-Regular';
  width: 100%;
  display: flex;
  align-items: baseline;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
  /* margin-top: 9px; */
}

.whhyy-intwo {
  margin-top: 49px;
}

.whhyy-inone {
  width: 64%;
  margin-top: 46px;
}

.whhyy-inthree ul li {
  font-size: 14px;
  font-family: 'Helvetica-Regular';
  width: 100%;
  display: flex;
  align-items: baseline;
  color: #000;
  font-weight: 600;
  padding-bottom: 5px;
}

.whhyy-inone ul li span {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}

.whhyy-intwo ul li span {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}

.whhyy-inthree ul li span {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}

section.ds-ai {
  height: auto;
  padding-bottom: 0;
  padding-top: 20px;
}

.curri-heaad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
}

.curri-heaad h1 {
  font-family: 'Epilogue-Bold';
  font-size: 45px;
  font-weight: 500;
}

/* .curri-heaad a {
  background: #FDC300;
  border: 1px solid #000;
  font-size: 20px;
  border: 2px solid #1A1A1A;
  border-radius: 57px;
  font-family: 'Epilogue-Bold';
  color: #000;
  padding: 8px 15px;
  margin-top: -20px;
  display: inline-block;
} */
.curri-heaad a {
  border: 1px solid #000;
  font-size: 20px;
  border: 2px solid #1A1A1A;
  border-radius: 57px;
  font-family: 'Epilogue-Bold';
  color: #000;
  padding: 8px 15px;
  margin-top: -20px;
  display: inline-block;
  background-color: initial;
  background-image: linear-gradient(#fdc3007a, #fdc300 50%);
  border-width: 0;
  /* box-shadow: rgba(57, 31, 91, 0.24) 0 2px 2px, rgba(179, 132, 201, 0.4) 0 8px 12px; */
  box-shadow: 5px 5px 3px #646464;
  cursor: pointer;
  letter-spacing: .04em;
  /* text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px, rgba(255, 255, 255, 0.2) 0 0 12px, rgba(57, 31, 91, 0.6) 1px 1px 4px, rgba(57, 31, 91, 0.32) 4px 4px 16px; */
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
}


.curr-trrack img {
  width: 100%;
  height: 100%;
}

.onnee-headda {
  border: 1px solid #707070;
  width: 120px;
  text-align: center;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Helvetica-Regular;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  height: 120px;
  padding-top: 15px;
  text-transform: uppercase;
}


.onee-topp {
  text-align: center;
  display: flex;
  justify-content: center;
  border: 1px solid #707070;
  width: 160px;
  height: 160px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0;
}

.onee-midd {
  text-align: center;
  display: flex;
  justify-content: center;
  /* border: 1px solid #707070; */
  width: 160px;
  /* height: 160px; */
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background: #FDC300;
  font-family: Helvetica-Regular;
  font-weight: 600;
}

.onee-midd p {
  margin-bottom: 0;
  color: #000;
}

.onee-bottom {
  width: 160px;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 50px solid #fff;
}

.onee-bottom::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 82px solid transparent;
  border-right: 82px solid transparent;
  border-top: 52px solid #707070;
  position: absolute;
  margin-top: -50px;
  margin-left: -82px;
  z-index: -9;
}

.steeep-one {

  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
}

.steeep-two {

  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
}

.steeep-three {
  border-bottom: 1px solid #000;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cirrr {
  border: 1px solid #000;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  height: auto;
  margin: 0;
}

.cirrr-one {
  border-right: 1px solid #000;
  padding: 0;
}

.cirrr-two {
  padding: 0;
}

.cirrr-three {
  border-left: 1px solid #000;
}

.inff-oone {
  height: 100%;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.inff-oone ul {
  padding-left: 75px;
}

.inff-oone ul li {
  font-family: Helvetica-Regular;
  font-weight: 700;
  font-size: 17px;
  padding-bottom: 10px;
  line-height: 26px;
  font-style: normal;
}

.juorrneyy-staar {
  border-bottom-left-radius: 8px;
  background: #000;
  height: 100px;
  /* padding-bottom: 20px; */
  border-bottom-right-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.st-jornee {
  font-size: 54px;
  color: #fff;
  font-family: 'Helvetica-Regular';
  font-weight: 700;
  font-style: normal;
}

.juorrneyy-staar img {
  position: relative;
  top: 44px;
  width: 9%;
}

section.course-curriculam {
  height: auto;
  padding-bottom: 100px;
}


.trrackkone {
  height: 300px;
  padding-top: 30px;
}

.trrackkone img {
  width: 90%;
  height: 100%;
}

.pin1 {
  position: absolute;
  top: 73px;
  left: 337px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin1::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  /* margin-left: -22px; */
  /* margin-top: -21px; */
  background-color: #fff;
}


.pin1 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin2 {
  position: absolute;
  top: 30px;
  left: 137px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);

}

.pin2::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  /* margin-left: -22px; */
  /* margin-top: -21px; */
  background-color: #fff;
}


.pin2 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin3 {
  position: absolute;
  top: 115px;
  left: 197px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin3::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  /* margin-left: -22px; */
  /* margin-top: -21px; */
  background-color: #fff;
}


.pin3 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}


.pin4 {
  position: absolute;
  top: 170px;
  left: 340px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin4::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  /* margin-left: -22px; */
  /* margin-top: -21px; */
  background-color: #fff;
}


.pin4 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin5 {
  position: absolute;
  top: 255px;
  left: 291px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin5::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin5 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin6 {
  position: absolute;
  top: 240px;
  left: 155px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin6::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin6 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin12 {
  position: absolute;
  top: 75px;
  left: 338px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin12::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin12 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin22 {
  position: absolute;
  top: 31px;
  left: 137px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin22::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin22 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin32 {
  position: absolute;
  top: 415px;
  left: 197px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);

}

.pin32::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin32 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin42 {
  position: absolute;
  top: 240px;
  left: 157px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);

}

.pin42::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin42 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin52 {
  position: absolute;
  top: 241px;
  left: 318px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg)
}

.pin52::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin52 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin62 {
  position: absolute;
  top: 238px;
  left: 157px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin62::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin62 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin13 {
  position: absolute;
  top: 74px;
  left: 337px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin13::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin13 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin23 {
  position: absolute;
  top: 74px;
  left: 129px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin23::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin23 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin33 {
  position: absolute;
  top: 226px;
  left: 333px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin33::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin33 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin43 {
  position: absolute;
  top: 240px;
  left: 157px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin43::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin43 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin14 {
  position: absolute;
  top: 74px;
  left: 338px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin14::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin14 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin24 {
  position: absolute;
  top: 125px;
  left: 252px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin24::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin24 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin34 {
  position: absolute;
  top: 238px;
  left: 157px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin34::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin34 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin15 {
  position: absolute;
  top: 74px;
  left: 338px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin15::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin15 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.pin25 {
  position: absolute;
  top: 236px;
  left: 157px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.pin25::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: #fff;
}


.pin25 span {
  z-index: 9999;
  position: absolute;
  left: 2px;
  top: 1px;
  transform: rotate(45deg);
  font-family: 'Helvetica-Regular';
  font-weight: 600;
}

.curricullam-innfff {
  border: 1px solid #000;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.curricullam-innfff .puulll {
  padding-right: 0;
  border-right: 1px solid #000;
}

.curricullam-innfff .col-md-6 {
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #000;
}

.dsaai-mobb {
  display: none;
}

section.yogah {
  /* padding-top: 145px; */
  padding-top: 0;
  background: #ffff;
  height: auto;
  padding-bottom: 50px;
}

.yoogah-heaad h1 {
  font-family: 'Helvetica-Regular';
  font-weight: 600;
  color: #000;
  font-size: 33px;
  border: 4px solid #FDC300;
  border-radius: 32px;
  height: 90px;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  justify-content: center;
}

.youagghh-voll {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 90px;
  cursor: pointer;
}

.youagghh-voll p {
  padding-top: 10px;
  padding-left: 10px;
}

.innf-yogaah p {
  font-family: Helvetica-Regular;
  color: 000;
  font-size: 24.6px;
  padding-top: 45px;
  height: 100%;
  display: flex;
  align-items: center;

}

.text-success {
  color: #28a745 !important;
  font-size: 14px !important;
  padding-top: 12px !important;
}

.yogah-layyer {
  box-shadow: rgb(0 0 0 / 22%) 0px 4px;
  height: auto;
  padding-bottom: 35px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-top: 10px;
}

section.vissions {
  background: #fff;
}

.vission-headd small {
  text-align: center;
  color: #FDC300;
  font-family: 'Helvetica-Regular';
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vission-headd h1 {
  letter-spacing: 1.6px;
  color: #000;
  font-size: 35px;
  text-align: center;
  padding-top: 20px;
  font-family: "forma-djr-display";
  line-height: 48px;
}

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

.cirrcle-viss i {
  color: #FDC300;
  font-size: 25px;
}

.vissin-viddeo {
  height: 580px;
  padding-bottom: 50px;
  margin-top: 50px;
  background: #1A1A1A;
  padding-top: 50px;
}

/* .vissin-viddeo .row{
  height: 100%;
} */
.viidd-immaa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.viidd-immaa {
  height: 400px;
  text-align: center;
  /* width: 400px; */
  margin-left: auto;
  margin-right: auto;
}

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

.vidd-heaad p {
  color: #ffff;
  padding-top: 20px;
  font-size: 25px;
  font-family: Helvetica-Regular;
}

.vidd-heaad small {
  font-size: 22px;
  font-family: Helvetica-Regular;
  color: #FDC300;
  line-height: 15px;
}

.vidd-dessc {
  color: fff;
  font-size: 35px;
  line-height: 44px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

img.commaas {
  width: 53px;
  height: 96px;
}

section.missioon {
  background: #fff;
  height: auto;
  padding: 90px 0
}

.missin-immageg {
  height: 390px;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.missin-immageg img {
  width: 100%;
  height: 100%;
}

.missiion-heaad small {
  font-family: Helvetica-Regular;
  color: #FDC300;
  font-size: 45px;
}

.missiion-heaad h1 {
  color: #000;
  /* letter-spacing: 1.6px; */
  width: 80%;
  padding-top: 35px;
  font-family: "forma-djr-display";
  font-size: 40px;
}

.ccirrcle-viss i {
  color: #FDC300;
  font-size: 25px;
}

.social-linkks ul {
  display: flex;
  height: 100%;
}

.social-linkks ul li {
  padding: 0 25px;
}

.social-linkks ul li img {
  width: 100%;
  height: 100%;
}

section.follow-usss {
  background: #1A1A1A;
  padding: 70px 0;
}

.uss p {
  font-family: 'Helvetica-Regular';
  color: #fff;
  font-size: 24px;
  width: 39%;
}

.uss {
  border-right: 2px solid #8b6e0d;
  height: 100px;

  display: flex;
  align-items: center;
}

.social-linkks {
  height: 100px;
  padding: 18px 0;
}

section.upcominng {
  background: #fff;
}

.upcooming-heaad {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  border-bottom: 1px solid #000;
  align-items: center;
}

.upcooming-heaad h1 {
  font-family: 'Epilogue-Bold';
  font-size: 66px;
  font-weight: 500;
  color: #000;
}

.upcooming-heaad a {
  background: #FDC300;
  color: #000;
  border-radius: 33px;
  font-family: 'Epilogue-Bold';
  font-weight: 500;
  border: 1px solid #000;
  font-size: 25px;
  padding: 5px 25px;
  margin-top: -18px;
  display: inline-block;
}

.upcome-swipeer .swiper.mySwiper {
  margin-top: 50px;
  height: 450px;
}

section.ment-invest {
  background: #1A1A1A;
  height: 100%;
}

.vest-ent-heaad h1 {
  font-family: 'Epilogue-Bold';
  font-size: 45px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding-top: 50px;
}

.mentor-immaagggg img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #fdc300;
  /* height: 200px;
  object-fit: cover; */
}

p.mentorr-namme {
  /* color: #FDC300; */
  /* font-size: 16px; */
  margin: 0;
  color: #121212;
  font-size: 28px;
  font-weight: bold;
  line-height: 26px;
}

p.mentor-inffo {
  /* color: #fff; */
  /* font-size: 15px; */
  font-family: 'Helvetica-Regular';
  margin: 0;
  font-size: 28px;
  line-height: 26px;
  font-weight: 500;
}

.menttor-abbout {
  /* border: 1px solid #FDC300; */
  border-radius: 24px;
  padding: 16px 20px;
  height: 90px;
  text-align: center;
}

.swwi-pagg {
  position: relative;
  top: -63px;
  background: #fff;
  width: 125px;
  z-index: 999;
  border: 1px solid #fff;
  height: 38px;
  border-radius: 30px;
  right: 142px;
  float: right;
}

.swiper.mySwipersses {
  height: 390px;
  margin-top: 60px;
}

section.our-teamm {
  background: #fff;
}

.tteam-heaad h1 {
  font-family: 'Epilogue-Bold';
  font-weight: 500;
  font-size: 45px;
  text-align: center;
  padding-top: 60px;
}

p.insst-subbbs {

  padding-bottom: 0;
  font-size: 11px;
}

.heedsdsdis {
  height: 60px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.teeam-immage img {
  width: 100%;
  /* border-radius: 170px; */
  height: 67%;
  object-fit: cover;
}

.teeamabbo {
  text-align: center;
  padding-top: 15px;
}

p.menb-namme {
  font-family: 'Helvetica-Regular';
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}

p.mem-positi {
  color: #4A4A4A;
  font-family: 'Helvetica-Regular';
  font-size: 15px;
}

.teaam-liss-one ul {
  display: flex;
  flex-wrap: wrap;
}

.teaam-liss-one ul li {
  padding: 15px 15px;
  width: 25%;
}

section.heaar {
  height: auto;
  padding-top: 240px;
  background: #fff;
}

.contact.html-foorm {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  position: absolute;
  top: 20px;
}

.contact.html-foorm form {
  padding: 25px 0;
  padding-bottom: 15px;
}

.forrm-gtooup {
  display: flex;
  justify-content: space-around;
}

.forrm-gtooup input {
  width: 40%;
  margin: 10px 0;
  border-radius: 8px;
  background: #f2f2f2;
  border: 0;
  padding: 6px 12px;
  font-size: 15px;
  height: 40px;
  font-family: Helvetica-Regular;
}

.forrm-subb {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.forrm-subb button {
  width: 100%;
  background: #000;
  color: #fff;
  border: 0;
  height: 55px;
  border-radius: 8px;
  font-family: 'Helvetica-Regular';
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 3.6px;
}

.forrm-gtooup textarea {
  border: 0;
  width: 90%;
  margin-top: 15px;
  border-radius: 8px;
  font-family: 'Helvetica-Regular';
  padding: 6px 12px;
  background: #f2f2f2;
  height: 140px;
}

.fooolow-us {
  background: #FDC300;
  padding-bottom: 60px;
}

#cookieWrapper {
  background-color: #1d1d1d !important;
}

.resso-maiin-diiv {
  width: 260px;
}


@media screen and (min-width:320px) and (max-width:767px) {
  body {
    background: #fff !important;
  }
  .leaarrnn {
    box-shadow: 0px 0px 14px -5px #00000036 !important;
    border-radius: 39px 39px 39px 39px !important;
    margin-top: 30px;
}
  .a__4580 {
    background: transparent;
    background-size: cover;
    height: auto;
  }
  section.ment-invest {
    height: auto;
}
  .menttor-abbout {
    height: 140px;
}
  #nav-bar {
    box-shadow: none;
    padding-top: 60px;
  }
  .cursllidsrheads h2 {
    font-size: 30px !important;
}
.dattasdescc p {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  font-style: normal;
}
  .navigation {
    margin-top: -53px;
    height: 59px;
    display: flex;
    align-items: center;
    width: 100%;
  }

  .nav-bar-main-block .logo .img-fluid {
    max-width: 100px;
    margin-top: 0;
  }

  .bann-heaad h1 {
    font-size: 20px;
    position: relative;
    z-index: 9;
    padding-bottom: 20px;
    line-height: 15px;
}

  hr.eextra {
    top: -33px;
    left: 0;
  }

  .bann-heaad h1 span {
    border-bottom: 7px solid #fdc300 !important;
    line-height: 28px !important;
    display: inline-block;
  }

  .stanle h1 {
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    padding-bottom: 12px;
}

  span.dddoowwn-commmma {
    font-size: 40px;
    position: inherit;
  }

  .ctassofhomes {
    padding-bottom: 30px;
  }

  span.uup-commmma {
    font-size: 40px;
    position: inherit;
  }

  .chooose-hheaad h1 {
    font-size: 35px;
    width: 100%;
  }

  .cohhose-roows {
    padding-top: 0px;
  }

  .row-onne img {
    width: 100%;
    height: 270px;
  }

  .row-onne h1 {
    font-size: 32px;
    padding-top: 20px;
  }

  .row-onne a {
    padding: 3px 18px;
  }


  .row-onne p {
    font-size: 16px;
    width: 100%;
  }

  .row-onne {
    height: auto;
    text-align: center;
    margin-top: 50px;
  }

  section.s__008234.s__0624 {
    display: block;
  }

  .s__0624 {
    margin-top: 0;
    float: left;
    margin-left: 0;
  }

  .whyy-headd h1 {
    font-size: 32px;
  }

  .itteem-paaraa p {
    font-size: 13px;
    line-height: 17px;
}
.itteem-hheeaddss {
  height: 110px !important;
}

  .why-optionss .col-md-3 {
    margin-bottom: 3px;
  }

  .instructor-home-main-slider.owl-carousel .instructor-home-block img {
    width: auto;
  }

  .whyy-headd p {
    font-size: 16px;
  }

  .why-optionss .col-md-3 {
    width: 50%;
  }

  .why-optionss .col-md-3 {
    padding: 6px;
  }

  .opttionns-ittem {
    padding: 0;
    text-align: center;
    height: 270px;
  }

  .itteem-paaraa {
    padding-top: 5px;
}

  .itteem-hheeaddss {
    padding-bottom: 0;
    flex-direction: column;
  }

  /* body .program-advice h1 {
    font-size: 42px !important;
    padding-top: 50px;
    text-align: center;
  } */

  .alunnii-inffo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* #blog-post-slider .view-block {
    height: auto !important;
  } */
  .alainff p {
    padding-top: 25px;
  }

  .view-dtl p {
    padding-top: 26px;
    font-size: 12px;
  }

  #blog-post-slider .view-block {
    height: 450px !important;
  }

  .copyright-social ul li {
    margin-right: 9px;
  }

  .socialls ul li {
    padding-left: 0;
  }

  .blog__bg__as {
    /* background: #fff;
    height: auto; */
    padding-bottom: 0;
  }

  .itteem-hheeaddss img {
    margin-left: auto;
    margin-right: auto;
  }

  .itteem-hheeaddss h4 {
    padding-left: 0;
    font-size: 17px;
    padding-top: 10px;
    line-height: 20px;
  }

  .s_list__head .student-heading {
    color: #000;
    text-align: center;
    font-size: 37px;
  }

  .owl-carousel .owl-nav.disabled {
    width: 38%;
    right: 20px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    display: block;
  }

  .becom__0450 {
    padding-bottom: 0;
  }

  .program-advice h1 {
    font-size: 36px;
  }

  .row.advicce-foormm {
    padding-top: 0;
  }

  .terrm-and-con {
    font-size: 13px;
  }

  .addva input {
    padding: 9px 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .addva button {
    font-size: 17px;
    height: 43px;
  }

  .hire-you h1 {
    font-size: 40px;
  }

  .hore-comppany .col-md-2 {
    width: 50%;
  }

  .sayys-head {
    flex-direction: column;
    border-bottom: 0;
  }

  .sayys-head h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .swipeee-buttto {
    width: 33%;
    right: 30px;
  }

  .s_list__head .student-heading {
    font-size: 25px;
}

  .vi__ew__blog {
    float: inherit;
    margin-top: 26px;
    margin-bottom: 25px;
    text-align: center;
  }

  .footer-top-block h1 {
    font-size: 22px;
    padding-top: 50px;
    margin: auto;
  }

  .tiny-footer ul {
    justify-content: center;
  }

  .footer-link ul li {
    text-align: center;
  }

  .wronngg__turnn li {
    width: 100%;

  }

  .copyright-social {
    /* text-align: right; */
    padding: 0px 0;
  }

  .tiny-footer .container {
    padding-bottom: 0;
  }

  .filtteer {
    margin-bottom: 15px;
  }

  .blog-block-img img {
    width: 100%;
  }

  .blog-dtl-block-heading {
    font-size: 25px;
    line-height: 32px;
  }

  .bloggsmall-titlle {
    width: 100%;
  }

  p.lololo {
    font-size: 8px;
  }

  p.lissi {
    font-size: 8px;
  }

  .rightt-liisstt ul li {
    font-size: 10px;
  }

  .aaarrrr {
    font-size: 10px;
  }

  .blog-dtl-block p,
  .blog-dtl-block a {
    font-size: 15px;
  }

  section#blog-dtl {
    padding-top: 0;
  }

  .wishlist-home-main-block {
    background: #fff;
    padding: 79px 0 19px;
  }

  #wishlist-home .s_list__head .student-heading {
    font-size: 30px;
  }

  .lllinee {
    width: 100%;
    top: -14px;
  }

  .search-main-block {
    padding: 30px 0;
  }

  .rate-grid {
    justify-content: space-between;
  }

  .program-advice p {
    font-size: 25px;
  }

  section.dataaaa {
    padding-top: 40px;
  }

  section.dataaaa h1 {
    font-size: 30px;
  }

  .daatta-liinee {
    top: -34px;
  }

  .aboouu-lliiii .col-md-4 {
    width: 50%;
  }

  .daataaa-imm {
    padding-top: 20px;
  }

  .leaarrnn h1 {
    font-size: 27px;
    line-height: 40px;
  }

  .reassons {
    padding-top: 0px;
  }

  .resoo-roww {
    flex-direction: column;
  }

  .resss-headdd {
    width: 100%;
  }

  .res-dsscc {
    border-left: 1px solid;
  }

  .resss-innffo h5 {
    font-size: 15px;
    margin-bottom: 0;
}

  .ds-ai h1 {
    font-size: 26px;
  }

  .ds-ai-llii {
    top: -34px;
  }

  p.leevell-one span {
    display: none;
  }

  p.leevell-two span {
    display: none;
  }

  p.leevell-three span {
    display: none;
  }

  p.leevell-one {
    position: absolute;
    top: 90px;
    right: 32px;
    font-family: 'Epilogue-Bold';
    font-size: 18px;
  }

  p.leevell-two {
    position: absolute;
    top: 179px;
    right: 71px;
    font-family: 'Epilogue-Bold';
    font-size: 18px;
  }

  p.leevell-three {
    position: absolute;
    top: 255px;
    right: 179px;
    font-family: 'Epilogue-Bold';
    font-size: 14px;
  }

  hr.hor-one {
    display: none;
  }

  hr.hor-two {
    display: none;
  }

  hr.hor-three {
    display: none;
  }

  .dssiia-whyy {
    display: none;
  }

  .curri-heaad {
    flex-direction: column;
  }

  .curri-heaad h1 {
    font-family: 'Epilogue-Bold';
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 30px;
  }

  .curri-heaad a {
    font-size: 18px;
    margin-bottom: 40px;
  }

  a.st-jornee {
    font-size: 15px;
  }

  .trrackkone {
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
    display: none;
  }

  .trrackkone img {
    width: 90%;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .pin1 {
    top: 57px;
    left: 434px;
  }

  .pin2 {
    top: 30px;
    left: 154px;
  }

  .pin3 {
    top: 97px;
    left: 268px;
  }

  .pin4 {
    top: 152px;
    left: 442px;
  }

  .pin5 {
    top: 209px;
    left: 299px;
  }

  .pin6 {
    top: 192px;
    left: 185px;
  }

  .pin12 {
    top: 58px;
    left: 435px;
  }

  .pin22 {
    top: 31px;
    left: 154px;
  }

  .pin4 {
    top: 166px;
    left: 439px;
  }

  .pin5 {
    top: 209px;
    left: 316px;
  }

  .pin6 {
    top: 193px;
    left: 183px;
  }

  .pin42 {
    top: 99px;
    left: 292px;
  }

  .pin52 {
    top: 202px;
    left: 379px;
  }

  .pin62 {
    top: 193px;
    left: 184px;
  }

  .pin13 {
    top: 59px;
    left: 433px;
  }

  .pin23 {
    top: 79px;
    left: 179px;
  }

  .pin33 {
    top: 158px;
    left: 441px;
  }

  .pin43 {
    top: 193px;
    left: 186px;
  }

  .pin14 {
    top: 58px;
    left: 433px;
  }

  .pin34 {
    top: 191px;
    left: 184px;
  }

  .pin25 {
    top: 193px;
    left: 184px;
  }

  .pin15 {
    top: 60px;
    left: 433px;
  }

  .dsaai-mobb {
    display: block;
    width: 100%;
  }

  .dsaaaai {
    display: none;
  }

  .imaage-levell {
    display: none;
  }

  .curricullam-innfff .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #000;
  }

  .curricullam-innfff .puulll {
    padding-right: 15px;
    border-right: 1px solid #000;
  }

  section.yogah {
    padding-top: 100px;
  }

  .yoogah-heaad h1 {
    font-size: 20px;
    text-align: center;
    margin: 0;
  }

  .youagghh-voll {
    justify-content: center;
  }

  .innf-yogaah p {
    font-size: 15px;
    padding-top: 15px !important;
    text-align: center;
  }

  .vission-headd h1 {
    font-size: 20px;
    padding-top: 15px;
    line-height: 23px;
  }

  .vission-headd small {
    font-size: 30px;
  }

  .vissin-viddeo {
    height: auto;
  }

  /* .viidd-immaa {
    height: auto;
  } */
  .vidd-dessc p {
    position: relative;
    top: 0;
  }

  .s_874 {
    margin-top: 0;
  }

  span.s8877s_0 a {
    font-size: 20px;
  }

  .data_compp.datta_1 {
    margin-top: 50px;
  }

  div#instructor-home-sliders .item {
    width: 100%;
  }

  .insst-typee {
    color: #FDC300;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-home-heading {
    color: #000;
    text-align: center;
  }

  section.heaar {
    padding-top: 0;
  }

  section.heaar h1 {
    font-family: forma-djr-display;
    font-size: 40px;
    color: #000;
    width: 100%;
    padding-top: 100px;
    text-align: center;
  }

  .contact.html-foorm {
    position: relative;
    top: 0;
  }

  img.commaas {
    width: 40px;
    height: 50px;
    /* margin-top: 35px; */
  }

  section.fooolow-us h1 {
    text-align: center;
    padding-top: 50px;
  }

  .contact.html-foorm {
    width: 100%;
  }

  .contact.html-foorm form {
    padding: 25px 10px;
    padding-bottom: 15px;
  }

  .forrm-gtooup {
    flex-wrap: wrap;
  }

  .forrm-gtooup input {
    width: 100%;
  }

  .foll-sociaal ul {
    display: flex;
    justify-content: center;
  }

  .forrm-subb {
    width: 100%;
  }

  .forrm-gtooup textarea {
    width: 100%;
  }

  .vidd-dessc p {
    font-size: 16px !important;
    line-height: 30px !important;
  }

  .missiion-heaad small {
    font-size: 30px;
  }

  .missiion-heaad h1 {
    width: 100%;
    font-size: 24px;
}

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

  .missin-immageg img {
    width: 100%;
    height: auto;
    margin: auto;
}

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

  .uss {
    border-right: 0;
    justify-content: center;
  }

  .uss p {
    font-size: 24px;
    width: 41%;
  }

  .social-linkks ul li {
    padding: 0 15px;
  }

  .upcooming-heaad {
    flex-direction: column;
  }

  .upcooming-heaad h1 {
    font-size: 41px;
    text-align: center;
  }

  .upcooming-heaad a {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .vest-ent-heaad h1 {
    font-size: 30px;
}

  .swiper.mySwipersses {
    height: 535px;
    margin-top: 60px;
  }

  .tteam-heaad h1 {
    font-size: 40px;
    padding-top: 30px;
}

  .teaam-liss-one ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .teaam-liss-one ul li {
    width: 50%;
  }

  .cohhose-roows .row-onne:nth-child(4) .row {
    flex-direction: column-reverse;
  }

  .cohhose-roows .row-onne:nth-child(2) .row {
    flex-direction: column-reverse;
  }

  .prrrr-immmmm {
    width: 52%;
  }

  .viidd-immaa {
    height: auto;

  }

  .viidd-immaa img {
    width: 80%;
    height: 300px;
    object-fit: cover;
    object-position: inherit;
  }

  section.follow-usss {

    padding-top: 0;
  }

  .teeam-immage img {
    width: 100%;
    /* border-radius: 170px; */
    height: auto;
    object-fit: cover;
  }

  .mentor-immaagggg {
    height: auto !important;

  }

  .adittionssss {
    justify-content: inherit;
  }

  .social-linkks ul li img {
    object-fit: contain;
  }

  .uss p {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

#cookieWrapper {
  background: RED !IMPORTANT;
}

.signup-heading {
  height: auto !important;

  margin-bottom: 0;

}

section#signup {
  height: 100vh !important;
}


.search-main-block input[type="checkbox"]:checked+label:before {
  background: #ffffff;
  color: #0000ff;
  content: "\2713";
  text-align: center;
  border: 1px solid #00000054;
  width: 19px;
  display: inline-block;
  position: absolute;
  border-radius: 4px;
  left: 31px;
  height: 20px;
}

.search-main-block input[type=checkbox] {
  width: 232px;
  height: 24px;
  background-color: var(--background-white-bg-color);
  border: #7f83a2 1px solid;
  position: absolute;
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
}

.search-main-block label:after {
  background: transparent;
  color: #0000ff;
  content: "";
  text-align: center;
  border: 1px solid #00000054;
  width: 19px;
  display: inline-block;
  position: absolute;
  border-radius: 4px;
  left: 31px;
  height: 19px;
}


.accordion details:last-child summary {

  border-radius: 0px 0px 17px 17px;
}


.durra-heead span {
  background: transparent;
  border-radius: 18px;
  padding: 1px 5px;
}

.bannerr_Sw22 .container {
  width: 100%;
  padding: 0px;
}

.bannerr_Sw22 .container {
  width: 100%;
  padding: 0px;
}

.alunnii-inffo {
  height: 169px;
}

.alumni-heaad {
  height: 116px;
  align-items: center;
}

#instructor-block .instructor-block p {
  margin-bottom: 0;
  color: #fff;
}


#instructor-block .tab-badges-heading {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.message___sf3 {
  margin-top: 65px;
  text-align: center;
}

/* .data_toppp h2 {
  margin: 0;
  font-family: 'Epilogue-Bold';
  color: #000;
  letter-spacing: 2px;
  font-weight: 500;
} */
.data_toppp h2 {
  margin: 0;
  font-family: 'Epilogue-Bold';
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

/* .data_toppp {
  background: #FDC300;
  text-align: center;
  padding: 13px 9px;
  border-radius: 34px;
  margin-bottom: 21px;
  position: relative;
} */
.data_toppp {
  background: #4d4d4d;
  text-align: center;
  padding: 13px 9px;
  border-radius: 5px;
  margin-bottom: 21px;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dataa__immgg {
  margin-bottom: 25px;
  text-align: end;
}

.dataa__immgg img {
  height: 229px;
}

.data_compp.datta_2 {
  margin-top: 125px;
}

.data_compp.datta_1 {
  margin-top: 258px;
}

.data_ppcontet p span {
  font-weight: 600;
}

.data_ppcontet p {
  font-family: 'Helvetica-Regular';
}

.dotted_line {
  position: absolute;
  width: 141px;
  border-bottom: .5px solid #0000;
  height: 1px;
  border-style: dotted;
  bottom: 51%;
  transform: rotate(-58deg);
  right: -24%;
  border-color: #00000069;
}

#instructor-block .tab-badges-block {
  background-color: transparent;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  border: 1px solid #ffffff47;
  border-radius: 5px;
  padding: 40px 0;
  margin-bottom: 20px;
}

.dataa__immgd3g img {
  height: 332px;
  width: 100%;
}

.dataa__immgd3g {
  text-align: center;
  margin-top: 50px;
}

.down_arrow {
  margin: 40px 0;
  position: relative;
}

.linee_down {
  height: 1px;
  background: #000;
  width: 77%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.walll {
  height: 100px;
  width: 1px;
  background: #000;
}

.login-left {
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.logn_bott img {
  width: 100%;
}

.login_top h2 {
  font-family: "forma-djr-display";
}

.login_top {
  width: 46%;
  margin: auto;
  text-align: center;
}

.login_right {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lo__gin__logod .img-fluid {
  width: 30% !important;
}

.lo__gin__logod {
  margin-bottom: 0px !important;
}

.hello_container {
  margin-top: 40px;
  margin-bottom: 20px;
}

.hello_container h1 {
  color: #fff;
  margin: 0;
  font-family: 'forma-djr-display';
  letter-spacing: 1px;
}

.hello_container {
  text-align: center;
  color: #fff;
  width: 90%;
}

.signup-heading {
  padding: 0 !important;
  border: none !important;
  width: 67%;
}

.signup-block {
  padding: 0;
}

.signup-heading .form-check-label {
  color: #fff;
}

.signup-block button.btn.btn-primary {
  background: #FDC300 !important;
  color: #000;
  font-weight: 700;
  padding: 12px 0;
  border-radius: 30px;
  font-size: 21px;
}

.signin-link.text-center {
  color: #fff;
}

.sign-up.text-center {
  color: #fff;
}

.signup-form .form-control::placeholder {
  color: #000 !important;
}

.setu__dropps {
  background: #fdc300;
  font-family: 'Epilogue-Bold';
  color: #000;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 3px 14px;
  width: auto;
  text-transform: uppercase;
}


.ask_meform button {
  background: #fac100;
  border: none;
  padding: 8px;
  border-radius: 21px;
  font-family: 'Epilogue-Bold';
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 13px;
}

.ask_meform input {
  padding: 10px;
  border-radius: 18px;
  margin-bottom: 17px;
  border: 1px solid #0000008f;
}

.ask_meform textarea {
  padding: 10px;
  border-radius: 18px;
  margin-bottom: 17px;
  border: 1px solid #0000008f;
}

.ask_meform form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ask_meform {
  width: 60%;
  margin: auto;
  margin-top: 14px;
  border: 1px solid #0000006b;
  padding: 61px 40px;
  border-radius: 15px;
}

img.sfsfs___f3 {
  height: 408px;
}

@media screen and (min-width:1100px) and (max-width:1250px) {
  .itteem-hheeaddss h4 {
    padding-left: 14px;
    font-size: 14px;
  }

  .hossh__top p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
  }

  .opttionns-ittem {
    background: #fff;
    height: 319px;
    padding: 15px;
    border-radius: 18px;
  }

  .itteem-hheeaddss {
    display: flex;
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .itteem-hheeaddss {
    height: 82px;
  }
}

@media screen and (min-width:300px) and (max-width:770px) {
  .login-signup.h-100 .row .col-lg-6:first-child {
    display: none;
  }

  .social-link.btm-10 .row {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap !important;
    margin: 0 !important;
  }

  .signup-form .form-control {
    padding: 13px 58px !important;
    height: auto !important;
    border-radius: 28px !important;
    background: #fff !important;
    border: none !important;
  }

  .signup-form svg.feather {
    position: absolute;
    z-index: 1111;
    top: 15px !important;
    left: 28px !important;
    margin: 0;
    color: #6c6c6c;
  }

  .signup-block button.btn.btn-primary {
    background: #FDC300 !important;
    color: #000;
    font-weight: 700;
    padding: 7px 0;
    border-radius: 30px;
    font-size: 17px;
  }

  .signup-heading {
    padding: 0 !important;
    border: none !important;
    width: 74%;
  }
}




.mentor-immaagggg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mentor-immaagggg {
  height: 250px;
  overflow: hidden;
}

.mobbb-menntors {
  display: none;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .mobbb-menntors {
    display: block;
  }

  .mySwipersses {
    display: none;
  }

  .privacy-policy-block {
    padding: 0;
  }

  .info h1 {
    font-size: 25px;
    text-align: center;
  }

  .info h2 {
    font-size: 25px;
    text-align: center;
  }

  .info p {
    font-size: 15px;
  }
}

.footer-link {
  display: block !important;
}

.inff-oone i.bi.bi-arrow-right {
  display: none;
}

.whhyy-inthree {
  width: 88%;
}

p.leevell-one {
  position: absolute;
  top: 141px;
  right: 40px;
  font-family: 'Epilogue-Bold';
  font-size: 26px;
}


/* section#instructor-home {
    display: none;
} */


span.s8877s_0 a {

  box-shadow: 5px 5px 3px #646464;
}






.Advanced.Time.Series.Modeling .pin2 {
  position: absolute;
  top: 136px;
  left: 137px;
  margin-left: -50px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}


.Advanced.Time.Series.Modeling .pin3 {
  position: absolute;
  top: 273px;
  left: 227px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}


.Advanced.Time.Series.Modeling .trrackkone.setu222 .pin2.step-locca {
  top: 224px !important;
  left: 173px !important;
}


.Advanced.Time.Series.Modeling .setu333 .pin2.step-locca {
  top: 217px !important;
  left: 156px !important;
}



.Loan.Default.Model .pin2 {
  position: absolute;
  top: 136px;
  left: 137px;
  margin-left: -50px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}


.Loan.Default.Model .pin3 {
  position: absolute;
  top: 273px;
  left: 227px;
  margin-left: -115px;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #000;
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
}

.Loan.Default.Model .setu222 .pin3.step-locca {
  top: 229px;
}


.Loan.Default.Model .setu333 .pin2.step-locca {
  top: 215px;
  margin-left: -31px;
}

.Loan.Default.Model .trrackkone.setu222 .pin2.step-locca {
  top: 119px;
}


.Advanced.Predictive.Modelling .setu111 .pin3.step-locca {
  top: 269px;
}

.Advanced.Predictive.Modelling .setu111 .pin2.step-locca {
  top: 134px;
  left: 206px;
}


.Advanced.Predictive.Modelling .pin4.step-locca {
  top: 235px;
  right: 103px !important;
  margin-left: -231px;
}

.Advanced.Predictive.Modelling .setu222 .pin3.step-locca {
  left: 123px;
}



.Unsupervised.Learning.in.Retail .setu111 .pin4.step-locca {
  top: 274px;
  left: 233px;
}


.Unsupervised.Learning.in.Retail .setu111 .pin3.step-locca {
  top: 139px;
  margin-left: -83px;
}


.Unsupervised.Learning.in.Retail .setu222 .pin2.step-locca {
  top: 118px;
}

.Unsupervised.Learning.in.Retail .trrackkone.setu222 .pin3.step-locca {
  top: 232px;
  left: 127px;
}

.ctassofhomes {
  text-align: center;
  /* padding-bottom: 30px; */
}

.ctassofhomes a {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#fdc3007a, #fdc300 50%);
  border-radius: 42px;
  border-width: 0;
  /* box-shadow: rgb(255 255 255 / 24%) 0 2px 2px, rgb(255 255 255 / 29%) 0 8px 12px; */
  /* box-shadow: 5px 5px 3px #646464; */
  box-shadow: none;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Epilogue-Bold';
  font-size: 21px;
  /* font-weight: 700; */
  justify-content: center;
  letter-spacing: .04em;
  line-height: 16px;
  margin: 0;
  padding: 14px 30px !important;
  text-align: center;
  text-decoration: none;
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px, rgba(255, 255, 255, 0.2) 0 0 12px, rgba(57, 31, 91, 0.6) 1px 1px 4px, rgba(57, 31, 91, 0.32) 4px 4px 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  /* border: 1px solid #000; */
}

.addva.newavasdforms button {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#fdc3007a, #fdc300 50%);
  border-radius: 42px;
  border-width: 0;
  /* box-shadow: rgb(57 31 91 / 0%) 0 2px 2px, rgb(179 132 201 / 0%) 0 8px 12px; */
  /* box-shadow: 5px 5px 3px #646464; */
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Epilogue-Bold';
  font-size: 20px;
  /* font-weight: 700; */
  justify-content: center;
  letter-spacing: .04em;
  line-height: 16px;
  margin: 0;
  padding: 14px 0 !important;
  text-align: center;
  text-decoration: none;
  /* text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px, rgba(255, 255, 255, 0.2) 0 0 12px, rgb(57 31 91 / 0%) 1px 1px 4px, rgb(57 31 91 / 0%) 4px 4px 16px; */
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  /* border: 1px solid #000; */
  height: 50px;
}
#blog-post-slider .view-block {
  height: 562px !important;
}

.addva.newavasdforms input {
  border-radius: 48px;
  padding: 13px 24px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: Helvetica-Regular;
  color: #000;
}

.newavasdforms .terrm-and-con span {
  color: #000;
  padding-left: 10px;
  font-size: 14px;
}

.row.advicce-foormm {
  padding-top: 0;
}

.rightsbdors {
  border-right: 2px solid #ffffff73;
  padding-right: 40px;
}

.speddslideosma {
  height: 400px;
}

.speddslideosma img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.curspedchs {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.quesscatsma {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsdsai2 .dataa__immgd3g img {
  height: 280px;
}

.custom-model-maintestimo {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-opentestimo {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-innertestimo {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wraptestimo {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.model-opentestimo .custom-model-innertestimo {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-opentestimo .bg-overlaytestimo {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlaytestimo {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btntestimo {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px) {
  .custom-model-maintestimo:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width:799px) {
  .custom-model-innertestimo {
    margin-top: 45px;
  }
}

.testosreadsmores {
  position: absolute;
  bottom: 0;
  left: 49%;
  transform: translate(-50%, -195%);
  background: #fdc300;
  color: #000;
  font-family: 'Epilogue-Bold';
  padding: 4px 16px;
  letter-spacing: 1px;
  border-radius: 41px;
  border: 1px solid #000;
  font-size: 15px;
}

.alumni-sayys .swiper-slide {
  height: 382px;
}

@media screen and (min-width:320px) and (max-width:767px) {
  .col-md-333 {
    width: 100% !important;
    padding: 15px;
  }

  .down_arrow {
    display: none;
  }

  .inff-oone ul {
    padding-left: 0;
    padding: 23px 45px;
  }

  .inff-oone {
    height: auto;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
  }

  .courrs-lev-onee .col-md-9 {
    padding-left: auto !important;
  }

  .view-heading {
    /* font-size: 19px !important; */
    height: auto;
    color: #000;
    align-items: flex-start;
    margin-bottom: 18px;
  }

  body.pace-done .view-heading a {
    font-size: 20px;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dataa__immgd3g img {
    height: auto;
    width: 100%;
  }

  .bor__0975 {
    height: auto;
  }

  body.pace-done .student-main-block.blog__bg__as .view-heading a {
    white-space: nowrap;
    position: relative;
  }

  #blog-post-slider .view-block {
    height: auto !important;
  }

  section.hiewauaaa {
    padding: 25px 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

  ul.recutiersss li {
    width: 50%;
    padding: 18px 25px;
}

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

  .instructor-home-main-slider.owl-carousel .instructor-home-block img {
    width: 100%;
    height: auto;
  }

  .owl-carousel .owl-nav.disabled {
    top: -11px;
  }

  .hiresus-mains h2 {
    font-size: 30px;
  }

  body .program-advice h1 {
    font-size: 25px !important;
    padding-top: 50px;
    text-align: center;
  }

  .quesscatsma {
    flex-direction: column;
  }

  .curspedchs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .speddslideosma {
    height: auto !important;
  }

  .navigation {
    justify-content: space-between;
  }

  .leaarrnn h1 {
    font-size: 25px;
    line-height: 40px;
  }

  .newavasdforms .terrm-and-con span {
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
  }

  .rightsbdors {
    border-right: 0;
    padding-right: 0;
  }

  .speddslideosma img {
    width: 100%;
    height: auto !important;
    object-fit: unset;
    border-radius: 10px;
  }

  .curspedchs {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .courr-abbo {
    padding-top: 30px;
    padding-bottom: 37px;
  }

  .data_compp.datta_1 {
    margin-top: 68px;
  }

  .dataa__immgg {
    margin-bottom: 25px;
    text-align: center;
  }

  .data_compp.datta_2 {
    margin-top: 42px;
  }

  .dotted_line {
    display: none;
  }

  .speaaak {

    width: 100%;
  }

  .bor__0975 img.img-fluid {
    height: auto;
    width: 100%;
  }

  .swiper-button-next {
    display: none;
  }

  .swiper-button-prev {
    display: none;
  }

  .inff-oone {

    border-bottom: none;

  }

  .juorrneyy-staar {
    border-bottom-left-radius: 10px;

    border-bottom-right-radius: 10px;

  }

  .footer-top-block h1 {

    text-align: center;
  }

  .blog__sections__99598 .view-img img {
    height: 108px !important;
    /* border-radius: 19px; */
    min-height: 300px !important;
  }
}


.instructor-home-dtl.s_role {
  /* background: #fff; */
  border-radius: 0px 0px 10px 10px;
  /* height: 200px; */
  color: #fff;

  margin-top: -2px;
}

.instructor-home-block-one {
  border: 1px solid #ffffff21;
  box-shadow: 0px 1px 5px 0px #ffffff45;
  border-radius: 8px;
  padding-top: 0;
}

p.shortdessInst {
  color: #fff !important;
  font-size: 12px;
  height: 105px !important;
  overflow: hidden;
  padding-top: 15px;
}

.bor__0975 {
  border: 1px solid #3A3C56;
  border-radius: 10px 10px 0px 1px;
  height: 182px;
  overflow: hidden;
}


/* newtestimonials */
.testperimg {
  width: 55%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testperimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100px;
}

.newtestimonnsals {
  height: 100%;
  padding: 30px;
}

p.linkedsds {
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-110%, 40%);
  background: #fdc300;
  padding: 5px 5px;
  border-radius: 50px;
  color: #000;
  z-index: 99999999;
}

p.linkedsds a {
  color: #000 !important;
  position: relative;
  z-index: 9999;
}

.testinameands {
  text-align: center;
  padding-top: 20px;
}

.testinameands h3 {
  font-family: 'Epilogue-Bold';
  color: #000;
  font-size: 20px;
  margin-bottom: 0;
}

.newtestimonnsals .alunnii-inffo {
  height: auto;
  padding-top: 10px;
  font-weight: 500;
}

.myswpeross {
  margin-top: 22px;
  padding: 10px;
}

.pop-up-content-wraptestimo .testperimg {
  width: 40%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.leadnew-image {
  height: 150px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;

}

.leadnew-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 100px;
}

.swipersssofleaderss {
  margin-top: 50px;
  padding-bottom: 30px;
}

.newleadswpiemains {
  /* border: 1px solid #ffff; */
  padding: 15px;
  border-radius: 10px;
  /* box-shadow: rgb(252 194 0 / 33%) 0px 5px 15px; */
  border: 1px solid #ffffff17;
  height: 400px;
  /* margin-bottom: 20px; */
}

.hedeledsa {
  padding-top: 25px;
  text-align: center;
}

h3.thenamnes a {
  color: #ffff;
  font-family: 'Epilogue-Bold';
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 26px;
  font-style: normal;
}
body .program-advice h1 {
  font-family: 'Epilogue-Bold';
  color: #000;
  font-size: 30px;
  font-weight: normal;
  padding-top: 30px;
  text-transform: capitalize;
  font-weight: 700;
  font-style: normal;
}
h3.thenamnes {
  text-align: center;
  margin-bottom: 0;
}

a.leaderslindds {
  display: inline-block;
  margin: 0 auto;
  width: fit-content;
  color: #000;
  font-size: 13px;
  border: 1px solid #fff;
  padding: 6px 8px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-45%, -4%);
}

p.desgisds {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: 'Helvetica-Regular';
  letter-spacing: 0.5px;
  padding-top: 10px;
  height: 40px;
}

p.shotersdescleads {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-family: 'Helvetica-Regular';
  padding-top: 15px;

}

.myleaderswipes {
  /* height: 500px; */
  height: fit-content;
  padding: 10px;
}

/* .swipersssofleaderss .swipeee-buttto{
  top: 0px !important;
} */
.swipersssofleaderss .swipeee-buttto {
  top: 56% !important;
  left: 50%;
}

.row.thrbrkkrmdelsd {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}

section.hiewauaaa {
  padding: 50px 0;
  /* background: #4d4d4d; */
  background: #d3d3d3;
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
  margin-top: 30px;
  box-shadow: 0 -25px 10px -14px #00000036;
}

section.ds-ai.newsdsai2 {
  padding-top: 20px;
}

.alumni-sayys .swipeee-buttto {
  top: 50% !important;
  left: 50%;
}

#instructor-home .swiper-button-prev:after {
  color: #000;
  background: #fff;
}

#instructor-home .swiper-button-next:after {
  color: #000;
  font-size: 15px;
  background: #fff;
}

.swiper-button-nexts {
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prevs {
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-nextss {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prevss {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog__bg__as .owl-nav {
  /* display: none !important; */
  width: 112% !important;
  position: absolute !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  left: 49%;
  top: 50%;
}
.blog__bg__as .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  position: relative;
}
@media screen and (min-width:1200px) {
  .itteem-paaraa p {
    line-height: 26px !important;
}
}
@media screen and (min-width:1100px) and (max-width:1300px) {
  .opttionns-ittem {
    /* height: 370px; */
    height: 246px !important;
}
.opttionns-ittem {
  padding: 0 15px;
}
section.new_bannerrr {
  height: 462px !important;
}
.coursed_offerrr {
  padding: 35px 40px !important;
}
.coursed_offerrr h3 {
  line-height: 35px !important;
}
.coursed_offerrr p {
  line-height: 38px !important;
  margin-bottom: 0 !important;
}
.coursed_offerrr ul {
  margin-top: 16px !important;
}
.learrbb_mor {
  margin-top: 30px !important;
}
section.hiewauaaa {
  padding: 25px 0 25px !important;
}
}
@media screen and (min-width:1200px) and (max-width:1500px) {
  .swipeee-buttto {
    /* width: 87%; */
    width: 100%;
  }
}

@media screen and (min-width:320px) and (max-width:767px) {
  .hero__img {
    height: auto !important;
  }
  .hero__img img {
    width: 100%;
    height: auto !important;
}
.hea__ding__d img{
  height: auto !important;
}
  .hea__ding__d {
    height: auto !important;
  }
  .ctassofhomes a {
    align-items: center;
    background-color: initial;
    background-image: linear-gradient(#fdc3007a, #fdc300 50%);
    border-radius: 42px;
    border-width: 0;
    box-shadow: rgb(255 255 255 / 24%) 0 2px 2px, rgb(255 255 255 / 29%) 0 8px 12px;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Epilogue-Bold';
    font-size: 18px;
    /* font-weight: 700; */
    justify-content: center;
    letter-spacing: .04em;
    line-height: 16px;
    margin: 0;
    padding: 12px 25px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 4px, rgba(255, 255, 255, 0.2) 0 0 12px, rgba(57, 31, 91, 0.6) 1px 1px 4px, rgba(57, 31, 91, 0.32) 4px 4px 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    /* border: 1px solid #000; */
}
.sayys-head a {
  padding: 14px 30px 9px  !important;
  font-size: 15px;
  line-height: 20px;
}
.alumni-sayys .swipeee-buttto {
  top: 58% !important;
  left: 50%;
}
.swipeee-buttto {
  width: 100%;
  right: 30px;
  z-index: 9;
}
.speaaak {

  font-size: 16px;
  padding: 14px 0 12px !important;

}
.missin-immageg {
  height: auto;
  width: 100%;
}
section.missioon {
  padding: 30px 0 ;
}
.mentor-immaagggg img {
  height: auto;
}
.down__brovhh.newcoedownbrocs {
  font-size: 19px !important;
}
.down__brovhh.newcoedownbrocs {
  font-size: 19px !important;
}
.frecounssessbs {
  z-index: 99;
}
section.course-curriculam {
  padding-bottom: 30px;
}
section.course-curriculam {
  height: auto;
  padding-bottom: 30px;
}
.blog__bg__as .owl-carousel .owl-nav.disabled {
  top: 50%;
  left: 50%;
  right: 0;
  /* position: absolute !important; */
  transform: translate(3%, -50%);
  width: 113% !important;
  border: 0;
  background: transparent;
}
}
small.tasxesds {
  font-family: 'Helvetica-Regular';
  display: block;
  font-size: 10px;
  padding-top: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
}
.theeneewwcourlistos .couurse-heeadd::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #000000b5;
  z-index: 9;
  /* border-radius: 0px 0px 39px 39px; */
}
.theeneewwcourlistos .s_list__head .student-heading {
  color: #fff;
}

.cursllidsrheads {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #00000024;
  margin-bottom: 50px;
}
.cursllidsrheads h2 {
  font-family: Epilogue-Bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.neprcourlists {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100px;
  margin-right: 20px;
}
.thecommbts {
  background: #fdc300;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 22px;
}


@media screen and (min-width:320px) and (max-width:767px) {
  body.pace-done .view-heading a {
    font-size: 20px;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    /* margin-bottom: 0 !important; */
}
.s__courses__0d .view-heading {
  /* font-size: 19px !important; */
  height: auto;
  color: #000;
  align-items: flex-start;
  margin-bottom: 0;
}

}

.top_cross {
  background: #fdc300;
  text-align: center;
  padding: 6px;
  position: relative;
}
.top_cross p {
  margin: 0;
  font-family: 'Epilogue-Bold';
  width: fit-content;
  margin: auto;
}
.top_close {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  cursor: pointer;
}
.top_cross a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;
}
.logo_stud {
  display: flex;
  align-items: center;
}
.logo_stud p {
  margin: 0;
  font-size: 16px !important;
  margin-left: 8px;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  background: transparent;
  font-family: 'Epilogue-Regular' !important;
  color: #ffffffbf !important;
}

section.new_bannerrr {
  background: url('../images/G9PoIn6NbDwy.jpg');
  background-size: cover;
  height: 580px;
  padding-top: 35px;
  margin-top: 0;
}
.coursed_offerrr {
  background: linear-gradient(124.42deg, rgba(0, 0, 0, 0.72) 58.68%, rgba(0, 0, 0, 0.135) 102.99%);
  padding: 65px 40px;
  border-radius: 20px;
  /* margin-top: 103px; */
  padding-top: 23px;
}

.coursed_offerrr span {
  color: #fff;
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
}
.coursed_offerrr h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 68px;
  text-transform: capitalize;
}
.coursed_offerrr p {
  color: #ffffffbf;
  font-family: 'Epilogue-Regular';
  text-transform: capitalize;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.coursed_offerrr ul {
  margin-top: 24px;
}
.coursed_offerrr ul li {
  margin: 13px 0;
  font-size: 22px;
  color: #ffffffc4;
  font-style: normal;
  font-weight: 400;
}
.coursed_offerrr li img {
  margin-right: 4px;
}
.learrbb_mor {
  margin-top: 44px;
}
.learrbb_mor a:first-child {
  border: 1px solid #ffffff7a;
  color: #fffc !important;
}
.learrbb_mor a:last-child {
  background: #fdc300;
  color: #000;
  font-weight: 700;
  margin-left: 18px;
}
.banner_pagintoon {
  text-align: center;
  margin-top: 15px;
  position: relative;
  z-index: 99;
}
.banner_pagintoon span {
  width: 87px;
  border-radius: 2px;
  height: 5px;
}
.banner_arrows {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: -310px;
}
.learrbb_mor a {
  padding: 12px 25px;
  border-radius: 20px;
  font-family: 'Epilogue-Bold';
}
.banner_pagintoon .swiper-pagination-bullet-active {
  background: #432c22;
}

section.join__sessions {
  margin-top: 0;
  background: #121212;
  /* padding: 50px 0; */
  padding: 50px;
  text-align: center;
}
.josdij {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.josdij h4 {
  color: #fff;
  font-family: 'Epilogue-Regular';
  font-weight: 500;
  width: 78%;
  line-height: 2;
  font-size: 22px;
  margin: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.join__sessions .josdij h4 .fireimage {
  /* display: inline-flex !important; */
  position: relative;
  left: 0;
  top: 0;
}
.josdij h4 span {
  font-size: 14px;
  font-style: italic;
  color: #b2b2b2;
  display: flex !important;
  /* justify-content: center; */
  position: relative;
}
.josdij a {
  background: #fdc300;
  display: inline-block;
  color: #000;
  font-family: 'Epilogue-Bold';
  padding: 10px 40px;
  border-radius: 33px;
  /* flex: 1; */
  /* font-size: 28px; */
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  background-image: linear-gradient(#fdc3007a, #fdc300 50%);
}
.logossheads a {
  background: transparent !important;
  position: relative;
  z-index: 99;
}
.cursllidsrheads h2 {
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  text-transform: capitalize;
}
.view-heading.btm-10 {
  height: 100%;
}
.mySwiperpotentialrecruits {
  height: fit-content;
}
.recuiters-images {
  /* height: 200px; */
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recuiters-images img {
  width: 150px;
  height: 100px;
  object-fit: contain;
  /* filter: brightness(.1) invert(1); */
}
.mySwiperpotentialrecruits .swiper-button-next{
  right: 0;
}
.mySwiperpotentialrecruits .swiper-button-prev{
  left: 0;
}
.mySwiperpotentialrecruits .swiper-button-next::after{
  background: #8A7F7A;
}
.mySwiperpotentialrecruits .swiper-button-prev::after{
  background: #8A7F7A;
}
.mySwiperpotentialrecruits .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 4px;
  background: #432C22;
}

.mySwiperpotentialrecruits .swiper-pagination-bullet .swiper-pagination-bullet-active{
  background: #432C22;
}

span.thheeeunderss {
  text-decoration: underline;
}
span.theesmaliconss img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
@media screen and (min-width:320px) and (max-width:767px) {
  .ask_meform {
    width: 90%;
    padding: 15px 10px;
}
.instructor-profile .instructor-img img {
  object-fit: contain;
}
.instructor-block {
  padding: 30px 20px !important;
}
  .top_cross a {
    color: #000;
    font-size: 10px;
    width: 80%;
    display: flex;
    margin: 0 auto;
    line-height: 20px;
}
.loggo-bottom {
  flex-direction: column;
}
.footer-top-block a {
  text-align: center;
  margin-left: 25%;
}
.loggo-bottom p {
  background: linear-gradient(90.01deg, rgba(255, 255, 255, 0.8) 0.78%, rgba(255, 198, 25, 0.8) 57.59%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 15px !important;
  margin: 0;
  padding-left: 15px;
}
.logo_stud {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-top: 10px;
}
section.new_bannerrr {
  height: auto;
  padding-top: 44px;
  padding-bottom: 44px;
  max-height: 500px;
}
.footer-logo {
  text-align: center;
  width: 100%;
}
.coursed_offerrr h3 {
  font-size: 20px;
  line-height: 20px;
}
.coursed_offerrr {
  padding: 23px 20px;
}
.coursed_offerrr p {
  font-size: 13px;
  line-height: 20px;
}
.coursed_offerrr ul li {
  font-size: 12px;
  color: #ffffffc4;
  margin: 0;
}
.learrbb_mor {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.learrbb_mor a {
  padding: 12px 25px;
  border-radius: 20px;
  font-family: 'Epilogue-Bold';
  width: 100%;
  margin-bottom: 10px;
  text-align:center;
}
.learrbb_mor a:last-child {
  background: #fdc300;
  color: #000;
  font-weight: 700;
  margin-left: 0;
}
.banner_pagintoon {
  display: none;
}
.coursed_offerrr span {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
section.join__sessions {
  margin-top: 40px;
  background: #121212;
  /* padding: 50px 0; */
  padding: 50px 0;
  text-align: center;
}
.josdij {
  flex-direction: column;
}
.josdij h4 {
  color: #fff;
  font-family: 'Epilogue-Regular';
  font-weight: 100;
  width: 100%;
  line-height: 20px;
  font-size: 19px;
}
.josdij h4 span {
  font-size: 14px;
  font-style: italic;
  color: #b2b2b2;
  display: flex !important;
  justify-content: flex-start;
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}
body{
  overflow-x: hidden;
}
.blog-main-block {
  padding: 0;
  background: #fff;
}
.wishlist-home-main-block {
  background: #fff;
  padding: 66px 0 14px;
}
.josdij a {
  padding: 10px 25px;
  font-size: 15px;
  line-height: 20px;
  z-index: 9999;
}
}

@media screen and (min-width:1100px) and (max-width:1350px) {
  .alumni-sayys .swipeee-buttto {
    width: 100% !important;
}
.newtestimonnsals {
  padding: 15px;
}
.itteem-hheeaddss {
  height: 83px !important;
}
.itteem-paaraa p {
  font-size: 15px;
  margin-top: 0;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
}
.itteem-hheeaddss h4 {
  line-height: 16px;
}
.opttionns-ittem {
  height: 278px;
}

}
@media screen and (min-width:770px) and (max-width:1400px) {
  .data_toppp h2 {
    font-size: 14px;
    line-height: 16px;
  }
  span.s77sfs {
    position: relative;
    left: 15px;
    top: -10px;
    font-size: 12px !important;
    line-height: 15px;
}
.inff-oone ul li {
  font-size: 15px;
  line-height: 18px;
}
a.st-jornee {
  font-size: 40px;
}
p.mentor-inffo {
  font-size: 16px;
  line-height: 20px;
}
p.mentorr-namme {
  font-size: 17px;
  line-height: 20px;
}
section.missioon {
  padding: 30px 0;
}
.missiion-heaad h1 {
  width: 100%;
  padding-top: 15px;
  font-size: 30px;
}
.missiion-heaad small {
  font-size: 40px;
}
.uss p {
  width: 100% !important;
  text-align: center;
}
section.follow-usss {
  padding: 0px 0;
}
section.ment-invest {
  height: auto;
}
.josdij a {
  font-size: 20px;
  line-height: 25px;
}
.josdij h4 {
  line-height: 25px;
  font-size: 20px;
}
.itteem-hheeaddss h4 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
  height: fit-content;
}
.opttionns-ittem {
  /* height: 370px; */
  height: 290px;
}
.itteem-hheeaddss {
  padding-bottom: 0;
}
.itteem-hheeaddss {
  height: 93px !important;
}
.itteem-paaraa p {
  font-size: 15px;
  line-height: 22px;
}
.sayys-head a {
  font-size: 20px;
  line-height: 20px;
}
.alunnii-inffo p {
  font-size: 14px;
}
.view-dtl p {
  font-size: 15px;
  line-height: 20px;
}
body.pace-done .view-heading a {
  line-height: 30px;
  font-size: 20px;
}
}
@media screen and (min-width:768px) and (max-width:1100px) {
  .opttionns-ittem {
    padding: 0px 10px;
}
.opttionns-ittem {
  height: 225px !important;
}
.itteem-hheeaddss {
  height: 80px !important;
}
.itteem-hheeaddss {
  padding-top: 15px;
  padding-bottom: 10px;
}
.itteem-hheeaddss img {
  width: 25px;
  height: 25px;
}
.itteem-hheeaddss h4 {
  font-size: 15px;
  line-height: 18px;
}
.itteem-paaraa p {
  font-size: 10px;
  margin-top: 0;
  line-height: 20px;
}
.testperimg {
  width: 150px;
  height: 150px;
}
}


span.courseclass {
  float: left;
  width: 100%;
  font-size: 13px;
  position: relative;  
  top: -7px;
  color: #555;
}
.mobilecrooss{
  display: none;
}
button#sendOtpButton {
  margin: auto;
  text-align: center;
  width: 83%;
  border: none;
  background: #ffc727;
  padding: 6px 5px 5px;
  border-radius: 19px;
  font-size: 19px;
  font-weight: 700;
  font-family: 'Epilogue-Bold';
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000 !important;
}
button#sendOtpButton {
  color: #000 !important;
}
button#sendOtpButton:hover {
  color: #000 !important;
}
.bannaps button {
  color: #000;
}
.bannaps button:hover {
  color: #000;
}
button#sendOtpButton2 {
  margin: auto;
  text-align: center;
  width: 83%;
  border: none;
  background: #ffc727;
  padding: 6px 5px 5px;
  border-radius: 19px;
  font-size: 19px;
  font-weight: 700;
  font-family: 'Epilogue-Bold';
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
}
button#sendOtpButton3 {
  margin: auto;
  text-align: center;
  width: 83%;
  border: none;
  background: #ffc727;
  padding: 6px 5px 5px;
  border-radius: 19px;
  font-size: 19px;
  font-weight: 700;
  font-family: 'Epilogue-Bold';
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
}
.thhheeeepopsummss {
  display: none;
  font-size: 40px;
  font-weight: 600;
  color: #28a745;
}
section.newdataimagess {
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.headingcotsd h2 {
  text-align: center;
  padding-top: 20px;
  color: #fff;
  font-size: 40px;
}
.newdatamains {
  width: 90%;
  margin: 0 auto;
}
.cdddata p {
  /* color: #fff; */
  /* margin-bottom: 30px; */
  /* line-height: 25px; */
  /* font-size: 15px; */
  /* font-size: 21px; */
  /* line-height: 30px; */
  color: #fefefe;
  /* font-weight: 700; */
  /* font-family: "Montserrat" !important; */
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
.right__side__gen_cardmain.twoo {
  margin-left: 20px;
}
.cdddata {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: end;
}
.cdaorowss {
  padding-top: 50px;
}
.cdasforms small {
  text-align: center;
  display: block;
  color: #000;
  font-size: 35px;
}
.cdasforms {
  background: #fff;
  padding: 30px 30px;
  /* border-radius: 10px; */
  border-radius: 20px;
  background-color: #fefefe;
}
form.thhebannerforms input::placeholder {
  padding: 10px 15px;
}
.cdasforms h3 {
  padding-top: 0;
  text-align: center;
  color: #000;
  text-align: left;
}
.cdasforms p {
  text-align: center;
}
.theiciosdn span {
  font-size: 22px;
  position: relative;
  top: 4px;
}
.theiciosdn {
  margin-right: 20px;
}
.theicondatas h2 {
  font-size: 18px;
  margin: 0;
}
.theicondatas p {
  text-align: left;
}
ul.stepdssd {
  padding-top: 13px;
}
ul.stepdssd li {
  padding-bottom: 25px;
}
.lisssteps{
  display: flex;
}
.bannaps button {
  width: 100%;
  height: 45px;
  border: 0;
  background: #fdc300;
  font-size: 19px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-top: 5px;
  border-radius: 5px;
  font-family: 'Epilogue-Bold';
}
.highlightsmains{
  width: 90%;
  margin: 0 auto;
}
section.highlightss {
  padding: 40px 0 40px;
}
.highlightsmains ul li small {
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-size: 14px;
}
.highlightsmains ul li {
  width: 35%;
  padding: 0 10px;
  border-right: 1px solid #0000002e;
  margin-right: 20px;
}
.highlightsmains ul li:last-child{
  border: 0;
}
.highlightsmains ul li h3 {
  font-size: 18px;
  padding-top: 10px;
  line-height: 29px;
  margin-bottom: 0;
  font-weight: 800;
  margin-bottom: 12px;
}
.highlightsmains ul{
  display: flex;
}
.topctasmains{
  width: 90%;
  margin: 0 auto;
}
.topctas{
  background: #d3d3d3;
}
section.topctas {
  padding: 60px 0 60px;
}
.topctasmains h2 {
  text-align: center;
  font-size: 50px;
  width: 60%;
  margin: 0 auto;
}
.topctasmains p {
  text-align: center;
  padding-top: 20px;
  font-size: 28px;
}
.integrated{
  padding: 50px 0 60px;
}
.integratedmains h2 {
  text-align: center;
  font-weight: 800;
  font-size: 45px;
}
.integratedmains{
  width: 90%;
  margin: 0 auto;
}
.integrrdbox ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  width: fit-content;
  margin: 50px auto 0 !important;
  padding: 40px 40px 30px;
}
.integrrdbox ul li {
  width: 25%;
  text-align: center;
}
.integrrdbox ul li a p {
  color: #fff;
  padding-top: 15px;
  width: 55%;
  margin: 0 auto;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.programovervv{
  padding: 0px 0 40px;
}
.progressover-mains{
  width: 90%;
  margin: 0 auto;
}
.preogrressheads h2 {
  text-align: center;
  font-weight: 800;
  font-size: 50px;
}
.progessoverss {
  width: 85%;
  margin: 0 auto;
  padding-top: 30px;
}
.progessoverss p {
  font-size: 18px;
  margin-bottom: 25px;
}
.prograamfors {
  padding-bottom: 0px;
  background: #fff;
}
.programformains {
  width: 90%;
  margin: 0 auto;
}
.programsforheads h2{
  text-align: center;
  font-weight: 800;
  font-size: 50px;
}
.setuprde{
  padding-bottom: 0;
  background: #000;
  padding-top: 50px;
}
.setupded-mains{
  width: 100%;
  margin: 0 auto;
}
.programfordata{
  width: 85%;
  margin: 0 auto;
  padding-top: 30px;
}
.programfordata p {
  font-size: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.setudedheads h2 {
  text-align: center;
  font-weight: 800;
  font-size: 50px;
  color: #fff;
}
.setuudeaddesd {
  text-align: center;
  padding-top: 0;
}
section.setudatatables {
  padding-bottom: 50px;
  padding-top: 50px;
}
.setutabledataheads h2 {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  width: 65%;
  margin: 0 auto;
}
.setutablemains {
  width: 90%;
  margin: 0 auto;
}
.settdabledadsds {
  width: 85%;
  margin: 0 auto;
  padding-top: 50px;
}
.settdabledadsds table {
  /* border: 1px solid #000; */
  border-collapse: collapse;
}
.settdabledadsds table tr {
  border: 1px solid #000;
  border-collapse: collapse;
}
.settdabledadsds thead th {
  border-right: 1px solid #000;
  padding: 15px;
  text-align: center;
}
.settdabledadsds thead th:first-child{
  width: 230px;
}
.settdabledadsds tbody td {
  border-right: 1px solid #000;
  padding: 15px;
}
/* .settdabledadsds tbody td:first-child{
  display: flex;
  align-items: center;
} */
.settdabledadsds table tr td span img {
  width: 40px;
  margin-right: 20px;
}
.outconeds{
  padding-bottom: 100px;
}
.outcomesmians{
  width: 90%;
  margin: 0 auto;
}

.outcomesssheads h2{
  text-align: center;
  font-weight: 800;
  font-size: 50px;
}
.ourcomeimahds {
  text-align: center;
  padding-top: 0;
}
.ourcomeimahds p {
  text-align: left;
  width: 85%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 16px;
}
.ourcomeimahds ol {
  text-align: left;
  width: 82%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  padding-left: 20px;
}
.ourcomeimahds ol li {
  padding-bottom: 10px;
  font-size: 14px;
}
span.aroowa {
  margin-right: 10px;
  color: #ebb502;
}
.programnut-mains {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
}
p.mb-0.gstt::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #fefefe;
}
.progamnutshells {
  padding-bottom: 0px;
  background: #000;
  /* padding-top: 50px; */
  height: auto;
  /* background: #000; */
  /* padding-top: 50px; */
  background: url(../images/LrTwr6zYK3kq.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* filter: grayscale(1); */
  position: relative;
  padding-bottom: 50px;
}
section.progamnutshells::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000000d6;
  position: absolute;
}
.programnutssheads h2 {
  text-align: center;
  font-weight: 800;
  font-size: 50px;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.orograamsnutdata {
  text-align: center;
  padding-top: 30px;
}
section.programmstruccs {
  padding-bottom: 100px;
  padding-top: 50px;
}
section.programmstruccs.programmfeess {
  background: url(../images/5uZ9uNtsRSC3.png);
  padding-top: 0;
  background-size: cover;
  object-position: right;
}
section.programmstruccs.programmfeess::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000000f5;
  position: absolute;
  z-index: -1;
}
.programstruccmains {
  width: 100%;
  margin: 0 auto;
}
.prograsteuccheads{
  text-align: center;
}
.prograsteuccheads h2{
  font-weight: 800;
  font-size: 50px;
}
.prograsteuccheads p{
  font-size: 18px;
}
.tableodsd {
  padding-top: 50px;
  width: 80%;
  margin: 0 auto;

}
.tableodsdd {
  padding-top: 50px;
  width: 100%;
  margin: 0 auto;
  margin-left: 180px;
}
.tableodsd h2 {
  text-align: center;
  background: #fdc300;
  padding: 19px;
  margin: 0;
  position: relative;
  width: 100%;
  border-radius: 5px;
  height: 65px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
td.image___table {
  display: flex;
  align-items: center;
  gap: 20px;
}
.theeimagesdsos {
  display: flex;
  align-items: center;
  gap: 20px;
}
.theeimagesdsos.two {
  gap: 10px;
  flex-wrap: wrap;
}
img.sddssd {
  width: 112px !important;
}
.thesmalladats p {
  font-size: 20px;
  font-weight: 500;
}
td.image___table.two {
  justify-content: space-between;
  gap: 10px;
}
.tableodsd table {
  width: 100%;
  border-collapse: separate;
}
.tableodsd table th {
  padding: 0 20px;
  border-right: 0;
  background: #ff7e00;
  margin: 0 10px 0 0px;
  border-radius: 5px;
  height: 55px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.tableodsd table tr {
  border: 1px solid #000;
  border-collapse: collapse;
}
.tableodsd table tr td {
  border: 1px solid #ffc693;
  border-collapse: separate;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
}
.tableodsd table th:nth-child(1) {
  width: 77%;
}
.tableodsd table th:nth-child(2) {
  width: 300px;
  text-align: center;
}
.tableodsd table th:nth-child(3) {
  width: 200px;
  text-align: center;
}
.thesmalladats {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.thesmalladats span img {
  width: 50px;
  margin-right: 10px;
}
.tableodsd p {
  text-align: left;
  width: 100%;
  padding: 0 0 20px 0;
  font-size: 16px;
} 
.tableodsd table tr td:nth-child(2) {
  text-align: center;
}
.tableodsd table tr td:nth-child(3) {
  text-align: center;
}
.thesmalladats p {
  padding: 0;
  margin: 0;
}
.theeimagesdsos img {
  width: 50px;
  margin-right: 10px;
}
span.theppositosd {
  position: absolute;
  left: 15px;
  top: 14px;
}
form.thhebannerforms input {
  width: 100%;
  padding: 9px 9px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #000;
  border-radius: 21px;
  background-color: #fefefe;
}      q
form.thhebannerforms select {
  width: 100%;
  padding: 9px 9px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #000;
}
form.thhebannerforms input::placeholder{
  color: #000;
}
form.thhebannerforms p {
  text-align: left;
  font-size: 12px !IMPORTANT;
}
img.therhedlogs {
  width: 100px;
  margin: 0 auto;
}
.topctasmains a {
  background: #fdc300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: 0 auto;
  margin-top: 50px;
  height: 50px;
  border-radius: 10px;
  color: #000 !IMPORTANT;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 18px;
  padding-top: 6px;
}
.thhenutsellsds {
  display: flex;
  margin-bottom: 50px;
}
.thhenutsellsds.thefirstnutshell1 ul {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 500px;
}

.thhenutsellsds.thefirstnutshell2 ul {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin-bottom: 50px;
}

.thhenutsellsds ul li{
  color: #fff;
}
.thhenutsellsds.thefirstnutshell1 ul li {
  color: #fff;
  padding-bottom: 10px;
  width: 90%;
  display: flex;
  justify-content: end;
  align-items: baseline;
}
.thhenutsellsds.thefirstnutshell2 ul li {
  color: #fff;
  padding-bottom: 10px;
  width: 90%;
  display: flex;
  justify-content: baseline;
  align-items: baseline;
}
.thhenutsellsds.thefirstnutshell1 ul li p{
  text-align: end;
  width: 85%;
}
.thhenutsellsds ul li span {
  color: #ebb502;
  margin-left: 13px;
}
.thhenutsellsds.thefirstnutshell2 ul li p{
  text-align: left;
  width: 85%;
}
.thhenutsellsds.thefirstnutshell2 ul li span {
  color: #ebb502;
  margin-right: 13px;
}
.thefirstnutshell1 .moduleboxx {
  border: 1px solid #fff;
  margin-left: 30px;
  height: 250px;
  padding: 20px;
  border-radius: 15px;
  text-align: left;
  width: 100%;
  max-width: 230px;
}
.thefirstnutshell1 .moduleboxx small img {
  width: 85px;
}
.thefirstnutshell1 .moduleboxx h3 {
  padding-top: 10px;
  color: #fff;
  padding-left: 14px;
  margin: 0;
}
.thefirstnutshell1 .moduleboxx p {
  color: #fff;
  padding-left: 14px;
  /* white-space: break-spaces; */
  white-space: unset;
  font-size: 17px;
  padding-top: 10px;
  font-weight: 600;
}

.thefirstnutshell2 .moduleboxx {
  border: 1px solid #fff;
  margin-left: 30px;
  height: 250px;
  padding: 20px;
  border-radius: 15px;
  text-align: left;
  width: 100%;
  max-width: 230px !important;
}
.thhenutsellsds.thefirstnutshell2 {
  position: relative;
  top: 80px;
}
.thhenutsellsds.thefirstnutshell2.border-6 {
  padding-bottom: 50px;
}
.thefirstnutshell2 .moduleboxx small img {
  width: 85px;
}
.thefirstnutshell2 .moduleboxx h3 {
  padding-top: 10px;
  color: #fff;
  padding-left: 14px;
  margin: 0;
}
.thefirstnutshell2 .moduleboxx p {
  color: #fff;
  padding-left: 14px;
  white-space: break-spaces;
  font-size: 17px;
  padding-top: 10px;
  font-weight: 600;
}
.notsellrowss {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
}
/* .dootearow1 {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 51%;
  top: 10%;
  height: 0px;
  border: 1px dotted #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 62px;
} */
.dootearow1 {
  position: absolute;
  /* transform: translate(-50%, -50%); */
  left: -175px;
  top: 50%;
  height: 0px;
  border: 2px #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  transform: rotate(90deg);
  border-style: dashed;
}
.wrapper__contb {
  position: relative;
}
.dootearow span {
  color: #ebb502;
}
.dootearow {
  position: absolute;
  right: -38px;
  z-index: 9;
  top: -1%;
}
.dootearow2 {
  position: absolute;
  transform: translate(50%, 50%);
  left: 56%;
  top: 26.6%;
  height: 0px;
  border: 1px dotted #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  transform: rotate(90deg);
}
.dootearow2 span {
  color: #ebb502;
}
span.thecooncirclles.thearrowcirc1 {
  position: relative;
  left: 0px;
}
span.thecooncirclles.thearrowcirc2 {
  position: relative;
  right: -3px;
}
.dootearow.right {
  left: -100%;
  top: 30%;
  transform: translate(-21px, 0%);
}
.dootearow.left {
  top: 0%;
}
.dootearow.four {
  top: 25%;
  left: -100%;
  transform: translate(-21px, 100%);
  margin-top: 0;
}
.dootearow.five {
  top: 10%;
  left: 100%;
  transform: translate(12px, 0);
}
.dootearow.six {
  top: 265px;
  left: -100%;
  transform: translate(-21px, 100%);
}
.dootearow.top span.thecooncirclles.thearrowcirc1 i.fa-solid.fa-circle {
  font-size: 10px;
}
.dootearow.bottomm span.thecooncirclles.thearrowcirc1 i.fa-solid.fa-circle {
  font-size: 10px;
}
.dootearow.bottomm {
  left: -10px;
  top: 94%;
}
.dootearow.top {
  top: 0;
  left: -6px;
  line-height: 0;
}
.dootearow3 {
  position: absolute;
  transform: translate(50%, 50%);
  top: 40%;
  height: 0px;
  border: 2px dashed #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  transform: rotate(90deg);
  right: -205px;
}
.dootearow3 span {
  color: #ebb502;
}
.dootearow4 {
  position: absolute;
  transform: translate(50%, 50%);
  left: 32%;
  top: 59.6%;
  height: 0px;
  border: 1px dotted #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 154px;
  transform: rotate(90deg);
}
.dootearow4 span {
  color: #ebb502;
}
.dootearow5 {
  position: absolute;
  transform: translate(50%, 50%);
  left: -40%;
  top: 80px;
  height: 0px;
  border: 2px dashed #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  transform: rotate(90deg);
}
.dootearow5 span {
  color: #ebb502;
}
.programmfeess{
  background: #000;
}
.programffeeheads h2{
    color: #fff;
}
.programmfeestables h2{
  background: transparent;
  color: #fff;
}
.programmfeestables h2 {
  background: transparent;
  width: fit-content;
  padding: 0;
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 65px;
  color: #fefefe;
  font-weight: 600;
  text-align: center;
}
.tableodsdd.programmfeestables span {
  font-size: 94px;
  letter-spacing: 2px;
  line-height: 80px;
  color: #fefefe;
  font-weight: 900;
  /* font-family: "Montserrat" !important; */
  text-align: center;
  padding: 0;
}
.right__prog_image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.right__prog_image {
  padding-top: 50px;
  height: auto;
  position: relative;
  z-index: 0;
}
span.rupees {
  font-size: 59px !important;
  letter-spacing: 1px;
  line-height: 59px;
  color: #fefefe;
  font-weight: 800;
  font-family: "Montserrat";
  text-align: center;
}
.tableodsdd.programmfeestables p {
  font-size: 59px !important;
  letter-spacing: 1px;
  line-height: 59px;
  color: #fefefe;
  font-weight: 800;
  font-family: "Montserrat";
  text-align: left;
  padding-top: 25px;
}
.tableodsdd.programmfeestables p small {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
}
p.thheboldert.notes {
  font-size: 32px !important;
  padding-top: 0;
  margin-bottom: 0;
  border: 0;
  letter-spacing: 1px;
  line-height: 65px;
  color: #fefefe;
  font-weight: 800;
  font-family: "Montserrat";
  text-align: center;
}
.table__lowsd p {
  font-size: 25px;
  line-height: 38px;
  color: #fefefe;
  font-weight: 600;
  font-family: "Montserrat";
  display: flex;
}
.table__lowsd {
  width: 100%;
  margin: 0 auto;
  margin-left: 180px;
}
.tableodsdd.programmfeestables p {
  color: #fff;
  font-size: 20px;
}
p.thheboldert {
  font-weight: 900;
  font-size: 31px !important;
  border-bottom: 1px solid #fff;
  width: fit-content;
  padding-bottom: 0;
  margin-bottom: 30px;
}
span.thdffmdlmfflfsld {
  color: #fdc300;
  margin-right: 10px;
}
.setudedheads h3 {
  margin-top: 33px;
  text-align: center;
  background: #fff;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  border-radius: 31px;
}
.setudedheads p {
  text-align: center;
  padding-top: 10px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
}
.setuudeaddesd img {
  width: 100%;
  position: relative;
  top: 1px;
}
.thewhiteareacontents{
  background: #fff;
}
.thewhiteareacontents {
  background: #fff;
  position: relative;
  top: 0;
  padding-bottom: 150px;
}
.adepts2 img {
  width: 110px;
}
.adepts1 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 175px;
  padding: 20px;
  position: absolute;
  left: 100px;
  border-radius: 10px;
  text-align: left;
  line-height: 25px;
  font-weight: 600;
  color: #da5500;
  background: #fff;
  top: 120px;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.adepts2 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 235px;
  padding: 20px;
  position: absolute;
  border-radius: 10px;
  text-align: left;
  line-height: 25px;
  font-weight: 600;
  color: #da5500;
  background: #fff;
  top: -5%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  right: 40%;
}
.adepts2 img {
  top: 0;
}
.adepts3 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 200px;
  padding: 20px;
  position: absolute;
  border-radius: 10px;
  text-align: left;
  line-height: 25px;
  /* font-weight: 600; */
  /* color: #da5500; */
  background: #fff;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  right: 180px;
  bottom: 59%;
  z-index: 9;
}
.adepts4 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 200px;
  padding: 20px;
  position: absolute;
  right: -60px;
  border-radius: 10px;
  text-align: left;
  line-height: 25px;
  /* font-weight: 600; */
  /* color: #da5500; */
  background: #fff;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  z-index: 9;
  bottom: 75px;
}
.adepts5 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 200px;
  padding: 20px;
  position: absolute;
  left: 120px;
  border-radius: 10px;
  text-align: left;
  line-height: 25px;
  /* font-weight: 600; */
  /* color: #da5500; */
  background: #fff;
  bottom: -70px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.thewhiteareacontents.themoodisplays h5 {
  font-size: 14px;
  font-weight: 800;
}
.thewhiteareacontents.themoodisplays p {
  font-size: 12px;
}
.adepts5 p {
  font-size: 13px;
  line-height: 20px;
}
.adepts3 p {
  font-size: 13px;
  line-height: 20px;
}
.adepts4 p {
  font-size: 13px;
  line-height: 20px;
}
.adepts6 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 270px;
  padding: 20px;
  position: absolute;
  border-radius: 10px;
  text-align: left;
  line-height: 25px;
  /* font-weight: 600; */
  /* color: #da5500; */
  background: #fff;
  bottom: 30px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  left: 54%;
}
.adepts6 p {
  font-size: 13px;
  line-height: 20px;
}
.theecompds {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 280px;
  padding: 20px;
  position: absolute;
  right: 10px;
  border-radius: 10px;
  text-align: left;
  line-height: 25px;
  font-weight: 600;
  color: #da5500;
  background: #fff;
  top: -20px;
  z-index: 99;
}
.thenewommbds{
  display: none;
}
button#sendOtpButton.cdaotops {
  width: 100% !important;
  border-radius: 5px;
}
.themoduehealheads {
  display: flex;
  align-items: center;
}
.themoduehealheads span.thespectatinds {
  text-align: center;
  background: #72be17;
  padding: 5px 0 0 0;
  margin: 0;
  position: relative;
  width: 200px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 5px 0px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.5px;
}
.adepts2 p {
  color: #000;
  font-weight: 800;
}
.adepts3 h5 {
  font-weight: 800;
}
.adepts1, .theecompds p{
  font-weight: 800;
}
.thhefontboolds{
  font-weight: 900;
}
/* .tableodsd h2 {
  text-align: center;
  background: #102f36;
  padding: 0 20px;
  margin: 0 0 5px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
} */
@media screen and (min-width:320px) and (max-width:767px) {
  .top_cross a {
    color: #000;
    font-size: 13px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    line-height: 20px;
    flex-direction: column;
}
span.theesmaliconss {
  position: absolute;
  left: 60px;
}
span.theesmaliconss img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.desktopcross{
  display: none;
}
.mobilecrooss{
  display: block;
}
.top_cross p {
  margin: 0;
  font-family: 'Epilogue-Bold';
  width: 100%;
  margin: auto;
  position: relative;
}
.cdasforms {
  background: #fff;
  padding: 30px 30px;
  /* border-radius: 10px; */
}
.bannaps button {
  font-size: 17px;
}
.highlightsmains ul {
  display: flex;
  flex-direction: column;
}
.highlightsmains ul li {
  width: 100%;
  padding: 0 10px;
  border-right: 0;
  margin-right: 0;
  border-bottom: 1px solid #0000002e;
  margin-bottom: 20px;
}
section.highlightss {
  padding: 40px 0 50px;
}
section.topctas {
  padding: 50px 0 50px !important;
  margin-top: -3px;
}
.topctasmains h2 {
  text-align: center !important;
  font-size: 30px !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.topctasmains p {
  text-align: center !important;
  padding-top: 20px !important;
  font-size: 20px !important;
  margin: auto;
}
.integratedmains h2 {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
}
.integrrdbox ul {
  flex-direction: column;
}
.integrrdbox ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.integrated {
  padding: 50px 0 50px;
}
.preogrressheads h2 {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
}
.progessoverss {
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
}
.programovervv {
  padding: 0px 0 20px;
}
.programsforheads h2 {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
}
.programfordata {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}
.prograamfors {
  padding-bottom: 40px;
}
.setudedheads h2 {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
}
.setuudeaddesd {
  text-align: center;
  padding-top: 00px;
}
.setuudeaddesd img {
  width: 100%;
}
.setuprde {
  padding-bottom: 50px;
}
.setutabledataheads h2 {
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  width: 100%;
  margin: 0 auto;
}
.settdabledadsds {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
section.setudatatables {
  padding-bottom: 50px;
}
.outcomesssheads h2 {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
}
.ourcomeimahds {
  text-align: center;
  padding-top: 0px;
}
.dootearow {
  display: none;
}
.ourcomeimahds img {
  width: 100%;
}
.ourcomeimahds p {
  text-align: left;
  width: 100%;
}
.ourcomeimahds ol {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.outconeds {
  padding-bottom: 50px;
}
.programnutssheads h2 {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  padding-bottom: 0 !important;
}
.programnut-mains {
  width: 100%;
  margin: 0 auto;
}
.orograamsnutdata {
  text-align: center;
  padding-top: 0;
}
.orograamsnutdata img {
  width: 100%;
}
.progamnutshells {
  padding-bottom: 50px;
}
.programstruccmains {
  width: 100%;
  margin: 0 auto;
}
.prograsteuccheads h2 {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 5px;
}
.tableodsd {
  padding-top: 20px;
  width: 100%;
  margin: 0 auto;
}
.tableodsd h2 {
  text-align: center;
  background: #fdc300;
  padding: 12px;
  margin: 0;
  font-size: 12px;
}
section.programmstruccs {
  padding-bottom: 0;
}
.headingcotsd h2 {
  text-align: center;
  padding-top: 20px;
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}
}

@media screen and (min-width:320px) and (max-width:767px) {
  .alunnii-inffo {
    height: auto;
}
  .thhenutsellsds.thefirstnutshell1 {
    flex-direction: column-reverse;
    justify-content: center;
        align-items: flex-start;
        margin-top: 50px;
        margin-bottom: 0;
  }
  .thhenutsellsds.thefirstnutshell1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
.thhenutsellsds.thefirstnutshell2.right {
  top: 50px;
  justify-content: center;
  align-items: flex-start;
}
.thhenutsellsds.thefirstnutshell1 ul li {
  color: #fff;
  padding-bottom: 10px;
  width: 90%;
  display: flex;
  justify-content: end;
  align-items: baseline;
  flex-direction: row-reverse;
}
.thhenutsellsds.thefirstnutshell1 ul li p {
  text-align: left;
  width: 100%;
}
.thhenutsellsds ul li span {
  color: #ebb502;
  margin-left: 0;
  margin-right: 13px;
}
.dootearow1 {
  display: none;
}
.thefirstnutshell1 .moduleboxx {
  border: 1px solid #fff;
  margin-left: 0;
  height: fit-content;
  padding: 20px;
  border-radius: 15px;
  text-align: left;
  
}
.thefirstnutshell2 .moduleboxx {
  border: 1px solid #fff;
  margin-left: 0;
  height: fit-content;
  padding: 20px;
  border-radius: 15px;
  text-align: left;
}
.thhenutsellsds.thefirstnutshell2 ul {
  margin-top: 30px;
  align-items: center;
}
.dootearow2{
  display: none;
}
.thhenutsellsds.thefirstnutshell2 {
  flex-direction: column;
  align-items: flex-start;
}
.thhenutsellsds.thefirstnutshell2 {
  top: 50px;
}
.dootearow3{
  display: none;
}
.dootearow4{
  display: none;
}
.dootearow5{
  display: none;
}
.themoodisplays{
  display: none;
}
.themmobioleiagesds{
  display: none;
}
.thenewommbds{
  display: block;
}
.setuprde {
  padding-bottom: 0;
}
.generative___Ai {
  padding-top: 0 !important;
}
.left__side_gen {
  width: 90% !important;
  margin: auto !important;
}
.right__side__gen_cardmain ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.right__side__gen_cardmain {
  margin-top: 30px !important;
}
.right__side_gen {
  padding-bottom: 0;
  width: 100%;
  margin: auto;
}
.right__side__gen_cardmain ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.right__side__gen_cardmain ul li {
  margin-right: 0 !important;
  min-height: 170px !important;
  width: 100% !important;
}
.upper__img_cont {
  width: 50px;
  height: 50px;
  margin: auto;
}
.upper__img_cont img {
  width: 100%;
}
.bottom__gencont p {
  font-size: 15px !important;
}
.right__side__gen_cardmain.twoo {
  margin-top: 0 !important;
  width: 100%;
  margin: auto;
}
.topctasmains {
  width: 100% !important;
  display: block !important;
}
.top-heading h2 {
  font-size: 30px !important;
}
.warpper__design-program {
  width: 100% !important;
}
.top-heading {
  width: 100% !important;
}
.wrapper-left-design h3 {
 padding-top: 25px;
}
.setudedheads h3 {
  font-size: 20px;
  width: 90%;
}
.setuudeaddesd {
  width: 80% !important;
  margin-top: -60px !important;
  padding-top: 35px !important;
}
.setuprde {
  padding-top: 0 !important;
}
.tableodsdd {
  padding-top: 35px;
  width: 90%;
  margin: auto;
}
.tableodsdd.programmfeestables p {
  font-size: 35px !important;
  line-height: 40px;
  padding-top: 10px;
}
span.rupees {
  font-size: 35px !important;
  line-height: 35px;
}
.tableodsdd.programmfeestables p small {
  font-size: 15px;
}
.table__lowsd {
  width: 90%;
  margin: auto;
  margin-left: auto;
}
.table__lowsd p {
  font-size: 15px !important;
  line-height: 25px !important;
}
section.programmstruccs.programmfeess {
  position: relative;
}
.tableodsdd {
  padding-top: 35px;
  width: 90%;
  margin: auto;
}
.table__lowsd {
  width: 90%;
  margin: auto;
  margin-left: auto;
}
.table__lowsd p {
  font-size: 15px;
  line-height: 25px;
}
.tableodsdd.programmfeestables span {
  font-size: 60px !important;
  line-height: 70px !important;
}
.programmfeestables h2 {
  font-size: 35px !important;
  line-height: 35px !important;
}
p.thheboldert.notes {
  padding-bottom: 20px;
}
.row.align-items-center.left_design {
  flex-direction: column-reverse;
}
}
