/* Template Coevo pro management */

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. Reset
03. Header
04. Mobile 
05. Global style 
--------------------------------------------- */



/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
::roo h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Hubot Sans';
  font-weight: 700;
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: 'Hubot Sans';
  font-weight: 500;
}

p {
  font-family: 'Hubot Sans';
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #111111;
  margin-bottom: 16px;
}

html,
body {
  font-family: 'Hubot Sans';
  font-weight: 500;
  overflow-x: hidden;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/


/* 
---------------------------------------------
Header
--------------------------------------------- 
*/
.pG_Hed {
  left: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1000;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
  height: 150px;
  height: 100px;
}



.hDr_Logo {
  left: 0px;
  width: 230px;
  height: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-right: 0px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hDr_Logo img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#navbarMenu {
  margin-top: auto;
  margin-bottom: auto;
}

#navbarMenu .nav-item {
  margin-right: 30px;
  display: table;
}

#navbarMenu .nav-item:last-child {}

#navbarMenu .nav-item .nav-link {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  position: relative;
  padding-left: 0px !important;
  padding-right: 0px !important;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#navbarMenu .nav-item .nav-link:hover {
  color: var(--color-secondary);
}

#navbarMenu .nav-item .nav-link.dropdown-toggle {
  padding-right: 25px !important;
}

#navbarMenu .nav-item .nav-link:focus-visible {
  box-shadow: none;
}

.dropdown-toggle {
  padding-right: 20px !important;
}

.dropdown-toggle::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #68C132;
  border-bottom: 2px solid #68C132;
}

#navbarMenu .nav-item .nav-link::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 4px;
  bottom: -5px;
  background-color: #FEFFFE;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


#navbarMenu .nav-item .nav-link:hover::before,
#navbarMenu .nav-item.active .nav-link::before,
#navbarMenu .nav-item .nav-link.active::before {
  /*   width: calc(100% - var(--bs-navbar-nav-link-padding-x) - var(--bs-navbar-nav-link-padding-x));
  width: 100%; */
}

#navbarMenu.navbar-nav .dropdown-menu {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#navbarMenu.navbar-nav .dropdown-menu .submenu {
  left: 100%;
  top: 0px !important;
}


/* a */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}


/* a */
.pG_Hed .navbar {
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.hDr_z1 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.dropdown-toggle.show {
  z-index: 1010;
}

.dropdown-menu.show {
  z-index: 1010;
}

.nav-link.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}

.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}

.aftrHover {
  position: fixed;
  background-color: transparent;
  width: 0px;
  height: 0px;
  z-index: -1;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity, width, height;
  transition-duration: 1s 0.3s 0.3s;
  transition-delay: 0.5s, 1s, 1s;
  -webkit-transition-property: opacity, width, height;
  -webkit-transition-duration: 1s, 0.3s, 0.3s;
  -webkit-transition-delay: 0.5s, 1s, 1s;
}

.mnu .aftrHover {
  z-index: 1000;
  background-color: red;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

#pG_Body {
  padding-top: 150px;
  padding-top: 100px;
}

.hDr_z0 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}




.scrollinG .pG_Hed {
  /*   background: rgb(79 163 179);
  background: #ffffff; */
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  box-shadow: 0 2px 1rem rgba(0, 0, 0, .15);
  height: 120px;
  height: 80px;
}

.scrollinG .pG_Hed #navbarMenu .nav-item .nav-link {
  /*   color: #ffffff;
  color: rgb(79 163 179); */
}


.scrollinG .pG_Hed #navbarMenu .nav-item .nav-link::before {
  background-color: rgb(79 163 179);
}

.scrollinG .pG_Hed::before {
  height: 100%;
}

.scrollinG .hDr_z0 {
  /*  padding-top: 10px;
  padding-bottom: 10px; */
}

.scrollinG .hDr_z1 {}


.scrollinG .hDr_Logo {
  width: 200px;
}

.scrollinG .header_wrapz_toP {
  padding-top: 10px;
}

.header_wrapz {
  display: flex;
  flex-direction: column;

}

.header_wrapz_toP {
  display: flex;
  margin-left: auto;
  margin-right: 0px;
  padding-top: 12px;
  padding-bottom: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.header_wrapz_Each_01 {
  border: 1px solid #9FC0D2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.header_wrapz_Each_02,
.header_wrapz_Each_01 {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #3E3E3E;
  padding: 12px 20px;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;

  margin-top: auto;
  margin-bottom: auto;
}

.header_wrapz_Each_02.dropdown-toggle {
  padding: 8px 20px;
}

.header_wrapz_Each_02.dropdown-toggle::after {
  display: none;
}

.header_wrapz_Each_02 i {
  margin-top: auto;
  margin-bottom: auto;
  color: inherit;
  font-size: inherit;
  margin-right: 10px;
}

.header_wrapz_Each_02 span {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}

.header_wrapz_Each_02 span:nth-child(3) {
  margin-left: 5px;
}

.header_wrapz_Each_02 img {
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  width: 22px;
  height: 22px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.header_wrapz_tyP {
  border: 1px solid #9FC0D2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  margin-left: 32px;
  margin-right: 0px;
}

.header_wrapz_tyP .header_wrapz_Each_02 {
  border: 0px;
  border-right: 1px solid #9FC0D2;
}

.header_wrapz_tyP .header_wrapz_Each_02:last-child {
  border-right: 0px;
}


.header_wrapz_tyP button.header_wrapz_Each_02 {
  border-right: 0px;
}

/* 
---------------------------------------------
Header
--------------------------------------------- 
*/

/* 
---------------------------------------------
Mobile
--------------------------------------------- 
*/
#mobHam {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  box-shadow: none;
  margin-left: 1rem;
  display: none;
  width: 30px;
  margin-right: 1rem;
  height: 25px;
  position: absolute;
  cursor: pointer;
  right: 0px;
  border: 0px;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1500;
  background: transparent;
}

#mobHam:focus,
#mobHam:hover {
  outline: none !important;
  box-shadow: none;
}

#mobHam span {
  transition: all 0.4s ease-in-out;
  left: 0px;
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#mobHam span:nth-child(1) {
  top: 3px;
}

#mobHam span:nth-child(2) {
  top: 10px;
}

#mobHam span:nth-child(3) {
  top: 17px;
}


.mobShow #mobHam span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.mobShow #mobHam span:nth-child(1) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.mobShow #mobHam span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  width: 0px;
}

.mobShow #mobHam span:nth-child(3) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.lMnu {
  position: fixed;
  right: -350px;
  top: 68px;
  height: calc(100% - 68px);
  width: 350px;

  right: -110vw;
  top: 0px;
  height: 100vh;
  width: 100vw;
  /*background-color: rgba(128, 128, 128, 0.5);
  */
  z-index: 1000;
  transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  display: flex;
}

.lMnu::before {
  position: absolute;
  opacity: 0;
  content: "";
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  background-color: rgba(128, 128, 128, 0.5);
  z-index: -1;
}

.mobShow .lMnu {
  right: 0px;
  width: 100%;
}

.mobShow .lMnu::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out 0.3s;
  -ms-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
}

.lMnu ul {
  padding-top: 25px;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.lMnu ul .sMT_MNu li {
  width: 100%;
}

.lMnu .lMnuIns {
  margin-bottom: 0px;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0px;
  width: 21.875rem;
  width: 100vw;
  height: 100vh;
  background-color: white;
  padding-left: 0px;
  list-style: none;
  padding-top: 25px;
  padding-bottom: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.lMnu ul li {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0px !important;
  padding-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 0px !important;
}

.lMnu ul li a,
#navbarMenu2.navbar-nav .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000000;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  align-items: center;
  letter-spacing: 0.07em;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.lMnu ul li a .sMT_MNu_L1 {
  display: none;
}

.lMnu ul li a::after {
  margin-left: auto;
  margin-right: 0px;
  display: none;
}

.lMnu ul li a.active {
  background: rgb(255, 232, 172);
  background: rgb(79 163 179);
  color: #ffffff !important;
}

.lMnu ul li a:hover {
  text-decoration: none;
  background: rgba(255, 232, 172, 0.678);
  background: rgba(79, 163, 179, 0.678);
  color: #ffffff !important;
}

.lMnu ul li .dropdown-menu {
  display: none;
  position: unset !important;
  border: 0px;
  margin-top: 0px;
}

.lMnu ul li .dropdown-toggle {
  position: relative;
}

.lMnu ul li .dropdown-toggle::after {
  display: flex;
  width: 5px;
  height: 5px;
  content: '';
  right: 15px;
  position: absolute;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px;
}

.lMnu ul li .dropdown-menu.show {
  display: block;
  background: rgba(255, 232, 172, 0.2);
  border-bottom-right-radius: 20px;
  padding: 0px;
}

.lMnu ul li .dropdown-menu a {
  font-size: 1rem;
  padding-left: 30px !important;
}

.mbLLogo {
  width: 120px;
  height: 40px;
  display: flex;
  margin-left: 16px;
}

.mbLLogo img {
  object-fit: contain;
  object-position: left center;
}

.extra_loginz {
  padding: 20px 16px;
  box-shadow: 1px 0rem 1rem rgba(0, 0, 0, .15);
}

/* 
---------------------------------------------
Mobile
--------------------------------------------- 
*/



/*hereo banner */
.home_slider {
  /*  height: calc(100vh - 150px); */
  display: flex;
  min-height: calc(100vh - 100px);
}

.home_hero_a {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home_hero_a h1 {
  color: var(--color-secondary);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.8px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
}

.home_hero_a h1::before {
  position: absolute;
  content: '';
  width: 76px;
  height: 76px;
  left: 0px;
  top: -75px;



  left: -15px;
  top: -56px;
  background-image: url(../images/flat-color-icons_graduation-cap.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home_hero_a p {
  color: #2E2E2E;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.9px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.home_hero_b {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home_hero_b h2 {
  color: var(--color-primary);
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.7px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.home_hero_b p {
  color: #2E2E2E;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.9px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.home_hero_b p strong {
  font-weight: 700;
}

/*hereo banner */

/* how it works */
.hw_it_works {
  background-color: var(--color-secondary);
}

.each_block_how_it_works {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 260px;
  padding: 16px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  top: 0px;
  text-decoration: none;

}


.each_block_how_it_works_img {
  margin-top: auto;
  border-radius: 100px;
  display: flex;
  width: 100px;
  height: 100px;
  display: flex;
  margin-bottom: 45px;
  margin: auto auto 45px auto;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.each_block_how_it_works_img i {
  margin: auto;
  font-size: 40px;
  color: inherit;
}

.each_block_how_it_works_txt {
  margin-bottom: auto;
}

.each_block_how_it_works_txt * {
  color: var(--color-secondary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: center;
}

.each_block_how_it_works:hover {
  background: #D9F0FD;
  top: -5px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.each_block_how_it_works:hover .each_block_how_it_works_img {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: var(--color-secondary);
}

/* how it works */
/* subject */
.max-512 {
  max-width: 512px;
}

.head_t0 {
  max-width: 475px;
}

.head_t0 * {
  color: var(--color-primary);
  font-size: 22px;
  font-size: 34px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.7%;
  letter-spacing: -0.11px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.head_t1 {
  margin-bottom: 25px;
  max-width: 475px;
}

.head_t1 * {
  color: var(--color-secondary);
  font-size: 34px;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.7%;
  letter-spacing: -1.7px;
}

.head_t2 {
  margin-bottom: 60px;
  margin-bottom: 30px;
  max-width: 475px;
}

.head_t2 * {
  color: #2E2E2E;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
}


.each_subject {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  /* 
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); */
  height: 230px;
  z-index: 0;
  position: relative;
  /* padding: 32px 32px; */
  margin-bottom: 32px;
  margin-bottom: 20px;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
  perspective: 1000;
}

/* .each_subject::before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  background-color: #D2F2E1;
  left: 28px;
  top: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}

.each_subject::after {
  position: absolute;
  content: '';
  bottom: 45px;
  right: 50px;
  width: 38px;
  height: 38px;
  background-image: url(../images/language.png);
  z-index: 1;
}
 
.each_subject * {
  position: relative;
  z-index: 3;
} */

.each_subject_top {}

.each_subject_top h4 {
  color: #33302D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0px;
}

.each_subject_top h5 {
  color: #33302D;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.each_subject_bottom {}

.each_subject_bottom h5 {
  color: var(--color-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* .each_subject:hover {
  top: -5px;
}

.each_subject:hover .each_subject_bottom h5 {
  color: var(--color-primary);
}
 */
/* flip the pane when hovered */
.each_subject:hover .flipper,
.each_subject.hover .flipper {
  transform: rotateY(180deg);
}

.each_subject,
.each_subject_front,
.each_subject_back {
  width: 320px;
  width: 100%;
  height: 240px;
  height: 200px;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.each_subject_front,
.each_subject_back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.each_subject_front {
  z-index: 2;
  /*forfirefox31*/
  transform: rotateY(0deg);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 32px 32px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.each_subject_front::before {
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  background-color: #D2F2E1;
  left: 28px;
  top: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
}

.each_subject_front::after {
  position: absolute;
  content: '';
  bottom: 45px;
  right: 50px;
  width: 38px;
  height: 38px;
  background-image: url(../images/language.png);
  z-index: 1;
}

.each_subject_front * {
  position: relative;
  z-index: 3;
}

/* back, initially hidden pane */
.each_subject_back {
  transform: rotateY(180deg);
  background: var(--color-secondary);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 32px 32px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.each_subject_back p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.each_subject_back_button {
  margin: auto 0px 0px 0px;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
  padding: 10px 16px;
  color: var(--color-secondary);
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.32px;
}

.each_subject_back_button:hover {
  background-color: transparent;
  color: #ffffff;
}


/* subject */


/* location */
.location-section {
  background-color: #F0F7F3;
  min-height: calc(100vh - 100px);
  min-height: 100vh;
  display: flex;
}

.each-loc-block {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 227px;
  height: 210px;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  margin-bottom: 15px;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.each-loc-block figure {
  margin-bottom: 0px;
  height: 150px;
  height: 140px;
  width: 100%;
}

.each-loc-block figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.each-loc-block-txt {
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px;
}

.each-loc-block-txt h4 {
  color: #33302D;
  text-align: center;
  font-size: 20.569px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0px;
}

.each-loc-block-txt h5 {
  color: #33302D;
  text-align: center;
  font-size: 17.141px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 0px;
}

.each-loc-block:hover {
  top: -5px;
}

/* location */
/* classes */
.classes_wrap {
  background-color: #1D83C4;
  position: relative;
  display: flex;
  min-height: 100vh;
}

.classes_wrap_inside {
  border-radius: 20px;
  background: #CAEAFE;
  position: relative;
}

.classes_wrap_inside .classes_wrap_inside_pz {
  max-width: 550px;
}

.classes_wrap_inside .classes_wrap_inside_pz p {}

.btm_img {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 0;
}

.btm_img figure {
  margin-bottom: 0px;
}

.each_class_block {
  display: block;
  position: relative;
  border-left: 4px solid var(--color-secondary);
  padding: 10px 16px 10px 16px;
  background-color: #ffffff;
  margin-bottom: 32px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #33302D;
}

.each_class_block::before {
  background-color: var(--color-secondary);
  opacity: 0.3;
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.each_class_block h4 {
  color: inherit;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.each_class_block h5 {
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.each_class_block i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 16px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1;
}

.each_class_block:hover {
  top: -5px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  color: var(--color-secondary);
}

.each_class_block:hover::before {
  width: 100%;
}

.each_class_block:hover i {
  right: 10px;
}

/* classes */
/* testimonials */
.testimonial_wrap {
  background: #F0F7F3;
  min-height: 100vh;
  display: flex;
}

.each_testmL {
  position: relative;
  padding-top: 100px;
  padding-top: 60px;
  padding-bottom: 100px;
  padding-bottom: 20px;
}

.each_testmL_block {
  border-radius: 20px;
  border: 1px solid #CAEAFE;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
  padding: 60px 50px 16px 32px;
  padding: 50px 50px 16px 32px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.each_testmL_block:hover {
  opacity: .8;
}

.each_testmL_block::before {
  position: absolute;
  content: '';
  top: -40px;
  left: 32px;
  width: 80px !important;
  height: 80px !important;
  background-image: url(../images/left-quote.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

}

.each_testmL_block img {
  width: 100px !important;
  height: 100px !important;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: -50px;
  right: 50px;
  display: none !important;
}

.each_testmL_block p {
  color: var(--color-secondary);
  font-size: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  line-height: 130%;
  letter-spacing: -1.2px;
}

.each_testmL_block h5 {
  color: var(--color-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.9px;
}

.each_testmL_block h6 {
  display: flex;
}

.each_testmL_block h6 i {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

.each_testmL_block h6 span {
  margin-top: auto;
  margin-bottom: auto;
}

.the_testMnL {
  position: relative;
}

.the_testMnL .owl-item:nth-child(even) .each_testmL {
  padding-top: 200px;
  padding-top: 160px;
}

.owl-theme.the_testMnL .owl-dots .owl-dot span {
  width: 74px;
  height: 7px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background: #BCDFF6;
}

.owl-theme.the_testMnL .owl-dots .owl-dot.active span,
.owl-theme.the_testMnL .owl-dots .owl-dot:hover span {
  background: var(--color-secondary);
}

.owl-theme .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 25px;
  margin-top: 0px;
  display: flex;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: flex;
  font-size: 25px;
  color: var(--color-secondary);
  width: 40px;
  height: 40px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
  margin: auto;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: var(--color-secondary);
  color: #ffffff;
}

.owl-carousel .owl-nav button.owl-prev {
  margin-right: 40px;
}

#counter_slides {
  position: absolute;
  right: 60px;
  color: var(--color-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
  margin-bottom: 0px;
  bottom: 75px;
  bottom: 15px;
}

/* testimonials */


/* footer */
.footr_linkz {}

.footr_linkz h4 {
  color: #33302D;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  line-height: 120%;
  margin-bottom: 32px;
  margin-bottom: 10px;
}

.footr_linkz ul {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  margin-bottom: 0px;
}

.footr_linkz ul li {
  list-style: none;
}

.footr_linkz ul li a {
  color: #686664;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  text-decoration: none;
}



.each_block_footer {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
  height: auto;
  padding: 25px 16px;
  padding: 16px 16px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  top: 0px;
  text-decoration: none;
}


.each_block_footer_img {
  margin-top: auto;
  border-radius: 100px;
  display: flex;
  width: 55px;
  height: 55px;
  width: 50px;
  height: 50px;
  display: flex;
  margin: auto 16px auto 0px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.each_block_footer_img i {
  margin: auto;
  font-size: 32px;
  font-size: 28px;
  color: inherit;
}

.each_block_footer_txt {
  margin-bottom: auto;
  margin-top: auto;
}

.each_block_footer_txt * {
  color: var(--color-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  text-align: left;
}

.each_block_footer:hover {
  background: #D9F0FD;
  top: -5px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.each_block_footer:hover .each_block_footer_img {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: var(--color-secondary);
}

.link_block {
  border-bottom: 1px solid #979797;
}

.footer_cntct_Lnk {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.footer_cntct_Lnk ul {
  padding-left: 0px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.footer_cntct_Lnk ul li {
  list-style: none;
  margin-right: 32px;
}

.footer_cntct_Lnk ul li:last-child {
  margin-right: 0px;
}

.footer_cntct_Lnk ul li a {
  display: flex;
  color: var(--color-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}


.txt_footer {
  width: 100%;
  max-width: 760px;
}

.txt_footer p {
  color: #A49E9E;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  margin-bottom: 0px;
}

.txt_footer p strong {
  color: var(--color-secondary);
  font-weight: 600;
}

.footer_cpY {
  display: flex;
}

.footer_cpY ul {
  padding-left: 0px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  margin-bottom: 0px;
}

.footer_cpY ul li {
  list-style: none;
  color: #A5A9AB;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-right: 20px;
}

.footer_cpY ul li:last-child {
  margin-right: 0px;
}

.footer_cpY ul li a {
  display: flex;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.footer_cpY ul li a::before {
  position: absolute;
  content: '';
  left: -11px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  background-color: #A5A9AB;
  width: 2px;
  height: 100%;
}

/* footer */


/* login */
.login_wrap {
  display: flex;
  min-height: calc(100vh - 150px);
}

.login_block {
  border-radius: 20px;
  background: #D9F0FD;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.login_block_small {
  max-width: 600px;
}

.login_block_head {
  display: block;
}

.login_block_head * {
  color: #1F2937;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.13px;
  text-align: center;
}

.login_block_tail {}

.login_block_tail .form-label {
  color: #1F2937;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.09px;
  margin-bottom: 12px;
}

.login_block_tail .form-control {
  display: flex;
  padding: 14px 16px;
  padding: 12px 16px;
  align-items: center;
  color: #6B7280;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.075px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: none;
}

.login_block_tail .form-control:hover,
.login_block_tail .form-control:focus {
  border: 1px solid #6B7280;
}

.login_block_button {
  border-radius: 6px;
  background: var(--color-secondary);
  display: flex;
  padding: 10px 26px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.075px;
  border: 1px solid var(--color-secondary);
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login_block_button:hover {
  background: transparent;
  color: var(--color-secondary);
}

.login_block_button_back {
  border-radius: 6px;
  border: 1px solid var(--color-secondary);
  background: transparent;
  display: flex;
  padding: 10px 26px;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.075px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login_block_button_back:hover {
  background: var(--color-secondary);
  color: #ffffff;
}

.login_block_after {}

.login_block_after h4 {
  color: #1D83C4;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 40px;
}

.login_block_after p {
  color: #1D83C4;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}


.transp {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.trans_port p {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
}

.transp_wpe {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.transp_wpe input {
  display: none;
}

.transp_wpe label {
  position: relative;
  cursor: pointer;
  display: flex;

  color: #1F2937;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;

  padding: 10px 16px 10px 35px;

  border-radius: 6px;
  background: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.transp_wpe label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.03em;
  color: #514E4E;
  background: #DBCC96;
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 5px 10px;
}

.transp_wpe label:before {
  content: '';
  left: 10px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9CA3AF;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.transp_wpe input:checked+label:after {
  display: block;
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 10px;
  border-radius: 50%;
  border: 5px solid var(--color-secondary);
  width: 18px;
  height: 18px;
  content: '';
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.login_block_rest {
  max-width: 400px;
  width: 100%;
}

.login_block_big {
  max-width: 600px;
  width: 100%;
}


.select_block {}

.select_block .select2-container {
  height: 44px;
  width: 100% !important;
}

.select_block .select2-container--default .select2-selection--single {
  color: #6B7280;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.075px;
  padding: 0px 8px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #E5E7EB;
  background: #ffffff;
  /*DropShadow/sm*/
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.select_block .select2-container--default .select2-selection--single .select2-selection__arrow {
  color: #6B7280;
  height: 44px;
}

.select_block .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
}

.select2-container--default .dropperDown .select2-search--dropdown .select2-search__field {
  color: #6B7280;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.select2-container--default .dropperDown .select2-search--dropdown .select2-search__field:focus-visible {
  box-shadow: none;
  outline: none;
}

.rout_of_login {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-bottom: 50px;
  margin-bottom: 0px;
}

.rout_of_login ul {
  display: flex;
  padding-left: 0px;
  padding: 10px 0px;
}

.rout_of_login ul li {
  color: #1F2937;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.07px;
  list-style: none;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

.rout_of_login ul li::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--color-secondary);
  border-right: 1px solid var(--color-secondary);
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}

.rout_of_login ul li:last-child::after {
  display: none;
}

.rout_of_login ul li.active {
  color: var(--color-secondary);
}

.rout_of_login ul li a {
  display: flex;
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

/* login */

/* start block */
.startd_blokz_row {
  --bs-gutter-x: 55px;
}

.startd_blokz {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #A8A8A8;
  background: #FFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.startd_blokz:hover {
  top: -10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.startd_blokz_a {
  display: flex;
  flex-direction: column;
  margin-bottom: auto;
}

.startd_blokz_a figure {
  margin-left: auto;
  margin-right: auto;
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.00);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.09);
  width: 70px;
  height: 70px;
  display: flex;
  margin-bottom: 20px;
}

.startd_blokz_a figure img {
  margin: auto;
}

.startd_blokz_a h4 {
  color: #33302D;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}

.startd_blokz_a p {
  color: #686664;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.startd_blokz_b {
  margin-top: auto;
  padding-top: 20px;
}

.startd_blokz_b h5 {
  color: #686664;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 25px;
  /* 200% */
}

.already_sigh_in {}

.already_sigh_in h4 {
  color: #33302D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  align-items: center;
}

.already_sigh_in h4 a {
  margin-left: 10px;
  color: #1D83C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.already_sigh_in h4 a:hover {
  color: #070707;
}

/* start block */

/* college list block */
.ad_section {
  width: 100%;
  height: 200px;
  margin-bottom: 50px;
}

.ad_section img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 1005;
}

.college_list_holder {
  display: flex;
}

.college_list_sorter {
  width: 270px;
  padding-top: 20px;
}

.college_list_sorter_a {
  margin-bottom: 20px;
  display: flex;
}

.college_list_sorter_a a {
  color: #33302D;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  margin-left: 50px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.college_list_sorter_a a:hover {
  color: #999999;
}

.college_list_sorter_b {
  margin-bottom: 20px;
}

.college_list_sorter_each {
  border-bottom: 1px solid #BBB9B8;
  margin-bottom: 16px;
}

.college_list_sorter_each ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.college_list_sorter_each ul li {
  list-style: none;
  margin-bottom: 8px;
}

.college_list_sorter_each ul li a {
  color: #33302D;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  font-weight: 400;
  line-height: 120%;
  display: flex;
  position: relative;
  text-decoration: none;
  padding: 8px 5px 8px 32px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.college_list_sorter_each ul li a:hover {
  background: rgba(29, 132, 196, 0.2);
}


.college_list_sorter_each ul li a::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #33302D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.college_list_sorter_each ul li.seltick a {
  background-color: var(--color-secondary);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
}

.college_list_sorter_each ul li.seltick a::before {
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  width: 8px;
  transform: translateY(-50%)rotate(32deg);
  -webkit-transform: translateY(-50%)rotate(32deg);
  -moz-transform: translateY(-50%)rotate(32deg);
  -ms-transform: translateY(-50%)rotate(32deg);
  -o-transform: translateY(-50%)rotate(32deg);
  left: 12px;
  top: 45%;
}

.filter_a_b {
  color: #33302D;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  align-items: center;
  display: flex;
}

.filter_a_b i {
  font-size: inherit;
  margin-right: 8px;
}

.filter_a_b span {
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}

.college_list_view {
  flex: 1;
  padding-left: 32px;
}

.college_list_bread_crums {
  margin-bottom: 50px;
  position: relative;
}

.college_list_bread_crums ul {
  padding-left: 0px;
  display: flex;
  margin-bottom: 20px;
}

.college_list_bread_crums ul li {
  color: var(--color-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  list-style: none;
}

.college_list_bread_crums ul li a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  color: #686664;
  display: flex;
  position: relative;
  padding-right: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.college_list_bread_crums ul li a:hover {
  color: var(--color-secondary);
  opacity: 0.7;
}

.college_list_bread_crums ul li a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  content: '>';
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.college_list_bread_crums h4 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.back_arow {
  display: flex;
  text-decoration: none;
  color: var(--color-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.back_arow i {
  color: inherit;
  font-size: inherit;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.back_arow span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.back_arow:hover {
  color: #686664;
}

.college_list_s {
  width: 100%;
  display: flex;
  flex-direction: column;
}


.each_level_ {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CDDFFF;
  background: #FFF;
  box-shadow: 0px 3px 8px 0px rgba(36, 51, 53, 0.07);
  margin-bottom: 36px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.each_level_:hover {
  background: rgb(181 181 181 / 8%);
  box-shadow: 0px 5px 8px 0px rgba(36, 51, 53, 0.07);
}

.each_level_a {
  padding: 50px 20px;
  position: relative;
}

.each_level_sponsored {
  position: absolute;
  border-radius: 2px;
  background: #2EB6E8;
  left: 0px;
  top: 0px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 5px;
}

.each_level_bookmark {
  color: #A8A8A8;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 6px;
  cursor: pointer;
}

.each_level_bookmark i {
  font-size: inherit;
  margin-right: 10px;
}

.each_level_bookmark span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.each_level_a_section_a {
  display: flex;
  width: 100%;
}

.each_level_a_section_a_left {
  width: 300px;
  display: flex;
}

.each_level_a_section_a_left_s_a {
  width: 90px;
  display: flex;
  flex-direction: column;
  padding-right: 10px;
}

.each_level_a_section_a_left_s_a figure {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

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

.each_level_verified {
  position: relative;
  padding-right: 16px;
  color: #686664;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display: flex;
}

.each_level_verified::after {
  position: absolute;
  content: '';
  top: 40%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-image: url(../images/verified.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
}

.each_level_a_section_a_left_s_b {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}

.each_level_a_section_a_left_s_b h3 {
  color: #33302D;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 6px;
}

.each_level_a_section_a_left_s_b h4 {
  color: #686664;
  font-family: Open Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 6px;
}

.each_level_b {}

.expand_colapz {
  display: flex;
  border-top: 2px dashed #E7E7E7;
}

.expand_colapz_btn {
  padding: 16px 35px 16px 25px;
  position: relative;
  color: #33302D;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;

  background: transparent;
  border: 0px;
}

.expand_colapz_btn span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.expand_colapz_btn i {
  position: absolute;
  font-size: 16px;
  top: 45%;
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.collapsed.expand_colapz_btn i {
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}

.req_qut {
  color: #1D83C4;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 20px;
  margin-left: auto;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
}

.expand_colapz_btn_clpz {
  display: none;
}

.collapsed .expand_colapz_btn_clpz {
  display: block;
}

.collapsed .expand_colapz_btn_expnd {
  display: none;
}

.pro_ {
  position: relative;
  width: auto;
  padding-right: 38px;
  display: flex;
  margin-right: auto;
}

.pro_::after {
  position: absolute;
  right: 0px;
  content: "pro";
  border-radius: 2px;
  background: var(--color-secondary);
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  padding: 2px 5px;
}

.each_level_review {
  margin-top: 5px;
  color: var(--color-secondary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.each_level_a_section_a_right {
  flex: 1;
  padding-left: 16px;
}

.each_level_a_section_a_right_rw {
  display: flex;
  margin-bottom: 10px;
}

.each_level_a_section_a_right_rw_a {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  width: 120px;
  padding-right: 10px;
}

.each_level_a_section_a_right_rw_a h4 {
  color: #686664;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
}

.each_level_a_section_a_right_rw_a h5 {
  color: #686664;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: auto;
  margin-bottom: auto;
}

.each_level_a_section_a_right_rw_b {
  display: flex;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
}

.each_level_a_section_a_right_rw_b h4 {
  color: #33302D;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 8px;
}

.each_level_a_section_a_right_rw_b h4 small {
  font-weight: 400;
}

.each_level_a_section_a_right_rw_b a {
  color: var(--color-secondary);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}


.each_level_a_section_a_right_rw_b a.each_level_more,
.each_level_more {
  color: var(--color-primary);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}

.each_level_a_section_b {
  padding-top: 20px;
}

.each_level_a_section_b_rw {
  display: flex;
  margin-bottom: 10px;
}

.each_level_a_section_b_rw_a {
  display: flex;
  width: 120px;
  padding-right: 10px;
}

.each_level_a_section_b_rw_a h4 {
  color: #686664;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  flex: 1;
}

.each_level_a_section_b_rw_a h5 {
  color: #686664;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: auto;
  margin-bottom: auto;
}

.each_level_a_section_b_rw_b {}

.each_level_a_section_b_rw_b ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

.each_level_a_section_b_rw_b ul li {
  display: flex;
  color: #33302D;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 5px 10px;
  border-radius: 2px;
  background: #F0F7F3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 5px 10px 5px 0px;
  flex: none !important;
}

/* college list block */
/* college video block */
.vdo_thumz_row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 20px;
}

.vdo_thumz {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid var(--color-secondary);
  background: #F2FAFF;
  padding: 24px;
  height: 475px;
}

.vdo_thumz figure {
  position: relative;
  height: 250px;
  width: 100%;
  margin-bottom: 30px;
}

.vdo_thumz .vdo_thumz_thumb {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.vdo_thumz .vdo_thumz_play {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.vdo_thumz h4 {
  color: #1D83C4;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vdo_thumz .vdo_thumz_button {
  margin-top: auto;
  display: flex;
}

/* college video block */

/* college video */
.actual_video_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--color-secondary);
  background: #F2FAFF;
  padding: 24px;
}

.actual_video_block_head {
  margin-bottom: 30px;
}

.actual_video_block_head h4 {
  color: var(--color-secondary);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0px;
}

.actual_video_block_view {
  display: flex;
  width: 100%;
  text-decoration: none;
}

.actual_video_block_view figure {
  position: relative;
  width: 100%;
  height: 540px;
}

.actual_video_block_view figure .vdo_big_thumz {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.actual_video_block_view .vdo_thumz_play {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.actual_video_block_more {
  margin-top: 30px;
  display: flex;
}

/* college video */
/* college contact */
.contact_page {
  height: 375px;
  width: 100%;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 50px;
}

.contact_page h1 {
  margin: auto;
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.contct_adrz {
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 36px;
  display: flex;
  flex-direction: column;
}

.contct_adrz h4 {
  color: #1F2937;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.09px;
  margin-bottom: 30px;
}

.contct_adrz p {
  color: #6B7280;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.075px;
  margin-bottom: 30px;
}

.contct_adrz a {
  color: #6B7280;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.075px;
  text-decoration: none;
  display: flex;
  margin-bottom: 10px;
}

.ontct_form {
  width: 100%;
}


.ontct_form .form-label {
  color: #1F2937;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.09px;
  margin-bottom: 12px;
}

.ontct_form .form-control {
  display: flex;
  padding: 14px 16px;
  align-items: center;
  color: #6B7280;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.075px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: none;
}

.ontct_form .form-control:hover,
.ontct_form .form-control:focus {
  border: 1px solid #6B7280;
}

/* college contact */
/* college about */
.about_block_img {
  display: flex;
  width: 100%;
  height: 320px;
  padding: 10px;
  border-radius: 10px;
  background: #E8F6FF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about_block_img img {
  margin: auto;
}

.about_block_line {
  border-top: 1px solid #0DBD5F;
}

.about_block_txt p {
  color: #6B7280;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.08px;
}

/* college about */


/* college tutor profile */
.tutor_profile_block_mk_a {
  border-radius: 10px;
  border: 1px solid var(--color-secondary);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 30px 20px;
  display: flex;
  width: 100%;
}

.tutor_profile_block_mk_a_z {
  width: 100px;
}

.tutor_profile_block_mk_a_z img {
  object-fit: contain;
  object-position: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tutor_profile_block_mk_a_x {
  flex: 1;
  padding-left: 30px;
}

.tutor_profile_block_mk_a_x_head {
  margin-bottom: 20px;
  display: flex;
}

.tutor_profile_block_mk_a_x_head h4 {
  color: #2E2E2E;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.27px;
  margin-bottom: 0px;
}

.tutor_profile_block_mk_a_x_tail {
  width: 100%;
}

.tutor_profile_block_mk_a_x_tail_row {
  display: flex;
  margin-bottom: 10px;
}

.tutor_profile_block_mk_a_x_tail_row h4 {
  color: #686664;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  min-width: 120px;
  width: 120px;
  padding-right: 10px;
}

.tutor_profile_block_mk_a_x_tail_row h5 {
  color: #33302D;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.tutor_profile_block_mk_b {
  width: 100%;
}

.tutor_profile_block_mk_b_z {}

.tutor_profile_block_mk_b_z h4 {
  color: var(--color-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.tutor_profile_block_mk_b_z_list_each {
  border-radius: 10px;
  border: 1px solid #A8A8A8;
  padding: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  margin-bottom: 8px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.tutor_profile_block_mk_b_z_list_each:hover {
  background-color: #5c5c5c12;
}

.tutor_profile_block_mk_b_z_list_each figure {}

.tutor_profile_block_mk_b_z_list_each figure img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tutor_profile_block_mk_b_z_list_each_rt {
  padding-left: 16px;
  flex: 1;
}

.tutor_profile_block_mk_b_z_list_each_rt h3 {
  color: #33302D;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 10px;
}

.tutor_profile_block_mk_b_z_list_each_rt h4 {
  display: flex;
  color: #33302D;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
  align-content: center;
  margin-bottom: 5px;
}

.tutor_profile_block_mk_b_z_list_each_rt h4 i {
  color: #686664;
  font-size: inherit;
  margin-right: 5px;
}

.tutor_profile_block_mk_b_z_list_each_rt h4 span {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}


.tab_z {}

.tab_z ul {
  display: flex;
  padding-left: 0px;
  border: 0px;
}

.tab_z ul li {
  list-style: none;
  border: 0px;
  margin-right: 2px;
}

.tab_z ul li a,
.tab_z ul li button.nav-link {
  color: #686664;
  border-radius: 0px !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  border: 0px;
  background-color: transparent;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.tab_z ul li a::after,
.tab_z ul li button::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 0px;
  height: 2px;
  background-color: var(--color-secondary);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.tab_z ul li a:hover,
.tab_z ul li button:hover,
.tab_z ul li a.active,
.tab_z ul li button.active {
  color: var(--color-secondary) !important;
}

.tab_z ul li a:hover::after,
.tab_z ul li button:hover::after,
.tab_z ul li a.active::after,
.tab_z ul li button.active::after {
  width: 100%;
}

.tab_detlz {}

.tab_detlz_head {
  margin-bottom: 30px;
  display: flex;
}

.tab_detlz_head h4 {
  color: var(--color-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-top: auto;
  margin-bottom: auto;
}

.tab_detlz_tail {
  display: flex;
  margin-bottom: 12px;
}

.tab_detlz_tail_lft {
  width: 170px;
}

.tab_detlz_tail_lft h4 {
  color: #686664;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.tab_detlz_tail_ryt {
  flex: 1;
}

.tab_detlz_tail_ryt h4 {
  color: #33302D;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.lead_block_a {
  width: 100%;
}

.lead_block_head {
  border-bottom: 1px solid #C4C4C4;
  padding: 10px 10px;
}

.lead_block_head h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.lead_block_mid {
  padding: 30px 16px;
}

.lead_block_mid p {
  color: #0C0C0C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.lead_block_mid p strong {
  font-weight: 700;
}

.lead_block_mid p a {
  text-decoration: none;
}

.lead_block_mid h5 {
  color: #3E3E3E;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.lead_block_tail {
  border-left: 4px solid #CCC;
  background: #F1F1F1;
  padding: 10px 10px;

}

.lead_block_tail h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: flex;
  align-content: center;
  margin-top: auto;
  margin-bottom: auto;
}

.lead_block_tail h4 span {
  color: #E33D1D;
  font-weight: 500;
  margin-right: 5px;
}

.lead_block_b {
  width: 300px;
  display: flex;
  flex-direction: column;
}

.lead_block_b .lead_block_b_a {
  width: 170px;
}

.lead_block_b h4 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
}

.lead_block_b p {
  color: #AA0106;
  text-align: center;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.lead_block_b p strong {
  font-weight: 700;
}

.lead_block_b .form-control {
  text-align: center;
}

.lead_block_c {
  margin-bottom: 45px;
}

.lead_block_c h4 {
  color: #33302D;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.lead_block_c_head {
  margin-bottom: 30px;
}

.lead_block_c_head h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.lead_block_c_tail {}

.lead_block_c_tail h4 {
  color: #E55439;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
}

.lead_block_c_tail_black h4 {
  color: #424242;
}

.lead_block_c_tail ul {
  padding-left: 0px;
  list-style: none;
}

.lead_block_c_tail ul li {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.lead_block_c_tail ul li::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 5px;
  border-left: 5px solid var(--color-primary);
  border-right: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.lead_block_d {
  margin-bottom: 25px;
}

.lead_block_d_bottom {
  margin-top: auto;
  margin-bottom: 0px;
  width: 100%;
  border-top: 1px solid #C4C4C4;
}

.lead_block_d_bottom ul {
  padding-left: 0px;
  display: flex;
}

.lead_block_d_bottom ul li {
  padding: 16px;
  list-style: none;
  display: flex;
  border-right: 1px solid #C4C4C4;
}

.lead_block_d_bottom ul li a {
  display: flex;
  background: #1D83C4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
}

.lead_block_txt {
  border-radius: 5px 0px 0px 5px;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  -o-border-radius: 5px 0px 0px 5px;
  padding: 5px;
  min-width: 100px;
}

.lead_block_txt span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.lead_block_buy {
  border-radius: 0px 5px 5px 0px;
  background: #123650;
  display: flex;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  padding: 5px;
}

.lead_block_buy span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.lead_block_primary.lead_block_d_bottom ul li a {
  background: #E54C4C;
}

.lead_block_c_or {
  position: relative;
}

.lead_block_c_or h4 {
  margin: auto;
  padding: 8px 5px;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50%;
  border: 5px solid #C4C4C4;
  display: flex;
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.lead_block_c_or h4 span {
  margin: auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  position: relative;
  z-index: 5;
}

.lead_block_c_or h4::before {
  background-color: #C4C4C4;
  content: '';
  position: absolute;
  width: 1px;
  height: 100px;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lead_block_c_or h4::after {
  content: '';
  position: absolute;
  background-color: #000000;
  width: 45px;
  height: 45px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* college tutor profile */

/* dashboard student */
.dashboard_lft {
  width: 250px;
  border: 1px solid #CBCACA;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.dashboard_lft ul {
  padding-left: 0px;
}

.dashboard_lft ul li {
  list-style: none;
}

.dashboard_lft ul li a {
  text-decoration: none;
  display: flex;
  padding: 16px 16px;
  color: #252B42;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}

.dashboard_lft ul li a.active {
  color: #FFF;
  font-weight: 600;
  background-color: var(--color-secondary);
}

.dashboard_lft ul li a:hover {
  background-color: rgba(113, 182, 224, 0.425);

  border: 1px solid var(--color-secondary);

}

.dashboard_lft ul li a * {
  margin-top: auto;
  margin-bottom: auto;
}

.dashboard_lft ul li a i {
  margin-right: 16px;
  color: var(--color-secondary);
}

.dashboard_lft ul li a.active i {
  color: #fff;
}

.dashboard_full {
  width: 100%;
  display: flex;
}

.dashboard_ads {
  margin-bottom: 50px;
}

.dashboard_ads h4 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 7px;
}

.dashboard_ryt {
  /*   flex: 1;
   */
  width: calc(100% - 250px);
  padding-left: 32px;
}

.dashboard_ryt_wa {
  display: flex;
  width: 100%;
}

.dashboard_ryt_wb {
  display: flex;
  position: relative;
}

.dashboard_ryt_wb h4 {
  color: var(--color-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-top: auto;
  margin-bottom: auto;
}

.dashboard_ryt_wb h5 {
  margin-left: 10px;
  border-radius: 50%;
  background: #CBEBFF;
  margin-top: auto;
  margin-bottom: auto;
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
}

.dashboard_ryt_wb h5 span {
  color: #1D83C4;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: auto;
}

.dashboard_drpz {
  padding-right: 70px;
}

.dashboard_drpz li {
  list-style: none;
}

.dashboard_drpz li.nav-item {
  margin-right: 10px;
}

.dashboard_drpz li.nav-item .dropdown-toggle {
  padding: 8px 30px 8px 16px !important;
  border: 1px solid var(--color-secondary);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.dashboard_drpz li.nav-item .dropdown-toggle:hover {
  background-color: rgba(29, 132, 196, 0.122);
}

.dashboard_drpz li.nav-item .dropdown-toggle::after {
  top: 40%;
  right: 16px;
}

.dashboard_ryt_wc {
  width: 100%;
}

.dashboard_ryt_wc ul {
  display: flex;
  padding-left: 0px;
  width: 100%;
}


.dashboard_ryt_wc ul li {
  list-style: none;
  display: flex;
  margin-right: 10px;
  flex: 1;
}

.dashboard_ryt_wc ul li .dashboard_ryt_recomm {
  border-radius: 3px;
  background: #DDFDFF;
  display: flex;
  text-decoration: none;
  padding: 25px 32px;
  width: 100%;
}

.dashboard_ryt_wc ul li .dashboard_ryt_recomm.dashboard_ryt_recomm_big {
  padding: 50px 32px;
}

.dashboard_ryt_wc ul li .dashboard_ryt_recomm h3 {
  color: #1D83C4;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: .9;
  margin-top: auto;
  margin-bottom: auto;
}

.dashboard_ryt_wc ul li .dashboard_ryt_recomm i {
  color: #1D83C4;
  font-size: 34px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 16px;
}

.dashboard_ryt_wc ul li .dashboard_ryt_recomm h4 {
  color: #1D83C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 24px;
}


.req_list {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
}

.req_each {
  display: flex;
  padding: 16px 16px;
  border-top: 1px solid #A8A8A8;
  border-bottom: 1px solid #A8A8A8;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.req_each:hover {
  background-color: #dff5f7;
}

.req_each_name {
  padding: 10px 16px;
  display: flex;
  width: 370px;
}

.req_each_name h4 {
  color: #2C3A64;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}

.req_each_name h5 {
  display: flex;
  color: #1D83C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.req_each_name h5 i {
  margin-top: auto;
  margin-bottom: auto;
  color: inherit;
  font-size: inherit;
  margin-right: 12px;
}

.req_each_name h5 span {
  margin-top: auto;
  margin-bottom: auto;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.req_each_view {
  width: 200px;
  width: 150px;
  display: flex;
}

.req_each_view h5 {
  color: #A8A8A8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.req_each_view h4 {
  color: #33302D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.req_each_view h4 i {
  margin-top: auto;
  margin-bottom: auto;
  color: #1D83C4;
  font-size: inherit;
  margin-right: 12px;
}

.req_each_view h4 span {
  margin-top: auto;
  margin-bottom: auto;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.req_each_view h4 strong {
  font-weight: 600;
}

.req_each_post {
  width: 200px;
  width: 150px;
  display: flex;
}

.req_each_post h5 {
  color: #A8A8A8;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}


.req_each_post h4 {
  color: #33302D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}


.req_each_post h4 i {
  margin-top: auto;
  margin-bottom: auto;
  color: #1D83C4;
  font-size: inherit;
  margin-right: 5px;
}

.req_each_post h4 span {
  margin-top: auto;
  margin-bottom: auto;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.req_each_post h4 strong {
  font-weight: 600;
}

.req_each_action {
  display: flex;
}

.req_each_action_open {
  border-radius: 50px;
  background: #1D83C4;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 5px 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 0px;
}

.req_each_action_tut_fnd {
  border-radius: 50px;
  background: #c41d3c;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 5px 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 0px;
  margin-left: 10px;
}


.req_each_action_notlive {
  border-radius: 50px;
  background: #c41d3c;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 5px 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 0px;
}

.req_each_chk {
  display: flex;
}

.dashboard_ryt .tab-content {
  padding-top: 30px;
}

#accordionReq .accordion-item {
  border: 0px;
}

#accordionReq .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}


#accordionReq .accordion-button::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}


#accordionReq .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

#accordionReq .accordion-body {
  padding-left: 0px;
  padding-right: 0px;
  padding: 0px;
}

.dash_filters_ {}

.dash_filters_ ul {
  display: flex;
  padding-left: 0px;
  border-bottom: 0px;
}

.dash_filters_ ul li {
  margin-right: 14px;
  list-style: none;
  flex: 1;
  display: flex;
}

.dash_filters_ ul li:last-child {
  margin-right: 0px;
}

.dash_filters_ ul li a,
.dash_filters_ ul li .nav-link {
  border: 1px solid #1D83C4;
  background: #DDFDFF;
  background-color: #DDFDFF;
  color: #1D83C4;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  padding: 10px 10px;
  min-height: 80px;
  display: flex;
  width: 100%;
  text-decoration: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.dash_filters_ ul li a:hover,
.dash_filters_ ul li .nav-link:hover {
  border: 1px solid #1D83C4;
  background: #cef5f8;
  background-color: #cef5f8;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}


.dash_filters_ ul li a span,
.dash_filters_ ul li .nav-link span {
  margin: auto;
  color: inherit;
  text-align: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.dash_filters_ ul li a.active,
.dash_filters_ ul li .nav-link.active {
  border: 1px solid #DDFDFF;
  background: #1D83C4;
  background-color: #1D83C4;
  color: #ffffff;
}

.req_ads_txt {
  display: flex;
  margin-bottom: 10px;
  margin-bottom: 15px;
}

.req_ads_txt h4 {
  color: #1D83C4;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 14px;
}

.req_ads_txt h5 {
  color: #33302D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: auto;
  margin-bottom: auto;
}

.login_dropdown {}

.login_dropdown .dropdown-toggle,
.tutor__dropdown .dropdown-toggle {
  border-radius: 10px;
  background: #F2F2F2;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  padding: 10px 35px 10px 16px !important;
  text-decoration: none;
  position: relative;
  display: flex;
}


.tutor__dropdown .dropdown-toggle {
  align-items: center;
  padding: 0px 0px 0px 10px !important;
}

.tutor__dropdown .dropdown-toggle span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

.tutor__dropdown .dropdown-toggle img {
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

.login_dropdown .dropdown-toggle::after {
  top: 40%;
  right: 16px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.tutor__dropdown .dropdown-toggle::after {
  display: none;
}


/* dashboard student */

/* dashboard resourses */
.each_regular_paper_ {
  border-radius: 10px;
  border: 1px solid #1D83C4;
  background: #F2FAFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 35px 25px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.each_regular_paper_:hover {
  background: rgba(227, 233, 236, 0.315);
}

.each_regular_paper_head {}

.each_regular_paper_head h4 {
  color: #1D83C4;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.each_regular_paper_mid {}

.each_regular_paper_mid ul {
  padding-left: 0px;
  display: block; 
}

.each_regular_paper_mid ul li {
  width: 100%;
  list-style: none;
  display: none;
}

.each_regular_paper_mid ul li a {
  display: flex;
  color: #1D83C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  padding: 5px 5px 5px 0px;
}

.each_regular_paper_tail {
  display: flex;
}

.resourse_btn {
  border-radius: 6px;
  border: 1px solid #1D83C4;
  display: flex;
  color: #1D83C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 12px 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.resourse_btn i {
  color: inherit;
  font-size: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.resourse_btn span {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  margin-right: 10px;
  text-decoration: underline;
}

.resourse_btn:hover {
  background: rgba(29, 132, 196, 0.2);
  background: #1D83C4;
  color: #ffffff;
}

.resourse_btn_suggestion {
  text-decoration: none;
}

.resourse_btn_suggestion span {
  text-decoration: none;
}

.resourse_btn span.resourse_btn_suggestion_inside {
  margin-right: 0px;
  width: 25px;
  height: 25px;
  display: flex;
  background-color: #1D83C4;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.resourse_btn:hover span.resourse_btn_suggestion_inside {
  background-color: #ffffff;
  color: #1D83C4;
}

.resourse_btn span.resourse_btn_suggestion_inside i {
  margin: auto;
}

.each_regular_paper_fiter {
  padding-top: 30px;
  margin-bottom: 50px;
}

.each_regular_paper_fiter ul {
  padding-left: 0px;
}

.each_regular_paper_fiter ul li {
  list-style: none;
  margin-bottom: 15px;
}

.each_regular_paper_fiter ul li a {
  border-radius: 6px;
  border: 1px solid #1D83C4;
  color: #1D83C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  padding: 14px 16px;
  text-decoration: none;
  display: flex;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.each_regular_paper_fiter ul li a:hover {

  background: rgba(29, 132, 196, 0.1);
}

.each_regular_paper_fiter ul li a span {
  margin-top: auto;
  margin-bottom: auto;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-left: 0px;
}

.each_regular_paper_fiter ul li a i {
  margin-top: auto;
  margin-bottom: auto;
  color: inherit;
  font-size: inherit;
  margin-left: auto;
  margin-right: 0px;
}

.each_regular_paper_fiter ul li a.active {
  color: #FFF;
  background: #1D83C4;
}

.ad_section_small {
  width: 100%;
  margin-bottom: 50px;
}

.ad_section_small img {
  width: 100%;
}

/* dashboard resourses */

/* login members */
.login_block_members {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.login_block_gap {
  --bs-gutter-x: 32px;
}

.login_block_members.login_block_small {
  max-width: 100%;
}

.login_block_members .transp_wpe label {
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.login_block_members .transp_wpe:hover label {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}

.login_block_members .login_block_head * {
  text-align: left;
}

._need_btn_block {
  display: flex;
  flex-direction: column;
}

._need_btn_block a {
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.075px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 15px 16px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

._need_btn_block a i {
  font-size: 24px;
  margin-right: 16px;
}

._need_btn_a,
._need_btn_b,
._need_btn_c {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

._need_btn_a {
  background: #2F80ED;
}

._need_btn_a:hover {
  color: #2F80ED;
  background: rgba(47, 129, 237, 0.4);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

._need_btn_b {
  background: #E54C4C;
}

._need_btn_b:hover {
  color: #E54C4C;
  background: rgba(229, 76, 76, 0.4);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

._need_btn_c {
  background: #1DB954;
}

._need_btn_c:hover {
  color: #1DB954;
  background: rgba(29, 185, 84, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

/* login members */

/* login tutor */
.login_block_tutor {
  width: 100%;
  max-width: 770px;
}

.date_Block {
  position: relative;
}

.date_Block::after {
  position: absolute;
  content: '';
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 18px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.second_login_block_head {
  margin-bottom: 36px;
  margin-bottom: 16px;
}

.second_login_block_head * {
  color: #1D83C4;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}

.login_block_small_head {}

.login_block_small_head h4 {
  color: #1D83C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}





.subject_chkz {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.trans_port p {
  margin-top: auto;
  margin-bottom: auto;
}

.trans_port p a {
  text-decoration: none;
  color: var(--color-secondary);
}



.subject_wpe {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.subject_wpe input {
  display: none;
}

.subject_wpe label {
  position: relative;
  cursor: pointer;
  display: flex;

  color: #1F2937;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.08px;

  padding: 10px 16px 10px 30px;

  border-radius: 6px;
  background: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.subject_wpe label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.03em;
  color: #514E4E;
  background: #DBCC96;
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding: 5px 10px;
}

.subject_wpe label:before {
  content: '';
  left: 0px;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9CA3AF;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.subject_wpe input:checked+label::before {
  border: 1px solid #0DBD5F;
  background-color: #0DBD5F;
}

.subject_wpe input:checked+label::after {
  display: block;
  position: absolute;
  font-size: 14px;
  top: 47%;
  left: 3px;
  border-radius: 0px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-top: 0px solid transparent;
  border-right: 0px solid transparent;
  width: 12px;
  height: 5px;
  content: '';
  transform: translateY(-50%)rotate(-45deg);
  -webkit-transform: translateY(-50%)rotate(-45deg);
  -moz-transform: translateY(-50%)rotate(-45deg);
  -ms-transform: translateY(-50%)rotate(-45deg);
  -o-transform: translateY(-50%)rotate(-45deg);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.tutor_segment_head {
  color: #33302D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-right: 38px;
}

.file_button {
  display: flex;
  padding: 0px 16px;
  align-items: center;
  color: #6B7280;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.075px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: none;
  background: #ffffff;
  height: 48px;
  display: flex;
}

.frm_to_Upload_txt {
  flex: 1;
}

.frm_to_Upload_txt h6 {
  margin-top: auto;
  margin-bottom: auto;
}

.up_lD_bTn {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.07px;
  border-radius: 6px;
  background: #2F80ED;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 0px;
  box-shadow: none;
  padding: 5px 10px;
}

#instituteTab {
  width: 100%;
  flex-direction: column;
  border: 0px;
}

#instituteTab .nav-item {
  width: 100%;
  margin-bottom: 20px;
}

#instituteTab .nav-item .nav-link {
  width: 100%;
  border: 1px solid #E5E7EB;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  text-align: left;
  color: #6B7280;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.075px;
  padding: 14px 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

#instituteTab .nav-item .nav-link.active {
  background: #1D83C4;
  color: #ffffff;
}

.req_each_action_shortlist {
  display: flex;
  border-radius: 6px;
  border: 1px solid #1D83C4;
  color: #1D83C4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 5px 10px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.req_each_action_shortlist:hover {
  background-color: #1D83C4;
  color: #ffffff;
}

.req_each_action_shortlist i {
  color: inherit;
  font-size: inherit;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.req_each_action_shortlist span {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.tutor_body {
  background: #FDFAFA;
}

.req_ads_block_logo {
  width: 36px;
  height: 36px;
  background-color: var(--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  margin-right: 16px;
}

.req_ads_block_logo::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 10px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
}

.req_ads_block .req_ads_txt {}

.req_ads_block .req_ads_txt h5 {
  color: #BBB9B8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

/* login tutor */

/* dashboard tutor  */
#accordionReq .accordion-item .accordion-header {
  position: relative;
}

.req_each_action_shortlist {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-decoration: none;
  z-index: 4;
}

.make_no_drop_arw .accordion-button::after {
  display: none;
}

.make_no_drop_arw .req_each_action {
  margin-left: auto;
  margin-right: 0px;
}


.make_no_drop_arw .accordion-collapse {
  position: relative;
}

.make_no_drop_arw .req_each .req_each_action_hide {
  display: none;
}

.make_no_drop_arw .req_each.collapsed .req_each_action_hide {
  display: flex;
}

.tutor_settings_mk_a {
  border-radius: 0px;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 30px 20px;
  display: flex;
  width: 100%;
}

.tutor_settings_mk_a_z {
  width: 120px;
}

.tutor_settings_mk_a_z img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.edit_button_small {
  margin-left: 16px;
  color: #1D83C4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 2px;
  border: 1px solid #1D83C4;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: flex;
  padding: 2px 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.edit_button_small:hover {
  background: #1D83C4;
  color: #ffffff;
}

.edit_button_small span {
  padding-top: 2px;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.edit_button_small i {
  color: inherit;
  font-size: inherit;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
}

.tutor_dashboard_password {
  background: #D9F0FD;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
}

.tutor_dashboard_password .login_block_tail {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
}

.tutor_dashboard_password {
  padding-top: 100px;
  padding-bottom: 100px;
}

.each_tutr_faq {
  width: 100%;
  margin-bottom: 50px;
}

.each_tutr_faq h4 {
  color: var(--color-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}

.each_tutr_faq img {
  height: 440px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  background: #D9D9D9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.institute_dashboard_courses_tab {
  background: #E4F4FE;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  padding: 50px 10px;
}

.institute_dashboard_courses_tab_inside {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}

.edit_profile_img {}

.edit_profile_img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.tutor_dashboard_editz {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #D9F0FD;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  display: flex;
}

.tutor_dashboard_editz .login_block_tail {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
}


/* dashboard tutor  */


/* login */


.chk_pass {
  display: block;
  margin-bottom: 15px;
}

.chk_pass input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.chk_pass label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.chk_pass label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--color-secondary);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.chk_pass input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid var(--color-secondary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.forgot_pass {
  color: var(--color-secondary);
  text-decoration: none;
}

.forgot_pass:hover {
  color: var(--color-secondary);
}

/* login */


/* pappers */
#popup-pdf-list {}

#popup-pdf-list li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}

#popup-pdf-list li a {
  display: flex;
  padding: 5px 10px;
  background-color: var(--color-secondary);
  color: #fff;
  text-decoration: none;
}

.modal .close {
  display: flex;
  font-size: 30px;
  line-height: 1.4;
  width: 40px;
  height: 40px;
  border: 0px;
  color: #ffffff;
  background-color: var(--color-secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.modal .close span {
  margin: auto;
}

/* pappers */


.stRrange {
  position: relative;
  margin-left: 0px;
}

.stRrange .star-rating {
  width: 140px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.stRrange .star-rating::before {
  font-size: 25px;
}

.stRrange .star-rating span::before {
  font-size: 25px;
}

.stRrange input[type="range"] {
  margin: auto;
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  height: 25px;
  width: 140px;
  cursor: pointer;
  border-radius: 0;
  z-index: 5;
  background: transparent;
  /* iOS */
}

.stRrange input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  opacity: 0.6;
}

/*
* 1. Set to 0 width and remove border for a slider without a thumb
* 2. Shadow is negative the full width of the input and has a spread 
*    of the width of the input.
*/
.stRrange input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  /* 1 */
  height: 25px;
  background: transparent;
  /* 
  box-shadow: -200px 0 0 200px rgb(255, 195, 30); */
  /* 2 */
  border: 2px solid transparent;
  /* 1 */
}

.stRrange input[type="range"]::-moz-range-track {
  height: 40px;
  background: transparent
}

.stRrange input[type="range"]::-moz-range-thumb {
  background: #fff;
  height: 40px;
  width: 20px;
  border: 3px solid #999;
  border-radius: 0 !important;
  box-shadow: -200px 0 0 200px rgb(30, 255, 105);
  box-sizing: border-box;
}

.stRrange input[type="range"]::-ms-fill-lower {

  /* background: dodgerblue; */
}

.stRrange input[type="range"]::-ms-thumb {
  background: transparent;
  border: 2px solid transparent;
  height: 40px;
  width: 20px;
  box-sizing: border-box;
}

.stRrange input[type="range"]::-ms-ticks-after {
  display: none;
}

.stRrange input[type="range"]::-ms-ticks-before {
  display: none;
}

.stRrange input[type="range"]::-ms-track {
  background: transparent;
  color: transparent;
  height: 40px;
  border: none;
}

.stRrange input[type="range"]::-ms-tooltip {
  display: none;
}

/* star icons */
.star-rating {
  position: relative;
  width: 105px;
  display: flex;
  z-index: 1;
}


.star-rating::before {
  z-index: -1;
  color: #C4C4C4;
  position: absolute;
  width: 105px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.star-rating span {
  position: relative;
  overflow: hidden;
  display: flex;
  font-size: 18px;
}

.star-rating span::before {
  color: #C9AA3B;
  width: inherit;
  max-width: 105px;
  font-size: 18px;
}

.star-rating span::before,
.star-rating::before {
  background-repeat: repeat-x;
  font-size: 18px;
  letter-spacing: 3px;
}

.addRevWRp {
  border-radius: 20px;
  background: #D9F0FD;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* star icons */
.review_holder {
  padding-top: 50px;
}

.review_list {
  padding-top: 50px;
}

.review_list_each {
  margin-bottom: 50px;
}

.review_list_each_txt {}

.review_list_each_txt h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
}

.review_list_each_star h4 {
  font-size: 16px;
  line-height: 130%;
  margin-left: 10px;
  color: #686664;
  color: #000000;
}

.review_list_each_star_hg {}

.review_list_each_star_hg h4 {
  font-size: 20px;
  line-height: 130%;
  margin-left: 10px;
  color: #686664;
  color: #000000;
}

.review_list_each_star_hg .star-rating {
  width: 140px;
}

.review_list_each_star_hg .star-rating span::before {
  font-size: 25px;
}

.review_list_each_star_hg .star-rating span::before,
.review_list_each_star_hg .star-rating::before {
  font-size: 25px;
  width: 140px;
}



/* faq */
.faq_accdn .accordion-item {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: 0px;
}

.faq_accdn .accordion-item:first-of-type .accordion-button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.faq_accdn .accordion-button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;

  color: #2C3A64;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.48px;
  padding: 22px 16px;
  border: 1px solid transparent;
  border-bottom: 1px solid #000;
}

.faq_accdn .accordion-button span {
  color: #2C3A64;
  font-size: 16px;
  font-style: normal;
  max-width: 650px;
}

.faq_accdn .accordion-button.collapsed {
  border: 1px solid #BDBDBD;
}

.faq_accdn .accordion-button:not(.collapsed) {
  background: transparent;
}

.faq_accdn .accordion-button:focus {
  outline: none;
  border-bottom: 1px solid #000;
  box-shadow: none;
}

.faq_accdn .accordion-button.collapsed:focus {
  border: 1px solid #BDBDBD;
}

.faq_accdn_wrp {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 16px;
}

.faq_accdn_wrp p {
  margin-left: auto;
  margin-right: auto;
  color: #2C3A64;
  max-width: 650px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.48px;
}

/* faq */
.rmv_add {
  margin-right: 130px;
}

.rmv_minus {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}

.tomake_tutor {
  display: flex;
  flex-direction: column;
  width: 230px;
}

.tomake_tutor .each_level_a_section_a_left_s_a {
  min-height: 120px;
}

.recom_title {}

.recom_title h4 {
  color: #33302D;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 100% */
}



.tuto_reg_T {}

.tuto_reg_T h3 {
  color: var(--color-secondary);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px;
}

.tuto_reg_T h4 {
  color: #1D83C4;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.tuto_reg_R {}

.tuto_reg_L {
  width: 100%;
  border-radius: 10px;
  background: #E9E7E7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  padding: 50px 50px;
}

.tuto_reg_Lb {
  max-width: 210px;
  margin-right: auto;
  margin-left: 0px;
}

.tuto_reg_Lb p {
  color: var(--color-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.tuto_reg_ {
  margin-right: 0px;
  margin-left: auto;
  width: auto;
}

.tuto_reg_.lead_block_d_bottom {
  border-top: 0px;
}

.tuto_reg_.lead_block_d_bottom ul {
  flex-direction: column;
  margin-bottom: 0px;
}

.tuto_reg_.lead_block_d_bottom ul li {
  border-right: 0px;
}

.my_dashboard_link {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  padding: 12px 16px;
  display: flex;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.2px;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.my_dashboard_link:hover {
  background-color: transparent;
  color: var(--color-secondary);
}

.my_dashboard_link i {
  font-size: inherit;
  color: inherit;
  margin-right: 10px;
}

.my_dashboard_link span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.upgrade_block {}

.upgrade_block h4 {
  color: #33302D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 6px;
}

.mmbr_ship #pG_Body {
  background: #D9F0FD;
  min-height: 100vh;
}

.mmbr_ship .pG_Hed {
  background: transparent;
}

.scrollinG .mmbr_ship .pG_Hed {
  background: #ffffff;
}

.mmbr_ship .head_t1 {
  max-width: 100%;
}

.mmbr_ship_head p {
  color: var(--color-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.each_membrship {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.60);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 18px;
}

.each_membrship_already h4 {
  color: var(--color-primary);
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.each_membrship_head * {
  font-size: 24px;
}

.each_membrship_head_big * {
  font-size: 36px;
}

.each_membrship_head_big,
.each_membrship_head {
  height: 60px;
}

.each_membrship_head span {
  font-size: 18px;
  color: darkred !important;
}

.head_t1 h2 {
  color: var(--color-primary);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.red {
  color: darkred !important;
}


/* modal */
#infoModal {}

#infoModal .modal-header,
#infoCourse .modal-header {
  border: 0px;
  color: var(--color-secondary);
}

#infoModal .modal-body,
#infoCourse .modal-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* modal */

.college_list_sorter__button {
  width: 100%;
  padding: 12px 20px 12px 16px;
  border: 0px;
  background: #F1F1F1;
  margin-bottom: 10px;
  position: relative;
}

.college_list_sorter__button .icon-chev-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.college_list_sorter__button.collapsed .icon-chev-right {
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
}

.college_list_sorter__button .filter_a_b {
  margin-bottom: auto;
  margin-top: auto;
  /*  transform: skewX(-70deg);
  -webkit-transform: skewX(-70deg);
  -moz-transform: skewX(-70deg);
  -ms-transform: skewX(-70deg);
  -o-transform: skewX(-70deg); */
}

#togglePassword {
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
}