.course-frm { background: linear-gradient(180deg, #f0f6ff, #cbddf8); border: 1px solid var(--primary); border-radius: 20px; padding: 30px; margin-bottom: 100px; position: relative; z-index: 1; overflow: hidden; }

#recomend_form .form-control, #recomend_form .rcmnd { background: #fff; padding: 0px 30px; height: 64px; }

.slct { background: #fff url(../images/select-arrw-dwn.svg) no-repeat; background-position: center right 29px; }

.form-check-wrap input#qualfctn_chk { width: 24px; height: 24px; padding: 0 !important; border-radius: 5px; background: #fff; border: 2px solid var(--primary) }
.form-check-wrap input#qualfctn_chk:checked { background: #fff url(../images/tick.svg) no-repeat center / 14px; border: 2px solid var(--primary) !important; }
.form-check-wrap .form-check-input:focus { box-shadow: none !important; }

#recomend_form .select2-container { width: 100% !important; }
#recomend_form span.select2-container.drop_sec { display: block !important; }

#recomend_form textarea { margin-top: 0; margin-bottom: 0; min-height: 0; width: 0 !important; border: 0 !important; }

#recomend_form .select2-container--default .select2-selection--multiple { margin-bottom: 30px; border-radius: 40px; padding: 12px 30px !important; }
#recomend_form .select2-container .select2-selection--multiple { min-height: 64px; }

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

.course-listt>img {
  margin-bottom: 20px;
}

.course-listt h5,
.course-listt h6 {
  margin-bottom: 7px;
  font-weight: 800;
}

.recommnd-sub ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: 20px;
  padding: 0;
}

.recommnd-sub ul li {
  width: 47%;
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 16px;
  padding: 15px 14px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recommnd-sub ul li span {
  margin-right: 10px;
  max-width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  flex: 0 0 auto;
  border-radius: 50%;
}

.recommnd-sub ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-wrap: wrap;
}

.recommnd-sub ul li span img {
  width: 100%;
  height: 100%;
}

#recomend_form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid var(--primary);
  background-color: #D0E0F8;
  border-radius: 100px;
  padding-left: 0;
  padding-right: 20px;
  padding: 10px 30px 10px 15px;
  margin-left: 0;
  margin-right: 10px;
}

#recomend_form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  left: inherit;
  right: 9px;
  line-height: 36px;
  border-right: 0;
  font-size: 15px;
  font-weight: 500;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: transparent;
}

#recomend_form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove span {
  font-size: 30px;
  color: #2e2e2e;
  font-weight: normal;
}

#recomend_form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #D1DBEA !important;
  outline: 0;
}

.get-started-rt .custom-radio-time input {
  display: none;
}

.get-started-rt label {
  display: block;
}

.get-started-rt .custom-radio-time .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  color: #000;
  cursor: pointer;
  transition: color 0.3s;
  border-radius: 50px;
  border: 2px solid #E3E3E3;
  padding: 18px 20px 18px 49px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  background: #F0F6FF;
  display: block;
  width: 100%;
}

.get-started-rt .custom-radio-time input[type="radio"]:checked+.wpcf7-list-item-label {
  border: 2px solid var(--primary);
}

.get-started-rt .custom-radio-time {
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  justify-content: space-between;
  border: 0;
}

.get-started-rt .wpcf7-list-item {
  width: 32%;
  display: inline-block;
  margin: 0 15px 0 0;
}

.get-started-rt .wpcf7-list-item:last-child {
  margin: 0;
}

.get-started-rt .form-check-input:active {
  filter: none;
}

.get-started-rt .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #939393;
  transition: background-color 0.3s;
}

.get-started-rt .wpcf7-list-item-label::after {
  width: 14px;
  height: 14px;
  background: var(--primary);
  position: absolute;
  top: calc(24px - 1px);
  left: calc(24px - 0px);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.get-started-rt .custom-radio-time input[type="radio"]:checked+.wpcf7-list-item-label::before {
  border: 2px solid var(--primary);
}

.get-started-rt .custom-radio-time input[type="radio"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-- New-css(19-05-2025)Ritu --*/
.discover-wdc-box {
  border-radius: 22px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 4px 9px 11px 0px #00000038;
  height: 100%;
  ;
}

.discover-wdc-pic {
  padding-top: 54%;
  position: relative;
  border-radius: 22px 22px 0 0;
  overflow: hidden;
}

.discover-wdc-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.star-rating {
  position: absolute;
  top: 20px;
  left: 30px;
  background: #fff;
  border-radius: 5px;
  padding: 1px 9px;
}

.star-rating ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.star-rating ul li:not(:last-child) {
  margin-right: 4px;
}

.star-rating ul li:not(:first-child) {
  color: #FEB600;
}

.star-rating ul li h6 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 25px;
  color: var(--black);
}

.discover-wdc-bottom {
  padding: 28px 30px;
}

.discover-wdc-bottom-traning-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.discover-wdc-bottom-traning-left {
  width: 55%;
  padding-right: 5px;
}

.discover-wdc-bottom-traning-right {
  width: 45%;
  padding-left: 5px;
  text-align: right;
}

.discover-wdc-bottom-traning-row p {
  margin-bottom: 0;
  font-size: 14px;
}

.discover-wdc-bottom-traning-row p span {
  color: #FF8600;
}

.discover-wdc-download-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 40px;
}

.discover-wdc-download-left {
  width: calc(100% - 230px);
  padding-right: 6px;
}

.discover-wdc-download-right {
  width: 230px;
}

.discover-wdc-download-left h3 {
  margin-bottom: 0;
  color: var(--primary);
}

.discover-wdc-enrollment-list ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.discover-wdc-enrollment-list ul li:not(:last-child) {
  border: 1px solid #fff;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 50px;
}

.discover-wdc-enrollment-list ul li:not(:last-child) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discover-wdc-enrollment-list ul li:not(:first-child) {
  margin-left: -10px;
}

.discover-wdc-enrollment-list ul li:last-child {
  margin-left: 10px;
}

.discover-wdc-enrollment-list ul li p {
  margin-bottom: 0;
  color: #000;
}

.coolBeans.no-arrow-btn:after {
  display: none;
}

.discover-wdc-download-right {
  text-align: right;
}

.discover-wdc-download-right .coolBeans {
  padding: 20px 25px;
}

/*--new-course-page-css(Start)--*/

.courses-tab-design .nav.nav-pills button.nav-link {
  width: 100%;
  background: linear-gradient(90deg, #F0F2FF 0%, #FFFFFF 57.38%);
  border: 1px solid #4A62F2;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #2E2E2E;
  padding: 18px 10px;
  margin-bottom: 10px;
}

.courses-tab-design .nav.nav-pills button.nav-link.active {
  background: var(--primary);
  color: #fff;
}

.course-shape-right {
  position: absolute;
  right: 0;
  top: 0;
}

.course-shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.courses-tab-box {
  border-radius: 30px;
  border: 1px solid #c4c4c4;
  padding: 30px 20px 96px;
  height: 100%;
  position: relative;
}

.courses-tab-box h6 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.courses-tab-box p {
  font-family: "Lexend", sans-serif;
}

.courses-tab-box .btn-white { border: 1px solid #000; margin-top: 0; position: absolute; bottom: 30px; left: 20px; }

.courses-tab-box .course-icon-holder ul {
  justify-content: flex-start;
}

.courses-tab-box .course-icon-holder ul li {
  text-align: center;
  width: 21%;
}

.react-color {
  background: linear-gradient(180deg, rgba(238, 238, 165, .4), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  box-shadow: 0 10px 0px 0px #EEEEA5;
}

.node-js-color {
  background: linear-gradient(180deg, rgba(214, 249, 214, .4), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  box-shadow: 0 10px 0px 0px #D6F9D6;
}

.php-color {
  background: linear-gradient(180deg, rgba(255, 207, 147, .4), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  box-shadow: 0 10px 0px 0px #FFCF93;
}

.laravel-color {
  background: linear-gradient(180deg, rgba(255, 179, 190, .4), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  box-shadow: 0 10px 0px 0px #FFB3BE;
}

.advanced-php-color {
  background: linear-gradient(180deg, rgba(255, 208, 163, .4), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  box-shadow: 0 10px 0px 0px #FFD0A3;
}

.mean-stack-color {
  background: linear-gradient(180deg, rgba(211, 163, 255, .4), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  box-shadow: 0 10px 0px 0px #D3A3FF;
}

.mern-stack-color {
  background: linear-gradient(180deg, rgba(195, 198, 255, .4), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  box-shadow: 0 10px 0px 0px #C3C6FF;
}

.custom-loader img {
  width: 100px;
}
.courses-tab-design .tab-content, .courses-tab-design .tab-pane, .courses-tab-design .tab-pane>.row {
    height: 100%;
}
.custom-loader, .courses-tab-design .tab-content .tab-pane .col-md-12.text-center.mb-lg-5.mb-4 { align-content: center;}


/*-- New-css(22-05-2025)Ritu --*/
.stu-list ul{list-style: none; padding: 0; margin: 0; display: flex; flex-flow: row wrap; justify-content: center;}
.stu-list ul li{width: 16.66%; position: relative; padding-top: 11%;}
.stu-list ul li img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.company-sld-logo-box{background-color: #f3f6fb; border-radius: 10px; padding: 10px; display: flex !important; justify-content: center; align-items: center; height: 100px;}
.company-sld-logo-box img { max-height: 74px;}
.company-logo-slider-wraper .slick-slide{margin: 0 15px;}
.company-rtl-row{direction: rtl; margin: 30px 0;}

/* ============ Student Placed Section ============ */

/*--new-course-page-css(End)--*/

@media only screen and (max-width: 1800px) {
  .discover-wdc-bottom {
    padding: 25px 15px;
  }

  .discover-wdc-download-right .coolBeans {
    padding: 15px 15px;
  }

  .discover-wdc-download-right {
    width: 195px;
  }

  .discover-wdc-download-left {
    width: calc(100% - 195px);
  }
  .courses-tab-box .course-icon-holder ul li p { font-size: 13px;}

}

@media only screen and (max-width: 1699px) {

  /* .course-listt {padding: 47px 35px;}  */
  .recommnd-sub ul li {
    width: 46%;
  }

  .get-started-rt .custom-radio-time .wpcf7-list-item-label {
    font-size: 16px;
  }

  .get-started-rt .wpcf7-list-item-label::after {
    top: calc(24px - 2px);
  }

  .discover-wdc-bottom {
    padding: 25px 10px;
  }

  .star-rating {
    top: 10px;
    padding: 1px 3px;
  }
  .courses-tab-box .course-icon-holder ul li p { font-size: 12px;}
  .course-icon-holder ul li img { width: 34px; height: 34px;}

}

@media only screen and (max-width: 1599px) {
  .recommnd-sub ul li {
    font-size: 15px;
    padding: 15px 8px;
  }

  .get-started-rt .custom-radio-time .wpcf7-list-item-label {
    padding: 18px 10px 18px 35px;
    font-size: 14px;
  }

  .get-started-rt .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
    left: 10px;
  }

  .get-started-rt .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
    top: 23px;
    left: 15px;
  }

  #recomend_form .form-control,
  #recomend_form .rcmnd {
    height: 56px;
  }

  #recomend_form .select2-container .select2-selection--multiple {
    min-height: 56px;
  }

  #recomend_form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px 30px 5px 15px;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  #recomend_form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 26px;
  }

  .submit-buton-icon {
    min-height: 56px;
  }

  .discover-wdc-bottom-traning-left {
    width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 5px;
  }

  .discover-wdc-bottom-traning-right {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .courses-tab-box .course-icon-holder ul li p { font-size: 11px;}

  .courses-tab-box {padding: 30px 20px 86px;}


}

@media only screen and (max-width: 1356px) {
  .get-started-rt .custom-radio-time .wpcf7-list-item-label {
    font-size: 12px;
  }

  .courses-tab-design .nav.nav-pills button.nav-link {
    border-radius: 10px;
    font-size: 17px;
    padding: 12px 5px;
    margin-bottom: 8px;
  }

}

@media only screen and (max-width: 1200px) {
  .get-started-rt .wpcf7-list-item-label::after {
    top: 21px;
  }
}

@media only screen and (max-width: 1199px) {
  .course-frm {
    padding: 20px 15px;
  }

  #recomend_form .form-control,
  #recomend_form .rcmnd {
    padding: 0 15px;
    height: 55px;
  }

  .slct {
    padding: 15.4px;
    background-position: center right 12px;
  }
  .slct { padding: 15.4px; background-position: center right 12px; }

  /* 02.06.2025 */

  .page-id-5204 .landing-banner-new-left h1, .page-id-5202 .landing-banner-new-left h1{ font-size: 50px; }

  /* 02.06.2025 */
  .stu-list ul li { width: 25%; padding-top: 20%;}
  .company-rtl-row{margin: 20px 0;}

}

@media only screen and (max-width: 991px) {
  .course-frm {
    margin-bottom: 0;
  }

  .discover-wdc-enrollment-list ul li:not(:last-child) {
    width: 34px;
    height: 34px;
  }

  .discover-wdc-enrollment-list ul li:last-child {
    margin-left: 6px;
  }

  .discover-wdc-download-row {
    margin-bottom: 15px;
    margin-top: 20px;
  }




  .react-color {
    box-shadow: 0 7px 0px 0px #EEEEA5;
  }

  .node-js-color {
    box-shadow: 0 7px 0px 0px #D6F9D6;
  }

  .php-color {
    box-shadow: 0 7px 0px 0px #FFCF93;
  }

  .laravel-color {
    box-shadow: 0 7px 0px 0px #FFB3BE;
  }

  .advanced-php-color {
    box-shadow: 0 7px 0px 0px #FFD0A3;
  }

  .mean-stack-color {
    box-shadow: 0 7px 0px 0px #D3A3FF;
  }

  .mern-stack-color {
    box-shadow: 0 7px 0px 0px #C3C6FF;
  }

  .courses-tab-box { padding: 30px 20px 76px; border-radius: 20px; }

}

@media only screen and (max-width: 767px) {
  .recommnd-sub ul li {
    width: 100%;
  }

  .form-check-wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
  }

  #recomend_form .select2-container--default .select2-selection--multiple {
    border-radius: 10px;
    padding: 12px 12px !important;
  }

  .course-frm {
    padding: 30px 12px;
  }

  .get-started-rt .wpcf7-list-item,
  .get-started-rt .wpcf7-list-item:last-child {
    width: 100%;
    margin: 0 0 20px;
  }

  .get-started-rt .custom-radio-time {
    flex-wrap: wrap;
  }

  .get-started-rt .custom-radio-time .wpcf7-list-item-label {
    border-radius: 12px;
    font-size: 16px;
    padding: 12px 10px 12px 35px;
  }

  .get-started-rt .wpcf7-list-item-label::after {
    top: 18px;
  }
  .courses-tab-design .nav.nav-pills {
    margin-bottom: 30px;}

  .courses-tab-design .nav.nav-pills { flex-wrap: nowrap; overflow-x: scroll; }
  .courses-tab-design .nav.nav-pills button.nav-link { white-space: nowrap; margin-bottom: 0; margin-right: 8px; padding: 12px; }

  .courses-tab-box { padding: 30px 20px 69px; }


}

@media only screen and (max-width: 480px) {
  .discover-wdc-download-right {
    width: 160px;
  }

  .discover-wdc-download-left {
    width: calc(100% - 160px);
  }

  .discover-wdc-download-row {
    margin-top: 16px;
  }

  .discover-wdc-bottom {
    padding: 15px 10px;
  }

  .discover-wdc-enrollment-list ul li:last-child {
    margin-left: 3px;
  }

  .discover-wdc-enrollment-list ul li p {
    font-size: 14px;
  }

  .discover-wdc-enrollment-list ul li:not(:last-child) {
    width: 30px;
    height: 30px;
  }
  .courses-tab-design .nav.nav-pills {
        margin-bottom: 20px;
  }
  .courses-tab-box {
    border-radius: 15px;
  }
  .stu-list ul li {width: 33.33%; padding-top: 25%;}
  .company-rtl-row{margin: 15px 0;}

}

@media only screen and (max-width: 380px) {
  .discover-wdc-download-left {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .discover-wdc-download-right {
    width: 100%;
    text-align: center;
  }

  .discover-wdc-enrollment-list ul li:last-child {
    margin-left: 0px;
    text-align: center;
    width: 100%;
  }

  .discover-wdc-enrollment-list ul {
    justify-content: center;
  }

  .discover-wdc-bottom {
    text-align: center;
  }
  .stu-list ul li { width: 50%; padding-top: 35%;}
  .recommnd-sub ul li { width: 100%; margin-right: 0;}

}