:root {
    --button-color: #4099ff;
    --primary-color: #263544;
    --white: #fff;
  }
  
  * {
    margin: 0;
    padding: 0;
    font-family: "Work Sans", sans-serif;
  }
  html {
    scroll-behavior: smooth;
  }
  a,
  a:hover,
  a:active,
  a:visited,
  a:before {
    text-decoration: none;
    color: inherit;
  }
.navbar-light .navbar-toggler-icon {
    background-color: #fff;
    border-radius: 3px;
}
.navbar-light .navbar-toggler {
    outline: none;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {


/* .container{
    padding: 0px;
    max-width: 1240px;
} */
.nav-div{
        background-color: #013065;
         background: url('../images/elipse.png') #013065;
         background-repeat: no-repeat;
         border-radius: 0px 0px 50px 50px;
         
    }
  .nav-link{
      color: var(--white) !important;
      font-size: 14px;
     }
     
  .page-navbar {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
  }
  .navbar-customize-menu {
    display: flex;
  }
  .navbar-customize-menu li {
    font-weight: 500;
    text-decoration: none;
    padding-left: 30px;
    color: var(--white);
    align-self: center;
  }

  .signinButton{
    font-size: 14px;
  }
  .signupButton{
      background-color: #FFF;
      border-radius: 50px;
      font-size: 14px;
      padding: 5px 20px;
      border: 2px solid #011d5c;
  }

  header {
    justify-content: center;
    /* min-height: calc(700px - 75px); */
    align-items: center;
    display: flex;
    /* margin: 0px; */
    /* padding: 0px; */
    
  }
  .header-left {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .header-left .heading{
      color: var(--white);
      font-weight: 700;
      font-size: 48px;
      line-height: 53px;
  }
  .header-left .heading span{
      color: #FFAA4C;
  }

  .header-left .sub-heading-1{
    color: #B6C3D3;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0px;
  }
  .cta-button{
      background-color: #FFAA4C;
      color: var(--white);
      font-size: 14px;
      border-radius: 40px;
      padding: 14px 12px;
  }
  .header-right {
    display: flex;
    justify-content: center;
    
  }

  .header-right img{
      max-width: 100%;
  
  }

  .search-form{
      background-color: #d6a36a;
      height: 150px;
      display: flex;
      border-radius: 10px;
      margin: 30px 100px 0px 100px;
      align-items: center;
      justify-content: center;

  }
  .search-form form{
      display: flex;
      flex-direction: row;
  }
  .my-form-element{
      /* width: fit-content; */
      width: auto;
      height: 50px;
      margin: 0px 10px;
      padding: 0px 20px;
      border-radius: 10px;
      color: #000;
  }

  .my-button{
      background-color: #011d5c;
      color: var(--white);
  }
  .my-button:hover{
      background-color: #011d5c;
      color: var(--white);
  }


  /* Institute Section Start */
  .institute-section{
    /* background-color: #F0F7FF; */
    border: 2px solid #0196da20;
    /* height: 100vh; */
    border-radius: 10px;
    padding: 30px
  }

  .section-heading{
    /* padding-top: 50px; */
    /* padding-left: 50px; */
  }

  .section-heading p{
    color: #2f3e67;
    line-height: 10px;
  }
  .section-heading h2{
    font-weight: 700;
  }
/* .tag-1:hover{
  background-color: #011d5c;
  color: #fff;
} */
  /* .tag-1{
    background-color: #0196da;
    color: var(--white);
    border-radius: 10px;
    font-size: 24px;
    margin: 10px;
    font-weight: 400;
    padding: 5px 21px;
  } */

  /* .tag-2{
    background-color: #011d5c;
    color: var(--white);
    border-radius: 10px;
    font-size: 24px;
    margin: 10px;
    font-weight: 400;
    padding: 5px 21px;
  } */

  /*.section-eligibility{
    background-color: #F3F3F3;
    padding: 30px 40px;
    margin: 30px 10px;
    border-radius: 20px;
  }*/

  .section-eligibility h2{
    font-weight: 700;
    text-decoration: underline;
  }

  .section-eligibility p{
    padding-right: 60px;
  }
  .section-featured{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .section-featured h2{
    color: #FFAA4C;
    padding: 0px 20px;
    font-size: 25px;
  }
  .institute-cards{
    /* display: flex; */
    /* flex-direction: row; */
    padding: 10px 30px;
    
    /* flex-wrap: nowrap !important; */
  }
  .institute-card-column{
    padding: 10px;
  }
 
  /* .my-button-2{
    margin: 5px 0px;
  } */
  .my-button-3{
    background-color: var(--white);
    width: 100%;
    color: #0196da;
    margin: 5px 0px;
  }
  .download-icon{
    width: 20px;
  }

.news-section {
  margin-top: 30px;
  margin-bottom: 50px;
}
.news-section .row{
  margin-bottom: 20px !important;
}
.swiper {
  width: inherit;
  height: 390px;
}

.swiper-slide{
  justify-content: center;
  align-items: center;
  
  /* background-color: #000; */
  display: flex;
}
.single-slide{
  position: relative;
  width: 350px;
  height: 390px;
  /* background-color: red; */
  /* padding: 10px 50px; */
}
.single-slide img{
  width: 350px;
  height: 390px;
  object-fit: cover;
  /* position: absolute; */
}
.blur-div{
  position: absolute;
  padding: 10px;
  height: 100px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(49.0703px);
  /* width: inherit; */
  width: calc(100% - 20px);
  margin: 0 10px;
  bottom: 10px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  color: var(--white);
}
.blur-div h3{
  line-height: 20px;
  font-weight: bold;
  font-size: 24px;
}

.blur-div p{
  line-height: 12px;
  font-weight: 400;
  font-size: 14px;
}

.top-navigation{
  text-align: -webkit-right;
}
.top-navigation img{
  width: 5%;
  margin: 0px 10px;
}

.books-div{
  background-color: #FFBF47;
  padding: 50px;
  border-radius: 50px;
}

.video-container iframe{
  /* border-radius: 20px; */
}

.section-footer{
  background-color: #f4f4f4;
  /* height: 400px; */

}

.footer-menu-links{
  list-style: none;
}

.footer-menu-links li{
  
  padding: 6px 0px;
}

.footer-logo-section{
  padding: 50px 0px !important;
}

.footer-socials{
  padding-right: 40px;
  display: flex;
  flex-flow: row-reverse;
}
.footer-socials img{
  padding: 0px 10px;
}

/* 27-01-2021 */
/* Course Html Page */
.college-div{
        background-color: #013065;
         background: url('../images/course/bg-college.png') !important;
         background-repeat: no-repeat !important;
         background-size: cover !important;
         border-radius: 0px 0px 0px 0px !important;
         /* min-height: 90vh; */
         position: relative;
         
         
    }
  .whatsappbutton{
      background-color: #09BD3C;
      border-radius: 50px;
      font-size: 14px;
      padding: 5px 20px;
      border: 2px solid #09BD3C;
  }
  .college-header{
    margin-top: 30px;
    /* z-index: 999; */
    position: relative;
    padding-bottom: 10px;
  }
  .college-header .logo-container
  {
    background-color: #fff;
    align-self: center;
    border-radius: 10px;
    filter: drop-shadow(0px 3.30024px 16.1712px rgba(94, 132, 194, 0.31));

  }
  .college-header .logo-container img
  {
    width: 100%;
  }
  .college-header-info{
    padding-left: 30px;
    /* padding-top: 65px; */
  }
  .college-header-info .title{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
  }
  .college-header-info .location, .college-header-info .pin, .college-header-info .ratings{
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
    /* font-weight: 600; */
  }
  .college-header-info .location i, .college-header-info .pin i{
    color: #ffffff80;
    padding-right: 5px;
  }
  .college-header-info .ratings i{
    color: #FF710F;
  }
  .college-nav-section{
    padding: 30px;
  }
 
  .college-section-tag{
    margin: 10px 10px;
  }

  /* .left-panel{
    padding-left: 30px !important;
    padding-right: 100px !important;
  } */
  .left-panel .section-heading{
    font-size: 32px;
    font-weight: 700;
    color: #2e3e67;
    padding-bottom: 20px;
  }
  .left-panel .section-info{
    font-size: 16px;
    color: #808080;
    line-height: 32px;
  }
  .left-panel .section-info p{
    padding: 8px 0px;
  }
  .left-panel .section-list-info{
    margin-left: 0px !important;
    background-color: #EEF6FF;
    border-radius: 10px;
    width: 80%;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .section-list-info .section-list-item{
    font-size: 16px;
    color: #1C3554;
    padding: 20px 10px;
  }
  .section-list-info .section-list-item i{
    color: #1C3554;
    padding: 0px 5px;
  }
  .section-labels{
    background-color: #EEF6FF;
    padding: 20px;
    width: 90%;
    border-radius: 10px;
    margin-left: 0px !important;
  }
  .label-single:first-child{
    height: 150px;
  }
  .label-single{
    background: #2251F8;
    padding: 15px;
    border-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    margin: 10px;
  }
  .label-single strong{
    font-size: 20px;
  }
  .label-single img{
    width: 40px;
    height: 40px;
  }
  .label-single span{
    color: #ffffff50;
    font-size: 16px;
  }
  .left-feedback h2{
    font-size: 60px !important;
    font-weight: 700;
    color: #1C3554;
  }
  .left-feedback i{
    color:#FAA307;
    margin: 0px 2px;
  }
  .left-feedback h4{
    font-size: 16px !important;
    font-weight: 700;
    color: #1C3554 !important;
    margin-top: 10px;
  }
  .single-feedback-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0px;
  }
  .single-feedback-bar .bar-outer{
    background-color: #E5E5E5;
    border-radius: 10px;
   
    height: 10px;
    margin: 0px 10px;
  }
  .single-feedback-bar .bar-inner{
    background-color: #FAA307;
    border-radius: 10px;
  
    height: 10px;
  }
  .single-feedback-bar i{
    color:#FAA307;
    
    margin: 0px 2px;
  }
  .single-feedback-bar span{
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    margin-left: 10px;
  }
  .section-heading.review{
    text-align-last: justify;
  }
  .review-dropdown{
    background-color: #0196da;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
  }
  .single-review .review-top{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .review-top .profile-avatar img{
    width: 100px;
    height: 100px;
    background-color: #CCCCCC;
    /* padding: 50px; */
    padding: 10px;
    border-radius: 50px;
  }
  .review-top .profile-info h3{
    font-weight: 600;
    color: #1C3554;
  }
  .profile-info .ratings{
    color:#FAA307;
    
    margin: 0px 2px;
  }
  .profile-info span{
    color: #808080;
  }
  .review-top{
    padding-top: 20px;
  }
  .review-top .like-dislike{
    text-align: right !important;
  }
  .review-top .like-dislike img{
    margin: 0px 10px;
  }
  .single-review p{
    color: #808080;
    line-height: 32px;
    padding: 20px 0px;

  }
  .more-reviews{
    background-color: #0196da;
    width: 100%;
    color: #fff;
    font-weight: 400;
    padding: 20px 0px;
  }
  .more-reviews:hover{
    color: #fff;
  }
  .explore-more-section {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .explore-more-section .row{
    margin-bottom: 20px !important;
    color: #1C3554;
  }
  .swiper-colleges{
    height: auto !important;
  }
  .single-college-card{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.22);;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
  }
  .single-college-card .college-image{
    border-radius: 10px;
  }
  .college-image img{
    width: 100%;
    object-fit: cover;
  }
  .single-college-card .logo{
    margin-top: -30px;
    margin-left: 10px;
    width: 50px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.09));
  }
  .single-college-card h3{
    padding-top: 10px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #1C3554;
  }
  .all-colleges .row{
    margin-bottom: 10px !important;
  }
  .single-college-card .location-ownership{
    margin-left: 10px !important;
    color: #0196da;
    margin-bottom: 2px !important;
  }
  .location-ownership .location{
    padding-right: 10px ;
  }
  .location-ownership i{
    color: #0196da60;
  }
  .single-college-card .ratings{
    color: #FAA307;
    margin-left: 10px;
    font-size: 12px;
    margin-top: 5px !important;
  }
  .single-college-card .ratings span{
    color: #808080;
  }
  
  .whatsapp-white-button h3{
    font-size: 10px !important;
  }
  .whatsapp-white-button i{
    padding-right: 5px;
  }


  /* College All Html */
  .college-all-div{
    background-color: #013065;
     background: url('../images/college-banner.jpg') !important;
     background-repeat: no-repeat !important;
     background-size: cover !important;
     border-radius: 0px 0px 0px 0px !important;
     min-height: 50vh;
     background-position:bottom !important;
     /* position: relative;   */
  }
  .nav-search{
    width: 100% !important;
  }
  .nav-search input{
    background-color: transparent;
  }
  .nav-search input:focus{
    background-color: transparent;
  }
  .nav-dropdown .btn-secondary{
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .nav-dropdown .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background-color: transparent;
    border: none;
    box-shadow: none;
  }
  .nav-dropdown .show>.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
  }
  .search-menu{
    width: 100%;
  }
  .college-all-header{
    display: flex;
    align-items: center;
    height: 40vh;
    justify-content: center;
  }
  .header-heading{
    color: #ffffff;
    font-weight: 700;
    background-color: #00336acf;
    padding: 20px;
  }
  
  .college-all-header .nav-search{
    display: none;
  }
  .mob-whatsapp{
    display: none;
  }
  
.nav-search .form-control{
  padding: 1.375rem 0.75rem;
  border: 2px solid #ced4da;
}
.college-all-header .nav-dropdown{
  display: none;
}
}