@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&amp;display=swap');

:root {
    --thim-font-body-font-family: 'Roboto', sans-serif;
}

:focus {
    outline: none !important;
}

.position-relative {
    position: relative;
}

.univariety-wrap {
    display: inline-block;
    width: 100%;
}

.univariety-wrap .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.univariety-wrap section {
    padding: 58px 0;
    width: auto;
    float: none;
    display: inline-block;
    width: 100%;
}

.univariety-wrap section.univariety_main_banner {
    padding: 0;
}

.univariety_main_banner_container {
    position: relative;
}

.univariety_main_banner_container img {
    position: relative;
    vertical-align: top;
}

.main_banner_text {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 48%;
    text-align: center;
    color: #fff;
}

.banner_title {
    font-size: 2.9vw;
    color: #fff;
    font-weight: 600;
    line-height: 3vw;
    font-family: var(--thim-font-title-font-family);
    max-width: 760px;
    margin: auto auto 35px;
}

.banner_sub_title {
    font-size: 1.33vw;
    line-height: 30px;
    margin-bottom: 40px;
    color: #fff;
}
/* ****************************** New CSS start ***************************** */
.shfl-logo-head{
    display: flex;
    gap: 0px;
}
.sh-logo-inner{
    margin-top: 15px;
}
.sh-logo-inner h2{
    font-size: 40px;
    font-weight: 700;
    color: #3c2a98;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sh-logo-inner span{
    font-size: 15px;
    font-weight: 500;
    color: #c99800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: -6px;
}
.sh-logo-inner P {
    font-size: 15px;
    font-weight: 500;
    color: #3c2a98;
    margin: 0px 0;
    text-align: center;
    margin-top: -3px;
}
.sh-logo-inner P::before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 1px;
    background-color: #c99800;
    margin: 0 10px 4px 0;
}
.sh-logo-inner P::after {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 1px;
    background-color: #c99800;
    margin: 0 0 4px 10px;
}


.btn-outline-primary {
    /* color: #0d3b66;
    border-color: #0d3b66; */
    color: #3c2a98;
    border-color: #3c2a98;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #3c2a98;
    border-color: #3c2a98;
    /* background-color: #0d3b66;
    border-color: #0d3b66; */
}
.btn-primary {
    color: #fff;
    /* background-color: #0d3b66;
    border-color: #0d3b66; */
    background-color: #3c2a98;
    border-color: #3c2a98;
}
.btn-danger {
    color: #fff;
    background-color: #c99800;
    border-color: #c99800;
    /* background-color: #C79756;
    border-color: #C79756; */
    /* background-color: #8a714e;
    border-color: #8a714e; */
}
.btn-danger:hover {
    color: #fff;
    background-color: #3c2a98;
    border-color: #3c2a98;
    /* background-color: #0d3b66;
    border-color: #0d3b66; */
}
.header-upper {
    position: relative;
    background: #1e0e6e;
    /* background: #0d3b66; */
}


.notice-wrp {
    /* background: #C79756; */
    /* background: #8a714e; */
    background: #a49844;
    position: absolute;
    width: 100%;
    z-index: 22;
    left: 0;
    overflow: hidden;
}
.bg-primary {
    /* background-color: #0d3b66 !important; */
    background-color: #1e0e6e !important;
}
.bg-danger {
    /* background-color: #8a714e !important; */
    background-color: #a49844 !important;
}
/* .univariety-wrap section.darkBlue {
    background: #0d3b66 !important;
} */

.school-impo-top{
    margin-bottom: 15px;
}

.school-impo-top .school-impo-card{
    position: relative !important;
}
.card-yl{
    border-left: 5px solid #a49844;
}
.card-bl{
    border-left: 5px solid #1e0e6e;
}

.card-yl:before {
    content: '';
    position: absolute;
    right: 0px;
    /* right: -10px; */
    /* left: -10px; */
    /* bottom: -10px; */
    bottom: 0px;
    background: #a49844;
    height: 40px;
    width: 45px;
    border-radius: 0px;
}
.card-bl:before {
    content: '';
    position: absolute;
    right: 0px;
    /* right: -10px; */
    /* left: -10px; */
    /* bottom: -10px; */
    bottom: 0px;
    background: #1e0e6e;
    height: 40px;
    width: 45px;
    border-radius: 0px;
}
.sec-title h5{
    color: #c99800;
    /* color: #8a714e; */
}
.sec-title h2{
    color: #3c2a98!important;
}
.video-container img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border-top: 6px solid #3c2a98;
    border-left: 6px solid #3c2a98;
}

.latest-wrp {
    background: #f6dbb4;
}
.white-bottom-line{
    text-align: center;
}
.white-bottom-line img{
    margin-top: -20px;
}

.inner-box-gl{
    padding: 10px;
    border: 1px solid #3c2a98;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}

.inner-box-gl img{
    width: 100%;
    height: 240px;
}

/************ chairman tabs area css start ********************/

.imgs-area{
    padding: 10px;
    position: relative;
}

.imgs-area img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.imgs-area::before {
    position: absolute;
    content: "";
    width: 192px;
    height: 448px;
    top: -43px;
    left: 21px;
    /* background: #8a714e; */
    background: #a49844;
    transform: rotate(-20deg);
    z-index: -1;
}
.tabs-container {
    width: 100%;
    max-width: 100%;
    height: auto; /* Make the height flexible */
    /* background-color: white; */
    /* border-radius: 20px; */
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
    overflow: hidden;
    position: relative;
  }

  /* Increased padding */

  /* .tabs {
    padding: 10px 20px 15px 20px; 
  } */
  
  .tab-links {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    margin: 0 65px;
    padding-top: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-top: 3px solid #a49844;
  }
  
  .tab-link {
    /* background: #C79756; */
    /* background: #a49844; */
    background: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 30px; /* Increased padding for spacing */
    color: #a49844;
    /* color: #fff; */
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;

    /* -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
     transform: perspective(5px) rotateX(0.93deg) translateZ(-1px); */
  
  }

  .tab-link.active,
  .tab-link:hover{
    /* background: #0d3b66; */
    /* background: #3c2a98; */
    /* color: #fff; */
    color: #3c2a98;
    border-radius: 4px;
  }
  
  /* .tab-link.active,
  .tab-link:hover {
    color: #b84de5; 
  } */
  /* Gradient purple */
  
  .tab-link i {
    margin-right: 10px;
  }
  
  .tab-link::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 4px;
    bottom: -1px;
    left: 50%;
    /* background: linear-gradient(45deg, #b84de5, #7d41ff); */
    /* background: linear-gradient(45deg, #fff6b5, #6a4cff);  */
    background: linear-gradient(45deg, #ffe000, #2800ec);
    transition: all 0.4s ease;
  }
  
  .tab-link.active::after {
    width: 100%;
    left: 0;
  }
  
  .tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;
    padding: 5px 10px 15px 10px;
    background: #fff;
    margin-top: 20px;
    position: relative; 
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
    /* border-right: 4px solid #8a714e; */
  }
  
  .tab-content.active {
    display: block;
  }

  .content-fig::after {
    content: "";
    width: 7px;
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    right: -7px;
    background: #3c2a98;
    /* background: #0d3b66; */
}
.content-fig::after {
    right: 0px;
    width: 11px;
    height: calc(100% - 180px);
    top: 126px;
}
  .cont-area{
    padding: 35px 10px 0 0;
  }
  .cont-area h2{
    font-size: 22px;
    color: #3c2a98;
    /* color: #0d3b66; */
    font-weight: 700;
    text-transform: none;
    margin: 5px 0;
  }
  .cont-area p{
    font-size: 15px;
    color: #333;
    /* color: #8c8c8c; */
    line-height: 1.4;
    margin: 10px 0;
    text-align: justify;
  }
  .cont-area h4{
    font-size: 16px;
    color: #a49844;
    /* color: #8a714e; */
    font-weight: 700;
    text-transform: none;
  }
  .cont-area span{
    /* color: #dcab68; */
    color: #c99800;
    font-weight: 500;
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Buttons */
  .cta-btn {
    display: inline-block;
    padding: 12px 25px; /* More padding */
    /* background: linear-gradient(45deg, #b84de5, #7d41ff);  */
    /* background: linear-gradient(45deg, #fa9000, #0a88ff);  */
    background: linear-gradient(45deg, #e2d468, #3e1fd4);
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.4s ease;
    font-weight: 500;
    margin-top: 20px;

    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  
  .cta-btn:hover {
    background: linear-gradient(
      45deg,
       #3e1fd4,
       #e2d468
    );
     -webkit-transform: scale(0.8);
     transform: scale(0.8);
  }
  .ct-btn{
    display: flex;
    justify-content: center;
  }

  .rr-about-experience span {
    position: absolute;
    top: 50%;
    left: -160px;
    font-size: 22px;
    background: #a49844;
    color: #fff;
    padding: 16px 50px;
    padding-right: 50px;
    padding-right: 52px;
    font-weight: 600;
    transform: rotate(-90deg);
    bottom: 50%;
    transform: translateY(-50deg);
    display: table;
}
.rr-about-experience span::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 5px;
    border: 1px solid #fff;
    border-style: dashed;
    width: 97%;
    height: 87%;
}

/* @media only screen and (min-width: 768px) and (max-width: 991px) {
    .rr-about-experience span {
        left: 6px;
        transform: rotate(0deg);
        bottom: 0;
    }
} */

/* start Facilities section */
.facilities-inner{ 
    width:100%; 
    margin: 0 0 50px; 
    font-family: 'Raleway', sans-serif; 
  }
  .facilities_head{ 
    width:100%; 
    text-align:center; 
    padding:30px;
  }
  /* .why_choose_head h1{ 
    width:100%; 
    color: #000000; 
    text-align:center; 
    font-size:32px; 
    font-family: 'Raleway-Medium', sans-serif;
  }
  .why_choose_head h1 span{ 
    border-bottom: 2px solid #a2437e; 
  } */

.p-relative{
position: relative;
}
.facil-cont p{
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    font-family: 'Poppins', sans-serif;
}
  .text-down1 { 
    position:relative; 
    overflow:hidden;
    border-left: 5px solid #3c2a98;
    /* border-left: 5px solid #1e64a6; */
    border-radius: 5px;
  }
  .text-down1 img{ 
    width:100%; 
    height:250px;
  }
  .text-down1 .textbox1 { 
    width:100%; 
    height:300px; 
    position:absolute; 
    top:0; 
    left:0; 
    margin-top:-255px;
    -webkit-border-radius:50px; 
    -moz-border-radius:50px; 
    -ms-border-radius:50px; 
    border-radius:5px;
    /* background: linear-gradient(90deg, rgba(199,151,86,0.7679446778711485)
     0%, rgba(0,0,0,0.7819502801120448) 100%); */
    background: linear-gradient(90deg, rgba(199,151,86,0.8575805322128851) 0%, 
    rgba(0,0,0,0.8631827731092436) 100%);
    /* background: linear-gradient(90deg, rgba(199,151,86,0.8575805322128851) 
    0%, rgba(30,100,166,1) 100%); */
    -webkit-transition: all 0.7s ease; 
    transition: all 0.7s ease; 
  }
  .text-down1:hover .textbox1 { 
    margin-top:0;
  }
  .details1{ 
    width:100%; 
    padding: 30px;  
    text-align:center; 
    color:rgba(255,255,255,1); 
    font-size:16px;
    font-family: 'Poppins', sans-serif;
  }
  .view-more1{ 
    width:100%; 
    padding-top:0;  
    text-align:center; 
    color:rgba(255,255,255,1); 
    font-size:20px;
    font-weight:bold;
  }
  .text1 { 
    text-align:center; 
    padding-top: 77px;
    color: #fadaaf;
    /* color:rgba(255,255,255,1);  */
    font-size:20px;
  }
  .choos-top { 
    padding-top:10px;
  }
  
  /* start Admission section */
  .admsn-top{
    background-color: rgb(242, 243, 248);
  }

  .registerarea__wraper{
    margin: 0 auto;
    max-width: 90%;
    font-family: 'Poppins', sans-serif;
  }
  .registerarea__section__title{
    text-align: center;
    padding-top: 150px;
  }
  .adm-sec-title h5{
    font-size: 20px;
    color: #a49844;
    /* color: #006CB5; */
  }

  .sec-title_heading{
    font-size:36px;
    color: #3c2a98; 
    /* color: #003457; */
    font-weight: 700;
  }

  .sec-title_heading1{
    font-size:22px; 
    color: #c99800;
    /* color: #8a714e; */
    /* font-weight: 700; */
    margin-top: 7px;
  }
  .adm-sec-title p{
    /* color: #020202; */
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .adm-btn-black{
    font-family: 'Poppins', sans-serif;
    /* background-color: #8a714e; */
    background-color: #a49844;
    color: #fff;
    padding: 13px 25px;
    overflow: hidden;
    border-radius: 40px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
  }
  .adm-btn-black::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    /* background: #0d3b66; */
    background: #3c2a98;
    transition: 0.5s;
    z-index: -1;
}
.adm-btn-black span i {
    color: white;
    /* background-color: #0d3b66; */
    background-color: #3c2a98;
    border-radius: 30px;
    padding: 3px;
    margin-left: 9px;
    transition: 0.5s;
}
.adm-btn-black:hover.adm-btn-black::before {
    width: 100%;
}
.adm-btn-black:hover {
    color: #fff;
}
.adm-btn-black:hover.adm-btn-black span i {
    background-color: #a49844;
    /* background-color: #8a714e; */
}

.adm-img img{
    width: 100%;
    clip-path: polygon(0 460.00px, 70.00px 0, 100% 0, 100% 100%, 0 100%);
    height: 550px;
}

.facility-btn{
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.ftr-img img{
    width: 160px;
    height: 140px;
    margin-bottom: 5px;
}

.main-footer {
    position: relative;
    padding-top: 10px;
    /* background-color: #1265a8; */
    /* background: #0d3b66; */
    background: #2b2060;
    background-size: cover;
    z-index: 2;
}

.box {
    /* --size: 40px;
    height: 80px; */
}

.box {
    --size: 12px;
    height: 36px;
    /* margin: 5px; */
    margin-top: 65px;
}

.box.mask {
    -webkit-mask:
      radial-gradient(var(--size) at 50% 0px,#0000 99%,#c99800 101%) 50% var(--size)/calc(4*var(--size)) 100% repeat-x;
      /* background:linear-gradient(90deg,#c99800,#c99800);   */
    /* background:linear-gradient(90deg,#8a714e,#8a714e);   */
    /* background: linear-gradient(90deg, #6b5512, #9888ea); */
    background: linear-gradient(190deg, #c8a63f, #4836a3);
    border: none;
}
  
.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    /* background: #8a714e; */
    background: #a49844;
}
.about-widget .social-links li a {
    position: relative;
    display: list-item;
    color: #ffffff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #c99800;
    /* background: #8a714e; */
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ftr-svg-img{
    float: right; 
}
.ftr-svg-img img{
    width: 300px;
    height: 280px;
}
.page-title h1 {
    font-size: 42px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 25px;
    font-weight: 500;
    padding-bottom: 0px;
}

.about-inner-section .why-sps-img {
    position: relative;
    /* border: 6px solid #C79756; */
    height: 272px;
}
.why-sps-img img{
    width: 100%;
    height: 280px;
    box-shadow: 8px 8px #0d3b66;
}

.bg-img{
    width: 100%;
    height: 280px;
    box-shadow: 8px 8px #8a714e;
    text-align: center;
}
.bg-img h1{
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  padding-top: 110px;
}


/* .why-sps-img .border-one {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 135px;
    height: 135px;
    border-top: 1px solid rgb(240, 240, 240);
    border-left: 1px solid rgb(240, 240, 240);;
} */
.why-sps-img .border-one {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 135px;
    height: 135px;
    border-top: 1px solid #0d3b66;
    border-left: 1px solid #0d3b66;
}

.team-block_one .border-one::before {
    position: absolute;
    content: '';
    right: 30px;
    top: -6px;
    width: 13px;
    height: 13px;
    background-color: #8a714e;
}
.team-block_one .border-one::after {
    position: absolute;
    content: '';
    left: -6px;
    bottom: 30px;
    width: 13px;
    height: 13px;
    background-color: #0d3b66;
}
.team-block_one-image {
    position: relative;
    padding: 20px 20px;
}
.about-inner-section p{
    font-size: 15px;
}

.vision-content h3{
    font-size: 15px;
    font-weight: 700;
    color: #003457;
}
.vision-content1 h3{
    font-size: 15px;
    font-weight: 700;
    color: #003457;
}
.fa-circle-check{
    font-size: 15px;
    color: #8a714e;
}
.bck-color{
    background-color: whitesmoke;
    padding: 10px;
}
.chr-bg{
    background: #89714D;
    color: white;
}
.chr-cont-area {
    padding: 0px 10px 0 0;
}
.chr-cont-area h4 {
    font-size: 16px;
    color: #8a714e;
    font-weight: 700;
    text-transform: none;
}
.chr-cont-area span {
    color: #dcab68;
    font-weight: 500;
}
.chr-name-area{
    margin-top: 50px;
    text-align: center;
}
.chr-name-area h3{
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
}
.chr-pic-area{
    padding-bottom: 5px;
    height: 100%;
}
.chr-name-area p{
    text-align: center;
    color: white;
    margin-bottom: 5px;
}

.hrd-img-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    
}
.direct-imgs{
    width: 19%;
}

.dir-name-area h3{
    font-size: 15px;
    font-weight: 600;
    color: white;
    margin-bottom: 0;
}
.dir-name-area p{
    text-align: center;
    color: white;
}
.dir-name-area{
    margin-top: 0px;
    text-align: center;
}
.direct-pics img{
    height: 220px !important;
}
.dirct-cont{
    margin-top: 20px;
}
.house-head{
    width: 100%;
    padding: 12px;
}

.house-head table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    overflow: auto;
  }
  
  .house-head th {
    text-align: center;
    padding: 5px;
  }
  .house-head td {
    text-align: center;
    padding: 5px;
  }

  .house-inner .table th {
    background: #003457;
    color: #fff;
  }

.house-inner tr:nth-child(even) {
    background-color: #fdf4e7;
}
.house-info h3{
    font-size: 25px;
    font-weight: 700;
    color: #8a714e;
    margin: 20px 0;
    text-align: center;
}
.house-info h3::before {
	content: '';
	display: inline-block;
	width: 5rem;
	height: 3px;
	background-color: #003457;
	margin: 0 10px 4px 0;
}

.house-info h3::after {
	content: '';
	display: inline-block;
	width: 5rem;
	height: 3px;
	background-color: #003457;
	margin: 0 0 4px 10px;
}
.bl-title h4{
    background-color: #3176bd;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 4px 10px;
    text-align: left;
    width: 21%;
    color: #fff;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.house-blue{
    background: #3176bd !important;
    color: #fff;
}
.blue-tbl tr:nth-child(even) {
    background-color: #e2f0ff;
}

.grn-title h4{
    background-color: #31bd7c;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 4px 10px;
    text-align: left;
    width: 21%;
    color: #fff;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.house-green{
    background: #31bd7c !important;
    color: #fff;
}
.green-tbl tr:nth-child(even) {
    background-color: #e2fff1;
}

.rd-title h4{
    background-color: #bd3131;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 4px 10px;
    text-align: left;
    width: 21%;
    color: #fff;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.house-red{
    background: #bd3131 !important;
    color: #fff;
}
.red-tbl tr:nth-child(even) {
    background-color: #ffe2e2;
}

.ylw-title h4{
    background-color: #dca928;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 4px 10px;
    text-align: left;
    width: 21%;
    color: #fff;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.house-yellow{
    background: #dca928 !important;
    color: #fff;
}
.yellow-tbl tr:nth-child(even) {
    background-color: #fff9e2;
}

.staff-inner .table th {
    background: #003457;
    color: #fff;
  }

.staff-inner tr:nth-child(even) {
    background-color: #fdf4e7;
}

.stf-title h4{
    background-color: #8a714e;
    font-size:18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 4px 10px;
    text-align: left;
    /* border: 2px solid #003457; */
    width: 21%;
    color: #fff;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}


.adm-inner h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #003457;
}
.adm-inner ul {
    list-style-type: none;
    padding: 0;
}
.adm-inner li {
    background: #fdf4e7;
    margin: 10px 0;
    padding: 15px 20px;
    border-left: 5px solid #003457;
    border-radius: 5px;
    font-size: 15px;
}
.adm-inner li span {
    font-weight: bold;
    color: #003457;
}
.adm-inner section {
    margin: 20px 0;
}
.admisssion-proc ul li:before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #8a714e;
    top: 20px;
    left: 0;
}

.class-titl h4::before {
	content: '';
	display: inline-block;
	width: 5rem;
	height: 3px;
	background-color: #8a714e;
	margin: 0 10px 4px 0;
}

.class-titl h4::after {
	content: '';
	display: inline-block;
	width: 5rem;
	height: 3px;
	background-color: #8a714e;
	margin: 0 0 4px 10px;
}

.sub-tbl .table{
    font-size: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sub-tbl .table th{
    padding: 6px 10px;
}

.sub-tbl .table th {
    background: #003457;
    color: #fff;
  }

.sub-tbl tr:nth-child(even) {
    background-color: #fdf4e7;
}
.sub-tbl ul li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #8a714e;
    top: 4px;
    left: 4px;
}

.holi-inner .table th {
    background: #003457;
    color: #fff;
    padding: 6px 10px;
  }

.holi-inner tr:nth-child(even) {
    background-color: #fdf4e7;
}

.holi-inner .table{
    font-size: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.holiday-title h4{
    background-color: #8a714e;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 4px 10px;
    text-align: left;
    width: 22%;
    color: #fff;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}

.inpsrd-imgs{
    width: 100%;
}
.about-inner-section .inpsrd-pics {
    position: relative;
    /* border: 6px solid #C79756; */
    height: 340px;
}
.inpsrd-pics img {
    height: 300px !important;
}

.inspr-name-area h3 {
    font-size: 18px;
    font-weight: 600;
    color: #8a714e;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.inpsrd-quate p{
    text-align: center;
    background: #89714D;;
    padding: 10px;
    /* border: 1px solid #3c2a98; */
    border-radius: 1px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    color: white;
}


  
  /* Responsive Design */
  @media screen and (max-width: 600px) {
    .tab-links {
      flex-direction: column;
      align-items: center;
    }
  
    .tab-link {
      text-align: center;
      width: 100%;
      padding: 15px 0;
    }
  }

  .facility-top{
    margin: 10px;
    padding: 45px;
  }


/* .univariety-wrap section.darkBlue {
    background: #1265A8;
} */

@media (max-width: 767px) {
    .ERP-login{
        display: none !important;
    }
    .btns-link{
        margin-left: 30px;
    }
    .left-column .left-img-column {
        margin-bottom: 10px;
        margin-left: 124px;
    }
    .shfl-logo-head{
        display: inline-block;
        gap: 0px;
    }
    .sh-logo-inner{
        margin-top: 0;
        margin-left: -47px;
    }
    .video-wrapper {
        /* width: 71%; */
        left: 0;
        right: 0;
        top: 36%;
        position: absolute;
        height: 42%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    /* .rr-about-experience span {
        display: none;
    } */

    /* .rr-about-experience span {
        left: 6px;
        transform: rotate(0deg);
        bottom: 0;
    } */

    .rr-about-experience span::before {
        position: absolute;
        content: "";
        top: 2px;
        left: 3px;
        border: 1px solid #fff;
        border-style: dashed;
        width: 97%;
        height: 87%;
        /* right: 2px; */
    }

    .rr-about-experience span {
        position: absolute;
        top: 50%;
        left: -103px;
        font-size: 15px;
        background: #8a714e;
        color: #fff;
        padding: 8px 35px;
        padding-right: 50px;
        padding-right: 32px;
        font-weight: 600;
        transform: rotate(-90deg);
        bottom: 50%;
        transform: translateY(-50deg);
        display: table;
    }
    .adm-img img {
        width: 100%;
        clip-path: polygon(0 460.00px, 0px 0, 100% 0, 100% 100%, 0 100%);
        height: 250px;
        margin-top: 30px;
    }
    .registerarea__section__title {
        text-align: center;
        padding-top: 20px;
    }
    .sec-title_heading1 {
        font-size: 17px;
        color: #8a714e;
        /* font-weight: 700; */
        margin-top: 7px;
    }
    .sec-title_heading {
        font-size: 32px;
        color: #003457;
        font-weight: 700;
    }
    .adm-btn-black {
        font-family: 'Poppins', sans-serif;
        background-color: #8a714e;
        color: #fff;
        padding: 8px 20px;
        overflow: hidden;
        border-radius: 40px;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.03em;
        position: relative;
        z-index: 1;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
    }
    .footer-col-section{
        margin-top: 0px;
    }
    .main-footer{
        background: #2b2060 !important;
    }
    .ftr-svg-img{
        display: none !important;
    }

    .imgs-area img {
        width: 100%;
        height: 300px;
        object-fit: fill;
    }
    .cont-area {
        padding: 10px 10px 0 0;
    }

    .imgs-area::before {
        position: absolute;
        content: "";
        width: 100px;
        height: 320px;
        top: -42px;
        left: 18px;
        background: #8a714e;
        transform: rotate(-20deg);
        z-index: -1;
    }

    .content-fig::after {
        content: "";
        width: 7px;
        height: calc(100% - 30px);
        position: absolute;
        top: 15px;
        right: -7px;
        /* background: #0d3b66; */
        background: #3c2a98 !important;
    }
    .content-fig::after {
        right: 0px;
        width: 11px;
        height: calc(65% - 115px);
        top: 430px;
    }
    .tab-links {
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
        gap: 10px;
        border-bottom: 1px solid #f0f0f0;
        background: #fff;
        margin: 0px;
        padding-top: 8px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-top: 3px solid #8a714e;
    }
    .box {
        --size: 8px;
        height: 20px;
        margin-top: 0px;
    }
    .gallery-section{
        background-position: right !important;
    }

    .why-sps-img img {
        width: 100%;
        height: 238px;
        box-shadow: 8px 8px #0d3b66;
    }

    .bg-img {
        width: 100%;
        height: 245px;
        box-shadow: 8px 8px #8a714e;
        text-align: center;
    }

    .bg-img h1 {
        font-size: 55px;
        font-weight: 700;
        color: #fff;
        padding-top: 90px;
    }
    .direct-imgs{
        width: 96%;
    }
    .chr-name-area {
        margin-top: 5px;
        text-align: center;
    }
    .chr-pic-area{
        padding-bottom: 5px;
    }
    .chr-name-area p {
        text-align: center;
        color: #003457;
        margin-bottom: 5px;
    }
    .page-head-titl{
        margin-top: 20px; 
    }
    .chair-desk-cont{
        margin-top: 20px;
    }
    .page-title h1 {
        font-size: 30px;
        color: #fff;
        line-height: 42px;
        margin-bottom: 25px;
        font-weight: 500;
        padding-bottom: 0px;
    }
    .page-title .bread-crumb li {
        color: #fff;
        position: relative;
        display: inline-block;
        margin-right: 15px;
        font-size: 12px;
        font-weight: 500;
        padding-right: 35px;
    }
    .about-inner-section h2 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 25px;
        text-align: center;
    }
    .about-inner-section h2:after {
        content: '';
        background: url(https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/newerapublicschool-heading-bottom.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 7px;
        width: 200px;
        display: block;
        margin-top: 6px;
        margin-left: auto;
        margin-right: auto;
    }

    .house-head table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        border: 1px solid #ddd;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        overflow: auto;
    }
    .house-info h3 {
        font-size: 22px;
        font-weight: 700;
        color: #8a714e;
        margin: 20px 0;
        text-align: center;
    }
    .house-info h3::before {
        content: '';
        display: inline-block;
        width: 3rem;
        height: 2px;
        background-color: #003457;
        margin: 0 10px 4px 0;
    }
    .house-info h3::after {
        content: '';
        display: inline-block;
        width: 3rem;
        height: 2px;
        background-color: #003457;
        margin: 0 0 4px 10px;
    }
    .bl-title h4 {
        background-color: #3176bd;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
        padding: 4px 10px;
        width: 55vw;
        color: #fff;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    }
    .grn-title h4 {
        background-color: #31bd7c;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
        padding: 4px 10px;
        text-align: left;
        width: 57vw;
        color: #fff;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    }
    .rd-title h4 {
        background-color: #bd3131;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
        padding: 4px 10px;
        text-align: left;
        width: 55vw;
        color: #fff;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    }
    .ylw-title h4 {
        background-color: #dca928;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
        padding: 4px 10px;
        text-align: left;
        width: 55vw;
        color: #fff;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    }

    .class-titl h4::before {
        content: '';
        display: inline-block;
        width: 3rem;
        height: 2px;
        background-color: #8a714e;
        margin: 0 10px 4px 0;
    }
    
    .class-titl h4::after {
        content: '';
        display: inline-block;
        width: 3rem;
        height: 2px;
        background-color: #8a714e;
        margin: 0 0 4px 10px;
    }

    .stf-title h4{
        background-color: #8a714e;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
        padding: 4px 10px;
        text-align: left;
        /* border: 2px solid #003457; */
        width: 45vw;
        color: #fff;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    }
    .holiday-title h4 {
        background-color: #8a714e;
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
        padding: 4px 10px;
        text-align: left;
        width: 55vw;
        color: #fff;
        clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    }

    .contact__page-form {
        background: #f4f4f4;
        padding: 22px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1010px){
    .content-fig::after {
        right: 0px;
        width: 11px;
        height: calc(85% - 15vh);
        top: 220px;
    }
    .imgs-area img {
        width: 100%;
        height: 418px;
        object-fit: fill;
    }
    .direct-imgs {
        width: 32%;
    }
    .cont-area {
        padding: 10px 10px 0 0;
    }
    .tab-links {
        display: flex;
        /* justify-content: space-between; */
        justify-content: center;
        gap: 10px;
        border-bottom: 1px solid #f0f0f0;
        background: #fff;
        margin: 0px;
        padding-top: 8px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-top: 3px solid #8a714e;
    }
    .tab-link {
        background: #C79756;
        border: none;
        font-size: 16px;
        font-weight: 500;
        padding: 8px 10px;
        /* color: #ccc; */
        color: #fff;
        cursor: pointer;
        position: relative;
        transition: color 0.3s ease;
    }
    .text1 {
        text-align: center;
        padding-top: 52px;
        color: #fadaaf;
        /* color: rgba(255, 255, 255, 1); */
        font-size: 20px;
    }
    .respon-text {
        text-align: center;
        padding-top: 122px;
        color: #fadaaf;
        /* color: rgba(255, 255, 255, 1); */
        font-size: 20px;
    }
    .registerarea__section__title {
        text-align: center;
        padding-top: 35px;
    }
    .adm-img img {
        width: 100%;
        clip-path: polygon(0 460.00px, 70.00px 0, 100% 0, 100% 100%, 0 100%);
        height: 350px;
        margin-top: 20px;
    }

    
}

@media only screen and (min-width: 990px) and (max-width: 1199px){
    .text1 {
        text-align: center;
        padding-top: 32px;
        color: #fadaaf;
        /* color: rgba(255, 255, 255, 1); */
        font-size: 20px;
    }
    .tab-link {
        background: #C79756;
        border: none;
        font-size: 16px;
        font-weight: 500;
        padding: 8px 22px;
        /* color: #ccc; */
        color: #fff;
        cursor: pointer;
        position: relative;
        transition: color 0.3s ease;
    }
}

/* ****************************** New CSS Ends ***************************** */
.btn-watch {
    width: 180px;
    height: 50px;
    border: 1px solid #2EC4B6;
    text-decoration: none;
    border-radius: 5px;
    background: #2EC4B6;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-watch:hover {
    background: #fff;
    text-decoration: none;
    border-color: #fff;
    color: #2B4856;
}

.btn-watch i {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.btn-watch i::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #2EC4B6;
    top: 6px;
    left: 9px;
}

.btn-watch:hover i {
    background: #2B4856;
}

.btn-watch:hover i:before {
    border-left-color: #fff;
}

/* .univariety-wrap section.darkBlue {
    background: #1265A8;
} */

.univariety-wrap section.yellow {
    background: #2A4856;
}

.univariety-wrap section.green {
    background: #2A4856;
}

.bg_liteblue {
    background-color: #D8EDFE;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.top-colleges.welcome {
    background: #025FA8;
}

.text-white {
    color: #fff;
}

.univariety-wrap section h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 8px;
    color: #1265A8;
}

.univariety-wrap section p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
    color: #262626;
}

.txt-white-uni {
    color: #fff;
}

.custom-banner {
    background: #1265a8 url('../../../resources.edunexttechnologies.com/web-data/newerapublicschool/img/bg-banner.png') no-repeat 0 0;
}

.custom-banner2 {
    background: #802f31 !important;
}

.custom-banner1 {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-78458.svg') no-repeat 0 0 / 100% auto;
    box-shadow: 0 5px 5px 0px #d9d9d999 inset;
}

.w-1140 {
    max-width: 1140px;
    width: 90%;
    margin: auto;
}

.w-1020 {
    max-width: 1020px;
    width: 90%;
    margin: auto;
}

.w-920 {
    max-width: 920px;
    width: 90%;
    margin: auto;
}

.custom-banner h1 {
    color: #fff;
    font-size: 50px;
    line-height: 54px;
    font-weight: bold !important;
    margin-top: 0;
    margin-bottom: 15px;
}

.custom-banner.custom-banner1 h1 {
    color: #000000;
    font-size: 64px;
    line-height: 70px;
    font-weight: bold;
    margin-top: 0;
}

.univariety-wrap section.custom-banner h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 400 !important;
    margin-bottom: 20px;
}

.custom-banner span {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
}

.btn-intro {
    background: #fff;
    width: 180px;
    height: 50px;
    margin-top: 25px;
    color: #1265A8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    padding: 0 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.btn-intro i {
    width: 22px;
    height: 22px;
    background: #1265A8;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-intro i:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    width: 0;
    height: 0;
    left: 9px;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-intro:hover {
    background: #1265A8;
    color: #fff !important;
    border: 1px solid #fff;
}

.btn-intro:hover i {
    background: #fff;
}

.btn-intro:hover i::before {
    border-left: 7px solid #1265A8;
}

.univariety_alumni_main_banner {
    background: #fff url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-78458.svg') no-repeat bottom center;
    box-shadow: 0 5px 5px 0px #d9d9d999 inset;
}

.univariety_alumni_main_banner_text .banner_title {
    font-size: 64px;
    color: #1265A8;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 70px;
}

.univariety_alumni_main_banner_container {
    padding: 0 0;
    max-width: 1040px;
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.univariety_alumni_main_banner_text {
    width: 48%;
    padding-left: 3%;
}

.banner-img {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.univariety_alumni_main_banner .btn-intro {
    background: #1265A8;
    color: #fff !important;
    box-shadow: 0px 5px 15px #0000001A;
}

.univariety_alumni_main_banner .btn-intro i {
    background: #fff;
}

.univariety_alumni_main_banner .btn-intro i:before {
    border-left: 7px solid #1265A8;
}

.univariety_alumni_main_banner .btn-intro:hover {
    background: #fff;
    color: #1265A8 !important;
}

.univariety_alumni_main_banner .btn-intro:hover i {
    background: #1265A8;
}

.univariety_alumni_main_banner .btn-intro:hover i::before {
    border-left: 7px solid #fff;
}

.icon-arrow {
    background: url(../../404.html) no-repeat 0 0;
    width: 97px;
    height: 30px;
}

.btn-intro.mt-0 {
    margin-top: 0;
}

.btn-intro+.icon-arrow {
    margin: 6px 0 0 30px;
}

.mt-4 {
    margin-top: 20px;
}

.alumni_network {
    background: #fff url(../../404.html);
}

.alumni_network .sub-title {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
}

.alumni_network p {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 46px !important;
}

.alumni_network_count {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 8px;
}

.alumni_network_count::-webkit-scrollbar {
    height: 4px;
}

.alumni_network_count::-moz-scrollbar {
    height: 4px;
}

.alumni_network_count::-webkit-scrollbar-track {
    background: #ccc;
}

.alumni_network_count::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.alumni_network_count ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.alumni_network_count li {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #0000001A;
    border: 1px solid #0034571A;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    width: 220px;
    min-width: 220px;
    text-align: center;
}

.alumni_network_count li b {
    color: #1265A8;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
}

.alumni_network_count li:not(:last-child) {
    margin-right: 10px;
}

.alumni_network_count li p {
    margin: 7px 0 0 !important;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    opacity: 1;
    color: #262626;
}

.alumni_network_count li .icon {
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}

.alumni_network_count li .icon.hat {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/graduation-cap.svg') no-repeat 0 0;
    width: 48px;
}

.alumni_network_count li .icon.brifecase {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/career.svg') no-repeat 0 0;
    width: 42px;
}

.alumni_network_count li .icon.building {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/office-building.svg') no-repeat 0 0;
    width: 42px;
}

.alumni_network_count li .icon.global {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/union.svg') no-repeat 0 0;
    width: 42px;
}

.alumni_network_count li .icon.college {
    background: url('../../404.html') no-repeat 0 0;
    width: 42px;
}

.univariety-wrap section.guiding_alumni h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #fff !important;
}

.univariety-wrap section.guiding_alumni p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.owl-theme.owl_slider .owl-wrapper {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.owl-theme.owl_slider .owl-wrapper .owl-item .item {
    height: 100%;
}

.guiding_alumni_block {
    background: #FFFFFF;
    box-shadow: 0px 5px 5px #0000000A;
    border-radius: 4px;
    opacity: 1;
    padding: 20px;
    height: 100%;
}

.owl-theme.owl_slider .owl-nav {
    position: static;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

section .owl-theme.owl_slider .owl-nav .disabled {
    opacity: 0.5;
    /* display: none; */
}

section .owl-theme.owl_slider .owl-nav button {
    position: absolute;
    top: 0;
    padding: 0;
    margin: auto;
    line-height: 0;
    bottom: 0;
    background-color: transparent !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: none;
}

section .owl-theme.owl_slider .owl-nav button span {
    font-size: 0;
}

.owl-theme.owl_slider .owl-controls .owl-buttons div:after,
.owl-theme.owl_slider .owl-controls .owl-buttons div:before {
    display: none !important;
}

.owl_slider .owl-nav>div {
    top: 37%;
    position: absolute;
}

.guiding_alumni_block_wrap .owl-controls .owl-nav>div.disabled {
    display: none !important;
}

.owl-theme.owl_slider .owl-nav .owl-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
    width: 45px;
    height: 45px;
    font-size: 0 !important;
    left: -70px;
    opacity: 1;
    transform: rotate(0);
    background-color: #fff !important;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.owl-theme.owl_slider .owl-nav .owl-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px !important;
    width: 45px;
    height: 45px;
    font-size: 0 !important;
    right: -70px;
    opacity: 1;
    transform: rotate(0);
    background-color: #fff !important;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.owl-theme.owl_slider .owl-controls .owl-pagination {
    width: 100%;
    display: none;
}

.owl-theme.owl_slider .owl-controls .owl-buttons {
    width: 100%;
}

.owl-theme.owl_slider .owl-controls .owl-page span {
    background: #fff;
}

.owl-theme.owl_slider .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.owl-theme.owl_slider .item {
    height: 100%;
}

.owl-theme.owl_slider#success_stories_slider .item {
    padding: 0 1px 8px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff70;
    width: 10px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.full_guiding_alumni {
    width: 94%;
    margin: auto;
}

.full_guiding_alumni .guiding_alumni_block_wrap h2,
.full_guiding_alumni .guiding_alumni_block_wrap p {
    color: #fff;
}

.full_guiding_alumni .guiding_alumni_block_wrap p {
    font-size: 18px;
    line-height: 24px;
}

.full_guiding_alumni .guiding_alumni_block {
    padding: 30px;
}

.full_guiding_alumni .guiding_alumni_block .guiding_alumni_top {
    padding-bottom: 24px;
}

.full_guiding_alumni .guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_img {
    margin-bottom: 20px;
}

.full_guiding_alumni .guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_name {
    color: #802f31;
    font-size: 24px;
    text-align: center;
}

.full_guiding_alumni .guiding_alumni_college_cource {
    padding-top: 23px;
}

.full_guiding_alumni .guiding_alumni_college_cource ul li i.college {
    width: 32px;
    height: 32px;
    background: url('../../404.html') no-repeat 0 0 / 100%;
    margin-right: 15px;
}

.full_guiding_alumni .guiding_alumni_college_cource ul li i.brifecase {
    width: 30px;
    height: 30px;
    background: url('../../404.html') no-repeat 0 0 / 100%;
    margin-right: 15px;
}

.full_guiding_alumni .guiding_alumni_college_cource ul li span {
    width: calc(100% - 53px);
    font-size: 18px;
    line-height: 20px;
}

.alumni_links {
    margin-top: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.alumni_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.alumni_links ul li {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.alumni_links ul li:not(:last-child) {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid #1290bf;
}

.alumni_links ul li a {
    background: #802F31;
    width: 140px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-left: 20px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.alumni_links ul li a:hover {
    background: #4F080A;
}

.alumni_links ul li span {
    font-weight: 600;
    font-size: 20px;
}

.alumniMentors .owl-carousel .owl-wrapper {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.alumniMentors .owl-carousel .owl-wrapper .owl-item .item {
    height: 100%;
}

.alumniMentors .owl-carousel .owl-item .item {
    padding: 0 0px 10px;
}

.alumniMentors .owl-carousel .owl-controls {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div:after,
.alumniMentors .owl-carousel .owl-controls .owl-buttons div:before {
    display: none !important;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
    width: 18px;
    height: 30px;
    font-size: 0 !important;
    left: -50px;
    opacity: 1;
    top: 110px;
    transform: rotate(0);
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons div.owl-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
    width: 18px;
    height: 30px;
    font-size: 0 !important;
    right: -50px;
    opacity: 1;
    top: 110px;
    transform: rotate(0);
}

.alumniMentors .owl-carousel .owl-controls .owl-pagination {
    width: 100%;
    display: none;
}

.alumniMentors .owl-carousel .owl-controls .owl-buttons {
    width: 100%;
}

.alumniMentors .owl-carousel .owl-controls .owl-page span {
    background: #000;
}

.guiding_alumni_block_wrap .owl-theme.owl_slider .item {
    padding: 15px 0;
}

.guiding_alumni_block .guiding_alumni_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 12px;
}

.guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 8px;
    box-shadow: 0px 0px 3px 2px #eee;
}


.guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #3c2a98;
    /* color: #1265A8; */
    font-family: var(--thim-font-title-font-family);
    text-align: center;
}

.guiding_alumni_college_cource {
    padding-top: 14px;
}

.guiding_alumni_college_cource ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.guiding_alumni_college_cource ul li:not(:last-child) {
    margin-bottom: 12px;
}

.guiding_alumni_college_cource ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    color: #666666;
}

.guiding_alumni_college_cource ul li i.college {
    width: 24px;
    height: 24px;
background: url('/assets/images/icons/shfl-small-school.svg') no-repeat center;
    margin-right: 8px
}

/* .guiding_alumni_college_cource ul li i.brifecase {
    width: 24px;
    height: 24px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/small-brifecase.svg') no-repeat center;
    margin-right: 8px
}

.guiding_alumni_college_cource ul li i.tool {
    width: 24px;
    height: 24px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/tool.svg') no-repeat center;
    margin-right: 8px
}

.guiding_alumni_college_cource ul li i.cap {
    width: 24px;
    height: 24px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/graduation-cap.svg') no-repeat center / 100% !important;
    margin-right: 8px
} */

.guiding_alumni_college_cource ul li i {
    /* filter: invert(9%) sepia(79%) saturate(6591%) hue-rotate(25deg) brightness(85%) contrast(115%);-webkit-filter: invert(9%) sepia(79%) saturate(6591%) hue-rotate(25deg) brightness(85%) contrast(115%); */
    font-size: 18px;
    background-size: 20px !important;
}

.guiding_alumni_college_cource ul li span {
    width: calc(100% - 32px);
    text-align: justify;
    font-size: 14px;
    line-height: 17px;
    vertical-align: top;
    margin: 4px 0 0;
}

.guiding_alumni_college_cource ul li span b {
    display: block;
    font-weight: 400;
}

.owl-theme.owl_slider .owl-nav.disabled {
    display: none;
}

.univariety-wrap section .guiding_alumni_college_cource p {
    font-size: 14px;
    line-height: 16px;
    color: #3B3B3B;
    margin-bottom: 18px;
}

.univariety-wrap section .guiding_alumni_college_cource p.batch {
    color: #292929;
}

.univariety-wrap section .guiding_alumni_college_cource p.university {
    color: #C79756;
}

.univariety-wrap section .guiding_alumni_college_cource p~ul li {
    color: #292929;
}

/* .univariety-wrap section .guiding_alumni_college_cource p ~ ul li i{ filter: invert(0) brightness(0); -webkit-filter: invert(0) brightness(0); } */
.yellow .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.univariety-wrap section.adding_alumni_value h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}

.adding_alumni_value p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 10px !important;
}

.x-scroll {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.x-scroll::-webkit-scrollbar {
    height: 4px;
}

.x-scroll::-moz-scrollbar {
    height: 4px;
}

.x-scroll::-webkit-scrollbar-track {
    background: #ccc;
}

.x-scroll::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.welcome .custom_tab .nav {
    margin: 0;
    min-width: 950px;
    border-bottom: 2px solid #00345715;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.welcome .custom_tab .nav .nav-item {
    border: 0;
    margin: 0;
}

.welcome .custom_tab .nav .nav-item .nav-link {
    border: 0 !important;
    background: none;
    font-size: 20px;
    font-weight: 400;
    padding: 23px;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    color: #3B3B3B;
    font-family: 'Poppins', sans-serif;
}

.welcome .custom_tab .nav .nav-item .nav-link.active {
    color: #C79756;
    font-weight: 600;
}

.welcome .custom_tab .nav .nav-item .nav-link:hover {
    color: #006CB5;
}

.welcome .custom_tab .nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    width: 0;
    background: #C79756;
    height: 5px;
    border-radius: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.welcome .custom_tab .nav .nav-item .nav-link.active:before {
    width: 100%
}

.welcome .custom_tab .tab-content {
    background: none;
    padding: 0;
    border: none;
}

.welcome .custom_tab .nav-tabs>li.active>a:focus,
.welcome .nav-tabs>li>a:hover {
    background: none;
}

.custom_tab .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.custom_tab {
    margin-top: 30px;
}

.custom_tab h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    color: #1265A8;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.checked-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    font-size: 18px;
    line-height: 26px;
}

.checked-list li:not(:last-child) {
    margin-bottom: 24px;
}

.checked-list li {
    padding: 0 0 0 26px;
    position: relative;
    color: #666666;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

.checked-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/check.svg') no-repeat 0 0;
    width: 16px;
    height: 16px;
}

.btn-signUp {
    background: #1265A8;
    opacity: 1;
    width: auto;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-transform: none;
    padding: 0 30px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/* .btn-signUp::before {content: '';position: absolute;top: 14px;left: 12px;width: 10px;height: 10px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;} */
.btn-signUp:hover {
    background: #fff;
    color: #1265a8;
    border: 2px solid #1265a8;
}

.btn-signUp:hover::before {
    left: 15px;
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.givingBackSchool {
    background-color: #D8EDFE;
    margin-bottom: -62px;
}

.univariety-wrap section.givingBackSchool h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}

.givingBackSchool p {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 30px !important;
}

.alumni-block {
    box-shadow: 0px 20px 40px #88949B29;
    border-radius: 4px;
    padding: 50px;
}

.alumni-block:not(:last-child) {
    margin-bottom: 40px;
}

.alumni-block.monitor {
    background: #FFF;
}

.alumni-block.careerTalk {
    background: #fff;
}

.alumni-block h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    color: #1265A8;
    margin: 0 0 5px;
}

.givingBackSchool .alumni-block p {
    font-size: 18px;
    line-height: 28px;
    color: #262626;
    margin: 0 0 20px !important;
    text-align: left;
    opacity: 1;
    margin-bottom: 20px;
}

.btn-interested {
    background: #2EC4B6;
    opacity: 1;
    width: 214px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #2EC4B6;
    text-transform: uppercase;
}

.btn-interested:hover {
    background: transparent;
    color: #2EC4B6;
}

.univariety-wrap section h2.main-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #1265A8;
    text-align: center;
    margin: 0 0 8px;
}

.univariety-wrap section p.sub-title {
    color: #262626;
}

.univariety-wrap section h2.main-title span {
    position: relative;
    z-index: 1;
}

.univariety-wrap section h2.main-title span~b {
    position: relative;
    z-index: 2;
}

.student_insights {
    margin-bottom: 80px;
}

.student_insights_success_stories {
    background: #fff url('../../../resources.edunexttechnologies.com/web-data/newerapublicschool/img/bg-pattern.jpg');
}

.student_insights_success_stories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 220px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.student_insights_count {
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.student_insights_count::-webkit-scrollbar {
    height: 4px;
}

.student_insights_count::-moz-scrollbar {
    height: 4px;
}

.student_insights_count::-webkit-scrollbar-track {
    background: #ccc;
}

.student_insights_count::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.student_insights_count ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    margin: auto;
}

.student_insights_count ul li:not(:last-child) {
    margin-right: 80px;
}

.student_insights_count ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.student_insights_count ul li div:last-child {
    width: calc(100% - 68px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.student_insights_count ul li .icon {
    width: 48px;
    height: 50px;
    margin-right: 20px;
    margin-top: 4px;
}

.student_insights_count ul li .icon.universities {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/universities.svg') no-repeat center;
}

.student_insights_count ul li .icon.graduation-cap {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/graduation-cap-2.svg') no-repeat center;
}

.student_insights_count ul li .icon.scholarship {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/007-scholarship-1.svg') no-repeat center;
}

.student_insights_count ul li p {
    color: #262626;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}

.student_insights_count ul li b {
    font-size: 50px;
    line-height: 48px;
    margin: 0 0 10px;
    white-space: nowrap;
    color: #1265A8;
    font-weight: 600;
    font-family: var(--thim-font-title-font-family)
}

.student_insights_count ul li b span {
    font-weight: 100;
}

.success_stories_block {
    background: #FFFFFF;
    box-shadow: 0px 5px 5px #0000001A;
    border-radius: 4px;
    opacity: 1;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.success_stories_block .success_stories_detail {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 15px;
}

.success_stories_profile_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

.success_stories_year_school {
    color: #003457;
    font-size: 14px;
    margin-top: 4px;
    text-transform: uppercase;
}

.success_stories_block .success_stories_detail .course {
    color: #8B1216;
    font-size: 14px;
    line-height: 14px;
    margin: 14px 0;
    text-align: left;
    line-height: 18px;
}

.success_stories_profile_img img {
    width: 100%;
}

.success_stories_detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.success_stories_detail ul li:not(:last-child) {
    margin-bottom: 5px;
}

.success_stories_detail ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.success_stories_detail ul li i.tool {
    width: 24px;
    height: 24px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/tool.svg') no-repeat center;
    margin-right: 8px
}

.success_stories_detail ul li i.brifecase {
    width: 24px;
    height: 24px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/small-brifecase.svg') no-repeat 0 0;
    margin-right: 8px
}

.success_stories_detail ul li span {
    width: calc(100% - 32px);
    line-height: 18px;
    font-size: 13px;
    font-family: 'Muli' !important;
    text-align: left;
}

.success_stories .owl-theme.owl_slider .owl-controls .owl-buttons div.owl-next {
    filter: invert(1);
    top: 44%;
    -webkit-filter: invert(1);
}

.success_stories .owl-theme.owl_slider .owl-controls .owl-buttons div.owl-prev {
    filter: invert(1);
    top: 44%;
    -webkit-filter: invert(1);
}

.success_stories .owl-theme.owl_slider .owl-controls .owl-page span {
    background: #595959;
}

section.career_paths {
    background: #8B1216;
}

.univariety-wrap section.career_paths h2.main-title {
    color: #fff !important
}

.univariety-wrap section.career_paths p.sub-title {
    color: #fff
}

.univariety-wrap section.career_paths h2.main-title span::before {
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-43871.svg') no-repeat left top 15px;
    opacity: 0.5;
}

.univariety-wrap section.career_paths p.sub-title {
    opacity: 1
}

.univariety-wrap section.career_paths p.sub-title {
    opacity: 1
}

.career_paths .card .card-body {
    padding: 30px 0;
}

.progressWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
}

.progressWrap .ProgressCol {
    width: 50%;
    padding: 0 30px;
}

.graphblk {
    overflow: hidden;
    background: #fff;
    margin: 30px auto 0;
    width: 100%;
    max-width: 1157px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    box-shadow: 0px 5px 40px #00345726;
}

.graphblk>div {
    width: 100%;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* .graphblk > div:last-child{background-color: #F0F9FF;width: 54%;} */
.graphblk>div .xscroll {
    padding-top: 30px;
}

.univariety-wrap section .graphblk h2 {
    font-size: 26px;
    text-align: center;
    margin: 0 0 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.dark-brown {
    background-color: #C79756;
}

.dark-blue {
    background-color: #192F59;
}

.graphblk .progresstext {
    position: absolute;
    right: 5px;
    left: auto;
    width: 40px;
    text-align: center;
    bottom: auto;
    margin: auto;
    top: -42px;
    line-height: 40px;
    font-weight: 300;
    font-size: 16px;
    background: none;
}

.graphblk>div:first-child .progresstext {
    color: #000;
}

.graphblk>div:last-child .progresstext {
    color: #000;
}

.bigVerticalProgress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: space-around;
    /*  flex-direction:column; */
}

.bigVerticalProgress .graphContainer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0 9px;
    width: 50px;
}

.bigVerticalProgress .graphContainer .progress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    height: 235px !important;
    align-items: center;
    position: relative;
    flex-direction: column;
    justify-content: end;
    border-radius: 0.25rem !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    -ms-border-radius: 0.25rem !important;
    -o-border-radius: 0.25rem !important;
    overflow: visible;
}

.bigVerticalProgress .graphContainer .progress .progress-bar span {
    display: none;
}

.bigVerticalProgress .graphContainer .progress .progress-bar {
    border-radius: 4px;
    width: 100%;
    justify-content: flex-end;
    padding-bottom: 0px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 6px 6px 0px 0px;
}

.bigVerticalProgress .verticleProgress {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*width:100%;*/
}

.verticleProgress .caption span {
    letter-spacing: 0;
    line-height: 16px;
    display: inline-block;
    margin: 0 0 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    vertical-align: top;
}

.bigVerticalProgress .verticleProgress .caption {
    text-align: center;
    max-width: 180px;
    width: 100%;
    padding-right: 0px;
    padding-top: 10px;
}

.graphblk>div:first-child .bigVerticalProgress .verticleProgress .caption {
    text-align: center;
    max-width: 80px;
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.graphblk>div:first-child .progress {
    background-color: #FFFBF0;
}

.graphblk>div:last-child .progress {
    background-color: #F5F5F5;
}

.xscroll {
    overflow-x: auto;
}

.xscroll {
    margin-bottom: 0px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.xscroll::-webkit-scrollbar {
    height: 6px;
    /* width of the entire scrollbar */
}

.xscroll::-webkit-scrollbar-track {
    background: #ccc;
    /* color of the tracking area */
}

.xscroll::-webkit-scrollbar-thumb {
    background-color: #eee;
    /* color of the scroll thumb */
    border-radius: 2px;
    /* roundness of the scroll thumb */
    border: 1px solid #ccc;
    /* creates padding around scroll thumb */
}

.univariety_alumni_top_colleges {
    background: #fff url('../../../resources.edunexttechnologies.com/web-data/newerapublicschool/img/bg-pattern.jpg');
}

.univariety_alumni_top_colleges_container {
    max-width: 1140px;
    width: 90%;
    margin: auto;
    padding: 0;
}

.univariety_alumni_top_colleges_title {
    font-size: 48px;
    color: #F01A22;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 50px;
    text-align: center;
}

.univariety_alumni_top_colleges_sub_title {
    font-size: 22px;
    color: #000;
    font-weight: 100;
    line-height: 26px;
    text-align: center;
    margin-bottom: 36px;
}

.univariety_alumni_top_colleges_tab .nav {
    border-bottom: 2px solid #00345715;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link {
    background: none;
    border: 0;
    font-size: 20px;
    color: #666;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    padding: 10px 28px 20px;
    position: relative;
    cursor: pointer;
    font-family: var(--thim-font-title-font-family);
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link b {
    font-weight: 600;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link:focus {
    outline: none;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link:focus-within {
    outline: none;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
    background: #006CB5;
    height: 5px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link.active:before {
    width: 100%;
}

.univariety_alumni_top_colleges_tab .nav .nav-item .nav-link.active {
    color: #000;
}

.univariety_alumni_top_colleges_tab .tab-content {
    padding: 20px 0 0;
    border: none
}

.univariety_alumni_top_colleges_tab .tab-content>.tab-pane {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.univariety_alumni_top_colleges_tab .tab-content>.tab-pane.active {
    height: auto;
    overflow: visible;
}

.top_colleges_block_wrap {
    width: 373px;
}

.college_block:not(:last-child) {
    margin-bottom: 10px;
}

.college_block {
    background: #FFFFFF;
    border: 2px solid #ECF0F3;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    min-height: 80px;
}

.college_block .college_logo {
    margin-right: 15px;
}

.college_name {
    font-size: 16px;
    line-height: 20px;
    word-break: break-all;
    white-space: normal;
    width: calc(100% - 80px);
}

.univariety_alumni_top_colleges_tab .owl-nav>button {
    position: absolute;
    top: 40%;
    width: 26px !important;
    height: 48px !important;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/right-arrow-lg.svg') no-repeat 0 0 !important;
    display: inline-block;
    border-radius: 0 !important;
    font-size: 0;
    border: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.univariety_alumni_top_colleges_tab .owl-nav>button span {
    display: none !important;
}

.univariety_alumni_top_colleges_tab .owl-nav>button.owl-prev {
    font-size: 0;
    left: -80px;
    transform: scaleX(-1) translateY(0) !important;
    -webkit-transform: scaleX(-1) translateY(0) !important;
    -moz-transform: scaleX(-1) translateY(0) !important;
    -ms-transform: scaleX(-1) translateY(0) !important;
    -o-transform: scaleX(-1) translateY(0) !important;
}

.univariety_alumni_top_colleges_tab .owl-nav>button.owl-next {
    font-size: 0;
    right: -80px;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
}

.univariety_alumni_top_colleges_tab .owl-nav>button span {
    display: none;
}

.univariety_alumni_top_colleges_tab .owl-nav>button.disabled {
    opacity: 0.3;
}

.univariety-wrap section.univariety_alumni_child_benefits {
    background: #D8EDFE;
    padding: 0;
}

.univariety-wrap section.univariety_alumni_child_benefits .univariety_alumni_child_benefits_container {
    padding-bottom: 0;
}

.univariety_alumni_child_benefits_container {
    padding: 80px 0;
}

.univariety_alumni_child_benefits_title {
    font-size: 30px;
    color: #1265A8;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 50px;
    text-align: center;
    font-family: var(--thim-font-title-font-family);
}

.univariety_alumni_child_benefits_sub_title {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    text-align: center;
    margin-bottom: 45px;
}

.student_guidance_tabsec {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1384px;
}

.student_guidance_tabsec>h2 {
    font-size: 50px;
    margin-bottom: 25px;
    font-family: 'Proxima-Nova-Bold';
}

.student_guidance_tabsec>p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 40px;
    font-family: 'Proxima-Nova-Semibold';
    text-align: center;
    color: #212529;
}

.student_guidance_tabsec .nav-pills {
    margin: auto auto 40px;
    background: transparent;
    border: 0px solid #074DA2;
    border-radius: 25px;
    width: 90%;
    overflow: visible;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.student_guidance_tabsec .nav-pills .nav-item {
    width: 204px;
    height: 50px;
}

.student_guidance_tabsec .nav-pills .nav-item:not(:last-child) {
    margin-right: 20px;
}

.student_guidance_tabsec .nav-pills .nav-link {
    color: #000;
    padding: 6px 30px;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background: none;
    line-height: 38px;
    border: 2px solid #000000;
    border-radius: 25px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student_guidance_tabsec .nav-pills .nav-link:before {
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #C79756;
    width: 0;
    height: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.student_guidance_tabsec .nav-pills .nav-link.active {
    color: #FFF !important;
    border-color: #C79756;
    background: #C79756;
    border-radius: 25px;
    font-weight: normal;
}

.student_guidance_tabsec .nav-pills .nav-link.active:before {
    opacity: 1;
    top: 100%;
}

.student_guidance_tabsec .tab-pane img {
    width: 100%;
    height: auto;
}

.student_guidance_tabsec .tab-pane p {
    margin: 0 auto 40px;
    max-width: 1020px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
    color: #292929;
    opacity: 1;
}

.pill-header {
    font-size: 30px;
    color: #262626;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 50px;
    text-align: center;
    margin-top: 0px;
    font-family: var(--thim-font-title-font-family);
}

.btn-enquire {
    background: #5CAE48;
    box-shadow: 0px 3px 6px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 25px;
    padding: 8px 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.btn-enquire:hover {
    color: #fff;
    text-decoration: none;
    background: #4C9939;
    box-shadow: 0px 3px 26px #00000033;
}

.student_guidance_tabsec .tab-content {
    padding: 0;
    border: 0;
}

/*watch tab video pop up css*/
.video-wrapper {
    width: 100%;
    left: 0;
    right: 0;
    top: 36%;
    position: absolute;
    height: 42%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.videoLeftSection {
    width: 53%;
    margin-top: 10px;
}

.videoRightSection {
    width: 37.3%;
    margin-right: 0.8%;
    margin-top: 20px;
}

.video-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.video-wrapper .videoLeftSection ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video-wrapper .videoLeftSection ul li {
    width: 48%;
    margin-bottom: 4.5%;
}

.video-wrapper .videoRightSection ul li {
    margin-bottom: 16px;
}

#video_pop .embed-responsive-16by9::before {
    padding-top: 56.2%;
}

#video_pop button.close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    opacity: 1;
    padding: 3px 5px;
    border-radius: 1px;
    z-index: 9;
    height: 24px;
    display: flex;
    align-items: start;
    justify-content: center;
}

#video_pop button.close span {
    line-height: 20px;
    vertical-align: top;
    margin: -1px 0 0;
}

.z-9999 {
    z-index: 9999;
}

.video-wrapper .video-btn {
    display: inline-block;
    position: relative;
}

.video-wrapper ul li a .icon-play {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #007DC5;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-wrapper ul li a .icon-play::before {
    width: 0;
    height: 0;
    content: '';
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    font-size: 0;
    position: static;
    margin-left: 11%;
}

.video-wrapper ul li a:hover .icon-play {
    background: #5CAE48;
}

.video-wrapper .videoRightSection ul li a .icon-play {
    width: 28px;
    height: 28px;
}

.video-wrapper .videoRightSection ul li a .icon-play::before {
    border-left: 6px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.student_guidance_tabsec .tab-pane .videoLeftSection a img {
    border-radius: 4px;
}

.student_guidance_tabsec .tab-pane .videoRightSection a img {
    border-radius: 4px;
    box-shadow: 0px 4px 7px #0D345354;
}

.webinar-brife {
    position: absolute;
    top: 25px;
    left: 38%;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 19px;
}

.webinar-brife b {
    font-weight: 500;
    display: block;
    font-size: 13px;
}

.webinar-brife:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 2px;
    width: 3px;
    height: 32px;
    background: #FBB217;
}

.deskonly {
    display: block;
}

.mobileonly {
    display: none;
}


.univariety_alumni_guiding {
    background: #fff url('../../../resources.edunexttechnologies.com/web-data/newerapublicschool/img/bg-pattern.jpg');
    margin-bottom: -58px;
}

.alumni_mentors .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.univariety_alumni_guiding .item {
    padding: 15px 15px 30px;
    height: 100%;
}

.univariety_alumni_guiding_block {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px #0000001A;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.univariety_alumni_guiding_detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #70707030;
}

.univariety_alumni_guiding_detail .profile_img {
    width: 80px;
    margin-right: 10px;
}

.univariety_alumni_guiding_brife {
    text-align: left;
    width: calc(100% - 90px);
}

.univariety_alumni_guiding_brife .profile_name {
    text-align: left;
    color: #1265A8;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}

.univariety_alumni_guiding_brife .profile_yrs {
    text-align: left;
    font-size: 14px;
    margin: 5px 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #292929;
    line-height: 16px;
    margin-bottom: 10px;
}

.univariety_alumni_guiding_brife .college {
    color: #C79756;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.univariety_alumni_guiding_block .guiding_alumni_college_cource {
    padding-top: 0;
}

main section.univariety_alumni_guiding .owl-nav button {
    position: absolute;
    top: 47%;
    width: 26px !important;
    height: 48px !important;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/right-arrow-lg.svg') no-repeat 0 0 !important;
    display: inline-block;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: none !important;
}

main section.univariety_alumni_guiding .owl-nav button span {
    font-size: 0 !important;
}

main section.univariety_alumni_guiding .owl-nav button.owl-prev {
    left: -80px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

main section.univariety_alumni_guiding .owl-nav button.owl-next {
    right: -80px;
}

main section.univariety_alumni_guiding .owl-nav button span {
    display: none;
}

/* .alumni_mentors .guiding_alumni_college_cource ul li i { filter: invert(0) brightness(0); -webkit-filter: invert(0) brightness(0); } */

.top-colleges-slider .owl-nav>div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/right-arrow-lg.svg') no-repeat 0 0;
    width: 26px;
    height: 48px;
    font-size: 0;
}

.top-colleges-slider .owl-nav>div.owl-prev {
    left: -50px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.top-colleges-slider .owl-nav>div.owl-next {
    right: -50px;
}

.top-colleges-slider .owl-nav>div.disabled {
    opacity: 0.5;
}

.alumni_mentors .owl-nav>div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/right-arrow-lg.svg') no-repeat 0 0;
    width: 26px;
    height: 48px;
    font-size: 0;
}

.alumni_mentors .owl-nav>div.owl-prev {
    left: -50px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.alumni_mentors .owl-nav>div.owl-next {
    right: -50px;
}

.alumni_mentors .owl-nav>div.disabled {
    opacity: 0.5;
}

.univariety_alumni_guiding .btn-watch {
    height: 34px;
    background: #FFC203;
    box-shadow: 0px 3px 6px #00000033;
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    text-transform: capitalize;
    align-items: start;
    padding: 3px 30px;
}

.univariety_alumni_guiding .btn-watch:hover {
    color: #08ae55;
    background: #FFF;
}

section[class*="univariety_"] {
    overflow: hidden;
}

.univariety_guiding_alumni .owl-dots button {
    width: 10px;
    height: 10px;
    vertical-align: top;
    margin: 5px;
}

.univariety_guiding_alumni .owl-dots {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
}

.univariety_guiding_alumni .owl-dots button span {
    background: #fff9;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    /*! border: 2px solid #000; */
}

.univariety_guiding_alumni .owl-dots button.active span {
    background: #f0c22a;
    border-color: #fff;
}

.univariety_alumni_top_colleges_tab .powerby {
    justify-content: end;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
}

.univariety_alumni_top_colleges_tab .powerby a {
    margin-left: 10px;
}

.btn-download {
    height: 40px;
    background: #AA1F26;
    border-radius: 4px;
    padding: 0 20px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.btn-download:hover {
    background: #ef4224;
    color: #fff;
}

.other_links_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.other_links_wrap>div {
    padding: 0px 50px 0px;
    margin: 30px 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.other_links_wrap>div:first-child {
    border-right: 1px solid #E5E5E5;
}

.other_links_wrap>div h4 {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.btn-knowmore {
    opacity: 1;
    background: transparent linear-gradient(180deg, #F89100 0%, #E58600 100%) 0% 0% no-repeat padding-box;
    box-shadow: inset 0px -2px 0px #C27100, inset 0px 1px 0px #FCC880;
    border: 1px solid #AE771A;
    border-radius: 4px;
    width: 100px;
    height: 27px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Droid Sans', Arial, Verdana, sans-serif;
    color: #fff;
    text-shadow: 0px 1px 0px #00000052;
}

.btn-knowmore:hover {
    color: #fff;
    background: transparent linear-gradient(180deg, #C27100 0%, #F89100 100%) 0% 0% no-repeat padding-box;
}

.other_links_wrap .btn-signUp {
    background: #fff;
    border: 2px solid #fff;
    /* color: #1265A8; */
    color: #3c2a98;
    font-size: 16px;
    height: 45px;
    padding: 0 24px;
    width: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 3px;
    text-transform: capitalize;
    position: relative;
}

.other_links_wrap .btn-signUp::before {
    content: '';
    display: none;
    position: absolute;
    top: 15px;
    left: 18px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.other_links_wrap .btn-signUp:hover {
    color: #fff;
    /* background: #1265a8; */
    background: #3c2a98;
    border: 2px solid #fff;
}

/* .other_links_wrap .btn-signUp:hover::before{border-right: 2px solid #009846; border-bottom: 2px solid #009846;left: 22px;} */

.flex-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.top_colleges_wrap .tab-content .col-md-6:first-child {
    border-right: 1px solid #E5E5E5;
}

.top_colleges_wrap .tab-content .tab-pane {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.top_colleges_wrap .tab-content .tab-pane::-webkit-scrollbar {
    width: 4px;
}

.top_colleges_wrap .tab-content .tab-pane::-moz-scrollbar {
    width: 4px;
}

.top_colleges_wrap .tab-content .tab-pane::-webkit-scrollbar-track {
    background: #ccc;
}

.top_colleges_wrap .tab-content .tab-pane::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 20px;
    border: 2px solid #666;
}

.colg_sec_logos>div {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.logoborder {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.colg_sec_logos p {
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.colg_sec_logos>div:first-child {
    padding-top: 0;
}

.top_colleges_wrap .tab-content .tab-pane .colg_sec_logos .font-16 {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
    color: #000;
    margin: 0;
}

.alumniMentors {
    background: #f5f5f5;
}

.alumni_Mentors_wrap>p {
    color: #EFD4D6;
    margin-bottom: 35px;
}

.alumniMentors_slider.owl-carousel .owl-stage {
    display: flex;
}

.alumniMentors_slider.owl-carousel .owl-stage .owl-item .item {
    height: 100%;
}

.alumni_Mentors_cover {
    width: 270px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.alumni_profile_details {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px #0000001A;
    border-radius: 0 0 6px 6px;
    padding: 20px;
    text-align: left;
    flex: 1
}

.alumni_profile_img {
    width: 100%;
    padding: 0 20px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/path-74076.svg') no-repeat left 20px / 100%;
    position: relative;
}

.owl-carousel .owl-item .alumni_Mentors_cover .alumni_profile_img img {
    max-width: 90px;
    width: 90px;
    position: relative;
    border-radius: 5px;
}

.alumni_profile_img:before {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    height: 41px;
    position: absolute;
}

.alumni_profile_details h3 {
    font-size: 22px;
    color: #020202;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 600;
}

.alumni_profile_details .year_school {
    font-style: italic;
    color: black;
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.alumni_profile_details>p {
    color: #000000;
    opacity: 0.7;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    line-height: 18px;
}

.alumni_profile_details ul {
    padding: 0;
    margin: 0;
}

.alumni_profile_details ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
}

.alumni_profile_details ul li i {
    width: 18px;
    margin-right: 10px;
}

.alumni_profile_details ul li span {
    flex: 1;
}

.alumni_profile_details ul li:first-child {
    color: #9E1621;
}

.alumni_profile_details ul li:not(:last-child) {
    margin-bottom: 14px;
}

.alumni_profile_details ul li i.icon-hat {
    height: 13px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/001-mortarboard.svg') no-repeat 0 0;
    margin-top: 2px;
}

.alumni_profile_details ul li i.icon-scale {
    height: 18px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img//003-portfolio.svg') no-repeat 0 0;
    margin-top: 2px;
}

.alumni_profile_details ul li i.icon-bag {
    height: 16px;
    background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/003-portfolio.svg') no-repeat 0 0;
    margin-top: 2px;
}

.btn-view-journet {
    border: 1px solid #EF4224;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    color: #EF4224;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-view-journet:hover {
    color: #fff;
    background: #ef4224;
}

.powerBy {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: end;
    align-items: center;
}

.powerBy span {
    margin-right: 20px;
    font-size: 16px;
    font-style: italic;
    margin-top: -6px;
}

.powerBy.justify-content-center {
    justify-content: center;
    color: #000;
}

button.btn-custom-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn-custom-close span {
    margin: -5px 0 0;
}

.core-menu li a {
    padding: 13px 9px;
}

.powerBy.center-align {
    justify-content: center;
    margin-bottom: -30px;
    color: #fff;
}

.univariety-wrap .owl-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-wrap: wrap;
    -moz-box-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 14px;
}

.univariety-wrap .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #666;
    border-radius: 50%;
    margin: 5px;
    opacity: 0.4;
}

.univariety-wrap .owl-dots .owl-dot.active {
    opacity: 1;
}

.univariety-wrap .guiding_alumni .owl-dots .owl-dot {
    background: #fff;
}

@media (max-width: 1024px) {
    .univariety_alumni_main_banner_text .banner_title {
        font-size: 48px;
        line-height: 50px;
    }

    .univariety_alumni_main_banner_text {
        width: 40%;
        padding-left: 0;
    }

    .alumni_network_count ul {
        justify-content: start;
    }
}

@media (max-width: 991px) {
    .banner_sub_title {
        margin-bottom: 2vw;
    }

    .univariety_pay_block_image {
        width: 40%;
    }

    .univariety_pay_block_image img {
        width: 100%;
    }

    .univariety_alumni_main_banner_text .banner_title {
        font-size: 50px;
        line-height: 70px;
    }

    .owl-theme.owl_slider .owl-controls .owl-buttons div {
        display: none;
    }

    .owl-theme.owl_slider .owl-controls .owl-pagination {
        display: block;
    }

    .custom_tab .nav-pills {
        min-width: 690px;
    }

    .custom_tab .nav-pills .nav-item .nav-link {
        padding: 23px 15px;
        font-size: 18px;
    }

    .custom-banner .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .custom-banner h1 {
        color: #fff;
        font-size: 36px;
        line-height: 44px;
        font-weight: bold !important;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .univariety-wrap section.custom-banner h2 {
        font-size: 30px;
    }

    .custom-banner span {
        color: #fff;
        font-size: 26px;
    }

    .custom-banner.column-reverse .row {
        flex-direction: column-reverse;
    }

    .custom-banner-brife {
        text-align: center;
    }

    .custom-banner-brife .btn-intro {
        margin: 30px auto;
    }

    .welcome .custom_tab .nav-tabs li a {
        font-size: 20px !important;
    }

    .block-wrap .flex-row-reverse {
        flex-direction: row;
    }

    .block-wrap .alumni-block h3 {
        margin-top: 30px;
    }

    .custom-banner-brife .d-flex.align-items-center.justify-content-center.mt-4 {
        justify-content: center;
    }

    .custom-banner-brife .btn-intro.video-btn.mt-0 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 830px) {
    .univariety-wrap section.univariety_alumni_main_banner {
        padding: 0;
    }

    .univariety_alumni_main_banner_text {
        width: 100%;
    }

    .univariety_alumni_main_banner_container {
        padding: 50px 0;
    }

    .univariety_alumni_main_banner {
        background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-78458.svg') no-repeat 0 center / auto 70%;
    }

    .univariety_alumni_main_banner_container .banner-img {
        flex-basis: 100%;
    }

    .other_links_wrap>div {
        padding: 0px 40px 0px;
    }
}

@media (max-width: 786px) {
    .alumni_links ul {
        flex-direction: column;
    }

    .alumni_links ul li {
        padding: 0;
        text-align: center;
        justify-content: center;
        position: relative;
    }

    .alumni_links ul li:not(:last-child) {
        margin: 0 0 40px;
        padding: 0 0 40px;
        border-right: 0px solid #1290bf;
    }

    .alumni_links ul li:first-child:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        height: 1px;
        background: #1290bf;
        margin: auto;
    }

    .student_insights_count ul li:not(:last-child) {
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .deskonly {
        display: none;
    }

    .mobileonly {
        display: block;
    }

    .student_guidance_tabsec .nav-pills .nav-link {
        padding: 6px 30px;
        font-size: 20px;
        width: 150px;
        text-align: center;
    }

    .mobilebgsec {
        display: block;
        width: 345px;
        height: 654px;
        margin: 0 auto;
        background: url('../../../resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-43391.png') center top no-repeat;
        padding: 72px 18px 0 19px;
    }

    .yscroll {
        height: 100%;
        overflow-y: auto;
        scrollbar-width: none;
    }

    .xscroll {
        scrollbar-width: none;
    }

    .univariety_alumni_child_benefits_title {
        line-height: 40px;
    }

    .mobilebgsec .yscroll>div {
        height: max-content;
        width: 100%;
    }

    .mobilebgsec .yscroll>div img {
        width: 100%;
        height: auto;
    }

    .mobilebgsec .video-wrapper {
        width: 100%;
        display: flex;
        background: #F7F9F9;
        padding: 20px 15px;
        position: static;
    }

    .videoLeftSection {
        width: 100%;
    }

    .videoRightSection {
        width: 100%;
        margin: 10px 0 0;
    }

    .mobilebgsec .video-wrapper h3 {
        font-size: 16px;
        font-weight: 600;
        margin: 0 0 10px;
    }

    .mobilebgsec .video-wrapper p {
        text-align: left;
        font-size: 14px;
        margin: 0 0 15px;
    }

    .pill-header {
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 35px;
        margin-top: 15px;
    }

    .tabSection {
        flex-direction: column;
    }

    .tabSection .nav .nav-item:not(:last-child) {
        margin: 0 10px 0 0;
    }

    .tabSection .nav {
        width: 100%;
        flex-direction: row;
        margin: 0 !important;
    }

    .top_colleges_wrap .tabSection .nav .nav-item .nav-link {
        border-radius: 30px 30px 0 0;
        padding: 20px 50px;
    }

    .top_colleges_wrap .tabSection .nav .nav-item .nav-link.active {
        box-shadow: 0px -30px 50px 0px #0000000D;
    }

    .univariety-wrap section h2+p br {
        display: none;
    }

    .top_colleges_wrap .tab-content .tab-pane {
        max-height: 400px;
    }

    .flex-row-reverse {
        flex-direction: row;
    }

    .custom_tab h3 {
        margin-top: 35px;
    }

    .progressWrap .ProgressCol {
        width: 100%;
        padding-right: 45px;
    }

    .progressWrap .ProgressCol:first-child {
        margin-bottom: 10px;
    }

    .top_colleges_wrap .tabSection .nav li {
        width: auto;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .top_colleges_wrap .tabSection .nav a {
        border-radius: 20px 20px 0px 0px;
    }

    .top_colleges_wrap .tabSection .nav li.active a {
        box-shadow: 0px -30px 50px 0px #0000000D;
    }

    .top_colleges_wrap .tab-content .col-md-6:first-child {
        border-right: 0px solid #E5E5E5;
        width: 100%;
    }

    .main_banner_text {
        max-width: 78%;
    }

    .banner_title {
        font-size: 6.3vw;
        line-height: 7vw;
        margin-bottom: 25px;
    }

    .banner_sub_title {
        margin-bottom: 2vw;
        font-size: 4vw;
    }

    .graphblk {
        flex-direction: column;
    }

    .graphblk>div {
        width: 100%;
    }

    .graphblk>div:last-child {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        width: 100%;
    }

    .bigVerticalProgress {
        min-width: 630px;
    }

    .bigVerticalProgress .verticleProgress {
        width: 100%;
        max-width: 95px;
        padding: 0 10px;
    }

    .bigVerticalProgress .verticleProgress .caption {
        max-width: 50px;
        display: flex;
        justify-content: center;
    }

    .univariety_alumni_top_colleges_tab .nav {
        justify-content: start;
    }

    .univariety_alumni_top_colleges_tab .nav .nav-item .nav-link {
        font-size: 18px;
        padding: 10px 18px 20px;
        white-space: nowrap;
    }

    .top_colleges_block_wrap {
        width: 100%;
    }

    .other_links_wrap {
        flex-direction: column;
        align-items: center;
    }

    .other_links_wrap>div:first-child {
        border-right: 0px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 40px;
        margin: 30px 0 0;
    }

    .custom-banner img {
        max-width: 500px;
    }

    .custom-banner h1 {
        text-align: center;
    }

    .univariety-wrap section.custom-banner h2,
    .custom-banner span {
        text-align: center;
    }

    .btn-intro {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .univariety-wrap section {
        padding: 50px 0;
        overflow: hidden;
    }

    .custom-banner h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .custom-banner h2 {
        font-size: 24px;
        font-weight: 500;
    }

    .custom-banner span {
        font-size: 24px;
        line-height: 30px;
    }

    .univariety_alumni_main_banner {
        background: url('https://resources.edunexttechnologies.com/web-data/newerapublicschool/img/group-78458.svg') no-repeat top left 40% / auto 95.1%;
    }

    .univariety_alumni_main_banner_text .banner_title {
        font-size: 32px;
        line-height: 40px;
    }

    .univariety_alumni_main_banner_container {
        padding: 50px 0 25px;
    }

    .guiding_alumni,
    .alumni_network,
    .adding_alumni_value {
        padding: 40px 0;
    }

    .alumni_network .sub-title {
        font-size: 22px;
        line-height: 30px;
    }

    .alumni_network_count ul {
        justify-content: start;
    }

    .alumni_network_count li {
        min-width: 220px;
    }

    .block-wrap {
        margin: 0 -30px;
    }

    .alumni-block {
        padding: 40px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .alumni-block:not(:last-child) {
        margin-bottom: 0;
    }

    .verticleProgress {
        flex-direction: column-reverse;
    }

    .verticleProgress .caption {
        justify-content: start;
    }

    .univariety-wrap section.career_paths {
        padding-bottom: 0;
        position: relative;
        box-shadow: 0px 20px 20px #0000000D;
        border-bottom: 1px solid #EDEDED;
    }

    .career_paths .card {
        box-shadow: none;
        border-radius: 0;
        margin: 0 -30px;
        border: none;
    }

    .career_paths .card .card-header {
        padding-bottom: 0;
        border: 0;
        margin-bottom: -25px;
    }

    .top_colleges_wrap .tab-content .tab-pane {
        max-height: 400px;
    }

    .tabSection {
        margin: 0 -30px;
    }

    .top_colleges_wrap .tab-content {
        border-radius: 0;
        box-shadow: none;
        padding: 30px;
    }

    .tabSection .nav {
        padding: 0;
        background: #EEEDF5;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .mb-scroll {
        padding: 10px 30px;
        background: #EEEDF5;
        overflow: auto;
    }

    .top_colleges_wrap .tabSection .nav .nav-item .nav-link {
        border-radius: 40px;
        padding: 13px 30px;
    }

    .top_colleges_wrap .tabSection .nav a {
        padding: 10px 20px;
        white-space: nowrap;
        border-radius: 25px;
        font-size: 18px;
    }

    .top_colleges_wrap .tabSection .nav li {
        width: auto;
        margin: 0;
    }

    .colg_sec_logos>div {
        padding: 8px;
        background: #FFFFFF;
        border: 2px solid #ECF0F3;
        border-radius: 10px;
        margin-bottom: 7px;
    }

    .alumniMentors .owl-carousel .owl-wrapper .owl-item .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
    }

    .alumniMentors .owl-carousel .owl-controls .owl-pagination {
        display: block;
    }

    .powerBy {
        justify-content: center;
        align-items: center;
        margin-bottom: -20px;
    }

    .univariety-wrap section h2.main-title,
    .univariety-wrap section.career_paths h2.main-title,
    .univariety-wrap section h2.main-title,
    .univariety-wrap section.top-colleges h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .powerBy.center-align {
        margin-bottom: 0px;
    }

    .student_insights_count ul {
        min-width: 480px;
        max-width: 480px;
        justify-content: start;
    }

    .student_insights_count ul li div:last-child {
        text-align: left;
        align-items: start;
    }

    .student_insights_count ul li:not(:last-child) {
        margin-right: 20px;
    }

    .student_insights_count ul li p {
        text-align: left;
    }

    .student_insights_count ul li p br {
        display: none;
    }

    .top_colleges_block_wrap {
        width: 100%;
    }

    .student_guidance_tabsec .nav-pills .nav-item:not(:last-child) {
        margin-right: 5px;
    }

    .student_guidance_tabsec .nav-pills .nav-item {
        width: 96px;
        height: 45px;
    }

    .student_guidance_tabsec .nav-pills .nav-link {
        padding: 6px 30px;
        font-size: 18px;
        width: auto;
        text-align: center;
    }

    .student_guidance_tabsec .nav-pills .nav-link::before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #C79756;
    }

    .student_guidance_tabsec .tab-content {
        padding: 0px;
        border: 0;
    }

    /* .mobilebgsec {width: 100%;} */

    .banner_sub_title {
        margin-bottom: 6vw;
        font-size: 4vw;
        line-height: 5vw;
    }

    .givingBackSchool,
    .univariety_alumni_guiding {
        margin-bottom: -5px;
    }
}

@media (max-width: 380px) {
    .mobilebgsec {
        width: 300px;
        background-size: 100%;
        height: 568px;
    }
}