@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/******* font-family: "Outfit", sans-serif;*******/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/**   font-family: "Public Sans", sans-serif;**/
*{margin: 0; padding: 0; box-sizing: border-box;}
h1, h2, h3, h4, h5, h5 {
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
/* .fonch { font-family: "Public Sans", sans-serif;} */
body { font-family: "Outfit", sans-serif;*
  margin:0;
  padding: 0;
}
.bg-light {
  background-color: #fff !important;
}
.blue-bg {
  background: #00b7e8;
  color: #fff;
}
.blue-bg p {
  color: #fff;
}
.white-btn {
  color: #fff;
  border: solid 1px #fff;
}
.blue .fa-angle-right:before {
  margin: 63px 0 0 0;
  line-height: 10px;
  float: left;
  font-size: 22px;
}
a:hover {
  text-decoration: none;
}
*:after, *:before, p a, a {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}


/*******27t03a26*********/
.iconobx {
  clear: both;
  display: block;
  width: 100%;
  text-align: right;
  margin: 11px 0 0 0;
}
.iconobx img {
  width: 35px;
}
/**go to top here**/
.sticky .logo-name h2 {
  font-size: 15px;
  margin: 0px 0 1px 0;
  padding: 0;
}
.sticky .logo-main {
  max-width: 93px;
}
.sticky .logo-2 {
  width: 30px;
}
.sticky .logo-name .appro {
  margin: 0;
}
.sticky .logo-name .tag-line {
  font-size: 16px;
  margin-top: 0;
}
.trent-ment-btn:hover {
  color: #000;
}
.sticky .search-bar {
  display: block;
}
@-webkit-keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
@keyframes MenuSlideDown {
  0% {
    top: -48px;
  }
  100% {
    top: 0px;
  }
}
#back-top {
  height: auto;
  width: auto;
  padding: 9px;
  position: fixed;
  bottom: 7px;
  right: 15px;
  z-index: 999;
  cursor: pointer;
  display: block;
  text-align: center;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  font-size: 15px;
  text-transform: uppercase;
}
#back-top img {
  width: 25px;
  display: block;
  margin: 0 auto;
}
#back-top a {
    font-size: 19px;
    color: #fff;
    display: block;
    padding: 0;
    border: solid 2px #fff;
    height: 40px;
    width: 40px;
    outline: none;
    line-height: 40px;
    background: #004d96;
    text-decoration: none;
    border-radius: 10px;
}
#back-top a span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    padding: 0 0 9px 0;
}
/**go to top here end**/

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: none !important;
}
/*******landingpage code************/
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

/*****all*****/
.allhead {
    display: block;
    margin: 0 0 33px 0;
    padding: 0;
    color: #000;
    font-size: 43px;
    font-weight: 800;
    line-height: 59px;
    text-align: center;
}
ul { margin: 0; padding: 0; list-style: none;}
.yellotxt { color: #f1bb11;}
.slick-next {
    padding: 0 0 0 11px;
}
.slick-prev:before, .slick-next:before  { content: "";     background-image:url(../images/arrow-right.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;    height: 18px;
    width: 10px; display: block;}
.slick-prev:before{ background-image:url(../images/arrow-right-left.webp) !important;}
   .slick-dots li {
    background: #900000;
    height: 12px;
    width: 12px;
    border-radius: 50px;
    opacity: 0.3;
}
 .slick-dots li.slick-active { opacity: 1;}
/* .slick-next {
    right: -25px;
    background-image:url(../images/arrow-right.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
      height: 20px;
    width: 10px;
}

.slick-prev {
    right: -25px;
    background-image: url(../images/arrow-right-left.webp) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    width: 10px;
    z-index: 2222;
    opacity: 1 !important;
} */



/******apply btn*******/
.aplbtn {
    position: fixed;
    right: 0;
    top: 40%;
    background: none;
    border: none;
    padding: 0;
z-index: 999;
}
.btdmobiel {
    display: none;
}
.aplbtn img {
    object-fit: contain;
    width: 52px;
    display: block;
}
/******apply btn***end*****/
/******model*******/
.modal-header {    background: #2A0C8A;
    background: linear-gradient(90deg, rgba(42, 12, 138, 1) 0%, rgba(30, 102, 203, 1) 100%);}
/******model**end*****/
    .modal {
        z-index: 9999999999;
    }

.modal-backdrop.show {    z-index: 999999999;}



/****************************srmlaw*srmlaone****************************/
.srmlaone {
    z-index: 100;
    background: url('https://static.npfs.co/accounts/171/documents/2026/6/5/6faae1d3abcf40c4a42c3cef62861486_Agri-hero-bannr-1-v3.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    min-height: 934px;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.hedsd {
    font-size: 25px;
    font-weight: 600;
    margin: 70px 0 0 0;
    display: block;
    font-family: "Playfair Display", serif;
}
.maiofoxe {
    position: relative;
}
.logosbx {
    display: block;
}
img.deslog {
    object-fit: contain;
    height: 73px;
}
.rioxes {
    display: inline-block;
    float: right;
}
img.srmlaw {
    object-fit: contain;
    height: 75px;
    margin: 0 18px 0 0;
    border-right: solid 1px #7c7c7c;
    padding-right: 27px;
}
img.rdmsd {
    object-fit: contain;
    height: 75px;
}
.conbxes {
    width: 50%;
}
.sdutxtimg {
    object-fit: contain;
    height: 120px;
    margin: 50px 0 0;
}
.conbxes h1 {
    font-family: "Playfair Display", serif;
    margin: 7px 0 50px;
    font-size: 57px;
}

.conbxes p {
    font-size: 20px;
    line-height: 28px;
}
.fromxe {
    position: absolute;
    bottom: 40px;
    z-index: 222;
    text-align: center;
    display: block;
    width: 100%;
}

.fomxeds {
    max-width: 100%;
}
.mobilebner { display: none;}

.conbxes h1 i{font-family: "Outfit", sans-serif;
    font-style: normal;
    font-size: 23px;
    font-weight: 300;
    color: #181914;
    margin: 0;
    line-height: normal;
    display: block;}

/****************************srmlaw srmlatwo-new****************************/
section.srmlaw.srmlatwo-new {
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    padding: 70px 0;
    margin-bottom: 110px;
}

section.srmlaw.srmlatwo-new .allhead {
    text-align: left;
}
.whistboxe {
    overflow: hidden;
    background: #fff;
    padding: 20px;
    width: 89%;
    margin: 59px auto -10%;
    box-shadow: 0 0 10px #b9b9b9;
}
.whistboxe .uloxes {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.whistboxe .uloxes .boxones {
    width: 24.5%;
}

/****************************srmlaw* srmlatwo****************************/
section.srmlaw.srmlatwo {
    background: #f5f2ec;
    padding-top: 140px;
}

section.srmlaw.srmlatwo  .allhead {
    text-align: left;
    line-height: 43px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    float: left;
    margin: 0;
    height: 136px;
}
.rowbxe {
    display: inline-block;
    width: 50%;
    float: right;
}
.firsc {
    width: 50%;
    background: #fefbf2;
    float: left;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 23px;
    border-right: solid 1px #414242;
}
.iconoxes {
    width: 50%;
    background: #fefbf2;
    float: left;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    padding: 0 23px;
        border-right: solid 1px #414242;
}

.rowbxe .iconoxes:last-child {border: none;}

.iconoxes img{
    object-fit: contain;
    height: 50px;
    margin: 0 0 10px 0;
}
.heade {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}
.towarro {
    display: block;
    clear: both;
}
.sxorw {
    width: 25%;
    background: #fefbf2;
    float: left;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    padding: 0 23px;
    border-right: solid 1px #414242;
    border-top: solid 1px #414242;
    position: relative;
}
.towarro .sxorw:last-child { border-right: none;}
.sxorw img {
    object-fit: contain;
    height: 50px;
    margin: 0 0 10px 0;
}
.sihed {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
}
.bones {    width: 100%;}





/****************************srmlaw*srmlathree****************************/
section.srmlaw.srmlathree {
    padding: 0;
}

section.srmlaw.srmlathree .allhead  {    text-align: left;}
.nav-tabs {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: solid 2px #e7ba17;
}
.nav-tabs .nav-link i {
    display: block;
    font-style: normal;
    font-size: 17px;
}
.nav-tabs .nav-link {
    font-size: 20px;
    color: #000;
    padding: 0 20px;
    border-radius: 6px;
    margin: 0 auto !important;
    display: block;
    transition: .3s;
    background: #fff;
    margin: 0 6px;
    float: left;
    border-radius: 0;
    border: none;
}
.nav-tabs .nav-item {
    text-align: center;
    width: 25%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover { border-bottom: solid 2px #e7ba17; background: none; font-weight: 600;}

.ctnylo {
    display: block;
    margin: 35px 0 0;
    color: #000;
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    text-align: center;
    background: #e7ba17;
    width: fit-content;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 14px;
    transition: .3s;
}
.ctnylo:hover{    transform: translateY(-2px);
    transition: .3s;}

.overcx {
    margin: 50px 0 0 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-pills .nav-link {
    text-align: left;
        display: block;
    margin: 0 0 5px 0;
    position: relative;
    padding: 0 0 0 28px;
    font-size: 17px;
}

.nav-pills .nav-link  img {
    object-fit: contain;
    height: 15px;
    position: absolute;
    left: 0;
    top: 7px;
}
.srmlathree .nav-pills .nav-link {color: #000;}
.srmlathree .nav-pills .nav-link.active, .srmlathree .nav-pills .show>.nav-link {
    background: none;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.nav.flex-column.nav-pills.me-3 { margin-bottom: 50px ;}
.overcx h6 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-weight: 600;
    margin: 24px 0;
}
/****************************srmlafour*****************************/
section.srmlaw.srmlafour {
    padding: 50px 0 70px;
    background: #fff9eb;
}
section.srmlaw.srmlafour .allhead {
    text-align: left;
    padding-right: 19%;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #ececec;
    color: #000;
}

.shloshtable .nav-item {
    width: 33.3%;
    text-align: center;
}

.shloshtable  .nav-pills .nav-link {
    color: #000;
    font-size: 21px;
    width: 100%;
   border-radius: 10px 10px 0 0;
}

.conxes {
    background: #ececec;
    padding: 35px;
    border-radius: 0 10px 10px;
}
.tabldx
.table {--bs-table-bg: #ececec;}

.boxde strong {
    display: block;
}
.aife {
    display: block;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 4%;
}
.desds {
    display: inline-block;
    font-size: 23px;
    margin-right: 39px;
    padding: 7px 40px 10px 0;
}

.adeoxes {
    position: relative;
}
.acoudint .accordion, .accordion-item:first-of-type .accordion-button, .accordion-button:not(.collapsed), .accordion-button,
 .accordion-item:first-of-type, .accordion-item:not(:first-of-type), .accordion-item {    border: none; outline: none; box-shadow: none;}
 .acoudint .accordion, .accordion-item:first-of-type .accordion-button, .accordion-button:not(.collapsed), .accordion-button, .accordion-item:first-of-type, .accordion-item:not(:first-of-type), .accordion-item { background: none; color: #000;}
.acoudint .accordion-button {
    font-size: 23px;
    font-weight: 600;
    padding-left: 0;
        outline: none;
    box-shadow: none;
}
.accordion-button::after {
    position: absolute;
    left: 21%;
}
.accordion-body {
    padding: 0;
}
.moxes {
    display: block;
}
.hsedw {
    font-weight: 600;
    margin: 0 0 7px 0;
}
.leades {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    font-size: 18px;
}

.btn.btn-primary {    background: #e7ba17;
    color: #000;
    border: none;}
/****************************srmlaw*srmlafive****************************/
section.srmlaw.srmlafive {
    position: relative;
    padding: 70px 0 0 0;
}
section.srmlaw.srmlafive  .allhead { text-align: left;}
.uloxes {
    width: 100%;
    display: block;
    margin-bottom: 6%;
}
.boxones {
    width: 19.5%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 21px;
    transition: .3s;
    line-height: 24px;
    border-right: solid 1px #9d9d9d;
    min-height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: left;
}
.boxones:hover{    transform: translateY(-2px);
    transition: .3s;}

.uloxes .boxones:last-child { border:none}

.boxones span {
    display: block;
    color: #e4b316;
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
}
.rdboxe {
    width: 100%;
    position: absolute;
    bottom: 56%;
    left: 0;
    right: 0;
}
.desde {
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-weight: 900;
    font-size: 32px;
    width: 49%;
    text-align: center;
        transition: .3s;
}
.desde:hover{    transform: translateY(-2px);
    transition: .3s;}
.desde  span{
    display: block;
    color: #e4b316;
    font-size: 64px;
    line-height: 64px;
}
.fullwit { width: 100%;}
/****************************srmlaw*srmlasix****************************/
section.srmlaw.srmlasix {
    padding: 70px 0;
    clear: both;
    overflow: hidden;
    position: relative;
}

section.srmlaw.srmlasix  .allhead {
    text-align: left;
}

.leobex {
    width: 56%;
    display: inline-block;
    margin-right: 7%;
    vertical-align: baseline;
}

.riboxes {
    display: inline-block;
    vertical-align: baseline;
    width: 36%;
}

.riboxes img {
    width: 100%;
}
.leobex
.ctnylo {
    margin: 0;
}
.suhead {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

section.srmlaw.srmlasix p {
    font-weight: 300;
}



/****************************srmlaw*****************************/

.srmlaseven {
    z-index: 100;
    background: url(../images/bg-3.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
    min-height: auto;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    position: relative;
}


.srmlaseven  .allhead {
    text-align: left;  
    color: #fff;
}

  /* the slides */
  .hiring .slick-slide {
      margin: 0 10px;
  }

   .hiring  .slick-slide img { width: 100%;    transition: .3s;}

   .hiring  .slick-slide img:hover{    transform: translateY(-2px);
    transition: .3s;}
  /* the parent */
  .hiring .slick-list {
      margin: 0 -10px;
  }
/****************************srmlaw*srmlaeight****************************/
section.srmlaw.srmlaeight {
    padding: 70px 0;
}
.Rankings .slick-slide img { width: 100%;   }

.ranking_data {
    padding: 30px 30px;
    margin:15px;
    min-height: 184px;
    border-radius: 25px;
    box-shadow: 0px 0px 5px 0px #e3e3e3;
    display: flex;
    align-items: flex-start;
      transition: .3s;
}
.ranking_data.tarlst {
    width: 31%;
    margin: 15px auto;
}

.ranking_data.tarlst .img-fluid {
    margin: 0px 15px 0px 0px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.ranking_data:hover{    transform: translateY(-2px);
    transition: .3s;}
.Rankings .slick-slide .ranking_data img {
    margin: 0px 15px 0px 0px;
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.ranking_data span {
    padding: 0px 0px 0px;
    margin: 0px 0px 0px;
}
.ranking_data span h4 {
    color: #353535;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0px 7px;
    text-align: left;
    font-family: "Outfit", sans-serif;
}
.ranking_data span p {
    color: #353535;
    font-size: 14px;
    font-weight: normal;
    margin: 0px 0px 0px;
    line-height: 1.5;
    text-align: left;
}
.slick-initialized .slick-slide > div .lsboxe { display: none !important;}
/****************************srmlaw*srmlanine****************************/
section.srmlaw.srmlanine {
    padding-bottom: 70px;
}
.videoxe {
    position: relative;
    text-align: center;
     transition: .3s;
}
.lifimg { display: none;}

.imagesbox img { width: 100%;   transition: .3s;}

.imagesbox { margin-bottom: 0;}
.videoxe:hover, .imagesbox img:hover{    transform: translateY(-2px);
    transition: .3s;}

.slick-slide .videoxe img {
    width: 100%;
}

.slick-slide .videoxe img.plnt {
    position: absolute;
    object-fit: contain;
    height: 50px;
    top: 37%;
    left: 0;
    column-height: 0;
    margin: 0;
    padding: 0;
    right: 0;
    margin: 0 auto;
       width: auto;
}
.condew {
    text-align: center;
    margin: 12px 20px;
    font-size: 19px;
}.headesdh a { color: #000; text-decoration: none;}

 /* the slides */
  .life .slick-slide {
      margin: 0 20px;
  }


  /* the parent */
  .life .slick-list {
      margin: 0 -15px;
  }


  .modal-dialog iframe {
    border: 0;
    width: 100%;
    height: 407px;
}
/****************************srmlaw*srmlaftr****************************/
.srmlaw.srmlaftr {
    background: #f3be05;
    padding: 70px 0 0;
}
.ftoloe {
    object-fit: contain;
    height: 66px;
    display: inline-block;
}
.boxone {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 25%;
}
.subhed {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 17px 0;
    color: #000;
}
.iconboxe {
    display: block;
    margin: 0 0 14px 0;
}
.iconboxe a {
    text-decoration: none;
    color: #000;
}

.iconboxe a img {
    display: inline-block;
    vertical-align: middle;
}

.iconboxe a span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 13px;
}
p.smtxt {
    text-align: center;
    font-size: 14px;
    margin: 18px 0 50px;
}
/****************************popup video*****************************/

.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
      border: none;
    background: none;
}
/****************************responsive code*****************************/
@media screen and (max-width:1920px) {
}
@media screen and (max-width:1600px) {  
    .fomxeds {
    max-width: 100%;
}         
	}
    @media screen and (max-width:1499px) {

.boxone {
    margin: 0 0 0 21%;
}
    .rdboxe {
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 45px 0 0 0;
        clear: both;
    }
    .fullwit {
        width: 100%;
        margin:0;
    }
.desde {text-align: left;}
    .rdboxe .desde:last-child {
        float: right;
        text-align: left;
        width: fit-content;
    }
    section.srmlaw.srmlasix p {
        width: auto;
        font-size: 19px;
        line-height: 30px;
        font-weight: 300;
    }
    .riboxes {
    margin-bottom: 5%;
}
.conbxes h1 {
    font-size: 49px;
}
.nav-tabs .nav-link {
    font-size: 17px;
    padding: 5px 37px;

}
.nav-tabs .nav-item {
    width: auto;
}
    

}
@media screen and (max-width:1366px) {
  
   
   }
@media screen and (max-width:1280px) {
    .whibxs {
    padding: 5px;
}

    .nav-tabs .nav-link {
    font-size: 26px;

}

        .boxone {
        margin: 0 0 0 15%;
    }
        .riboxes {
        margin-bottom: 10%;
    }

    .whistboxe {
    width: 100%;
    margin: 59px auto -15%;
}
    .nav-tabs .nav-link {
        font-size: 17px;
        padding: 5px 27px;
    }
    section.srmlaw.srmlafour .allhead {
    padding-right: 28%;
}
}
@media screen and (max-width:1169px) {
      
.desde {

    font-size: 23px;
}
    .desde span {
    font-size: 52px;
    line-height: 51px;
}
.climg {

    height: 333px;
}
section.srmlaw.srmlasix {
    min-height: 450px;
}
    .climg {
        height: 333px;
        margin-top: 7%;
    }
    .hedsd {
    font-size: 24px;
    margin: 32px 0 0 0;
}
    .nav-tabs .nav-link {
        font-size: 17px;
        padding: 7px 21px;
    }
    .accordion-button::after {
    position: absolute;
    left: 27%;
}
.ranking_data.tarlst {
    width: 50%;
    margin: 15px auto;
}
	}
@media screen and (max-width:991px) {
    img.deslog {
    height: 49px;
}
img.srmlaw, img.rdmsd {;
    height: 51px;
}
.sdutxtimg {
    height: 79px;
    margin: 30px 0 0;
}
.conbxes {
    width: 71%;
}
.srmlaone {
    min-height: 697px;
}
    .climg {
        height: 259px;
        margin-top: 23%;
    }

    .boxone {
        margin: 0 0 0 3%;
    }
        .conbxes h1 {
        font-size: 40px;
    }
    section.srmlaw.srmlatwo .allhead {
    line-height: 38px;
    width: 35%;
    margin: 0;
    font-size: 29px;
}
.rowbxe {
    width: 65%;
    float: right;
}
.nav-tabs .nav-link {
        font-size: 13px;
        padding: 7px 13px;
    }
	/******apply btn*******/
	    .aplbtn {
        position: fixed;
        right: 0;
        top: auto;
        background: none;
        border: none;
        padding: 0;
        z-index: 9999;
        bottom: 0;
        text-align: center;
        width: 100%;
           background: #2A0C8A;
    background: linear-gradient(90deg, rgba(42, 12, 138, 1) 0%, rgba(30, 102, 203, 1) 100%);
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px;
    }
    #back-top {    z-index: 99999;}
	
	    .aplbtn img {
        display: none;
    }
	    .btdmobiel {
        display: block;
    }


        .nav-tabs .nav-link {
        font-size: 13px;
        padding: 7px 13px;
        width: 100%;
          background: #f1f1f1;
    
        border-bottom: solid 2px #f1f1f1;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    border-bottom: solid 2px #e7ba17;
    font-weight: 600;
       background: #e7ba17;
}
        .nav-tabs .nav-item {
        width: 50%;
    }
    .nav-tabs {
    border-bottom: none;
}

.overcx {
    margin: 24px 0 0 0;
}
.nav.flex-column.nav-pills.me-3 {
    margin-bottom: 24px;
}
    section.srmlaw.srmlafour .allhead {
        padding-right: 31%;
        font-size: 30px;
        MARGIN: 0;
    }
    .desds {
    font-size: 17px;
    margin-right: 0;
    padding: 0 40px 10px 0;
}
.accordion-button::after {
        left: 32%;
    }
}
@media screen and (max-width:767px) {
    .srmlaone {
    padding: 38px 0;
}
    img.srmlaw, img.rdmsd {
        height: 36px;
    }
    .conbxes h1 {
    font-family: "Playfair Display", serif;
    margin: 7px 0 17px;
    font-size: 24px;
}
.fromxe {
    position: relative;
    bottom: 0px;
    z-index: 222;
    text-align: center;
    display: block;
    width: 100%;
    padding: 30px;
}
section.srmlaw.srmlasix .container {
    position: relative;
    left: 0;
    right: 0;
    top: 34px;
}
section.srmlaw.srmlasix .allhead span {
    font-size: 35px;
    display: block;
    line-height: 32px;
}
section.srmlaw.srmlasix p {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        font-weight: 300;
    }
    .srmlaseven .allhead {
    line-height: normal;
    margin: 75px 0 20px 0;
}
.srmlaseven .allhead {
        line-height: normal;
        margin: 0 0 25px 0;
    }
      .climg {
        height: auto;
        margin-top: 40px;
        float: none;
        width: 100%;
    }
        .hedsd {
        font-size: 16px;
        margin: 32px 0 0 0;
    }
.allhead, section.srmlaw.srmlasix .allhead {
    font-size: 22px;
    margin-bottom: 15px;
}
    .nav-tabs .nav-link {
        font-size: 17px;
    }

section.srmlaw.srmlatwo {
    padding-top: 30px;
}
.overcx h6 {
    font-size: 28px;
    font-weight: 600;
    margin: 24px 0 11px;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
section.srmlaw.srmlanine {
    padding-bottom: 40px;
}
.ftoloe {
    height: 45px;
        margin-bottom: 18px;
}
.srmlaw.srmlaftr {    padding: 40px 0 0;}
    .boxone {
        margin: 0;
        width: 100%;
    }
.subhed {
    font-size: 17px;
    font-weight: 600;
    margin: 7px 0 2px 0;
    color: #000;
}

 /* the slides */
  .life .slick-slide {
      margin: 0 0px;
  }
.headesdh a {
    display: block;
}

  /* the parent */
  .life .slick-list {
      margin: 0 -0px;
  }
section.srmlaw.srmlathree, section.srmlaw.srmlafour, section.srmlaw.srmlaeight {
    padding: 40px 0;
}

.shloshtable .nav-pills .nav-link {
    font-size: 16px;
    line-height: 21px;
}
.conxes {
    background: #ececec;
    padding: 35px 35px 15px;
    border-radius: 0 10px 10px;
}
.boxones {
    width: 32%;
    font-size: 14px;
    line-height: 18px;
}

.boxones span {
    font-size: 25px;
    line-height: 33px;
}
.ranking_data {
    margin: 7px;
    min-height: 168px;
}
    .srmlaone {
        min-height: 510px;
    }
      section.srmlaw.srmlatwo .allhead {
        line-height: 38px;
        width: 100%;
        margin: 0;
        font-size: 29px;
    }
         .rowbxe {
        width: 100%;
        float: right;
    }
    .sxorw img {
    object-fit: contain;
    height: 33px;
    margin: 0 0 10px 0;
}
.sihed {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
}
   .nav-tabs .nav-link {
        font-size: 16px;
        padding: 7px 13px;
        margin: 6px 10px;
    }
        .accordion-button::after {
        position: absolute;
        left: 48%;
    }
        .shloshtable .nav-pills .nav-link {
        font-size: 16px;
        line-height: 21px;
        margin: 0;
        height: 100%;
    }
        .desde span {
        font-size: 35px;
        line-height: 34px;
    }
        section.srmlaw.srmlasix {
        min-height: auto;
    }
    .suhead {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 34px;
}
.leobex {
    width: 100%;
    display: block;
    margin-right: 0;
    vertical-align: baseline;
}
.riboxes {
        margin: 34px 0 0;
        width: 100%;
    }
    .mobilebner { display: block; width: 100%;}
    .srmlaone { display: none;}

        .ranking_data.tarlst {
        DISPLAY: NONE;
    }
    .slick-initialized .slick-slide > div .lsboxe {
    display: inline-block !important;
}
section.srmlaw.srmlatwo-new {
  padding: 0px 0 9px;
      margin-bottom: 60px;
}
    section.srmlaw.srmlafour .allhead {
        padding-right: 37%;
        font-size: 27px;
        MARGIN: 0;
        line-height: 32px;
    }
    .aife {
    right: 0;
    top: 1%;
}
section.srmlaw.srmlathree {    padding-bottom: 0;}
}
@media screen and (max-width:640px) { 
      section.srmlaw.srmlathree, section.srmlaw.srmlafour, section.srmlaw.srmlaeight {
        padding: 30px 0;
    }
    .imagesbox {
    margin-bottom: 50px;
    display: none;
}
    .lifimg {
    display: block;
}
 .lifimg .slick-slide img { width: 100%;}
    section.srmlaw.srmlatwo { padding-top: 20px;}
    .ctnylo {
        margin: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 21px;
        padding: 12px 30px;
        border-radius: 10px;
    }
    .conxes {
        padding: 35px 35px 2px;
    }
        .desde {
        font-size: 15px;
    }
        .desde span {
        font-size: 37px;
        line-height: 34px;
    }
        img.deslog {
        height: 38px;
    }
    img.srmlaw {
    margin: 0 8px 0 0;
    padding-right: 11px;
}
    .sdutxtimg {
        height: 53px;
        margin: 30px 0 0;
    }
        .conbxes h1 {
        font-size: 19px;
    }
         .srmlaone {
        min-height: 381px;
    }

    .conbxes p {
        font-size: 14px;
        line-height: 19px;
        background: rgba(255, 255, 255, 0.6);
        padding: 10px;
    }
    .overcx li {
    font-size: 15px;
}
.overcx li img {
    height: 13px;
    left: 0;
    top: 5px;
}
.iconoxes img {
    height: 33px;
}
.desds {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding: 4px 13px 4px 0;
}
section.srmlaw.srmlasix {
    padding: 0 0 67px;
    clear: both;
    overflow: hidden;
    position: relative;
}
.srmlaseven {
    padding: 40px 0;
}
.heade {
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
}
    .allhead, section.srmlaw.srmlasix .allhead {
        font-size: 22px;
        margin-bottom: 8px;
        line-height: 29px;
    }
    .whibxs {
    min-height: 152px;
}
    .overcx h6 {
        font-size: 22px;
        margin: 15px 0 5px;
    }
        p, .tabldx .table, section.srmlaw.srmlasix p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
        .subhed {
        font-size: 17px;
        font-weight: 600;
        margin: 0 0 5px 0;
        color: #000;
        line-height: 18px;
    }
        .shloshtable .nav-pills .nav-link {
        font-size: 16px;
        line-height: 21px;
        height: 100%;
    }

    .modal.show .modal-dialog {
    width: 80%;
}
.modal-dialog iframe {
    border: 0;
    width: 100%;
    height: 324px;
}
      section.srmlaw.srmlatwo .allhead {
        line-height: 31px;
        width: 100%;
        margin: 0 0 23px 0;
        font-size: 23px;
        height: auto;
    }
    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 7px 7px;
        margin: 6px 10px;
        font-weight: 600;
    }
    .nav-tabs .nav-link i {
    display: block;
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
}
    section.srmlaw.srmlafour .allhead {
        padding-right: 37%;
        font-size: 23px;
        MARGIN: 0;
        line-height: 29px;
    }
    .acoudint .accordion-button {
    font-size: 20px;
}
    .suhead {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 10px 0;
        line-height: 24px;
    }
}

@media screen and (max-width:479px) {  
       
.hiring {
    width: 100%;
}
    .nav-tabs .nav-link {
        font-size: 15px;
        padding: 7px 9px;
        margin: 6px 6px;
    }
    .overcx {
        margin: 20px 0;
        padding: 0 20px;
        height: auto;
    }
    .aife {
        display: block;
        width: auto;
        padding-bottom: 0;
    }
    .srmlaseven {
        min-height: auto;
        padding: 30px 0;
    }
    p.smtxt {
    text-align: left;
    font-size: 14px;
    margin: 0 0 61px;
}
    .desds {
        display: inline-block;
        font-size: 12px;
        margin-right: 3px;
        border-right: solid 2px #878787;
        padding: 4px 8px 4px 0;
    }
.leades {
    font-size: 14px;
}
      .aife  .desds:last-child {border:none}

    section.srmlaw.srmlanine {
        padding-bottom: 28px;
    }
    .iconboxe a img {
    object-fit: contain;
    width: 14px;
}
.iconboxe a span {
    margin: 0 0 0 6px;
}
.iconboxe {
    display: block;
    margin: 0 0 7px 0;
}
    .ranking_data {
        min-height: 162px;
    }
        .hedsd {
        font-size: 13px;
        margin: 24px 0 0 0;
    }
        .desde span {
        font-size: 29px;
        line-height: 30px;
    }
        .suhead {
        font-size: 19px;
        margin: 0;
        line-height: 34px;
    }
        .srmlaseven .allhead {
        line-height: normal;
        margin: 0 0 14px 0;
    }
     .rdboxe {
        padding: 11px 0 0 0;
    }
    .accordion-button::after {
        position: relative;
        left: 0;
    }
    .acoudint .accordion-button {
    font-size: 18px;
}
.sxorw {
    width: 25%;
    height: 128px;
    padding: 0 10px;
}
.firsc, .iconoxes {
    height: 201px;
}
    .hedsd {
        font-size: 12px;
        margin: 15px 0 0 0;
    }
        .sihed {
        font-size: 11px;
        line-height: 12px;
    }
    .nav-tabs .nav-link {
        font-size: 14px;
        padding: 6px 3px;
    }
        .desds {
        padding: 4px 4px 4px 0;
    }
 

    .uloxes .boxones:last-child {
    border-right: solid 1px #9d9d9d;
}
    .firsc, .iconoxes {
        height: auto;
        padding: 20px;
        min-height: 110px;
    }
    .whistboxe .uloxes .boxones {
    width: 48%;
    margin: 1%;
}
 .whistboxe .uloxes .boxones:nth-child(2),  .whistboxe .uloxes .boxones:last-child{
    border:none;
 }
 .whistboxe {
        width: 100%;
        margin: 29px auto -15%;
    }
    .boxones {
        width: 30%;
        font-size: 14px;
        line-height: 18px;
        margin: 5px;
        min-height: auto;
        padding: 11px 0;
    }
}
@media screen and (max-width:440px) {
        img.srmlaw, img.rdmsd {
        height: 29px;
    }  
   
    .boxones {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 18px 0;
    }
        img.deslog {
        height: 33px;
    } 
    .srmlaone {
        min-height: 396px;
    }
    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 6px 2px;
    }
        .desde span {
        font-size: 32px;
        line-height: 32px;
    }

        .nav-tabs .nav-link {
        min-height: 87px;
    }
        .nav-tabs .nav-link {
        font-size: 14px;
        padding: 6px 2px;
        line-height: 20px;
    }
    .nav-pills .nav-link {
    padding: 0 0 0 20px;
    font-size: 15px;
}
.nav-pills .nav-link img {
    object-fit: contain;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px;
}
    section.srmlaw.srmlafour .allhead {
        padding-right: 37%;
        font-size: 19px;
        line-height: 24px;
    }
}
@media screen and (max-width:380px) {
    .sdutxtimg {
        height: 39px;
        margin: 5px 0 0;
    }
           img.deslog {
        height: 26px;
    }
        img.srmlaw, img.rdmsd {
        height: 25px;
    }
        .srmlaone {
        padding: 18px 0;
    }
    .slick-slide .whibxs img {
    object-fit: contain;
    height: 36px;
    margin: 9px auto;
}
    .whibxs {
        min-height: 127px;
    }
        section.srmlaw.srmlasix .allhead span {
        font-size: 29px;
        line-height: 32px;
    }
}
@media screen and (max-width:359px) {}
@media screen and (max-width:320px) {}


