/* ul margin css */
.blog ul,
.blog ol,
.single-post ul,
.single-post ol,
.archive.category ul,
.archive.category ol,
.search ul,
.search ol,
.page-template-single-course ul,
.page-template-single-course ol {
  margin: 0;
}

/* Header search css starts */
#td-search-popup .search-form.single-input-inner {
  display: flex;
  width: 40%;
}

#td-search-popup .search-form.single-input-inner input {
  width: 80%;
  border: none !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#td-search-popup .search-form.single-input-inner .course-search-button {
  margin: 0 !important;
  width: fit-content !important;
  color: #fff;
  height: 100% !important;
  line-height: 58px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#td-search-popup .search-form.single-input-inner .course-search-button:hover {
  color: var(--heading-color);
}

#td-search-popup .course-search {
  position: relative;
}

#td-search-popup .course-search-results {
  position: absolute;
  top: 100% !important;
  max-width: 750px !important;
  left: 50%;
  transform: translate(-50%, 100%);
  margin: 0;
}

.navbar-top {
  margin-top: -24px;
}

/* Header search css end */

/* All courses css starts */
#category-parent li a {
  cursor: pointer;
}

/* All courses css ends */
/* Contact Area css start  */
.a2n_submit > p {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.a2n_submit input[type="submit"] {
  color: var(--heading-color);
  background: var(--main-color);
  height: 55px;
  line-height: 55px;
  padding: 0 36px;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 4px;
  z-index: 0;
}

.a2n_contact .a2n_submit > p {
  flex-direction: row;
}

/* Contact Area css end  */
/* footer css start  */
.footer-design-2 .dis-footerTop .dis-ratings p,
.dis-footerTop .footer-details p {
  color: var(--paragraph-color);
}

.footer-design-2
  .dis-footerTop
  .certificate_code_validator
  form
  input[type="text"] {
  width: 100%;
}

/* footer css end  */

/* log in register page css  */
.pageheader-section {
  background: url("../../design_2/img/bg/page-header.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 282px 0 125px;
  position: relative;
}

.pageheader-section::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 33, 71, 0.9);
}

.pageheader-section > .container {
  position: relative;
  z-index: 2;
}

.pageheader-section > .container .pageheader-content h2 {
  color: #fff;
}

.pageheader-section > .container .pageheader-content .breadcrumb {
  background-color: transparent;
}

.pageheader-section > .container .pageheader-content .breadcrumb li {
  color: #fff;
}

.pageheader-section > .container .pageheader-content .breadcrumb li::before {
  color: #fff;
}

.pageheader-section > .container .pageheader-content ol li:first-child::before {
  content: "";
}

.page-template-foy-login .login-section {
  padding: 120px 10px;
}

.page-template-foy-login .login-section > div {
  background: #f2f3f5;
  padding: 60px 50px 56px;
  border-radius: 7px;
  max-width: 450px;
}

@media (max-width: 575px) {
  .page-template-foy-login .login-section > div {
    padding: 30px 20px 26px;
  }
}

.page-template-foy-login .login-section .custom-login-form h2 {
  text-align: center;
}

.page-template-foy-login .account-wrapper #loginform input[type="text"],
.page-template-foy-login .account-wrapper #loginform input[type="password"] {
  width: 100%;
  border: 2px solid rgba(8, 76, 148, 0.2) !important;
  height: 58px;
  border-radius: 4px;
  padding: 0 18px;
  margin-bottom: 12px;
}

.page-template-foy-login
  .account-wrapper
  #loginform
  .login-submit
  input[type="submit"] {
  color: var(--heading-color);
  background: var(--main-color);
  width: 100%;
  letter-spacing: normal;
  font-family: inherit;
  height: 55px;
  line-height: 55px;
  padding: 0 36px;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 15px;
  transition: all 0.5s ease;
  font-weight: 500;
  border-radius: 4px;
  z-index: 0;
  cursor: pointer;
}

.page-template-foy-login
  .account-wrapper
  #loginform
  .login-submit
  input[type="submit"]:after {
  content: "";
  background: #eebd05;
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.page-template-foy-login
  .account-wrapper
  #loginform
  .login-submit
  input[type="submit"]:hover:after {
  height: 100%;
  width: 135% !important;
}
.page-template-foy-register .login-section {
  padding: 120px 10px;
}

.page-template-foy-register .login-section > div {
  background: #f2f3f5;
  padding: 60px 50px 56px;
  border-radius: 7px;
  max-width: 450px;
}

@media (max-width: 575px) {
  .page-template-foy-register .login-section > div {
    padding: 30px 20px 26px;
  }
}

.page-template-foy-register .login-section .account-wrapper h3 {
  text-align: center;
}

.page-template-foy-register .account-wrapper input[type="text"],
.page-template-foy-register .account-wrapper input[type="email"],
.page-template-foy-register .account-wrapper input[type="password"] {
  width: 100%;
  border: 2px solid rgba(8, 76, 148, 0.2) !important;
  height: 58px;
  border-radius: 4px;
  padding: 0 18px;
  margin-bottom: 12px;
}

.page-template-foy-register .account-wrapper .form-group input[type="submit"] {
  color: var(--heading-color);
  background: var(--main-color);
  width: 100%;
  letter-spacing: normal;
  font-family: inherit;
  height: 55px;
  line-height: 55px;
  padding: 0 36px !important;
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 15px;
  transition: all 0.5s ease;
  font-weight: 500;
  border-radius: 4px;
  z-index: 0;
  cursor: pointer;
}

.page-template-foy-register
  .account-wrapper
  .form-group
  input[type="submit"]:after {
  content: "";
  background: #eebd05;
  position: absolute;
  transition: all 0.3s ease-in;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}

.page-template-foy-register
  .account-wrapper
  .form-group
  input[type="submit"]:hover:after {
  height: 100%;
  width: 135% !important;
}
/* log in register css end   */
/* cart and checkout page css start  */
.shop-cart .section-wrapper .cart-top table thead tr {
  color: var(--heading-color);
  background: var(--main-color);
}
.padding-tb {
  padding: 70px 0;
}
@media (min-width: 992px) {
  .padding-tb {
    padding: 110px 0;
  }
}
.shop-cart .section-wrapper .cart-top {
  margin-bottom: 40px;
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
}
.shop-cart .section-wrapper .cart-top table {
  font-weight: 700;
}
.shop-cart .section-wrapper .cart-top table thead tr th {
  color: #fff;
  padding: 18px;
  border: none;
}
.shop-cart .section-wrapper .cart-top table thead tr th:nth-child(3) {
  text-align: center;
}
.shop-cart .section-wrapper .cart-top table tbody tr {
  border-bottom: 1px solid #ecf0f3;
  border-right: none;
  border-left: none;
  border-top: none;
}
.shop-cart .section-wrapper .cart-top table tbody tr td {
  padding: 10px;
  border: none;
}
@media (min-width: 768px) {
  .shop-cart .section-wrapper .cart-top table tbody tr td {
    padding: 20px;
  }
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.shop-cart .section-wrapper .cart-top table tbody tr td.product-item .p-thumb {
  width: 50px;
  margin: auto;
}
@media (min-width: 768px) {
  .shop-cart
    .section-wrapper
    .cart-top
    table
    tbody
    tr
    td.product-item
    .p-thumb {
    width: 85px;
  }
}
.shop-cart
  .section-wrapper
  .cart-top
  table
  tbody
  tr
  td.product-item
  .p-content {
  width: calc(100% - 85px);
  padding-left: 10px;
}
.shop-cart
  .section-wrapper
  .cart-top
  table
  tbody
  tr
  td.product-item
  .p-content
  a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--heading-color);
}
.shop-cart .section-wrapper .cart-top table tbody tr td:last-child {
  text-align: right;
}
.shop-cart .section-wrapper .cart-bottom {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.1);
  margin-bottom: 15px;
  overflow: hidden;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box {
  padding: 20px 30px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon {
  max-width: 340px;
  display: flex;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .coupon input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin-bottom: 0px;
}
.woocommerce-cart
  .woocommerce
  .section-wrapper
  button.button[name="apply_coupon"] {
  color: var(--main-color) !important;
  border-color: var(--main-color);
  background: transparent;
  border: 1px solid;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.woocommerce-cart
  .woocommerce
  .section-wrapper
  button.button[name="apply_coupon"]:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}
.woocommerce-cart .woocommerce a.checkout-button.button {
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid;
  width: auto;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.woocommerce-cart .woocommerce .section-wrapper button.button,
.woocommerce-cart .woocommerce a.checkout-button.button {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff !important;
  transition: all 0.3s ease;
}
.woocommerce-cart .woocommerce a.checkout-button.button:hover {
  color: var(--main-color) !important;
  background: transparent !important;
}
.woocommerce-cart .woocommerce .section-wrapper button.button:hover {
  color: var(--main-color) !important;
  background: transparent !important;
}
.shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .shop-cart .section-wrapper .cart-bottom .cart-checkout-box .cart-checkout {
    max-width: 390px;
    text-align: right;
    margin-top: 0;
  }
}
.shop-cart .section-wrapper .cart-bottom .shiping-box {
  padding: 30px 20px;
  border-top: 1px solid #fff;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 100%;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview h3 {
  margin-bottom: 30px;
  color: var(--heading-color);
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul {
  margin: 0;
  padding: 0;
}
.shop-cart .section-wrapper .cart-bottom .shiping-box .cart-overview ul li {
  list-style: none;
  border: 1px solid #ecf0f3;
  padding: 8px 20px;
  border-radius: 3px;
  margin-bottom: 15px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.shop-cart
  .section-wrapper
  .cart-bottom
  .shiping-box
  .cart-overview
  ul
  li
  .pull-right {
  color: var(--main-color);
  margin: 0px;
}
@media (max-width: 767px) {
  .shop-cart
    .section-wrapper
    .cart-top
    table
    tbody
    tr
    td.product-item
    .p-content {
    display: none;
  }
}
.woocommerce-info,
.woocommerce-message {
  border-top-color: var(--main-color) !important;
}
.woocommerce-info::before,
.woocommerce-message::before {
  color: var(--main-color);
}
.woocommerce .button.wc-backward {
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
}
.woocommerce .button.wc-backward:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}
.woocommerce .button.wc-forward {
  border: 1px solid;
  background: transparent;
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
}
.woocommerce .button.wc-forward:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}
.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout .woocommerce .section-wrapper button.button {
  border-color: var(--main-color);
  background: var(--main-color) !important;
  color: #fff !important;
  transition: all 0.3s ease;
}
.woocommerce-checkout .woocommerce #payment #place_order:hover,
.woocommerce-checkout .woocommerce .section-wrapper button.button:hover {
  background: transparent !important;
  color: var(--main-color) !important;
}
.shop-cart .section-wrapper .cart-top .col-1,
.shop-cart .section-wrapper .cart-top .col-2 {
  max-width: 100%;
}
.woocommerce form .form-row {
  display: block;
}
/* cart and checkout page css end  */
/* intro area css start  */
.intro-area-inner .intro-title ul li::before {
  margin-right: 5px;
  content: "\f00c";
  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;
}
/* intro area css end  */

/* faq area css start  */
.single-faq-inner .card-header button {
  display: flex;
  align-items: center;
  gap: 5px;
}
.single-faq-inner .card-header button p {
  margin: 0;
  color: inherit;
}
.highlight_text{
  border: 1px solid #ddcdcd;
  padding: 15px;
  border-radius: 10px;
  margin: 0;
}
/* faq area css rnd  */
/* single product css  */
.course-details-content h1 {
  font-size: 2rem;
  margin: 10px 0;
}
.course-details-content h2 {
  font-size: 1.3rem;
}
.course-details-content h3 {
  font-size: 1.3rem;
  margin: 15px 0 !important;
}
#sidebar {
  margin: 0;
  padding: 0;
}

/* loader css for all courses page start  */
#loader {
  display: block;
}

#loader .loading {
  height: 100vh;
  width: 100%;
  display: flex;
  /* align-items: center; */
  margin-top: 20%;
  justify-content: center;
  background: transparent;
}

.course-content #loader .pl {
  width: 3em;
  height: 3em;
}

#loader .pl__ring {
  animation: ringA 2s linear infinite;
}

#loader .pl__ring--a {
  stroke: var(--heading-color);
}

#loader .pl__ring--b {
  animation-name: ringB;
  stroke: var(--main-color);
}

#loader .pl__ring--c {
  animation-name: ringC;
  stroke: var(--heading-color);
}

#loader .pl__ring--d {
  animation-name: ringD;
  stroke: var(--main-color);
}

/* Animations */
@keyframes ringA {
  from,
  4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%,
  54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%,
  to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {
  from,
  12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%,
  62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%,
  to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%,
  58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {
  from,
  8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%,
  50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}
/* loader css end  */