/*!
Theme Name: Uniupp V1
Theme URI: https://www.webskitters.com/
Author: Webskitters
Author URI: https://www.webskitters.com/
Description: Award-Winning Web Design & Development Company - Webskitters
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unipp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Unipp V1 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");
/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;cormorant-font
} */
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 500;
  font-style: normal;
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.5;
  background-color: #fff;
}

:root {
  scroll-behavior: inherit;
  --black-color: #000000;
  --white-color: #ffffff;
  --primary-color: #023867;
  --sceondary-color: #77fba0;
  --body-color: #3f4952;
  --libre-font: "Libre Baskerville", serif;
  --body-font: "Montserrat", sans-serif;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: #000;
  font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 600;
  font-size: 54px;
  line-height: 1.1;
  color: var(--white-color);
  text-transform: capitalize;
}

h2,
.h2-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  font-family: var(--libre-font);
  color: var(--primary-color);
}

h3,
.h3-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
}

h4,
.h4-title {
  font-size: 21px;
  line-height: 1.1;
  font-family: var(--body-font);
  color: var(--primary-color);
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #ecb61e;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: red;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: #F7F9FA;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  color: #000;
  border: 1px solid #DDE6ED;
  height: 58px;
  padding: 0 40px 0 45px;
  outline: none !important;
  font-size: 16px;
}

.colform_one input[type="text"] {
  padding: 0 20px;
}

textarea {
  background-color: #F7F9FA;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #DDE6ED;
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid #DDE6ED;
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 20px) center #F7F9FA;
  background-size: 13px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 5px;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: #023867;
  color: #fff;
  height: 58px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--sceondary-color);
  color: var(--black-color);
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #93A7B8;
  font-weight: 500;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #93A7B8;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 33px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #3F4952;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 22px;
  height: 22px;
  border: 1px solid #DDE6ED;
  background: #F7F9FA;
  border-radius: 4px;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}


/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 100px;
  display: inline-block;
}

.navbar-brand img {
  width: 100%;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 20px;
  padding: 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  color: var(--primary-color);
  font-size: 17px;
  line-height: 1.2;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}

.navbar-nav>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--sceondary-color);
  /* opacity: 0; */
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: none;
  border-radius: 0;
  width: 160px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  font-size: 15px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.sub-menu>li>a {
  color: var(--primary-color);
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: var(--sceondary-color);
  color: var(--primary-color);
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

.cmn-gap {
  padding: 80px 0;
}

.container {
  max-width: 1920px;
  width: 100%;
  padding: 0 60px;
}

/* 10.2.26 */
.wrap-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search-bar-wrap {
  position: relative;
  z-index: 1;
  max-width: 186px;
  /* max-width: 360px; */
  width: 100%;
  /* border-radius: 50px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  margin-left: 24px;
  /* overflow: hidden; */
}

.search-bar-wrap input[type="text"] {
  background-color: var(--white-color);
  width: calc(100% - 35px);
  color: var(--primary-color);
  font-size: 14px;
  border-right: 3px solid var(--primary-color);
  border-top: 0px;
  border-bottom: 0px;
  height: 32px;
  padding-left: 15px;
  border-radius: 7px 0px 0px 7px;
}

.search-bar-wrap input[type="text"]::-webkit-input-placeholder {
  color: var(--primary-color);
  opacity: 1;
}

.search-bar-wrap input[type="text"]::-moz-placeholder {
  color: var(--primary-color);
  opacity: 1;
}

.search-bar-wrap input[type="text"]:-ms-input-placeholder {
  color: var(--primary-color);
  opacity: 1;
}

.search-bar-wrap input[type="text"]::-ms-input-placeholder {
  color: var(--primary-color);
  opacity: 1;
}

.search-bar-wrap input[type="text"]::placeholder {
  color: var(--primary-color);
  opacity: 1;
}

.search-bar-wrap input[type="submit"] {
  width: 35px;
  font-size: 0;
  background-image: url(images/search.svg);
  background-position: left 9px center;
  background-size: 14px;
  background-repeat: no-repeat;
  background-color: var(--white-color);
  height: 32px;
  padding: 0;
  border-radius: 0px 15px 15px 0px;
}

.search-bar-wrap input[type="submit"]:hover {
  background-color: var(--sceondary-color);
}

.upheader {
  /* padding: 10px 0;  */
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#061b44),
      to(#00325e));
  /* background: -o-linear-gradient(top, #061B44 0%, #00325E 100%);
    background: linear-gradient(180deg, #061B44 0%, #00325E 100%); */
  background: -o-linear-gradient(top, #061b44 0%, #00325e 40%);
  background: -o-linear-gradient(top, #061b44 0%, #00325e 40%);
}

.cmn-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--primary-color);
  border: 2px solid rgba(0, 43, 79, 0.2);
  border-radius: 40px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 600;
}

.cmn-btn.yellow {
  background-color: var(--sceondary-color);
  border: 2px solid var(--sceondary-color);
}

.bluekeft-box .cmn-btn:hover,
.cmn-btn:hover {
  background-color: var(--sceondary-color);
  color: var(--primary-color);
  border-color: var(--sceondary-color);
}

.cmn-btn.yellow:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.wrap-btns {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}

.wrap-btns li:not(:last-child) {
  margin-right: 20px;
}

.upheader .navbar-nav>li>a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.upheader .navbar-nav>li>a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  display: block;
}

.upheader .navbar-nav>li>a:hover {
  color: var(--white-color);
}

.upheader .navbar-nav>li>a:hover::before {
  width: 100%;
}

.upheader .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.upheader .navbar-nav>li {
  margin: 0 12px;
  padding: 13px 0;
}

.upheader .navbar-nav>li:first-child {
  margin-left: 0;
}

.upheader .navbar-nav>li:last-child {
  margin-right: 0;
}

.downheader {
  padding: 12px 0;
}

.navbar-nav {
  margin-left: 45px;
}

.populer-course>span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--sceondary-color);
  margin-bottom: 14px;
  text-transform: uppercase;
  display: inline-block;
}

.list-populer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -5px -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  /* max-width: 388px; */
  /* max-width: 100%; */
  max-width: 580px;
  width: 100%;
}

.list-populer li {
  padding: 0px 5px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 12px;
  color: var(--white-color);
  width: 33.33%;
  text-transform: uppercase;
}

.bnr-content {
  max-width: calc(100% - 772px);
  width: 100%;
}

.bnrcont-subtext {
  color: var(--white-color);
  font-size: 32px;
  font-weight: 600;
  font-family: var(--libre-font);
  margin-bottom: 26px;
}

.wrapbanner-search {
  height: 66px;
  position: relative;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 30px;
}

.wrapbanner-search input[type="text"] {
  background-color: var(--white-color);
  width: 100%;
  color: #426a8d;
  font-size: 21px;
  height: 100%;
  padding-left: 28px;
  padding-right: 180px;
  font-weight: 600;
}

.wrapbanner-search input[type="text"]::-webkit-input-placeholder {
  color: #819cb3;
  opacity: 1;
  font-weight: 600;
}

.wrapbanner-search input[type="text"]::-moz-placeholder {
  color: #819cb3;
  opacity: 1;
  font-weight: 600;
}

.wrapbanner-search input[type="text"]:-ms-input-placeholder {
  color: #819cb3;
  opacity: 1;
  font-weight: 600;
}

.wrapbanner-search input[type="text"]::-ms-input-placeholder {
  color: #819cb3;
  opacity: 1;
  font-weight: 600;
}

.wrapbanner-search input[type="text"]::placeholder {
  color: #819cb3;
  opacity: 1;
  font-weight: 600;
}

.wrapbanner-search input[type="submit"] {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  background-image: url(images/search.svg);
  background-position: left 29px center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: var(--sceondary-color);
  min-width: 145px;
  height: 56px;
  border: 2px solid var(--sceondary-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  border-radius: 30px;
  padding-right: 27px;
  padding-left: 54px;
}

/* .wrapbanner-search input[type="submit"]:hover{
background-color: var(--primary-color);
color: var(--white-color);
   background-image: url(images/white-search.svg);
} */
.wrapbanner-search input[type="submit"]:hover {
  background-color: transparent;
  color: var(--primary-color);
  border-color: var(--sceondary-color);
}

.banner-section {
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#061b44),
      to(#00325e));
  background: -o-linear-gradient(top, #061b44 0%, #00325e 100%);
  background: linear-gradient(180deg, #061b44 0%, #00325e 100%);
}

.wrap-img-banner {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  min-height: 823px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 68px 0;
  margin: 0 auto;
  width: 100%;
}

.banner-girl-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 772px;
  width: 100%;
  height: 100%;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.subjects-sec {
  background: rgba(119, 251, 160, 0.1);
}

.cmn-tag {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.list-discover {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: -10px;
}

.list-discover li {
  margin-bottom: 10px;
}

.list-discover li a {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
}

.list-discover li a:hover {
  color: var(--sceondary-color);
}

.inr-subjects {
  max-width: 834px;
}

.border-top {
  padding-top: 20px;
  border-top: 1px solid #bfcad3;
}

.logo-wrap {
  max-width: 160px;
  max-height: 160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-wrap img {
  width: 100%;
}

.accre-sec {
  overflow: hidden;
}

.logo-slider .slick-list {
  margin: 0px -20px;
  padding-right: 6%;
}

.logo-slider .slick-slide {
  padding: 0px 20px;
  height: auto;
}

.cus-container {
  max-width: calc(100% - (50% - 1880px / 2));
  width: 100%;
  margin-left: auto;
  padding-left: 40px;
}

.accre-sec {
  overflow: hidden;
}

.wrap-grey-box {
  background: rgba(2, 56, 103, 0.04);
  padding: 63px 73px;
}

.inr-grey {
  max-width: 458px;
  text-align: center;
  margin: 0 auto;
}

.logo-man {
  width: 48px;
  min-height: 52px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo-man img {
  width: 100%;
  max-height: 52px;
}

.inr-grey h3 {
  color: var(--primary-color);
  margin-bottom: 15px;
  text-transform: capitalize;
}

.col-grey {
  width: 33.33%;
  padding: 0 30px;
  border-right: 1px solid var(--primary-color);
}

.col-grey:last-child {
  border-right: transparent;
}

.row-gry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cmn-hdr {
  margin-bottom: 27px;
}

.simply-atag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white-color);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.simply-atag:hover {
  opacity: 0.5;
}

.simply-atag h3 {
  color: var(--white-color);
  margin-bottom: 0;
}

.inr-simply {
  background-color: var(--primary-color);
  border-top-right-radius: 320px;
  overflow: hidden;
}

.simply-img {
  position: relative;
  z-index: 1;
  padding-top: 38.75%;
}

.student-image,
.simply-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.down-simply {
  padding: 33px 38px;
  color: var(--white-color);
}

.col-simply {
  padding: 0px 15px;
}

.row-simply {
  margin: 0 -15px;
}

.col-sub {
  padding: 0px 20px;
  margin-bottom: 40px;
}

.row-sub {
  margin: 0px -20px -40px;
}

.blue-sub {
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--primary-color);
  border-radius: 100%;
  margin-bottom: 16px;
}

.blue-sub img {
  max-width: 21px;
}

.wraph3 h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.wraph3 span {
  font-size: 51px;
  padding-right: 10px;
  font-weight: 600;
  color: var(--primary-color);
}

.wraph3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.student-inr {
  position: relative;
  z-index: 1;
  padding-top: 122.34%;
  color: var(--white-color);
}

.down-bluestudent {
  background-color: var(--primary-color);
  padding: 26px 30px;
}

.play-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
}

.play-wrap p {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 600;
}

.play-wrap>a {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.play-wrap>a img {
  max-width: 15px;
}

.down-bluestudent h3 {
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 1.4;
}

.rght-play {
  padding-left: 15px;
}

.slike-arw {
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}

.slike-arw img {
  max-width: 16px;
}

.slike-arw:hover {
  background-color: var(--white-color);
}

.slike-arw:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(35%) saturate(5504%) hue-rotate(193deg) brightness(100%) contrast(98%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(35%) saturate(5504%) hue-rotate(193deg) brightness(100%) contrast(98%);
}

.wrap-btns-slider {
  position: relative;
}

.slider-btns {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.student-slider .slick-slide {
  padding: 0px 15px;
}

.student-slider .slick-list {
  margin: 0px -15px;
  padding-right: 20%;
}

.wrap-content-student {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.wrap-singebtn {
  margin-top: 40px;
  text-align: center;
}

.student-sec {
  overflow: hidden;
}

.wrap-place {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.girlimg {
  width: 100%;
}

.bluekeft-box {
  max-width: 576px;
  width: 100%;
  position: absolute;
  top: 50%;
  color: var(--white-color);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 54px 60px;
  background-color: var(--primary-color);
  z-index: 1;
}

.bluekeft-box .cmn-btn {
  color: var(--white-color);
  border-color: rgba(255, 255, 255, 0.2);
}

.bluekeft-box .cmn-btn:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.bluekeft-box .cmn-tag {
  color: var(--white-color);
}

.bluekeft-box h2 {
  color: var(--sceondary-color);
  margin-bottom: 12px;
}

.col-place {
  padding: 0px 15px;
}

.row-place {
  margin: 0px -15px;
}

.inr-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: var(--white-color);
  background-color: var(--primary-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
}

.inr-place:hover {
  color: var(--white-color);
}

.inr-place h3 {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.inr-place:hover h3 {
  color: var(--sceondary-color);
}

.lft-place {
  width: calc(100% - 353px);
  padding: 46px 29px;
}

.rgt-place {
  width: 353px;
}

.lft-place h3 {
  color: var(--white-color);
  margin-bottom: 10px;
  text-transform: capitalize;
}

.inr-sub h3 {
  color: var(--primary-color);
  margin-bottom: 8px;
}

/* 10.2.26 */

/*css update 10feb 2026*/

.footersec {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(35.27%, #061b44),
      to(#00325e));
  background: -o-linear-gradient(top, #061b44 35.27%, #00325e 100%);
  background: linear-gradient(180deg, #061b44 35.27%, #00325e 100%);
}

.fotr-top-wrp {
  padding: 80px 0;
}

.ftr-hd {
  font-size: 12px;
  font-weight: 600;
  color: var(--sceondary-color);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ftr-fst-pnl {
  color: var(--white-color);
  font-size: 18px;
  max-width: 502px;
  width: 100%;
}

.ftrscialhd {
  font-size: 12px;
  font-weight: 600;
  color: var(--sceondary-color);
  text-transform: uppercase;
  margin-bottom: 18px;
}

.ftrscial-bx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  padding-left: 0;
}

.ftrscial-bx ul li {
  list-style: none;
  padding: 0 5px;
}

.ftrscial-bx ul li a {
  width: 50px;
  height: 50px;
  border: 1px solid #bfbdc3;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftrscial-bx ul li a:hover {
  background-color: var(--sceondary-color);
  border-color: var(--sceondary-color);
}

.ftrscial-bx ul li a:hover>img {
  -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(36%) saturate(3790%) hue-rotate(191deg) brightness(94%) contrast(98%);
  filter: brightness(0) saturate(100%) invert(15%) sepia(36%) saturate(3790%) hue-rotate(191deg) brightness(94%) contrast(98%);
}

.ftr-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}

.ftr-menu ul li {
  list-style: none;
}

.ftr-menu ul li:not(:last-child) {
  margin-bottom: 15px;
}

.ftr-menu ul li a {
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
}

.ftr-menu ul li a:hover {
  color: var(--sceondary-color);
}

.copyrgt-wrp {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0;
  font-size: 18px;
  color: var(--white-color);
}

.copyrgt-wrp p a {
  color: var(--white-color);
}

.copyrgt-wrp p a:hover {
  color: var(--sceondary-color);
}

.ftrcol-fst {
  width: 33.33%;
}

.ftrcol-scnd {
  width: 33.33%;
}

.ftrcol-thrd,
.ftrcol-four {
  width: 16.66666667%;
}

.ftr-scnd-pnl {
  max-width: 343px;
  width: 100%;
  margin: 0 auto;
}

.ftr-trd-pnl {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}

.ftr-four-pnl {
  max-width: 177px;
  width: 100%;
  margin-left: auto;
}

.latstnews-wrpr {
  background-color: rgba(2, 56, 103, 0.04);
  padding: 40px;
}

.cmn-head {
  margin-bottom: 25px;
}

.latstnews-card {
  background-color: var(--white-color);
  border: 1px solid #bfcad3;
}

.latstnews-imgbx {
  position: relative;
  padding-bottom: 55.36%;
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.latstnews-imgbx:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.latstnews-imgbx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.latstnews-contbx {
  padding: 23px 25px 30px 25px;
}

.latstnews-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 30px;
}

.latstnews-subhd {
  margin-bottom: 11px;
}

.latstnews-subhd a h3 {
  width: calc(100% - 18px);
  padding-right: 8px;
  margin-bottom: 0;
}

.latstnews-subhd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.latstnews-arw {
  display: inline-block;
  width: 18px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3px;
  position: relative;
  right: 0;
}

.latstnews-title {
  color: var(--primary-color);
}

.vwall-newsbutnbx {
  margin-top: 30px;
}

.vwall-newsbutn {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
}

.vwall-newsbutn:hover {
  color: var(--primary-color);
}

.vwall-newsbutn span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}

.vwall-newsbutn:hover>span {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

.latstnews-subhd a:hover h3 {
  color: var(--sceondary-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.latstnews-subhd a:hover span img {
  -webkit-filter: brightness(0) saturate(100%) invert(82%) sepia(11%) saturate(1712%) hue-rotate(81deg) brightness(107%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(82%) sepia(11%) saturate(1712%) hue-rotate(81deg) brightness(107%) contrast(97%);
}

.statement-pnl {
  border: 1px solid #bfcad3;
  padding: 40px 30px;
}

.statement-pnl-inr {
  max-width: 1625px;
  width: 100%;
}

.sudntstors-pnl {
  background-color: rgba(2, 56, 103, 0.04);
  padding: 43px 65px 59px 65px;
}

.sudntstor-card {
  font-size: 16px;
}

.sdntstors-add-lftbx-inr .cmn-head h2 {
  color: var(--white-color);
}

.sdntstors-add-lftbx-inr {
  color: var(--white-color);
  max-width: 768px;
  width: 100%;
}

.sudntstors-add-lftbx {
  width: calc(100% - 697px);
  padding: 65px 60px;
}

.sudntstors-addpnl {
  background-color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
}

.sudntstrs-addimgbx {
  max-width: 697px;
  width: 100%;
  border-radius: 170px 0px 0px 0px;
  overflow: hidden;
  margin-bottom: 0;
}

.sudntstrs-addimgbx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sudntstors-pnl .vwall-newsbutn {
  color: var(--white-color);
}

.sudntstors-pnl .vwall-newsbutn span>img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.sdntstor-strt-qute {
  width: 55px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 18px;
}

.sdntstor-strt-qute>img {
  max-width: 55px;
  width: 100%;
}

.sdntstor-stry-infobx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sdntstor-imgbx {
  width: 100px;
  height: 100px;
  border-radius: 0px 60px 0px 0px;
  overflow: hidden;
}

.sdntstor-imgbx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sdntstor-namebx {
  width: calc(100% - 100px);
  padding-left: 17px;
  max-width: 275px;
}

.sdntstor-name {
  font-size: 21px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 4px;
}

.sdntstory-design {
  font-size: 21px;
  font-weight: 600;
  color: var(--primary-color);
}

.sdntstor-lastquote {
  width: 55px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 18px;
  margin-left: auto;
}

.sdntstor-lastquote>img {
  max-width: 55px;
  width: 100%;
}

.sudntstor-slide {
  padding: 0 30px;
}

.sudntstor-slider .slick-list {
  margin: 0 -30px;
}

.ice-breakrsrc {
  background-color: rgba(2, 56, 103, 0.04);
}

.ice-breakr-pnl {
  border-top: 1px solid #bfcad3;
  padding-top: 18px;
}

.ice-breakr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ice-breakr-lftcol {
  width: 50%;
}

.ice-breakr-rgtcol {
  width: 50%;
}

.ice-breakrimgbx {
  /* padding-top: 56.33%; */
  height: 100%;
  position: relative;
  height: 100%;
}

.ice-breakrimgbx>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.ice-breakr-cont-wrpr {
  padding: 43px 50px;
  background-color: var(--white-color);
  position: relative;
  margin-left: -40px;
}

.ice-breakr-rgtcol {
  padding: 42px 100px 42px 0;
}

.ice-breakr-title {
  font-size: 38px;
  color: var(--primary-color);
  font-weight: 600;
}

.ice-brekr-evnt-prgrsbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 409px;
  width: 100%;
  margin-top: 48px;
}

.ice-brekr-evntprgrs-itm {
  width: 50%;
}

.ice-brekr-evntprgrnme {
  color: var(--sceondary-color);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.ice-brekr-evntprgrs-hd {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
}

.ice-brekr-evntprgrs-itm .progress {
  height: 2px;
  background-color: #bfcad3;
  border-radius: 0;
  margin-bottom: 6px;
}

.ice-brekr-evntprgrs-itm .progress-bar {
  background-color: var(--primary-color);
}

.ice-brekr-slide-arw {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ice-brekr-slide-arw:hover {
  background-color: var(--white-color);
}

.ice-brekr-slide-arw:hover>img {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(31%) saturate(6068%) hue-rotate(194deg) brightness(103%) contrast(98%);
  filter: brightness(0) saturate(100%) invert(12%) sepia(31%) saturate(6068%) hue-rotate(194deg) brightness(103%) contrast(98%);
}

.ice-breakr-slider-wrpr {
  position: relative;
}

.ice-breakr-slider-wrpr .ice-brekr-slide-arw-rgt {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.wheretostydy-hdbx {
  padding-top: 19px;
  margin-bottom: 40px;
  border-top: 1px solid #bfcad3;
}

.whr-to-stydy-cont-slidr-wrpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stydy-custom-dots-rgt {
  width: 20%;
}

.whr-to-stydy-cont-slidr-lft {
  width: 80%;
  padding-right: 40px;
}

.stydy-custom-dots ul {
  padding-left: 0;
  margin-bottom: 0;
}

.stydy-custom-dots ul li {
  list-style: none;
}

.stydy-custom-dots ul li:not(:last-child) {
  margin-bottom: 30px;
}

.stydy-custom-dots ul li button {
  background-color: transparent;
  padding: 12px 8px;
  border: none;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.7px;
  border-left: 2px solid rgba(2, 56, 103, 0.45);
}

.stydy-custom-dots ul li.slick-active button {
  border-left: 2px solid rgba(2, 56, 103, 1);
}

.wheretostydy-imgbx {
  height: 100%;
}

.wheretostydy-imgbx>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wheretostydy-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wheretostydy-slide {
  height: auto;
}

.wheretostydy-imgslidr-wrp {
  position: relative;
}

.wheretostydyimg-butnbx .ice-brekr-slide-arw-rgt {
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.stydy-custom-dots ul {
  max-width: 130px;
  margin-left: auto;
  width: 100%;
}

.stydy-custom-dots {
  padding-right: 20px;
}

.wheretostydy-rgt-inr {
  padding-left: 20px;
}

.wheretostydy-imgslidr-wrp .ice-brekr-slide-arw-lft {
  display: none !important;
}

.ice-breakr-cont-inr {
  max-width: 688px;
  width: 100%;
}

.wheretostydy-hdbx .cmn-head {
  margin-bottom: 0;
}

.ice-breakr-slider-wrpr .ice-brekr-slide-arw-lft {
  display: none !important;
}

.rgt-place img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mb-topmenu {
  display: none;
}

.mb-srchbutn {
  display: none;
}

.mb-applybutn {
  display: none;
}

.girlimg-mb {
  display: none;
}

.upheader .navbar-nav>li>a:after {
  display: none;
}

.inr-sub h3 {
  font-size: 16px;
}

.sdntstors-add-lftbx-inr p {
  font-size: 16px;
}

.subjects-sec.cmn-gap {
  padding-top: 40px;
}

.whr-to-stydy-contbx .ice-breakr-title {
  font-size: 51px;
}

.wrap-btns.mbl-only {
  display: none;
}

.cmn-btn:hover {
  background-color: transparent;
  border-color: var(--primary-color);
}

.cmn-btn.yellow:hover {
  background-color: transparent;
  border-color: var(--sceondary-color);
  color: var(--primary-color);
}

/*how to apply*/
.hwto-apply-contnt {
  font-weight: 600;
  font-size: 21px;
  color: var(--primary-color);
}

.hwto-applysec {
  background: rgba(119, 251, 160, 0.1);
}

.appliguide-stepbx {
  margin-top: 40px;
}

.appliguide-step-hd {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 14px;
}

.applyguide-infobx {
  margin-top: 50px;
}

.applyguide-info-contnt ul {
  padding-left: 13px;
  position: relative;
}

.applyguide-info-contnt ul::before {
  content: "";
  background-color: var(--sceondary-color);
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.applyguide-info-contnt ul li {
  position: relative;
  list-style: none;
  padding-left: 15px;
}

.applyguide-info-contnt ul li:not(:last-child) {
  margin-bottom: 10px;
}

.applyguide-info-contnt ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
}

.whthapnssec {
  background-color: rgba(119, 251, 160, 0.1);
}

.univ-appli-contbx ol {
  padding-left: 13px;
  position: relative;
}

.univ-appli-contbx ol::before {
  content: "";
  background-color: var(--sceondary-color);
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.univ-appli-contbx ol>li {
  counter-increment: li-counter;
  padding-left: 18px;
  list-style: none;
  position: relative;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
}

.univ-appli-contbx ol>li:not(:last-child) {
  margin-bottom: 28px;
}

.univ-appli-contbx ol li::before {
  content: counter(li-counter) ".";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: 600;
}

.univ-appli-contbx ol li ul {
  padding-left: 13px;
  position: relative;
  margin-top: 10px;
}

.univ-appli-contbx ol li ul::before {
  content: "";
  background-color: var(--sceondary-color);
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.univ-appli-contbx ol li ul li {
  list-style: none;
  position: relative;
  padding-left: 13px;
  color: var(--body-color);
  text-transform: initial;
  font-weight: 500;
}

.univ-appli-contbx ol li ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid var(--primary-color);
  background-color: transparent;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 100%;
}

.howenrol-butnsec {
  margin-top: 50px;
}

.howenrol-butnitm {
  text-align: center;
}

.howenrol-vidobx {
  position: relative;
  padding-top: 59.41%;
  max-width: 1094px;
  margin: 38px auto 0 auto;
}

.howenrol-vidobx>.hwtoenrol-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.howenrol-vidobx::before {
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 200px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.hwenrolbutn {
  position: absolute;
  bottom: 27px;
  left: 17px;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: var(--white-color);
  font-weight: 600;
}

.hwenrol-vdeoicon {
  width: 56px;
  height: 56px;
  background-color: var(--white-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  position: relative;
}

.hwenrol-vdeoicon::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease-in;
  border-radius: 100%;
  background-color: var(--primary-color);
}

.hwenrolbutn:hover .hwenrol-vdeoicon::before {
  width: 90%;
  height: 90%;
}

.hwenrolbutn:hover .hwenrol-vdeoicon>img {
  filter: brightness(0) invert(100%);
}

.hwenrolbutn:hover {
  color: var(--white-color);
}

.filtersec {
  background-color: #f5f7f9;
}

.fltr-itm-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.fltr-itm-shrttxt {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
}

.fltr-itm {
  background-color: var(--white-color);
  padding: 20px;
}

.fltr-itm-hd {
  margin-bottom: 15px;
  color: var(--primary-color);
  text-transform: capitalize;
}

.fltr-itm-tophd {
  border-bottom: 1px solid #bfcad3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.fltr-itm-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.fltr-itm-list {
  margin-bottom: 40px;
}

.fltr-itm-list ul li {
  list-style: none;
  position: relative;
  display: flex;
  color: var(--primary-color);
  font-size: 16px;
  align-items: center;
  font-weight: 600;
}

.fltr-itm-list ul li:not(:last-child) {
  margin-bottom: 20px;
}

.fltr-itm-icon {
  width: 48px;
  height: 48px;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  flex-shrink: 0;
}

.fltr-itm-icon>img {
  max-width: 23px;
  width: 100%;
}

.fltr-itm-list ul li p {
  width: calc(100% - 48px);
  padding-left: 14px;
}

.filterpnl {
  padding: 32px;
  background-color: var(--primary-color);
  border-bottom: 4px solid var(--sceondary-color);
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filter-rgtcol {
  width: 80%;
}

.filter-dropdwn-pnl {
  padding-left: 48px;
}

.filterbutn-col {
  width: 20%;
}

.filtericon {
  width: 30px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 14px;
}

.filtericon>img {
  max-width: 29px;
}

.filterbutn {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.filter-dropdwn-box {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 14px 24px;
  /* max-width: 305px; */
  width: 100%;
  position: relative;
  cursor: pointer;
}

.filter-dropdwn-txtbx {
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  position: relative;
  padding-right: 20px;
}

.filtrarw {
  position: absolute;
  right: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-dropdwn-menu {
  height: 0;
  overflow: hidden;
  transition: 0.4s;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--primary-color);
  margin-top: 2px;
}

.filter-dropdwn-inner {
  padding: 20px;
}

.filter-dropdwn-box.active .filter-dropdwn-menu {}

.filter-dropdwnrow {
  display: flex;
  flex-wrap: wrap;
  max-width: 975px;
  width: 100%;
  margin: 0 -15px;
}

.filter-dropdwn-col {
  padding: 0 15px;
  width: 33.33%;
}

.fltrcheckbx-labl {
  position: relative;
  padding-left: 30px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
}

.fltrcheckbx-labl input[type="checkbox"] {
  display: none;
}

.fltrcheckbx-labl span::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.fltrcheckbx-labl span::after {
  content: "";
  width: 6px;
  height: 10px;
  border-right: 2px solid var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
  opacity: 0;
  transition: 0.5s;
}

.fltrcheckbx-item .fltrcheckbx-labl input[type="checkbox"]:checked+span::before {
  background-color: var(--sceondary-color);
}

.fltrcheckbx-item .fltrcheckbx-labl input[type="checkbox"]:checked+span::after {
  opacity: 1;
}

.filter-submenu {
  margin-left: 10px;
  margin-bottom: 10px;
}

.fltrcheckbx-item:not(:last-child) {
  margin-bottom: 10px;
}

/*how to apply*/

/* ----------amit 19.02--------- */
.abt_bann_sec {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#061b44),
      to(#00325e));
  border-bottom: 3px solid var(--sceondary-color);
}

.abt_bann_wrapper {
  padding: 142px 0 122px 0;
  text-align: center;
}

.abt_pagination {
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.abt_pagination .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
}

.abt_pagination .breadcrumb-items a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: var(--body-font);
  color: var(--white-color);
  letter-spacing: 1px;
}

.abt_pagination .breadcrumb-items span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: var(--body-font);
  color: var(--white-color);
  letter-spacing: 1px;
}

.abt_pagination .breadcrumb-items {
  padding: 0 24px;
  position: relative;
}

.abt_pagination .breadcrumb-items:not(:first-child)::after {
  content: "";
  background: url(images/bread_arw.svg) no-repeat;
  position: absolute;
  width: 12px;
  height: 8px;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
}

.abt_pagination .breadcrumb-items:first-child {
  padding-left: 0;
}

.abt_pagination .breadcrumb-items:last-child {
  padding-right: 0;
}

.abt_pagination .breadcrumb {
  margin-bottom: 0;
}

.abt_sub_top {
  margin-bottom: 30px;
}

.abt_student_inr {
  position: relative;
  z-index: 1;
  padding-top: 42%;
  color: var(--white-color);
}

.abt_sub_video {
  margin-bottom: 33px;
}

.abt_sub_item {
  padding: 0 0 0 35px;
  margin: 0 0 20px 0;
  list-style: none;
  position: relative;
}

.abt_sub_item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  background-color: var(--sceondary-color);
}

.abt_sub_item li {
  position: relative;
  margin-bottom: 10px;
}

.abt_sub_item li:last-child {
  margin-bottom: 0;
}

.abt_sub_item li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 12px;
  left: -19px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--black-color);
}

.abt_subject_para p {
  margin-bottom: 18px;
}

.abt_subject_para p:last-child {
  margin-bottom: 0px;
}

.abt_subject.cmn-gap {
  padding-top: 80px;
}

.abt_card_sec.cmn-gap {
  padding-top: 80px;
}

.abt_subhd a h3 {
  margin-bottom: 16px;
  color: var(--white-color);
}

.abt_crd_wrapper {
  background-color: var(--primary-color);
  border: 0px solid #bfcad3;
}

.abt_crd_cntntbx {
  padding: 23px 50px 30px 25px;
}

.abt_crd_cntntbx p {
  color: var(--white-color);
}


.abt_crd_btn {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 600;
}

.abt_crd_btn:hover {
  color: var(--white-color);
}

.abt_crd_btn span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}

.abt_crd_btn span img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(62%) saturate(0%) hue-rotate(298deg) brightness(103%) contrast(103%);
}

.abt_crd_btn:hover>span {
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

.abt_card_row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.abt_card_img-bx {
  display: block;
}

.number_row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -13px;
}

.number_col {
  padding: 20px 13px;
  width: 20%;
}

.number_innr_wrap {
  padding: 10px;
  height: 328px;
  width: 328px;
  background-color: #d5f2de5c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.num_count {
  font-size: 68px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: -11px;
}

.num_txt {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 24px;
}

.number_cntnt {
  text-align: center;
  max-width: 261px;
}

.abt_future_inr {
  padding-top: 63.34%;
}

.future-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.abt_fut_lft p {
  font-size: 21px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 1.4;
}

.abt_fut_lft {
  padding-right: 158px;
}

.rght-play p {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: -2px !important;
}

.future_para p {
  margin-bottom: 20px;
}

.future_para p:last-child {
  margin-bottom: 0;
}

.abt_future_rgt_hd h2 {
  margin-bottom: 30px;
}

.abt_future_rgt_hd {
  position: relative;
}

.abt_future_rgt_hd:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  bottom: 0;
  left: 0;
}

.abt_future_sec {
  background: rgba(2, 56, 103, 0.04);
}

.color_one {
  background-color: #e4feec;
}

.color_two {
  background-color: #d7fee3;
}

.color_three {
  background-color: #c9fdd9;
}

.color_four {
  background-color: #bbfdd0;
}

.number_sec .cmn-hdr {
  margin-bottom: 45px;
}

.abt_future_inr {
  position: relative;
}

.future_blur_image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
}

.abt_fut_lft_video {
  margin-top: 50px;
}

/*about us*/

/* ---busi---------- */
.business_bann_wrapper {
  max-width: 1029px;
  margin: 0 auto;
  padding: 64px 0;
  text-align: center;
}

.busi_subtext {
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 28px;
}

.busi_image_lft {
  max-width: 834px;
}

.busi_image_lft p {
  font-size: 28px;
  color: var(--primary-color);
  line-height: 1.2;
  font-family: var(--libre-font);
  font-weight: 400;
}

.busi_image_rgt {
  display: flex;
  flex-wrap: wrap;
  margin: -25px -12px;
}

.busi_image_bx {
  width: 50%;
  padding: 25px 12px;
  text-align: center;
}

.looking_sec.cmn-gap {
  padding-top: 80px;
}

.faq_ques {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq_ans_wrap {
  padding: 14px 93px 20px 36px;
}

.faq_ques {
  padding: 24px 20px;
  background-color: #f5f7f9;
  cursor: pointer;
}

.faq_ques_plus img {
  transition: 0.3s ease-in-out;
}

.faq_one.is-open .faq_ques_plus img {
  transform: rotate(-47deg);
}

.faq_text h3 {
  transition: 0.3s ease-in-out;
}

.faq_one.is-open .faq_text h3 {
  text-decoration: underline;
}

.faq_ans_wrap {
  position: relative;
}

.faq_ans_wrap:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 27px;
  left: 18px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--black-color);
}

.faq_one {
  margin-bottom: 10px;
}

.faq_one.is-open {
  margin-bottom: 0;
}

.faq_ques_plus img {
  max-width: 18px;
  width: 100%;
}

.faq_text {
  padding: 0 15px 0 0;
}

.dis_sub_sec {
  background-color: #f5f7f9;
}

.dis_sub_sec.cmn-gap {
  padding-top: 80px;
}

.dis_inr_sub {
  max-width: 732px;
}

.dis_inr_sub h2 {
  line-height: 1.3;
  text-transform: unset;
}

.dis_filter_lft_wrapper .filterpnl {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  background-color: var(--primary-color);
  border-bottom: 4px solid var(--sceondary-color);
}

.dis_filter_dropdown_pnl {
  padding-left: 0;
}

.dis_filter_col {
  margin-bottom: 20px;
}

.dis_filter_col,
.dis_rgt_filter_col {
  width: 100%;
}

.dis_filter_dropdownrow {
  flex-direction: column;
  margin: -15px 0;
}

.dis_filter_dropdowncol {
  max-width: 100%;
  width: 100%;
  padding: 10px 0;
}

.dis_filter_dropdowncol .filter-dropdwn-box.active .filter-dropdwn-inner {
  border-top: 1px solid #bfcad320;
  padding: 20px 0 20px 0;
  margin-top: 13px;
}

.filter_dropdown_menu .filter-dropdwn-inner {
  padding: 33px 0 20px 0;
}

.dis_filter_dropdowncol .filter-dropdwn-menu {
  position: static;
}

.dis_filter_dropdowncol .filter-dropdwn-box.active {
  border-color: var(--white-color);
}

.dis_filter_sec {
  background-color: rgb(245, 247, 249);
}

.filtrarw img {
  transition: 0.3s ease-in-out;
}

.filter-dropdwn-box.active .filter_arw img {
  transform: rotate(-180deg);
}

.select_btn {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: underline !important;
  margin-bottom: 13px;
  display: inline-block;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
}

.select_btn:hover {
  color: var(--sceondary-color);
}

.breadcrumb li a {
  position: relative;
}

.breadcrumb li a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--sceondary-color);
  /* opacity: 0; */
  position: absolute;
  bottom: -5px;
  left: 0%;
  -webkit-transform: translateX(-0%);
  -ms-transform: translateX(-0%);
  transform: translateX(-0%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.breadcrumb li a:hover:after {
  width: 100%;
}

.abt_row_subject .inr-subjects h2 {
  text-transform: unset;
}

.choose_sec h2 {
  text-transform: unset;
}

.looking_sec h2 {
  text-transform: unset;
}

.filter_item_lft {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

.filter_item_lft_wraper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.filter_item_list {
  margin-bottom: 0;
}

.filter_item_rgt {
  border-left: 1px solid #bfcad3;
  padding-left: 20px;
}

/* .filter_item_rgt_wrapper{
    border-left: 1px solid #BFCAD3;
    padding-left: 20px;
} */
.filter_one {
  padding: 25px;
  background-color: var(--white-color);
  margin-bottom: 30px;
}

.filter_one:last-child {
  margin-bottom: 0;
}

.looking_sec_new {
  background-color: #f5f7f9;
}

.filter_item_lft {
  width: 60%;
}

.filter_btn {
  margin-top: 30px;
}

.filter_item_rgt {
  width: 40%;
}

.course_bann_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  align-items: center;
}

.course_bann_col_lft {
  width: 60%;
  padding: 0 10px;
}

.course_bann_col_rgt {
  width: 40%;
  padding: 0 10px;
}

.course_bann_wrapper {
  padding: 16px 0;
}

.course_bann_col_lft h1 {
  margin-bottom: 12px;
}

.course_bann_col_lft p {
  font-size: 28px;
  color: var(--white-color);
  font-family: var(--libre-font);
}

.course_bann_rgt_wrapper {
  padding: 25px;
  background-color: var(--white-color);
}

.course_bann_hdr {
  font-size: 18px;
  color: var(--primary-color);
  margin-bottom: 15px;
  font-weight: 600;
}

.sumry_hdr {
  font-size: 12px;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 600;
}

.sumry_txt {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}

.summry_info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.summary_one {
  width: 25%;
  padding: 0 15px;
}

.summary_info_wrapper {
  margin-bottom: 25px;
}

.summary_location_wrap {
  margin-bottom: 20px;
}

.summary_btn .cmn-btn {
  width: 100%;
}

.summary_btn li {
  width: 50%;
}

.course_pagination .breadcrumb {
  justify-content: flex-start;
}

.overview_sec {
  padding: 23px 0;
  box-shadow: 0px 0px 47.0116px rgba(0, 0, 0, 0.13);
  background-color: var(--white-color);
}

.overview_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.overview_lft,
.overview_rgt {
  padding: 0 15px;
}

.overview_lft ul {
  padding: 0;
  list-style: none;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.overview_lft ul li {
  padding: 0 15px;
}

.crsovrvw_sec .cmn-hdr h2 {
  text-transform: unset;
}

.overview_lft ul li a {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
}

.course_crd_logo {
  height: 63px;
  width: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-bottom: 20px;
}

.course_crd_logo img {
  width: 100%;
  max-width: 35px;
}

.course_crd_hdr {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 10px;
}

.course_sub_wrapper {
  margin-top: 45px;
}

.course_sub_crd {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.crsovrvw_cntnt {
  max-width: 1094px;
  margin: 0 auto;
}

.bld_txt {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 21px;
  margin-bottom: 30px;
}

.sml_txt {
  color: var(--primary-color);
  margin-bottom: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.grn_txt span {
  text-transform: uppercase;
  color: var(--sceondary-color);
  font-size: 12px;
  font-weight: 600;
  margin-right: 7px;
  display: inline-block;
  letter-spacing: 1px;
}

.quick_sec {
  background: rgba(119, 251, 160, 0.1);
}

.quick_image {
  height: 71px;
  width: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  margin-right: 18px;
  flex-shrink: 0;
}

.quick_crd {
  display: flex;
}

.quick_txt .sml_txt {
  margin-bottom: 8px;
}

.quick_crd_wrapper {
  margin-top: 45px;
}

.quick_image img {
  max-width: 36px;
  width: 100%;
}

.module_student_card {
  padding: 41px 23px 37px 45px;
  background-color: #f5f7f9;
  margin-bottom: 30px;
}

.module_student_card:last-child {
  margin-bottom: 0;
}

.module_lft {
  padding-right: 236px;
}

.module_rgt h2 {
  position: relative;
  margin-bottom: 30px;
}

.module_rgt h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  top: 38px;
  left: 0;
}

.study_rgt_bx:last-child {
  margin-bottom: 0;
}

.career_rgt_bx:last-child {
  margin-bottom: 0;
}

.module_rgt .h2-title {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.module_rgt .h2-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  bottom: 0;
  left: 0;
}

.module_faq {
  margin-bottom: 30px;
}

.module_item {
  margin-top: 20px;
}

.study_sec.cmn-gap {
  padding-top: 20px;
}

.para_txt {
  margin-bottom: 30px;
}

.study_rgt_bx {
  margin-bottom: 40px;
}

.study_rgt_bx h2 {
  position: relative;
  margin-bottom: 30px;
}

.study_rgt_bx h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  top: 38px;
  left: 0;
}

.study_rgt_bx .h2-title {
  position: relative;
  margin-bottom: 30px;
}

.study_rgt_bx .h2-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  top: 38px;
  left: 0;
}

.study_lft {
  padding-right: 236px;
}

.entry_sec {
  background: rgba(119, 251, 160, 0.1);
}

.entry_lft h2 {
  position: relative;
  margin-bottom: 30px;
}

.entry_lft h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  top: 38px;
  left: 0;
}

.entry_lft {
  padding-right: 236px;
}

.entry_lft .h2-title {
  position: relative;
  margin-bottom: 30px;
}

.entry_lft .h2-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  top: 38px;
  left: 0;
}

.entry_rgt_bx {
  margin-bottom: 40px;
}

.entry_rgt_bx:last-child {
  margin-bottom: 0;
}

.entry_rgt_bx .h2-title {
  position: relative;
  margin-bottom: 30px;
}

.entry_rgt_bx .h2-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  top: 38px;
  left: 0;
}

.fee_lft_wrap {
  padding: 30px;
  background-color: #f5f7f9;
}

.filter_dropdown_bx {
  background-color: var(--white-color);
  border: 1px solid #002b4f20;
}

.location_dropdown {
  margin-bottom: 25px;
}

.fee_lft {
  padding-right: 112px;
}

.filter_dropdown_txtbx {
  color: var(--body-color);
}

.fee_rgt h3 {
  position: relative;
  margin-bottom: 35px;
}

.fee_rgt h3:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  top: 38px;
  left: 0;
}

.fee_right_tbl table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  border-bottom: 1px solid #3f49526b;
}

th {
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: left;
  padding: 10px;
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 500;
}

td {
  padding: 10px;
  font-size: 18px;
  font-family: var(--body-font);
}

.fee-column {
  text-align: right;
  border-left: 1px dashed #ccc;
  width: 150px;
}

.section {
  font-weight: bold;
}

.sub-row {
  background-color: #e9e9e9;
}

.lrg_clm {
  width: 286px;
}

.sml_clm {
  width: 222px;
}

.fee_right_tbl .top_table tr {
  background-color: #f5f7f9;
}

.fee_right_tbl .btm_table tr:nth-child(even) {
  background-color: #fcfcfc;
}

.fee_right_tbl .btm_table tr:nth-child(odd) {
  background-color: #f5f7f9;
}

.career_lft {
  padding-right: 236px;
}

.career_bx .cmn-tag {
  color: var(--sceondary-color);
}

.career_bx {
  padding: 24px;
  background-color: var(--primary-color);
  margin-bottom: 30px;
}

.career_bx ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.career_bx ul li {
  margin-bottom: 12px;
}

.career_bx ul li a {
  color: var(--white-color);
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.career_bx ul li a:hover {
  color: var(--sceondary-color);
}

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

.career_item {
  margin-bottom: 38px;
}

.career_rgt_bx h2 {
  margin-bottom: 35px;
}

.career_rgt_bx .career_item {
  margin-bottom: 26px;
}

.career_rgt_bx {
  margin-bottom: 40px;
}

.career_rgt_bx .h2-title {
  position: relative;
  padding-bottom: 14px;
}

.career_rgt_bx .h2-title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  bottom: 0;
  left: 0;
}

.career_sec {
  background-color: #f5f7f9;
}

.share_social_icon li a:hover {
  background-color: var(--sceondary-color);
}

.share_social_icon li a img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(96%) saturate(1974%) hue-rotate(193deg) brightness(90%) contrast(98%);
}

.share_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}

.share_wrapper .cmn-hdr {
  margin-bottom: 0;
}

.start_sec {
  background-color: #f5f7f9;
}

.start_icon {
  height: 120px;
  width: 120px;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 23px;
}

.start_btn_icon {
  height: 48px;
  width: 48px;
  border: 1px solid var(--body-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.start_btn_icon:hover {
  background-color: var(--sceondary-color);
}

.start_btn_icon img {
  max-width: 16px;
  width: 100%;
}

.start_icon img {
  max-width: 51px;
  width: 100%;
}

.start_wrapper {
  margin-top: 40px;
}

.start_crd {
  background-color: var(--white-color);
  padding: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.start_crd_txt {
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
}

.place_sec {
  background-color: var(--white-color);
}

.para_txt_gap {
  margin-bottom: 0 !important;
}

.module_sec {
  padding-bottom: 0 !important;
}

.sml_txt_new {
  text-transform: unset;
}

.table_wrapper {
  overflow: auto;
  padding: 0px 0px 20px 0;
}

.table_wrapper table {
  width: 100%;
  min-width: 450px;
}

.table-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #c2c2c2;
}

.table-scroll::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  background-color: #c2c2c2;
}

.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 100px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #00325e;
}

.right_icon {
  display: inline-block;
}

.table_wrapper tbody tr:nth-child(odd) {
  background-color: #fcfcfc;
}

.table_wrapper tbody tr:nth-child(even) {
  background-color: #f5f7f9;
}

.table_wrapper thead tr th {
  padding: 34px 40px;
  font-size: 21px;
}

.table_wrapper tbody tr td:first-child {
  padding: 21px 40px;
}

.table_wrapper thead tr th:not(:first-child) {
  border-left: 1px dashed #7f95a7;
  text-align: center;
}

.table_wrapper tbody tr td:not(:first-child) {
  border-left: 1px dashed #7f95a7;
  text-align: center;
}

.right_icon img {
  max-width: 32px;
  width: 100%;
}

.which_bann_sec .abt_bann_wrapper {
  max-width: 996px;
  margin: 0 auto;
}

.what_content_sec {
  background: rgba(119, 251, 160, 0.1);
}

.what_cntnt_wrapper h2 {
  position: relative;
  padding-bottom: 12px;
}

.what_cntnt_wrapper h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  bottom: 0;
  left: 0;
}

.what_cntnt_wrapper {
  margin-bottom: 30px;
}

.what_cntnt_wrapper:last-child {
  margin-bottom: 0px;
}

.what_cntnt_wrapper p {
  margin-bottom: 16px;
}

.what_cntnt_wrapper p:last-child {
  margin-bottom: 0;
}

.what_student_hdr {
  margin-bottom: 40px;
}

.what_student_lft {
  max-width: 793px;
}

.what_student_rgt {
  max-width: 656px;
  margin-left: auto;
}

.which_browser_sec {
  background-color: #f5f7f9;
}

.what_student_sec .cmn-gap {
  padding-top: 0px;
}

.row-place {
  --bs-gutter-y: 30px;
}

.resource_sec .cmn-hdr {
  margin-bottom: 0;
}

/* Animation Start  */
[data-reveal]>* {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.8s ease-in-out, opacity 0.5s ease-in-out;
}


[data-reveal] .play-reveal {
  opacity: 1;
  transform: translateY(0px);
}

[data-reveal="fade-in"]>* {
  transform: translateY(0) !important;
  transition: transform 0.9s ease-in-out, opacity 0.9s ease-in-out !important;
}


[this-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

[this-reveal].play-reveal {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

[data-image-anim] {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

[data-image-anim].play-reveal {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  animation: text-clip4 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
  -webkit-animation: text-clip4 1s 0s cubic-bezier(0.5, 0, 0.1, 1) both;
}

@-webkit-keyframes text-clip4 {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }

  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes text-clip4 {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }

  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.light-box-link:hover img {
  transform: scale(1.2);
}

.gimg {
  transition: all 300ms ease-in-out;
}

[data-splitting-left].play-reveal .char {
  animation: slide-left 1s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(50ms * var(--char-index));
}

@keyframes slide-left {
  from {
    transform: translateX(-1em) rotate(.5turn) scale(0.5);
    opacity: 0;
  }
}

[data-splitting-right].play-reveal .char {
  animation: slide-right 1s cubic-bezier(.5, 0, .5, 1) both;
  animation-delay: calc(50ms * var(--char-index));
}

@keyframes slide-right {
  from {
    transform: translateX(1em) rotate(.5turn) scale(0.5);
    opacity: 0;
  }
}

[data-splitting-slidein].play-reveal .char {
  animation: slide-in .8s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(50ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}

@-webkit-keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}

/* Animation End */

/* Sticky Header */
body {
  padding-top: 170px;
}

.main-head {
  position: fixed;
  top: 0;
  z-index: 991;
  width: 100%;
  left: 0;
  right: 0;
  transition: all 300ms ease-in-out;
}

.main-head .upheader {
  transition: all 300ms ease-in-out;
}

.main-head .downheader {
  background-color: var(--white-color);
  transition: all 300ms ease-in-out;
}

.main-head.fixed {
  transform: translateY(-46px);
}

.mega-menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 190px;
  pointer-events: none;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.mega-menu.megamenu-active {
  pointer-events: all;
  opacity: 1;
}

.mega-container {
  margin: auto;
  display: flex;
  gap: 40px;
  padding: 40px 21px;
  background: #fff;
}

/* LEFT SIDE */
.mega-left {
  width: 20%;
}

.mega-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-left li {
  padding: 12px 15px;
  background: url(images/arrow-blue.png) no-repeat right center;
  margin-bottom: 8px;
  cursor: pointer;
}

.mega-left li a {
  letter-spacing: -0.1px;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #333;
}

.mega-left li img {
  width: 18px;
  /* margin-right: 12px; */
}

.mega-left li.active {
  background-color: rgba(2, 56, 103, 0.04);
}

.mega-left li.active a {
  text-decoration: underline !important;
  color: var(--primary-color);
}

/* MIDDLE GRID */
.mega-middle {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.mega-middle h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.mega-middle a {
  display: block;
  text-decoration: none;
  color: #3F4952;
  font-size: 16px;
  font-weight: 500;
}

.mega-middle a:hover {
  color: var(--sceondary-color);
}

/* RIGHT BOX */
.mega-right {
  /* width: 27%;  */
  width: 37%;
  padding: 20px;
  align-self: self-start;
  background: #F8FFFA;
  border: 1px solid rgba(119, 251, 160, 0.2);
  border-radius: 0px;
}

.mega-right p {
  margin-bottom: 15px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  color: #023867;
}



.navbar-nav>li.menu-item::before {
  content: "";
  width: 100%;
  height: 123px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.navbar-nav>li.menu-item::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -53px;
  opacity: 0;
  visibility: hidden;
}

.navbar-nav>li.menu-item.megamenu-active::before,
.navbar-nav>li.menu-item.megamenu-active::after {
  opacity: 1;
  visibility: visible;
}



/*support css update 10/3/2026*/
.megatab {
  width: 63% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.megatab.resp-vtabs ul.resp-tabs-list.mega-left {
  float: none;
}

.megatab.resp-vtabs .resp-tabs-container.tablist-right {
  float: none;
}

.megatab.resp-vtabs .resp-tabs-container {
  border: none;
  background-color: transparent;
  padding-left: 25px;
}

.megatab.resp-vtabs .resp-tabs-list li.resp-tab-active {
  border: none !important;
  background-color: rgba(2, 56, 103, 0.04) !important;

}

.megatab.resp-vtabs .resp-tabs-list li.resp-tab-active a {
  color: #023867;
  text-decoration: underline !important;
}

.megatab.resp-vtabs .resp-tabs-list li {
  background: url(images/arrow-blue.png) right 11px center no-repeat;
  padding: 14px 25px 14px 12px !important;
  background-color: transparent !important;
}

.megatab .resp-tab-content {
  padding: 0;
}

.megatab.resp-vtabs .resp-tabs-list li.resp-tab-active a>img {
  -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(4901%) hue-rotate(185deg) brightness(87%) contrast(107%);
  filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(4901%) hue-rotate(185deg) brightness(87%) contrast(107%);
}

.mega-left li img {
  position: absolute;
  top: 0;
  left: 0;
}

.mega-left li>a {
  position: relative;
  padding-left: 25px;
}

.menu-item.has-megamenu .menuD {
  filter: brightness(1) invert(1);
  width: 20px;
  height: 20px;
  background: url(images/sort-down.svg) center center no-repeat;
  background-size: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 22px;
}

.menu-item.has-megamenu {
  position: relative;
  padding-right: 25px;
}

.menu-item.megamenu-active .menuD {
  transform: rotate(180deg);
}

/*support css update 10/3/2026*/
/* new */
.which_table_sec.cmn-gap {
  padding: 80px 0 0;
}

.filter-dropdwn-box.active .filtrarw img {
  transform: rotate(180deg);
}



/* ----------------------- */
.overview_rgt_btn select {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  background: url(images/overview_dwn_arw.svg) no-repeat calc(100% - 23px) center transparent;
  background-size: 13px;
  height: auto;
  padding: 14px 40px 14px 21px;
  background-color: var(--sceondary-color);
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  min-width: 191px;
}

.blog_subhd .cmn-tag {
  color: #6BE494;
  margin-bottom: 0;
  margin-top: auto;
}

.blog_crd_row .abt_crd_cntntbx {
  padding: 41px 60px 41px 29px;
  transition: 0.3s ease-in-out;
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog_crd_row .blog_crd_bx {
  background-color: var(--white-color);
  transition: 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog_crd_bx:hover .abt_crd_cntntbx {
  background-color: var(--primary-color);
}

.blog_crd_bx:hover .blog_subhd h2 {
  color: var(--white-color);
}

.blog_subhd {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog_subhd a {
  height: 100%;
  display: inline-flex;
  flex-direction: column;
}

.blog_subhd h2 {
  color: var(--primary-color);
  font-family: var(--body-font);
  text-transform: capitalize;
  margin-bottom: 18px;
  transition: 0.3s ease-in-out;
  line-height: 1.3;
}

.blog_crd_bx .latstnews-imgbx {
  padding-bottom: 62.90%;
  margin-top: auto;
}

.blog_crd_sec {
  background-color: #f5f7f9;
}

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

.blog_dtls_bannr .cmn-tag {
  color: var(--sceondary-color);
  margin-bottom: 0;
}

.blog_dtls_bannr .abt_bann_wrapper {
  max-width: 1181px;
}

.blog_dtls_lft_wrapper h2 {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.blog_dtls_lft_wrapper h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  bottom: 0;
  left: 0;
}

.blog_dtls_lft_wrapper h2 {
  margin-top: 28px;
}

.blog_dtls_lft_wrapper h2:first-child {
  margin-top: 0;
}

.blog_dtls_para p {
  margin-bottom: 12px;
}

.blog_dtls_rgt_wrapper .share_wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.blog_dtls_rgt_wrapper .ftrscial-bx ul li a {
  width: 35px;
  height: 35px;
}

.sec_btn .cmn-btn {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 11px 12px;
  margin-bottom: 0;
  background-color: #F5F7F9;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}

.sec_btn .cmn-btn:hover {
  border: 1px solid var(--primary-color);
}

.blog_dtls_lft_wrapper {
  max-width: 1281px;
  margin-right: auto;
}

.blog_dtls_rgt_wrapper {
  max-width: 378px;
  margin-left: auto;
}

.blog_dtls_menu_sec {
  background: rgba(119, 251, 160, 0.10);
}

.faq_wrapper .faq_ans_wrap {
  padding: 18px 10px 23px 36px;
}

.faq_wrapper .module_faq {
  margin-bottom: 0;
}

.blog_dtls_faq_sec .faq_one.is-open .faq_text h3 {
  text-decoration: none;
}

.faq_ques_new {
  padding: 24px 20px;
  background-color: #F5F7F9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq_one_new.is-open .faq_ques_plus img {
  transform: rotate(-47deg);
}

.faq_one_new {
  margin-bottom: 10px;
}

.policies_sec .blog_dtls_lft_wrapper {
  max-width: 100%;
}

.policies_dtls_wrapper ul {
  padding: 0;
  margin: 0 -10px 40px -10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 952px;
}

.policies_dtls_wrapper li {
  padding: 10px;
}

.policies_dtls_wrapper ul:last-child {
  margin-bottom: 0;
}

.policies_dtls_wrapper li a {
  font-size: 16px;
  background-color: var(--sceondary-color);
  color: var(--primary-color);
  padding: 15px 23px;
  display: inline-block;
  border-radius: 40px;
  font-weight: 600;
  border: 2px solid var(--sceondary-color);
  transition: 0.3s ease-in-out;
}

.policies_dtls_wrapper li a:hover {
  background-color: var(--white-color);
}

.policies_dtls_wrapper h2 {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.policies_dtls_wrapper h2::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  bottom: 0;
  left: 0;
}

.policies_wrapper_faq .faq_ques {
  background-color: #e9f7f0;
}

.policies_wrapper_faq .faq_one.is-open .faq_text h3 {
  text-decoration: none;
}

.policies_wrapper_faq .faq_ques_new {
  background-color: #e9f7f0;
}

.policies_wrapper_faq .faq_ans_wrap:before {
  content: none;
}

.policies_wrapper_faq .faq_ans_wrap {
  list-style: none;
}

.policies_wrapper_faq .faq_ans_wrap {
  padding: 18px 10px 23px 20px;
}

.policies_wrapper_faq .faq_ans_wrap li a {
  display: inline-flex;
  color: var(--body-color);
  font-size: 18px;
  align-items: center;
  line-height: 1;
  font-weight: 600;
}

.policies_wrapper_faq .faq_ans_wrap li a img {
  margin-right: 14px;
  max-width: 22px;
}

.faq_ans_wrap li {
  margin-bottom: 15px;
}

.faq_ans_wrap li:last-child {
  margin-bottom: 0;
}

.journey_sec {
  background: rgba(119, 251, 160, 0.10);
}

.share_social_icon_new ul li a img {
  max-width: 15px;
  width: 100%;
}

.face_icon_image {
  max-width: 10px !important;
}

.terms_lft_wrapper h2 {
  line-height: 1.2;
}

.terms_lft_wrapper h3 {
  font-size: 21px;
  text-transform: uppercase;
  font-family: var(--body-font);
  margin: 50px 0 15px;
}

.terms_lft_wrapper p {
  margin-bottom: 12px;
}

.terms_lft_wrapper p a {
  color: var(--body-color);
}

.terms_lft_wrapper p:last-child {
  margin-bottom: 0;
}

.terms_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.terms_col_lft {
  width: 75%;
  padding: 0 12px;
}

.terms_col_rgt {
  width: 25%;
  padding: 0 12px;
}

.terms_rgt_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.terms_rgt_wrapper ul li a {
  color: var(--body-color);
}

.terms_rgt_wrapper ul li {
  border-bottom: 1px solid #E2DEDE;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.terms_rgt_wrapper h4 {
  font-size: 21px;
  margin-bottom: 18px;
}

.terms_lft_wrapper {
  max-width: 1218px;
}

.terms_faq_hdr {
  margin-bottom: 45px;
}

.terms_wrapper_faq .faq_ques {
  background-color: #e9f7f0;
}

.terms_wrapper_faq .faq_ques_new {
  background-color: #e9f7f0;
}

.terms_wrapper_faq .faq_ans_wrap {
  padding: 18px 10px 20px 13px;
}

.terms_wrapper_faq .faq_ans_wrap li a img {
  margin-right: 14px;
  max-width: 22px;
}

.terms_wrapper_faq .faq_ans_wrap:before {
  content: none;
}

.faq_ans_wrap p {
  margin-bottom: 15px;
}

.faq_ans_wrap p:last-child {
  margin-bottom: 0;
}

.offer_ques {
  padding: 24px 20px;
  background-color: #F5F7F9;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.offer_one .faq_ans_wrap:before {
  content: none;
}

.offer_one.is-open .faq_ques_plus img {
  transform: rotate(-47deg);
}

.offer_ques_new {
  padding: 24px 20px;
  background-color: #F5F7F9;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.offer_one_new .faq_ans_wrap:before {
  content: none;
}

.offer_one_new.is-open .faq_ques_plus img {
  transform: rotate(-47deg);
}

.offer_wrapper_faq .faq_ans_wrap {
  padding: 18px 10px 20px 13px;
}

.offer_one {
  margin-bottom: 10px;
}

.offer_one_new {
  margin-bottom: 10px;
}

.faq_ques_plus {
  flex-shrink: 0;
}

.offer_one.is-open {
  margin-bottom: 0px;
}

.offer_one_new.is-open {
  margin-bottom: 0px;
}

/* ------campus ------------------ */
.campus_crd_sec {
  background: rgba(119, 251, 160, 0.10);
}

.campus_image {
  height: 63px;
  width: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  margin-bottom: 20px;
}

.campus_innr {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.campus_innr h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.cmps_accre_sec {
  background: rgba(119, 251, 160, 0.10);
}

.campus_dtls_hdr h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.campus_dtls_hdr h2:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--sceondary-color);
  bottom: 0;
  left: 0;
}

.campus_dtls_hdr {
  margin-bottom: 40px;
}

.campus_hdr {
  color: var(--white-color);
  font-family: var(--body-font);
  text-transform: capitalize;
  margin-bottom: 14px;
  transition: 0.3s ease-in-out;
  line-height: 1.2;
  font-weight: 600;
  font-size: 24px;
  transition: 0.3s ease-in-out;
}

.campus_btn {
  margin-top: 50px;
}

.campus_slide {
  padding: 0 15px;
}

.campus_slider .slick-list {
  margin: 0 -15px;
}

.abt_crd_wrapper:hover .campus_hdr {
  color: var(--primary-color);
}

.globally_sec .inr-sub h3 {
  margin-bottom: 0;
}

.faq_one_new.is-open .faq_text h3 {
  text-decoration: underline;
}

.offer_one.is-open .faq_text h3 {
  text-decoration: underline;
}

.offer_one_new.is-open .faq_text h3 {
  text-decoration: underline;
}

.student_para {
  max-width: 878px;
  margin: 0 auto;
}

.student_para p {
  color: var(--white-color);
  margin-bottom: 12px;
}

.student_para p:last-child {
  margin-bottom: 0;
}

.student_card_sec .campus_image {
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.student_card_sec .campus_innr {
  background-color: #F5F7F9;
  padding: 72px 57px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.stdnt_cntnt_hd {
  font-size: 24px;
  font-family: var(--body-font);
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 12px;
  line-height: 1.2;
}

.student_card_sec .campus_row {
  --bs-gutter-y: 30px;
}

.student_cntnt p {
  margin-bottom: 27px;
}

.student_cntnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}

.stdnt_btn {
  margin-top: auto;
}

.stdnt_login_bnft li span {
  display: inline-block;
  font-weight: 600;
}

.stdnt_login_bnft li {
  margin-bottom: 15px;
  position: relative;
}

.stdnt_login_bnft li:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--primary-color);
  left: -13px;
  top: 10px;
}

.stdnt_login_bnft li:last-child {
  margin-bottom: 0;
}

.stdnt_login_bnft {
  padding: 0 0 0 26px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}

.stdnt_login_bnft:before {
  content: "";
  position: absolute;
  background-color: var(--sceondary-color);
  height: 100%;
  width: 3px;
  left: 0px;
  top: 0;
}

.studnt_login_bnft_sec p a {
  color: var(--body-color);
  text-decoration: underline !important;
  font-weight: 600;
}

.studnt_login_bnft_sec p a:hover {
  color: var(--primary-color);
}

.campus_image img {
  max-width: 58px;
  width: 100%;
}

.campus_crd_sec .campus_image img {
  max-width: 33px;
  width: 100%;
}

.vision-sec h2 {
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--libre-font);
}

.abt_future_rgt_hd h3 {
  text-transform: capitalize;
}

/* .abt_future_rgt_hd h2 {
    text-transform: capitalize;
} */

.inr-values h3 {
  text-transform: capitalize;
}

.terms_lft_wrapper p a {
  color: var(--body-color);
  transition: 0.3s ease-in-out;
}

.terms_lft_wrapper p a:hover {
  color: var(--primary-color);
}

.globally_sec.cmn-gap {
  padding: 80px 0;
}

.slider-btns {
  position: static;
  flex-direction: inherit;
  justify-content: flex-end;
  transform: none;
}

.wrap-hdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.wrap-campas .abt_fut_lft_video {
  margin-top: 50px;
  max-width: 1094px;
  margin: 50px auto 0;
}

.wrap-campas {
  max-width: 1500px;
  margin: 0 auto;
}

.colform {
  margin-bottom: 20px;
  padding: 0px 10px;
}

.roform {
  margin: 0px -10px -20px;
}

.wrap-formwhite {
  border-radius: 5px;
  padding: 32px 25px;
  border: 1px solid #BFCAD3;
  background-color: #fff;
}

.wrap-formwhite input[type="submit"] {
  width: 100%;
}

.wrap-formwhite input[type="text"].nobg {
  background-image: none;
}

.wrap-formwhite input[type="text"] {
  background-image: url(images/profile-img.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.wrap-formwhite input[type="email"] {
  background-image: url(images/mail-img.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 21px;
}

.wrap-formwhite input[type="tel"] {
  background-image: url(images/phone-img.svg);
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.wrap-formwhite label {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--primary-color);
}

.list-del {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: var(--primary-color);
  border-bottom: 4px solid var(--sceondary-color);
  min-height: 477px;
}

.list-del li a {
  padding: 14px 30px;
  background-color: var(--primary-color);
  display: inline-block;
  color: var(--white-color);
  border-bottom: 1px solid rgba(191, 202, 211, 0.2);
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}

.list-del li.active a,
.list-del li a:hover {
  background-color: var(--sceondary-color);
  color: var(--primary-color);
}

.wrap-imgdel {
  padding-top: 61.47%;
  position: relative;
  margin-top: 40px;
}

.wrap-imgdel img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wrap-itemstab .slider-btns {
  position: static;
  transform: none;
  justify-content: flex-end;
  padding-left: 23px;
}

.wrap-arww {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.linebigwrap {
  flex-grow: 1;
}

.linebigwrap img {
  width: 100%;
}

.row-form-del {
  margin-top: 70px;
}

.wrap-itemstab {
  display: none;
}

.wrap-itemstab.active {
  display: block;
}

.review-sec {
  width: 100%;
}

.review-sec img {
  width: 100%;
}

.wrapgrey {
  background-color: #F5F7F9;
}

.campus_dtls_page_sec .inr-subjects {
  max-width: 733px;
}

.campus_dtls_page_sec .inr-subjects h2 {
  line-height: 1.2;
}

.wrap-formwhite h3 {
  font-size: 28px;
  font-weight: 400;
}

.right_play_one p {
  font-size: 24px;
}

.campus_dtls_page_sec .inr-delails h3 {
  font-weight: 400;
}

.studnt_login_bnft_sec {
  background-color: #F5F7F9;
}

.abt_future_rgt_hd.center:after {
  left: 50%;
  transform: translateX(-50%);
}

.abt_future_rgt_hd.center {
  text-align: center;
}

.col-sub {
  padding: 0px 15px;
  margin-bottom: 30px;
}

.row-sub {
  margin: 0px -15px -30px;
}

.row-sub .blog_subhd h2 {
  color: #ffffff;
}

.row-sub .blog_crd_bx p,
.row-sub .abt_crd_wrapper {
  transition: 0.3s ease-in-out;
}

.row-sub .blog_crd_bx:hover .abt_crd_cntntbx,
.row-sub .abt_crd_wrapper:hover {
  background-color: rgba(119, 251, 160, 0.10);
}

.row-sub .blog_crd_bx:hover p,
.row-sub .blog_crd_bx:hover .blog_subhd h2 {
  color: var(--primary-color);
}

.img-lftfloat {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  max-width: 732px;
}

.img-lftfloat img {
  width: 100%;
}

.wrap-float-part {
  border-bottom: 1px solid #BFCAD3;
  margin-bottom: 40px;
  padding-bottom: 80px;
}

.inline-sec .abt_future_rgt_hd {
  display: inline-block;
}

.wrap-acc {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  background-color: #fff;
  border: 1px solid #BFCAD3;
  padding: 25px 22px;
  height: 100%;
}

.rgt-content-acc {
  padding-left: 40px;
  max-width: calc(100% - 220px);
  align-content: center;
}

.rgt-content-acc h3 {
  margin-bottom: 10px;
  font-family: var(--body-font);
  line-height: 1.2;
}

.lft-img-acc {
  max-width: 220px;
  width: 100%;
  background-color: #F5F7F9;
  padding: 8px 30px;
  height: 100%;
}

.lft-img-acc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.list-acc {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px -30px;
}

.list-acc li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.abt_future_rgt_hd {
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.abt_future_rgt_hd h2 {
  margin-bottom: 0;
}

.virsion-wrap {
  max-width: 1303px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.reverse-img-wrap {
  width: 100%;
}

.reverse-img-wrap img {
  width: 100%;
}

.content-reverse {
  margin-left: -90px;
  background-color: #F5FFF8;
  padding: 70px 50px;
  position: relative;
}

.row-reverse {
  align-items: center;
  margin-bottom: 70px;
  margin-top: 40px;
}

.row-reverse:nth-child(odd) .content-reverse {
  margin-left: 0;
  margin-right: -90px
}

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

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

.inr-box-small {
  background-color: #F5F7F9;
  padding: 26px 18px;
  height: 100%;
}

.inr-box-small h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.col-small-box {
  padding: 0px 12px;
  margin-bottom: 20px;
  width: 20%;
}

.row-small-box {
  margin: 0px -12px -20px;
  display: flex;
  flex-wrap: wrap;
}

.vision-wrap {
  max-width: 1324px;
  margin: 0px auto 30px;
  text-align: center;
}

.inr-values .blue-sub img {
  max-width: 50px;
  width: 100%;
}

.green-sec {
  background-color: #F5FFF8;
}

.green-sec .content-reverse {
  background-color: #F5F7F9;
}

.inr-values .blue-sub {
  height: 120px;
  width: 120px;
  margin: 0 auto 30px;
}

.inr-values {
  padding: 74px 62px 50px;
  background-color: #F5F7F9;
  text-align: center;
}

.row-boxvalues {
  margin: 0px -15px -30px;
  justify-content: center;
}

.col-values {
  padding: 0px 15px;
  margin-bottom: 30px;
}

.wrap-histery-img {
  max-width: 792px;
  margin-left: auto;
}

.wrap-histery-img img {
  width: 100%;
}

.histery-row {
  align-items: center;
}

.wrap-table {
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-bottom: 50px;
}

.wrap-table img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coltable {
  text-align: center;
  /* max-width: 169px; */
  max-width: 8.8%;
  display: flex;
  flex-direction: column;
  padding-top: 120px;
}

.coltable:first-child {
  padding-bottom: 169px !important;
}

.coltable:nth-child(odd) {
  padding-top: 0;
  flex-direction: column-reverse;
  padding-bottom: 120px;
}

.coltable:nth-child(odd) .wrap-text-table {
  margin-bottom: 0;
  margin-top: 20px;
}

.coltable:nth-child(odd) .table-line {
  padding-top: 0;
  padding-bottom: 56px;
  flex-direction: column-reverse;
}

.coltable:nth-child(odd) .table-line::before {
  top: auto;
  bottom: 0;
  height: 64px;
}

.coltable:nth-child(odd) .table-img {
  margin: 10px auto 15px;
}

.table-line {
  position: relative;
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 15px;
}

.wrap-table:before {
  content: '';
  position: absolute;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 24px;
  background-color: #D7D8DA;
}

.table-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 44px;
  background-color: #D7D8DA;
}

.wrap-text-table {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
  width: 100%;
  color: #3F4952;
}

.rowtable {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.rowtable:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
  height: 4px;
  width: calc(100% - 50px);
  background-color: #D7D8DA;
}

.rowtable:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  height: 24px;
  width: 18px;
  background-image: url(images/rgt-arw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
}

.table-img {
  margin: 0 auto 15px;
  max-width: 40px;
}

.table-img img {
  width: 100%;
}

/* 31-03-2026 start KM */
.search-bar-wrap input[type="text"] {
      padding-left: 11px;
}
/* 31-03-2026 end KM */

/* ========== responsive css =========== */

@media (min-width: 1400px) {
  .overview_sec {
    position: sticky;
    top: 5px;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}

@media (min-width: 1025px) {

  /* navbar*/
  /* navbar*/
  .navbar-nav .clickD {
    position: static;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 12px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}

@media (min-width: 1601px) {
  .container {
    max-width: 1920px;
    width: 100%;
    padding: 0 60px;
  }

}

/* @media(max-width:1919px) {

    h1,
    .h1-title {
        font-size: 40px;
        margin-bottom: 13px;
    }

    .bnrcont-subtext {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .bnr-content {
        max-width: 769px;
    }

    .navbar-nav>li>a {
        font-size: 13px;
    }

    .navbar-nav {
        margin-left: 35px;
    }

    .navbar-brand {
        width: 75px;
    }

    .navbar-nav>li {
        margin: 0 13px;
    }

    .upheader .navbar-nav>li>a {
        font-size: 10px;
    }

    .upheader .navbar-nav>li {
        margin: 0 6px;
        padding: 11px 0;
    }

    .search-bar-wrap {
        max-width: 136px;
        border-radius: 50px;
        margin-left: 14px;
    }

    .downheader {
        padding: 8px 0;
    }

    .search-bar-wrap input[type="text"] {
        width: calc(100% - 26px);
        font-size: 11px;
        height: 28px;
        padding-left: 11px;
    }

    .search-bar-wrap input[type="submit"] {
        width: 26px;
        background-size: 11px;
        height: 28px;
    }

    .cmn-btn {
        border-radius: 30px;
        padding: 9px 18px;
        font-size: 13px;
    }

    .wrap-btns li:not(:last-child) {
        margin-right: 15px;
    }

    .wrap-img-banner {
        min-height: 618px;
        padding: 38px 0;
    }

    .wrapbanner-search {
        height: 50px;
        margin-bottom: 24px;
    }
.wrapbanner-search input[type="text"] {
    font-size: 16px;
    padding-left: 21px;
    padding-right: 120px;
}

    .wrapbanner-search input[type="submit"] {
        font-size: 13px;
        background-position: left 21px center;
        background-size: 16px;
        min-width: 105px;
        height: 43px;
        padding-right: 10px;
        padding-left: 45px;
    }

    .list-populer li {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .list-populer {
        margin: 0px -5px -14px;
        max-width: 348px;
        max-width: 100%;
    }

    .populer-course>span {
        font-size: 9px;
        margin-bottom: 9px;
    }

    .cmn-gap {
        padding: 60px 0;
    }

    .cmn-tag {
        font-size: 9px;
        margin-bottom: 9px;
    }

    h2,
    .h2-title {
        font-size: 22px;
    }

    .inr-subjects {
        max-width: 654px;
    }

    .list-discover li a {
        font-size: 12px;
    }

    .list-discover li {
        margin-bottom: 4px;
    }

    .list-discover {
        margin-bottom: -4px;
    }

    .cmn-hdr {
        margin-bottom: 19px;
    }

    .logo-wrap {
        max-width: 130px;
        max-height: 130px;
    }

    .logo-slider .slick-slide {
        padding: 0px 10px;
    }

    .logo-slider .slick-list {
        margin: 0px -10px;
    }

    .logo-wrap {
        max-width: 120px;
        max-height: 120px;
    }

    .wrap-grey-box {
        padding: 43px 33px;
    }

    .inr-grey h3 {
        margin-bottom: 9px;
        font-size: 18px;
    }

    .inr-grey {
        max-width: 318px;
        font-size: 13px;
    }

    .logo-man {
        margin: 0 auto 18px;
    }

    .inr-simply {
        border-top-right-radius: 230px;
    }

    .simply-atag h3 {
        font-size: 18px;
    }

    .down-simply {
        padding: 23px 28px;
        font-size: 14px;
    }

    .col-simply {
        padding: 0px 11px 24px 11px;
    }

    .row-simply {
        margin: 0 -11px -24px -11px;
    }

    .blue-sub {
        height: 38px;
        width: 38px;
    }

    .inr-sub h3 {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .blue-sub img {
        max-width: 16px;
    }

    .row-sub {
        margin-bottom: -25px;
    }

    .col-sub {
        margin-bottom: 25px;
    }

    .wraph3 span {
        font-size: 38px;
    }

    .inr-sub p {
        font-size: 14px;
    }

    .student-slider .slick-slide {
        padding: 0px 10px;
    }

    .student-slider .slick-list {
        margin: 0px -10px;
        padding-right: 23%;
    }

    .down-bluestudent h3 {
        font-size: 18px;
    }

    .down-bluestudent {
        padding: 20px 20px;
    }

    .play-wrap>a {
        height: 46px;
        width: 46px;
    }

    .play-wrap p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .rght-play span {
        font-size: 14px;
    }

    .play-wrap>a img {
        max-width: 14px;
    }

    .play-wrap {
        padding: 15px 20px;
    }

    .rght-play {
        padding-left: 11px;
    }

    .wrap-singebtn {
        margin-top: 30px;
    }

    .bluekeft-box {
        max-width: 436px;
        font-size: 13px;
        padding: 38px 43px;
        padding-right: 100px;
    }

    .bluekeft-box h2 {
        margin-bottom: 8px;
    }

    .row-place {
        margin: 0px -11px;
    }

    .col-place {
        padding: 0px 11px;
    }

    .inr-place {
        font-size: 13px;
    }

    .lft-place h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .lft-place {
        width: calc(100% - 263px);
        padding: 16px 21px;
    }

    .rgt-place {
        width: 263px;
    }

    .slike-arw img {
        max-width: 14px;
    }

    .slike-arw {
        height: 38px;
        width: 38px;
    }

    .slider-btns {
        right: 50px;
    }

    .ftr-menu ul li a {
        font-size: 14px;
    }

    .ftr-fst-pnl {
        font-size: 14px;
    }

    .ftr-hd {
        margin-bottom: 12px;
        font-size: 10px;
    }

    .ftr-menu ul li:not(:last-child) {
        margin-bottom: 10px;
    }

    .copyrgt-wrp {
        font-size: 13px;
        padding: 21px 0;
    }

 .ftrscial-bx ul li a {
    width: 38px;
    height: 38px;
}

    .ftrscial-bx ul li a img {
        max-width: 16px;
    }

  .ftr-scnd-pnl {
    max-width: 280px;
}

    .ftr-hd {
        margin-bottom: 11px;
    }

    .fotr-top-wrp {
        padding: 60px 0;
    }

    .cmn-gap {
        padding: 64px 0;
    }

    .latstnews-row {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }

    .latstnews-wrpr {
        padding: 30px 28px 60px 28px;
    }

    body {
        font-size: 14px;
    }

    .latstnews-contbx {
        padding: 20px 18px;
    }

    h3,
    .h3-title {
        font-size: 18px;
    }

    .cmn-head {
        margin-bottom: 15px;
    }

    h2,
    .h2-title {
        font-size: 22px;
    }

    .ftr-fst-pnl {
        max-width: 405px;
    }

    .sudntstors-pnl {
        padding: 40px 49px 47px 49px;
    }

    .vwall-newsbutn {
        font-size: 12px;
    }

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

    .sdntstory-design {
        font-size: 17px;
        line-height: 1.2;
    }

    .sdntstor-name {
        font-size: 18px;
    }

    .sdntstor-imgbx {
        width: 77px;
        height: 77px;
        border-radius: 0px 40px 0px 0px
    }

    .sdntstor-namebx {
        width: calc(100% - 77px);
        padding-left: 14px;
        max-width: 275px;
    }

    .sdntstor-strt-qute {
        margin-bottom: 12px;
        max-width: 35px;
        height: auto;
    }

    .sdntstor-lastquote {
        max-width: 35px;
        height: auto;
    }

    .sdntstor-strt-qute>img,
    .sdntstor-lastquote>img {
        max-width: 35px;
    }

    .sudntstors-addpnl {
        margin-top: 50px;
    }

    .statement-pnl {
        padding: 29px 21px;
    }

    p {
        margin: 0 0 18px 0;
    }

    .ice-brekr-slide-arw {
        width: 35px;
        height: 35px;
    }

    .ice-brekr-slide-arw>img {
        max-width: 13px;
        width: 100%;
    }

    .ice-breakr-title {
        font-size: 32px;
    }

    .ice-breakr-cont-wrpr {
        padding: 34px 32px;
    }

    .ice-brekr-evntprgrs-hd {
        font-size: 12px;
    }

    .ice-breakr-slider-wrpr .ice-brekr-slide-arw-rgt {
        top: 32%;
    }

    .stydy-custom-dots ul li:not(:last-child) {
        margin-bottom: 25px;
    }

    .stydy-custom-dots ul li button {
        font-size: 11px;
        padding: 10px 5px;
    }

    .stydy-custom-dots ul {
        max-width: 100px;
    }

    .sdntstor-stry-infobx {
        margin-top: 25px;
    }

    .latstnews-subhd {
        margin-bottom: 8px;
    }

    .ftr-four-pnl {
        max-width: 145px;
    }

    .stydy-custom-dots ul li button {
        border-left: 1px solid rgba(2, 56, 103, 0.45);
    }

    .stydy-custom-dots ul li.slick-active button {
        border-left: 2px solid rgba(2, 56, 103, 1);
    }

    .wheretostydy-hdbx {
        margin-bottom: 32px;
    }
    .whr-to-stydy-contbx p{
        font-size: 13px;
    }
    .whr-to-stydy-contbx {
    max-width: 500px;
}
 .ice-brekr-evnt-prgrsbx { 
    margin-top: 33px;
}
.ice-brekr-evntprgrnme { 
    font-size: 10px; 
}
.ice-breakr-rgtcol {
    padding: 32px 100px 32px 0;
} 
.sdntstors-add-lftbx-inr p,
.latstnews-contbx p{
    font-size: 13px;
}
.sudntstrs-addimgbx { 
    border-radius: 130px 0px 0px 0px; 
}
.sdntstors-add-lftbx-inr { 
    max-width: 648px; 
}
.ftrscialhd {
    font-size: 10px; 
    margin-bottom: 13px;
}
.ftrscial-bx ul li { 
    padding: 0 2px;
}
.ftrscial-bx ul { 
    margin: 0 -2px; 
}
.sub-menu>li>a{
    font-size: 12px;
}
.navbar-nav .clickD{
    background-size: 10px;
}
.subjects-sec.cmn-gap{
    padding-top: 29px;
}
} */

@media (max-width: 1799px) {
  .sudntstors-add-lftbx {
    width: calc(100% - 500px);
    padding: 48px 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sudntstrs-addimgbx {
    max-width: 500px;
  }

  .ice-breakr-cont-inr {
    max-width: 528px;
    width: 100%;
  }

  .stydy-custom-dots ul li button {
    font-size: 12px;
  }

  .latstnews-arw {
    width: 15px;
    height: 18px;
  }

  .simply-atag>img {
    max-width: 15px;
    width: 100%;
  }

  .number_innr_wrap {
    width: 280px;
    height: 280px;
  }

  .faq_ans_wrap {
    padding: 14px 45px 20px 36px;
  }

  .course_bann_col_rgt,
  .course_bann_col_lft {
    width: 50%;
  }

  /* 23.3.26 */
  .content-reverse {
    padding: 40px 40px;
  }

  .wrap-table {
    height: 70px;
    width: 70px;
  }

  .rowtable:before {
    /* width: 97.7%;  */
  }

  .table-line {
    font-size: 14px;
  }

  .coltable {
    max-width: 9.4%;
    /* max-width: 140px;  */
    padding-top: 129px;
  }

  .coltable:nth-child(odd) {
    padding-bottom: 129px;
  }

  .rowtable:before {
    width: calc(100% - 34px);
  }

  /* 23.3.26 */
}

@media (max-width: 1699px) {
  .module_lft {
    padding-right: 120px;
  }

  .study_lft {
    padding-right: 120px;
  }

  .entry_lft {
    padding-right: 120px;
  }

  .fee_lft {
    padding-right: 120px;
  }

  .career_lft {
    padding-right: 120px;
  }

  .table_wrapper thead tr th {
    padding: 34px 18px;
  }

  .what_student_rgt {
    max-width: 686px;
    margin-left: auto;
  }
}

@media (max-width: 1599px) {
  .navbar-nav>li>a {
    font-size: 15px;
  }

  .navbar-nav>li {
    margin: 0 12px;
  }

  .navbar-nav {
    margin-left: 40px;
  }

  /* .wrap-btns .cmn-btn{
    padding: 13px 18px;
    font-size: 15px;
} */
  h1,
  .h1-title {
    margin-bottom: 13px;
  }

  .place_sec.cmn-gap {
    padding-top: 50px !important;
  }

  .bnrcont-subtext {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .bnr-content {
    max-width: calc(100% - 700px);
  }

  .banner-girl-img {
    max-width: 700px;
  }

  .navbar-nav {
    margin-left: 35px;
  }

  .navbar-brand {
    width: 75px;
  }

  .upheader .navbar-nav>li {
    margin: 0 5px;
    padding: 11px 0;
  }

  .downheader {
    padding: 8px 0;
  }

  .wrap-img-banner {
    min-height: 618px;
    padding: 38px 0;
  }

  .wrapbanner-search {
    height: 50px;
    margin-bottom: 24px;
  }

  .wrapbanner-search input[type="text"] {
    font-size: 16px;
    padding-left: 21px;
    padding-right: 120px;
  }

  .wrapbanner-search input[type="submit"] {
    font-size: 13px;
    background-position: left 21px center;
    background-size: 16px;
    min-width: 105px;
    height: 43px;
    padding-right: 10px;
    padding-left: 45px;
  }

  .list-populer li {
    margin-bottom: 14px;
    font-size: 13px;
  }

  .list-populer {
    margin: 0px -5px -14px;
    /* max-width: 348px;
        max-width: 100%; */
    max-width: 580px;
    width: 100%;
  }

  .populer-course>span {
    font-size: 9px;
    margin-bottom: 9px;
  }

  .cmn-gap {
    padding: 60px 0;
  }

  .inr-subjects {
    max-width: 654px;
  }

  .list-discover {
    margin-bottom: -4px;
  }

  .cmn-hdr {
    margin-bottom: 19px;
  }

  .logo-wrap {
    max-width: 130px;
    max-height: 130px;
  }

  .logo-slider .slick-slide {
    padding: 0px 10px;
  }

  .logo-slider .slick-list {
    margin: 0px -10px;
  }

  .logo-wrap {
    max-width: 120px;
    max-height: 120px;
  }

  .wrap-grey-box {
    padding: 43px 33px;
  }

  .inr-grey h3 {
    margin-bottom: 9px;
    font-size: 18px;
  }

  .inr-grey {
    max-width: 318px;
  }

  .logo-man {
    margin: 0 auto 18px;
  }

  .inr-simply {
    border-top-right-radius: 230px;
  }

  .simply-atag h3 {
    font-size: 18px;
  }

  .down-simply {
    padding: 23px 28px;
  }

  .col-simply {
    padding: 0px 11px 24px 11px;
  }

  .row-simply {
    margin: 0 -11px -24px -11px;
  }

  .blue-sub {
    height: 38px;
    width: 38px;
  }

  .blue-sub img {
    max-width: 16px;
  }

  .row-sub {
    margin-bottom: -25px;
  }

  .col-sub {
    margin-bottom: 25px;
  }

  .wraph3 span {
    font-size: 38px;
  }

  .student-slider .slick-slide {
    padding: 0px 10px;
  }

  .student-slider .slick-list {
    margin: 0px -10px;
    padding-right: 23%;
  }

  .down-bluestudent h3 {
    font-size: 20px;
  }

  .down-bluestudent {
    padding: 20px 20px;
  }

  .play-wrap>a {
    height: 46px;
    width: 46px;
  }

  .play-wrap>a img {
    max-width: 14px;
  }

  .play-wrap {
    padding: 15px 20px;
  }

  .rght-play {
    padding-left: 11px;
  }

  .wrap-singebtn {
    margin-top: 30px;
  }

  .bluekeft-box {
    max-width: 500px;
    width: 100%;
    font-size: 16px;
    padding: 38px 43px;
    padding-right: 100px;
  }

  .bluekeft-box h2 {
    margin-bottom: 8px;
  }

  .row-place {
    margin: 0px -11px;
  }

  .col-place {
    padding: 0px 11px;
  }

  .lft-place h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .lft-place {
    width: calc(100% - 263px);
    padding: 16px 21px;
  }

  .rgt-place {
    width: 263px;
  }

  .slike-arw img {
    max-width: 14px;
  }

  .slike-arw {
    height: 38px;
    width: 38px;
  }

  .slider-btns {
    right: 50px;
  }

  .ftr-menu ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .ftr-scnd-pnl {
    max-width: 280px;
  }

  .fotr-top-wrp {
    padding: 60px 0;
  }

  .cmn-gap {
    padding: 64px 0;
  }

  .latstnews-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }

  .latstnews-wrpr {
    padding: 30px 28px 60px 28px;
  }

  body {
    font-size: 16px;
  }

  .latstnews-contbx {
    padding: 20px 18px;
  }

  h3,
  .h3-title {
    font-size: 20px;
  }

  .cmn-head {
    margin-bottom: 15px;
  }

  .ftr-fst-pnl {
    max-width: 405px;
  }

  .sudntstors-pnl {
    padding: 40px 49px 47px 49px;
  }

  .sdntstory-design {
    font-size: 18px;
    line-height: 1.2;
  }

  .sdntstor-name {
    font-size: 20px;
  }

  .sdntstor-imgbx {
    width: 77px;
    height: 77px;
    border-radius: 0px 40px 0px 0px;
  }

  .sdntstor-namebx {
    width: calc(100% - 77px);
    padding-left: 14px;
    max-width: 275px;
  }

  .sdntstor-strt-qute {
    margin-bottom: 12px;
    max-width: 35px;
    height: auto;
  }

  .sdntstor-lastquote {
    max-width: 35px;
    height: auto;
  }

  .sdntstor-strt-qute>img,
  .sdntstor-lastquote>img {
    max-width: 35px;
  }

  .sudntstors-addpnl {
    margin-top: 50px;
  }

  .statement-pnl {
    padding: 29px 21px;
  }

  p {
    margin: 0 0 18px 0;
  }

  .ice-brekr-slide-arw {
    width: 35px;
    height: 35px;
  }

  .ice-brekr-slide-arw>img {
    max-width: 13px;
    width: 100%;
  }

  .ice-breakr-title {
    font-size: 32px;
  }

  .ice-breakr-cont-wrpr {
    padding: 34px 32px;
  }

  .ice-breakr-slider-wrpr .ice-brekr-slide-arw-rgt {
    top: 32%;
  }

  .stydy-custom-dots ul li:not(:last-child) {
    margin-bottom: 25px;
  }

  .stydy-custom-dots ul li button {
    font-size: 12px;
    padding: 10px 5px;
  }

  .stydy-custom-dots ul {
    max-width: 100px;
  }

  .sdntstor-stry-infobx {
    margin-top: 25px;
  }

  .latstnews-subhd {
    margin-bottom: 8px;
  }

  .ftr-four-pnl {
    max-width: 145px;
  }

  .stydy-custom-dots ul li button {
    border-left: 1px solid rgba(2, 56, 103, 0.45);
  }

  .stydy-custom-dots ul li.slick-active button {
    border-left: 2px solid rgba(2, 56, 103, 1);
  }

  .wheretostydy-hdbx {
    margin-bottom: 32px;
  }

  .whr-to-stydy-contbx {
    max-width: 500px;
  }

  .ice-brekr-evnt-prgrsbx {
    margin-top: 33px;
  }

  .ice-brekr-evntprgrnme {
    font-size: 12px;
  }

  .ice-breakr-rgtcol {
    padding: 32px 100px 32px 0;
  }

  .sudntstrs-addimgbx {
    border-radius: 130px 0px 0px 0px;
  }

  .sdntstors-add-lftbx-inr {
    max-width: 648px;
  }

  .ftrscialhd {
    font-size: 10px;
    margin-bottom: 13px;
  }

  .ftrscial-bx ul li {
    padding: 0 2px;
  }

  .ftrscial-bx ul {
    margin: 0 -2px;
  }

  .sub-menu>li>a {
    font-size: 12px;
  }

  .navbar-nav .clickD {
    background-size: 10px;
  }

  .subjects-sec.cmn-gap {
    padding-top: 29px;
  }

  /*how to apply*/
  .hwto-apply-contnt {
    font-weight: 600;
    font-size: 19px;
    color: var(--primary-color);
  }

  /*how to apply*/

  /* -------about us---------- */
  .number_row {
    justify-content: center;
  }

  .abt_fut_lft {
    padding-right: 20px;
  }

  .abt_fut_lft p {
    font-size: 19px;
  }

  .num_count {
    font-size: 58px;
  }

  .number_innr_wrap {
    width: 250px;
    height: 250px;
  }

  /* -------about us---------- */
  /* ------busi -------------*/
  .business_bann_wrapper .wrapbanner-search {
    max-width: 800px;
    margin: 0 auto;
  }

  .module_lft {
    padding-right: 50px;
  }

  .study_lft {
    padding-right: 50px;
  }

  .entry_lft {
    padding-right: 50px;
  }

  .fee_lft {
    padding-right: 50px;
  }

  .career_lft {
    padding-right: 50px;
  }

  /* Support mar 9 */
  body {
    padding-top: 133px;
  }

  /*support css update 10/3/2026*/
  .mega-menu {
    top: 157px;
  }

  .navbar-nav>li.menu-item::after {
    bottom: -41px;
  }

  /*support css update 10/3/2026*/

  /* 23.3.26 */
  .table-line {
    font-size: 12px;
  }

  .coltable {
    /* max-width: 120px;  */
    max-width: 9.3%;
  }

  .coltable:nth-child(odd) .table-line {
    padding-bottom: 64px;
  }

  .rowtable:before {
    /* width: 97.4%; */
  }

  .coltable {
    padding-top: 120px;
  }

  .coltable:nth-child(odd) {
    padding-bottom: 120px;
  }

  /* 23.3.26 */

  /* 24.3.26 */
  .list-del {
    min-height: 347px;
  }


  /* 24.3.26 */
}

@media (max-width: 1499px) {
  .num_txt {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 20px;
  }

  h1,
  .h1-title {
    font-weight: 600;
    font-size: 50px;
  }

  .dis_filter_lft,
  .dis_filter_rgt {
    width: 100%;
  }

  .dis_filter_dropdownrow {
    max-width: 100%;
    margin: 0 -10px;
  }

  .dis_filter_dropdowncol {
    width: 33.33%;
    padding: 0 10px;
  }

  .dis_filter_dropdownrow {
    flex-direction: unset;
  }

  .dis_filter_dropdowncol .filter-dropdwn-menu {
    position: absolute;
  }

  .filter_dropdown_menu {
    z-index: 2;
  }

  .dis_filter_dropdowncol .filter-dropdwn-box.active .filter-dropdwn-inner {
    border-top: 1px solid #bfcad320;
    padding: 20px;
    margin-top: 20px;
  }

  .filter_dropdown_menu .filter-dropdwn-inner {
    padding: 20px;
  }

  .sumry_txt {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
  }

  /* Support mar 9 */
  body {
    padding-top: 122px;
  }

  /* 23.3.26 */
  .img-lftfloat {
    max-width: 462px;
  }

  .rgt-content-acc {
    padding-left: 20px;
    max-width: calc(100% - 150px);
  }

  .lft-img-acc {
    max-width: 150px;
    padding: 8px 20px;
  }

  .coltable {
    /* max-width: 100px; */
    /* max-width: 5.21%; */
  }

  .coltable:nth-child(odd) .table-line {
    padding-bottom: 55px;
  }

  .rowtable:before {
    /* width: 96.8%; */
  }

  .inr-values {
    padding: 50px 30px;
  }

  .reverse-img-wrap img {
    height: 100%;
    object-fit: cover;
  }

  .reverse-img-wrap {
    height: 100%;
  }

  .row-reverse {
    align-items: inherit;
  }

  .content-reverse {
    padding: 30px 25px;
  }

  .coltable:first-child {
    padding-bottom: 161px !important;
  }

  .coltable {
    padding-top: 110px;
  }

  .coltable:nth-child(odd) {
    padding-bottom: 111px;
  }

  /* 23.3.26 */

  /* ----------campus ----------- */
  .student_card_sec .campus_image {
    height: 90px;
    width: 90px;
  }

  .campus_image img {
    max-width: 42px;
  }

  .student_card_sec .campus_innr {
    padding: 72px 28px;
  }

  /* 24.3.26 */
  .colform {
    width: 100%;
  }

  /* 24.3.26 */
}

@media (max-width: 1399px) {
  .bnr-content {
    max-width: 620px;
  }

  .banner-girl-img {
    max-width: 500px;
  }

  .wrap-img-banner {
    min-height: 548px;
  }

  .inr-simply {
    border-top-right-radius: 190px;
  }

  .student-slider .slick-list {
    padding-right: 16%;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  .rgt-place {
    width: 220px;
  }

  .lft-place {
    width: calc(100% - 220px);
  }

  .navbar-nav {
    margin-left: 20px;
  }

  .wrap-btns .cmn-btn {
    padding: 13px 17px;
    font-size: 15px;
  }

  .navbar-brand {
    max-width: 80px;
  }

  .bnr-content {
    max-width: calc(100% - 500px);
  }

  h1,
  .h1-title {
    font-size: 40px;
  }

  .hwto-apply-contnt {
    font-size: 17px;
  }

  .hwenrolbutn {
    font-size: 20px;
  }

  /* --------about us ---------------- */
  .abt_future_col {
    width: 100%;
  }

  .abt_future_row {
    flex-direction: column-reverse;
    --bs-gutter-y: 30px;
  }

  .abt_student_inr {
    padding-top: 49%;
  }

  .abt_fut_lft p {
    margin-bottom: 25px;
  }

  .rght-play p {
    margin-bottom: 0px !important;
  }

  .abt_fut_lft {
    padding-right: 0;
  }

  .number_innr_wrap {
    width: 220px;
    height: 220px;
  }

  .num_count {
    font-size: 50px;
  }

  /* --------about us ---------------- */
  /* --------busi -------------------- */
  .business_bann_wrapper .wrapbanner-search {
    max-width: 600px;
  }

  .faq_text h3 {
    font-size: 16px;
  }

  .faq_ans_wrap {
    padding: 14px 36px 20px 36px;
  }

  .faq_ans_wrap p {
    font-size: 15px;
  }

  .busi_image_lft p {
    font-size: 24px;
    line-height: 1.3;
  }

  .start_crd_txt {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .sumry_txt {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
  }

  /*support css update 10/3/2026*/
  .mega-left li a {
    font-size: 15px;
  }

  .mega-middle a {
    font-size: 15px;
  }

  .mega-middle {
    gap: 13px;
  }

  .mega-container {
    padding: 15px;
  }

  /*support css update 10/3/2026*/

  /* 23.3.26 */
  .coltable:first-child {
    padding-bottom: 171px !important;
  }

  .coltable {
    padding-top: 121px;
  }

  .coltable:nth-child(odd) {
    padding-bottom: 123px;
  }

  /* 23.3.26 */
}

@media (max-width: 1279px) {
  .latstnews-row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 20px;
  }

  .latstnews-wrpr {
    padding: 30px 28px 35px 28px;
  }

  .populer-course>span {
    font-size: 12px;
  }

  .navbar-brand {
    max-width: 75px;
  }

  .wrap-btns li:not(:last-child) {
    margin-right: 15px;
  }

  .navbar-nav>li {
    margin: 0 10px;
  }

  .navbar-nav>li>a {
    font-size: 14px;
  }

  .wrap-btns .cmn-btn {
    font-size: 14px;
  }

  .whr-to-stydy-contbx .ice-breakr-title {
    font-size: 40px;
  }

  /*how to apply*/
  .fltr-itm-row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  /*how to apply*/
  /* --------------about us ------------- */
  .abt_bann_wrapper {
    padding: 115px 0 100px 0;
  }

  .abt_subject_lft_col h2 {
    line-height: 1.3;
  }

  .abt_crd_cntntbx {
    padding: 23px 25px 30px 25px;
  }

  .number_row {
    justify-content: center;
  }

  .number_innr_wrap {
    padding: 10px;
  }

  .num_count {
    font-size: 50px;
  }

  .num_txt {
    font-size: 18px;
  }

  .number_cntnt {
    text-align: center;
    max-width: 244px;
  }

  .number_innr_wrap {
    width: 200px;
    height: 200px;
  }

  .start_col {
    width: 50%;
  }

  .start_row {
    --bs-gutter-y: 30px;
  }

  .entry_lft .h2-title:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--sceondary-color);
    top: 61px;
    left: 0;
  }

  /* --------------about us ------------- */

  .what_student_col_lft,
  .what_student_col_rgt {
    width: 100%;
  }

  .what_student_lft {
    max-width: 100%;
  }

  .what_student_rgt {
    max-width: 100%;
  }

  .what_student_row {
    --bs-gutter-y: 40px;
  }

  .table_wrapper thead tr th {
    padding: 15px 18px;
  }

  /* 24.3.26 */

  .delformone {
    width: 40%;
  }

  .delformtwo {
    width: 60%;
  }

  .delformthree {
    width: 100%;
  }

  .col-delform {
    margin-bottom: 30px;
  }

  /* 24.3.26 */
}

@media (max-width: 1199px) {
  .fotr-top-wrp {
    padding: 45px 0;
  }

  .wrap-btns .cmn-btn {
    padding: 9px 10px;
    font-size: 13px;
  }

  .wrap-btns li:not(:last-child) {
    margin-right: 7px;
  }

  .navbar-nav>li {
    margin: 0 6px;
  }

  .navbar-nav {
    margin-left: 15px;
  }

  .wrap-img-banner {
    min-height: 478px;
  }

  h1,
  .h1-title {
    font-size: 38px;
    margin-bottom: 13px;
  }

  .cmn-tag {
    font-size: 12px;
  }

  .list-discover li a {
    font-size: 15px;
  }

  .inr-grey {
    font-size: 15px;
  }

  .wrap-grey-box {
    padding: 25px;
  }

  .col-grey {
    padding: 0 24px;
  }

  .down-simply {
    padding: 23px;
  }

  .wraph3 span {
    line-height: 1;
  }

  .cmn-btn {
    font-size: 16px;
  }

  .down-bluestudent {
    padding: 15px;
  }

  .play-wrap {
    padding: 15px 15px;
  }

  .bluekeft-box {
    font-size: 15px;
  }

  .lft-place {
    padding: 15px;
  }

  .wheretostydy-hdbx {
    margin-bottom: 20px;
  }

  .stydy-custom-dots ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .stydy-custom-dots ul li button {
    font-size: 13px;
  }

  .wheretostydy-rgt-inr {
    padding-left: 0;
  }

  .wheretostydy-imgslidr-wrp {
    height: 100%;
  }

  .wheretostydy-slider .slick-list,
  .wheretostydy-slider {
    height: 100%;
  }

  .wheretostydy-slider .slick-track {
    height: 100%;
  }

  .ice-brekr-evntprgrnme {
    font-size: 12px;
  }

  .ice-brekr-evntprgrs-hd {
    font-size: 15px;
  }

  .ice-breakr-rgtcol {
    padding: 32px 74px 32px 0;
  }

  .ice-breakr-cont-wrpr {
    padding: 28px;
  }

  .sudntstor-slider .slick-list {
    margin: 0 -24px;
  }

  .sudntstor-slide {
    padding: 0 24px;
  }

  .sudntstors-addpnl {
    margin-top: 30px;
  }

  .sudntstors-add-lftbx {
    padding: 30px;
  }

  .sudntstors-pnl {
    padding: 35px 35px;
  }

  .latstnews-contbx {
    padding: 15px;
  }

  .cus-container {
    padding-left: 24px;
  }

  .list-populer li {
    width: 33.33%;
  }

  .upheader .navbar-nav>li>a {
    font-size: 14px;
  }

  .container {
    padding: 0 48px;
  }

  .upheader .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-brand {
    max-width: 64px;
  }

  .navbar-nav>li>a {
    font-size: 12px;
  }

  .search-bar-wrap input[type="text"] {
    width: calc(100% - 26px);
    font-size: 13px;
    height: 28px;
    padding-left: 11px;
  }

  .search-bar-wrap input[type="submit"] {
    width: 26px;
    background-size: 11px;
    height: 28px;
  }

  .search-bar-wrap {
    max-width: 136px;
    border-radius: 50px;
    margin-left: 14px;
  }

  body {
    font-size: 15px;
  }

  .play-wrap p {
    font-size: 16px;
    margin-bottom: 0;
  }

  .rght-play span {
    font-size: 15px;
  }

  .sdntstors-add-lftbx-inr p {
    font-size: 15px;
  }

  .vwall-newsbutn span>img {
    max-width: 16px;
    width: 100%;
  }

  .ftr-fst-pnl {
    font-size: 14px;
  }

  .ftr-hd {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .ftr-menu ul li a {
    font-size: 14px;
  }

  .copyrgt-wrp {
    font-size: 14px;
    padding: 21px 0;
  }

  .ftrscial-bx ul li a {
    width: 38px;
    height: 38px;
  }

  .ftrscial-bx ul li a img {
    max-width: 16px;
  }

  /*how to apply*/
  .fltr-itm-col {
    width: 33.33%;
  }

  .appliguide-step-col {
    width: 50%;
  }

  .appliguide-step-row {
    --bs-gutter-y: 24px;
  }

  .appliguide-step-hd {
    margin-bottom: 10px;
  }

  .filter-dropdwn-box {
    padding: 14px 14px;
  }

  .filterpnl {
    padding: 25px;
  }

  .howenrol-butnitm .cmn-btn {
    padding: 13px 24px;
  }

  .hwto-apply-contnt {
    font-size: 16px;
  }

  .filter-rgtcol {
    width: 100%;
  }

  .filterbutn-col {
    width: 100%;
  }

  .filter-rgtcol {
    margin-top: 15px;
  }

  .filter-dropdwn-pnl {
    padding-left: 0;
  }

  .filter-dropdwn-box {
    max-width: 100%;
  }

  .filter-dropdwnrow {
    width: auto;
    margin: 0 -7px;
  }

  .filter-dropdwn-col {
    padding: 0 7px;
  }

  .hwenrol-vdeoicon {
    width: 40px;
    height: 40px;
  }

  .hwenrol-vdeoicon>img {
    max-width: 15px;
  }

  /*how to apply*/
  /* -------about ----------- */
  .abt_card_col {
    width: 50%;
  }

  .number_col {
    width: 33.33%;
  }

  .number_innr_wrap {
    width: 230px;
    height: 230px;
  }

  .abt_fut_lft_video {
    margin-top: 30px;
  }

  /* -------about ----------- */
  .faq_text h3 {
    font-size: 16px;
    line-height: 1.6;
  }

  .overview_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -15px;
    align-items: center;
  }

  .overview_lft,
  .overview_rgt {
    padding: 15px;
  }

  .course_bann_col_rgt,
  .course_bann_col_lft {
    width: 100%;
  }

  .course_bann_col_lft {
    text-align: center;
    margin-bottom: 30px;
  }

  .course_bann_wrapper {
    padding: 30px 0;
  }

  .course_pagination .breadcrumb {
    justify-content: center;
  }

  .course_sub_col {
    width: 50%;
  }

  .course_sub_row {
    --bs-gutter-y: 30px;
  }

  .quick_col {
    width: 50%;
  }

  .quick_row {
    --bs-gutter-y: 50px;
  }

  .module_col_lft,
  .module_col_rgt {
    width: 100%;
  }

  .module_lft {
    padding-right: 0px;
  }

  .study_lft {
    padding-right: 0px;
  }

  .entry_lft {
    padding-right: 0px;
  }

  .fee_lft {
    padding-right: 0px;
  }

  .career_lft {
    padding-right: 0px;
  }

  .module_row {
    --bs-gutter-y: 50px;
  }

  .study_col_lft,
  .study_col_rgt {
    width: 100%;
  }

  .study_row {
    --bs-gutter-y: 50px;
  }

  .entry_col_lft,
  .entry_col_rgt {
    width: 100%;
  }

  .entry_row {
    --bs-gutter-y: 50px;
  }

  .fee_col_lft,
  .fee_col_rgt {
    width: 100%;
  }

  .fee_row {
    --bs-gutter-y: 50px;
  }

  .career_col_lft,
  .career_col_rgt {
    width: 100%;
  }

  .career_row {
    --bs-gutter-y: 50px;
  }

  /*support css update 10/3/2026*/
  .menu-item.has-megamenu .menuD {
    filter: brightness(1) invert(1);
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    background-size: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
  }

  .menu-item.has-megamenu {
    position: relative;
    padding-right: 25px;
  }

  .mega-menu {
    top: 142px;
  }

  .mega-right {
    padding: 15px;
    width: 30%;
  }

  .megatab {
    width: 70% !important;
  }

  .mega-right p {
    line-height: 1.4;
    font-size: 15px;
  }

  .mega-middle a {
    font-size: 12px;
  }

  .mega-left li a {
    font-size: 13px;
  }

  /*support css update 10/3/2026*/
  /* 23.3.26 */
  .col-sub {
    width: 50%;
  }

  .content-reverse {
    margin-left: 0;
  }

  .row-reverse:nth-child(odd) .content-reverse {
    margin-right: 0;
  }

  .col-small-box {
    width: 33.33%;
  }

  .col-values {
    width: 50%;
  }

  .col-reverse {
    margin-bottom: 20px;
  }

  .row-reverse {
    margin-bottom: -20px;
  }

  .col-histery {
    width: 100%;
    margin-bottom: 30px;
  }

  .histery-row {
    margin-bottom: -30px;
  }

  .wrap-histery-img {
    max-width: 100%;
    margin-left: 0;
  }

  .rowtable:after,
  .wrap-table:before,
  .rowtable:before {
    display: none;
  }

  .coltable {
    padding-top: 0;
    max-width: 100%;
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 30px;
  }

  .wrap-table {
    margin: 0 auto;
  }

  .coltable:nth-child(odd) {
    flex-direction: column;
    padding-bottom: 0;
  }

  .table-line {
    font-size: 15px;
  }

  .rowtable {
    justify-content: center;
  }

  .coltable:nth-child(odd) .table-img {
    margin: 0 auto 15px;
  }

  .coltable:nth-child(odd) .table-line {
    padding-bottom: 0;
    flex-direction: column;
    padding-top: 56px;
  }

  .coltable:nth-child(odd) .table-line::before {
    top: 0;
    bottom: auto;
    height: 44px;
  }

  .coltable:nth-child(odd) .wrap-text-table {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .coltable:first-child {
    padding-bottom: 0 !important;
    width: 100%;
  }
}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: static;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/

  /* ----------about us */
  .num_count {
    font-size: 40px;
    margin-bottom: 0;
  }

  /* ----------about us */

  .fancybox__slide {
    padding: 47px 20px 20px 20px;
  }

  .start_icon {
    height: 90px;
    width: 90px;
  }

  .start_icon img {
    max-width: 37px;
    width: 100%;
  }

  .what_student_sec.cmn-gap {
    padding-top: 0;
  }

  /*support css update 10/3/2026*/
  .menu-item.has-megamenu .clickD {
    width: 12px;
    height: 12px;
    background-size: 11px;
    top: 18px;
  }

  .menu-item.has-megamenu {
    padding-right: 18px;
  }

  .navbar-nav {
    margin-left: 7px;
  }

  .wrap-btns .cmn-btn {
    font-size: 12px;
  }

  /*support css update 10/3/2026*/
}

@media (max-width: 991px) {

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 30px;
    margin-left: 24px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -2px;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav>li>a {
    padding: 8px 12px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px;
  }

  .sub-menu>li>a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition:
      transform 0.2s ease-in-out,
      -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
    padding-bottom: 30px;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition:
      transform 0.2s ease-in-out,
      -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */

  /*css update 10feb 2026*/
  .ftrcol-fst {
    width: 100%;
    margin-bottom: 30px;
  }

  .ftrcol-scnd {
    width: 38%;
  }

  .ftrcol-thrd {
    width: 30%;
  }

  .ftrcol-four {
    width: 32%;
  }

  .ftr-scnd-pnl {
    margin-left: 0;
  }

  .ftr-fst-pnl {
    max-width: 900px;
    text-align: left;
    margin: 0;
  }

  .ftrscial-bx ul {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  /*css update 10feb 2026*/
  .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .wrap-btns {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 6px;
  }

  .banner-girl-img {
    position: static;
    max-width: 100%;
    width: 100%;
  }

  .wrap-img-banner {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .bnr-content {
    max-width: 100%;
    padding: 40px 0 40px 0;
  }

  h1,
  .h1-title {
    font-size: 32px;
  }

  .col-subjects {
    width: 100%;
  }

  .row-subjects {
    --bs-gutter-y: 18px;
  }

  .col-grey {
    padding: 0 12px;
  }

  .wrap-grey-box {
    padding: 23px 18px;
  }

  .inr-simply {
    border-top-right-radius: 100px;
  }

  .simply-img {
    padding-top: 50%;
  }

  .bluekeft-box {
    padding: 30px;
  }

  .col-place {
    width: 100%;
    margin-bottom: 20px;
  }

  .col-place:last-child {
    margin-bottom: 0;
  }

  .lft-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inr-place {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .inr-subjects {
    max-width: 100%;
  }

  .wheretostydy-lftcol,
  .wheretostydy-rgtcol {
    width: 100%;
  }

  .whr-to-stydy-cont-slidr-lft {
    width: 100%;
    padding-right: 0;
  }

  .whr-to-stydy-cont-slidr-wrpr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .stydy-custom-dots-rgt {
    width: 100%;
    margin-top: 20px;
  }

  .stydy-custom-dots {
    padding-right: 0;
  }

  .stydy-custom-dots ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .stydy-custom-dots ul li {
    margin-right: 12px;
  }

  .stydy-custom-dots ul li:not(:last-child) {
    margin-bottom: 0;
  }

  .stydy-custom-dots ul li button {
    border-left: none;
    font-size: 0;
    width: 40px;
    height: 2px;
    padding: 0;
    background-color: rgba(2, 56, 103, 0.45);
  }

  .stydy-custom-dots ul li.slick-active button {
    border-left: none;
    background-color: rgba(2, 56, 103, 1);
  }

  .whr-to-stydy-contbx {
    max-width: 100%;
  }

  .wheretostydyimg-butnbx .ice-brekr-slide-arw-rgt {
    position: absolute;
    right: 0;
    top: auto;
    bottom: -48px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    display: none !important;
  }

  .sudntstor-slider .slick-list {
    margin: 0 -12px;
  }

  .sudntstor-slide {
    padding: 0 12px;
  }

  .sdntstor-imgbx {
    width: 70px;
    height: 70px;
    border-radius: 0px 30px 0px 0px;
  }

  .latstnews-col {
    width: 50%;
  }

  .sudntstors-addpnl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sudntstors-add-lftbx,
  .sudntstrs-addimgbx {
    width: 100%;
  }

  .sudntstrs-addimgbx {
    max-width: 100%;
    border-radius: 0px 0px 100px 0px;
  }

  .sudntstors-add-lftbx {
    padding: 24px;
  }

  .row-gry {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col-grey {
    width: 50%;
    margin-bottom: 15px;
  }

  .col-grey:nth-child(2n + 2) {
    border-right: 0;
  }

  .ice-breakr-lftcol,
  .ice-breakr-rgtcol {
    width: 100%;
  }

  .ice-breakrimgbx {
    padding-top: 56.33%;
  }

  .ice-breakr-cont-wrpr {
    margin-left: 0;
  }

  .ice-breakr-rgtcol {
    padding: 0;
    margin-top: 25px;
  }

  .ice-breakr-cont-inr {
    max-width: 100%;
  }

  .ice-breakr-slider-wrpr .ice-brekr-slide-arw-lft {
    display: block !important;
  }

  .ice-breakr-slider-wrpr .ice-brekr-slide-arw-rgt {
    margin-left: 15px;
  }

  .ice-breakr-slider-wrpr .ice-brekr-slide-arw-rgt,
  .ice-breakr-slider-wrpr .ice-brekr-slide-arw-lft {
    bottom: 0;
    top: auto;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    position: static;
  }

  .ice-breakr-slidr-butnbx {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sdntstor-namebx {
    width: calc(100% - 70px);
  }

  .stydy-custom-dots ul li:last-child {
    margin-right: 0;
  }

  .downheader .navbar-nav>li>a {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  }

  .downheader .navbar-nav>li {
    padding: 0 10px;
  }

  .downheader .navbar-nav.mb-topmenu>li:last-child a {
    /* border-bottom: none; */
    border-color: transparent;
  }

  .upheader .sub-menu,
  .upheader .navbar-nav>li>.sub-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 160px;
  }

  .upheader .sub-menu>li>a {
    padding-left: 15px;
  }

  .sub-menu>li>a {
    padding-left: 15px;
  }

  .sub-menu>li:last-child a {
    border-bottom: none;
  }

  .slider-btns {
    position: static;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .downheader .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 13px 0 13px 13px;
    background-color: #f2f2f2;
    border-radius: 0;
  }

  .list-populer li {
    width: 33.33%;
  }

  .downheader .navbar-nav>li:last-child a {
    border-color: transparent;
  }

  .navbar-nav>li>a:after {
    display: none;
  }

  .downheader .navbar-nav>li>a:hover,
  .downheader .navbar-nav>li>a:hover,
  .downheader .navbar-nav>li.current-menu-item>a,
  .downheader .navbar-nav>li:last-child.current-menu-item>a,
  .downheader .navbar-nav>li:last-child a:hover {
    border-bottom: 1px solid var(--sceondary-color);
  }

  .container {
    padding: 0 32px;
  }

  .upheader .navbar-nav>li>a {
    padding: 0 0;
  }

  .navbar-brand {
    max-width: 75px;
  }

  .wrap-btns .cmn-btn {
    font-size: 14px;
  }

  h2,
  .h2-title {
    font-size: 24px;
  }

  .inr-grey {
    font-size: 14px;
  }

  .vwall-newsbutn {
    font-size: 15px;
  }

  body {
    font-size: 14px;
  }

  .bluekeft-box {
    font-size: 14px;
  }

  .sdntstors-add-lftbx-inr p {
    font-size: 14px;
  }

  .whr-to-stydy-contbx .ice-breakr-title {
    font-size: 30px;
  }

  .hwto-apply-contnt {
    font-size: 15px;
  }

  .fltr-itm-col {
    width: 50%;
  }

  .howenrol-butn-col {
    width: 50%;
  }

  .howenrol-butn-row {
    --bs-gutter-y: 15px;
  }

  .filter-dropdwn-inner {
    padding: 10px;
  }

  .hwenrolbutn {
    font-size: 17px;
  }

  .filter-dropdwn-box {
    padding: 11px 14px;
  }

  /* ------about us ----------------- */

  .abt_card_img-bx {
    padding-bottom: 71%;
  }

  .abt_fut_lft p {
    font-size: 17px;
  }

  .number_innr_wrap {
    width: 220px;
    height: 220px;
  }

  /* ------about us ----------------- */

  /* ------busi ------------------- */
  .business_bann_wrapper .wrapbanner-search {
    max-width: 500px;
  }

  .busi_image_col {
    width: 100%;
  }

  .busi_image_row {
    --bs-gutter-y: 30px;
  }

  .busi_image_lft p {
    font-size: 20px;
  }

  .choose_col_lft,
  .choose_col_rgt {
    width: 100%;
  }

  .choose_row {
    --bs-gutter-y: 30px;
  }

  .howenrol-butnitm .cmn-btn {
    width: 100%;
  }

  .howenrol-butnsec {
    max-width: 600px;
    margin: 50px auto 0 auto;
  }

  .filter_item_rgt,
  .filter_item_lft {
    width: 50%;
  }

  .overview_lft ul li a {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 600;
  }

  .fee-column {
    text-align: right;
    border-left: 2px dashed #ccc;
    width: 150px;
  }

  .table_wrapper thead tr th {
    font-size: 18px;
  }

  .right_icon img {
    max-width: 27px;
  }

  .resource_sec .col-place {
    margin-bottom: 0;
  }

  /*support css update 10/3/2026*/
  .mega-menu {
    position: static;
    display: none;
    margin-top: 15px;
    padding-bottom: 10px;
  }

  .menu-item.has-megamenu {
    display: block;
  }

  .mega-menu.megamenu-active {
    display: block;
  }

  .menu-item.has-megamenu .menuD {
    width: 30px;
    height: 30px;
    display: block;
    background-size: 11px;
    cursor: pointer;
    top: 0;
    right: 10px;
    z-index: 5;
    background-position: center center;
  }

  .downheader .navbar-nav>li.menu-item.has-megamenu a {
    padding-right: 40px;
  }

  .mega-menu .container {
    padding: 0 0;
  }

  .mega-container {
    gap: 0;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f2f2f2;
    /* -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08);
              box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.08); */
  }

  .megatab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
  }

  .megatab.resp-vtabs ul.resp-tabs-list.mega-left {
    width: 100%;
  }

  .megatab.resp-vtabs .resp-tabs-container {
    width: 100%;
    padding-left: 0;
    min-height: auto;
  }

  .megatab h2.resp-accordion {
    display: block;
  }

  .megatab .mega-left {
    display: none;
  }

  .mega-right {
    width: 100%;
    padding: 10px;
  }

  .megatab h2.resp-accordion {
    background-color: transparent !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    color: #333333;
    border-color: #ececec !important;
    padding: 12px 30px 12px 10px !important;
    position: relative;
  }

  .megatab h2.resp-accordion {
    margin-bottom: 15px;
  }

  .megatab h2.resp-accordion a {
    color: #333333;
    position: relative;
    padding-left: 29px;
  }

  .megatab h2.resp-accordion .resp-arrow {
    background-image: url(images/arrow-blue.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px;
    border: none;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 10px;
    margin-top: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .megatab h2.resp-accordion.resp-tab-active {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: rgba(2, 56, 103, 0.04) !important;
  }

  .megatab h2.resp-accordion.resp-tab-active a {
    color: #023867;
    text-decoration: underline !important;

  }

  .megatab h2.resp-accordion img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .megatab h2.resp-accordion.resp-tab-active img {
    -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(4901%) hue-rotate(185deg) brightness(87%) contrast(107%);
    filter: brightness(0) saturate(100%) invert(19%) sepia(24%) saturate(4901%) hue-rotate(185deg) brightness(87%) contrast(107%);
  }

  .megatab h2.resp-accordion.resp-tab-active .resp-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .mega-middle {
    display: block;
    padding: 10px;
  }

  .megatab.resp-vtabs .resp-tab-content {
    margin-top: 10px;
  }

  .mega-middle a {
    font-size: 14px;
  }

  .mega-middle a:not(:last-child) {
    margin-bottom: 10px;
  }

  .mega-right p {
    font-size: 13px;
    line-height: 1.3;
  }

  .navbar-nav>li.menu-item::after {
    display: none;
  }

  /*support css update 10/3/2026*/
  /* new */
  .table_wrapper {
    overflow: auto;
    padding: 0px 0px 40px 0;
  }

  .overview_rgt_btn select {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    background: url(images/overview_dwn_arw.svg) no-repeat calc(100% - 23px) center transparent;
    background-size: 13px;
    height: auto;
    padding: 14px 34px 14px 21px;
    background-color: var(--sceondary-color);
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    min-width: 166px;
  }

  .blog_crd_row .abt_crd_cntntbx {
    padding: 41px 27px 41px 22px;
  }

  .blog_pagination_image {
    max-width: 400px;
    margin: 40px auto 0 auto;
  }

  .blog_dtls_lft,
  .blog_dtls_rgt {
    width: 100%;
  }

  .blog_dtls_lft_wrapper {
    max-width: 100%;
  }

  .blog_dtls_rgt_wrapper {
    max-width: 100%;
  }

  .blog_overview_sec .overview_lft ul {
    justify-content: center;
    margin: -13px;
  }

  .blog_overview_sec .overview_lft ul li {
    padding: 13px;
  }

  .blog_overview_sec .overview_row {
    margin: -8px;
  }

  .blog_overview_sec .overview_lft,
  .blog_overview_sec .overview_rgt {
    padding: 8px;
  }

  .blog_dtls_row {
    --bs-gutter-y: 25px;
  }

  .terms_lft_wrapper {
    max-width: 100%;
  }

  .terms_lft_wrapper h3 {
    margin: 30px 0 15px;
  }

  .table_wrapper {
    overflow: auto;
    padding: 0px 0px 40px 0;
  }

  .overview_rgt_btn select {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    background: url(images/overview_dwn_arw.svg) no-repeat calc(100% - 23px) center transparent;
    background-size: 13px;
    height: auto;
    padding: 14px 34px 14px 21px;
    background-color: var(--sceondary-color);
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    min-width: 166px;
  }

  .blog_crd_row .abt_crd_cntntbx {
    padding: 41px 27px 41px 22px;
  }

  .blog_pagination_image {
    max-width: 400px;
    margin: 40px auto 0 auto;
  }

  .blog_dtls_lft,
  .blog_dtls_rgt {
    width: 100%;
  }

  .blog_dtls_lft_wrapper {
    max-width: 100%;
  }

  .blog_dtls_rgt_wrapper {
    max-width: 100%;
  }

  .blog_overview_sec .overview_lft ul {
    justify-content: center;
    margin: -13px;
  }

  .blog_overview_sec .overview_lft ul li {
    padding: 13px;
  }

  .blog_overview_sec .overview_row {
    margin: -8px;
  }

  .blog_overview_sec .overview_lft,
  .blog_overview_sec .overview_rgt {
    padding: 8px;
  }

  .blog_dtls_row {
    --bs-gutter-y: 25px;
  }

  .terms_lft_wrapper {
    max-width: 100%;
  }

  .terms_lft_wrapper h3 {
    margin: 30px 0 15px;
  }

  /* 23.3.26 */

  .list-acc li {
    width: 100%;
  }

  .img-lftfloat {
    max-width: 292px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .col-small-box {
    width: 50%;
  }


  .coltable {
    width: 33.33%;
  }

  .table-line {
    font-size: 18px;
  }

  /* 23.3.26 */

  /* ----campus ----------- */
  .student_card_sec .campus_col {
    width: 50%;
  }

  .stdnt_login_bnft li:before {
    top: 8px;
  }

  .campus_crd_sec .campus_col {
    width: 50%;
  }

  .campus_crd_sec .campus_row {
    --bs-gutter-y: 30px;
  }

  /* 24.3.26 */
  .delformtwo,
  .delformone {
    width: 100%;
  }

  .list-del {
    min-height: auto;
  }

  /* 24.3.26 */

  .campus_dtls_page_sec .inr-subjects {
    max-width: 100%;
  }

}

@media (max-width: 767px) {

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  /*css update 10feb 2026*/
  .fotr-top-wrp {
    padding: 40px 0;
  }

  /*css update 10feb 2026*/
  .col-grey {
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
    border-right: 0;
    padding-bottom: 20px;
  }

  .col-grey:last-child {
    border-bottom: none;
  }

  .latstnews-wrpr {
    padding: 20px;
  }

  .ftrcol-scnd {
    width: 40%;
  }

  .ftrcol-thrd {
    width: 28%;
  }

  .sudntstors-pnl {
    padding: 22px;
  }

  .statement-pnl {
    padding: 20px;
  }

  .sudntstrs-addimgbx {
    padding-top: 50%;
    position: relative;
  }

  .sudntstrs-addimgbx>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .ice-breakr-title {
    font-size: 24px;
  }

  .bluekeft-box {
    position: static;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    max-width: 100%;
    padding: 24px;
  }

  .wrap-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .girlimg {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  h1,
  .h1-title {
    font-size: 28px;
  }

  h2,
  .h2-title {
    font-size: 25px;
  }

  .wrapbanner-search input[type="submit"] {
    font-size: 0;
    background-position: center;
    background-size: 16px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .wrapbanner-search input[type="text"] {
    padding-right: 50px;
    padding-left: 15px;
  }

  .down-bluestudent h3 {
    font-size: 17px;
  }

  .col-grey {
    padding: 0 0 15px 0;
  }

  .col-grey:last-child {
    margin-bottom: 0;
  }

  .wraph3 span {
    font-size: 26px;
  }

  .girlimg-mb {
    display: block;
  }

  .girlimg.girlimg-dsktop {
    display: none;
  }

  .list-populer li {
    width: 33.33%;
  }

  .inr-sub h3 {
    font-size: 14px;
  }

  .container {
    padding: 0 16px;
  }

  .cmn-btn {
    border-radius: 30px;
    padding: 9px 18px;
    font-size: 15px;
  }

  .subjects-sec {
    overflow: hidden;
  }

  .whr-to-stydy-contbx .ice-breakr-title {
    font-size: 27px;
  }

  .fltr-itm {
    padding: 15px;
  }

  .fltr-itm-icon {
    width: 40px;
    height: 40px;
  }

  .fltr-itm-list ul li p {
    width: calc(100% - 40px);
    padding-left: 10px;
  }

  .filter-dropdwn-col {
    width: 100%;
    padding: 0 0 10px 0;
  }

  .filter-dropdwn-box {
    width: 100%;
    max-width: 100%;
  }

  .filter-dropdwn-menu {
    position: static;
  }

  /* ---------about us ---------- */
  .abt_card_col {
    width: 100%;
  }

  .abt_card_img-bx {
    padding-bottom: 57%;
  }

  .abt_fut_lft p {
    font-size: 17px;
  }

  .number_col {
    width: 50%;
  }

  /* ---------about us ---------- */

  .filter_btn {
    margin-top: 20px;
  }

  .filter_item {
    flex-direction: column;
  }

  .filter_item_rgt,
  .filter_item_lft {
    width: 100%;
  }

  .filter_item_rgt {
    border-top: 1px solid #bfcad3;
    padding-left: 0px;
    border-left: 0px;
    padding-top: 20px;
    margin-top: 20px;
  }

  .dis_filter_dropdownrow {
    margin: 0px;
  }

  .dis_filter_dropdownrow .dis_filter_dropdowncol {
    padding: 7px 0;
  }

  .overview_lft ul li {
    padding: 15px;
  }

  .overview_lft ul {
    margin: -15px;
    justify-content: center;
  }

  .bld_txt {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 18px;
  }

  .quick_col {
    width: 100%;
  }

  .entry_lft .h2-title:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--sceondary-color);
    top: 36px;
    left: 0;
  }

  .start_crd_txt {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .grn_txt span {
    text-transform: uppercase;
    color: var(--sceondary-color);
    font-size: 12px !important;
    font-weight: 600;
    margin-right: 7px;
    display: inline-block;
    letter-spacing: 1px;
  }

  .dis_filter_dropdowncol .filter-dropdwn-menu {
    position: static;
  }

  .abt_pagination .breadcrumb-items:first-child {
    padding-left: 24px;
  }

  .abt_pagination .breadcrumb-items:last-child {
    padding-right: 24px;
  }

  .course_pagination .breadcrumb {
    justify-content: center;
    margin: 0 -24px;
  }

  .dis_filter_dropdowncol .filter-dropdwn-box.active .filter-dropdwn-inner {
    border-top: 1px solid #bfcad320;
    padding: 20px 0;
    margin-top: 20px;
  }

  .filter-dropdwn-box {
    padding: 18px 14px;
  }

  .table_wrapper tbody tr td {
    font-size: 16px;
  }

  .table_wrapper tbody tr td:first-child {
    padding: 21px 20px;
  }

  .policies_list li a {
    font-size: 13px;
    padding: 12px 14px;
  }

  .policies_wrapper_faq .faq_ans_wrap li a {
    align-items: center;
  }

  .overview_rgt_btn select {
    font-size: 14px;
    background-size: 11px;
  }

  .terms_col_lft,
  .terms_col_rgt {
    width: 100%;
  }

  .terms_lft_wrapper {
    margin-bottom: 25px;
  }

  .terms_lft_wrapper h2 {
    margin-bottom: 12px;
  }

  /* 23.3.26 */
  .img-lftfloat {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .col-sub {
    margin-bottom: 20px;
    padding: 0px 10px;
  }

  .row-sub {
    margin: 0px -10px -20px;
  }

  .coltable {
    width: 50%;
  }

  /* 23.3.26 */

  /* -----campus--------- */
  .stdnt_cntnt_hd {
    font-size: 20px;
  }

  .student_card_sec .campus_image {
    height: 70px;
    width: 70px;
  }

  .campus_image img {
    max-width: 31px;
  }

  .navbar-nav > li > a{
    font-size: 20px;
  }

  h2.resp-accordion{
    font-size: 15px;
  }

  .megatab h2.resp-accordion a {
    padding-left: 24px;
  }

  .downheader .navbar-nav{
    gap: 10px;
  }

  
}

@media (max-width: 575px) {
  .latstnews-col {
    width: 100%;
  }

  h3,
  .h3-title {
    font-size: 17px;
  }

  .latstnews-wrpr {
    padding: 17px;
  }

  .sudntstors-pnl {
    padding: 17px;
  }

  .sudntstrs-addimgbx {
    border-radius: 0px 0px 50px 0px;
  }

  .sudntstors-add-lftbx {
    padding: 18px;
  }

  .ice-breakr-cont-wrpr {
    padding: 18px;
  }

  .ice-breakr-title {
    font-size: 22px;
  }

  .ftr-fst-pnl {
    max-width: 100%;
    text-align: left;
    margin-left: 0;
  }

  .ftrcol-scnd,
  .ftrcol-thrd {
    margin-bottom: 24px;
  }

  .ftrscial-bx ul {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .ftrcol-scnd,
  .ftrcol-thrd,
  .ftrcol-four {
    width: 100%;
  }

  .ftr-trd-pnl,
  .ftr-four-pnl {
    margin-left: 0;
  }

  .sdntstor-name,
  .sdntstory-design {
    font-size: 16px;
  }

  .sdntstor-imgbx {
    width: 50px;
    height: 50px;
    border-radius: 0px 24px 0px 0px;
  }

  .sdntstor-namebx {
    width: calc(100% - 50px);
    padding-left: 10px;
    max-width: 100%;
  }

  .stydy-custom-dots ul li button {
    width: 30px;
  }

  .bnrcont-subtext {
    font-size: 22px;
  }

  .list-discover {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .lft-place {
    width: calc(100% - 100px);
  }

  .rgt-place {
    width: 100px;
  }

  .navbar-nav.mb-topmenu {
    display: block;
    margin-top: 0;
  }

  .upheader .busines-menu,
  .upheader .contctus-menu {
    display: none;
  }

  .downheader .navbar-nav {
    padding-bottom: 0;
  }

  .downheader .navbar-nav:last-child {
    padding-bottom: 40px;
  }

  .navbar-nav .clickD {
    position: absolute;
  }

  .navbar-nav>li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .upheader .navbar-nav>li>a {
    padding: 0 0;
  }

  .upheader {
    padding: 2px 0;
  }

  .navbar-toggler {
    margin-left: 20px;
  }

  .mb-srchbutn {
    background-color: var(--white-color);
    border-radius: 100%;
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    margin-left: 12px;
  }

  .mb-srchbutn img {
    max-width: 12px;
  }

  .upheader {
    position: relative;
  }

  .search-bar-wrap {
    max-width: 100%;
    border-radius: 0;
    margin-left: 0;
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    z-index: 2;
    width: 100%;
    left: 0;
    padding: 8px;
    display: none;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  }

  .search-bar-wrap input[type="text"] {
    border: 1px solid #f0f0f0;
    height: 34px;
  }

  .search-bar-wrap input[type="submit"] {
    background-color: var(--sceondary-color);
    height: 34px;
    width: 34px;
  }

  .search-bar-wrap input[type="text"] {
    width: calc(100% - 34px);
  }

  .hdrapplybutn {
    display: none;
  }

  .mb-applybutn {
    display: block;
    font-size: 13px;
    padding: 5px 11px;
  }

  .upheader .navbar-nav {
    margin-left: 10px;
  }

  .wrap-btns li:not(:last-child) {
    margin-right: 0;
  }

  .navbar-brand {
    width: 65px;
  }

  .hdrdownloadbutn .cmn-btn {
    padding: 7px 8px;
  }

  .play-wrap>a {
    height: 40px;
    width: 40px;
  }

  .copyrgt-wrp {
    padding: 15px 0;
  }

  .cmn-gap {
    padding: 45px 0;
  }

  .navbar-nav .clickD {
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(30%) saturate(4567%) hue-rotate(191deg) brightness(92%) contrast(98%);
    filter: brightness(0) saturate(100%) invert(15%) sepia(30%) saturate(4567%) hue-rotate(191deg) brightness(92%) contrast(98%);
  }

  .down-simply {
    padding: 16px;
  }

  .cus-container {
    padding-left: 20px;
  }

  .down-bluestudent h3 {
    font-size: 16px;
  }

  .list-populer li {
    width: 50%;
    font-size: 11px;
  }

  .downheader .navbar-nav>li:last-child a {
    border-bottom: 1px solid #eee;
  }

  .lft-place h3 {
    font-size: 17px;
  }

  .wrap-btns .hdrdownloadbutn {
    display: none;
  }

  .wrap-btns.mbl-only {
    display: block;
    padding: 0px 10px;
    margin-top: 10px;
  }

  .wrap-btns.mbl-only .hdrdownloadbutn {
    display: block;
  }

  .hdrapplybutn {
    display: block;
  }

  .wrap-search .cmn-btn.yellow {
    display: none;
  }

  .appliguide-step-col {
    width: 100%;
  }

  .fltr-itm-col {
    width: 100%;
  }

  .howenrol-butn-col {
    width: 50%;
  }

  .howenrol-butnitm .cmn-btn {
    width: 100%;
  }

  /* ---------about us ---------- */
  .abt_bann_wrapper {
    padding: 88px 0;
  }

  .abt_pagination .breadcrumb-items {
    padding: 0 12px;
  }

  .abt_pagination .breadcrumb-items:first-child {
    padding-left: 12px;
  }

  .abt_pagination .breadcrumb-items:last-child {
    padding-right: 12px;
  }

  .course_pagination .breadcrumb {
    justify-content: center;
    margin: 0 -12px;
  }

  .abt_subject_lft_col h2 {
    line-height: 1.3;
  }

  .number_innr_wrap {
    padding: 10px;
    height: 200px;
    width: 200px;
  }

  .num_count {
    font-size: 35px;
    margin-bottom: 0;
  }

  .num_txt {
    font-size: 17px;
  }

  .abt_future_rgt_hd h2 {
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .abt_future_rgt_hd:after {
    top: 76px;
  }

  /* ---------about us ---------- */

  /* -----busi_------------------- */
  .busi_subtext {
    font-size: 16px;
  }

  .business_bann_wrapper .wrapbanner-search {
    max-width: 400px;
  }

  .abt_sub_top {
    margin-bottom: 0px;
  }

  .busi_image_lft p {
    font-size: 18px;
  }

  .busi_image_bx img {
    max-width: 126px;
    margin: 0 auto;
  }

  .faq_ques_plus img {
    max-width: 12px;
  }

  .summary_one {
    width: 50%;
    padding: 15px;
  }

  .summary_info {
    margin: -15px;
  }

  .summary_btn .hdrdownloadbutn {
    display: block;
  }

  .wrap-btns li:not(:last-child) {
    margin-right: 10px;
  }

  .course_sub_col {
    width: 100%;
  }

  td {
    padding: 10px;
    font-size: 15px;
  }

  .start_icon {
    height: 70px;
    width: 70px;
  }

  .start_crd {
    background-color: var(--white-color);
    padding: 25px;
  }

  .bld_txt {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 16px;
  }

  .sml_clm {
    width: 154px !important;
  }

  .lrg_clm {
    width: 154px !important;
  }

  .table_wrapper thead tr th {
    font-size: 16px;
  }

  .table_wrapper tbody tr td {
    font-size: 14px;
  }

  /* Support mar 9 */
  body {
    padding-top: 123px;
  }

  /* new */
  .blog_overview_sec .overview_lft ul {
    justify-content: center;
    margin: -10px;
  }

  .blog_overview_sec .overview_lft ul li {
    padding: 10px;
  }

  .blog_overview_sec .overview_row {
    margin: -8px;
  }

  .blog_overview_sec .overview_lft,
  .blog_overview_sec .overview_rgt {
    padding: 8px;
  }

  /* 23.3.26 */
  .wrap-acc {
    padding: 20px 12px;
  }

  .col-sub {
    width: 100%;
  }

  .col-small-box {
    width: 100%;
  }

  .col-values {
    width: 100%;
  }

  /* 23.3.26 */

  /* ------campus --------- */
  .student_card_sec .campus_col {
    width: 100%;
  }

  .vision-sec {
    padding: 45px 0 20px 0;
  }

  .hdrdownloadbutn .cmn-btn {
    width: 100%;
  }

  li.hdrdownloadbutn.dft {
    margin: 15px 0 0;
  }

  li.hdrdownloadbutn.dft .cmn-btn {
      width: 100%;
  }

  .main-head .wrapbanner-search {
     border: 1px solid #DDE6ED;
  }

  .main-head .wrapbanner-search input[type="text"] {
    border: none;
  }
}

@media (max-width: 479px) {
  .inr-place {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lft-place {
    width: 100%;
  }

  .rgt-place {
    width: 100%;
    min-height: 212px;
    position: relative;
  }

  .rgt-place>img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .student-inr {
    padding-top: 127%;
  }

  .slider-btns {
    right: 30px;
  }

  .hdrdownloadbutn .cmn-btn {
    font-size: 13px;
  }

  /* ---------about us ---------- */
  .abt_bann_wrapper {
    padding: 76px 0;
  }

  .abt_pagination .breadcrumb-items span {
    font-size: 13px;
  }

  .abt_pagination .breadcrumb-items a {
    font-size: 13px;
  }

  .abt_crd_cntntbx {
    padding: 23px 17px 23px 17px;
  }

  .abt_fut_lft p {
    font-size: 15px;
  }

  .number_row {
    margin: -9px -13px;
  }

  .number_col {
    padding: 9px 13px;
    width: 100%;
  }

  /* ---------about us ---------- */
  .business_bann_wrapper h1 {
    margin-bottom: 20px;
  }

  .wrapbanner-search input[type="text"] {
    font-size: 13px;
  }

  .busi_image_lft p {
    font-size: 16px;
  }

  .faq_text h3 {
    line-height: 1.5;
  }

  .faq_ques {
    padding: 24px 15px;
  }

  .faq_text h3 {
    font-size: 14px;
  }

  .faq_ans_wrap {
    padding: 14px 14px 20px 36px;
  }

  .faq_ans_wrap p {
    font-size: 14px;
  }

  .howenrol-butn-col {
    width: 100%;
  }

  .howenrol-butnsec {
    max-width: 300px;
    margin: 50px auto 0 auto;
  }

  h2,
  .h2-title {
    font-size: 22px;
  }

  .dis_filter_col {
    margin-bottom: 2px;
  }

  .summary_btn li {
    width: 100%;
    margin: 10px 0;
  }

  .summary_btn {
    flex-direction: column;
  }

  .overview_lft ul li {
    padding: 11px;
  }

  .overview_lft ul {
    margin: -11px;
  }

  .quick_image img {
    max-width: 28px;
    width: 100%;
  }

  .quick_image {
    height: 55px;
    width: 55px;
  }

  .entry_lft .h2-title:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--sceondary-color);
    top: 55px;
    left: 0;
  }

  th {
    background-color: var(--primary-color);
    color: var(--white-color);
    text-align: left;
    padding: 10px;
    font-size: 12px;
  }

  .start_col {
    width: 100%;
  }

  .module_student_card {
    padding: 40px 23px 37px 22px;
    background-color: #f5f7f9;
    margin-bottom: 30px;
  }

  .study_rgt_bx .vwall-newsbutn {
    font-size: 14px;
  }

  .hdrdownloadbutn .cmn-btn {
    padding: 9px 8px;
  }

  .wrap-btns li:not(:last-child) {
    margin-right: 0px;
  }

  /* Support mar 9 */
  /* body {
    padding-top: 139px;
  } */

  .main-head.fixed {
    transform: translateY(-43px);
  }

  /* new */
  .blog_crd_row .abt_crd_cntntbx {
    padding: 32px 22px 32px 22px;
  }

  .blog_pagination_image {
    max-width: 320px;
  }

  .policies_wrapper_faq .faq_ans_wrap li a {
    align-items: flex-start;
  }

  .policies_wrapper_faq .faq_ans_wrap li a img {
    margin-right: 14px;
    max-width: 20px;
  }

  /* 23.3.26 */
  .lft-img-acc {
    max-width: 100%;
    padding: 8px 20px;
    height: auto;
    max-height: 170px;
  }

  .rgt-content-acc {
    padding-left: 0;
    max-width: 100%;
    padding-top: 20px;
  }

  .coltable {
    width: 100%;
  }

  /* 23.3.26 */

  /* -----campus-------- */
  .campus_crd_sec .campus_col {
    width: 100%;
  }

  .campus_hdr {
    font-size: 22px;
  }
}

@media (max-width: 375px) {
  .ice-brekr-evntprgrnme {
    font-size: 11px;
  }

  .ice-brekr-evntprgrs-hd {
    font-size: 12px;
  }

  /* ---------about us ---------- */
  .abt_pagination .breadcrumb-items {
    padding: 0 10px;
  }

  .abt_pagination .breadcrumb-items:first-child {
    padding-left: 10px;
  }

  .abt_pagination .breadcrumb-items:last-child {
    padding-right: 10px;
  }

  .course_pagination .breadcrumb {
    justify-content: center;
    margin: 0 -10px;
  }

  .abt_pagination .breadcrumb-items span {
    font-size: 12px;
  }

  .abt_pagination .breadcrumb-items a {
    font-size: 12px;
  }

  /* ---------about us ---------- */

  .discover_pagination .breadcrumb-items span {
    font-size: 11px;
  }

  .discover_pagination .breadcrumb-items a {
    font-size: 11px;
  }

  .career_rgt_bx .h2-title::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: var(--sceondary-color);
    top: 53px;
    left: 0;
  }

  .sml_clm {
    width: 93px !important;
  }

  .lrg_clm {
    width: 93px !important;
  }

  .table_wrapper thead tr th {
    font-size: 13px;
  }

  .table_wrapper tbody tr td:first-child {
    padding: 16px 8px;
  }

  .table_wrapper tbody tr td {
    font-size: 13px;
  }

  .right_icon img {
    max-width: 21px;
  }

  .which_pagination .breadcrumb-items span {
    font-size: 11px;
  }

  .which_pagination .breadcrumb-items a {
    font-size: 11px;
  }

  /* new */
  .blog_crd_row .abt_crd_cntntbx {
    padding: 25px 18px 25px 18px;
  }

  .overview_rgt_btn select {
    font-size: 12px;
    background-size: 11px;
    min-width: 155px;
  }

  .blog_pagination_image {
    max-width: 250px;
  }

  .blog_dtls_share .share_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .policies_wrapper_faq .faq_ans_wrap li a {
    font-size: 14px;
  }

  .policies_wrapper_faq .faq_ans_wrap li a img {
    margin-right: 14px;
    max-width: 17px;
  }

}