@font-face {
    font-family: 'Edge L';
    src: url('../fonts/EdgeL-Medium.woff2') format('woff2'),
        url('../fonts/EdgeL-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Variable';
    src: url('../fonts/InterVariable.woff2') format('woff2'),
        url('../fonts/InterVariable.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "opsz" 14;
}

html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif !important;
}

body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/InterVariable.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "edge";
  src: url("../fonts/EdgeL-Medium.otf") format("truetype-variations");
  font-weight: 100 900;
  font-display: swap;
}

/* @font-face {
  font-family: "edge";
  src: url("fonts/EdgeL-Medium.otf") format("truetype supports variations"),
    url("fonts/EdgeL-Medium.otf") format("truetype-variations");
  font-weight: 100 1000;
  font-stretch: 25% 151%;
} */

/* ---------------------------------------------
    GLOBAL 4-COLUMN GRID SYSTEM
    (1440px width / 30px margins / 24px gutter)
  ---------------------------------------------- */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
}

.container-no-grid {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}

.span-1 {
  grid-column: span 1;
}

.span-2 {
  grid-column: span 2;
}

.span-3 {
  grid-column: span 3;
}

.span-4 {
  grid-column: span 4;
}

/* Responsive grid */

@media (max-width: 767px) {
  .container-no-grid {
    padding: 0 16px;
  }

  .container {
    grid-template-columns: 1fr 1fr;
    padding: 0 16px;
    column-gap: 16px;
  }

  .span-2,
  .span-3,
  .span-4 {
    grid-column: span 2;
  }
}
.text-para {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.22;
}

.heading_text {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
}
strong {
  font-weight: 700;
  font-family: "Inter";
}

@media only screen and (max-width: 960px) {
  .stat .count-contain {
    font-size: 90px;
  }
}

@media only screen and (max-width: 870px) {
  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  #main-content {
    margin-top: 48px;
  }

  .desk-none {
    display: block !important;
  }

  .mob-none {
    display: none !important;
  }

  li,
  a,
  button {
    -webkit-tap-highlight-color: transparent;
  }

  .heading_text {
    font-family: "Inter";
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
  }

  .text-para {
    color: #000000;
    font-family: "Inter";
    font-weight: 300;
    font-size: 16px;
    line-height: 121%;
  }
 
}

/* --------------------------
stat section 
---------------------------------*/

.stat-section {
  padding-top: 40px;
}

.stat {
  border-top: 1px solid #0000004d;
  padding-top: 10px;
}

.stat .stat-text {
  padding-left: 3px;
}

.stat .count-contain {
  font-family: "edge", sans-serif;
  font-weight: 500;
  font-size: 120px;
  line-height: 90%;
}

/* stat section end */

/* apply banner section  */
.apply-section {
  padding-top: 5px;
}

.apply-banner-heading {
  width: 830px;
  font-size: 120px;
  line-height: 90%;
  font-family: "edge";
  color: #000000;
  font-weight: 500;
}
.apply-banner-text {
  margin-top: 40px;
  width: 679px;
  font-size: 30px;
  line-height: 100%;
  font-family: "Inter";
  color: #000000;
  font-weight: 300;
}

/* ------------- stats ------- */

.numbers-container {
  margin-top: 86px;
}

/* form  */

.application-section {
  margin-top: 80px;
}

.form-tabs {
  display: flex;
  margin-bottom: 35px;
}

.tab {
  flex: 1;
  padding: 28px 0px;
  align-items: center;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
}

.form-heading {
  width: 100%;
  border-top: 7px solid #000000;
  margin-bottom: 48px;
  padding-top: 8px;
}
.form-heading h3 {
  margin: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 20px;
}

.form-control,
#Mobile,
.dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select{
  padding: 20px 20px 20px 9px !important;
  border: 1px solid #000000;
  outline: none;
  font-size: 20px;
  font-weight: 300;
  font-family: Inter;
  color: #0000004d;
  width: 100%;
  border-radius:0px;
  height: auto;
}
.form-control::placeholder {
  color: #5c5a5a;
}
.custom-select {
  position: relative;
  width: 100%;
}

select.form-control {
  width: 100%;
  padding: 20px 20px 20px 9px;
  border: 1px solid #000;
  font-size: 20px;
  font-family: Inter;
  color: #5c5a5a;
  background: #fff;
  outline: none;
  font-weight: 300;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: auto;
  position: relative;
}
.form-custom{
  display: grid;
  grid-template-columns: 1fr  1fr;
  gap: 24px;
  margin-top: 20px;
  max-height:100%;
}
#loginOtpForm{gap:10px}
.dynamic_theme_block .panel-body{
  box-shadow:none;
}
.application-form .fade{
    opacity:1 !important;
}


.panel.with-nav-tabs.panel-default.dynamic_theme_block {
    box-shadow: none;
}
.dynamic_theme_block .form-custom .form-group.StateId,
.dynamic_theme_block .form-custom .form-group.CityId,
.dynamic_theme_block .form-custom .form-group.CourseId{width:100%;padding: 0px;position: relative;}
.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div {
    flex-grow: 1;
  
}
.widget_input{flex-wrap:nowrap;}
  .npf_cpt_new {
  grid-column: span 2;
     gap: 0px;
}
#LoginWithOtpTabContainer .merge_field_Otp,
.digit-box{
    grid-column: span 2;
}
.agree-group{
  grid-column:span 2;
}
.clearfix {
    display: none;
}
.dynamic_theme_block .npf_cpt_new img{
  height:65px;

}
.dynamic_theme_block .npf_cpt_new .newCptImg .CaptchaRefreshBtn{
  top:50%;
  transform:translate(-50%, -50%)
}
.dynamic_theme_block .npf_cpt_new .newCptImg + .form-group.captcha-text {
    width: 50%;
    padding-right: 0;
}
/* custom arrow */
.reg_specialization_id_div{position:relative;}

.CityId:before, .CountryId:before, .CourseId:before, .reg_specialization_id_div:before, .StateId:before {
     content: "";
     position: absolute;
     right: 20px;
     top: 56%;
     width: 19px;
     height: 11px;
     background-image: url(../images/dropdown_arrow.svg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
     pointer-events: none;
     z-index: 9;
}

.phone-wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  padding: 20px 20px 20px 9px;
  justify-content: space-between;
}
.phone-wrap input {
  border: none;
  padding: 0px;
  width: 147px;
  outline: none;
  color: #0000004d;
}

.country-code {
  border-right: 1px solid #000;
  padding-right: 6px;

  font-size: 20px;
  line-height: 122%;
}

.otp-btn {
  padding: 0px;
  border: none;
  background-color: #fff;
  font-size: 16px;
  line-height: 122%;
  font-weight: 300;
  font-family: Inter;
  text-decoration: underline;
  cursor: pointer;
}

.captcha-wrap {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  padding: 12px 20px 12px 9px;
  border: 1px solid #000000;
}
.captcha-wrap button {
  border: none;
  background-color: transparent;
  font-size: 30px;
  color: #5c5a5a;
}
select option :hover {
  background-color: #000;
  color: #fff;
}

.agreement {
  margin: 45px 0 71px 0px;
  display: flex;
  align-items: start;
  gap: 20px;
}
.login-agreement{
    align-items: center;
  }
.checkbox-container {
  padding-top: 5px;
}
.agreement .checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #000000;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  padding: 0 !important;
}
.agreement .checkbox:checked {
  background-color: #000;
}

.agreement .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.submit-btn,
#registerBtn,
#resendVlinkBtn,
#loginBtn,
#otpSubmitBtn{
  background: #000;
  color: #fff;
  padding: 14px 20px;
  border: none;
  cursor: pointer;
}
.dynamic_theme_block .form-custom .merge_field_div {
    margin-bottom: 0px;
}
.dynamic_theme_block .tab-pane .form-group {
    margin-bottom: 0px;
}

/* login form css  */
#loginForm .form-group{gap: 8px;display:grid;}

#login-form {
  max-width: 100%;
}

.form-custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-content: stretch;
}

#login-form input {
  padding: 20px 20px 20px 9px;
  border: 1px solid #000;
  outline: none;
  font-size: 20px;
  line-height: 122%;
  font-weight: 300;
  font-family: Inter, sans-serif;
  color: #0000004d;
  width: 100%;
}
#login-form input::placeholder {
  color: #5c5a5a;
  opacity: 1;
}

#login-form input:focus {
  border-color: #000;
}

#login-form .submit-btn,
#loginOtpForm .submit-btn,
#forgotForm .submit-btn,
#resendVlinkBtn,
#loginBtn,
#otpSubmitBtn,
#forgotBtn{
  justify-content: space-between;
  display: flex;
  margin-top: 37px;
  background: #000;
  color: #fff !important;
  padding: 10px 13px 40px 10px !important;
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-family: "edge";
  text-transform: uppercase;
}
#forgotBtn{margin-top:37px !important}
/* #login-form,
#loginOtpForm,
#forgotForm {
  display: none;
} */

.login-filter-container {
  padding-top: 38px;
}
.login-filter-btn {
  border: 2px solid #000;
  font-family: Inter;
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  clip-path: polygon(5.9% 100%, 0% 77%, 0% 0%, 100% 0%, 100% 100%);
  font-family: "edge";
  width: 50%;
}

.login-filter-btn span {
  background: #fff;
  display: block;
  height: 100%;
  width: 100%;
  padding: 27px 0;
  color: #000;
  clip-path: polygon(5.6% 100%, 0% 77.5%, 0% 0%, 100% 0%, 100% 100%);
}
.login-filter-container {
  padding-top: 38px;
}

.faculty-filter-container {
  padding-top: 38px;
}

.active2 {
  background: #000 !important;
  color: #fff !important;
}

.submit-btn,
#registerBtn,
#resendVlinkBtn,
#loginBtn,
#otpSubmitBtn,
#forgotBtn{
  background-color: #000;
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0, 100% 77%, 94.1% 100%, 0% 100%);
  border-right: none;
  width: 48% !important;
  padding: 0px;
}

.submit-btn span,
#registerBtn span{
  background: #fff;
  display: block;
  height: 100%;
  width: 100%;
  padding: 10px 13px 30px 13px;
  color: #000;
  clip-path: polygon(0% 0%, 100% 0, 100% 75%, 94% 100%, 0% 100%);
  display: flex;
  /* justify-content: flex-start; */
  align-items: start;
  text-align: start;
  display: flex;
  justify-content: space-between;
  font-family: "edge";
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
}
.submit-btn img {
  width: 16px;
  height: auto;
}

.opt-input-c{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: inherit;
}
.fpass,.resetVerify{text-align: left !important;}
.fpass a{width:100%;padding-right: 100px !important;padding-left: 15px !important;}
/* login form css end */
#otpSubmitBtn{margin-top:0px !important}
/* program section  */

.programmes-box {
  background: #eabe64;
  padding: 15px 16px;
}

.programme-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.programmes-heading {
  margin-bottom: 45px;
}
.program-section {
  border-top: 1px solid #000000;
  padding-top: 8px;
}
.program-section-heading {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  font-family: "Inter";
  color: #000000;
  margin-bottom: 30px;
}
.program-section-subheading {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  font-family: "Inter";
  color: #000000;
}
.program-section ul {
  padding: 8px 0px 30px 31px;
}
.program-section li {
  font-family: Inter;
  font-weight: 300;
  font-size: 20px;
  line-height: 122%;
}

/* program section end  */

/* asistance section  */

.border-top {
  padding-bottom: 8px;
  border-top: 1px solid #000;
}
.assistance-details-container {
  margin-top: 108px;
  margin-bottom: 93px;
}
.assistance-details-text {
  margin-bottom: 76px;
}

.assistance-details-link a {
  text-decoration: none;
  color: #000000;
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
  font-family: Inter;
  margin-right: 37px;
}
.assistance-details-link a img {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}


.faculty-filter-btn {
  border: 2px solid #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  clip-path: polygon(0% 0%, 100% 0, 100% 76.5%, 94.3% 100%, 0% 100%);
  font-family: "edge";
  width: 50%;
}

.faculty-filter-btn span {
  background: #fff;
  display: block;
  height: 100%;
  width: 100%;
  padding: 27px 0;
  color: #000;
  clip-path: polygon(0% 0%, 100% 0, 100% 76.6%, 94.5% 100%, 0% 100%);
}

.form-tabs>button{
    cursor: pointer;
}
.application-form .panel-heading{display:none}
/* forget password */
.forget-password-c{
  padding-top: 20px;
}
.forget-password{
  cursor: pointer;
}
.opt-login-c{
  padding-top: 20px;
 display: flex;
}
.otp-login{
  margin-left:auto;
  cursor: pointer;
  text-align: left !important;
}
.animate_outward:hover img{
      animation: slide-diagonal 0.6s forwards;
}
.animate_outward_short:hover img{
      animation: slide-diagonal-short 0.5s forwards;
}

@keyframes slide-diagonal {
    0%,
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
    25% {
        transform: translate(34px, -34px);
        opacity: 0;
    }
    50% {
        transform: translate(-34px, 34px);
        opacity: 0;
    }
    51% {
        transform: translate(-34px, 34px);
        opacity: 1;
    }
}
@keyframes slide-diagonal-short {
    0%,
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
    25% {
        transform: translate(8px, -8px);
        opacity: 0;
    }
    50% {
        transform: translate(-8px, 8px);
        opacity: 0;
    }
    51% {
        transform: translate(-8px, 8px);
        opacity: 1;
    }
}

@media only screen and (max-width: 767px) {
      /* ---------------------stat section --------------------*/
  .stats-container {
    row-gap: 24px;
  }

  .stat .count-contain {
    font-size: 56px;
  }

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

  .stat-section {
    padding-top: 24px;
  }

  /* ---------------------stat section End --------------------*/
  /* banner section  */
  .apply-section {
    padding-top: 18px;
  }
  .apply-banner-heading {
    width: 100%;
    font-size: 56px;
  }
  .apply-banner-text {
    width: 100%;
    font-size: 24px;
    margin-top: 20px;
  }
  .apply-section .aaply-banner-image {
    grid-column: span 2;
  }
  .aaply-banner-image img {
    width: 100%;
    object-fit: cover;
    margin-top: 30px;
  }

  /* <!-- stat section --> */

  .numbers-container {
    margin-top: 70px;
  }
  .pd-btm-28 {
    padding-bottom: 28px;
  }
  /* <!-- stat section end--> */

  /* form  */
  .login-filter-btn span {
    padding: 14px 0px;
    font-size: 18px;
  }
  .faculty-filter-btn span {
    padding: 14px 0px;
    font-size: 18px;
  }
  .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 0px;
  }

  .form-custom input,
  .form-custom select {
    padding: 16px;

    font-size: 16px;
  }
  .captcha-wrap {
    gap: 5px;
    padding: 12px;
  }
  .phone-wrap input {
    width: 60%;
    outline: none;
  }

  .country-code {
    border-right: 1px solid #000;

    font-size: 16px;
  }
  .phone-wrap {
    padding: 10px;
  }
  .phone-wrap input {
    padding: 6px;
  }
  .captcha-wrap button {
    border: none;
    background-color: transparent;
    font-size: 20px;
    color: #000000;
  }
  .otp-btn {
    padding: 0px;
    border: none;
    background-color: #fff;
    font-size: 12px;
    line-height: 122%;
    font-weight: 300;
    font-family: Inter;
  }
  .captcha-wrap img {
    width: 100px;
    object-fit: cover;
  }

  .submit-btn img {
    width: 12px;
    height: auto;
  }
  .agreement {
    margin: 30px 0 37px 0px;
    display: flex;
    align-items: start;
    gap: 15px;
  }
  .form-heading {
    width: 100%;
    border-top: 4px solid #000000;
    margin-bottom: 30px;
  }
  .form-custom {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 0px;
  }
  /* login form  */
  .form-custom {
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .npf_cpt_new {
    grid-column: span 1;
    /* grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); */
    gap: 0px;
}
  #login-form input {
    padding: 16px 8px 16px 9px;
    font-size: 16px;
  }

 #login-form .submit-btn,
#loginOtpForm .submit-btn,
#forgotForm .submit-btn,
#registerBtn{
    /* padding: 10px 13px 20px 10px !important; */
    /* font-size: 16px !important; */
  }

  .CityId:before,
  .CountryId:before, 
  .CourseId:before, 
  .SpecializationId:before, 
  .StateId:before {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
  }
  input[type="checkbox"] {
    accent-color: #000000;
    width: 16px;
    height: 16px;
  }
  .submit-btn span,
  #login-form .submit-btn, #loginOtpForm .submit-btn, #forgotForm .submit-btn span, #registerBtn span{
    padding-bottom: 16px;
    font-size: 18px;
  }

  /* program  */

  .program-section-subheading {
    font-size: 16px;
  }
  .program-section-heading {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .program-section li {
    font-size: 16px;
  }
  .programmes-box {
    background: #eabe64;
    padding: 16px 16px;
    margin-top: 30px;
  }

  .programme-cols {
    display: grid;
    grid-template-columns: 1fr;
  }
  .programmes-heading {
    margin-bottom: 20px;
  }

  /* assistance  */
  .assistance-details-container {
    margin-top: 70px;
    margin-bottom: 48px;
  }
  .assistance-mrb-16 {
    margin-bottom: 16px;
  }
  .assistance-details-text {
    margin-bottom: 45px;
  }
  .assistance-details-link a {
    font-size: 14px;
    margin-right: 14px;
  }
  .assistance-details-link a img {
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
  input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .assistance-details-container .span-1 {
    grid-column: span 2;
  }
}
.modal-header .close{order:2;opacity: 1;color: #fff !important;}
.modal-title{font-size:18px}


span.agree-condition {
    padding: 4px !important;
}

input[type=checkbox], input[type=radio] {
    margin-top: 8px !important;
}

.dynamic_theme_block .form-custom .agree-group label {
    display: flex;
    align-items: flex-start;
    gap: 5px !important;
}



a#otpverifylink_aMobile {
    background: transparent;
    color: #000;
    text-decoration: underline;
    top: 19px;
    position: relative;
}

span#otpverifylink-textMobile {
    font-size: 13px;
    color: #000 !important;
}

span#clockdivMobile {
    color: #000;
}

.dynamic_theme_block .merge_field_div .bs-dropdown-to-select-group .bs-dropdown-to-select span {
    font-size: 20px !important;
}

.dynamic_theme_block .form-group.has-error .help-block
 {
    text-align: left;
    font-size: 9px;
    color: #f44336;
    line-height: 19px !important;
}


