/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

/* Custom Variable Colors */
:root {
  --ed-primary-color: #543ee8;
  --ed-secondary-color: #011c1a;
  --ed-tertiary-color: #ffcd20;
  --ed-white-color: #fff;
  --ed-offwhite-color: #f5f5f5;
  --ed-title-color: #011c1a;
  --ed-paragraph-color: #5f5d5d;
  --ed-border-color: #f0f2f2;
  --ed-font-family: "Poppins", sans-serif;
  --ed-font-family-2: Aeonik Pro TRIAL, sans-serif;
}

*,
*::after *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Selection CSS */
::-moz-selection {
  color: var(--ed-white-color);
  background: var(--ed-primary-color);
}
::selection {
  color: var(--ed-white-color);
  background: var(--ed-primary-color);
}

/* ScrollBar CSS */
/* ::-webkit-scrollbar {
  width: 8px !important;
  height: 8px !important;
  display: block;
}
::-moz-scrollbar {
  width: 8px !important;
  height: 8px !important;
  display: block;
}
::-ms-scrollbar {
  width: 8px !important;
  height: 8px !important;
}
::-webkit-scrollbar-thumb {
  cursor: pointer !important;
  background: var(--ed-primary-color) !important;
  border-radius: 4px;
} */

/* Main Body CSS */
body {
  font-family: var(--ed-font-family);
  background: var(--ed-white-color);
  color: var(--ed-paragraph-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
html {
  font-family: var(--ed-font-family);
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
}

/* Custom Fonts  */
@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("assets/fonts/webfonts/AeonikProTRIAL-Bold.woff2") format("woff2"),
    url("assets/fonts/webfonts/AeonikProTRIAL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("assets/fonts/webfonts/AeonikProTRIAL-Regular.woff2") format("woff2"),
    url("assets/fonts/webfonts/AeonikProTRIAL-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("assets/fonts/webfonts/AeonikProTRIAL-Light.woff2") format("woff2"),
    url("assets/fonts/webfonts/AeonikProTRIAL-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Main Container */
.ed-container {
  max-width: 1170px;
  margin: auto;
}
.ed-container-expand {
  max-width: 1400px;
  margin: auto;
}
.ed-container-fluid {
  padding: 0;
  padding: 0px 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .ed-container-expand {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1199.99px) {
  .ed-container,
  .ed-container-fluid,
  .ed-container-expand {
    padding: 0% 5%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ed-container,
  .ed-container-fluid,
  .ed-container-expand {
    padding: 0% 10%;
  }
}
/* Theme Typhography */
img {
  max-width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
.animated:focus-visible {
  outline: none;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  transition: all 0.4s ease;
}
button:focus-visible {
  outline: none;
}
input:focus-visible {
  outline: none;
}
textarea:focus-visible {
  outline: none;
}
button {
  overflow: visible;
  border: none !important;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.btn-close:focus {
  box-shadow: none;
}
button,
input,
select,
optgroup,
textarea {
  font-family: var(--ed-font-family);
  color: var(--ed-paragraph-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
}
.c-font,
.c-font a {
  font-family: var(--ed-font-family);
}

a,
button,
input,
textarea {
  font-weight: 400;
}
img,
a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  transition: all 0.4s ease;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: var(--ed-border-color);

  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: var(--ed-font-family);
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted var(--ed-border-color);
  cursor: help;
}
mark,
ins {
  background: var(--ed-white-color) 9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth !important;
}
hr {
  background-color: var(--ed-border-color);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ul li,
li {
  list-style-type: disc;
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  display: inline-block;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: var(--ed-border-color) var(--ed-border-color)
    var(--ed-border-color);
  border-radius: 3px;
  background: var(--ed-white-color);
  color: var(--ed-paragraph-color);
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--ed-paragraph-color);
  border: 1px solid var(--ed-border-color);
  border-radius: 4px;
  padding: 12px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #393e46;
}
input[type="number"] {
  -moz-appearance: textfield;
}
select {
  border: 1px solid var(--ed-border-color);
}
textarea {
  width: 100%;
}
a {
  color: inherit;
}
a:hover,
a:focus,
a:active {
  color: var(--ed-title-color);
}
a:hover,
a:active {
  outline: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--ed-white-color);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: var(--ed-secondary-color);
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}

/* Heading Title */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: var(--ed-font-family-2);
  color: var(--ed-title-color);
  font-weight: 700;
  line-height: 130%;
}
h1 {
  font-size: 61px;
}
h2 {
  font-size: 49px;
}
h3 {
  font-size: 39px;
}
h4 {
  font-size: 31px;
}
h5 {
  font-size: 25px;
}
h6 {
  font-size: 20px;
}

/* Paragraph Text */
p {
  color: var(--ed-paragraph-color);
  margin: 0;
  line-height: 28px;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 15px !important;
  }
}

/* Cutom Padding */
.pd-top-10 {
  padding-top: 10px;
}
.pd-top-20 {
  padding-top: 20px;
}
.pd-top-30 {
  padding-top: 30px;
}
.pd-top-40 {
  padding-top: 40px;
}
.pd-top-50 {
  padding-top: 50px;
}
.pd-top-55 {
  padding-top: 55px;
}
.pd-top-60 {
  padding-top: 60px;
}
.pd-top-70 {
  padding-top: 70px;
}
.pd-top-80 {
  padding-top: 80px;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-100 {
  padding-top: 100px;
}
.pd-top-120 {
  padding-top: 120px;
}
.pd-btm-10 {
  padding-bottom: 10px;
}
.pd-btm-20 {
  padding-bottom: 20px;
}
.pd-btm-30 {
  padding-bottom: 30px;
}
.pd-btm-40 {
  padding-bottom: 40px;
}
.pd-btm-50 {
  padding-bottom: 50px;
}
.pd-btm-60 {
  padding-bottom: 60px;
}
.pd-btm-70 {
  padding-bottom: 70px;
}
.pd-btm-80 {
  padding-bottom: 80px;
}
.pd-btm-90 {
  padding-bottom: 90px;
}
.pd-btm-100 {
  padding-bottom: 100px;
}

/* Cutom Margin */
.mg-top-10 {
  margin-top: 10px;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-42 {
  margin-top: 42px !important;
}
.mg-top-46 {
  margin-top: 46px !important;
}
.mg-top-50 {
  margin-top: 50px;
}
.mg-top-60 {
  margin-top: 60px;
}
.mg-top-70 {
  margin-top: 70px;
}
.mg-top-80 {
  margin-top: 80px;
}
.mg-btm-10 {
  margin-bottom: 10px;
}
.mg-btm-20 {
  margin-bottom: 20px;
}
.mg-btm-25 {
  margin-bottom: 25px;
}
.mg-btm-30 {
  margin-bottom: 30px;
}
.mg-btm-35 {
  margin-bottom: 35px;
}
.mg-btm-40 {
  margin-bottom: 40px;
}
.mg-btm-50 {
  margin-bottom: 50px;
}
.mg-btm-80 {
  margin-bottom: 80px;
}
.mg-btm-120 {
  margin-bottom: 120px;
}

/* Colors  */
.bg-primary-color {
  background: var(--ed-primary-color) !important;
}

/* Display Flex End Between  */
.d-flex-end-between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.d-flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Order Class */
@media only screen and (max-width: 991.99px) {
  .order-class {
    order: -1;
  }
}

/* Background Image */
.background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Section Gap */
.section-gap {
  /* padding: 110px 0px; */
  padding: 80px 0px;
}

@media only screen and (max-width: 991.99px) {
  .section-gap {
    padding: 80px 0px;
  }
}

/* Section BG Color */
.section-bg-color-1 {
  background: #faf9f6;
}

.bg-color-1 {
  background: #ebf5eb !important;
}

.section-bg__img {
  position: absolute;
  z-index: -1;
  top: 238px;
  left: 0;
  width: 100%;
  height: 1200px;
}
.section-bg__img.style-2 {
  top: 0px;
}
.section-bg__img img {
  width: 100%;
  height: 1200px;
  object-fit: cover;
}

/* Section Head */
.ed-section-head {
  margin-bottom: 30px;
}
.ed-section-head__sm-title {
  display: inline-block;
  margin-bottom: 20px;
}
.ed-section-head__title {
  font-size: 36px;
  /* line-height: 50px; */
  line-height: 1.1;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}
.ed-section-head__title span {
  color: var(--ed-primary-color);
}
.ed-section-bottom-btn {
  margin-top: 65px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ed-section-bottom-btn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 991.99px) {
  .ed-section-head__sm-title {
    margin-bottom: 12px;
  }
  .ed-section-head__title {
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 16px;
  }
  .ed-section-head__title br {
    display: none;
  }
  .ed-section-head.d-flex-between {
    display: block;
  }
  .ed-section-head__btn {
    margin-top: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ed-section-head__title {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 16px;
  }
}

/* Animation  */
.updown-ani {
  -webkit-animation-name: UpDown;
  animation-name: UpDown;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.rotate-ani {
  animation-name: Rotate;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
  to {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}

/* Cursor CSS */
#ed-mouse {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 999999;
  transition: opacity 0.2s ease-in-out 0.5s;
}
#ed-mouse #cursor-ball {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-radius: 50%;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}
#ed-mouse #cursor-ball:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ed-primary-color);
  transform: translate(-50%);
}
@media (max-width: 1024px) {
  #ed-mouse {
    display: none;
  }
}

/* Preloader CSS */
.ed-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
  background: var(--ed-white-color);
}

.ed-preloader .animation-preloader {
  z-index: 1000;
  position: relative;
}

.ed-preloader .animation-preloader::after {
  position: absolute;
  left: 50%;
  top: 30px;
  content: "";
  height: 50px;
  width: 50px;
  background: url(assets/images/favicon.svg);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ed-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid #543ee81a;
  border-top-color: var(--ed-primary-color);
  height: 110px;
  margin: 0 auto 30px auto;
  width: 110px;
}

.ed-preloader.secondary .animation-preloader .spinner {
  border-top-color: var(--ed-primary-color);
}

.ed-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ed-preloader .loader .row {
  height: 100%;
}

.ed-preloader .loader .loader-section {
  padding: 0px;
}

.ed-preloader .loader .loader-section .bg {
  background-color: var(--ed-white-color);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ed-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ed-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

/* Hobble Effect CSS */
.ed-hover-layer,
.ed-hover-layer-1,
.ed-hover-layer-2,
.ed-hover-layer-4 {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
  transform: perspective(600px) translate3d(0, 0, 0);
}

/* Back To Top CSS */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 120px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #543ee821;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  content: "\f181";
  font-family: uicons-regular-rounded !important;
  text-align: center;
  line-height: 46px;
  font-size: 26px;
  color: var(--ed-primary-color);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--ed-primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .progress-wrap {
    right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .progress-wrap {
    right: 5%;
  }
}

/* Nice Select CSS */
.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: var(--ed-primary-color) !important;
  box-shadow: none;
}
.nice-select:hover {
  border-color: var(--ed-border-color);
}
.nice-select::after {
  margin-top: -5px;
}
.nice-select .list {
  width: 100%;
  transform: none !important;
  max-height: 320px;
  overflow-y: scroll;
  border: 1px solid var(--ed-border-color);
  box-shadow: none;
}

.nice-select .option:hover {
  background-color: var(--ed-primary-color);
}
.nice-select .option {
  line-height: 42px;
  min-height: 42px;
  padding-left: 16px;
  padding-right: 16px;
}
.nice-select::after {
  right: 18px;
}
.nice-select .option.selected {
  font-weight: 600;
}
.nice-select .option.selected {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.nice-select .list:hover .option:not(:hover) {
  color: var(--ed-paragraph-color);
}

.nice-select .list::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
  display: block;
}
.nice-select .list::-moz-scrollbar {
  width: 4px !important;
  height: 4px !important;
  display: block;
}
.nice-select .list::-ms-scrollbar {
  width: 4px !important;
  height: 4px !important;
}
.list-group-item + .list-group-item.active {
  margin-top: 0;
}

/* Theme Button */
.ed-btn {
  display: inline-block;
  padding: 16px 67px 16px 30px;
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 52px;
  position: relative;
  height: 52px;
  transition: all 0.4s ease;
}
.ed-btn i {
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 50px;
  background: var(--ed-white-color);
  border-radius: 100%;
  color: var(--ed-primary-color);
  text-align: center;
  font-size: 20px;
  top: 4px;
  right: 5px;
  transition: all 0.4s ease;
}
.ed-btn:hover {
  background: var(--ed-secondary-color);
  color: var(--ed-white-color);
}

@media only screen and (max-width: 767px) {
  .ed-btn {
    font-size: 14px;
    line-height: 17px;
    height: 48px;
  }

  .ed-btn i {
    width: 40px;
    height: 40px;
    line-height: 47px;
  }
}

/*============================================================================================
	End Theme Reset
==============================================================================================*/


/*================================================================================================
    Mobile Menu 
===================================================================================================*/
.mobile-menu-modal {
  z-index: 9999999;
}
.modal-backdrop.fade.show {
  background: var(--ed-secondary-color);
  opacity: 0.5;
  z-index: 999;
}
.mobile-menu-modal .offcanvas-logo img {
  max-width: 140px;
  /* height: 34px; */
  object-fit: contain;
}
.mobile-menu-offcanvas-toggler {
  text-align: center;
  display: inline-block;
  padding: 0px !important;
  z-index: 3;
  border-radius: 50%;
  border: none;
  display: none;
  width: 28px;
  height: 14px;
  line-height: 50px;
  background: transparent;
  z-index: 888;
  float: right;
}
.mobile-menu-offcanvas-toggler .line {
  position: relative;
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ed-title-color);
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
  border-radius: 30px;
}
.mobile-menu-offcanvas-toggler .line + .line {
  margin-top: 4px;
}
.mobile-menu-offcanvas-toggler:hover .line {
  background: var(--ed-primary-color);
}
.mobile-menu-modal-main-body {
  padding: 24px 20px;
  overflow-y: scroll;
}
.mobile-menu-modal.offcanvas-modal.modal.fade .modal-dialog {
  transform: translateX(-100%);
}
.mobile-menu-modal.offcanvas-modal.modal.show .modal-dialog {
  transform: translateX(0%);
}
.mobile-menu-modal .offcanvas-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.mobile-menu-modal .offcanvas-dialog .modal-content {
  height: 100%;
  border-radius: 0;
  border: 0;
}
.mobile-menu-modal .offcanvas-header {
  border: none;
  padding: 18px 20px !important;
  position: relative;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ed-offwhite-color);
}
.mobile-menu-modal .offcanvas-header .btn-close {
  color: var(--ed-white-color);
  opacity: 1;
  width: 35px;
  height: 35px;
  line-height: 39px;
  border-radius: 100%;
  padding: 0;
  font-size: 13px;
  background: #d73b3e;
  transition: all 0.4s ease;
  margin: 0;
  float: right;
}
.mobile-menu-modal .offcanvas-header .btn-close:hover {
  background: var(--ed-secondary-color);
  color: var(--ed-white-color);
}
.offcanvas__menu_ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas__menu_li {
  position: relative;
}

.offcanvas__menu_item {
  line-height: 1;
  display: block;
  padding: 16px 0px;
  border-bottom: 1px solid #ebebeb;
  color: var(--ed-title-color);
  font-weight: 500;
}
.offcanvas__menu_item:hover {
  color: var(--ed-primary-color);
}
.offcanvas__menu_item:last-child {
  border: none;
}
.offcanvas__sub_menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas__sub_menu_li {
  position: relative;
  border-top: 1px solid var(--border-color);
}
.offcanvas__sub_menu_item {
  line-height: 1;
  display: block;
  padding: 16px 0px;
  border-bottom: 1px solid #ebebeb;
  color: var(--ed-title-color);
  font-weight: 500;
  margin-left: 16px;
}
.offcanvas__sub_menu_item.active,
.offcanvas__menu_item.active,
.offcanvas__sub_menu_item:hover {
  color: var(--ed-primary-color);
}
.offcanvas__sub_menu_item ~ .offcanvas__sub_menu .offcanvas__sub_menu_item {
  margin-left: 32px;
}
.offcanvas__sub_menu_toggle {
  font-size: 20px;
  position: absolute;
  z-index: 9;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.offcanvas__sub_menu_toggle::after,
.offcanvas__sub_menu_toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  content: "";
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--ed-primary-color);
}
.offcanvas__sub_menu_toggle:not(.active)::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .mobile-menu-offcanvas-toggler {
    display: block;
  }
  .mobile-menu-modal .offcanvas-dialog {
    width: 400px;
  }
  .ed-header--style3 .mobile-menu-offcanvas-toggler .line {
    background: var(--ed-white-color);
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-offcanvas-toggler {
    display: block;
  }
  .ed-header--style3 .mobile-menu-offcanvas-toggler .line {
    background: var(--ed-white-color);
  }
}

/*================================================================================================
    End Mobile Menu 
===================================================================================================*/

/*================================================================================================
    Start Header CSS
===================================================================================================*/

/* Topbar Style 1  */
.ed-topbar {
  padding: 16px 0px;
  z-index: 999;
  position: relative;
}
.ed-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ed-topbar__logo img {
  max-width: 130px;
  /* height: 34px; */
  object-fit: contain;
}
.ed-topbar__search {
  position: relative;
  width: 570px;
}
.ed-topbar__search-widget {
  /* display: flex;
  align-items: center; */
  display: none;
}
.ed-topbar__category {
  position: relative;
}
.ed-topbar__category::before {
  position: absolute;
  content: "";
  right: -12px;
  top: 50%;
  z-index: 2;
  width: 1px;
  height: 19px;
  transform: translate(0, -50%);
  background: #b8b8b8;
}
.ed-topbar__category .nice-select {
  padding-left: 30px;
  padding-right: 40px;
  margin: 0;
  border-radius: 52px 0px 0px 52px;
  height: 45px;
  line-height: 43px;
  width: 190px;
  border: 1px solid #ebebeb !important;
  border-right: none !important;
}
.ed-topbar__category .current {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  color: rgba(1, 28, 26, 0.75);
  white-space: initial;
}
.ed-topbar__category .nice-select .list {
  width: 212px;
  transform: none !important;
  max-height: 320px;
  overflow-y: scroll;
  border: transparent;
  box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  border-radius: 8px;
  margin-top: 2px;
  z-index: 999;
}
.ed-topbar__category .nice-select .option {
  line-height: 40px;
  min-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.ed-topbar__search input {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.14px;
  border-radius: 0px 52px 52px 0px;
  border: 1px solid #ebebeb;
  background: var(--ed-white-color);
  padding: 12px 140px 12px 40px;
  height: 50px;
  border-left: 0 !important;
  width: 100%;
}
.ed-topbar__search button {
  position: absolute;
  right: 7px;
  top: 5px;
  height: 40px;
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
  padding: 12px 24px;
  border-radius: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
}
.ed-topbar__search button:hover {
  background: var(--ed-secondary-color);
}
.ed-topbar__search button i {
  font-size: 15px;
}
.ed-topbar__info {
  display: flex;
  align-items: center;
  gap: 38px;
}
.ed-topbar__info-social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.ed-topbar__info-social li img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}
.ed-topbar__info-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ed-topbar__info-buttons button {
  padding: 13px 23px;
  border-radius: 52px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
  color: #263238;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}
.ed-topbar__info-buttons button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 52px;
  top: 0;
  left: 0;
  background: var(--ed-secondary-color);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: -1;
}
.ed-topbar__info-buttons button:hover::before {
  opacity: 1;
  visibility: visible;
}
.ed-topbar__info-buttons button:hover {
  color: var(--ed-white-color);
}
.ed-topbar__info-buttons .register-btn {
  background: var(--ed-tertiary-color);
}
.ed-topbar__info-buttons .login-btn {
  /* background: linear-gradient(180deg, #fff 0%, #d7e1d8 100%); */
  background: var(--ed-tertiary-color);
}

/* Header Style 1 */
.ed-header {
  background: var(--ed-white-color);
  box-shadow: 0px 4px 30px 16px rgba(7, 2, 41, 0.04);
  position: relative;
  z-index: 99;
}
.ed-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--ed-white-color);
  -webkit-animation: sticky 1.2s;
  animation: sticky 1.2s;
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.ed-header__menu li {
  display: inline-block;
  margin-right: 24px;
  position: relative;
}
.ed-header__menu li:last-child {
  margin: 0;
}
.ed-header__menu li a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  color: var(--ed-title-color);
  padding: 20.5px 0px;
  letter-spacing: -0.14px;
}
.ed-header__menu li a i {
  position: relative;
  top: 2px;
  font-size: 16px;
}
.ed-header__menu li.active a {
  color: var(--ed-primary-color);
}
.ed-header__menu li:hover > a,
.ed-header__menu li.active a {
  color: var(--ed-primary-color);
}

/* DropDown Menu */
.ed-header__menu li:hover > .sub-menu {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.ed-header__menu li .sub-menu {
  position: absolute;
  background: var(--ed-white-color);
  min-width: 240px;
  transition: all 0.3s ease-out 0s;
  top: 100%;
  opacity: 0;
  box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
  visibility: hidden;
  z-index: 99;
  text-align: left;
  transform: scaleY(0);
  transform-origin: 0 0;
  border-radius: 0px 0px 4px 4px;
  border-top: 2px solid var(--ed-primary-color);
}

.ed-header__menu li .sub-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid var(--ed-border-color);
  position: relative;
}
.ed-header__menu li .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--ed-secondary-color);
  padding: 16px 20px !important;
  transition: all 0.4s ease-out 0s;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}
.ed-header__menu li .sub-menu li:hover > a,
.ed-header__menu li .sub-menu li.active a {
  color: var(--ed-primary-color);
  padding-left: 25px;
}
.ed-header__menu li .sub-menu li:last-child {
  border: none;
}

/* Third-Level (Sub-Sub) Menu */
.ed-header__menu li .sub-menu li .third-menu {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 240px;
  background: var(--ed-white-color);
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: 0 0;
  z-index: 99;
  box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
  border-radius: 0px 0px 4px 4px;
  margin-top: 8px;
}

.ed-header__menu li .sub-menu li:hover > .third-menu {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.ed-header__menu li .sub-menu li .third-menu li {
  display: block;
  margin: 0;
  border-bottom: 1px solid var(--ed-border-color);
  position: relative;
}

.ed-header__menu li .sub-menu li .third-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  color: var(--ed-secondary-color);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-out;
}

.ed-header__menu li .sub-menu li .third-menu li:hover a,
.ed-header__menu li .sub-menu li .third-menu li.active a {
  color: var(--ed-primary-color);
  padding-left: 25px;
}
.ed-header__menu li .sub-menu li .third-menu li:last-child {
  border: none;
}

.ed-header__right {
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: right;
}
.ed-header__contact {
  display: flex;
  align-items: center;
}
.ed-header__contact li {
  display: inline-block;
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}
.ed-header__contact li:last-child {
  padding: 0;
  margin: 0;
}
.ed-header__contact li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #c7cacc;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.ed-header__contact li:last-child::before {
  display: none;
}
.ed-header__contact li a {
  color: #263238;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
.ed-header__contact li a:hover {
  color: var(--ed-primary-color);
}
.ed-header__action {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ed-header__menu button {
  background: none;
  padding: 0;
}
.ed-header__menu button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.ed-topbar__action-icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.ed-topbar__action-icon {
  position: relative;
  padding: 0;
  background: transparent;
}
.ed-topbar__action-icon span {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 16px;
  height: 16px;
  background: var(--ed-primary-color);
  border-radius: 100%;
  color: var(--ed-white-color);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

/* Header Style 2 */
.ed-header.ed-header--style2 {
  background: transparent;
  box-shadow: none;
  padding: 8px 0px;
}
.ed-header.ed-header--style2.sticky {
  background: var(--ed-white-color);
  box-shadow: 0px 4px 30px 16px rgba(7, 2, 41, 0.04);
}

.ed-header.ed-header--style2 .ed-container-expand {
  max-width: 1762px;
  padding: 0;
}
.ed-header__left--style2 {
  display: flex;
  align-items: center;
  gap: 60px;
  width: calc(100% - 200px);
}
.ed-header__left-widget--style2 {
  display: flex;
  align-items: center;
  gap: 25px;
}
.ed-header--style2 .ed-topbar__category .nice-select {
  border: 1px solid #011c1a !important;
  border-radius: 52px;
}
.ed-header--style2 .ed-topbar__category::before {
  display: none;
}
.ed-header--style2 .ed-header__action {
  gap: 22px;
}

.ed-header__left--style2 .ed-header__navigation {
  margin: auto;
}

/* Header Style 3 */
.ed-header.ed-header--style3.sticky {
	background: var(--ed-secondary-color);
	box-shadow: none;
}
.ed-header--style3 .ed-header__menu li a {
  color: var(--ed-white-color);
}
.ed-header--style3 .ed-header__menu li:hover > a {
  color: var(--ed-primary-color);
}

/* Header Style 4 */
.ed-header.ed-header--style4 .ed-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.ed-header.ed-header--style4 {
  background: var(--ed-white-color);
  box-shadow: 0px 4px 30px 16px rgba(7, 2, 41, 0.04);
}
.ed-header__search form {
  position: relative;
  display: none;
}
.ed-header__search form input {
  width: 295px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #011c1a;
  background: #fff;
  padding: 12px 20px;
  padding-right: 40px;
}
.ed-header__search form input:focus {
  border: 1px solid var(--ed-primary-color);
}

.ed-header__search form button {
  position: absolute;
  top: 17px;
  right: 20px;
  background: transparent;
  padding: 0;
  color: #738281;
}
.ed-header__search form button:hover {
  color: var(--ed-primary-color);
}

/* Header Style 5 */
.header-divider {
  color: #b3bbbb;
}
.ed-header.ed-header--style5 .ed-header__action {
  gap: 20px;
}

.top-number {
  position: relative;
  z-index: 1;
  background: var(--ed-secondary-color);
  padding: 10px 0;
}

.top-number-icon {
  padding-right: 10px;
}

.top-number-text a {
  color: var(--ed-white-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-number-text a:hover {
  color: var(--ed-white-color);
  text-decoration: underline;
}

.top-number-icon path {
  fill: white;
}

@media (max-width:365px) {
  .top-number-icon {
    display: none;
  }
}

@media only screen and (max-width: 1600px) {
  .ed-header__search {
    display: none;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .ed-header.ed-header--style2 .ed-container-expand {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .ed-topbar__search {
    width: 380px;
  }
  .ed-topbar__info-social {
    display: flex;
  }
  .ed-header.ed-header--style2 .ed-container-expand {
    max-width: 1170px;
  }
  .ed-header.ed-header--style2 .ed-topbar__info-buttons .register-btn {
    display: none;
  }
  .ed-header.ed-header--style2 .ed-header__navigation {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .ed-header__menu li {
    margin-right: 12px;
  }
  .ed-header__contact li {
    margin-right: 8px;
    padding-right: 8px;
  }
  .ed-header__right {
    gap: 12px;
  }
  .ed-header__contact li::before {
    right: -1px;
  }
  .ed-topbar__search {
    width: 300px;
  }
  .ed-topbar__info-social {
    display: none;
  }

  .ed-header.ed-header--style2 .ed-topbar__search-widget {
    display: none;
  }
  .ed-header.ed-header--style2 .ed-topbar__info-buttons .register-btn {
    display: none;
  }
  .ed-header.ed-header--style2 .ed-container-expand {
    max-width: 1170px;
    padding: 0% 5%;
  }
  .ed-header.ed-header--style2 .ed-header__navigation {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-header {
    padding: 16px 0px;
  }
  .ed-topbar__search {
    width: 230px;
  }
  .ed-topbar__category {
    display: none;
  }
  .ed-topbar__search input {
    border-radius: 52px;
    padding: 12px 74px 12px 20px;
  }
  .ed-topbar__search button {
    gap: 0;
    font-size: 0;
  }
  .ed-topbar__info-social {
    display: none;
  }
  .ed-header__navigation {
    display: none;
  }
  .ed-header__right {
    justify-content: space-between;
  }

  .ed-header--style2 .ed-header__right {
    justify-content: right;
    gap: 24px;
  }
  .ed-header.ed-header--style2 .ed-container-expand {
    max-width: 1170px;
    padding: 0 5%;
  }

  .ed-header__menu button img,
  .ed-topbar__action-icon img {
    width: 28px;
    height: 28px;
  }
  .ed-header.ed-header--style5 .ed-header__action {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ed-header__right {
    justify-content: space-between;
  }

  .ed-topbar__search-widget {
    display: none;
  }
  .ed-topbar__info-social {
    display: none;
  }
  .ed-topbar__info-buttons .register-btn {
    display: none;
  }
  .ed-topbar__info {
    gap: 16px;
  }
  .ed-header {
    padding: 16px 0px;
  }
  .ed-header__navigation {
    display: none;
  }
  .ed-header__contact {
    display: block;
  }
  .ed-header__contact li {
    margin-right: 0;
    padding-right: 0;
  }
  .ed-header__contact li::before {
    display: none;
  }
  .ed-header__contact li a {
    line-height: 20px;
  }
  .ed-topbar__action-icon img,
  .ed-header__menu button img {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .ed-header.ed-header--style2 .ed-topbar__action-icon img,
  .ed-header.ed-header--style2 .ed-header__menu button img {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }

  .ed-header.ed-header--style2 .ed-header__right {
    justify-content: right;
    gap: 12px;
  }
  .ed-topbar__info-buttons button {
    padding: 12px 16px;
  }
  .ed-header--style2 .ed-header__action {
    gap: 16px;
  }
  .ed-header.ed-header--style2 .ed-container-expand {
    max-width: 1170px;
    padding: 0 5%;
  }

  .ed-header.ed-header--style5 .ed-header__action {
    display: none;
  }

  .ed-topbar__logo img {
    max-width: 120px;
  }
}

/*================================================================================================
    End Header CSS
===================================================================================================*/


/* Step Form */
.step-form {
    overflow: hidden;
    max-width: 640px;
    text-align: center;
    margin-inline: auto;
    margin-bottom: 30px;
    margin-top: -80px;
    /* min-height: 440px;
    display: flex;
    align-items: center; */
}

.stepForm h1 {
    margin-bottom: 10px;
    margin-inline: auto;
    letter-spacing: -0.36px;
}

.stepForm h2 {
    letter-spacing: -0.36px;
    /* max-width: 500px; */
    margin-inline: auto;
}

.stepForm p {
    color: black;
    font-size: 20px;
}

.step__item {
    display: none;
}

.step__item.active {
    display: block;
}

ul.step-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

ul.step-options .wc-btn {
    padding: 0;
}

ul.step-options .wc-btn,
ul.step-options .wc-btn * {
    cursor: pointer;
}

ul.step-options .wc-btn:hover {
    background-color: var(--action) !important;
    border: 1px solid var(--primary);
}

ul.step-options .wc-btn label {
    padding: 21px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 320px;
    font-size: 15px;
}

.input-wrap input {
    opacity: 0;
}

.input-wrap input:checked + i {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: var(--ed-title-color); */
    background: none;
}

.input-wrap input:checked + i::before {
    width: 22px;
    height: 22px;
    content: '';
    position: absolute;
    filter: brightness(10);
    background: url(assets/images/icons/icon-check-blue.svg) 0 0 no-repeat;
    background-size: contain;
}

.step__item.isAcive {
    display: block !important;
}

.back__button {
    width: 300px;
    margin-inline: auto;
    text-align: left;
}

.back__button span {
    color: #df4343;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 500;
    line-height: 29px;
    cursor: pointer;
    padding-left: 20px;
}

.animate__animated {
    animation-duration: 0.3s !important;
}

.step-field {
    /* min-height: 400px; */
    margin-inline: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.step-field li {
    margin-bottom: 15px;
}

.step-field li input {
    width: 100%;
    height: 50px;
    border: 1px solid #011c1a !important;
    border-radius: 30px;
    padding: 0 20px;
    outline: none;
    background: #f9f9f9;
}

.submit__button {
    text-align: right;
}

.submit__button .ed-btn {
    width: unset !important;
}

#stepFour .back__button {
    text-align: left;
    margin: -55px 0 0 0;
}

.stepForm .ed-hero__btn {
    margin-top: 0;
}

.stepForm .ed-btn {
    cursor: pointer;
    width: 312px;
    text-align: left;
}

.iti {
    width: 100%;
}

#stepForm .iti__selected-flag,
#quoteModalForm .iti__selected-flag {
    border-radius: 30px 0 10px 30px;
}

#stepForm label.error,
#quoteModalForm label.error {
    display: none !important;
}

#stepForm .form-control.has-error {
    border: 1px solid red !important;
}

#quoteModalForm .form-control.has-error {
    border: 1px solid red !important;
    background: #ff00000d;
}

.ed-auth__modal-form .form-group input {
    border-radius: 30px;
}

#quoteModalForm .iti__country-list {
    max-width: 370px;
}

@media (max-width:767px) {
    .step-field {
        margin-inline: 0;
        /* min-height: 280px; */
    }
}

@media (max-width:400px) {
    .stepForm h1 {
        max-width: 300px !important;
    }
}

/*================================================================================================
    Start Hero CSS
===================================================================================================*/

.section-bg.hero-bg {
  padding-top: 142px;
}
.section-bg.hero-bg-2 {
  padding-top: 92px;
}

.ed-hero {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  z-index: 2;
}
.ed-hero__shape-1,
.ed-hero__shape-2,
.ed-hero__shape-3,
.ed-hero__shape-4,
.ed-hero__shape-5 {
  position: absolute;
  z-index: 9;
}
.ed-hero__shape-1 {
  left: 8%;
  top: 22%;
  z-index: -1;
}
.ed-hero__shape-2 {
  right: 40%;
  bottom: 12%;
}
.ed-hero__shape-3 {
  right: 2%;
  top: 26%;
}
.ed-hero__shape-4 {
  right: 5%;
  bottom: -20%;
}
.ed-hero__shape-5 {
  bottom: -26%;
  right: 54%;
}
.ed-hero__content-sm-title {
  color: var(--ed-tertiary-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  display: block;
  margin-bottom: 24px;
}
.ed-hero__content-title {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: -2.4px;
  margin-bottom: 56px;
}
.ed-hero__content-title span {
  background: var(--ed-tertiary-color);
  border-radius: 10px;
  display: inline-block;
  padding: 0px 14px;
}
.ed-hero__content-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.18px;
  padding-right: 200px;
}
.ed-hero__btn {
  margin-top: 45px;
}
.ed-hero__image {
  position: relative;
  z-index: 2;
}
.ed-hero__image img {
  width: 653px;
  height: 740px;
  object-fit: cover;
}
.ed-hero__image::before {
  position: absolute;
  content: "";
  width: 706px;
  height: 706px;
  border-radius: 100%;
  background: linear-gradient(180deg, #fff 0%, #d7e1d8 100%);
  z-index: -1;
  left: 2%;
  bottom: -105px;
}

/* Hero Style 2 */
.ed-hero.ed-hero--style2 .ed-container-expand {
  max-width: 1762px;
}
.ed-hero.ed-hero--style2 {
  width: 100%;
  height: 890px;
  z-index: 2;
  padding: 0;
  overflow: visible;
}
.ed-hero__bg--style2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 890px;
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  z-index: -1;
}
.ed-hero__bg--style2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(
    -90deg,
    rgba(1, 28, 26, 0) 47.22%,
    rgba(3, 60, 55, 0.46) 69.75%
  );
  top: 0;
  left: 0;
}
.ed-hero__bg--style2 img {
  width: 100%;
  height: 890px;
  object-fit: cover;
  border-radius: 8px;
}
.ed-hero__search {
  padding-right: 120px;
}
.ed-hero__search-form {
  position: relative;
}

.ed-hero__search-form input {
  width: 100%;
  border-radius: 52px;
  border: 1px solid #ebebeb;
  background: #fff;
  height: 50px;
  color: rgba(1, 28, 26, 0.55);
  font-size: 14px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: -0.14px;
  padding: 16px 140px 16px 30px;
}
.ed-hero__search-form input:focus {
  border: 1px solid var(--ed-primary-color);
}
.ed-hero__search-form button {
  position: absolute;
  right: 7px;
  top: 5px;
  height: 40px;
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
  padding: 12px 24px;
  border-radius: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.14px;
}
.ed-hero__search-form button:hover {
  background: var(--ed-secondary-color);
}
.ed-hero__search-form button i {
  font-size: 15px;
}
.ed-hero__tags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
}

.ed-hero__tags li a {
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ed-white-color);
  font-size: 15px;
  font-weight: 400;
  padding: 4px 14px;
}

.ed-hero__tags li a:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}

.ed-hero.ed-hero--style2 .ed-hero__content {
  padding: 200px 0px 200px 102px;
}

.ed-hero__images--style2 {
  float: right;
  margin-right: 96px;
  margin-top: 340px;
}
.ed-hero__images--style2 .ed-course__card {
  width: 370px;
  background: var(--ed-white-color);
  box-shadow: 0px 4px 30px 16px rgba(7, 2, 41, 0.04);
  margin: 0;
}

/* Hero Style 3 */
.ed-hero.ed-hero--style3 {
  height: 860px;
  padding-top: 94px;
}
.ed-hero__slider {
  position: absolute;
  top: 0;
  left: 0;
}
.ed-hero__slider-item {
  position: relative;
}
.ed-hero__slider-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("assets/images/hero/home-3/hero-overlay.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ed-hero__slider-item img {
  width: 100% !important;
  height: 860px !important;
  object-fit: cover;
}
.ed-hero--style3 .ed-hero__content {
	z-index: 2;
	position: relative;
	padding: 0px 40px;
	margin-top: 294px;
}

/* Slider Controls */
.ed-hero .owl-nav button {
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  background: transparent;
  color: var(--ed-white-color) !important;
  opacity: 1;
  font-size: 28px !important;
  width: auto;
  height: auto;
  line-height: auto;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.ed-hero .owl-nav button:hover {
  background: transparent;
  color: var(--ed-primary-color) !important;
}
.ed-hero .owl-prev {
  left: 80px;
}
.ed-hero .owl-next {
  right: 80px;
}

/* Hero Style 4 */
.ed-hero.ed-hero--style4 {
  padding-top: 0;
  /* margin-top: 70px; */
  background: #ebf5eb;
  /* height: 836px; */
  /* height: 550px; */
}
.ed-hero.ed-hero--style4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 225px;
  bottom: -1px;
  left: 0;
  /* background-image: url("assets/images/hero/home-4/curve-spae.svg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.ed-hero.ed-hero--style4 .ed-hero__content {
  margin-top: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.ed-hero.ed-hero--style4 .ed-hero__content-sm-title {
  color: #df4343;
  font-size: 20px;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .ed-hero.ed-hero--style4 .ed-hero__content-sm-title {
    color: var(--ed-title-color);
  }
}

.ed-hero.ed-hero--style4 .ed-hero__content-title {
  margin-bottom: 10px;
}
.ed-hero__image--style-4.left-img {
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: -1;
}
.ed-hero__image--style-4.left-img img {
  width: 300px;
  height: 500px;
  object-fit: contain;
}
.ed-hero__image--style-4.right-img {
  position: absolute;
  right: 100px;
  bottom: 80px;
}
.ed-hero__image--style-4 .ed-hero__image-main img {
  width: 320px;
  height: 420px;
  object-fit: contain;
}
.ed-hero__image--style-4 .ed-hero__image-shape {
  position: absolute;
  left: 20px;
  top: 34px;
  z-index: -1;
}
.ed-hero__elements--style-2 .shape-1 {
  position: absolute;
  left: 23%;
  top: 28%;
  z-index: 2;
}
.ed-hero__elements--style-2 .shape-2 {
  position: absolute;
  right: 36%;
  top: 25%;
}
.ed-hero__elements--style-2 .shape-3 {
  position: absolute;
  bottom: -15%;
  left: 34%;
}
.ed-hero__elements--style-2 .shape-4 {
  position: absolute;
  bottom: -15%;
  right: 36%;
}
.ed-hero__fixed-shape .shape-1 {
  position: absolute;
  left: 0;
  top: 20%;
}
.ed-hero__fixed-shape .shape-2 {
  position: absolute;
  top: -44px;
  left: 23%;
}
.ed-hero__fixed-shape .shape-3 {
  position: absolute;
  right: 0;
  top: 12%;
}

/* Hero Style 5 */
.ed-hero.ed-hero--style5 {
  padding-top: 0;
  margin-top: 60px;
  overflow: initial;
  background: #f5f6f1;
  padding-bottom: 70px;
}
.ed-hero.ed-hero--style5 .ed-hero__content {
  margin-top: 116px;
}

.ed-hero.ed-hero--style5 .ed-hero__img {
  position: absolute;
  top: 0;
  right: 0;
}
.ed-hero.ed-hero--style5 .ed-hero__img img {
  width: 830px;
  height: 700px;
  border-radius: 0px 0px 0px 50px;
  object-fit: cover;
}
.ed-hero.ed-hero--style5 .ed-hero__content-title {
  line-height: 85px;
  letter-spacing: -1.6px;
  margin-bottom: 32px;
}
.ed-hero--style5 .ed-hero-shapes .shape-1 {
  position: absolute;
  left: 0;
  top: 64px;
}

.ed-hero--style5 .ed-hero-shapes .shape-2 {
  position: absolute;
  left: 42%;
  bottom: 28%;
}
.ed-hero--style5 .ed-hero-shapes .shape-3 {
  position: absolute;
  right: 40%;
  z-index: 2;
  top: 10%;
}

.ed-hero__team-list li img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid var(--white-color);
}

.ed-hero__team-list li {
  display: inline-block;
  margin-right: -16px;
}
.ed-hero__team {
  display: flex;
  align-items: center;
  gap: 40px;
  /* margin-top: 60px; */
}

.ed-hero__team-content-top {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ed-hero__team-content-top h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.36px;
  font-family: Poppins;
}

.ed-hero__team-content-top img {
  width: 96px;
  height: 24px;
  object-fit: contain;
}

.ed-hero__team-content p {
  margin: 0;
  margin-top: 6px;
  line-height: 18px;
  font-size: 14px;
}

.ed-hero__bottom-links a {
  color: #011c1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Aeonik Pro TRIAL";
  padding-bottom: 24px;
  border-bottom: 1px solid #d0d5d1;
  display: block;
}
.ed-hero__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  margin-top: 110px;
}
.ed-hero__bottom-links a:hover {
  color: var(--ed-primary-color);
}

.hero-kid-img-1 {
  height: 100%;
  margin-top: 25px;
  /* margin-left: -15px; */
}

.hero-kid-img-2 {
  height: 100%;
  margin-right: -15px;
  text-align: right;
}

.hero-kid-img-1 img,
.hero-kid-img-2 img {
  height: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
}

@media (max-width:991px) {

  .hero-kid-img-1,
  .hero-kid-img-2 {
    display: none;
  }

  .step-form {
    margin-top: 0;
    margin-bottom: 0;
  }

  .step-field {
    min-height: unset;
  }

}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ed-hero__shape-1 {
    left: 3%;
    top: 20%;
  }
  .ed-hero__shape-3 {
    right: 2%;
    top: 27%;
  }
  .ed-hero.ed-hero--style2 .ed-container-expand {
    max-width: 1400px;
  }
  .ed-hero__content-title {
    font-size: 56px;
  }
  .ed-hero.ed-hero--style3 {
    height: 730px;
  }
  .ed-hero--style3 .ed-hero__content {
    margin-top: 172px;
  }
  .ed-hero__image--style-4.left-img {
    left: 20px;
  }
  .ed-hero__image--style-4.right-img {
    right: 20px;
  }
  .ed-hero--style5 .ed-hero-shapes .shape-2 {
    left: 36%;
    bottom: 24%;
  }
  .ed-hero.ed-hero--style5 .ed-hero__img img {
    width: 724px;
  }

  .ed-hero--style5 .ed-hero-shapes .shape-3 {
    right: 42%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .ed-hero.ed-hero--style2 .ed-container-expand {
    max-width: 1170px;
  }
  .ed-hero.ed-hero--style2 .ed-hero__content {
    margin-top: 80px;
    padding: 0px 0px 0px 56px;
  }
  .ed-hero.ed-hero--style2 {
    height: auto;
    margin: 0;
  }
  .ed-hero__content-title {
    font-size: 40px;
    line-height: 1.1;
  }
  .ed-hero.ed-hero--style5 .ed-hero__content-title {
    line-height: 56px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .ed-hero__content-title {
    font-size: 46px;
    line-height: 1.1;
    margin-bottom: 32px;
  }
  .ed-hero__content-text {
    padding-right: 0;
  }
  .ed-hero__image img {
    width: 100%;
    height: 480px;
    object-fit: contain;
  }
  .ed-hero__image::before {
    width: 400px;
    height: 400px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -50px;
  }
  .ed-hero {
    margin-top: 0;
    padding: 0;
  }
  .ed-hero__shape-3 {
    right: 5%;
  }
  .ed-hero__shape-2 {
    bottom: auto;
    top: 37%;
  }
  .ed-hero__shape-5 {
    bottom: -45%;
    right: 47%;
  }
  .ed-hero__content {
    margin-bottom: 80px;
  }
  .ed-hero.ed-hero--style2 .ed-hero__content {
    margin-top: 80px;
    padding: 0px 0px 0px 56px;
  }
  .ed-hero.ed-hero--style2 {
    height: auto;
    margin: 0;
  }
  .ed-hero__bg--style2 {
    height: 580px;
  }
  .ed-hero__bg--style2 img {
    height: 580px;
    border-radius: 0;
  }
  .ed-hero__images--style2 {
    margin-right: 0;
    margin-top: 40px;
  }
  .ed-header__left--style2 {
    gap: 40px;
  }
  .ed-hero.ed-hero--style3 {
    margin: 0;
  }

  .ed-hero.ed-hero--style3 {
    height: auto;
  }
  .ed-hero--style3 .ed-hero__content {
    margin: 110px 0px;
  }
  .ed-hero__slider-item img {
    height: 580px !important;
  }

  .ed-hero__image--style-4.left-img {
    left: 0;
  }
  .ed-hero__image--style-4.left-img img {
    height: 564px;
  }
  .ed-hero__image--style-4.right-img {
    right: 0;
    bottom: 20px;
  }
  .ed-hero__image--style-4 .ed-hero__image-main img {
    height: 364px;
  }
  .ed-hero.ed-hero--style4 .ed-hero__content {
    margin-top: 60px;
  }

  .ed-hero.ed-hero--style5 .ed-hero__content-title {
    line-height: 56px;
  }
  .ed-hero.ed-hero--style5 .ed-hero__img img {
    width: 480px;
    height: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-hero__content-title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 24px;
  }
  .ed-hero__content-text {
    padding-right: 0;
  }
  .ed-hero__btn {
    margin-top: 32px;
  }
  .ed-hero {
    padding-top: 80px;
    z-index: 2;
  }
  .ed-hero__image img {
    width: 100%;
    height: 540px;
    object-fit: contain;
  }
  .ed-hero__image::before {
    width: 550px;
    height: 550px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ed-hero__image {
    margin-top: 40px;
  }
  .ed-hero__shape-1 {
    z-index: -1;
  }
  .ed-hero__shape-3 {
    right: 5%;
  }
  .ed-hero__shape-5 {
    right: 77%;
  }
  .ed-hero__shape-2 {
    right: 16%;
    bottom: 36%;
  }
  .ed-hero.ed-hero--style2 .ed-hero__content {
    padding: 80px 0px 0px;
  }
  .ed-hero__bg--style2 img {
    height: 700px;
    border-radius: 0;
  }
  .ed-hero__bg--style2 {
    height: 700px;
  }
  .ed-hero.ed-hero--style2 {
    height: auto;
  }
  .ed-hero__images--style2 {
    float: initial;
    margin-right: 0;
    margin-top: 56px;
  }
  .ed-hero__images--style2 .ed-course__card {
    margin: auto;
  }
  .ed-hero__search {
    padding-right: 140px;
  }
   
  .section-bg.hero-bg-2 {
    padding-top: 72px;
  }
  .ed-hero.ed-hero--style3 {
    height: auto;
  }
  .ed-hero--style3 .ed-hero__content {
    margin: 80px 0px;
  }
  .ed-hero__slider-item img {
    height: 500px !important;
  }
  .ed-hero .owl-prev {
    left: 12px;
  }
  .ed-hero .owl-next {
    right: 12px;
  }
  .ed-hero__image--style-4 .ed-hero__image-shape,
  .ed-hero__elements--style-2 .shape-1,
  .ed-hero__image--style-4.left-img,
  .ed-hero__elements {
    display: none;
  }
  .ed-hero.ed-hero--style4 {
    margin-top: 0;
    height: auto;
    padding: 80px 0px;
  }
  .ed-hero__image--style-4.right-img {
    position: initial;
    text-align: center;
    margin-top: 40px;
  }
  .ed-hero.ed-hero--style4 .ed-hero__content {
    margin-top: 0px;
  }
  .ed-hero__fixed-shape .shape-2 {
    z-index: -1;
  }

  .ed-hero__elements--style-2 .shape-3 {
    left: 8%;
  }
  .ed-hero__elements--style-2 .shape-4 {
    right: 15%;
  }
  .ed-hero__image--style-4 .ed-hero__image-main img {
    min-height: 496px;
  }
  .ed-hero.ed-hero--style5 .ed-hero__content {
    margin-top: 70px;
  }
  .ed-hero.ed-hero--style5 .ed-hero__img,
  .ed-hero--style5 .ed-hero-shapes .shape-3 {
    display: none;
  }
  .ed-hero--style5 .ed-hero-shapes .shape-2 {
    left: 60%;
  }
  .ed-hero.ed-hero--style5 .ed-hero__content-title {
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-hero {
    padding-top: 56px;
    z-index: 2;
  }
  .ed-hero__content-title {
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .ed-hero__content-text {
    line-height: 24px;
    padding-right: 0;
  }
  .ed-hero__btn {
    margin-top: 24px;
  }
  .ed-hero__image img {
    width: 100%;
    height: 380px;
    object-fit: contain;
    margin-bottom: -20px;
  }
  .ed-hero__image::before {
    width: 380px;
    height: 324px;
    left: 50%;
    bottom: -65px;
    transform: translate(-50%, 0);
  }
  .ed-hero__image {
    margin-top: 32px;
  }
  .ed-hero__shape-5 {
    bottom: 15%;
    right: 70%;
  }
  .ed-hero__shape-4 {
    right: 2%;
    bottom: 8%;
  }
  .ed-hero__shape-2 {
    right: 5%;
    bottom: 36%;
  }
  .ed-hero__shape-1,
  .ed-hero__shape-3 {
    z-index: -1;
  }
  .ed-hero.ed-hero--style2 .ed-hero__content {
    padding: 0;
    padding-top: 56px;
  }
  .ed-hero__bg--style2 img {
    height: 580px;
    border-radius: 0px;
  }
  .ed-hero__search {
    padding-right: 0px;
  }
  .ed-hero__content-sm-title {
    margin-bottom: 16px;
  }
  .ed-hero__images--style2 {
    float: initial;
    margin-right: 0;
    margin-top: 40px;
  }
  .ed-hero__images--style2 .ed-course__card {
    width: 100%;
  }
  .ed-hero__bg--style2 {
    height: 580px;
  }
  .ed-hero.ed-hero--style2 {
    height: auto;
  }
  .ed-hero__elements {
    display: none;
  }
  .section-bg.hero-bg-2 {
    padding-top: 70px;
  }
  .ed-hero.ed-hero--style3 .ed-hero__content-title {
    font-size: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ed-hero.ed-hero--style3 {
    height: auto;
    padding-top: 72px;
  }
  .ed-hero__slider-item img {
    height: 442px !important;
  }
  .ed-hero--style3 .ed-hero__content {
    padding: 0px;
    margin: 80px 0px;
  }

  .ed-hero .owl-nav button {
    top: auto;
    transform: none;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ed-hero .owl-prev {
    left: auto;
    margin-left: -32px !important;
  }
  .ed-hero .owl-next {
    right: auto;
    margin-left: 32px !important;
  }

  .ed-hero__image--style-4.left-img {
    display: none;
  }
  .ed-hero__image--style-4.right-img {
    position: initial;
    margin-top: 20px;
  }
  .ed-hero.ed-hero--style4 {
    padding: 30px 0px;
    margin-top: 0;
    height: auto;
  }
  .ed-hero.ed-hero--style4::before {
    height: 76px;
  }
  .ed-hero.ed-hero--style4 .ed-hero__content {
    margin: 0;
  }
  .ed-hero__image--style-4 .ed-hero__image-main img {
    width: 100%;
    /* min-height: 496px; */
  }

  .ed-hero__elements--style-2,
  .ed-hero__fixed-shape,
  .ed-hero__image--style-4 .ed-hero__image-shape {
    display: none;
  }

  .ed-hero.ed-hero--style5 .ed-hero__img {
    display: none;
  }

  .ed-hero.ed-hero--style5 .ed-hero__content {
    margin-top: 70px;
  }

  .ed-hero.ed-hero--style5 .ed-hero__content-title {
    line-height: 44px;
    margin-bottom: 24px;
  }

  .ed-hero__team {
    display: block;
    margin-top: -20px;
  }

  .ed-hero__bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
  }

  .ed-hero__bottom-links a {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 12px;
  }
  .ed-hero-shapes {
    display: none;
  }
  .ed-hero__team-content {
    margin-top: 24px;
  }
}
/*================================================================================================
    End Hero CSS
===================================================================================================*/


/*================================================================================================
    Start About CSS
===================================================================================================*/

.about-header-area {
  /* background-image: url(assets/imgs/about/about-hero_bg.jpg); */
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.23)),
    url('assets/imgs/about/about-hero_bg.jpg');
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  /* height: 70vh; */
  margin-top: 0;
  padding: 90px 0px 60px 0px;
}
.about-header-area .ed-about__features-list li::before {
  content: '';
  position: absolute;
  background: url(assets/images/icons/icon-check-blue.svg) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  left: -26px;
  filter: brightness(30.5) !important;
}
.abt-hd-bx p{
  font-size: 20px;
}
.abt-points .ed-about__features-list{
  padding: 30px 0px;
}
.abt-points .ed-about__features-list li{
  margin-bottom: 15px !important;
}

.ed-about {
  z-index: 2;
  overflow: hidden;
}
.ed-about__images {
  position: relative;
  z-index: 2;
}

.ed-about__main-img {
  text-align: right;
}
.ed-about__main-img img {
  width: 482px;
  height: 486px;
  border-radius: 8px 8px 140px 8px;
  object-fit: cover;
}
.ed-about__shape-1,
.ed-about__shape-2,
.ed-about__shape-3,
.ed-about__shape-4 {
  position: absolute;
}
.ed-about__shape-1 {
  top: 40%;
  left: 4%;
}
.ed-about__shape-2 {
  right: -12%;
  bottom: 25%;
  z-index: -1;
}
.ed-about__shape-3 {
  right: 4%;
  bottom: 0;
}
.ed-about__shape-4 {
  right: 80px;
  bottom: 16%;
  z-index: -1;
}
.counter-card {
  border-radius: 6px;
  background: var(--ed-primary-color);
  box-shadow: 17px 18px 30px 16px rgba(7, 2, 41, 0.09);
  padding: 50px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.counter-card__icon {
  width: 64px;
  height: 64px;
  line-height: 70px;
  border-radius: 100%;
  background: #fceeee;
  text-align: center;
  font-size: 28px;
  color: #df4343;
}
.counter-card__info h4 {
  color: #df4343;
  font-size: 28px;
  letter-spacing: -0.28px;
  margin-bottom: 0;
}
.counter-card__info p {
  line-height: 120%;
}
.ed-about__content {
  padding-left: 20px;
}
.ed-about__feature {
  margin-top: 14px;
}
.ed-about__features-list li {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ed-title-color);
}
.ed-about__features-list li:last-child {
  margin: 0;
}
.ed-about__btn {
  margin-top: 45px;
}

/* About Style 2 */
.ed-about--style2 .ed-about__content {
  padding-left: 0;
  padding-right: 56px;
}
.ed-about__main-img-style2 {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.ed-about__main-img-1 {
  width: 258px;
  height: 440px;
  object-fit: cover;
  border-radius: 0px 86px 0px 86px;
}
.ed-about__main-img-2 {
  width: 258px;
  height: 370px;
  object-fit: cover;
  border-radius: 86px 0px 86px 0px;
  margin-top: 248px;
}
.ed-about__images--style2 .counter-card {
  bottom: 44px;
  left: 72px;
}
.ed-about__images--style2 .ed-about__shape-1 {
  top: 72%;
  left: -12%;
}
.ed-about__images--style2 .ed-about__shape-2 {
  right: 30%;
  bottom: auto;
  top: 5%;
}
.ed-about__images--style2 .ed-about__shape-3 {
  right: 10%;
  bottom: auto;
  top: 30%;
}

/* About Style 3 */

.ed-about--style-3 .ed-about__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 120px;
}
.ed-about--style-3 .ed-about__head-title {
  font-size: 36px;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin: 0;
}
.ed-about--style-3 .ed-about__award {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ed-about--style-3 .ed-about__award img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.ed-about--style-3 .ed-about__image-main img {
  width: 624px;
  height: 600px;
  object-fit: cover;
  border-radius: 8px;
}
.ed-about--style-3 .ed-about__image {
  width: 624px;
  position: relative;
}
.ed-about--style-3 .ed-about__counter {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 80px;
  margin-left: 74px;
}
.ed-about--style-3 .ed-about__counter-item h4 {
  color: var(--ed-primary-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
}
.ed-about--style-3 .ed-about__counter-item p {
  margin: 0;
  line-height: 18px;
}
.ed-about--style-3 .ed-about__image-shapes .shape-1 {
  position: absolute;
  top: -60px;
  left: -82px;
  z-index: -1;
}
.ed-about--style-3 .ed-about__image-shapes .shape-2 {
  position: absolute;
  bottom: 38%;
  left: -14%;
}
.ed-about--style-3 .ed-about__content .list-group {
  flex-direction: row;
  gap: 90px;
  margin-bottom: 60px;
}
.ed-about--style-3 .ed-about__content .list-group-item {
  background-color: transparent !important;
  font-family: "Aeonik Pro TRIAL";
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  border: none !important;
  border-bottom: 1px solid #99a4a3 !important;
  border-radius: 0 !important;
  color: rgba(1, 28, 26, 0.4);
  padding: 0;
  padding-bottom: 10px;
}
.ed-about--style-3 .ed-about__content .list-group-item.active {
  color: var(--ed-title-color);
  border-color: var(--ed-title-color) !important;
}
.ed-about--style-3 .ed-about__content {
  width: 630px;
  min-height: 760px;
  border-radius: 8px;
  background: var(--ed-white-color);
  box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.04);
  padding: 50px;
  margin-left: -80px;
  z-index: 2;
  margin-top: 50px;
}

.ed-about--style-3 .ed-about__image {
  min-width: 624px;
}
.ed-about--style-3 .ed-about__inner {
  display: flex;
}
.ed-about--style-3 .ed-about__tab-info {
  display: flex;
  align-items: center;
  gap: 55px;
}
.ed-about--style-3 .ed-about__tab-info-content {
  margin-top: 24px;
}
.ed-about--style-3 .ed-about__tab-info-content h4 {
  font-family: var(--ed-font-family-2);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
.ed-about--style-3 .ed-about__shapes .shape-1 {
  position: absolute;
  right: 0;
  top: 156px;
}
.ed-about--style-3 .ed-about__shapes .shape-2 {
  position: absolute;
  right: 0;
  top: 22%;
}
.ed-about--style-3 .ed-about__content-shapes .shape-1 {
  position: absolute;
  bottom: -9%;
  right: -12%;
  z-index: -1;
}
.ed-about--style-3 .ed-about__content-shapes .shape-2 {
  position: absolute;
  bottom: 80px;
  right: -84px;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .ed-about__content {
    padding-left: 0;
  }
  .ed-about__shape-2 {
    right: -2%;
    display: none;
  }
  .ed-section-head__title br {
    display: none;
  }
  .ed-about--style-3 .ed-about__head {
    display: block;
    margin-bottom: 50px;
  }
  .ed-about--style-3 .ed-about__award {
    margin-top: 40px;
  }

  .ed-about--style-3 .ed-about__image-main img {
    width: 580px;
  }

  .ed-about--style-3 .ed-about__content {
    width: 100%;
    padding: 40px;
    margin-left: -146px;
  }

  .ed-about--style-3 .ed-about__content .list-group {
    gap: 32px;
  }
  .ed-about--style-3 .ed-about__content .list-group {
    margin-bottom: 40px;
  }
  .ed-about--style-3 .ed-about__image-shapes .shape-2 {
    left: -5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-about__main-img {
    text-align: center;
  }
  .ed-about__images {
    margin-top: 40px;
  }
  .ed-about__shape-2 {
    right: 8%;
  }
  .ed-about__shape-4 {
    display: none;
  }
  .counter-card {
    bottom: 40px;
    left: 10%;
  }
  .ed-about__shape-3 {
    right: 20%;
  }
  .ed-about__shape-1 {
    left: 10%;
  }
  .ed-about__images--style2 .ed-about__shape-1 {
    top: 52%;
    left: 8%;
  }
  .ed-about.ed-about__page {
    padding: 40px 0px 80px;
  }
  .ed-about.ed-about__page .ed-about__content {
    margin-top: 40px;
  }

  .ed-about__shapes,
  .ed-about--style-3 .ed-about__image-shapes .shape-2 {
    display: none;
  }

  .ed-about--style-3 .ed-about__tab-info {
    display: block;
  }
  .ed-about__tab-info-card {
    margin-top: 32px;
  }

  .ed-about--style-3 .ed-about__counter-item h4 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .ed-about--style-3 .ed-about__head {
    display: block;
    margin-bottom: 40px;
  }

  .ed-about--style-3 .ed-about__inner {
    display: block;
  }

  .ed-about--style-3 .ed-about__head-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ed-about--style-3 .ed-about__award {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .ed-about--style-3 .ed-about__award img {
    width: 80px;
    height: 80px;
  }
  .ed-about--style-3 .ed-about__image-main img {
    width: 100%;
    height: auto;
  }
  .ed-about--style-3 .ed-about__counter {
    gap: 40px;
    margin-top: 40px;
    margin-left: 0px;
  }
  .ed-about--style-3 .ed-about__image {
    min-width: 100%;
  }
  .ed-about--style-3 .ed-about__image {
    width: 100%;
  }
  .ed-about--style-3 .ed-about__inner {
    display: block;
  }
  .ed-about--style-3 .ed-about__content {
    width: 100%;
    min-height: auto;
    padding: 24px;
    margin-left: 0px;
  }
  .ed-about--style-3 .ed-about__content .list-group {
    gap: 24px;
    margin-bottom: 40px;
  }
  .ed-about--style-3 .ed-about__content .list-group-item {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-about__main-img img {
    width: 100%;
    height: 320px;
  }
  .ed-about__main-img {
    text-align: center;
  }
  .ed-about__shape-1 {
    top: -5%;
  }
  .counter-card {
    bottom: 0;
  }
  .counter-card__info h4 {
    font-size: 24px;
  }
  .counter-card__icon {
    width: 56px;
    height: 56px;
    line-height: 63px;
    font-size: 24px;
  }
  .ed-about__shape-3 {
    right: -4%;
    bottom: 23%;
  }
  .ed-about__content {
    padding-left: 0;
  }
  .ed-about__shape-4 {
    display: none;
  }
  .ed-about__features-list li {
    margin-bottom: 16px;
  }
  .ed-about__images {
    margin-top: 40px;
  }

  .ed-about--style2 .ed-about__content {
    padding-right: 0;
  }
  .ed-about__main-img-1 {
    width: 100%;
    height: 320px;
  }
  .ed-about__main-img-2 {
    display: none;
  }
  .counter-card__info p {
    font-size: 14px !important;
  }
  .ed-about__images--style2 .ed-about__shape-1 {
    top: auto;
    left: 0;
    bottom: 0;
  }
  .ed-about__images--style2 .ed-about__shape-3 {
    top: 0;
    right: 0;
  }
  .ed-about__images--style2 .ed-about__shape-2 {
    display: none;
  }
  .ed-about__main-img-style2 {
    display: block;
  }
  .ed-about__page .ed-about__content {
    margin-top: 40px;
  }
  .ed-about__page .ed-about__images {
    margin-top: 0;
  }
  .ed-about__shape-2 {
    display: none;
  }

  .ed-about__shapes,
  .ed-about--style-3 .ed-about__image-shapes .shape-2 {
    display: none;
  }

  .ed-about--style-3 .ed-about__tab-info {
    display: block;
  }
  .ed-about__tab-info-card {
    margin-top: 32px;
  }

  .ed-about--style-3 .ed-about__counter-item h4 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .ed-about--style-3 .ed-about__head {
    display: block;
    margin-bottom: 40px;
  }

  .ed-about--style-3 .ed-about__inner {
    display: block;
  }

  .ed-about--style-3 .ed-about__head-title {
    font-size: 32px;
    line-height: 40px;
  }

  .ed-about--style-3 .ed-about__award {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .ed-about--style-3 .ed-about__award img {
    width: 80px;
    height: 80px;
  }
  .ed-about--style-3 .ed-about__image-main img {
    width: 100%;
    height: auto;
  }
  .ed-about--style-3 .ed-about__counter {
    gap: 40px;
    margin-top: 40px;
    margin-left: 0px;
  }
  .ed-about--style-3 .ed-about__image {
    min-width: 100%;
  }
  .ed-about--style-3 .ed-about__image {
    width: 100%;
  }
  .ed-about--style-3 .ed-about__inner {
    display: block;
  }
  .ed-about--style-3 .ed-about__content {
    width: 100%;
    min-height: auto;
    padding: 24px;
    margin-left: 0px;
  }
  .ed-about--style-3 .ed-about__content .list-group {
    gap: 24px;
    margin-bottom: 40px;
  }
  .ed-about--style-3 .ed-about__content .list-group-item {
    font-size: 16px;
  }
}

/*================================================================================================
    End About CSS
===================================================================================================*/


.ed-about__features-list {
  padding-left: 30px;
}

.ed-about__features-list li {
  position: relative;
}

.ed-about__features-list li::before {
  content: '';
  position: absolute;
  background: url(assets/images/icons/icon-check-blue.svg) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  left: -26px;
}

/* listing-area Start */

.listing-card {
  padding: 30px;
  background-color: #f1f1f1 !important;
  border-radius: 10px;
  box-shadow: 0 28px 46px rgba(0, 0, 0, 0.1607843137);
}

.listing-card .listing-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}

.listing-card .listing-wrap .left-one {
  display: flex;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #5f5f5f;
  font-size: 1rem;
}

.listing-card .listing-wrap .right-free {
  display: flex;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.listing-card .listing-wrap .right-free del {
  color: #5f5f5f;
  font-size: 1rem;
}
.listing-card .listing-wrap .right-free span {
  color: #543ee8;
  font-size: 1rem;
}

.listing-bottom-section .bottom-heading {
  margin: 35px 0px 20px 0px;
}

/* listing-area end */

.policy-content h2 {
  font-size: 36px;
}

.policy-content h3 {
  font-size: 26px;
}

.policy-content p {
  margin-bottom: 20px;
}

.policy-content p strong {
  color: var(--ed-title-color);
}

.policy-content ul {
  margin-bottom: 30px !important;
}

.about-us-page .ed-breadcrumbs {
  margin-bottom: 0;
}

.about-section__two {
  padding: 40px 0 80px 0;
}

.about-section__two .ed-about__tab-info-card {
  text-align: center;
}

.about-section__two .ed-features__icon {
  margin-inline: auto;
  margin-bottom: 20px;
}

.about-section__two h3 {
  font-size: 22px;
}

.about-section__two .ed-features__icon {
  width: 100px;
  height: 100px;
  min-width: 100px;
  text-align: center;
  line-height: 100px;
}

.about-section__two .ed-features__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.about-section__two .icon-bg {
  border-radius: 6px;
  background: var(--ed-white-color) !important;
}

.about-no {
  font-size: 30px;
  font-weight: bold;
}

.about-us-page .ed-why-choose {
  background: #faf9f6;
  padding: 40px 0 0 0;
}

.ed-features__icon-1 {
  margin-bottom: 20px;
}

.ed-features__icon-1 img {
  height: 100px;
}



.ed-testimonial .counter-card__info h4 {
  color: var(--ed-white-color);
  font-size: 25px;
  letter-spacing: -0.28px;
  margin-bottom: 0;
  text-align: center;
}
.ed-testimonial .counter-card {
  gap: 20px;

}
.ed-testimonial .counter-card__info a > span{
    color:#ffffff;
    text-decoration: underline;
}

.privacy-policy-page .ed-about__features-list li {
  margin-bottom: 6px;
}

.policy-link a {
    color: var(--ed-title-color);
}

.policy-label {
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid #bfc6c5;
    background: #eee;
    border-radius: 6px;
}

.policy-label label {
    display: flex;
    gap: 8px;
    cursor: pointer;
    padding: 15px 15px;
}

.policy-label-input input {
    height: unset !important;
}

.policy-label-text {
    font-size: 11px;
    line-height: 1.2;
    color: #333;
}

.policy-label-text a {
    font-weight: 600;
    color: black;
    text-decoration: underline;
}

#quoteModalForm .policy-label {
  background: none;
  border: none;
}

#quoteModalForm .policy-label label {
    padding: 0;
}

#quoteModalForm .policy-label-text {
  font-size: 10px;
}

.home-services {
  padding: 40px 0 0 0;
}

.home-services .row {
  background: var(--ed-primary-color);
  border-radius: 10px;
}

.home-services .ed-section-head {
    padding: 40px;
    text-align: center;
    margin-bottom: 0;
}

.home-services .ed-section-head h2 {
  color: white;
}

.home-services .ed-section-head p {
    color: white;
    max-width: 900px;
    margin-inline: auto;
}

.home-services .ed-section-head .ed-btn {
  background: black;
}


/*================================================================================================
    Start Category CSS
===================================================================================================*/
.ed-category__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 30px;
  margin-top: 30px;
}
.ed-category__card {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 100px;
  background: var(--ed-white-color);
  padding: 10px;
  transition: all 0.4s ease;
}
.ed-category__card:hover {
  transform: translateY(-2px);
  box-shadow: 0px 12px 24px 0px rgba(44, 44, 84, 0.08);
}
.ed-category__icon {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  text-align: center;
  line-height: 72px;
}
.ed-category__icon.bg-1,
.ed-category__icon.bg-7 {
  background: #fcebfe;
}
.ed-category__icon.bg-2,
.ed-category__icon.bg-8 {
  background: #eef7f6;
}
.ed-category__icon.bg-3,
.ed-category__icon.bg-6 {
  background: #fceeee;
}
.ed-category__icon.bg-4,
.ed-category__icon.bg-5 {
  background: #f0eefd;
}

.ed-category__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ed-category__info h4 {
  font-size: 20px;
  line-height: 18px;
  margin-bottom: 16px;
}
.ed-category__card:hover .ed-category__info h4 {
  color: var(--ed-primary-color);
}
.ed-category__info p {
  line-height: 18px;
  letter-spacing: -0.28px;
}

/* Category Style 2 */
.ed-category__slider {
  margin-left: -235px;
  margin-right: -235px;
}
.ed-category__card--style2 {
  display: block;
  padding: 0;
  margin-top: 30px;
  border-radius: 0;
  background: transparent;
}

.ed-category__card--style2 .ed-category__content {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}
.ed-category__card--style2:hover {
  transform: none;
  box-shadow: none;
}
.ed-category__card--style2 .ed-category__img {
  overflow: hidden;
  border-radius: 8px;
}
.ed-category__card--style2 .ed-category__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.ed-category__card--style2:hover .ed-category__img img {
  transform: scale(1.08);
}
.ed-category__card--style2 .ed-category__icon {
  width: auto;
  height: auto;
  line-height: normal;
}
.ed-category__card--style2 .ed-category__info p {
  line-height: 16px;
  font-size: 14px;
}
.ed-category__card--style2 .ed-category__info h4 {
  margin-bottom: 12px;
}

/* Slider Controls  */
.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 65px;
  position: relative;
  bottom: 0px !important;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 2px solid var(--ed-primary-color);
  position: relative;
  margin: 0 !important;
}
.swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 12.44px;
  height: 12.44px;
  background: var(--ed-primary-color);
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: hidden;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: transparent;
}

.swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;
}

.ed-category__slider.swiper {
  overflow: initial;
}
.slider-button-group {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 2;
  top: -24%;
  right: 22%;
}
.slider-button-prev i,
.slider-button-next i {
  font-size: 28px;
  color: #c3bcf7;
  transition: all 0.4s ease;
}
.slider-button-prev i:hover,
.slider-button-next i:hover {
  color: var(--ed-primary-color);
}

/* Category Style 3 */
.ed-category.ed-category--style3 {
  padding-bottom: 360px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-category__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-category__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .ed-category__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .ed-category__info h4 {
    margin-bottom: 12px;
  }
  .slider-button-group {
    display: none;
  }
  .swiper-pagination {
    display: flex !important;
    margin-top: 40px;
  }
  .ed-category.ed-category--style3 {
    padding-bottom: 330px;
  }
}

/*================================================================================================
    End Category CSS
===================================================================================================*/


/*================================================================================================
    Start Features CSS
===================================================================================================*/
.ed-features {
  background: var(--ed-secondary-color);
  padding: 0 0px 30px 0;
}
.ed-category__shape-1 {
  position: absolute;
  left: 108px;
  top: 90px;
}
.ed-category__shape-2 {
  position: absolute;
  right: 100px;
  bottom: 50px;
}
.ed-features__card {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.ed-features__icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  text-align: center;
  line-height: 60px;
}

.ed-features__icon.bg-1 {
  background: rgba(255, 205, 32, 0.09);
}
.ed-features__icon.bg-2 {
  background: rgba(111, 192, 129, 0.09);
}
.ed-features__icon.bg-3 {
  background: rgba(223, 67, 67, 0.09);
}

.ed-features__icon {
  border-radius: 100%;
}

.ed-features__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ed-features__info h4 {
  color: var(--ed-white-color);
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}

.ed-features__info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.home-feature .icon-bg {
  border-radius: 6px;
  background: var(--ed-white-color);
}

.home-feature .ed-features__icon img {
  width: 36px;
  height: 36px;
}

/*================================================================================================
    End Features CSS
===================================================================================================*/


/*================================================================================================
    Start Course CSS
===================================================================================================*/
.ed-course__shape-1,
.ed-course__shape-2,
.ed-course__shape-3 {
  position: absolute;
}
.ed-course__shape-1 {
  top: 28%;
  left: 12%;
}
.ed-course__shape-2 {
  bottom: 27%;
  left: 56px;
}
.ed-course__shape-3 {
  right: 116px;
  bottom: 27%;
}

.ed-course__card {
  background: var(--ed-offwhite-color);
  border-radius: 8px;
  position: relative;
  margin-top: 30px;
}
.ed-course__img {
  display: block;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.ed-course__img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 8px 8px 0px 0px;
}
.ed-course__card:hover .ed-course__img img {
  transform: scale(1.12);
}
.ed-course__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--ed-tertiary-color);
  border-radius: 41px;
  padding: 4px 14px;
  color: #263238;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  line-height: 20px;
  transition: all 0.4s ease;
}
.ed-course__tag:hover {
  background: var(--ed-secondary-color) !important;
  color: var(--ed-white-color) !important;
}
.ed-course__body {
  padding: 32px 20px;
}
.ed-course__lesson {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 12px;
}

.ed-course__part {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ed-course__teacher {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ed-course__lesson i {
  position: relative;
  top: 2px;
}

.ed-course__lesson p {
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.28px;
}

.ed-course__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.ed-course__title h5 {
  margin-bottom: 12px;
  line-height: 32px;
  font-size: 20px;
}
.ed-course__title h5:hover {
  color: var(--ed-primary-color);
}
.ed-course__rattings ul {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ed-course__rattings ul li i {
  color: #ffcd20;
  position: relative;
  font-size: 18px;
}

.ed-course__rattings ul li span {
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.28px;
  margin-left: 4px;
  position: relative;
}

.ed-course__bottom {
  border-top: 1px solid #e9e5da;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ed-course__price {
  color: #543ee8;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.ed-course__students {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ed-course__students p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.ed-course__students i {
  font-size: 16px;
  position: relative;
  top: 1px;
}

/* Course Style 2 */
.ed-course--style2::before {
  position: absolute;
  content: "";
  width: 623px;
  height: 449px;
  border-radius: 623px;
  background: rgba(255, 205, 32, 0.26);
  filter: blur(200px);
  z-index: -1;
  left: -2%;
  top: 50%;
  transform: translate(0, -50%);
}
.ed-course__card--style2 {
  display: flex;
  align-items: center;
  gap: 30px;
  background: transparent;
  z-index: 2;
}

.ed-course__bookmarked {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: var(--ed-white-color);
  border-radius: 100%;
  text-align: center;
  line-height: 37px;
  color: var(--ed-title-color);
  font-size: 15px;
}

.ed-course__bookmarked:hover {
  background: var(--ed-tertiary-color);
}
.ed-course__card--style2 .ed-course__img {
  border-radius: 8px;
}
.ed-course__card--style2 .ed-course__img img {
  width: 250px;
  height: 222px;
  border-radius: 8px;
  max-width: 250px;
}
.ed-course__card--style2 .ed-course__body {
  padding: 42px 30px 42px 0px;
}
.ed-course__card--style2 .ed-course__body::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: var(--ed-white-color);
  box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.04);
  border-radius: 8px;
  width: 446px;
  height: 100%;
  z-index: -1;
}
.ed-course__card--style2 .ed-course__body {
  padding: 42px 20px 42px 0px;
  position: relative;
}
.ed-course__card--style2 .ed-course__title h5 {
  font-weight: 600;
  line-height: 29px;
  font-size: 18px;
  margin-bottom: 16px;
}
.ed-course__card--style2 .ed-course__bottom {
  border-top: none;
  padding-top: 0;
  margin-top: 24px;
}

/* Course Style 3 */
.ed-course__card--style3 .ed-course__lesson {
  justify-content: space-between;
}
.ed-course__card--style3 .ed-course__teacher img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 100%;
}
.ed-course__card--style3 .ed-course__teacher a:hover {
  color: var(--ed-primary-color);
}
.ed-course__card--style3 .ed-course__teacher a {
  font-weight: 500;
}
.ed-course__card--style3 .ed-course__rattings ul li i {
  top: 0;
}

/* Course Style 4 */
.ed-course.home-4 {
  padding-bottom: 360px;
}
.ed-course__card--style4 {
  background: var(--ed-white-color);
}
.ed-course__card--style4 .ed-course__cover {
  padding: 14px;
  padding-bottom: 0;
}
.ed-course__card--style4 .ed-course__img {
  border-radius: 8px;
}
.ed-course__card--style4 .ed-course__img img {
  height: 255px;
  border-radius: 8px;
}

/* Course Style 5  */
.ed-course.ed-course--style-5 {
  background: #f5f6f1;
  overflow: hidden;
  z-index: 1;
}
.ed-course.ed-course--style-5::before,
.ed-course.ed-course--style-5::after {
  position: absolute;
  content: "";
  width: 718px;
  height: 540px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.ed-course.ed-course--style-5::before {
  top: 0;
  right: -70px;
  background-image: url("assets/images/course/course-5/pattern-1.svg");
}
.ed-course.ed-course--style-5::after {
  bottom: 0;
  left: 0;
  background-image: url("assets/images/course/course-5/pattern-2.svg");
}

.ed-course__shapes .shape-1 {
  position: absolute;
  top: 124px;
  left: 14%;
}
.ed-course__tab {
  margin-top: 20px;
}
.ed-course__tab .list-group {
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  margin-bottom: 10px;
}
.ed-course__tab .list-group-item {
  border: none !important;
  background: var(--ed-white-color);
  padding: 12px 16px;
  color: #6fc081;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.16px;
  border-radius: 4px;
}

.ed-course__tab .list-group-item.active {
  color: var(--ed-white-color);
  background-color: #6fc081;
}
.ed-course__tab .list-group-item:hover {
  background: #6fc081;
  color: var(--ed-white-color);
}

.ed-course--style-5 .ed-course__card {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  /* padding: 32px 32px 32px 0px; */
  padding: 0 32px 0 0px;
  background: transparent;
}
.ed-course--style-5 .ed-course__card::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  border-radius: 8px;
  background: var(--ed-white-color);
  box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.03);
}

.ed-course--style-5 .ed-course__main-img img {
  width: 204px;
  height: 204px;
  min-width: 204px;
  border-radius: 100%;
}
.ed-course--style-5 .ed-course__main-img {
  position: relative;
  width: 204px;
  height: 204px;
}

.ed-course--style-5 .ed-course__main-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(9, 9, 9, 0) 28.19%,
    rgba(9, 9, 9, 0.85) 89.46%
  );
  border-radius: 100%;
}

.ed-course--style-5 .ed-course__image {
  position: relative;
  text-align: center;
}
.ed-course--style-5 .ed-course__price {
  width: 54px;
  height: 54px;
  background: var(--ed-primary-color);
  border-radius: 100%;
  text-align: center;
  line-height: 54px;
  position: absolute;
  right: 5px;
  z-index: 2;
  color: var(--ed-white-color);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.56px;
  top: -6px;
  display: none;
}

.ed-course--style-5 .ed-course__category {
  color: #ffcd20;
  font-size: 16px;
  z-index: 2;
  font-weight: 400;
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 0);
  width: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ed-course--style-5 .ed-course__type {
  border-radius: 40px;
  background: rgba(255, 205, 32, 0.22);
  padding: 8px 14px;
  display: inline-block;
  color: #263238;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 12px;
}

.ed-course--style-5 .ed-course__content a {
  color: var(--ed-title-color);
  font-family: var(--ed-font-family-2);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  display: block
}
.ed-course--style-5 .ed-course__content a:hover {
  color: var(--ed-primary-color);
}

.ed-course--style-5 .ed-course__content p {
  color: black;
  line-height: 1.3;
}

/* Course Page  */
.ed-course__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ed-course__filter-text {
  margin: 0;
}

.ed-course__filter .ed-hero__search-form input {
  padding: 16px 140px 16px 24px;
}

.ed-pagination {
  text-align: center;
  margin-top: 70px;
}

.ed-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ed-pagination__list li a {
  background: var(--ed-offwhite-color);
  width: 46px;
  height: 46px;
  border-radius: 100%;
  text-align: center;
  line-height: 46px;
  color: var(--ed-title-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.4s ease;
}
.ed-pagination__list li a:hover,
.ed-pagination__list li.active a {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.ed-pagination__list li a i {
  font-size: 24px;
  line-height: 52px;
}

/* Course Details  */
.ed-course__details {
  padding: 70px 0px 110px;
}

.ed-course__details-content {
  margin-top: 40px;
}
.ed-course__details-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 8px;
}
.ed-course__details-img {
  margin-bottom: 40px;
}
.ed-course__details-img.image-2 {
  margin: 0;
  margin-top: 40px;
}
.ed-course__details-img.image-2 img {
  height: 354px;
}

.ed-course__details-content h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}
.ed-course__details-content h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}
.ed-course__details-list {
  margin-top: 32px;
}
.ed-course__details-content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.ed-course__details-content ul li:last-child {
  margin: 0;
}

.ed-course__sidebar-widget {
  background: var(--ed-offwhite-color);
  border-radius: 8px;
  padding: 30px;
  margin-top: 40px;
}

.ed-course__sidebar-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 32px;
}

.ed-course__sidebar-widget ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9e5da;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #4e5450;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.ed-course__sidebar-widget ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.ed-course__sidebar-widget ul li span {
  color: var(--ed-paragraph-color);
  font-weight: 400;
}
.ed-course__sidebar-widget ul li .price {
  color: var(--ed-primary-color);
  font-weight: 700;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ed-course__shape-2 {
    left: 30px;
  }
  .ed-course__shape-3 {
    right: 50px;
  }
  .ed-course__shape-1 {
    left: 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199.99px) {
  .ed-course__shape-2,
  .ed-course__shape-1,
  .ed-course__shape-3 {
    display: none;
  }
  .ed-course__card--style2 {
    display: block;
  }
  .ed-course__card--style2 .ed-course__img img {
    width: 100%;
    max-width: 100%;
  }
  .ed-course__card--style2 .ed-course__body::before {
    top: auto;
    width: 100%;
    height: 400px;
    bottom: 0;
  }
  .ed-course__card--style2 .ed-course__body {
    padding: 24px;
  }
  .ed-course__card--style2 .ed-course__head {
    margin: 0px 24px;
  }
  .ed-course__details {
    padding: 40px 0px 80px;
  }
  .ed-course__shapes .shape-1 {
    left: 0;
  }
  .ed-course--style-5 .ed-course__card::before {
    width: 100%;
  }
  .ed-course--style-5 .ed-course__card {
    display: block;
    padding: 32px;
  }
  .ed-course--style-5 .ed-course__image {
    margin: auto;
    width: 204px;
    height: 204px;
  }
  .ed-course--style-5 .ed-course__main-img {
    margin: auto;
  }
  .ed-course--style-5 .ed-course__content {
    text-align: center;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .ed-course {
    overflow: hidden;
  }
  .ed-course__title h5 {
    line-height: 28px;
  }

  .ed-course__shape-2,
  .ed-course__shape-1,
  .ed-course__shape-3 {
    display: none;
  }
  .ed-course__card--style2 .ed-course__img img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    max-width: 100%;
  }
  .ed-course__card--style2 .ed-course__body::before {
    display: none;
  }
  .ed-course__card--style2 .ed-course__body {
    padding: 24px;
  }
  .ed-course__card--style2 {
    display: block;
    background: var(--ed-white-color);
    box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.04);
  }
  .ed-course__filter {
    display: block;
  }
  .ed-course__filter-search {
    margin-top: 16px;
  }
  .ed-pagination {
    margin-top: 40px;
  }
  .ed-course__details-img img {
    height: 320px;
  }
  .ed-course__details-content h3 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .ed-course__details-img {
    margin-bottom: 24px;
  }
  .ed-course__details-img.image-2 img {
    height: 280px;
  }
  .ed-course__details {
    padding: 40px 0px 80px;
  }
  .ed-course.home-4 {
    padding-bottom: 330px;
  }

  .ed-course__shapes .shape-1 {
    display: none;
  }

  .ed-course__shapes .shape-1 {
    display: none;
  }

  .ed-course__tab .list-group {
    overflow-y: scroll;
    justify-content: left;
    padding-bottom: 12px;
  }
  .ed-course__tab {
    margin-top: 0px;
  }
  .ed-course--style-5 .ed-course__card::before {
    width: 100%;
  }

  .ed-course--style-5 .ed-course__card {
    display: block;
    padding: 32px;
  }
  .ed-course--style-5 .ed-course__main-img::before {
    width: 204px;
    height: 204px;
  }

  .ed-course--style-5 .ed-course__content {
    text-align: center;
    margin-top: 24px;
  }

  .ed-course--style-5 .ed-course__main-img {
    margin: auto;
  }

  .ed-course--style-5 .ed-course__price {
    right: 24px;
    top: 0;
  }
}
/*================================================================================================
    End Course CSS
===================================================================================================*/


/*================================================================================================
    Start Why Choose CSS
===================================================================================================*/
.ed-why-choose {
  padding-bottom: 288px;
}
.ed-w-choose__info-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ed-w-choose__info-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100%;
  text-align: center;
}
.ed-w-choose__info-icon img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.ed-w-choose__info-head h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.ed-w-choose__info-head {
  margin-bottom: 20px;
}
.ed-w-choose__info-single {
  margin-top: 44px;
}
.ed-w-choose__info-icon.bg-1 {
  background: rgba(66, 172, 152, 0.09);
}
.ed-w-choose__info-icon.bg-2 {
  background: rgba(223, 67, 67, 0.09);
}
.ed-w-choose__info-icon.bg-3 {
  background: rgba(222, 30, 249, 0.09);
}
.ed-w-choose__main-img img {
  width: 586px;
  height: 585px;
  object-fit: contain;
}
.ed-w-choose__images .counter-card {
  bottom: 40px;
}
.ed-w-choose__shape-1,
.ed-w-choose__shape-2,
.ed-w-choose__pattern-1 {
  position: absolute;
}
.ed-w-choose__shape-1 {
  top: 22%;
}
.ed-w-choose__shape-2 {
  right: 0%;
  bottom: 10%;
}
.ed-w-choose__pattern-1 {
  top: 110px;
  left: 110px;
}

/* Why Choose Style 2 */
.ed-why-choose.ed-why-choose--style2 {
  padding-top: 126px;
  padding-bottom: 110px;
}

.ed-why-choose--style2 .ed-w-choose__content {
  margin-bottom: 32px;
}
.ed-why-choose--style2 .ed-w-choose__info {
  display: flex;
  gap: 30px;
}
.ed-w-choose__info-single--style2 {
  margin-top: 15px;
  background: var(--ed-white-color);
  border-radius: 8px;
  padding: 25px 25px 32px 25px;
  /* width: 354px; */
  height: 100%;
}
.ed-w-choose__images--style2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.ed-w-choose__images--style2 .ed-w-choose__main-img img {
  width: 484px;
  height: 520px;
  border-radius: 86px 0px 86px 0px;
  object-fit: cover;
}
.ed-w-choose__images--style2 .ed-w-choose__shape-1 {
  top: 20%;
  left: -32px;
}

/* Why Choose Style 3  */
.ed-why-choose.ed-why-choose--style3 {
  padding-bottom: 110px;
}
.ed-w-choose__images--style3 {
  z-index: 2;
  margin-bottom: 170px;
}
.ed-w-choose__images--style3::before {
  position: absolute;
  content: "";
  border-radius: 560px;
  background: #6fc08185;
  filter: blur(250px);
  width: 560px;
  height: 403px;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ed-w-choose__main-img--style2 {
  text-align: right;
}
.ed-w-choose__main-img--style2 .why-choose-img-1 {
  width: 454px;
  height: 465px;
  border-radius: 8px;
  object-fit: cover;
}
.ed-w-choose__main-img--style2 .why-choose-img-2 {
  width: 355px;
  height: 264px;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  right: 150px;
  bottom: -170px;
}
.ed-w-choose__images--style3 .counter-card {
  bottom: -140px;
  right: 0;
  left: auto;
}
.ed-w-choose__images--style3 .ed-w-choose__shape-1 {
  top: 14%;
  z-index: -1;
}
.ed-w-choose__images--style3 .ed-w-choose__shape-2 {
  right: auto;
  bottom: 20%;
  left: 1%;
}
.ed-w-choose__shape-3 {
  position: absolute;
  left: 0;
  top: 25%;
  z-index: -1;
}

/* Why Choose Style 4  */

.ed-why-choose--style4 .ed-w-choose__main-img--style2 {
  text-align: left;
}
.ed-why-choose--style4 .ed-w-choose__main-img--style2 .why-choose-img-2 {
  right: auto;
  left: 150px;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .counter-card {
  right: auto;
  left: 0;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .ed-w-choose__shape-2 {
  right: 1%;
  left: auto;
}
.ed-why-choose--style4 .ed-w-choose__images--style3 .ed-w-choose__shape-1 {
  right: 0;
}
.ed-why-choose--style4 .ed-w-choose__content {
  padding-left: 56px;
}

@media only screen and (max-width: 991px) {
  .ed-w-choose__info-single--style2 {
    height: unset;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-why-choose.ed-why-choose--style3 {
    overflow: hidden;
  }
  .ed-w-choose__main-img--style2 .why-choose-img-2 {
    right: 50px;
  }
  .ed-w-choose__images--style3 .ed-w-choose__shape-1 {
    top: -10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-w-choose__main-img {
    text-align: center;
    margin-top: 40px;
  }
  .ed-w-choose__pattern-1 {
    display: none;
  }
  .ed-w-choose__main-img img {
    height: 480px;
    object-fit: contain;
  }
  .ed-w-choose__shape-1 {
    left: 24%;
  }

  .ed-w-choose__shape-2 {
    right: 14%;
  }
  .ed-w-choose__images--style2 {
    position: inherit;
  }
  .ed-w-choose__images--style2 .ed-w-choose__main-img img {
    height: 380px;
  }
  .ed-w-choose__info-single--style2 {
    width: auto;
  }
  .ed-why-choose--style2 .ed-w-choose__info {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
  .ed-why-choose.ed-why-choose--style2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ed-w-choose__images--style2 .ed-w-choose__shape-1 {
    left: 0;
    display: none;
  }
  .ed-why-choose.ed-why-choose--style3 {
    padding-bottom: 80px;
  }
  .ed-w-choose__images--style3 {
    margin-top: 40px;
  }
  .ed-w-choose__main-img--style2 {
    text-align: center;
  }
  .ed-w-choose__main-img--style2 .why-choose-img-2 {
    right: 272px;
  }
  .ed-w-choose__images--style3 .counter-card {
    bottom: -130px;
    right: 70px;
  }
  .ed-w-choose__shape-3 {
    display: none;
  }
  .ed-why-choose--style4 .ed-w-choose__content {
    padding-left: 0;
    margin-top: 40px;
  }
  .ed-why-choose--style4 .ed-w-choose__images {
    margin-top: 0px;
  }
  
}

@media only screen and (max-width: 767px) {
  .ed-why-choose {
    padding-bottom: 80px;
  }
  .ed-w-choose__pattern-1 {
    display: none;
  }
  .ed-w-choose__info-single {
    margin-top: 24px;
  }
  .ed-w-choose__main-img img {
    width: 100%;
    height: 320px;
  }
  .ed-w-choose__shape-2 {
    display: none;
  }
  .ed-w-choose__images .counter-card {
    bottom: 0;
  }
  .ed-w-choose__shape-1 {
    top: 12%;
  }
  .ed-w-choose__images {
    margin-top: 40px;
  }

  .ed-why-choose.ed-why-choose--style2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ed-w-choose__images--style2 {
    position: inherit;
  }

  .ed-w-choose__info-single--style2 {
    padding: 24px;
    width: 100%;
  }
  .ed-w-choose__info-head {
    margin-bottom: 12px;
  }
  .ed-why-choose--style2 .ed-w-choose__info {
    display: block;
  }
  .ed-w-choose__images--style2 .ed-w-choose__main-img img {
    width: 100%;
    height: 320px;
  }
  .ed-w-choose__images--style2 .ed-w-choose__shape-1 {
    top: 0;
    left: 0;
  }
  .ed-w-choose__main-img--style2 .why-choose-img-2 {
    display: none;
  }
  .ed-w-choose__main-img--style2 .why-choose-img-1 {
    width: 100%;
    height: 364px;
  }
  .ed-w-choose__images--style3 {
    margin-bottom: 0;
  }
  .ed-why-choose.ed-why-choose--style3 {
    padding-bottom: 80px;
    overflow: hidden;
  }
  .ed-w-choose__shape-3 {
    display: none;
  }
  .ed-why-choose--style4 .ed-w-choose__content {
    padding-left: 0;
    margin-top: 40px;
  }
  .ed-why-choose--style4 .ed-w-choose__images {
    margin-top: 0px;
  }
}

/*================================================================================================
    End Why Choose CSS
===================================================================================================*/


/*================================================================================================
    Start Funfact CSS
===================================================================================================*/
.ed-funfact {
  /* margin-top: -178px; */
  /* margin-top: 40px; */
  position: relative;
  background: var(--ed-primary-color);
}
.ed-funfact__inner {
  background: var(--ed-primary-color);
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 80px;
  /* padding: 20px 80px 20px 20px; */
  padding: 40px 0 40px 0px;
}

.ed-funfact__counter h4, 
.ed-funfact__counter h3 {
  color: var(--ed-white-color);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.36px;
  margin-bottom: 18px;
  line-height: 100%;
}

.ed-funfact__counter h3 {
  font-size: 62px;
  font-weight: bold;
  margin-bottom: 6px;
}

.ed-funfact__counter p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
/* .ed-funfact__img img {
  width: 554px;
  height: 316px;
  max-width: 554px;
  border-radius: 8px 8px 136px 8px;
  object-fit: cover;
} */
.ed-funfact__shape-1 {
  position: absolute;
  left: 49%;
  top: 40%;
  z-index: 2;
}
.ed-funfact__shape-2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
}

/* Funfact Style 2 */
.ed-funfact.ed-funfact--style2 {
  margin-top: 0;
}
.ed-funfact--style2 .ed-funfact__inner {
  display: block;
  border-radius: 8px;
  background: var(--ed-white-color);
  box-shadow: 5px 20px 51.3px 61px rgba(9, 2, 49, 0.06);
  padding: 40px 80px 80px 80px;
}
.ed-funfact--style2 .ed-funfact__counter {
  text-align: center;
  margin-top: 40px;
}
.ed-funfact--style2 .ed-funfact__counter h4 {
  font-size: 54px;
  letter-spacing: -0.54px;
  line-height: 40px;
}
.ed-funfact--style2 .ed-funfact__counter .color-text-1 {
  color: #42ac98;
}
.ed-funfact--style2 .ed-funfact__counter .color-text-2 {
  color: #df4343;
}
.ed-funfact--style2 .ed-funfact__counter .color-text-3 {
  color: #f39200;
}
.ed-funfact--style2 .ed-funfact__counter .color-text-4 {
  color: #de1ef9;
}
.ed-funfact--style2 .ed-funfact__counter p {
  color: var(--ed-paragraph-color);
}

.ed-funfact__img {
  background: #ebf5eb;
  border-radius: 8px 8px 136px 8px;
  height: 250px;
  /* max-width: 650px; */
  min-width: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;
  padding: 40px;
}

.ed-funfact__img h2 {
  font-size: 30px;
  line-height: 1.1;
  max-width: 400px;
}

.ed-funfact__img h2 a {
  color: #55b361;
  text-decoration: underline;
}

.ed-funfact__img h2 a:hover {
  text-decoration: underline;
}

.ed-funfact__counter {
  margin: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-funfact__img img {
    width: 50%;
    min-width: 100%;
    max-width: 100%;
  }
  .ed-funfact__inner {
    gap: 50px;
  }
  .ed-funfact__content {
    width: 50%;
    min-width: 50%;
  }

  .element-wrapper .ed-funfact__content {
    width: 100% !important;
    min-width: 100% !important;
  }

  .ed-funfact__img {
    min-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-funfact__img img {
    width: 100%;
    height: 380px;
    max-width: 100%;
  }
  .ed-funfact__inner {
    padding: 32px;
    display: block;
  }
  .ed-funfact__shape-1 {
    left: auto;
    top: 53%;
    right: 11%;
  }
  .ed-funfact__content {
    margin-top: 40px;
  }
  .ed-funfact__counter.mg-btm-80 {
    margin-bottom: 40px;
  }
  .ed-funfact--style2 .ed-funfact__inner {
    padding: 40px 80px 80px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-funfact {
    margin-top: 40px;
  }
  .ed-funfact__img img {
    width: 100%;
    height: 220px;
  }
  .ed-funfact__inner {
    padding: 24px;
    display: block;
  }
  .ed-funfact__counter h4 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .ed-funfact__counter.mg-btm-80 {
    margin-bottom: 32px;
  }
  .ed-funfact__content {
    margin-top: 24px;
    text-align: center;
  }

  .ed-funfact__shape-1 {
    left: 74%;
  }
  .ed-funfact--style2 .ed-funfact__inner {
    padding: 20px 24px 40px 24px;
  }
  .ed-funfact--style2 .ed-funfact__counter h4 {
    font-size: 40px;
  }
  .ed-funfact--style2 .ed-funfact__counter p {
    font-size: 14px !important;
  }
  .ed-funfact--style2 .ed-funfact__counter {
    margin-top: 20px;
  }

  .ed-funfact__img {
    padding: 30px 30px 30px 20px;
    min-width: unset;
    align-items: self-start;
    height: 200px;
  }

  .ed-funfact__img h2 {
    font-size: 20px;
    text-align: left;
  }

  .ed-funfact__counter h3 {
    font-size: 40px;
}


}

/*================================================================================================
    End Funfact CSS
===================================================================================================*/


/*================================================================================================
    Start Partner CSS
===================================================================================================*/
.ed-partner__section-head-title {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: var(--ed-paragraph-color);
  font-weight: 400;
  text-align: center;
}

.ed-partner__section-head {
  text-align: center;
  margin-bottom: 60px;
}

.ed-partner__section-head-title span {
  color: var(--ed-title-color);
  font-weight: 700;
}
.ed-partner__slider.owl-carousel .owl-item {
  text-align: center !important;
}
.ed-parnet__brand-logo img {
  max-width: 100%;
  height: 40px !important;
  object-fit: contain !important;
  display: inline-block !important;
}

/* Partner Style 2 */
.ed-partner__slider--style2 .swiper-wrapper {
  transition-timing-function: linear;
}
.ed-partner__slider--style2 .swiper-slide {
  text-align: center;
}
.ed-partner__slider-2-reverse {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .ed-partner__section-head {
    margin-bottom: 40px;
  }
  .ed-partner__section-head-title {
    line-height: 24px;
  }
}

/*================================================================================================
    End Partner CSS
===================================================================================================*/

/*================================================================================================
    Start Testimonial CSS
===================================================================================================*/
.ed-testimonial__slider {
  border-radius: 8px;
  background: var(--ed-white-color);
  padding: 30px;
  /* margin-top: 50px; */
}
.ed-testimonial__content {
  padding-right: 34px;
}

.ed-testimonial__rattings {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 6px;
}

.ed-testimonial__rattings li i {
  color: #44ac81;
  font-size: 13px;
}
.ed-testimonial__text {
  font-size: 14px;
  font-weight: 400;
  line-height:21px;
  color: black;
  letter-spacing: -0.18px;
  min-height: 85px;
}

.ed-testimonial__author {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.ed-testimonial__author-img img {
  /* empty-cells: ; */
  width: 45px;
  height: 45px;
  border-radius: 100%;
}

.ed-testimonial__author-info h5 {
  font-size: 17px;
  font-weight: 700;
  line-height: 12px;
  margin-bottom: 0;
}

.ed-testimonial__author-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.28px;
}
.ed-testimonial__main-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px 8px 140px 8px;
}

.ed-testimonial__main-img {
  text-align: right;
}

.ed-testimonial__images {
  z-index: 2;
}
.ed-testimonial__shape-1 {
  position: absolute;
  top: 85px;
  z-index: -1;
  left: 35px;
}
.ed-testimonial__shape-2 {
  position: absolute;
  top: 200px;
  right: -45px;
}
.ed-testimonial__shape-3 {
  position: absolute;
  bottom: 0;
  right: -44px;
}
.ed-testimonial__images .counter-card {
  bottom: 50px;
  left: 25px;
}

/* Slider Controls  */
.ed-testimonial .owl-carousel .owl-nav {
  position: absolute;
  right: 30px;
  bottom: 34px;
}
.ed-testimonial .owl-carousel .owl-nav button.owl-next,
.ed-testimonial .owl-carousel .owl-nav button.owl-prev {
  color: var(--ed-primary-color);
  font-size: 28px;
}
.ed-testimonial .owl-carousel .owl-nav button.owl-next:hover,
.ed-testimonial .owl-carousel .owl-nav button.owl-prev:hover {
  opacity: 0.6;
}
.ed-testimonial .owl-carousel .owl-nav button.owl-prev {
  margin-right: 20px;
}

/* Testimonial Style 2 */
.ed-testimonial--style2 .ed-testimonial__slider {
  padding: 0;
  margin-top: 0;
  margin: 0px;
}

.ed-testimonial__slider-item{
  /* border: 1px solid #000;
  min-height: 500px; */

}
.ed-testimonial--style2 .ed-testimonial__slider-item {
  text-align: center;
  margin: 0px 132px;
}
.ed-testimonial--style2 .ed-testimonial__author {
  margin-top: 72px;
  justify-content: center;
}
.ed-testimonial--style2 .ed-testimonial__rattings {
  margin-bottom: 46px;
  justify-content: center;
}
.ed-testimonial--style2 .ed-testimonial__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: var(--ed-title-color);
}
.ed-testimonial--style2 .ed-testimonial__rattings li i {
  font-size: 24px;
}

/* Slider Controls */
.ed-testimonial--style2 .owl-carousel .owl-nav {
  position: initial;
}
.ed-testimonial--style2 .owl-nav button {
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  background: transparent;
  color: var(--ed-primary-color) !important;
  opacity: 0.5;
  font-size: 28px !important;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.ed-testimonial--style2 .owl-nav button:hover {
  opacity: 1 !important;
}
.ed-testimonial--style2 .owl-prev {
  left: 0;
}
.ed-testimonial--style2 .owl-next {
  right: 0;
}

/* Testimonial Style 3 */

.ed-testimonial__slider-2 {
  margin-left: -140px;
  margin-right: -140px;
}
.ed-testimonial--style3 .ed-testimonial__slider-item {
  padding: 30px;
  margin-top: 30px;
}
.ed-testimonial--style3 .ed-testimonial__slider-item.bg-color-1 {
  background: #fceeee;
}

.ed-testimonial--style3 .ed-testimonial__slider-item.bg-color-2 {
  background: #eef7f6;
}
.ed-testimonial--style3 .ed-testimonial__slider-item.bg-color-3 {
  background: #f0eefd;
}

.ed-testimonial--style3 .ed-testimonial__slider-item.bg-color-4 {
  background: #fcebfe;
}

/* Testimonial Style 4 */
.ed-testimonial--style4 {
  position: relative;
  z-index: 2;
}
.ed-testimonial--style4::before {
  position: absolute;
  content: "";
  width: 718px;
  height: 540px;
  background-image: url("assets/images/testimonial/testimonial-3/circle-pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  z-index: -1;
}
.ed-testimonial__shapes .shape-1 {
  position: absolute;
  top: -11%;
  right: -2%;
}
.ed-testimonial--style4 .ed-testimonial__slider-item {
  border-radius: 8px;
  background: #f5f6f1;
  padding: 20px 30px 20px 30px;
  position: relative;
  transition: all 0.4s ease;
  margin-top: 30px;
  z-index: 2;
  border: 1px solid transparent;
}
.ed-testimonial--style4 .ed-testimonial__slider-item:hover {
  background: var(--ed-white-color);
  border: 1px solid var(--ed-border-color);
}
.ed-testimonial--style4 .ed-testimonial__slider-item::before {
  position: absolute;
  content: "";
  width: 68px;
  height: 68px;
  background-image: url("assets/images/testimonial/testimonial-3/quote.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 30px;
  top: 10px;
  z-index: -1;
}
.ed-testimonial--style4 .ed-testimonial__author-info {
  margin-top: 16px;
}

.ed-testimonial--style4 .ed-testimonial__author {
  display: block;
  margin-top: 0px;
}
.ed-testimonial--style4 .ed-testimonial__rattings li i {
  color: #44ac81;
}
.ed-testimonial--style4 .ed-testimonial__rattings {
  margin-bottom: 12px;
  margin-top: 0;
}
.ed-testimonial--style4 .ed-testimonial__author-img img {
  width: 60px;
  height: 60px;
  border: 2px solid var(--ed-white-color);
}

.ed-testimonial--style4 .ed-testimonial__text {
  font-weight: 700;
  line-height: 30px;
  color: var(--ed-title-color);
}

.ed-testimonial--style4 .swiper-button-next,
.ed-testimonial--style4 .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: var(--ed-white-color);
  border-radius: 100%;
  color: var(--ed-primary-color);
  font-size: 20px;
  line-height: 14px;
  padding: 0;
  opacity: 1 !important;
  box-shadow: 0px 8px 24px #00000014;
  transition: all 0.4s ease;
}
.ed-testimonial--style4 .swiper-button-next:hover,
.ed-testimonial--style4 .swiper-button-prev:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.ed-testimonial--style4 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -64px;
}

.ed-testimonial--style4 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -64px;
}

.ed-testimonial--style4 .swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.reviews-section {
  background-color: #ebf5eb;
  padding: 50px 0px 50px 0px;
}

.reviews__item {
  background: white;
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.reviews-section .ed-testimonial__slider-item {
  background: white !important;
  height: calc(100% - 20px);
}

.reviews-section .ed-testimonial__text {
  font-size: 15px;
  line-height: 1.6;
}

.reviews__item .ed-testimonial__rattings {
  margin-bottom: 6px;
}

.reviews__item .ed-testimonial__text {
  font-size: 15px;
  line-height: 1.5;
  min-height: 180px;
  color: black;
}

.reviews__item .ed-testimonial__author {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.review__header {
  display: flex !important;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .ed-testimonial__content {
    padding-right: 0;
  }
  .ed-testimonial__shape-2 {
    right: -20px;
  }
  .ed-testimonial__shape-3 {
    right: -20px;
  }
  .ed-testimonial__shape-1 {
    top: -50px;
  }
  .ed-testimonial--style4 .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -16px;
  }

  .ed-testimonial--style4 .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-testimonial__main-img {
    text-align: center;
    margin-top: 40px;
  }
  .ed-testimonial__shape-3 {
    right: 16%;
  }
  .ed-testimonial__shape-2 {
    right: 15%;
  }
  .ed-testimonial__shape-1 {
    left: 11%;
  }
  .ed-testimonial--style2 .ed-testimonial__rattings {
    margin-bottom: 24px;
  }
  .ed-testimonial--style2 .ed-testimonial__author {
    margin-top: 40px;
  }
  .ed-testimonial--style2 .ed-testimonial__slider-item {
    margin: 0px 80px;
  }
  .ed-testimonial--style4 .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -16px;
  }

  .ed-testimonial--style4 .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -16px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-testimonial__content {
    padding-right: 0;
  }
  .ed-testimonial__slider {
    margin-top: 40px;
  }
  .ed-testimonial__text {
    line-height: 26px;
  }
  .ed-testimonial__author {
    margin-top: 24px;
  }
  .ed-testimonial .owl-carousel .owl-nav {
    position: initial;
    margin-top: 24px;
    line-height: 0;
  }
  .ed-testimonial__slider {
    padding: 24px;
  }

  .ed-testimonial__main-img img {
    width: 100%;
    height: 320px;
  }
  .ed-testimonial__shape-2,
  .ed-testimonial__shape-3 {
    display: none;
  }
  .ed-testimonial__images .counter-card {
    bottom: 0;
    left: 0;
  }
  .ed-testimonial__images {
    margin-top: 40px;
  }
  .ed-testimonial--style2 .ed-testimonial__slider-item {
    margin: 0;
  }
  .ed-testimonial--style2 .ed-testimonial__author {
    margin-top: 32px;
  }
  .ed-testimonial--style2 .ed-testimonial__text {
    line-height: 28px;
  }
  .ed-testimonial--style2 .ed-testimonial__rattings {
    margin-bottom: 24px;
  }
  .ed-testimonial--style2 .owl-nav {
    text-align: center;
  }
  .ed-testimonial--style2 .owl-nav button {
    position: initial;
    transform: none;
  }
  .ed-testimonial__slider-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .ed-testimonial--style4 .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -8px;
  }

  .ed-testimonial--style4 .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -8px;
  }

  .ed-testimonial--style4 .ed-testimonial__slider-item {
    padding: 24px;
  }

  .reviews__item .ed-testimonial__text {
    min-height: unset;
  }

}

/*================================================================================================
    End Testimonial CSS
===================================================================================================*/

/*================================================================================================
    Start Blog CSS
===================================================================================================*/
.ed-blog__card {
  margin-top: 30px;
  position: relative;
}
.ed-blog__head {
  position: relative;
}
.ed-blog__img {
  border-radius: 10px;
  overflow: hidden;
}
.ed-blog__img img {
  width: 100%;
  height: 334px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.ed-blog__card:hover .ed-blog__img img {
  transform: scale(1.06);
}
.ed-blog__content {
  margin-top: 24px;
}
.ed-blog__category {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 10px 16px;
  background: var(--ed-primary-color);
  border-radius: 42px;
  color: var(--ed-white-color);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.ed-blog__category:hover {
  color: var(--ed-white-color);
  background: var(--ed-secondary-color);
}
.ed-blog__meta {
  display: flex;
  align-items: center;
  gap: 32px;
}
.ed-blog__meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.ed-blog__meta li i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.ed-blog__title h4 {
  margin: 0;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.ed-blog__title h4:hover {
  color: var(--ed-primary-color);
}

/* Blog Style 2 */
.ed-blog--style2 .ed-blog__card {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ed-blog--style2 .ed-blog__img img {
  width: 186px;
  height: 172px;
  min-width: 186px;
}
.ed-blog--style2 .ed-blog__category {
  position: initial;
  background: #eeecfd;
  color: var(--ed-primary-color);
}
.ed-blog--style2 .ed-blog__category:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}

.ed-blog--style2 .ed-blog__title h4 {
  margin-top: 14px;
}

.ed-blog--style2 .ed-blog__meta {
  margin-top: 16px;
}

.ed-blog--style2 .ed-blog__content {
  margin-top: 0px;
}
.ed-blog__featured-blog .ed-blog__card {
  display: block;
}
.ed-blog__featured-blog .ed-blog__img img {
  min-width: 100%;
  width: 100%;
  height: 580px;
}
.ed-blog__featured-blog .ed-blog__content {
  border-radius: 8px;
  background: #fff;
  padding: 30px;
  position: absolute;
  bottom: 0;
  margin: 24px;
}

/* Blog Page  */
.ed-blog.ed-blog-page {
  padding-top: 60px;
}
.ed-blog-page .ed-blog__card {
  margin-top: 50px;
}

/* Blog Details  */
.ed-blog__details {
  padding-top: 70px;
}
.ed-blog__details-main {
  margin-top: 40px;
}
.ed-blog__details-cover-img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 10px;
}

.ed-blog__details-meta {
  display: flex;
  align-items: center;
  gap: 32px;
}
.ed-blog__details-meta li {
  color: #5f5d5d;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ed-blog__details-meta li i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.ed-blog__details-meta li a {
  color: var(--ed-primary-color);
  font-size: 15px;
}
.ed-blog__details-meta {
  margin-top: 24px;
  margin-bottom: 12px;
}
.ed-blog__details-title {
  color: #011c1a;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}
.ed-blog__details-widget-title {
  color: #011c1a;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.ed-blog__details-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.ed-blog__details-widget {
  margin-top: 32px;
}
.ed-blog__details-widget-img {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ed-blog__details-widget-img img {
  width: 100%;
  height: 334px;
  object-fit: cover;
  border-radius: 10px;
}
.ed-blog__details-widget-img {
  margin-top: 50px;
  margin-bottom: 32px;
}

.ed-blog__details-comment {
  margin-top: 110px;
}

.ed-blog__comment-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-bottom: 60px;
}

.ed-blog__comment-item {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #bfc6c5;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.ed-blog__comment-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.ed-blog__comment-img img {
  width: 58px;
  height: 58px;
  max-width: 58px;
  border-radius: 100%;
  object-fit: cover;
}

.ed-blog__comment-info-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ed-blog__comment-name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.ed-blog__comment-reply {
  padding: 8px 18px;
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
  border-radius: 42px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}
.ed-blog__comment-reply:hover {
  background: var(--ed-secondary-color);
  color: var(--ed-white-color);
}
.ed-blog__comment-item.reply-comment {
  margin-left: 80px;
}

.ed-blog__comment-item.reply-comment .ed-blog__comment-reply {
  color: var(--ed-primary-color);
  background: #f3f1fd;
}
.ed-blog__comment-item.reply-comment .ed-blog__comment-reply:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}

.ed-blog__details-form {
  margin-top: 110px;
}

.ed-blog__details-form-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.36px;
  margin-bottom: 60px;
}

.ed-blog__details-form .form-group input,
.ed-blog__details-form .form-group textarea {
  width: 100%;
  height: auto;
  padding: 0;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid #bfc6c5;
  border-radius: 0;
}
.ed-blog__details-form .form-group textarea {
  height: 120px;
}
.ed-blog__details-form .form-group input:focus,
.ed-blog__details-form .form-group textarea:focus {
  border-bottom: 1px solid var(--ed-primary-color);
}

.ed-blog__details-form form .form-group {
  margin-bottom: 40px;
}
.ed-blog__details-form-btn {
  margin-top: 40px;
}
.ed-blog__sidebar-widget {
  border-radius: 8px;
  background: var(--ed-offwhite-color);
  margin-top: 40px;
  padding: 30px;
}

.ed-blog__sidebar-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 24px;
}

.ed-blog__sidebar-search input {
  width: 100%;
  height: 52px;
  padding: 12px 20px;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  background: var(--ed-white-color);
}

.ed-blog__sidebar-search input:focus {
  border: 1px solid var(--ed-primary-color);
}
.ed-blog__sidebar-widget .ed-contact__info-item {
  margin-bottom: 24px;
}

.ed-blog__sidebar-category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  color: #4e5450;
}

.ed-blog__sidebar-category ul li {
  border-bottom: 1px solid #e9e5da;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.ed-blog__sidebar-category ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.ed-blog__sidebar-category ul li a:hover {
  color: var(--ed-primary-color);
}
.ed-blog__sidebar-category ul li a span {
  font-weight: 400;
  color: var(--ed-paragraph-color);
}
.ed-blog__latest-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.ed-blog__latest-item:last-child {
  margin: 0;
}
.ed-blog__latest-img {
  overflow: hidden;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.ed-blog__latest-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  max-width: 80px;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.ed-blog__latest-item:hover .ed-blog__latest-img img {
  transform: scale(1.06);
}
.ed-blog__latest-info a {
  color: #011c1a;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 8px;
}
.ed-blog__latest-info a:hover {
  color: var(--ed-primary-color);
}
.ed-blog__latest-info span {
  color: var(--ed-primary-color);
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.ed-blog__tags ul li a {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 41px;
  background: #eae8f4;
  color: var(--ed-primary-color);
  font-size: 15px;
}
.ed-blog__tags ul li a:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.ed-blog__tags ul li {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-blog__meta {
    gap: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-blog__details {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-blog__img img {
    height: 280px;
  }
  .ed-blog__title h4 {
    margin-top: 16px;
  }
  .ed-blog.ed-blog-page {
    padding-top: 30px;
  }
  .ed-blog__details-cover-img img {
    height: 320px;
  }
  .ed-blog__details-meta {
    margin-top: 16px;
    gap: 8px;
  }

  .ed-blog__details-title {
    font-size: 28px;
    line-height: 38px;
  }
  .ed-blog__details-widget-img {
    display: block;
  }
  .ed-blog__details-widget-img img {
    height: 280px;
    margin-top: 24px;
  }
  .ed-blog__details-widget-img {
    margin-top: 0px;
  }
  .ed-blog__details-comment {
    margin-top: 40px;
  }
  .ed-blog__comment-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .ed-blog__comment-item.reply-comment {
    margin-left: 0px;
  }
  .ed-blog__details-form-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .ed-blog__details-form {
    margin-top: 40px;
  }
  .ed-blog__comment-info {
    margin-top: 24px;
  }
  .ed-blog__comment-item {
    display: block;
  }

  .ed-blog--style2 .ed-blog__card {
    display: block;
  }

  .ed-blog--style2 .ed-blog__img img {
    width: 100%;
    height: 280px;
    min-width: 100%;
  }

  .ed-blog--style2 .ed-blog__content {
    margin-top: 24px;
  }

  .ed-blog__featured-blog .ed-blog__content {
    padding: 0px;
    position: inherit;
    margin: 0;
    margin-top: 16px;
  }
}

/*================================================================================================
    End Blog CSS
===================================================================================================*/


/*================================================================================================
    Start Call Action CSS
===================================================================================================*/
.ed-call-action {
  margin-bottom: -216px;
  z-index: 2;
}
.ed-call-action__inner {
  background: var(--ed-primary-color);
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 80px 0px 0px;
}
.ed-call-action__content {
  margin-top: 60px;
}
.ed-call-action .ed-section-head__sm-title {
  color: var(--ed-tertiary-color);
}

.ed-call-action .ed-section-head__title {
  color: var(--ed-white-color);
  max-width: 400px;
}
.ed-call-action .ed-section-head__text {
  color: rgba(255, 255, 255, 0.8);
}

.ed-call-action .ed-btn {
  background: var(--ed-tertiary-color);
  color: #263238;
}
.ed-call-action .ed-btn:hover {
  background: var(--ed-white-color);
}
.ed-call-action .ed-btn i {
  background: var(--ed-secondary-color);
  color: var(--ed-white-color);
}
.ed-call-action__img {
  text-align: center;
}
.ed-call-action__img img {
  width: 332px;
  height: 448px;
  object-fit: cover;
}
.ed-call-action__img::before {
  position: absolute;
  content: "";
  width: 536px;
  height: 537px;
  border-radius: 537px;
  background: linear-gradient(180deg, #fff 0%, #d7e1d8 100%);
  left: -40px;
  bottom: -148px;
  z-index: -1;
}
.ed-call-action__img {
  position: relative;
  z-index: 2;
}
.ed-call-action__shape-1 {
  position: absolute;
  left: 24px;
  top: 60px;
  z-index: 22;
}
.ed-call-action__shape-2 {
  position: absolute;
  top: 78px;
  left: 35%;
  z-index: 22;
}
.ed-call-action__shape-3 {
  position: absolute;
  right: 0;
  bottom: -16px;
  z-index: 22;
}

/* Call Action Style 2 */

.ed-call-action--style2 {
  margin-bottom: 0;
  background: var(--ed-primary-color);
}
.ed-call-action__inner--style2 {
  background: transparent;
  border-radius: 0;
  padding: 0;
  overflow: initial;
}
.ed-call-action__inner--style2 .ed-call-action__img::before {
  width: 536px;
  height: 536px;
  left: 50%;
  bottom: -150px;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, 0);
}
.ed-call-action__inner--style2 .ed-call-action__img img {
  width: 400px;
  height: 544px;
  object-fit: cover;
}

.ed-call-action--style2 .ed-call-action__shape-1 {
  left: 144px;
  top: -72px;
  transform: rotate(-180deg);
}
.ed-call-action--style2 .ed-call-action__shape-3 {
  right: 244px;
  bottom: -72px;
}
.ed-call-action--style2 .ed-call-action__shape-2 {
  top: 214px;
  left: 23%;
}
.ed-call-action--style2 .ed-call-action__shape-4 {
  position: absolute;
  right: -22px;
  top: 182px;
}

.ed-call-action--style2 .ed-call-action__img {
  padding-top: 50px;
}
.ed-call-action--style2 .ed-call-action__content {
	margin-top: 145px;
	padding-left: 56px;
}



@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ed-call-action--style2 .ed-call-action__shape-2 {
    left: 17%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-call-action {
    margin-bottom: 0;
  }
  .ed-call-action__inner {
    padding: 40px 40px 0px 40px;
  }
  .ed-call-action__shape-1 {
    display: none;
  }
  .ed-call-action__content {
    margin-top: 0;
  }
  .ed-call-action__img::before {
    width: 420px;
    height: 410px;
    bottom: -156px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ed-call-action__img img {
    width: 100%;
    height: 420px;
    object-fit: contain;
  }
  .ed-call-action__shape-3 {
    display: none;
  }
  .ed-call-action--style2 .ed-call-action__shape-4 {
    right: 0;
  }

  .ed-call-action--style2 .ed-call-action__shape-2 {
    top: 0;
  }
}

@media only screen and (max-width: 991.99px) {
  .ed-call-action {
    margin-bottom: 0;
  }
  .ed-call-action__inner {
    padding: 40px 40px 0px 40px;
  }
  .ed-call-action__shape-1 {
    display: none;
  }
  .ed-call-action__content {
    margin-top: 0;
  }
  .ed-call-action__img::before {
    width: 420px;
    height: 410px;
    bottom: -156px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ed-call-action__img img {
    width: 100%;
    height: 420px;
    object-fit: contain;
  }
  .ed-call-action__img {
    margin-top: 40px;
  }
  .ed-call-action__shape-3 {
    display: none;
  }
  .ed-call-action--style2 .ed-call-action__inner {
    padding: 40px 0px 0px 0px;
  }
  .ed-call-action--style2 .ed-call-action__content {
    margin-top: 0;
  }

  .ed-call-action__inner--style2 .ed-call-action__img img {
    width: 100%;
    height: 320px;
    object-fit: contain;
  }
  .ed-call-action--style2 .ed-call-action__img {
    padding-top: 0;
  }

  .ed-call-action__inner--style2 .ed-call-action__img::before {
    bottom: -250px;
  }
  .ed-call-action--style2 .ed-call-action__shape-4,
  .ed-call-action--style2 .ed-call-action__shape-2 {
    display: none;
  }
  .ed-call-action--style2 .ed-call-action__content {
    padding-left: 0px;
  }
  

}
/*================================================================================================
    End Call Action CSS
===================================================================================================*/


/*================================================================================================
    Start Video CSS
===================================================================================================*/
.ed-video__bg {
  width: 1170px;
  height: 500px;
  object-fit: cover;
  border-radius: 0px 83px 0px 86px;
}
.ed-video__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}
.ed-video__btn img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.ed-video__shape-1 {
  position: absolute;
  right: -6%;
  top: -17%;
  z-index: -1;
}

.ed-video__shape-2 {
  position: absolute;
  bottom: -5%;
  left: -7px;
}

/* Video Style 2 */
.ed-video.ed-video--style2 {
  position: relative;
  margin-top: -250px;
  z-index: 2;
}
.ed-video.ed-video--style2 .ed-video__shape-1 {
  right: -7%;
  top: auto;
  bottom: 42%;
}

/* Video Style 3 */
.ed-video.ed-video--style3 {
  position: relative;
  z-index: 2;
}

.ed-video.ed-video--style3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.ed-video.ed-video--style3 .ed-video__btn {
  position: initial;
  margin-top: 0;
  margin-left: 0;
}

.ed-video.ed-video--style3 .ed-video__btn img {
  width: 90px;
  height: 90px;
}
.ed-video.ed-video--style3 .ed-video__inner {
  text-align: center;
}

.ed-video.ed-video--style3 .ed-video__content {
  margin-top: 70px;
}

.ed-video.ed-video--style3 .ed-video__content span {
  color: #ffcd20;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  display: inline-block;
  margin-bottom: 32px;
}

.ed-video.ed-video--style3 .ed-video__content h3 {
  color: var(--ed-white-color);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .ed-video__bg {
    width: 100%;
  }
  .ed-video__shape-1 {
    right: 0;
  }
  .ed-video.ed-video--style2 .ed-video__shape-1 {
    right: 0;
    top: -11%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-video__bg {
    width: 100%;
    height: 380px;
  }
  .ed-video__btn img {
    width: 100px;
    height: 100px;
  }
  .ed-video__shape-1 {
    right: 0;
    top: -14%;
  }
  .ed-video__shape-2 {
    left: 0;
  }
  .ed-video.ed-video--style2 .ed-video__shape-1 {
    right: 0;
    bottom: 72%;
  }
}

@media only screen and (max-width: 767px) {
  .ed-video__bg {
    width: 100%;
    height: 332px;
  }
  .ed-video__btn img {
    width: 80px;
    height: 80px;
  }
  .ed-video__shape-1 {
    right: 0;
  }
  .ed-video.ed-video--style2 .ed-video__shape-1 {
    display: none;
  }
  .ed-video.ed-video--style3 .ed-video__content {
    margin-top: 40px;
  }
  .ed-video.ed-video--style3 .ed-video__content h3 {
    font-size: 28px;
    line-height: 46px;
  }
  .ed-video.ed-video--style3 .ed-video__content span {
    margin-bottom: 16px;
  }
}
/*================================================================================================
    End Video CSS
===================================================================================================*/


/*================================================================================================
    Start Team CSS
===================================================================================================*/

.ed-team__card {
  margin-top: 30px;
}

.ed-team__img img {
  width: 100%;
  height: 412px;
  object-fit: cover;
  border-radius: 8px;
}
.ed-team__cover {
  position: relative;
  overflow: hidden;
}

.ed-team__cover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(1, 28, 26, 0) 0%,
    rgba(1, 28, 26, 0.65) 100%
  );
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.ed-team__card:hover .ed-team__cover::before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.ed-team__social {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.ed-team__card:hover .ed-team__social {
  opacity: 1;
  visibility: visible;
  bottom: 28px;
}
.ed-team__social li {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ed-team__social li img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.ed-team__social li img:hover {
  transform: translateY(-3px);
}
.ed-team__info {
  margin-top: 28px;
}

.ed-team__designation {
  color: #5f5d5d;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
}

.ed-team__name {
  color: var(--ed-title-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  margin-top: 14px;
}
.ed-team__name:hover {
  color: var(--ed-primary-color);
}

/* Team Details  */

.ed-team__details-top {
  display: flex;
  align-items: center;
  gap: 110px;
}
.ed-team__details-info span {
  margin-bottom: 16px;
  display: block;
}

.ed-team__details-info h4 {
  margin-bottom: 20px;
}
.ed-team__details-main-img img {
  width: 488px;
  height: 450px;
  object-fit: cover;
  max-width: 488px;
  border-radius: 8px;
}
.ed-team__details-image {
  position: relative;
}
.ed-team__details-image .ed-course__lesson {
  margin: 0;
}
.ed-team__details-image .ed-team__details-meta {
  position: absolute;
  bottom: 16px;
  left: 16px;
  border-radius: 8px;
  background: var(--ed-white-color);
  display: inline-block;
  padding: 16px 20px;
}
.ed-team__details-image .ed-course__rattings ul li i {
  top: 0;
}
.ed-team__details-info .ed-team__details-info-wrapper {
  display: flex;
  align-items: center;
  gap: 46px;
  border-top: 1px solid rgba(1, 28, 26, 0.25);
  padding-top: 30px;
  margin-top: 30px;
}
.ed-team__details-info .ed-team__details-info-social {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
.ed-team__details-info .ed-contact__info-item {
  margin: 0;
}
.ed-team__details-info .ed-contact__info-content a {
  font-weight: 600;
}

.ed-team__details-bottom {
  margin-top: 45px;
}
.ed-team__details-bottom h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .ed-team__img img {
    height: 340px;
  }
  .ed-team__details-top {
    gap: 40px;
  }
  .ed-team__details-top .ed-contact__info-item {
    display: block;
  }
  .ed-team__details-top .ed-contact__info-content {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-team.ed-team__page {
    padding: 50px 0px 80px;
  }
  .ed-team__details-top {
    display: block;
  }
  .ed-team__details-info {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-team__details-top {
    display: block;
  }
  .ed-team__img img {
    height: 320px;
  }
  .ed-team__page.section-gap {
    padding: 50px 0px 80px;
  }
  .ed-team__details-main-img img {
    width: 100%;
    height: 320px;
    max-width: 100%;
  }
  .ed-team__details-info h4 {
    margin-bottom: 12px;
    font-size: 28px;
  }
  .ed-team__details-info span {
    margin-bottom: 12px;
  }
  .ed-team__details-info .ed-contact__info-item {
    margin-bottom: 24px;
  }
  .ed-team__details-bottom {
    margin-top: 32px;
  }
  .ed-team__details-info {
    margin-top: 40px;
  }
  .ed-team__details-info .ed-team__details-info-wrapper {
    display: block;
  }
}

/*================================================================================================
    End Team CSS
===================================================================================================*/


/*================================================================================================
    Start Faq CSS
===================================================================================================*/
.ed-faq__images {
}
.ed-faq__images-group {
  display: flex;
  gap: 27px;
}
.faq-img-1 {
  width: 258px;
  height: 440px;
  max-width: 258px;
  border-radius: 0px 86px 0px 86px;
  object-fit: cover;
}

.faq-img-2 {
  width: 258px;
  max-width: 258px;
  height: 172px;
  object-fit: cover;
  border-radius: 0px 42px 0px 42px;
  display: block;
}

.faq-img-3 {
  width: 258px;
  max-width: 258px;
  height: 370px;
  object-fit: cover;
  border-radius: 86px 0px 86px 0px;
  margin-top: 45px;
}
.ed-faq__shape-1 {
  position: absolute;
  bottom: 6%;
  z-index: -1;
  left: 10%;
}
.ed-faq__shape-2 {
  position: absolute;
  right: 14%;
  top: 28%;
}
.ed-faq__accordion {
  /* margin-top: 45px; */
}
.ed-faq__content {
  padding-left: 44px;
}
.ed-faq__accordion-item {
  margin-bottom: 16px;
}
.ed-faq__accordion-item:last-child {
  margin: 0;
}
.ed-faq__accordion-item .accordion-button {
  background: var(--ed-white-color);
  color: var(--ed-title-color);
  padding: 20px 54px 20px 26px;
  border-radius: 8px !important;
  box-shadow: none;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
}
.ed-faq__accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none !important;
  color: var(--ed-primary-color);
  background: var(--ed-white-color);
  border-radius: 8px 8px 0px 0px !important;
  padding-bottom: 24px;
}

.ed-faq__accordion-item .accordion-button:focus {
  box-shadow: none;
}
.ed-faq__accordion-body {
  padding: 26px;
  border-radius: 0px 0px 8px 8px;
  background: var(--ed-white-color);
  transition: all 0.4s ease;
  border-top: 1px solid #f0f2f2 !important;
}
.ed-faq__accordion-item .accordion-button::after {
  background-image: none;
  transform: none;
  position: absolute;
  right: 26px;
  content: "\f13f";
  font-family: uicons-solid-straight !important;
  text-align: center;
  color: var(--ed-secondary-color);
  transition: all 0.4s ease;
  font-size: 18px;
  top: 20px;
}
.ed-faq__accordion-item .accordion-button:not(.collapsed)::after {
  background: var(--ed-white-color);
  color: var(--ed-primary-color);
  content: "\f13d";
}

/* Faq Style 2  */

.ed-faq--style2 .ed-faq__accordion {
  margin-top: 30px;
}
.ed-faq--style2 .ed-faq__content {
  padding-left: 0;
}
.ed-faq--style2 .ed-faq__accordion-item {
  margin-bottom: 20px;
}
.ed-faq--style2 .ed-faq__accordion-item .accordion-button {
  background: var(--ed-offwhite-color);
}
.ed-faq--style2 .ed-faq__accordion-item .accordion-button:not(.collapsed) {
  background: var(--ed-offwhite-color);
}
.ed-faq--style2 .ed-faq__accordion-body {
  background: var(--ed-offwhite-color);
  border-top: 1px solid #b8bfbe !important;
}
.ed-faq--style2
  .ed-faq__accordion-item
  .accordion-button:not(.collapsed)::after {
  background: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-faq__content {
    padding-left: 0;
    margin-top: 40px;
  }
  .ed-faq__shape-2 {
    right: auto;
    left: 30%;
    top: 0;
  }
  .ed-faq--style2 .ed-faq__content {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-faq__image-group-1,
  .faq-img-3,
  .ed-faq__shape-1 {
    display: none;
  }
  .faq-img-2 {
    width: 100%;
    max-width: 100%;
    height: 264px;
  }
  .ed-faq__shape-2 {
    right: 0;
    top: -10%;
  }
  .ed-faq__content {
    padding-left: 0;
    margin-top: 40px;
  }
  .ed-faq__accordion-item .accordion-button {
    font-size: 16px;
  }
  .ed-faq--style2 .ed-faq__content {
    margin: 0;
  }
  .ed-faq__image-group-2 {
    width: 100%;
  }
}

/*================================================================================================
    End Faq CSS
===================================================================================================*/


/*================================================================================================
    Start Breadcrumbs CSS
===================================================================================================*/
.ed-breadcrumbs {
  padding: 90px 0px;
  margin-top: 0;
  margin-bottom: 60px;
  background-image: url(assets/images/breadcrumbs-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ed-breadcrumbs__content {
  text-align: center;
}
.ed-breadcrumbs__title {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 30px;
}
.ed-breadcrumbs__menu {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.ed-breadcrumbs__menu li {
  color: var(--ed-paragraph-color);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.ed-breadcrumbs__menu li.active a {
  color: #df4343;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-breadcrumbs {
    padding: 80px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-breadcrumbs {
    padding: 40px 0px;
    margin-top: 0;
  }
  .ed-breadcrumbs__title {
    font-size: 32px;
    margin-bottom: 6px;
  }
}

/*================================================================================================
    End Breadcrumbs CSS
===================================================================================================*/


/*================================================================================================
    Start Apply CSS
===================================================================================================*/
.ed-apply {
  padding: 60px 0px;
}
.ed-apply__main {
  z-index: 2;
}
.ed-apply__main .ed-contact__form-sm-title {
  margin-bottom: 16px;
}
.ed-apply__main .ed-contact__form-head {
  margin-bottom: 32px;
}
.ed-apply__main .ed-contact__form-main .form-group {
  margin-bottom: 24px;
}
.ed-apply__shapes .shape-1 {
  position: absolute;
  z-index: -1;
  bottom: -5%;
  right: -25%;
}
.ed-apply__shapes .shape-2 {
  position: absolute;
  bottom: 80px;
  right: -16%;
  z-index: -1;
}
.ed-apply__main .ed-contact__form {
  margin: 0;
  padding: 50px;
}
.ed-apply__main .ed-contact__form-btn {
  margin-top: 32px;
}



/*================================================================================================
    End Apply CSS
===================================================================================================*/



/*================================================================================================
    Start Event CSS
===================================================================================================*/

.ed-event {
  background: #f6f5fe;
  z-index: 2;
}
.group-shape {
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  transform: translate(0, -50%);
}
.ed-event__post {
  z-index: 2;
}
.ed-event__post .shape-1 {
  position: absolute;
  left: -22%;
  top: 40%;
  z-index: -1;
}

.ed-event__post .shape-2 {
  position: absolute;
  top: 40%;
  z-index: -1;
  left: -6%;
}
.ed-event__post .shape-3 {
  position: absolute;
  bottom: -7%;
  right: -8%;
  z-index: -1;
}
.ed-event__post-wrapper {
  border-radius: 8px;
  background: var(--ed-white-color);
  box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.03);
  padding: 60px 50px;
}

.ed-event__single-post {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ed-event__post-img img {
  width: 160px;
  height: 160px;
  min-width: 160px;
  border-radius: 100%;
}

.ed-event__single-post {
  margin-bottom: 40px;
}

.ed-event__single-post:last-child {
  margin: 0;
}
.ed-event__post-info ul li {
  display: inline-block;
  align-items: center;
  gap: 4px;
  margin-right: 16px;
}
.ed-event__post-info ul li:last-child {
  margin: 0;
}
.ed-event__post-info ul li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

.ed-event__post-info ul li i {
  font-size: 16px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.ed-event__post-title {
  margin-top: 20px;
  color: var(--ed-title-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.ed-event__post-title:hover {
  color: var(--ed-primary-color);
}

.ed-event__notice-tab-menu {
  margin-bottom: 24px;
  border-top: 1px solid #caced5;
  padding-top: 20px;
}
.ed-event__notice-tab-menu .list-group {
  flex-direction: revert;
  gap: 12px;
}
.ed-event__notice-tab-menu .list-group-item {
  background-color: var(--ed-white-color);
  border: none !important;
  color: var(--ed-primary-color);
  padding: 12px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.16px;
  font-weight: 500;
  border-radius: 4px !important;
  width: 100%;
  text-align: center;
}
.ed-event__notice-tab-menu .list-group-item.active {
  background-color: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.ed-event__notice-tab-menu .list-group-item:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}

.ed-event__notice-single {
  background: var(--ed-white-color);
  border-radius: 4px;
  box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.03);
  padding: 18px 24px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  z-index: 2;
  position: relative;
}
.ed-event__notice {
  padding-left: 70px;
}
.ed-event__notice-date {
  position: relative;
}

.ed-event__notice-date {
  padding-right: 16px;
  margin-right: 16px;
  color: var(--ed-title-color);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  font-family: var(--ed-font-family-2);
}
.ed-event__notice-date::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #ced3d4;
  right: 0;
  height: 100%;
  top: 0;
}
.ed-event__notice-date span {
  color: var(--ed-paragraph-color);
  text-align: center;
  font-family: var(--ed-font-family);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
  display: block;
}
.ed-event__notice-title {
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ed-event__notice-single:last-child {
  margin: 0;
}

.ed-event__notice {
  padding-left: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .ed-event__notice {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-event__notice {
    padding-left: 0px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-event__single-post {
    display: block;
  }
  .ed-event__post-wrapper {
    padding: 24px;
  }
  .ed-event__notice {
    padding-left: 0px;
    margin-top: 40px;
  }
  .ed-event__notice-tab-menu {
    overflow-y: scroll;
    padding-bottom: 12px;
    white-space: nowrap;
  }
  .ed-event__post-img {
    text-align: center;
  }
  .ed-event__post-info {
    margin-top: 24px;
    text-align: center;
  }
}

/*================================================================================================
    End Event CSS
===================================================================================================*/


/*================================================================================================
    Start Contact CSS
===================================================================================================*/
.ed-contact__shape-1,
.ed-contact__shape-2,
.ed-contact__shape-3 {
  position: absolute;
}
.ed-contact__shape-1 {
  right: 18%;
  top: 26%;
}
.ed-contact__shape-2 {
  bottom: 38%;
  left: 5%;
}
.ed-contact__shape-3 {
  right: 14%;
  bottom: 22%;
}

.ed-contact__info-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.36px;
  margin-bottom: 40px;
}

.ed-contact__info-item {
  margin-bottom: 36px;
  display: flex;
  gap: 24px;
}
.ed-contact__info-item:last-child {
  margin: 0;
}
.ed-contact__info-icon img {
  width: 28px;
  min-width: 28px;
  height: 28px;
  object-fit: contain;
}

.ed-contact__info-content span {
  display: block;
  margin-bottom: 12px;
}

.ed-contact__info-content a {
  color: var(--ed-title-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
.ed-contact__info-content a:hover {
  color: var(--ed-primary-color);
}

/* Contact Form  */
.ed-contact {
  padding-top: 345px;
}
.ed-contact__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 700px;
}

.ed-contact__bg img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.ed-contact__form {
  border-radius: 8px;
  background: var(--ed-white-color);
  box-shadow: 0px 0px 50px 42px rgba(14, 5, 72, 0.04);
  padding: 60px;
}
.ed-contact__form-head {
  margin-bottom: 20px;
}
.ed-contact__form-sm-title {
  display: block;
  margin-bottom: 32px;
  line-height: 20px;
}

.ed-contact__form-big-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: -0.36px;
  margin: 0;
}
.ed-contact__form-main .form-group {
  margin-bottom: 20px;
}

.ed-contact__form-main .form-group input,
.ed-contact__form-main .form-group textarea {
  width: 100%;
  height: auto;
  border: none;
  border-bottom: 1px solid #bfc6c5;
  background: #eee;
  border-radius: 6px;
  padding: 14px 20px;
}
.ed-contact__form-main .form-group input:focus,
.ed-contact__form-main .form-group textarea:focus {
  border-bottom: 1px solid var(--ed-primary-color);
}

.ed-contact__form-main .form-group textarea {
  resize: none;
  height: 100px;
}

.form-check-label {
  line-height: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.form-check-label strong {
  margin-left: 6px;
  font-weight: 600;
}

.form-check-input {
  vertical-align: middle !important;
  width: 16px;
  height: 16px;
  border-radius: 100% !important;
  border: 1px solid rgba(1, 28, 26, 0.75);
  margin: 0 !important;
  position: relative;
  margin-right: 10px !important;
  float: initial !important;
  cursor: pointer;
}
.form-check-input:focus {
  border-color: rgba(1, 28, 26, 0.75);
  outline: 0;
  box-shadow: none;
}
.form-check {
  min-height: auto;
  padding: 0;
  margin: 0;
}

.form-check-input:checked {
  background-color: var(--ed-primary-color);
  border-color: transparent;
}

/* Contact Style 2  */
.ed-contact--style2 .ed-contact__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.ed-contact--style2 .ed-contact__img img {
  /* width: 620px;
  height: 620px; */
  object-fit: cover;
  border-radius: 8px;
}
.ed-contact--style2 .ed-contact__form {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.ed-contact--style2 .ed-contact__form-sm-title {
  margin-bottom: 18px;
  line-height: 16px;
}

/* Contact Page  */
.ed-contact__card {
  padding-top: 70px;
}
.ed-contact__card-item {
  border-radius: 8px;
  background: var(--ed-offwhite-color);
  padding: 44px 35px;
  margin-top: 40px;
}

.ed-contact__card-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.ed-contact__card-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: var(--ed-primary-color);
  line-height: 100px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 30px;
}
.ed-contact__card-info a {
  display: block;
  color: var(--ed-title-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  min-height: 45px;
}
.ed-contact__card-info a:hover {
  color: var(--ed-primary-color);
}

#contactForm label.error {
  display: none !important;
}

#contactForm .form-control.has-error {
  border: 1px solid red !important;
  background: #ff00000d;
}

#booktrialForm label.error {
  display: none !important;
}

#booktrialForm .form-control.has-error {
  border: 1px solid red !important;
  background: #ff00000d;
}


.date-wrap {
  position: relative;
}

.date-text {
  width: 100px;
  border: none;
  border-bottom: 1px solid #bfc6c5;
  background: #eee;
  border-radius: 6px;
  padding: 14px 20px;
  position: absolute;
  top: 0;
  pointer-events: none;
  display: none;
  height: 100%;
  right: 0;
}

#dateTextShow {
  display: none;
}

.calendar-icon {
  position: absolute;
  right: 22px;
}

@media (max-width:1000px) {
  .date-text {
    display: block;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ed-contact__shape-3 {
    right: 4%;
  }
  .ed-contact__shape-1 {
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .ed-contact__info-content a {
    font-size: 18px;
  }
  .ed-contact--style2 .ed-contact__inner {
    gap: 40px;
  }
  .ed-contact__card-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .ed-contact__card-info a {
    font-size: 18px;
    line-height: 30px;
  }
  .ed-contact__form-big-title br {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-contact__info-wrapper {
    margin-top: 40px;
  }
  .ed-contact__bg img {
    height: 300px;
  }
  .ed-contact__bg {
    height: 300px;
  }
  .ed-contact {
    padding-top: 160px;
  }
  .ed-contact__shape-1 {
    right: 12%;
    top: 10%;
  }
  .ed-contact__shape-2 {
    left: 2%;
  }
  .ed-contact--style2 .ed-contact__inner {
    display: block;
  }
  .ed-contact--style2 .ed-contact__img img {
    width: 100%;
    height: 520px;
  }
  .ed-contact--style2 .ed-contact__form {
    margin-top: 40px;
  }
  .ed-contact__form-head {
    margin-bottom: 40px;
  }
  .ed-contact__card {
    padding-top: 40px;
  }
  .ed-contact__card-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 24px;
  }
  .ed-contact__card-info a {
    font-size: 20px;
    line-height: 32px;
  }
  .ed-contact__card-item {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-contact--style2 .ed-contact__img img {
    width: 100%;
    height: 320px;
  }
  .ed-contact--style2 .ed-contact__form {
    margin-top: 40px;
  }
  .ed-contact__form-big-title {
    font-size: 28px;
    line-height: 36px;
  }
  .ed-contact__form-head {
    margin-bottom: 32px;
  }
  .ed-contact__form-main .form-group {
    margin-bottom: 24px;
  }
  .ed-contact--style2 .ed-contact__inner {
    display: block;
  }
  .ed-contact__bg img {
    height: 280px;
  }
  .ed-contact__form {
    padding: 32px;
    margin-top: -224px;
  }
  .ed-contact__shape-2 {
    display: none;
  }
  .ed-contact__shape-3 {
    display: none;
  }
  .ed-contact__shape-1 {
    right: 5%;
    top: 6%;
  }
  .ed-contact__info-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .ed-contact__info-wrapper {
    margin-top: 40px;
  }
  .ed-contact__form-sm-title {
    margin-bottom: 16px;
  }
  .ed-contact__card {
    padding-top: 40px;
  }
  .ed-contact__card-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 16px;
  }
  .ed-contact__card-info a {
    font-size: 18px;
    line-height: 32px;
  }
  .ed-contact__card-item {
    padding: 40px;
  }
  .ed-contact__info-content a {
        font-size: 18px;
  }
}
/*================================================================================================
    End Contact CSS
===================================================================================================*/


/*================================================================================================
    Start Product CSS
===================================================================================================*/
.ed-product {
  padding-top: 60px;
}
.ed-product__card {
  margin-top: 50px;
}
.ed-product__img {
  overflow: hidden;
  border-radius: 8px;
}
.ed-product__img img {
  width: 100%;
  height: 388px;
  object-fit: cover;
  border-radius: 8px;
  transition: all 0.4s ease;
}
.ed-product__card:hover .ed-product__img img {
  transform: scale(1.08);
}
.ed-product__cover {
  position: relative;
  overflow: hidden;
}
.ed-product__cover .ed-btn {
  position: absolute;
  bottom: -56px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  transition: all 0.4s ease;
}
.ed-product__card:hover .ed-product__cover .ed-btn {
  bottom: 32px;
}
.ed-product__rattings li {
  display: inline-block;
}

.ed-product__rattings li i {
  font-size: 18px;
  color: #ffcd20;
}

.ed-product__info {
  text-align: center;
  margin-top: 30px;
}
.ed-product__title {
  margin-bottom: 18px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  color: var(--ed-title-color);
}
.ed-product__title:hover {
  color: var(--ed-primary-color);
}
.ed-product__rattings li span {
  margin-left: 8px;
  font-size: 14px;
  display: inline-block;
}

.ed-product__info-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.ed-product__price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ed-product__info-bottom span {
  color: #543ee8;
  font-size: 20px;
  font-weight: 700;
}
.ed-product__info-bottom del {
  color: rgba(134, 134, 134, 0.51);
  font-size: 20px;
  font-weight: 400;
}

/* Product Details  */
.product__details-inner {
  padding-left: 90px;
}
.ed-shop-thumb img {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  object-fit: cover;
}
.ed-product-short {
  margin-top: 16px;
}
.ed-product-short h3 {
  color: #011c1a;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.36px;
  margin-bottom: 24px;
}
.ed-product__d-meta-single {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 8px;
}
.ed-product__d-meta-single p {
  width: 20%;
  color: var(--ed-title-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
}
.ed-product__d-meta-single:last-child {
  margin: 0;
}
.ed-product__d-meta-single a:hover {
  color: var(--ed-primary-color);
}
.ed-product__details-meta {
  margin-top: 48px;
}
.ed-shop-single__purchase {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
.ed-cart__quantity-selector {
  position: relative;
  width: 145px;
}

.ed-cart__quantity-input {
  width: 145px;
  height: 52px;
  border-radius: 52px !important;
  background: #faf9f6;
  text-align: center;
  color: var(--ed-title-color) !important;
  border: 1px solid transparent !important;
  padding: 12px 52px !important;
}

.ed-cart__quantity-selector button {
  padding: 0;
  color: var(--ed-title-color);
  font-size: 15px;
  background: transparent;
}
.ed-cart__quantity-selector button:hover {
  color: var(--ed-primary-color);
}
.ed-cart__quantity-decrease {
  position: absolute;
  left: 25px;
  top: 18px;
}
.ed-cart__quantity-increase {
  position: absolute;
  right: 25px;
  top: 18px;
}

.ed-product__details-tab .nav-link {
  padding: 0;
}

.ed-product__details-tab .nav-tabs {
  border-bottom: 1px solid #bfc6c5 !important;
  padding-bottom: 18px !important;
}
.ed-product__details-tab .nav-item {
  margin-right: 32px;
}
.ed-product__details-tab .nav-item:last-child {
  margin: 0;
}
.ed-product__details-tab .nav-tabs .nav-link {
  margin-bottom: 0;
  color: #aaa;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
}
.ed-product__details-tab .nav-tabs .nav-item.show .nav-link,
.ed-product__details-tab .nav-tabs .nav-link.active {
  color: var(--ed-title-color) !important;
}

.ed-product__comment-item {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #bfc6c5;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.ed-product__comment-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.ed-product__comment-img img {
  width: 58px;
  height: 58px;
  max-width: 58px;
  border-radius: 100%;
  object-fit: cover;
}

.ed-product__comment-info-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.ed-product__comment-name {
  margin: 0;
}

.ed-product__comment-date {
  color: #aaa;
  line-height: 20px;
}

.ed-product__details-form {
  margin-top: 90px;
}

.ed-product-single__tab-title {
  color: #011c1a;
  font-size: 36px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.36px;
  margin-bottom: 32px;
}

.ed-poduct__your-rattings {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ed-poduct__your-rattings ul li {
  display: inline-block;
  color: #ffcd20;
  font-size: 18px;
  position: relative;
  top: -1px;
}

.ed-poduct__your-rattings p {
  color: var(--ed-title-color);
  font-size: 14px;
  line-height: 20px;
}

/* Cart Page  */

.ed-cart__header {
  background: var(--ed-offwhite-color);
  border-radius: 4px;
}
.ed-cart__header tr th {
  padding: 20px 20px;
  color: var(--ed-title-color);
  font-weight: 700;
}
.ed-cart__update-button:hover,
.ed-cart__coupon button:hover {
  background: var(--ed-primary-color);
  color: #fff;
}

.ed-cart__remove-button {
  width: 20px;
  height: 20px;
  background: #fce4e5;
  border-radius: 100%;
  border: 1px solid #f8c8cb !important;
  font-size: 8px;
  color: #e71e29;
  padding: 0;
  line-height: 22px;
  margin-right: 16px;
}
.ed-cart__remove-button:hover {
  background: #e71e29;
  color: var(--ed-white-color);
  border: 1px solid transparent !important;
}
.ed-cart__bottom-form {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 24px;
}
.ed-cart__product-name {
  color: var(--ed-paragraph-color);
  margin-left: 24px;
}
.ed-cart__product-name:hover {
  color: var(--ed-primary-color) !important;
}
.ed-cart__item {
  border-bottom: 1px solid rgba(1, 28, 26, 0.25);
}
.ed-cart__item:last-child {
  border-bottom: none;
}
.ed-cart__item td {
  padding: 28px 20px;
  color: var(--ed-paragraph-color);
}
.ed-cart__summary {
  display: flex;
  justify-content: end;
}
.ed-cart__summary-inside {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-top: 60px;
  min-width: 450px;
  background: var(--ed-white-color);
  border-radius: 6px;
  border: 1px solid rgba(1, 28, 26, 0.25);
}
.ed-cart .ed-cart__summary-body {
  width: 100%;
  flex-direction: column;
  display: flex;
  background: var(--ed-white-color);
  border: none;
  border-radius: 6px;
}
.ed-cart__totals {
  margin-top: 32px;
}
.ed-cart .ed-cart__totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 16px;
  margin-bottom: 16px;
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 0;
  padding-right: 0;
}
.ed-cart .ed-cart__totals-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.ed-cart__heading {
  padding: 18px 32px;
  border-radius: 6px 6px 0px 0px;
  border: 1px solid #f3f3f3;
  background: var(--ed-offwhite-color);
}
.ed-cart .ed-cart__heading-title {
  margin: 0;
  font-size: 36px;
  color: var(--ed-title-color);
  font-weight: 700;
  line-height: 30px;
}
.ed-cart__coupon {
  display: flex;
  gap: 15px;
  max-width: 100%;
}
.ed-cart__totals-label {
  font-weight: 500;
}
.ed-cart__totals-label.total-amount-label {
  color: #011c1a;
  font-size: 20px;
  font-weight: 700;
}

.ed-cart__totals-value.total-amount-price {
  color: var(--ed-primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.ed-cart__coupon input {
  border-radius: 52px;
  border: 1px solid rgba(1, 28, 26, 0.25);
  padding: 12px 18px;
  color: var(--ed-paragraph-color);
  font-size: 16px;
}
.ed-cart__coupon input:focus {
  border: 1px solid var(--ed-primary-color);
}
.ed-cart__update-button.ed-cart__update-button--primary {
  background: #6440fb;
  color: #fff;
}
.ed-cart__checkout-button {
  margin: 40px 0px 32px 32px;
}
.ed-cart__actions {
  display: flex;
  gap: 16px;
}
.ed-cart__update-button.ed-btn {
  background: var(--ed-tertiary-color);
  color: var(--ed-title-color);
}
.ed-cart__update-button.ed-btn:hover {
  background: var(--ed-primary-color);
  color: var(--ed-white-color);
}
.ed-cart__update-button.ed-btn i {
  background: var(--ed-secondary-color);
  color: var(--ed-white-color);
}

.ed-cart__update-button.ed-btn:hover i {
  background: var(--ed-white-color);
  color: var(--ed-primary-color);
}

.ed-cart__totals-value {
  text-align: right;
}

.ed-cart__totals-value ul li a {
  color: var(--ed-primary-color);
  font-weight: 500;
}
.ed-cart__totals-value ul li {
  margin-bottom: 4px;
}
.ed-cart__totals-value ul li:last-child {
  margin: 0;
}
.ed-cart__totals-value.subtotal {
  color: var(--ed-title-color);
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .ed-product__img img {
    height: 300px;
  }
  .product__details-inner {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-product__img img {
    height: 300px;
  }
  .ed-product {
    padding-top: 30px;
  }
  .ed-shop-thumb img {
    height: 380px;
  }
  .product__details-inner {
    padding-left: 0;
    margin-top: 40px;
  }
  .ed-cart__product-name {
    margin-left: 0;
    margin-top: 12px;
  }
  .ed-cart__update-button.ed-btn {
    display: none;
  }
  .ed-cart .ed-cart__heading-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .ed-product {
    padding-top: 30px;
  }
  .ed-product__img img {
    height: 280px;
  }
  .ed-shop-thumb img {
    height: 280px;
  }
  .product__details-inner {
    padding-left: 0;
    margin-top: 24px;
  }
  .ed-product-short h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .ed-product__d-meta-single p {
    width: 30%;
  }
  .ed-product__details-meta {
    margin-top: 24px;
  }
  .ed-shop-single__purchase {
    display: block;
    margin-top: 32px;
  }
  .ed-cart__quantity-selector {
    margin-bottom: 16px;
  }
  .ed-product-single__tab-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .ed-product__comment-info-head {
    margin-bottom: 12px;
  }
  .ed-product__details-form {
    margin-top: 40px;
  }
  .ed-product__comment-info {
    margin-top: 12px;
  }
  .ed-product__comment-item {
    display: block;
  }
  .ed-cart__item {
    white-space: nowrap;
  }
  .ed-cart__summary-inside {
    min-width: 100%;
  }
  .ed-cart .ed-cart__heading-title {
    font-size: 24px;
  }
  .ed-cart__heading {
    padding: 16px 32px;
  }
  .ed-cart__actions {
    display: flex;
    margin-top: 16px;
  }
  .ed-cart__update-button.ed-btn {
    display: none;
  }
  .ed-cart__bottom-form {
    margin-top: 24px;
    display: block;
  }
  .ed-cart__item td {
    padding: 16px 40px;
  }
  .ed-cart__checkout-button {
    margin: 24px 0px 32px 32px;
  }
}

/*================================================================================================
    End Product CSS
===================================================================================================*/


/*================================================================================================
    Start Error CSS
===================================================================================================*/

.ed-error__img img {
  max-width: 100%;
  height: auto;
}

.ed-error__content {
  margin-top: 60px;
  padding: 0px 156px;
}
.ed-error__content-text {
  color: var(--ed-title-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.ed-error__btn {
  margin-top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1199.99px) {
  .ed-error__content {
    margin-top: 40px;
    padding: 0;
  }
  .ed-error__btn {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .ed-error__content {
    margin-top: 24px;
    padding: 0;
  }
  .ed-error__content-text {
    line-height: 28px;
  }

  .ed-error__btn {
    margin-top: 24px;
  }
}

/*================================================================================================
    End Error CSS
===================================================================================================*/


/*================================================================================================
    Start Checkout CSS
===================================================================================================*/
.ed-checkout.section-gap {
  padding: 70px 0 110px;
}
.ed-checkout__form-group {
  min-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}
.ed-checkout__label {
  margin-left: 16px;
  color: var(--ed-title-color);
  font-size: 14px;
}
.ed-checkout__form-group input,
.ed-checkout__form-group textarea {
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(1, 28, 26, 0.12);
  height: 50px;
}
.ed-checkout__form-group textarea {
  height: 72px;
}
.ed-checkout__form-group input:focus,
.ed-checkout__form-group textarea:focus {
  border: 1px solid var(--ed-primary-color);
}
.ed-checkout__form-group .nice-select {
  padding: 0 16px;
  height: 50px;
  line-height: 50px;
}
.ed-checkout__section.ed-checkout__section--order {
  background: var(--ed-offwhite-color);
  padding: 30px;
  border-radius: 4px 4px 0px 0px;
}
.ed-checkout__section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.ed-checkout__summary-item-name {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ed-checkout__summary-item-name img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 4px;
}
.ed-checkout__summary-item-name a:hover {
  color: var(--ed-primary-color);
}
.ed-checkout__summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(1, 28, 26, 0.25);
  gap: 10px;
}
.ed-checkout__summary-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.ed-checkout__summary-item a {
  font-size: 14px;
}
.ed-checkout .ed-cart__summary-body {
  width: 100%;
  flex-direction: column;
  display: flex;
  border-radius: 8px;
}
.ed-checkout .ed-cart__heading {
  padding: 25px 20px;
}
.ed-cart__heading-title {
  margin: 0;
  font-size: 20px;
  color: #140342;
  font-weight: 500;
}
.ed-checkout__summary {
  margin-top: 24px;
}
.ed-checkout .ed-cart__totals-label {
  font-weight: 700;
  color: var(--ed-title-color);
}
.ed-checkout .ed-cart__totals-value.subtotal-amount {
  font-weight: 700;
  color: var(--ed-title-color);
}
.ed-checkout .ed-cart__totals-value.total-amount {
  font-weight: 700;
  color: var(--ed-primary-color);
}
.ed-checkout .ed-cart__totals-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(1, 28, 26, 0.25);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ed-checkout .ed-cart__totals-row:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ed-payment-infos {
  border-radius: 0px 0px 4px 4px;
  background: #ebebeb;
  padding: 30px;
}
.ed-payment-accordion button::after {
  display: none;
}
.ed-payment-accordion {
  border: none !important;
  box-shadow: none !important;
}
.ed-payment-accordion .accordion-item {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.ed-payment-accordion .accordion-button {
  background: transparent !important;
  display: flex !important;
  justify-content: start !important;
  gap: 10px;
  align-items: center;
  padding: 15px 0;
  box-shadow: none;
  border-bottom: 1px solid #d9d9d9 !important;
  border-radius: 0 !important;
}
.ed-payment-accordion .accordion-button input {
  margin: 0 !important;
}
.ed-payment-accordion .accordion-body {
  padding: 15px 0;
  color: var(--ed-paragraph-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.pm-check {
  border: 1px solid var(--ed-border-color);
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: transparent !important;
  position: relative;
}
.pm-check:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
}
.form-check-input.payment-checkbox {
  display: none;
}
.ed-payment-accordion .accordion-button > span {
  display: inline-flex;
  gap: 8px;
  color: var(--ed-title-color);
  font-weight: 700;
  letter-spacing: -0.16px;
  font-size: 16px;
}
.ed-payment-accordion .accordion-button:not(.collapsed) {
  color: var(--ed-primary-color);
}

.form-check-input:checked[type="radio"] + span .pm-check {
  border-color: var(--ed-white-color);
}
.form-check-input:checked[type="radio"] + span .pm-check:before {
  background: var(--ed-primary-color);
}
.ed-payment-infos .ed-btn {
  margin-top: 32px;
}

@media only screen and (max-width: 991.99px) {
  .ed-checkout.section-gap {
    padding: 40px 0px 80px;
  }
}

/*================================================================================================
    End Checkout CSS
===================================================================================================*/


/*================================================================================================
    Start Sidebars CSS
===================================================================================================*/
.ed-sidebar {
  border: none !important;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
  background: var(--ed-secondary-color);
}
.ed-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid var(--ed-border-color);
  background: var(--ed-offwhite-color);
}
.ed-sidebar-header-title {
  font-size: 28px;
  margin: 0;
}
.ed-sidebar-logo {
  max-width: 140px;
  height: 34px;
  object-fit: contain;
  display: inline-block;
}

.ed-sidebar-header button {
  width: 32px;
  height: 32px;
  background: #d73b3e;
  color: var(--ed-white-color) !important;
  border-radius: 100%;
  font-size: 12px;
  padding: 0;
  line-height: 35px;
  transition: all 0.4s ease;
}
.ed-sidebar-header button:hover {
  background: var(--ed-secondary-color);
}
.ed-sidebar-body {
  padding: 24px;
  overflow-y: scroll;
  margin-bottom: 156px;
}
.ed-sidebar-widget-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.ed-sidebar-social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ed-sidebar-widget {
  margin-bottom: 40px;
}
.ed-sidebar-widget .ed-contact__info-item {
  margin-bottom: 24px;
}
.ed-sidebar-subscribe input {
  width: 100%;
  height: 52px;
  border: 1px solid var(--ed-primary-color);
  border-radius: 42px;
  padding: 12px 20px;
}

.ed-sidebar-subscribe .ed-btn {
  margin-top: 16px;
}

/* Sidebar Cart  */

.ed-sidebar-cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(1 28 26 / 0.1);
}
.ed-sidebar-cart-item:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.ed-sidebar-cart-main {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ed-sidebar-cart-img img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 4px;
}

.ed-sidebar-cart-info a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 6px;
}
.ed-sidebar-cart-info a:hover {
  color: var(--ed-primary-color);
}
.ed-sidebar-cart-info strong {
  font-weight: 600;
  color: var(--ed-primary-color);
}

.ed-sidebar-cart-remove button {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(1, 28, 26, 0.1) !important;
  padding: 0;
  border-radius: 100%;
  font-size: 9px;
  background: var(--ed-offwhite-color);
  color: #d73b3e;
  line-height: 25px;
}
.ed-sidebar-cart-remove button:hover {
  background: #d73b3e;
  color: var(--ed-white-color);
  border: 1px solid transparent !important;
}

.ed-sidebar-cart-subtotal {
  position: absolute;
  bottom: 0;
  background: var(--ed-offwhite-color);
  border-top: 1px solid var(--ed-border-color);
  text-align: center;
  width: 100%;
  left: 0;
  padding: 24px 52px;
}

.ed-sidebar-cart-subtotal p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: var(--ed-title-color);
  font-weight: 600;
}

.ed-sidebar-cart-btn {
  background: var(--ed-primary-color);
  display: inline-block;
  width: 100%;
  height: 50px;
  line-height: 52px;
  color: var(--ed-white-color);
  border-radius: 52px;
  margin-top: 24px;
}

.ed-sidebar-cart-btn:hover {
  background: var(--ed-secondary-color);
  color: var(--ed-white-color);
}

.ed-sidebar-cart-btn {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .ed-sidebar-widget {
    margin-bottom: 32px;
  }
  .ed-sidebar-header-title {
    font-size: 24px;
  }
}
/*================================================================================================
    End Sidebars CSS
===================================================================================================*/


/*================================================================================================
    Start Auth Pages CSS
===================================================================================================*/

.ed-auth__modal .modal-dialog {
  max-width: 524px !important;
  border: none;
}

.ed-auth__modal .modal-content {
  background: var(--ed-white-color);
  border: none;
  border-radius: 8px;
  padding: 60px 75px;
  position: relative;
}

.ed-auth__modal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  background: #d73b3e;
  color: var(--ed-white-color);
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 12px;
  line-height: 36px;
}

.ed-auth__modal-close:hover {
  background: var(--ed-secondary-color);
}

.ed-auth__modal-head {
  text-align: center;
}

.ed-auth__modal-logo {
  display: inline-block;
  width: 116px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 20px;
}

.ed-auth__modal-title {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.36px;
  margin-bottom: 12px;
}

.ed-auth__modal-text {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.ed-auth__modal-text button {
  padding: 0;
  color: var(--ed-primary-color);
  font-weight: 500;
}
.ed-auth__modal-text button:hover {
  color: var(--ed-secondary-color);
}
.ed-auth__modal-body {
  margin-top: 30px;
}
.ed-auth__modal-form .form-group {
  margin-bottom: 12px;
}

.ed-auth__modal-form .form-group input {
  width: 100%;
  height: 52px;
  border-radius: 30px;
  border: 1px solid #d7d7d7;
  padding: 12px 20px;
  background-color: #eee;
}

.ed-auth__modal-form .form-group input:focus {
  border: 1px solid var(--ed-primary-color);
}

.ed-auth__form-btn {
  margin-top: 0;
  text-align: center;
}

.ed-auth__form-btn button {
  padding: 10px 30px;
  width: 100%;
}

.ed-auth__modal-footer {
  margin-top: 32px;
}
.ed-auth__modal-third-party {
  text-align: center;
}

.ed-auth__modal-third-party-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.ed-auth__modal-third-party-list li a {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 100%;
}

.ed-auth__modal-third-party-list li a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.ed-auth__modal-third-party-list .google-login {
  background: #fdedeb;
}

.ed-auth__modal-third-party-list .linkedin-login {
  background: #e6f2f8;
}

.ed-auth__modal-third-party-list .facebook-login {
  background: #e8f2fe;
}

@media only screen and (max-width: 767px) {
  .ed-auth__modal .modal-content {
    padding: 32px;
  }
  .ed-auth__modal-title {
    font-size: 24px;
    line-height: 28px;
  }
  .ed-auth__modal-third-party-list li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .ed-auth__modal-close {
    right: 12px;
    top: 12px;
  }
}

/*================================================================================================
    End Auth Pages CSS
===================================================================================================*/


.how-its-work {
    background-color: #ebf5eb;
    padding: 50px 0px 0 0px;
  }
  
  .timeline-container {
    width: 50%;
    margin: auto;
    display: block;
    position: relative;
  }
  .timeline-container ul.tl {
    margin: 20px 0 0 0;
    padding: 0;
    display: inline-block;
  }
  .timeline-container ul.tl li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 1px solid #543ee8;
    padding: 0 0 50px 30px;
    position: relative;
    display: flex;
    flex-direction: row;
  }
  .timeline-container ul.tl li.dashed {
    border-left: 1px solid #543ee8;
  }
  .timeline-container ul.tl li:last-child {
      padding-bottom: 30px;
  }
  .timeline-container ul.tl li .item-icon {
    position: absolute;
    left: -15px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #543ee8;
    height: 28px;
    width: 28px;
  }
  .timeline-container ul.tl li:hover::before {
    border-color: #258cc7;
    transition: all 1000ms ease-in-out;
  }
  ul.tl li .item-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  ul.tl li .item-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 700;
    margin-top: -10px;
  }
  ul.tl li .item-detail {
    color: #5f5d5d;
    font-size: 15px;
  }
  ul.tl li .item-timestamp {
    color: #8d8d8d;
    font-size: 12px;
    text-align: right;
    padding-left: 20px;
  }

.process-page .timeline-container {
  width: 100%;
}

.item-title span {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0.7;
}

@media (max-width:767px) {

  .timeline-container {
    width: 90% !important;
  }

}


.tj-pricing {
	position: relative;
	padding: 60px 0px 60px;
}

.pricing-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    padding: 24px;
    display: flex;
    box-shadow: 0 2px 2px #d8dbdf80;
}

.text-color-brand {
    color: #154ee0
}

.paragraph-regular-38 {
    letter-spacing: -.12px;
    font-size: 16px;
    line-height: 28px
}

.paragraph-regular-38.text-color-tertiary {
    color: #8d95a3
}

.column-small-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.pricing-tab-link-round {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #49505b;
    letter-spacing: -.18px;
    background-color: #f7f8f8;
    border-radius: 40px;
    justify-content: flex-start;
    align-items: center;
    min-width: 144px;
    padding: 8px 12px 8px 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex
}

.pricing-tab-link-round.w--current {
    background-color: #fff;
    box-shadow: 0 2px 2px #d8dbdf80
}

.h4-heading-9 {
    color: var(--ed-title-color);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.pricing-head {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #8d95a3;
    letter-spacing: -.08px;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: flex
}

.pricing-head.text-color-brand {
    color: #154ee0
}

.pricing-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex
}

.pricing-card-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #edeef1;
    border: 1px dashed var(--ed-primary-color);
    border-radius: 16px;
    flex-flow: column;
    padding: 8px;
    margin: 10px 0;
    display: flex;
}

.text-block-158 {
    color: var(--ed-primary-color);
    font-size: 16px
}

.list-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-left: 1rem;
    display: flex;
}

.list-5 li {
    color: #333;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
}

.list-5 li::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 10px;
    left: 0;
    top: 7px;
}

.text-span-99 {
    font-weight: 500
}

.uui-max_pricng {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    display: flex
}

.row-2x-small {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

.column-x-small-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
}

.button-primary-22 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    text-align: center;
    letter-spacing: -.08px;
    white-space: nowrap;
    background-color: var(--ed-primary-color);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
}

.button-primary-22:hover {
    color: white;
    background-color: #000;
}

.text-align-center-2 {
    text-align: center;
}

.paragraph-small-33 {
    color: #009a2e;
    letter-spacing: -.08px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.paragraph-small-33.text-color-tertiary {
    color: #8d95a3;
}

.popular-badge {
    color: #263238;
    background-color: var(--ed-tertiary-color);
    border-radius: 4px;
    flex: none;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

@media (min-width: 1200px) {

    .tj-pricing .container {
        max-width: 1260px;
    }

}

@media (max-width: 1200px) {

    .tj-pricing .container {
        max-width: 100%;
    }

    .h4-heading-9 {
        font-size: 26px;
    }

}


/*================================================================================================
    Start Footer CSS
===================================================================================================*/
.ed-footer__top {
  padding: 0 0px 40px;
  background: #faf9f6;
}
.ed-footer__logo img {
  max-width: 140px;
  height: 34px;
  object-fit: contain;
}

.ed-footer__logo {
  margin-bottom: 35px;
}

.ed-footer__disclaimer p {
  font-size: 14px;
  max-width: 390px;
  line-height: 1.6;
}

.ed-footer__about-social {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ed-footer__about-social li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ed-footer__about-social {
  margin-top: 45px;
}
.ed-footer__widget {
  margin-top: 40px;
}
.ed-footer__widget.ed-footer__about {
  padding-right: 40px;
}
.ed-footer__widget-title {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 20px;
}

.ed-footer__widget-links li {
  margin-bottom: 5px;
}

.ed-footer__widget-links li a:hover {
  color: var(--ed-primary-color);
}

.ed-footer__widget-links li:last-child {
  margin: 0;
}

.ed-footer__contact {
  display: flex;
  gap: 24px;
  margin-bottom: 10px;
}

.ed-footer__contact-icon img {
  width: 28px;
  height: 28px;
  max-width: 28px;
  object-fit: contain;
}

.ed-footer__contact-info span {
  color: var(--ed-paragraph-color);
  display: block;
  margin-bottom: 0;
  line-height: 20px;
}

.ed-footer__contact-info a {
  color: var(--ed-title-color);
  /* font-size: 20px; */
}

.ed-footer__contact-info a:hover {
  color: var(--ed-primary-color);
}

.ed-footer__newsletter-form {
  margin-top: 24px;
}

.ed-footer__newsletter-form input {
  width: 100%;
  border-radius: 52px;
  padding: 14px 28px;
  font-size: 14px;
  color: rgba(1, 28, 26, 0.55);
  border: 1px solid #ebebeb;
}

.ed-footer__newsletter-form button {
  margin-top: 10px;
}

.ed-footer__newsletter-form input:focus {
  border: 1px solid var(--ed-primary-color);
}

.ed-footer__bottom {
  background: var(--ed-offwhite-color);
  text-align: center;
  padding: 25px 0px;
}

.ed-footer__copyright-text {
  font-size: 15px;
  letter-spacing: -0.28px;
  line-height: 20px;
}

.ed-footer__bottom {
  line-height: 20px;
}

.ed-footer__copyright-text a {
  font-weight: 500;
  color: var(--ed-title-color);
}
.ed-footer__copyright-text a:hover {
  color: var(--ed-primary-color);
}

.ed-footer__shape-1 {
  position: absolute;
  bottom: 12%;
  left: 0;
}

.ed-footer__shape-2 {
  position: absolute;
  right: 14%;
  top: 37%;
}
.ed-footer__shape-3 {
  position: absolute;
  right: 0;
  bottom: 2%;
}

/* Footer Style 2  */
.footer-bg__img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1032px;
}
.footer-bg__img img {
  width: 100%;
  height: 1032px;
  object-fit: cover;
}

.footer-bg {
  /* padding-bottom: 20px; */
}

.ed-footer__bottom-2 {
  background: var(--ed-primary-color);
  text-align: center;
  padding: 10px 0;
}

.ed-footer__bottom-2 p {
  color: white;
}

.copyright-text {
    font-size: 15px;
    line-height: 1.3;
}

.copyright-text a {
    text-decoration: underline;
}

@media only screen and (min-width: 1201px) and (max-width: 1600px) {
  .ed-footer__shape-2 {
    right: 4%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ed-footer__top {
    padding: 110px 0px 110px;
  }
  .ed-footer__shape-2 {
    display: none;
  }
  .ed-footer__contact-info a {
    font-size: 16px;
  }
  .ed-footer__contact {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .ed-footer__top {
    padding: 40px 0px 40px;
  }
  .ed-footer__shape-1,
  .ed-footer__shape-3,
  .ed-footer__shape-2 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ed-footer__top {
    padding: 40px 0px;
  }
  .ed-footer__logo {
    margin-bottom: 20px;
  }
  .ed-footer__widget.ed-footer__about {
    padding-right: 0;
  }
  .ed-footer__about-social {
    margin-top: 24px;
  }
  .ed-footer__widget-title {
    margin-bottom: 20px;
  }
  .ed-footer__widget-links li {
    margin-bottom: 16px;
  }
  .ed-footer__contact-info span {
    margin-bottom: 8px;
    display: block;
  }
  .ed-footer__contact {
    margin-bottom: 20px;
  }
  .ed-footer__contact-info a {
    font-size: 16px;
  }
  .ed-footer__shape-3,
  .ed-footer__shape-1,
  .ed-footer__shape-2 {
    display: none;
  }
  .ed-footer__copyright-text {
    line-height: 24px;
  }

  .copyright-text {
    font-size: 13px !important;
  }
}

/*================================================================================================
    End Footer CSS
===================================================================================================*/


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.step-policy {
  margin-bottom: 0;
}

.step-policy .policy-label {
    background: no-repeat;
    border: none;
    padding: 0;
    text-align: left;
}

.step-policy .policy-label label {
    padding: 0;
}

.step-policy .policy-label-text {
  font-size: 10px;
}
