/* Added By Safat Starts */
.group-select-section
  .group-select-right
  .course-search
  #course-search-results {
  padding: 6px 10px !important;
  max-width: 436px !important;
  margin: 0 !important;
  border-radius: 5px;
  top: 100%;
}
.banner-section #course-search-results {
  padding: 6px 10px !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 5px;
  top: 100%;
}

.group-select-section
  .group-select-right
  .course-search
  #course-search-results::-webkit-scrollbar,
.banner-section #course-search-results::-webkit-scrollbar {
  width: 2px;
}
.group-select-section
  .group-select-right
  .course-search
  #course-search-results::-webkit-scrollbar-thumb,
.banner-section #course-search-results::-webkit-scrollbar-thumb {
  background: #888;
}

.group-select-section
  .group-select-right
  .course-search
  #course-search-results
  li,
.banner-section #course-search-resultsli {
  border-bottom: 1px solid #eee;
}
.group-select-section
  .group-select-right
  .course-search
  #course-search-results
  li
  span,
.banner-section #course-search-results li span {
  font-weight: 600;
}
.group-select-section .group-select-right .course-search {
  height: 100% !important;
}
.group-select-section .group-select-right .course-search input {
  height: 100% !important;
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px;
}
.group-select-section .group-select-right .course-search input::placeholder {
  height: 100% !important;
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.default-pagination li {
  list-style: none;
}
.default-pagination li a {
  cursor: pointer;
}
.course-item .course-inner .course-content .course-category {
  height: 55px;
}

/* Search bar btn css starts */
.group-select-section .group-select-right .course-search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 100%;
}
.group-select-section .group-select-right .course-search button {
  height: 100%;
  padding: 0 15px;
  background: #fff;
  border: none;
}
.group-select-section .group-select-right {
  position: relative;
}
.banner-section .course-search button {
  background: #fff;
  border: none;
  border-radius: 0 !important;
  padding: 13px 15px !important;
}
/* Search bar btn css ends */

/* Single Course page css starts */

.pageheader-section.style-2 .pageheader-content .course-category .course-cate {
  display: inline-block;
}
.pageheader-section.style-2
  .pageheader-content
  .course-category
  .course-cate
  a {
  color: #fff;
}
.pageheader-section.style-2 .pageheader-content .phs-desc {
  margin-bottom: 15px !important;
}
.pageheader-section.style-2
  .course-side-detail
  .csd-content
  .course-enroll
  .lab-btn {
  text-transform: capitalize !important;
}
.page-template-single-course h3 {
  margin-top: 16px !important;
}
.page-template-single-course strong {
  font-weight: 700 !important;
}
.page-template-single-course b {
  font-weight: 700 !important;
}

/* Single Course page css ends */

.page {
  margin: 0 !important;
}

/* Home page search css starts */
.banner-section .section-wrapper .banner-content div.course-search {
  background: #fff;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 5px 10px rgba(16, 17, 21, 0.1);
  position: relative;
}
.banner-section
  .section-wrapper
  .banner-content
  div.course-search
  .banner-icon {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-section .section-wrapper .banner-content div.course-search input {
  width: calc(100% - 142px);
  border: none;
  padding: 18px;
  padding-left: 40px;
}
.banner-section .section-wrapper .banner-content div.course-search button {
  color: #fff;
}
/* home page search css ends */

/* Added By Safat Ends */

/* added by Nabil for header  */
.header-wrapper .menu-area .logout {
  border-radius: 2px 0 0 2px;
  background-color: #fff;
}
.header-wrapper .menu-area .dashboard {
  color: #fff;
  border-radius: 0 2px 2px 0;
}
@media (min-width: 1200px) {
  .header-wrapper .menu-area .logout,
  .header-wrapper .menu-area .dashboard {
    padding: 15px;
  }
  .header-section.header-fixed {
    top: 0 !important;
  }
}
@media (min-width: 768px) {
  .header-wrapper .menu-area .logout,
  .header-wrapper .menu-area .dashboard {
    padding: 10px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-wrapper .menu-area .logout,
  .header-wrapper .menu-area .dashboard {
    font-size: 0;
    background: transparent !important;
    padding: 0 5px;
  }
  .header-wrapper .menu-area a > i {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .header-section.header-fixed {
    top: 0 !important;
  }
}
.header-section.header-fixed .header-top {
  display: none;
}
/* added by Nabil for single blog  */
#respond .form-submit {
  margin: 0;
}
/* all courses css start  */
.group-select-section .group-select-right .course-search {
  flex-direction: column;
  padding: 0;
  border-radius: 5px !important;
  position: relative;
}
.group-select-section .group-select-right .course-search .search-form {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.group-select-section .group-select-right .course-search .search-form input {
  border: none !important;
  padding-left: 20px;
}
.group-select-section .group-select-right .course-search .search-form button {
  margin: 0 !important;
  width: 40% !important;
}
.group-select-section
  .group-select-right
  .course-search
  .course-search-results {
  top: 100%;
  left: 0;
  margin: 0;
  height: 180px !important;
}
/* all courses css end  */
/* Contact form css start  */
#contact-form > * {
  width: 100%;
}
#contact-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form .form-group > p {
  margin: 0;
}
.contact-form .form-group input[type="submit"] {
  width: fit-content;
  margin: 0 auto;
  display: block;
  text-align: center;
}
/* Contact form css end  */

/* log in register page css  */
.page-template-foy-login .account-wrapper #loginform input {
  padding: 10px;
  border: 1px solid #ecf0f3;
}    .page-template-foy-login .account-wrapper #loginform .login-submit input[type="submit"] {
  padding: 14px 30px;
  background: #f16126;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  color: #fff;
  letter-spacing: normal;
  transition: all 0.3s ease;
  border: none;
  font-family: inherit;
}

.page-template-foy-login .account-wrapper #loginform .login-submit input[type="submit"]:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(241, 97, 38, 0.5);
}

.page-template-foy-login .account-wrapper .account-bottom .cate a {
  color: #101115
}

.page-template-foy-register .account-wrapper .form-group input {
  padding: 10px;
  border: 1px solid #ecf0f3;
  margin-bottom: 20px;
}

.page-template-foy-register .account-wrapper .form-group input[type="submit"] {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 14px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  color: #fff;
  letter-spacing: normal;
  transition: all 0.3s ease;
  border: none;
  font-family: inherit;
}

.page-template-foy-register .account-wrapper .form-group input[type="submit"]:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(241, 97, 38, 0.5);
}

.page-template-foy-register .account-wrapper .cate a {
  color: #101115
}
/* log in register page css end */
.highlight_text{
  border: 1px solid #ddcdcd;
  padding: 15px;
  border-radius: 10px;
  margin: 0;
}
/* FAQ container */
.faq-title {
  text-align: center;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  bottom: -25px;
  margin-left: -30px;
}

.faq {
  background: #ffffff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}

.faq .faq-item {
  border: none;
  background: none;
  border-bottom: 1px dashed #cee1f8;
  margin: 0;
}

.faq .faq-item .faq-question {
  padding: 0px;
  border: none;
  background: none;
  -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;
}

.faq .faq-item .faq-question:hover {
  color: #fff !important;
  padding-left: 10px;
}

.faq .faq-item .faq-question h5 {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #101115;
  text-decoration: none !important;
  -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;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

.faq .faq-item .faq-question:hover h5 {
  color: #fff !important;
}

.faq .faq-item .faq-question h5 p {
  margin: 0;
  color: inherit;
}

.faq .faq-item .faq-question h5 .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .faq-item .faq-answer {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6f8ba4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
  background: #fff;
}

.faq .faq-item .faq-answer p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
      margin-bottom: 30px;
  }

  .faq .faq-item .faq-question h5 {
      line-height: 26px;
      margin-top: 10px;
  }
}

.faq-answer {
  padding: 15px;
  display: none;
}

.active .faq-answer {
  display: block;
}
/* single product css  */
.course-single-section .course-inner h1 {
  font-size: 2rem;
  margin: 10px 0;
}
.course-single-section .course-inner h2 {
  font-size: 1.3rem;
}
.course-single-section .course-inner h3 {
  font-size: 1.3rem;
  margin: 15px 0 !important;
}
#sidebar {
  margin: 0;
  padding: 0;
}
/* Loader Css Starts */

.course-section .section-wrapper {
  position: relative;
  min-height: 70vh;
}
@media (max-width: 767px) {
  .course-section .section-wrapper {
    min-height: 50vh;
  }
}
.course-section .section-wrapper #loader {
  /* position: absolute; */
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.lds-roller {
  color: var(--color-primary);
}
.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Loader Css Ends */