@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: 'Montserrat-Medium';
  font-size: 21px;
  line-height: normal;
  font-weight: normal;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}
.logo{
  float: left;
  width: auto;
  max-width: 360px;
}

.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: #814910;
  color: #fff;
}
.menu_box li .select{
  background-color: #814910;
  color: #fff;
}

.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;
}

header{
  background-color: #fff;
  /* background-color: #9bd5ea3d; */
  position: relative;
  z-index: 50;
  text-transform: capitalize;
  /* border-bottom: 3px solid #fbc909; */
}


/* =========== Banner Section Start ============ */
#banner{
  margin: 0px 0 0 0 !important;
}
.banner_section{
  padding: 0;
  position: relative;
}
.banner_box {
  background-image: url(../images/banner-img.webp);    
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  /* background-color: #a6c94540; */
  /* padding: 25px 0; */
  background-color: #daaa79;
  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: #814910a6;
  /* box-shadow: 20px 15px 86px rgb(220 6 6 / 18%); */
  border-radius: 40px;
  z-index: 1;
  margin: 0px 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: #daaa79;
  /* background: linear-gradient(113deg, #e32323 0, #e32323a1 100%);    */
  font-family: Montserrat-Medium;
}

.btn_submit:hover{
  text-decoration: none;
  color: #daaa79 !important;
  background: #fff !important;
  border: 2px solid #daaa79 !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 #daaa79; 
  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; 
}
.book-demo{
    text-align: center;
    align-items: center;
    position: absolute;
    bottom: 28%;
    left: 65px;
    padding: 17px 20px;  
    width: 16%;
    border: 1px solid #814910;
    border-radius: 25px;
    display: inline-block;
    font-size: 22px;
    line-height: 15px;
    color: #fff;
    font-weight: 900;
    background: linear-gradient(90deg, rgba(208,121,41,1) 0%, rgba(250,212,110,1) 20%, rgba(202,125,39,1) 50%, rgba(245,169,84,1) 82%, rgba(230,215,106,1) 100%);
    box-shadow: 0 0 0 rgba(245, 169, 84, 0.4);
    animation: pulseGlow 1.5s infinite, textGlow 2s linear infinite;
    cursor: pointer;
}

/* Remove underline & keep text bold */
.book-demo a{
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-weight: 900;
}
.book-demo a:hover{
  color: #fff;
}
/* ========== PULSE GLOW ANIMATION ========== */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(245, 169, 84, 0.6);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 20px 10px rgba(245, 169, 84, 0.3);
        transform: scale(1.03);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(245, 169, 84, 0.6);
        transform: scale(1);
    }
}
@keyframes textGlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.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: 50px 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;
    background-color:#83490f !important;
}
 .ee-form-footer .btn-submit:focus {
    font-size: 15px;
    background-color:#83490f !important;
}
.ee-form-heading {
    color:#83490f !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: 50px 0 0 100px;
    max-width: 100%;
  }
}
/* -------BANNER-FORM-END--------- */

/*---------------------- 4 badges section starts----------------------*/
.services{
    margin: 80px 0 30px 0;
}
  .why-bvdu-points{
    position: relative;
    z-index: 1;
    background: #DAAA79;
    background: linear-gradient(90deg, rgb(218 170 121 / 74%) 0%, rgb(178 126 73 / 72%) 22%, rgb(129 73 16 / 85%) 66%, rgb(129 73 16 / 84%) 70%, rgb(129 73 16 / 77%) 100%);
    /* background: linear-gradient(90deg, rgba(218, 170, 121, 1) 0%, rgba(178, 126, 73, 1) 22%, rgba(129, 73, 16, 1) 66%, rgba(129, 73, 16, 1) 70%, rgba(129, 73, 16, 1) 100%); */
    width: 100%;
    /* margin-top: 15px; */
  }

  .counter-inner-two {
      overflow: hidden;
      border-radius: 7px;
      position: relative;
      z-index: 3;
      color: #fff;
  }
  .bgs-cover {
    background-size: cover;
    background-position: top center;
  }
  .success-item {
    display: flex;
    padding-top: 40px;
    position: relative;
    align-items: center;
    margin-bottom: 40px;
  } 
  .success-item.style-one {
    display: block;
    margin-bottom: 0;
    padding: 32px 30px;
    border-right: 1px solid #68421c96;
    height: 130px;
    text-align: left;
  }
  .success-item.style-two {
    display: block;
    margin-bottom: 0;
    /* padding: 32px 15px; */
    padding: 25px 0 25px 25px;
    border-right: 1px solid #68421c96;
    height: 130px;
  }
  .success-item.style-two-last {
    display: block;
    margin-bottom: 0;
    height: 130px;
    padding: 32px 30px;
  }
  .style-full-width {
    display: block;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
  }
  .delay-0-2s {
    -webkit-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .success-item.style-two:after {
    height: 90px;
    width: 90px;
    z-index: -1;
    top: 45px;
    left: 45px;
    background: #daaa79;
  }
   .count-text {
    font-size: 21px;
    font-weight: 600;
    font-family: Montserrat-Bold;
  }
  .success-item p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
  } 
  .acc-logos{
    width: 100%;
    float: right;
  }
  .acc-logos1{
    width: 85%;
    float: right;
  }
  /*------------------- 4 badges section ends ---------------------*/

  /* Programme  Details — LL.B section ends */
  /* Main Section */
.llb-section {
    padding: 60px 0 0 0;
    /* background: #faf5ef; */
}

/* Section Title */
.llb-heading-box {
    text-align: center;
    margin-bottom: 25px;
}

.llb-heading-box h2 {
    font-size: 32px;
    font-weight: 700;
    color: #814910;
}

.llb-divider {
    width: 120px;
    height: 5px;
    margin: 12px auto;
    background: linear-gradient(90deg, #814910, #daaa79);
    border-radius: 30px;
}

/* Programme Info Box */
.llb-info-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    border-left: 8px solid #814910;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 26%);
    font-family: Montserrat-Medium;
}

.llb-item {
    margin-bottom: 25px;
}

.llb-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: #814910;
    margin-bottom: 6px;
}

.llb-item p {
    font-size: 16px;
    color: #4a3a2a;
    margin: 0;
}

/* Eligibility Box */
.llb-eligibility-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    border-left: 8px solid #daaa79;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 26%);
}
.llb-eligibility-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #814910;
    margin-bottom: 6px;
}
.llb-eligibility-box ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.llb-eligibility-box ul li {
    font-size: 17px;
    padding: 10px 0 10px 28px;
    color: #4a3a2a;
    font-weight: 500;
    position: relative;
}

/* Golden bullet */
.llb-eligibility-box ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #daaa79;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
}

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

    .llb-info-box,
    .llb-eligibility-box {
        padding: 20px;
    }

    .llb-item h4 {
        font-size: 18px;
    }

    .llb-item p,
    .llb-eligibility-box ul li {
        font-size: 15px;
    }
}
/* Programme  Details — LL.B section ends */

  /* <!------------------------Career-opportunities Section Starts--------------------------> */
/* program offered section start */
.program_offered_section {
    background-image: url("../images/program-offered.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    margin: 60px 0 0 0;
}

.program_offered_section .nav-tabs {
    border-bottom: 2px solid #ffffff;
}

.program_offered_section .nav {
    justify-content: center;
    gap: 10px;
}

.program_offered_section .nav-tabs .nav-item.show .nav-link, 
.program_offered_section .nav-tabs .nav-link.active {
    background-color: #EDD881;
    color: #000000;
    position: relative;
    z-index: 1;
}

.program_offered_section .nav-tabs .nav-link {
    border: 0;
    border-radius: 10px 10px 0px 0;
    background: #ffffff;
    width: 210px;
    margin: 0;
    color: #000000;
    font-family: Metropolis-Bold;
}

.program_offered_section .heading::after {
    border-bottom: 1px solid #ffffff;
}

.program_offered_section .heading {
    color: #ffffff;
}

.program_offered_section .heading_animation {
    position: absolute;
    background-image: none;
    background-color: #ffffff;
}

.tabing_content {
    padding: 20px 0 0 55px;
}

.program_offerd_leftbox {
    display: flex;
    height: 100%;
    align-items: center;
}

/* program offered section ends */

/*----------- Highlights section start -----------*/

.program_heighlight_section {
    margin: 60px 0 0px 0;
    position: relative;
}

/* Title */
.program_heading_box h2 {
  font-size: 34px;
  font-weight: 700;
  color: #814910;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.program_heading_box h2 span{
    font-weight: 900;
}

.program_heading_box p{
    font-size: 20px;
    font-family: 'Montserrat-Medium';
}

.txt_head h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 21%;
    background-color: #daaa79;
    margin: 0 auto;
}

.program_heighlight_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 390px;
    background-color: #faf6f2;
    left: 0;
    top: 28.5%;
    z-index: -1;
}

.program_heighligh_mainbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.program_heighlights_tablisting {
    display: flex;
    background-color: #814910;
    align-items: center;
    gap: 10px;
    padding: 0 5px 0 0;
}

.program_heightlights_tablisting_img img {
    max-width: 40px;
}

.program_heightlights_tabsmainbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.program_heightlights_tablisting_img {
    background-color: #daaa79;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3px;
}

.program_heightlights_tablisting_content {
    line-height: normal;
    color: #ffffff;
    font-size: 16px;
}

/* Highlight section ends */

/* <!-------------Logo section (After banner) starts--------------> */
.logosection {
  padding: 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.logoinnersection {
  display: flex;
  align-items: center;
  align-content: center;
}

.logoinnersection p {
  margin: 10px 0px;
  text-align: left;
  font-size: 15px;
  line-height: 16px;
  font-family: 'Lato', sans-serif;
  color: #000;
}
.imgwidth {
  width: 35% !important;
}
/* <!-------------Logo section (After banner) end--------------> */

/* <!--------------------Counter On Scroll starts---------------------> */
.features {
  padding: 20px;
  background-color: #fff;
  color: #E87B2C;
  height: 90%;
  box-shadow: 0 4px 3px #e4e3df, 0 -3px 3px #e4e3df;
}
.features h2 {
  font-size: 55px;
  font-weight: 700;
}
.features p {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
/*-------------------Counter On Scroll end---------------------*/

/*---------------  Entrance Exam Details starts --------------*/
.exam-section {
  padding: 60px 0;
  /* background: #f9f9f9; */
}

/* Table Wrapper */
.exam-table-wrapper {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0px 5px 25px rgba(0,0,0,0.08);
  border: 1px solid #814910;
  border-left: 8px solid #814910;
  margin-top: 20px;
}

/* Table */
.exam-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Montserrat-Medium';
}

.exam-table thead {
  background: linear-gradient(90deg, #814910, #7f4913e6);
  color: #fff;
}

.exam-table thead th {
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Montserrat-Bold';
  text-align: center;
  border: 1.1px solid #ddd;
}

.exam-table tbody tr:nth-child(even) {
  background: #faf6f2;
}

/* .exam-table tbody tr:hover {
  background: #faf6f2;
} */

.exam-table td {
  padding: 14px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border: 1px solid #ddd;
}

/* Highlight */
.highlight-cell {
  background: #f6b714 !important;
  color: #000;
  font-weight: 700;
}

/* Hide mobile duplicate on desktop */
.mobile-cell {
  display: none;
}
/*---------------  Entrance Exam Details ends --------------*/

/*-------- CTA section ---------*/
.cta_section {
  text-align: center;
  width: 100%;
  background-color: #fff;
}

.cta_section .cta_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  padding: 12px 40px;
  border-radius: 100px;
  color: #fff;
  font-weight: 900;
  background: linear-gradient(90deg, rgba(208,121,41,1) 0%, rgba(208, 122, 41, 0.667) 20%, rgba(202,125,39,1) 50%, rgba(245,169,84,1) 82%, rgba(230,215,106,1) 100%);
  box-shadow: 0 0 0 rgba(245, 169, 84, 0.4);
  font-family: 'Montserrat-Bold';
  font-size: 28px;
  margin: 0px 0 40px 0;
  cursor: pointer;
  position: relative;
  animation: pulseGlow 1.5s infinite, textGlow 2s linear infinite;
  cursor: pointer;
  text-transform: uppercase;
} 
/* -------------CTA section ---------*/

/* ===========Our Campuses Section start============  */
/* Section Background */
.campus-section {
  padding: 70px 0;
  background: #DAAA79;
  background: linear-gradient(90deg, rgba(218, 170, 121, 1) 0%, rgba(178, 126, 73, 1) 22%, rgba(129, 73, 16, 1) 66%, rgba(129, 73, 16, 1) 70%, rgba(129, 73, 16, 1) 100%);
  position: relative;
  overflow: hidden;
}

.campus-section .color_heading_box h2 {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
}

.campus-section .color_heading_box h2 span {
    color: #fff;
}
.campus-section h2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    height: 2px;
    width: 21%;
    background-color: #daaa79;
    margin: 0 auto;
}
/* Grid Layout */
.campus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 25px;
}

/* Card */
.campus-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255,255,255,0.2);
  transition: 0.35s ease;
  cursor: pointer;
  position: relative;
}

.campus-card:hover {
  transform: translateY(-10px);
  border-color: #f6b714;
  box-shadow: 0 0 18px rgba(246,183,20,0.7);
}

/* Image */
.campus-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 12px;
}

/* Name */
.campus-name {
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  margin-top: 15px;
}

.campus-address {
  margin-top: 6px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.campus-address svg {
  flex: 0 0 auto;
}

/* ==========Our Campuses Section ends============  */

/* ---------------Placement Partners section starts ------------ */
.partners-modern {
  padding: 60px 0 0 0;
  text-align: center;
}
.partnersSwiper {
  width: 100%;
  padding: 20px 0;
}

.partnersSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper{
  padding: 20px 0 !important;
}
.partnersSwiper .swiper-slide img {
  width: 180px;      /* same width */
  height: 100px;      /* same height */
  object-fit: contain;
  background: #fff;  /* white background */
  padding: 10px;
  border: 1px solid #e0e0e0;  /* border */
  border-radius: 10px;        /* soft rounded corners */
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); /* light shadow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.partnersSwiper .swiper-slide img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #824b12;
}
/* ---------------Placement Partners section end ------------ */


/*------------------ about section starts----------------- */
.about_section {
    /* background: #814910; */
    padding: 50px 0 20px 0;
    color: #000;
}

.about_box {
    background: #ffffff15;
    padding: 30px 35px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
    box-shadow: 0 4px 25px #00000033;
}

.about_intro {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 18px;
    font-family: 'Montserrat-Medium';
}

.about_list {
    list-style: none;
    padding: 0;
    margin: 15px 0 25px;
    font-family: 'Montserrat-Medium';
}

.about_list li {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
    font-family: 'Montserrat-Medium';
}

/* Golden bullet */
.about_list li::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #daaa79;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.bottom_text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .about_box {
        padding: 20px;
    }
    .color_heading_box h2 {
        font-size: 28px;
    }
    .about_list li {
        font-size: 16px;
    }
}

/*---------------- about section end ---------------*/

/* <!--------------- Collaborations section Starts -------------> */
/* Section background */
.collab-section {
  padding: 60px 0;
  background: #f7f9fc;
}

/* Title */
.collab-title {
  text-align: center;
  margin-bottom: 40px;
}

/* Grid layout */
.collab-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  justify-items: center;
}

/* Cards */
.collab-item {
  background: #f0f0f0;
  padding: 18px;
  border-radius: 12px;
  width: 100%;
  max-width: 210px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #eee;
  /* box-shadow: 0 4px 14px rgba(0,0,0,0.06); */

  transition: 0.3s ease;
}

/* Logo styles */
.collab-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Hover effect */
.collab-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  border-color: #0058ff;
}
/* <!--------------- Collaborations section ends -------------> */

/* -------------Testimonial section starts --------------*/
/* SECTION BACKGROUND */
.testimonials-section {
    background: #ffffff;
}
.testimonials-section .swiper {
    padding: 20px 0 40px 0 !important;
}

.test-card {
    background: #faf5ef;
    border-left: 6px solid #daaa79;
    padding: 25px;
    border-radius: 14px;
    /* box-shadow: 0px 6px 20px rgba(0,0,0,0.08); */
}

.test-text {
    color: #4a3a2a;
    font-size: 16px;
    line-height: 24px;
}

.test-profile {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.test-profile img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

.test-name {
    color: #814910;
    font-size: 18px;
    font-weight: 700;
    margin-left: 12px;
}

.test-post {
    font-size: 14px;
    margin-left: 12px;
    color: #5a4633;
}

/* Swiper Pagination Dots */
.swiper-pagination {
  padding-top: 50px;
}
.swiper-pagination-bullet {
    background: #daaa79;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #814910 !important;
}

/* -------------Testimonial section ends --------------*/

/* ===========PopUp section starts============  */
.login-popup{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1099;
	background-color:rgba(0,0,0,0.6);
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
  overflow: scroll;
}
.login-popup.show{
	visibility:visible;
	opacity: 1;
}
.login-popup .box{
	/* background-color:#ffffff;
	width: 750px; */
	position: absolute;
	left: 50%;
	top:350px;
	transform:translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	opacity: 0;
	margin-left: 50px;
	transition: all 1s ease;
}
.login-popup.show .box{
	opacity: 1;
	margin-left: 0;
}
.login-popup .box .img-area{
	flex:0 0 50%;
	max-width: 50%;
	position: relative;
	overflow: hidden;
	padding:30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-popup .box .img-area h1{
	font-size: 30px;
}
.login-popup .box .img-area .img{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url(../images/banner_img.png);
	background-size: cover;
	background-position: center;
	animation: zoomInOut 7s linear infinite;
	z-index: -1;
  background-repeat: no-repeat;
}
@keyframes zoomInOut{
	0%,100%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.1);
	}
}
.login-popup .box .form{
	flex:0 0 50%;
	max-width: 50%;
	padding:40px 30px;
}

.login-popup .box .form h1{
	color:#000000;
	font-size: 30px;
	margin:0 0 30px;
}
.login-popup .box .form .form-control{
	height: 45px;
	margin-bottom: 30px;
	width: 100%;
	border:none;
	border-bottom:1px solid #cccccc;
	font-size: 15px;
	/* color:#000000; */
}
.login-popup .box .form .form-control:focus{
	outline: none;
}
.login-popup .box .form label{
	font-size: 15px;
	color:#555555;
}
.login-popup .box .form .btn{
	width: 100%;
	background-color: #E91E63;
	margin-top:40px;
	height: 45px;
	border:none;
	border-radius: 25px;
	font-size: 15px;
	text-transform: uppercase;
	color:#ffffff;
	cursor: pointer;
}
.login-popup .box .form .btn:focus{
	outline: none;
}

.login-popup .close{
	position: absolute;
  top: 28px;
  left: 148px;
  font-size: 40px;
  cursor: pointer;
  float: left;
  color: #fff;
  z-index: 100;
}
.banner_girl-popup{
  float: right;
  max-width: 170px;
  bottom: 0;
  position: absolute;
  margin: 0 0 0 0px;
  z-index: 50;
}
.login-popup select.form-control {
  background: url("../images/new-images/arrow.png") 97% no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #a8a8a8;
  cursor: pointer
}
.login-popup h3{
  text-align: center;
 }
 .det-logo-img{
  position: fixed;
  top: 15px;
  left: 0;
 }
/* ===========PopUp section end============  */

/* <!-- CTA Section --> */
/* CTA Section */
.cta-section {
  padding: 70px 0 0 0;
  background: linear-gradient(90deg, #814910, #7f4913e6);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Light Glow Background */
.cta-section::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);
}

.cta-box {
  position: relative;
  z-index: 5;
  padding-bottom: 70px;
}

/* Title */
.cta-title {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

/* Buttons Wrapper */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;

}

/* CTA Buttons */
.cta-btn {
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
  /* background: linear-gradient(90deg, rgba(208,121,41,1) 0%, rgba(250,212,110,1) 20%, rgba(202,125,39,1) 50%, rgba(245,169,84,1) 82%, rgba(230,215,106,1) 100%); */
  
}

/* Apply Now (Primary) */
.apply-btn {
  background: #fff;
  color: #000;
  box-shadow: 0 6px 15px rgba(246, 183, 20, 0.5);
  font-family: 'Montserrat-Medium';
}

.apply-btn:hover {
  background: #daaa79;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(246, 183, 20, 0.7);
  color: #fff;
}

/* Download Brochure (Outline) */
.brochure-btn {
 background: #fff;
  color: #000;
  box-shadow: 0 6px 15px rgba(246, 183, 20, 0.5);
  font-family: 'Montserrat-Medium';
}

.brochure-btn:hover {
  background: #f6b714;
  color: #000;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(246, 183, 20, 0.5);
}

a:hover, .copyright a {
  /* font-family: Montserrat-Bold; */
  color: #000;
  text-decoration: none;
}
.copyright{  
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
}
hr{
  color: #fff;
}

/* <!-- CTA Section --> */

/* ===========Top button starts============  */
#myBtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: #daaa79;
  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: #daaa79;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border-radius: 5px;
  font-size: 22px;
  opacity: 0.9;
  height: 176px;
  width: 40px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
#enqBtn:hover {
  /* background-color: #555; */
  opacity: 1;
}
/* ===========Top button end============  */

/* ===========Footer section startts============  */
.footer-section-heading {
  color: #2b5ea1;
  /* font-family: Montserrat-Black; */
  font-size: 40px;
  padding: 0 0 50px 0;
  /* text-align: center; */
  position: relative; 
}

.footer-section-heading::after {
  border-bottom: .2rem solid transparent;
  border-image: linear-gradient(90deg, #fff, #fbc909 49.76%, #fff);
  border-image-slice: 1;
  width: 35%;
  content: "";
  position: absolute;
  left: 38px;
  right: 0px;
  top: 0px;
  /* width: 206px; */
  height: 3px;
  text-align: center;
  margin: 53px 0 0 -40px;
}

footer {
  background-color: #814910;
  /* padding: 60px 0 10px 0; */
  color: #fff;
  margin: 50px 0 0px 0 ;
}

footer p {
  /* font-family: Montserrat-Medium; */
  line-height: 30px;
  font-size: 20px;
}

.footer_left_mainbox p span{
  font-size: 30px;
  /* font-family: Montserrat-bold; */
}
footer a {
  color: #000;
  text-decoration: none;
  /* font-family: Montserrat-Medium; */
}

/* footer a:hover, .footer a:focus {
  color: #000;
  text-decoration: none;
}
.copyright{  
  font-size: 12px;
} */
/* ===========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: #814910;
text-decoration: none;
}
.thankyou_banner_section{
  padding: 150px 0 120px 0;

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

/* ===========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 {
      width: 50%;
      float: right;
    }
    .acc-logos1{
      width: 50%;
    }
    .widget-form {
      margin: 130px 0 0 145px;
      max-width: 100%;
    }
  }
  @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
  } 
}
@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: #814910;
    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: 30px 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: #2b5ea1;
    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;
    background-color: #DAAA79;
    padding: 0px 0;
    min-height: 460px;
    width: 100%;
  }
  .banner-form {
    margin: -18px 0 0 70px;
  }
  .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: #daaa79;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    font-size: 18px;
    opacity: 0.9;
    height: 150px;
    width: 36px;
    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;
  }
  .book-demo {
    width: 20%;
  }  
  .count-text {
    font-size: 18px;
  }
  .success-item.style-two {
    padding: 10px 15px;
  }
  .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: #daaa79;
  /* 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;
}
.book-demo {
  text-align: center;
  align-items: center;
  position: absolute;
  bottom: 70%;
  left: 40px;
  padding: 10px 15px;
  width: 20%;
  border: none;
  border-radius: 25px;
  display: inline-block;
  font-size: 17px;
  line-height: 15px;
}
.program_heightlights_tabsmainbox {
    flex-direction: inherit;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.program_heightlights_imgbox, .program_heighlight_section::after {
    display: none;
}
.program_heighlights_tablisting {
    align-items: center;
    width: 48%;
}
}

@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: #daaa79;
  /* 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: #daaa79;
  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: #daaa79;
  background-color: #fff;
  border: 1px solid #daaa79;

}

.navbarmob a.active {
  background-color: #daaa79;
  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: #814910;
  }

  .program_heading_box p{
    font-size: 18px;
    font-family: 'Montserrat-Medium';
}

  /* 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 {
    width: 100%;
    float: none
}
.acc-logos1{
  width: 100%;
  float: none
}
.count-text {
    font-size: 13px;
}
.usp-pointer-section {
    padding: 60px 0 0 0;
}
.success-item.style-one, .success-item.style-two-last {
    padding: 25px 20px;
    height: 100px;
}
 .success-item.style-two {
    padding: 15px 15px;
    height: 100px;
}
.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: #daaa79;
  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;
  }
  .cta_section .cta_btn {
    padding: 12px 24px;
    font-size: 18px;
    margin: 20px 0;
  }
  .exam-section {
      padding: 60px 0 0 0;
      /* background: #f9f9f9; */
  }
  .book-demo {
    text-align: center;
    align-items: center;
    position: absolute;
    bottom: 78%;
    left: 24px;
    padding: 7px 12px;
    width: 25%;
    border: none;
    border-radius: 25px;
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
  }
  .program_heighlights_tablisting {
    width: 100%;
  }
  .success-item.style-one, .success-item.style-two, .success-item.style-two-last {
   text-align: center;
  }
    .acc-logos {
      width: 25%;
      float: none;
  }
  .acc-logos1{
    width: 25%;
    padding-bottom: 10px;
  }
  .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: 15px;
  }
  .widget-form {
    margin: 20px auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 380px) {
.banner-form {
  /* margin: 0; */
  margin: 210px 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: #daaa79;
  /* 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;
}
.book-demo {
    text-align: center;
    align-items: center;
    position: absolute;
    bottom: 83%;
    left: 15px;
    padding: 4px 7px;
    width: 28%;
    border: none;
    border-radius: 25px;
    display: inline-block;
    font-size: 9px;
    /* line-height: 15px; */
}
.exam-table-wrapper {
    background: #ffffff;
    padding: 3px;
}
}

@media screen and (max-width: 320px) {
.program_heightlights_tablisting_content {
    font-size: 14px;
}
}
@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;
  }

}
