#legend tbody {
  padding: 5px 10px;
  display: block;
}

.weakness_results,
.weakness_form {
  display: none;
}

.retake-weakness-btn-container {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}

.retake-btn {
  color: #c53e46;
  border-radius: 5px;
  border: 1.5px solid #c53e46;
  background-color: white;
  padding: 4px 10px;
  font-size: 13px;
  margin-left: auto;
  max-width: 85%;
  display: flex;
}

.retake-profile-eval-container{
  max-width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
}

.retake-btn:hover {
  color: white;
  background-color: #c53e46;
}

/*dashboard*/
p {
  margin-bottom: 10px;
}

a {
  color: #000;
}

.left-locked-toggles :hover {
  cursor: pointer;
}

.js-right-toggle-centered {
  /* margin-top: 5%; */
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-aligned {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#ajaxProgress {
  display: none;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#ajaxProgress img {
  width: 200px;
  height: 200px;
  backface-visibility: hidden;
  mix-blend-mode: darken;
}

.ajaxProgress-desktop {
  position: relative;
  margin-top: 15%;
}

.left-togglers:hover {
  cursor: pointer;
}

.d-dash-left-li:hover {
  background-color: white;
  color: #5f5f61;
}

.d-dash-left {
  width: 22%;
  background: #ffffff;
  overflow-y: scroll;
  height: calc(100vh - 126px);
  position: fixed;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.16);
  padding-bottom: 20px;
  z-index: 10;
}

.collapsed-btn :hover {
  cursor: pointer;
}

.d-dash-left-collapsed {
  width: 5%;
  min-width: 113px;
  background: #ffffff;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
}

.d-dash-collapsed-img {
  width: 45px;
  height: 45px;
}

.d-dash-left-collapsed-btn {
  margin-top: -5px;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  font-family: Roboto;
  font-size: 16px;
}

.d-dash-left-collapsed--text {
  margin-top: 5px;
  color: #111111;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.38px;
  line-height: 18px;
}

.d-dash-left-sections {
  position: relative;
  margin-top: 0;
}

.free-tools-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-main-heading {
  background-color:	#F2F2F2 !important;
}

.icon_dashbord{
  display: flex;
  width: 24px;
  height:24px;
}
.icon_dashbord img{
  display: flex;
  align-items: center;
}

.d-dash-left-heading {
  position: relative;
  display: flex;
  align-items: center;
  color: #111111;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  padding: 10px 0px;
  padding-left: 24px;
  cursor: pointer;
}

.d-dash-left-heading.active_color{
  color:#fdaf1a;
}
.subhadding-container{
  line-height: 1.5;
  gap: 4px;
  overflow: hidden;
}


.d-dash-left-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.d-dash-left-img img {
    width: 24px;
    height: 24px;
    mix-blend-mode: multiply;
}

.d-dash-left-img.explore-schools-profile-analysis img {
  width: 100%;
}

.d-dash-left-li-active {
  background-image: linear-gradient(180deg, #0c71c3 0%, #094b80 100%);
  color: #416aac;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.45px;
}

.d-dash-down-arrow-img {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 17px;
  cursor: pointer;
}

.d-dash-down-arrow-img.up {
  transform: rotate(180deg);
}

.d-dash-left-ul {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: white;
  line-height: 2em;
  user-select: none;
}

.d-dash-left-arrow-ul {
  margin-left: -40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}

.crown {
  height: 15px;
  width: 15px;
  margin-right: 8px;
}

.popular {
  width: fit-content;
  font-size: 0.9rem;
  background: #c53e46 !important;
  color: white !important;
  padding: 0px 5px;
  height: 25px;
  display: flex;
  align-items: center;
  float: right;
  margin: -2px 5px 0px 8px;
}

.d-dash-left-li {
  width: fit-content;
  font-family: Merriweather, "serif";
  padding: 0 10px;
}

.d-dash-right {
  background-color: #f2f2f7;
  width: 78%;
  overflow: auto;
  position: relative;
  left: 22%;
  height: calc(100vh - 134px);
}

.right-section-width {
  width: 95.5%;
  left: 4.5%;
}

.dashboard_container {
  padding-right: 70px;
  padding-left: 70px;
  position: relative;
  padding-top: 30px;
}

.school-selector-highlight-container {
  border-radius: 15px;
  flex-direction: column;
  box-shadow: 0 3px 6px rgba(251, 175, 25, 0.16);
  border: 1px solid #fbaf19;
  margin: auto;
  background-color: white;
}

.school-selector-cta .btnStyle a {
  margin-top: 1rem;
  border-radius: 7px;
  color: white;
  background-color: #c53e46;
  padding: 10px 25px;
  font-size: 18px;
  font-family: roboto !important;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid #c53e46;
}

.school-selector-highlight-content {
  font-family: roboto;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}

.school-selector-highlight-content span {
  color: #c53e46;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 19px;
}

.profile_evaluation_score {
  font-size: 35px !important;
  color: #15234b !important;
  letter-spacing: 0.9px;
  font-family: Merriweather;
  font-weight: 400;
}

.profile_evaluation_score {
  font-size: 35px !important;
  color: #15234b !important;
  letter-spacing: 0.9px;
  font-family: Merriweather;
  font-weight: 400;
}

#fmts,
#cal-my-score-calc-btn {
  font-weight: 600;
  color: #c53e46;
  background-color: transparent;
  border: 1.5px solid #c53e46;
}

#fmts:hover,
#cal-my-score-calc-btn:hover {
  background-color: #c53e46;
  color: white;
}

/* -------------End of Sliding bar ------ */

/* prof-eval-form-toggler */
.prof-eval-form-toggler {
  display: none;
}

.profile_image {
  padding: 10px;
  height: 100px;
}

.profile_image img {
  border-radius: 50%;
  width: 80px;
  float: right;
}

svg text {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
}

.img-responsive {
  height: 155px;
  width: 70%;
}

.b_schools li {
  padding: 10px;
}

.b_schools h4 {
  line-height: 1.5;
}

.b_schools {
  padding: 20px;
}

.mb-b_schools {
  display: none;
}

.list {
  padding: 10px;
}

.active_heading_tab {
  z-index: 5;
  background-color: #3949ab !important;
  color: #fff !important;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.all_in_one,
.have_ques {
  background-color: #ffbd2c;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 10px;
  /*width: 100%;*/
}

.have_ques {
  background-color: #285ee7;
  color: #fff;
}

.banner {
  padding: 30px;
  margin-left: 1%;
}

.banner p {
  width: 70%;
  padding-top: 10px;
  font-size: 16px;
}

.have_ques p {
  padding-top: 30px;
}

.carousel-indicators {
  position: relative;
  margin-top: 10px;
}

.carousel-item {
  padding: 10px;
}

.carousel-indicators li {
  background-color: #fff;
  height: 0px;
  width: 10px;
  border-color: grey;
  border-radius: 15px;
  border-top: 0px !important;
}

.carousel-indicators .active {
  background-color: grey;
  height: 0px;
  width: 20px;
}

.carousel-control-prev,
.carousel-control-next {
  background-image: none;
  opacity: 1;
}

.ads-main-container {
  max-width: 1200px;
  margin: auto;
}

.fb-ad-container {
  padding: 40px 60px;
  background-color: #2d4268;
  text-align: center;
  width: 90%;
  margin: auto;
}

.tell-me-more-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #4c4b4b;
}

.school-subheading {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 11px 1px rgba(41, 92, 170, 0.75);
  background-color: #ffffff;
  opacity: 0.89;
  margin: 10px auto;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.school-subheading p {
  font-size: 17px !important;
}

.school-subheading school {
  color: #3949ab;
  font-weight: bold;
  font-size: 18px;
}

.school-subheading {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 11px 1px rgba(41, 92, 170, 0.75);
  background-color: #ffffff;
  opacity: 0.89;
  margin: 18px auto;
  text-align: center;
  padding: 10px;
  font-size: 17px;
}

.school-subheading p {
  font-size: 15px !important;
}

.school-subheading school {
  color: #3949ab;
  font-weight: bold;
  font-size: 18px;
}

/******** Application score ***/

.tips_bg_color {
  /* background-color:#E1E5E9; */
}

/* ------------------------ FB-ad ---------------- */

.fb-content {
  height: min-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}

fb-ad-heading {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Merriweather;
}

.bold-7000 {
  font-family: "Abril Fatface", cursive;
  font-size: 35px;
}

.ad_image {
  height: auto;
  width: auto;
  padding: 8% 5%;
}

.fb-ad-btn {
  color: #2d4268;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  width: 318px;
  height: 50px;
  background: #ffffff;
  border-radius: 18px;
}

/* ---------------------------- End of FB-ad ---------------------- */

/* -------------------------- Webinar ad -------------------------- */

.bold-webinar {
  font-weight: bold;
  font-size: 33px;
  line-height: 2;
}

.webinar-ad-container {
  padding: 40px;
  margin: 40px;
  border-radius: 5px;
  box-shadow: 0 0 8px 1px rgba(6, 33, 77, 0.75);
}

.webinar_content {
  position: relative;
}

.webinar-button {
  position: absolute;
  bottom: 25%;
  left: 5%;
}

.webinar_content {
  position: relative;
}

.webinar-button {
  position: absolute;
  bottom: 25%;
  left: 5%;
}

.webinar-ad-btn {
  width: auto;
  height: 72px;
  font-size: 36px;
  background-color: #00cf9f;
  border: 2px solid #ffffff;
  border-radius: 10px;
  font-family: Merriweather;
  color: #ffffff;
  text-transform: uppercase;
}

.webinar-ad-content h1 {
  font-size: 30px;
}

.webinar-ad-content {
  margin: 40px 0px;
  line-height: 1.2;
  color: #06214d;
  font-family: Merriweather;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
}

/* ----------------------- End of Webinar ad ---------------*/

/* ----------------------- Client-case-ad ---------------------- */

.client-ad-container {
  padding: 60px 40px;
  width: 100%;
}

.client-ad-heading {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  color: #003056;
}

.client-ad-content {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 46px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.client-ad-img {
  margin-top: 50px;
}

.all_in_one_services img {
  width: 75% !important;
}

/* ----------------------- End of client-case-ad ---------------- */

.tell-me-more-btn {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  width: 200px;
  height: 45px;
  background: #c53e46;
  border-radius: 5px;
}

.tell-me-more-btn1 {
  width: 305px !important;
}

.tell-me-more-btn:hover {
  background-color: white;
  border: 2px solid #c53e46;
  color: #c53e46;
}

.fa-chevron-circle-left,
.fa-chevron-circle-right {
  color: #000;
  font-size: 30px;
}

.donut,
#legend {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
  border-radius: 20px;
  color: #000;
  font-size: 23px;
  padding: 3px;
  text-shadow: none;
}

.carousel-control {
  width: 0%;
}

.carousel-inner .item {
  padding-right: 50px;
  padding-left: 50px;
}

.mobile {
  display: none !important;
}

.desktop {
  display: block;
}

.explore_blogs {
  margin: auto;
  margin-bottom: 30px;
}

p,
h4 {
  font-family: Arial;
}

p {
  font-size: 14px;
}

h4 {
  font-size: 20px;
}

.carousel-item h4 {
  font-size: 18px;
}

.heading_tabs {
  font-size: 14px;
  background-color: white;
  border: 1px solid #3949ab;
}

.heading_tabs center {
  font-size: 20px;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 8px;
  font-family: arial;
}

#blogs a,
#school_reviews a,
#school_reviews_mobile a,
#blogs_mobile a {
  color: #000;
}

.school_list li {
  padding-left: 0px;
  list-style: none;
}

.school_type {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}

.d-all-in-one-text {
  font-size: 27pt;
}

.all-text2 {
  font-size: 33pt;
  color: #fdaf19;
}

.xtra {
  float: left;
  width: calc(100% + 100px);
  display: flex;
}

.xtras {
  float: left;
  width: 100%;
  max-height: 494px;
}

.bg-all-in-one {
  margin: 65px auto;
  box-shadow: 0 0 8px 1px rgba(111, 111, 111, 0.75);
  width: 80%;
  padding: 5px;
  border-radius: 10px;
}

.marquee {
  height: auto;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0px;
  margin-bottom: 50px;
  margin-bottom: 50px;
  margin-bottom: 0px;
  position: relative;
}

.marquee span {
  font-size: 18pt;
  font-weight: bold;
}

.marquee--inner {
  display: block;
  margin: 0px 0;
  position: relative;
  animation: marquee 25s linear infinite;
  height: auto;
}

.marquee--inner:hover {
  animation-play-state: paused;
  cursor: crosshair;
}

.gated-crm-demo-container {
  display: flex;
  flex-direction: row;
}

.gated-crm-nav {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  padding: 0;
  position: sticky;
  flex: 0 0 25%;
  top: 0px;
  max-width: 25%;
  height: fit-content;
  padding-top: 15px;
}

/* Dummy gated crm */
.gated-crm-sidebar-content {
  height: 87vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 10px;
}

.interview-video-container {
  text-align: center;
}

.orb {
  width: 150px;
  min-width: 150px;
  min-height: 150px;
  display: inline-block;
  margin-right: 40px;
  float: left;
  transition: all 0.1s ease-in-out;
}

.orb img {
  width: 100%;
  padding: 20px;
}

.orb:hover {
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

/* Dashboard profile evaluation */
.js-prof-eval-form-toggle {
  display: none;
}

.d-dash-drop-down-content {
  display: none;
  margin-left: 30px;
}

.d-dash-drop-down-content.show {
  display: block;
}

.ss--tooltip{
  position: absolute;
  box-shadow: 0 1px 2px rgb(0 0 0 / 35%);
  padding: 10px 15px;
  background: white;
  border-radius: 5px;
  border-top: 3px solid #0C71C3;
  display: none;
  top:-44px;
}

.ss--tooltip-cta{
  margin: auto;
  text-align: center;
  display: flex;
  margin-top: 10px;
  border: unset;
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid #0C71C3;
  background: white;
  color: #0C71C3;
}

.ss--tooltip-cta:hover{
  background-color: #0c71c3;
  color:white;
}

.ss--tooltip-schools-btn {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
  border-radius: 4px;
  background-color: #c53e46;
  padding: 10px 30px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  border: unset;
  margin-top:60px;
}

.appointment-phone{
  padding-left: 80px !important;
}

/* Gated crm navbar */
.sub_sections {
    width: 90% !important;
    margin: auto !important;
    padding-right: 10px;
}

.sub_sections li {
  cursor: pointer;
  padding: 10px 0;
  list-style: none;
}

.sub_sections li span{
  padding: 0 15px 0 0;
}

.sub_sections li i{
  margin-top: 5px;
}

.sub_sections .active_color {
    color: #fdaf1a;
}

.column_none_padding{
  padding: unset;
  font-weight: 400!important;
  justify-content: space-between;
  display: flex;
  padding-left: 6px;
}
.lor_icon_dashboard{
  padding: 0px 25px 0px 15px;
}
.resume_icon_dashboard{
  padding: 0px 30px 0px 14px;
}
.interview_icon_dashboard{
  padding: 0px 20px 0px 15px;
}
.not_expand_tabs{
  padding-left: 5px;
  pointer-events: none;
}

.lock_lor_icons{
  display: flex;
}
.disable_icons{
  opacity: 0.6;
}

[role="tooltip"]{
  z-index: 1;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  50% {
    left: -50%
  }

  100% {
    left: -110%;
  }
}

/* application resources */
* {
  font-family: Arial;
}

.select-region {
  width: 100%;
  padding: 5px;
}

.degree-option {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.degree-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.school_type {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}

/* application resources */
* {
  font-family: Arial;
}

.select-region {
  width: 100%;
  padding: 5px;
}

.degree-option {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.m-col-reverse {
  flex-direction: column-reverse;
}

.ads-container {
  width: 100%;
}

.tell-me-more-text {
  line-height: 1.8em;
  font-size: 1em !important;
}

/* .tell-me-more-btn{
      height: 35px !important;
      font-size: 1em !important;
      width: 50% !important;
    } */

.tell-me-more-btn1 {
  width: 30% !important;
}

/* ------------------- fb-ad-mobile ---------- */

.fb-ad-container {
  /* padding:10px !important;   */
  margin-top: 10px;
}

.fb-ad-content {
  line-height: 1.8em !important;
  margin: 15px 0px !important;
  padding: 0px !important;
}

.fb-ad-btn {
  color: #2d4268;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  width: 318px;
  height: 50px;
  background: #ffffff;
  border-radius: 18px;
}

/* .fb-ad-heading{
      font-size: 1.3em !important;
    } */

.fb-ad-content {
  width: 100% !important;
  font-size: 1em !important;
}

/* .bold-7000{
      font-size: 1.3em !important;
    } */

/* -------------------end of fb-ad-mobile ---------- */

/* ------------- webinar-ad-mobile ------------- */

.bold-webinar {
  font-size: 1.3em !important;
}

.webinar-ad-btn {
  font-size: 30px;
  width: 320px;
  height: fit-content;
}

.ads-container {
  width: 100%;
}

.webinar-ad-content {
  margin: 20px 0px;
  width: 100% !important;
  font-size: 1em !important;
}

/* ------------- end of webinar-ad-mobile --------  */

/* --------- client-ad-mobile --------*/

.client-ad-container {
  margin: auto;
  padding: 10px !important;
}

.client-ad-heading {
  font-size: 1.3em !important;
}

.client-ad-content {
  line-height: 1.8 !important;
  width: 100% !important;
  font-size: 1em !important;
}

.client-ad-btn {
  box-shadow: 2px 2px 2px 2px grey;
  width: 100% !important;
  font-size: 1rem !important;
  height: fit-content !important;
}

/* --------- end of client-ad-mobile ------ */

.tell-me-more-text {
  font-size: 1em !important;
  line-height: 1.8em !important;
}

.tell-all-in-one {
  font-size: 16pt !important;
  line-height: 1.8em !important;
  width: 90%;
  margin: auto;
}

.heading_tabs center {
  font-size: 15px !important;
}

.heading_tabs {
  padding: 0px !important;
}

.app-resources-mobile {
  margin-left: 0 !important;
}

.search-school-section {
  width: 100%;
  position: relative;
}

.d-all-in-one-text {
  font-size: 18pt;
}

.all-text2 {
  font-size: 27pt;
}

.marquee {
  width: 95%;
  margin: 0 auto 30px;
}

.marquee span {
  font-weight: normal;
}

.all_in_one_services img {
  width: 90% !important;
}

/*gated crm css */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #4c4c4c;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.degree-option:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.degree-option input:checked~.checkmark {
  background-color: #ffc545;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.degree-option input:checked~.checkmark:after {
  display: block;
}

/* .appointment-section{
    display: none;
  } */

.schools {
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
}

.schools-static {
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  width: 25% !important;
  display: flex;
  justify-content: center;
}

.school_close {
  color: #000;
  font-weight: 400;
  display: none;
  font-size: 14px;
  padding: 5px;
}

.selected {
  border: 2px solid #fdaf1a;
  color: black;
  box-shadow: 0 0 6px #fdaf1a !important;
  outline: none;
  background-color: white;
}

.schools-static-selected {
  border: 2px solid #fdaf1a;
  color: black;
  box-shadow: 0 0 6px #fdaf1a !important;
  outline: none;
  background-color: white;
}

.selected span {
  font-weight: 600;
}

/*updated css */

.ex-school,
.app-resources,
.evaluate-profile__heading,
.evaluate-profile__text p,
.carousel-card__heading,
.card-text {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.4em;
}

.school_header .schools {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.schools-static {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side_nav {
  cursor: pointer;
}

.appointment-btn {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border: none;
  font-size: 20px;
  display: block;
  margin: auto;
  width: 280px;
  height: 45px;
  color: white;
  background: #c53e46;
  border-radius: 5px;
}

#gated-crm {
  max-width: 100%;
}

.info_container {
  margin: auto;
  width: 80%;
  background-color: #fff;
  /* margin-left: 93px; */
  padding-left: 20px;
}

.gated_crm {
  border-top: 1px solid #ffb000;
  padding-top: 20px !important;
  background-color: white;
  max-width: 100% !important;
}

.gated-crm-gated-right {
  padding: 20px 80px;
  display: block;
  border: 2px solid rgb(255, 191, 25);
  margin: 15px 50px;
  background: white;
}

.js-dashboard-toggle h5{
  margin-top: 10px;
  margin-bottom: 10px;
}

.gated-crm-gated-right-2 {
  padding: 20px 60px;
  display: block;
  border: 2px solid rgb(255, 191, 25);
}

.gated-crm-card-header {
  background-color: #cce5ff !important;
  cursor: pointer;
  color: #004085;
}

#workbook_attach .sub-heading {
  color: #f58220;

  font-size: 20px;
  font-family: "Segoe UI", sans-serif;
  text-align: left;
  margin: 30px auto;
}

.locked {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(171, 169, 169, 0.47);
  top: 0px;
  z-index: 2;
  left: 0px;
  cursor: pointer;
}

#text {
  flex-direction: column;
  position: absolute;
  top: 50%;
  width: 27%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  -ms-transform: translate(-50%, -50%);
}

#text p {
  font-size: 14px;
  padding: 10px;
  width: 75%;
}

.locked p {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  color: #4c4c4c;
  font-weight: 500;
  padding-right: 6px;
}

.active_li {
  color: #fbaf16;
}

.active_li li {
  font-weight: 600;
}

.active_li:hover {
  color: #fbaf16;
}

.gated_crm .main-container {
  background-color: #fff;
  display: none;
  padding: 20px 60px;
  color: #707070;
}

.gated_crm .section-heading {
  color: #242424;
  text-align: center;
  font-size: 24px;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 30px;
}

.extra_edu_loan .interview-img {
  width: 80%;
}

.gmat_gre_text_content p {
  font-size: 15px;
  color: #707070;
  font-family: "Segoe UI";
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
}

.gmat_km {
  margin-top: 1.8rem;
  text-align: center;
}

.gmat_gre_text_content h4,
.gmat_gre_text_content h4.edu_hd {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 17px;
}

.gmat_gre_text_content h4.edu_hd {
  padding-bottom: 0;
  margin-bottom: 0;
}

.extra_edu_loan {
  padding: 10px 20px;
  text-align: left;
}

.extra_edu_loan .gmat_gre_text_content p {
  text-align: center;
  padding: 5px 0;
}

.extra_edu_loan .gmat_gre_text_content>* {
  text-align: center;
  padding: 5px 0;
}

.extra_edu_loan .interview-imgContainer {
  width: 70%;
  height: auto;
}

.extra_edu_loan .btn_gtc {
  background: #0f4fb9;
  color: white;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}

.extra_edu_loan .btn_gtc a {
  color: white;
  text-decoration: none;
}

.education_logo_header h4 {
  padding-top: 10px;
  font-weight: bold;
  text-align: center;
}

.page-title {
  color: #5b5b5b;
  font-size: 27px;
  margin: 0 0 0.6em;
  font-weight: bold;
}

.pannel-category-title {
  font-size: 17px;
  color: #f58220;
  text-transform: uppercase;
  margin: 30px 0 5px;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.faq-btn-link {
  padding: 0px;
  background-color: #cce5ff;
  font-size: 15px;
  color: #004085;
  text-decoration: none !important;
}

.accordion-arrow {
  font-weight: 600;
}

.activated_side_navbar {
  background-color: #f2f2f2;
}

#deadlines_showing table {
  width: 100%;
}

#deadlines_showing td {
  width: 35%;
  text-align: center;
  padding: 16px;
}

#deadlines_showing th {
  background-color: #362f4d;
  color: #fff;
}

#deadlines_showing tr:nth-child(odd) {
  background-color: #f2f2f2;
}

#deadlines_showing tr:hover {
  background-color: #ddd;
}

#deadlines_showing th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #362f4d;
  color: white;
}

.autocomplete {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: white;
  padding: 5px;
  font-size: 16px;
}

input[type="text"] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type="number"] {
  background-color: white;
  border: 1px solid #b8b8b8;
  width: 100%;
}

/*input[type=submit] {
    background-color: DodgerBlue;
    color: #fff;
    cursor: pointer;
  }*/
::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aeaeae;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.autocomplete-items {
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.lock-crm__btn {
  width: fit-content;
  display: block;
  font-size: 13px;
  margin: auto;
  margin-top: 16px;
}

.search-school-section {
  width: 40%;
  float: right;
  font-size: 15px;
  /* pointer-events: none; */
}

.school-search {
  background-color: #fbaf19;
  border: 2px solid #ffbd2b;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 22px;
  color: #fff;
}

.search-input {
  border: 2px solid #ffbd2b;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.stats-text {
  font-family: Roboto;
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  margin: auto;
  margin-top: 13px;
}

.js-school-selector-toggle .stats-text {
  /* margin-top: 25px; */
  margin-bottom: 32px;
}

/*content welcome screens */
.welc-content-show-view {
  display: none;
}

.box-shadow {
  padding-bottom: 20px;
  box-shadow: 0 0 5px 1px rgba(81, 81, 81, 0.75);
}

.welc-content-welcome-srcn {
  text-align: center;
  position: relative;
  margin-top: 50px;
}

.welc-content-welcome-heading {
  margin: 25px auto 10px auto;
}

.welc-content-welcome-heading h1 {
  font-size: 25px;
  font-family: Roboto;
  color: #06214d;
  font-weight: 400;
}

.welc-content-welcome-parent-content {
  max-width: 850px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background: white;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.indicator-arrow {
  padding-right: 10px;
  width: 25px;
}

[class^="welc-content-welcome-content"] {
  width: 90%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.welc-content-welc-para-heading-container {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.welc-content-welc-para-heading-container p {
  text-align: center;
}

.welc-content-welcome-para-container {
  width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

.welc-mid-2 {
  left: 50%;
  transform: translateX(-13%);
}

.welc-content-welcome-middle-para-container {
  max-width: 80%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

.wel-content-middle-2 {
  width: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.wel-content-middle-2 img {
  width: 10px;
  padding-right: 10px;
}

.welc-content-welcome-heading {
  text-align: center;
  color: #3949ab;
  font-size: 18px;
  font-weight: 600;
}

.welc-content-go {
  background: none;
  background-color: #c53e46;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  margin-top: 10px;
  color: #fefeff;
  font-family: Roboto;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 15px;
  border: 2px solid #c53e46;
  border-radius: 5px;
}

.welc-content-go:hover {
  color: #c53e46 !important;
  background: #fff;
}

.welc-content-go>* {
  pointer-events: none;
}

.btn-arrow {
  width: 30%;
  padding-left: 10px;
}

.as-welc-btn-container {
  display: flex;
  justify-content: space-between;
  padding: 3%;
}

.as-welc-btn {
  background: none;
  background-color: #c53e46;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  margin-top: 10px;
  color: #fefeff;
  font-family: Roboto;
  text-transform: uppercase;
  padding: 8px 10px;
  width: 300px;
  border: 2px solid #c53e46;
  border-radius: 5px;
  font-size: 15px;
}

.as-welc-btn:hover {
  background-color: #ffffff;
  color: #c53e46;
}

.smhaiow-btn {
  background-color: #ffffff;
  color: #c53e46;
  border: 2px solid #c53e46;
}

.smhaiow-btn:hover {
  background-color: #c53e46;
  color: #ffffff;
  border: 2px solid #c53e46;
}

/* Top suggested schools */
#mim-essays-seven-btn {
  max-width: 836px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.js-top-suggested-schools,
.js-prof-eval,
.js-app-score,
.js-weakness-analyzer,
.js-goal-clarity,
.js-fb-ad,
.js-webinar-ad,
.js-all-in-one,
.js-school-selector,
.js-explore-schools {
  display: flex;
}

.js-all-in-one-toggle {
  margin-top: 3%;
}

.d-center-aligned {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dk-hide {
  display: none;
}

.gated-crm--tooltip{
  position: relative;
}

.gated-crm--tooltip[data-toggle="top"] .tooltip-div.show{
  top:unset;
  bottom: 100%;
}

.gated-crm--tooltip[data-toggle="top"] .tooltip-div.show::before{
  top: 100%;
  border-top: 5px solid #c53e46;
  border-bottom: unset;  
}

.gated-crm--tooltip[data-toggle="left"] .tooltip-div.show{
  top:unset;
  margin-right: 5px;
  left:unset;
  transform: unset;
  right:100%;

}

.gated-crm--tooltip[data-toggle="left"] .tooltip-div.show::before{  
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #c53e46;
  left:unset;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}


/*gated crm css */

.download-btn {
  width: 10%;
  margin: 10px 0;
  border: none;
  padding: 0;
}

.download-btn:focus {
  outline: none;
}

.attachment-item {
  width: 30%;
}

.download-btn-text {
  background-color: #fff;
  padding: 11px;
  height: auto;
  -webkit-box-shadow: inset 0px 0px 0px 10px #f00;
  -moz-box-shadow: inset 0px 0px 0px 5px #fdaf1a;
  box-shadow: inset 0px 0px 0px 2px #fdaf1a;
}

.download-btn-text:hover {
  background-color: #fdaf1a;
}

.download-link {
  text-decoration: none;
  color: #242424;
  font-weight: 600;
  font-family: "Segoe UI", sans-serif;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download-link:hover {
  text-decoration: none;
  color: #242424;
  font-weight: 600;
  font-family: "Segoe UI", sans-serif;
}

.download-icon-container {
  padding: 10px;
  height: auto;
  background-color: #fdaf1a;
}

.download-link-image {
  color: #242424;
}

.download-link-image:hover {
  color: #fcfcfc;
}

.fa-download {
  font-size: 22px;
}

/*updated css */
.ex-school,
.app-resources,
.evaluate-profile__heading,
.evaluate-profile__text p,
.carousel-card__heading,
.card-text {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 1.4em;
}

.evaluate-profile__heading {
  font-weight: 500;
}

.evaluate-profile_style {
  border-radius: 15px;
  box-shadow: 0 0 5px 1px rgba(81, 81, 81, 0.75);
}

.evaluate-profile__text {
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: center;
}

.evaluate-profile__text p {
  margin-bottom: 0;
  margin-left: 10px;
}

.evaluate-profile__img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.m-evaluate-profile_btn {
  color: #fefeff;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  background-color: #c53e46;
  padding: 6px 16px;
  letter-spacing: 0.5px;
}

.evaluate-profile_btn {
  color: #fefeff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 400;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  background-color: #c53e46;
  padding: 6px 45px;
  letter-spacing: 0.5px;
}

#js-schedule-call img,
#js-app-resources img,
#js-refer img {
  padding: 0;
}

.d-dash-left-collapsed--text,
.d-dash-collapsed-img {
  background-color: #ffffff;
}

.app-res-white-img,
.app-res-white-text {
  background-color: #fff;
}

.app-res-white {
  position: relative;
}

.app-res-white::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
  top: 0;
  background-color: #416aac;
}

.carousel-card {
  width: 270px;
  height: 310px;
  margin: 20px auto;
  border: 0;
  box-shadow: 0 0 9px 1px rgba(175, 175, 175, 0.75);
  background-color: #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  border-top: 11px solid #295caa;
  border-radius: 0;
  transform: translateY(10px) scale(0.9);
  opacity: 0.7;
}

.card-body {
  padding: 10px;
}

.carousel-card-explore_blogs {
  opacity: 1;
  border: 0;
  border-radius: 5px;
}

.owl-stage-outer {
  height: 500px;
}

.owl-carousel:nth-child(2)>.carousel-card {
  border-top: 11px solid green;
}

.owl-carousel .owl-item.medium .carousel-card {
  border-top: 11px solid #2e9557;
  box-shadow: 0 0 23px 2px rgba(175, 175, 175, 0.75);
  transform: translateY(25px) scale(1.05);
  transition: all 0.5s;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
}

.owl-carousel .owl-item.small .carousel-card {
  transform: translateY(10px) scale(0.9);
  transition: all 0.5s;
}

.notFocused {
  margin-top: 10px;
}

.carousel-card__img {
  height: 150px;
  padding: 10px;
}

/* Nav btns */
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}

.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}

/* Keep BAC reviews nav buttons solid on hover inside dashboard right panel (no transparency) */
.d-dash-left:not(.collapsed-sidebar) ~ .d-dash-right .js-right-toggle #owl-three .owl-nav .owl-next:hover,
.d-dash-left:not(.collapsed-sidebar) ~ .d-dash-right .js-right-toggle #owl-three .owl-nav .owl-prev:hover {
  background: #fff !important;
  opacity: 1 !important;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  font-size: 20px;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -50px;
}

.owl-carousel .owl-next {
  right: -50px;
}

.owl-carousel .owl-next:hover {
  background-color: transparent;
  border: 0;
}

.carousel-card__heading {
  font-family: "merriweather", serif;
  text-transform: capitalize;
  max-width: 170px;
  margin: 5px auto;
}

.card-text {
  font-size: 12px;
}

.explore-schools__heading {
  color: #2e9557;
  font-family: Merriweather;
  font-size: 24px;
  font-weight: 700;
  padding: 15px;
}

.explore-blog__heading {
  color: #5f5f61;
  font-family: Merriweather;
  font-size: 24px;
  font-weight: 700;
  padding: 15px;
}

.d-none-mb {
  display: none !important;
}

.locked_crm {
  margin-top: 20px;
  height: 50px;
}

button {
  outline: none !important;
}


/* Weakness Analyzer - Form and Results */

.intl_report_heading {
  font-size: 16px;
  font-weight: 700;
  color: #295caa;
  margin-bottom: 10px;
  text-align: center;
}

.main-container-results {
  background-color: #fff;
  font-family: Arial, sans-serif;
  width: 100%;
}

.category-closer {
  float: right;
  padding-right: 1em;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
}

.weakness-result {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5px;
}

.category-heading-weakness {
  background-color: #f0f2f8;
  color: #295caa;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-heading-weakness-lock {
  background-color: #eee;
  color: #bbb;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-heading-text-weakness {
  font-size: 15px;
  font-weight: 500;
  width: 90%;
}

.weakness-importance {
  font-family: Arial, sans-serif;
  color: #3b3b47;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 30px;
}

.weakness-importance-heading {
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 2px;
  color: #3b3b47;
  text-shadow: none;
}

.weakness-recommendation {
  border: 1px solid rgba(216, 222, 236, 0.6);
  color: #295caa;
  font-size: 14px;
  font-weight: 400;
  font-family: Arial, sans-serif;
  padding: 15px 40px;
}

.weakness-recommendation-heading {
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 2px;
  color: #295caa;
  text-shadow: none;
}

.category-heading {
  width: 80%;
  margin: 10px auto;
  margin-top: 30px;
}

.category-heading__text {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.Donut_btn {
  color: white !important;
  border-radius: 5px;
  border: 1.5px solid #295caa;
  background-color: #295caa;
  padding: 8px 25px;
  font-size: 16px;
}

.Donut_btn:hover {
  font-weight: 700;
  cursor: pointer;
  color: #295caa !important;
  background-color: #ffffff;
}

.tool-tip__btn {
  background: linear-gradient(91deg, #DA1F1F 0%, #B90D2A 100%);
  box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset,
  -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset,
  4px 4px 8px 0px rgba(0, 0, 0, 0.32);
  width: fit-content;
  width: -moz-fit-content;
  color: white;
  padding: 6px 14px;
  margin-top: 10px;
  border-radius: 36px;
}

.tool-tip__btn:hover{
  color: white;
}

.book-an-appointment-form-container{
  padding-bottom: 5px;
}

.resume_section_select_mobile,
.lor_section_select_mobile {
  border: none;
  padding: 10px;
  margin: 25px 0px;
}

#resume_section li,
#lor_section li,
#interview_section li,
#features_section li {
  padding: 5px;
}

.modal.fade .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(0.5);
  transform: translate(0, 0) scale(0.5);
}

.modal.show .modal-dialog.modal-dialog-zoom {
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

/* Services Section gated_crm */
.service_container {
  padding-left: 0px;
  padding-right: 0px;
}

.service-section-heading {
  font-weight: 700;
  font-size: 24px;
  color: #3949ab;
}

.service-section-btn {
  width: 298px;
  height: 41px;
  border-radius: 5px;
  background-color: #3949ab;
  border: none;
}

.setup-call-btn {
  color: #3949ab;
  width: 297px;
  background: white;
  height: 41px;
  border-radius: 5px;
  border: 1px solid #3949ab;
}

#width-changing-para {
  font-size: 18px;
  font-weight: 400;
  width: 35%;
}

.fb-content {
  height: min-content;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: Georgia;
}

.fb-ad-heading {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: Merriweather;
}

.fb-ad-btn {
  color: #2d4268;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  width: 287px;
  height: 50px;
  background: #ffffff;
  border-radius: 8px;
}

.tell-us-more-btn {
  color: white;
  box-shadow: 2px 2px 2px 2px grey;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  width: 250px;
  height: 64px;
  background: #5e5ed3;
  border-radius: 40px;
}

.client-ad-btn {
  box-shadow: 2px 2px 2px 2px grey;
  font-size: 32px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  width: 393px;
  height: 56px;
  background: #3d5a98;
  border-radius: 30px;
}

.client-ad-heading {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  line-height: 35px;
  color: #003056;
}

.fb-ad-content {
  margin: 20px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding: 0px 20px;
}

.fb-group-content {
  display: flex;
  padding-top: 15px;
}

.fb-group-content img {
  width: 25px;
}

.fb-group-content-img {
  padding-right: 15px;
}

.fb-group-content-text {
  text-align: left;
  font-size: 18px !important;
}

/* Ads Section */
.ad-button {
  width: 50%;
  font-size: 15px;
  background-color: #000;
  border: 0;
  cursor: pointer !important;
  padding: 0.8em 1.2em;
  color: white;
}

.ads-text {
  font-size: 18px;
}

.ad-button:hover {
  background-color: #fdaf19;
  color: white;
}

.ads-image-container {
  width: 90%;
}


.search-input:focus {
  outline: none;
  box-shadow: none;
}

.features-panel_discount {
  width: fit-content;
  background-color: #fdcd70;
  color: #000;
  padding: 0px 15px;
  border-radius: 18px;
}

.features-panel_btn {
  background-color: #fdaf1a;
  color: #fff;
  border-radius: 16px;
}

.features-panel_btn:hover {
  color: #000;
}

.interview-imgContainer {
  width: 120px;
  height: 60px;
  margin: auto;
}

.interview-img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: inherit;
  display: block;
  margin: auto;
}

.interview-video-container {
  width: 100%;
  /* height: 560px; */
  margin-top:20px;
}

.interview-video-container iframe {
  width: 560px;
  height: 315px;
}

.hdfc-img {
  width: 100px;
  height: auto;
}

.inteview-cards-btn {
  bottom: 0;
}

footer {
  display: none !important;
}

/*new gated crm css...*/
.info-container {
  padding: 50px 80px;
  background-color: #f2f2f2;
  min-height: 405px;
  width: 100%;
}

.lock-sections {
  color: lightgray;
  display: flex;
  justify-content: space-between;
  cursor: default !important;
  padding-right: 15px;
}

.getting-started-sidebar-text{
  width: 100%;
}

.dropdown-icon {
  padding-right: 13px;
  font-weight: bolder;
}

.m-gated-crm-sidebar {
  display: none;
}

.gated-crm-sidebar {
  padding: 0;
  background: #f8f8f8;
  position: sticky;
  max-height: calc(100vh - 135px);
  overflow-y: scroll;
  top: 20px;
}

.gated-crm-sidebar ul {
  list-style: none;
  padding: 0;
  background-color: #fff;
}

.gated-crm-sidebar li {
  position: relative;
  padding: 0;
  cursor: pointer;
  /* border: 1px solid #f2f2f7; */
}

.gated-crm-sidebar a {
  text-decoration: none;
  color: #212529;
  padding: 15px 8px;
}

.gated-crm-sidebar-list {
  list-style: none !important;
}

.gated-crm-sidebar-list a {
  width: 100%;
  display: block;
  color: #333;
}

.gated-crm-sidebar-list img {
  width: 25px;
  margin-left: 10px;
  margin-right: 11px;
}

.gated-crm-sidebar-list svg {
  width: 25px;
  margin-left: 10px;
  margin-right: 11px;
}

.gated-crm-submenu {
  display: none;
}

.section-heading {
  text-align: center;
}

.display-section {
  display: none;
  /* padding: 20px 0px; */
  color: #707070;
  background-color: #fff;
}

#scholarship {
  width: 80%;
  margin: auto;
}

.gmat_gre,
.edu_loan {
  display: none;
}

.gmat_gre li,
.edu_loan li {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.d-hide {
  display: none;
}

.ex-card {
  width: 100%;
  padding: 20px;
  border: 2px solid #ffbf19;
}

.yellow-arrow {
  float: right;
  font-size: 25px;
  color: #ffbd2c;
}

.category-heading-weakness:hover {
  cursor: pointer;
}

.bg-295caa {
  background: #295caa;
}

.gc-card,
.crm-gc-card {
  width: 100%;
}

.crm-gc-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-color: #ddd;
  border-radius: 0.25rem;
  margin-top: 5px;
  margin-bottom: 0;
  border-radius: 4px;
}

.crm-gc-card .deactivated {
  opacity: 0.65;
}

.faq_updated {
    background-color: rgb(255, 99, 75);
    margin-left: 10px;
    padding: 2px 10px;
    color: white;
    border-radius: 5px;
    font-size: 13px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
}


/* Weakness Analyzer - Form and Results */

.intl_report_heading {
  font-size: 16px;
  font-weight: 700;
  color: #295caa;
  margin-bottom: 10px;
  text-align: center;
}

.category-questions-container-weakness {
  padding-top: 10px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.question-text-weakness {
  width: 70%;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.question-area-container-weakness {
  width: 80%;
  margin: 10px auto;
  padding-top: 5px;
  padding-bottom: 20px;
}

.question-hr {
  background-color: #4bb764;
  height: 1px;
  margin: 0;
}

.weakness-form-pagination {
  margin-top: 10px;
  padding-bottom: 15px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}

.weakness-form-reset {
  padding: 2px 30px;
  height: 40px;
  display: flex;
  color: #096dc9;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid #096dc9;
  cursor: pointer;
}

.weakness-form-submit {
  padding: 7px 30px;
  float: right;
  color: white;
  background-color: #096dc9;
  cursor: pointer;
}

.weakness-error-container {
  display: none;
}

.main-container-results {
  background-color: #fff;
  font-family: Roboto, sans-serif;
  width: 100%;
}

.category-closer {
  float: right;
  margin-right: 1em;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
}

.category-closer .closer-icon {
  color: #fff;
}

.weakness-result {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.category-heading-weakness {
  color: white;
  background-color: #295caa;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-heading-text-weakness {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 90%;
}

.weakness-importance {
  font-family: Roboto, sans-serif;
  color: #3b3b47;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 30px;
}

.weakness-importance-heading {
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 2px;
  color: #3b3b47;
  text-shadow: none;
}

.weakness-recommendation {
  background-color: rgba(216, 222, 236, 0.39);
  color: #295caa;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  padding: 15px 40px;
}

.weakness-recommendation-heading {
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 2px;
  color: #295caa;
  text-shadow: none;
}

.per-option-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #858585;
  font-weight: 400;
  cursor: pointer;
  padding-bottom: 5px;
  font-size: 13px;
}

.main-container-form {
  background-color: #fff;
  font-family: inherit;
}

.category-heading {
  width: 80%;
  margin: 20px auto;
}

.category-heading__text {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.category-questions-container {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.question-container {
  background-color: #fff;
}

.question-text {
  width: 60%;
  margin: 10px auto;
  font-size: 15px;
  font-weight: 500;
}

.radio-icon-new {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  width: 25px;
  height: 25px;
  border: 2px solid #bfbfbf;
  border-radius: 25px;
  cursor: pointer;
}

.option-text {
  padding-left: 35px;
}

.selected-choice {
  background-color: rgba(10, 125, 231, 0.12);
  border: 2px solid #0a7de7;
  color: #010101;
  font-weight: 500;
}

.selected-option {
  background-color: #e2effc;
  border: 2px solid #0a7de7;
}

.selected-option-text {
  color: #010101;
  font-weight: 500;
}

.wa-selected-option {
  background-color: #e2effc;
  border: 2px solid #0a7de7;
}

.wa-selected-option-text {
  color: #010101;
  font-weight: 500;
}

.radio-icon-new--theme2 {
  border-radius: 5px;
}

.text-input-style {
  width: 90%;
  margin-left: 20px;
  outline: none;
  border: none;
  border-bottom: 1px solid #bfbfbf;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  overflow: hidden;
}

.text-input-style:focus {
  border-bottom: 1px solid #0a7de7;
}

.text-input-style::-webkit-input-placeholder {
  color: #bfbfbf;
}

.text-input-style:-ms-input-placeholder {
  color: #bfbfbf;
}

.text-input-style::-ms-input-placeholder {
  color: #bfbfbf;
}

.text-input-style::placeholder {
  color: #bfbfbf;
}

.question-heading-text {
  margin-left: 20px;
}

.question-subheading-text {
  font-size: 12px;
  font-weight: 400;
  color: #858585;
  margin-top: 5px;
}

.hidden-form-field,
.weakness-error-container,
.original-icon__disable {
  display: none;
}

.hidden-form-field,
.weakness-error-container,
.wa-original-icon__disable {
  display: none;
}

/* Weakness analyser cards */
.wa-card {
  padding: 0 10px;
}

.text-counter {
  overflow: hidden;
  position: absolute;
}

.weakness-paid-section {
  text-align: center;
  padding: 40px 0;
  background-color: rgba(236, 236, 236, 0.39);
  color: #c4c4c4;
}

/* Loader/Spinner - Weakness */

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

.weakness-loader-container {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.app-checklist-tooltip {
  position: absolute;
  bottom: 50%;
  background: rgba(252, 191, 41, 0.8);
  border-radius: 5px;
  padding: 25px 20px;
  width: 85%;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
}

.app-checklist-tooltip:hover {
  cursor: pointer;
}

.tooltip-div {
  display: none;
}

.tooltip-div-2 {
  display: none;
}

.tooltip-div {
  text-align: center;
  justify-content: center;
  width: 325px;
  max-width: 500px;
  color: black;
  display: none;
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  padding: 10px 10px;
  background: white;
  z-index: 50;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
  box-shadow: 0px 0px 2px rgb(55 73 87 / 10%), 0px 2px 6px rgb(55 73 87 / 20%);
  top: 100%;
  border-top: 3px solid #c53e46;
}

.tooltip-div tooltip{
  font-weight: 500;
}

.tooltip-div:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #c53e46;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-div.show{
  display: block;
}

.tooltip-div-2 {
  text-align: center;
  justify-content: center;
  width: 75%;
  color: white;
  display: none;
  position: absolute;
  left: 12.5%;
  bottom: 44px;
  padding: 5px;
  background: black;
}

.tooltip-div-add-school,
.tooltip-div-add-school-top {
  text-align: center;
  justify-content: center;
  color: white;
  width: 200px;
  display: none;
  position: absolute;
  padding: 5px;
  transform: translateX(-50%);
  z-index: 13;
  left: 50%;
}

.tooltip-div-add-school {
  top: calc(100% + 2px);
}

.tooltip-div-add-school-top {
  bottom: calc(100% + 5px);
}

.tooltip-div-add-school::before,
.tooltip-div-add-school-top::before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-width: 8px;
  transform: translateX(-50%);
}

.tooltip-div-add-school::before {
  border-bottom-color: rgba(22, 22, 22, 0.9);
  bottom: 100%;
}

.tooltip-div-add-school-top::before {
  border-top-color: rgba(22, 22, 22, 0.9);
  top: 100%;
}

.tooltip-div-show {
  padding-bottom: 10px;
}

.toolBack {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.9);
  top: 0;
  left: 0;
  color: white;
  z-index: -1;
  border-radius: 8px;
}

.toolHead {
  font-size: 13px;
  margin: 5px auto;
  width: 90%;
  font-family: inherit;
  color :white;
}

.new-tool-btn {
  padding: 0px 5px;
  border-radius: 5px;
  color: rgba(22, 22, 22, 0.9);
}

.new-tool-btn:hover {
  color: rgba(22, 22, 22);
}

.tooltip-div-show {
  position: relative;
}

.tooltip:hover .tooltip-div {
  display: block;
}

.tooltip-2:hover .tooltip-div-2 {
  display: block;
}

.tooltip-div-suggested {
  text-align: center;
  width: fit-content;
  color: black;
  display: block;
  padding: 10px 15px;
  background: #fbaf19;
  margin: 40px auto;
  position: relative;
}

.tooltip-div-suggested h4 {
  color: #222222;
  font-weight: bold;
}

.tooltip-div-suggested:after {
  content: " ";
  position: absolute;
  transform: translateX(-50%);
  top: -18px;
  border-top: none;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #fbaf19;
}

.top-sug-tool-tip {
  background: #fff;
  color: #c53e46;
  border: 1.5px solid #c53e46;
  font-weight: bold;
}

.contact-us-form-all-in-one-btn:hover {
  text-decoration: none;
}

.blur-text {
  filter: blur(2px);
}

.gmat-gre-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.gmat-gre-table th {
  background-color: #362f4d;
  color: #fff;
}

.gmat-gre-table tr:hover {
  background-color: #ddd;
}

.gmat_gre_text_content p {
  font-size: 16px;
  color: #707070;
  font-family: "Segoe UI";
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
}

.gmat_gre_text_content h4 {
  font-weight: bold;
  padding-bottom: 10px;
}

#education_loan .interview-img {
  width: 80%;
}

#education_loan .btn_gtc {
  background:linear-gradient(91deg, #1989F2 0%, #0E54B5 100%);
  box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset,
  -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset,
  4px 4px 8px 0px rgba(0, 0, 0, 0.32);
  border-radius: 36px;
  color: white;
  padding: 8px 20px;
  font-size: 15px;
}

.education_logo_header h4 {
  padding-top: 5px;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
}

.gmat-gre-table th,
.gmat-gre-table td {
  width: 4.5%;
  text-align: center;
  padding: 15px;
  color: #707070;
  font-family: "Segoe UI", sans-serif;
  font-size: 16px;
}

.gmat-gre-table th {
  background-color: #362f4d;
  color: #fff;
}

.gmat_gre_nr_schools {
  padding: 40px;
}

a.btn.features-panel_btn {
  background-color: #fdaf1a;
  color: #fff;
  border-radius: 16px;
}


.hideDegree {
  display: none;
}

.m-select-school {
  display: none;
}

.intro_analysis_sheet {
  font-family: "Segoe UI - Semibold";
  margin-top: 40px;
}

.intro_analysis_sheet .analysis_sheet_filling {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #0e9844;
  font-size: 18px;
}

.intro_analysis_sheet p {
  margin: 15px 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

p.analysis_intro_heading b {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #295caa;
}

.analysis_intro_heading {
  margin-top: 30px !important;
}

.analysis_btn_container {
  margin-top: 50px;
  text-align: center;
}

.analysis_intro_btn {
  border-radius: 36px;
  background: linear-gradient(91deg, #DA1F1F 0%, #B90D2A 100%);
  box-shadow: 4px 4px 16px 0px rgba(255, 255, 255, 0.32) inset,
  -6px -6px 16px 0px rgba(0, 0, 0, 0.32) inset,
  4px 4px 8px 0px rgba(0, 0, 0, 0.32);
  color: white;
  padding: 8px 15px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.analysis_intro_btn:hover {
  background: #bf2a33;
  color: white;
}

.analysis-sheet-form-container {
  position: relative;
  display: none;
}

.dummy-redirect-aio {
  cursor: pointer;
}

.sub-headingSchool {
  color: #f58220;
  font-size: 20px;
  font-family: "Segoe UI", sans-serif;
  text-align: left;
  margin: 15px auto;
}

.essay_section_notes {
  display: flex;
  font-size: 16px;
  margin: 20px 15px 0;
  padding: 0 30px;
  border: 1px solid #b9b9b9;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  width: 100%;
}

.notes_section_p {
  min-width: 60px;
}

.essay_section_notes .notes_section_p b {
  color: #2e9557;
  font-family: "Open Sans", sans-serif;
}

.essay_section_notes span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
  color: #4f4f4f;
}

.essay_section_notes span h6 {
  color: #295caa;
  font-size: 16px;
  display: inline-block;
}

.gcrm-heading-container {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 0 11px 1px rgba(41, 92, 170, 0.75);
  background-color: #ffffff;
  opacity: 0.89;
  margin: 18px auto;
  text-align: center;
  padding: 10px;
  font-size: 17px;
}

.js-left-togglers-active {
  background-color: rgba(12, 113, 195, 0.06);
  font-family: Roboto;
  letter-spacing: 0.45px;
}

.js-left-togglers-active::before {
  position: absolute;
  content: "";
  left: 0px;
  height: 100%;
  width: 5px;
  background-color: #416aac;
}

.tab-active , .tab-active::before{
  background-color: transparent;
  color: #FDAF1A;
}

.tab-active .js-left-togglers-active, .tab-active .js-left-togglers-active::before{
  background-color: transparent!important;
}
.tab-active .js-left-togglers-active{
  color: #FDAF1A!important;
}

.marker-nav {
  position: absolute;
  left: 0px;
  height: 50px;
  width: 5px;
  top: -45px;
  background-color: #416aac;
  transition: top 200ms;
}

/* Gated CRM */


element.style {
    display: block;
}
.school_container {
    display: none;
}
.school_container {
    background-color: white;
    margin: 0;
    width: 100%;
    position: sticky;
    top: 55px;
    z-index: 2;
    box-shadow: 0 7px 15px rgb(11 0 0 / 30%);
    display: none;
}

.schl-container--btn .school_container{
  position: absolute;
  top:0;
  left:0;
  z-index: 0;
}

.section-heading {
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 32px;
  background-color: #15234b;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 24px;
}

.section-heading span{
  color:white;
}

p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #4f4f4f;
}

#schoolDetails p {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.main-container-style ul,
.main-container-style ol{
  padding-left: 15px;
}

.main-container-style ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    font-family: Roboto;
}

/* Progress bar */
.progress-checkbox {
    display: flex;
    cursor: pointer;
}

.lor-progress-checkbox{
  padding-left: 40px;
}

span.p-checkbox {
    min-width: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid black;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: white;
}

span.p-checkbox.checked {
    background: #295caa;
    border: 1px solid #295caa;
}

span.p-checkbox.checked img {
    width: 80%;
}

/* sample lor tab searchbar css */
.samplelor-tab-uss {
  justify-content: center;
  padding-top: 0px!important;
  background-color: rgb(242, 242, 247)!important;
  z-index: 0;
  margin-bottom: 20px!important;
}

.resume--profile-container {
    margin: 30px 0;
}

.mark--cta {
    text-align: center;
    margin-top: 25px;
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
}

.mark--cta span.completed {
    opacity: 0.8;
    color: white;
    border: 1px solid #2e9557;
    background-color: #2e9557;
}

.mark--cta span {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 28px;
    border: 2px solid #295caa;
    color: #295CAA;
    background-color: #fff;
    padding: 8px 20px;
    cursor: pointer;
}

.gated-crm-video-containe p {
    color: #333;
    font-size: 17px;
}

.gated-video--container{
  margin:30px 0;
  /* margin: 0; */
  text-align: center;
  height: 350px;
  width: 100%;
}

.gated-video--container iframe {
  width: 72.87%;
  height: 100%;
  margin: auto;
}
 .checkingTHEvideo{
  margin:30px 0;
  height: 520;
  width: 100%;
}

.gated-crm--sample-resume{
  display: flex;
  flex-wrap: wrap;
}

.sample_resume_file{
  margin-bottom: 30px;
}

.left-sub-menu-item-list-ul{
  padding-top: 10px;
  display: none;
}

.left-sub-menu-item-list-ul.show{
  display: block;
  padding-left: 15px;
}

.ielts_videos {
  margin-top: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.ielts_video_heading {
  font-size: 28px;
  padding: 20px 0 0;
  text-align: center;
  color: #15234b;
}

.visa-guide--pd{
  padding: 0px 0 10px;
}

.gated-download--btn-container{
  width: 33.3%;
}

.dashboard--bar-icon{
  display: none;
}

.video-js .vjs-control-bar{
  z-index: 99 !important;
}

.main-container .publitioPlaceHolder {
  z-index: 99;
}

.story-lane-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(63, 95, 172, 0.35);
  box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);
  border-radius: 10px;
  box-sizing: border-box;
}

.story-lane-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(63, 95, 172, 0.35);
  box-shadow: 0px 0px 18px rgba(26, 19, 72, 0.15);
  border-radius: 10px;
  box-sizing: border-box;
}

.story-lane-cont {
  position: relative;
  padding-bottom: calc(46% + 27px);
  width: 100%;
  height: 0;
  transform: scale(1);
}

.section-5.bc_containers {
  margin-bottom: 0px !important;
}

.bac-logo-count span {
  bottom: -3px !important;
}

.bac-logo-image {
  width: 80px !important;
  height: 80px !important;
}

.bac-logo-image img {
  max-width: 80% !important;
}

.next-icon, .prev-icon {
  bottom: 0 !important;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  50%{
    left: -130%;
  }

  100% {
    left: -260%;
  }
}

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

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

@media (min-width: 1600px) {
  .fb-ad-content {
    padding: 0px 100px !important;
    line-height: 2.8em !important;
    margin: 30px 0px;
  }
  .lock_lor_icons{
    gap: 16px;
  }
  .lock_resume_icon{
    gap: 18px;
  }

  .lock_interview{
    gap: 12px;
  }
.interview_icon_dashboard{
  padding: 0px 25px 0px 15px;
}

}
.expand_intervew{
  padding-left: 0px;
}
.lock_interview{
  display: flex;
}

@media (max-width: 1199px) and (min-width: 993px) {
  .as-welc-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .d-dash-left-ul {
    margin-left: 1px;
    font-size: 14px;
  }

  .d-dash-left-heading {
    font-size: 14px;
  }

  .heading_tabs {
    flex: 0 0 33% !important;
  }

  .heading_tabs {
    max-width: 30% !important;
  }

  .heading_tabs center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}
.lock_resume_icon{
  display: flex;
}
.kira_not_expand{
  margin-left: 9px;
}

@media screen and (max-width: 992px) {
  .as-welc-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .resume_icon_dashboard{
    display: flex;
    align-items: center;
  }
  .lor_icon_dashboard {
    padding: 0px 19px 0px 14px;
    display: flex;
    align-items: center;
  }
  .lock_resume_icon{
    display: flex;
  }
  .lor_mobile{
    margin-left: 12px;
  }
  .lor_lock_icon{
    gap: 14px;
  }
  .intervew_2{
    margin-left: 8px;
  }
  .kira_not_expand{
    margin-left: 0px;
  }
  .expand_intervew{
    padding-left: 6px;
  }

  .d-dash-left-ul {
    margin-left: 1px;
    font-size: 14px;
  }

  .d-dash-left-heading {
    font-size: 14px;
  }

  .dashboard_container {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    padding-top: 90px;
  }

  .heading_tabs center {
    font-size: 18px;
  }

  .banner {
    padding: 30px;
    margin-left: 1%;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  .item img {
    width: 100%;
  }

  body {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .application_resources p {
    width: 100%;
  }

  .mobile {
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-responsive {
    height: 220px;
    width: 70%;
  }

  .school_header_mobile {
    width: 100%;
    font-size: 15px;
    background-color: #fff;
  }

  .b_schools h4 {
    padding: 0px 25px;
  }

  .b_schools p {
    width: 100%;
    padding: 0px 25px;
  }

}

@media (max-width: 901px) {
  .retake-profile-eval {
    right: 10%;
    top: 1.7%;
  }

}

@media screen and (max-width: 820px) {
  .d-dash-left-sections{
    background-color: white;
  }

  .pe--get-schl-container{
    margin-bottom: 60px!important;
  }
  .dashboard--bar-icon{
    position: relative;
    display: block;
    font-size: 18px;
    display: flex;
    width: 100%;
    padding: 10px 0;
    z-index: 1000;
  }

  .dashboard--bar-icon .dashboard-bar-text{
    font-family: Roboto;
    text-align: center;
    font-weight: 600;
    width: 100%;
  }

  .nav-desktop{
    position: relative;
    z-index: 1;
  }

  .d-dash-left.d-dash--hide{
    left:-85%;
  }

  .d-dash-left{
    width: 85%;
    z-index: 999;
    position: absolute;
    top:45.5;
    height: calc(100vh - 90px);
    left: 0;
    padding-bottom: unset;
  }

  .d-dash-left:not(.d-dash--hide) .d-dash--left-bg:before {
    content: '';
    width: 100%;
    position: fixed;
    top: 0;
    background: #00000070;
    height: 100%;
    z-index: -1;
    left: 0;
  }

  .d-dash-right{
    width: 100%;
    left: unset;
    background-color: unset;
  }
  
  .gated-crm-gated-right {
    padding: 15px !important;
    margin:15px;
    margin-bottom: 100px;
  }

  #analyis_sheet-arrows-container {
    transform: translateX(-50%) scale(0.8);
    left: 50%;
    /* left: 0; */
    position: absolute;
  }

  .js-right-toggle-centered {
    /* margin-top: 5%; */
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0%);
  }

  #ads_fb {
    margin: 10px !important;
  }

  /* Welcome Screen */
  .welc-content-welcome-srcn {
    text-align: center;
    position: relative;
  }

  .welc-content-welcome-para-container {
    width: 90%;
  }

  .welc-content-welcome-middle-para-container {
    max-width: 80%;
    transform: translateX(0);
    left: 21%;
  }

  .welc-content-welcome-heading {
    font-size: 16px;
  }

  #text {
    width: 80%;
    flex-direction: column;
    border-radius: 5px;
    position: absolute;
    top: 10%;
  }

  .dashboard_container {
    padding-top: 135px;
  }

  .heading_tabs center {
    font-size: 18px;
  }

  .banner {
    padding: 0px;
    margin-left: 1%;
  }

  .info_container {
    padding: 0;
  }

  .gated_crm .main-container {
    padding: 40px 0;
  }

  #text {
    width: 80%;
    flex-direction: column;
    border-radius: 5px;
  }

  #text p {
    font-size: 14px;
    border-radius: 5px;
    width: 90%;
  }

  .lock-crm__btn {
    font-size: 13px;
    margin-top: 15px;
  }

  /* Webinar ads */
  .webinar-ad-container {
    padding: 20px 20px 54px;
    margin: 0;
  }

  .webinar-button {
    position: absolute;
    bottom: -25%;
    left: 50%;
    transform: translateX(-50%);
  }

  .retake-btn {
    padding: 2px 10px;
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .b_schools {
    display: none;
  }

  .mb-b_schools {
    display: block;
  }

  .marquee--inner{
    animation: marquee 35s linear infinite;
  }

  .retake-profile-eval-container{
    max-width: 100%;
  }

  .js-right-toggle-centered {
    /* margin-top: 5%; */
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0%);
  }

  #ads_fb {
    margin: 10px !important;
  }

  /* Welcome Screen */
  .welc-content-welcome-srcn {
    text-align: center;
    position: relative;
  }

  .welc-content-welcome-para-container {
    width: 90%;
  }

  .welc-content-welcome-middle-para-container {
    max-width: 80%;
  }

  .welc-content-welcome-heading {
    font-size: 16px;
  }

  .btn_gtc {
    display: flex;
    margin: auto;
  }

  /*updated css */

  .ex-school,
  .app-resources,
  .evaluate-profile__heading,
  .evaluate-profile__text p,
  .carousel-card__heading,
  .card-text {
    font-size: 14px;
  }

  #text {
    width: 80%;
    flex-direction: column;
    border-radius: 5px;
    position: absolute;
    top: 10%;
  }

  .dashboard_container {
    padding-top: 135px;
  }

  .heading_tabs center {
    font-size: 18px;
  }

  .banner {
    padding: 0px;
    margin-left: 1%;
  }

  .info_container {
    padding: 0;
  }

  .gated_crm .main-container {
    padding: 40px 0;
  }

  #text {
    width: 80%;
    flex-direction: column;
    border-radius: 5px;
  }

  #text p {
    font-size: 14px;
    border-radius: 5px;
    width: 90%;
  }

  .lock-crm__btn {
    font-size: 13px;
    margin-top: 15px;
  }

  .dk-hide {
    display: block;
  }

  .js-right-toggle-centered {
    /* margin-top: 5%; */
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0%);
  }

  .d-none-mb,
  .m-lor_section_container,
  .m-resume_section_container,
  .m-features_section_container {
    display: flex !important;
  }

  .attachment-item {
    width: 100%;
  }

  .lor-panel,
  .resume_panel {
    display: none;
  }

  .evaluate-profile__text {
    margin-bottom: 0;
  }

  .info_container {
    min-height: auto;
  }

  .school_type {
    text-decoration: underline;
  }

  .carousel-card {
    border-top: 11px solid #295caa;
    box-shadow: 0 0 23px 2px rgba(175, 175, 175, 0.75);
    transform: translateY(25px) scale(0.9);
    transition: all 0.5s;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.8;
  }

  .owl-carousel .owl-item.small .carousel-card {
    transform: translateY(10px) scale(1);
    border-top: 11px solid #2e9557;
    opacity: 1;
  }

  .owl-carousel .owl-prev {
    left: -15px;
  }

  .owl-carousel .owl-next {
    right: -15px;
  }

  .owl-carousel .owl-next img,
  .owl-carousel .owl-prev img {
    width: 16px;
  }

  .carousel-card-explore_blogs {
    opacity: 1;
    border: 0;
    border-radius: 5px;
  }

  .js-right-toggle-centered {
    /* margin-top: 5%; */
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0%);
  }

  .unlock-services-heading {
    font-size: 16px;
    padding: 10px;
  }

  .schedule_container__btn {
    padding: 10px;
  }

  .appointment_heading {
    font-size: 15px;
  }

  .weakness-result {
    width: 100%;
  }

  #width-changing-para {
    width: 100%;
  }

  .js-right-toggle-centered {
    /* margin-top: 5%; */
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0%);
  }

  .ads-text {
    font-size: 14px;
  }

  .ads-image-container {
    width: 100%;
  }

  .ad-button {
    font-size: 13px;
  }

  .section-heading {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #width-changing-para {
    width: 100%;
  }

  .info_container {
    width: 100%;
  }

  #scholarship {
    width: 100%;
  }

  .js-right-toggle-centered {
    /* margin-top: 5%; */
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0%);
  }

  /* FAQ */
  .interview-video-container {
    width: 100%;
    height: 100%;
  }

  .interview-video-container iframe {
    width: 100%;
    height: 100%;
  }

  /* FAQ -- end*/
  .display-section {
    padding: 0 15px;
  }

  .gated-crm-sidebar {
    display: none;
  }

  .m-gated-crm-sidebar {
    display: block;
  }

  .m-gcrm-item span {
    font-size: 18px;
  }

  .m-gated-crm-link {
    max-width: 200px;
    border: none;
    border-bottom: 1px solid #fbb000;
    padding: 5px;
    margin-top: 30px;
  }

  .ex-card {
    width: 100%;
  }

  #width-changing-para {
    width: 100%;
  }

  .essay_section_notes {
    margin: 0 !important;
    margin-top: 15px !important;
  }

  .gmat_gre_nr_schools {
    padding: 0px;
  }

  .m-select-school {
    display: block !important;
  }

  .school-selector-highlight-container {
    box-shadow: 0 3px 6px rgba(251, 175, 25, 0.16);
    border: 1px solid #fbaf19;
    background-color: #ffffff;
    border-radius: 5px;
    flex-direction: column;
    margin: auto;
  }

  .school-selector-cta .btnStyle a {
    font-family: Roboto;
    font-size: 15px;
    font-weight: bold;
    padding: 0 30px;
  }

  .school-selector-highlight-content {
    color: #15234b;
    font-family: Roboto;
    font-size: 17px;
    opacity: 0.9;
    font-weight: 600;
    text-align: center;
  }

  .school-selector-highlight-content span {
    color: #c53e46;
    font-family: "Roboto";
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .suggestedHeading{
    font-size: 22px;
    padding:10px 0 0;
    line-height: 1.5;
  }

  .gated-crm--sample-resume{
    justify-content: space-between;
  }

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

  .ielts_video_heading{
    font-size: 20px;
    line-height: 1.5;
  }

  .tooltip-div{
    width: calc(100% - 32px);
    position: fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size: 16px;
  }

  .tooltip-div:before{
    content: unset;
  }

  .tooltip-div--backdrop{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    z-index: 98 !important;
  }

  .tooltip-div {
    z-index: 99 !important;
  }

  .gated-crm--tooltip[data-toggle="top"] .tooltip-div.show{
    top:50%;
    bottom: unset;
  }

  .gated-crm--tooltip[data-toggle="left"] .tooltip-div.show{
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    right: unset;
  }

  .d-dash-left-heading{
    padding-left: 15px;
  }

  .d-dash-drop-down-content{
    margin-left: 10px;
  }

  .sub_sections {
    width: 100% !important;
    padding-right: 10px;
    padding-left: 20px;
  }

  .d-dash-left-heading .col-sm-10, 
  .sub_sections .col-sm-10{
    width: 80%;
  }

  .d-dash-left-heading .col-sm-2, 
  .sub_sections .col-sm-2{
    width: 20%;
  }

  @keyframes marquee {
    0% {
      left: 0;
    }

    50%{
      left: -700%;
    }

    100% {
      left: -1400%;
    }
  }

  @keyframes openDashboard {
    0%{
      left: -85%;
    }

    100% {
      left: 0%;
    }
  }

  @keyframes closeDashboard {
    0%{
      left: 0%;
    }

    100% {
      left: -85%;
    }
  }
}

@media screen and (max-width: 576px) {
  .gated-video--container{
    height: auto;
  }
  .gated-video--container iframe{
    width:100%
  }
  .webinar-ad-content h1 {
    font-size: 22px;
  }

  .indicator-arrow {
    padding-right: 10px;
    width: 8%;
  }

  #text {
    width: 80%;
    flex-direction: column;
    border-radius: 5px;
    position: absolute;
    top: 10%;
  }

  .appointment-btn {
    font-size: 18px;
    width: 80%;
  }

  .tell-us-more-btn {
    font-size: 18px;
    width: 70%;
    height: 1.8em;
  }

  .m-col-reverse {
    flex-direction: column-reverse;
  }

  .ads-container {
    width: 100%;
  }

  .tell-me-more-text {
    line-height: 1.8em;
    font-size: 1em !important;
  }

  .tell-me-more-btn {
    height: 35px !important;
    font-size: 1em !important;
    width: 35% !important;
  }

  .tell-me-more-btn1 {
    width: 66% !important;
  }

  /* ------------------- fb-ad-mobile ---------- */

  .fb-ad-container {
    padding: 10px !important;
    margin-top: 10px;
  }

  .fb-ad-content {
    line-height: 1.8em !important;
    margin: 20px 0px !important;
    padding: 0px !important;
  }

  .fb-ad-btn {
    color: #2d4268;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    width: 318px;
    height: 50px;
    background: #ffffff;
    border-radius: 18px;
  }

  .fb-ad-heading {
    font-size: 1.3em !important;
  }

  .fb-ad-content {
    width: 100% !important;
    font-size: 1em !important;
  }

  .bold-7000 {
    font-size: 1.3em !important;
  }

  /* -------------------end of fb-ad-mobile ---------- */

  /* ------------- webinar-ad-mobile ------------- */

  .bold-webinar {
    font-size: 1.3em !important;
  }

  .webinar-ad-btn {
    width: auto;
    font-size: 1rem !important;
    height: fit-content !important;
  }

  .ads-container {
    width: 100%;
  }

  .webinar-ad-content {
    margin: 20px 0px;
    width: 100% !important;
    font-size: 1em !important;
  }

  /* ------------- end of webinar-ad-mobile --------  */

  /* --------- client-ad-mobile --------*/

  .client-ad-container {
    margin: auto;
    padding: 10px !important;
  }

  .client-ad-heading {
    font-size: 1.3em !important;
  }

  .client-ad-content {
    line-height: 1.8 !important;
    width: 100% !important;
    font-size: 1em !important;
  }

  .client-ad-btn {
    box-shadow: 2px 2px 2px 2px grey;
    width: 100% !important;
    font-size: 1rem !important;
    height: fit-content !important;
  }

  /* --------- end of client-ad-mobile ------ */

  .tell-me-more-text {
    font-size: 1em !important;
    line-height: 1.8em !important;
  }

  .heading_tabs center {
    font-size: 15px !important;
  }

  .heading_tabs {
    padding: 0px !important;
  }

  .app-resources-mobile {
    margin-left: 0 !important;
  }

  .search-school-section {
    width: 100%;
  }

  .tool-tip__btn {
    font-size: 16px !important;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 768px) {
  .tooltip-div--backdrop{
    z-index: 98 !important;
  }

  .tooltip-div {
    z-index: 99 !important;
  }
  .story-lane-cont {
    padding-bottom: calc(210% + 27px);
  }

  .hm-carousel-card-image {
    margin-bottom: 0;
  }

  .section-5.bc_containers,
  .owl-theme .owl-nav,
  .hm-carousel-card-image {
    margin-top: 0;
  }
  
  #images_reviews .owl-stage-outer {
    max-height: 420px;
  }

  .wa-carousel-parent-container-center .gmat-gre--anouced {
    height: auto !important;
  }

  .owl-stage-outer {
    height: unset;
  }
  
  .section-5 .owl-carousel .owl-stage-outer {
    max-height: none !important;
  }
  
 .hm-carousel-card-image { 
  margin-top: 0px;
 }

 .bac-logo-count span {
  bottom: 0px !important;
}

}

.d-dash-left-header{
  padding: 12px 20px;
  background-color: #EFEFEF;
  text-transform: capitalize;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.text-and-icon-styles {
  justify-content: unset !important;
}

.text-and-icon-styles #right-arrow-icon .gated-crm--lock {
  margin-left: 0;
}

#premium-resources-section > .d-dash-left-header {
  justify-content: unset;
  gap: 2.5%;  
}

#premium-resources-section > .premium-resources-heading {
  padding-left: 12px;
}

#back-button, #right-arrow-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

#back-button i, #right-arrow-icon i {
  font-size: 24px;
  font-weight: bold;
}

#back-button:hover, #right-arrow-icon:hover {
  background-color: #eeeeee;
}

.sidebar-section-heading-text {
  font-weight: 600;
  font-size: 16px;
}

.icon-size-collapsed-state {
  height: 36px !important;
  width: 36px !important;
}

.free-tools-icon-size {
  height: 30px !important;
  width: 30px !important;
}

@media screen and (min-width: 768px){
  .hide-content {
    display: none !important;
  }
  
  .collapsed-sidebar {
    width: 5% !important;
    min-width: 90px !important;
  }

  .sidebar-section-heading-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
  }

  .sidebar-section-heading-image img {
    height: 100%;
    width: 100%;
    margin-right: 0;
  }

  .center-justify {
    justify-content: center;
    display: flex;
    gap: 4px;
    align-items: center;
  }

  .img-container-margin-right {
    margin-right: 0;
  }

  #images_reviews .owl-stage-outer {
    height: 444px;
  }
}

@media screen and (max-width: 820px){
  #menuToggle {
    display: none
  };
}

.dashboard-heading-image .lock_lor_icons, .dashboard-heading-image{
  max-width: 30px;
  margin-right: 8px;
}

.hide-section{
  display: none!important;
}
.innerInputDiv{
  width: 99%!important;
}

/* Ensure BAC reviews carousel arrows stay visible inside dashboard right panel
   Only when sidebar is expanded (i.e., not .collapsed-sidebar) */
.d-dash-left:not(.collapsed-sidebar) ~ .d-dash-right .js-right-toggle #images_reviews {
  max-width: 100%;
  overflow: visible;
}

.d-dash-left:not(.collapsed-sidebar) ~ .d-dash-right .js-right-toggle #owl-three .owl-nav .owl-next,
.d-dash-left:not(.collapsed-sidebar) ~ .d-dash-right .js-right-toggle #owl-three .owl-nav .owl-prev {
  top: 50% !important;
  transform: translateY(-50%);
}

.d-dash-left:not(.collapsed-sidebar) ~ .d-dash-right .js-right-toggle #owl-three .owl-nav .owl-next {
  right: 0;
}

.d-dash-left:not(.collapsed-sidebar) ~ .d-dash-right .js-right-toggle #owl-three .owl-nav .owl-prev {
  left: 0;
}