.v_bg_main {
  background-color: #e6ffff;
}

.v_border {
  border: 1px solid red;
}

.v_bg_white {
  background-color: #fff;
}

.v_bg_blue {
  background-color: #065593;
}

.v_helpline_text {
  font-size: 35px;
}

.v_year {
  margin-top: 10px;
  margin-left: 10px;
}

.v_dropdown_nav {
  padding: 1px;
  position: relative;
}

.v_dropdown_menu {
  position: absolute;
  width: 200px;
  height: 0px;
  z-index: 1;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}

.v_dropdown_nav:hover .v_dropdown_menu {
  height: 138px;
}

.v_dropdown_menu ul a {
  text-decoration: none;
  color: white;
}

.v_dropdown_menu ul a li {
  color: white;
  padding: 10px;
  list-style: none;
  background-color: #065593;
  border-bottom: 1px solid #aeaeae;
  transition: all 0.2s ease-in-out;
}

.v_dropdown_menu ul a li:hover {
  background-color: #2ba3ff;
}

.v_dropdown_menu ul {
  padding: 0px;
  margin: 0px;
}

.v_moving_track {
  padding: 10px 10px;
  background-color: #bee1fc;
  display: flex;
  justify-content: space-between;
}

.v_moving_new_admission {
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  /* width: 4.3% !important; */
  width: auto;
  background: white;
  border-radius: 10px;
  padding: 5px 5px;
  box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px,
    rgb(0 0 0 / 6%) 0px 0px 0px 1px;
  margin-left: 10px;
}

.v_new_admission_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.v_moving_new_admission img {
  width: 60px;
  border-radius: 100%;
  height: 60px;
  border: 4px solid #065593;
}

.v_moving_new_admission p {
  margin: 0px;
  font-weight: 700;
  font-size: 13px;
}

.v_admission_of_month_heading {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #065593;
  margin: 0px;
}

.v_moving_new_admission small {
  margin: 0px;
  font-weight: 600;
  font-size: 11px;
}

.v_new_admission_info {
  margin-left: 1em;
  line-height: 20px;
}

.v_institute_name {
  font-size: 6vw;
  font-weight: 900;
  text-align: center;
}

.v_institute_sologn {
  font-size: 2.3vw;
  text-align: center;
  font-weight: 700;
}

.v_mb_2 {
  margin-bottom: 2px;
}

.v_p_3 {
  padding: 3px;
}

.v_p_4 {
  padding: 7px;
}

.v_pl_20 {
  padding-left: 20px;
}

.v_bg_green {
  background-color: #48ad96;
}

.v_bg_green_hover {
  transition: 0.2s all;
}

.v_bg_green_hover:hover {
  background-color: #267965;
}

.v_menu_row {
  margin-top: 10px;
  margin-bottom: 20px;
}

.v_notice_card {
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.v_notice_board {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0px;
}

.v_notice_list {
  overflow: hidden;
  height: 90%;
  color: #065593;
  font-weight: 500;
}

.v_card {
  min-height: 332px;
  padding: 20px 0px 20px 0px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.v_card_title {
  font-size: 25px;
  font-weight: 700;
}

.v_red {
  color: red;
}

.v_green {
  color: #48ad96;
}

.v_course_feature li {
  color: #48ad96;
  text-align: left;
  margin-bottom: 2px;
  font-weight: 500;
}

.v_class_information {
  text-align: left;
}

.v_class_information ul {
  list-style: none;
  padding: 10px;
}

.v_class_information li {
  list-style: none;
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
}

.v_class_information span:nth-child(1) {
  color: #065593;
  font-size: 16px;
}

.v_class_information span:nth-child(2) {
  margin-left: 10px;
  font-size: 16px;
}

.v_course_detail_card {
  background-color: #fff;
  padding: 10px 0px;
  border: 2px solid #065593;
  border-radius: 10px;
}

.v_course_curriculum {
  display: flex;
  align-items: center;
}

.v_course_curriculum p {
  margin-bottom: 0px;
  margin-left: 20px;
  font-weight: 700;
  color: #065593;
}

.v_yellow {
  color: #eca814;
}

.v_bg_yellow {
  background-color: #eca814;
  transition: 0.2s all ease-in-out;
}

.v_bg_yellow_hover:hover {
  background-color: #dd9701;
}

.v_bg_red {
  background-color: red;
  transition: 0.2s all ease-in-out;
}

.v_bg_red_hover:hover {
  background-color: rgb(212, 0, 0);
}

.v_search_student {
  font-size: 20px;
  font-weight: 700;
}

.v_about_us_text {
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
}

.vr_why_hitech_img {
  width: 100%;
}

.v_why_hitech_text {
  font-size: 35px;
  text-align: center;
}

.v_seemore {
  font-size: 18px;
  text-decoration: underline;
  color: #48ad96;
  text-decoration-color: red;
  font-weight: 600;
}

.v_courses {
  text-align: center;
  font-weight: 700;
  margin-bottom: 0px;
}

.v_courses_small_text {
  color: #48ad96;
  font-weight: 700;
  text-align: center;
}

.v_course_card {
  background-color: white;
  padding: 20px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.v_course_name {
  text-decoration: none;
  font-size: 19px;
  font-weight: 700;
  color: black;
}

.v_form_input {
  border-radius: 0px;
  padding: 10px;
}

.v_submit_btn {
  background-color: #48ad96;
  border: 3px solid #48ad96;
  transition: 0.2s all;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
  color: #fff;
}

.v_submit_btn:hover {
  border: 3px solid #48ad96;
  background-color: #ffffff;
  color: #48ad96;
}

.v_youtube_free {
  background: #48ad96;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 26px;
  font-weight: 600;
  border-radius: 50px;
  display: inline-flex;
}

.v_youtube_class {
  font-size: 35px;
  font-weight: 700;
}

.v_youtube_text {
  font-size: 26px;
  font-weight: 300;
}

.v_youtube_class_card {
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 10px;
  display: flex;
}

.v_ls_3 {
  letter-spacing: 3px;
}

.v_cilent_card {
  padding: 20px;
  background-color: #f4f5f8;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 10px;
}

.v_cilent_img {
  width: 100px;
  border-radius: 50px;
  height: 100px;
}

.v_quote {
  font-size: 50px;
  display: inline-flex;
  float: right;
}

.v_total_student {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 20px;
}

.v_bg_dark {
  background-color: #1d292e;
}

.v_footer_logo {
  border-radius: 10px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.v_footer_text_color {
  color: #90d3f3;
}

.v_footer_address2 {
  font-weight: 600;
  color: #90d3f3;
}

.V_footer_important {
  list-style: none;
  padding: 0;
}

.V_footer_important_link {
  text-decoration: none;
  color: #90d3f3;
  font-size: 18px;
  font-weight: 400;
  transition: 0.2s all ease-in-out;
}

.V_footer_important_link:hover {
  text-decoration: none;
  color: white;
  margin-left: 10px;
}

.v_follow_link {
  text-decoration: none;
  color: #90d3f3;
  transition: 0.2s all ease-in-out;
}

.v_follow_link:hover {
  text-decoration: none;
  color: white;
}

.v_helpline_img {
  width: 300px;
}

.v_advertise_img {
  width: 100%;
}

/* ======================= Student Search ============================== */
.v_student_search_img {
  width: 100%;
}

.v_student_td {
  width: 7%;
}

/* ================================================= */
.course_logo {
  width: 186px;
}

/* //////////////////////////////////////////// Admission //////////////////////////////////////////////// */

.v_student_img {
  width: 100px;
}

.v_sign_img {
  width: 200px;
  height: 70px;
}

.v_img_valid {
  color: #00c99a;
  font-weight: 500;
}

.v_img_novalid {
  color: #c90000;
  font-weight: 500;
}

/* =======================================Resend OTP================================================== */

.resendOtp_msg {
  display: block;
  position: absolute;
  transition: 0.5s;
  opacity: 0;
  font-weight: 700;
}

.success {
  color: #00b51f;
}

.OTPFailed {
  color: #ff0000;
}

.resendOtp_msg_active {
  opacity: 1;
  animation: hideMsg 10s forwards;
}

@keyframes hideMsg {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* =========================== Download Certificate ===================================== */
.v_iframe_wrapper {
  position: relative;
  width: 100%;
  height: 75vh;
}

.v_iframe_wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}



/* ============================== Student Zone ========================================== */
.v_admission_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #1d292e;
  border-radius: 10px;
  color: white;
  min-height: 182px;
}

.v_card_title {
  font-size: 20px;
}