.rs-search-courses:after {
  width: 100%;
  /* border-radius: 15px; */
  /* background: rgb(59, 200, 82);
  background: -moz-radial-gradient(
    circle,
    rgba(59, 200, 82, 1) 0%,
    rgba(61, 224, 211, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(59, 200, 82, 1) 0%,
    rgba(61, 224, 211, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(59, 200, 82, 1) 0%,
    rgba(61, 224, 211, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3bc852",endColorstr="#3de0d3",GradientType=1); */
  background-color: #fff;
}
header .slider-btn-left {
  border-radius: 35px;
}
.slider-content-bottom1 .slider-btm-box,
.slider-content-bottom1 :before {
  border-radius: 30px;
}
.placement {
  background-color: #f9f9f9;
}
.Courses-area {
  background-color: #ffff;
}

#rev_slider_1 .rev-slidebg {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
}

.right-banner {
  position: absolute;
  right: 0px;
  width: 27%;
  /*background-color: rgba(255, 255, 255, 0.658);*/
  height: 60%;
  border-radius: 50% 0 0 50%;
  
}
.slideing-card {
  margin-top:80px;
  border-radius: 10px;
  overflow: hidden;
}

.slideing-card .card {
  padding: 0px;
  margin: 40px 0px;
  text-align: left;
  font-weight: 600;
  background-color: #ffff;
  border-radius: 10px;
  /* box-shadow: 0 0 1px transparent; */
  box-shadow: 3px 2px 20px 0px #00000078;
  display: flex;
  justify-content: center;

}
.slideing-card .card .help-text {
  font-family: "Pacifico", cursive;
  font-size: 2.5rem;
  color: #003c8c;
  padding-bottom: 1px;
}
.slideing-card .card h4 {
  font-size: 1.5rem;
}
.slideing-card .card p {
  font-size: 1.1rem;
  color: #0d5371;
  margin-bottom: 2px;
}
.slideing-card .card h4 {
  color: #511212;
}
.slideing-card .card figure {
  width: 100px;
  height: 110px;
  overflow: hidden;
  border-radius: 10px;
  margin: auto;
}
.right-banner .row.card.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.1);
  transition: 0.02s ease-in-out;
}
.rs-search-courses input {
  border-radius: 25px;
  margin-bottom: 5px;
  outline: none;
}
.enquiry-box {
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 767px) {
  .slideing-card .card {
    height: 240px;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .slideing-card .card img {
    max-width: 125px;
    max-height: 118px;
  }
}
.slick-slide {
  outline: none;
}
/* hide banner arrows */
.tparrows {
  display: none;
}
/* .enquiry-box {
  margin-top: -480px;
} */
.md-banner {
  display: block;
}
.xs-banner {
  display: none;
}
.border-left {
  border-left: 3px solid #455a64;
}
@media only screen and (max-width: 767px) {
  .right-banner {
    position: relative;
    width: 100%;
    border-radius: 0px;
    height: auto;
    padding: 10px 0px;
  }
  .slideing-card {
    margin-top: 0px;
    border-radius: 0px;
  }
  /* .enquiry-box {
    margin-top: 240px;
  } */
  .md-banner {
    display: none;
  }
  .xs-banner {
    display: block;
  }
}

@media only screen and (min-width: 600px) {
  #mySidenav2 button {
    top: 87%;
  }
}

@media only screen and (min-width: 480px) {
  .rs-search-courses {
    /* margin-top: 190px; */
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1060px) {
  .rs-search-courses {
    /* margin-top: 350px; */
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .right-banner {
    background: #ffff;
  }
  .slideing-card .card {
    padding: 5px;
    display: block;
    text-align: center;
    box-shadow: 0px 0px 11px 1px rgb(134 177 225 / 58%);
  }
  .slideing-card .card img {
    margin: auto;
  }
  /* .rs-search-courses {
    margin-top: 150px;
  } */
  .slideing-card .card .help-text {
    font-size: 2.2rem;
  }
}
