 /* new */


 :root{
  --new-primary-color: #011748;
  --new-secondary-color: #d8a570;
  
 }
 
 @media (min-width: 1200px) {
  .container {
      max-width: 1400px;
  }
}
 .sticky-header {
  position: fixed;
  width: 100%;
  max-width: 100%;
  padding: 0px 42px;
  z-index: 9;
  left: 0;
  top:0;
  background: linear-gradient(to top, #f8faff 0%, #ffffff 100%);
}
.sitelogo{
  width: 125px;
}

.section-footer {
  background: var(--new-primary-color);
  padding: 4rem 0;
}

.footer-menu-links{
  color: #fff;
}

.footer-menu-links li{
  padding: 0;
  padding-bottom: 6px;
}

#navbarSupportedContent .nav-link {
  color: var(--new-primary-color) !important;
  font-size: 16px;
  font-weight: 600;
}

.signupButton {
  background-color: #fff;
  border: 1px solid var(--new-primary-color);
}

.footer-logo img{
  padding-left: 0;
  width: 125px;
}


#after_header_section {
  padding-top: calc(0px + 84px);
}
.breadcrumb-container .breadcrumb {
  padding: 0px 0px;
  background-color: transparent;
  border-radius: 0px;
}
@media (max-width:992px){
  .exam-details-page .breadcrumb-container .breadcrumb {
    overflow-x: scroll;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
.breadcrumb-container::before {
  content: " ";
  background-color: #00000054;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.breadcrumb-container {
  padding: 20px 60px;
  background-color: var(--new-primary-color);
  border-radius: 0px;
  height: 160px;
  align-items: start;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background: url(https://localhost/bschoolwallah.com/bschoolwallah.com/uploads/photo/173864684997.webp) no-repeat center;
  background-size: cover;
}

.breadcrumb-container >* , .breadcrumb-item+.breadcrumb-item::before{
  color: #fff ;
  z-index: 1;

}
.breadcrumb-container .breadcrumb-item.active{
  color: #fff;
}
.breadcrumb-container li.breadcrumb-item a:hover {
  color:#d6a36a;
  text-decoration: underline;
}
.breadcrumb-container .page-title{
  font-size: 32px;
}
.new-search-form{
  background-color: #d6a36a;
  padding: 30px 20px;
  border-radius: 10px;
}
.new-search-form .my-form-element{
  width: 100% !important;
  margin: unset;

}

.footer-link-heading {
  font-size: 16px;
  border-bottom: 2px solid #fff;
  /* padding-bottom: 7px; */
  margin-bottom: 10px;
}

.footer-menu-links li a{
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.my-form-element{
  height: 40px;
  padding: 0px 5px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  border: 0px;
  border-bottom: 1px solid;
}
.new-search-form input::placeholder {
  color: #fff;
 
}

.section-heading h2 {
  color: var(--new-primary-color);
  margin: 0px;

}
.new-search-form {
  background-color: var(--new-primary-color);
}


.institute-section {
  border: 1px solid #cacfd8;
  border-radius: 10px;
  padding: 45px;
}


/* test */
.course-nav-buttons {
  margin-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
}

.course-tab-btn {
    background: none;
    /* border: 0px solid #ddd; */
    padding: 2px 20px;
    margin: 0 8px;
    /* border-radius: 25px; */
    cursor: pointer;
    transition: all 0.3s ease;
    border: 0;
    border-bottom: 2px solid #01174800;
    font-size: 21px;
    font-weight: 500;
}

.course-tab-btn.active {
  border-bottom: 2px solid #011748;
  color: #011748;
  background: #cacfd842;
  border-radius: 4px;
}

.course-tab-btn:focus{
  outline: 0;
}

.carousel-item {
  display: none;
}

.carousel-item.active {
  display: block;
}


/* Remove default carousel animations */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(0);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(0);
}
.college-card-buttons .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


.college-card-buttons .btn-1 {
  background-color: #FF7B00;
  border: 1px solid #FF7B00;
}

.college-card-buttons .btn-2 {
  background-color: #fff;
  /* border: 1px solid #FF7B00; */
  color: #0196da;
}

.links {
  padding-top: 10px !important;
  display: flex;
  justify-content: space-evenly;
}
.links a{
  text-decoration: underline;
}
.links .divider {
  height: auto;
  width: 1px;
  background-color: #808080;
}

@media only screen and (min-width: 600px) and (max-width: 1400px) {
  .download-icon {
      width: 10px;
  }

  .college-card-buttons .btn {
      font-size: 13px;
  }
}

@media (max-width:425px) {
  .college-card-buttons {
      flex-direction: column;
  }

  .college-card-buttons .col-6.p-1 {
      width: 100%;
      max-width: 100% !important;
  }
}
/* test end */

/* scrollbar */

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: var(--new-primary-color);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.course-nav-buttons::-webkit-scrollbar {
  /* width: 3px; */
height: 3px;
}

/* scrollbar */

.tag-1 {
  font-size: 19px;
  background: #fff;
  font-weight: 600;
  box-shadow: 1px 2px 4px 1px #ffaa4c29;
  border: 1px solid var(--new-secondary-color);
  border-radius: 5px;
  padding: 10px 15px;
  color: var(--new-primary-color);
  margin: 6px;
}
/* .tag-1:hover {
  background-color: #fff;
  color: var(--new-primary-color);
} */

.section-eligibility h2 {
  font-size: 25px;
  color: var(--new-primary-color);
  border-color: var(--new-primary-color);
  font-weight: unset;
  
}

.institute-section .section-heading h2{
  border-bottom: 2px solid var(--new-primary-color);
}

/* .section-featured h2 {
  padding: 0px 9px;
} */
.section-eligibility {
  padding: 0px 11px;
  margin: unset;
}

.institute-single-card{
  padding: 0;
}

.college-icon-wrapper {
  border-radius: 5px 5px 0px 0px !important;
}

.college-icon {
  height: 170px;
}
.section-featured h2 {
  color: var(--new-secondary-color);
}

.my-button-2 {
  background-color: var(--new-primary-color);
  color: #fff !important;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
  display: flex !important;
  gap: 5px;
  align-items: center;
}
#courseCarousel .my-button-2:hover{
  background-color: var(--new-secondary-color);
  color: #fff;

}

.course-nav-buttons .owl-item{
  width: auto !important;
}

.institute-single-card h3{
  height: auto;
  color: var(--new-primary-color);
}



.owl-blur-div {
  padding: unset;
  height: unset;
  margin: 14px 0px;
  color: #011748;
}


.new-search-form .my-button {
  background-color: #ffffff;
  color: #011748;
  border-radius: 5px;
  font-weight: 700;
}

#owl_news .owl-theme .owl-controls {
  top: -57px;
}
#owl-demo .owl-theme .owl-controls {
  top: -57px;
}

.institute-carousel.owl-theme .owl-controls {
  position: absolute;
  top: -38px;
  right: 0px;
}
.owl-theme .owl-buttons{
  display: flex;
  gap: 12px;
}

.owl-theme .owl-buttons .owl-prev i , .owl-theme .owl-buttons .owl-next i{
  height: 35px;
  width: 35px;
  color: #fff;
  background: var(--new-primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.institute-carousel.owl-theme .owl-buttons .owl-prev i , .institute-carousel.owl-theme .owl-buttons .owl-next i {
  background: var(--new-secondary-color);

}

.institute-carousel .institute-single-card img{
  max-width: unset;
}

.tag-2 {
  background-color: var(--new-primary-color);
  color: var(--white);
  font-size: 14px;
  margin: 5px;
  font-weight: 400;
  padding: 10px 20px;
  border-radius: 4px;
  border:0px;
}
.tag-2:hover {
  box-shadow: 0px 0px 5px 4px #011d5c87;
}

.college-section-tag.active{
  background: #2e3e67;
  font-weight: 600;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid #2e3e67;
  font-size: 16px;
}
.college-section-tag{
  background: #fff;
  font-weight: 600;
  color: #000;
  border: 2px solid #2e3e67;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 16px;
}
.college-section-tag:hover{
  background: #2e3e67;
  font-weight: 600;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  border: 2px solid #2e3e67;
  font-size: 16px;
}
.institute-single-card{
  /* display: flex; */
  /* flex-direction: column; */
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  min-height: 370px;
  height: 100%;
  box-shadow: 0px 0px 5px 5px #cbcbcb73;
}
.institute-single-card h3{
  color: var(--black);
  font-size: 17px;
  margin: 5px 0px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.course-featured_college-carousel .owl-controls {
  position: absolute;
  top: 40%;
  width: 100%;
}
.course-featured_college-carousel .owl-buttons {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.best-career-choice-section {
  background-image: linear-gradient(to right, #d8a570, #d8a570);
  padding: 100px 0px;
}

.testimonial-section {
  /* background: var(--new-secondary-color); */
  padding: 3.5rem 0px;
  background: #f8f9fa;
}

.testimonial-section .content {
  text-align: center;
  /* background: #bec2c8; */
  /* border: 1px solid var(--new-primary-color); */
  border-radius: 7px;
  box-shadow: 0px 0px 5px 0px var(--new-primary-color);
  padding: 50px 35px;
  margin:10px;
  min-height: 264px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-section .container{
  /* width: 100% !important; */
}
.testimonial-section .content p {
  color: var(--new-primary-color);
  overflow: hidden;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.testimonial-section h2 {
  text-align: center;
  color: var(--new-primary-color);
  margin-bottom: 36px;
  font-weight: 700;
  font-size: 26px;
}
.testimonial-section .job {
  color: var(--new-primary-color);
}
.testimonial-section .name {
  font-weight: 600;
  color: var(--new-primary-color);
}
.testimonial-section .icon-style{
  font-size: 24px;
  color: var(--new-primary-color);
  margin-top: auto;
}
/* @media (max-width: 1150px) {
  .my-form-element {
      border-radius: 7px !important;
  }
} */
@media (max-width: 992px) {
  .sticky-header .navbar-customize-menu{
    
    padding: 10px 0px;
   
}
}
@media (max-width:768px) {
  .institute-section {
    padding: 15px 11px 15px 11px;
}
}
@media (max-width:576px) {
  .sitelogo{
    width: 100px;
  }

  .section-footer {
    padding: 2rem 2rem;
  }

  #carouselExampleIndicators {
    padding-top: calc(0px + 62px);
  }
}
/* new */
.recommended-exams .heading h2 {
  font-size: 26px;
  font-weight: 700;
  color: var(--new-primary-color);
}

 .exam-list-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

@media (max-width:1024px) {
 .exam-list-column {
      grid-template-columns: repeat(3, 1fr);
  }


}

@media (max-width:992px) {
  .exam-list-column {
      grid-template-columns: repeat(2, 1fr);
  }

  .testimonial-section h2 {
      text-align: left !important;
      margin-bottom: 18px !important;
  }
}

@media (max-width:767px) {
  .exam-list-column {
      grid-template-columns: repeat(1, 1fr);
  }

  .testimonial-section h2 {
      font-size: 24px;
  }
}

.recommended-exams .exam-name-mode h4 {
  color: var(--new-primary-color);
  text-transform: uppercase;
  margin: 0px;
  font-size: 1.4rem;
  font-weight: 600;
}

.recommended-exams .exam-name-mode p {
  font-size: 15px;
  font-weight: 500;
}

 .exam-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;

}

.read-more_exambtn {
  border-radius: 3px;
  border: 1px solid var(--new-primary-color);
  color: var(--new-primary-color);
  background-color: #fff;
  font-weight: 500;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.read-more_exambtn:hover {
  color: #fff;
  background-color: var(--new-primary-color);
}

.exam-box .card:hover {
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, .117647), 0 2px 8px 0px rgba(0, 0, 0, .117647);
}


.right-panel .exams-section h2{
  font-size: 24px;
  font-weight: 700;
  color: #013065;
  }
  .right-panel .exams-section .single-exam{
  background-color: #FBF7EF;
  padding: 10px 20px;
  margin: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  
  .query-section h3{
  font-size: 17px;
  }
  .query-section p{
  font-size: 14px;
  color: #FDDBA2;
  }

.right-panel .query-section{
  background-color: #FBA819;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  }
  .query-section .whatsapp-white-button{
    background-color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 10px 0px;
    color: #fba819;
    }
.row{
  margin:0px ;
}
.about-college-details.left-panel .section-heading {
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
  color: #2e3e67;
  padding-bottom: 10px;
}






