.custom-select {
  position: relative;
  display: inline-block;
}

ul {
  list-style-type: none;
}

.custom-select select {
  display: none;
  /* Hide default select box */
}

.select-styled {
  display: inline-block;
  padding: 2px;
  /*border: 1px solid #ccc;*/
  cursor: pointer;
  height: 15%;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 2px;
}

.select-styled img {
  max-width: 22px;
  /*max-height: 30px;*/
  margin-right: 10px;
}

.select-options {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.select-option {
  padding: 10px;
  cursor: pointer;
}

/* Style for hover effect */
.select-styled:hover,
.select-options:hover {
  background-color: #f1f1f1;
}

/* 
.course img {
  height: 164px !important;
  width: 100%;
} */



.card .card-img-top img {
  -webkit-transition: all .2s ease;
  -moz-transition: all .9s ease;
  -o-transition: all .9s ease;
  -ms-transition: all .9s ease;
  width: 100%;
  height: 164px;
}


.cntdrpdn {
  width: 25%;
  background: white;
}

/* .card .course-category .badge {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
*/

.card .card-img-top {
  background: #ffffff;
  overflow: hidden;
  background-color: #000000;

}

/* .card-img-top img {
  opacity: 0.5;
} */

.card:hover .card-img-top img {
  opacity: 0.5;
}

.card {

  background: #FFFFFF;
  /* margin-top: 50px; */
  /* border: 2px solid #eeeeee; */
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  /* -webkit-transition: all 0.2s ease-in; */
  /* -moz-transition: all 0.2s ease-in; */
  /* -ms-transition: all 0.2s ease-in; */
  /* -o-transition: all 0.2s ease-in; */
  /* transition: all 0.2s ease-in; */
}

.card:hover {
  background: #fff;
  /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.50); */
  /* -webkit-transition: all 0.2s ease-in; */
  /* -moz-transition: all 0.2s ease-in; */
  /* -ms-transition: all 0.2s ease-in; */
  /* -o-transition: all 0.2s ease-in; */
  /* transition: all 0.2s ease-in; */
  /* margin-top: 50px; */
}

/* .top_courses {
  background-color: #ffffff;
  border: 2px solid #eeeeee;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
} */

/* .top_courses .thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
} */

.img-whp {
  width: 100% !important;
}

/* .top_courses .thumb .overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.top_courses .thumb .overlay .tag,
.top_courses .thumb .overlay .tc_preview_course {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}



.top_courses .thumb .overlay .tag {
  background-color: #c75533;
  border-radius: 5px;
  color: #ffffff;
  font-size: 13px;
  height: 30px;
  line-height: 10px;
  margin-top: 15px;
  margin-left: 20px;
  padding: 10px;
  text-align: center;
  width: 90px;
} */

.tag,
.statusok,
.statuswarning,
.statusserious,
.statuscritical,
.que .correctness,
.label {
  display: inline-block;
  padding: 0.25rem 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.top_courses{
  border: none !important;
}
.top_courses .thumb .overlay .tc_preview_course {
  bottom: 0;
  color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
}

.top_courses .thumb .overlay .tag,
.top_courses .thumb .overlay .tc_preview_course {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top_courses .details {
  position: relative;
}
.top_courses.ccnWithFoot:not(.list) {
  padding-bottom: 0px;
}
.top_courses .details .tc_content {
  padding: 1rem 1rem 0px;
}
.top_courses .courses-card-bottom{
  padding: 0px 1rem 1rem;
}
.top_courses .details .tc_footer {
  border-top: 1px solid #eeeeee;
  display: flow-root;
  padding: 10px 20px;
  position: relative;
}

.top_courses .details .tc_footer .tc_meta {
  margin-bottom: 0;
}

.top_courses .details .tc_footer .tc_meta li {
  margin-right: 4px;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.list-inline-item {
  display: inline-block;
}

.top_courses .thumb:before {
  background-color: rgba(0, 0, 0, .3);
  bottom: 0;
  content: none !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top_courses .thumb .overlay:before{
  content: none !important;
}
*,
::after,
::before {
  box-sizing: border-box;
}

.top_courses:hover .thumb .overlay:before {
  background-color: rgba(0, 0, 0, .4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.top_courses .details .tc_footer .tc_meta li .flaticon-comment {
  position: relative;
  top: 3px;
  font-size: 16px;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 0.5rem;
}

.icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 0.5rem;
}

.joinc:hover {
  border: 1px solid #5d9a55;
  color: #FFFFFF !important;
  background-color: #5d9a55;
}

@media (max-width:480px) {

  /* input[type='text']::placeholder { */
  /* text-align: center; */

  /* } */

  /* :-ms-input-placeholder { */
  /* text-align:center; */

  /* } */

  /* ::-webkit-input-placeholder { */
  /* text-align: center; */

  /* } */
  .navbar-brand .nav-logo {
    width: 200px;
  }

  .nav-logo-2nd img {
    max-width: 113px;
  }

  p.mb-0.fs--1.fw-bold.text-dark.blink_text {
    font-size: 8px !important;
  }

  span.fs--1.ms-2.text-dark {
    font-size: 8px !important;
  }

  a.text-dark.fs--1.ms-2 {
    font-size: 8px !important;
  }

  img.img-fluids-1 {
    max-width: 95% !important;
  }

  img.img-fluids-2 {
    display: none;
  }

  .selected-flag {
    width: 45px !important;
  }

  .whatsapp-feedback.d-flex.justify-content-between.align-items-center.colab-bg-yellow.p-2.rounded-3 {
    flex-direction: column;
  }

  .form-group.d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    width: fit-content;
    gap: 20px;
  }

  .icons-heading.d-flex.justify-content-start.align-items-center {
    margin-bottom: 10px;
  }

  .width-h-sec {
    width: max-content;
  }

  #country-name {
    width: auto !important;
    left: 44px !important;
  }

  #pnumkk {
    padding-left: 115px !important;
  }

  input#pnumkk {
    min-height: 40px !important;
    margin-top: -6px !important;
  }

  h3.width-h-sec {
    font-size: 20px;
  }

  .cntdrpdn {
    width: 26%;
    position: absolute;
    left: 2%;
    background: white;
    height: 36px !important;
    /*overflow: hidden;*/
  }

  .align-items-center {
    align-items: normal !important;
    gap: 20px !important;
  }

  ul.select-options {
    margin-right: -243px !important;
    margin-top: 271px !important;
    min-width: 275px !important;
    max-width: max-content !important;
    margin-left: 11px;
    padding-left: 93px !important;

  }

  button#signup {
    margin-left: 0px !important;
  }

  .fw-size-jus-font {
    font-size: 16px !important;
    text-align: justify !important;
  }

  .custom-select.cntdrpdn.flags-country-show {
    padding: 0px 0px 16px !important;
  }

  .flags-country-show {
    min-height: 33px !important;
    min-width: 115px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 5px 0px 0px 5px !important;
    margin-top: -4px;
    margin-left: 0px !important;
  }

  .select-styled {
    padding-right: 44px;
  }

  .img-country-li-m {
    margin-left: -60px !important;

  }
}

@media (min-width:768px) {
  /* input[type='text']::placeholder { */
  /* text-align: center; */
  /* } */

  /* :-ms-input-placeholder { */
  /* text-align:center; */
  /* } */

  /* ::-webkit-input-placeholder { */
  /* text-align: center; */
  /* } */

  input#pnumkk {
    min-height: 40px !important;
  }
}


.main-nav-scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}

@media (min-width:992px) {
  .flags-country-show {
    min-height: 33px;
    max-width: 115px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border-radius: 5px 0px 0px 5px;
    position: relative;
    left: 65px;
  }

  input#pnumkk {
    min-width: 250px;
    max-width: 275px !important;
    min-height: 36px;
    padding-left: 118px;
    margin: 0px;
  }

  .img-country-li-m {
    margin-left: -60px !important;

  }

  ul.select-options {
    padding-left: 70px !important;
  }
}

.course-header-title {
  min-height: 40px;
  margin-bottom: 8px;
}

/* .fs-0 {
  min-height: 55px;
} */

.mainht {
  min-height: 230px;
}

a.text-dark.text-decoration-none.cardTitleColor {
  font-size: 1.2rem;
  font-weight: 700;
}

.hidden {
  display: none;
}

#readMoreBtn {
  margin-left: 2px;
  background: #5d9a55;
}

.readmore {
  margin-top: -32px;
}

/* 
.swal2-confirm.swal2-styled {
  line-height: 35px;
  padding: 0px 30px;
  background: #5d9a55;
} */
/* 
.whatsapp-feedback .btn {
  border: none !important;
} */

.whatsapp-feedback .btn:hover {
  color: #fff;
  /* background: #074E75 !important; */
}

.whatsapp-feedback .intl-tel-input {
  width: 100%;
}

.whatsapp-feedback .iti {
  width: 100%;
}
.whatsapp-feedback {
  background-color: #f2f8f7;
  border-radius: 5px;
  border: 2px solid #f2f8f7;
}
.whatsapp-feedback #phone {
  border: none;
}

.whatsapp-feedback .pn-select {
  --prefix-length: 2;
  border-radius: 7px;
  border: 1px solid #D9D6D6;
  outline: none;
}

}

.whatsapp-feedback .pnumkk,
.iti {
  width: 100% !important;
}

.whatsapp-feedback form {
  width: 100%;
}

.whatsapp-feedback ul {
  list-style-type: none;
  padding-left: 0px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  font-size: 16px;
  width: 300px !important;
}

.whatsapp-feedback ul li {
  margin-bottom: 5px;
  position: relative;
}

.whatsapp-feedback ul svg {
  color: #5d9a55 !important;
}

.card-hover-efect {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #7FA742;
  margin: 10px 0px;
}

.courses-card {
  padding: 0px;
  color: #31312E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -khtml-border-radius: 5px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  /* padding: 1rem; */
  display: block;
  position: relative;
  transition: all 0.2s ease-out;
  word-break: break-word;
  overflow: hidden;
}

.courses-card:hover {
  text-decoration: none;
  color: #31312E;
  transition: all 0.2s ease-out;
}


.courses-card:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -36px;
  right: -36px;
  background: #F2F8F7;
  height: 36px;
  width: 36px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}

.courses-card:hover:after {
  transform: scale(50);
}

.courses-card-box {
  position: relative;
  z-index: 4;
}

.courses-card-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 99;
  margin-bottom: 5px;
  line-height: 1.5;
}

.courses-card p {
  position: relative;
  z-index: 99;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.card-details img {
  position: relative;
  z-index: 99;
}

.courses-card-title a {
  color: #31313E;
}

.courses-card-category {
  border: 1px solid  #31313E;
  color: #31313E;
  border-radius: 2px;
  padding: 0px 5px;
  position: relative;
  z-index: 99;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
  min-width: 80px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  /* min-height: 30px; */
}

.courses-card-btn {
  color: #00abb6;
  border: 1px solid #00abb6;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  z-index: 99;
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  transition: 0.5s all ease-in-out;
  font-weight: 600;
}

.courses-card-btn:hover {
  color: #fff;
  background: #074E75;
  border: 1px solid #074E75;
}

.courses-card .active-user {
  font-size: 1rem;
  color: #303030;
  position: relative;
  z-index: 99;
  font-weight: 500;
}

.category-badge {
  background: #fff;
  position: absolute;
  bottom: 0px;
  right: 5px;
  border: 1px solid #fff;

}

.courses-card-bottom {
  margin-top: 10px;
  position: relative;
  z-index: 99;
}

.courses-card-bottom .btn {
  position: relative;
  z-index: 99;
  padding-top: 10px;
  font-weight: 600;
  padding-bottom: 10px;
}

.card-details {
  padding: 10px;
}

.courses-card-img {
  width: 100%;
  height: 218px;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
  z-index: 99;
  background-repeat: no-repeat;

  /* margin-bottom: 10px; */
  /* border-radius: 5px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.mentor-card {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.mentor-card-details {
  text-align: center;
  border-top: none;
  position: relative;
  z-index: 999 !important;
}

.mentor-card-details span {
  font-size: 14px;
}

.mentor-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  margin: 0px auto;
}

.mentor-card-img {
  width: 50px;
  height: 50px;
  /* background-color: #fff; */
  z-index: 2;
  position: relative;
  /* border-radius: 10px 10px 0px 0px; */
}

.mentor-card a {
  color: #000;
  word-break: break-all;
}

.mentor-card a:hover {
  text-decoration: none;
  color: #000;
}


.mentor-card-title {
  font-size: 12px;
  margin-bottom: 0px;
}


.mentor-card-desi {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  word-break: break-word;
}

.inner-item {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

@media (max-width: 992px) {
  .inner-item {
    position: static;
  }
}

.course-slider .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  background-color: var(--innovation-primary) !important;
  color: #fff !important;
  top: -50px !important;
  position: absolute;
}

.course-slider .owl-nav .owl-prev {
  right: 40px;
}

.course-slider .owl-nav .owl-next {
  right: 0px;
}

.clear-search {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  right: 20px;
  color: #31312E;
}
.search-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%); left: 20px;
  font-size: 16px !important;
}
.feedback-title{
  color: #31312E !important;
}
#signup:disabled, #signup {
  background-color: #00abb6 !important;
  color: #fff;
  border-radius: 50rem !important;
  border-color: #00abb6;
}
#signup:hover{
  background-color: #074E75 !important ;
  color: #fff;
  border-color: #074E75 !important;
}