.PreLoader_ImageTag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.filterationBtnCss {
    cursor: pointer;
}

.filterationBtnCss:hover {
    color: blue;
}

.activeFilterationBtnCss {
    color: blue;
}

.logo_css {
  width: 106%;
  height: 70px;
}

.editIcon::before {
  content: "\270D";
  width: 65px;
  height: 65px;
}

.CourseIconsDashboardStyling,
.CourseIconsHomeStyling {
  width: 20px;
  height: 20px;
}

.OuterStylingCourseDetails {
  display: flex;
  flex-direction: column;
  padding: 7px 19px 7px 19px;
}

.OuterStylingCourseDetails p {
  font-size: 14px;
  margin: 0px 0px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.boldHeadingStyling {
  margin-left: 4px;
}

.pagination_links {
    text-align: right;
}

.ActiveCss {
  border: 2px solid red;
  background-color: aquamarine;
}

.previewCourseImageCss {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
  background-color: black;
  margin-bottom: 30px;
}

.deleteIconOnCourseImageCss {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.pagination_links svg {
    width: 30px;
    height: 30px;
}

.pagination_links nav {
    padding: 20px 0px;
}

#carouselExampleIndicators {
  width: 70%;
  margin: 20px auto;
}

.copyTextBtnCss {
    position: absolute;
    top: -20px;
    right: 0px;
    background-color: transparent;
    border: none;
}

.leftWingStickyCss {
    position: sticky !important;
    top: 110px;
    height: 80vh;
    width: 33%;
    flex: 0 0 33%;
    overflow-y: scroll;
    scrollbar-width: none;
    background-image: url("https://www.cdn.careerwalks.in/assets/images/krishan'sImages/graduate_Image.jpg");
    background-size: cover;
    padding: 0px !important;
}

#showCountryFilteration,
#showDurationFilteration
{
    cursor: pointer;
}

.dropdowniconForCountryFilteration,
.dropdowniconForDurationFilteration {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 20px;
    margin-left: 20px;
}

.showButtons {
    display: block !important;
}

.filterationBtnShowCss {
    display: none;
    transition: all 2s ease-in;
}

.filterationCss::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}

.suggestionShower {
    position: absolute;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.specialOptionsCss:hover {
    color: white;
    background-color: black;
}

.filterationCss {
    position: relative;
    padding: 30px;
    color: white !important;
    height: 100%;
}

.filterationTypeOuterDivCss {
    margin-top: 30px;
}

.filteratiorOuterMobWeb {
    position: relative;
    z-index: 4;
}

.filterationHeading {
    display: flex;
    justify-content: space-between;
}

.mobileFilterationHeading {
    display: none;
}

@media only screen and (max-width: 992px) {
    .filterationCss {
        padding: 10px;
    }
    .mobileFilterationHeading span {
        color: #2F3C7E;
    }
    .leftWingStickyCss {
        top: 0px;
        width: 100%;
        flex: 0 0 100%;
        height: auto;
        z-index: 2;
        background-color: #FBEAEB;
        color: #2F3C7E !important;
        background-image: none;
    }
    .filterationCss::before {
        display: none;
    }
    .filterationHeading {
        display: none;
    }
    .filteratiorOuterMobWeb {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .filterationTypeOuterDivCss label {
        display: none;
    }
    .filterationTypeOuterDivCss {
        width: 45%;
        margin-top: 0px;
    }
    .mobileFilterationHeading {
        display: flex;
        justify-content: space-between;
        padding: 5px 0px;
    }
    .mobileFilterationHeading img {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 1200px) {
    .leftWingStickyCss {
        top: 0px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 500px) {
    .logo_css {
        width: 100%;
        height: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .course-three__title {
    margin: 0 0 10px !important;
  }
  .OuterStylingCourseDetails {
    padding: 4px;
  }
  .course-three__bottom {
    padding: 12px 4px;
  }
}


/*CSS FOR PRICE RANGE*/
