/***** Common css start *****/
body {
  color: #606060;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 28px;
  padding-top: 70px;
}

.intl-tel-input {
  width: 100%;
}

.intl-tel-input.separate-dial-code .selected-flag {
  background: none;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background: none;
}
.intl-tel-input .country-list .country .dial-code {
  float: right;
}
.phone-list .input-group input:last-of-type {
  border-left: 1px solid #808a9f;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Poppins', sans-serif;
  color: #292D33;
}

h1,
.h1 {
  font-size: 38px;
  line-height: 52px;
}

h2,
.h2 {
  font-size: 34px;
  line-height: 44px;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.25px;
}

h4,
.h4 {
  font-size: 28px;
  line-height: 37px;
  font-weight: 400;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 33px;
}

h6,
.h6 {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: rgba(31, 31, 31, 0.8);
}

a {
  color: #007bff;
  transition: all 0.5s ease;
}

a:hover {
  color:#007bff;
  opacity: 0.8;
}

label {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}

figure {
  margin: 0;
}

.cursor-pointer {
  cursor: pointer;
}
.order-minus-1 {
  order: -1;
}

.font-normal {
  font-weight: normal !important;
}
.font-medium {
  font-weight: medium !important;
}
.font-bold {
  font-weight: bold !important;
}

.bg-primary {
  background-color: #007CFF !important;
  color: #ffffff;
  border-color: #007CFF;
}
.bg-primary:hover{
  background-color: #007CFF !important;
  color: #ffffff;
  border-color: #007CFF;
}
.bg-secondary {
  background-color: #2a089f !important;
}
.bg-danger {
  background-color: #ed2158 !important;
}
.bg-dark {
  background-color: #C7C7C7 !important;
  color: #ffffff;
  border-color: #C7C7C7;
}
.bg-success {
  background-color: #189e1f !important;
}

.text-primary {
  color: #007CFF !important;
}
.text-secondary {
  color: #2a089f !important;
}
.text-danger {
  color: #ed2158 !important;
}
.text-dark {
  color: #070707 !important;
}
.text-success {
  color: #189e1f !important;
}
.font-size-20{
  font-size: 20px;
}
.disable{
  pointer-events: none;
}

.text-black {
  color: #000;
}
.box-shadow{
  box-shadow: 0px 2px 8px rgba(28, 37, 44, 0.1);
}
.border-radius-24{
  border-radius: 24px;
}
.custom-col-4{
  width: 31.33%;
  margin-left: 3%;
  margin-bottom: 3%;
}
.navbar-nav .btn-primary{
  padding: 10px 24px !important;
  border: 0;
}
.navbar-nav .user_circle_img{
  width: 28px;
  height: 28px;
}
.btn {
  white-space: nowrap;
  border-radius: 8px;
  padding: 12px 15px;
  border: 1.5px solid transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1.25px;
  opacity: 1 !important;
  border:1px solid;
}
.btn:focus {
  box-shadow: none !important;
}
.btn-sm {
  padding: 13px 34px;
}

.btn-primary {
  background: #007CFF;
  color: #ffffff !important;
  border-color: #007CFF !important;
}
/* .btn-primary:hover {
  background-color: #ffffff !important;
  color: #2a089f !important;
  border-color: #2a089f;
} */

.btn-outline-primary {
  color: #007CFF !important;
  border-color: #C7C7C7 !important;
  background: #ffffff !important;
}
/* .btn-outline-primary:hover {
  background-color: #2a089f !important;
  color: #ffffff !important;
  border-color: #2a089f !important;
} */
.navbar-nav .btn-outline-primary{
  border:0 !important;
  color: #606060 !important;
  font-weight: 500;
}
.btn-disabled {
  background-color: #f5f5f5 !important;
  color: #808a9f !important;
  box-shadow: 0px 14px 23px rgba(28, 37, 44, 0.08);
  border-color: #f5f5f5 !important;
}
/* .btn-disabled:hover {
  background-color: #f5f5f5 !important;
  color: #808a9f !important;
  border-color: #f5f5f5;
} */
.color-007CFF{
  color: #007CFF !important;
}
.color-B7B7B7{
  color: #B7B7B7 !important;
}
.form-group {
  margin-bottom: 15px;
}
.form-label {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #808a9f;
}
.form-control {
  height: 47px;
  padding: 0 24px;
  border-radius: 8px;
  font-size: 16px;
  color: #606060;
  border: 1px solid #808a9f;
  letter-spacing: 0.25px;
  box-shadow: 0px 4px 8px rgba(28, 37, 44, 0.08);
}
.form-control.error {
  color: #ed2158;
  border-color: #ed2158;
  padding-right: 40px !important;
  background: url("../images/icon-error.svg") no-repeat;
  background-position: calc(100% - 24px);
}
.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

.selectbox {
  position: relative;
}
.selectbox select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.selectbox:after {
  content: "";
  position: absolute;
  right: 20px;
  background: url(../images/icon-cheveron-down.svg);
  width: 15px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.dropdown-menu {
  box-shadow: 0px 2px 8px rgb(28 37 44 / 10%);
  background: #fff;
  border-radius: 24px;
  border: 0;
  max-height: 200px;
  overflow: auto;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #2a089f !important;
  text-decoration: none;
  background-color: #f5f5f5 !important;
}

.selectbox-dropdown-input {
  text-align: left;
  border-color: #606060;
  color: #606060;
}
.selectbox-dropdown-input.disabled {
  border-color: #808a9f;
  color: #808a9f;
  box-shadow: none !important;
}

.selectbox-dropdown-input.dropdown-toggle::after {
  content: url("../images/icon-cheveron-down.svg");
  border: 0;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.selectbox-dropdown-input.dropdown-toggle-sm.dropdown-toggle::after {
  content: url("../images/icon-dropdown.svg");
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.selectbox-dropdown .dropdown-item {
  padding: 8px 32px;
  min-width: 240px;
  font-size: 16px;
  line-height: 24px;
}
.selectbox-dropdown .dropdown-menu {
  width: 100%;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808a9f;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #808a9f;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #808a9f;
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: calc(100% - 120px);
  }
}

@media (min-width: 1300px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1277px;
  }
}

@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
  h2,
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 26px;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #070707;
  border-radius: 0px;
}

/***** Common css end *****/

/***** header css start *****/
header {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 70px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#logo img {
  width: 170px !important;
}
.navbar {
  padding: 5px 0px;
  height: inherit;
}
.navbar-brand{
  width: 150px;
  height: 60px;
  display: flex;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(7, 7, 7, 0.8);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  /*color: #2a089f;*/
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  /*color: #2a089f;*/
}
.navbar .nav-link {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  letter-spacing: 0.15px;
  padding-right: 5px !important;
  padding-left: 20px !important;
  display: inline-block;
}
.navbar .navbar-nav > li{
  padding-right: 15px !important;
  margin-bottom: 0;
  position: relative;
}
.sub-menu-item li a:hover{
    text-decoration: none;
}
.get-in-contact-header {
  display: flex;
  align-items: center;
  height: 100%;
  /* position: absolute; */
  /* right: 130px; */
  /* width: 500px; */
  background: #fff;
  text-align: right;
  justify-content: flex-end;
  opacity: 1;
  transition: all 0.2s ease;
  padding-right: 32px;
}
.fixed .get-in-contact-header {
  display: none;
  opacity: 0;
  pointer-events: none;
}
.get-in-contact-link {
  display: flex;
  align-items: center;
}
.get-in-contact-text {
  white-space: nowrap;
  padding-right: 115px;
}
.fixed-top:not(.fixed) #navbarCollapse .navbar-nav:first-of-type {
  /* opacity: 0;
  pointer-events: none;
  display: none; */
}
.navbar-nav .btn:not(:last-of-type) {
  margin-right: 30px;
}
@media (min-width: 992px) {
  .fixed .get-in-contact-header {
    opacity: 1;
    pointer-events: unset;
  }
  .fixed #navbarCollapse .navbar-nav:first-of-type {
    display: flex !important;
  }
}
@media (max-width: 1199px) {
  .get-in-contact-text {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    padding-top: 20px;
    position: fixed;
    background: #fff;
    width: 100vw;
    left: -100%;
    padding: 20px;
    top: 60px;
    height: calc(100vh - 66px) !important;
    transition: all 0.2s ease;
    overflow: auto;
    border-top: 1px solid #ddd;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar .navbar-nav > li{
    border-bottom: 1px solid #e2e2e2;
    padding-left: 15px;
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: none;
    outline: 0;
  }
  .navbar-collapse {
    padding-top: 20px;
  }
  .navbar-nav .nav-link {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .navbar-nav.d-inline-flex .main-ul-nav-dropdown, .nav-btm-btn{
    padding-left: 15px !important;
  }

  .dropdown-item.active,
  .dropdown-item:active,
  .dropdown-item:hover,
  .dropdown-item:focus {
    color: #2a089f !important;
    text-decoration: none;
    background-color: #fff !important;
  }

  .dropdown-item {
    padding: 0px 10px;
    font-size: 14px;
  }
  .dropdown > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    transition: all 0.5s ease;
  }
  .navbar .dropdown-toggle::after {
    vertical-align: middle;
    right: 15px;
    position: relative;
    transform: rotate(90deg);
  }
  .navbar a[aria-expanded="true"]::after {
    transform: rotate(-90deg);
  }
  .navbar-dark .navbar-toggler {
    padding: 0;
    border: 0;
    outline: none;
  }
  .navbar-toggler-icon {
    background: #fff url(../images/icon-hamburger.svg) !important;
    background-size: cover;
    position: absolute;
    top: 13px;
    right: 0;
    width: 40px;
    height: 40px;
    border: 5px solid #fff;
    border-radius: 50%;
  }
  .navbar-brand img{
    width: 150px;
  }
  .header{
    height: 60px;
  }

  body {
    padding-top: 50px;
  }
  .fixed-top {
    top: 0px;
    transition: all 0.2s ease;
  }

  /*.fixed-top.fixed {
    top: 0;
  }
  .fixed-top.fixed .get-in-contact-header {
    top: -44px;
  }
  .fixed-top.fixed body {
    padding-top: 86px;
  }
  .fixed-top.fixed .navbar-collapse {
    top: 86px;
  }*/
  .get-in-contact-text {
    padding-right: 0px;
  }

  .get-in-contact-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    width: auto;
    background: #2a089f;
    align-self: flex-end;
    padding: 10px 15px;
    height: auto;
  }
  .fixed .get-in-contact-header {
    display: flex;
    opacity: 1;
    pointer-events: unset;
  }
  #navbarCollapse .navbar-nav:first-of-type {
    display: block !important;
    padding-right: 0 !important;
  }
  .navbar-nav:last-of-type {
    flex-direction: row;
  }
  .get-in-contact-link {
    filter: brightness(1000);
    -webkit-filter: brightness(1000);
    -moz-filter: brightness(1000);
    margin-right: 0;
    font-weight: bold;
  }

  .get-in-contact-header {
    padding: 10px 0px;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px -2px black;
    -moz-box-shadow: 0 2px 2px -2px black;
    box-shadow: 0 2px 2px -2px black;
    background: #2a089f;
    -webkit-animation: c 53s linear infinite !important;
    animation: c 53s linear infinite !important;
    background: linear-gradient(
        121.19deg,
        rgba(133, 239, 49, 0) 25.73%,
        hsla(0, 0%, 100%, 0.3) 45.27%,
        rgba(133, 239, 49, 0) 62.27%
      ),
      #2a089f;
  }
  @keyframes c {
    0% {
      background-position: -5000px 0;
    }

    100% {
      background-position: 5000px 0;
    }
  }
  .nav-angle-down {
    position: absolute;
    top: 5px;
    right: 15px;
  }
  .navbar-expand-lg .navbar-collapse{
      justify-content: flex-start!important;
      flex-direction: column;
      width: 100%;
      height: 100% !important;
    }
    .sub-menu-item {
        position: initial !important;
        box-shadow: initial !important;
        width: 100% !important;
        margin-left: 0 !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .sub-menu-item li{
        border-top: 1px solid #e2e2e2 !important;
        margin-bottom: 0 !important;
        padding-left: 15px !important;
    }
    .sub-menu-item li a{
        padding-left: 0 !important;
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
        display: inline-block;
    }
}
@media (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .navbar-nav .btn:not(:last-of-type) {
    margin-right: 10px;
  }
  .navbar .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .get-in-contact-text {
    display: none;
  }
}
@media (max-width: 567px) {
}
/***** header css emd *****/

/***** deadline css start *****/
.deadline-info {
  max-width: 505px;
  margin: 0 auto;
  padding: 30px 0px;
}
.gmat-deadline-wrapper .deadline-info {
  max-width: 610px;
  float: right;
}
.deadline-info h2 {
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.deadline-info p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.deadline-banner {
  width: 100%;
}
.call-to-action {
  position: fixed;
  right: 96px;
  bottom: 40px;
  text-decoration: none;
  z-index: 999;
}
.call-to-action:hover {
  text-decoration: none;
  opacity: 1;
}
.cta-tooltip {
  background: #070707;
  box-shadow: 0px 2px 8px rgb(28 37 44 / 10%);
  border-radius: 8px;
  padding: 12px 15px 12px 10px;
  position: relative;
  margin-right: 12px;
}
.cta-tooltip:after {
  content: url(../images/tooltip-right-arrow.svg);
  position: absolute;
  left: 100%;
  top: 55%;
  transform: translateY(-50%);
}
.cta-text {
  color: #fff;
}
.cta-close {
  padding-left: 15px;
}
@media (min-width: 1280px) {
  .deadline-banner .banner-img {
    width: 100%;
    height: calc(100vh - 86px);
    object-fit: cover;
  }
}
@media (max-width: 1199px) {
  .deadline-info {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .deadline-banner .banner-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
  }
  .deadline-info {
    max-width: 100% !important;
    float: none !important;
  }
  .deadline-info .btn {
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .call-to-action {
    right: 20px;
    bottom: 20px;
    transform: scale(0.7);
    transform-origin: right;
  }
  .deadline-banner .banner-img {
    height: 340px;
  }
  .deadline-info h2 {
    font-weight: normal !important;
  }
}
/***** deadline css end *****/

/***** programs css start *****/
.programs-wrapper {
  padding: 56px 0 40px;
}
.programs-info {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.programs-info p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 40px;
  color: #808a9f;
}

.programs-select {
  max-width: 280px;
  margin: 0 auto;
}
/***** programs css end *****/

/***** Deadline table css start *****/

.responsive-holder {
  overflow: auto;
  border-radius: 0 0 20px 20px;
  max-height: 770px;
}
.deadline-table-wrapper {
  padding: 0 0 80px;
}
table {
  width: 100%;
  font-size: 16px;
}

tr {
  background-color: #fff;
}
thead tr {
  background: #070707;
  position: relative;
}
.data-table tr:first-of-type th {
  padding-bottom: 10px;
}
.data-table tr:last-of-type th {
  padding-top: 10px;
}
.data-table tr th {
  position: sticky;
  top: 0;
  z-index: 2;
  left: unset !important;
  max-width: unset !important;
  background: #070707;
}
th {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
}
.data-table tr th:first-of-type,
.data-table tr td:first-of-type {
  padding-left: 40px;
}
.data-table tr th:last-of-type,
.data-table tr td:last-of-type {
  padding-right: 40px;
}

th.seprator {
  /* border-bottom: 1px solid #363636; */
}
td {
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
}
tbody tr:nth-child(odd) {
  background-color: #e6ebf9;
}
tbody tr:nth-child(even) {
  background-color: #fff;
}
tfoot td {
  border-top: 1px solid #60607b;
  border-bottom: 2px solid #60607b;
  font-weight: bold;
}
.dash {
  width: 12px;
  height: 2px;
  background: #000;
  display: block;
  /* margin: 0 auto; */
}
.no-announced-yet {
  font-style: italic;
  text-align: center;
}

.data-table {
  margin-bottom: 8px;
  /* collapsing will hide borders on sticky */
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #fefefe;
}

.data-table td {
  border-bottom: 0;
  font-feature-settings: "tnum" on;
  padding: 24px 20px;
  line-height: 17px;
}
.data-table th {
  white-space: nowrap;
  padding: 24px 20px;
  line-height: 16px;
}

.data-table.text-nowrap .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  /* Required for text-overflow to do anything */
  overflow: hidden;
}

.search-box {
  position: absolute;
  width: 97px;
  top: -5px;
  display: none;
}
.search-box.open-searchbox {
  display: block;
}
.search-form input {
  height: 34px;
  line-height: 34px;
  padding: 0px 24px 0 14px;
  font-size: 12px;
  color: #fff !important;
  background: #3d3d3d !important;
  border: 1px solid #808a9f;
  box-shadow: 0px 4px 8px rgba(28, 37, 44, 0.08);
  border-radius: 16px;
}
.search-box .clear-search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10px, -60%);
}
.clear-search img {
  width: 10px;
}
.deadline-table-inner {
  position: relative;
}
.fall-dropdown-wrapper {
  background: #070707;
  border-radius: 20px 20px 0 0;
  padding-top: 24px;
}
.fall-dropdown {
  max-width: 140px;
  margin: 0 auto;
  z-index: 999999;
  color: #fff;
}
.data-table tr .sticky-column,
.data-table tr th.sticky-column {
  text-align: left;
  max-width: 20%;
  /* freeze column */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  /* z-index: 1; */
}
.data-table tr th.sticky-column {
  left: 0 !important;
  z-index: 99;
}
.data-table td.sticky-column {
  background: inherit;
}

.data-table tr.strong a {
  color: inherit;
}
.sort span {
  position: relative;
  vertical-align: middle;
}
.sort span:after {
  content: "";
  width: 12px;
  height: 19px;
  background: url(../images/sort-default.png);
  margin-left: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.sort-up span:after {
  background: url(../images/sort-up.png);
}
.sort-down span:after {
  background: url(../images/sort-down.png);
}
.sort-up-down span:after {
  background: url(../images/sort-up-down.png);
}

.search-btn {
  background: #3d3d3d;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(100% + 8px);
  top: 0;
}
@media (min-width: 992px) {
  .responsive-text-nowrap .text {
    white-space: nowrap;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .data-table td {
    white-space: normal;
    padding: 10px;
  }
  .data-table tr th:first-of-type,
  .data-table tr td:first-of-type {
    padding-left: 20px;
  }
  .user_profile_dropdown {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar{
    padding: 0;
  }
}
/***** Deadline table css end *****/

/***** popup css start *****/
.modal-content {
  background: #fff;
  border-radius: 24px;
}
.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-close img {
  width: 20px;
}
.popup-container {
  padding: 56px 90px;
}
.popup-header {
  text-align: center;
}
.popup-title {
  color: #000000;
  margin-bottom: 48px;
}
.popup-desc {
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.15px;
  max-width: 600px;
  margin: 8px auto 40px;
}
.popup{
  background:rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1212;
  top: 0;
  left: 0; 
}
.pupup-subtitle {
  letter-spacing: 0.25px;
  font-size: 25px;
  line-height: 30px;
  color: #2a089f;
  text-align: center;
  margin-bottom: 40px !important;
}
.counselling-list {
  max-width: 357px;
}
.counselling-item {
  display: flex;
  width: 100%;
  /* background: #ffffff;
  box-shadow: 0px 2px 8px rgba(28, 37, 44, 0.1); */
  border-radius: 24px;
  padding: 24px 24px 24px 30px;
}
.counselling-icon {
  width: 60px;
  margin-right: 22.5px;
}
.counselling-title {
  color: #000;
}

.counselling-form {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(28, 37, 44, 0.1);
  border-radius: 20px;
  padding: 32px 40px 24px;
  height: 100%;
}
.counselling-form-title {
  text-align: center;
  font-size: 21px;
  line-height: 25px;
  color: #606060;
  margin-bottom: 24px;
}
.counselling-form .form-control {
  /* border-radius: 20px; */
}
.phone-list .btn {
  border-radius: 0;
  padding: 0 20px;
  outline: 0 !important;
  box-shadow: none !important;
  padding-right: 0 !important;
}
.phone-list .input-group-text {
  border-radius: 20px 0 0 20px !important;
  border: 1px solid #808a9f;
  background: #fff;
}
.phone-list .dropdown-toggle::after {
  content: url(../images/icon-dropdown.svg);
  margin-left: 2px;
  border: 0;
}
.phone-list .dropdown-menu {
  min-width: 0;
}
/* .phone-list .input-group input:last-of-type {
  border-left: 0 solid #000;
  border-radius: 0 20px 20px 0;
  box-shadow: none !important;
}
.phone-list .input-group input:focus + .input-group-prepend .input-group-text {
  box-shadow: 0 0 0 0.2rem rgb(42 8 159 / 25%);
} */
.phone-list .dropdown-item {
  padding: 7px 22px;
}
.phone-list .dropdown-menu {
  border-radius: 10px;
}
.phone-list .input-group input:last-of-type {
  padding: 0 15px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 936px;
  }
  .vimeo_video.modal-xl {
    max-width: 600px;
  }
}

@media (max-width: 1199px) {
  .popup-container {
    padding: 40px 30px !important;
  }
  .counselling-list {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .popup-title {
    font-size: 26px;
    line-height: 30px;
  }
  .pupup-subtitle {
    font-size: 26px;
    line-height: 30px;
  }
  .counselling-form {
    padding: 20px;
  }
  .container,
  .container-sm {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .modal-dialog {
    margin: 0;
  }
  .modal-content {
    background: #fbfafd;
    border-radius: 0;
    min-height: 100vh;
  }
}
/***** popup css end *****/

/***** we help css start *****/
.we-help-wrapper {
  padding: 56px 0;
  background: #f4fffb;
  overflow: hidden;
}
.we-help-inner {
  max-width: 880px;
  margin: 0 auto;
}
.we-help-info {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.we-help-info p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 40px;
  color: #808a9f;
}
.we-help-item {
  max-width: 390px;
  margin: 0 auto;
  box-shadow: 0px 2px 8px rgb(28 37 44 / 10%);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}
.we-help-content {
  padding: 24px 32px 55px;
  min-height: 385px;
  display: flex;
  flex-direction: column;
}
.we-help-desc p {
  margin-bottom: 20px;
}
/***** we help css end *****/

/***** meet team css start *****/
.meet-team-wrapper {
  padding: 56px 0;
}
.meet-team-info {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.meet-team-img img {
  width: 144px;
  height: 144px;
  object-fit: cover;
  border-radius: 100%;
}
.meet-team-info p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 55px;
  color: #808a9f;
}
.meet-team-item {
  background: #ffffff;
  padding: 48px 30px;
  text-align: center;
  box-shadow: 0px 2px 8px rgba(28, 37, 44, 0.1);
  border-radius: 16px;
  transition: all 0.5s ease;
}
.meet-team-item.active {
  transform: scale(1.07);
}
.meet-team-item.active:after {
  content: url("../images/icon-premium.png");
  position: absolute;
  right: 37px;
  top: 37px;
}
.meet-team-content {
  margin-top: 21px;
}
.meet-team-content-title {
  margin-bottom: 32px;
}
.meet-team-desc {
  text-align: center;
  color: #070707;
  font-size: 16px;
  line-height: 24px;
}
/***** meet team css end *****/

/***** faq css start *****/
.faq-wrapper {
  padding: 40px 0;
}
.faq-info {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.accordian {
  margin: 48px auto 0;
  max-width: 775px;
}
#accordion .collapsing {
  transition: height 0.01s ease;
}
.accordian .card-body > p {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.15px;
  color: #070707;
  margin-bottom: 24px;
}
.accordian .card {
  padding: 12px 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #606060;
  border-radius: 8px;
  margin-bottom: 18px;
}
.accordian .card:last-of-type {
  margin-bottom: 0;
}
.accordian .card-header {
  background: transparent;
  border: none;
  padding: 0 0 0 0px;
}
.accordian .card-link {
  color: #070707 !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.15px;
  padding-top: 12px;
  pointer-events: none;
  transition: all 0.2s ease;
}
.card-link.collapsed {
  font-size: 16px;
  line-height: 29px;
  padding-top: 0;
  pointer-events: unset;
}
.accordian .card-body {
  padding: 15px 0 0 0px;
}
.accordian .card-link:after {
  content: "";
  display: inline-block;
  min-width: 13px;
  height: 7px;
  background-image: url(../images/icon-cheveron-down.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  vertical-align: text-top;
  position: relative;
  top: 13px;
  transition: all 0.2s ease;
  transform: rotate(0);
  margin-left: auto;
  align-self: flex-start;
}
.accordian .card-link.open:after {
  background-image: url(../images/icon-cheveron-down.svg);
  background-size: 13px;
  transform: rotate(180deg);
}
.accorian-content-title {
  font-size: 16px;
  line-height: 29px;
  color: #2a089f;
  letter-spacing: 0.15px;
  margin-bottom: 4px;
}
.accordian-content-list p {
  font-size: 16px;
  line-height: 29px;
  color: #808a9f;
  letter-spacing: 0.15px;
}

.accordian-content-list ul {
  padding-left: 20px;
}
.accordian-content-list > ul {
  margin-bottom: 8px;
}
.accordian-content-list li {
  margin-bottom: 0;
  color: #606060;
}
.list-none li,
li.list-none {
  list-style-type: none;
}
ul.list-none {
  padding: 0;
}
ul.list-none li {
  color: #070707;
}
/***** faq css end *****/

/***** footer css start *****/
footer {
  overflow: hidden;
  box-shadow: 0px 0px 4px 2px rgba(87, 98, 227, 0.15);
}
.footer-2 {
  background-color: #fff;
  height: auto;
  padding: 48px 15px 38px;
  background-position: center center;
  background-repeat: no-repeat;
}
.ft-logo p {
  color: rgb(34, 34, 34);
}
.ft-menu {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer-main-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-left: 100px;
}
.ft-logo {
  border-bottom: 1.5px solid rgb(255, 255, 255);
  padding-bottom: 30px;
}
.ft-menu h3 {
  font-size: 20px;
  line-height: 20px;
  color: rgb(34, 34, 34);
  margin-bottom: 20px;
  font-weight: 600;
}
.footer-about-us {
  padding-right: 0px;
}
.footer-about-us p {
  
}
.ft-contect form {
  margin-top: 30px;
}
#banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.footer-p {
  margin-bottom: 30px;
}
.ft-social i {
  color: rgb(42, 8, 159);
  font-size: 18px;
  margin-right: 10px;
}
.ft-social i:nth-child(4) {
  margin-right: 0px;
}
.ft-menu ul {
  padding-left: 0px;
  list-style: none;
  text-align: left;
}
.login-page-logo {
  width: 200px;
}
.ft-menu ul li {
  line-height: 25px;
  margin-bottom: 10px;
}
.ft-menu-2 li {
  line-height: 30px !important;
}
.ft-menu ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #868889;
  letter-spacing: 0.5px;
}
.ft-menu ul li a:hover {
  text-decoration: none;
  color: #343A40;
}
.font-weight-600 {
  font-weight: 600;
}
.ft-menu-3 li:nth-child(1) {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.ft-contect {
  text-align: left;
  padding-top: 10px;
}
.ft-contect h3 {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
}
.ft-input {
  height: 35px;
  background: none;
  color: rgb(34, 34, 34);
  font-weight: 600;
  border: 1px solid rgb(34, 34, 34);
}
.ft-input::placeholder {
  color: rgb(34, 34, 34);
}
.subscribe {
  width: 115px;
  height: 30px;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  border: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  background: rgb(42, 8, 159) !important;
}
.ft-social-section {
  float: right;
  margin-top: -24px;
}
.social-icon i {
  color: rgb(255, 255, 255);
  font-weight: 600 !important;
  font-size: 20px !important;
}
.social-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgb(255, 255, 255);
  line-height: 35px;
  float: right;
  margin-top: 25px;
  margin-left: 15px;
}
.btm-footer {
  background: rgb(255, 255, 255);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 14px;
  letter-spacing: 0.4px;
}
.editorial_board {
  background-image: url("../images/main-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  padding-bottom: 40px;
}
.slider-row {
  background: rgb(255, 255, 255);
  min-height: 350px;
  padding-bottom: 15px;
}
.footer-section {
  padding-bottom: 30px;
}
.bottom-logo {
  margin-bottom: 30px;
  width: 150px;
}
.icon-heart {
  width: 18px;
  margin-top: -5px;
  margin-left: 5px;
}
@media screen and (max-width: 991px) {
  .footer-main-footer {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .footer-2 {
    height: auto;
    padding: 0px 15px;
    background-position: center;
    padding-top: 30px;
    background-repeat: no-repeat;
    text-align: left;
    padding-bottom: 10px;
  }
  .footer-about-us {
    padding-right: 15px;
    text-align: left;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-main-footer {
    padding-left: 15px;
    flex-direction: column;
  }
  .ft-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .btm-footer {
    font-size: 16px;
  }
  .made-love-text {
    text-align: left !important;
    padding-top: 15px;
  }
}

/***** footer css end *****/

/*****===== GMAT css start  =====*****/

/***** scoreboard css start *****/
.scoreboard-wrapper {
  padding: 10px 0 16px;
  background: #fbfafd;
}
.scoreboard-info {
  text-align: center;
}
.scoreboard-info h3 {
  margin-bottom: 18px;
}
.scoreboard-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.scoreboard-item {
  padding: 24px 8px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgb(28 37 44 / 10%);
  border-radius: 24px;
  margin: 22px 11px 0;
  justify-content: center;
  width: 136px;
  height: 140px;
}
.scoreboard-count {
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #2a089f;
}
.scoreboard-content {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #808a9f;
  margin-bottom: 16px;
}
.scoreboard-person {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #070707;
  max-width: 90px;
  margin: 0 auto;
}
/***** scoreboard css end *****/

/***** our teachers css start *****/
.our-teachers-wrapper {
  padding: 80px 0 40px;
}
.our-teachers-info {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.our-teachers-img {
  padding-right: 50px;
}
.our-teachers-img img {
  border-radius: 24px;
}
.our-teachers-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
  color: #606060;
}
.our-teachers-inner {
  max-width: 1004px;
  margin: 0 auto;
}
.our-teachers-item {
  align-items: center;
  margin-bottom: 32px;
}
.our-teachers-item:nth-child(2n) > div:first-of-type {
  order: 2;
}
.our-teachers-item:nth-child(2n) > div:first-of-type .our-teachers-img {
  padding-right: 0;
  padding-left: 50px;
}
.our-teachers-content-title {
  margin-bottom: 8px;
}
.our-teachers-desc {
  color: #606060;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.15px;
}
.our-teachers-desc p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .our-teachers-item:nth-child(2n) > div:first-of-type {
    order: 0;
  }
  .our-teachers-img {
    padding-right: 0;
  }
  .our-teachers-item:nth-child(2n) > div:first-of-type .our-teachers-img {
    padding-left: 0;
  }
  .our-teachers-item {
    max-width: 400px;
    margin: 0 auto 50px;
  }
  .title-font-50 {
    line-height: 46px !important;
    font-size: 36px !important;
  }
  .footer-contact-text-col{
    margin-bottom: 25px;
    padding-left: 15px;
  }
  .xs-mb-3 {
    margin-bottom: 30px;
  }
}
/***** our teachers css end *****/

/***** our students css start *****/
.our-students-wrapper {
  padding: 40px 0;
  background: #fbfafd;
}
.our-students-info {
  margin: 0 auto;
  text-align: center;
}
.our-students-img {
  text-align: center;
}
.our-students-img img {
  border-radius: 50%;
  width: 218px;
  height: 218px;
}
.our-students-info h3 {
  margin-bottom: 40px;
}
.our-students-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
  color: #808a9f;
}
.our-students-inner {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}
.our-students-item {
  align-items: center;
  margin-bottom: 32px;
}
.our-students-item:nth-child(2n) > div:first-of-type {
  order: 2;
}
.our-students-item:nth-child(2n) > div:first-of-type .our-students-img {
  padding-right: 0;
}
.our-students-content {
  padding: 70px 70px 80px;
}
.our-students-quote {
  min-height: 116px;
  line-height: 29px;
  margin-bottom: 22px;
}
.our-students-quote-by {
  font-size: 21px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.15px;
  color: #070707;
}
.our-students-quote-by {
  font-size: 21px;
  line-height: 25px;
  text-align: right;
  letter-spacing: 0.15px;
  color: #070707;
  display: block;
}
.our-students-quote:before {
  content: url("../images/icon-quotes-start.svg");
  position: absolute;
  left: 0;
  top: 0;
}
.our-students-quote:after {
  content: url("../images/icon-quotes-end.svg");
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .our-students-item:nth-child(2n) > div:first-of-type {
    order: 0;
  }

  .our-students-img {
    padding-right: 0;
    display: table;
    margin: 0 auto;
  }
  .our-students-img img {
    width: 150px;
    height: 150px;
  }
  .our-students-item:nth-child(2n) > div:first-of-type .our-students-img {
    padding-left: 0;
  }
  .our-students-item {
    max-width: 400px;
    margin: 0 auto 32px;
  }

  .our-students-content {
    padding: 30px;
  }
  .our-students-quote:before {
    transform: scale(0.5);
    transform-origin: left;
  }
  .our-students-quote:after {
    transform: scale(0.5);
    transform-origin: right;
  }
}
/***** our students css end *****/

/***** our platforms css start *****/
.our-platforms-wrapper {
  padding: 40px 0 25px;
}
.our-platforms-info {
  margin: 0 auto;
  text-align: center;
}

.our-platforms-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
  color: #606060;
}
.our-platforms-inner {
  max-width: 890px;
  margin: 0 auto;
}
.our-platforms-item {
  position: relative;
  margin: 0 auto;
  margin-bottom: 64px;
  padding: 0 90px 55px;
}
.our-platforms-item-content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 474px;
  background: #ffffff;
  box-shadow: 0px 4px 16px rgb(28 37 44 / 10%);
  border-radius: 24px;
  padding: 24px;
  line-height: 29px;
}
.our-platforms-item:nth-of-type(2n) .our-platforms-item-content {
  right: inherit;
  left: 0;
}

@media (max-width: 767px) {
  .our-platforms-img {
    padding-right: 0;
    display: table;
    margin: 0 auto;
  }
  .our-platforms-item {
    padding: 0;
  }
  .our-platforms-item-content {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
}
/***** our platforms css end *****/

/***** flexible packages css start *****/
.flexible-packages-wrapper {
  padding: 40px 0;
  background: #f4fffb;
}
.flexible-packages-info {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}
.flexible-packages-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 48px;
  color: #606060;
}
.flexible-packages-inner {
  margin: 0 auto;
}
.flexible-packages-list {
  max-width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}
.flexible-packages-item {
  background: #ffffff;
  box-shadow: 0px -8px 16px rgb(28 37 44 / 10%);
  position: relative;
  height: 100%;
  border-radius: 24px 24px 0 0;
}
.flexible-packages-item:after {
  content: "";
  width: 100%;
  height: 41px;
  background: url(../images/border-triangle.png);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.flexible-packages-summarybox {
  padding: 32px;
  box-shadow: 0px 4px 16px rgb(28 37 44 / 10%);
  border-radius: 24px;
  height: 479px;
  display: flex;
  flex-direction: column;
}
.flexible-packages-item-keypoints {
  padding: 32px;
  color: #070707;
}
.flexible-packages-item-keypoints ul {
  padding-left: 20px;
}
.flexible-packages-summarybox .btn {
  margin-top: auto;
}
.flexible-packages-summarybox h5 {
  margin-bottom: 16px;
}
.flexible-packages-summarybox p {
  color: #808a9f;
  height: 65px;
  line-height: 29px;
  margin-bottom: 32px;
}
.list {
  padding: 0;
}
li {
  line-height: 29px;
  margin-bottom: 8px;
}
.list li {
  list-style-type: none;
  padding-left: 28px;
  margin-bottom: 16px;
  position: relative;
}
.list li::before {
  content: url(../images/icon-check-round.svg);
  position: absolute;
  left: 0;
  top: 5px;
}
.for-pink-check.list li:first-child::before{
  content: url(../images/pink-check.svg);
}
.flexible-packages-demo {
  display: flex;
  position: relative;
  justify-content: center;
  overflow: hidden;
}
.flexible-packages-demo::before {
  content: url("../images/line-left.png");
}
.flexible-packages-demo::after {
  content: url("../images/line-right.png");
}
.flexible-packages-demo-text {
  white-space: nowrap;
  text-align: center;
  background: #f4fffb;
  padding: 0 10px;
  min-width: 360px;
}
@media (max-width: 1199px) {
  .list li {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .flexible-packages-item {
    padding: 0;
  }
  .list li {
    margin-bottom: 8px;
  }
  .banner-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}
/***** our packages css end *****/

/***** Popup as section css start *****/
.popup-section-wrapper .popup-container {
  padding: 40px 90px;
  background: #fbfafd;
}
.popup-section-wrapper .popup-body {
  max-width: 750px;
  margin: 0 auto;
}
.popup-section-wrapper .pupup-subtitle {
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.25px;
}

/***** Popup as section css end *****/

/***** our schools css start *****/
.our-schools-wrapper {
  padding: 38px 0 16px;
  background: #fff;
}

.our-schools-info {
  margin: 0 auto;
  text-align: center;
}
.our-schools-info h3 {
  margin-bottom: 48px;
}
.our-schools-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.25px;
  color: #ed2158;
  margin-bottom: 14px;
}
.our-schools-content {
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  padding-left: 20px;
}
.our-schools-content li {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.25px;
  color: #606060;
}
.nav-angle-down.rotate-180 svg{
  transform: rotate(180deg);
  transition: 0.3s;
  display: inline-block;
}
@media (min-width: 1200px) {
  .our-schools-wrapper .col-xl-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .our-schools-wrapper .col-xl-2:last-of-type:nth-child(5n) {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (max-width: 767px) {
  .our-schools-title.invisible {
    display: none;
  }
}
/***** our schools css end *****/

/***** marquee css start *****/
.marquee-wrapper {
  padding: 0px 0;
  background: #fff;
  margin-bottom: -20px;
  z-index: 1;
  position: relative;
}
.marquee-wrapper .marquee {
  font-size: 63px;
  line-height: 76px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #606060;
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 80px;
  overflow-x: hidden;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
/***** our schools css end *****/

/*****===== GMAT css end  =====*****/

/*****===== MBA css start  =====*****/

/***** mba-deadline-wrapper css start *****/
.mba-deadline-wrapper {
}
.mba-deadline-wrapper .list-inline {
  display: flex;
  margin-bottom: 20px;
}
.mba-deadline-wrapper .deadline-info .list-inline li {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  letter-spacing: 1.25px;
  color: #ed2158;
  display: flex;
  align-items: center;
  padding-left: 12px;
}
.mba-deadline-wrapper .deadline-info .list-inline li:first-of-type {
  padding-left: 0px;
}
.mba-deadline-wrapper .deadline-info .list-inline li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #ed2158;
  border-radius: 100%;
  display: inline-block;
  margin-right: 12px;
  margin-top: 2px;
}
.mba-deadline-wrapper .deadline-info .list-inline li:first-of-type:before {
  display: none;
}
.bg-gray{
  background: #FBFAFD;
}
.banner-title:after, .btm-border-title:after{
  position: absolute;
  content: '';
  width: 95px;
  height: 3px;
  background-color: #007CFF;
  left: 0;
  bottom: -5px;
}
.span-border-title .title-border{
  position: absolute;
  width: 95px;
  height: 3px;
  background: #007CFF;
  left: 0;
  bottom: -5px;
}
.bg-light-blue{
  background-color: #ECF5FF;
}
.btm-shadow{
  box-shadow: 0px 12px 30px rgba(24, 92, 255, 0.18);
}
.white-col-4{
  background-color: #ffffff;
  box-shadow: 0px 12px 30px 17px rgba(24, 92, 255, 0.04);
  border-radius: 6px;
  padding: 20px 15px;
  width: 22.75%;
  margin-left: 3%;
  margin-bottom: 25px;
}
.white-col-4:first-child{
  margin-left: 0;
}
.color-8b8b8b{
  color: #8b8b8b;
}
.col-3-border-right{
  border-right: 1px solid #ffffff;
  padding-right: 35px;
  padding-left: 35px;
}
.col-3-border-right:last-child{
  border-right: 0;
}
.col-3-border-right h4{
  font-weight: 800;
  font-size: 56px;
  line-height: 66px;
  font-family: 'Inter', sans-serif !important;
}
.inner-section-title{
  font-size: 46px;
  letter-spacing: -0.015em;
  line-height: 60px;
}
.img-col-home{
  text-align: center;
}
.img-col-home img{
  max-height: 350px;
}
.home_img_row{
  margin-bottom: 65px;
}
.home_img_row:last-child{
  margin-bottom: 0;
}
.home_img_row:nth-child(2n){
  flex-direction: row-reverse;
}
.content-home-col p{
  padding-right: 80px;
  text-align: justify;
}
.subs_email_field{
  background: #FFFFFF;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  letter-spacing: -0.015em;
  padding: 11px 15px;
  font-weight: 600;
  font-size: 14px;
  color: #292D33;
  border:0;
}
.subs_email_field::placeholder{
  font-weight: 600;
  font-size: 14px;
  color: #292D33;
}
.subs_email_field:focus{
  outline: inherit;
}
.subs_email_submit_btn{
  background: #CEE6FF;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border:0;
  padding: 11px 46px;
  letter-spacing: -0.015em;
  color: #000000;
  font-weight: 700;
}
.subscribe_form{
  padding-left: 100px;
  padding-right: 50px;
}
.genesis_col p{
  font-size: 28px;
  line-height: 38px;
}
.border-top-col{
  border-top: 2px dashed #8B8B8B;
}
.border-top-col:before{
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #007CFF;
  top: -9px;
  left: 0;
}
.genesis_col{
  margin-top: 30px;
  padding-right: 30px;
}
.about_col_3{
  width: 29.33%;
  margin-left: 6%;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(12, 68, 204, 0.1);
  border-radius: 6px;
  padding: 30px;
}
.about_col_3:nth-child(3n+1){
  margin-left: 0;
}
.about_col_3 h4{
  letter-spacing: -0.025em;
  color: #007CFF;
  font-weight: 800;
  font-size: 56px;
  font-family: 'Inter', sans-serif !important;
  margin-bottom: 20px;
}
.our-team-content-col{
  padding-left: 50px;
}
.our_leaders_col{
  width: 35%;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0px 2px 14px rgba(24, 92, 255, 0.1);
  border-radius: 6px;
}
.our_leaders_img_col{
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
}
.our_leaders_img_col img{
  filter: drop-shadow(0px 2px 20px rgba(0, 124, 255, 0.06));
  border-radius: 4px;
}
.our_leaders_content p{
  font-size: 16px;
  line-height: 28px;
}
.btm-border-title-center:after{
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 1280px) {
  .mba-deadline-wrapper .deadline-banner .banner-img {
    /*height: auto;*/
  }
}
@media (min-width: 767px) {
  .md-text-justify{
    text-align: justify;
  }
  .md-pl-5{
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .mba-deadline-wrapper .deadline-info .list-inline li:not(:first-of-type) {
    padding-left: 10px;
  }
  .mba-deadline-wrapper .deadline-info {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .mba-deadline-wrapper .deadline-banner .banner-img {
    height: 280px;
    object-position: top;
  }
  .our-team-content-col {
    padding-left: 15px;
  }
  .about_col_3{
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .about_col_3:last-child{
    margin-bottom: 0;
  }
  .about_col_3 h4 svg{
    width: 23px;
  }
  .about-hero-section .max-width-524 p{
    line-height: 28px;
  }
  .col-md-4:last-child .genesis_col{
    margin-bottom: 0;
  }
  .genesis_col{
    margin-bottom: 50px;
  }
  .mba-deadline-wrapper .deadline-info .list-inline li {
    font-size: 12px;
  }
  .mba-deadline-wrapper .deadline-info .list-inline li:before {
      width: 3px;
      height: 3px;
      margin-right: 4px;
      margin-top: 2px;
  }
  .mba-deadline-wrapper .deadline-info .list-inline li:not(:first-of-type) {
    padding-left: 4px;
  }
  .mba-deadline-wrapper .list-inline {
    margin-bottom: 16px;
  }
  .mba-deadline-wrapper .deadline-info .btn {
    margin: 0;
  }
}
@media (max-width: 360px) {
  .mba-deadline-wrapper .list-inline {
    flex-direction: column;
  }
  .mba-deadline-wrapper .deadline-info .list-inline li:first-of-type {
    padding-left: 5px;
  }
  .mba-deadline-wrapper .deadline-info .list-inline li:first-of-type:before {
    display: inline-block;
  }
}
/***** mba-deadline-wrapper css end *****/

/***** success stories css start *****/
.success-stories-wrapper {
  padding: 80px 0 55px;
}
.success-stories-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.success-stories-info h2 {
  margin-bottom: 40px;
  text-align: center;
}
.success-stories-img {
  /* border-radius: 36px; */
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  background: #2a089f;
  z-index: 0;
}
.success-stories-img img {
  width: 100%;
}
.success-stories-toggle-arrow {
  position: absolute;
  top: 20px;
  right: 35px;
  cursor: pointer;
  z-index: 99999;
}

.success-stories-toggle-arrow:after {
  content: url(../images/cheveron-right-circle.svg);
  transform: rotate(0deg);
  transition: all 0.2s ease;
  line-height: 0;
  display: none;
}
.success-stories-item:hover + .success-stories-toggle-arrow:after {
  transform: rotate(180deg);
}

.success-stories-hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(42, 8, 159, 0.7),
    rgba(42, 8, 159, 0.7)
  );
  color: #fff;
  font-size: 14px;
  padding: 24px;
  transition: all 0.5s ease;
  border-radius: inherit;
}
.success-stories-item:hover .success-stories-hover {
  top: 0;
}
.success-stories-hover-title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 8px;
}
.success-stories-title {
  font-size: 25px;
  line-height: 30px;
  color: #2a089f;
}
.success-stories-desc {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.25px;
  color: #606060;
}
.font-size-14{
  font-size: 14px;
}
.color-808A9F{
  color: #808A9F;
}
.our-tutor-col-2{
  box-shadow: 0px 14px 23px rgba(28, 37, 44, 0.08);
  border-radius: 18px;
  padding: 40px;
  width: 48%;
  margin-left: 3%;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 3%;
}
.our-tutor-col-2:last-child{
  margin-bottom: 0;
}
.our-tutor-col-2:nth-child(2n+1){
  margin-left: 0;
}
.font-size-22{
  font-size: 22px;
}
.cirimg{
  border-radius: 50%;
  background-color: #C19165;
  width: 40px;
  height: 40px;
}
.top-quote{
  position: absolute;
  top: 10px;
  left: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #ED2158;
}
.btm-quote{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 60px;
  color: #ED2158;
  transform: rotate(180deg);
}
.bg-img-none:after{
  content: none;
}
.height-auto{
  height: auto;
}
.ul-height-two-card{
  min-height: 375px;
}
.border-radius-24{
  border-radius: 24px;
}

.title-font-50{
  line-height: 60px;
  font-size: 50px;
}
.button-border-left-right:before, .button-border-left-right:after{
  margin-top: 12px;
}
.navbar-nav{
  padding-left: 0;
}
ul{
  list-style: none;
}
.sub-menu-item{
  position: absolute;
  padding-left: 0;
  list-style: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(28, 37, 44, 0.1);
  border-radius: 24px;
  width: 200px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  margin-top: 0;
}
.sub-menu-item li a{
  padding-left: 15px;
  color: rgba(7, 7, 7, 0.8);
}
.sub-menu-item li a:hover{
  color: #007CFF;
}
.sub-menu-item li:last-child{
    margin-bottom: 0;
}
.color-ED2158{
  color:#ED2158;
}
.font-size-50{
  font-size: 50px;
}
.banner-left-img{
  /*height: 100vh;*/
}
.banner-left-img img{
  height: calc(100vh - 70px);
  object-fit: cover;
  width: 100%;
}
.filter-sidebar{
  background: #F1F8FF;
}
.rate-ft-btm{
  position: fixed;
  z-index: 121;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background:#ffffff;
  box-shadow: 0px -14px 16px rgba(0, 0, 0, 0.05); 
}
.logo-col{
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.02);
}
.radio_check_btn.selected{
  background: #007CFF;
  color: #ffffff;
}
@media (min-width: 991px){
  .custom-col-4:nth-child(3n+1){
    margin-left: 0;
  }
  .filter-sidebar{
    height: calc(100vh - 127px) !important;
  }
  section.front-univshort-col{
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px){
  .custom-col-4{
    width: 49%;
    margin-left: 2%;
  }
  .custom-col-4:nth-child(2n+1){
    margin-left: 0;
  }
}
@media screen and (max-width: 640px){
  .custom-col-4{
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .success-stories-wrapper {
    padding: 80px 25px 80px;
  }
  .success-stories-hover{
    top: 0;
    left: -100%;
  }
  .success-stories-toggle-arrow:after {
    display: block;
  }
  .success-stories-item:hover + .success-stories-toggle-arrow:after {
    transform: rotate(-90deg);
  }
  .success-stories-item:hover .success-stories-hover {
    top: 100%;
  }
  .open .success-stories-item + .success-stories-toggle-arrow:after {
    transform: rotate(180deg);
  }
  .open .success-stories-item .success-stories-hover {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .success-stories-hover-desc {
    font-size: 24px;
    line-height: 38px;
  }
  .success-stories-hover-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .success-stories-wrapper {
    padding: 56px 25px 30px;
  }
  .success-stories-info h2 {
    margin-bottom: 40px;
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }
  .success-stories-info {
    margin-bottom: 0;
  }
  .success-stories-img {
    margin-bottom: 8px;
  }
  .success-stories-title {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}
/***** success stories css end *****/

/***** how works css start *****/
.how-works-wrapper {
  padding: 0px 0 0px;
}
.how-works-inner {
  max-width: 1240px;
  margin: 0 auto;
}
.how-works-info {
  margin: 0 auto 40px;
  text-align: center;
}
.how-works-info p{
  width: 468px;
  margin: auto;
  text-align: center;
}

.how-works-info h2 {
  margin-bottom: 8px;
}
.how-works-info p {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.15px;
  color: #606060;
}
.how-works-img {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  margin-top: 66px;
}
.how-works-img img {
  width: 100%;
}
.how-works-hover-title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 8px;
}
.how-works-title-desc-wrap {
  position: relative;
}
.how-works-title {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2A089F;
  margin-bottom: 8px;
  position: relative;
  transition: all 0.5s ease;
  font-weight: bold;
  /* top: 100px; */
}
.how-works-title .step {
  color: #606060;
  margin-right: 10px;
}
.how-works-desc {
  font-size: 18px;
  line-height: 29px;
  color: #070707;
  margin-bottom: 40px;
  letter-spacing: 0.15px;
  max-width: 380px;
  position: relative;
  transition: all 0.5s ease;
  /* top: 100px; */
}

.tab-pane.active .how-works-title,
.tab-pane.active .how-works-desc {
  /* top : 0; */
}
.how-works-item {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.how-works-item .nav-tabs {
  border-bottom: 0;
  margin-top: auto;
}
.nav-tabs .nav-link,
.how-works-item .nav-tabs .nav-link:focus,
.how-works-item .nav-tabs .nav-link:hover {
  border: 0;
  border-left: 4px solid #d1d5dc;
  border-radius: 0 !important;
  font-size: 16px;
  line-height: 29px;
  color: #606060;
  padding: 4px 8px;
}
.how-works-item .nav-tabs .nav-item.show .nav-link,
.how-works-item .nav-tabs .nav-link.active {
  border-color: #2a089f;
}
.sub-content {
    align-self: flex-start;
    margin: 10px 0 20px;
    position: sticky;
    top:80px;
}
.section-title-font-50{
  font-size: 50px;
  line-height: 60px;
}

@media (max-width: 1199px) {
  .how-works-wrapper {
    padding: 0px 25px 0px;
  }
}
@media (max-width: 767px) {
  .how-works-item .nav-tabs {
    display: none;
  }
  .how-works-info {
    width: 100%;
    text-align: left;
  }
  .how-works-info h2 {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
  }
  .how-works-info p {
    font-size: 16px;
    line-height: 29px;
  }
  .how-works-item {
    min-height: 0;
  }
  .how-works-list .tab-content > .tab-pane {
    display: block;
  }
  .how-works-img {
    max-width: 180px;
    margin: 0 auto 15px;
  }
  .how-works-desc {
    font-size: 16px;
    line-height: 150%;
  }
  .how-works-title .step {
    display: block;
    line-height: 24px;
  }

  .how-works-title {
    text-transform: none;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #FBFAFD;
  }
}
/***** how works css end *****/

/***** university company css start *****/
.university-company-wrapper {
  padding: 80px 0 80px;
}
.university-company-info {
  text-align: center;
}
.university-company-info h3 {
  margin-bottom: 72px;
}
.university-company-block:not(:last-of-type) {
  margin-bottom: 40px;
}
.university-company-block h3 {
  margin-bottom: 16px;
}
.university-company-item {
  height: 140px;
  display: flex;
  align-items: center;
}
.university-company-img {
  margin: 0 40px 0 0;
  border: 1px solid #ddd;
  padding: 10px;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}
.university-company-content-title {
  margin-bottom: 32px;
}
.university-company-wrapper .slick-initialized .slick-slide {
  display: flex;
}
.custom-scroll::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {
    background: rgba(0, 124, 255, 0.2);
}

/* Handle */
.custom-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 124, 255, 0.2) !important;
    border-radius: 8px;
}

@media (max-width: 767px) {
  .university-company-wrapper {
    padding: 30px 25px 30px;
  }
  .university-company-info h2 {
    text-align: left;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 35px;
  }
  .university-company-block h3 {
    margin-bottom: 8px;
    font-size: 25px;
    line-height: 30px;
  }
  .university-company-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .university-company-img {
    margin: 0 24px 0 0;
    width: 56px;
  }
  .university-company-item {
    height: 56px;
  }
}
/***** our company css end *****/

/***** popup 2 css start *****/
.popup-section-wrapper-2 .popup-container {
  padding: 48px 90px;
}
.popup-section-wrapper-2 .counselling-list {
  max-width: 100%;
}
.popup-section-wrapper-2 .popup-body {
  max-width: 810px;
}
.popup-section-wrapper-2 .counselling-icon {
  min-width: 128px;
  margin-right: 16px;
}
.popup-section-wrapper-2 .counselling-item {
  padding-left: 0;
  padding-top: 0;
  align-items: center;
}
.banner-form .counselling-form-title, .banner-form .update-semantic-select{
  display: none;
}
.banner-form .counselling-form{
  padding: 0;
  box-shadow: initial;
}
.banner-form .submit-btn-col{
  text-align: left !important;
}
.font-size-25{
  font-size: 25px;
}
.footer-form-contact{
  max-width: 860px !important;
}
.feedback-form{
  padding-top: 50px;
  padding-bottom: 50px;
}
.sticky-container{
  height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 24px;
  overflow-y: auto;
}
.right-feedback-form{
  min-height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  padding: 24px;
}
.resize{
  resize: none;
}
.form-input{
  background: #FFFFFF;
  border: 1px solid #80BDFF;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 14px;
  color: #1F1F1F;
  letter-spacing: 0.25px;
}

.form-input::placeholder{
  color: #9E9E9E;
}

.form-input:hover{
  border: 1px solid #AEB5FF;
  box-sizing: border-box;
  /*box-shadow: 0px 0px 0px 3px rgba(87, 98, 227, 0.08);*/
  box-shadow: 0px 0px 0px 3px rgba(64, 157, 255, 0.28);
  color: #333333;
}

.form-input:focus{
  background: #FFFFFF;
  border: 1px solid #80BDFF;
  box-sizing: border-box;
  border-radius: 8px;
  outline: inherit;
  box-shadow: 0px 0px 0px 3px rgba(64, 157, 255, 0.28);
}
.height-auto{
  height: auto;
}
.form-col textarea{
  padding: 15px;
}
.about-hero-section{
  padding-top: 65px;
  padding-bottom: 65px;
}
.about-hero-section .banner-title:after{
  content: none;
}
.about-hero-section .max-width-524 p{
  line-height: 33px;
  text-align: justify;
  font-size: 18px;
}
@media (max-width: 575px) {
  .popup-section-wrapper-2 .counselling-icon {
    min-width: 56px;
    max-width: 56px;
    margin-right: 16px;
  }
  .popup-section-wrapper-2 .counselling-item {
    align-items: flex-start;
  }
}
/***** popup css end *****/

/*****===== MBA css end  =====*****/

/*****===== 404 css start  =====*****/

.page-not-found-wrapper {
  display: flex;
  align-items: center;
  background: url("../images/404.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: calc(100vh - 86px);
}
.page-not-found-info {
  padding: 50px 0;
}
.page-not-found-info h2 {
  font-family: "Londrina Solid", cursive;
  font-weight: normal;
  font-size: 93px;
  line-height: 110px;
  display: flex;
  align-items: center;
  letter-spacing: 0.15px;
  color: #808a9f;
}
.page-not-found-info p {
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0.15px;
  color: #808a9f;
  max-width: 350px;
  margin: 24px 0 32px;
}
.rating_col{
  background: #FFFFFF;
  border: 1px solid #80BDFF;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px;
  margin-top: 5px;
}
.rating_skill{
  padding-left: 15px;
  padding-right: 15px;
}
.rating_skill label{
  color: rgba(31, 31, 31, 0.6);
  font-size: 14px;
  letter-spacing: 1.25px;
}
.rating_skill label.active{
  color: #007CFF;
  font-weight: 500;
}
.tertiary-btn{
  padding: 8px 20px;
}
.success_review_col{
  border: 1px solid #E7EAEE;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}
.success_review_col:last-child{
  margin-bottom: 0;
}
.font-size-10{
  font-size: 10px;
}
.success_review_col:hover{
  background: #EBF5FF;
  border: 1px solid rgba(0, 124, 255, 0.88);
}
.delete_feedback{
  padding: 25px 15px;
  border: 1px solid rgba(0, 124, 255, 0.88);
  border-radius: 4px;
}
.sticky-container{
  position: sticky;
  top: 90px;
}
.home-modal .modal-header{
  border-bottom: 1px solid #dee2e6 !important;
}
.iframe_video_close{
  outline: inherit !important;
}
.modal.fade.show{
  background:rgba(0,0,0,0.8); 
}
.home_slider_perv svg, .home_slider_next svg{
  fill: #ffffff;
}
.home_slider_next svg{
  transform: rotate(180deg);
}
.home_slider_btn{
  opacity: 1 !important;
  padding: 16px 26px;
  width: auto;
  height: auto;
  background: #007CFF !important;
  border: 1px solid #F1F6FA;
  border-radius: 12px;
}
.swiper-button-disabled{
  background: #ECF5FF !important;
  border: 1px solid #FFFFFF;
}
.swiper-button-disabled svg{
  fill: #8B8B8B;
}
.testimonial-section .home_slider_btn, .testimonial-section .home_slider_btn{
  bottom: initial;
  top: -22px;
}
.testimonial-section .home_slider_next{
  right: 0;
}
.testimonial-section .home_slider_prev{
  right: 0;
}
.home_testi_slider{
  padding-top: 75px;
}
.coins-col{
  background: rgba(0, 124, 255, 0.08);
  border: 1.5px dashed #007CFF;
  border-radius: 4px;
  width: 96px;
  height: 44px;
}
.coint-text{
  color: #007CFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.schudel-call-expert{
  padding: 15px 20px;
  border-radius: 20px;
  color: #505DE3;
  letter-spacing: 0.025em;
  font-weight: 600;
  font-size: 28px;
  background: rgba(56, 66, 185, 0.1);
  border: 2.37179px solid #505DE3;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
}
.degree-cap-bg{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  background: #DFE8FF;
  border-radius: 24.1822px;
  margin:auto;
}
.std-slide-col{
  padding: 15px;
  background: linear-gradient(90.18deg, #4955DC 0.13%, #5D6EFB 52.49%, #8E8EED 99.82%);
  border-bottom-right-radius: 24.2787px;
  border-bottom-left-radius: 24.2787px;
  color: #ffffff;

}
.font-siz-18{
  font-size: 18px;
}
.form-option-btn{
  color: #606060;
  font-weight: 400;
  font-size: 18px;
  border: 2.32258px solid #C8D1E1;
  border-radius: 47.6129px;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 15px;
}
.progress-bar{
  width: 100%;
  height: 10px;
  background: #D0E7FF;
  opacity: 0.35;
  box-shadow: inset 0px 0px 12.4004px rgba(0, 0, 0, 0.06);
  border-radius: 20.6674px;
}
.active-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    background: #007CFF;
    box-shadow: 0px 0px 6.20022px rgba(0, 124, 255, 0.2);
    border-radius: 20.6674px;
}
.category_name{
  font-size: 12px;
}
.primary-text{
  color: #007CFF;
}
@media (max-width: 1199px) {
  .page-not-found-wrapper {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .page-not-found-info h2 {
    font-size: 30px;
    line-height: normal;
  }
  .page-not-found-info {
    padding: 50px 20px;
  }
  .page-not-found-info p {
    font-size: 16px;
  }
  .our-tutor-col-2{
    width: 100%;
    margin-left: 0;
  }
  .ul-height-two-card {
    min-height: auto;
  }
  .flexible-packages-demo::before, .flexible-packages-demo::after,.button-border-left-right:before, .button-border-left-right:after{
    display: none;
  }
  .button-border-left-right .text-center{
    width: 100%;
    margin-top: 25px;
  }
  .home_feedback_section{
    flex-direction: column-reverse;
    padding-left: 0;
    padding-right: 0;
  }
  .home_feedback_section .col-md-4.pr-5{
    padding-right: 0 !important;
    padding-left: 0;
    padding-top: 20px;
  }
  .xs-pl-0{
    padding-left: 0;
  } 
  .xs-pr-0{
    padding-right: 0;
  }
  .sticky-container{
    position: initial;
    height: auto;
    padding: 24px 15px;
    margin-bottom: 25px;
  }
  .right-feedback-form{
    padding: 24px 15px;
  }
  .rating_col{
    padding: 20px 10px;
  }
  .rating_skill {
    padding-left: 7px;
    padding-right: 7px;
  }
  .show_hide_sop_content{
    display: none;
    transition: 0.3s;
  }
  .sop_ques{
    position: relative;
    padding-right: 35px;
  }
  .sop_ques:after{
    content: '';
    background-image: url(../images/angle-down.svg);
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .thank_content_col{
    padding-right: 0 !important;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .thank_content_col h3{
      font-size: 26px;
      line-height: 36px;
  }
  .banner-left-img{
    margin-bottom: 15px;
    padding-top: 25px;
  }
  .swiper-content-col{
    padding: 30px 20px;
  }
  .subscribe_text{
    font-size: 18px;
    line-height: 28px;
  }
  .ft-menu ul{
    margin-bottom: 0;
  }
  .banner-left-img img{
    height: auto;
  }
  .banner-title{
    margin-bottom: 30px !important;
  }
  .banner-title:after, .btm-border-title:after{
    bottom: -10px;
  }
  .hero-section{
    padding-bottom: 50px;
  }
  .white-col-4{
    width: 100%;
    margin-left: 0;
  }
  .col-3-border-right{
    border-right: 0;
    margin-bottom: 35px;
  }
  .col-3-border-right:last-child{
    margin-bottom: 0;
  }
  .col-3-border-right h4{
    line-height: 48px;
    font-size: 38px !important;
  }
  .inner-section-title{
    font-size: 26px;
    line-height: 38px;
  }
  .heading-title {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  .content-home-col p {
    padding-right: 0;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }
  .img-col-home, .content-home-col{
    padding-left: 0;
    padding-right: 0;
  }
  .subscribe_form {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
  .build_commin_col{
    padding-top: 25px;
  }
  .build_commin_col .font-size-20{
    font-size: 16px;
    line-height: 28px;
  }
  .banner_two_btn_row a{
    letter-spacing: 0;
    padding: 12px 8px;
    font-size: 13px;
  }
  .watch-video-btn-home{
    padding: 12px 5px !important;
  }
  .banner_two_btn_row a img{
    width: 20px;
  }
  .testimonial-section .home_slider_btn, .testimonial-section .home_slider_btn{
    top: 35px;
  }
  .home_slider_btn{
    padding: 9px 22px;
  }
  .about-hero-section {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .our_leaders_img_col{
    width: 100%;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .our_leaders_col{
    width: 100%;
  }
  .about-hero-section .max-width-524 p{
    text-align: left;
  }
} 

@media (max-width: 576px) and (orientation: portrait) {
  .page-not-found-wrapper {
    background-position: calc(100% - -250px);
  }
}
/*****===== 404 css end  =====*****/
/*new home page two folds start*/
.color-01031D{
  color: #01031D;
}
.first-fold-wrap{
  background: linear-gradient(90deg,#fff 54%,#f7f7f8 46%);
}
.ap-banner-left h2{
  font-size: 64px;
  line-height: 76px;
}
.ap-banner-left{
  width: 50%;
}
.ap-banner-right{
  width: 50%;
}
.ap-bnr-rght-inner{
  height: 600px;
}
.ap-bnr-box-one{
  position: absolute;
  top: 10px;
  right: 30px;
  width: 270px;
  height: 352px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ap-bnr-file-icon img{
  width: 65px;
  margin-right: 10px;
}
.ap-bnr-box-one-img{
  position: absolute;
  bottom: -280px;
  right: -28px;
  padding-left: 0;
  width: 100%;
  height: 150px;
  opacity: 0;
  visibility: hidden;
}
.new-ap-bner-slider .swiper-slide-active .ap-bnr-box-one-img{
  bottom: -180px;
  transition: all .3s;
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.ap-bnr-box-two{
  position: absolute;
  bottom: 10px;
  left: -30px;
  width: 340px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: contain;
}
.ap-bnr-box-two-img{
  position: absolute;
  top: -215px;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.new-ap-bner-slider .swiper-slide-active .ap-bnr-box-two-img{
  right: -70px;
  transition: all .3s;
  transition-delay: .6s;
  opacity: 1;
  visibility: visible;
}
.ap-banner-single .ap-banner-left{
  padding-right: 65px;
  background: #fff;
}
.new-ap-bner-slider .swiper-slide{
  pointer-events: none;
  transition-property: opacity;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.new-ap-bner-slider .swiper-slide.swiper-slide-active{
  pointer-events:auto;
}
.ap-bnr-main-img{
  opacity: 0;
}
.new-ap-bner-slider .swiper-slide.swiper-slide-active .ap-bnr-main-img{
  opacity: 1;
  transition: opacity .3s;
  transition-delay: .3s;
}
.ap-appoint-icon{
  width: 200px;
  margin-top: 90px;
}
.ap-video-icon{
  width: 100px;
  margin-top: -130px;
  margin-left: 30px;
}
.ap-vdo-icon{
  position: relative;
  top: -100px;
  right: -232px;
}
.ap-ques-icon{
  width: 220px;
  margin-top: 40px;
  margin-left: -70px;
}
.ap-banner-single-three .ap-bnr-box-one-img{
  height: 240px;
}
.new-ap-bner-slider .swiper-slide-active .ap-banner-single-three .ap-bnr-box-one-img{
  bottom: -240px;
}
.ap-bst-yr-icon{
  width: 240px;
  right: -80px;
  position: relative;
}
.ap-bnr-testi-icon{
  width: 120px;
  margin-left: 70px;
}
.scnd-fold-logo{
  width: 410px;
  padding: 40px 60px;
  background: linear-gradient(134deg, #007CFF 0%, #0C76E5 100%);
}
.scnd-fold-tabs{
  padding: 18px 30px;
  width: calc(100% - 410px);
  background: #F6F8FD;
}
.scnd-tabs-item{
  border-radius: 8px;
  border: 2px solid #007CFF;
  box-shadow: 0px 5px 15px 0px rgba(24, 92, 255, 0.1);
  padding: 10px 30px;
  color: #007CFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.24px;
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 0;
}
.scnd-tabs-item.secondary-btn{
  background: #fff;
}
.second-fold-wrap.onScroll{
/*  display: flex;*/
  min-height: 800px;
}
/*.second-fold-wrap.onScroll .scnd-fold-left{
  flex-direction: column;
  background: #fff;
}*/
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-fold-tabs{
  width: 410px;
  background: #fff;
  padding: 36px 30px 18px 60px;
}
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-tabs-list{
  flex-direction: column;
  align-items: flex-start;
}
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-tabs-item{
  margin-bottom: 20px;
}
.second-fold-wrap{
  background: #F6F8FD;
}
.scnd-fold-right{
  width: calc(100% - 410px);
  background: #F6F8FD;
}
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-tabs-item{
  border: 2px solid #a7a7a7;
  color: #a7a7a7;
}
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-tabs-item.active,
.scnd-tab-slider .swiper-slide.swiper-slide-thumb-active .scnd-tabs-item{
  border: 2px solid #007CFF;
  color: #007CFF;
}
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-tabs-item span{
  opacity: 0;
  width: 0;
  transition: all .5s;
  display: inline-block;
  white-space: nowrap;
}
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-tabs-item.active span, 
.scnd-tab-slider .swiper-slide.swiper-slide-thumb-active .scnd-tabs-item span{
  opacity: 1;
}
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-tabs-item.scnd-tabs-item-one.active span, 
.scnd-tab-slider .swiper-slide.swiper-slide-thumb-active .scnd-tabs-item-one span{
  width: 90px;
}
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-tabs-item.scnd-tabs-item-two.active span, 
.scnd-tab-slider .swiper-slide.swiper-slide-thumb-active .scnd-tabs-item-two span{
  width: 78px;
}
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-tabs-item.scnd-tabs-item-three.active span, 
.scnd-tab-slider .swiper-slide.swiper-slide-thumb-active .scnd-tabs-item-three span{
  width: 40px;
}
.second-fold-wrap.onScroll .scnd-fold-bottom .scnd-tabs-item.scnd-tabs-item-four.active span, 
.scnd-tab-slider .swiper-slide.swiper-slide-thumb-active .scnd-tabs-item-four span{
  width: 63px;
}
.scnd-tab-slider .swiper-slide{
  height: auto !important;
}
.scnd-tabs-wrap, .scnd-tab-slider{
  height: 100%;
}
.apply-today-slider{
  overflow: hidden;
  height: 100%;
}
.apply-today-lft{
  width: 400px;
}
.apply-today-rght{
  width: calc(100% - 400px);
  padding: 0 125px 0 45px;
}
.apply-tdy-big-img{
  width: 388px;
}
.apply-today-rght h3{
  line-height: 40px;
}
.apy-tdy-list li{
  color: #141619;
  line-height: 19px;
  margin-bottom: 10px;
}
.apy-tdy-list li img, .apy-tdy-list li svg{
  margin-right: 6px;
  width: 30px;
  height: 30px;
}
.apy-tdy-list li span{
  width: calc(100% - 30px);
}
.apy-tdy-cnnct-one-icon{
  top: -150px;
  left: -15px;
  width: 320px;
  opacity: 0;
}
.apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-cnnct-one-icon{
  top: -120px;
  opacity: 1;
  transition: opacity .4s ease 1.2s, top .4s ease 1.2s;
}
.apy-tdy-cnnct-two-icon{
  bottom: -174px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  opacity: 0;
}
.apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-cnnct-two-icon{
  bottom: -144px;
  opacity: 1;
  transition: opacity .4s ease 1.2s, bottom .4s ease 1.2s;
}
.apy-tdy-crte-one-icon{
  top: -106px;
  width: 242px;
  opacity: 0;
}
.apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-crte-one-icon{
  top: -76px;
  opacity: 1;
  transition: opacity .4s ease 1.2s, top .4s ease 1.2s;
}
.apy-tdy-crte-two-icon{
  right: 10px;
  bottom: -108px;
  opacity: 0;
}
.apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-crte-two-icon{
  bottom: -78px;
  opacity: 1;
  transition: opacity .4s ease 1.2s, bottom .4s ease 1.2s;
}
.apy-tdy-shrt-one-icon{
  top: -60px;
  opacity: 0;
}
.apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-shrt-one-icon{
  top: -30px;
  opacity: 1;
  transition: opacity .4s ease 1.2s, top .4s ease 1.2s;
}
.apy-tdy-shrt-two-icon{
  display: flex;
  justify-content: space-between;
  width: 100%;
  bottom: -98px;
  opacity: 0;
}
.apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-shrt-two-icon{
  bottom: -68px;
  opacity: 1;
  transition: opacity .4s ease 1.2s, bottom .4s ease 1.2s;
}
.apy-tdy-shrt-two-icon .apy-tdy-shrt-one-img{
  margin-top: -25px;
}
.apy-tdy-shrt-two-icon .apy-tdy-shrt-two-img{
  margin-right: -10px;
}
.apy-tdy-intvw-one-icon{
  bottom: -134px;
  left: -74px;
  width: 235px;
  opacity: 0;
}
.apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-intvw-one-icon{
  bottom: -104px;
  opacity: 1;
  transition: opacity .4s ease 1.2s, bottom .4s ease 1.2s;
}
.apy-tdy-intvw-two-icon{
  bottom: -186px;
  right: -48px;
  width: 250px;
  opacity: 0;
}
.apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-intvw-two-icon{
  bottom: -156px;
  opacity: 1;
  transition: opacity .4s ease 1.2s, bottom .4s ease 1.2s;
}
.apply-today-single{
  height: 100%;
  padding: 0 70px;
}
.second-fold-wrap.onScroll .scnd-fold-tabs h2{
  line-height: 36px;
  margin-bottom: 30px!important;
}
.apply-tdy-big-img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #B9D9FA;
  z-index: -1;
}
.apply-today-slider .swiper-slide.swiper-slide-active .apply-tdy-big-img::after{
  top: 12px;
  left: 12px;
  transition: all .4s;
  transition-delay: 1s;
}
.apy-testi-sec-wrap .home_testi_slider .home_slider_btn{
  height: 75px;
  display: flex;
  align-items: center;
}
.testimonial-section .swiper-button-prev.swiper-button-disabled, .testimonial-section .swiper-button-next.swiper-button-disabled{
  opacity: 0.35 !important;
}
.aply-dream-sec{
  background: #007CFF;
}
.apy-clg-rep-btn a{
  text-decoration-line: underline;
  text-underline-offset: 6px;
}
.clg-univ-blue-sec{
  background: #007CFF;
}
.clg-univ-blue-sec .heading-title{
  font-size: 32px;
  line-height: 42px;
}
.clg-univ-blue-sec p{
  line-height: 32px;
  font-size: 18px;
}
.clg-univ-btn .secondary-btn{
  background: #fff;
}
.google-signup-wrap p{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #2C2C2C;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.google-signup-btn{
  display: block;
  border-radius: 5px;
  border: 1px solid #B9D9FA;
  text-align: center;
  padding: 9px 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.12px;
  margin-bottom: 20px;
  color: #2C2C2C;
}
.google-signup-btn:hover{
  color: #2C2C2C;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1);
}
.scnd-fold-tabs.scnd-fold-tabs-mob{
  display: none;
}
.scnd-fold-bottom{
  min-height: 670px;
}

@media screen and (min-width: 1200px) and (max-width: 1299px){
  .ap-banner-left h2 {
    font-size: 50px;
    line-height: 60px;
  }
  .ap-banner-single p{
    font-size: 16px;
    line-height: 1.3em;
  }
  .ap-bnr-rght-inner {
    height: calc(100vh - 170px);
  }
  .scnd-tabs-item{
    font-size: 14px;
    padding:6px 18px;
    line-height: 20px;
    margin-right: 12px;
  }
  .scnd-fold-logo{
    width: 300px;
    padding: 26px 44px;
  }
  .scnd-fold-tabs{
    padding: 16px 30px;
    width: calc(100% - 300px);
  }
  .scnd-fold-tabs h2{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0.7rem!important;
  }
  .scnd-tabs-list{
    margin-bottom: 0;
  }
  .ap-bnr-box-two{
    width: 262px;
    height: 190px;
    left: 14px;
  }
  .ap-bnr-box-one{
    width: 210px;
    height: 260px;
  }
  .ap-ques-icon{
    width: 160px;
    margin-left: -120px;
  }
  .ap-vdo-icon{
    top: -26px;
    right: -160px;
    width: 80px;
  }
  .ap-appoint-icon {
    width: 150px;
    margin-top: 70px;
  }
  .ap-bst-yr-icon{
    width: 160px;
    right: -90px;
  }
  .ap-bnr-testi-icon {
    width: 100px;
    margin-left: 34px;
  }
  .ap-bnr-testi-icon {
    width: 80px;
  }
  .ap-bnr-ratng-icon{
    width: 150px;
  }
  .ap-bnr-box-two-img.ap-bnr-sop-samp-img{
    width: 70%;
    top: -190px;
  }
  .ap-bnr-file-icon img {
    width: 50px;
    margin-right: 5px;
  }
  .ap-video-icon {
    width: 70px;
    margin-top: -20px;
    margin-left: 20px;
  }
  .second-fold-wrap.onScroll .scnd-fold-tabs h2{
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 20px!important;
  }
  .second-fold-wrap.onScroll .scnd-fold-tabs{
    /*    width: 300px;*/
    width: calc(100% - 300px);
    padding: 36px 20px 18px 46px;
  }
  .second-fold-wrap.onScroll .scnd-fold-bottom .scnd-fold-tabs{
    width: 300px;
  }
  .scnd-fold-right{
    width: calc(100% - 300px);
  }
  .apply-today-single{
    padding: 0 34px;
  }
  .apply-today-rght{
    width: calc(100% - 330px);
    padding: 0 0 0 30px;
  }
  .apply-today-lft {
    width: 330px;
  }
  .apply-tdy-big-img {
    width: 318px;
  }
  .apply-today-rght p{
    font-size: 16px !important;
    font-weight: 400 !important;
  }
  .second-fold-wrap.onScroll{
    min-height: 624px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px){
  .first-fold-wrap{
    height: calc(100vh - 190px);
  }
  .ap-bnr-rght-inner {
    height: calc(100vh - 190px);
  }
  .ap-bnr-box-one{
    height: 300px;
    width: 256px;
  }
  .ap-bnr-box-two{
    left: 0px;
    width: 318px;
    height: 230px;
  }
  .ap-bnr-sop-samp-img{
    width: 75%;
  }
  .ap-appoint-icon{
    width: 170px;
  }
  .ap-ques-icon{
    width: 170px;
    margin-top: 80px;
  }
  .ap-vdo-icon {
    top: -75px;
    right: -220px;
    width: 80px;
  }
  .ap-video-icon{
    width: 80px;
  }
  .ap-banner-single-three .ap-bnr-box-one-img {
    height: 144px;
  }
  .new-ap-bner-slider .swiper-slide-active .ap-banner-single-three .ap-bnr-box-one-img {
    bottom: -170px;
  }
  .ap-bst-yr-icon {
    width: 180px;
    right: -110px;
  }
  .scnd-fold-logo{
    display: flex;
    align-items: center;
    width: 360px;
    padding: 30px 50px;
  }
  .scnd-fold-tabs{
    width: calc(100% - 360px);
  }
  .scnd-tabs-wrap ul{
    margin-bottom: 0;
  }
  .scnd-fold-tabs h2{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0.5rem!important;
  }
  .apply-today-rght {
    width: calc(100% - 400px);
    padding: 0 0 0 34px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px){
  .first-fold-wrap{
    height: calc(100vh - 225px);
  }
  .ap-bnr-rght-inner {
      height: calc(100vh - 226px);
  }
  .ap-ques-icon {
    width: 180px;
  }
  .ap-vdo-icon{
    top: -80px;
    width: 80px;
  }
  .ap-bst-yr-icon {
    width: 200px;
    right: -110px;
  }
  .ap-banner-single-three .ap-bnr-box-one-img {
    height: 150px;
  }
  .new-ap-bner-slider .swiper-slide-active .ap-banner-single-three .ap-bnr-box-one-img{
    bottom: -140px;
  }
  .ap-bnr-file-icon img{
    width: 50px;
  }
  .ap-bnr-testi-icon{
    width: 100px;
  }
  .ap-bnr-sop-samp-img{
    width: 70%;
  }
  .ap-appoint-icon{
    width: 175px;
  }
  .ap-video-icon{
    width: 75px;
  }
  /*.second-fold-wrap.onScroll{
    min-height: 700px;
  }*/
}
@media (max-width: 767px) {
  .ap-banner-single{
    flex-direction: column;
  }
  .first-fold-wrap {
    background: linear-gradient(180deg,#fff 50%,#f7f7f8 50%);
  }
  .ap-banner-single .ap-banner-left{
    width: 100%;
    padding: 40px 0 20px;
  }
  .ap-banner-right {
    width: 100%;
    padding-bottom: 15px;
  }
  .ap-banner-left h2 {
    font-size: 36px;
    line-height: 46px;
    margin-right: 0 !important;
  }
  .ap-banner-left h2{
    margin-bottom: 0;
  }
  .ap-banner-left p{
    font-size: 16px;
    margin-top: 20px !important;
  }
  .ap-home-start-btn{
    margin-top: 20px !important;
    display: flex;
  }
  .ap-bnr-box-one{
    right: 0px;
    width: 150px;
    height: 196px;
  }
  .ap-bnr-box-two{
    left: -25px;
    width: 225px;
    height: 156px;
  }
  .ap-bnr-rght-inner {
    height: 370px;
  }
  .ap-bnr-box-two-img{
    top: -130px;
    width: 90%;
  }
  .new-ap-bner-slider .swiper-slide-active .ap-bnr-box-two-img{
    right: -50px;
  }
  .ap-bnr-file-icon img {
    width: 38px;
    margin-right: 5px;
  }
  .ap-bnr-box-one-img{
    right: -10px;
  }
  .ap-bnr-testi-icon {
    margin-left: 28px;
  }
  .ap-vdo-icon{
    top: -44px;
    right: -100px;
    width: 80px;
  }
  .ap-ques-icon{
    width: 170px;
    margin-top: -60px;
    margin-left: -46px;
  }
  .ap-video-icon{
    width: 80px;
    margin-top: -50px;
    margin-left: -45px;
  }
  .ap-appoint-icon {
    width: 170px;
    margin-top: 0px;
  }
  .ap-bst-yr-icon{
    width: 184px;
    right: 0px;
  }
  .ap-bnr-sbmt-icon{
    width: 90px;
  }
  .scnd-fold-left{
    flex-direction: column;
  }
  .scnd-fold-logo{
    width: 100%;
    padding: 24px 90px;
    display: none;
  }
  .scnd-fold-tabs, .second-fold-wrap.onScroll .scnd-fold-tabs{
    width: 100%;
    padding: 32px 15px;
  }
  .second-fold-wrap.onScroll .scnd-tabs-list{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .second-fold-wrap.onScroll{
    display: block;
    min-height: auto;
  }
  .second-fold-wrap.onScroll .scnd-tabs-item {
    margin-bottom: 5px;
  }
  .second-fold-wrap.onScroll .scnd-tabs-item a{
    color: #a7a7a7;
  }
  .second-fold-wrap.onScroll .scnd-tabs-item.active a{
    color: #007CFF;
  }
  .scnd-tabs-list::-webkit-scrollbar {
    height: 3px;
  }
  .scnd-tabs-list::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #007cff2e;
  }
  .scnd-tabs-list::-webkit-scrollbar-thumb {
    background: #007CFF; 
    border-radius: 10px;
  }
  .scnd-tabs-list::-webkit-scrollbar-thumb:hover {
    background: #007CFF; 
  }
  .scnd-tabs-item{
    padding: 10px 6px;
    margin-right: 10px;
    font-size: 14px;
    width: 49%;
    text-align: center;
    margin-right: 0;
  }
  .second-fold-wrap.onScroll .scnd-tabs-item span{
    opacity: 1;
    width: auto !important;
  }
  .second-fold-wrap.onScroll .scnd-fold-tabs h2{
    line-height: 30px;
    margin-bottom: 20px!important;
    font-size: 24px;
  }
  .scnd-fold-right{
    width: 100%;
  }
  .apply-today-single{
    flex-direction: column;
    padding: 0 15px;
  }
  .apply-today-lft {
    width: 100%;
  }
  .apply-tdy-big-img {
    width: 97%;
  }
  .apply-today-slider{
    padding: 60px 0;
  }
  .apply-today-rght{
    padding: 60px 0 0;
    width: 100%;
  }
  .apply-today-rght h3{
    font-size: 26px;
    line-height: 34px;
  }
  .apy-tdy-intvw-one-icon{
    left: -20px;
    width: 166px;
  }
  .apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-intvw-one-icon{
    bottom: -70px;
  }
  .apy-tdy-intvw-two-icon{
    right: -20px;
    width: 158px;
  }
  .apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-intvw-two-icon{
    bottom: -75px;
  }
  .apy-tdy-cnnct-two-icon{
    width: 214px;
  }
  .apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-cnnct-two-icon{
    bottom: -80px;
  }
  .apy-tdy-cnnct-one-icon{
    width: 214px;
    top: -100px;
  }
  .apply-today-slider .swiper-slide.swiper-slide-active .apy-tdy-cnnct-one-icon{
    top: -70px;
  }
  .apy-testi-sec-wrap .home_testi_slider .home_slider_btn{
    height: 50px;
  }
  .clg-univ-btn .secondary-btn {
    padding: 12px 14px !important;
  }
  .scnd-fold-tabs{
    display: none;
  }
  .scnd-fold-tabs.scnd-fold-tabs-mob{
    display: block;
  }
  .scnd-fold-bottom {
    min-height: auto;
  }
}
/*new home page two folds end*/
/*About us css start*/
.pt-70{
  padding-top: 70px;
}
.pt-100{
  padding-top: 100px;
}
.pb-80{
  padding-bottom: 80px;
}
.pb-100{
  padding-bottom: 100px;
}
.mb-65{
  margin-bottom: 65px;
}
.color-626262{
  color: #626262;
}
.about-banner-wrap{
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-banner-wrap::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: #F1F7FE;
  z-index: -1;
}
.about-banner-left h1{
  font-size: 32px !important;
  margin-bottom: 10px !important;
}
.about-banner-left h1 span{
  font-size: 38px !important;
}
.about-banner-image{
  padding-left: 50px;
}
.about-banner-left{
  padding-right: 40px;
  padding-top: 75px;
}
.about-banner-left::after{
  content: '';
  position: absolute;
  bottom: -150px;
  left: 200px;
  width: 182px;
  height: 182px;
  background: radial-gradient(45.35% 45.42% at 50% 50%, rgba(0, 124, 255, 0.13) 0%, rgba(0, 124, 255, 0.00) 100%);
}
.abt-misin-inn{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 110px 0 140px;
}
.abt-msn-sngl{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 22px;
  width: 412px;
  height: 412px;
}
.abt-msn-sngl-inn{
  padding: 30px;
  border-radius: 50%;
  width: 370px;
  height: 370px;
}
.abt-msn-blu-crcl{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 328px;
  height: 328px;
  padding: 28px;
  left: -10px;
}
.abt-msn-icon-wrap{
  width: 122px;
  height: 122px;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  right: -112px;
  top: 50%;
  transform: translateY(-50%);
}
.abt-three-pllr-sngl{
  border-radius: 0px 50px 50px 0px;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
  max-width: 678px;
  padding: 22px;
  margin-bottom: 40px;
}
.abt-pllr-one{
  width: 30px;
}
.abt-pllr-one p{
  font-size: 64px;
  font-weight: 600;
  line-height: 48px;
}
.abt-pllr-two{
  padding: 0 14px;
}
.abt-pllr-three{
  max-width: 64px;
  flex: 0 0 64px;
  margin-top: 10px;
}
.abt-pllr-three svg{
  width: 100%;
}
.abt-three-pllr-sngl-two{
  position: relative;
  left: 175px;
}
.abt-three-pllr-sngl-three{
  position: relative;
  left: 350px;
}
.abt-chse-image{
  padding-left: 15px;
}
.abt-ldr-image{
  padding: 30px 25px 25px 30px;
}
.abt-ldr-image::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: #EEF4FF;
  width: 156px;
  height: 156px;
  border-radius: 10px;
}
.abt-ldr-image::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #EEF4FF;
  width: 94px;
  height: 94px;
  border-radius: 10px;
  z-index: -1;
}
.abt-leader-row-one{
  margin-bottom: 58px;
}
.abt-team-sngl .abt-team-img{
  max-width: 200px;
  margin: auto;
  position: relative;
}
.abt-team-img span{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #007CFF;
  z-index: 1;
  display: block;
}
.abt-team-slider{
  overflow: hidden;
  padding: 20px 0 70px;
}
.abt-team-dots .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  background: #007aff;
  border-radius: 20px;
  transition: all .3s ease-in-out;
}
.abt-team-dots .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 52px;
  background: linear-gradient(90deg, rgba(0, 124, 255, 0.6) 0%, #007CFF 104%);
}
.abt-team-slider-wrap-mobile{
  display: none;
}
.univrep-hero-bg{
  position: absolute;
  left: 0;
  top: -174px;
  width: 100%;
}
.univrep-hero-bg svg{
  width: 100%;
}
.univrep-hero-row{
  position: relative;
  z-index: 2;
}
.univrep-hero-small-poly{
  position: absolute;
  right: 0;
  top: 22px;
  width: 150px;
  height: 200px;
  opacity: .5;
}
.univrep-hero-small-poly svg path{
  fill: #fff !important;
}
@media (max-width: 767px) {
  .pt-100 {
    padding-top: 40px;
  }
  .sm-flex-column-reverse{
    flex-direction: column-reverse;
  }
  .about-banner-image {
      padding-left: 0;
  }
  .abt-three-pllr-sngl-two, 
  .abt-three-pllr-sngl-three{
    left: 0;
  }
  .abt-msn-sngl{
    width: 310px;
    height: 310px;
    padding: 6px;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .abt-msn-sngl-inn{
    width: 100%;
    height: auto;
    padding:8px;
  }
  .abt-msn-blu-crcl{
    width: 260px;
    height: 275px;
    padding: 22px 22px 22px 34px;
    padding-left: -6px;
  }
  .abt-msn-blu-crcl h3{
    font-size: 20px;
    line-height: 20px;
  }
  .abt-msn-blu-crcl p{
    line-height: 18px;
  }
  .abt-msn-icon-wrap {
    width: 66px;
    height: 66px;
    right: -50px;
  }
  .abt-msn-icon-wrap img{
    width: 36px;
  }
  .about-banner-left h1 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
  }
  .about-banner-left h1 span {
    font-size: 36px !important;
  }
  .about-banner-left {
    padding-right: 0;
    padding-top: 20px;
  }
  .about-banner-wrap::after{
    top: 0;
    left: 0;
    right: initial;
    width: 100%;
    height: 36%;
  }
  .abt-misin-inn{
    padding: 20px 0 10px;
  }
  .abt-three-pllr-sngl{
    padding: 18px 12px;
    margin-bottom: 20px;
  }
  .abt-pllr-one p {
    font-size: 30px;
    line-height: 30px;
  }
  .abt-pllr-two h4{
    font-size: 20px !important;
    margin-bottom: 0.5rem!important;
  }
  .abt-pllr-two p{
    font-size: 14px !important;
    line-height: 18px;
  }
  .abt-pllr-three{
    max-width: 40px;
    flex: 0 0 40px;
  }
  .abt-pllr-two {
    padding: 0 8px;
  }
  .pt-70 {
    padding-top: 35px;
  }
  .abt-team-slider-wrap{
    display: none;
  }
  .abt-team-slider-wrap-mobile{
    display: block;
  }
  .about-banner-left::after{
    bottom: -90px;
    left: 166px;
  }
  .abt-team-slider-mob{
    overflow: hidden;
  }
  .abt-misin-inn .row{
    margin-left: 0;
    margin-right: 0;
  }
}
/*About us css end*/
/*New pricing css start */
.ls-028m{
  letter-spacing: -0.28px;
}
.ls-024m{
  letter-spacing: -0.24px;
}
.ls-014m{
  letter-spacing: -0.14px;
}
.ls-016m{
  letter-spacing: -0.16px;
}
.color-3f3f3f{
  color: #3f3f3f;
}
.pricing-banner-wrap{
  background-color: #EBF5FF;
  padding: 10px 0 24px;
}
.prc-bnr-icon{
  left: 65%;
  transform: translateX(-50%);
  bottom: -25px;
}
.prc-testi-dtl{
  padding-left: 30px;
}
.prc-free-card-wrap{
  padding: 36px 0 50px;
}
.prc-free-card-sngl{
  max-width: 322px;
  width: 100%;
}
.prc-free-card input[type=radio] {
  display: none;
}
.prc-free-card input[type=radio] + label {
  width: 100%;
  height: 130px;
  border-radius: 10px;
  border: 1px solid #007CFF;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 40px;
  transition: all .3s ease-in-out;
}
.prc-free-card input[type=radio]:checked + label{
  background: #EBF5FF;
}
.prc-trial-btn .btn{
  padding: 14px 32px!important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.prc-toggle-btn input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 64px;
    height: 36px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}
.prc-toggle-btn input:checked[type="checkbox"] {
    background: #007CFF;
}
.prc-toggle-btn input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transition: 0.4s;
}
.prc-toggle-btn input:checked[type="checkbox"]::after {
    left: 46%;
}
.prc-buy-card-sngl{
  max-width: 288px;
  width: 100%;
}
.prc-buy-card input[type=radio] {
  display: none;
}
.prc-buy-card input[type=radio] + label {
  width: 100%;
  height: 282px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
  text-align: center;
  flex-direction: column;
  padding: 30px;
  margin-bottom: 40px;
  transition: all .3s ease-in-out;
  position: relative;
}
.prc-buy-card input[type=radio]:checked + label{
  background: #EBF5FF;
}
.prc-buy-card label p{
  margin-bottom: 20px;
  line-height: normal;
}
.prc-buy-card .prc-buy-text{
  border-radius: 10px 0px 0px 10px;
  background: #007CFF;
  width: 150px;
  height: 65px;
  position: absolute;
  right: 0;
  bottom: 30px;
}
.prc-buy-card .prc-buy-text span{
  display: inline-block;
  color: #fff;
}
.buy-coin-off{
  width: 99px;
  height: 99px;
  position: absolute;
  right: -50px;
  top: -34px;
  padding: 20px;
}
.prc-buy-cards-wrap{
  padding-top: 75px;
}
.prc-buy-now-btn .btn{
  padding: 14px 32px !important;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
}
.prc-buy-now-btn{
  margin-bottom: 60px;
}

@media (max-width: 767px){
  .prc-bnr-left h2{
    font-size: 24px;
    line-height: 32px;
  }
  .prc-bnr-icon{
    display: none;
  }
  .prc-free-cards-wrap{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .prc-free-card-sngl {
    max-width: 48%;
  }
  .prc-free-card input[type=radio] + label{
    padding: 10px;
    margin-bottom: 16px;
    height: 90px;
  }
  .prc-free-card label p{
    font-size: 16px;
  }
  .prc-free-card label p span{
    width: 30px;
    display: inline-block;
  }
  .prc-trial-btn{
    margin-top: 15px;
  }
  .prc-free-card-wrap {
    padding: 36px 0;
  }
  .prc-buy-cards-wrap{
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 40px;
    justify-content: center!important;
  }
  .prc-buy-card input[type=radio] + label{
    margin-bottom: 50px;
    height: 240px;
    padding: 20px;
  }
  .prc-buy-card p, .prc-buy-card .prc-buy-text span{
    font-size: 22px;
  }
  .prc-buy-card .prc-buy-text{
    width: 124px;
    height: 50px;
  }
  .prc-buy-card label p {
    margin-bottom: 14px;
  }
  .prc-buy-card .buy-coin-off p{
    font-size: 18px;
  }
  .buy-coin-off{
    width: 80px;
    height: 80px;
    right: -20px;
    top: -28px;
    padding: 18px;
    background-size: contain;
  }
  .prc-toggle-btn input[type="checkbox"]{
    width: 54px;
    height: 28px;
  }
  .prc-toggle-btn input[type="checkbox"]::after{
    width: 25px;
    height: 25px;
  }
  .prc-toggle-btn input:checked[type="checkbox"]::after {
    left: 50%;
  }
}
@media (max-width: 767px){
  .prc-free-card input[type=radio] + label{
    padding: 10px 5px;
  }
  .prc-free-card label p {
    font-size: 14px;
  }
  .prc-trial-btn .btn, .prc-buy-now-btn .btn{
    font-size: 16px;
  }
}
/*New pricing css end */
/*Study page css start*/
.fs-64{
  font-size: 64px;
}
.fw-500{
  font-weight: 500;
}
.lh-76{
  line-height: 76px;
}
.line-height-30{
  line-height: 30px;
}
.study-banner-sec::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64%;
  height: 82.5%;
  background: rgb(41,41,41);
  background: linear-gradient(90deg, rgba(41,41,41,1) 25%, rgba(0,0,0,0) 100%);
}
.study-banner-dtl{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
/*  align-items: center;*/
  z-index: 9;
}
.study-banner-txt{
  max-width: 64%;
  padding-top: 140px;
}
.study-bnr-bg{
  height: 600px;
}
.study-bnr-bg img{
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.study-banner-txt p{
  max-width: 64%;
  text-align: left;
}
.studnt-testi-hdng{
  padding-bottom: 40px;
}
.student-tsti-slider{
  padding: 40px 33.33%;
}
.studnt-testi-card-sngl{
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, .1);
  background: #fff;
  border-radius: 10px;
  padding: 45px 20px 30px;
  transform: scale(.85);
  transition: all 1s ease-in-out;
  position: relative;
}
.student-tsti-slider .swiper-slide.swiper-slide-active .studnt-testi-card-sngl{
  transform: scale(1);
}
.studnt-testi-sec{
  padding: 80px 30px;
}
.stdy-testi-qoute-icon{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.stdy-testi-para p{
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #292929;
  min-height: 150px;
  margin-bottom: 20px;
}
.stdy-testi-dtl p:first-child{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #292929;
  margin-bottom: 0;
}
.stdy-testi-dtl p:nth-child(2){
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #292929;
  margin-bottom: 0;
}
.studnt-testi-slider-wrap::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 80%;
  height: 56%;
  border-radius: 10px;
  background: rgb(0,124,255);
  background: linear-gradient(323deg, rgba(0,124,255,0.65) 0%, rgba(0,124,255,0.33) 100%);
}
.top-study-dtl p{
  display: flex;
  align-items: flex-start;
  font-size: 16px;
}
.top-study-dtl p img{
  margin-top: 0;
  margin-right: 0.5rem;
}
.top-study-slider{
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  padding-top: 90px;
}
.top-study-image img{
  width: 100%;
}
.study-intro-left{
  width: 210px;
  position: sticky;
  top: 70px;
  height: calc(100vh - 70px);
}
.study-intro-right{
  width: calc(100% - 210px);
}
.study-intro-box-list{
  flex-direction: column;
  border: 0;
}
.study-intro-box-list .study-intro-box-item{
  margin-bottom: 8px;
}
.study-intro-box-list .study-intro-box-item button{
  width: 182px;
  height: 17.5vh;
  background-color: #F8FBFF;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2C2C2C;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  outline: 0;
  padding: 4px;
  position: relative;
  transition: all .3s ease-in-out;
}
.study-intro-box-list .study-intro-box-item button.active{
  background-color: #E9F4FF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}
.study-intro-box-list .study-intro-box-item button::after{
  content: '';
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 30px solid #E9F4FF;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.study-intro-box-list .study-intro-box-item button.active::after{
  opacity: 1;
  visibility: visible;
}
.study-intro-box-ttl{
  margin-bottom: 10px;
}
.study-intro-box-icon img{
  width: 50px;
}
.stdy-intro-ctnt-text{
  width: 50%;
  padding-right: 20px;
}
.stdy-intro-ctnt-img{
  width: 50%;
}
.study-intro-content{
  background-color: #EFF7FF;
  padding: 30px;
}
.stdy-intro-ctnt-text-box h3{
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
}
.stdy-intro-ctnt-text-box p, .stdy-intro-ctnt-text-box p span, 
.stdy-prog-contnt p, .stdy-prog-contnt p span, .stdy-work p, .stdy-work p span{
  font-size: 16px !important;
  line-height: 30px;
  font-weight: 400;
  color: #292929 !important;
  font-family: 'Inter', sans-serif !important;
}
.stdy-intro-ctnt-text-box{
  margin-bottom: 40px;
}
.stdy-intro-ctnt-text-box:last-child{
  margin-bottom: 0;
}
.stdy-intro-ctnt-card{
  background-color: #fff;
  box-shadow: 0 4px 10px 5px rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 20px;
  margin-top: 100px;
}
.stdy-intro-ctnt-card-txt{
  width: 55%;
  padding-right: 10px;
}
.stdy-intro-ctnt-card-img{
  width: 45%;
}
.stdy-intro-ctnt-card-txt h3{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  margin-bottom: 16px;
}
.stdy-intro-ctnt-card-txt p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #292929;
  margin-bottom: 16px;
}
.stdy-intro-clgs-cards{
  justify-content: center;
  gap: 26px 4%;
}
.stdy-intro-clgs-card{
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 12px;
  width: 48%;
}
.stdy-intro-clgs-icon{
  width: 70px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stdy-intro-clgs-name{
  width: calc(100% - 70px);
  padding-left: 16px;
}
.stdy-intro-clgs-name h4{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.stdy-prog-contnt ul{
  padding: 0;
  margin-bottom: 0;
}
.stdy-prog-contnt ul li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #292929;
  list-style-type: none !important;
  font-family: 'Inter', sans-serif !important;
}
.stdy-prog-contnt ul li span{
  font-size: 16px !important;
  line-height: 30px;
  font-weight: 400;
  color: #292929 !important;
  font-family: 'Inter', sans-serif !important;
}
.stdy-prog-contnt ul li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 24px;
  background-image: url('../../../web/updated-asset/images/stdy-prog-star.svg');
}
.study-intro-sec{
  padding-top: 80px;
}
.swiper .blue-dot{
  bottom: -5px;
}
.swiper .blue-dot .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #D0D0D0;
  opacity: 1;
  margin: 0 8px;
}
.swiper .blue-dot .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #338FF2;
}
.corner-blue-arrow.swiper-button-next, .corner-blue-arrow.swiper-button-prev{
  background-image: none;
}
.corner-blue-arrow{
  left: auto;
  bottom: initial;
  top: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007CFF !important;
  border-radius: 12px;
  transform: rotate(180deg);
  margin-top: 0;
}
.corner-blue-arrow svg{
  fill:#fff;
}
.corner-blue-arrow.swiper-button-prev{
   right: 90px;
}
.corner-blue-arrow.swiper-button-prev svg{
  transform: rotate(180deg);
}
.corner-blue-arrow.swiper-button-next{
   right: 0;
}
.top-study-hdng{
  margin-bottom: -50px;
}
.stdy-intro-ctnt-text-box ul{
  padding-left: 24px;
  margin-bottom: 0;
}
.stdy-intro-ctnt-text-box ul li, .stdy-intro-ctnt-text-box ul li span{
  list-style: disc;
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 400;
  color: #292929 !important;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif !important;
}
.stdy-faq-sngl{
  margin-bottom: 20px;
}
.stdy-faq-sngl:last-child{
  margin-bottom: 0;
}
.stdy-faq-sngl ol{
  margin-bottom: 0;
  padding-left: 18px;
}
.stdy-faq-sngl ol li, .stdy-faq-sngl ol li span{
  font-size: 16px !important;
  font-weight: 600;
  line-height: 30px;
  color: #292929 !important;
  font-family: 'Inter', sans-serif !important;
  margin-bottom: 0;
}
.stdy-faq-sngl p{
  margin-left: 2px !important;
}
.animated-btn{
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  padding: 12px 14px;
  transition: all .3s ease-in-out;
  background: linear-gradient(45deg, #7BBBFF, #338FF2, #7BBBFF, #338FF2);
  background-size: 400%;
  -webkit-animation: gradanimebtn 8s linear infinite;
          animation: gradanimebtn 8s linear infinite;
}
.animated-btn:hover{
  color: #fff;
  opacity: 1;
  background: linear-gradient(45deg, #338FF2, #338FF2);
}
@-webkit-keyframes gradanimebtn {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.scroll_up{
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
    z-index: 99;
  cursor: pointer;
}
.scroll_up.show {
  opacity: 1;
  visibility: visible;
}
@keyframes gradanimebtn {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.populr-clg-more{
  display: none;
}
.populr-clg-more-btn{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-block;
}
.populr-clg-more-btn:focus, .populr-clg-more-btn:hover{
  text-decoration: underline;
}
.populr-clg-more-btn .clg-less-btn{
  display: none;
}
.populr-clg-more-btn.show-more .clg-less-btn{
  display: block;
}
.populr-clg-more-btn.show-more .clg-more-btn, .stdy-mble-hdng{
  display: none;
}
.stdy-mob-card{
  display: none;
}
.hdr-profl-drpdwn{
  padding: 12px 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 6px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  top: 40px;
}
.hdr-profl-drpdwn-list{
  display: block;
  padding: 4px 16px;
}
.user_profile_dropdown.active .prf-drpdwn-arrow{
  transform: rotate(180deg);
}
.inner-signup-popup{
    z-index: 9999;
}
.intl-tel-input.iti-container{
    z-index: 9999;
}
@media (max-width: 767px){
  .study-intro-wrap{
    flex-wrap: wrap;
  }
  .study-intro-left{
    width: 100%;
    position: initial;
    height: auto;
  }
  .study-intro-right {
    width: 100%;
  }
  .stdy-intro-clgs-card{
    width: 100%;
    padding: 12px 0;
  }
  .student-tsti-slider {
    padding: 28px 26px 40px;
    overflow: hidden;
  }
  .studnt-testi-sec {
    padding: 50px 15px;
  }
  .top-study-slider-wrap .corner-blue-arrow{
    display: none;
  }
  .study-banner-txt h2{
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0.75rem!important;
  }
  .study-banner-txt p{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.24px;
    max-width: 90%;
  }
  .study-banner-btn{
    margin-top: 1.4rem!important;
  }
  .study-banner-txt{
    max-width: 70%;
    padding-top: 70px;
  }
  .study-banner-sec{
    padding-top: 10px;
  }
  .study-bnr-bg{
    height: 310px;
  }
  .study-bnr-bg img{
    height: 100%;
    object-fit: cover;
    object-position: 72%;
  }
  .study-banner-sec::after{
    height: 80%;
  }
  .study-intro-sec {
    padding-top: 30px;
  }
  .study-intro-box-list{
    background-color: #DBECFF;
    padding: 14px;
  }
  .study-intro-box-list .study-intro-box-item button{
    background-color: transparent;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    padding: 0;
  }
  .study-intro-box-list .study-intro-box-item button.active{
    box-shadow: none;
    background-color: transparent;
    color: #007CFF;
  }
  .study-intro-box-icon img {
    width: 26px;
  }
  .study-intro-box-ttl{
    line-height: 1;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 400;
  }
  .study-intro-box-list .study-intro-box-item {
    margin-bottom: 4px;
  }
  .study-intro-box-list .study-intro-box-item:last-child{
    margin-bottom: 0;
  }
  .study-intro-content{
    background-color: transparent;
    padding: 30px 0;
  }
  .stdy-intro-ctnt-sngl{
    flex-wrap: wrap;
  }
  .stdy-intro-ctnt-text {
    width: 100%;
    padding-right: 0;
  }
  .stdy-intro-ctnt-img {
    width: 100%;
  }
  .stdy-intro-ctnt-text-box h3, .stdy-box-hdng{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.5rem !important;
  }
  .stdy-intro-ctnt-text-box p, .stdy-intro-ctnt-text-box ul li,
  .stdy-faq-contnt, .stdy-faq-hdng, .stdy-work p {
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 400;
  }
  .stdy-intro-ctnt-text-box p, .stdy-intro-ctnt-text-box p span, .stdy-prog-contnt p, 
  .stdy-prog-contnt p span, .stdy-work p, .stdy-work p span, .stdy-intro-ctnt-text-box ul li, 
  .stdy-intro-ctnt-text-box ul li span{
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 400;
  }
  .stdy-prog-contnt ul li, .stdy-prog-contnt ul li span{
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 500;
  }
  .stdy-prog-contnt ul li::before{
    width: 18px;
    height: 18px;
    background-size: contain;
    top: 0px;
  }
  .stdy-prog-contnt ul li{
    padding-left: 24px;
    margin-bottom: 14px;
  }
  .stdy-intro-ctnt-text-box {
    margin-bottom: 20px;
  }
  .stdy-intro-ctnt-img-box{
    display: none;
  }
  .stdy-intro-ctnt-card{
    margin-top: 40px;
    padding: 12px;
  }
  .stdy-intro-ctnt-card-txt h3{
    display: none;
  }
  .stdy-intro-ctnt-card-txt p{
    font-size: 12px;
    line-height: 18px;
  }
  .stdy-intro-clgs h3{
    text-align: left !important;
  }
  .stdy-intro-clgs-name h4{
    font-size: 16px !important;
    line-height: 24px;
  }
  .stdy-intro-clgs-icon{
    width: 66px;
    height: 66px;
  }
  .stdy-intro-clgs-cards{
    gap: 10px;
    height: 390px;
    overflow: hidden;
  }
  .stdy-prog-wrap, .stdy-work{
    margin-top: 2rem!important;
  }
  .stdy-prog-img{
    display: none;
  }
  .stdy-prog-contnt p{
    font-size: 12px !important;
    line-height: 18px;
  }
  .studnt-testi-hdng h3, .top-study-hdng h3{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .studnt-testi-hdng {
    padding-bottom: 10px;
  }
  .studnt-testi-sec {
    padding: 15px 15px 16px;
  }
  .stdy-testi-qoute-icon svg{
    width: 40px;
  }
  .studnt-testi-slider-wrap::after{
    width: 100%;
    top: 14px;
  }
  .stdy-testi-qoute-icon{
    top: -36px;
  }
  .stdy-testi-para p{
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    min-height: 110px;
  }
  .studnt-testi-card-sngl{
    padding: 20px 15px 15px;
  }
  .stdy-testi-dtl p:first-child{
    font-size: 16px;
  }
  .stdy-testi-dtl p:nth-child(2){
    font-size: 16px;
    line-height: 24px;
  }
  .swiper .blue-dot .swiper-pagination-bullet{
    margin: 0 4px;
  }
  .top-study-sec{
    padding-top: 30px;
  }
  .top-study-slider{
    padding-top: 66px;
  }
  .top-study-dtl h4{
    font-size: 20px !important;
    line-height: 30px;
  }
  .scroll_up{
    right: 15px;
  }
  .scroll_up svg{
    width: 30px;
  }
  .animated-btn{
    font-size: 12px;
    padding: 6px 8px;
    font-weight: 500;
  }
  .populr-clg-more{
    display: block;
  }
  .stdy-intro-clgs-cards{
    height: 390px;
    overflow: hidden;
  }
  .stdy-intro-clgs-cards.show-full-heigth{
    height: auto;
  }
  .top-study-dtl p{
    font-size: 14px;
  }
  .top-study-dtl p img{
    margin-top: -1px;
  }
  .stdy-intro-ctnt-card-txt{
    padding-right: 4px;
  }
  .stdy-mble-hdng{
    display: block;
  }
  .study-intro-box-list .study-intro-box-item button::after{
    display: none;
  }
  .stdy-mob-card{
    display: block;
  }
  .stdy-mob-card .stdy-intro-ctnt-card{
    margin-top: 16px;
    margin-bottom: 36px;
  }
  .stdy-mob-card .stdy-intro-ctnt-card-img{
    text-align: center;
  }
  .stdy-mob-card .stdy-intro-ctnt-card-img img{
    height: 162px;
  }
  .study-intro-content .tab-pane{
    display: block;
    opacity: 1!important;
  }
  #admission-process, #fees-scholarship, #job-opportuities, #visa-guidance{
    padding-top: 70px;
  }
}
/*Study page css end*/