.container {
  max-width: 90% !important;
}


.admission-banner {
  background-image: url("../images/admissions/admission-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  width: 100%;
}
.abtnModl {
  width: 50%;
}
.homeBannerContainer {
  display: flex;
  width: 90%;
  align-items: center;
  margin: 0 auto;
}
.bannerText {
  color: #111636;
  font-family: "Charter Regular";
  font-weight: 400;
  font-size: 64px;
  line-height: 69.44px;
  margin-top: 40px;
}
.bannerText p span {
  color: #AF251C;
}
.bnr-icon
{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0px auto;
  width: 80px;
}

.bnr-icon img  
{
  max-width: 70px;
}
.about-1 
{
  width: 100%;
  height: auto;
  background:#111636;
  padding: 50px 0;
  border-radius: 0 0 70px 70px;
}
.about-1 .nav
{
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  border-bottom: 0px solid #dee2e6;
}
.about-1 .nav li
{
  background:rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  width:18%;
}
.about-1 .nav-pills .nav-link 
{
  display: block;
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Charter Regular";
  font-weight: 400;
  border-radius: 10px;
  min-height: 50px;
  position: relative;
  width:100%;
  height:-webkit-fill-available;
}
.about-1 .nav-pills .nav-link:before 
{
  content: "";
  width: 18px;
  height: 18px;
  background:rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0px auto;
  border-radius: 5px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 0;
}

.about-1 .nav-pills .nav-link.active
{
   background: #AF251C;
   height:-webkit-fill-available;
}
.about-1 .nav-pills .nav-link.active:before
{
  content: "";
  width: 18px;
  height: 18px;
  background: #AF251C;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0px auto;
  border-radius: 5px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 1;

}

.about-2
{
  padding: 40px 0 30px;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ab-1-1
{
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.ab-1-1:before
{
  content: "";
  background: rgba(182, 202, 233, 0.15);
  z-index: -1;
  width: 62%;
  height: 600px;
  left: -100px;
  top: -30px;
  position: absolute;
}



.ab-1-1 h1 
{
  font-size:50px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
}
.ab-1-1 h2 
{
  font-size:60px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
  margin:0 0 50px 0;
}

.ab-1-1 p 
{
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin:0 0 40px 0;
  color:#111636;
}

.ab-1-2
{
  position: relative;
}
.ab-1-2-flx
{
  display: flex;
  flex-wrap: wrap;
}
.ab-1-2-pic
{
  width: 55%;
  height: auto;
}
.ab-1-2-pic img  
{
  width: 100%;
  height: auto;
}
.ab-1-2-dec
{
  width: 45%;
  background: #770101;
  padding: 20px;
  color: #fff;
}
.ab-1-2-dec ul 
{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ab-1-2-dec ul li 
{
  width: 50%;
  height: auto;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 15px;
  border-width: 0 1px 1px 0;
}
.ab-1-2-dec ul li:nth-child(2)
{
  border-width: 0 0px 1px 0;
}
.ab-1-2-dec ul li:nth-child(3)
{
  border-width: 0 1px 0px 0;
}
.ab-1-2-dec ul li:nth-child(4)
{
  border-width: 0 0px 0px 0;
}
.ab-1-2-dec h4
{
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin:0 0 20px 0;
}

.ab-1-2-dec p
{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin:0 0 0px 0;
}
.ab-1-3
{
  margin-top: 100px;
}

.ab-1-3-dec
{
  width: 55%;
  height: auto;
  padding:20px 30px;
  color: #fff;
  background: #111636;
}
.ab-1-3-dec h5
{
  font-size: 24px;
  font-family: "Charter Regular";
  font-weight: 400;
}
.ab-1-3-dec h2
{
  font-size: 42px;
  font-family: "Charter Regular";
  font-weight: 400;
  margin:0 0 30px 0;
}
.ab-1-3-dec p
{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.ab-1-3-pic
{
  width: 45%;
  height: auto;
  background: #111636;
}
.ab-1-3-pic img 
{
  width: 100%;
  margin-top: -50px;
}

.ab-1-4 h4
{
  font-size: 40px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #000;
}
.ab-1-4 h3
{
  font-size: 52px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #000;
}
.ab-1-4-dec p
{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin:0 0 20px 0;
}
.ab-1-4-dec
{
  width: 47%;
  height: auto;
  padding: 70px 15px 0 0;
}
.ab-1-4-pic
{
  width: 52%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.ab-1-4-pic-1
{
  width: 49%;
  height: auto;
}
.ab-1-4-pic-1 img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab-1-5
{
  margin-top: 100px;
  margin-bottom: 250px;
  position: relative;
}
.ab-1-5-dec
{
  width: 45%;
  height: auto;
  padding:20px 30px 70px;
  color: #fff;
  background: #111636;
  position: relative;
}
.ab-1-5-dec h5
{
  font-size: 24px;
  font-family: "Charter Regular";
  font-weight: 400;
}
.ab-1-5-dec h2
{
  font-size: 42px;
  font-family: "Charter Regular";
  font-weight: 400;
  margin:0 0 20px 0;
}
.ab-1-5-dec p
{
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.ab-1-5-pic
{
  width: 55%;
  height: auto;
}
.ab-1-5-pic img 
{
  width: 100%;
  margin-top: -40px;
}
.ab-1-5-dec-iner
{
  width: 100%;
  max-width: 80%;
  padding: 20px;
  background: #AF251C;
  position: absolute;
  right: 40px;
  bottom: -230px;
}

.footer-top
{
  width: 100%;
  height: auto;
  margin: 300px 0 0;
}
.footer-top ul
{
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.footer-top ul li 
{
  list-style: none;
  color:#111636;
  font-size: 20px;
  font-family: "Charter Regular";
  font-weight: 400;
  text-align: center;
  width: 100%;
  max-width: 250px;
  padding: 30px;
  background: #B1CFFC;
  border-radius: 15px;
  box-shadow: 0px 0px 44px 0px #AF251C26;
}
.footer-top ul li p 
{
  margin: 10px 0 0;
}
.footer-top ul li:nth-child(2)
{
  background: #D0E1FA;
}
.lm-tab .nav
{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.lm-tab .nav-tabs .nav-link
{
  width: 25%;
  color:#888888;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.lm-tab .nav-tabs .nav-link {
  margin-bottom: 0;
}
.lm-tab .nav-tabs .nav-link.active
{
  background-color: #fff;
  border-color: #fff #fff #AF251C;
  color:#AF251C;
  border-bottom: 1px solid #AF251C !important;
  font-weight: 700;
}
.lm-tab .nav-tabs .nav-link:focus, .lm-tab .nav-tabs .nav-link:hover {
  border-color: #fff #fff #fff;
}
.lm-heading
{
  margin-top: 50px;
}
.lm-heading h4 
{
  font-size: 30px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
}
.lm-heading h3 
{
  font-size: 80px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
  margin:0 0 50px 0;
}

.lm-pic
{
  width: 80%;
  height: auto;
  margin: 0 0 20px 0;
  text-align: center;
}
.lm-pic img 
{
  max-width: 100%;
}
.lm-tl
{ 
  width: 85%;
  height: auto;
  margin: 0 0 20px 0;
  text-align: center;
  padding: 0 0px;
}
.lm-tl h4
{
  color: #770101;
  font-size: 32px;
  font-weight: 600;
}
.lm-tl p
{
  color: #770101;
  font-size: 18px;
  font-weight: 400;
}
.lm-tl h5
{
  color: #770101;
  font-size: 18px;
  font-weight: 600;
}

.lm-dec
{
  padding: 0 0 0 30px;
  position: relative;
}
.lm-dec h5:before 
{
  position: absolute;
  left: -77px;
  top: -34px;
  content: "";
  background: url(../images/about/coma.png) no-repeat;
  width: 96px;
  height: 76px;
  z-index: 99;
}

.lm-dec h5
{
  color: #770101;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 40px 0;
  line-height: 43px;
  position: relative;
}
.lm-dec p
{
  color: #111636;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.ab-2-1
{
  position: relative;
  z-index: 1;
}
.ab-2-1:before
{
  content: "";
  background: rgba(182, 202, 233, 0.15);
  z-index: -1;
  width: 50%;
  height: 900px;
  left: -100px;
  top: 20px;
  position: absolute;
}
.intra-ved
{
  width: 100%;
  height: auto;
  padding: 20px;
  background: #D0E1FA;
  margin-bottom: 30px;
}
.intra-ved iframe 
{
  width: 100%;
  height: 350px;
  border: 1px solid #D0E1FA;
}

.heading h3 
{
  font-size: 70px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
}
.heading h4 
{
  font-size: 50px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
  margin: 10px 0 20px 0;
}
.heading h5 
{
  font-size: 26px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
  margin: 0 0 40px 0;
}
.rac-dec h4
{
  font-size: 26px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
  margin: 0 0 20px 0;
}
.rac-dec ul li 
{
  font-size: 18px;
  list-style: decimal;
  margin: 0 0 7px 0;
}
.rac-dec h5
{
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px 0;
}
.rac-dec p
{
  font-size:18px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px 0;
}
.table.rac-table > thead
{
  background: #111636;
  color: #fff;
}

.table.rac-table > tbody tr:nth-child(odd)
{
  background: rgba(182, 202, 233, 0.3);
}
.table.rac-table > tbody tr:nth-child(even)
{
  background: rgba(255, 255, 255, 0.58);

}
.table.rac-table > tbody tr td 
{
  border-right:1px solid rgba(17, 22, 54, 0.5);
  max-width: 400px;
  font-size: 18px;
  color: #000;
  padding: 18px 13px;
}
.table.rac-table > tbody tr td:last-child 
{
  border-right:0px solid rgba(17, 22, 54, 0.5);
}
.responsive-table
{
  margin-bottom: 40px;
}
.rac-table ul 
{
  padding: 0 0 0 20px;
}
.rac-table ul li 
{
  margin: 0 0 7px 0;
}
.table.rac-table thead th 
{
  font-size: 20px;
  padding: 18px 13px;
}

.fa-tab .nav
{
  display: flex;
  justify-content:center;
  align-items: center;
  width: 100%;
  background: #111636;
  border-radius: 7px;
  padding: 15px 0;
}
.fa-tab .nav-tabs .nav-link {
  width: auto;
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 0 20px;
  padding: 0 !important;
}
.fa-tab .nav-tabs .nav-link {
  margin-bottom: 0;
}
.fa-tab .nav-tabs .nav-link.active
{
  background-color: transparent;
  border-color: transparent ;
  color:#fff;
  border-bottom: 2px solid #AF251C !important;
  font-weight: 700;
}
.fa-tab .nav-tabs .nav-link:focus, .fa-tab .nav-tabs .nav-link:hover {
  border-color: transparent;
}

table.rac-table td h5 
{
  font-size: 36px;
  font-family: "Charter Regular";
  font-weight: 400;
  color: #111636;
  margin: 0px 0 10px 0;
}

.tab-content {
  display: block;
}

.tab-content.active {
  display: block;
}
.full-pic
{
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.full-pic img 
{
  width: 100%;
  height: auto;
}
.table.rac-table.sba-tbl > tbody tr:nth-child(2n)
{
  background: rgba(182, 202, 233, 0.3);
}
.table.rac-table.sba-tbl > tbody tr td:nth-child(2n) {
  border-right: 1px solid rgba(17, 22, 54, 0.5) !important;
}
.rac-table.sba-tbl td {
  border-bottom: 1px solid rgba(17, 22, 54, 0.5);
}



.dvp-sec
{
  position: relative;
  z-index: 1;
}
.dvp-sec::before {
  content: "";
  background: rgba(182, 202, 233, 0.15);
  z-index: -1;
  width: 49%;
  height: 700px;
  left: -100px;
  top: -30px;
  position: absolute;
}
.dvp-text h5
{
  font-size: 18px;
  font-weight: 600;
  color: #770101;
  margin: 0 0 12px 0;
}
.dvp-text p
{
  font-size: 16px;
  font-weight: 500;
  color: #111636;
  margin: 0 0 15px 0;
  line-height: 27px;
}
.dvp-text p a  
{
  color: #770101;
  text-decoration: underline;
}

.dvp-text p a:hover 
{
  color: #000;
}

.dvp-pic
{
  width: 100%;
  height: auto;
}
.dvp-pic img 
{
  max-width: 90%;
}

.lm-tab.sa-tab .nav-tabs .nav-link 
{
  max-width: 177px;
  width: auto;
}

.pdf-btn
{
  width:100%;
  height: auto;
  box-shadow: 0px 0px 44px 0px #0000001C;
  max-width: 320px;
  padding: 20px 30px;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.pdf-icon
{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  padding: 15px 0 0;
  text-align: center;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.pdf-icon img 
{
  max-width: 50px;
  max-height: 40px;
}
.pdf-text
{
  width: 66%;
}
.pdf-btn a 
{
  color: #111636;
  text-decoration: underline;
  font-size: 26px;
  font-family: "Charter Regular";
}
.pdf-btn a:hover 
{
  color: #c5161d;
}
.sf-accordian .accordion-button
{
  background: #111636;
  outline: none;
  color:#fff;
  font-size: 26px;
  font-weight: 600;
}

.sf-accordian .accordion-button::after
{
  background:url(../images/down.png) no-repeat !important;
  background-size: 100% auto !important;
  width: 25px;
}
.sf-accordian .accordion-item
{
  margin-bottom: 20px;
  border: 0px solid rgba(0,0,0,.125);
}

.bg-top
{
  position: relative;
  z-index: 1;
}
.bg-top:before
{
  content: "";
  background: rgba(182, 202, 233, 0.15);
  position: absolute;
  z-index: 0;
  width: 60%;
  height: 380px;
  left: -100px;
  top: 20px;
}
.bg-top .row  
{
  position: relative;
}
.bg-top .heading
{
  margin-top: 50px;
  margin-bottom: 80px;
}
.bg-top .heading p 
{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  max-width: 60%;
}



.about-1 .nav li.drop
{
  backdrop-filter: none;
}
.sub
{
  position: absolute;
  left: 0;
  top: 52px;
  background: #D0E1FA;
  border-radius: 7px;
  padding:10px 10px;
  z-index: 9;
  min-width: 220px;
  visibility: hidden;
}
.sub a 
{
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  color:#111636;
  display: block;
}
.sub a:hover 
{
  color:#111636;
  border-bottom: 1px solid #AF251C;
  font-weight: 600;
} 
.about-1 .nav li.drop:hover .sub 
{
  visibility: visible;
}

/** Legal Aid  **/


.legal-dec h5
{
  font-size: 24px;
  color: #111636;
  margin: 0 0 20px 0;
  font-weight: 600;
}
.legal-dec ul li
{
  list-style: decimal;
  font-size: 16px;
  color: #111636;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.legal-dec ul li ol li
{
  list-style: lower-alpha;
  font-size: 16px;
  color: #111636;
  margin: 10px 0 5px 0;
}
.sf-accordian.mooting-accordian .accordion-button {
  background: #B1CFFC;
  color: #111636;
}
.sf-accordian.mooting-accordian .accordion-button::after {
  background: url(../images/moot-down.png) no-repeat !important;
    background-size: auto;
  background-size: 100% auto !important;
  width: 25px;
}
.lm-tab.moot-tab .nav
{
  flex-wrap: inherit;
}
.lm-tab.moot-tab .nav-tabs .nav-link
{
  width: 100%;
  font-size: 30px;
}
.pdf-btn.moot-btn
{
  display: block;
  max-width: 100%;
  height: 100%;
}
.pdf-btn.moot-btn .pdf-icon
{
  margin: 0px auto 10px;
}
.pdf-btn.moot-btn .pdf-text {
  width: 100%;
}

.fa-tab.sp-tab .nav-tabs .nav-link
{
  padding: 0 13px;
}

.rac-table.sp-table ul li
{
  list-style: decimal;
}
.rac-table.sp-table ul {
  padding: 0 0 0 40px;
}

.sp-fl 
{
  background: #770101;
  padding: 50px 50px;
  border-radius: 20px;
  display: flex;
  margin:40px 0 20px;
  gap: 30px;
}
.sp-pic
{
  width: 100%;
  height: auto;
}
.sp-pic img
{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.sp-dec
{
  width: 100%;
  height: auto;
  color: #fff;
}
.sp-dec h4 
{
  font-size: 32px;
  font-family: "Charter Regular";
  color: #fff;
  margin: 0 0 40px 0;
}
.sp-dec ul li
{
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 12px 0;
}
.sp-list ul li
{
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 12px 0;
}
.do-pic
{
  padding: 0 100px 0 0;
}
.sp-dec p
{
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.sp-fl-1
{
  background: #770101;
  padding: 50px 50px;
  border-radius: 20px;
  margin:40px 0 20px;
}
.sp-fl-1 p
{
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.sp-fl-1 h5
{
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.sp-fl-1 .sp-pic img
{
  border-radius: 10px;
}
.sp-fl-1 .d-flex
{ 
  gap: 30px;
}

.report-dec h4 
{
  font-size: 32px;
  font-family: "Charter Regular";
  color: #000;
  margin: 0 0 40px 0;
}
.report-dec h5
{
  font-size: 24px;
  color: #111636;
  margin: 10px 0 20px 0;
  font-weight: 600;
}
.report-dec ul li
{
  font-size: 20px;
  color: #111636;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.report-dec p
{
  font-size: 20px;
  color: #111636;
  margin: 0 0 10px 0;
  font-weight: 500;
}
.glr-1
{
  width:100%;
  margin: 0px auto;
  padding: 0 0px;
}
.glr-1 img
{
   width: 100%;
   height: auto;
}
.gallery-1
{
  padding: 30px 0 50px;
}
.gallery-1 .slick-prev
{
   position: absolute;
   bottom: 0;
   left: 43%;
   background: #c5161d;
   color: #fff;
   border:1px solid #c5161d;
   padding: 7px 16px;
   border-radius: 4px;
}
.gallery-1 .slick-next
{
   position: absolute;
   bottom: 0;
   right: 42%;
   background: #c5161d;
   color: #fff;
   border:1px solid #c5161d;
   padding: 7px 16px;
   border-radius: 4px;
}
.gallery-1 .slick-dots
{
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 20px 0 0;
}
.gallery-1 .slick-dots li 
{
  background: #ccc !important;
  list-style: none;
  color: #000;
}

.gallery-1 .slick-dots li.slick-active
{
   background: transparent !important;
}
.intra-ved img 
{
  width: 100%;
}

.cul-flx
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cul-bx
{
  background: #EAF0F9;
  width: 32%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0 0 10px;
}
.cul-heading
{
  background: #111636;
  padding: 10px 10px;
  color:#fff;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
  margin: 0 0 15px 0;
}
.cul-bx p 
{
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
}


.about-3
{
  padding: 50px 0;
}
.ugc-ls .pdf-btn.moot-btn
{
  padding: 30px 30px;
  margin: 0px auto 20px;
  max-width: 100%;
}

.mt-140
{
  margin-top: 160px;
}
.nd-ofc p 
{
  color: #111636;
  font-size: 32px;
  font-weight: 500;
}
.slsp-tabl h4
{
  font-weight: 700;
  font-size: 32px;
  color: #000000;
  margin: 10px 0;
}
.slsp-tabl tr td:first-child 
{
  width: 30%;
}
.slsp-tabl
{
  max-width: 1000px;
  margin: 0px auto;
}

.text-dec p
{
  font-size: 16px;
  font-weight: 500;
}
.text-dec ul li
{
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
}



.adm-card
{
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 1px 6px 30.6px 0px #AF251C36;
}
.adm-card h4 
{
  font-size: 26px;
  font-weight: 600;
  color: #111636;
}
.adm-card h4 span 
{
  color: #AF251C;
}
.apply
{
  width: 100%;
  height: auto;
  margin: 40px 0;
  text-align: center;
}
.apply a 
{
  background: #c5161d;
  font-size: 20px;
  color: white;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem 2rem;
  border-radius: 30px;
  transition: 0.5s;
  text-transform: uppercase;
}

.adm-box 
{
  box-shadow: 0px 0px 14px 0px #0000001A;
  padding: 20px;
  height: 100%;
  border-radius: 20px;
  background: #fff;
}
.adm-top
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.ad-nm
{
  color:rgba(31, 26, 23, 0.2);
  font-size: 80px;
  font-family: "Charter Regular";
  line-height: 80px;
}
.adm-box h4
{
  font-family: "Charter Regular";
  color: #1F1A17;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.adm-box p
{
  color: #111636;
  font-size: 14px;
  font-weight: 500;
}
.adm-top-heading h4
{
  font-family: "Charter Regular";
  color: #111636;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.adm-top-heading h2
{
  font-family: "Charter Regular";
  color: #AF251C;
  font-size: 56px;
  font-weight: 400;
  margin: 0 0 10px 0;
}


.ql-fl h3
{
  font-family: "Charter Regular";
  color: #111636;
  font-size: 72px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.ql-fl h4
{
  font-family: "Charter Regular";
  color: #AF251C;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.ql-fl ul 
{
  padding: 0;
  margin: 0;
}
.ql-fl ul li 
{
  width: 100%;
  height: auto;
  list-style: none;
  display: flex;
  gap:20px;
  margin:20px 0 ;
  color: #111636;
  font-size: 18px;
  font-weight: 500;
}

.ql-pic
{
  width: 100%;
  height: auto;
}
.ql-pic img 
{
  max-width:100%;
}
.adm-bg-2
{
  width: 100%;
  height: auto;
  background: url(../images/admissions/adm-bg-2.jpg) no-repeat;
  background-size: 100% 100%;
  min-height: 600px;
  padding: 20px 0 0;
  margin-top: 30px;
}
.adm-bg-2 h4
{
  font-family: "Charter Regular";
  color: #AF251C;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.adm-bg-2 p {
  color: #111636;
  font-size: 18px;
  font-weight: 500;
}
.adm-bg-3
{
  width: 100%;
  height: auto;
  background: url(../images/admissions/adm-bg-3.png) no-repeat;
  background-size: auto 100%;
  min-height: 800px;
  padding: 0px 0 90px;
  margin-top: 30px;
}
.adm-3-sec ul 
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 20px;
}
.adm-3-sec ul li 
{
  list-style: none;
  width: 48%;
  text-align: center;
}
.adm-3-sec ul li p 
{
  margin: 0;
  font-size: 16px;
}
.adm-3-sec ul li p span 
{
  color:#AF251C;
}
.adm-3-sec ul li:last-child 
{
  width: 80%;
}
.adm-3-sec ul li .adm-ic
{
  margin-bottom: 20px;
  position: relative;
}
.adm-3-sec ul li .adm-ic:before 
{
  content: "";
  height: 2px;
  width: 70px;
  background: #AF251C;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.adm-bg-3-head h4
{
  font-family: "Charter Regular";
  color: #111636;
  font-size: 90px;
  font-weight: 700;
  margin: 0 0 0px 0;
}
.adm-bg-3-head h5{
  font-family: "Charter Regular";
  color: #111636;
  font-size: 60px;
  font-weight: 400;
  text-align: right;
}

.adm-bg-4
{
  width: 100%;
  height: auto;
  background: url(../images/admissions/adm-bg-4.jpg) no-repeat;
  background-size: 100% auto;
  min-height: 700px;
  padding: 50px 0 200px;
  margin-top: 30px;
  text-align: center;
}
.adm-bg-4 h5
{
  font-family: "Charter Regular";
  color: #111636;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.crn
{
  width: auto;
  height: auto;
  background: #B1CFFC url(../images/admissions/cor.png) no-repeat;
  background-size: auto 100%;
  background-position: 100% 0;
  border-left: 5px solid #000;
  font-family: "Charter Regular";
  color: #000;
  font-size: 24px;
  font-weight: 400;
  position: relative;
  margin-top: 40px;
  padding: 5px 40px 5px 20px;
}
.crn span 
{
  color:#AF251C;
}

.lm-tab.pay-tab .nav {
  justify-content: center;
  width: auto;
}
.pay
{
  padding: 30px 0;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}
.pay h4
{
  font-family: "Charter Regular";
  color: #111636;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.pay .adm-ic
{
  margin: 20px 0;
}
.brt
{
   box-shadow: 0px 0px 6px 0px #C6DCFD;
   padding:10px;
   border-radius: 10px;
   width:95%;
   margin: 0px auto;
}
.brt img
{
  width:100%;
}

.broture
{
  padding: 30px 0 50px;
}
.broture .slick-prev
{
   position: absolute;
   bottom: 0;
   left: 43%;
   background: #c5161d;
   color: #fff;
   border:1px solid #c5161d;
   padding: 7px 16px;
   border-radius: 4px;
}
.broture .slick-next
{
   position: absolute;
   bottom: 0;
   right: 42%;
   background: #c5161d;
   color: #fff;
   border:1px solid #c5161d;
   padding: 7px 16px;
   border-radius: 4px;
}
.broture .slick-dots
{
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 20px 0 0;
}
.broture .slick-dots li 
{
  background: #ccc !important;
  list-style: none;
  color: #000;
}

.broture .slick-dots li.slick-active
{
   background: transparent !important;
}
.icn-fl
{
  box-shadow: 0px 0px 14px 0px #0000001A;
  padding: 20px;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  width: 100%;
  text-align: center;
}
.bg-gray
{
  width: 100%;
  height: auto;
  padding:60px 0 40px;
  background: rgba(182, 202, 233, 0.3);
  margin-top: 40px;
}
.icn
{
  width: 100%;
  height:100px;
  margin: 0 0 10px 0;
}
.icn img 
{
  max-height: 90px;
}
.icn-fl p 
{
  font-size: 16px;
  color: #3E3E3E;
  margin: 0;
}
.spr-bx
{
  width: 100%;
  height: auto;
}
.spr-bx ul  
{
  padding:22px 16px;
  margin: 0;
  box-shadow: 0px 0px 24.5px 0px #B1CFFC40;
  border-radius: 20px;
  float: left;
}
.spr-bx ul li 
{
  list-style: none;
  float: left;
  border-right: 1px solid #000;
  padding: 0 20px;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}

.spr-bx ul li:last-child 
{
  border-right: 0px solid #000;
}
.lm-tab.adp-tab .nav-tabs .nav-link
{
  width: auto;
}
.p-text p 
{
  font-family: "Charter Regular";
  color: #111636;
  font-size: 28px;
  font-weight: 400;
}

.sp-2
{
  padding: 30px;
  height: 16rem;
  border-radius: 20px;
  background: #fff;
  width: 100%;
  box-shadow: 2px 2px 13.4px 0px #00000040;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.sp-2 p 
{
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
.sp-2-fl
{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  margin: 0 0 30px 0;
}
.sp-2-fl h4 
{
  font-family: "Charter Regular";
  color: #AF251C;
  font-size: 35px;
  font-weight: 700;
}
.sp-qt
{
  position: absolute;
  right: -10px;
  top:-10px;
  font-family: "Charter Regular";
  color: rgba(31, 26, 23, 0.3);
  font-size: 45px;
  font-weight: 400;
  width: auto;
  height: auto;
  padding: 20px;
  border: 2px dashed #AF251C;
  border-radius: 50px 0 40px 50px;

}
.slt .sp-2
{
  height: 100%;
}

.blue-process
{
  width: 100%;
  height: auto;
  background: #111636;
  border-radius: 0 0 50px 50px;
  padding: 50px 0;
}
.w-bg-logo
{
  width: 100%;
  height: auto;
  text-align: center;
}
.w-bg-logo img 
{
  max-width: 100%;
  margin: 0 0 20px 0;
}
.blue-process .heading h4
{
  color: #fff;
}
.blue-process .heading p 
{
  color: #fff;
}
.w-bg
{
  background: rgba(255, 255, 255, 0.2);
  padding: 20px 30px;
  font-size: 17px;
  color: #fff;
  border-radius: 10px;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px ;
  text-align: center;
}
.ovr
{
  box-shadow: 0px 0px 14px 0px #0000001A;
  padding: 20px;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.ovr-icon {
  margin-bottom: 20px;
  position: relative;
}
.ovr h4 {
  font-family: "Charter Regular";
  color: #1F1A17;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.ovr p {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.lts li
{
  color: #000;
  font-size: 20px;
  font-weight: 400;
  list-style: decimal;
  margin: 0 0 15px 0;
}
.downlad
{
  width: 100%;
  height: auto;
  margin: 40px 0 50px ;
  text-align: center;
}
.bank-name
{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.bank-name li 
{
  background: #D0E1FA;
  width: 24%;
  text-align: center;
  padding: 20px 20px;
  color: #111636;
  font-family: "Charter Regular";
  font-size: 26px;
  list-style: none;
}
.bank-name li:nth-child(2n+2)
{
  background: #B1CFFC;
}
.bank-logo
{
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 44px 0px #0000001C;
  border-radius:10px;
  display: flex;
  min-height: 120px;
  justify-content: center;
  align-items: center;

}
.bank-logo img 
{
  max-height: 78px;

}

.bn-pic
{
  max-width: 120%;
}
.mr2{
  margin-right:1rem;
}
.for-movile-view
{
  display: none;
}



@media screen and (max-width:1300px){
  .fa-tab .nav-tabs .nav-link {
    width: 25%;
    margin: 1rem 0rem 1rem;
}
}

@media screen and (max-width:991px){
  .fa-tab .nav-tabs .nav-link {
    width: 50%;
}
}

@media screen and (max-width:550px){
  .fa-tab .nav-tabs .nav-link {
    width: 50%;
    font-size: 15px;
}
}

@media screen and (min-width: 1700px) and (max-width: 5000px){
  .about-1 .nav-pills .nav-link {
    padding: 10px 16px;
    font-size: 22px;
  }

  .about-1 .nav-pills .nav-link {
  width:100%;
  height: -webkit-fill-available;
  }
  .ab-1-1 h1
  {
    font-size: 60px;
  }
   .ab-1-1 h2
  {
    font-size: 80px;
  }
  .ab-1-1 p
  {
    padding: 0 30px 0 0;
  }
  .ab-1-1::before {

  width: 54%;
  height: 600px;
}
.ab-1-2-dec ul li
{
  padding: 24px 15px;
}
.ab-1-3-dec {
  padding: 50px 50px 50px 40px;
}
.ab-1-3-dec h2 {
  font-size: 52px;
}
.ab-1-3-dec p
{
  font-size: 18px;
}
.ab-1-4 h3 {
  font-size: 64px;
}
.ab-1-4-dec p
{
  font-size: 18px;
  line-height: 30px;
}
.ab-1-4-dec {
  padding: 90px 45px 0 0;
}
.ab-1-5-dec h2 {
  font-size: 52px;
}
.ab-1-5-dec p {
  font-size: 18px;
}
.ab-1-5-dec {
  padding: 50px 30px 70px 70px;
}
.ab-1-5-dec-iner {
  bottom: -161px;
}
.lm-tab .nav-tabs .nav-link
{
  font-size: 24px;
}
.ab-2-1::before
{
  width: 43%;
  height: 1000px;
}
.lm-dec p {
  font-size: 18px;
  line-height: 30px;
}
.lm-tl {
  padding: 0 90px;
}
.heading h3 
{
  font-size: 80px;
}
.heading h5
{
  font-size: 32px;
}
.table.rac-table > tbody tr td 
{
  font-size: 18px;
}
.ovr p {
  font-size: 18px;
  font-weight: 500;
}

.rac-dec h4
{
  font-size: 32px;
}
.rac-dec ul li, .rac-dec p, .rac-dec h5
{
  font-size: 24px;
}
.table.rac-table thead th 
{
  font-size: 20px;
}
.dvp-text h5
{
  font-size: 20px;
}
.dvp-text p
{
  font-size: 18px;
  line-height: 30px;
}
.dvp-sec::before {
  width: 42%;
  height: 750px;
}
.lm-tab.sa-tab .nav-tabs .nav-link {
  max-width: 20%;
}
.legal-dec ul li, .legal-dec ul li ol li
{
  font-size: 22px;
}
.sp-list ul li
{
  font-size: 24px;
}
.sp-dec h4
{
  font-size: 34px;
  line-height: 45px;
}
.sp-dec ul li
{
  font-size:24px;
}
.sp-dec {
  padding: 0 35px 0 0;
}
.sp-dec p
{
  font-size: 24px
}
.cul-heading
{
  font-size: 32px;
}
.cul-bx p 
{
  font-size: 20px;
}
.text-dec p
{
  font-size: 20px;
}
.text-dec ul li
{
  font-size: 20px;
}
.bg-top::before {
  height: 201px;
}
.admission-banner .bannerText .bannmaintxt
{
  font-size: 88px;
  line-height: 110px;
}
.admission-banner .bannerText .bannsubtxt
{
  font-size: 64px;
  line-height: 73px;
}
.adm-bg-2 p {
  font-size: 18px;
  font-weight: 500;
}
.adm-bg-2
{
  min-height: 850px;
}
.adm-bg-3
{
  margin-top: 100px;
}
.adm-box h4
{
  font-size: 32px;
}
.adm-3-sec ul li p {
  font-size: 22px;
}
.adm-box
{
  padding: 30px;
}
.adm-bg-3-head h4
{
  font-size: 112px;
}
.adm-bg-3-head h5
{
  font-size: 72px;
}
.adm-bg-4 h5
{
  font-size: 38px;
}
.adm-bg-4
{
  min-height: 900px;
}
.ql-fl ul li {
  font-size: 22px;
}
.adm-top-heading h2 {
  font-size: 72px;
}
.adm-top-heading h4
{
  font-size: 42px;
}

.pay .adm-box p
{
   font-size: 20px;
}
}




@media screen and (max-width: 1440px) {
  .abtnModl {
    width: 60%;
  }

  .about-1 .nav-pills .nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width : 1300px) and (min-width : 1024px){
    .heading h4 {
      font-size: 35px;
      margin-top: 2rem;
  }
}

@media screen and (max-width: 1280px) {
  .abtnModl {
    width: 70%;
  }

  .sp-2
{
  height: 18rem;
}
  .bannerText p {
    font-size: 48px;
    line-height: 50.44px;
  }
  .homeDescription {
    font-size: 28px;
    line-height: 36px;
  }
.about-1 .nav-pills .nav-link {
  padding: 10px 12px;
  font-size: 12px;
}
.ab-1-1 h1
{
  font-size: 48px;
}
.ab-1-1 h2 {
  font-size: 55px;
}
.ab-1-1 p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
}
.ab-1-4-pic-1 {
  width: 48%;
}
.ab-1-5-dec h2 {
  font-size: 38px;
}
.lm-tab .nav-tabs .nav-link
{
  font-size: 14px;
}
.lm-heading h3
{
  font-size: 60px;
}
.ab-1-2-pic {
  width: 100%;
}
.ab-1-2-dec {
  width: 100%;
}
.ab-1-4-dec {
  padding: 00px 0 0 0;
}
.ab-1-5-dec-iner {
  max-width: 100%;
  position: relative;
  right: 0;
  bottom: 0;
}
.table.rac-table thead th 
{
  font-size: 22px;
}
.sf-accordian .accordion-button
{
  font-size: 20px;
}
.bg-top .heading p {
  font-size: 16px;
  max-width: 100%;
}
.lm-tab.sa-tab .nav-tabs .nav-link {
  max-width: 16.50%;
  padding: .5rem 5px;
}
.bg-top .heading {
  margin-top: 30px;
  margin-bottom: 0;
}


}
@media screen and (max-width: 1080px) {
  .homeDescription {
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px;
  }
.ab-1-3-pic img {
  margin-top: 0;
}
.ab-1-5-pic img {
  margin-top: 0;
}
.sp-dec p {
  font-size: 16px;
}
.sp-fl-1 p {
  font-size: 16px;
}
.sp-list ul li {
  font-size: 16px;
}
.heading h4 {
  font-size: 35px;
  margin-top: 2rem;
}
}
@media screen and (max-width: 990px) {
  .abtnModl {
    margin-top: 1rem;
    width: 40%;
  }
  .ab-1-5 {
  margin-bottom: 50px;
}
}
@media screen and (max-width: 900px) {
  .aboutBanner {
    margin-top: 160px;
  }
   .ab-1-1 h2 {
    font-size: 50px;
  }
.ab-1-4-dec {
  width: 100%;
}
.ab-1-4-pic {
  width: 100%;
}
.ab-1-5-pic {
  width: 100%;
  height: auto;
}
.ab-1-5-dec {
  width: 100%;
}
.footer-top {
  margin: 40px 0 0;
}
.container {
  max-width: 95% !important;
}
.responsive-table
{
  overflow-x: scroll;
}
.rac-table
{
  width: 1200px;
}
.gallery .slick-next
{
  right: 0;
}
.gallery .slick-prev 
{
  left: 0;
}
.gallery
{
  margin: 0 0 50px 0;
}
}
@media screen and (max-width: 768px) {
  .abtnModl {
    width: 60%;
  }
  .bannerText p {
    font-size: 40px;
    line-height: 45px;
  }
  .homeDescription {
    font-size: 22px;
    line-height: 26px;
  }
.ab-1-3-dec {
  width: 100%;
}
.ab-1-3-pic {
  width: 100%;
}
.ab-1-4 h3 {
  font-size: 44px;
}
.heading h3 {
  font-size: 30px;
}
.heading h5 {
  font-size: 20px;
}
.rac-dec h4 {
  font-size: 22px;
}
.rac-dec ul li {
  font-size: 16px;
}
.rac-dec p {
  font-size: 16px;
}
.sp-list ul
{
  padding: 0 0 0 10px;
}
.apply a {
  font-size: 15px;
}
.about-2 {
  padding: 30px 0 30px;
}
.sp-2-fl h4 {
  font-size: 20px;
}
.sp-2 p {
  font-size: 16px;
}
.box1 a {
  padding: 0 !important;
}
.adm-bg-2 p {
  font-size: 14px;
}
.heading h4 {
  font-size: 30px;
}
.p-text p
{
  font-size: 16px;
}
.table.rac-table > tbody tr td {
  font-size: 16px;
  padding: 10px 10px;
}
.table.rac-table thead th {
    font-size: 18px;
    text-align: left !important;
}
.adm-3-sec ul {
  gap: 10px;
}
 .adm-3-sec ul li {
    width: 46% !important;
  }
.adm-3-sec ul li:last-child
{
  width: 100% !important;
}
.ql-fl ul li {
  font-size: 16px;
}
.w-bg {
  
  padding: 10px 14px;
  font-size: 15px;
  min-height: inherit;
  margin: 0 0 20px;
  text-align: center;
}
.ovr h4 {
  font-size: 18px;
}
.lts li {
  font-size: 16px;
}
.bank-logo img {
  max-height: 78px;
  max-width: 100%;
}
.bank-name li
{
  width: 23%;
  font-size:20px;
}

}

@media screen and (max-width: 767px) {
.w-bg {
  padding: 14px 15px;
  font-size: 16px;
}
 .table.rac-table thead th {
    font-size: 18px;
    text-align: left !important; 
  }
#nav-llb-1 .llmadm .adm-bg-3-head {
    max-width: 100% !important;
  }
  .sp-qt {
  font-size: 33px;
  padding: 10px;
  
}
.for-movile-view
{
  display: block;
}
.for-dec-view
{
  display: none;
}

}


@media screen and (max-width: 600px) {
  .abtnModl {
    width: 80%;
  }
   .ab-1-1 h2 {
    font-size: 36px;
  }
  .ab-1-2-dec ul li {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-width: 0 0px 1px 0 !important;
  padding: 10px 0px;
}
.ab-1-3-dec h2 {
  font-size: 34px;
}
  .ab-1-4 h3 {
    font-size: 34px;
  }
.ab-1-4 h4 {
  font-size: 22px;
}
  .ab-1-5-dec h2 {
    font-size: 34px;
  } 
.lm-heading h3 {
    font-size: 32px;
  }
.lm-heading h4 {
  font-size: 24px;
}
.lm-pic {
  width: 100%;
}
.lm-tl {
  width: 100%;
}
.lm-dec {
  padding: 0 0 0 0;
}
.lm-dec h5::before
{
  left: -11px;
}
.lm-dec h5 {
  font-size: 22px;
  line-height: 30px;
  position: relative;
}
.footer-top ul {
  display: block;
}
.footer-top ul li {
  margin: 0px auto 20px;
}
.scrl
{
  width: 100%;
  overflow-x: scroll;
}
.about-1 .nav
{
  width: auto;
  justify-content: left;
}
.lm-tab .nav
{
  width: 700px;
}
.lm-tab
{
  overflow-x: scroll;
}
.lm-dec p {
  margin: 0 0 10px 0;
}
.intra-ved
{
  margin-bottom: 20px;
}

.glr
{
  padding: 0;
}
.sp-fl {
  padding: 20px 20px;
  border-radius: 10px;
  display: block;
  margin: 40px 0 20px;
  gap: 0px;
}
.sp-fl-1
{
  padding: 20px 20px;
  border-radius: 10px;
}
.sp-fl-1 h5 {
  font-size: 22px;
}
.sp-fl-1 .d-flex {
  gap: 0;
  display: block !important; 
}
.sp-pic
{
  margin: 10px 0;
}
.report-dec p {
  font-size: 16px;
}
.report-dec ul li {
  font-size: 16px;
}
.cul-flx {
  display: block;
}
.cul-bx
{
  width: 100%;
}
.cul-bx p {
  font-size: 16px;
}
.adm-card h4 {
  font-size: 16px;
}
.adm-bg-3-head h4 {
  font-size: 36px;
  text-align: center;
}
.adm-bg-3-head h5
{
 font-size: 36px;
 text-align: center;
 margin-bottom: 30px;
}
.crn
{
  background:#B1CFFC !important;
  font-size: 16px;
}
.adm-top-heading h2
{
  font-size: 24px;
}
.adm-top-heading h4
{
  font-size: 22px;
}
.adm-top-heading
{
  margin-bottom: 20px;
}
.ql-fl h3
{
  font-size: 40px;
  margin: 0 0 10px 0;
}
.ql-fl h4
{
  font-size: 30px;
}
.ql-pic
{
  margin-bottom: 20px;
}
.adm-bg-2
{
  background-size: 100% auto;
  background-position: 0 100%;
  min-height: 700px;

}
.adm-bg-2 p
{
  font-size: 16px;
}
.adm-3-sec ul li {
  width: 100%;
}
.adm-3-sec ul li:last-child {
  width: 100%;
}

.adm-bg-4
{
  background-size: cover;
}
.adm-bg-4 h5
{
  font-size: 21px;
}
.adm-bg-3 {
  background-size: 100% auto;
  min-height: 1000px;
  padding: 0px 0 400px;
  margin-top: 30px;
  background-position: 0 100%;
}
.ql-fl ul li
{
  font-size: 16px;
}
#nav-prs-1 .col-md-3
{
  margin-bottom: 20px;
}
#nav-prs-1 .mt-5
{
  margin-top: 1rem !important;
}
.bn-pic {
  max-width: 100%;
}
.heading h4 {
  font-size: 25px;
}
.p-text p {
  font-size: 18px;
}
.sp-2 p {
  font-size: 16px;
}

.sp-2-fl h4 {
  font-size: 22px;
}
.responsive-table
{
  margin-bottom: 10px;
}
.about-2 {
  padding: 30px 0 30px;
}
 .fa-tab .nav-tabs .nav-link {
    margin: 3px 0rem 3px;
  }
  .ovr {
  height: auto;
  margin-bottom: 20px;
}
.mt-5 {
  margin-top: 1rem !important;
}
.table.rac-table > tbody tr td {
  font-size: 16px;
  padding: 13px 9px;
}
#nav-llb-1 .adm-bg-4.llmadmis {
    min-height: 200px !important;
        background-size: 100% 100%;
  }
 .bank-name li {
    width: 47%;
  }
.bank-logo {
  margin:0 0 20px 0;
}


}
@media screen and (max-width: 425px) {
  .abtnModl {
    width: 100%;
  }
  .bannerText p {
    font-size: 32px;
    line-height: 35px;
  }
  .homeDescription {
    font-size: 20px;
  }
  
}

@media screen and (max-width:767px){
  .about-1 .nav-pills .nav-link {
    width: 100%;
    font-size: 18px;
}

.about-1 .nav li{
  width:100%;
}

.about-1 .nav {
  flex-direction: column;
}

.sp-2
{height: auto;
}
}