/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,300;1,700&display=swap");

html {
  color: #222;
  font-size: 1rem; /* 16px */
  line-height: 1.4;
}
:-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
body {
  font-family: "Poppins", sans-serif;
  padding-right: 0 !important;
  color: #29303b;
  font-size: 0.9375rem;
}
body.white-bg {
  background: #fff;
}
body.gray-bg {
  background: #f7f8fa;
}
body.modal-open {
  overflow: auto;
}
.bottom-bar-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
p {
  margin: 0 0 0.6563rem;
}
a,
button,
input[type="button"] {
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-webkit-transition: all 0.3s;
}
a {
  color: #2a7de1;
}
a:hover {
  text-decoration: none;
  color: #003845;
}

*[data-toggle="modal"],
button {
  cursor: pointer;
}

a:focus,
.btn:focus,
.form-control:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}
fieldset,
label {
  margin: 0;
  padding: 0;
  margin-bottom: 0.3125rem;
  color: #b2b4b9;
}
.tooltip {
  pointer-events: none;
}
.btn {
  color: #fff;

  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
  border-radius: 0.125rem;
  line-height: 1.35135;
  font-weight: 600;
}
.btn-primary {
  background-color: #2a7de1;
  border-color: #2a7de1;
}
.btn:hover,
.btn:focus {
  background-color: #195eb3;
  border-color: #195eb3;
  color: #fff;
}
textarea:focus,
.form-control:focus,
input:focus {
  border-color: #76c5d6;
}
select + .select2-container {
  width: 100% !important;
}

.rating i {
  color: #dedfe0;
}
.rating i.filled {
  color: #f4c150;
}
.rating i.half-filled {
  position: relative;
}
.rating i.half-filled:after {
  position: absolute;
  content: "\f089";
  top: 0;
  left: 0;
  font-size: inherit;
  color: #f4c150;
  z-index: 1;
}

/*
bootstrap overwrite css
*/
.container-xl,
.container-lg {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

/*
menu
*/

.corner-triangle.top-left:after {
  top: -0.75rem;
  left: 0.875rem;
}
.corner-triangle.top-left:before {
  top: -0.875rem;
  left: 0.875rem;
}
.corner-triangle.top-right:after {
  top: -0.75rem;
  right: 0.875rem;
}
.corner-triangle.top-right:before {
  top: -0.875rem;
  right: 0.875rem;
}
.corner-triangle:after {
  border-color: transparent transparent #fff;
}
.corner-triangle:before {
  border-color: transparent transparent #e8e9eb;
}
.corner-triangle:before,
.corner-triangle:after {
  border-style: solid;
  border-width: 0 0.625rem 0.8125rem;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}

.menu-area {
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
  position: relative;
  z-index: 99;
}
.menu-area .navbar {
  padding: 0;
}
.signin-box-move-mobile-helper,
.signin-box-move-desktop-helper {
  display: none;
}
/*

menu code was here

*/

.timesKapatma {
  display: none;
}

@media (max-width: 767px) {
  .timesKapatma {
    display: block;
    position: absolute;
    top: 5px;
    cursor: pointer;
    right: 10px;
    font-size: 1.4rem;
  }
}
.count-down-list li {
  display: inline;
}

.search-box {
  margin-right: 3.125rem;
  padding: 0.625rem 0;
}
.search-box input {
  background-color: #f2f3f5;
  height: 2.8125rem;
  padding: 0 0.9375rem;
  border-radius: 0.125rem 0 0 0.125rem;
  font-size: 0.8125rem;
}
.search-box input:focus {
  background-color: #fff;
  border-color: #dedfe0;
  border-right-color: transparent;
}
.search-box input:focus + .input-group-append button {
  background-color: #fff;
  border-color: #dedfe0;
  border-left-color: transparent;
}
.search-box button {
  border: 0.0625rem solid rgb(206, 212, 218);
  border-radius: 0 0.125rem 0.125rem 0;
  font-size: 0.9375rem;
  padding: 0.625rem 0.9375rem;
  background: #f2f3f5;
  color: #2a7de1;
}
.search-box button:hover,
.search-box button:focus {
  background-color: #2a7de1 !important;
  border-color: #2a7de1;
  color: #fff;
  height: 100%;
}

.menu-icon-box .empty-box {
  padding: 1.25rem;
}
.menu-icon-box .empty-box p {
  margin-bottom: 0rem;
}
.menu-icon-box .empty-box a {
  display: inline-block;
  font-weight: 600;
  margin-top: 0.9375rem;
}

.menu-icon-box {
  position: relative;
  margin: 0 0.3125rem;
}
.menu-icon-box .icon {
  position: relative;
}
.menu-icon-box .icon .number {
  position: absolute;
  top: 0.875rem;
  right: 0.125rem;
  background-color: #2a7de1;
  border-radius: 0.9375rem;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1.43;
  min-width: 1.1875rem;
  padding: 0.125rem 0.375rem;
  text-align: center;
  pointer-events: none;
}
.menu-icon-box .icon a {
  height: 2.8125rem;
  width: 2.8125rem;
  text-align: center;
  line-height: 2.8125rem;
  display: inline-block;
  border-radius: 50%;
  color: #686f7a;
  border: 0.0625rem solid transparent;
  margin: 0.625rem 0;
  font-size: 1.125rem;
}
.menu-icon-box .icon a:hover {
  background: rgba(20, 23, 28, 0.05);
  border-color: rgba(20, 23, 28, 0.05);
}
.menu-icon-box:hover > .dropdown {
  opacity: 1;
  visibility: visible;
}
.menu-icon-box .dropdown {
  position: absolute;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border-top: 0.0625rem solid #e8e9eb;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(20, 23, 28, 0.25);
  box-shadow: 0 0.25rem 1rem rgba(20, 23, 28, 0.25);
  color: #505763;
  font-size: 0.8125rem;
  left: inherit;
  list-style: none;
  margin: 0;
  right: -0.0625rem;
  text-align: left;
  top: 100%;
  width: 20.625rem;
}

.course-list-dropdown .item-list {
  max-height: 14.375rem;
  overflow-y: auto;
  margin-bottom: 0.625rem;
}
.course-list-dropdown .item-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-list-dropdown .item-list ul li {
  padding: 1.4375rem 1.4375rem 0.625rem;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-webkit-transition: all 0.3s;
}
.course-list-dropdown .item-list ul li:hover {
  background: #f2f3f5;
}
.course-list-dropdown .item-list ul a {
  display: block;
}
.course-list-dropdown .item-list .item .item-image {
  width: 3.75rem;
  float: left;
}
.course-list-dropdown .item-list .item .item-details {
  padding-left: 4.375rem;
}
.course-list-dropdown .item-list .item .item-details .course-name {
  color: #505763;
  font-size: 0.8125rem;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
}
.course-list-dropdown .item-list .item .item-details .instructor-name {
  color: #686f7a;
  font-size: 0.8125rem;
}
.course-list-dropdown .item-list .item .item-details .current-price {
  color: #2a7de1;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 0.3125rem;
}
.course-list-dropdown .item-list .item .item-details .original-price {
  text-decoration: line-through;
  color: #686f7a;
}
.course-list-dropdown .item-list .item .item-details .instructor-name {
  color: #686f7a;
  font-size: 0.8125rem;
}
.course-list-dropdown .item-list .item .item-details .current-price {
  color: #2a7de1;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 0.3125rem;
}
.course-list-dropdown .item-list .item .item-details .original-price {
  text-decoration: line-through;
  color: #686f7a;
}
.course-list-dropdown .item-list .item .item-details button {
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.35135;
  border-radius: 0.125rem;
  width: 100%;
  color: #2a7de1;
  background-color: #fff;
  border: 0.0625rem solid #2a7de1;
}
.course-list-dropdown .item-list .item .item-details button:hover,
.course-list-dropdown .item-list .item .item-details button:focus {
  background: #e6f2f5;
}
.course-list-dropdown .dropdown-footer {
  background: #f2f3f5;
  padding: 0.3125rem 1.25rem 1.5625rem;
}
.course-list-dropdown .dropdown-footer a {
  width: 100%;
  border: 0;
  color: #fff;
  background-color: #2a7de1;
  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.43;
  border-radius: 0.125rem;
  font-weight: 600;
  margin-top: 1.25rem;
  display: block;
  text-align: center;
}
.course-list-dropdown .dropdown-footer a:hover,
.course-list-dropdown .dropdown-footer a:focus {
  background: #003440;
}
.course-list-dropdown .dropdown-footer .cart-total-price {
  color: #686f7a;
  font-size: 0.9375rem;
  margin-top: 0.5rem;
}
.course-list-dropdown .dropdown-footer .cart-total-price .current-price {
  color: #2a7de1;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 0.3125rem;
}
.course-list-dropdown .dropdown-footer .cart-total-price .original-price {
  text-decoration: line-through;
  color: #686f7a;
  font-size: 0.875rem;
}

.notifications-list-dropdown .notifications-head {
  padding: 0.75rem;
  font-size: 0.9375rem;
  border-bottom: 0.0625rem solid hsla(210, 3%, 87%, 0.45);
  color: #29303b;
}
.notifications-list-dropdown .notifications-footer {
  background: #f7f8fa;
  height: 3.625rem;
  -webkit-box-shadow: 0 -0.1875rem 0.3125rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 -0.1875rem 0.3125rem rgba(0, 0, 0, 0.05);
}
.notifications-list-dropdown .notifications-footer a,
.notifications-list-dropdown .notifications-footer button {
  color: #2a7de1;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 1.25rem 0.9375rem;
}
.notifications-list-dropdown .notifications-footer button {
  border: 0;
  background: transparent;
}
.notifications-list-dropdown .notifications-footer a:hover,
.notifications-list-dropdown .notifications-footer button:hover,
.notifications-list-dropdown .notifications-footer a:focus,
.notifications-list-dropdown .notifications-footer button:focus {
  color: #004d5e;
  background: #f2f3f5;
}
.notifications-list-dropdown .notifications-footer a i {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  -o-transition: inherit;
  transition: inherit;
  -webkit-transition: inherit;
  -ms-webkit-transition: inherit;
}
.notifications-list-dropdown .notifications-footer a:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.notification-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.notification-list ul li {
  padding: 0.625rem 0.9375rem;
  border-bottom: 0.0625rem solid hsla(210, 3%, 87%, 0.45);
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-webkit-transition: all 0.3s;
}
.notification-list ul li:hover {
  background: #f7f8fa;
}
.notification-list ul li a {
  display: block;
}
.notification-list .notification .notification-image {
  float: left;
  height: 4rem;
  width: 4rem;
}
.notification-list .notification .notification-details {
  padding-left: 4.625rem;
}
.notification-list .notification .notification-details .notification-text {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  width: 13.125rem;
  height: 2.5rem;
  color: #505763;
  margin-bottom: 0;
  line-height: 1.5;
}
.notification-list .notification .notification-details .notification-time {
  color: #686f7a;
  font-size: 0.8125rem;
  margin-top: 0.3125rem;
  margin-bottom: 0;
}
.notification-list .notification .notification-image img {
  border-radius: 50%;
}
.notification-list .notification {
  position: relative;
}
.notifications-list-dropdown .notification-list {
  max-height: 25.9375rem;
  overflow-y: auto;
}
.notification-list .notification .mark-as-read {
  position: absolute;
  height: 0.625rem;
  width: 0.625rem;
  border: 0.0625rem solid #2a7de1;
  border-radius: 50%;
  top: 0.125rem;
  right: -0.1875rem;
  background: #2a7de1;
}
.notification-list .notification .mark-as-read.marked {
  border-color: rgba(41, 48, 59, 0.25);
  background-color: transparent;
}

.user-box.menu-icon-box .icon a img {
  border-radius: 50%;
  height: 2.8125rem;
  width: 2.8125rem;
  margin-top: -0.3125rem;
}
.user-dropdown-menu {
  margin: 0;
  padding: 0;
  padding-top: 0.625rem;
  list-style: none;
}
.user-dropdown-menu li a {
  display: block;
  color: #29303b;
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0.625rem 1.375rem;
}
.user-dropdown-menu li a:hover {
  color: #2a7de1;
  background: #f2f3f5;
}
.user-dropdown-menu li a i {
  font-size: 1rem;
  width: 1.25rem;
  text-align: center;
  margin: 0 1.1875rem 0 0.625rem;
  color: #a1a7b3;
}
.dropdown-user-info .user-image img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #f2f3f5;
}
.dropdown-user-info .user-details {
  padding-left: 3.125rem;
}
.dropdown-user-info .user-details .user-name {
  color: #29303b;
}
.dropdown-user-info .user-details .user-email {
  color: #686f7a;
  font-size: 0.8125rem;
}
.dropdown-user-info .user-details .user-name .hi,
.dropdown-user-info .user-details .user-email .welcome {
  display: none;
}
.user-dropdown-menu .dropdown-user-logout {
  padding: 0.625rem 0;
  background: #f7f8fa;
}

.sign-in-box > .btn {
  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
  border-radius: 0.125rem;
  line-height: 1.35135;
  width: 6.25rem;
  font-weight: 600;
  margin-left: 0.3125rem !important;
  border-radius: 0.125rem !important;
}
.sign-in-box .btn-sign-in {
  color: #686f7a;
  background-color: #fff;
  border: 0.0625rem solid #505763;
}
.sign-in-box .btn-sign-in:hover,
.sign-in-box .btn-sign-in:focus {
  background-color: #f2f3f5;
}
.sign-in-box .btn-sign-up {
  color: #fff;
  background-color: #2a7de1;
  border: 0.0625rem solid #2a7de1;
}
.sign-in-box .btn-sign-up:hover,
.sign-in-box .btn-sign-up:focus {
  background-color: #195eb3;
  border-color: #195eb3;
}

.sign-in-box .modal-dialog {
  max-width: 25rem;
}
.sign-in-modal .modal-title {
  color: #29303b;
  font-weight: 700;
  font-size: 0.9375rem;
}
.sign-in-modal .close {
  font-size: 2rem;
  padding: 0.5rem 1rem;
}
.sign-in-modal .modal-header {
  border-bottom: 0.0625rem solid rgba(41, 48, 59, 0.1);
  background-color: #f2f3f5;
}
.sign-in-modal .modal-header,
.sign-in-modal .modal-body {
  padding: 1.25rem 1.5625rem;
}

.sign-in-modal .social-btn {
  -webkit-box-shadow: 0 0.125rem 0.125rem 0 rgba(41, 48, 59, 0.24),
    0 0 0.125rem 0 rgba(41, 48, 59, 0.12);
  box-shadow: 0 0.125rem 0.125rem 0 rgba(41, 48, 59, 0.24),
    0 0 0.125rem 0 rgba(41, 48, 59, 0.12);
  border-radius: 0.125rem;
  margin-bottom: 0.625rem;
  padding: 0 1.25rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  background-color: #fff;
}
.sign-in-modal .social-btn a {
  display: block;
}
.sign-in-modal .icon {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  margin-right: 0.625rem;
  padding: 0.9375rem 0 0.9375rem 0.3125rem;
  text-align: center;
  width: 3.125rem;
}
.sign-in-modal .icon.google-icon {
  background: url(../img/icons/google_icon.svg) no-repeat 50%;
  background-size: 1.5rem;
  color: #fff;
  color: rgba(0, 0, 0, 0);
}

.sign-in-modal .social-btn.fb-sign-up {
  background-color: #1a538a;
}
.sign-in-modal .social-btn.fb-sign-up a {
  color: #fff;
}
.sign-in-modal .social-btn.google-sign-up a {
  color: #686f7a;
}
.sign-in-modal .sign-in-separator {
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.625rem;
  padding-top: 0.1875rem;
  position: relative;
}
.sign-in-modal .sign-in-separator:after,
.sign-in-modal .sign-in-separator:before {
  position: absolute;
  height: 0.0625rem;
  background-color: #dedfe0;
  content: "";
  top: 0.625rem;
  width: calc(50% - 20px);
}
.sign-in-modal .sign-in-separator:before {
  left: 0;
}
.sign-in-modal .sign-in-separator:after {
  right: 0;
}
.sign-in-modal .input-group {
  margin-bottom: 0.625rem;
  position: relative;
}
.sign-in-modal .input-group .input-field-icon {
  position: absolute;
  top: 0.9375rem;
  height: 1.25rem;
  width: 1.25rem;
  text-align: center;
  line-height: 1.25rem;
  z-index: 10;
  left: 0.625rem;
  color: #dedfe0;
  font-size: 1.125rem;
}
.sign-in-modal .input-group .form-control {
  border-radius: 0.3125rem;
  color: #29303b;
  font-size: 1.125rem;
  height: auto;
  padding: 0.6875rem 0.625rem 0.75rem 2.5rem;
  background-color: #fff;
  border: 0.0625rem solid #cacbcc;
}
.sign-in-modal .input-group .form-control:focus {
  border-color: #76c5d6;
}

.sign-in-modal .deal-checkbox {
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
  cursor: pointer;
}
.sign-in-modal .custom-checkbox .custom-control-label::before {
  border-radius: 0.0625rem;
  border: 0.0625rem solid #cacbcc;
  background-color: transparent;
}
.sign-in-modal .custom-control-input:hover ~ .custom-control-label::before,
.sign-in-modal .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0rem #fff, 0 0 0 0 rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0rem #fff, 0 0 0 0 rgba(0, 123, 255, 0.25);
  border-color: #2a7de1;
}
.sign-in-modal
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #2a7de1;
  border-color: #2a7de1;
}
.sign-in-modal form button[type="submit"] {
  color: #fff;
  background-color: #2a7de1;
  border-color: #2a7de1;
  font-size: 1rem;
  font-weight: 700;
  height: 3.125rem;
  width: 100%;
  padding: 0.6875rem 0.75rem;
  border-radius: 0.125rem;
}
.sign-in-modal form button[type="submit"]:hover,
.sign-in-modal form button[type="submit"]:focus {
  background-color: #521822 !important;
  border-color: #521822 !important;
}
.sign-in-modal .forgot-pass {
  text-align: center;
  font-size: 0.9375rem;
}
.sign-in-modal .agreement-text {
  text-align: center;
  font-size: 0.625rem;
  margin: 0.625rem 0;
}
.sign-in-modal .account-have {
  text-align: center;
  font-size: 0.9375rem;
  padding-top: 0.9375rem;
  border-top: 0.0625rem solid #dedfe0;
}
.sign-in-modal .account-have a {
  font-weight: 700;
}
.sign-in-modal .forgot-email.form-control {
  font-size: 1rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.125rem;
}
.sign-in-modal .forgot-pass-btn {
  text-align: center;
  margin-top: 0.9375rem;
  font-size: 0.9375rem;
}
.sign-in-modal .forgot-pass-btn .btn {
  width: auto;
  height: auto;
  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
}
.sign-in-modal .forgot-pass-btn span {
  margin: 0 0.3125rem;
}
.sign-in-modal .forgot-recaptcha {
  margin: 1.5625rem 0 0.9375rem;
}

.course-preview-modal .modal-header {
  border-color: #000;
}
.course-preview-modal {
  background-color: #29303b;
  color: #fff;
}
.course-preview-modal .modal-title {
  font-size: 1.125rem;
}
.course-preview-modal .modal-title span {
  color: #76c5d6;
  margin-right: 0.3125rem;
}
.course-preview-modal .close {
  color: #fff;
  text-shadow: 0 0 0 #fff;
  opacity: 1;
  font-size: 1.6875rem;
}
.course-preview-modal .modal-body {
  padding: 0;
}
.course-preview-modal .course-preview-video-list .title {
  font-size: 1.125rem;
  color: #dedfe0;
  padding: 0.4375rem 0.9375rem;
}
.course-preview-modal .course-preview-video-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0.625rem;
}
.course-preview-modal .course-preview-video-list .course-preview-free-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.course-preview-modal
  .course-preview-video-list
  .course-preview-free-video
  .course-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}
.course-preview-modal
  .course-preview-video-list
  .course-preview-free-video
  .course-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82%;
  flex: 0 0 82%;
  max-width: 82%;
  padding-left: 0.9375rem;
  font-size: 0.8125rem;
}
.course-preview-modal
  .course-preview-video-list
  .course-preview-free-video
  .course-name
  i {
  font-size: 0.75rem;
  margin-right: 0.4375rem;
}
.course-preview-modal .course-preview-video-list li {
  padding: 0.4375rem 0.9375rem;
  cursor: pointer;
}
.course-preview-modal .course-preview-video-list li.active {
  background-color: #505763;
}

/*
homepage styles
*/
/*
.home-banner-area{
    background-image: url('../../../../uploads/system/home-banner.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0 130px;
    color: #fff;
}*/
.home-banner-wrap {
  max-width: 31.25rem;
}
.home-banner-wrap h2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.625rem;
  text-shadow: 0 0.125rem 0.25rem rgba(41, 48, 59, 0.55);
}
.home-banner-wrap p {
  font-size: 1.125rem;
  line-height: 2.125rem;
  margin-bottom: 1.875rem;
  text-shadow: 0 0.125rem 0.25rem rgba(41, 48, 59, 0.55);
}
.home-banner-wrap input[type="text"] {
  font-size: 1.25rem;
  height: 3.125rem;
  padding: 0.6875rem 1.0625rem;
  border: none;
  border-radius: 0.1875rem 0 0 0.1875rem;
  font-weight: 300;
}
.home-banner-wrap .btn {
  padding: 0.625rem 0.875rem;
  font-size: 1.25rem;
  background: #fff;
  border: 0;
  border-radius: 0 0.1875rem 0.1875rem 0;
  color: #2a7de1;
}
.home-banner-wrap .btn:hover {
  background: #2a7de1;
  color: #fff;
}
.home-fact-box {
  padding: 0.625rem;
}
.home-fact-area {
  background-color: #f1f1f1;
  color: #574545;
  padding: 2.5rem 0;
  margin-bottom: 3.125rem;
}
.home-fact-box .text-box {
  padding: 0.625rem 0 0.625rem 3.9375rem;
}
.home-fact-box i {
  font-size: 2.9375rem;
  margin-top: 0.5rem;
}
.home-fact-box .text-box h4 {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 0;
}
.home-fact-box .text-box p {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.course-carousel-area {
  margin-bottom: 1.25rem;
  overflow-x: hidden;
}
.course-carousel-area .course-carousel-title {
  font-size: 1.25rem;
  color: #505763;
  margin: 0 0 0.625rem;
}
.course-carousel-area .slick-slider {
  width: calc(100% + 16px);
  margin-left: -0.5rem;
}
.course-carousel-area .slick-list:before,
.course-carousel-area .slick-list:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0.5rem;
  z-index: 1;
}
.course-carousel-area .slick-list:after {
  right: auto;
  left: 0;
}

.course-carousel .slick-prev:hover,
.course-carousel .slick-next:hover {
  -webkit-box-shadow: 0 0.125rem 0.5rem 0.125rem rgba(20, 23, 28, 0.15);
  box-shadow: 0 0.125rem 0.5rem 0.125rem rgba(20, 23, 28, 0.15);
}
.course-carousel .slick-prev:focus,
.course-carousel .slick-next:focus {
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1) !important;
  box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1) !important;
}

.course-carousel .slick-prev,
.course-carousel .slick-next {
  width: 2.9375rem;
  height: 2.9375rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
  z-index: 1;
  top: calc(50% - 25px);
}
.course-carousel .slick-prev {
  left: -1.75rem;
}
.course-carousel .slick-prev.slick-disabled,
.course-carousel .slick-next.slick-disabled {
  opacity: 0;
}
.course-carousel .slick-prev:before {
  content: url(../img/icons/prev_arrow.png);
  line-height: 0;
  opacity: 1;
}
.course-carousel .slick-next {
  right: -0.9375rem;
}
.course-carousel .slick-next:before {
  content: url(../img/icons/next_arrow.png);
  line-height: 0;
  opacity: 1;
}
.course-box-wrap:focus {
  outline: none;
}
.course-box-wrap {
  padding: 0 0.5rem;
  margin-bottom: 1.25rem;
}
.course-box-wrap a {
  color: #fff;
}
.course-box-wrap a:hover {
  text-decoration: none;
}
.course-box {
  position: relative;
  background: #fff;
}
.course-box:before,
.course-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  will-change: opacity;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -ms-webkit-transition: 0.2s ease;
  z-index: -1;
}
.course-box:before {
  opacity: 1;
  box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
  -ms-webkit-box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
}
.course-box:after {
  opacity: 0;
  box-shadow: 0 0.125rem 0.5rem 0.125rem rgba(20, 23, 28, 0.15);
  -webkit-box-shadow: 0 0.125rem 0.5rem 0.125rem rgba(20, 23, 28, 0.15);
  -ms-webkit-box-shadow: 0 0.125rem 0.5rem 0.125rem rgba(20, 23, 28, 0.15);
}
.course-box:hover:before {
  opacity: 0;
}
.course-box:hover:after {
  opacity: 1;
}
.course-box .play-btn {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../img/icons/icon-play.svg) no-repeat;
  background-size: auto 40%;
  background-position: 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
.course-box .course-image:hover > .play-btn {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: visible;
  opacity: 1;
}
.course-box .course-details {
  padding: 0.9375rem 0.625rem 0rem 0.9375rem;
  position: relative;
}
.course-box .course-details .title {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  font-weight: 600;
  height: 2.25rem;
  min-height: 2.625rem;
  font-size: 0.9375rem;
  color: #29303b;
  margin-bottom: 0.625rem;
  line-height: 1.25rem;
}
.course-box .course-details .instructors {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -moz-line-clamp: 1;
  -ms-line-clamp: 1;
  -o-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  min-height: 1.3125rem;
  height: 1.3125rem;
  font-size: 0.75rem;
  color: #686f7a;
  margin-bottom: 0.3125rem;
}
.course-box .course-details .rating {
  margin-bottom: 0.625rem;
}
.course-box .course-details .rating i {
  font-size: 0.6875rem;
}
.course-box .course-details .rating .rating-number {
  color: #29303b;
  margin-bottom: 0;
  font-size: 0.75rem;
}
.course-box .course-details .rating .rating-number span {
  font-weight: 600;
  color: #a1a7b3;
  margin-left: 0.3125rem;
}
.course-box .course-details .price {
  padding-bottom: 0.9375rem;
  color: #29303b;
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 0.625rem;
}
.course-box .course-details .price small {
  color: #686f7a;
  font-weight: 400;
  font-size: 0.8125rem;
  margin-right: 0.3125rem;
  text-decoration: line-through;
}

.course-box .course-details .completed-percent .progress-bar {
  background: #2a7de1;
}
.course-box .course-details .completed-percent .progress {
  border-radius: 0;
  height: 0.125rem;
  background-color: rgba(41, 48, 59, 0.25);
}
.course-box .course-details .completed-percent {
  margin-top: 0.625rem;
  padding-bottom: 1.875rem;
}
.course-box .course-details .completed-percent .text {
  width: 50%;
  color: #686f7a;
  font-size: 0.8125rem;
}
.course-box .course-details .your-rating-box {
  position: absolute;
  right: 0.625rem;
  bottom: 0.1875rem;
  margin-bottom: 0;
  z-index: 1;
  text-align: right;
}
.course-box .course-details .your-rating-box .your-rating-text {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: #29303b;
  margin-top: 0.125rem;
}
.course-box .course-details .your-rating-box:hover .your-rating-text {
  color: #2a7de1;
}
.course-box .course-details .your-rating-box .your-rating-text .edit {
  display: none;
}
.course-box .course-details .your-rating-box:hover .your-rating-text .edit {
  display: unset;
}
.course-box .course-details .your-rating-box:hover .your-rating-text .your {
  display: none;
}
.course-box .course-details .your-rating-box i {
  color: transparent;
  text-stroke: 0.0625rem #eaeaea;
  -webkit-text-stroke: 0.0625rem #eaeaea;
  font-size: 1.0625rem;
  letter-spacing: -0.1em;
}
.course-box .course-details .your-rating-box i.filled {
  color: #f4c150;
}

.course-badge {
  color: #29303b;
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
  pointer-events: none;
  border-radius: 0.1875rem;
  font-size: 0.5625rem;
  padding: 0.0625rem 0.5rem;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
}
.course-badge:after {
  border-radius: 0.1875rem;
  right: -0.25rem;
  background: inherit;
  content: "";
  height: 0.6875rem;
  position: absolute;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.6875rem;
  z-index: 0;
  display: block;
}
.course-badge.best-seller {
  background: #f4c150;
}
.course-badge.hot-new {
  background: #2a7de1;
  color: #fff;
}
.course-badge.position {
  position: absolute;
  top: 0.75rem;
  left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.course-box .course-image {
  position: relative;
}
.course-box .course-image:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-webkit-transition: 0.2s;
}
.course-box .wishlist-add,
.course-box .favorite-add {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 1;
}
.course-box .wishlist-add button,
.course-box .favorite-add button {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.course-box .wishlist-add button:hover i,
.course-box .wishlist-add.wishlisted button i,
.course-box .favorite-add button:hover i,
.course-box .favorite-add.added button i {
  color: #eb5252;
}
.course-box .wishlist-add button i,
.course-box .favorite-add button i {
  text-stroke: 0.0625rem #fff;
  -webkit-text-stroke: 0.0625rem #fff;
  font-size: 1rem;
  color: #686f7a;
}
.course-box .instructor-img-hover {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-webkit-transition: 0.2s;
}
.course-box .instructor-img-hover img {
  border: 0.1875rem solid #fff;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
}
.course-box .instructor-img-hover span {
  color: #fff;
  font-weight: 600;
  font-size: 0.8125rem;
  text-stroke: 0.025rem #fff;
  -webkit-text-stroke: 0.025rem #fff;
}
.course-box:hover .instructor-img-hover,
.course-box:hover .course-image:before {
  opacity: 1;
  visibility: visible;
}

.webui-popover {
  -webkit-box-shadow: 0 0.25rem 1rem rgba(20, 23, 28, 0.25);
  box-shadow: 0 0.25rem 1rem rgba(20, 23, 28, 0.25);
  border-color: transparent;
  border-radius: 0.125rem;
}
.course-popover-content .last-updated {
  margin: 0.625rem 0;
  font-size: 0.8125rem;
}

.course-popover-content .course-title a {
  visibility: visible;
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.0187rem;
  color: #505763;
}
.course-popover-content .course-title a:hover {
  text-decoration: underline;
}

.course-popover-content .course-category {
  color: #686f7a;
  font-size: 0.6875rem;
  margin-top: 0.4375rem;
}

.course-popover-content .course-category .course-badge {
  margin-right: 0.625rem;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.course-popover-content .course-meta span {
  margin-right: 0.625rem;
  font-size: 0.8125rem;
  color: #7a7d82;
}

.course-popover-content .course-meta span i {
  font-size: 0.75rem;
  margin-right: 0.3125rem;
}

.course-popover-content .course-meta {
  padding: 0.3125rem 0;
}

.course-popover-content .course-subtitle {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  visibility: visible;
  font-size: 0.9375rem;
  line-height: 1.53;
  letter-spacing: -0.0125rem;
  color: #686f7a;
  padding-top: 0.625rem;
}
.course-popover-content .what-will-learn {
  margin-top: 0.9375rem;
}

.course-popover-content .what-will-learn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-popover-content .what-will-learn ul li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
  max-height: 3.375rem;
  visibility: visible;
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 0.8125rem;
  letter-spacing: -0.0125rem;
  color: #686f7a;
}
.course-popover-content .what-will-learn ul li:before {
  content: ".";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.125rem;
  font-size: 1.875rem;
  line-height: 0;
  color: #dedfe0;
}

.course-popover-content .popover-btns {
  margin-top: 3.125rem;
  padding-right: 4.0625rem;
  position: relative;
  margin-bottom: 0.9375rem;
}

.course-popover-content .popover-btns .add-to-cart-btn {
  width: 100%;
  padding: 1rem 0.75rem;
}

.addedToCart {
  color: #2a7de1;
  background-color: #ffffff;
  border-color: #2a7de1;
}
.addedToCart:hover {
  color: #2a7de1;
  background-color: #ffffff;
  border-color: #2a7de1;
}

.course-popover-content .popover-btns .wishlist-btn {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border: none;
  background: none;
  font-size: 1.5rem;
}
.course-popover-content .popover-btns .wishlist-btn i {
  color: transparent;
  text-stroke: 0.0625rem #2a7de1;
  -webkit-text-stroke: 0.0625rem #2a7de1;
}

.course-popover-content .popover-btns .wishlist-btn.active i,
.course-popover-content .popover-btns .wishlist-btn:hover i {
  color: #2a7de1;
}
.webui-popover.left > .webui-arrow,
.webui-popover.left-top > .webui-arrow,
.webui-popover.left-bottom > .webui-arrow {
  border-left-color: rgba(20, 23, 28, 0.1);
}
.webui-popover.right > .webui-arrow,
.webui-popover.right-top > .webui-arrow,
.webui-popover.right-bottom > .webui-arrow {
  border-right-color: #999;
  border-right-color: rgba(20, 23, 28, 0.1);
}

/*
course page style
*/

/*
course header
*/
section.course-header-area {
  background-color: #29303b;
  color: #fff;
  padding: 3.75rem 0;
}
.course-header-area.duplicated {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(41, 48, 59, 0.8);
  padding: 0.625rem 0;
}
.course-header-area.duplicated .title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  margin-bottom: 0;
}
.course-header-area.duplicated .subtitle,
.course-header-area.duplicated .course-badge,
.course-header-area.duplicated .created-row {
  display: none;
}

.course-header-wrap .title {
  font-size: 2.25rem;
  line-height: 2.5625rem;
  font-weight: 600;
  margin-bottom: 0.6563rem;
}

.course-header-wrap .subtitle {
  font-size: 1.3125rem;
  line-height: 1.6875rem;
  margin-bottom: 0.4375rem;
}

.course-header-wrap > div > span {
  margin-right: 0.75rem;
  margin-bottom: 0.4375rem;
  font-size: 0.9375rem;
}

.course-header-wrap .rating p {
  margin-bottom: 0;
}

.course-header-wrap .rating i {
  font-size: 0.875rem;
  color: #f4c150;
}

.course-header-wrap a {
  color: #fff;
}

.course-header-wrap .course-badge {
  font-size: 0.5625rem !important;
}

.course-header-wrap .comment i {
  margin-right: 0.4375rem;
  font-size: 0.8125rem;
}

/*
course sidebar
*/
.course-sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 0.0625rem 0.0625rem rgba(20, 23, 28, 0.1),
    0 0.1875rem 0.0625rem 0 rgba(20, 23, 28, 0.1);
  border-radius: 0.25rem;
  color: #505763;
  padding: 0.1875rem;
  position: relative;
  margin-top: -15.625rem;
  z-index: 10;
}
@media only screen and (max-width: 61.9375rem) {
  .course-sidebar {
    margin-top: -3.125rem;
    margin-bottom: 1.25rem;
  }
}
.course-sidebar.fixed {
  position: fixed;
  margin-top: 0;
  width: 21.875rem;
}
.course-sidebar.fixed .preview-video-box,
.course-sidebar.bottom .preview-video-box {
  display: none;
}
.course-sidebar.bottom {
  margin-top: 0;
}

.preview-video-box a {
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.preview-video-box .preview-text {
  position: absolute;
  width: 100%;
  bottom: 0.625rem;
  left: 0;
  text-align: center;
  height: auto;
  font-size: 0.9375rem;
  font-weight: 700;
}

.preview-video-box .play-btn {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../img/icons/icon-play.svg") no-repeat;
  background-size: auto 50%;
  background-position: 50%;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.preview-video-box a:hover > .play-btn {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.course-sidebar-text-box {
  padding: 0.9375rem 1.875rem;
}

.course-sidebar-text-box .price .current-price {
  color: #505763;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin-right: 0.625rem;
}

.course-sidebar-text-box .price span {
  vertical-align: middle;
  color: #a1a7b3;
  margin-right: 0.625rem;
}

.course-sidebar-text-box .price .original-price {
  text-decoration: line-through;
}
.course-sidebar-text-box .offer-time {
  color: #208058;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.course-sidebar-text-box .offer-time i {
  margin-right: 0.4375rem;
}
.course-sidebar-text-box .buy-btns .btn {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 0.125rem;
  margin-top: 0.8125rem;
  padding: 0.9375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist {
  color: #fff;
  background-color: #7e57c2;
  border-color: #673ab7;
}

.course-sidebar-text-box .buy-btns .btn-add-wishlist:hover,
.course-sidebar-text-box .buy-btns .btn-add-wishlist:focus {
  background-color: #673ab7;
  border-color: #195eb3;
}

.course-sidebar-text-box .buy-btns .btn-buy-now {
  color: #fff;
  background-color: #2a7de1;
  border-color: #2a7de1;
}
.course-sidebar-text-box .buy-btns .btn-buy-now:hover,
.course-sidebar-text-box .buy-btns .btn-buy-now:focus {
  background-color: #195eb3;
  border-color: #195eb3;
}

.course-sidebar-text-box .buy-btns .btn-add-cart {
  background: transparent;
  border-color: #505763;
  color: #686f7a;
}
.course-sidebar-text-box .buy-btns .btn-add-cart:hover,
.course-sidebar-text-box .buy-btns .btn-add-cart:focus {
  background-color: #f2f3f5;
}
.course-sidebar-text-box .money-back {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  margin-top: 0.625rem;
}
.course-sidebar-text-box .includes {
  margin-bottom: 0.9375rem;
}
.course-sidebar-text-box .includes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-sidebar-text-box .includes ul li {
  font-size: 0.8125rem;
  padding: 0.1875rem;
}
.course-sidebar-text-box .includes ul li i {
  width: 1.1875rem;
  font-size: 0.75rem;
}

/*
course content
*/
.view-more-parent {
  position: relative;
  overflow: hidden;
}
.view-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(hsla(0, 0%, 100%, 0.95)),
    to(#fff)
  );
  background: -o-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.95),
    #fff
  );
  background: linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.95),
    #fff
  );
  display: block;
  padding: 1.875rem 0.1875rem 0.1875rem 0.1875rem;
  color: #2a7de1;
  cursor: pointer;
  z-index: 5;
}
.view-less {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 0.1875rem 0.1875rem 0.1875rem 0.1875rem;
  color: #2a7de1;
  cursor: pointer;
}
.view-more-parent.expanded {
  max-height: none;
  overflow: visible;
}
.view-more-parent.has-hide {
  padding-bottom: 1.875rem;
}
.description-box {
  max-height: 16.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.description-box ul {
  list-style: disc;
}

.description-box .description-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 0.625rem;
}
.description-box .audience {
  margin-top: 1.25rem;
}
.description-box .audience .audience-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.625rem;
}
.description-box .audience ul {
  margin-bottom: 0;
}

.what-you-get-box {
  background-color: #f9f9f9;
  border: 0.0625rem solid #dedfe0;
  padding: 0.625rem 0.9375rem;
  margin-top: 2.5rem;
}

.what-you-get-box .what-you-get-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 0.625rem;
}
.what-you-get-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.what-you-get-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
  width: 45%;
  padding-left: 1.625rem;
  font-size: 0.9375rem;
  position: relative;
}
.what-you-get-box ul li:before {
  font-family: Font awesome\5 Free;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f00c";
  color: #a1a7b3;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
}

.requirements-box {
  margin-top: 2.5rem;
}
.requirements-box .requirements-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 0.625rem;
}

.requirements-box .requirements__list {
  list-style: disc;
  margin-left: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 0;
}
.requirements-box .requirements__list li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.compare-box {
  max-height: 36.25rem;
  margin-bottom: 2.5rem;
}
.compare-box .compare-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 0.9375rem;
}

.course-comparism-item .item-image {
  height: auto;
  width: 18%;
  position: relative;
}

.course-comparism-item {
  color: #29303b;
  padding: 0.9375rem;
}

.course-comparism-item-container {
  border-top: 0.0625rem solid #dedfe0;
}

.course-comparism-item-container a {
  display: block;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -ms-webkit-transition: 0.1s;
}
.course-comparism-item-container a:hover {
  background-color: #dedfe0;
}
.course-comparism-item-container.this-course {
  border-bottom: 0.125rem solid #dedfe0;
}

.course-comparism-item-container.this-course .course-comparism-item-this-text {
  font-size: 0.6875rem;
  margin-left: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: -0.3125rem;
  margin-top: 0.3125rem;
}

.course-comparism-item .item-image .item-duration {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.course-comparism-item .item-title {
  padding-left: 0.9375rem;
  width: 39%;
}

.course-comparism-item .item-title .title {
  font-size: 0.9375rem;
  font-weight: 700;
  word-break: break-word;
}

.course-comparism-item .item-title .updated-time {
  color: #686f7a;
  font-size: 0.8125rem;
  margin-top: 0.1875rem;
}

.course-comparism-item .item-details {
  position: relative;
  width: 43%;
  padding-left: 0.9375rem;
}
.course-comparism-item .item-details .wishlist-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.course-comparism-item .item-details .item-rating i {
  color: #f4c150;
  margin-right: 0.25rem;
  font-size: 0.875rem;
}

.course-comparism-item .item-details .wishlist-btn button {
  padding: 0;
  margin: 0;
  border: 0;
  background: 0;
  font-size: 1.0625rem;
  color: #2a7de1;
  cursor: pointer;
}

.course-comparism-item .item-details .wishlist-btn button:hover > i:before {
  font-weight: 900;
}

.course-comparism-item .item-details .item-price {
  position: absolute;
  top: 0;
  right: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: right;
}

.course-comparism-item .item-details .item-price .current-price {
  color: #29303b;
  font-size: 1.125rem;
  font-weight: 600;
}

.course-comparism-item .item-details .item-price .original-price {
  color: #686f7a;
  font-weight: 400;
  font-size: 0.8125rem;
  text-decoration: line-through;
}
.course-comparism-item .item-details .enrolled-student {
  margin-left: 1.5625rem;
}

.course-comparism-item .item-details .enrolled-student i {
  margin-right: 0.125rem;
  color: #cacbcc;
  font-size: 0.875rem;
}
.more-by-instructor-box {
  background-color: #f9f9f9;
  border: 0.0625rem solid #dedfe0;
  margin-bottom: 3.125rem;
  padding: 0.625rem 0.5rem;
}

.more-by-instructor-box .more-by-instructor-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 0.625rem 0.4375rem;
}
.about-instructor-box .about-instructor-title {
  display: block;
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
}

.about-instructor-box .about-instructor-image img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}

.about-instructor-box .about-instructor-image ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 0.9375rem;
}

.about-instructor-box .about-instructor-image ul b {
  font-weight: 600;
}

.about-instructor-box .about-instructor-image ul i {
  width: 1.625rem;
  font-size: 0.8125rem;
}

.about-instructor-box .about-instructor-image ul li {
  margin-bottom: 0.3125rem;
}

.about-instructor-details {
  max-height: 23.75rem;
}

.about-instructor-box {
  margin-bottom: 2.5rem;
}

.about-instructor-details .instructor-name {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 0.625rem;
}

.about-instructor-details .instructor-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.33;
  margin-bottom: 0.625rem;
}
.student-feedback-box {
  margin: 3.125rem 0;
}

.student-feedback-box .student-feedback-title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 0.9375rem;
}

.student-feedback-box .average-rating {
  text-align: center;
  margin-top: 0.625rem;
}

.student-feedback-box .average-rating .num {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.625rem;
}

.student-feedback-box .average-rating .rating i {
  font-size: 1.25rem;
  color: #f4c150;
  margin-bottom: 0.3125rem;
}

.student-feedback-box .individual-rating ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.student-feedback-box .individual-rating ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.625rem;
}
.student-feedback-box .individual-rating ul li .progress {
  width: 70%;
  height: 1.25rem;
  border-radius: 0.1875rem;
  background-color: #f2f3f5;
}
.student-feedback-box .individual-rating ul li .progress-bar {
  border-radius: 0.1875rem;
  background-color: #a1a7b3;
}
.student-feedback-box .individual-rating .rating i {
  font-size: 0.875rem;
  color: #dedfe0;
}

.student-feedback-box .individual-rating .rating i.filled {
  color: #f4c150;
}

.student-feedback-box .individual-rating li > div:not(.progress) {
  padding-left: 0.9375rem;
}

.student-feedback-box
  .individual-rating
  li
  > div:not(.progress)
  span:not(.rating) {
  text-align: center;
  padding-left: 0.625rem;
  color: #2a7de1;
}
.student-feedback-box .reviews .reviews-title {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 0 1.25rem;
}

.student-feedback-box .reviews ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 1.875rem;
}

.student-feedback-box .reviews .reviewer-details img {
  height: 2.875rem;
  width: 2.875rem;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.student-feedback-box .reviews .reviewer-details .review-time .time {
  color: #686f7a;
}

.student-feedback-box .reviews ul li {
  padding: 1.875rem 0;
  border-top: 0.0625rem solid #dedfe0;
}

.student-feedback-box .reviews ul li:last-child {
  border-bottom: 0.0625rem solid #dedfe0;
}

.student-feedback-box .reviews .review-details .rating i {
  color: #dedfe0;
  margin-bottom: 0.9375rem;
}

.student-feedback-box .reviews .review-details .rating i.filled {
  color: #f4c150;
}

.student-feedback-box .reviews .review-details .review-text {
  color: #505763;
  margin-bottom: 0.625rem;
  font-size: 1rem;
}

.student-feedback-box .reviews {
  margin-top: 1.875rem;
}
.reviews .more-reviews-btn {
  text-align: center;
}

.reviews .more-reviews-btn button {
  border-radius: 0.125rem;
  border: 0.125rem solid #2a7de1;
  color: #2a7de1;
  background: #fff;
  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
}

.reviews .more-reviews-btn button:hover,
.reviews .more-reviews-btn button:focus {
  background-color: #e6f2f5;
}

.course-curriculum-box {
  margin-bottom: 2.5rem;
}
.course-curriculum-box .course-curriculum-title .title {
  font-size: 1.375rem;
  font-weight: 600;
  margin: 0 0 0.625rem;
}

.course-curriculum-box .course-curriculum-title .total-time {
  width: 8.125rem;
  display: inline-block;
  text-align: right;
}

.course-curriculum-accordion .lecture-group-title .total-time {
  width: 8.125rem;
  display: inline-block;
  text-align: right;
}
.course-curriculum-accordion .lecture-group-title .title {
  max-width: 60%;
  font-weight: 600;
}

.course-curriculum-accordion .lecture-group-title {
  position: relative;
  padding: 0.625rem 1.875rem 0.625rem 2.8125rem;
  background: #f9f9f9;
  border: 0.0625rem solid #e8e9eb;
  cursor: pointer;
  height: auto;
  margin-top: 0.1875rem;
  color: #505763;
}

.course-curriculum-box .course-curriculum-title {
  padding-right: 1.9375rem;
}

.course-curriculum-accordion .lecture-group-title:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: Font awesome\5 Free;
  font-weight: 900;
  position: absolute;
  left: 1.375rem;
  font-size: 0.625rem;
  top: 1rem;
  color: #2a7de1;
}

.course-curriculum-accordion
  .lecture-group-title[aria-expanded="false"]:before {
  content: "\f067";
}

.course-curriculum-accordion .lecture-group-title[aria-expanded="true"]:before {
  content: "\f068";
}

.course-curriculum-accordion
  .lecture-group-title[aria-expanded="true"]
  .total-lectures {
  display: none;
}
.course-curriculum-accordion .lecture-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-curriculum-accordion .lecture-list .lecture {
  padding: 0.75rem 1.875rem 0.75rem 4.5625rem;
  position: relative;
  border-bottom: 0.0625rem solid #e8e9eb;
  border-left: 0.0625rem solid #e8e9eb;
  border-right: 0.0625rem solid #e8e9eb;
  color: #686f7a;
}

.course-curriculum-accordion .lecture-list .lecture .lecture-title {
  width: 50%;
  display: inline-block;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-webkit-transition: 0.3s;
}
.course-curriculum-accordion .lecture-list .lecture .lecture-time {
  width: 6.25rem;
  text-align: right;
}

.course-curriculum-accordion .lecture-list .lecture:before {
  font-family: Font awesome\5 Free;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f144";
  position: absolute;
  left: 2.8125rem;
  opacity: 0.3;
  font-weight: 900;
  font-size: 0.8125rem;
  top: 1.0625rem;
}
.course-curriculum-accordion .lecture-list .lecture.has-preview {
  color: #2a7de1;
}
.course-curriculum-accordion .lecture-list .lecture.has-preview .lecture-title,
.course-curriculum-accordion
  .lecture-list
  .lecture.has-preview
  .lecture-preview {
  cursor: pointer;
}
.course-curriculum-accordion
  .lecture-list
  .lecture.has-preview
  .lecture-title:hover {
  color: #003845;
}

/*
category page
*/

section.category-header-area {
  padding: 2.5rem 0 1.875rem;
  background: #29303b;
  color: #fff;
}

section.category-header-area .category-name {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.287;
  margin: 0;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  background: none;
  margin-bottom: 0.3125rem;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
  color: #fff;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #dedfe0;
}

.breadcrumb .breadcrumb-item a i {
  color: #a1a7b3;
  font-size: 0.8125rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

section.category-course-list-area {
  padding-bottom: 3.125rem;
}
.category-filter-box {
  padding: 2.1875rem 0;
  border-bottom: 0.0625rem solid #e8e9eb;
  margin-bottom: 1.875rem;
}

.filter-box .btn {
  border-radius: 0.125rem;
  border-color: #2a7de1;
  color: #2a7de1;
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.625rem 0.75rem;
  min-width: 3.75rem;
  background: transparent;
}

.filter-box .btn:not(.all-btn) {
  margin-left: 0.625rem;
}

.filter-box .btn:hover,
.filter-box .btn:focus {
  background: #fff !important;
  color: #2a7de1 !important;
  border-color: #2a7de1 !important;
}

.filter-box .btn[aria-expanded="true"] {
  background-color: #76c5d6 !important;
}

.filter-box .dropdown-menu {
  -webkit-box-shadow: 0 0.25rem 1rem rgba(20, 23, 28, 0.25);
  box-shadow: 0 0.25rem 1rem rgba(20, 23, 28, 0.25);
  border-color: #fff;
  border-radius: 0.125rem;
  max-height: 22.8125rem;
  overflow-y: auto;
}

.filter-box .dropdown-menu .dropdown-item {
  color: #505763;
  padding: 0.3125rem 0.75rem;
  font-weight: 400;
  line-height: 1.43;
  font-size: 0.9375rem;
}
.filter-box .dropdown-menu .dropdown-item:hover,
.filter-box .dropdown-menu .dropdown-item:focus {
  background-color: #f2f3f5;
  color: inherit;
}
.filter-box .reset-btn {
  background-color: transparent;
  border-color: transparent;
}
.filter-box .reset-btn:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.filter-box .reset-btn:disabled {
  color: #a1a7b3 !important;
  cursor: not-allowed;
}
.category-course-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.course-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.0625rem solid #dedfe0;
  border-radius: 0.125rem 0.125rem 0 0;
  min-height: 9.25rem;
  background-color: #fff;
}

.course-box-2 .course-image {
  width: 26%;
}

.course-box-2 .course-details {
  width: 50%;
  padding: 0.625rem 1.875rem;
}

.course-box-2 .course-price-rating {
  width: 24%;
  text-align: right;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 0.625rem 1.5625rem 0.9375rem;
}

.category-course-list ul li {
  margin-bottom: 1.875rem;
}

.course-box-2 .course-price-rating .current-price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #29303b;
}

.course-box-2 .course-price-rating .original-price {
  color: #686f7a;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-left: 0.3125rem;
  text-decoration: line-through;
}

.course-box-2 .course-price-rating .rating i {
  /* color: #f4c150; */
  font-size: 0.8125rem;
}

.course-box-2 .course-price-rating .rating .average-rating {
  font-size: 0.8125rem;
  color: #686f7a;
}

.course-box-2 .course-price-rating .rating-number {
  font-size: 0.8125rem;
  color: #686f7a;
}
.course-box-2 .course-details .course-title {
  color: #29303b;
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.course-box-2 .course-details a:hover {
  text-decoration: underline;
}

.course-box-2 .course-details .course-instructor {
  display: block;
  color: #686f7a;
  font-size: 0.6875rem;
  margin-bottom: 0.375rem;
}

.course-box-2 .course-details .course-subtitle {
  color: #505763;
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
}

.course-box-2 .course-details .course-meta span {
  font-size: 0.8125rem;
  margin-right: 0.625rem;
  color: #686f7a;
}

.course-box-2 .course-details .course-meta {
  padding-top: 0.3125rem;
}

.course-box-2 .course-details .course-meta span i {
  opacity: 0.5;
  font-size: 0.875rem;
  margin-right: 0.25rem;
}

/*
Instructor page
*/
section.instructor-header-area {
  background-color: #2a7de1;
  color: #fff;
  padding: 2.125rem 0;
}

section.instructor-header-area .instructor-name {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.287;
  margin: 0;
}

section.instructor-header-area .instructor-title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.287;
  margin: 0.4375rem 0 0;
}
section.instructor-details-area {
  padding: 1.875rem 0;
}

.instructor-left-box .instructor-image img {
  border-radius: 50%;
  height: 7.5rem;
  width: 7.5rem;
}

.instructor-left-box .instructor-social ul {
  margin: 0;
  padding: 0;
  margin-top: 1.5625rem;
  list-style: none;
}

.instructor-left-box .instructor-social ul li {
  display: inline-block;
  padding: 0 0.375rem;
  font-size: 1.1875rem;
}

.biography-content-box {
  max-height: 25rem;
  margin-bottom: 2.5rem;
}

.instructor-right-box .instructor-stat-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.instructor-right-box .instructor-stat-box ul li {
  display: inline-block;
  border-left: 0.0625rem solid rgba(41, 48, 59, 0.25);
  padding: 0 0.9375rem;
  text-align: left;
}

.instructor-right-box .instructor-stat-box ul li .small {
  font-size: 86%;
}

.instructor-right-box .instructor-stat-box ul li .num {
  font-size: 1.5rem;
  font-weight: 300;
}
section.instructor-course-list-area {
  background-color: #f7f8fa;
  padding: 2.5rem 0;
}
section.instructor-course-list-area .section-title {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

section.instructor-course-list-area .container {
  max-width: 58.75rem;
}

ul.pagination {
  margin-top: 1.5625rem;
}
ul.pagination .page-item.disabled .page-link {
  color: #a1a7b3;
}
ul.pagination .page-item.active a,
ul.pagination .page-item.active .page-link {
  background-color: #2a7de1;
  border-color: #2a7de1;
  color: #fff;
}
ul.pagination .page-item a,
ul.pagination .page-item .page-link {
  color: #2a7de1;
  padding: 0.625rem 0.9375rem;
  font-size: 1.0625rem;
  position: relative;
  display: block;
  margin-left: -0.0625rem;
  line-height: 1.25;
  background-color: #fff;
  border: 0.0625rem solid #dee2e6;
}
ul.pagination .page-item a:hover,
ul.pagination .page-item .page-link:hover {
  background-color: #e6f2f5;
  border-color: #2a7de1;
  position: relative;
  z-index: 1;
}

/*
Notifications page
*/

section.page-header-area {
  padding: 2.5rem 0 1.875rem;
  background: #505763;
  color: #fff;
}

section.page-header-area .page-title {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.287;
  margin: 0;
}
section.page-header-area .page-subtitle {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.287;
  margin: 0.4375rem 0 0.3125rem;
}
.notifications-list-area .notifications-footer .mark-all-read {
  border: 0;
  background: none;
  color: #2a7de1;
}
.notifications-list-area .notifications-footer .mark-all-read:hover {
  color: #003845;
}
.notifications-list-area .notifications-footer {
  padding: 0.9375rem 0;
}
.notifications-list-area .notification-list {
  max-height: 25.9375rem;
  overflow-y: auto;
  margin-top: 2.5rem;
}
.notifications-list-area .notification-list li {
  padding: 0.9375rem;
}
.notifications-list-area
  .notification-list
  .notification-details
  .notification-text {
  width: 100%;
}
.notifications-list-area .notification-list .notification-details {
  padding-right: 0.9375rem;
}
.notifications-list-area
  .notification-list
  .notification-details
  .notification-time {
  margin-top: 0.625rem;
}

/*
my courses - wishlist page
*/

section.page-header-area.my-course-area {
  padding-bottom: 0;
}
section.page-header-area.my-course-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.25rem;
}
section.page-header-area.my-course-area ul li {
  display: inline-block;
  margin-right: 1.875rem;
}
section.page-header-area.my-course-area ul li a {
  padding: 0 0 0.3125rem;
  border-bottom: 0.375rem solid hsla(0, 0%, 100%, 0);
  color: #fff;
  display: block;
}
section.page-header-area.my-course-area ul li.active a,
section.page-header-area.my-course-area ul li a:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.7);
}
section.my-courses-area .my-course-search-bar .input-group {
  width: 13.75rem;
  margin-left: auto;
}
section.my-courses-area {
  padding: 2.5rem 0;
}
.my-courses-area .my-course-search-bar input {
  font-size: 1rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0;
  background-color: #fff;
  border: 0.0625rem solid #cacbcc;
}
.my-courses-area .my-course-search-bar .input-group-append button {
  background: #f2f3f5;
  border-color: #dedfe0;
  color: #a1a7b3;
  min-height: 100%;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.my-courses-area .my-course-search-bar .input-group-append button:hover,
.my-courses-area .my-course-search-bar .input-group-append button:focus,
.my-courses-area
  .my-course-search-bar
  input:focus
  + .input-group-append
  button {
  background: #2a7de1;
  color: #fff;
  border-color: #2a7de1;
}
.my-courses-area .row.no-gutters {
  margin-top: 3.125rem;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.my-courses-area .course-box-wrap {
  padding: 0 0.625rem;
}
.my-course-filter-bar.filter-box {
  position: relative;
  padding-top: 1.875rem;
}
.my-course-filter-bar.filter-box > span {
  position: absolute;
  top: 0;
  left: 0;
  color: #686f7a;
  font-size: 0.8125rem;
}

.edit-rating-modal .m-progress-bar-wrapper {
  background: #e8e9eb;
}

.edit-rating-modal .m-progress-bar {
  height: 0.375rem;
  background: #a1a7b3;
  border-radius: 0 0.1875rem 0.1875rem 0;
}
.edit-rating-modal .rating-title {
  font-weight: 300;
  font-size: 1.5rem;
  color: #29303b;
}
.edit-rating-modal .modal-body {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.modal-course-preview-box {
  padding-left: 3.125rem;
}
.modal-course-preview-box .card-title {
  line-height: 1.5rem;
  height: 3rem;
  color: #505763;
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 1.125rem;
}
.modal-course-preview-box .card-text {
  line-height: 1.5rem;
  height: 3rem;
  color: #505763;
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
}
.edit-rating-modal .modal-footer button {
  padding: 1rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.35135;
  border-radius: 0.125rem;
  background-color: #2a7de1;
  border-color: #2a7de1;
  font-weight: 600;
}
.edit-rating-modal .modal-footer button:hover,
.edit-rating-modal .modal-footer button:focus {
  background-color: #195eb3 !important;
  border-color: #195eb3 !important;
}
.edit-rating-modal .modal-footer button.previous {
  color: #2a7de1;
  background-color: #fff;
  border-color: #2a7de1;
}
.edit-rating-modal .modal-footer button.previous:hover,
.edit-rating-modal .modal-footer button.previous:focus {
  background-color: #e6f2f5 !important;
  border-color: #2a7de1 !important;
}

.your-rating {
  border: none;
  float: left;
}

.your-rating > input {
  display: none;
}
.your-rating > label:before {
  margin: 0.5rem;
  font-size: 2.5rem;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f005";
  font-weight: 900;
}
.your-rating > .half:before {
  content: "\f089";
  position: absolute;
}
.your-rating > label {
  color: #dedfe0;
  float: right;
}
.your-rating > input:checked ~ label,
.your-rating:not(:checked) > label:hover,
.your-rating:not(:checked) > label:hover ~ label {
  color: #f4c150;
}
.your-rating > input:checked + label:hover,
.your-rating > input:checked ~ label:hover,
.your-rating > label:hover ~ input:checked ~ label,
.your-rating > input:checked ~ label:hover ~ label {
  color: #f4c150;
}

.edit-rating-modal .rating {
  margin-bottom: 1.875rem;
  margin-top: 1.25rem;
}
.edit-rating-modal .rating i {
  font-size: 1.875rem;
}
.edit-rating-modal .modal-rating-comment-box textarea {
  width: 100%;
  height: 13.125rem;
  resize: none;
  border-radius: 0.125rem;
}
.edit-rating-modal .modal-rating-comment-box textarea:focus {
  border-color: #76c5d6;
}

/*
cart page
*/

section.cart-list-area {
  margin-top: 3.125rem;
  margin-bottom: 4.375rem;
}
.in-cart-box > .title,
.wishlisted-box > .title {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
  color: #29303b;
}
.in-cart-box .cart-course-list,
.wishlisted-box .cart-course-list {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-shadow: 0 0 0.125rem #dedfe0;
  box-shadow: 0 0 0.125rem #dedfe0;
  margin-bottom: 3.75rem;
}
.in-cart-box .cart-course-list li:not(:first-child),
.wishlisted-box .cart-course-list li:not(:first-child) {
  border-top: 0.0625rem solid #f1f1f1;
}
.cart-course-wrapper {
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
.cart-course-wrapper .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  max-width: 17%;
}
.cart-course-wrapper .details {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
  padding-left: 0.625rem;
}
.cart-course-wrapper .details .name {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 0;
  max-height: 2.3125rem;
  color: #29303b;
  line-height: 1.2;
  font-weight: 700;
}
.cart-course-wrapper .details .instructor {
  display: block !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  max-height: 2.25rem;
  font-size: 0.8125rem;
  color: #686f7a;
}
.cart-course-wrapper .move-remove {
  text-align: right;
  padding-left: 0.625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.cart-course-wrapper .price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  text-align: right;
  padding-right: 1.5625rem;
  position: relative;
}
.cart-course-wrapper .move-remove div {
  color: #2a7de1;
  cursor: pointer;
  font-size: 0.8125rem;
  margin-bottom: 0.1875rem;
}
.cart-course-wrapper .move-remove div:hover {
  color: #003845;
}
.cart-course-wrapper .price .current-price {
  color: #2a7de1;
  font-weight: 900;
}
.cart-course-wrapper .price .original-price {
  text-decoration: line-through;
  color: #686f7a;
}
.cart-course-wrapper .price .coupon-tag {
  position: absolute;
  top: 0.125rem;
  right: 0;
  color: #2a7de1;
  font-size: 0.875rem;
}

.cart-sidebar .total {
  color: #686f7a;
  font-size: 1.125rem;
}
.cart-sidebar .total-price {
  font-size: 2.25rem;
  line-height: 3.0625rem;
  color: #2a7de1;
  font-weight: 600;
}
.cart-sidebar .total-original-price {
  color: #686f7a;
  margin-bottom: 0.75rem;
}
.cart-sidebar .total-original-price .original-price {
  text-decoration: line-through;
  margin-right: 0.625rem;
}
.cart-sidebar .checkout-btn {
  font-size: 0.9375rem;
  line-height: 1.35135;
  border-radius: 0.125rem;
  color: #fff;
  background-color: #2a7de1;
  border-color: #2a7de1;
  font-weight: 600;
  padding: 1rem 0.75rem;
}
.cart-sidebar .checkout-btn:hover,
.cart-sidebar .checkout-btn:focus {
  background-color: #195eb3 !important;
  border-color: #195eb3 !important;
}
.cart-sidebar .coupon-field input {
  padding: 0.875rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.125rem;
}
.cart-sidebar .coupon-field input:focus {
  border-color: #76c5d6;
}
.cart-sidebar .coupon-field button {
  border-radius: 0.125rem;
  background-color: #2a7de1;
  border-color: #2a7de1;
  color: #fff;
  font-weight: 600;
  font-size: 0.9375rem;
}
.cart-sidebar .coupon-field button:hover,
.cart-sidebar .coupon-field button:focus {
  background-color: #00576b !important;
  border-color: #00576b !important;
}
.cart-sidebar .coupon-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.9375rem;
}
.cart-sidebar .coupon-list ul li {
  font-size: 0.8125rem;
  cursor: pointer;
  color: #686f7a;
}
.cart-sidebar .coupon-list ul li:hover {
  color: #2a7de1;
}
.cart-sidebar .coupon-list ul li i {
  font-size: 0.6875rem;
}

/*
user dashboard page
*/

section.user-dashboard-area {
  padding: 2.5rem 0;
}

.user-dashboard-box {
  border: 0.0625rem solid #dedfe0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.user-dashboard-sidebar {
  width: 18%;
  border-right: 0.0625rem solid #dedfe0;
}

.user-dashboard-content {
  width: 100%;
}
section.user-dashboard-area {
  padding: 2.5rem 0;
}

.user-dashboard-box {
  border: 0.0625rem solid #dedfe0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-dashboard-sidebar .user-box {
  text-align: center;
  padding: 0.625rem;
}

.user-dashboard-sidebar .user-box .name {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.user-dashboard-sidebar .user-dashboard-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.user-dashboard-sidebar .user-dashboard-menu ul a {
  display: block;
  padding: 0.25rem 0.9375rem;
}

.user-dashboard-sidebar .user-dashboard-menu ul .active a {
  background: #a1a7b3;
  color: #fff;
}
.user-dashboard-content .content-title-box {
  text-align: center;
  border-bottom: 0.0625rem solid #dedfe0;
  padding: 1.25rem;
}

.user-dashboard-content .content-title-box .title {
  color: #29303b;
  font-size: 1.375rem;
  font-weight: 700;
}

.user-dashboard-content .content-title-box .subtitle {
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  font-weight: 300;
  color: #29303b;
}

.user-dashboard-content .content-update-box {
  border-top: 0.0625rem solid #dedfe0;
  padding: 1.25rem;
  text-align: center;
}

.user-dashboard-content .content-update-box button {
  color: #fff;
  background-color: #2a7de1;
  border-color: #2a7de1;
  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
  border-radius: 0.125rem;
  line-height: 1.35135;
  font-weight: 600;
}
.user-dashboard-content .content-box .form-group {
  padding: 0.625rem 8.875rem;
  margin-bottom: 0;
}
.user-dashboard-content .content-box .form-group .input-group-text {
  border: 0.0625rem solid #cacbcc;
  border-radius: 0.125rem;
}
.user-dashboard-content .content-box .form-group .custom-select {
  padding: 0.6875rem 0.75rem;
  border-radius: 0.125rem;
  height: auto;
}
.user-dashboard-content .content-box .form-group .form-control {
  font-size: 1rem;
  padding: 0.625rem 0.75rem;
  border: 0.0625rem solid #cacbcc;
  border-radius: 0.125rem;
}
.user-dashboard-content
  .content-box
  .input-group
  > .input-group-prepend:not(:first-child)
  > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.user-dashboard-content .content-box .form-group .custom-select:focus,
.user-dashboard-content .content-box .form-group input:focus {
  border: 0.0625rem solid #76c5d6;
}
.user-dashboard-content .content-box .form-group small.form-text {
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
  color: #5d6d86;
  font-size: 0.6875rem;
}

.user-dashboard-content .content-box .mce-tinymce,
.user-dashboard-content .content-box .mce-panel,
.user-dashboard-content .content-box .mce-top-part::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #cacbcc;
}
.user-dashboard-content .content-box .mce-edit-area.mce-container {
  border-right: 0.0625rem solid #cacbcc !important;
  cursor: text;
}
.user-dashboard-content .content-box .basic-group,
.user-dashboard-content .content-box .link-group,
.user-dashboard-content .content-box .email-group,
.user-dashboard-content .content-box .password-group {
  padding: 0.625rem 0;
}
.user-dashboard-content .content-box .password-group {
  padding-bottom: 1.875rem;
  border-top: 0.0625rem solid #dedfe0;
}

/*
my message page
*/

.message-sender-list-box {
  padding-top: 0.625rem;
}
.message-sender-list-box .compose-btn {
  color: #2a7de1;
  background-color: #fff;
  border-color: #2a7de1;
  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
  border-radius: 0.125rem;
  line-height: 1.35135;
}
.message-sender-list-box .compose-btn:hover,
.message-sender-list-box .compose-btn:focus {
  background-color: #e6f2f5;
}
.message-sender-list-box .message-sender-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0.625rem 0.625rem 0;
  position: relative;
  min-height: 17.5rem;
  height: calc(100vh - 380px);
  overflow: auto;
}
.message-sender-list-box .message-sender-list .sender-image img {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}
.message-sender-list-box .message-sender-list li {
  cursor: pointer;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-webkit-transition: 0.3s;
  border: 0.0625rem solid transparent;
  padding: 0.9375rem;
  border-radius: 0.1875rem;
}
.message-sender-list-box .message-sender-list li.active,
.message-sender-list-box .message-sender-list li:hover {
  border-color: #dedfe0;
  background-color: #fff;
}
.message-sender-list-box .message-sender-list .sender-name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #505763;
  margin-left: 0.9375rem;
}
.message-sender-list-box .message-sender-list .message-time {
  font-size: 0.8125rem;
  color: #686f7a;
}
.message-sender-list-box .message-sender-list .message-sender-head {
  margin-bottom: 0.625rem;
}
.message-sender-list-box .message-sender-list .message-sender-body {
  padding: 0 2.6875rem;
  font-size: 0.8125rem;
  color: #686f7a;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message-details-box {
  height: 100%;
  background: #fff;
  border-right: 0.0625rem solid #dedfe0;
  border-left: 0.0625rem solid #dedfe0;
}
.message-details-box .empty-box {
  padding-top: 3.4375rem;
}
.message-details-box .message-details .message-header a {
  display: block;
}
.message-details-box .message-details .message-header img {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  margin-right: 0.9375rem;
}
.message-details-box .message-details .message-header {
  min-height: 4.0625rem;
  padding: 0.625rem;
  border-bottom: 0.0625rem solid #dedfe0;
}
.message-details-box .message-details .message-footer {
  padding: 0.625rem;
  border-top: 0.0625rem solid #dedfe0;
  background: #fff;
}
.message-details-box .message-details .message-content {
  background: #fff;
  padding: 0.625rem;
  overflow: auto;
  min-height: 12.5rem;
  height: calc(100vh - 460px);
}
.message-details-box .message-details .message-content .message-box {
  max-width: 25rem;
  min-width: 11.875rem;
  padding: 0.9375rem;
  border-radius: 0.125rem;
  margin-bottom: 0.625rem;
  background: #f2f3f5;
  display: inline-block;
}
.message-details-box .message-details .message-content .message-box .message {
  white-space: pre-wrap;
  color: #505763;
  font-size: 0.9375rem;
  overflow-x: auto;
}
.message-details-box .message-details .message-content .message-box .time {
  color: #686f7a;
  font-size: 0.8125rem;
  margin-bottom: 0.625rem;
}
.message-details-box .message-details .message-content .me .message-box {
  background: rgba(230, 242, 245, 0.5);
}
.message-details-box .message-details .message-content .me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.message-details-box .message-details .message-footer textarea {
  border-radius: 0.125rem;
  min-height: 6.25rem;
}
.message-details-box .message-details .message-footer textarea:focus {
  border-color: #76c5d6;
}
.message-details-box .message-details .message-footer .send-btn {
  color: #fff;
  background-color: #2a7de1;
  border-color: #2a7de1;
  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
  border-radius: 0.125rem;
  line-height: 1.35135;
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
  font-weight: 600;
}
.message-details-box .message-details .message-footer .send-btn:hover,
.message-details-box .message-details .message-footer .send-btn:focus {
  background-color: #195eb3;
  border-color: #195eb3;
}

.message-sender-list-box .message-sender-list .sender-image i {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  font-size: 0.6875rem;
  line-height: 1.3125rem;
  text-align: center;
  border: 0.0625rem solid #adadad;
  color: #adadad;
}

.new-message-details .message-header {
  min-height: 4.0625rem;
  padding: 0.625rem;
  border-bottom: 0.0625rem solid #dedfe0;
}
.new-message-details .message-header span {
  font-weight: 700;
  color: #29303b;
  vertical-align: middle;
}
.new-message-details .message-header i {
  font-size: 1.0625rem;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.3125rem;
  text-align: center;
  border: 0.0625rem solid #adadad;
  border-radius: 50%;
  color: #adadad;
  margin-right: 0.9375rem;
  margin-left: 0.625rem;
}
.new-message-details .message-body {
  padding: 0.625rem;
}
.new-message-details .message-body .cancel-btn {
  border: none;
  background: no-repeat;
  color: #2a7de1;
}
.new-message-details .message-body textarea {
  min-height: 6.25rem;
  border-radius: 0.125rem;
  border-color: #cacbcc;
}
.new-message-details .message-body textarea:focus {
  border-color: #76c5d6;
}
span.select2-selection.select2-selection--single {
  background-color: transparent;
  color: #32373c;
  border-color: #cacbcc;
  height: auto;
  border-radius: 0.125rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.625rem;
}
.select2-container
  .select2-selection--single
  .select2-selection__rendered:focus {
  outline: none;
}
span.select2-selection.select2-selection--single:focus {
  outline: none;
}
span.select2-selection.select2-selection--single[aria-expanded="true"] {
  background-color: #ffffff;
  border-color: #76c5d6;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0.75rem;
  right: 0.4375rem;
}
span.select2-dropdown,
.daterangepicker.dropdown-menu {
  border-color: #cacbcc;
}
span.select2-search.select2-search--dropdown {
  padding: 0.8125rem 0.9375rem;
}
span.select2-results ul li {
  padding: 0.375rem 0.9375rem;
  color: #56666d;
}
span.select2-results ul li.select2-results__option--highlighted,
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: #e8e8e8;
  color: #32373c;
}
.select2-container--default .select2-results__option {
  padding: 0.75rem 0.9375rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #cacbcc;
  padding: 0.625rem;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  border-color: #76c5d6;
  outline: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #2a7de1;
  color: white;
}

/*
purchase History page
*/
section.purchase-history-list-area {
  padding: 1.875rem 0 3.125rem;
}
.purchase-history-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.purchase-history-list li {
  border-bottom: 0.0625rem solid #f2f3f5;
  padding: 0.625rem 0;
  font-size: 0.75rem;
}
.purchase-history-list .purchase-history-list-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
}
.purchase-history-list .purchase-history-course-img {
  float: left;
}
.purchase-history-list .purchase-history-course-img img {
  width: 8.4375rem;
  margin-right: 0.9375rem;
  height: auto;
}
.purchase-history-list .purchase-history-course-title {
  font-weight: 600;
  font-size: 1rem;
}
.purchase-history-list .purchase-history-course-title:hover {
  color: #003845;
}
.purchase-history-list .purchase-history-detail .btn-receipt {
  color: #2a7de1;
  background-color: #fff;
  border: 0.0625rem solid #2a7de1;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.35135;
  border-radius: 0.125rem;
}
.purchase-history-list .purchase-history-detail .btn-receipt:hover,
.purchase-history-list .purchase-history-detail .btn-receipt:focus {
  background-color: #e6f2f5;
}

.purchase-history-list .purchase-history-items {
  background-color: #fff;
  padding: 0.9375rem;
  border-bottom: 0.0625rem solid #efefef;
}

/*
footer style
*/
.footer-top-widget-area {
  border-top: 0.0625rem solid #e8e9eb;
  padding: 2.5rem 0;
  background-color: #fff;
}
.footer-widget.link-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget.link-widget ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.footer-widget.link-widget ul a {
  font-size: 0.8125rem;
}
.language-widget button {
  padding: 0.5625rem 1.125rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.125rem;
  min-width: 10rem;
  text-align: left;
  color: #686f7a;
  background-color: #fff;
  border: 0.0625rem solid #505763;
  border-radius: 0.125rem;
}
.language-widget button:hover,
.language-widget button:focus {
  color: #686f7a !important;
  background-color: #e8e9eb !important;
  border-color: #505763;
}
.language-widget button i {
  font-size: 0.6875rem;
  margin-right: 0.625rem;
}
.language-widget .dropdown-menu {
  -webkit-box-shadow: 0 0.25rem 1rem rgba(20, 23, 28, 0.25);
  box-shadow: 0 0.25rem 1rem rgba(20, 23, 28, 0.25);
  border-radius: 0.125rem;
  border: 0;
  margin-bottom: 0.125rem;
  width: 10rem;
}
.language-widget .dropdown-menu a {
  padding: 0.375rem 0.875rem;
  color: #505763;
  font-weight: 400;
  line-height: 1.43;
  font-size: 0.8125rem;
}
.language-widget .dropdown-menu a:hover,
.language-widget .dropdown-menu a:focus {
  background-color: #f2f3f5;
}
.language-widget .dropdown-toggle {
  position: relative;
}
.language-widget .dropdown-toggle::after {
  position: absolute;
  top: 1.0625rem;
  right: 0.875rem;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-webkit-transform: rotate(180deg);
}

.footer-area {
  background-color: #fff;
  padding: 1.875rem 0;
  border-bottom: 0.375rem solid #2a7de1;
  border-top: 0.0625rem solid #e8e9eb;
}
.copyright-text {
  color: #686f7a;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.copyright-text img {
  margin-right: 1.25rem;
}
.footer-menu .nav-item:not(:last-child) {
  margin-right: 1.25rem;
}
.footer-menu .nav-link {
  padding: 0.375rem 0;
  font-size: 0.8125rem;
}

.payment-in-modal form .stripe {
  color: #fff;
  background-color: #008cde;
  border-color: #0698dc;
  font-size: 1rem;
  font-weight: 700;
  height: 3.125rem;
  width: 100%;
  padding: 0.6875rem 0.75rem;
  border-radius: 0.125rem;
}
.payment-in-modal form .paypal {
  color: #fff;
  background-color: #008cde;
  border-color: #0698dc;
  font-size: 1rem;
  font-weight: 700;
  height: 3.125rem;
  width: 100%;
  padding: 0.6875rem 0.75rem;
  border-radius: 0.125rem;
}

.purchased a {
  width: 100%;
  border: 0;
  color: #fff;
  background-color: #2a7de1;
  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.43;
  border-radius: 0.125rem;
  font-weight: 600;
  margin-top: 1.25rem;
  display: block;
  text-align: center;
}
.purchased a:hover,
.purchased a:focus {
  background: #003440;
}
.already_purchased a {
  width: 100%;
  border: 0;
  color: #fff;
  background-color: #2a7de1;
  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.43;
  border-radius: 0.125rem;
  font-weight: 600;
  margin-top: 1.25rem;
  display: block;
  text-align: center;
}
.already_purchased a:hover,
.already_purchased a:focus {
  background: #003440;
}

div.tagsinput span.tag {
  background-color: #2196f3;
  border-color: #2196f3;
  color: white;
}
div.tagsinput span.tag a {
  color: #ddd;
}

/* Version 1.4 */
.hidden {
  display: none;
}
@media (max-width: 47.5rem) {
  .user-dashboard-content .content-box .form-group {
    padding: 0.625rem 0.625rem;
  }
}

/* Customizing Radio Button */
.custom-radio:checked,
.custom-radio:not(:checked) {
  position: absolute;
  left: -624.9375rem;
}
.custom-radio:checked + label,
.custom-radio:not(:checked) + label {
  position: relative;
  padding-left: 1.75rem;
  cursor: pointer;
  line-height: 1.25rem;
  display: inline-block;
  color: #666;
}
.custom-radio:checked + label:before,
.custom-radio:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.0625rem solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.custom-radio:checked + label:after,
.custom-radio:not(:checked) + label:after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: #eb5252;
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-radio:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.custom-radio:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.filter_type h6 {
  /* border-top: 1px solid #ededed; */
  margin: 0.9375rem 0;
  padding: 0.9375rem 0 0 0;
  font-size: 0.8125rem;
  font-size: 0.8125rem;
}
.filter_type ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9375rem 0;
}
.filter_type ul li {
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
}
.filter_type ul .parent-category {
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 600;
}
.filter_type .filter-title {
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 600;
}

/* .card-with-no-color-no-border {
background-color: unset;
border: none;
} */

.login-form,
.register-form,
.forgot-password-form {
  background-color: #fff;
  padding-bottom: 1.875rem;
}

.mobile-main-nav .all-category-devided {
  border-top: 0.0625rem solid #f5f5f5;
  padding-top: 0.625rem;
}

.quiz-options label {
  color: #3a3a3a;
}

.page-not-found-banner {
  padding: 9.375rem 0rem;
}
.page_not_found_heading {
  font-size: 8.75rem;
  display: block;
}
.page_not_found_message {
  font-size: 1.56rem;
  display: block;
  margin-bottom: 1.875rem;
}

.back_to_home_btn {
  color: #2a303b;
  background-color: #fff;
  border-color: #fff;
  padding: 0.6875rem 0.75rem;
  font-size: 0.9375rem;
  border-radius: 0.125rem;
  line-height: 1.35135;
  font-weight: 600;
}
.back_to_home_btn:hover,
.back_to_home_btn:focus {
  background-color: #ffffff;
  border-color: #195eb3;
  color: #2a303b;
}

/* Course progress on lesson sidebar */
.circular-progress {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform: rotate(-90deg) rotateX(180deg);
  transform: rotate(-90deg) rotateX(180deg);
  background-color: #fff;
}

.circular-progress circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1s ease;
  -o-transition: stroke-dashoffset 1s ease;
  transition: stroke-dashoffset 1s ease;
  stroke: #4caf50;
  stroke-width: 0.3125rem;
}

.circular-progress .bar {
  stroke: #e0e0e0;
}

.circular-progressdiv {
  position: relative;
}

.circular-progressdiv:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.1875rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: attr(data-percent) " %";
}

.ofline-payment-pending {
  background-color: #fff;
  border: 0.0625rem solid #ffc107;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  color: #ffc107;
  border-radius: 0.0625rem;
}

/*bundle*/
.cursor-pointer {
  cursor: pointer;
}
.text-13 {
  font-size: 0.8125rem;
}
.text-12 {
  font-size: 0.75rem;
}
.height-line-height {
  height: line-height;
}

@media only screen and (max-width: 37.5rem) {
  .d-sm-none {
    display: none;
  }
}
@media only screen and (min-width: 37.5625rem) {
  .d-md-block {
    display: show;
  }
}
.course-bundle-header {
  background-color: #087791;
  color: white;
}

/*SLIDE UP AND DOWN CSS STARTS*/
.bundle-slider {
  background-color: #fff;
  -webkit-box-shadow: 0rem 0.9375rem 1.25rem -0.3125rem #00000052;
  box-shadow: 0rem 0.9375rem 1.25rem -0.3125rem #00000052;
  overflow-y: hidden;
  max-height: 312.5rem;

  /* approximate max height */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: absolute;
  z-index: 500;
  width: 100%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  margin-right: -0.3125rem;
  margin-left: -1.25rem;
}
.bundle-slider.closed {
  max-height: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*SLIDE UP AND DOWN CSS ENDS*/
.btn-bundle-details {
  background-color: #fff;
  border: 0.0625rem solid #087791;
  color: #000 !important;
  padding: 0.625rem;
  /*border-radius: 5px;*/
  width: 48%;
  float: left;
  text-align: center;
}
.btn-bundle-details:hover {
  background-color: #087791;
  border: 0.0625rem solid #087791;
  color: #fff !important;
  padding: 0.625rem;
  /*border-radius: 5px;*/
  width: 48%;
  float: left;
  text-align: center;
}
.btn-buy-bundle {
  background-color: #fff;
  border: 0.0625rem solid #087791;
  color: #000 !important;
  padding: 0.625rem;
  /*border-radius: 5px;*/
  width: 48%;
  float: right;
  text-align: center;
}
.btn-buy-bundle:hover {
  background-color: #087791;
  border: 0.0625rem solid #087791;
  color: #fff !important;
  padding: 0.625rem;
  /*border-radius: 5px;*/
  width: 48%;
  float: right;
  text-align: center;
}
.bundle-arrow-down:hover {
  color: #087791;
}

.bundle-bg-image {
  position: relative;
  height: 45vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
}

.bundle-bg-image::before {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  background-color: rgba(0, 0, 0, 0.25);
}
/*@media only screen and (max-width: 780px) {
    .bundle-course-image{
        display: none;
    }
    .bundle-course-rating{
        min-width: 160px;
    }
}*/
.course-more-details {
  color: #6d747f;
}
@media only screen and (max-width: 47.9375rem) {
  .course-bundle-details-header .title {
    font-size: 1.125rem;
  }
  .by-name {
    font-size: 0.9375rem;
  }
  .bundle-buy-button {
    bottom: 0;
    right: 0;
    margin-bottom: 0.625rem;

    color: #fff;
    margin-right: 0.3125rem;
    text-align: center;
    float: right;
    font-size: 1.0625rem;
    padding: 0.3125rem;
    margin-top: 0.3125rem;
  }
}
@media only screen and (min-width: 48rem) {
  .course-bundle-details-header .title {
    font-size: 1.5625rem;
  }
  .by-name {
    font-size: 1.25rem;
  }
  .bundle-buy-button {
    bottom: 0;
    right: 0;
    margin-bottom: 0.625rem;

    color: #fff;
    margin-right: 0.3125rem;
    text-align: center;
    float: right;
    font-size: 1.125rem;
    padding: 0.375rem;
    margin-top: 100%;
  }
}
@media only screen and (min-width: 61.9375rem) {
  .course-bundle-details-header .title {
    font-size: 2.8125rem;
    margin-bottom: 2.5rem;
    padding: 0rem;
  }
  .by-name {
    font-size: 1.5625rem;
  }
  .bundle-buy-button {
    bottom: 0;
    right: 0;
    margin-bottom: 0.625rem;

    color: #fff;
    margin-right: 0.3125rem;
    text-align: center;
    float: right;
    font-size: 1.25rem;
    padding: 0.5rem;
    margin-top: 100%;
  }
}
.course-bundle-box {
  background-color: #2a7de10d;
}
.text-ccc {
  color: #ccc !important;
}
.box-shadow-0 {
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #00000000;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem 0.0625rem #00000000;
}

.mt-100 {
  margin-top: 100%;
}
.text-15 {
  font-size: 0.9375rem;
}
.btn-sm {
  padding: 0.3125rem;
  font-size: 0.75rem;
}

@media print {
  .print-hidden {
    display: none;
  }
}
.mini-text {
  font-size: 0.6875rem;
  color: #b3b4b9;
}
.bundle-search input {
  background-color: #f2f3f5;
  border: 0.0625rem solid #f2f3f5;
  height: 2.8125rem;
  padding: 0 0.9375rem;
  border-radius: 0.125rem 0 0 0.125rem;
  font-size: 0.8125rem;
}
.bundle-search button {
  background-color: #fff;
  border: 0.0625rem solid #efefef !important;
}
.min-height-50 {
  min-height: 3.125rem;
}
.ml-auto {
  margin-left: auto;
  margin-right: auto;
}
.bg-eceff4-p-1-5rem {
  background: #eceff4;
  padding: 1.5rem;
}
.text-22 {
  font-size: 1.375rem;
}
.text-1-2-rem {
  font-size: 1.2rem;
}
.invoice-border {
  border-bottom: 0.0625rem solid #eceff4;
  margin: 0 1.5rem;
}
.p-1-5-rem {
  padding: 1.5rem;
}
.d-inline-block {
  display: inline-block;
}
.w-20-px {
  width: 1.25rem;
}
.bg-eceff4 {
  background: #eceff4;
}
/* 10. Features-product */
.section-title .title {
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.features-product-nav {
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.features-product-nav li.nav-item {
  margin: 0 1.1875rem 0.625rem;
}

a {
  text-decoration: none;
}

.features-product-nav li a.nav-link {
  padding: 0 0 0.1875rem;
  position: relative;
  border: none;
  border-radius: 0;
  background: transparent;
  font-family: "Jost", sans-serif;
  color: #898481;
  text-transform: uppercase;
  font-size: 0.8125rem;
}

.features-product-nav li a.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background: #257ee2;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
}

.features-product-nav li a.nav-link.active::before {
  opacity: 1;
}

.features-product-nav .nav-link.active {
  color: #544842;
  border: none;
  background: transparent;
}

.features-product-item {
  background: #fff;
  position: relative;
  overflow: hidden;
  min-height: 500px;
  cursor: pointer;
  width: 276px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-around;
}

.features-product-thumb {
  position: relative;
  text-align: center;
  padding: 2.6875rem 1.875rem 0.625rem;
  min-height: 248px;
}

.features-product-thumb img {
  width: 150px;
  height:220px;
  max-width: 100%;
  display: inline-block;
}

.discount-tag {
  position: absolute;
  left: 0.75rem;
  top: 1.25rem;
  background: #257ee2;
  color: #fff;
  font-weight: 500;
  padding: 0.25rem 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.0625rem;
  z-index: 1;
}

.product-overlay-action {
  position: absolute;
  top: 1.5625rem;
  right: 1.5625rem;
  z-index: 1;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
}

.product-overlay-action ul li {
  margin-bottom: 0.4375rem;
}

.product-overlay-action ul li a {
  display: block;
  width: 1.6875rem;
  height: 1.6875rem;
  text-align: center;
  background: #3a3a43;
  border-radius: 50%;
  line-height: 1.6875rem;
  color: #fff;
  font-size: 0.75rem;
}

.features-product-content {
  padding: 1.5rem 1.875rem;
  background: #fff;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.features-product-content .rating {
  font-size: 0.625rem;
  letter-spacing: -0.0313rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.features-product-content .rating i:nth-child(5) {
  color: #cecaca;
}

.features-product-content > h5 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #544842;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.features-product-content .price {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #544842;
  font-family: "Jost", sans-serif;
}
.kart-icon{
     width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background: #2a7de1;
    color: white;
    display: inline-block;
    line-height: 36px;
}
.kart-icon:hover, .kart-icon:focus{
  background-color: #195eb3;
    border-color: #195eb3;
    color: #fff;
}
.features-product-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.875rem;
}

.features-product-bottom .color-option {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

.features-product-bottom .color-option > span {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  margin-right: 0.375rem;
  cursor: pointer;
}

.features-product-bottom .color-option > span.gray {
  background: #e4e0e0;
}

.features-product-bottom .color-option > span.cyan {
  background: #c7daeb;
}

.features-product-bottom .color-option > span.orange {
  background: #257ee2;
}

.features-product-bottom .limited-time {
  width: 60%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  text-align: right;
  line-height: 1;
}

.features-product-bottom .limited-time > a {
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: underline;
  font-family: "Jost", sans-serif;
}

.features-product-cart {
  width: 100%;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  
  justify-content: space-evenly;
}

.features-product-cart > a {
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.0625rem;
  padding: 0.5rem 0.8rem;
  height: 30px;
  width:100%;
}



.features-product-cart > a:hover {
  color: #2196f3;
}

.icerik h3 {
  font-size: 20px;
  margin-left: 10px;
  margin-top: 3px;
  float:left;
 
}

/* 
.features-product-item:hover .features-product-cart {
  bottom: 0;
  opacity: 1;
}

.features-product-item:hover .features-product-content {
  -webkit-transform: translateY(-35px);
      -ms-transform: translateY(-35px);
          transform: translateY(-35px);
}

.features-product-item:hover .product-overlay-action,
.new-arrival-item:hover .product-overlay-action {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.tab-pane.active {
  -webkit-animation: slide-down 0.3s ease-out;
          animation: slide-down 0.3s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
} */

ul {
  list-style-type: none;
}

.features-product-active .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin-top: 1.25rem;
}

.features-product-active .slick-dots li {
  line-height: 0;
  margin: 0 0.1875rem;
}

.features-product-active .slick-dots li button {
  text-indent: -6249.9375rem;
  height: 0.625rem;
  width: 0.625rem;
  border: none;
  background: #e4e0e0;
  border-radius: 3.125rem;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.features-product-active .slick-dots li.slick-active button {
  width: 1.5625rem;
}

.originalpricce {
  text-decoration: line-through;
  color: #686f7a;
  display: inline-block;
  margin-right: 1rem;
}

.product-wrap:hover .product-action-wrap .product-action-btn-1:last-child {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.product-wrap:hover .product-action-2-wrap {
  bottom: 0rem;
  opacity: 1;
  visibility: visible;
}

.product-wrap:hover.product-overly:before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.product-wrap:hover .product-content.product-content-position {
  bottom: 1.25rem;
  left: 1.5625rem;
  opacity: 1;
  visibility: visible;
}

.product-nav-1 {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 47.9375rem) {
  .product-nav-1 {
    right: 45%;
    top: 1.25rem;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}

@media only screen and (min-width: 36rem) and (max-width: 47.9375rem) {
  .product-nav-1 {
    right: 47%;
  }
}

.product-nav-1 i {
  font-size: 1.5rem;
  color: #555252;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  border: 0.0625rem solid #e1e1e1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-nav-1 i:hover {
  color: #ffffff;
  background-color: #257ee2;
}

.product-nav-1.product-prev-1 {
  margin-right: 2.1875rem;
}

.product-slider-active-1.swiper-container {
  padding: 5.625rem 0 0;
}

@media only screen and (max-width: 47.9375rem) {
  .product-slider-active-1.swiper-container {
    padding: 5.3125rem 0 0;
  }
}

.home-single-product-img {
  margin-left: 4.375rem;
  overflow: hidden;
}

@media only screen and (min-width: 62rem) and (max-width: 74.9375rem) {
  .home-single-product-img {
    margin-left: 0rem;
  }
}

@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
  .home-single-product-img {
    margin-left: 0rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .home-single-product-img {
    margin-left: 0rem;
    margin-bottom: 1.5625rem;
  }
}

.home-single-product-img a {
  display: block;
}

.home-single-product-img a img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.home-single-product-img:hover a img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.home-single-product-content h2 {
  font-weight: 600;
  font-size: 1.875rem;
  margin: 0;
}

.home-single-product-content h3 {
  color: #257ee2;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0.625rem 0 1.75rem;
}

@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
  .home-single-product-content h3 {
    margin: 0.625rem 0 0.9375rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .home-single-product-content h3 {
    margin: 0.625rem 0 0.9375rem;
  }
}

.home-single-product-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0;
}

.product-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2rem 0 3.5rem;
}

@media only screen and (min-width: 62rem) and (max-width: 74.9375rem) {
  .product-color {
    margin: 1.5625rem 0 1.9375rem;
  }
}

@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
  .product-color {
    margin: 1.25rem 0 1.625rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .product-color {
    margin: 1.25rem 0 1.625rem;
  }
}

.product-color span {
  color: #303030;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  margin: 0 1.25rem 0 0;
}

.product-color ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-color ul li {
  margin-right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 62rem) and (max-width: 74.9375rem) {
  .product-color ul li {
    margin-right: 0.75rem;
  }
}

.product-color ul li:last-child {
  margin-right: 0;
}

.product-color ul li a {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0;
  display: inline-block;
  position: relative;
}

.product-color ul li a.pink {
  background-color: #e930d5;
}

.product-color ul li a.yellow {
  background-color: #257ee2;
}

.product-color ul li a.purple {
  background-color: #8b30e9;
}

.product-color.product-details-color {
  margin: 1.375rem 0 2rem;
}

@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
  .product-color.product-details-color {
    margin: 1.375rem 0 1.25rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .product-color.product-details-color {
    margin: 1.375rem 0 1.25rem;
  }
}

.product-color.product-details-color ul li a {
  position: relative;
}

.product-color.product-details-color ul li a.active:before {
  position: absolute;
  content: "\e64d";
  font-family: "themify";
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1;
}

.product-details-action-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-quality {
  width: 5rem;
  overflow: hidden;
  position: relative;
  border: 0.0625rem solid #e8e8e8;
}

.product-quality > input {
  width: 5.1875rem;
  border: none;
  height: 2.75rem;
  line-height: 2.125rem;
  text-align: center;
  font-size: 0.875rem;
  color: #8f8f8f;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.product-quality > input::-moz-input-placeholder {
  color: #8f8f8f;
  opacity: 1;
}

.product-quality > input::-webkit-input-placeholder {
  color: #8f8f8f;
  opacity: 1;
}

.product-quality .qtybutton {
  position: absolute;
  color: #8f8f8f;
  left: 0.625rem;
  cursor: pointer;
}

.product-quality .qtybutton.inc {
  left: auto;
  right: 0.625rem;
  font-size: 1.25rem;
  top: 0.4375rem;
}

.product-quality .qtybutton.dec {
  font-size: 1.875rem;
  line-height: 2.75rem;
}

.single-product-cart {
  margin: 1.25rem 0rem 0 0rem;
}

.single-product-cart.mrg-none {
  margin: 0 1.5rem 0 0rem;
}

@media only screen and (max-width: 47.9375rem) {
  .single-product-cart {
    margin: 0 0.625rem 0 0.625rem;
  }
}

.single-product-cart > a {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  background-color: #257ee2;
  padding: 0.625rem 1.25rem;
  z-index: 1;
}

@media only screen and (max-width: 47.9375rem) {
  .single-product-cart > a {
    padding: 1.25rem 1.0625rem;
  }
}

.single-product-wishlist {
  margin-right: 1.4375rem;
}

.single-product-wishlist a,
.single-product-compare a {
  font-size: 1.125rem;
  color: #010101;
}

.single-product-wishlist a:hover,
.single-product-compare a:hover {
  color: #257ee2;
}

.tab-content.jump .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.tab-content.jump .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
  -webkit-animation-name: lastudioZoomIn;
  animation-name: lastudioZoomIn;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  animation-timing-function: cubic-bezier(0.26, 0.69, 0.37, 0.96);
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.quickview-modal-style .modal-dialog {
  max-width: 56.25rem;
}

@media only screen and (min-width: 62rem) and (max-width: 74.9375rem) {
  .quickview-modal-style .modal-dialog {
    max-width: 56.875rem;
  }
}

@media only screen and (min-width: 48rem) and (max-width: 61.9375rem) {
  .quickview-modal-style .modal-dialog {
    max-width: 37.5rem;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .quickview-modal-style .modal-dialog {
    max-width: 20rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 36rem) and (max-width: 47.9375rem) {
  .quickview-modal-style .modal-dialog {
    max-width: 31.25rem;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 29.9375rem) and (max-width: 35.9375rem) {
  .quickview-modal-style .modal-dialog {
    max-width: 28.125rem;
    margin: 0 auto;
  }
}

.quickview-modal-style .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  position: relative;
  padding: 1.25rem;
}

@media only screen and (max-width: 47.9375rem) {
  .quickview-modal-style .modal-dialog .modal-content {
    padding: 0.9375rem 0.9375rem 1.875rem;
  }
}

.quickview-modal-style .modal-dialog .modal-content .modal-header {
  padding: 0;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 9;
}

@media only screen and (max-width: 47.9375rem) {
  .quickview-modal-style .modal-dialog .modal-content .modal-header {
    right: 0.9375rem;
    top: 0.9375rem;
  }
}

.quickview-modal-style .modal-dialog .modal-content .modal-header a {
  background-color: #333;
  font-size: 0.9375rem;
  color: #ffffff;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.625rem;
}

@media only screen and (max-width: 47.9375rem) {
  .quickview-modal-style .modal-dialog .modal-content .modal-header a {
    font-size: 0.6875rem;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
  }
}

.quickview-modal-style .modal-dialog .modal-content .modal-header a i {
  line-height: 1;
}

.quickview-modal-style .modal-dialog .modal-content .modal-header a:hover {
  background-color: #257ee2;
  color: #ffffff;
}

.quickview-modal-style .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.quickview-modal-style
  .modal-dialog
  .modal-content
  .modal-body
  .modal-img-wrap
  img {
  width: 100%;
}

/*
* 14. blog styles
*/
.blog-one {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.blog-one__single {
  margin-bottom: 1.875rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__single:hover {
  -webkit-box-shadow: 0rem 0.625rem 1.875rem 0rem rgba(0, 0, 0, 0.05);
  box-shadow: 0rem 0.625rem 1.875rem 0rem rgba(0, 0, 0, 0.05);
}

.blog-one__single:hover .blog-one__image > img {
  opacity: 0.6;
}

.blog-one__single:hover .blog-one__plus {
  opacity: 1;
  -webkit-transform: perspective(20px) translateZ(0px) translate(-50%, -50%);
  transform: perspective(20px) translateZ(0px) translate(-50%, -50%);
}

.blog-one__plus {
  font-size: 2.875rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: perspective(20px) translateZ(10px) translate(-50%, -50%);
  transform: perspective(20px) translateZ(10px) translate(-50%, -50%);
  -webkit-transition: opacity 0.4s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.4s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
  -o-transition: opacity 0.4s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.4s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.4s ease, transform 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, transform 0.3s ease, color 0.3s ease,
    -webkit-transform 0.3s ease;
}

.blog-one__plus:hover {
  color: #2a7de1;
}

.blog-one__image {
  background-color: #17549f;
  position: relative;
  overflow: hidden;
}

.blog-one__image > img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__content {
  padding: 0 2.625rem;
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #f1f1f1;
  background-color: white;
}

.blog-one__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 1.875rem;
}

.blog-one__meta a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f1f1f1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.blog-one__meta a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.0625rem solid #f1f1f1;
  left: -0.3125rem;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9;
}

.blog-one__meta a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f1f1f1;
  left: 0rem;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 10;
}

.blog-one__meta a + a {
  margin-left: 0.9375rem;
}

.blog-one__meta a:hover {
  background-color: #2a7de1;
  color: #fff;
}

.blog-one__meta a:hover i {
  color: #fff;
}

.blog-one__meta a:hover:before {
  left: 0;
  border-color: #2a7de1;
}

.blog-one__meta a:hover:after {
  background-color: #2a7de1;
}

.blog-one__meta a i {
  font-size: 1rem;
  color: #81868a;
  position: relative;
  z-index: 11;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #17549f;
  margin-bottom: 2.375rem;
}

.blog-one__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-one__title a:hover {
  color: #2a7de1;
}

.blog-one__text {
  font-size: 1rem;
  line-height: 2.125rem;
  color: #81868a;
  font-weight: 500;
  margin: 0;
  margin-bottom: 1.875rem;
}

.blog-one__link {
  font-size: 0.75rem;
  color: #17549f;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1em;
}

.blog-one__link:hover {
  color: #2a7de1;
}

.blog-one .post-pagination {
  margin-top: 1.875rem;
}

.blog-one__home-two {
  padding-bottom: 5.625rem;
}

.blog-details {
  padding: 7.5rem 0 0 0;
}

.blog-details .blog-one__single {
  margin-bottom: 0;
}

.blog-details .blog-one__title {
  font-size: 3.125rem;
  margin-bottom: 1.75rem;
}

.blog-details .blog-one__text {
  margin-bottom: 0;
}

.blog-details .blog-one__text + .blog-one__text {
  margin-top: 1.875rem;
}

.blog-details__content-title {
  margin: 0;
  color: #17549f;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.blog-details .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  border: 0.125rem solid #f1f1f1;
  border-top: 0;
}

.blog-details .share-block .left-block p {
  margin: 0;
  color: #17549f;
  font-size: 1rem;
  font-weight: 600;
}

.blog-details .share-block .left-block p a {
  color: #2a7de1;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 0.3125rem;
  letter-spacing: 0;
}

.blog-details .share-block .left-block p a:hover {
  color: #17549f;
}

.blog-details .share-block .social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-details .share-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #81868a;
  font-size: 1.125rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-details .share-block .social-block a + a {
  margin-left: 2.375rem;
}

.blog-details .share-block .social-block a:hover {
  color: #2a7de1;
}

.blog-details__author {
  border: 0.125rem solid #f1f1f1;
  padding: 3.75rem 3.75rem;
  margin-top: 3.125rem;
  margin-bottom: 3.75rem;
}

.blog-details__author-image,
.blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}

.blog-details__author-image {
  width: 10.5625rem;
}

.blog-details__author-image > img {
  width: 100%;
}

.blog-details__author-content {
  padding-left: 2.5rem;
}

.blog-details__author-content h3,
.blog-details__author-content p {
  margin: 0;
}

.blog-details__author-content h3 {
  color: #17549f;
  font-size: 1.375rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.blog-details__author-content p {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #81868a;
  margin-bottom: 0rem;
}

.blog-details__author-content a {
  font-size: 1rem;
  font-weight: 500;
  color: #2a7de1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-details__author-content a:hover {
  color: #17549f;
}

.comment-one {
  margin-bottom: 3.75rem;
}

.comment-one__single {
  border-bottom: 0.125rem solid #f1f1f1;
  padding-bottom: 3.125rem;
}

.comment-one__single + .comment-one__single {
  margin-top: 3.75rem;
}

.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}

.comment-one__image {
  width: 10.625rem;
}

.comment-one__image .inner-block {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.comment-one__image .inner-block > img {
  width: 100%;
}

.comment-one__content {
  padding-left: 2.5rem;
}

.comment-one__author {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #17549f;
}

.comment-one__date {
  color: #2a7de1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  margin: 0;
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
}

.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.comment-one__text {
  color: #81868a;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 0;
}

.comment-one__reply {
  font-size: 0.75rem;
  padding: 0.0313rem 1.3125rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.comment-one__reply:hover {
  background-color: #17549f;
  color: #fff;
}

.comment-one__top-left,
.comment-one__top-right {
  display: table-cell;
  vertical-align: top;
}

.reply-form input,
.reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  height: 4.8125rem;
  color: #81868a;
  font-size: 1rem;
  padding-left: 1.875rem;
  background-color: #f1f1f1;
  margin-bottom: 0.625rem;
}

.reply-form input::-webkit-input-placeholder,
.reply-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #81868a;
}

.reply-form input::-moz-placeholder,
.reply-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #81868a;
}

.reply-form input:-ms-input-placeholder,
.reply-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #81868a;
}

.reply-form input:-moz-placeholder,
.reply-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #81868a;
}

.reply-form textarea {
  height: 13.125rem;
  padding-top: 1.25rem;
}

.reply-form__btn {
  font-size: 1.125rem;
  padding: 1.3438rem 3.625rem;
}

.reply-form__btn:hover {
  background-color: #17549f;
  color: #fff;
}

.blog-two {
  padding-top: 6.875rem;
  margin-bottom: 12.8125rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #17549f;
}

.blog-two:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../images/patter-1-1.jpg);
  opacity: 0.05;
}

.blog-two__carousel {
  top: 12.8125rem;
  margin-top: -12.8125rem;
}

.blog-two .block-title__title {
  color: #fff;
}

.blog-two .owl-dots .owl-dot {
  outline: none;
}

.blog-two .owl-nav.disabled + .owl-dots {
  margin-top: 1.875rem;
}

.blog-two .owl-dots .owl-dot:hover span,
.blog-two .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.56);
  -ms-transform: scale(1.56);
  transform: scale(1.56);
  opacity: 1;
  background-color: #17549f;
}

.blog-two .owl-dots .owl-dot span {
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #17549f;
  margin: 0 0.1563rem;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.blog-two__inner {
  padding: 2.5rem;
  padding-top: 1.25rem;
  background-color: rgba(1, 34, 55, 0.6);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-two__inner:hover {
  background-color: rgba(1, 34, 55, 0.3);
}

.blog-two__date {
  width: 4.375rem;
  height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #17549f;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  font-weight: 600;
  border-radius: 50%;
  line-height: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 5.625rem;
}

.blog-two__date::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.625rem;
  width: 100%;
  height: 100%;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-two__date:hover:before {
  left: 0;
}

.blog-two__date span {
  font-weight: 400;
  font-family: "Satisfy";
  font-size: 1.125rem;
  letter-spacing: 0em;
}

.blog-two__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 1.875rem;
  margin-top: 0.9375rem;
}

.blog-two__title a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-two__title a:hover {
  text-decoration: underline;
}

.blog-two__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -0.625rem;
}

.blog-two__meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.blog-two__meta a:hover {
  text-decoration: underline;
}

.blog-two__meta a + a:before {
  content: ".";
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.block-title {
  text-align: center;
  font-family: "Poppins";
  margin-bottom: 3.75rem;
}

.block-title__title {
  margin: 0;
  font-family: "Poppins";
  color: #17549f;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: -0.9375rem;
  margin-top: -0.9375rem;
}
.cta-three .block-title {
  margin-bottom: 2.8125rem;
  font-family: "Poppins";
}

.cta-three .block-title__title {
  font-size: 3.125rem;
  font-family: "Poppins";
}
.brand-two .block-title__title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins";
  color: #17549f;
  margin: 0;
}

/*footer*/
.footer-type1 {
  background-color: #fff;
  background-image: url(assets/frontend/default/img/01.png);
  background-size: cover;
}
.footer-type1 .form-send-email {
  padding-top: 7.375rem;
}
.footer-type2 .form-send-email {
  padding-top: 11.8125rem;
}
.footer-type3 .form-send-email {
  padding-top: 13.8125rem;
}

.footer-type1 #footer-widget .widget.widget-title {
  color: #333;
}

.footer-type2 {
  background-image: url(../images/footer/2.jpg);
  background-size: cover;
}

.footer-type2 #footer-widget .widget-social-media li a i {
  color: #fff;
}
.footer-type2 #footer-widget .widget-nav-menu li a {
  color: #f0f0f0 !important;
}

.footer-type3 {
  background-image: url(../images/footer/3.png);
  background-size: cover;
  background-position: center;
}

#footer form.form-send {
  position: relative;
  width: 29.375rem;
  margin: 0 auto;
}
#footer .form-send input {
  height: 3.75rem;
  font-size: 1.0625rem;
  border: none;
  background: #fafcff;
  font-weight: 300;
  padding: 0 2.125rem;
  line-height: 1.6875rem;
  color: #999999;
  letter-spacing: 0.05rem;
}
#footer .form-send .send-button {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  height: auto;
  margin: 0.6875rem 0.5625rem 0.6875rem 0.625rem;
  padding: 0.5rem 0.9375rem 0.3125rem 1.0625rem;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0.0313rem;
  text-transform: none;
}
#footer .form-send .send-button-type1:hover {
  color: #fbb545;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer #footer-widget {
  padding-top: 6rem;
}
#footer #footer-widget .logo-footer {
  margin: 0.375rem 0 2.5rem 0;
}
#footer #footer-widget .info-footer {
  padding-bottom: 2.5rem;
}
#footer #footer-widget .widget.widget-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2.25rem;
  color: #333;
}
#footer #footer-widget .col-company .widget.widget-title {
  letter-spacing: 0.0437rem;
}
#footer #footer-widget .col-link .widget.widget-title,
#footer #footer-widget .col-media .widget.widget-title {
  margin-top: 0.1875rem;
  letter-spacing: 0.0563rem;
}
#footer #footer-widget .widget-nav-menu li {
  margin-bottom: 0.8125rem;
}
#footer #footer-widget .widget-nav-menu li a {
  font-size: 1.0625rem;
  color: #7a7a7a;
  font-weight: 300;
}
#footer #footer-widget .widget-social-media li {
  display: inline-block;
  padding-right: 1.625rem;
}
#footer #footer-widget .widget-social-media li:last-child {
  padding-right: 0rem;
}
#footer #footer-widget .widget-social-media li a i {
  font-size: 1.5rem;
}
/*bottom*/
.bottom-type1 .bottom-bar-inner-wrap {
  padding: 2.6875rem 0rem 3.0625rem 0rem;
  border-top: 0.0625rem solid #f1f1f1;
}
.bottom-type2 {
  background: #39468f;
}
.bottom-type2 .bottom-bar-inner-wrap {
  padding: 1.6875rem 0rem 1.625rem 0rem;
}
.bottom-type2 .bottom-bar-inner-wrap #copyright .text-year,
.bottom-type2 .bottom-bar-inner-wrap #copyright .text-name,
.bottom-type2 .bottom-bar-inner-wrap #copyright .license a {
  color: #c9c9c9 !important;
}
.bottom-type2 .bottom-bar-inner-wrap .bottom-bar-menu ul li a,
.bottom-type2 .bottom-bar-content .text,
.bottom-type2 .bottom-bar-content .text a {
  color: #c9c9c9 !important;
}

#bottom .bottom-bar-inner-wrap {
  display: table;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#bottom .bottom-bar-content {
  display: table-cell;
  margin: 0;
  text-align: left;
  width: 40%;
  vertical-align: middle;
}
#bottom .bottom-bar-content #copyright {
  padding-top: 0.125rem;
}
#bottom .bottom-bar-content #copyright .text-year {
  letter-spacing: -0.0563rem;
  padding-left: 0.3125rem;
  color: #8a8a8a;
}
#bottom .bottom-bar-content #copyright .text-name {
  padding-left: 0.5625rem;
  letter-spacing: -0.0813rem;
  color: #7a7a7a;
}
#bottom .bottom-bar-content #copyright .license {
  padding-left: 1.125rem;
}
#bottom .bottom-bar-content #copyright .license a {
  color: #7a7a7a;
}
#bottom .bottom-bar-menu {
  display: table-cell;
  text-align: right;
  width: 60%;
  vertical-align: middle;
}
#bottom ul.bottom-nav li {
  display: inline-block;
  position: relative;
  padding: 0 1.4375rem;
}
#bottom ul.bottom-nav li:last-child {
  padding-right: 0rem;
}
#bottom ul.bottom-nav li a {
  font-size: 0.875rem;
  color: #7a7a7a;
  letter-spacing: 0.025rem;
  font-weight: 300;
}

@media (max-width: 74.9375rem) {
  .blog-two__title {
    font-size: 1.25rem;
  }
  .blog-two__inner {
    padding: 1.875rem;
  }
  .blog-one__title {
    font-size: 1.25rem;
  }
  .blog-one__content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  #bottom ul.bottom-nav li {
    padding: 0 0.875rem;
  }
  .col-footer {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
  #footer #footer-widget .logo-footer {
    margin: 0 0 1.25rem 0;
  }
}

@media (max-width: 47.9375rem) {
  .block-title__title {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  .blog-details__author-image,
  .blog-details__author-content {
    display: block;
  }
  .blog-details__author-content {
    padding-left: 0;
    margin-top: 1.875rem;
  }
  #footer #footer-widget {
    padding: 3.125rem 0 0.625rem 0;
  }
  #bottom ul.bottom-nav li {
    padding: 0 0.625rem;
  }
  .footer-type2 .form-send-email {
    padding-top: 6.25rem;
  }
  .sepetdropw {
    display: list-item !important;
  }
  .cart-box {
    display: none;
  }
}

@media (max-width: 23.4375rem) {
  .blog-details .share-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-type2 .form-send-email {
    padding-top: 6.25rem;
  }
  .comment-one__top-left,
  .comment-one__top-right,
  .comment-one__image,
  .comment-one__content {
    display: block;
  }
  #footer #footer-widget {
    padding: 3.125rem 0 0.625rem 0;
  }
  #bottom ul.bottom-nav li {
    padding: 0 0.625rem;
  }
  .comment-one__top-right,
  .comment-one__content {
    padding-left: 0;
    margin-top: 1.25rem;
  }
}

@media only screen and (max-width: 85.375rem) {
  #footer #footer-widget .col-link .widget.widget-title,
  #footer #footer-widget .col-media .widget.widget-title {
    margin-top: 0;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 61.9375rem) {
  .footer-type1 .form-send-email {
    padding-top: 6.25rem;
  }
  .footer-type1 .form-send-email.style4 {
    padding-top: 3.75rem;
  }
  #footer #footer-widget .widget.widget-title {
    margin-bottom: 1.5625rem;
  }
  #footer #footer-widget {
    padding: 3.125rem 0 1.875rem 0;
  }
  .col-media {
    padding-right: 0;
  }

  .bottom-type1 .bottom-bar-inner-wrap {
    padding: 1.875rem 0;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #bottom .bottom-bar-content {
    margin-bottom: 0.625rem;
  }
  #bottom .bottom-bar-content,
  #bottom .bottom-bar-menu {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
  }
  #footer form.form-send {
    width: 100%;
  }
}

.post-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-pagination a {
  border-radius: 50%;
  background-color: #f1f1f1;
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 1.1875rem;
  color: #17549f;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.post-pagination a:hover,
.post-pagination a.active {
  background-color: #17549f;
  color: #fff;
}

.post-pagination a + a {
  margin-left: 0.9375rem;
}

/*
         * 16. sidebar styles
         */
@media (max-width: 61.9375rem) {
  .sidebar {
    margin-top: 3.125rem;
  }
}

.sidebar__title {
  margin: 0;
  color: #012237;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
}

.sidebar__single:not(.sidebar__search) {
  padding: 3.125rem;
  background-color: #f1f1f1;
}

.sidebar__single + .sidebar__single {
  margin-top: 1.875rem;
}

.sidebar__post__single + .sidebar__post__single {
  margin-top: 1.875rem;
}

.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}

.sidebar__post-image {
  width: 3.75rem;
}

.sidebar__post-image .inner-block {
  width: 100%;
}

.sidebar__post-image .inner-block > img {
  width: 100%;
}

.sidebar__post-content {
  padding-left: 1.25rem;
}

.sidebar__post-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #012237;
}

.sidebar__post-title a {
  color: #012237;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__post-title a:hover {
  color: #012237;
}

.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar__category-list-item {
  line-height: 1em;
}

.sidebar__category-list-item a {
  color: #7b7f85;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__category-list-item a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  color: #012237;
  font-weight: 900;
  font-size: 0.875rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__category-list-item a:hover {
  color: #012237;
}

.sidebar__category-list-item + .sidebar__category-list-item {
  margin-top: 1.6875rem;
}

.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -0.625rem;
}

.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}

.sidebar__tags-list-item a {
  display: block;
  color: #7b7f85;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__tags-list-item a:hover {
  color: #012237;
}

.sidebar__search-form {
  width: 100%;
  height: 4.9375rem;
  background-color: #f1f1f1;
  position: relative;
}

.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #81868a;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.sidebar__search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #81868a;
}

.sidebar__search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #81868a;
}

.sidebar__search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #81868a;
}

.sidebar__search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #81868a;
}

.sidebar__search-form button[type="submit"] {
  width: 2.5625rem;
  height: 2.5625rem;
  border-radius: 50%;
  background-color: #2a7de1;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"] i {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2.5625rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"]:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.0625rem solid #2a7de1;
  position: absolute;
  left: -0.3125rem;
  top: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sidebar__search-form button[type="submit"]:hover:before {
  left: 0;
}

/* Ripple effect */
.ripple {
  background-position: center;
  -webkit-transition: background 0.8s;
  -o-transition: background 0.8s;
  transition: background 0.8s;
  padding: 0.625rem;
}
.ripple:hover {
  background: #f1f1f1 -o-radial-gradient(circle, transparent 1%, #f1f1f1 1%) center/15000%;
  background: #f1f1f1 radial-gradient(circle, transparent 1%, #f1f1f1 1%)
    center/15000%;
}
.ripple:active {
  background-color: #fff;
  background-size: 100%;
  -webkit-transition: background 0s;
  -o-transition: background 0s;
  transition: background 0s;
}

/*-------- 20. Cart style ---------*/
.cart-table-content .table-content table {
  width: 100%;
}

.cart-table-content .table-content table thead {
  background-color: #f3f3f3;
}

.cart-table-content .table-content table thead > tr th {
  color: #000000;
  font-size: 0.9375rem; /* 15px */
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.875rem 1.4375rem 0.875rem; /* 14px 23px 14px */
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-table-content .table-content table thead > tr th {
    padding: 0.875rem 0.5rem 0.875rem; /* 14px 8px 14px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-table-content .table-content table thead > tr th {
    padding: 0.875rem 0.5rem 0.875rem; /* 14px 8px 14px */
  }
}

.cart-table-content .table-content table thead > tr th.width-thumbnail {
  min-width: 8.125rem; /* 130px */
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-table-content .table-content table thead > tr th.width-thumbnail {
    min-width: 5rem; /* 80px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-table-content .table-content table thead > tr th.width-thumbnail {
    min-width: 5rem; /* 80px */
  }
}

.cart-table-content .table-content table thead > tr th.width-name {
  width: auto;
}

@media only screen and (min-width: 62rem /* 992px */) and (max-width: 74.9375rem /* 1199px */) {
  .cart-table-content .table-content table thead > tr th.width-name {
    min-width: 12.5rem; /* 200px */
  }
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-table-content .table-content table thead > tr th.width-name {
    min-width: 6.25rem; /* 100px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-table-content .table-content table thead > tr th.width-name {
    min-width: 8.125rem; /* 130px */
  }
}

.cart-table-content .table-content table thead > tr th.width-price {
  width: auto;
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-table-content .table-content table thead > tr th.width-price {
    min-width: 6.25rem; /* 100px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-table-content .table-content table thead > tr th.width-price {
    min-width: 6.25rem; /* 100px */
  }
}

.cart-table-content .table-content table thead > tr th.width-quantity {
  width: auto;
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-table-content .table-content table thead > tr th.width-quantity {
    min-width: 8.75rem; /* 140px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-table-content .table-content table thead > tr th.width-quantity {
    min-width: 8.75rem; /* 140px */
  }
}

.cart-table-content .table-content table thead > tr th.width-subtotal {
  width: auto;
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-table-content .table-content table thead > tr th.width-subtotal {
    min-width: 6.25rem; /* 100px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-table-content .table-content table thead > tr th.width-subtotal {
    min-width: 6.25rem; /* 100px */
  }
}

.cart-table-content .table-content table thead > tr th.width-remove {
  width: auto;
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-table-content .table-content table thead > tr th.width-remove {
    min-width: 4.1875rem; /* 67px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-table-content .table-content table thead > tr th.width-remove {
    min-width: 4.1875rem; /* 67px */
  }
}

.cart-table-content .table-content table tbody > tr {
  border-bottom: 0.0625rem /* 1px */ solid #e5e5e5;
}

.cart-table-content .table-content table tbody > tr td {
  padding: 1.4375rem; /* 23px */
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-table-content .table-content table tbody > tr td {
    padding: 1.4375rem 0.5rem; /* 23px 8px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-table-content .table-content table tbody > tr td {
    padding: 1.4375rem 0.5rem; /* 23px 8px */
  }
}

.cart-table-content .table-content table tbody > tr td.product-thumbnail a {
  display: block;
}

.cart-table-content .table-content table tbody > tr td.product-thumbnail a img {
  width: 5rem; /* 80px */
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-table-content
    .table-content
    table
    tbody
    > tr
    td.product-thumbnail
    a
    img {
    width: 3.75rem; /* 60px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-table-content
    .table-content
    table
    tbody
    > tr
    td.product-thumbnail
    a
    img {
    width: 3.75rem; /* 60px */
  }
}

.cart-table-content .table-content table tbody > tr td.product-name h5 {
  display: block;
  font-size: 0.9375rem; /* 15px */
  color: #000000;
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-table-content .table-content table tbody > tr td.product-name h5 {
    line-height: 1.3;
  }
}

.cart-table-content .table-content table tbody > tr td.product-name h5 a {
  color: #000000;
}

.cart-table-content .table-content table tbody > tr td.product-name h5 a:hover {
  color: #257ee2;
}

.cart-table-content .table-content table tbody > tr td.product-cart-price span,
.cart-table-content .table-content table tbody > tr td.product-total span {
  font-size: 0.9375rem; /* 15px */
}

.cart-table-content .table-content table tbody > tr td.product-remove a {
  font-size: 1.125rem; /* 18px */
  color: #000000;
  display: inline-block;
}

.cart-table-content .table-content table tbody > tr td.product-remove a:hover {
  color: #257ee2;
}

.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.875rem 0rem 5.9375rem; /* 30px 0px 95px */
}

@media only screen and (min-width: 62rem /* 992px */) and (max-width: 74.9375rem /* 1199px */) {
  .cart-shiping-update-wrapper {
    padding: 1.875rem 0rem 2.8125rem; /* 30px 0px 45px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-shiping-update-wrapper {
    display: block;
    padding: 1.875rem 0rem 0.9375rem; /* 30px 0px 15px */
  }
}

@media only screen and (min-width: 36rem /* 576px */) and (max-width: 47.9375rem /* 767px */) {
  .cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.875rem 0rem 1.875rem; /* 30px 0px 30px */
  }
}

.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a {
  background-color: #f2f2f2;
  display: inline-block;
  font-size: 0.9375rem; /* 15px */
  line-height: 1;
  padding: 1.0625rem 1.875rem 1.0625rem; /* 17px 30px 17px */
  text-transform: capitalize;
  letter-spacing: 0.0187rem; /* .3px */
  border-radius: 0rem; /* 0px */
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-clear > a {
    padding: 1.0625rem 1.5625rem 1.0625rem; /* 17px 25px 17px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-clear > a {
    margin: 0 0 0.9375rem; /* 15px */
  }
}

@media only screen and (min-width: 36rem /* 576px */) and (max-width: 47.9375rem /* 767px */) {
  .cart-shiping-update-wrapper .cart-shiping-update > a,
  .cart-shiping-update-wrapper .cart-clear > button,
  .cart-shiping-update-wrapper .cart-clear > a {
    margin: 0 0 0rem; /* 0px */
    padding: 1.0625rem 1.375rem 1.0625rem; /* 17px 22px 17px */
  }
}

.cart-shiping-update-wrapper .cart-clear > button {
  border: medium none;
  cursor: pointer;
  margin-right: 1.6875rem; /* 27px */
  border-radius: 0rem; /* 0px */
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-shiping-update-wrapper .cart-clear > button {
    margin-right: 0.9375rem; /* 15px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-shiping-update-wrapper .cart-clear > button {
    margin-right: 0.625rem; /* 10px */
  }
}

.cart-calculate-discount-wrap h4 {
  font-size: 1.25rem; /* 20px */
  margin: 0 0 2.5rem; /* 40px */
  font-weight: 500;
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .cart-calculate-discount-wrap h4 {
    margin: 0 0 1.5625rem; /* 25px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-calculate-discount-wrap h4 {
    margin: 0 0 1.25rem; /* 20px */
  }
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .cart-calculate-discount-wrap {
    margin: 0rem 0 2.5rem; /* 0px 40px */
  }
}

.select-style select {
  width: 100%;
}

.select-style .select2-container--default {
  display: block;
  width: 100%;
}

.select-style .select2-container--default .select2-selection--single {
  border: 0.0625rem /* 1px */ solid #e5e5e5;
  border-radius: 0;
  height: 3.25rem; /* 52px */
  line-height: 3.25rem; /* 52px */
}

.select-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0.8125rem; /* 13px */
  right: 0.625rem; /* 10px */
}

.select-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000000;
  line-height: 3.25rem; /* 52px */
  padding-left: 1rem; /* 16px */
  padding-right: 1.25rem; /* 20px */
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0.0625rem /* 1px */ solid #e5e5e5;
  height: 3.25rem; /* 52px */
  background-color: transparent;
}

.calculate-discount-content p {
  font-size: 0.875rem; /* 14px */
  margin-bottom: 1.125rem; /* 18px */
  display: block;
  color: #666;
  line-height: 1;
}

.calculate-discount-content .input-style {
  margin-bottom: 0.9375rem; /* 15px */
}

.calculate-discount-content .input-style input {
  color: #000000;
  height: 3.25rem; /* 52px */
  border: 0.0625rem /* 1px */ solid #e5e5e5;
  background-color: transparent;
  padding: 0.125rem 1rem; /* 2px 16px */
  width: 100%;
}

.calculate-discount-content .input-style input:-moz-input-placeholder {
  color: #000000;
  opacity: 1;
}

.calculate-discount-content .input-style input:-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

.calculate-discount-content .calculate-discount-btn a {
  font-size: 0.9375rem; /* 15px */
  color: #ffffff;
  background-color: #257ee2;
  z-index: 1;
  border: none;
}

.calculate-discount-content .calculate-discount-btn a.btn {
  border-radius: 0rem; /* 0px */
  padding: 0.75rem 1.5625rem 0.75rem; /* 12px 25px 12px */
}

.calculate-discount-content .calculate-discount-btn a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-clear-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 48rem /* 768px */) and (max-width: 61.9375rem /* 991px */) {
  .grand-total-wrap {
    margin: 0.625rem 0 0; /* 10px */
  }
}

.grand-total-wrap .grand-total-content {
  padding: 1.875rem; /* 30px */
  padding: 2.125rem 1.875rem 2.0625rem; /* 34px 30px 33px */
  background-color: #f5f5f5;
}

.grand-total-wrap .grand-total-content h3 {
  font-size: 1.25rem; /* 20px */
  font-weight: 500;
  margin: 0;
  border-bottom: 0.0625rem /* 1px */ solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 1.125rem; /* 18px */
}

.grand-total-wrap .grand-total-content h3 span {
  font-size: 1rem; /* 16px */
}

.grand-total-wrap .grand-total-content .grand-shipping {
  padding: 2.375rem 0 2rem; /* 38px 32px */
}

.grand-total-wrap .grand-total-content .grand-shipping > span {
  font-size: 1rem; /* 16px */
}

.grand-total-wrap .grand-total-content .grand-shipping ul {
  padding: 1.0625rem 0 0rem 0rem; /* 17px 0px 0px */
  margin-bottom: 0rem /* 0px */ !important;
}

.grand-total-wrap .grand-total-content .grand-shipping ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.4375rem; /* 7px */
}

.grand-total-wrap .grand-total-content .grand-shipping ul li:last-child {
  margin-bottom: 0;
}

.grand-total-wrap .grand-total-content .grand-shipping ul li input {
  width: auto;
  height: auto;
}

.grand-total-wrap .grand-total-content .grand-shipping ul li label {
  font-size: 0.9375rem; /* 15px */
  font-weight: 400;
  color: #666;
  margin-left: 0.625rem; /* 10px */
}

.grand-total-wrap .grand-total-content .shipping-country {
  border-bottom: 0.0625rem /* 1px */ solid #e5e5e5;
  padding-bottom: 2.1875rem; /* 35px */
  margin-bottom: 1.875rem; /* 30px */
}

.grand-total-wrap .grand-total-content .shipping-country p {
  display: block;
  line-height: 1.7;
  margin: 0;
  font-size: 0.9375rem; /* 15px */
  font-weight: 400;
  color: #666;
  margin-left: 0.625rem; /* 10px */
  margin-bottom: 0.5rem; /* 8px */
}

.grand-total-wrap .grand-total h4 {
  font-size: 1.25rem; /* 20px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  font-weight: 500;
}

.grand-total-wrap .grand-total h4 span {
  color: #257ee2;
}

.grand-total-wrap .grand-total-btn {
  margin-top: 1.5rem; /* 24px */
}
.pt-100 {
  padding-top: 6.25rem; /* 100px */
}

.grand-total-wrap .grand-total-btn a {
  font-size: 0.9375rem; /* 15px */
  text-transform: capitalize;
  background-color: #1761b5;
  display: block;
  border: none;
  color: #ffffff;
  z-index: 1;
}

@media only screen and (max-width: 47.9375rem /* 767px */) {
  .grand-total-wrap .grand-total-btn a {
    font-size: 1rem; /* 16px */
  }
}

.grand-total-wrap .grand-total-btn a.btn {
  padding: 0.9375rem 1.25rem; /* 15px 20px */
  border-radius: 0;
}

.grand-total-wrap .grand-total-btn a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.border-left {
  width: 5rem; /* 80px */
  height: 0.0625rem; /* 1px */
  background-color: #257ee2;
}
.nav-title {
  font-size: 0.75rem; /* 12px */
  color: #858383;
  letter-spacing: 0;
  text-transform: none;
}

.teslimat-title {
  font-size: 1.125rem; /* 18px */
  line-height: 1.3125rem; /* 21px */
  color: #1e1e1e;
  font-weight: 600;
}
.adres-alani {
  border: 0.0625rem /* 1px */ dashed #257ee2;
  border-radius: 0.3125rem; /* 5px */
  background-color: #eff4f9;
}
.new-adress {
  font-size: 1rem; /* 16px */
  color: #333;
  letter-spacing: 0;
  text-transform: capitalize;
  padding-left: 0.75rem; /* 12px */
  font-weight: 500;
}
.fa-plus {
  font-size: 1rem; /* 16px */
  color: #666;
  font-weight: 700;
}
#staticBackdropLabel {
  font-size: 1.5rem; /* 24px */
  line-height: 2.625rem; /* 42px */
  color: #1e1e1e;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #257ee2;
}
