@charset "utf-8";
/* CSS Document */

:root {
  --orange: #d36941;
  --sky: #297d99;
  --black231F20: #231f20;
  --black: #000;
  --white: #fff;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 100%;
  background-color: #fef3ee;
  /* background-color: var(--black); */
  color: var(--black231F20);
}

figure {
  margin: 0;
}

a,
input,
button,
textarea {
  outline: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

p a {
  text-decoration: none;
  color: inherit;
}

p a:hover {
  color: var(--orange);
}

ul li,
ol li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

ul li a,
ol li a {
  text-decoration: none;
  color: inherit;
}

ul li a:hover,
ol li a:hover {
  color: var(--orange);
}

/* Common Style Start */

/* Rich Text Utility - Applies formatting to all text containers */
.large-title strong,
.large-title b,
.detail-bnr-title strong,
.detail-bnr-title b,
.main-title strong,
.main-title b,
.section-title strong,
.section-title b,
.block-title strong,
.block-title b,
.small-title strong,
.small-title b,
.small-detail strong,
.small-detail b,
.common-detail strong,
.common-detail b,
.detail strong,
.detail b,
.total-amount-title strong,
.total-amount-title b {
  font-weight: bold;
}

.large-title em,
.large-title i,
.detail-bnr-title em,
.detail-bnr-title i,
.main-title em,
.main-title i,
.section-title em,
.section-title i,
.block-title em,
.block-title i,
.small-title em,
.small-title i,
.small-detail em,
.small-detail i,
.common-detail em,
.common-detail i,
.detail em,
.detail i,
.total-amount-title em,
.total-amount-title i {
  font-style: italic;
}

.large-title u,
.detail-bnr-title u,
.main-title u,
.section-title u,
.block-title u,
.small-title u,
.small-detail u,
.common-detail u,
.detail u,
.total-amount-title u {
  text-decoration: underline;
}

.large-title a,
.detail-bnr-title a,
.main-title a,
.section-title a,
.block-title a,
.small-title a,
.small-detail a,
.common-detail a,
.detail a,
.total-amount-title a {
  color: #297D99;
  text-decoration: underline;
}

.large-title a:hover,
.detail-bnr-title a:hover,
.main-title a:hover,
.section-title a:hover,
.block-title a:hover,
.small-title a:hover,
.small-detail a:hover,
.common-detail a:hover,
.detail a:hover,
.total-amount-title a:hover {
  color: #D36941;
}

.large-title {
  font-family: "DM Sans", sans-serif;
  font-size: 68px;
  line-height: 100%;
  font-weight: normal;
  letter-spacing: -1.36px;
  color: inherit;
}

.large-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}

.detail-bnr-title {
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  line-height: 100%;
  font-weight: normal;
  letter-spacing: -0.84px;
  color: inherit;
}

.detail-bnr-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}

.main-title {
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  line-height: 100%;
  font-weight: normal;
  letter-spacing: -0.76px;
  color: inherit;
}

.main-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}

.section-title {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  line-height: 100%;
  font-weight: normal;
  letter-spacing: -0.56px;
  color: inherit;
}

.block-title {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  line-height: 100%;
  font-weight: normal;
  letter-spacing: -0.52px;
  color: var(--black231F20);
}

.small-title {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: normal;
  letter-spacing: -0.4px;
  color: inherit;
}

.small-title a,
.small-title a:hover {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
}


.small-detail {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: inherit;
}


.detail {
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;
}

.btn {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  border: none;
  padding: 14px 25px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.btn-light-orange {
  background-color: #feece6;
  color: var(--black231F20);
  display: flex;
  align-items: center;
  max-width: max-content;
}

.btn-light-orange::after {
  content: "";
  background-image: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5px;
  height: 9px;
  margin: 2px 0 0 6px;
}

.btn-light-orange:hover,
.btn-light-orange:focus,
.btn-light-orange:active {
  background-color: var(--sky) !important;
  color: var(--white) !important;
}

.btn-light-orange:hover::after {
  background-image: url("../images/arrow_down_white.svg");
}

.btn-red-border {
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  line-height: 150%;
  padding: 3px 14px;
  border: 1px solid #f55757;
  color: #f55757;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  min-width: 90px;
  text-align: center;
}

.btn-red-border:hover,
.btn-red-border:focus,
.btn-red-border:active {
  border-color: #f55757 !important;
  background-color: #f55757 !important;
  color: var(--white) !important;
}
.btn-orange-border {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 150%;
  padding: 2px 8px;
  border: 1px solid #F58357;
  color: #F58357;
  width: 90px;
}

.btn-orange-border:hover,
.btn-orange-border:focus,
.btn-orange-border:active {
  border-color: #F58357 !important;
  background-color: #F58357 !important;
  color: var(--white) !important;
}

.btn-blue-border {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 150%;
  padding: 2px 8px;
  border: 1px solid #297D99;
  color: #297D99;
  width: 90px;
}

.btn-blue-border:hover,
.btn-blue-border:focus,
.btn-blue-border:active {
  border-color: #297D99 !important;
  background-color: #297D99 !important;
  color: var(--white) !important;
}

.btn-green-border {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 150%;
  padding: 2px 8px;
  border: 1px solid #07af88;
  color: #119569;
  width: 90px;
}

.btn-green-border:hover,
.btn-green-border:focus,
.btn-green-border:active {
  border-color: #07af88 !important;
  background-color: #07af88 !important;
  color: var(--white) !important;
}
.btn-sky-link {
  padding: 0 !important;
  color: #267a94;
  position: relative;
  display: flex;
  align-items: center;
  max-width: max-content;
}

.btn-sky-link::after {
  content: "";
  background-image: url("../images/arrow_right_sky.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5px;
  height: 9px;
  margin: 3px 0 0 7px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.btn-sky-link:hover {
  color: var(--orange);
}

.btn-sky-link:hover::after {
  background-image: url("../images/arrow_right_orange.svg");
}

.btn-light-sky {
  background-color: #ebf6fa;
  color: var(--black231F20);
  display: flex;
  align-items: center;
  max-width: max-content;
}

.btn-light-sky::after {
  content: "";
  background-image: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5px;
  height: 9px;
  margin: 2px 0 0 6px;
}

.btn-light-sky:hover,
.btn-light-sky:focus,
.btn-light-sky:active {
  background-color: var(--orange) !important;
  color: var(--white) !important;
}

.btn-light-sky:hover::after {
  background-image: url("../images/arrow_down_white.svg");
}

.btn-sky {
  background-color: #267a94;
  color: var(--white) !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  max-width: max-content;
}

.btn-sky::after {
  content: "";
  background-image: url("../images/arrow_down_white.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5px;
  height: 9px;
  margin: 2px 0 0 6px;
}

.btn-sky:hover,
.btn-sky:focus,
.btn-sky:active {
  background-color: var(--orange) !important;
  color: var(--white) !important;
}

.btn-orange {
  background-color: #d36941;
  color: var(--white) !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  max-width: max-content;
}

.btn-orange::after {
  content: "";
  background-image: url("../images/arrow_down_white.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 7px;
  height: 11px;
  margin: 2px 0 0 6px;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  background-color: var(--sky) !important;
  color: var(--white) !important;
}

.show-more {
  font-family: "DM Sans", sans-serif;
  line-height: 150%;
  color: rgba(35, 31, 32, 0.5);
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  max-width: max-content;
}

.show-more::before {
  content: "";
  background-image: url("../images/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 9px;
  height: 7px;
  margin: 0 11px 0 5px;
  opacity: 0.5;
}

.show-more:hover::before {
  opacity: 1;
}
/* Common Style End */

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
  padding: 12px 0;
  position: relative;
  z-index: 99;
}

.header .navbar {
  padding: 0;
}

.header .navbar-brand {
  padding: 0;
  margin: 0 15px 0 0;
}

.header .navbar-nav {
  background-color: var(--white);
  padding: 16px 25px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.header .navbar-nav .nav-item {
  padding: 0 15px;
}

.header .navbar-nav .nav-item .nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: var(--black231F20);
  padding: 0;
  position: relative;
}

.header .navbar-nav .nav-item .nav-link::before {
  content: "";
  border-bottom: 2px solid #297D99;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  margin: 0 0 4px 0;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link.active,
.header .navbar-nav .nav-item .nav-link.show {
  color: var(--sky);
}

.header .navbar-nav .nav-item .nav-link:hover::before,
.header .navbar-nav .nav-item .nav-link.active::before,
.header .navbar-nav .nav-item .nav-link.show::before {
  opacity: 1;
}

.header .navbar-nav .nav-item .dropdown-toggle {
  display: flex;
  align-items: center;
}

.header .navbar-nav .nav-item .dropdown-toggle::after {
  background-image: url("../images/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 9px;
  height: 5px;
  border: none;
  margin: 4px 0 0 6px;
  vertical-align: 0;
}

.header .navbar-nav .nav-item .nav-link:hover::after,
.header .navbar-nav .nav-item .nav-link.active::after,
.header .navbar-nav .nav-item .nav-link.show::after {
   background-image: url("../images/arrow_down_sky.svg"); 
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 20px;
  background-color: var(--white);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.header-right .form-control {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  border: none;
  padding: 0;
  max-width: 112px;
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

input[type="search" i]::-webkit-search-cancel-button {
  appearance: none !important;
  display: none !important;
}

.header-right .form-control::placeholder {
  color: #aea1a4;
}

.header-right .form-group {
  display: flex;
}

.header-search {
  padding-right: 15px;
}

.search-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0 0 0 15px;
  background-color: #f2815b;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.search-icon figure {
  display: flex;
}

.search-icon:hover {
  background-color: var(--sky);
}

.header-favourite a,
.header-user a,
.header-cart a {
  display: flex;
  position: relative;
}

.header-favourite {
  padding: 0 15px;
  border-left: 1px solid rgba(35, 31, 32, 0.2);
  border-right: 1px solid rgba(35, 31, 32, 0.2);
}

.header-favourite a:hover svg path,
.header-favourite a.active {
  fill: #f58357 !important;
  stroke: #f58357;
}

.header-user {
  padding: 0 15px;
  border-right: 1px solid rgba(35, 31, 32, 0.2);
}

.header-cart {
  margin-left: 15px;
  position: relative;
}

.cart-badge {
  font-family: "DM Sans", sans-serif;
  font-size: 9px;
  line-height: 12px;
  color: var(--white);
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2815b;
  position: absolute;
  right: -7px;
  top: -5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header .dropdown-menu .list-group-item {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: var(--black231F20);
  padding: 0;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 15px;
}

.header .dropdown-menu .list-group li:hover {
  border-bottom: none;
}

.header .dropdown-menu .list-group li:hover .list-group-item {
  color: var(--black231F20);
  background-color: #e1f2f7;
  border-bottom: none;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.header .dropdown-menu .list-group ul li:last-child a {
  border-bottom: none;
}

.header .dropdown-menu .list-group-item::after {
  content: "";
  background-image: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5px;
  height: 9px;
}

.header .dropdown-menu .list-group ul {
  padding: 0;
  margin: 0;
}

.header .dropdown-menu .list-group ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
}

.list-group-content .block-title {
  margin: 0 0 30px;
}

.list-group-content ul {
  padding: 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.list-group-content ul li {
  list-style-type: none;
  max-width: 33.33%;
  width: 100%;
  padding: 0 15px;
}

.list-group-content ul li a {
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.list-group-content ul li a:hover {
  color: var(--black231F20);
  background-color: #e1f2f7;
}

.list-group-content ul li a::before {
  content: "";
  background-image: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5px;
  height: 9px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.list-group-content ul li a span {
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.header .navbar-nav .dropdown-mega .dropdown-menu {
  border: none;
  padding: 23px 0 60px;
  margin: 0;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  overflow: auto;
  border-radius: 0 0 26px 26px;
  -webkit-border-radius: 0 0 26px 26px;
  -moz-border-radius: 0 0 26px 26px;
  -ms-border-radius: 0 0 26px 26px;
  -o-border-radius: 0 0 26px 26px;
}

.header .navbar-nav .dropdown-mega .mega-content .row {
  margin: 0;
}

.header .navbar-nav .dropdown-mega .mega-content .row > * {
  padding: 0;
}

.header .mega-content .list-group {
  padding: 0 40px 0 0;
  margin: 0 -40px 0 0;
}

.header .mega-content .list-group-content {
  padding: 0 0 0 40px;
  margin: 0 0 0 40px;
  border-left: 1px solid rgba(35, 31, 32, 0.2);
}

.header.show {
  background-color: var(--white);
}

.header.show .navbar-nav {
  box-shadow: none;
}

.simple-dropdown .dropdown-menu {
  border: none;
  margin: 16px 0 0;
  padding: 15px;
}

.simple-dropdown .dropdown-menu li {
  padding: 0 0 10px;
}

.simple-dropdown .dropdown-menu li:last-child {
  padding-bottom: 0;
}

.simple-dropdown .dropdown-menu .dropdown-item {
  font-family: "DM Sans", sans-serif;
  line-height: 20px;
  padding: 0;
}

.simple-dropdown .dropdown-menu .dropdown-item:hover,
.simple-dropdown .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: var(--sky);
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Home Page Start ==========*/

/* Banner Start */
.banner-wrp {
  padding: 6px 0 45px;
}

.banner-main .row {
  margin: 0 -10px;
}

.banner-main .row > * {
  padding: 0 10px;
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.banner-right {
  position: relative;
  padding: 38px 35px 21px;
  background-color: var(--white);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.banner-right::after {
  content: "";
  width: 161px;
  height: 159px;
  position: absolute;
  right: 49px;
  top: -13px;
  background-color: #c1e4ef;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.07));
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.07));
}

.banner-right .block-title {
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}

.banner-links ul {
  padding: 0;
  margin: 0;
}

.banner-links ul li {
  line-height: 20px;
  padding: 17px 0;
  list-style-type: none;
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
}

.banner-links ul li:last-child {
  border-bottom: none;
}

.banner-links ul li a {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-links ul li a:hover {
  color: #3296b8;
}

.banner-links ul li a::after {
  content: "";
  background-image: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5px;
  height: 9px;
  margin: 0 0 0 5px;
}

.banner-links ul li a:hover::after {
  background-image: url("../images/arrow_right_sky.svg");
}

.banner-img-slider > div:not(:first-child) {
  display: none;
}

.banner-img-slider.slick-initialized > div {
  display: block;
}

.banner-slider {
  width: 463px;
  height: 463px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 77px 99px;
  background-color: var(--orange);
  opacity: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.banner-slider > div:not(:first-child) {
  display: none;
}

.banner-slider.slick-initialized {
  opacity: 1;
}

.banner-slider.slick-initialized > div {
  display: block;
}

.banner-item {
  color: var(--white);
}

.banner-item .main-title {
  margin: 0 0 30px;
}

.slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.slick-dots li {
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  padding: 0 6px 0 0;
}

.slick-dots li.slick-active button {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 1);
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 4px;
  height: 4px;
  border: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.banner-item .small-detail {
  margin: 0 0 20px;
}

.banner-item .small-detail span {
  font-family: "DM Sans", sans-serif;
}

.banner-slider .slick-dots {
  padding: 30px 0 0;
  justify-content: center;
}

.banner-left {
  position: relative;
  height: 100%;
}

.banner-img,
.banner-img figure {
  height: 100%;
}

.banner-left-inner {
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

/* Banner End */

/* Online Offer Start */
.online-offer-wrp {
  padding: 45px 0;
  overflow: hidden;
}

.online-offer-title .common-detail {
  font-family: "DM Sans", sans-serif;
  margin: 0 0 10px;
}

.online-offer-title {
  margin: 0 0 25px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.online-offer-slider {
  width: 100%;
  opacity: 0;
}

.online-offer-slider.slick-initialized {
  opacity: 1;
}

.online-offer-slider .slick-list {
  padding: 0 !important;
}

.online-offer-item {
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.online-offer-img figure,
.online-offer-img img {
  width: 100%;
  max-width: 100%;
}

.online-offer-img {
  overflow: hidden;
}

.online-offer-img img {
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
  -moz-transition: transform 0.3s ease, opacity 0.3s ease;
}

.online-offer-item:hover .online-offer-img img {
  transform: scale(1.10);
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
}

.online-offer-top {
  position: relative;
}

.online-offer-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
}

.favourite-icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.online-block {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 1;
  height: 32px;
  display: flex;
  align-items: center;
  background-color: #297D99;
  color: var(--white);
  max-width: max-content;
  padding: 0 10px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.online-block span {
  display: block;
  margin: 0 0 0 6px;
}

.online-block.online-block-locatie {
  background-color: #B9542D;
}

.program-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  height: 32px;
  padding: 0 10px;
  border-radius: 40px;
  white-space: nowrap;
  display: inline-block;
}

.program-label-laatste-kans    { background: #FFECF0; color: #8D5A78; }
.program-label-laatste-plekken { background: #F7ECF9; color: #1C2087; }
.program-label-instromen       { background: #FFE2C8; color: #B9542D; }
.program-label-wachtlijst      { background: #FFF4DE; color: #B4780A; }
.program-label-verwacht        { background: #DCF2DD; color: #57770E; }
.program-label-start-zeker     { background: #DAF8F8; color: #0E7681; }
.program-label-open            { background: #DBFBD6; color: #0E8111; }
.program-label-gesloten        { background: #FCD1D2; color: #9F0000; }

.online-offer-bottom {
  padding: 20px;
  background-color: var(--white);
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}
.tags {
  margin: auto 0 0 0;
}

.tags ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tags ul li {
  list-style-type: none;
}

.tags ul li span {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  height: 32px;
  color: #D16941;
  background-color: #FEF3EE;
  padding: 0 10px;
  display: inline-block;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  cursor: default;
  pointer-events: none;
  user-select: none;
}

.tags ul li span.tag-highlight {
  color: #297D99;
  background-color: #EBF6FA;
}

.online-offer-bottom .small-title {
  margin: 0 0 8px;
}

.online-offer-title-block {
  min-height: 4.5em;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.sessions-details {
  padding: 15px 0;
  line-height:150%;
}

.sessions-details ul {
  padding: 0;
  margin: 0;
}

.sessions-details ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0 0 5px;
}

.sessions-details ul li:last-child {
  padding-bottom: 0;
}

.sessions-details ul li span {
  width: 16px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px 0 0;
  flex: 0 0 auto;
}

.basic-details {
  color: var(--black);
  padding: 11px 13px;
  background-color: #e1f2f7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  height: 100%;
}

.basic-details p {
  margin-bottom: 0;
}

.price-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
}

.price-details .common-detail {
  font-family: "DM Sans", sans-serif;
}

.common-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 25px 0 0;
}

.slick-arrow {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0;
  border: 1px solid rgba(35, 31, 32, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.slick-arrow:hover {
  border-color: #e1f2f7;
  background-color: #e1f2f7;
}

.online-offer-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Online Offer End */

/* Offers Start */
.offers-main .row {
  margin: 0 -10px;
}

.offers-main .row > * {
  padding: 0 10px;
}

.offers-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
}

.offers-img {
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.offers-block:hover .offers-img img {
  transform: scale(1.10);
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
}

.offers-content {
  width: 258px;
  height: 258px;
  color: var(--white);
  padding: 67px 27px 48px 58px;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
}

.offers-content .section-title {
  margin: 0 0 15px;
}

.offers-block {
  position: relative;
}

.offer-city .offers-content {
  left: 24px;
  bottom: 24px;
}

.offer-sky .offers-content,
.offer-left .offers-content {
  top: 24px;
  left: 24px;
}

.offer-right .offers-content {
  top: 24px;
  right: 24px;
}

.offers-wrp {
  padding: 69px 0;
}
/* Offers End */

/* Training Space Start */
.training-space-row {
  margin: 0 0 124px;
  padding: 0 108px 0 112px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.training-space-row:last-child {
  margin-bottom: 0;
}

.training-space-row:nth-child(odd) {
  background-color: #297d99;
}

.training-space-row:nth-child(even),
.orange-block {
  background-color: #d36941;
}

.training-space-row:nth-child(even) .row,
.orange-block .row {
  flex-direction: row-reverse;
}

.training-space-img img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
}

.training-space-img {
  max-width: 395px;
  width: 100%;
  margin: -17px 0 -17px auto;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.training-space-row:hover .training-space-img img {
  transform: scale(1.10);
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
}

.training-space-row:nth-child(even) .training-space-img,
.orange-block .training-space-img {
  margin: -17px auto -17px 0;
}

.training-space-content {
  color: var(--white);
  padding: 30px 0;
}

.training-space-content .main-title {
  margin: 0 0 30px;
}

.training-space-content .small-detail {
  margin: 0 0 30px;
}

.training-space-row .row {
  align-items: center;
}

.training-space-wrp {
  padding: 62px 0 49px;
}

.detail-training-space .orange-block .training-space-img {
  margin: -20px auto -20px 0;
}

/* Training Space End */

/* Why Us Start */
.why-us-wrp {
  background-color: #297d99;
  padding: 90px 0;
  margin: 35px 0 45px;
}

.why-us-main .row {
  align-items: center;
}

.why-us-left {
  color: var(--white);
}

.why-us-right-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
}

.why-us-right-img {
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}

.why-us-right:hover .why-us-right-img img {
  transform: scale(1.10);
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
}

.why-us-right {
  position: relative;
}

.why-us-right-inner {
  width: 316px;
  height: 316px;
  padding: 70px 53px 45px;
  background-color: #37a7cc;
  position: absolute;
  left: -99px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
}

.why-us-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.why-us-slider.slick-initialized {
  opacity: 1;
}

.why-us-item {
  text-align: center;
  color: var(--white);
}

.why-us-item .small-title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.why-us-right-inner .common-arrow {
  justify-content: center;
}

.why-us-right-inner .slick-arrow {
  background-color: var(--white);
  border-color: var(--white);
}

.why-us-right-inner .slick-arrow:hover {
  background-color: var(--orange);
  border-color: var(--orange);
}

.why-us-right-inner .slick-arrow:hover svg path {
  fill: #fff;
}

.slider-counter {
  font-size: 14px;
  line-height: 150%;
  color: var(--white);
}
/* Why Us End */

/* Experiences Start */
.experiences-wrp {
  overflow: hidden;
  padding: 45px 0;
}

.experiences-item {
  padding: 20px;
  margin: 0 20px 0 0;
  background-color: var(--white);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.experiences-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.experiences-details {
  margin: auto 0 0 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.experiences-item .small-title {
  margin: 0 0 15px;
}

.experiences-item .common-detail {
  font-family: "DM Sans", sans-serif;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 15px;
}

.experiences-item .star-rating {
  margin-bottom: 15px;
}

.place-detail {
  padding: 11px 13px;
  background-color: #e1f2f7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: auto 0 15px;
}

.place-detail p {
  font-size: 12px;
  line-height: 150%;
  color: var(--black);
  margin: 0;
}

.experiences-slider {
  width: calc(100vw - 10px);
  margin-right: calc((100vw - 1310px) / -2);
  opacity: 0;
}

.experiences-slider.slick-initialized {
  opacity: 1;
}

.experiences-slider .slick-list {
  padding: 0 7% 0 0 !important;
}
/* Experiences End */

/* Rigth Course Start */
.right-course-wrp {
  padding: 90px 0;
  margin: 45px 0;
  background-color: #d36941;
}

.right-course-content {
  color: var(--white);
  max-width: 522px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 9;
}

.right-course-content::after {
  content: "";
  width: 316px;
  height: 316px;
  background-color: #f58357;
  position: absolute;
  left: -187px;
  top: -171px;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
}

.right-course-content .large-title {
  margin: 0 0 45px;
}

.right-course-content .small-title {
  line-height: 150%;
  margin: 0 0 45px;
}

.right-course-img {
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.right-course-img img,
.right-course-img iframe {
  width: 100%;
  height: 421px;
  object-fit: cover;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
}

.right-course-main .row {
  align-items: center;
}
/* Rigth Course End */

/* News Start */
.news-wrp {
  padding: 45px 0;
}

.news-slider {
  opacity: 0;
  margin: 0 -10px;
}

.news-slider.slick-initialized {
  opacity: 1;
}

.news-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.news-slider .slick-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.news-slider .slick-slide > div {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.news-slider .news-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-slider .news-content {
  flex: 1;
}

.news-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news-item {
  padding: 0 10px;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.news-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
  -ms-border-radius: 25px 25px 0 0;
  -o-border-radius: 25px 25px 0 0;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
}

.news-img {
  overflow: hidden;
  border-radius: 25px 25px 0 0;
  -webkit-border-radius: 25px 25px 0 0;
  -moz-border-radius: 25px 25px 0 0;
}

.news-item:hover .news-img img {
  transform: scale(1.10);
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
}

.news-content {
  padding: 20px 20px 25px;
  background-color: var(--white);
  border-radius: 0 0 25px 25px;
  -webkit-border-radius: 0 0 25px 25px;
  -moz-border-radius: 0 0 25px 25px;
  -ms-border-radius: 0 0 25px 25px;
  -o-border-radius: 0 0 25px 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.teachers-section .news-content  {
    height: 100%;
}

.teachers-section .news-img {
    flex: 0 0 auto;
    width: 100%;
}

.teachers-section .news-img img {
    height: 100%;
}

.news-blocks .news-content {
 height: 100%;
}

.news-content .small-title {
  margin: 0 0 15px;
}

.news-content .btn {
  margin: auto 0 0;
}

.news-content .common-detail {
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* News End */

/* Agenda Start */
.agenda-wrp {
  padding: 45px 0 90px;
}

.agenda-main .row {
  align-items: center;
}

.agenda-left {
  max-width: 522px;
  width: 100%;
}

.agenda-left .large-title {
  font-size: 82px;
  letter-spacing: -1.64px;
  margin: 0 0 45px;
}

.agenda-left .small-title {
  line-height: 150%;
  margin: 0 0 45px;
}

.agenda-right-block {
  background-color: var(--white);
  padding: 20px;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.agenda-right-block:last-child {
  margin-bottom: 0;
}

.agenda-date {
  width: 71px;
  height: 73px;
  padding: 12px;
  margin: 0 20px 0 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e1f2f7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.agenda-date .main-title {
  margin: 0 0 2px;
}

.agenda-month p {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.agenda-details .small-title {
  margin: 0 0 8px;
}

.agenda-details .sessions-details {
  padding: 0;
}


/*========== Home Page Start ==========*/

/*========== Course Overview Page Start ==========*/
.course-overview-right {
  max-width: 847px;
  width: 100%;
  margin-left: auto;
}

.about-course-block {
  position: relative;
  padding: 35px;
  background-color: #fcd9cb;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.about-course-img {
  position: absolute;
  right: 10px;
  top: -25px;
}

.about-course-details .main-title {
  margin: 0 0 14px;
}

.about-course-details {
  max-width: 457px;
  width: 100%;
}

.about-course-details .common-detail {
  line-height: 150%;
  margin: 0 0 4px;
}

.about-course-details .common-detail p {
  margin: 0 0 4px;
}

/* .about-course-details .common-detail p:not(:first-child) {
  display: none;
} */

.about-course-details .common-detail.expanded p {
  display: block;
}

.about-course-img img {
  width: 218px;
  height: 218px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.all-course-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px;
}

.all-course-top .detail {
  font-family: "DM Sans", sans-serif;
}

.all-course-filter {
  display: flex;
  align-items: center;
}

.all-course-filter p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  margin: 0 9px 0 0;
  flex: 0 0 auto;
}

.all-course-filter .form-select {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding: 11px 44px 11px 20px;
  background-color: var(--white);
  box-shadow: none;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.all-course-wrp {
  padding: 14px 0 0;
}

.all-course-block {
  margin: 0 0 14px;
  display: flex;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.all-course-block:last-child {
  margin-bottom: 0;
}

.all-course-block .online-offer-top {
  max-width: 256px;
  width: 100%;
  flex: 0 0 auto;
}

.all-course-block .online-offer-img,
.all-course-block .online-offer-img figure {
  height: 100%;
  overflow: hidden;
}

.all-course-block .online-offer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
}

.all-course-block:hover .online-offer-img img {
  transform: scale(1.10);
  -webkit-transform: scale(1.10);
  -moz-transform: scale(1.10);
}

.all-course-block .sessions-details ul {
  display: flex;
  align-items: center;
}

.all-course-block .sessions-details ul li {
  width: 50%;
  max-width: 100%;
  padding: 0 5px 0 0;
}

.pagination-wrp .pagination {
  margin: 0;
  justify-content: center;
}

.pagination-wrp .page-link {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--black231F20);
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.pagination-wrp .page-link:hover,
.pagination-wrp .page-link.active {
  background-color: #fcd9cb;
}

.pagination-wrp .page-link[aria-label="Previous"],
.pagination-wrp .page-link[aria-label="Next"] {
  border: 1px solid rgba(35, 31, 32, 0.3);
}

.pagination-wrp .page-link[aria-label="Previous"]:hover,
.pagination-wrp .page-link[aria-label="Next"]:hover {
  border-color: #fcd9cb;
}

.pagination-wrp .page-item {
  padding: 0 10px 0 0;
}

.pagination-wrp .page-item:last-child {
  padding-right: 0;
}

.pagination-wrp {
  padding: 33px 0 0;
}

.course-overview-wrp {
  padding: 0 0 86px;
}

.breadcrumb-wrp .breadcrumb {
  margin: 0;
}

.breadcrumb-wrp .breadcrumb-item {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #231f20;
  opacity: 0.7;
  display: flex;
  align-items: center;
}

.breadcrumb-wrp .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background-image: url("../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 5px;
  height: 9px;
  padding: 0;
  margin: 0 7px 0 0;
}

.breadcrumb-wrp .breadcrumb-item a:hover {
  color: var(--black231F20);
}

.breadcrumb-wrp .breadcrumb-item:hover,
.breadcrumb-wrp .breadcrumb-item.active {
  color: var(--black231F20);
  opacity: 1;
}

.breadcrumb-wrp .breadcrumb-item.active {
  font-family: "DM Sans", sans-serif;
}

.breadcrumb-wrp {
  padding: 15px 0;
}

.course-overview-left {
  margin: 0 -7px 0 0;
}

.course-overview-filterhead {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 120%;;
}

.course-overview-filterhead h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 120%;;
  margin-top: 10px;
  margin-bottom: 10px;
}


.course-overview-left .accordion-item {
  padding: 25px;
  border: none;
  margin: 0 0 8px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.course-overview-left .accordion-item .common-detail {
  line-height: 150%;
}

.course-overview-left .accordion-item .show-more {
  color: #37A7CC;
}

.course-overview-left .accordion-item .show-more:hover {
  opacity: 0.7;
}

.course-overview-left .accordion-item .show-more::before {
  background-image: url("../images/arrow_down_sky.svg");
  opacity: 1;
}

.course-overview-left .accordion-button {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 120%;
  padding: 0;
  color: var(--black231F20);
  background-color: transparent;
  box-shadow: none;
}

.course-overview-left .accordion-button::after {
  content: "";
  background-image: url("../images/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 11px;
  height: 7px;
}

.course-overview-left .accordion-body {
  padding: 14px 0 0;
}

.form-check {
  padding: 0;
  min-height: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.form-check .form-check-input {
  width: 20px;
  height: 20px;
  border: 1px solid #d3d2d2;
  float: none;
  margin: 0 6px 0 0;
  box-shadow: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.form-check-input:checked[type="checkbox"] {
  background-color: #f58357;
  border-color: #f58357;
  background-image: url("../images/check-icon.svg");
  background-repeat: no-repeat;
  background-size: 10px 7px;
}

.form-check-label {
  line-height: 150%;
  color: #1e293b;
  font-size: 14px;
}

.filter-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 9px;
}

.filter-check:last-child {
  margin-bottom: 0;
}

.filter-check span {
  line-height: 150%;
  color: rgba(30, 41, 59, 0.6);
  letter-spacing: -0.3px;
  display: block;
}

.filter-check-blocks .filter-check {
  display: flex;
}

.filter-check-blocks .form-check {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 0;
}

.filter-check-blocks .form-check:last-child {
  margin-bottom: 0;
}

.filter-check-blocks .form-check .form-check-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.filter-check-blocks .form-check .form-check-input {
  float: none;
  margin: 0;
  flex-shrink: 0;
}

.filter-check-blocks .form-check .form-check-label {
  flex: 1;
  min-width: 0;
}

@media (max-width: 575px) {
  .filter-check-blocks .form-check {
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
  }
  .filter-check-blocks .form-check:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .filter-check-blocks .form-check .form-check-row {
    width: 100%;
  }
  .filter-check-blocks .form-check .program-label {
    order: -1;
    margin-bottom: 4px;
  }
}

.form-check-input[type="radio"] {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.form-check-input:checked[type="radio"] {
  background-color: #f58357;
  border-color: #f58357;
  background-size: 10px;
}

/*========== Course Overview Page End ==========*/

/*========== News Page Start ==========*/
.news-page-wrp {
  padding: 0 0 90px;
}

.news-page-main .main-title {
  margin: 0 0 60px;
}

.news-page-section .row {
  margin: 0 -10px;
}

.news-page-section .row > * {
  padding: 0 10px;
}

.news-page-section .news-item {
  padding: 0;
  margin: 0 0 60px;
  display: flex;
  flex-direction: column;
  height: Calc(100% - 60px);
}

.news-page-main .pagination-wrp {
  padding: 0;
}

.news-blocks .main-title {
  margin: 37px 0 60px 0;
}
/*========== News Page End ==========*/

/*========== Details Page Start ==========*/

/* Banner Start */
.details-bnr-main {
  position: relative;
  background-color: #d36941;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.details-bnr-content {
  padding: 30px 97px 30px 111px;
  color: var(--white);
  position: relative;
  z-index: 9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.details-bnr-content .detail-bnr-title {
  margin: 0 0 15px;
}

.details-bnr-content .common-detail {
  line-height: 150%;
  opacity: 0.6;
  margin: 0 0 33px;
}

.details-bnr-content .small-title {
  line-height: 150%;
}

.details-bnr-content .small-title h3 {
  font-size: 1.3rem;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.details-bnr-img {
  margin: 0 -1px 0 -21px;
  position: relative;
  height: 100%;
}

.details-bnr-img figure {
  height: 100%;
}

.details-bnr-img::after {
  content: "";
  width: 330px;
  height: 330px;
  background-color: #f58357;
  position: absolute;
  top: -28px;
  left: -202px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
}

.details-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 25px 25px 0;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 25px 0;
  -ms-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
}

/* Banner End */

.details-content {
  overflow: hidden;
  padding: 30px 0 60px;
}

.details-content ol,
.details-content ul {
  line-height: 150%;
  letter-spacing: -0.3px;
  margin: 0 0 11px;
}

.details-content-inner {
  max-width: 1058px;
  width: 100%;
  margin: 0 auto;
}

/* Workplaces Start */

.workplaces-main h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -0.52px;
  color: var(--black231F20);
  margin: 60px 0 25px;
}

.workplaces-main p {
  margin: 0 0 24px;
}

.workplaces-main p,
.workplaces-main ul li,
.workplaces-main ol li {
  line-height: 150%;
  letter-spacing: -0.3px;
}

.workplaces-main p a,
.workplaces-main ul li a,
.workplaces-main ol li a {
  color: #d36941;
  text-decoration: underline;
}

.workplaces-main p a:hover,
.workplaces-main ul li a:hover,
.workplaces-main ol li a:hover {
  color: var(--sky);
}

.workplaces-wrp {
  padding: 0 0 30px;
}

.workplaces-main ul,
.workplaces-main ol {
  margin: 0 0 23px;
  padding-left: 25px;
}

.workplaces-main ol {
  list-style-type: decimal;
}

.detail-training-space .training-space-img {
  max-width: 321px;
  margin: -20px 0 -20px auto;
}

.detail-training-space .training-space-row {
  padding: 0 108px;
}

.detail-training-space {
  padding: 26px 0 40px;
}
/* Workplaces End */

/* Faq Start */
.faq-main {
  background-color: #fcd9cb;
  padding: 35px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.faq-main .block-title {
  margin: 0 0 35px;
}

.common-faq .accordion-item {
  border: none;
  background-color: #fef3ee;
  margin: 0 0 8px;
  border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  -o-border-radius: 15px !important;
}

.common-faq .accordion-button {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: var(--black231F20);
  padding: 25px 20px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.common-faq .accordion-body {
  padding: 0 20px 25px;
}

.common-faq .accordion-body .common-detail {
  line-height: 150%;
}

.common-faq .accordion-button::after {
  width: 13px;
  height: 2px;
  background-color: var(--black);
  background-image: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.common-faq .accordion-button::before {
  content: "";
  width: 2px;
  height: 13px;
  background-color: var(--black);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.common-faq .accordion-button:not(.collapsed)::before {
  transform: translate(0, -50%) rotate(90deg);
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
}

.faq-wrp {
  padding: 40px 0 30px;
}
/* Faq End */

/* Why Choose Us Start */
.why-choose-us-wrp .section-title {
  margin: 0 0 25px;
}

.why-choose-item {
  background-color: var(--white);
  padding: 35px;
  margin: 0 20px 0 0;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.why-choose-item .small-title {
  min-height: 72px;
  margin: 0 0 15px;
}

.why-choose-item .common-detail {
  font-family: "DM Sans", sans-serif;
  line-height: 150%;
  color: var(--black);
  opacity: 0.6;
  margin: 0 0 39px;
}

.why-choose-slider {
  width: calc(100vw - 10px);
  margin-right: calc((100vw - 1310px) / -2);
  opacity: 0;
}

.why-choose-slider.slick-initialized {
  opacity: 1;
}

.why-choose-slider .slick-list {
  padding: 0 10% 0 0 !important;
}

.why-choose-us-wrp {
  padding: 30px 0;
}
/* Why Choose Us End */

/* Img Slider Start */
.image-slider {
  opacity: 0;
}

.image-slider.slick-initialized {
  opacity: 1;
}

.image-item img {
  width: 100%;
  height: 442px;
  object-fit: cover;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
/* Img Slider End */

/* Contact Us Start */
.contact-us-wrp {
  padding: 30px 0;
}

.contact-us-inner {
  padding: 35px;
  background-color: #297d99;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.contact-us-wrp .block-title,
.contact-us-wrp .common-detail {
  color: var(--white);
}

.contact-us-wrp .block-title {
  margin: 0 0 35px;
}

.contact-us-wrp .common-detail {
  line-height: 150%;
  letter-spacing: -0.3px;
  margin: 0 0 15px;
}

.contact-us-main {
  padding: 20px;
  background-color: #e1f2f7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
/* Contact Us End */

/* Your Story Start */
.your-story-wrp {
  padding: 30px 0;
}

.your-story-wrp .row {
  align-items: center;
  justify-content: space-between;
}

.your-story-content .main-title {
  margin: 0 0 30px;
}

.your-story-content .small-detail {
  margin: 0 0 30px;
}

.your-story-content .small-detail p {
  margin: 0 0 26px;
  line-height: 150%;
}

.your-story-content .small-detail p:last-child {
  margin-bottom: 0;
}

.your-story-img {
  max-width: 414px;
}

.your-story-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.your-story-content .your-story-content .small-detail {
  margin-bottom: 0;
}
/* Your Story End */

/* Get to Know Start */
.get-to-know-wrp {
  padding: 30px 0;
}

/* Get to Know End */

/*========== Details Page End ==========*/

/*========== Course Details Page Start ==========*/

.modern-standard-wrp {
  overflow: hidden;
  margin: 0 0 15px;
  background-color: var(--white);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.modern-standard-img img {
  width: 100%;
  height: 305px;
  object-fit: cover;
}

.modern-standard-inner {
  padding: 35px;
}

.modern-standard-inner .main-title {
  line-height: 120%;
  margin: 0 0 7px;
}

.modern-standard-inner .tags {
  margin: 0 0 27px;
}

.modern-standard-details h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin: 0 0 27px;
}

.modern-standard-details p {
  line-height: 150%;
  letter-spacing: -0.3px;
  margin: 0 0 22px;
}

.modern-standard-details ol,
.modern-standard-details ul {
  line-height: 150%;
  letter-spacing: -0.3px;
  margin: 0 0 11px;
}

.modern-standard-details img {
  width: 100%;
}

.star-rating {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}

.star-rating img {
  margin: 0 5px 0 0;
}

.empty-stars {
  display: flex;
  align-items: center;
}

.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.experiences-block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
}

.student-experiences-block .common-detail {
  font-family: "DM Sans", sans-serif;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 15px;
}

.student-experiences-block {
  margin: 0 0 15px;
  padding: 20px;
  border: 1px solid rgba(35, 31, 32, 0.3);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.student-experiences-block:last-child {
  margin-bottom: 0;
}

.student-experiences-wrp {
  padding: 35px;
  margin: 0 0 15px;
  background-color: var(--white);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.student-experiences-wrp .block-title {
  margin: 0 0 35px;
}

.student-experiences-block .basic-details .detail {
  font-size: 12px;
}

.modern-course-detail-wrp .online-block {
  margin: 0 0 15px;
}

.modern-course-detail-wrp .block-title {
  line-height: 120%;
  margin: 0 0 15px;
}

.modern-course-detail-wrp .tags {
  margin: 0 0 15px;
}

.modern-course-detail-wrp .basic-details .detail {
  font-size: 12px;
  line-height: 150%;
  color: var(--black);
}

.modern-course-detail-wrp .basic-details .detail strong {
  font-family: "DM Sans", sans-serif;
  display: block;
}

.modern-course-detail-wrp {
  margin: 0 0 8px;
  padding: 35px;
  background-color: var(--white);
  position: relative;
  z-index: 9;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.modern-course-detail-wrp::after {
  content: "";
  width: 142px;
  height: 140px;
  position: absolute;
  right: 54px;
  top: -18px;
  z-index: -1;
  background-color: #FCD9CB;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
}

.modern-course-detail-wrp .basic-details {
  margin: 0 0 35px;
  cursor: pointer;
}

.course-detail-right .course-overview-left {
    margin: 0;
}

.sign-in-btn .btn {
  justify-content: center;
  width: 100%;
  max-width: none;
  border-radius: 40px;
  background: #297d99;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 17px 25px;
  text-decoration: none;
  border: none;
}

.sign-in-btn .btn:hover {
  background: var(--orange);
}

.sign-in-btn {
  margin: 0 0 35px;
}

.modern-course-detail-list ul {
  padding: 0;
  margin: 0;
}

.modern-course-detail-list ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-bottom: 1px solid rgba(35, 31, 32, 0.2);
}

.modern-course-detail-list ul li:first-child {
  padding-top: 0;
}

.modern-course-detail-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.modern-course-detail-list ul li p {
  margin: 0;
  display: flex;
  align-items: center;
  opacity: 0.6;
}

.modern-course-detail-list ul li span {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
  flex: 0 0 auto;
}

.modern-course-detail-list ul li strong {
  font-weight: normal;
  max-width: 50%;
  width: 100%;
}

.docent-wrp .basic-details {
  margin: 0 0 25px;
}

.select-dates .detail {
  margin: 0 0 8px;
}

.select-dates h2 {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
}
.select-dates p {
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 20px;
}

.select-dates .form-check {
  margin: 0 0 9px;
}

.select-dates .form-check:last-child {
  margin-bottom: 15px;
}

.select-dates {
  padding: 13px;
  margin: 0 0 35px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.select-dates-blue {
  background-color: #e1f2f7;
}

.select-dates-orange {
  background-color:#FCD9CB;
}


.select-dates.show {
  display: block;
}

.modern-course-detail-list.show li:nth-child(2) {
  border-bottom: none;
}

.modern-course-detail-list.show li:last-child {
  display: none;
}

.select-dates .sign-in-btn {
  margin-bottom: 0;
}

.course-detail-wrp {
  padding: 0 0 60px;
}
/*========== Course Details Page End ==========*/

/*========== 404 Page Start ==========*/
.error-page-wrp {
  height: calc(100vh - 115px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-page-main {
  text-align: center;
  padding: 0 0 97px;
  position: relative;
}

.error-page-main::after {
  content: "";
  width: 406px;
  height: 406px;
  background-color: #fcd9cb;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.05));
}

.error-page-main h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 400px;
  line-height: 100%;
  letter-spacing: -8px;
  margin: 0 0 8px;
}

.error-page-main h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: -0.52px;
  margin: 0;
}

.docent-img {
  width: 65px;
  height: 65px;
  margin: 0 20px 0 0;
  flex: 0 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.docent-top {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}

.docent-wrp .basic-details .detail {
  font-size: 15px;
  line-height: 150%;
  letter-spacing: -0.3px;
  color: var(--black231F20);
}

/*========== 404 Page End ==========*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer-top {
  padding: 52px 0;
  background-color: #fcd9cb;
}

.footer-logo {
  max-width: max-content;
  margin: 0 0 35px;
  display: block;
}

.footer-address-wrp {
  padding: 15px;
  margin: 0 0 35px;
  background-color: #fef3ee;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.footer-address-block .detail {
  font-family: "DM Sans", sans-serif;
  line-height: 130%;
}

.footer-address-block .detail span {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.footer-address-wrp .row > *:first-child .footer-address-block {
  margin: 0 0 15px;
}

.newsletter-block .detail {
  font-family: "DM Sans", sans-serif;
  margin: 0 0 9px;
}

.form-inner {
  display: flex;
  align-items: center;
}

.form-inner .btn {
  font-size: 14px;
}

.form-inner .form-group {
  position: relative;
  margin: 0 9px 0 0;
}

.form-inner .form-group label {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #aea1a4;
  pointer-events: none;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.form-inner .form-group label span {
  color: #f58357;
}

.social-media ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.social-media ul li {
  list-style-type: none;
  padding: 0 10px 0 0;
}

.social-media ul li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FEF3EE;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.newsletter-form .form-control {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  height: 48px;
  padding: 0 20px;
  background-color: var(--white);
  border: 1px solid rgba(35, 31, 32, 0.25);
  box-shadow: none;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.newsletter-block:last-child {
  margin: 34px 0 0;
}

.footer-links-block .detail {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.24px;
  margin: 0 0 14px;
}

.footer-links-block ul {
  padding: 0;
  margin: 0;
}

.footer-links-block ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 120%;
  list-style-type: none;
  padding: 0 0 10px;
}

.footer-links-block ul li:last-child {
  padding-bottom: 0;
}

.footer-links-block ul li a {
  color: rgba(35, 31, 32, 0.6);
}

.footer-links-block ul li a:hover {
  color: var(--orange);
}

.footer-links-block {
  padding: 0 0 35px;
}

.footer-links-block:last-child {
  padding-bottom: 0;
}

.footer-right {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
}

.footer-bottom-inner p {
  font-size: 12px;
  line-height: 150%;
  margin: 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 18px;
}

.footer-bottom-wrp {
  background-color: #fef3ee;
  padding: 20px 0;
}

.footer-main .row {
  margin: 0 -10px;
}

.footer-main .row > * {
  padding: 0 10px;
}

.footer-address-wrp .row {
  margin: 0 -5px;
}

.footer-address-wrp .row > * {
  padding: 0 5px;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/*checkout page*/
.checkout-main .checkout-block {
  padding: 35px 35px 28px 35px;
  border-radius: 25px;
  background: #fff;
  margin-bottom: 15px;
}

.checkout-main .checkout-block .block-title {
  margin-bottom: 25px;
}

.checkout-main .checkout-block .form-control {
  padding: 26px 42px 15px 16px;
  color: var(--black);
  font-size: 15px;
  line-height: 150%;
  /*22.5px*/
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-family: "DM Sans", sans-serif;
}

.checkout-main .checkout-block select.form-control {
  padding: 23px 42px 15px 16px;
}

.checkout-main .checkout-block #citypass {
  padding: 17px 42px 15px 16px;
}

.checkout-main .checkout-block .form-control:focus {
  box-shadow: none;
  border: 1px solid #e0e0e1;
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #000;
}

.checkout-main .checkout-block label {
  color: #666;
  font-size: 15px;
  line-height: 150%;
  left: 6px;
  border: 0px;
  outline: none;
  top: 2px;
}

.checkout-main .checkout-block .form-floating .form-control:focus + label,
.checkout-main
  .checkout-block
  .form-floating
  .form-control:not(:placeholder-shown)
  + label {
  left: 5px;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  background: transparent !important;
  top: 4px;
}

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.80) translateY(-1.5rem) translateX(.01rem);
}


.form-floating label span {
  color: #f58357;
}

.form-floating .form-select {
  background: unset;
}

.checkout-block .row {
  margin: 0 -8px;
}

.checkout-block .row > * {
  padding: 0 8px;
}
.checkout-block .form-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-group label {
    margin-top: 10px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.popup-wrap .content form .input-wrap input, .nice-form .form-group input {
    width: 100%;
    height: 42px;
    border: 1px solid #dee2e6;
    border-radius:5px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
} 

.nice-form {
    margin-bottom: 100px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; 
}

.nice-drop {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    height: 40px;
    padding: 0 20px;
    appearance: none;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.form-icon {
  position: absolute;
  top: 22px;
  right: 16px;
}
.datepicker .form-icon {
  top: 19px;
}

.checkout-main
  .checkout-block
  .form-control[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.checkout-main
  .checkout-block
  .form-control[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}

.ui-datepicker {
  z-index: 2 !important;
}

.ui-datepicker th {
  color: var(--black) !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  color: var(--white) !important;
  background: var(--orange) !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: var(--orange) !important;
  color: var(--white) !important;
  border: 1px solid var(--orange) !important;
}

.ui-datepicker .ui-datepicker-header {
  background: #fff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  color: #231f20 !important;
  font-size: 17px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif !important;
}

.ui-widget input,
.ui-widget select option,
.ui-widget textarea,
.ui-widget button {
  font-size: 18px !important;
  line-height: 30px !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
  color: var(--white) !important;
  background: #e48867 !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  background: #fff !important;
}

.ui-datepicker .ui-datepicker-prev span {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path d="M7.96315 1.18025C8.20034 0.939917 8.58491 0.939917 8.8221 1.18025C9.0593 1.42057 9.0593 1.81021 8.8221 2.05053L7.96315 1.18025ZM1.96311 8.12972L2.39264 8.5648L1.96311 8.12972ZM1.96311 9.87028L2.39264 9.4352L1.96311 9.87028ZM8.8221 15.9494C9.0593 16.1898 9.0593 16.5794 8.8221 16.8198C8.58491 17.0601 8.20034 17.0601 7.96315 16.8198L8.8221 15.9494ZM8.8221 2.05053L2.39264 8.5648L1.5337 7.69452L7.96315 1.18025L8.8221 2.05053ZM2.39264 9.4352L8.8221 15.9494L7.96315 16.8198L1.5337 10.3055L2.39264 9.4352ZM2.39264 8.5648C2.1554 8.80517 2.1554 9.19483 2.39264 9.4352L1.5337 10.3055C0.822102 9.58449 0.822102 8.41551 1.5337 7.69452L2.39264 8.5648Z" fill="%230B0146" stroke="%230B0146"/></svg>') !important;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  background: transparent;
  background-repeat: no-repeat;
  margin-left: -5px !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 4px !important;
  background: transparent !important;
}

.ui-datepicker .ui-datepicker-next span {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="18" viewBox="0 0 10 18" fill="none"><path d="M2.03685 1.18025C1.79966 0.939917 1.41509 0.939917 1.1779 1.18025C0.940699 1.42057 0.940699 1.81021 1.1779 2.05053L2.03685 1.18025ZM8.03689 8.12972L7.60736 8.5648L8.03689 8.12972ZM8.03689 9.87028L7.60736 9.4352L8.03689 9.87028ZM1.1779 15.9494C0.940699 16.1898 0.940699 16.5794 1.1779 16.8198C1.41509 17.0601 1.79966 17.0601 2.03685 16.8198L1.1779 15.9494ZM1.1779 2.05053L7.60736 8.5648L8.4663 7.69452L2.03685 1.18025L1.1779 2.05053ZM7.60736 9.4352L1.1779 15.9494L2.03685 16.8198L8.4663 10.3055L7.60736 9.4352ZM7.60736 8.5648C7.8446 8.80517 7.8446 9.19483 7.60736 9.4352L8.4663 10.3055C9.1779 9.58449 9.1779 8.41551 8.4663 7.69452L7.60736 8.5648Z" fill="%230B0146" stroke="%230B0146"/></svg>') !important;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  background: transparent;
  background-repeat: no-repeat;
  margin-left: -5px !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  border: 0.5px solid #c2c2c2 !important;
  font-family: inherit !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border-color: var(--orange) !important;
  color: var(--white) !important;
}

.ui-widget.ui-widget-content {
  background: #fef3ee !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  font-family: "DM Sans", sans-serif !important;
}

#aanhef option {
  background-color: #fef3ee !important;
}

#aanhef option:checked {
  background-color: #fcd9cb !important;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.note {
  display: flex;
  align-items: center;
  margin: 10px 0 16px 0;
}

.note p {
  margin-bottom: 0;
}

.note img {
  margin-right: 4px;
}

.city-pass {
  margin-top: 35px;
}

.city-pass .small-detail {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 2px;
}

.city-pass .detail {
  color: #666;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 6px;
}

.checkout-main {
  padding: 0 0 62px 0;
}

.checkout-right-block {
  border-radius: 25px;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 35px;
  margin-top: 15px;
}


.checkout-right .block-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #c2c2c2;
}
.checkout-course-flx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 8px;
}

.checkout-course-flx .small-title {
  max-width: 259px;
}

.checkout-course-quantity .quantity {
  display: flex;
  border-radius: 8px;
  border: 0.5px solid #c2c2c2;
  padding: 7px 10px;
  max-width: 70px;
  align-items: center;
}

.checkout-course-quantity .quantity .form-control {
  color: #231f20;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 150%; /* 21px */
  border: 0px;
  padding: 0;
  text-align: center;
}

.checkout-course-quantity .quantity .form-control:focus {
  box-shadow: none;
  outline: none;
}

.course-quantity {
  margin: 0;
  color: #231f20;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 150%; /* 21px */
  padding: 0 7px;
}

.course-price p,
.course-time p {
  margin: 0;
}

.course-price p {
  color: #231f20;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 100%; /* 15px */
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
}

.course-price p span {
  display: inline-flex;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  margin-left: 10px;
}

.course-price p span:hover svg path {
  fill: var(--orange);
  stroke: var(--orange);
}

.course-price {
  align-items: center;
  display: flex;
}

.course-time p {
  margin: 0;
  color: #666;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.course-time p span {
  font-weight: 800;
}

.checkout-course-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid rgba(35, 31, 32, 0.2);
}

.total-amount-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.total-amount-title {
  color: #231f20;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.3px;
}

.total-amount-title * {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; /* 18px */
}

.total-amount {
  border-radius: 15px;
  background: #e1f2f7;
  padding: 20px;
}

.total-amount h4 {
  margin: 0;
}

.checkout-right .btn {
  border-radius: 40px;
  background: #297d99;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 17px 25px;
  align-items: center;
}

.checkout-right .btn:hover {
  background: var(--orange);
}

.course-total-amount {
  border-top: 1px solid rgba(35, 31, 32, 0.2);
  padding-top: 15px;
  align-items: center;
}

.total-amount-price {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 120%;
}

.course-total-amount .total-amount-price {
  font-size: 20px;
  line-height: 120%;
}

.course-total-amount .total-amount-title {
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  line-height: 120%;
}

.total-amount-price * {
  margin: 0;
}

.checkout-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.checkout-row .checkout-left {
  flex: 1;
  max-width: 777px;
  width: 100%;
}

.checkout-row .checkout-right {
  flex-shrink: 0;
  max-width: 454px;
  width: 100%;
}

.checkout-right .total-amount .detail {
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  color: #231f20;
  margin: 13px 0 0 0;
}

.plus,
.minus {
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.plus:hover svg path,
.minus:hover svg path {
  color: var(--orange);
  fill: var(--orange);
  stroke: var(--orange);
}
/*checkout page*/

.breadcrumb-top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.language-block .select2-container--default .select2-selection--single {
  height: auto;
  background-color: transparent !important;
  border: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.language-block
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  width: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="6" viewBox="0 0 8 6" fill="none"><path d="M4 5.5L0 1.44595L0.933333 0.5L4 3.60811L7.06667 0.5L8 1.44595L4 5.5Z" fill="%23AEA1A4"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.language-block
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none !important;
}

.language-block
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.flag-option {
  color: #aea1a4 !important;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
}
.language-block .select2-container {
  width: 70px !important;
}

.language-block .flag-option {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flag-option img {
  margin-right: 6px;
}

.language-block
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 14px;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--orange) !important;
  color: var(--white) !important;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable
  .flag-option {
  color: var(--white) !important;
}

.select2-results__option {
  padding: 5px !important;
}

.flag-option img {
  width: 18px;
}

.select2-container--open .select2-dropdown--below {
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 15px 0px;
}

.select2-results__options > *:last-child {
  border-radius: 0 0 3px 3px !important;
  -webkit-border-radius: 0 0 3px 3px !important;
  -moz-border-radius: 0 0 3px 3px !important;
  -ms-border-radius: 0 0 3px 3px !important;
  -o-border-radius: 0 0 3px 3px !important;
}

/* Check-out area css start */

.checkout-area .btn-primary {
  font-weight: 600;
  width: 100%;
  background-color: #297d99;
  border-color: #297d99;
  color: white;
  margin-top: 10px;
}

.checkout-area .btn-primary:hover {
  background-color: #d36941;
  border-color: #d36941;
  color: white;
}

.checkout-area .btn-light {
  width: 100%;
  background-color: white;
  border: 1px solid #297d99;
  color: #297d99;
  margin-top: 20px;

}

.checkout-area .btn-light:hover {
  background-color: white;
  border-color: #d36941;
  color: #d36941;
}

.checkout-area .btn-small{
  width: auto;
  height: auto;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #297d99;
  margin-top: 15px;
}

.checkout-block {
  padding: 25px;
  border-radius: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #303033;
  background-color: #fff;
}

.checkout-block h1 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 800;
  font-family: "DM Sans", sans-serif;

}

.checkout-block h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 800;
  font-family: "DM Sans", sans-serif;
}

.checkout-block h3 {
  font-size:18px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;

}

.checkout-block h3 a {
  color: inherit;
}

.checkout-block h3 a:hover {
  text-decoration: underline;
}

.checkout-block h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.checkout-block p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.checkout-block.form-group {
  margin-top: 10px;
  padding-left: 15px;
  margin-bottom: 5px;
}

.checkout-block-sub {
  border-top: 1px solid #c2c2c2;
  margin-top: 20px;
}

.checkout-block-sub h3 {
  margin-top: 15px;  
}

.checkout-payment-label {
  display:inline-block;
  border-radius: 5px;
  padding:6px 10px;
  font-size: 14px;
  font-weight: 600;
}

.payment-direct {
  background-color: white;
  border: 2px solid #297d99;
  color: #297d99;
}

.payment-later {
  background-color: white;
  border: 2px solid #d36941;
  color: #d36941
}

.checkout-orderitem {
  border-top: 1px solid #c2c2c2;
  margin-top: 25px;
}

.checkout-orderitem-title {
  margin-top: 10px;
} 

.checkout-orderitem-specs {
  font-size: 14px;
  color: gray;
}

.checkout-orderitem-price {
  margin: 10px 5px 0px 5px;
  line-height: 1.2;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  min-width: 90px;
  align-items: right;
  justify-content: flex-end;
}

.checkout-orderitem-img {
  margin: auto;
  margin-top: 10px;
  max-width: 100%;
  height: auto;
}

.checkout-orderitem-img img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.checkout-pricingarea {
  margin-top: 35px;
  padding: 20px;
  border-radius: 15px;
  background-color: #e1f2f7;
}

.checkout-subprices{
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 15px;
}

.checkout-flx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 5px;
}

.checkout-orderitem-quantity-box {
  margin: 0px 0px 0px 5px;
  display: flex;
  align-items: center;
}

.checkout-orderitem-quantity {
  background: white;
  display: flex;
  border-radius: 8px;
  border: 0.5px solid #c2c2c2;
  padding: 5px 10px;
  align-items: center;
}


.checkout-orderitem-quantity p {
  margin: 0;
  font-size: 16px;
  color: #1f231f;
  font-weight: 400;
  line-height: 150%; /* 21px */
  padding: 0 8px;
}

.plus,
.minus {
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.plus:hover svg path,
.minus:hover svg path {
  color: var(--orange);
  fill: var(--orange);
  stroke: var(--orange);
}

/* Check-out area css end */

/*.teachers-detail page*/
.teachers-detail-bnr-wrp .details-bnr-img::after {
  background: #37a7cc;
}
/*.teachers-detail page*/

/*.favourite-icon*/
.favourite-icon {
  cursor: pointer;
  position: relative;
  z-index: 11;
}

.favourite-icon svg {
  transition: fill 0.3s ease;
}

.favourite-icon.active svg,
.favourite-icon.active svg path {
  fill: #f58357;
  stroke: #f58357;
}
/*.favourite-icon*/

.teach-course-bnr .small-title {
  margin: 18px 0 23px 0;
}

.course-training-space.detail-training-space {
  padding: 50px 0 50px 0;
}

.get-to-know-wrp .faq-main {
  max-width: 414px;
}

.training-space-row.orange-block .training-space-content .btn-light-sky:hover {
  background-color: var(--sky) !important;
}

