/*=====Reset CSS======*/

article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}

a:focus,
button:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}

figure {
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}

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

ul,
ol {
  list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */

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



.svg_container {
  display: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}


a:hover {
  text-decoration: none;
}

:root {
  --pink: #034d8e;
}

::-moz-selection {
  background-color: var(--pink);
  color: #fff;
}

::selection {
  background-color: var(--pink);
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: var(--pink);
}

::-webkit-scrollbar-track {
  background-color: transparent;
}


body {
  font-size: 16px;
  line-height: 26px;
  color: #464b61;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

h1 {
  font-size: 80px;
  line-height: 80px;
  color: #01061b;
  font-weight: 900;
}

h1 span {
  background-image: linear-gradient(90deg, #4161b7 0%, #0dadb5 100%);
  color: #fff;
  padding: 11px 5px;
  background-size: 99% 60%;
  background-repeat: no-repeat;
  background-position: 2px 24px;
}

h2 {
  font-size: 60px;
  line-height: 80px;
  font-weight: 900;
  text-transform: uppercase;
  color: #01061b;
}

h2 span {
  background-image: linear-gradient(90deg, #4161b7 0%, #0dadb5 100%);
  color: #fff;
  padding: 11px 8px;
  background-size: 98% 61%;
  background-repeat: no-repeat;
  background-position: 4px 20px;
}

h3 {
  font-size: 30px;
  color: #01061b;
  font-weight: 700;
  position: relative;
}

.sign_up_btn {
  background-image: -webkit-linear-gradient(16.17deg, #526bb8 0, #00b2b3 100%);
  color: #fff;
  /* border-radius: 25px; */
  border-radius: 6px;
  min-width: 134px;
  height: 53px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  /* font-weight: 500; */
  font-size: 14px;
  transition: 0.4s all;
  /* border: 1px solid transparent; */
}


.sign_up_btn:hover {
  /* background: transparent;
  border-color: #4161b7; */
  /* opacity: 0.8; */
  color: #fff;
  background-image: linear-gradient(45deg, #28b3eb 0, #10c2cb 100%);
}

.global_btn {
  min-width: 224px;
  height: 64px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
  border-radius: 32px;
  color: #fff;
  background-image: linear-gradient(90deg, #4161b7 0%, #0dadb5 100%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 15px 17.5px rgba(2, 2, 42, 0.15));
  font-weight: 500;
  border: 1px solid transparent;
  transition: 0.4s all;
  position: relative;
  margin-top: 20px;
}

.global_btn:hover {
  /* background: transparent;
  border-color: #4161b7; */
  opacity: 0.8;
  color: #fff;
}


.navbar-light .navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-toggler span {
  height: 3px;
  width: 26px;
  background: var(--pink);
  border-radius: 5px;
  margin: 6px 0;
  transform-origin: left;
  transition: all 0.5s;
  display: block;
}

.navbar-toggler[aria-expanded="true"].navbar-toggler .bar-top {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"].navbar-toggler .bar-middle {
  opacity: 0;
  /* transform: translateX(1rem); */
}

.navbar-toggler[aria-expanded="true"].navbar-toggler .bar-bottom {
  transform: rotate(-45deg);
}


.header {
  padding: 20px 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 300ms ease-in-out;
}

.header .navbar-brand {
  padding: 0;
}

.header .navbar-expand-lg .navbar-collapse {
  justify-content: center;
}

.header .navbar-expand-lg.logged-in-navbar .navbar-collapse {
  margin-right: 62px;
}

.header .logged-in-navbar .user-menu div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .logged-in-navbar .user-menu .dropdown-header {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #9fa7b1;
}

.header .logged-in-navbar .user-menu .dropdown_list {
  left: auto;
  padding: 0;
  right: 0;
}

.header .logged-in-navbar .user-menu .dropdown_list .dropdown-item {
  padding: 0;
}

header .logged-in-navbar .user-menu .dropdown_list li {
  padding: 0 20px;
}

header .logged-in-navbar .user-menu .dropdown_list .divider {
  background-color: #656d78;
  border-bottom: none;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.header .logged-in-navbar .user-menu div .nav-link {
  margin-right: 18px;
}

/* .header .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: var(--pink);
} */

.header .navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  padding: 0;
  /* color: #02241d; */
  color: #000;
  position: relative;
  /* font-weight: 500; */
}

.header .navbar-light .navbar-nav .nav-link:hover {
  color: #34a0c3;
}


.header .navbar-light .navbar-nav .nav-item:not(:last-child) {
  margin-right: 47px;
}

.header .navbar-light .navbar-nav .nav-item:nth-child(8) {
  margin-right: 20px;
}


.header .navbar-expand-lg {
  padding: 0;
}

.cart_icon .login {
  font-size: 14px;
  padding: 0;
  /* color: #02241d; */
  color: #000;
  position: relative;
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.cart_icon .login:hover {
  color: #34a0c3;
}

/* start bnr */
/* .home_bnr{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0;
} */
.bnr_bg_img img {
  width: 100%;
  height: 1146px;
  object-fit: cover;
}

.home_bnr {
  position: relative;
  /* background-image: url(../img/banner.jpg); */
  background-size: cover;
  height: 1146px;
  background-position-x: center;
}

.home_bnr .container {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  text-align: center;
}

.bnr_hdng {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 15px;
}

.bnr_hdng p {
  padding: 30px 0;
}

/* end bnr */
/* watch fluentize start */
.watch_fluentize_bg img {
  width: 100%;
}


/* .watch_fluentize .container {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: 0 auto;
  text-align: center;
} */

.watch_fluentize_hdng {
  margin-bottom: 100px;
}

.watch_fluentize_video_wrap {
  border-radius: 50px;
  filter: drop-shadow(0px 25px 30px rgba(2, 2, 42, 0.15));
  background-color: #ffffff;
  max-width: 918px;
  height: 589px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.watch_fluentize_video_wrap>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 52px;
  padding: 25px;
  position: relative;
  background-color: #fff;
}

.watch_fluent_btn a {
  min-width: 83px;
  height: 83px;
  border-radius: 41px;
  background-image: linear-gradient(90deg, #4161b7 0%, #0dadb5 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  animation: animate-pulse 3s linear infinite;
  font-size: 24px;
}

.watch_fluent_btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  40% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0.0), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  80% {
    box-shadow: 0 0 0 50px rgba(255, 109, 74, 0.0), 0 0 0 30px rgb(255 255 255 / 20%);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 109, 74, 0.0), 0 0 0 30px rgba(255, 109, 74, 0);
  }

}

/* watch fluentize end */
/* fluentize lesson start */
.fluentize_lesson_bg img {
  width: 100%;
}

.fluntize_lesson {
  margin-top: -712px;
  position: relative;
  z-index: 2;
}

.fluntize_lesson .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fluntize_lesson_hdng {
  max-width: 650px;
  margin: 150px auto 0 auto;
  text-align: center;
}

.fluntize_lesson_hdng h2 {
  color: #fff;
}

.fluntize_lesson_hdng h2 span {
  background-color: #fff;
  background: linear-gradient(90deg, #4161b7 0%, #0dadb5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}

.fluntize_lesson_hdng h2 span::before {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 60px;
  width: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  top: 17px;
}

.fluent_lsson_left h3 {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 700;
}

.fluntize_lesson .row {
  margin-top: 50px;
}

.fluent_lsson_left ul li {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
}

.fluent_lsson_left ul li::after {
  position: absolute;
  content: '';
  background-image: url(/img/home/fluientize_list_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 25px;
  width: 25px;
  left: -35px;
  top: 3px;
}

.fluent_lsson_left ul {
  margin: 35px 0 0 35px;
}

.fluent_lsson_left ul li+li {
  margin-top: 25px;
}

.digital_lesson_cnt p {
  font-size: 20px;
  line-height: 30px;
  color: #464b61;
  font-weight: 500;
  padding-bottom: 20px;
}

.digital_lesson_link {
  font-size: 18px;
  color: #4261b7;
  text-decoration: underline;
  font-weight: 500;
}

.digital_lesson_cnt h2 {
  padding-bottom: 15px;
}

.larson_wrap {
  display: flex;
  margin-top: 50px;
}

.lason_img img {
  min-width: 100px;
}

.larson_cnt p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

.larson_cnt h5 {
  font-size: 18px;
  color: #464b61;
  text-transform: capitalize;
}

.larson_cnt h5 span {
  font-weight: 700;
}

.lason_img {
  margin-right: 20px;
}

.digital_lesson_wrap {
  border-radius: 30px;
  background-color: #f0f9f9;
  margin-top: -230px;
  position: relative;
  z-index: 2;
  padding: 120px 35px;
}

.digital_lesson_wrap::after {
  position: absolute;
  content: '';
  background-image: url(/img/home/digital_lesson_shape.png);
  background-repeat: no-repeat;
  height: 150px;
  width: 160px;
  right: 0;
  bottom: -70px;
}

.digital_lesson {
  padding-bottom: 100px;
  background-color: rgb(14, 173, 181, 0.102);
}

.digital_lesson_cnt {
  margin-left: 20px;
}

/* fluentize lesson end */


/* 23-01-24 Benifits Section */
.benifits_sn {
  position: relative;
  padding: 140px 0;
}

.benifits_wrap {
  max-width: 580px;
  margin: 0 auto 70px;
  text-align: center;
}

.nmbr-spn {
  opacity: 0.102;
  font-size: 150px;
  color: #464b61;
  font-weight: 900;
  position: relative;
}

.nmbr-spn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 65px, #ffffff);
}

.benifits_sn h3 {
  max-width: 440px;
  padding-bottom: 25px;
}

.benifits_sn p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  padding-top: 20px;
}

.benifits_sn h3::after {
  content: '';
  position: absolute;
  width: 65px;
  height: 4px;
  background: #0eadb5;
  bottom: 0;
  left: 0;
}

.benifits_sn .row:nth-child(odd) {
  flex-direction: row-reverse;
}

.bnifits-mn-wrap {
  position: relative;
}

.bn-listing-sp-1 {
  position: absolute;
  top: 0;
  left: -200px;
}

.bn-listing-sp-2 {
  position: absolute;
  top: 36%;
  right: -200px;
}

.bn-listing-sp-3 {
  position: absolute;
  top: 68%;
  left: -200px;
}

.benifits_sn .row {
  margin-bottom: 110px;
  position: relative;
}

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

.bnifits-content {
  max-width: 520px;
  padding-left: 50px;
}

.benifits_sn .row:nth-child(even)::after {
  content: '';
  position: absolute;
  background: url(/img/home/right-arw.png) no-repeat center / contain;
  width: 200px;
  height: 200px;
  bottom: -180px;
  left: -50px;
  right: 0;
  margin: auto;

}

.benifits_sn .row:nth-child(odd)::after {
  content: '';
  position: absolute;
  background: url(/img/home/left-arw.png) no-repeat center / contain;
  width: 200px;
  height: 200px;
  bottom: -150px;
  left: -200px;
  right: 0;
  margin: auto;

}

.benifits_sn .row:last-child::after {
  display: none;
}

.bnifits-content .global_btn {
  text-transform: uppercase;
  min-width: 284px;
  margin-top: 25px;
}

/* 23-01-24 Benifits Section */

/* 23-01-24 lession Section */
.lessn_wrap {
  text-align: center;
}

.lessn_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 35px;
}

.lessn_wrap ul li {
  font-size: 22px;
  line-height: 40px;
  color: #01061b;
  font-weight: 500;
  padding: 0 25px;
  position: relative;
}

.lessn_wrap ul li::after {
  content: '';
  position: absolute;
  background: #000;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lessn_wrap ul li:first-child::after {
  display: none;
}

.lessn-sn h2 {
  font-size: 50px;
  line-height: 50px;
}

.lessn_wrap ul li span {
  font-weight: 700;
}

.lsn-head {
  max-width: 350px;
  margin: auto;
  padding-top: 14px;
}

.halfcircle {
  background-image: linear-gradient(90deg, #4161b7 0%, #0dadb5 100%);
  width: 450px;
  height: 450px;
  position: absolute;
  border-radius: 50%;
  top: -330px;
  margin: auto;
  z-index: 0;
  left: 0;
  right: 0;
}

.lesson-left {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(0px 25px 30px rgba(2, 2, 42, 0.15));
  -webkit-filter: drop-shadow(0px 25px 30px rgba(2, 2, 42, 0.15));
  /* transition: background-image 1s all; */
  transition: 0.5s all ease-in-out;
  /* background-image: linear-gradient(90deg, #4161b7 0%, #0dadb5 100%); */

}

.lesson-left::before {
  content: '';
  position: absolute;
  background-image: linear-gradient(90deg, #4161b7 0%, #0dadb5 100%);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.6s all;
}

.lesson-left:hover::before {
  opacity: 1;
}

.lesson-left ul {
  padding: 50px 0 40px 40px;
}

.lsn-bg {
  background-color: rgb(14, 173, 181, 0.102);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 220px;
  z-index: -1;
}

.lsn-crp {
  position: absolute;
  bottom: 110px;
  z-index: -1;
  width: 100%;
}

.lsn-crp img {
  width: 100%;
}

.lesson-left ul li {
  font-size: 18px;
  color: #01061b;
  font-weight: 700;
  display: flex;
  align-items: center;
  /* padding-bottom: 14px; */
}

.ctgries {
  position: relative;
}

.lsn-dv {
  position: relative;
}

.lsn-dv::after {
  content: '';
  position: absolute;
  background: url(/img/home/dotted.png) no-repeat center / contain;
  width: 50px;
  height: 50px;
  left: -100px;
  top: 0;
}

.lsn-dv::before {
  content: '';
  position: absolute;
  background: url(/img/home/dotted.png) no-repeat center / contain;
  width: 50px;
  height: 50px;
  right: -130px;
  top: 220px;
}

.ctgries::after {
  content: '';
  position: absolute;
  background: url(/img/home/digital_lesson_shape.png) no-repeat center / contain;
  width: 120px;
  height: 120px;
  right: -40px;
  bottom: -40px;
  z-index: -1;
}

.designed {
  position: relative;
}

.designed::after {
  content: '';
  position: absolute;
  background: url(/img/home/digital_lesson_shape.png) no-repeat center / contain;
  width: 120px;
  height: 120px;
  left: -60px;
  top: 70px;
  z-index: -1;
}

.lsn-head h3 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  max-width: 300px;
  margin: auto;
  z-index: 1;
}

.lessn-sn {
  position: relative;
  padding: 30px 0;
}


.lesson-left:hover ul li {
  color: #fff;
}

.lesson-left:hover .halfcircle {
  background: rgb(255, 255, 255, 0.102);
}

.lesn-vctr {
  position: absolute;
  bottom: 0;
  right: 8px;
}

/* 23-01-24 lession Section */

/* dev2 */
/*--footer start-- */
.foot {
  background-color: #e6f7f7;
  background-image: url('/img/home/foot_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding-bottom: 86px;
  position: relative;
}

.foot_up {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 71px;
  padding-bottom: 63px;
  margin: auto;
  text-align: center;
  background: #ffffff;
  border-radius: 30px;
  max-width: 100%;
  margin-top: -145px;
}

.foot_up h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 50px;
  color: #01061b;
  max-width: 760px;
  line-height: 60px;
  margin-bottom: 40px;
}

.foot_btn {
  min-width: 284px;
  height: 64px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
  border: 1px solid transparent;
  transition: 0.4s all;
}

.foot_btn:hover {
  /* background: transparent;
  border-color: #4161b7; */
  opacity: 0.8;
  color: #fff;
}

.foot_btm {
  display: flex;
  flex-wrap: wrap;
  margin-top: 145px;
}

.btmlogo {
  width: 309px;
  margin-bottom: 63px;
}

.foot_left p {
  max-width: 383px;
}

.foot_left p {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.foot_rght {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.foot_rght h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
}

.foot_rght ul li a {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
  position: relative;
}

.foot_rght ul li a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0px;
  right: 0;
  height: 1px;
  background: #fff;
}

.foot_rght ul li a:hover:before {
  width: 100%;
  right: unset;
  left: 0;
  transition: 0.3s ease-in-out all;
}

.foot_rght ul {
  margin-top: 30px;
}

.foot_rght ul li {
  margin-bottom: 20px;
}

.foot_rght ul li:last-child {
  margin-bottom: 0px;
}

.foot_lst ul li a span {
  margin-right: 10px;
}

.foot_copy {
  position: relative;
  max-width: 400px;
  margin-top: -60px;
}

.foot_copy p {
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
}

.foot .foot_pic img:nth-child(1) {
  position: absolute;
  left: 114px;
  bottom: 50px;
}

.foot .foot_pic img:nth-child(2) {
  position: absolute;
  right: 100px;
  bottom: 0px;
}

.foot_up .foot_pic img:nth-child(2) {
  position: absolute;
  right: 125px;
  bottom: 0px;
}

.foot_up .foot_pic img:nth-child(1) {
  position: absolute;
  left: -25px;
  top: 90px;
}

/* --footer end */
/* --testimonial slider-- */
.test {
  background-color: #e6f7f7;
  position: relative;
  padding-bottom: 300px;
  padding-top: 138px;
  overflow: hidden;
  background-image: url('/img/home/slider_bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  /* height: 100%; */
}

.test h2 {
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-top: 88px;
  margin-bottom: 93px;
  line-height: 60px;
}

/* .test::before {
  content: "";
  position: absolute;
  background-image: url('/img/home/slider_bg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
} */

/* --slider tab-- */
.slider_tabs {
  display: flex !important;
  align-items: center;
  padding-left: 20px !important;
}

.slider_pic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.slider_head {
  margin-left: 20px;
}

.slider_head h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
}

.slider_head span {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.test_content {
  background-color: #fff;
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 75px;
  padding-bottom: 50px;
  border-radius: 20px;
  max-width: 593px;
  -webkit-box-shadow: 0px 1px 21px -20px rgba(16, 15, 95, 1);
  -moz-box-shadow: 0px 1px 21px -20px rgba(16, 15, 95, 1);
  box-shadow: 0px 1px 21px -20px rgba(16, 15, 95, 1);


}

.test_content p {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #000;
  max-width: 459px;
  position: relative;
}

.test_content>p::before {
  content: "";
  position: absolute;
  top: -48px;
  left: -11px;
  background-image: url('/img/home/com_2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 90px;
  height: 74px;
}

.down_head h6 {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #000;
  line-height: 32px;
}

.down_head span {
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 30px;
  color: #696969;
  line-height: 32px;
}

.test_down {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  align-items: center;
}

.star_flex {
  display: flex;
}

.test .slick-dots li button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #cedddf;
}

.test .slick-dots li.slick-active button {
  background: #000;
}

/* .slidetab{
  flex:0 0 33%;
  max-width: 33%;
} */
.tester {
  display: flex;
}

.test_items {
  padding: 10px 15px;
  opacity: 1 !important;
  height: auto;
}

.test_slider .slick-list {
  width: 100vw;
}

.slidetab .slick-dots {
  left: 134%;
  bottom: -23%;
  transform: translateX(0%);
  z-index: 99;
}


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

.slidetab {
  margin-top: 20px;
}

.slider_tabs {
  padding: 15px 0;
}

.slidetab.slick-slider .slick-list {
  padding: 6px 0px;
}

.slidetab .slick-prev {
  display: none !important;
}

.slidetab .slick-next {
  display: none !important;
}

.test::after {
  content: '';
  position: absolute;
  background: rgb(14, 173, 181);
  background: linear-gradient(90deg, rgba(14, 173, 181, 0) 0%, rgba(236, 249, 249, 1) 100%);
  background-size: 100% 100%;
  height: 39%;
  width: 20%;
  z-index: 5;
  top: 35.5%;
  right: 0;
}

.slidepic img:nth-child(1) {
  position: absolute;
  top: 4%;
  left: 5%;
}

.slidepic img:nth-child(2) {
  position: absolute;
  top: 25%;
  right: 5%;
}

.slider_tabs.slick-current.slick-active {
  /* box-shadow: 0 0px 11px -9px #100f5f,
    0 5px 7px -9px #100f5f,
    5px 0 5px -10px #100f5f; */
  box-shadow: 0px 2px 7px 0px #6565b166, 0px 0px 0px 0px #9b9acd, 1px -9px 0px -11px #8a89b3;
}

.slider_tabs {
  width: 350px !important;
}


.foot .foot_pic img:nth-child(3) {
  position: absolute;
  left: 43%;
  top: 30%;
}

/* dev2 */

.slidetab .slick-dots li button:before {
  display: none;
}

/* 25/01.2024-- */
.test .slick-dots li button::before {
  display: none !important;
}

.test .slick-dots {
  bottom: -55px;
}

/* 25.01.24 */
.lesson-left ul li+li {
  padding-top: 25px;
}

.lesson-left ul li span {
  height: 45px;
  width: 45px;
  display: inline-flex;
  background-image: linear-gradient(90deg, #4161b7 0%, #0dadb5 100%);
  border-radius: 50%;
  align-items: center;
  margin-right: 12px;
}

.lesson-left ul li span img {
  max-width: 20px;
  margin: 0 auto;
  filter: brightness(1000);
}

.lesson-left:hover ul li span {
  background: #fff;
}

.lesson-left:hover ul li span img {
  filter: none;
}

/* 25.01.24 */

/* video css */
#video_one {
  display: none;
}

.video_new {
  height: 100%;
  padding: 25px;
  border-radius: 50px;
  background: #fff;
}

.vimeo_video {
  width: 100%;
  height: 100%;
}

.vimeo_video iframe {
  width: 100%;
  height: 100%;
}

.watch_fluentize {
  /* background-image: url(/img/home/watch_fluentize_bg.png); */
  background-image: url(/img/home/watch_fluentize_bg1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0 700px;
  margin-bottom: 120px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: clip;
}

/* 02.02.24 */
.navbar-brand img {
  /* max-width: 262px; */
  max-width: 180px;
}

.ftr_icon_new {
  height: 35px;
  width: 35px;
  display: inline-flex;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  color: #199db5;
  font-size: 20px;
  font-family: 'FontAwesome', 'Montserrat', sans-serif;
}

/* 08.02.24 */
.benifits_wrap h2 span {
  background-size: 93% 61%;
}

.lesn-vctr img {
  max-width: 160px;
}


/* 22.02.24 */
.slider_pic>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-item .dropdown_list {
  position: absolute;
  top: 100%;
  left: -42px;
  padding: 20px 24px;
  min-width: 160px;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .175) 0 6px 12px;
  transform: translateY(35px);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.header .navbar-light .navbar-nav .nav-item {
  position: relative;
  padding: 12px 0px 12px;
}

.header .navbar-light .navbar-nav .nav-item:hover .dropdown_list {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.nav-item .dropdown_list .dropdown-item {
  font-size: 14px;
  color: #000;
  padding: 10px 15px;
}

.nav-link .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.nav-item .dropdown_list .dropdown-item:hover {
  color: #34a0c3;
  background-color: transparent;
}

.dropdown-item:active {
  background-color: transparent;
}

.cart_icon {
  display: flex;
  align-items: center;
}

.cart_icon .login img {
  display: block;
  outline: 0;
  border: none;
  width: 18px;
  height: 20px;
  margin-right: 5px;
}

.scrolled .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  animation: 600ms ease-in-out 0s normal fadeInDown;
  transition: 0.5s;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

.slider_tabs {
  cursor: pointer;
}

.slider_tabs.slick-current {
  box-shadow: 0 0px 11px -9px #100f5f,
    0 5px 7px -9px #100f5f,
    5px 0 5px -10px #100f5f;
}

/* 22.02.24 */

/* 23.02.24 */
.circle {
  position: absolute;
  top: 0;
  z-index: -1;
}

.circle_one {
  left: -284px;
  right: -284px;
  top: -195px;
  animation: rotate 45s linear infinite;
}

.circle_two {
  left: -141px;
  right: -141px;
  top: -54px;
  animation: rotate 42s linear infinite reverse;
}

.circle_three {
  left: 33px;
  right: 33px;
  top: 119px;
  animation: rotate 42s linear infinite;
}

.watch_fluentize_video_wrap::before {
  content: '';
  width: 143px;
  height: 143px;
  background-image: url(/img/home/blue_dot.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  top: -30px;
  right: -30px;
}

.watch_fluentize_video_wrap::after {
  content: '';
  width: 143px;
  height: 143px;
  background-image: url(/img/home/blue_dot.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  bottom: -30px;
  left: -30px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

h1.aos-animate span {
  animation: textHighlight .7s linear forwards;
}

h2.aos-animate span {
  animation: textHighlight .7s linear forwards;
}

@keyframes textHighlight {
  0% {
    background-size: 0% 61%;
  }

  50% {
    background-size: 47% 61%;
  }

  100% {
    background-size: 98% 61%;
  }
}

/* 23.02.24 */

/* 26.02.24 */
.recommends {
  display: flex;
}

.recommends img {
  max-width: 45px;
  margin-right: 20px;
}

.recommends p span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #11a9b5;
  margin-left: 3px;
}

/* 26.02.24 */

/* Customizing cookies dialog */
.lcc-modal {
  top: auto;
  bottom: 0;
  transform: none;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 15px 30px;
}

.lcc-backdrop {
  background: rgba(0, 0, 0, 0);
}

.lcc-modal__content {
  float: left;
  margin-top: 10px !important;
}

.lcc-modal--settings .lcc-modal__actions {
  clear: both;
}

.lcc-modal--alert .lcc-modal__actions {
  margin-top: 0;
  float: right;
}

.lcc-label input {
  margin-right: 5px;
}