/* Responsive styl sheets */

@media screen and (min-width:1367px) {
  .achiever-list .img-wrapp {
    margin: auto;
    width: 100%;
    height: 270px;
  }
}

/* ipad pro 12.9 */
@media screen and (min-width:1024px) and (max-width: 1365px) {
  #navigation {
    padding: 0;
    z-index: 9;
    width: 100%;
    margin: auto;
    transform: translateY(0px);
    position: relative;
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .home_carousel {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 100%;
  }

  .hero-carousel .slider-wrapper {
    margin: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 100%;
    max-height: 540px;
  }

  .hero-carousel .slider-content {
    width: 45%;
    padding: 20px;
  }

  .inner-banner-wrapper {
    margin: auto;
    width: 100%;
    height: 180px !important;
    padding-top:0px;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .inner-banner-wrapper h2 {
    margin: auto;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    font-size: 24px;
  }

  .inner-banner-wrapper.offer-banner-wrapper {
    height: 450px !important;
  }

  /* Achivement carousel */
  .achiever-list .img-wrapp {
    margin: auto;
    height: 270px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
  }

/*   .hof-carousel  .achiever-list .img-wrapp {
    height: 230px;
  } */

  /* event listing */
  .event-list .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
  }

  .profile-info {
    position: relative;
    overflow: hidden;
  }

  .profile-info img {
    object-fit: cover;
    height: 265px;
    object-position: top;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
  }

  .public-profile-wrapper {
    padding-top: 130px;
  }

  .profile-info {
    position: relative;
    min-height: 200px;
    overflow: hidden;
  }

  .hof-list-item .profile-info img {
    object-fit: cover;
    height: 200px;
  }

  .jobs-list .submit-cv {
    display: block;
  }

  .jobs-list .apply-online {
    display: block;
  }

  .jobs-list .job-title {
    margin: auto;
    margin-bottom: auto;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .jobs-list .job-title {
    margin: auto;
    line-height: 22px;
    margin-bottom: 10px;
  }

  /* .birthday,
  .anniversary {
    min-height: auto;
  } */

  .halloffame-home .achiever-list {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 20px 10px;
    box-shadow: 0 0 14px -8px #5a5a5a;
    box-sizing: border-box;
  }

  .about-inst-wrapper .about-content, .about-association-wrapper .about-content {
    background: #fff;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
  .about-content .title {
    font-size: 28px;
  }


}

/* ipad pro 11ich */

@media screen and (min-width:834px) and (max-width:1194px) {
  .responsive-nav {
    z-index: 9;
    position: relative;
  }
  .header .navbar-brand {
    display: block;
  }
  .whats-new--wrapper .meta-box p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .header .navbar-brand-img.main-logo {
    max-width: 162px;
    height: auto;
    max-height: 85%;
    object-fit: scale-down;
    object-position: center;
    display: block;
    z-index: 9;
    position: relative;
  }

  .inner-banner-wrapper {
    margin: auto;
    width: 100%;
    height: 151px;
    padding-top: 0;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .inner-banner-wrapper h2 {
    margin: auto;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    font-size: 24px;
  }

  .profile-info {
    position: relative;
    min-height: 200px;
    overflow: hidden;
  }

  .profile-info img {
    object-fit: contain;
    height: auto;
    object-position: top;
    width: 100%;
    max-width: 100%;
    border-radius: 5%;
  }

  .birthday,
  .anniversary {
    min-height: auto;
  }

  .custom-btn-2 {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px 8px;
    line-height: 30px;
    position: relative;
    transition: all 200ms linear;
    z-index: 2;
    font-size: 14px;
  }

  .achiever-list.no-data h2 {
    font-size: 17px;
  }

  .achievers-home.new .left-info {
    text-align: left;
  }
  .achievers-home.new .left-info h2 {
    text-transform: uppercase;
    color: #e9f6ff;
    letter-spacing: 6px;
    font-size: 28px;
    font-weight: 300;
  }
  .event-wrapper-home .top-line .title, .content-box-support .top-line .title {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    letter-spacing: inherit;
  }

  .about-inst-wrapper .about-content, .about-association-wrapper .about-content {
    background: #fff;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary-color);
    margin: 15px auto;
    border-radius: 10px;
    box-shadow: 0 0 30px -15px #333;
  }
  .halloffame-home .top-line .title {
    letter-spacing: inherit;
    font-size: 33px;
    font-weight: 300;
  }

}

@media screen and (min-width:768px) and (max-width:1023px) {
  /* #menu {
    display: block;
  }

  .mm-wrapper--position-left .mm-slideout,
  .mm-wrapper--position-right .mm-slideout {
    -webkit-transform: none;
    transform: none;
  } */

  .mm-menu .profile_info {
    display: block;
    text-align: center;
  }

  .mm-menu .profile_info .avatar {
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
  }

  .mm-menu .profile_info .name {
    margin-top: 10px;
  }

  .mm-menu .profile_info .name h2 {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
  }

  .responsive-nav {
    background: #fff;
    box-shadow: 0 0 8px 4px #0000006e;
  }

  .inner-banner-wrapper {
    margin: auto;
    width: 100%;
    height: 200px;
    padding-top:0px;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
  }


  .inner-banner-wrapper h2, .inner-banner-wrapper h1{
    transform: translateY(0);
  }

  .header .navbar-brand {
    display: block;
  }

  .responsive-nav {
    box-shadow: 0 0 8px 4px #0000006e;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--secondary-color) !important;
    transition: all 300ms linear;
  }

  .resp-menu-icon {
    font-size: 38px;
    color: #fff;
    line-height: 20px;
  }

  .inner-banner-wrapper h2 {
    margin: auto;
    text-align: center;
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    font-size: 24px;
  }

  .home_carousel {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 100%;
  }

  .hero-carousel .slider-wrapper {
    margin: auto;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: 100%;
    max-height: 410px;
  }

  .hero-carousel .slider-content {
    width: 80%;
    padding: 20px;
  }

  /* Achivement carousel */
  .achiever-list .img-wrapp {
    margin: auto;
    height: 200px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
  }

  .h-300 {
    min-height: 100%;
    height: auto;
  }

  .inner-box .prev-arrow-nav.slick-arrow {
    position: absolute;
    bottom: 0px;
    padding: 5px 10px;
    color: #252525;
    z-index: 9;
  }

  .inner-box .next-arrow-nav.slick-arrow {
    position: absolute;
    bottom: 0px;
    padding: 5px 10px;
    color: #252525;
    margin-left: 30px;
    z-index: 9;
  }

  /* event listing */
  .event-wrapper-home .top-line .title,
  .achievers-home .top-line .title {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 24px;
  }

  .event-list .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
  }

  /* whats new */
  .whats-new {
    margin: 15px auto;
  }

  .about-img {
    border-radius: 5px;
    overflow: hidden;
    height: auto;
    margin:auto;
    box-shadow: 0 10px 80px -25px #8c8c8c;
    display: none;
  }

  .about-content {
    padding: 30px 0;
    box-sizing: border-box;
  }

  .profile-info {
    position: relative;
    min-height: 200px;
    overflow: hidden;
  }

  .profile-info img {
    object-fit: cover;
    height: 230px;
    object-position: top;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
  }

  .hof-list-item .profile-info img {
    object-fit: cover;
    height: 230px;
  }

  .sidebar-job {
    position: relative;
    border-left: none;
    padding-left: 0;
    margin-top: 15px;
  }

  .birthday-box .img-wrapp,
  .anniversary-box .img-wrapp {
    border-radius: 10px;
    overflow: hidden;
    height: 220px;
    position: relative;
    margin: 5px 5px;
  }

  /* Profile page edit */
  .profile-nav-wrapper ul {
    display: block !important;
    text-align: center;
  }

  .profile-nav-wrapper ul li {
    display: inline-block;
    width: auto;
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .entrepreneurs-single-page {
    margin-top: 0;
    position: relative;
    padding-top: 80px;
    box-sizing: border-box;
  }

  .birthday,
  .anniversary {
    min-height: auto;
  }

  .event-details.card {
    margin-top: 20px;
  }

  .comments-wrapper .info {
    width: 85%;
    display: inline-block;
    vertical-align: top;
  }

  .blog-single-details {
    margin-top: 0;
    padding-top: 100px;
  }

  .blog-data h1 {
    font-size: 24px;
    text-align: left !important;
    display: block;
  }

  .contact-info .single-contact-info {
    display: block;
    padding: 10px 15px;
    min-height: 170px;
  }

  .contact-info .single-contact-info .c-info {
    width: 100%;
  }
  .about-inst-wrapper .about-content, .about-association-wrapper .about-content {
    background: #fff;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary-color);
    margin: 15px auto;
    border-radius: 10px;
    box-shadow: 0 0 30px -15px #333;
  }

  .profile-info {
    height: 200px;
  }
  #menu {
    display: block;
  }

  .whats-new--wrapper .left-info h2, .achievers-home.new .left-info h2 {
    font-size: 32px;
    letter-spacing: inherit;
  }

  .custom-btn-2 {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 5px;
    line-height: 32px;
    position: relative;
  }

  .btn-know-more {
    width: 125px;
  }

  .birthday .prev-arrow-nav.slick-arrow, .anniversary .prev-arrow-nav.slick-arrow, .birthday .next-arrow-nav.slick-arrow, .anniversary .next-arrow-nav.slick-arrow {
    color: #fff;
  }

  .content-box-support .top-line .title {
    letter-spacing: inherit;
    font-size: 33px;
  }
  
}

/* Smart phone */
@media screen and (min-width:320px) and (max-width:767px) {

  .fixed-top {
    position: relative;
  }
  
  #menu:not( .mm-menu ) {
    display: none;
  }
  #menu {
    display: block;
    height: 90%;
  }
  #mm-menu{
      display: block !important;
  }

  #navigation {
    padding: 0;
    z-index: 9;
  }

  .resp-menu-icon i{
    font-size: 38px;
    color: var(--primary-color) !important;
    line-height: 20px;
  }

  .header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    display: block;
    text-align: left;
  }

/*   .header .navbar-brand-img.main-logo {
    max-width: 100%;
    height: auto !important;
    height: auto;
    max-height: 100%;
    object-fit: scale-down;
    object-position: center;
    display: block;
    margin-bottom:0;
    z-index: 9;
    position: relative;
  } */

  .header .navbar-brand-img.main-logo {
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
    object-fit: scale-down;
    object-position: center;
    display: block;
    z-index: 9;
    position: relative;
    float: left;
  }


  .mm-wrapper--position-left .mm-slideout,
  .mm-wrapper--position-right .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mm-menu .profile_info {
    display: block;
    text-align: center;
  }

  .mm-menu .profile_info .avatar {
    width: 80px;
    height: 80px;
    border: 5px solid #fff;
  }

  .mm-menu .profile_info .name {
    margin-top: 10px;
  }

  .mm-menu .profile_info .name h2 {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
  }

  .container.login-wrapper {
    margin-top: 35px;
  }

  .responsive-nav {
    box-shadow: 0 0 8px 4px #0000006e;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: all 300ms linear;
    position: relative;
    z-index: 999;
    background: #fff;
    padding: 8px 0;
  }

  .home_carousel {
    height: auto;
  }

  .hero-carousel .slider-wrapper {
    height: auto !important;
    position: relative;
  }

  .hero-carousel .img-wrapper {
    height: 100%;
    position: relative;
  }

  .hero-carousel .img-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    background: #fff;
    display: block;
    bottom: 0;
    border-radius: 50px 0 0 0;
  }

  .hero-carousel .img-wrapper img {
    display: block;
    width: 100%;
    align-self: start;
    transition: all 200ms linear;
    object-fit: cover;
    height: 60vh;
  }

  .hero-carousel .slider-content {
    position: absolute;
    padding: 15px;
    width: 90%;
    margin: auto;
    border-radius: 0;
  }

  .hero-carousel .slider-content h3 {
    font-size: 19px;
  }

  .hero-carousel .slider-content h2 {
    font-size: 17px;
    font-weight: 600;
  }

  .title {
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .title::after {
    display: none;
  }

  .about-inst-wrapper .about-content,
  .about-association-wrapper .about-content {
    background: #fff;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    transform: translateY(0px);
    border-radius: 5px;
    box-shadow: 0 0 14px -10px #333;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 15px;
  }

  .about-content {
    margin-bottom: 20px;
  }

  .home-about-wrapper .about-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .about-img {
    border-radius: 5px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
    box-shadow: 0 10px 80px -25px #8c8c8c;
  }

  .birthday,
  .anniversary {
    min-height: auto;
    margin-bottom: 15px;
  }

  .inner-banner-wrapper {
    margin: auto;
    width: 100%;
    height: 150px;
    padding-top: 48px;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .inner-banner-wrapper h2 {
    font-size: 18px;
  }

  .profile-info {
    position: relative;
    height:auto;
    overflow: hidden;
  }

  .achivers-list-box .profile-info{
    height: auto;
  }

  .profile-info img {
    object-fit: cover;
    height: auto;
    object-position: top;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
  }

  .achivers-list-box .profile-info img {
    object-fit: cover;
    height: auto;
    object-position: top;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
  }

  .public-profile-wrapper {
    margin: auto;
    padding-top: 0;
  }

  .jobs-list .submit-cv {
    display: block;
  }

  .jobs-list .apply-online {
    display: block;
  }

  .sidebar-job {
    position: relative;
    border-left: none;
    padding-left: 0;
    margin-top: 15px;
  }

  .data .title {
    margin-top: 15px;
  }

  .career-support-single h4 {
    font-size: 16px;
  }

  .card .card-body {
    padding: 1rem;
  }

  .alumni-profile-main {
    margin: auto !important;
    padding-top: 0;
  }

  .entrepreneurs-single-page {
    margin-top: 0;
    position: relative;
    padding-top: 10px;
    box-sizing: border-box;
  }

  .invester-single-page .data {
    margin-top: 15px;
  }

  .event-details .inner-banner-wrapper {
    position: relative;
    background-position: top;
    height: 160px;
  }

  .blog-single-details {
    margin-top: 20px;
  }

  .blog-data h1 {
    font-size: 19px;
    text-align: left !important;
    display: block;
  }

  .comments-wrapper .profile-img {
    display: block;
  }

  .comments-wrapper .info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .comments-child-wrapper {
    margin-left: 0;
    position: relative;
    box-sizing: border-box;
  }

  .reply-comments-child-wrapper::before {
    content: '\e5da';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    left: -22px;
    position: absolute;
    top: -14px;
  }

  .profile-nav-wrapper ul {
    display: block !important;
    text-align: left;
  }

  .profile-nav-wrapper ul li {
    display: inline-block;
    width: auto;
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 !important;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .profile-nav-wrapper ul li .nav-link {
    padding: 3px 7px;
  }

  .register-page .page-header {
    display: block;
    padding-top: 0;
  }

  .about-wrap {
    margin-top: 20px;
  }

  .search-box {
    position: relative;
    display: inline-flex;
    margin-top: 15px;
  }

  .group-user-list .profile-info {
    min-height: auto;
  }

  .login-wrapper .min-vh-100 {
    min-height: auto !important;
  }

  .login-page .left-wrapper h2 {
    font-size: 28px;
  }

  .login-page .left-wrapper h3 {
    font-size: 22px;
  }

  .login-page .left-wrapper {
    padding-top: 20px;
  }

  .login-box .btn-login {
    margin-bottom: 0px;
    padding: 5px 20px;
  }

  .ent-data h2.card-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .entrepreneurs-list .profile-info .batch {
    text-align: center;
    padding: 0px;
    font-size: 14px;
  }

  .request-list {
    margin: auto;
    position: relative;
    height: auto;
  }

  .mentor-single-info .profile-info {
    width: 100px;
    height: 100px;
  }

  .mentor-single-info .profile-info img {
    padding: 0;
  }

  .inner-banner-wrapper.offer-banner-wrapper h1 {
    font-size: 20px;
  }

  .inner-banner-wrapper.offer-banner-wrapper h2 {
    font-size: 18px;
  }

  .inner-banner-wrapper.offer-banner-wrapper a {
    font-size: 16px;
    font-weight: 700;
    background-color: #ec1d24;
    padding: 10px 28px 10px 28px;
    color: #fff;
  }

  .btn-animate-1 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 2px 25px;
    box-sizing: border-box;
    line-height: 34px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
  }

  .achievers-home .title {
    color: #353535;
    font-weight: 500;
    font-size: 17px;
  }

  .event-carousel {
    position: relative;
  }

  .event-carousel .prev-arrow-nav.slick-arrow {
    position: absolute;
    bottom: -30px;
    padding: 5px 10px;
    color: #fff;
  }

  .event-carousel .next-arrow-nav.slick-arrow {
    position: absolute;
    bottom: -30px;
    padding: 5px 10px;
    color: #fff;
    margin-left: 30px;
  }

  .home-events-wrapper .event-carousel .next-arrow-nav.slick-arrow, .home-events-wrapper .event-carousel .prev-arrow-nav.slick-arrow {
    color: #252525;
  }

  .h-300 {
    height: auto !important;
    min-height: auto !important;
  }

  .inner-box .prev-arrow-nav.slick-arrow {
    position: absolute;
    bottom: 0px;
    padding: 5px 10px;
    color: #252525;
    z-index: 9;
  }

  .inner-box .next-arrow-nav.slick-arrow {
    position: absolute;
    bottom: 0px;
    padding: 5px 10px;
    color: #252525;
    margin-left: 30px;
    z-index: 9;
  }

  .blog-list p.news-desc {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .whats-new,
  .job-box,
  .career-support {
    margin-bottom: 15px;
  }

  .whats-new .title,
  .job-box .title,
  .career-support .title {
    margin-bottom: 10px;
  }

  .app-download-wrapeer .content-wrapper ul li {
    display: inline-block;
    margin-right: 10px;
    width: 150px;
    position: relative;
  }


  .whats-new--wrapper .blog-list:hover {
    transform: scale(1);
    transition: all 100ms linear;
    z-index: 9;
  }

  .whats-new--wrapper .blog-list {
    padding: 0;
    transition: all 100ms linear;
    box-shadow: 0 0 12px -4px #575757;
    margin: 15px;
  }

  .whats-new-box {
    position: relative;
    margin-top: auto;
  }

  .whats-new-box .prev-arrow-nav.slick-arrow,
  .whats-new-box .next-arrow-nav.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    text-align: center;
    color: #fff;
    border-radius: 0;
  }

  .whats-new-box .prev-arrow-nav.slick-arrow {
    left: 0 !important;
    right: inherit !important;
  }

  .whats-new-box .next-arrow-nav.slick-arrow {
    right: 0;
  }

  .achievers-home.new .left-info {
    text-align: center;
  }

  .top-line {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }

  .whats-new--wrapper .left-info {
    height: 100%;
    padding: 20px;
    display: block;
    text-align: center;
  }

  .jobs ul {
    padding: 0;
  }

  .content-box-support .top-line .title {
    text-transform: uppercase;
    color: var(--primary-color);
    letter-spacing: 6px;
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: auto;
    margin-bottom: 15px;
  }

  .career-list {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 15px -3px #aaa;
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px;
    margin-bottom: 15px;
  }

  .birthday-box .img-wrapp,
  .anniversary-box .img-wrapp {
    border-radius: 10px;
    overflow: hidden;
    height: 210px;
    position: relative;
    margin: 5px 5px;
  }
  .about-img {
    display: none;
  }
  .custom-btn-2 {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px 30px;
    line-height: 20px;
    position: relative;
    transition: all 200ms linear;
    z-index: 2;
    font-size: 14px;
  }
  .custom-btn-3 {
    color: #220c68;;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #210c67;
    padding: 8px 30px;
    line-height: 20px;
    position: relative;
    transition: all 200ms linear;
    z-index: 2;
    font-size: 14px;
  }

  .achiever-list .img-wrapp {
    height: auto;
  }


  .home-halloffame-wrapper .achiever-list .img-wrapp {
    height: auto;
  }

  .home-achievers-wrapper .achiever-list .img-wrapp {
    height: auto;
    max-height: 290px;
  }

  .achievers-listing .achiever-list .card-body .btn-know-more {
    transform: translateY(0px);
    opacity: 1;
    transition: all 200ms linear;
    position: relative;
    bottom: 0;
    margin-top: 15px;
    top: inherit;
  }

  .batch-box {
    border-radius: 0;
    text-align: center;
    padding: 2px;
  }

  .batch-box p {
    font-size: 14px;
    display: inline-block;
    width: auto;
  }

  .batch-box h2 {
    font-size: 14px;
    margin: 0;
    text-align: center;
    display: inline-block;
  }
  
  /* HOF */

  .hof-listing-wrapper .batch-box{
    position: absolute;
    z-index: 2;
    background: #ffd016;
    right: 8px;
    top: 8px;
    border-radius: 6px;
    text-align: center;
    padding: 10px;
  }

  .hof-listing-wrapper .batch-box h2, .hof-listing-wrapper .batch-box p {
    display: block;
  }

  .hof-listing-wrapper .btn.btn-know-more {
    position: relative;
    transform: translateY(0px);
    opacity: 1;
    transition: all 200ms linear;
    bottom: 0;
    top: inherit;
    width: 100%;
    display: block;
  }
  .vh-100 {
    height: auto !important;
  }
/* 5th Oct 2023 */
  .achiv-info .ocupations {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .achievers-listing .achiever-list .achievement-title a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
  }
  .achievers-listing .achiever-list .name, .achievers-listing .achiever-list .name a {
    font-size: 14px !important;
    font-weight: 600;
    color: #19436f;
  }
  .org-name {
    font-size: 14px;
    color: #bb4f00;
    font-style: italic;
  }

  .pagination-wrapper nav > div.flex.justify-between.flex-1.sm\:hidden {
    display: block;
  }
  .pagination-wrapper nav div.hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: none;
  }

  .entrepreneurs-list {
    margin: auto;
    border-radius: 0;
  }
  .entrepreneurs-list .card-body.ent-data .card-title {
    text-transform: capitalize;
  }

  .entrepreneurs-list .org-name {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #alumni_connect_btn {
    font-size: 13px !important;
  }
  #alumni_connect_btn {
    font-size: 13px !important;
    display: block !important;
    padding: 3px 15px;
  }

  .whats-new--wrapper .left-info h2, .achievers-home.new .left-info h2, .home-events-wrapper .top-line h2, .home-careersupport-wrapper .top-line h2{
    font-size: 24px;
  }
  .whats-new--wrapper .left-info p, .achievers-home.new .left-info p {
    font-size: 14px;
  }
  .home-jobs-wrapper .content-box h2 {
    font-size: 24px;
    margin-top: 30px;
  }
  
  .event-wrapper-home .top-line .title {
    font-size: 24px;
  }
  .achiever-list.no-data h2 {
    font-size: 17px;
    margin-top: 15px;
  }
  .nodata-found h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
  }
  .about-content .title, .birthday .title {
    font-size: 24px;
  }
  .halloffame-home .top-line .title, .entrepreneurs-home .top-line .title {
    font-size: 24px;
  }
  .custom-btn-2 span, .custom-btn-3 span {
    font-weight: 500;
  }
  .jobs-list .title, .jobs-list .title a {
    font-size: 15px;
    font-weight: 600;
  }
  .jobs-list .job-by {
    font-size: 14px;
  }
  .jobs-list .job-details {
    display: none;
  }
  .login-page .footer-wrapper {
    background: transparent;
    position: relative;
    bottom: 0 !important;
    left: 0;
    right: 0;
    width: 100% !important;
  }

  .form-check-label.rem-txt {
    font-size: 13px;
  }
  .card.login-box {
    border-radius: 0;
  }

/*   .linkedin-btn {
    position: absolute;
    z-index: 999;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    background: #1a73e8;
    border-radius: 0;
    text-align: center;
  } */
/*   .linkedin-btn .link-info {
    color: #fff;
    line-height: inherit;
    font-size: 15px;
  } */

  .hof-info {
    margin-bottom: 15px;
  }

  #progressbar li span {
    display: none;
  }
  #registrationform .action-button {
    width: 100px;
    background: #2098ce;
    font-weight: 600;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 5px;
    margin: 10px 5px;
    font-size: 15px;
  }

  #registrationform .action-button-previous {
    width: 100px;
    background: #6c6c6c;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 5px;
    margin: 10px 5px;
    font-size: 15px;
  }
  #progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    counter-reset: step;
  }
  .fs-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 500;
  }
  .fs-subtitle {
    font-weight: normal;
    font-size: 15px;
    color: #3e3e3e;
    margin-bottom: 0px;
  }
  label, .form-label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #393939;
    margin-left: 0px;
    margin-top: 0px;
  }

  .is-filled .form-control {
    margin-bottom: 15px;
  }
  .login-section-right {
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .form-check-inline {
    display: block !important;
  }
  .rest-pass-box {
    margin-top: 50px;
  }
  .input-group.input-group-outline .form-label {
    top: -6px;
  }

  .nodata-found img {
    max-width: 130px;
    margin: auto;
    display: block;
  }

  .achiever-list.no-data img {
    max-width: 130px;
    margin: auto;
  }
  .job--wrapper .content-box {
    margin-bottom: 40px;
    margin-left: 0;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
  }
  .birthday-list .nodata_wrapp h2 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
  }
  .archive-job-operatunity .card.jobs-list {
    height: auto;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .career-support-wrapper .jobs-list {
    border-radius: 0;
  }
  .career-support-wrapper .jobs-list .card-body {
    height: auto;
  }
  .qr-code-exp {
    height: auto;
  }
  .inner-banner-wrapper {
    padding-top: 10px;
  }
  .inner-banner-wrapper h2, .inner-banner-wrapper h1 {
    transform: translateY(0px);
  }

  .event-name.mt-4 {
    margin: 0 !important;
  }

  #personaldetails #whatsapp_notification_label label {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
  }

 /* added 26 Feb 2024 */
  
 #personaldetails #same_as_phone_label label {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
}

#navbarBlur {
  background: var(--grad-1);
  margin: 0 10px !important;
  border-radius: 0;
}
.tab-wrapper .nav-tabs .nav-item  .nav-link span:nth-child(2) {
display: none;
}

.site-setting-wrapper .nav-tabs .nav-link {
color: #6a6a6a;
font-size: 24px;
padding: 4px 17px;
}

.navbar-collapse ul.navbar-nav li a {
color: #fff !important;
}

.navbar .sidenav-toggler-inner .sidenav-toggler-line {
transition: all 0.15s ease;
background: #fff;
}
.profile-nav-wrapper ul li .nav-link i {
text-align: center;
margin: auto !important;
padding: 0 !important;
}

.profile-nav-wrapper ul li .nav-link span {
display: none;
}

.profile-nav-wrapper ul {
text-align: center;
padding-top: 10px;
}

.card-profile-picture {
overflow: hidden;
text-align: center;
width: 68%;
margin: 20px auto;
}

.card-profile-picture img {
width: 100%;
object-fit: cover;
height:100%;
}

#school_available {
position: absolute;
left: -25px;
top: 5px;
}
.department-available .checkbox-inline {
text-indent: inherit;
margin-left: 25px;
position: relative;
}

#add-form {
float: left;
margin-top: 15px;
}
.achiever-list .img-wrapp img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
  padding: 10px;
  transition: all 200ms linear;
  max-height: 290px;
}

/* 18 April */
.album-wrapper .achiever-list .img-wrapp {
  height:auto;
  max-height: 250px;
}
/* 23 april */
.admin-nav-top h5 {
  font-size: 17px;
}
#datatable-basic_length {
  margin-bottom: 18px;
  text-align: left;
}
.dataTables_filter {
  text-align: left !important;
}
.dataTables_filter label {
  width: 100%;
}
.dataTables_filter label input {
  display: block;
  width: 100%;
}
.paginate_button {
  padding: 2px 4px !important;
}
.paginate_button.current {
  padding: 2px 4px !important;
  background: #ccc !important;
}

  /*29 April  */
  .event-list-box .btn-book-now {
    position: absolute;
    background: #fbfbfb;
    bottom: 15px;
    right: 15px;
    padding: 8px 15px;
    border-radius: 25px;
    transform: translateY(0px);
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 300ms;
  }

  #featured_image_preview {
    height: auto;
    overflow: hidden;
  }

}

@media screen and (max-width:340px) {
  .input-group.input-group-outline .form-label {
    top: -6px;
  }
  .nodata-found img {
    max-width: 130px;
    margin: auto;
    display: block;
  }
  .achiever-list.no-data img {
    max-width: 130px;
    margin: auto;
  }
  .job--wrapper .content-box {
    margin-bottom: 40px;
    margin-left: 0;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
  }
  .birthday-list .nodata_wrapp h2 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
  }
  .archive-job-operatunity .card.jobs-list {
    height: auto;
    margin-bottom: 15px;
    border-radius: 0;
  }
  .career-support-wrapper .jobs-list .card-body {
    height: auto;
  }
  .qr-code-exp {
    height: auto;
  }

  .achiever-list .img-wrapp img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: all 200ms linear;
    max-height: 290px;
  }
  /* 23 april */
.admin-nav-top h5 {
  font-size: 17px;
}
#datatable-basic_length {
  margin-bottom: 18px;
  text-align: left;
}
.dataTables_filter {
  text-align: left !important;
}
.dataTables_filter label {
  width: 100%;
}
.dataTables_filter label input {
  display: block;
  width: 100%;
}
.paginate_button {
  padding: 2px 4px !important;
}
.paginate_button.current {
  padding: 2px 4px !important;
  background: #ccc !important;
}

  /*29 April  */
  .event-list-box .btn-book-now {
    position: absolute;
    background: #fbfbfb;
    bottom: 15px;
    right: 15px;
    padding: 8px 15px;
    border-radius: 25px;
    transform: translateY(0px);
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 300ms;
  }

  #featured_image_preview {
    height: auto;
    overflow: hidden;
  }

}

@media screen and (min-width: 375px) and (max-width: 667px) {
    	.home_carousel {
       	 	height: auto;
   	 }
	
	.slick-nav.prev-arrow {
    		top: 40%;
	}

	.slick-nav.next-arrow {
    		left: auto;
    		right: 2%;
    		top: 40%;
	}
	.slick-nav:before, .slick-nav:after {
		left: 2px;
	}

}