@font-face {
  font-family: Raleway;
  src: url("../css/fonts/Raleway-VariableFont_wght.ttf");
}

@font-face {
  font-family: Montserrat-regular;
  src: url("../css/fonts/MONTSERRAT-REGULAR.OTF");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../css/fonts/MONTSERRAT-BOLD.OTF");
}

@font-face {
  font-family: Montserrat-Black;
  src: url("../css/fonts/MONTSERRAT-BLACK.OTF");
}

@font-face {
  font-family: Montserrat-Medium;
  src: url("../css/fonts/MONTSERRAT-MEDIUM.OTF");
}

.width100{
  float: left;
  width: 100%;
}

body{
  font-family: Raleway;
  font-size: 21px;
  line-height: normal;
  font-weight: normal;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
.logo{
  float: left;
  width: auto;
  max-width: 300px;
}

.menu_mainbox{
  float: right;
  width: auto;
  position: relative;
  z-index: 50;
}
.menu_box{
  float: left;
  width: auto;
  margin: 20px 0 0 0;
}
.menu_box ul{
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}
.menu_box li{
  float: left;
  width: auto;
  list-style-type: none;
  position: relative;
}
.menu_box li a{
  float: left;
  width: auto;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  /* text-transform: uppercase; */
  text-transform: capitalize;
  padding: 7px 10px;
  line-height: normal;
  position: relative;
  font-weight: 500;
}
.menu_box li a:hover{
  background-color: #f6b714;
  color: #000;
}
.menu_box li .select{
  background-color: #f6b714;
  color: #000;
}

.toggle_menu{
  display: none;
}
.toggle_menu_close{
  display: none;
}
/* Hide yellow toggle when menu is open */
.menu_mainbox.menu_open > .toggle_menu {
    display: none;
}

/* Show close icon only when menu is open */
.menu_mainbox:not(.menu_open) .toggle_menu_close {
    display: none;
}

.drop_box{
  display: none;
  position: absolute;
  float: left;
  width: 250px;
  background-image: linear-gradient(90deg, #d4af37 0%, #ab8b22 100%);
  margin: 45px 0 0 0;
}
.dropdown_menu:hover .drop_box{
  display: block;
}

.dropdown_menu:hover a {
  background-image: linear-gradient(90deg, #d4af37 0%, #438029 100%);
  color: #fff;
}
.dropdown_menu .drop_box a{
  width: 100%;
  color: #fff;
  background-image: none;
  border-bottom: 1px dashed #fff;
  font-size: 19px;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.dropdown_menu .dropdown_arrow{
  content: '';
  background-image: url(../images/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 20px;
  margin: 3px 8px 0 0;
  position: absolute;
  right: 0;
}
header{
  background-color: #fff;
  position: relative;
  z-index: 50;
  text-transform: capitalize;
  padding: 10px 0;
  /* border-bottom: 3px solid #fbc909; */
}
.acc-logos{
  width: 70%;
  float: right;
}
.acc-logos1{
  width: 60%;
  float: right;
}
/* header {
  padding: 0px;
  position: relative;
  z-index: 10;
} */
/* .top_menu_mainbox {
  padding: 15px 0 0 0;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 77;
} */

/* =========== Banner Section Start ============ */
#banner{
  margin: 0px 0 0 0 !important;
}
.banner_section{
  padding: 0;
}
.banner_box {
  background-image: url(../images/banner-img.webp);    
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  /* background-size: contain; */
  background-color: #013f3e;
  min-height: 563px;
  width: 100%;
}
.banner_girl{
  float: right;
  max-width: 370px;
  bottom: 0;
  position: absolute;
  margin: 0 0 0 200px;
  z-index: 50;
}
.home_banner_slider {
  float: left;
  width: 100%;
  min-height: 630px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #050a10;
}
.banner-content h1,
.banner-content h3 {
  color: #fff;
  font-family: montserrat_regular;
} 

.banner-content h1 span {
  color: #f7c852;
  font-family: montserrat_black;
}
.banner4-content{
  margin-left:-30px !important;
}
.heading_banner {
  color: #FFF;
  font-size: 26px;
  line-height: 30px;
}

.heading_banner1 {
  color: #FFF;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.heading_banner span {
  color: #f7c852;
  font-weight: 700;
}

.banner-content ul {
  margin: 15px 0 0 0;
  padding: 0;
}

.banner-form {
  max-width: 350px;
  /* max-width: 300px; */
  position: relative;
  /* background-color: #911a19c2; */
  background-color: #013f3e;
  /* box-shadow: 20px 15px 86px rgb(220 6 6 / 18%); */
  border-radius: 40px;
  z-index: 1;
  margin: 20px 0 0 172px;
}

.banner-form form {
  z-index: 2;
  position: relative;
  /* padding: 15px 20px 30px 20px */
}

.banner-form h3 {
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin: 15px 0;
    font-weight: 900;
}

.banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn {
  color: #fff
} 

textarea.form-control {
  resize: none;
  color: #a8a8a8;
  opacity: 1
}

.banner-form select.form-control {
  background: url("../images/arrow.png") 97% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #a8a8a8;
  cursor: pointer
}

.form-control::placeholder {
  color: #a8a8a8;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1
}

.banner-form-wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 45px
} 

.banner-form .form-control {
  font-size: 12px;
  line-height: 18px;
  border-radius: 4px;
  height: auto;
  min-height: auto;
  padding: 8px;
  max-height: 60px;
  margin:0 0 10px 0;
}
.mobile_view {
  display: none;
}
.btn_submit {
  padding: 9px 25px;
  color: #fff !important;
  font-weight: 500;
  border: 2px solid;
  border-radius: 25px;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  background:#f6b714;
  /* background: linear-gradient(113deg, #e32323 0, #e32323a1 100%);    */
  font-family: Montserrat-Medium;
}

.btn_submit:hover{
  text-decoration: none;
  color: #f6b714 !important;
  background: #fff !important;
  border: 2px solid #f6b714 !important;
  font-weight: bold;
}

select {
color: #9e9e9e;
}
option:not(:first-of-type) {
color: black;
}

.loader { 
  display: none; 
  border: 4px solid rgba(255, 255, 255, 0.3); 
  border-top: 4px solid #f6b714; 
  border-radius: 50%; 
  width: 15px; 
  height: 15px; 
  animation: spin 1s linear infinite; 
  margin-left: 10px; 
} 

@keyframes spin { 
  0% { 
      transform: rotate(0deg); 
  } 

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

.loading { 
  background-color: #ccc; 
  pointer-events: none; 
}

.widget-form {
    /* background: rgba(28, 61, 140, 0.75);
    backdrop-filter: blur(8px);
    border-radius: 40px;
    padding: 20px; */
    max-width: 65%;
    /* margin-left: 172px;  */
    margin: 20px 0 0 100px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}
/* Banner wrapper must be relative */
.banner_box {
    position: relative;
}
.ee-form-body{
  font-size: 12px !important;
}
.ee-form-widget .btn.btn-submit {
    font-size: 15px;
    color: #fff !important;
    background-color: #023f42 !important;
}
.ee-form-heading {
  color: #023f42 !important;
}

.ee-form-footer .btn-submit, .ee-form-footer .btn-submit:focus {
    color: #fff !important;
    background-color: #024040 !important;
}
/* Desktop: float widget over banner */
@media (min-width: 992px) {
    .form-banner-mainbox {
      position: absolute;
      right: 60px;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
    }

    .widget-form {
      /* margin: 80px 0 0 80px; */
      max-width: 80%;
    }
}

/* -------BANNER-FORM-END--------- */

/*---------------------- 4 badges section starts----------------------*/
.bvdu-stats-section {
    position: relative;
    background: #fff;
    /* padding: 0 0 32px; */
}

/* .bvdu-stats-section::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -25px;
    left: -80px;
    border-radius: 50%;
    background: #054f4f1a;
    pointer-events: none;
} */

.green-strip{
  background: #023f42;
  padding: 40px;
}

/* Main wrapper */

.bvdu-stats-wrap {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(29, 55, 104, .10);
    border-radius: 22px;
    overflow: hidden;
    box-shadow:
        0 12px 35px rgba(29, 55, 104, .07);
    /* pulls it visually closer to banner */
    margin-top: -51px;
}

/* ---------------------------------------------------------
   TOP BRAND ACCENT
--------------------------------------------------------- */
.bvdu-stats-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    height: 3px;
    transform: translateX(-50%);
    background: #023f42;
    border-radius: 0 0 5px 5px;
    z-index: 5;
}

/* ---------------------------------------------------------
   STAT ITEM
--------------------------------------------------------- */
.bvdu-stat-item {
    position: relative;
    min-height: 118px;
    padding: 22px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition:
        background .3s ease,
        transform .3s ease;
}

/* ---------------------------------------------------------
   ELEGANT DIVIDER
--------------------------------------------------------- */
.bvdu-stat-item::after {
    content: "";
    position: absolute;
    top: 28px;
    bottom: 28px;
    right: 0;
    width: 1px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(29, 55, 104, .15),
        transparent
    );
}

/* Last item */
.bvdu-stats-wrap .col:last-child .bvdu-stat-item::after {
    display: none;
}

/* ---------------------------------------------------------
   NUMBER
--------------------------------------------------------- */
.bvdu-stat-number {
    font-family: 'Montserrat-Bold';
    font-size: clamp(2rem, 3vw, 2.65rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
    color: #023f42;
    transition:
        transform .3s ease,
        color .3s ease;
}

/* Plus */
.bvdu-stat-number span {
    font-size: .58em;
    vertical-align: top;
    margin-left: 2px;
}

/* ---------------------------------------------------------
   LABEL
--------------------------------------------------------- */
.bvdu-stat-label {
    margin-top: 10px;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    line-height: 1.2;
    color: #023f42;
    letter-spacing: .02em;
    transition: color .3s ease;
}

/* ---------------------------------------------------------
   SMALL GREEN DOT
--------------------------------------------------------- */
.bvdu-stat-item::before {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #023f42;
    opacity: .35;
    transform: translateX(-50%);
    transition:
        transform .3s ease,
        opacity .3s ease;
}

/* ---------------------------------------------------------
   HOVER
--------------------------------------------------------- */
.bvdu-stat-item:hover {
    background: #023f4217;
}

.bvdu-stat-item:hover .bvdu-stat-number {
    transform: translateY(-3px);
    color: #023f42e6;
}

.bvdu-stat-item:hover .bvdu-stat-label {
    color: #023f42;
}

.bvdu-stat-item:hover::before {
    opacity: 1;
    transform:
        translateX(-50%)
        scale(1.5);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

    .bvdu-stats-section {
        padding-bottom: 28px;
    }

    .bvdu-stat-item {
        min-height: 112px;
    }

    /* 2-column layout */

    .bvdu-stats-wrap .col:nth-child(even)
    .bvdu-stat-item::after {
        display: none;
    }

    .bvdu-stats-wrap .col:nth-child(odd)
    .bvdu-stat-item::after {
        display: block;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575.98px) {

    .bvdu-stats-section {
        padding-bottom: 20px;
    }

    .bvdu-stats-wrap {
        border-radius: 16px;
    }

    .bvdu-stats-wrap::before {
        width: 70px;
        height: 2px;
    }

    .bvdu-stat-item {
        min-height: 98px;

        padding: 18px 8px;
    }

    .bvdu-stat-number {
        font-size: 1.9rem;
    }

    .bvdu-stat-label {
        font-size: 12.5px;

        margin-top: 8px;
    }


    /* Horizontal row separators */

    .bvdu-stats-wrap
    .col:nth-child(1)
    .bvdu-stat-item,

    .bvdu-stats-wrap
    .col:nth-child(2)
    .bvdu-stat-item,

    .bvdu-stats-wrap
    .col:nth-child(3)
    .bvdu-stat-item,

    .bvdu-stats-wrap
    .col:nth-child(4)
    .bvdu-stat-item {
        border-bottom: 1px solid rgba(29, 55, 104, .08);
    }


    /* Last item full width */

    .bvdu-stats-wrap .col:last-child {
        grid-column: 1 / -1;
    }

    .bvdu-stats-wrap
    .col:last-child
    .bvdu-stat-item {
        min-height: 90px;

        border-bottom: 0;
    }

    .bvdu-stats-wrap
    .col:last-child
    .bvdu-stat-item::after {
        display: none;
    }

    .bvdu-stat-item::before {
        bottom: 13px;
    }
}
/*------------------- 4 badges section ends ---------------------*/

 
/* <!------------------------Specialization Section Starts--------------------------> */
.bvdu-programmes-section {
    position: relative;
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}

/* =========================================================
   SECTION HEADING
========================================================= */
.bvdu-programmes-heading {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto 25px;
}

.bvdu-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #023f42;
}

.bvdu-section-kicker span {
    width: 26px;
    height: 2px;
    display: block;
    background: #ffab01;
}

.bvdu-programmes-heading h2 {
    margin: 0 0 12px;
    color: #023f42;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.bvdu-programmes-heading h2 strong {
    color: #ffab01;
    font-weight: 700;
}

.bvdu-programmes-heading p {
    max-width: 620px;
    margin: 0 auto;
    color: #023f42;
    font-size: 15px;
    line-height: 1.75;
}

/* =========================================================
   MAIN TABS
========================================================= */
.bvdu-main-tabs {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 42px;
}

.bvdu-main-tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 175px;
    padding: 13px 25px;
    border: 1px solid #dfe8e6;
    border-radius: 50px;
    background: #fff;
    color: #527070;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.bvdu-main-tab:hover {
    border-color: #023f42;
    color: #023f42;
    transform: translateY(-2px);
}

.bvdu-main-tab.active {
    color: #fff;
    background: #023f42;
    border-color: #023f42;
    box-shadow: 0 12px 28px rgba(2, 64, 64, 0.18);
}

/* .bvdu-tab-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(2, 64, 64, 0.07);
    color: #023f42;
    transition: 0.3s ease;
}

.bvdu-main-tab.active .bvdu-tab-icon {
    background: #ffab01;
    color: #023f42;
} */

/* =========================================================
   BVDU ICONS
========================================================= */
.bvdu-tab-icon svg {
    width: 16px;
    height: 16px;
    display: block;
}

.bvdu-program-icon svg {
    width: 21px;
    height: 21px;
    display: block;
}

.bvdu-program-arrow i {
    display: none;
}

.bvdu-program-arrow svg {
    width: 15px;
    height: 15px;
    display: block;
}
/* =========================================================
   TAB PANEL
========================================================= */
.bvdu-tab-panel {
    display: none;
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.bvdu-tab-panel.active {
    display: block;
    animation: bvduPanelIn 0.4s ease both;
}

@keyframes bvduPanelIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
   LEVEL
========================================================= */
.bvdu-level {
    margin-bottom: 38px;
}

.bvdu-level:last-child {
    margin-bottom: 0;
}

.bvdu-level-heading {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 15px 4px;
    color: #657676;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.bvdu-level-line {
    width: 30px;
    height: 2px;
    background: #ffab01;
    border-radius: 5px;
}

/* =========================================================
   PROGRAM CARD
========================================================= */
.bvdu-program-card {
    background: #fff;
    border: 1px solid #e2e9e7;
    border-radius: 15px;
    margin-bottom: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(2, 64, 64, 0.055);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.bvdu-program-card:hover {
    border-color: rgba(2, 64, 64, 0.28);
    box-shadow: 0 14px 35px rgba(2, 64, 64, 0.09);
}

.bvdu-program-card.open {
    border-color: rgba(2, 64, 64, 0.22);
}


/* =========================================================
   PROGRAM HEADER
========================================================= */
.bvdu-program-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 21px 0;
    border: 0;
    background: #fff;
    font-family: inherit;
    text-align: left;      
    cursor: pointer;
}

.bvdu-program-info {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
}

.bvdu-program-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #023f42;
    background: linear-gradient(
        145deg,
        rgba(2, 64, 64, 0.10),
        rgba(255, 171, 1, 0.18)
    );
    font-size: 18px;
    transition: 0.3s ease;
}

.bvdu-program-card.open .bvdu-program-icon {
    background: #023f42;
    color: #ffab01;
}

.bvdu-program-head h3 {
    margin: 0 0 3px;
    color: #023f42;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}

.bvdu-program-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #758181;
    font-size: 11.5px;
}

.bvdu-program-meta b {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    border-radius: 50px;
    color: #8a5d00;
    background: rgba(255, 171, 1, 0.16);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}


/* =========================================================
   ARROW
========================================================= */

.bvdu-program-arrow {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #023f42;

    background: #f2f6f5;

    transition:
        transform 0.35s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.bvdu-program-arrow i {
    font-size: 12px;
}

.bvdu-program-card.open .bvdu-program-arrow {
    transform: rotate(180deg);
    background: #ffab01;
    color: #023f42;
}


/* =========================================================
   PROGRAM BODY
========================================================= */
.bvdu-program-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
}

.bvdu-program-body > * {
    overflow: hidden;
}

.bvdu-program-card.open .bvdu-program-body {
    grid-template-rows: 1fr;
}


/* =========================================================
   SPECIALIZATION GRID
========================================================= */

.bvdu-specialization-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 10px 21px 22px;
}

.bvdu-specialization-grid span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border: 1px solid #e1e9e7;
    border-radius: 7px;
    background: #f8faf9;
    color: #315555;
    font-size: 16px;
    font-weight: 500;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.bvdu-specialization-grid span::before {
    content: "";
    width: 5px;
    height: 5px;
    flex: 0 0 5px;
    border-radius: 50%;
    background: #ffab01;
}

.bvdu-specialization-grid span:hover {
    background: #fff9eb;
    border-color: #ffab01;
    color: #023f42;
    transform: translateY(-2px);
}

/* =========================================================
   NOTE
========================================================= */
.bvdu-note {
    margin: 0 21px 21px;
    padding: 13px 15px;
    border-left: 3px solid #ffab01;
    border-radius: 0 8px 8px 0;
    background: #f8faf9;
    color: #697777;
    font-size: 12px;    
    line-height: 1.6;
}


/* =========================================================
   TABLET
========================================================= */
@media (max-width: 767px) {

    .bvdu-programmes-section {
        padding: 65px 0 0 0;
    }

    .bvdu-programmes-heading {
        margin-bottom: 32px;
    }

    .bvdu-programmes-heading h2 {
        font-size: 30px;
    }

    .bvdu-programmes-heading p {
        font-size: 13.5px;
        line-height: 1.65;
    }

    .bvdu-main-tabs {
        gap: 8px;
        margin-bottom: 32px;
    }

    .bvdu-main-tab {
        min-width: 145px;
        padding: 11px 18px;
        font-size: 13px;
    }

    .bvdu-tab-icon {
        width: 27px;
        height: 27px;
        font-size: 11px;
    }

    .bvdu-level {
        margin-bottom: 30px;
    }

    .bvdu-program-head {
        padding: 15px;
    }

    .bvdu-program-info {
        gap: 11px;
    }

    .bvdu-program-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 15px;
    }

    .bvdu-program-head h3 {
        font-size: 20px;
    }

    .bvdu-program-meta {
        font-size: 13.5px;
    }

    .bvdu-program-arrow {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .bvdu-specialization-grid {
        gap: 7px;
        padding: 0 15px 17px;
    }

    .bvdu-specialization-grid span {
        padding: 7px 10px;
        font-size: 11px;
    }

    .bvdu-note {
        margin: 0 15px 17px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 480px) {

    .bvdu-programmes-section {
        padding: 55px 0 0 0;
    }

    .bvdu-programmes-heading h2 {
        font-size: 26px;
    }

    .bvdu-main-tabs {
        width: 100%;
    }

    .bvdu-main-tab {
        flex: 1;
        min-width: 0;
    }

    .bvdu-level-heading {
        font-size: 16.5px;
        letter-spacing: 0.08em;
    }

    .bvdu-program-meta b {
        font-size: 8px;
    }

    .bvdu-specialization-grid span {
        font-size: 14.5px;
    }
}
/* <!------------------------Specialization Section ends--------------------------> */

/*------------------- How to apply section starts ------------------- */
.how-apply-one-row {
    position: relative;
    width: 100%;
    padding: 45px 0 45px;

    background:
        radial-gradient(
            circle at 8% 20%,
            rgb(255 171 1 / 6%),
            #ffab010d 25%
        ),
        radial-gradient(
            circle at 92% 80%,
            rgb(255 171 1 / 15%),
            transparent 28%
        ),
        #ffab0100;

    overflow: hidden;
}


/* Background decoration */

.how-apply-one-row::after {
    content: "";

    position: absolute;

    width: 330px;
    height: 330px;

    bottom: -190px;
    right: -120px;

    border-radius: 50%;

    background: #023f4208;

    pointer-events: none;
}


/* =========================================================
   HEADING
========================================================= */

.bvdu-programmes-heading {
    position: relative;
    z-index: 2;

    margin-bottom: 45px;
}

.bvdu-programmes-heading h2 {
    margin: 0;

    color: #111111;

    font-family: 'Montserrat-Bold';
    font-size: 40px;
    font-weight: 400;

    line-height: 1.2;
}

.bvdu-programmes-heading h2 strong {
    color: #023f42;
    font-weight: 700;
}


/* =========================================================
   PROCESS
========================================================= */

.apply-process {
    position: relative;
    z-index: 2;

    width: 100%;

    display: flex;
    align-items: flex-start;
    justify-content: center;
}


/* =========================================================
   APPLY ITEM
========================================================= */

.apply-item {
    position: relative;

    flex: 1;
    min-width: 0;

    text-align: center;

    padding: 22px 0 24px;

    transition:
        transform 0.35s ease;
}

.apply-item:hover {
    transform: translateY(-7px);
}


/* =========================================================
   TOP / ICON AREA
========================================================= */

.apply-top {
    position: relative;

    width: 88px;
    height: 88px;

    margin: 0 auto 24px;
}


/* =========================================================
   ICON
========================================================= */

.apply-icon {
    position: relative;

    width: 88px;
    height: 88px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            #023f42,
            #075959
        );

    color: #ffffff;

    font-size: 34px;

    box-shadow:
        0 10px 25px rgba(2, 64, 64, 0.20);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        background 0.35s ease;
}


/* Icon shine */

.apply-icon::before {
    content: "";

    position: absolute;

    width: 70px;
    height: 70px;

    top: -35px;
    right: -35px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.10);

    transition:
        transform 0.4s ease;
}


/* Bootstrap icon */

.apply-icon i {
    position: relative;
    z-index: 2;

    font-size: 34px;

    transition:
        transform 0.35s ease;
}


/* =========================================================
   NUMBER
========================================================= */

.apply-number {
    position: absolute;

    top: -12px;
    right: -12px;

    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #ffab01;

    color: #ffffff;

    font-family: 'Montserrat-Medium';

    font-size: 14px;
    font-weight: 700;

    z-index: 5;

    border: 3px solid #ffffff;

    box-sizing: content-box;

    box-shadow:
        0 4px 10px rgba(255, 171, 1, 0.30);

    transition:
        transform 0.3s ease;
}


/* =========================================================
   CONTENT
========================================================= */

.apply-content {
    padding: 0 7px;
}

.apply-content h3 {
    margin: 0 0 10px;

    color: #111111;

    font-family: 'Montserrat-Bold';

    font-size: 17px;
    font-weight: 600;

    line-height: 1.3;

    transition:
        color 0.3s ease;
}

.apply-content p {
    margin: 0 auto;

    max-width: 155px;

    color: #4a4a4a;

    font-family: 'Montserrat-Medium';

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
   DESKTOP CONNECTOR
========================================================= */

.apply-connector {
    position: absolute;

    top: 65px;
    right: -17px;

    width: 34px;
    height: 20px;

    z-index: 1;

    pointer-events: none;
}


/* Horizontal line */

.apply-connector::before {
    content: "";

    position: absolute;

    top: 8px;
    left: 0;

    width: 100%;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #d9dde3,
            #bfc5ce,
            #d9dde3
        );
}


/* Arrow */

.apply-connector span {
    position: absolute;

    top: 3px;
    right: 0;

    width: 13px;
    height: 13px;

    border-top: 2px solid #9ea5b2;
    border-right: 2px solid #9ea5b2;

    transform: rotate(45deg);

    transition:
        border-color 0.3s ease;
}


/* =========================================================
   HOVER
========================================================= */

.apply-item:hover .apply-icon {
    background:
        linear-gradient(
            145deg,
            #023f42,
            #ffab01
        );

    transform: translateY(-4px);

    box-shadow:
        0 15px 30px rgba(2, 64, 64, 0.25);
}

.apply-item:hover .apply-icon i {
    transform: scale(1.08);
}

.apply-item:hover .apply-icon::before {
    transform: scale(1.5);
}

.apply-item:hover .apply-number {
    transform: scale(1.12);
}

.apply-item:hover .apply-content h3 {
    color: #023f42;
}

.apply-item:hover .apply-connector span {
    border-color: #023f42;
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1400px) {

    .how-apply-one-row {
        padding-top: 75px;
        padding-bottom: 85px;
    }

    .apply-process {
        padding: 0 15px;
    }

    .apply-item {
        padding-top: 25px;
        padding-bottom: 28px;
    }

    .apply-top,
    .apply-icon {
        width: 95px;
        height: 95px;
    }

    .apply-icon {
        border-radius: 24px;
    }

    .apply-icon i {
        font-size: 37px;
    }

    .apply-connector {
        top: 71px;
        right: -22px;
        width: 45px;
    }

    .apply-connector::before {
        top: 8px;
    }

    .apply-connector span {
        top: 3px;
    }

    .apply-content h3 {
        font-size: 18px;
    }

    .apply-content p {
        font-size: 12.5px;
        max-width: 175px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1199px) {

    .apply-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .apply-connector {
        right: -11px;
        width: 22px;
    }

    .apply-content h3 {
        font-size: 15px;
    }

    .apply-content p {
        font-size: 11px;
        max-width: 135px;
    }
}


/* =========================================================
   SMALL TABLET
========================================================= */

@media (max-width: 991px) {

    .how-apply-one-row {
        padding: 55px 0 65px;
    }

    .bvdu-programmes-heading {
        margin-bottom: 45px;
    }

    .bvdu-programmes-heading h2 {
        font-size: 34px;
    }

    .apply-item {
        padding: 17px 4px 20px;
    }

    .apply-top,
    .apply-icon {
        width: 70px;
        height: 70px;
    }

    .apply-icon {
        border-radius: 17px;
    }

    .apply-icon i {
        font-size: 28px;
    }

    .apply-number {
        width: 26px;
        height: 26px;

        font-size: 12px;

        top: -8px;
        right: -8px;
    }

    .apply-connector {
        top: 53px;
        right: -10px;
        width: 18px;
    }

    .apply-content h3 {
        font-size: 13px;
    }

    .apply-content p {
        font-size: 10px;
        max-width: 120px;
    }
}


/* =========================================================
   MOBILE - VERTICAL TIMELINE
========================================================= */

@media (max-width: 767px) {

    .how-apply-one-row {
        padding: 50px 0 60px;
    }

    .bvdu-programmes-heading {
        margin-bottom: 38px;
    }

    .bvdu-programmes-heading h2 {
        font-size: 30px;
    }


    /* -----------------------------------------
       Vertical process
    ----------------------------------------- */

    .apply-process {
        display: block;

        width: 100%;
        max-width: 600px;

        margin: 0 auto;

        padding: 0;
    }

    /* -----------------------------------------
       Individual item
    ----------------------------------------- */
    .apply-item {
        position: relative;
        display: flex;
        align-items: flex-start;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
        padding: 16px 15px 20px;
        border-radius: 18px;
        background: #ffffff;
        border: 1px solid rgba(2, 64, 64, 0.07);
        box-shadow: 0 8px 25px rgba(2, 64, 64, 0.055);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .apply-item:hover {
        transform: translateY(-3px);
        box-shadow:
            0 12px 30px rgba(2, 64, 64, 0.09);
    }

    /* -----------------------------------------
       Icon area
    ----------------------------------------- */

    .apply-top {
        position: relative;
        flex: 0 0 70px;
        width: 70px;
        height: 70px;
        margin: 0 22px 0 0;
        z-index: 3;
    }

    .apply-icon {
        width: 70px;
        height: 70px;
        border-radius: 17px;
        font-size: 27px;
    }

    .apply-icon i {
        font-size: 27px;
    }

    /* -----------------------------------------
       Number
    ----------------------------------------- */
    .apply-number {
        top: -7px;
        right: -7px;
    }

    /* -----------------------------------------
       Content
    ----------------------------------------- */
    .apply-content {
        flex: 1;
        min-width: 0;
        padding: 5px 5px 0 0;
    }

    .apply-content h3 {
        margin-bottom: 7px;
        font-size: 18px;
        line-height: 1.3;
    }

    .apply-content p {
        max-width: none;
        margin: 0;
        font-size: 13px;
        line-height: 1.55;
    }

    /* =================================================
       VERTICAL CONNECTOR
    ================================================= */
    .apply-connector {
        display: block;
        position: absolute;
        left: 50px;
        top: 86px;
        right: auto;
        width: 2px;
        height: calc(100% + 20px);
        margin: 0;
        background:
            linear-gradient(
                to bottom,
                #023f42 0%,
                #6b8888 45%,
                #d9dde3 100%
            );
        border-radius: 10px;
        z-index: 0;
        pointer-events: none;
    }

    /* Disable desktop horizontal line */
    .apply-connector::before {
        content: none;
    }

    /* Hide desktop arrow */
    .apply-connector span {
        display: none;
    }

    /* Last item has no connector */
    .apply-item:last-child .apply-connector {
        display: none;
    }
}

/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {

    .how-apply-one-row {
        padding: 42px 0 20px;
    }

    .bvdu-programmes-heading {
        margin-bottom: 32px;
    }

    .bvdu-programmes-heading h2 {
        font-size: 27px;
    }

    /* Item */
    .apply-item {
        margin-bottom: 18px;
        padding: 15px 12px 18px;
        border-radius: 16px;
    }

    /* Icon */
    .apply-top {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
        margin-right: 17px;
    }

    .apply-top,
    .apply-icon {
        width: 60px;
        height: 60px;
    }

    .apply-icon {
        border-radius: 15px;
    }

    .apply-icon i {
        font-size: 24px;
    }

    /* Number */
    .apply-number {
        width: 23px;
        height: 23px;
        font-size: 11px;
        top: -6px;
        right: -6px;
    }

    /* Content */
    .apply-content {
        padding-top: 3px;
    }

    .apply-content h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .apply-content p {
        font-size: 12px;
        line-height: 1.5;
    }

    /* =================================================
       SMALL MOBILE CONNECTOR
    ================================================= */
    .apply-connector {
        left: 42px;
        top: 76px;
        width: 2px;
        height: calc(100% + 18px);
        background:
            linear-gradient(
                to bottom,
                #023f42 0%,
                #6b8888 50%,
                #d9dde3 100%
            );
    }

}
 /*------------------- How to apply section ends ------------------- */
 

/*------------------------ Highlights section starts ------------------- */
.usp-pointer-section {
    padding: 40px 0;
    background: #ffffff;
}

.usp-pointer-heading {
    font-size: 34px;
    font-weight: 700;
    color: #284587;
}

.usp-pointer-divider {
    width: 120px;
    height: 5px;
    margin: 12px auto;
    background: linear-gradient(90deg, #284587, #f6b714);
    border-radius: 30px;
}

/* Pointer List */
.usp-pointer-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.usp-pointer-list li {
    font-size: 18px;
    color: #023f42;
    font-weight: 500;
    padding: 12px 0 12px 34px;
    position: relative;
    line-height: 1.5;
    /* border-bottom: 1px solid #e3e3e3; */
}

/* Yellow pointer icon */
.usp-pointer-list li::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #f6b714;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 0;
}

/* Responsive */
@media (max-width: 768px) {
    /* .usp-pointer-heading {
        font-size: 26px;
    } */

    .usp-pointer-list li {
        font-size: 16px;
        padding-left: 30px;
    }

    .usp-pointer-list li::before {
        width: 12px;
        height: 12px;
        top: 16px;
    }
}
/* --------------- Highlights section ends ---------------- */

/* --------------- DISTINCTIVE FEATURES section starts ----------- */
.bvdu-distinctive-section {
    position: relative;
    padding: 45px 0;
    background: radial-gradient(circle at 8% 20%, rgb(255 171 1 / 6%), #ffab010d 25%), 
                radial-gradient(circle at 92% 80%, rgb(255 171 1 / 15%), transparent 28%), #ffab0100;
    overflow: hidden;
}

/* Decorative background */
.bvdu-distinctive-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 171, 1, 0.055);
    top: -220px;
    right: -180px;
    pointer-events: none;
}

.bvdu-distinctive-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(2, 64, 64, 0.035);
    bottom: -170px;
    left: -150px;
    pointer-events: none;
}

/* =========================================================
   HEADING
========================================================= */
.bvdu-distinctive-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 48px;
}

.bvdu-distinctive-heading .bvdu-section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-bottom: 14px;
    color: #024040;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.bvdu-distinctive-heading .bvdu-section-kicker span {
    width: 24px;
    height: 2px;
    display: block;
    background: #ffab01;
    border-radius: 5px;
}

.bvdu-distinctive-heading h2 {
    margin: 0 0 14px;
    color: #024040;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.bvdu-distinctive-heading h2 strong {
    color: #ffab01;
    font-weight: 700;
}

.bvdu-distinctive-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #023f42;
    font-size: 17px;
    line-height: 1.75;
}

/* =========================================================
   FEATURE CARD
========================================================= */
.bvdu-feature-card {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e1e9e7;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(2, 64, 64, 0.055);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.bvdu-feature-card:hover {
    /* transform: translateY(-5px); */
    border-color: rgba(2, 64, 64, 0.18);
    box-shadow: 0 20px 45px rgba(2, 64, 64, 0.10);
}

/* Highlight card */
.bvdu-feature-card-highlight {
    background: #024040;
    border-color: #024040;
}

.bvdu-feature-card-highlight:hover {
    border-color: #024040;
}

/* =========================================================
   CARD TOP
========================================================= */
.bvdu-feature-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e7eeec;
}

.bvdu-feature-card-highlight .bvdu-feature-card-top {
    border-color: rgba(255, 255, 255, 0.14);
}

.bvdu-feature-label {
    color: #024040;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.bvdu-feature-card-highlight .bvdu-feature-label {
    color: #ffffff;
}

.bvdu-feature-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff7e4;
    color: #9a6900;
    font-size: 11px;
    font-weight: 700;
}

.bvdu-feature-card-highlight .bvdu-feature-count {
    background: #ffab01;
    color: #024040;
}
/* =========================================================
   FEATURE LIST
========================================================= */
.bvdu-feature-list {
    width: 100%;
}

/* =========================================================
   FEATURE ITEM
========================================================= */

.bvdu-feature-item {    
   position: relative;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid #edf1f0;
    transition: padding-left 0.3s ease;
}

.bvdu-feature-card-highlight .bvdu-feature-item {
    border-color: rgba(255, 255, 255, 0.10);
}

.bvdu-feature-item:last-child {
    border-bottom: 0;
    padding-bottom: 3px;
}

.bvdu-feature-item:hover {
    padding-left: 5px;
}

/* =========================================================
   NUMBER
========================================================= */
.bvdu-feature-number {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 8px;
    background: #f2f7f5;
    color: #024040;
    font-size: 14px;
    font-weight: 700;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.bvdu-feature-item:hover .bvdu-feature-number {
    background: #ffab01;
    color: #024040;

    transform: scale(1.08);
}

.bvdu-feature-card-highlight .bvdu-feature-number {
    background: rgba(255, 171, 1, 0.14);
    color: #ffab01;
}

.bvdu-feature-card-highlight
.bvdu-feature-item:hover
.bvdu-feature-number {
    background: #ffab01;
    color: #024040;
}


/* =========================================================
   CONTENT
========================================================= */

.bvdu-feature-content {
    flex: 1;
    min-width: 0;
}

.bvdu-feature-content h3 {
    margin: 0 0 4px;
    color: #024040;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.bvdu-feature-content p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.65;
}

.bvdu-feature-card-highlight
.bvdu-feature-content h3 {
    color: #ffffff;
}

.bvdu-feature-card-highlight
.bvdu-feature-content p {
    color: rgba(255, 255, 255, 0.68);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .bvdu-distinctive-section {
        padding: 40px 0;
    }

    .bvdu-distinctive-heading {
        margin-bottom: 35px;
    }

    .bvdu-distinctive-heading h2 {
        font-size: 32px;
    }

    .bvdu-feature-card {
        padding: 24px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bvdu-distinctive-section {
        padding: 60px 0;
    }

    .bvdu-distinctive-heading {
        margin-bottom: 30px;
    }

    .bvdu-distinctive-heading h2 {
        font-size: 27px;
    }

    .bvdu-distinctive-heading p {
        font-size: 13px;
    }

    .bvdu-feature-card {
        padding: 20px;
        border-radius: 15px;
    }

    .bvdu-feature-card-top {
        padding-bottom: 16px;
    }

    .bvdu-feature-item {
        gap: 11px;
        padding: 15px 0;
    }

    .bvdu-feature-number {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
        font-size: 12px;
    }

    .bvdu-feature-content h3 {
        font-size: 16px;
    }

    .bvdu-feature-content p {
        font-size: 14px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bvdu-distinctive-section {
        padding: 50px 0;
    }

    .bvdu-distinctive-heading h2 {
        font-size: 24px;
    }

    .bvdu-feature-label {
        font-size: 11px;
    }

    .bvdu-feature-count {
        width: 32px;
        height: 32px;
        font-size: 9px;
    }

}
/* ------------DISTINCTIVE FEATURES section ends------------- */


/* ===========Top button starts============  */
#myBtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: #f6b714;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border-radius: 40px;
  font-size: 22px;
  opacity: 0.9;
  height: 40px;
  width: 40px;
}
#myBtn:hover {
  /* background-color: #555; */
  opacity: 1;
}
#enqBtn {
  display: none;
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: #f6b714;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border-top-right-radius: 0;  
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 17px;
  opacity: 0.9;
  height: 140px;
  width: 35px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
#enqBtn:hover {
  /* background-color: #555; */
  opacity: 1;
}
/* ===========Top button end============  */

/*-------------- BVDU CTA section starts ---------------*/

.bvdu-footer-cta {
    position: relative;
    width: 100%;
    padding: 35px 0;
    background: #ffffff;
    overflow: hidden;
}


/* =========================================================
   CTA BOX
========================================================= */

.bvdu-cta-box {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    min-height: 145px;

    padding: 28px 38px;

    border-radius: 18px;

    background:
        linear-gradient(
            110deg,
            #023f42 0%,
            #075959 65%,
            #023f42 100%
        );

    box-shadow:
        0 18px 45px rgba(2, 63, 66, 0.18);

    overflow: hidden;
}


/* =========================================================
   DECORATIVE SHAPES
========================================================= */

.bvdu-cta-box::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: 13%;
    top: -150px;

    border-radius: 50%;

    border: 1px solid rgba(255, 171, 1, 0.18);

    pointer-events: none;
}


.bvdu-cta-box::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -70px;
    bottom: -110px;

    border-radius: 50%;

    background: rgba(255, 171, 1, 0.10);

    pointer-events: none;
}


/* =========================================================
   CONTENT
========================================================= */

.bvdu-cta-content {
    position: relative;
    z-index: 2;
}


.bvdu-cta-kicker {
    display: inline-block;

    margin-bottom: 7px;

    color: #ffab01;

    font-family: 'Montserrat-Bold';

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}


.bvdu-cta-content h2 {
    margin: 0 0 7px;

    color: #ffffff;

    font-family: 'Montserrat-Bold';

    font-size: 29px;

    font-weight: 700;

    line-height: 1.2;
}


.bvdu-cta-content h2 span {
    color: #ffab01;
}


.bvdu-cta-content p {
    margin: 0;

    max-width: 570px;

    color: rgba(255, 255, 255, 0.75);

    font-family: 'Montserrat-Medium';

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   ACTION
========================================================= */

.bvdu-cta-action {
    position: relative;
    z-index: 3;

    flex-shrink: 0;
}


.bvdu-cta-btn {
    display: inline-flex;

    align-items: center;

    gap: 13px;

    padding: 11px 12px 11px 22px;

    border: 2px solid #ffab01;

    border-radius: 50px;

    background: #ffab01;

    color: #023f42;

    font-family: 'Montserrat-Bold';

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease,
        box-shadow 0.3s ease;
}


.bvdu-cta-btn:hover {
    color: #ffffff;

    background: transparent;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(255, 171, 1, 0.18);
}


/* =========================================================
   ARROW CIRCLE
========================================================= */

.bvdu-cta-arrow {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #023f42;

    color: #ffffff;

    font-size: 15px;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


.bvdu-cta-btn:hover .bvdu-cta-arrow {
    background: #ffab01;

    color: #023f42;

    transform: translateX(3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .bvdu-footer-cta {
        padding: 30px 0;
    }


    .bvdu-cta-box {
        padding: 25px 28px;
    }


    .bvdu-cta-content h2 {
        font-size: 25px;
    }


    .bvdu-cta-content p {
        max-width: 450px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .bvdu-footer-cta {
        padding: 25px 0;
    }


    .bvdu-cta-box {

        flex-direction: column;

        align-items: flex-start;

        gap: 20px;

        padding: 27px 23px;

        min-height: auto;

        border-radius: 16px;
    }


    .bvdu-cta-content h2 {
        font-size: 24px;
    }


    .bvdu-cta-content p {
        font-size: 11.5px;
    }


    .bvdu-cta-action {
        width: 100%;
    }


    .bvdu-cta-btn {
        width: 100%;

        justify-content: space-between;

        padding-left: 20px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .bvdu-footer-cta {
        padding: 20px 0;
    }


    .bvdu-cta-box {
        padding: 24px 18px;
    }


    .bvdu-cta-kicker {
        font-size: 9px;
    }


    .bvdu-cta-content h2 {
        font-size: 21px;
    }


    .bvdu-cta-content p {
        font-size: 11px;
    }


    .bvdu-cta-arrow {
        width: 32px;
        height: 32px;
    }

}
/*-------------- BVDU CTA section ends ---------------*/

/* ===========Footer section startts============  */
.bvdu-footer {
    position: relative;
    background: #023f42;
    color: #ffffff;
    padding: 55px 0 25px;
    overflow: hidden;
}

/* Decorative glow */
.bvdu-footer::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(246, 183, 20, 0.25);
    border-radius: 50%;
    top: -80px;
    right: -80px;
    filter: blur(60px);
}

.bvdu-footer::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: -150px;
    left: -80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.035);
    pointer-events: none;
}

/* =========================================================
   BRAND
========================================================= */

.bvdu-footer-brand {
    position: relative;
    padding-left: 20px;
}

.bvdu-footer-brand img {
    width: 70%;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}


.bvdu-footer-brand h3 span {
    display: block;
    color: #ffab01;
    font-size: 17px;
    margin-top: 4px;
}

.bvdu-footer-brand p {
    margin: 0;

    color: rgba(255, 255, 255, 0.72);

    font-family: 'Montserrat-Medium';

    font-size: 13px;

    letter-spacing: 0.3px;
}


/* =========================================================
   CONTACT ITEM
========================================================= */

.bvdu-contact-item {
    display: flex;

    align-items: center;

    gap: 14px;

    min-height: 64px;

    padding: 12px 15px;

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 12px;

    background: rgba(255, 255, 255, 0.035);

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}


.bvdu-contact-item:hover {
    background: rgba(255, 171, 1, 0.08);

    border-color: rgba(255, 171, 1, 0.35);

    transform: translateY(-2px);
}


/* =========================================================
   CONTACT ICON
========================================================= */

.bvdu-contact-icon {
    width: 40px;
    height: 40px;

    flex: 0 0 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #ffab01;

    color: #023f42;

    font-size: 18px;
}


.bvdu-contact-icon i {
    line-height: 1;
}


/* =========================================================
   CONTACT CONTENT
========================================================= */

.bvdu-contact-content {
    min-width: 0;

    display: flex;
    flex-wrap: wrap;

    align-items: center;

    column-gap: 8px;

    line-height: 1.4;
}


.bvdu-contact-label {
    display: block;

    width: 100%;

    margin-bottom: 2px;

    color: rgba(255, 255, 255, 0.60);

    font-family: 'Montserrat-Medium';

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 0.08em;
}


.bvdu-contact-content a {
    color: #ffffff;

    font-family: 'Montserrat-Medium';

    font-size: 13px;

    font-weight: 500;

    text-decoration: none;

    transition: color 0.25s ease;
}


.bvdu-contact-content a:hover {
    color: #ffab01;
}


.bvdu-extension {
    color: rgba(255, 255, 255, 0.65);

    font-family: 'Montserrat-Medium';

    font-size: 11px;
}


/* =========================================================
   DIVIDER
========================================================= */

.bvdu-footer-divider {
    width: 100%;

    height: 1px;

    margin: 38px 0 20px;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.18),
            transparent
        );
}


/* =========================================================
   COPYRIGHT
========================================================= */
.bvdu-copyright,
.bvdu-footer-note {
    margin: 0;

    color: rgba(255, 255, 255, 0.55);

    font-family: 'Montserrat-Medium';

    font-size: 11px;

    line-height: 1.5;
}


.bvdu-footer-note {
    color: rgba(255, 255, 255, 0.70);
}

/* =========================================================
   EVONIX FOOTER CREDIT
========================================================= */

.bvdu-footer-credit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    flex-wrap: wrap;

    color: rgba(255, 255, 255, 0.55);

    font-family: 'Montserrat-Medium';
    font-size: 11px;
    line-height: 1.5;
}


.bvdu-footer-credit a {
    color: #ffab01;
    text-decoration: none;
    transition: color 0.25s ease;
}


.bvdu-footer-credit a:hover {
    color: #ffffff;
}


/* Evonix logo */
.evonix-footer-logo {
    width: 60px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 991px) {

    .bvdu-footer {
        padding: 50px 0 25px;
    }

    .bvdu-footer-brand {
        margin-bottom: 10px;
        text-align: center;
    }

    .bvdu-footer-credit {
      margin-bottom: 20px;
    }

}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767px) {

    .bvdu-footer {
        padding: 45px 0 22px;
    }


    .bvdu-footer-brand {
        padding-left: 16px;
    }


    .bvdu-footer-brand h3 {
        font-size: 21px;
    }

    .bvdu-footer-brand h3 span {
        font-size: 15px;
    }


    .bvdu-contact-item {
        padding: 11px 13px;
    }


    .bvdu-contact-content a {
        font-size: 12px;
    }


    .bvdu-footer-divider {
        margin: 30px 0 18px;
    }

    .bvdu-copyright,
    .bvdu-footer-note {
        font-size: 10px;
    }

    .bvdu-footer-credit {
      align-items: center;
      margin-bottom: 25px;
    }

}

/* =========================================================
   SMALL MOBILE
========================================================= */
@media (max-width: 480px) {

    .bvdu-footer-brand h3 {
        font-size: 19px;
    }


    .bvdu-footer-brand h3 span {
        font-size: 13px;
    }


    .bvdu-contact-item {
        min-height: 60px;

        gap: 11px;
    }


    .bvdu-contact-icon {
        width: 36px;
        height: 36px;

        flex-basis: 36px;

        font-size: 16px;
    }


    .bvdu-contact-content a {
        font-size: 11.5px;
        word-break: break-word;
    }


    .bvdu-extension {
        font-size: 10px;
    }

}

/* ===========Footer section ends============  */

/* ===========Thank you page section start============  */
.thankyoutext {
  text-align: center;
  padding: 50px;
}
.thankyou_button {
  text-align: center;
}
.thankyou_button .banner-btn {
/* font-family: Montserrat-Black; */
font-size: 28px;
width: 86%;
padding: 40px;
color: #284587;
text-decoration: none;
}
.thankyou_banner_section{
  padding: 150px 0 120px 0;

}
.ty_btn {
  background: linear-gradient(113deg, #023f42, #023f42c2 100%);
  padding: 8px 20px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: 0.4s;
}
.ty_btn:hover {
  text-decoration: none;
  color: #023f42;
  background: #fff;
  border: 1px solid #023f42;
}
.btn_tysubmit a {
  font-family: Montserrat-Bold;
  background: linear-gradient(113deg, #284587, #284587c2 100%);
  padding: 8px 20px;
  border-radius: 20px;
  color: #fff;
  text-transform: 0.4s;
  text-decoration: none;
}
.btn_tysubmit a:hover {
  text-decoration: none;
  color: #284587;
  background: #fff;
  border: 1px solid #284587;
}

/* ===========Thank you page section ends============  */

/* --------------------Responsive Section Starts----------------------------- */

@media screen and (min-width:1601px) and (max-width:2000px) {
    .banner_box {
        background-size: cover;
        min-height: 750px;
    }
    .banner-form-wrap {
      display: flex;
      width: 100%;
      justify-content: center;
      padding-top: 180px
    } 
    .navbarmob{
      display: none;
    }
    .acc-logos, .acc-logos1 {
      width: 50%;
      float: right;
    }
    .widget-form {
      margin: 130px 0 0 100px;
      max-width: 65%;
    }
  }
  @media screen and (min-width: 1401px) and (max-width: 1600px) {
  .banner_box {
      background-size: contain;
      min-height: 640px;
  }
  .navbarmob{
    display: none;
  }
  .login-popup h3 {
    text-align: center;
    color: #fff;
    /* color: #2b5ea1; */
    font-weight: 700;
  }
  .highlights .service_name {
    font-size: 13px;
  }
  .banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 80px
  } 
   .widget-form {
      margin: 90px 0 0 100px;
      /* max-width: 65%; */
    }
}
@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .navbarmob{
    display: none;
  }
  .login-popup h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
  }
  .highlights .service_name {
    font-size: 13px;
  }
  .ser_list1{
    width: 28%;
  }
  .ser_list_heading{
    padding: 30px 10px 10px 10px;
  }
  .our-courses .courses-box h3 {
    font-size: 30px !important;
  }
}
@media screen and (max-width:1600px) {
  .banner_box {
    background-size: cover;
    /* min-height: 610px; */
    }
}
@media (max-width: 1199px) {
  .banner_box {
    background-size: contain;
    min-height: 532px;
  }
.program_heading_box h2 {
    font-family: 'Montserrat-Medium';
    font-size: 30px;
    color: #023f42;
    line-height: 34px;
}
.color_heading_box h2 {
    font-family: 'Montserrat-Medium';
    font-size: 30px;
    color: #fff;
    line-height: 34px;
}
.widget-form {
    margin: 15px 0 0 65px !important;
    max-width: 80%;
  }
}
@media (max-width: 1024px) {
  .menu_open{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
  }
  .toggle_menu{
    display: block;
    /* position: fixed; */
    right: 0;
    top: 0;
    margin: 0px 0px 0 0;
    cursor: pointer;
  }
  .toggle_menu_close{
    display: none;
    background-color: #fff;
  }
  .menu_open .toggle_menu_close{
    display: block;
    float: right;
    margin: 0 0 0 0;
  }
  .menu_box{
    width: 300px;
    background-color: #023f42;
    right: 0;
    margin: 100px -400px 0 0;
    padding: 10px ;
    transition-duration: 0.3s;
    position: fixed;
    z-index: 500;
  }
  .menu_open .menu_box{
    margin: 0px 0 0 0;
  }
  .menu_box li{
    width: 100%;
    margin: 0 !important;
  }
  .menu_box li a{
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #fff;
    color: #fff;
    background-image: none !important;
    padding: 7px 25px;
    font-size: 16px !important;
  }
  .banner_box {
    background-image: url(../images/banner-img.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    padding: 0px 0;
    min-height: 460px;
    width: 100%;
  }
  .banner-form {
    margin: 10px 0 0 0px;
  }
  .banner-form-wrap {
    padding-top: 25px;
}
  .our-courses .courses-box {
    padding: 20px;
    margin: 0 40px;
  }
  #enqBtn{
    display: block;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: #f6b714;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-top-right-radius: 0;  
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 17px;
    opacity: 0.9;
    height: 140px;
    width: 35px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
  }
  .navbarmob{
    display: none;
  }
  .section-heading::after {   
    margin: 53px 0 0 263px;
  }
  .footer-section-heading::after {    
    width: 45%;   
    margin: 53px 0 0 -22px;
  }
  .highlights .service_name {
    font-size: 12px;
  }
  .our-courses .courses-box h3 {
    font-size: 30px !important;
  }
  .login-popup h3 {
    text-align: center;
    color: #fff;
    /* color: #2b5ea1; */
    font-weight: 700;
  }
  .login-popup .close {
    position: absolute;
    top: 0px;
    left: 60px;
  }
  .count-text {
    font-size: 18px;
  }
  .success-item.style-one {
    padding: 32px 30px;
  }
  .widget-form {
    margin: 15px 0 0 65px !important;
    max-width: 80%;
  }
}

@media screen and (max-width:992px) {

.reimaging_list{
  width: 25%;
}
.more_btn_link a{
  float: left;
}

.about_box{
  padding: 30px;
}
.about_right{
  width: 100%;
  text-align: center;
}
.about_right img{
  max-height: 400px;
}
.about_left{
  width: 100%;
  text-align: center;
  padding: 60px 40px 10px 40px;
}

.thankyou_mainbox {
  height: auto;
  margin-bottom: 25px;
}
.thankyou_heading {
  font-size: 40px;
  text-align: center;
}
.thankyou_heading span {
  font-size: 25px;
}
.banner_box {
  background-image: url(../images/banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0;
  min-height: 215px !important;
  background-color: #f7f9fc;
  /* margin: 80px 0 0 0; */
}

.banner-form {
  margin: 580px auto 30px auto !important;
}
.login-popup .banner-form {
  margin: 0px auto 0 auto;
}
.login-popup .close {
  position: absolute;
  top: 27px;
  left: 18px;
}
.success-item.style-one {
    padding: 32px 30px;
}     
}



@media screen and (max-width:768px) {

.banner_form{
  width: 100%;
  margin: 0 0 50px 0;
}
.banner_girl{
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.banner_girl img{
  max-width: 150px;
}

body{
  font-size: 16px;
}

.courses_heading_grey{
  font-size: 14px;
  padding: 10px 40px;
}
.reimaging_list {
  width: 50%;
}
.reimaging_icon{
  text-align: right;
  width: 30%;
}
.reimaging_text{
  width: 60%;
  font-size: 44px;
  text-align: left;
  margin: 0 0 0 10px;
}
.more_btn_link a {
  width: 100%;
  margin: 0 0 10px 0;
}
.text35 {
  font-size: 25px;
}
.footer_box a {
  float: left;
  padding: 7px 20px;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
.banner_text{
  font-size: 40px;
  line-height: normal;
}
.owl-carousel_banner .owl-dots{
  margin: 0 20px 0px 0;
}

.about_left{
  padding: 60px 0px 10px 0px;
}

.footer_box{
  padding: 30px 0;
  text-align: center;
}
.footer_leftbox {
  width: 100%;
  margin: 0 0 40px 0;
}
.footer_logo{
  padding: 0 0 20px 0;
  text-align: center;
}
.footer_logo img{
  max-height: 100px;
}
.footer_content{
  width: 100%;
}
.footer_rightbox{
  width: 100%;
}
.footer_rightbox input[type="text"]{
  text-align: center;
}
.footer_rightbox .green_btn{
  float: none;
}

/* .login-popup .box{
  width: calc(100% - 30px);
} */
.login-popup .box .img-area{
  display: none;
}
.login-popup .box .form{
  flex: 0 0 100%;
  max-width: 100%;
}
#our-courses {
  padding: 40px 0;
}
.our-courses .courses-box {
  margin: 11px 0;
  text-align: center;
}
.our-courses .content-box {
  margin: 0 0 0 0;
}
.our-courses .courses-box h3 {
  margin-bottom: 0px;
}
.banner_box {
  background-image: url(../images/banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0;
  min-height: 215px !important;
  background-color: #f7f9fc;
  /* margin: 80px 0 0 0; */
}
.banner-form {
  margin: 470px auto 30px auto;
}
.reimaging_text .num-txt {
  margin: -73px 0px 0 92px;
}
.reimaging_text .num-txt1 {
  margin: -69px 0px 0 90px;
}
.about_img img {
  margin: 20px 0;
}
footer p {
  text-align: center;
}
.footer-section-heading {
  text-align: center;
}
.footer-section-heading::after {
  display: none;
  /* margin: 53px 0 0 43px;
  width: 60%; */
}
.navbarmob {
  display: block;
  overflow: hidden;
  background-color: #f6b714;
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  margin-bottom: 0;
  width: 100%;
  min-height: auto
}

.navbarmob a {
  float: left;
  display: block;
  /* color: #1a1a1a; */
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}

.navbarmob a:hover {
  color: #f6b714;
  background-color: #fff;
  border: 1px solid #f6b714

}

.navbarmob a.active {
  background-color: #2b5ea1;
  color: #fff
}
#enqBtn{
  display: none !important;
}
.copyright {
  font-size: 12px;
  margin-bottom: 40px;
  /* font-family: Montserrat-Medium; */
}
.section-heading::after {    
 display: none;
}

.login-popup .box {
  top: 100px;
}
.login-popup h3 {
  text-align: center;
  color: #fff;
  /* color: #2b5ea1; */
  font-weight: 700;
}
.login-popup .close {
  position: absolute;
  top: 465px;
  left: 20px;
}
.login-popup .banner-form {
  margin: 440px auto 0 auto ;
}
.career-opp {
    margin: 50px 0 30px 0;
    text-align: center;
}
 .exam-table thead {
    display: none;
  }

  .exam-table, .exam-table tbody, .exam-table tr, .exam-table td {
    display: block;
    width: 100%;
  }

  .exam-table tr {
    margin-bottom: 18px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #eee;
  }

  .exam-table td {
    text-align: left;
    padding-left: 190px;
    position: relative;
    border-bottom: none;
  }

  .exam-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 14px;
    font-weight: 600;
    color: #284587;
  }

  /* Hide desktop rowspan cell on mobile */
  .desktop-cell {
    display: none !important;
  }

  /* Show mobile duplicate */
  .mobile-cell {
    display: block;
  }
  
  .cta-box {
    position: relative;
    z-index: 5;
    padding-bottom: 40px;
}
.acc-logos, .acc-logos1 {
    width: 100%;
    float: none
}
.count-text {
    font-size: 15px;
}
.usp-pointer-section {
    padding: 60px 0 0 0;
}
.success-item.style-two-last {
    padding: 20px 15px;
}
.widget-form {
    /* margin: 20px auto; */
    margin: 470px auto 30px auto !important;
    max-width: 65%;
}
}

@media screen and (max-width:580px) {

.banner_text{
  font-size: 30px;
}
.banner_text2{
  font-size: 24px;
}
.owl-carousel_banner .owl-dots {
  margin: 0 20px 10px 0;
}

.owl-carousel_event .owl-nav{
  margin: 0 auto;
  max-width: 90px;
  left: 0;
  right: 0;
  padding: 30px 0 0px 0;
  position: relative;
}
.owl-carousel_event .owl-nav div{
  margin: 0 !important;
  border: 1px solid #ccc;
  background-size: 10px;
  width: 30px;
}
.owl-carousel_testi .owl-nav{
  margin: 0 auto;
  max-width: 100px;
  left: 0;
  right: 0;
  padding: 30px 0 0 0;
}
.owl-carousel_testi .owl-nav div{
  margin: 0 !important;
}

.thankyou_banner_section {
  padding: 0 !important;
}
.thankyou_mainbox {
  height: auto;
  margin-bottom: 25px;
}
.thankyou_heading {
  font-size: 40px;
  text-align: center;
}
.thankyou_heading span {
  font-size: 25px;
}
.banner_box {
  background-image: url(../images/banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0;
  min-height: 215px !important;
  background-color: #f7f9fc;
  margin: 0px 0 0 0;
}
.banner-form {
  /* margin: 0; */
  /* margin: 325px auto 0 auto; */
  margin: 300px auto 30px auto;
}
.section-heading {
  font-size: 35px;
}
.footer-section-heading::after {
  /* display: none; */
  margin: 53px 0 0 43px;
  width: 60%;
}
.login-popup .box {
  top: 185px;
}
.login-popup .close {
  position: absolute;
  top: 475px;
  left: 20px;
}
.about_mainbox {
  margin: 0 20px;
}
.collab-item {
  max-width: 180px;
  height: 100px;
}
.collab-grid {
    gap: 15px;
}
.reimaging_list {
  width: 100%;
}
 .cta-title {
    font-size: 26px;
  }
  .cta-btn {
    width: 75%;
    text-align: center;
  }
  .success-item.style-one, .success-item.style-two, .success-item.style-two-last {
   text-align: center;
  }
    .acc-logos {
      width: 25%;
      float: none;
  }
  .success-item.style-one, .success-item.style-two{
    padding: 20px 25px 20px 25px;
    text-align: center;
    height: auto;
    border-bottom: 1px dashed #f6b614;
  }
  .success-item.style-two-last {
    padding: 20px 15px;
    height: auto;
  }
  .count-text {
    font-size: 20px;
}
.acc-logos1 {
    width: 17%;
    padding-bottom: 10px;
    float: none;
}
.widget-form {
    margin: 20px auto;
    max-width: 100%;
}
}

@media screen and (max-width: 380px) {
.banner-form {
  /* margin: 0; */
  margin: 230px auto 30px auto !important;
}
.banner_box {
  background-image: url(../images/banner-mob-img.webp) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0;
  min-height: 215px !important;
  background-color: #f7f9fc;
  /* margin: 80px 0 0 0;   */
}
.footer-section-heading::after {
  margin: 53px 0 0 15px;
  width: 65%;
}
.login-popup .close {
  position: absolute;
  top: 214px;
  left: 20px;
}
.exam-table-wrapper {
    background: #ffffff;
    padding: 3px;
}
.collab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 15px;
    justify-items: center;
    margin: 0 auto;
}
  .exam-table td {
    text-align: left;
    padding-left: 170px;
    position: relative;
    border-bottom: none;
    font-size: 12px;
  }
    
}
@media screen and (min-width: 381px) and (max-width: 490px) {
  .banner-form {
    margin: 260px auto 30px auto !important;
  }
  .login-popup .close {
    position: absolute;
    top: 275px;
    left: 20px;
  }
}
