.popularx, .popular{
	padding-top: 50px;
	margin-bottom: -130px;
}

.popular_list-card p{
	background: #521814;
    padding: 10px;
    border-radius: 10px;
    text-align: justify;
}

.popular_header-title{
	color: #521814 !important;
}

.view-all {
    position: absolute;
    right: 5PX;
    top: -60px;
}
.popular_list-card  {
    margin-bottom: 15px;
}
.view-all a {
    border: 1px solid #b31d1d;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
}
.free-course .popular_list-card {
    margin-bottom: 15px;
}

.off20 {
    position: relative;
    display: flex;
    padding: 4% 6%;
    align-items: center;
    place-content: center;
}
.off20 img {
    width: 150px;
    margin-left: 70px;
    border: 2px solid #d1261a;
    border-style: dashed;
    border-radius: 14px;
}
.off20 h1 b {
  color: #521814;
}

.adv-box {
  position: relative;
}
.adv-girl img {
  position: absolute;
  width: 35%;
  bottom: 0;
  right: 0;
}
.click-btn {
  background-color: #fff;
  padding: 8px 30px;
  border-radius: 8px;
  margin-top: 2px;
}
.routine {
  background: #EDEDFC;   
  padding: 20px 0px;   
  margin: 20px 0px;
}
.routine a {
    color: #000000;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 5px;
    margin: 10px;
    font-weight: 800;
    display: inline-block;
    border: 2px solid #521814;
    border-top-right-radius: 33px;
    border-bottom-left-radius: 33px;
}

.routine a:hover {
  background-color: #521814;
  color: #fff;
}

.sub-course-top {
  display: inline-flex;
  margin-bottom: 4%;
}
.sub-course-top img {
  width: 50%;
  place-self: center;
}
.sub-course-top h4{
  color: #4f1a12; 
  margin: 20px 5px;
  width: 50%;
}

.md-visit {
  position: absolute;
  right: 21%;
  z-index: 99;
  background: #00000082;
  width: 28% !important;
  padding: 25px;
  border-radius: 16px;
}
.student-enquiry .field{
  margin: 4px;
}
.student-enquiry .field-textarea {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 12px;
    width: 100%;
    padding: 19px 45px 18px 20px;
    margin: 4px;
}

.section-box .box,
.section-box .box::before,
.section-box .box::after {
  box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.7);
}

.section-box .col-md-3 {
    float: left;
}

.section-box .box {
  background-color: #521814;
  padding: 25px 15px;
  border-radius: 5px 25px 25px 25px;
  position: relative;
  margin: 0 15px;
  margin-bottom: 26%;
  border: 1px solid #7c7c7c;
}
.section-box .box::before,
.section-box .box::after {
  content: "";
  position: absolute;
  left: 0;
  height: 50%;
  width: 100%;
  border-radius: 25px;
  transition: transform 0.2s linear;
}
.section-box .box:hover::before,
.section-box .box:hover::after {
  transform: skewY(0);
}
.section-box .box::before {
  transform: skewY(10deg);
  background-color: #b99900;
  bottom: -20px;
  z-index: -1;
}
.section-box .box::after {
  transform: skewY(15deg);
  background-color: #521814;
  bottom: -35px;
  z-index: -2;
}

.section-box .box.one {
  border-top: 3px solid #da606f;
}
.section-box .box.two {
  border-top: 3px solid #ff8c6c;
}

.section-box .top {
  display: flex;
  justify-content: space-between;
}
.section-box .box .mini-title {
  color: #aaa;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
.section-box .box .logo {
  width: 45px;
  border-radius: 50%;
}
.or-wrapper {
    height: 20px;
}
.or-wrapper p {
    background: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -38%);
    font-size: 18px;
}
.section-box .box .content {
  margin-top: 5px;
}
.section-box .box .big-title {
  color: #fff;
  font-size: 24px;
}
.section-box .box .text {
  color: #eee;
  font-size: 14px;
  margin: 10px 0;
  height: 160px;
}

.section-box .box .details {
  list-style: none;
  margin-top: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.section-box .box .details .detail-icon {
  height: 30px;
  width: 30px;
  color: #fff;
  background-color: #2a1035;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
}
.section-box .box .details .detail-name {
    margin-left: 15px;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    background-color: #f9d423;
    padding: 14px 30px;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
  .section-box {
    height: auto;
    padding: 50px 0;
  }
  .section-box .list-box {
    flex-direction: column;
  }
  .section-box .list-box .box:not(:first-child) {
    margin-top: 80px;
  }
}


.job-vacancy {
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
  position: relative;
}

.job-vacancy h2 {
  margin: 0 0 30px 0;
  text-align: center;
}

.job-vacancy  input{
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 10px;
}

.job-vacancy  select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

.job-vacancy button {
  padding: 11px 18px;
  color: #FFF;
  background-color: #4bc970;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin-bottom: 10px;
}

.job-vacancy fieldset {
  margin-bottom: 30px;
  border: none;
}

.job-vacancy label {
  display: block;
  margin-bottom: 8px;
}

.job-vacancy label.light {
  font-weight: 300;
  display: inline;
}

.job-vacancy .number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

.job-vacancy textarea {
    width: 100%;
    background-color: #e8eeef;
}
.feedback {
  width: 55%;
  margin: 5% auto;
}
.custom-select-container {
    z-index: 999;
}
.custom-select-container .custom-select-option {
    background: #ffffff;
}
.one-to-one-page {
  margin: 2% 0;
  display: inline-block;
}
.one-to-one-page .col-md-3 {
  float: left;
}
.one-to-one-page .one-img {
  padding: 6px;
}

.popular-course-top .col-md-3 {
  float: left;
}
.popular-course-top {
  margin: 2% 0;
  display: inline-block;
}
.popular-course-top .one-img {
    margin: 10px;
    flex-grow: 0.5;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.app-img img {
  width: 80%;
  margin: auto;
}

.owl-carousel .owl-theme{
	height: auto;
	max-height: 550px;
}

.owl-prev,
.owl-next {
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}

@media (max-width: 767px) {
    
}
.owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.owl-carousel .owl-item {
    margin-right: 10px; /* Add a right margin of 10 pixels */
}

/* Remove the right margin from the last item to avoid extra space */
.owl-carousel .owl-item:last-child {
    margin-right: 0;
}




.stats-container {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px auto;
  max-width: 1000px;
  padding-inline: 16px;
}

.stats-container .stat {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  border-radius: 25px;
}

.stats-container .stat .odometer {
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
}

.stats-container .stat .type {
  font-size: 14px;
  white-space: nowrap;
  text-align: center;
}

.odometer.plus {
  position: relative;
}

.odometer.plus::after {
  content: "+";
  position: absolute;
  top: 0;
  right: -16px;
  font-size: 20px;
}

@media (max-width: 700px) {
  .stats-container {
    grid-template-columns: 1fr;
  }
}