@font-face { font-family: 'OpenSansSemibold'; src: url('../font/opensans-semibold_0.eot'); src: url('../font/opensans-semibold_0.eot') format('embedded-opentype'), url('../font/opensans-semibold_0.woff') format('woff'), url('../font/opensans-semibold_0.ttf') format('truetype'), url('../font/opensans-semibold_0.svg#OpenSansSemibold') format('svg'); }
@font-face { font-family: 'OpenSansRegular'; src: url('../font/opensans-regular_0.eot'); src: url('../font/opensans-regular_0.eot') format('embedded-opentype'), url('../font/opensans-regular_0.woff') format('woff'), url('../font/opensans-regular_0.ttf') format('truetype'), url('../font/opensans-regular_0.svg#OpenSansRegular') format('svg'); }
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* { outline: 0; }
a { text-decoration: none; transition: all 0.3s ease-in-out; }
ul { margin: 0px; padding: 0px; }

.clear-both, .clear { clear: both; }

body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 15px 0px 10px 0px;
  padding: 0px;
  display: block;
}

p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width:769px) {
  .container-fluid {
    padding-left: 50px !important;
    padding-right: 50px !important;
    max-width: 1600px;
  }
}

.topbar {
  background-color: #272568;
  padding: 5px 0px;
}

.top-cont,
.top-link {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.top-cont li {
  float: left;
  font-size: 13px;
  color: #fff;
  margin: 4px 20px 0px 0px;
}

.top-cont li img {
  display: inline-block;
  margin: 0px 5px 0px 0px;
}

.top-cont li a {
  color: #fff;
  text-decoration: none;
}

.top-social {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.top-social li {
  display: inline-block;
  margin: 0px 0px 0px 3px;
}

.top-social li a {
  display: inline-block;
  line-height: 2.2;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out
}

.top-social li a:hover {
  transform: rotate(180deg);
  background-color: #000;
}



.top-link {
  float: right;
}

.top-link li {
  float: left;
  margin: 0px 10px 1px 0px;
  padding: 0px;
}
.top-link li a {
  background: #fbcb49 url(../images/top-list-con.png) top center no-repeat;
  color: #000;
  display: block;
  font: 12px Arial, Helvetica, sans-serif;
  padding: 5px 15px 5px 15px;
}
.top-link li:last-child { margin-right: 0px; }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f1740d url(../images/top-list-con.png) top center no-repeat;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*top-header close*/




.header {
  background-color: #fff;
}

.logo {
  max-width: 100%;
  margin: 10px 0px 10px 0px;
}

.header-right {
  float: right;
  width: 65%;
}

.top-add-banner {
  margin: 17px 0px 5px 0px;
  text-align: right;
}

.top-add-banner a img {
  border: 1px solid #d7d7d7;
  max-width: 100%;
}

/*header close*/

.body-1 {
  background: url(../images/body-1-bg.jpg) left repeat;
}

.body-box {
  background-color: rgba(0, 0, 0, 0.16);
  padding: 25px 0px 13px 0px;
  margin-bottom: 8px;
}

.heading-box {
  max-width: 222px;
  text-align: center;
}

.heading-box h2 {
  background-color: #f1740d;
  box-shadow: 0px 0px 2px #fff;
  color: #fff;
  font-size: 20px;
  font-weight: normal !important;
  padding: 5px 0px;
  border-radius: 5px;
  text-transform: none;
}

.heading-box img {
  position: relative;
}

.accord {
  border: 4px solid #085077;
  border-radius: 7px;
  background-color: #fff;
}

.accord h3 {
  background-color: #085077;
  font-size: 14px;
  padding: 5px 0px 5px 17px;
}

.scroll {
  height: 494px;
  overflow-y: scroll;
  margin: 0px 2px;
}

.e-examscroll {
  height: 392px;
}

.primary-btn {
  background: #272568 !important;
  color: #fff !important;
  border-radius: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 14px !important;
  border: 0 !important;
}

.topsearchbar {
  position: relative;
  flex-grow: 1;
  margin-right: 5%;
  max-width: 70%;
}

.topsearchbar input {
  position: relative;
  background: #e8f0f7;
  width: 100%;
  height: 35px;
  border: 0;
  border-radius: 20px !important;
  padding: 6px 5px 5px 50px;
  font-weight: 500;
  font-size: 13px;
}

.topsearchbar img {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 1;
}

.newsbar {
  position: relative;
  padding: 8px 0px 3px 0px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  z-index: 3;
  background: rgb(243, 116, 42);
  background: linear-gradient(265deg, rgba(243, 116, 42, 1) 0%, rgba(213, 45, 47, 1) 100%);
}

.newslist {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.newslist li {
  margin: 0px 30px 0px 0px;
  padding: 0px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}

.newslist li span {
  color: #FFD477;
}

.slidercarousal .carousel-caption {
  bottom: 30%;
}

.slidercarousal .carousel-caption h5 span {
  position: relative;
  padding: 0px 70px;
}

.slidercarousal .carousel-caption h5 span:before,
.slidercarousal .carousel-caption h5 span:after {
  content: '';
  width: 50px;
  height: 3px;
  background: #ff810b;
  position: absolute;
  left: 0;
  top: 14px
}

.slidercarousal .carousel-caption h5 span:after {
  left: auto;
  right: 0;
}

.slidercarousal .carousel-caption h3 {
  font-size: 2.15rem;
  font-weight: 600;
}

.slidercarousal .carousel-caption p {
  font-size: 16px;
  line-height: 1.5;
}

.sliderbtn {
  padding: 8px 20px !important;
  border-radius: 5px !important;
  border: 0px !important;
}

.whitebtn {
  background: #fff !important;
  color: #28368C !important;
}

.hover-filled-slide-down span {
  z-index: 1;
  display: inline-block;
  position: relative;
}

.hover-filled-slide-down:hover span {
  color: #fff;
}

.hover-filled-slide-down {
  position: relative;
  overflow: hidden;
}

.hover-filled-slide-down::before {
  content: '';
  background-color: #f3742a;
  transition: 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
  z-index: 0;
}

.hover-filled-slide-down:hover::before {
  height: 100% !important;
  display: inline-block !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: 100px !important;
}

.bnroverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.enquiryform {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: -77px 0 0 0;
  z-index: 1;
  padding: 20px 50px;
}

.enquiryform h3 {
  color: #fff;
  font-size: 20px;
  margin-top: 5px;
}

.enquiryform input {
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  padding: 8px 10px;
}

.enquirybtn {
  background: #f3742a !important;
  text-align: center;
  color: #fff !important;
  border: 0 !important;
}

.enquirybtn:before {
  background: #272568 !important;
}


@media (min-width:769px) {
  .enquiryform input {
    width: 95%;
    margin: 0px 5px;
  }

  .enquiryform div {
    flex-grow: 1;
  }

  .processlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.processlist {
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
}

.processlist li {
  flex: auto;
  margin: 20px 20px;
  padding: 10px 0px;
  text-align: center;
  list-style: none;
  background-color: #D3F3E6;
  color: #37956D;
  position: relative;
}

.processlist li img {
  margin-right: 5px;
}

.processlist li:first-child {
  margin-left: 0px;
}

.processlist li:last-child {
  margin-right: 0px;
}

.processlist li span {
  position: absolute;
  right: -40px;
  top: 22px;
  width: 40px;
  height: 2px;
  background: #32C671;
}

.bluecont {
  background: #272568;
  padding: 15px;
  margin: 0px 0px 25px 0px;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.bluecont h5 {
  font-size: 1.10rem;
  font-weight: 400;
}

.bluecont p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  min-height: 50px;
}

.bigbtn {
  background: #f3742a !important;
  flex: auto;
  line-height: 2.3 !important;
  padding: 10px 0 10px 0 !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  border-radius: 3px !important;
}

.bigbtn:before {
  background: #272568 !important;
}

.borderbtn {
  background: #fff !important;
  color: #272568;
  border: 2px solid #f3742a !important
}

.borderbtn span {
  color: #272568;
}

.borderbtn:before {
  background: #f3742a !important;
}

.applyformcont {
  padding: 0px 0px 40px 0px;
}

.applyformcont h2 {
  font-size: 2.35rem;
  margin-bottom: 17px;
  font-weight: 600;
}

.applyformcont h2 span {
  color: #f3742a
}

.applyformcont h3 {
  font-size: 1.40rem;
  margin-bottom: 40px;
  font-weight: 400;
}


.applyform {
  background: #272568;
  padding: 22px 20px;
  border-radius: 30px;
}

.applyform div {
  flex: auto;
  margin: 0px 10px;
}

.width100 {
  width: 100%;
}

.applyform select,
.applyform input,
.applyform .btn {
  border-radius: 15px !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.applyform .btn {
  border: 2px solid #f3742a !important
}

.recomendcol h4 {
  font-size: 1.80rem;
  margin: 40px 0px 25px 0px;
  font-weight: 500;
}

.courses-swiper-active {
  /*padding-left: 40px!important;*/
}

.courses-button-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  background: #292B75;
}

.courses__nav .courses-button-prev, .courses__nav .courses-button-prev-news{
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #292B75;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 0;
  font-size: 24px;
  border: 1px solid #292B75;
  /*  box-shadow: -3px 2px 0px 0px #1e5d9d; */
  position: absolute;
  left: 17px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.courses__nav .courses-button-prev:hover {
  box-shadow: none;
}

.courses__nav .courses-button-next, .courses__nav .courses-button-next-news {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #292B75;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 0;
  font-size: 24px;
  border: 1px solid #292B75;
  /*  box-shadow: -3px 2px 0px 0px #1e5d9d; */
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.student-bg {
  background: url(../images/student-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 0px 80px 0px;
}

.student-img {
  position: absolute;
  right: 0;
  bottom: -40px;
}

.special-scol {
  background: #F3742A;
  padding: 40px 40px 0px 40px;
  border-radius: 10px;
  min-height: 270px;
}

.special-scol p {
  line-height: 2.2 !important;
  margin-bottom: 20px !important;
}

.special-scol .primary-btn {
  padding-left: 50px !important;
  padding-right: 50px !important;
  font-size: 16px !important;
  border: 2px solid #f3742a !important;
}

.special-scol .primary-btn:hover {
  border: 2px solid #392C63 !important;
}

.orangebtn {
  background: #f3742a !important
}

.special-scol .primary-btn.orangebtn:hover {
  background: #392C63 !important;
  border: 2px solid #f3742a !important;
}

.special-scol .primary-btn.orangebtn:before {
  background: #392C63 !important
}

.special-scol2 {
  background: #392C63;
}

.gal-detvideo iframe {
  width: 100%;
  height: 200px;
}

/*new harpreet css end*/

#style-4::-webkit-scrollbar {
  width: 6px;
  height: 15px;
  border-radius: 3px;
}

#style-4::-webkit-scrollbar-track-piece {
  background-color: #F3742A;
}

#style-4::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #F3742A;
  border-radius: 3px;
}

.style-5::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  border-radius: 3px;
}

.style-5::-webkit-scrollbar-track-piece {
  background-color: #ebebeb;
}

.style-5::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #F3742A;
  border-radius: 3px;
}

.heading-box1 h2 {
  background: #085077;
  padding: 12px 0px;
  box-shadow: 0px 0px 2px #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  border-radius: 5px;
  margin-bottom: 7px;
  text-align: center;
}

.add-1 {
  width: 100%;
}

.add-1 img {
  width: 100%;
  border: 1px solid #7eb4d8;
}

.online-box {
  margin-top: 19px;
}

.online-heading {
  background-color: #f1740d;
  border: 1px solid #fff;
}

.online-heading h3 {
  font-size: 18px;
  text-transform: none;
  font-weight: normal;
  padding: 8px 0px;
}

.online-heading a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 35px;
}

.online-list {
  background-color: #fff;
  border: 1px solid #62a9a8;
  border-top: none !important;
}

.style-5 {
  height: 276px;
  overflow-y: scroll;
}

.college-online {
  background-color: #1ab8b3;
  margin-top: 13px;
}

.college-online h3 {
  font-size: 13px;
  text-transform: none;
  padding: 7px 0px;
}

.college-online a {
  font-size: 13px;
  font: bold;
  line-height: 30px;
}


.college-list {
  padding: 8px 0px 6px 0px;
  border-bottom: 1px solid #d1d2d2;
}

.college-list:last-child {
  border-bottom: none;
}

.college-logo {
  width: 80px;
  height: 50px;
  position: relative;
  float: left;
}

.college-logo img {
  left: 0px;
  margin: auto;
  max-height: 47px;
  max-width: 100%;
}

.college-name {
  margin-left: -12px !important;
  width: 71% !important;
}

.college-name a {
  color: #0054a0;
  font-size: 14px;
  font-weight: bold;
}

.show-online {
  width: 37px;
  height: 34px;
  position: relative;
  float: right;
  margin-top: 5px;
}

.show-online img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

/*body-1 end*/

.body-2 {
  background: url(../images/body-2-bg.jpg) left repeat;
  border-top: 3px solid #000;
  padding: 50px 0px;
}

.second-headind {
  text-align: center;
  margin-bottom: 28px;
}

.second-headind h3 {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
  background-color: #0070ac;
  padding: 10px 40px;
  text-transform: none;
}


/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f1740d;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.career-read-more a:before {
  background: #2b4766;
}

.read-artic a:before {
  background-color: #2d81c7;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}


.career-test,
.find-career {
  border: 10px solid #cdecf9;
}

.career-test img,
.career-img img {
  width: 100%;
}

.find-career {
  margin-top: 19px;
  background-color: #fff;
  padding: 0px 0px 29px 0px;
}

.find-career h3 {
  color: #2b4766;
  font-size: 22px;
  font-weight: normal;
  background: url(../images/find-career-bg.png) right center no-repeat;
  border-bottom: 1px solid #efefef;
  text-transform: none;
  padding: 18px 0px;
}

.test-sample h4 {
  color: #2b4766;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
  background: url(../images/find-list-tag.png) left top 30px no-repeat;
  padding: 27px 0px 13px 15px;
}


.career-text p {
  font-size: 12px;
  color: #808181;
}

.career-read-more a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #2d81c7;
  display: inline-block;
  padding: 10px 20px;
}


.career-query {
  border: 10px solid #cdecf9;
  background-color: #fff;
  min-height: 552px;
  height: 100%;
}

.query-heading {
  background: url(../images/career-query.png) right 15px center no-repeat;
  padding: 25px 0px;
}

.query-heading h4 {
  font-size: 30px;
  color: #096969;
  font-weight: normal;
  text-transform: none;
}

.query-heading h4 span {
  color: #828282;
  font-size: 15px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
}


.home-frm {
  margin-bottom: 10px;
}

.home-frm input[type=text],
.home-frm input[type=tel],
.home-frm input[type=email],
.home-frm select,
.home-frm input[type=nubmer] {
  border: 1px solid #dedada;
  background-color: #fff;
  font-size: 13px;
  color: #999;
  width: 100%;
  padding: 10px 5px;
}

.home-frm p {
  color: #4f4f4f;
  font-size: 13px;
}

.home-frm p a {
  color: #c27b15;
  display: inline-block;
}

.send-query {
  color: #fff;
  background-color: #f1a536;
  padding: 7px 40px;
  font-size: 16px !important;
  border: none;
  font-weight: bold;
}

/*body-2 end*/

.body-3 {
  background: #085077 url(../images/body-3-bg.jpg) left bottom repeat-x;
  padding: 64px 0px;
}

.career-opt-heading {
  background: url(../images/cr-op.png) left center repeat-x;
  text-align: center;
  margin-bottom: 40px;
}

.career-opt-heading h3 {
  display: inline-block;
  padding: 5px 20px;
  background-color: #085077;
  font-size: 32px;
  text-transform: none;
}

.career-options {
  background: #fff;
  padding: 1px;
}

.career-link {
  display: block;
  position: relative;
  z-index: 100000000000000000000000;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.career-link:hover {
  box-shadow: 0px 0px 15px #000;
  opacity: 0.8;
}

.career-link:hover>.option-tag p,
.career-link:hover>.option-tag-rgt p {
  color: #cd502a !important;
}

.opt-box {
  margin: 0px !important;
  padding: 0px 1px 1px 1px !important;
}

.option-img {
  width: 50%;
  float: left;
  border: 1px solid #fff;
}

.option-img img {
  width: 100%;
  height: 154px;
}

/* .option-img img:hover, .option-img-rgt img:hover{ opacity:0.8;} */
.option-tag {
  width: 50%;
  float: left;
  background-color: #fff;
  position: relative;
  height: 154px;
}

.option-tag p,
.option-tag-rgt p {
  color: #515151;
  font-size: 20px;
  font-family: 'OpenSansSemibold';
  padding: 50px 0px 0px 12px;
}

.option-tag-rgt p {
  padding: 50px 12px 0px 0px;
  text-align: right;
}

.option-tag p a,
.option-tag-rgt p a {
  color: #515151;
}

.option-tag img {
  position: absolute;
  left: -7px;
  top: 50%;
  z-index: 3;
}

.click-more {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.option-img-rgt {
  width: 50%;
  float: left;
  border: 1px solid #fff;
}

.option-img-rgt img {
  width: 100%;
  height: 154px;
}

.option-tag-rgt {
  width: 50%;
  float: left;
  background-color: #fff;
  position: relative;
  height: 154px;
}

.option-tag-rgt img {
  position: absolute;
  right: -7px;
  top: 50%;
  z-index: 3;
}

.option-tag-rgt a.click-more {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

/*body-3 css end*/

.body-4 {
  background: url(../images/body-2-bg.jpg) left repeat;
  padding: 30px 0px;
}

.body-6 {
  background: url(../images/whitebg.jpg) left repeat;
  padding: 30px 0px;
}

.artical-box h3 {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  background: #2d81c7 url(../images/artical.png) right 20px center no-repeat;
  padding: 15px 13px;
}

.articles {
  background: #f7f5f2 url(../images/article-bg.jpg) right top no-repeat;
}

.art-cles {
  padding: 18px 0px 5px 0px;
  border-bottom: 1px solid #fff;
}

.art-img {
  max-width: 105px;
  width: 30%;
  height: 77px;
  float: left;
  margin: 0px 15px 5px 0px;
  border: 1px solid #efefef;
  background-color: #fff;
  position: relative;
}

.art-img img {
  max-width: 100%;
  max-height: 75px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.art-img2 {
  max-width: 100%;
  width: 100%;
  height: 125px;
  margin-bottom: 5px;
  border: 1px solid #efefef;
  background-color: #fff;
  position: relative;
}

.art-img2 img {
  max-width: 100%;
  max-height: 120px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


.art-cles h4 {
  font-size: 14px;
  color: #18629f;
  text-transform: none;
  line-height: 18px;
  margin-top: -2px;
  padding-top: 0px;
}

.art-cles p {
  color: #626262;
  font-size: 12px;
  line-height: 18px;
  margin: 5px 0px 0px 0px;
}

.articles a {}

.read-artic {
  text-align: center;
  margin-top: 15px;
}

.read-artic a {
  display: inline-block;
  background-color: #f1740d;
  padding: 5px 20px;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  margin: 0 auto;
}

.arti-box {
  float: left;
  width: 31.6666%;
  margin: 0px 2.2% 10px 0px;
}

.arti-box:nth-child(3n) {
  margin: 0px 0px 10px 0px;
}

.arti-box img {
  max-width: 100%;
}

.relate-updates {
  padding: 20px 0px;
  clear: both;
}

.arti-box figcaption a {
  color: #2d81c7;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
}

.arti-box figcaption a:hover {
  color: #063e6d;
}

/*body-4 css close*/

.body-5 {
  background: url(../images/body-5-bg.jpg) left repeat;
}

.heading-5 {
  text-align: center;
}

.heading-5 h3 {
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  border-top: 5px solid #8cc0ec;
  background: url(../images/heading-5.png) bottom center no-repeat;
  padding: 14px 30px 20px 30px;
  display: inline-block;
  text-align: center;
  margin-top: 2px;
  color: #8cc0ec;
}

.qualification-box {
  padding: 10px 0px 40px 0px;
  text-align: center;
}

.qualification-box a {
  display: inline-block;
  padding: 18px 35px;
  border-radius: 4px;
  margin: 10px;
  background-color: rgba(18, 70, 113, 0.56);
  color: #f4f6f7;
  text-transform: uppercase;
}

.edu-title {
  text-align: center;
  padding: 25px 0px;
}

.edu-title h4 {
  display: inline-block;
  background-color: #e9f0f7;
  font-size: 16px;
  color: #174973;
  padding: 5px 25px;
}

.formouter {
  margin: 0px auto 15px auto;
  width: 80%;
  border-top: 10px solid #e1eefa;
  padding: 15px 0px;
  border-bottom: 10px solid #e1eefa;
  background-color: #e9f4ff;
}

.contactInfoCard {
  padding: 20px;
  margin: 20px 0 0 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #ffffff42;
  backdrop-filter: blur(5px);
  border-radius: 20px;
  border: 1px solid #dddddd6b;
  transition: 0.4s ease-in-out;
  position: relative;
  min-height: 180px;
}

.contactinfoIoc {
  width: 90px;
  margin: auto;
  height: 90px;
  background: linear-gradient(180deg, #f3722a, #c34a06);
  padding: 22px;
  border-radius: 20px;
  margin-top: -58px;
  position: relative;
  z-index: 2;
  transition: 0.4s ease-in-out;
}

.contactinfoIoc img {
  filter: invert(3) brightness(5);
  width: 100%;
}

.contactinfoContent {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  text-align: center;
}

.contactinfoContent a {
  color: #000;
  font-size: 14px;
}

.contactinfoContent h5 {
  font-size: 20px;
  font-weight: 600;
  color: #13367c;
  margin-bottom: 6px;
  margin-top: 22px;
}

.collaborate-us-sec {
  padding: 70px 0px !important;
  background-image: url(../images/bg-2.jpg) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rhs {
  background: #fff;
  padding: 50px 40px;
  border-radius: 0px 20px;
  height: 600px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.rhs .inn {
  box-shadow: none;
}

.map-sec {
  height: 100%;
  overflow: hidden;
}

.map-sec iframe {
  width: 100%;
  height: 100%;
}

.form-tit {
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(223, 223, 223);
  margin-bottom: 25px;
  color: rgb(52, 64, 85);
}

.form-tit h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #f76412;
}

.form-tit h1 {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: rgb(51, 51, 51);
}

.form-login .form-group label.lb {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

.form-login .form-group input,
.form-login .form-group select,
.form-login .form-group textarea,
.form-login .form-group .chosen-container {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  height: 42px;
  margin-bottom: 15px;
}

.form-login .form-group select.chosen-select {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  height: 42px;
}

.form-login .form-group textarea {
  height: 140px;
}

.form-login .form-group .chosen-container {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 10px);
  padding: 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-login .form-group .chosen-container a.chosen-single {
  height: 40px;
  padding-top: 2px;
}

.form-login .form-group .form-check-label {
  font-size: 13px;
  color: rgb(133, 136, 144);
  font-weight: 500;
}

.form-login .form-group .form-check-label input[type="checkbox"] {
  margin-top: 3px;
  height: 14px;
}

.form-login .btn {
  /* background: var(--cta-pink1); */
  background: #272568;
  color: rgb(255, 255, 255);
  padding: 5px 50px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 34px;
  display: block;
  border: 1px solid #272568;
  transition: all 0.3s ease 0s;
  width: 100%;
  margin-top: 30px;
}

.form-login .btn:hover {
  background: rgb(206, 27, 110);
  border: 1px solid rgb(206, 27, 110);
}

.error {
  color: #f00;
  font-size: 13px;
}



/*Footer-v1
------------------------------------*/
.footer-v1 {
  padding: 40px 0px 40px 0px;
  background: #272568;
  background: linear-gradient(86deg, #272568 12%, #2b27a9 93%);
  margin-top: 0px;
}

.foot-1 h3 {
  font-size: 13px;
  color: #eeeeee;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.foot-cont h5 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 5px 0px 20px 0px;
  padding: 0px 0px 16px 0px;
  position: relative;
}
.foot-cont h5::after {
    position: absolute;
    content: '';
    width: 87px;
    height: 2px;
    background: #fff;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}
.foot-cont h5::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #f3742a;
    bottom: -2px;
    left: 100px;
    border-radius: 100%;
    z-index: 2;
}



.foot-cont p {
  font-size: 12px;
  line-height: 22px;
}

.foot-cont p a {
  color: #bcbdbe;
  font-size: 12px;
}

.foot-cont p span {
  font-weight: bold;
}

.foot-cont p a:hover {
  color: #f1740d;
}

.foot-cont ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.foot-cont ul li {
    position: relative;
    padding: 4px 0px 11px 13px;
    font-size: 12px;
}

.foot-cont ul li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 8px;
}

.foot-cont ul li a {
  color: #fff;
}

.foot-cont ul li a:hover {
  color: #f1740d;
}

.addresslist li {
  position: relative;
  padding: 0px 0px 10px 25px !important;
  line-height: 1.8
}

.addresslist li img {
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 8px;
}

.foot-2 {
  padding: 20px 0px;
  border-top: 1px solid #323943;
}

.social-link {
  margin: 0 auto;
  list-style: none;
}

.social-link li {
  float: left;
  padding: 2px 0px 2px 3px !important;
  background: none !important;
}

.social-link li a {
  padding: 0px !important;
}

.social-link li a img {
  transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
}

.social-link li a img:hover {
  transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.copyright {
  background-color: #F3742A;
  padding: 15px 0px;
}

.powered {
  text-align: right;
}

.copy {
  opacity: 0.6
}

#toTop {
  cursor: pointer;
  padding: 0;
  color: #fff;
  position: fixed;
  bottom: 60px;
  right: 20px;
  display: none;
  z-index: 100000000000000;
}

/*home css close*/


.in-body-2 {
  background: url(../images/in-body2.jpg) left repeat;
  padding: 40px 0px;
}

.inn-main-heading h1 {
  background: url(../images/inn-h1-bg.png) left bottom no-repeat;
  font-size: 28px;
  color: #006195;
  font-family: Arial;
  padding: 0px 0px 14px 0px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 15px;
}

.refine-box h3 {
  font-size: 15px;
  background: #f57e0f url(../images/search.png) left 15px center no-repeat;
  border-radius: 5px 5px 0px 0px;
  padding: 12px 0px 12px 40px;
}

.search-option-box {
  padding: 12px;
  background-color: #f1f6fa;
  border: 1px solid #cfd3d7;
  margin-bottom: 20px;
}

.search-option {
  background-color: #fff;
  border: 1px solid #cfd3d7;
  border-top: none !important;
  border-radius: 5px 5px 0px 0px;
  padding: 0px 0px 10px 0px;
  margin-bottom: 10px;
}

.search-option h4 {
  background: #069099 url(../images/srch-opt-dott.png) right 15px center no-repeat;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 14px;
}

.search-option label {
  display: block;
  color: #6a6a6a;
  font-size: 12px;
  font-family: Arial;
  padding: 0px 0px 0px 10px;
}

.search-option label span {
  line-height: 25px;
  padding: 0px 0px 0px 6px;
}

.search-option input[type=radio] {
  padding: 0px;
  margin: 0px;
}


.top-list-box {
  background-color: #f3f9ff;
  padding: 15px 13px;
  border: #0a5ba4 2px solid;
  margin-bottom: 10px;
}

.list-heading {
  background: #015eb2 url(../images/list-left-bg.png) left bottom repeat-x;
  border-radius: 5px 5px 0px 0px;
}

.list-heading h3 {
  font-size: 16px;
  color: #fff;
  font-family: Arial;
  text-transform: none;
  font-weight: normal;
  background: url(../images/top-list-bg.png) left 15px center no-repeat;
  padding: 10px 0px 10px 45px;
}


.collage-box {
  background-color: #fff;
  border-left: 3px solid #0e91d7;
  padding: 10px 0px;
  margin-bottom: 25px;
  box-shadow: 0px 3px 3px rgba(14, 145, 215, 0.27);
}

.collg-name {
  border-bottom: dashed 1px #dfe7ee;
  padding: 0px 0px 5px 0px
}

.colg-logo {
  width: 21%;
  height: 130px;
  position: relative;
  float: left;
  border: 2px solid #eaf3fb;
  margin: 0px 10px 10px 10px;
}

.colg-logo img {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  max-width: 100%;
}


.colg-rating {
  float: left;
  padding: 0px;
}

.colg-rating h3 {
  color: #0b81c1;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 20px;
}

.colg-rating h3 a {
  color: #0b81c1;
}

.colg-rating h3 a:hover {
  color: #005785;
}


.colg-rating h4 {
  color: #f3be06;
  font-size: 13px;
  background: url(../images/star.png) left center no-repeat;
  text-transform: none;
  padding: 0px 0px 0px 20px;
}

.colg-rating ul {
  list-style: none;
}

.colg-rating ul li {
  font-size: 15px;
  color: #2c6b8d;
  margin: 0px 0px 8px 0px;
}

.orangcolor {
  color: #d16807 !important;
}

.yellowcolor {
  color: #d19d0f !important;
}

.greycolor {
  color: #575757 !important;
}



.collegerating {
  background-color: #26c6d0;
  padding: 3px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-left: 10px;
  margin-bottom: 6px;
  max-width: 50px;
}

.collegerating span {
  background-color: #fff;
  padding: 2px 5px;
  margin-bottom: 5px;
  display: block;
  font-family: 'OpenSansSemibold';
  font-size: 16px;
  color: #000;
}

.collegerating:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #26c6d0;
  font-size: 18px;
  position: absolute;

  right: 0;
  left: 0;
  bottom: 13px;
}

.college-chaticon {
  width: 58px;
  margin: 10px 0px 0px 10px;
  padding: 3px 0px;
  text-align: center;
  position: relative;
}

.rank-figure {
  margin: 10px 0px 20px 0px;
  width: 99.99%;
}

/* .rank-figure thead{} */

.rank-figure thead th {
  background-color: #f6fbff;
  color: #053e5d;
  font-weight: normal;
  font-family: 'OpenSansSemibold';
  font-size: 14px;
  padding: 6px 10px;
  border-bottom: 2px solid #d7e6f2;
}

.rank-figure thead th i {
  color: #86a6b7;
  padding-right: 8px;
}

.rank-figure td {
  background-color: #fff;
  font-size: 12px;
  color: #117cb7;
  padding: 6px 10px;
}

.rank-figure td span.rupee {
  font-family: "rupee_foradianregular";
}

.rank-figure td span.rate {
  color: #069099;
}


.photo-add img {
  max-width: 253px;
  width: 100%;
}

.photo-add {
  margin-bottom: 20px;
  display: inline-block;
}

/*collage css close*/

.refine-box h5 {
  font-size: 15px;
  background: #f57e0f;
  border-radius: 5px 5px 0px 0px;
  padding: 12px 0px 12px 15px;
}

.about-collage,
.collage-addrs {
  background-color: #fff;
  border: 1px solid #cfd3d7;
  padding: 0px 0px 10px 0px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.collage-addrs ul {
  list-style: none;
}

.about-collage ul li a {
  color: #098189;
  font-size: 13px;
  background: url(../images/colg-arrow.png) left 10px center no-repeat;
  font-family: Arial;
  line-height: 26px;
  padding: 0px 0px 0px 20px;
}

.collage-addrs ul li {
  color: #999999;
  font-size: 14px;
  font-family: Arial;
  padding: 7px 0px 6px 30px;
  line-height: 18px;
}

.collage-addrs ul li a {
  color: #999999;
}

.collage-addrs ul li a:hover {
  color: #f57e0f;
}

.collage-addrs ul li.pin {
  background: url(../images/col-ad2.png) left 3px top no-repeat;
}

.map-option {
  width: 100%;
  min-height: 142;
}

.map-option iframe {
  width: 100%;
  max-height: 222px;
}


.update h6 {
  color: #525252;
  font-size: 15px;
  text-transform: none;
  font-family: Arial;
  margin: 25px 0px 5px 0px;
  font-weight: normal;
}

.des-update {
  background-color: #fff;
  border: 1px solid #cfd3d7;
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px;
}

.des-update p {
  color: #999999;
  font-size: 13px;
  font-family: Arial;
  line-height: 20px;
}

.des-update p span {
  color: #08385e;
}

.des-update iframe {
  width: 100%;
  height: 190px;
}


.collg-detail-box {
  background-color: #fff;
  border: 1px solid #d2e3f1;
  padding: 13px;
}

.campus-info {
  margin-bottom: 35px;
}

.inst-logo {
  width: 100%;
  height: 205px;
  position: relative;
  border: 2px solid #eef5fc;
  margin-bottom: 10px;
}

.inst-logo img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-height: 136px;
  max-width: 100%;
}

.sec-info {
  margin: 0px 0px 0px -10px;
  padding-right: 0px !important;
  padding-left: 10px !important;
}

.sec-info h2 {
  font-size: 16px;
  color: #0b81c1;
  margin-top: 0px;
  margin-bottom: 8px;
}


.sec-info h4 {
  color: #f3be06;
  font-size: 15px;
  font-weight: normal;
  background: url(../images/star.png) left center no-repeat;
  text-transform: none;
  padding: 0px 0px 0px 20px;
  margin: 0px;
}

.sec-info ul {
  list-style: none;
  margin-left: -10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sec-info ul li {
  color: #2c6b8d;
  font-family: 'OpenSansSemibold';
  font-size: 13px;
  line-height: 18px;
  padding: 5px 0px 5px 25px;
  position: relative;
}

.sec-info ul li a {
  color: #df6c00;
}

.sec-info ul li a:hover {
  color: #000;
}

.sec-info ul li a:hover>.eml:before {
  color: #000 !important;
}


.home:before,
.mob:before,
.eml:before {
  content: "\f015";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;

  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;

  top: 5px;
  left: 0;
}

.mob:before {
  content: "\f095";
  color: #575757;
}

.eml:before {
  content: "\f0e0";
  color: #df6c00;
}




.inst-facilty {
  background-color: #f6fbff;
  border: 1px solid #eeeeee;
  margin-bottom: 12px;
}

.inst-facilty ul li {
  float: left;
  color: #6a6a6a;
  font-size: 11px;
  text-align: center;
  padding: 13px 15px;
}

.inst-facilty ul li span {
  display: block;
  font-size: 12px;
  color: #069099;
}

.inst-facilty h3 {
  color: #053e5d;
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  padding: 18px 0px 19px 10px;
  float: left;
  max-width: 103px;
  width: 100%;
}


.collg-text {
  margin: 0px 0px 30px 0px;
  color: #8d8d8d;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
  margin: 0px 0px 10px 0px;
}




.collg-text h3 {
  color: #0b81c1;
  font-size: 16px;
  font-family: Arial;
  text-transform: none;
  margin: 15px 0px 0px 0px
}

.collg-text p {
  color: #8d8d8d;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
  margin: 0px 0px 10px 0px;
}

.course-lavel {
  margin-bottom: 15px;
}

.course-lavel h3,
h3.orangeh3 {
  background: url(../images/course-lavel.png) left top 4px no-repeat;
  border-bottom: 3px solid #0b81c1;
  padding: 0px 0px 10px 15px;
  color: #0b81c1;
  font-size: 16px;
  font-family: Arial;
}

h3.orangeh3 {
  background: url(../images/orangearrow.png) left top 2px no-repeat;
  border: none;
  color: #f07a0b;
}


.inn-lavel {
  border: 1px solid #eeeeee;
  margin-top: 13px;
}

.step1 {
  background-color: #f6fbff;
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
}

.step1 h5 {
  float: left;
  color: #6a6a6a;
  font-size: 12px;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
}

.step1 h5 span {
  display: block;
  color: #053e5d;
  font-size: 13px;
  font-style: normal;
}

.step1 h6 {
  float: right;
  font-size: 12px;
  color: #053e5d;
  margin: 0px;
  font-weight: normal;
  line-height: 30px;
}

.step2 {
  background: #fff url(../images/bg-line.jpg) right 90px top repeat-y;
  padding: 10px;
}

.step2 h5 {
  float: left;
  color: #6a6a6a;
  font-size: 12px;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
}

.step2 h5 span {
  color: #069099;
  font-size: 13px;
  display: block;
  font-style: normal;
}

.step2 h6 {
  float: right;
  margin: 0px;
  font-weight: normal;
}

.step2 h6 a {
  font-size: 12px;
  color: #069099;
  text-decoration: underline;
  text-align: right;
}

/*collage detail css close*/




.inn-body-2 {
  background: url(../images/in-body2.jpg) left repeat;
  padding: 0px 0px 40px 0px;
}

.top-list ul li {
  float: left;
  padding: 20px 0px;
  list-style: none;
}

.top-list ul li a {
  color: #006195;
  font-size: 12px;
  font-family: Arial;
  padding: 0px 10px 0px 0px;
}

.top-list ul li:last-child>a {
  color: #d66b06;
}


.exam-info {
  background-color: #f3f9ff;
  border: 1px solid #dadada;
  padding: 24px 0px 15px 0px;
  margin-bottom: 25px;
}

.exam-info h1 {
  font-size: 20px;
  font-family: Arial;
  font-weight: bold;
  color: #f58114;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 17px 0px;
  background: url(../images/exam-heading-line.png) left bottom repeat-x;
}

.exam-logo {
  width: 100%;
  min-height: 128px;
  height: 160px;
  border: 1px solid #e5f0fb;
  background-color: #fff;
  position: relative;
  margin-bottom: 10px;
}

.exam-logo img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  max-width: 100%;
}

.exam-sheet {
  margin-bottom: 20px;
}

.exam-sheet h3 {
  font-family: Arial;
  font-size: 13px;
  color: #016268;
  float: left;
  text-align: left;
  text-transform: none;
}

.exam-sheet p {
  font-size: 13px;
  font-family: Arial;
  color: #717171;
  margin: 0px 0px 0px -20px;
}


.important-date {
  background-color: #e6f5ff;
  border: 1px solid #afdfe2;
  min-height: 378px;
  height: 100%;
}

.important-date h3 {
  background: #028e97 url(../images/dexam-held-arrow.png) left 10px top 10px no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 8px 0px 8px 22px;
}

.over-view-text {
  padding: 0px 10px 0px 0px;
}

.over-view-text p {
  text-align: justify;
  color: rgb(48, 48, 48) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.held-box {
  padding: 18px 8px;
}

.date-box h4 {
  color: #4180a1;
  font-size: 15px;
  text-transform: none;
  padding: 3px 13px;
  background-color: #FFF;
}

.date-box p {
  color: #242424;
  font-size: 13px !important;
  padding: 3px 13px;
  margin: 9px 0px;
}


.exam-type {
  background-color: #c7ebff;
  min-height: 378px;
  height: 100%;
}

.exam-type h3 {
  background: #006195 url(../images/dexam-held-arrow.png) left 10px top 10px no-repeat;
  color: #fff;
  font-size: 16px;
  padding: 8px 0px 8px 22px;
}

.held-type {
  background-color: #fff;
  margin: 18px 6px 8px 6px;
  padding: 0px 9px;
}

.date-type {
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 0px;
}

.date-type h4 {
  background: url(../images/heldl-typarrow.png) left center no-repeat;
  color: #4180a1;
  font-size: 15px;
  text-transform: none;
  padding: 0px 13px;
}

.date-type p {
  color: #242424;
  font-size: 13px !important;
  padding: 0px 13px;
  margin: 9px 0px;
}

.eligibilty-table {
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}

.eligibilty-table thead {
  background-color: #f6fbff;
}

.eligibilty-table th {
  color: #4180a1;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 20px;
}

.eligibilty-table td {
  padding: 20px;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 19px;
  text-align: justify;
}

.eligibilty-table td,
.eligibilty-table th {
  border: 1px solid #eeeeee;
}

.width-td {
  width: 25%;
}

span.inr {
  font-family: "rupee_foradianregular";
}


.exam-center {}

.exam-center p {
  color: #004d76;
  font-size: 13px;
  font-weight: bold;
  background: url(../images/exam-dott.png) left top 2px no-repeat;
  padding: 0px 0px 0px 15px;
}

.result {
  color: #262626;
  font-size: 14px;
}

.article-box {
  background-color: #f9f9f9;
  margin-bottom: 30px;
  padding: 13px 0px;
}

.article-logo {
  min-height: 200px;
  height: 100%;
  background-color: #fff;
  position: relative;
}

.article-logo img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.article-text h3 {
  color: #f57b0a;
  font-size: 20px;
  text-transform: none;
}

.article-text p {
  font-size: 14px;
  color: #262626;
  margin: 13px 0px;
}

.article-text p span {
  color: #555555;
  font-weight: bold;
  margin-right: 10px;
}

.article-text p.art-date {
  color: #555555;
}

.article-text p.art-name {
  color: #2397b7;
}

.article-text a {
  color: #006ca7;
  font-size: 14px;
}


.ent-heading h3 {
  color: #053e5d;
  font-size: 16px;
  background: url(../images/ent-h3.png) left center no-repeat;
  padding: 0px 0px 0px 15px;
}

.exam-flow {
  border-top: 5px solid #006195;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 25px 0px;
  margin: 6px 0px 40px 0px;
}

.flow-text {
  text-align: center;
  background-color: #d3eeff;
  padding: 30px 40px;
  margin: 0 auto;
  max-width: 665px;
  width: 100%;
}

.flow-text p {
  font-size: 14px;
  color: #03646a;
  font-weight: bold;
}

.down-arrow {
  height: 37px;
  position: relative;
  margin: 13px 0px;
}

.down-arrow img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}



.ent-heading2 h3 {
  color: #f38015;
  font-size: 16px;
  background: url(../images/ent-h3-ylw.png) left center no-repeat;
  padding: 0px 0px 0px 15px;
}

.exam-flow2 {
  border-top: 5px solid #f38015;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  background-color: #fff;
  padding: 25px 0px;
  margin: 6px 0px 40px 0px;
}

.crt td {
  padding: 10px 20px;
}


.simple-text p {
  font-size: 14px;
  color: #262626;
  line-height: 24px;
  text-align: justify;
}


/* 11-jan start */

.viewmore-collages {
  float: right;
  width: 50%;
  padding: 8px 30px;
  margin: -5px 8px 15px 0px;
  border: 1px solid #cfd3d7;
  background-color: #f1f6fa;
  border-radius: 6px;
}

.viewmore-collages span {
  font-family: 'OpenSansSemibold';
  font-size: 14px;
  color: #08767d;
  margin-right: 20px;
}

.viewmore-collages select {
  padding: 5px;
  width: 69%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #cfd3d7;
}

.morecourse-link {
  float: right;
  margin: 0px;
  font-family: 'OpenSansSemibold';
  font-size: 10px;
}

.morecourse-link a {
  color: #0b81c1;
}

.morecourse-link a:hover {
  color: #f57e0f;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.collagedet-menu {
  margin: 0 auto;
  padding: 0px;
  border-bottom: 2px solid #006195;
  border-left: 1px solid #efefef;
  list-style: none;
}

.collagedet-menu li {
  margin: 0;
  padding: 0px;
  float: left;
  border-right: 1px solid #efefef;
  border-top: 1px solid #efefef;
  font-family: 'OpenSansSemibold';
  font-size: 15px;
  text-transform: uppercase;
}


.collagedet-menu li a {
  margin: 0;
  padding: 10px 24px 10px 23px;
  float: left;
  color: #006195;
  background-color: #fff;
}

.collagedet-menu li a:hover,
.collagedet-menu li a.detmenuactive {
  color: #fff;
  background-color: #006195;
}

.homeicon {
  font-size: 18px;
}

.clear-bdr {
  clear: both;
  height: 5px;
  border-top: 2px solid #006195;
  margin-bottom: 15px;
}


.inst-facilty ul {
  list-style: none;
}

.inst-facilty ul li {
  float: left;
  color: #6a6a6a;
  font-size: 11px;
  text-align: center;
  padding: 13px 0px 13px 20px;
}

.rupee {
  font-family: "rupee_foradianregular";
}

.inst-facilty p {
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin: 10px 20px 20px 20px;
  color: #666
}

.placementall {
  font-size: 12px;
  color: #069099;
}

.step1 h6 a {
  color: #0b81c1;
}

.step1 h6 a:hover {
  color: #f57e0f;
}

.galley-l {
  padding: 2px;
  height: 80px;
  margin: 0px 5px 15px 0px;
  width: 100%;
  height: 78px;
  display: block;
}

.galley-l img {
  max-height: 70px;
  width: 100%;
  border: 1px solid #cfd3d7;
  border-radius: 3px;
}

.galley-l img:hover {
  opacity: 0.7;
}





.galley-w {
  float: left;
  padding: 5px;
  width: 31%;
  height: 160px;
  margin: 5px 5px 5px 7px;
  border: 1px solid #efefef;
}

.galley-w:hover {
  border: 1px solid #33a4e1;
}


.pdflink {
  color: #03a9b4;
  text-transform: none;
  font-size: 12px;
  float: right;
}

.pdflink:hover {
  color: #04656b;
}

.inst-facilty-white {
  background-color: #fff;
  float: right;
  width: 78%;
  min-height: 52px;
  border-left: 1px solid #eeeeee;
}

.courseh5 {
  margin: 4px 0px 0px 10px !important;
  font-size: 15px !important;
  color: #053e5d !important;
}

.course-feture {
  display: inline-block;
  width: 45%;
  margin: 10px 0px 10px 15px;
  padding: 10px;
  text-align: center;
  background-color: #f1f6fa;
  text-transform: uppercase;
  font-family: 'OpenSansSemibold';
  font-size: 14px;
  color: #0b81c1;

  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.course-feture span {
  display: block;
  margin: 5px 0px 0px 0px;
  text-transform: none;
  font-family: 'OpenSansRegular';
  font-size: 13px;
  color: #053e5d;
}

.course-feture:hover {
  background-color: #f6fbff;
  color: #000
}

.formname {
  font-family: 'OpenSansRegular';
  font-size: 13px;
  text-align: right;
  margin: 0px -30px 0px 40px;
  padding: 16px 10px 16px 0px;
  color: #fff;
  background-color: #45a2a8;
}

.txtfld,
.txtarea,
.filefld,
.selectfld {
  border: 1px solid #bacee1;
  background-color: transparent;
  font-size: 13px;
  width: 100%;
  padding: 16px 5px 16px 5px;
}

.selectfld {
  padding: 15px 5px 14px 5px;
}

.txtarea {
  height: 120px;
}

.filefld {
  padding: 13px 5px 13px 5px;
}

.txtfld:focus,
.txtarea:focus,
.filefld:focus,
.selectfld:focus {
  background-color: #fff;
}


.nextstep-link {
  float: right;
  margin: 0px 0px;
}

.nextstep-link a {
  font-size: 16px;
  color: #fff;
  padding: 8px 25px;
  background-color: #e57317;
}

.nextstep-link a:hover {
  background-color: #047c9b;
}

.checkboxname {
  font-family: 'OpenSansSemibold';
  float: left;
  font-size: 12px;
  margin: 15px 3px 10px 10px !important;
}

.checkboxname input[type=checkbox] {
  float: left;
  margin-top: 3px;
  margin-right: 2px;
}

.register-bg {
  background: #e6eff8 url(../images/registerbg.jpg) right top no-repeat;
  border: 1px solid #dadada;
  padding: 40px 0px 15px 15px;
  margin-bottom: 25px;
}

.register-inr {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0px 0px 20px 0px;
  padding: 50px;
  border-left: 8px solid #dae2ea;
}

.forminr-hd {
  display: block;
  margin: 0px -30px 15px 40px;
  padding: 0px 10px;
  color: #f57e0f;
  font-family: 'OpenSansSemibold';
  font-size: 25px;
}


.facility-box2 {
  display: block;
  width: 100%;
}

.facility-box2 td {
  float: left;

  width: 47%;
  min-height: 30px;
  margin: -2px 0px 10px 12px;
  padding: 8px 5px 8px 5px;
  background-color: #fff;
  border: 1px solid #a6d8d0;
}

/* .facility-box2 td:nth-child(2n+0){ margin-left:0px; } */


.facility-box2 td img {
  float: left;
  margin: -10px 5px 0px 0px;
}

.facility-box2 td input[type=checkbox] {
  float: right;
  margin: 10px 0px 0px 5px;
}

.facility-box2 td label {
  float: left;
  margin: 10px 0px 0px 0px;
  font-size: 13px;
}

.butn {
  border: none;
  cursor: pointer;
  float: right;
  font-size: 16px;
  color: #fff;
  padding: 8px 55px;
  background-color: #e57317;
}

.butn:hover {
  background-color: #45a2a8;
}

.entrance-exams-hd {
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0px 15px 0px;
  position: relative;
}

.entrance-exams-hd-bg {
  width: 50%;
  height: 8px;
  position: absolute;
  background: url(../images/greydbl-bdr.png) left center repeat-x;
  top: 10px;
  right: 0px;
}


.my-account {
  margin-right: -8px;
}

.my-account li {
  position: relative;
}

.my-account li a {}

.my-account li i {
  float: right !important;
  margin: -1px 0px 0px 5px !important;
  padding: 0px !important;
}

.my-account ul {
  display: none;
  width: 120px;
  position: absolute;
  top: 20px;
  z-index: 1000000;
  border-radius: 0px 0px 5px 5px;
  background-color: #fff;
}


.my-account>li:hover>ul {
  display: block;
}

.my-account ul li {
  border-bottom: dashed 1px #d5d6d8;
  display: block;
  width: 100%;
}

.my-account ul li:last-child {
  border-bottom: none;
}

.my-account ul li a {
  color: #000;
  font-size: 12px;
  font-family: Arial;
  padding: 5px 15px;
  display: block;
  width: 100%;
  background-image: none;
}

.my-account ul li a:hover {
  background-color: #f1740d;
  color: #fff;
}

.cd-tabs {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 418px;
  height: 100%;
  padding: 10px 0px;
  background-color: #f3f5fb;
}

.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}


.butn {
  border: none;
  float: right;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  padding: 8px 55px;
  background-color: #e57317;
}

.butn:hover {
  background-color: #45a2a8;
}

.forgot {
  font-size: 12px;
  margin: 10px 0px 5px 20px;
  color: #e57317;
  float: right;
}

.forgot:hover {
  color: #22959c;
  text-decoration: underline;
}

.faci-icon img {
  float: left;
  margin: 0px 5px 10px 2px;
  max-width: 60px;
}

.placement {
  float: left;
  width: 115px;
  height: 110px;
  margin: 7px 0px 8px 14px;
  color: #6a6a6a;
  font-size: 11px;
  text-align: center;
  border: 1px solid #efefef;
  background-color: #f6fbff;
}

.placement span {
  display: block;
  position: relative;
  height: 70px;
  margin-bottom: 5px;
  background-color: #fff;
}

.placement span img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 70px;
}

.averagesalary {
  display: block;
  float: none;
  font-size: 13px;
  color: #6a6a6a;
  line-height: 28px;
  border: 1px solid #efefef;
  margin: 8px 0px 3px 14px;
  text-align: center;
}

.averagesalary span {
  color: #fff;
}



.over-view-text ul {
  list-style: disc !important;
  margin-left: 25px;
}

.over-view-text li {
  list-style: disc !important;
  display: block !important;
  min-height: 1px !important;
  padding: 0em 0em 0em 0.8em !important;
  margin: 5px 0px !important;
  font: 15px Arial, Helvetica, sans-serif;
  background: url(../images/liststyle-img.png) left 6px no-repeat
}

.rightpanel {
  padding: 0 !important;
}

/* .rightpanel div { padding:0 !important;  } */


.coursehd-outer {
  display: block;
  border-bottom: 1px dashed #069099;
  text-align: center
}

.coursehd {
  background-color: #069099;
  font: 14px Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 0px;
  margin: 15px auto 0px auto;
  border-radius: 5px 5px 0px 0px;
  max-width: 300px;
}

.coursehd i {}

.coursedet-list {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none;
}

.coursedet-list li {
  margin: 1px 0px 2px 0px;
  list-style: none;
  font-family: 'OpenSansSemibold';
  font-size: 14px;
  color: #18516f;
}

.coursedet-list li a {
  display: block;
  padding: 6px 0px 6px 0px;
  color: #069099;
  background-color: #f1f6fa;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.coursedet-list li a span {
  color: #fff;
  float: left;
  min-width: 95px;
  font: normal 12px Arial, Helvetica, sans-serif;
  background-color: #90a6b8;
  padding: 8px 10px;
  margin-top: -6px;
  margin-right: 8px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.coursedet-list li a span>i {
  margin: 3px 0px 0px 5px;
  float: right;
}

.coursedet-list li a:hover {
  background-color: #dbe9f4;
  color: #156368
}

.coursedet-list li a:hover>span {
  background-color: #069099;
}

.download-list {
  float: right;
  margin: 20px 20px 0px 0px;
  padding: 0px;
  list-style: none;
}

.download-list li {
  float: right;
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

.download-list li a {
  padding: 8px 15px;
  font-weight: bold;
  color: #fff;
  background-color: #14bbc5;
}

.download-list li a:hover {
  color: #fff;
  background-color: #016195 !important;
}

.red {
  background-color: #f0880d !important;
}

.download-list li a i {
  margin-right: 5px;
}

.det-courses {
  display: block;
  font-weight: normal;
  line-height: normal;
  padding: 0px;
  border-bottom: 1px dashed #069099;
}

.det-coursesleft {
  font-size: 13px;
  color: #016195;
  line-height: normal;
  margin: 10px 0px;
}

.det-coursesleft a {
  color: #016195;
  line-height: normal;
  margin: 0px;
}

.det-coursesleft a:hover {
  color: #6a6a6a;
}

.det-coursesleft em {
  font-size: 12px;
  color: #6a6a6a;
}

.det-courses a {
  font-weight: normal;
  line-height: normal;
  padding: 0px !important;
  background-color: transparent !important;
}

.det-courses-list {
  float: right;
  list-style: none;
  margin: 18px 0px 0px 0px;
  padding: 0px;
}

.det-courses-list li {
  float: left;
  list-style: none;
  margin: 0px 0px 0px 15px;
  padding: 0px;
  font-size: 12px;
  color: #016195;
}

.det-courses-list li a {
  color: #016195;
}

.det-courses-list li a:hover {
  color: #6a6a6a;
}


/*------------------------------------------------------------------- 5-2-16-open----------------------------------------------- */

.careerimg {
  float: left;
  width: 25%;
  border: 1px solid #dbe9f4;
  position: relative;
  margin: 0px 15px 15px 0px;
  text-align: center;
}

.careerimg img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.career {
  background: #ffffff;
  border: 1px solid #eaebec;
  padding: 10px 0px 15px 0px;
  margin-bottom: 25px;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #262626;
  line-height: 22px;
  text-align: justify;
}

.career ul {
  list-style: none;
}


.car-heding {
  float: left;
  min-width: 200px;
  background: #006195 url(../images/bottm-arrow.png) right 0px no-repeat;
  padding: 10px 40px 8px 25px;
  border-radius: 6px 6px 0px 0px;
  font: normal 18px Arial, Helvetica, sans-serif;
  color: #fff;
  display: inline-block;
}

.sourcelink {
  padding: 10px 40px 8px 0px;
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #0f87cb;
}

.career-box {
  width: 100%;
}

.career-box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.career-box ul li {
  display: inline-block;
  width: 32%;
  margin: 0px;
  padding: 0 0 0 2%
}

.career-box ul li a {
  background: #f6fbff url(../images/blue-arrow.png) 15px 12px no-repeat;
  font: bold 15px Arial, Helvetica, sans-serif;
  color: #006195;
  padding: 12px 10px 12px 30px;
  margin-bottom: 15px;
  display: block !important;
}

/*  .career-box ul li a{  font:bold 15px Arial, Helvetica, sans-serif; color:#006195;     }
 */
.career-box ul li a:hover {
  background: #eaf2f9 url(../images/blue-arrow.png) 15px 12px no-repeat;
  color: #006195;
  padding: 12px 10px 12px 30px;
  margin-bottom: 15px;
}

.carre-point {
  display: block;
  margin: -10px 15px 15px 15px;
}

.carre-point ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.carre-point ul li a {
  background: #f28b14;
  padding: 1% 2%;
  font: bold 15px Arial, Helvetica, sans-serif;
  color: #fff;
  float: left;
  text-transform: uppercase;
  margin-right: 8px;
}

.carre-point ul li a:hover {
  background: #006195;
  color: #fff;
}

.career2 {
  background: #f4f9fc;
  border: 1px solid #eaebec;
  padding: 24px 0px 15px 0px;
  margin-bottom: 25px;
}

.car-heding2 {
  background: #006195 url(../images/check-box.png) 15px 10px no-repeat;
  padding: 11px 40px 10px 40px;
  border-radius: 6px 6px 0px 0px;
  font: normal 16px Arial, Helvetica, sans-serif;
  color: #fff;
}


.career h2 {
  color: #006195;
  float: left;
  font: bold 15px Arial, Helvetica, sans-serif;
  text-transform: none;
  background: #f6fbff url(../images/blue-arrow.png) 20px 13px no-repeat;
  padding: 10px 40px 10px 36px;
  margin: 10px 0px 0px 0px;
}



.career p {
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #262626;
  line-height: 22px;
  padding-bottom: 10px;
  text-align: justify;
}

.career p img {
  float: left;
  width: 254px;
  border: solid 1px #dbe9f4;
  margin-right: 15px;
}

.cirt11 {
  border: solid 1px #eeeeee;
  background: #ffffff;
  padding-bottom: 15px;
}

.cirt11-headi {
  background: #f6fbff;
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #033956;
  padding: 18px 15px;
  text-transform: uppercase;
  border-bottom: solid 1px #eeeeee;
}

.service1 {
  width: 100%;
}

.service1 ul {
  list-style: none;
  margin: 0px 15px;
  padding: 0px;
}

.service1 ul li {
  background: url(../images/arow1.png) left 12px no-repeat;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: #069099;
  padding: 10px 0px 10px 15px;
}

.eligibility {
  background: #eeeeee;
  padding: 1px;
}

.eligibility ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.eligibility ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #f6fbff url(../images/blue-arrow.png) 20px 12px no-repeat;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: #053e5d;
  padding: 10px 0px 10px 35px;
  margin-bottom: 1px;
}

.wh1 {
  background: #fff url(../images/blue-arrow.png) 20px 10px no-repeat !important;
}


.entrance-exame {
  background: #f6fbff url(../images/blue-arrow.png) 20px 28px no-repeat;
  font: normal 13px Arial, Helvetica, sans-serif;
  color: #053e5d;
  text-transform: uppercase;
  padding: 28px 15px 28px 35px;
  margin-bottom: 10px;
  float: left;
  border: solid 1px #eeeeee;
  float: left;
  width: 236px;
  margin-right: 10px;
}

.entrance-exame a {
  color: #053e5d;
}

.entrance-exame a:hover {
  color: #f28b14;
}

.gallery1 {
  margin-bottom: 10px;
}

.gallery1 img {
  max-width: 100%;
}

/*------------------------------------------------------------------- 5-2-16-end----------------------------------------------- */

.chatouter {
  background-color: #b8f0f4;
  border: 1px solid #3ccfd9;
  border-radius: 8px;
  padding: 10px;
}

.onlineperson {}

.onlielisthd2 {
  font: 16px Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 15px;
  background-color: #0e929b;
}

/* .onlielisthd2:before {
    content: "\f007";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
adjust as necessary
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;

    top: 10px;
    left: 0;
} */



.onlielisthd2 i {
  margin-right: 5px;
  color: #79f7ff;
}

.chatroom {
  background: url(../images/chatbg.jpg) left top repeat;
  padding: 20px 0px 20px 0px;
  height: 262px;
  overflow-y: scroll;
}

.chatmsg-outer {
  display: block;
  margin: 0px 20px 20px 20px;
}

.bluebg {
  background-color: #b8f0f4;
}

.orangebg {
  background-color: #ffedd8;
}

.chatmsg {
  border-radius: 0px 3px 3px 3px;
  margin: 0px 15px;
  padding: 15px;
  font: 14px/20px Arial, Helvetica, sans-serif;
  color: #464646;
}

.chatnameblue,
.chatnameorange {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #0b7c84;
  margin-bottom: 10px;
}

.chatnameorange {
  color: #e28314;
}

.chatnameblue em,
.chatnameorange em {
  font-size: 11px;
  font-weight: normal;
  color: #61b6bc;
  padding-bottom: 1px;
  border-bottom: 2px dotted rgba(97, 182, 188, 0.4);
}

.chatnameorange em {
  color: #eba14b;
  border-color: rgba(235, 161, 75, 0.4);
}

.chattxtarea textarea {
  width: 98%;
  padding: 10px;
  height: 102px;
  margin: 16px 16px 0px 0px;
  border: 1px solid #3ccfd9;
}

.chatbtn {
  background-color: #f1880d;
  border-radius: 5px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin: 16px 0px 0px 0px;
  display: block;
  width: 100%;
  padding: 37px 0px 36px 0px;
  cursor: pointer;
}

.chatbtn:hover {
  background-color: #088f98;
}

.pagelist {
  padding: 0px;
  margin: 0px 20px 25px 20px;
  list-style: none;
}

.pagelist li {
  font: normal 14px/22px Arial, Helvetica, sans-serif;
  color: #262626;
  text-align: justify;
  margin: 8px 0px;
  padding-left: 15px;
  background: transparent url(../images/grey-arrow.png) left 7px no-repeat;
}

.pagelist li a {
  color: #262626;
  display: block;
  margin-bottom: 6px;
  background-color: transparent;
  border: none !important;
  padding: 0px 0px 0px 10px !important;
  padding-left: 10px !important;
}

.pagelist li a:hover {
  color: #f1740d;
  background-color: transparent !important;
}

.contactleft {
  background-color: #069099;
  padding: 35px !important;
  line-height: 22px;
}

.contactright {
  background-color: #fff;
  padding: 12px !important;
  border: 1px solid #efefef;
  float: right;
  margin-left: 20px;
}


.contactleft h2 {
  margin-top: 10px !important;
  font-size: 28px !important;
}

.contactleft h2 span {
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}

.contactleft p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin-top: 25px;
}

.contactleft p i {
  font-size: 25px;
  float: left;
  margin-right: 15px;
}

.cont-mail {
  display: block;
  border: 2px solid #58bcc2;
  text-align: center;
  padding: 10px 0px;
  margin: 25px 0px 10px 0px;
  font-size: 16px;
  color: #fff;
  transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
}

.cont-mail:hover {
  color: #82c7cc;
  border-color: #0c7f86;
}

.cont-mail:hover>i {
  opacity: 0.5;
  transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}


.cont-social {
  border-top: 2px solid #58bcc2;
  padding: 10px 0px;
  margin: 25px 0px 0px 0px;
}

.fot-social-link {
  margin: 15px 0px 0px 0px;
  list-style: none;
}

.fot-social-link li {
  float: left;
  padding: 15px 10px 2px 0px;
}

.fot-social-link li a {
  font-size: 20px;
  color: #58bcc2;
  border: 1px solid #58bcc2;
  padding: 5px 8px;
  display: inline-block;
  width: 43px;
  text-align: center;
  transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
}

.fot-social-link li a i:hover {
  color: #fff;
  transition: all 1.3s ease-in-out;
  -o-transition: all 1.3s ease-in-out;
  -moz-transition: all 1.3s ease-in-out;
  -webkit-transition: all 1.3s ease-in-out;
  transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.college-gallery {
  display: block;
  margin: 0px;
}

.college-gallery ul {
  margin: 10px 0px 5px 15px;
  list-style: none;
}

.college-gallery ul li {
  float: left;
  margin: 0px 10px 5px 5px;
}

.college-gallery ul li img {
  border-radius: 5px;
  border: 1px solid #efefef;
}

.college-gallery ul li a:hover {
  opacity: 0.6;
}

.colldet-outer {
  /* background-color:#f1f7fb; */
  background: url(../images/collgetitle-bg.jpg) left -20px repeat;
  border: 1px solid #cfd3d7;
  margin-bottom: 15px;
}

.colldet-name {
  font-size: 25px;
  font-weight: bold;
  line-height: 22px;
  color: #154e6d;
  text-transform: uppercase;
  padding: 30px 0px 20px 0px;
  text-align: center;
  margin: 0 auto;
  float: none !important;
  text-shadow: 1px 1px 1px #fff;
}

.colldet-name span {
  color: #d16807;
  margin-top: 5px;
}

.colldet-name2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 22px;
  color: #1176ac;
  text-transform: uppercase;
  padding: 10px 0px 20px 0px;
  text-align: center;
  margin: 0 auto;
  float: none !important;
}


.colldet-rating {
  width: 77px;
  float: right;
  margin-bottom: 8px;
  margin-right: 5px;
}

.establish-in {
  display: block;
  margin: 10px 0px 5px 0px;
  font-size: 13px;
  font-family: 'OpenSansSemibold';
}

.establish-in span {
  color: #666
}

.det-applybtn {
  float: right;
  color: #fff;
  font-size: 14px;
  background-color: #f1740d;
  padding: 8px 25px;
  margin: 8px 5px 5px -10px;
}

.det-applybtn:hover {
  background-color: #006195;
}

.bluebtn {
  background-color: #006195;
}

.bluebtn:hover {
  background-color: #f1740d;
}

.inst-facilty-more {
  float: right;
  font-size: 11px;
  font-weight: bold;
  color: #4ab2ce;
  margin: 0px 15px 8px 0px;
}

.inst-facilty-more:hover {
  color: #dd710a;
}

.similarcoll-panel {
  margin: -5px 5px 20px 5px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #d1e3ec;
  width: 97% !important;
}

.similarcoll-logo {
  border: 2px solid #eaf3fb;
  position: relative;
  height: 52px;
}

.similarcoll-logo img {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: 50px;
}

.collegerating-mini {
  float: right;
  background-color: #26c6d0;
  padding: 3px;
  font-size: 11px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-right: 4px;
}

.collegerating-mini span {
  background-color: #fff;
  padding: 5px;
  margin-bottom: 5px;
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: bold;
}

.similarcoll-det {
  padding: 1px 18px !important;
}

.similarcoll-det ul {
  list-style: none;
}

.similarcoll-det ul li {
  font-size: 12px;
  color: #2c6b8d;
  margin: 8px 0px 8px 0px;
}

.similarcoll-det h1 {
  font-size: 11px !important;
  font-weight: bold;
  color: #0b81c1;
  text-transform: none !important;
}

.similarcoll-det h1 a {
  color: #0b81c1;
}

.similarcoll-det h1 a:hover {
  color: #006195;
}


.simicol-link {
  margin: 5px 0px;
  padding: 1% 0 0.5% 0;
  background-color: #f6fbff;
  border: 1px solid #eeeeee;
  display: block;
  list-style: none;
  text-align: center;
}

.simicol-link li {
  margin: 0 0 0 2%;
  padding: 5px 0px;
  color: #6f7173;
  display: inline-block
}

.simicol-link li a {
  margin: 0px;
  padding: 1% 2.5% 1% 0;
  color: #6f7173;
  font-size: 12px;
  line-height: 16px;
}

.simicol-btn {
  float: right;
  color: #fff;
  font-size: 11px;
  background-color: #f1740d;
  padding: 5px 15px;
  margin: 3px 2px 0px 0px;
}

.simicol-btn:hover {
  background-color: #006195;
}

.careerhd {
  background: url(../images/body-1-bg.jpg) left top repeat;
  border: 1px solid #CCC;
  font-size: 28px;
  color: #006195;
  padding: 14px 20px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 15px;
}

.workpro-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.workpro-list li {
  color: #333;
  font: 15px/20px Arial, Helvetica, sans-serif;
  text-transform: none;
  background: url(../images/blue-arrow.png) 20px 13px no-repeat;
  padding: 10px 40px 10px 36px;
  margin: 10px 0px 0px 0px;
}

.workpro-list li em {
  color: #006195;
  font-weight: bold;
}

.greencolor {
  color: #04a26f !important;
}

.bluecolor {
  color: #024a71 !important;
}

.orangecolor {
  color: #f77a10 !important;
}



/*additional css start*/

.mn-hd {
  margin: 0px 0px 12px 0px;
}

.art-hed {
  background: url(../images/double-bdr.jpg) left bottom repeat-x;
}

.art-hed h1 {
  color: #006195;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 17px;
}

.flt-rgt {
  float: right !important;
}

.find-articl {
  background-color: #f1f6fa;
  border: 1px solid #cfd3d7;
  border-radius: 5px;
  width: 100%;
  padding: 5px 0px;
}

.v-more {
  float: left;
}

.v-more h3 {
  color: #056d87;
  font-family: 'OpenSansSemibold';
  font-size: 14px;
  padding: 10px 0px;
  text-transform: none;
}

.filter {
  float: left;
}

.filter select {
  background-color: #fff;
  font-family: Arial;
  font-size: 13px;
  color: #343434;
  border: 1px solid #cfd3d7;
  padding: 5px 2px;
  margin: 4px 0px 0px 0px;
  width: 100%;
  height: 30px;
}

.filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: #fff url(../images/select-a.jpg) right 5px center no-repeat;
}

.top-art {}

.top-art h2 {
  font-size: 24px;
  font-family: Arial;
  text-transform: none;
  font-weight: normal;
  color: #087690;
  background: #f1f6fa url(../images/top-art.png) left 19px center no-repeat;
  border: 1px solid #e3e3e3;
  padding: 5px 0px 5px 43px;
  margin: 0px 0px 12px 0px;
}

.article-side {
  padding-right: 0px !important;
}


.in-body-a {
  padding: 0px 0px 32px 0px;
}

.lctr-box {
  width: 100%;
  background: #087690;
}

.orng {
  background: #c16200;
}

.grn {
  background: #238561;
}

.or {
  background: #c16200;
}

.gr {
  background: #238561;
}

.lctr-heading {
  background-color: #087690;
  padding: 20px 15px 15px 15px;
}

.or {
  background-color: #c16200;
}

.gr {
  background-color: #238561;
}

.lctr-heading h3 {
  font-family: Arial;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
  text-transform: none;
}

.lctr-heading p {
  color: #01d3e2;
  font-size: 12px;
  font-family: Arial;
  margin-top: 5px;
  margin-bottom: 5px;
}

.lecture-img {
  min-height: 221px;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.lecture-img img {
  /* max-height:244px;  */
  max-width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
  opacity: 0.6;
}

.lecture-img img:hover {
  opacity: 1;
}

.lctr-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px 5px 20px 15px;
}

.lctr-title h4 {
  color: #ff;
  font-size: 14px;
  font-weight: normal;
}

.lctr-title p {
  font-size: 14px;
  color: #fff;
  padding: 5px 0px;
  margin: 0px;
}

.lctr-title a {
  display: inline-block;
  float: left;
  margin: 0px 8px 2px 0px;
  color: #fff;
  font-family: 'OpenSansSemibold';
  font-size: 12px;
  background: #ff810b url(../images/read-story.png) right 4px center no-repeat;
  padding: 5px 35px 5px 10px;
  text-transform: uppercase;
  opacity: 0.7;
}

.lctr-title a.view {
  background: #199f9f;
  padding: 5px 10px;
  text-transform: none;
  margin: 0px 0px 2px 0px;
  opacity: 1;
}


.stm-box {
  float: left;
  width: 49%;
  margin: 0% 1% 2% 0%;
  padding: 25px 0px 0px 0px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}



.strean-img {
  float: left;
  width: 42%;
}

.strean-img img {
  max-width: 100%;
  max-height: 192px;
  padding: 5px;
}

.strean-img a {
  background: #f28812 url(../images/read-story.png) right 4px center no-repeat;
  display: block;
  padding: 8px 10px;
  font-sixe: 12px;
  font-family: Arial;
  color: #fff;
  text-transform: uppercase;
}

.stream-text {
  float: left;
  width: 53%;
  margin-left: 1%;
  min-height: 210px;
}


.stream-text h3 {
  font-family: Arial;
  font-size: 20px;
  color: #0b81c1;
  text-transform: none;
}

.stream-text h6 {
  color: #5dafdb;
  text-transform: none;
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

.stream-text p {
  font-size: 13px;
  font-family: Arial;
  color: #676767;
  text-align: justify;
  line-height: 22px;
  margin: 10px 0px;
}

.stream-text p span {
  color: #9e9999;
  font-size: 12px;
}

.read-view {
  width: 100%;
  background-color: #f6f6f6;
}

.read-view a {
  background: #f28812 url(../images/read-story.png) right 10px center no-repeat;
  display: inline-block;
  padding: 9px 79px 9px 14px;
  font-sixe: 12px;
  font-family: Arial;
  color: #fff;
  text-transform: uppercase;
  float: left;
}

.read-view span.view-count {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #909090;
  padding: 9px 10px 9px 0px;
  text-transform: uppercase;
}


.right-box {
  float: right !important;
  width: 22% !important;
}


.search-option h2 {
  background: #069099 url(../images/srch-opt-dott.png) right 15px center no-repeat;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 14px;
  font-weight: normal;
  text-transform: none;
}

.search-option h2 {
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  text-transform: none;
  color: #fff;
}

.similarcoll-det p {
  color: #595959;
  font-size: 11px;
}

.similarcoll-panel:nth-last-child(2n) {
  border-bottom: none !important;
}



.top-title {
  background-color: #f1f7fb;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-bottom: 3px solid #2686a6;
  margin-bottom: 18px;
}

.top-title h1 {
  font-size: 24px;
  font-family: Arial;
  color: #006195;
  text-transform: none;
  margin: 0px;
  padding: 20px 15px;
}

.art-date {
  background-color: #006195;
}

.art-date p,
.tagged-in p,
.art-vew p {
  font-size: 14px;
  font-family: Arial;
  color: #fff;
  padding: 10px 10px 10px 8px;
  margin: 0px;
}

.art-date p span {
  color: #8adfff;
}

.tagged-in {
  background-color: #f1740d;
  float: right !important;
  width: 78%;
  margin: 0;
}

.art-vew {
  background-color: #ca6613;
  float: right !important;
  margin: 0%;
}

.art-vew p {
  text-transform: uppercase;
}

.art-box {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 25px 20px 25px 10px;
}

.stream-box {}

.article-img-with-text img {
  float: left;
  max-width: 261px;
  width: 100%;
  margin: 0px 20px 20px 0px;
}

.article-img-with-text p {
  color: #676767;
  font-size: 13px;
  font-family: Arial;
  padding: 0px 0px 5px 0px;
  text-align: justify;
  line-height: 21px;
}

.rel-art {
  width: 100%;
}

.rel-art h3 {
  color: #fff;
  font-size: 18px;
  font-family: Arial;
  text-transform: none;
  display: inline-block;
  border-radius: 4px 4px 0px 0px;
  background: #069099 url(../images/rel-art.png) right 10px center no-repeat;
  padding: 8px 40px 8px 20px;
}

.article-list {
  background-color: #f1f7fb;
  padding: 20px;
  border: 1px solid #eaebec;
}

.article-list ul li {
  list-style: none;
  background: url(../images/rtl-list-icon.png) left top 2px no-repeat;
  font-family: "rupee_foradianregular";
  font-size: 14px;
  color: #069099;
  padding: 0px 0px 10px 25px;
}

.article-list ul li a {
  color: #069099;
}

.article-list ul li a:hover {
  color: #085077;
}

/*additional css end*/



.article-video {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-left: 5px !important;
  border: 0 none;
  margin-top: 30px;
}

.article-video iframe {
  width: 100%;
  min-height: 284px;
}

.article-videohd {
  color: #fff;
  font-size: 18px;
  font-family: Arial;
  text-transform: none;
  display: inline-block;
  border-radius: 4px 4px 0px 0px;
  background: #069099 url(../images/rel-art.png) right 10px center no-repeat;
  padding: 8px 40px 8px 20px;
  border-bottom: 1px solid #fff;
}

.article-photo {
  border: 1px solid #d9d9d9;
  width: 100%;
  position: relative;
  min-height: 284px;
}

.article-video img {
  max-width: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/* popup sTart */
#slide_background {
  -webkit-transition: all 0.3s 0.3s;
  -moz-transition: all 0.3s 0.3s;
  transition: all 0.3s 0.3s;
}

#slide,
#slide_wrapper {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

#slide {
  -webkit-transform: translateX(0) translateY(-40%);
  -moz-transform: translateX(0) translateY(-40%);
  -ms-transform: translateX(0) translateY(-40%);
  transform: translateX(0) translateY(-40%);
}

.popup_visible #slide {
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.well {
  padding: 25px 0px;
  width: 100%;
  max-width: 482px;
  border-radius: 3px;
  margin: 0 auto;
}

.well-iner {
  background: #fff url(../images/chat-popup-bg.jpg) center bottom no-repeat;
  min-height: 230px;
  width: 100%;
  padding: 25px 15px 0px 8px;
  border: 2px solid #fff;
  border-radius: 3px;
  position: relative;
}

.well-iner h4 {
  margin: 0px 0px 0px 20px;
  padding: 0px !important;
  font-family: 'OpenSansSemibold';
  font-size: 28px;
  color: #085077;
  text-transform: none;
  font-weight: normal;
  background-image: none;
}

.well-iner h4 span {
  font-size: 34px;
}

.well-iner h4 a {
  color: #0aa8b2;
  text-decoration: underline;
}

.well-iner h4 a:hover {
  color: #085077;
  text-decoration: none;
}

.slide_close {
  float: right;
  margin: -40px -30px 0px 0px;
}

.popbot-txt {
  position: absolute;
  bottom: 8px;
  left: 30px;
  font-family: 'OpenSansRegular';
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 15px;
}

.popbot-txt span {
  margin-left: 70px;
}

@media (max-width:580px) {
  .well {
    width: 90%;
  }

  .well-iner h4 {
    font-size: 24px;
  }

  .well-iner h4 span {
    font-size: 30px;
  }

}

@media (max-width:450px) {
  .well {
    width: 90%;
  }

  .well-iner h4 {
    font-size: 20px;
  }

  .well-iner h4 span {
    font-size: 30px;
  }

  .well-iner {
    padding: 25px 0px 0px 0px;
  }

  .slide_close {
    float: right;
    margin: -40px -10px 0px 0px;
  }

  .popbot-txt {
    left: 15px;
    font-size: 12px;
    letter-spacing: 0px;
  }

  .popbot-txt span {
    margin-left: 70px;
  }
}


.well-iner2 {
  background: #fff url(../images/applypop-bg.jpg) center bottom repeat;
  min-height: 230px;
  height: auto;
  width: 100%;
  padding: 25px 15px 0px 8px;
  border: 2px solid #fff;
  border-radius: 3px;
  position: relative;
}

.applynow-hd {
  font-family: 'OpenSansSemibold';
  font-size: 22px;
  color: #e07f0e;
  margin: 0px 0px 15px 60px;
  text-transform: uppercase;
}

.applyname {
  padding: 8px 8px 8px 5px !important;
}

.offlinehd {
  color: #999
}

.applyname2 {
  padding: 8px 8px 8px 5px !important;
  background-color: rgba(69, 162, 168, 0.7)
}


.applyfld,
.applyarea,
.applyselect {
  padding: 8px 8px 9px 10px !important;
  background-color: rgba(255, 255, 255, 0.7)
}

.applyselect {
  padding: 8px 8px 7px 10px !important;
}

.applyarea {
  height: 75px;
}

.captchafld {
  width: 38%;
  float: left;
}

.suggestcont {
  background-color: #fff;
  padding: 10px 15px;
  margin: -5px 5px 15px 11px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-align: justify;
  color: #666;
  border: 1px solid #efefef;
}

.capchafld,
.capchafld2 {
  float: left;
  margin: 0 1%;
  border: 1px solid #bacee1;
  background-color: #fff;
  height: 48px;
  width: 23%;
  padding-top: 10px;
}

.capchafld2 {
  height: 34px;
}

.refresh {
  float: left;
}

.refresh:hover {
  opacity: 0.7
}

.capchafld img,
.capchafld2 img {
  max-width: 100%;
  max-height: 100%;
}

.btnfilter {
  float: right;
  padding: 0px;
  margin: -10px 35px 5px 0px;
  font: bold 15px Arial, Helvetica, sans-serif;
  color: #d16807;
  text-transform: none;
  background-color: transparent;
  border: 0;
}

.btnfilter:hover {
  color: #005785;
}

.topunicot {
  margin: 20px 0px 0px 0px;
}

.topunicot:before {
  content: '';
  background-color: #fff;
  display: block;
  position: relative;
  width: 100%;
  height: 47px;
  border-radius: 50px 50px 0px 0px;
  margin-top: -60px;
}

.college-cont {
  margin: 10px 0px;
}

.college-img {
  width: 100%;
  height: 178px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.college-cont:hover .college-img img {
  transform: scale(1.02);
}


.college-img>img {
  width: 100%;
  max-height: 183px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}

.college-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.colnamelogo {
  position: absolute;
  bottom: 0px;
  left: 10px;
}

.colnamelogo div {
  flex: auto
}

.col-logo {
  width: 90px;
  height: 55px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 10px 0px;
}

.col-nameloc h6 {
  font-family: 'OpenSansSemibold';
  font-size: 14px;
  margin-bottom: 8px;
}

.colcorsleft h6 {
  font-size: 14px;
}

.colcorsleft p span {
  color: #005BA1;
  font-weight: 600;
}

.colcorsrht span span {
  font-size: 18px;
  line-height: 1;
  color: #F7BC3E;
}

.college-det {
  margin: -10px 0 0 0;
  padding: 20px 10px 0px 10px;
  border-radius: 0px 0px 8px 8px;
  border: 2px solid #D9D9D9;
  border-top: 0;
  font-family: 'OpenSansRegular';
}

.colcors-linkrow {
  border-top: 1px solid #d9d9d9;
}

.colcors-linkrow a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-family: 'OpenSansSemibold';
  color: #000;
  padding: 10px 0px;
}

.colcors-linkrow a:hover {
  color: #005ba1;
}

.colcors-linkrow a i {
  opacity: 0.3;
  margin-right: 10px;
}

.topcolnav .courses-button-prev {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3742A;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 0;
  font-size: 24px;
  border: 1px solid #F3742A;
  /*  box-shadow: -3px 2px 0px 0px #1e5d9d; */
  position: absolute;
  left: 0px;
  top: 48%;
  z-index: 1;
  -webkit-transform: translateY(-48%);
  -moz-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  -o-transform: translateY(-48%);
  transform: translateY(-48%);
}

.topcolnav .courses-button-next {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3742A;
  color: #fff;
  -webkit-border-radius: 48%;
  -moz-border-radius: 48%;
  -o-border-radius: 48%;
  -ms-border-radius: 48%;
  border-radius: 48%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 0;
  font-size: 24px;
  border: 1px solid #F3742A;
  /*  box-shadow: -3px 2px 0px 0px #1e5d9d; */
  position: absolute;
  right: 0px;
  top: 48%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topcolnav .courses-button-prev:hover {
  box-shadow: none;
}


/* popup End */

.collegestate {
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
}

.collegestate-arrow {
  font-size: 50px !important;
  color: #fff;
  position: absolute;
  top: -30px;
  width: 70px;
  left: 0;
  right: 0;
  margin: auto;
}

.colldet-state {
  font-size: 14px;
  text-transform: none;
  display: inline-block;
  margin: 0px 15px;
}

.colldet-state i {
  font-size: 17px;
}

.aboutbox {
  background: #fff;
  padding: 8px 25px;
  border: 1px solid #efefef;
}

.aboutbox p {
  font-family: 'OpenSansRegular';
  font-size: 15px;
  line-height: 25px;
  color: #666;
  padding: 10px 0px 10px 0px;
  margin: 0px;
  text-align: justify;
}

.big-aboutxt {
  font-family: 'OpenSansSemibold';
  font-size: 30px;
  line-height: 40px;
  color: #006195;
  padding: 20px 150px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

.big-aboutxt span {
  color: #f1740d;
}

.vision-cont {
  padding: 20px 30px;
  margin: 15px 0px;
  border: 1px solid #cfd3d7;
  background-color: #f1f6fa;
  border-radius: 4px;
}

.visionhd {
  font-family: 'OpenSansSemibold';
  font-size: 30px;
  line-height: 40px;
  color: #099da7;
}

.benifithd {
  font-family: 'OpenSansSemibold';
  font-size: 30px;
  line-height: 40px;
  color: #f07a0b;
  margin: 30px 0px 0px 0px;
}

.benifithd:after {
  content: "";
  display: table;
  clear: both;
  width: 150px;
  height: 5px;
  margin-top: 8px;
  background-color: #f29741;
}

.benifitcont {
  padding: 20px 30px;
  min-height: 350px;
  margin: 15px -5px 15px -15px;
  border: 1px solid #eccbad;
  background-color: #fcf0e5;
  border-radius: 4px;
  position: relative;
}

.benifitcont span {
  font-family: 'OpenSansSemibold';
  font-size: 20px;
  color: #f07a0b;
  margin: 0px 0px 20px 0px;
  display: block
}

.benifitcont span em {
  font-size: 16px;
  color: #333;
}

.benifitcont ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 35px;
}

.benifitcont ul li {
  font-family: 'OpenSansRegular';
  font-size: 14px;
  line-height: 20px;
  color: #666;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}

.benifitcont ul li em {
  font-family: 'OpenSansSemibold';
  font-size: 14px;
  color: #0ca4ad;
}

.benifitcont ul li:before {
  content: "\f0a4";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #26c6d0;
  font-size: 18px;
  position: absolute;
  left: 35px;
}

.article-updateby {
  font-size: 12px !important;
  color: #099 !important;
}

.article-view {
  display: inline-block;
  float: left;
  margin: 6px 8px 2px 0px;
  color: #fff;
  font-family: 'OpenSansSemibold';
  font-size: 11px;
  background-color: #2d81c7;
  padding: 2px 10px 2px 10px;
  text-transform: uppercase;
  opacity: 0.7;
}

.article-viewmore a {
  display: inline-block;
  float: right;
  margin: 6px 8px 2px 0px;
  color: #fff;
  font-family: 'OpenSansSemibold';
  font-size: 11px;
  background-color: #ff810b;
  padding: 2px 10px 2px 10px;
  text-transform: uppercase;
  opacity: 0.7;
}

.article-viewmore a:hover {
  background-color: #2d81c7;
}

.capchacode {
  float: left;
}

.applyc-code {
  float: left;
  border: 1px solid #bacee1;
  width: 38%;
  height: 34px;
  margin: 0 2%;
  background-color: #fff;
}

.applyc-code img {
  max-width: 100%;
  max-height: 100%;
}


.recomcont {
  margin: 0px 0px 20px 0px;
}

.recomimg {
  min-height: 350px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.recomimg:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
  position: absolute;
}

.recomimg:hover:before {
  opacity: 0
}

.recomimg img {
  max-height: 360px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.recomimg:hover img {
  transition: all 0.3s ease-in-out;
}

.recomname {
  margin: 20px 0px 10px 0px;
}

.recomname a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
}

.recomname a:hover {
  color: #292B75;
}

.recomname a.recommore {
  color: #292B75;
}

.recomname a.recommore:hover {
  color: #000;
}

.findperfectcot {
  padding: 0px 0px 40px 0px;
}

.findperfectcot h2 {
  font-size: 2.2rem;
  margin-bottom: 17px;
  font-weight: 500;
  margin-top: 0;
}

.findperfectcot h3 {
  font-size: 1.10rem;
  margin-bottom: 40px;
  font-weight: 500;
}

.univertab-col {
  padding: 20px;
  border-radius: 10px;
  background-color: #E9ECFF;
}

.univertab-col-head a {
  font-size: 14px;
  color: #5553D9;
}

.univertab-col-head a:hover {
  color: #000;
}

.univertab-col-content {
  padding: 0px;
  max-height: 275px;
  overflow-y: scroll;
}

@media (min-width: 1400px) {
  .univertab-col-content {
    max-height: 228px;
  }
}

.univertab-col-content::-webkit-scrollbar {
  width: 3px;
  height: 15px;
  border-radius: 3px;
}

.univertab-col-content::-webkit-scrollbar-track-piece {
  background-color: #fff;
}

.univertab-col-content::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #392C63;
  border-radius: 3px;
}

.univertab-col-content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.univertab-col-content ul li {
  margin: 5px 10px 5px 0px;
  padding: 0px;
  display: inline-block;
  font-size: 13px;
}

.univertab-col-content ul li a {
  display: block;
  padding: 8px;
  color: #000;
  border: 1px solid #c5c3e5;
  border-radius: 4px;
  background: #fbfbfc;
}

.univertab-col-content ul li a:hover {
  background: #c5c3e5;
}

.aboutcont {
  padding: 0px 0px;
  background: url(../images/about-bg.jpg) center center no-repeat;
  background-size: cover;
  background-position: fixed;
}

.aboutcont img {
  max-width: 100%;
}

.aboutcont .blackoverlay {
  padding: 40px 0px;
  background: rgba(0, 0, 0, 0.7);
}

.aboutcont h6 {
  color: #f3742a;
  margin: 40px 0px 15px 0px;
}

.aboutcont h1 {
  margin: 10px 0px 15px 0px;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 0px;
}


.aboutcont h2 {
  margin: 10px 0px 15px 0px;
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 0px;
}




.aboutcont p {
  font-size: 0.9rem;
  line-height: 2;
}

.abtbtn {
  padding: 5px 35px !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  border: 1px solid #fff !important;
  background: transparent !important;
  text-align: center;
  color: #fff !important;
}

.abtbtn:before {
  background: #f3742a !important;
  color: #f3742a !important;
}

.abtbtn:hover {
  border-color: #f3742a !important;
}

.testcol { padding: 50px 0px; position: relative; }

.testi-cont {
  background-color: #EDEDED;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 40px;
}

.testcol h3 {
  font-size: 2.2rem;
  font-weight: 600
}

.testi-cont img {
  margin-bottom: 15px;
}

.testi-cont p {
  line-height: 1.8;
  margin-bottom: 0
}

.designation {
  color: #292B75;
}

.test-prev {
  left: 0 !important;
  top: 50% !important;
  opacity: 0.8;
  cursor: pointer;
}

.test-next {
  right: 0 !important;
  top: 50% !important;
  opacity: 0.8;
  cursor: pointer;
}

.test-prev:hover,
.test-next:hover {
  opacity: 1
}

/*.newscol {*/
/*  padding: 0px 0px 40px 0px;*/
/*}*/

.newscol h3 {
  font-size: 2.2rem;
  font-weight: 600
}

.newscol .swiper {
  padding: 0px 10px;
}


.news-cont {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 2px;
  margin-bottom: 10px;
}

.news-image {
  width: 100%;
  height: 205px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 205px;
  border-radius: 10px 10px 0 0;
  transition: all 0.3s ease-in-out;
}

.news-cont:hover img {
  transform: scale(1.1);
}

.news-contene {
  padding: 0px 15px;
  min-height: 100px !important;
}

.news-contene .date {
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 600;
}

.news-contene .date a {
  color: #000;
}

.news-contene p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.queryform-bottomsectn2 {
  background: url(../images/map-bg.jpg) center top no-repeat;
  padding: 50px 15px;
  margin: 0px 0px 0px 0px;
}

.queryform-bottomsectn2 h4 {
  font-size: 35px;
  font-weight: 300;
}

.queryform-bottomsectn2 h4 {
  font-size: 35px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
}

.queryform-bottomsectn2 h4 span {
  font-weight: 600;
}

.queryform-bottomsectn2 .form-group {
  margin: 0 0 11px;
}

.queryform-bottomsectn2 .form-group input,
.queryform-bottomsectn2 .form-group textarea {
  background: #fff;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #292B75;
  font-size: 14px;
  padding: 15px;
  width: 100%;
}

.queryform-bottomsectn2 .form-group textarea {
  height: 120px;
  padding: 15px 20px !important;
}

.queryform-bottomsectn2 .form-group {
  margin: 0 0 11px;
}

.formbtn {
  padding: 13px 35px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  border-radius: 8px !important;
  border: 1px solid #fff !important;
  background: #f3742a !important;
  text-align: center;
  color: #fff !important;
}

.formbtn:before {
  background: #272568 !important
}

.loginmodal .modal-header {
  border: 0 none;
}

.loginmodal .modal-header span {
  display: block;
  font-size: 13px;
  color: #e5542c;
}

.loginmodal .modal-header .btn-close {
  font-size: 10px;
}

.loginmodal .modal-body {
  font-size: 13px;
  line-height: 1.3
}

.loginmodal .modal-dialog {
  max-width: 400px;
}

.loginfldrow {
  margin: 10px 0px;
  position: relative;
}

.loginfldrow input, .loginfldrow textarea { font-size: 13px; line-height: 2.1; padding-left: 40px; }
.loginfldrow select {
  font-size: 13px;
  line-height: 2.1;
  padding-left: 40px;
}

.loginbtn {
  width: 100%;
  border-radius: 0.375rem !important;
  line-height: 2.2 !important;
}

.forgotpassword {
  color: #ff730a;
  font-weight: 600;
  text-align: center;
  display: block;
}

.forgotpassword:hover {
  color: #272568;
}

.loginmodal p a {
  color: #ff730a;
  font-weight: 600;
}

.loginmodal p a:hover {
  color: #272568;
}

.loginfldrow img {
  position: absolute;
  left: 12px;
  top: 12px;
}

.form-group .orr {
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.form-group .orr:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -80px;
  width: 70px;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}

.form-group .orr:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -80px;
  width: 70px;
  height: 1px;
  background-color: #ccc;
  z-index: -1;
}

.social-profile {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}

.social-profile li {
  display: inline-block;
  margin: 0 5px 0 0
}

.social-profile li:last-child {
  margin-right: 0
}

.social-profile li a {
  display: block;
  color: #4c4c4c;
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #4c4c4c;
  -webkit-transition: .3s;
  transition: .3s
}

.social-profile li a i {
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: .3s;
  transition: .3s
}

.social-profile li a:hover {
  background-color: #272568;
  border-color: transparent
}

.social-profile li a:hover i {
  color: #fff
}

.pagingbar {
  background-color: #e8f0f7;
  padding: 5px 0px;
}

.pagingbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.pagingbar ul li {
  margin: 5px 5px 5px 0px;
  padding: 0px 0px 0px 8px;
  display: inline-block;
  color: #292B75;
  font-weight: 400;
  font-size: 13px;
}

.pagingbar ul li i {
  margin: 0px 0px 5px 8px;
  padding: 0px;
  font-size: 12px;
  color: #A1A3A3;
}

.pagingbar ul li a {
  color: #A1A3A3;
}

.pagingbar ul li a:hover {
  color: #292B75;
}

.inrbanr img {
  max-width: 100%;
}

.unileft-accrdion {
  position: sticky;
  top: 0;
}

.unileft-accrdion .accordion-item {
  margin-bottom: 15px;
  border: 1px solid #d6e4f1 !important;
  padding: 8px 8px 0px 8px;
  border-radius: 5px !important;
}

.unileft-accrdion .accordion-button {
  margin-bottom: 5px;
  padding: 8px 0px 8px 0px !important;
  border-radius: 5px;
  background: transparent !important;
  box-shadow: 0 !important;
  font-size: 14px;
  border-radius: 0px;
  border-color: #d6e4f1 !important;
}

.unileft-accrdion .accordion-button:focus,
.unileft-accrdion .accordion-button:visited {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.unileft-accrdion .accordion-button i {
  margin-right: 5px;
}

.unileft-accrdion .accordion-body {
  padding: 0px;
}

.leftfilter {
  padding: 0px;
}

.accordion-button::after {
  background-size: 13px !important;
  width: 15px !important;
  height: 15px !important;
}

.filtersearch {
  border: 1px solid #d6e4f1 !important;
  width: 100%;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 5px;
  margin: 5px 0px;
}

.filterlistrow {
  margin: 3px 0px;
  padding: 5px 0px;
  border-bottom: 1px solid #d6e4f1;
}

.filterlistrow:last-child {
  border-bottom: none;
}

.filterlistrow [type="radio"]:checked,
.filterlistrow [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.filterlistrow [type="radio"]:checked+label,
.filterlistrow [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.filterlistrow [type="radio"]:checked+label:before,
.filterlistrow [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.filterlistrow [type="radio"]:checked+label:after,
.filterlistrow [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #f77a10;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.filterlistrow [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.filterlistrow [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.showingresult strong {
  font-weight: 500;
}

/*course list start*/
.sr_main_wrap_item_v2 .card_sr_v2_mid_warp {
  position: relative;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #d6e4f1;
  background: #FFF;
  /*    box-shadow: 0 4px 15px #e3e7f0;*/
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_logo_wrap_mid {
  padding: 0;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  justify-content: space-between;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_logo_wrap_mid .card_sr_v2_mid .card_sr_v2_mid_clgname {
  padding: 0;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_logo_wrap_mid .card_sr_v2_mid .card_sr_v2_mid_clgname h3 {
  font-size: 14px !important;
  font-weight: 600;
  margin-top: 0;
  line-height: 24px;
  margin-bottom: 0;
  color: #2d2d2d;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_logo_wrap_mid .card_sr_v2_mid .card_sr_v2_mid_clgname h3 a {
  font-size: 16px !important;
  font-weight: 600;
  margin-top: 0;
  line-height: 24px;
  margin-bottom: 0;
  color: #2d2d2d;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_course_wrap_mid_first {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 12px 0 0;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_course_wrap_mid_first .card_sr_course_offered p {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_course_wrap_mid_first .card_sr_course_offered a {
  color: #f0720f;
  font-size: 16px;
  font-weight: 700;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_course_wrap_mid_first .card_sr_offered_all span {
  color: #2d2d2d;
  font-size: 16px !important;
  font-weight: 600;
  margin-top: 0;
  line-height: 20px;
  margin-bottom: 0;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_course_wrap_mid_first .card_sr_offered_all p {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_course_wrap_mid_first .card_sr_offered_all a {
  font-size: 14px !important;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #f0720f;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_logo_wrap_mid .card_sr_v2_mid .card_sr_v2_mid_lsn {
  display: flex;
  column-gap: 22px;
  margin-top: 3px;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_logo_wrap_mid .card_sr_v2_mid .card_sr_v2_mid_lsn .sr_v2_location_left {
  padding: 0;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_logo_wrap_mid .card_sr_v2_mid .card_sr_v2_mid_lsn .sr_v2_location_left p {
  color: #2d2d2dcc;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_logo_wrap_mid .card_sr_v2_mid .card_sr_v2_mid_lsn .sr_v2_nirfrank_left p {
  color: #2d2d2dcc;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_cta_botttom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 16px 0 0;
  column-gap: 8px;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_cta_botttom .sr_v2_cta_button_wrap {
  border-radius: 8px;
  border: 1px solid rgba(220, 94, 62, .3);
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f0720f;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_cta_botttom .sr_v2_cta_button_wrap:hover {
  background: #F0720F;
  color: #fff;
}

.filled {
  background: #F0720F !important;
  color: #fff;
}

.filled:hover {
  background: #fff !important;
  color: #F0720F;
}

.filled:before {
  background: #272568 !important;
  color: #F0720F;
}

.card_sr_v2_logo_img {
    width: 60px;
    height: 50px;
    border: 1px solid #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card_sr_v2_logo_img img {
  max-width: 60px;
  max-height: 50px;
}

.compare_btn {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(220, 94, 62, .3);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_cta_botttom .sr_v2_cta_button_wrap img {
  transform: rotate(90deg);
}

/*course list end*/

.college-detail {
  padding: 40px 0px;
}

.coltype {
  display: inline-block;
  background: #F3742A;
  border-radius: 15px;
  padding: 5px 15px;
  color: #fff;
}

.college-det-left h1 {
  font-size: 27px;
  line-height: 1.5;
  color: #272568;
  font-weight: 600;
  margin: 15px 0px;
  padding: 0px;
}

.coldet-list {
  margin: 15px 0px;
  padding: 0px;
  list-style: none;
}

.coldet-list li {
  display: inline-block;
  font-size: 13px;
  margin: 0px 12px 10px 0px;
  padding: 0px;
  list-style: none;
  color: #595959;
}

.coldet-list li a,
.coldet-list li span {
  color: #F3742A;
}

.coltype2 {
  margin-bottom: 10px
}

.coltype2 span {
  display: inline-block;
  background: #EDEDED;
  color: #595959;
  font-size: 13px;
  padding: 5px 20px;
  margin-right: 10px;
  border-radius: 25px;
}

.detbtn {
  border-radius: 50px !important;
  padding: 10px 0px !important;
  margin: 15px 15px 0px 0px;
  width: 30%;
  text-align: center;
}

.coldet-img {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.coldet-img img {
  border-radius: 20px;
  max-width: 100%;
}
.bigimg { min-height: 337px; border: 1px solid #ddd; }
.bigimg img { max-height: 337px; }

.smalimg {
  display: block;
  width: 100%;
  max-height: 160px;
  overflow: hidden;
}

.smalimg img {
  width: 100%;
}

.galaryclick {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

.galaryclick:hover {
  background: rgba(0, 0, 0, 0.7);
}

.applynow {
  top: 70px !important;
}

.applynow input,
.applynow select {
  font-size: 13px;
}

.greyborderbtn {
  background: #fff !important;
  color: #272568 !important;
  border: 2px solid #ccc !important;
}

.greyborderbtn:hover {
  border-color: #f3742a !important;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  border-radius: 10px 0px 0px 10px !important;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  border-radius: 10px 0px 0px 10px !important;
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

@media (min-width: 1400px) {
  .coldet-img img {
    width: 100%;
  }

  .smalimg {
    max-height: 158px;
  }
}

.col-detlogo {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #fff;
  left: 4%;
  top: 4%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-detlogo img {
  max-width: 55px;
  max-height: 55px;
  border-radius: 0;
}

.college-detail-menu {
  border-top: 1px solid #fbd4bd;
  border-bottom: 1px solid #fbd4bd;
  margin-bottom: 40px;
  background: #fff;
  z-index: 10000 !important;
}

.college-detail-menu ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.college-detail-menu ul li {
  display: inline-block;
  margin: 0px 15px 0px 0px;
  padding: 0px;
  font-size: 14px;
  font-weight: 500
}

.college-detail-menu ul li a {
  padding: 15px 0px;
  display: block;
  color: #595959;
}

.college-detail-menu ul li a:hover,
.college-detail-menu ul li a.detactive {
  color: #F3742A;
}


.careercot {
  background: url(../images/careerbg.jpg) center top no-repeat;
  margin: 60px 0px;
  padding: 70px 0px;
}

@media (min-width: 1500px) {
  .careercot {
    background-size: cover;
  }
}

.inrbanr {
  text-align: center;
}

.inrbanr img {
  max-width: 100%;
}

.listpagehd {
  font-size: 22px;
  font-weight: 600;
  line-height: 2;
  margin: 5px 0px;
}

.lh2 {
  line-height: 2;
}

.careerbtn {
  padding: 12px 35px !important;
  font-size: 19px !important;
  border-radius: 15px !important;
  border: 1px solid #fff !important;
  background: #f3742a !important;
  text-align: center;
  color: #fff !important;
}

.careerbtn:before {
  background: #272568 !important
}

.viewallbtn {
  padding: 8px 35px !important;
  font-size: 15px !important;
  border-radius: 8px !important;
  border: 1px solid #fff !important;
  background: #f3742a !important;
  text-align: center;
  color: #fff !important;
}

.viewallbtn:before {
  background: #272568 !important
}

@media (min-width: 992px) {
  .capchacode {
    width: 57%;
  }
}

.college-detail-body {
  font-size: 14px;
}

.college-detail-left {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  padding: 25px;
}

.college-detail-left h3 {
  font-size: 24px;
}

.college-detail-left p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}

.coldet-table th {
  background-color: #fcd8c3 !important;
  color: #000;
  font-size: 16px;
  padding: 5px 15px;
  border-bottom: 0 !important
}

.coldet-table th:first-child {
  border-radius: 10px 0px 0px 10px !important;
}

.coldet-table th:last-child {
  border-radius: 0px 10px 10px 0px !important;
  border-left: 2px dotted #c4c5c5;
}

.coldet-table td {
  padding: 5px 15px;
  border-bottom: 2px dotted #c4c5c5 !important;
}

.coldet-table td:last-child {
  border-left: 2px dotted #c4c5c5;
}

.com-askhd {
  font-size: 19px;
  margin: 20px 0px 5px 0px;
  padding: 0px 0px 0px 40px;
  position: relative;
  line-height: 1.4
}

.com-askhd span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.7
}

.com-askhd img {
  position: absolute;
  left: 0;
  top: 8px;
}

.faq-accrdion .accordion-item {
  margin-bottom: 2px;
  border-bottom: 1px solid #D9D9D9 !important;
  padding: 10px 8px 0px 8px;
  border-radius: 0px !important;
  border: 0;
}

.faq-accrdion .accordion-item:last-child {
  border-bottom: 0 !important;
}

.faq-accrdion .accordion-item button {
  font-size: 16px;
}

.faq-accrdion .accordion-button {
  margin-bottom: 10px;
  padding: 8px 0px 8px 0px !important;
  border-radius: 5px;
  background: transparent !important;
  box-shadow: 0 !important;
  font-size: 14px;
  border-radius: 0px;
  border-color: #D9D9D9 !important;
}

.faq-accrdion .accordion-item:last-child .accordion-button {
  margin-bottom: 10px;
}

.faq-accrdion .accordion-button:focus,
.faq-accrdion .accordion-button:visited {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.faq-accrdion .accordion-button i {
  margin-right: 5px;
}

.faq-accrdion .accordion-body {
  padding: 0px;
}

.coursebox {
  margin: 15px 0px;
  padding: 10px 15px 5px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.coursebox:hover {
  border: 1px solid #D9D9D9;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.coursebox-head {
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  padding: 5px 5px 5px 50px;
}

.coursebox-head img {
  position: absolute;
  left: 0;
  top: 8px;
}

.coursebox-head h5 {
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
  color: #005BA1;
}

.coursebox-head h6 {
  font-size: 15px;
  font-weight: 400;
}

.coursebox-body {
  padding: 10px 0px;
}

.coursebox-point {
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  display: block;
}

.coursebox-point span {
  display: block;
  font-weight: 400;
  opacity: 0.7
}

.coursebox-point a {
  display: block;
  font-size: 14px;
  text-decoration: underline;
  color: #292B75;
}

.coursebox-point a:hover {
  text-decoration: none;
  color: #000;
}

.width100 {
  width: 100%;
}

.courseboxbtn {
  border-radius: 50px !important;
  padding: 7px 0px !important;
  margin: 15px 15px 0px 0px;
  text-align: center;
  background: #292B75 !important;
}

.courseboxbtn:before {
  background: #f3742a !important;
}

.courseboxbtn.borderbtn {
  background: #fff !important;
  color: #272568;
  border: 2px solid #f3742a !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.college-detail-right {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  padding: 25px;
}

.rightpnl-hd {
  line-height: 1.5;
}

.rightpnl-hd span {
  font-size: 13px;
  opacity: 0.5;
  display: block;
}

.collist-rat {
  color: #F3742A;
  margin-bottom: 3px;
  display: block;
}


/*image grid start*/
.images_wrap {
  display: grid;
  gap: 15px;
}

.images_wrap .img_text_wrap {
  position: relative;
  border-radius: 8px;
}

.images_wrap .img_text_wrap img {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
  width: 100%;
}

.images_wrap .img_text_wrap p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 10px;
  padding: 6px 4px;
  font-weight: 400;
  border-radius: 0 0 8px 8px;
  background: rgba(51, 51, 51, .7);
  backdrop-filter: blur(1px);
  text-align: center;
}

.images_wrap .first_img {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  height: 186px;
}

.images_wrap .second_img {
  grid-column: 3 / 5;
  height: 123px;
}

.images_wrap .third_img,
.images_wrap .forth_img {
  height: 85px;
}

.images_wrap .five_img,
.images_wrap .six_img {
  height: 85px;
}

.images_wrap .seven_img {
  grid-column: 3 / 5;
  grid-row: 2 / 5;
  height: 186px;
}

.images_wrap .eight_img {
  grid-column: 1 / 3;
  grid-row: 5 / 3;
  height: 123px;
}

/*image grid end*/

.college-detail-right-cont span {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #A1A3A3;
}

.college-detail-right-cont p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.college-detail-right-cont a {
  color: #000
}

.college-detail-right-cont a:hover {
  text-decoration: underline;
  color: #292B75;
}

.stickycolname {
  display: none;
  border: 2px solid #fff;
  max-width: 83%;
  border-radius: 15px;
  padding: 20px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5%;
  z-index: 10000;
  background: rgb(39, 37, 104);
  background: linear-gradient(95deg, rgba(39, 37, 104, 1) 0%, rgba(39, 37, 104, 1) 46%, rgba(243, 116, 42, 1) 100%);
}

.stickycolname .btn {
  min-width: 150px;
  margin-top: 0
}

.text-yellow {
  color: #f3da2a !important;
}

.col-detvideo {
  margin: 15px 0px;
}

.col-detvideo iframe {
  width: 100%;
  min-height: 315px;
}

.gallerytabbing .nav-tabs {
  border: 0 !important;
}

.gallerytabbing .nav-item {
  margin-right: 10px !important;
}

.gallerytabbing .nav-link {
  padding: 3px 10px;
  border: 1px solid #ccc !important;
  border-radius: 5px !important;
  color: #000;
}

.gallerytabbing .nav-link.active {
  border-color: #F3742A !important;
  color: #F3742A !important;
}

.gallimg {
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  height: 210px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.gallimg img {
  width: 100%;
  max-height: 225px;
  z-index: 0;
}

.gallimg span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 0px;
}

.gallimg-overflow {
  width: 100%;
  height: 80vh;
  overflow-y: scroll;
  padding-right: 15px;
}

.tranding_exam_div {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding: 16px;
  gap: 16px;
  border-radius: 12px;
  border: 1px solid rgba(51, 51, 51, .11);
}

.tranding_exam_div img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.tranding_exam_div p {
  font-size: 12px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 0;
  width: 135px;
}

.tranding_exam_div .course_text {
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(220, 220, 220);
}

.tranding_exam_div span {
  font-size: 12px;
  font-weight: 400;
  color: #2d2d2dcc;
}

.tranding_exam_div b {
  margin-top: -10px;
  color: #F3742A;
}

.registerstat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0px;
}

.registerstat span {
  text-align: center;
  font-size: 10px;
  padding-top: 10px;
  color: #000;
}

.coursetable {
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid #F6E8F0 !important;
  border-collapse: separate;
  width: 100%;
  padding: 8px 16px;
  border-spacing: 0 8px !important;
  margin: 12px 0;
}

.coursetable tr:first-child {
  background-color: #fff !important;
  color: #831c66;
  font-size: 14px;
  border-radius: 8px;
  font-weight: 700;
}

.coursetable tr:first-child td {
  background-color: #fff !important;
  color: #eb712d !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.coursetable tr:first-child td p {
  font-size: 16px !important;
}

.coursetable tr:first-child td:first-child {
  padding-left: 10px;
}

.coursetable tr {
  border-radius: 8px;
  background-color: #831c660d;
}

.coursetable td:first-child {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  padding: 5px 10px 5px 10px;
  border-radius: 10px 0px 0px 10px;
}

.coursetable td:last-child {
  border-radius: 0px 10px 10px 0px;
}

.coursetable td p {
  margin-bottom: 0px;
}

/*aboutn start*/
.about-area {
  position: relative;
  z-index: 1;
  padding: 40px 0px 40px 0px;
  background: #fff9f5;
  border: 1px solid #fff;
}

.about-area .about-image {
  position: relative;
  z-index: 1;
}

.left-to-right-shade {
  position: relative;
  overflow: hidden;
}

.left-to-right-shade img {
  max-width: 100%;
}

.left-to-right-shade:before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  transition: all 0.3s ease;
}

.left-to-right-shade:hover:before {
  -webkit-animation: shadeLf 1s;
  animation: shadeLf 1s;
}

.middle-shade {
  position: relative;
  overflow: hidden;
}

.middle-shade::before {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: all 0.4s linear;
  z-index: 1;
}

.middle-shade:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
}

.about-area .about-right-text h2 {
  margin-bottom: 10px;
}

.about-area .about-image {
  position: relative;
  z-index: 1;
}

.about-area .about-image .ab-shape {
  position: absolute;
  left: -50px;
  top: -50px;
  z-index: -1;
}

.about-area .about-image .ab-shape img {
  transform-origin: top center;
  animation: swing 8s ease infinite;
}

@keyframes swing {
  20% {
    transform: rotate(8deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.about-area .about-right-text .ab-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
  display: block;
  color: #f7770a;
  /* padding-left: 30px; */
  position: relative;
}

.title-2 {
  font-size: 28px;
  font-weight: 600;
}

.about-area .about-right-text p {
  margin-bottom: 20px;
  text-align: justify;
}

.about-area.style-2 .about-right-item .about-list-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.about-area.style-2 .about-right-item .about-list-wrap .about-exprience {
  border-right: 1px solid #ddd;
  padding-right: 10px;
  margin-right: 20px;
  padding: 20px;
  padding-top: 0;
}

.about-area.style-2 .about-right-item .about-list-wrap .about-exprience .about-exprience-inner {
  transform: rotate(270deg);
}

.about-area.style-2 .about-right-item .about-list-wrap .about-exprience h3 {
  font-size: 70.947px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 3px #f7770a;
  margin-bottom: 0;
}

.about-area.style-2 .about-right-item .about-list-wrap .about-exprience span {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #272568;
}

.about-area.style-2 .about-right-item .about-list-wrap .about-list ul {
  display: block;
  margin: 0px;
  padding: 10px 0 0 0;
  list-style: none;
}

.about-area .about-list ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 20px;
  margin-bottom: 20px;
  flex-basis: 50%;
  position: relative;
}

.about-area .about-list ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background: #f7770a;
}

.title-2 {
  font-size: 28px;
  font-weight: 600;
  color: #272568;
}

.about-area .about-right-text p {
  margin-bottom: 20px;
  text-align: justify;
  line-height: 2;
  margin-bottom: 0;
}

.img-left {
  width: 38%;
  float: left;
  margin-right: 26px;
  margin-bottom: 5px;
  height: 300px;
  border-radius: 10px;
}

.benefitcont {
  margin: 15px 0px;
  padding: 15px 31px 20px 31px;
  width: 100%;
  border-radius: 15px;
  display: block;
  float: left;
  background: #f4f4ff;
}

.ser p {
  margin-top: 10px;
  line-height: 28px;
  text-align: justify;
  position: relative;
  font-weight: 400;
  margin: 10px 0;
  transition: all 500ms ease;
}

.featuresCard {
  padding: 20px;
  background: #fff8f2;
  border-radius: 20px;
  border: 2px solid #ffcca2;
  min-height: 144px;
  box-shadow: rgb(0 0 0 / 4%) 0px 3px 12px;
  transition: 0.4s ease-in-out;
  min-height: 520px;
}

.fCardImg {
  width: 20%;
  margin: 0px auto;
  margin-bottom: 10px;
}

.fCardImg img {
  max-height: 100px;
  margin-bottom: 20px;
}

.fCardContent {
  width: 100%;
}

.fCardContent h4 {
  font-size: 24px;
  font-weight: 600;
  color: #121c3d;
  text-align: center;
  margin-bottom: 10px;
}

.fCardContent p {
  text-align: center !important;
  line-height: 2;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.fCardContent ul li {
  line-height: 2;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 10px;
}

.aboutsec5 {
  background: #272568;
  padding: 40px 0px;
  margin-bottom: 60px;
}

.aboutsec5 ul {
  list-style: none;
  margin: 20px 0px;
  padding: 0px;
}

.aboutsec5 ul li {
  margin: 20px 1% 0px 1%;
  padding: 15px 15px 15px 80px;
  display: inline-block;
  width: 45%;
  min-height: 90px;
  font-size: 17px;
  position: relative;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.aboutsec5 ul li img {
  max-height: 50px;
  margin-right: 15px;
  position: absolute;
  left: 15px;
  top: 15px;
}

.aboutcontact ul {
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
}

.aboutcontact ul li {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0px;
  padding: 0px;
  list-style: none;
}


/*about end*/
.lighthd {
  font-size: 15px;
  opacity: 0.5;
  display: block;
  margin-bottom: 10px
}

/* course table start*/
.coldet-table2 {
  border-radius: 16px;
  border: 1px solid #F6E8F0 !important;
  border-collapse: separate;
  width: 100%;
  padding: 8px 16px;
  border-spacing: 0 8px !important;
  margin: 12px 0;
}

.coldet-table2 tr:first-child {
  background-color: #fff !important;
  color: #ef732c;
  font-size: 14px;
  font-weight: 500;
}

.coldet-table2 tr:first-child th:first-child,
.coldet-table2 tr:first-child th:last-child {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 12px;
}

.faculty-table tr:first-child th:first-child,
.faculty-table tr:first-child th:last-child {
  font-size: 20px;
  font-weight: 500;
  padding: 4px 12px;
  color: #292B75;
}

.coldet-table2 tr {
  border-radius: 10px;
  background-color: #ef732c17;
}

.faculty-table tr {
  background-color: #EBEAFB;
}

.bdrleft {
  border-left: 1px solid #C7CFCF;
}

.coldet-table2 td:first-child {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
  border-radius: 10px 0px 0px 10px;
}

.coldet-table2 td:last-child {
  border-radius: 0px 10px 10px 0px;
}

.faculty-table td:last-child span {
  font-weight: 600;
}

.coldet-table2 td {
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.tdcoursname {
  font-size: 14px;
  font-weight: 600;
  color: #ef732c;
  margin-bottom: 2px;
}

.coldet-table2 td:first-child span {
  font-size: 12px;
  font-weight: 400;
}

.coursedetfee {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.teachertd img {
  max-width: 75px;
  max-height: 75px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}


/* course table end*/

.course_rank_duration {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 10px 0;
  padding: 15px;
  border-radius: 10px;
  background-color: #ef732c17;
  ;
}

.course_rank_duration .rank_duration_type {
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.course_rank_duration .rank_duration_type span {
  font-size: 12px;
  font-weight: 400;
  color: #6d6d6d;
}

.course_rank_duration .rank_duration_type p {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.coursedetlist {
  margin: 15px 0px;
  padding: 0px;
}

.coursedetlist li {
  display: inline-block;
  margin: 5px 0px 5px 5px;
  padding: 2px 10px;
  border-radius: 10px;
  background-color: #ef732c17;
  border: 1px solid #f9d9ca;
}

.tbl {
  border: 1px solid #F6E8F0 !important;
  border-radius: 10px;
  border-collapse: separate;
  width: 100%;
  padding: 8px 10px;
  margin: 12px 0;
}

.tbl th {
  background: #f7770a !important;
  color: #fff !important;
}

.tbl.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-bg-type: #ef732c17 !important;
}

.bluetbl th:first-child, .scholarshipcont th:first-child {
  border-radius: 15px 0px 0px 0px !important;
}

.bluetbl th:last-child, .scholarshipcont th:last-child {
  border-radius: 0px 15px 0px 0px !important;
  border-right: 2px solid #6ec2ff !important;
}

.bluetbl th, .scholarshipcont th {
  background-color: #e8f0f7 !important;
  color: #000 !important; padding: 8px;
  font-size: 16px;
  font-weight: 400;
  border-top: 2px solid #6ec2ff !important;
  border-left: 2px solid #6ec2ff !important;
}

.bluetbl.table-striped>tbody>tr:nth-of-type(odd)>, .scholarshipcont table>tbody>tr:nth-of-type(odd)> {
  --bs-table-bg-type: transparent !important;
}

.bluetbl td, .scholarshipcont td  { padding: 8px;
  border-top: 1px solid #6ec2ff !important;
  border-left: 1px solid #6ec2ff !important;
}

.bluetbl tr:nth-child(2) td, .scholarshipcont tr:nth-child(2) td {
  border-top: 0 !important;
}

.bluetbl tr td:first-child, .scholarshipcont tr td:first-child {
  border-left: 2px solid #6ec2ff !important;
}

.bluetbl tr td:last-child, .scholarshipcont tr td:last-child {
  border-right: 2px solid #6ec2ff !important;
}

.bluetbl tr:last-child td, .scholarshipcont tr:last-child td {
  border-bottom: 2px solid #6ec2ff !important;
}

.bluetbl tr:last-child td:first-child, .scholarshipcont tr:last-child td:first-child {
  border-radius: 0px 0px 0px 15px !important;
}

.bluetbl tr:last-child td:last-child, .scholarshipcont tr:last-child td:last-child {
  border-radius: 0px 0px 15px 0px !important;
}


.graphcontt {
  padding-bottom: 50px;
}

/*graph start*/
.graph {
  padding-top: 0px;
}

.graph .main-heading {
  margin-bottom: 120px;
}

.graphcont {
  width: 80%;
  height: 150px;
  padding: 0px 0px 0px 20px;
  border-bottom: 2px solid #7f7f7f;
  position: relative;
  margin: 0px 0px 0px 80px;
}

.graph-line {
  position: relative;
  width: 100%;
  height: 150px;
}

.graph-line:before {
  content: '';
  width: 100%;
  height: 105%;
  bottom: 2px;
  position: absolute;
  background: #efefef;
  opacity: 0.7;
}

.graph-line-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f77a10;
  background: linear-gradient(180deg, #f77a10 0%, #d16102 100%);
  bottom: 2px;

  transition: all 0.8s ease-in-out;
  animation: example 5s linear alternate;
}

/*animation: example 5s linear infinite alternate;*/
/*@keyframes example {
    from { height: 0; }
    to { height: 300px; }
}*/
.graph-line:hover .graph-line-color {
  animation: example2 5s linear alternate;
}

@keyframes example2 {
  0% {
    height: 300px;
  }

  50% {
    height: 0;
  }

  100% {
    height: 300px;
  }
}



/*.graph-line-color2 { background: rgb(21,80,186);
background: linear-gradient(180deg, rgba(21,80,186,1) 0%, rgba(1,15,40,1) 100%); }
.graph-line:hover .graph-line-color { height: 300px; }*/

.graph-line h6 {
  position: absolute;
  width: 100%;
  bottom: -28px;
  font-size: 13px;
  opacity: 0.5;
}

.graph-line-color h5 {
  position: relative;
  top: -15px;
  font-size: 11px;
  transition: all 0.3s ease-in-out;
}

.graph-percentage h6,
.graph-percentage h5 {
  position: absolute;
  left: -50px;
  top: -10px;
  font-size: 14px;
}

.graph-percentage h5 {
  bottom: -9px;
  top: auto;
  margin: 0;
  display: block;
  padding-top: 52px;
}

.graph-percentageouter .graph-percentage {
  width: 100%;
  height: 25%;
  border-top: 1px solid #e7e7e7;
  position: absolute;
  left: 0;
  bottom: 0;
}

.graph-percentageouter .graph-percentage:nth-child(2) {
  height: 50%;
}

.graph-percentageouter .graph-percentage:nth-child(3) {
  height: 75%;
}

.graph-percentageouter .graph-percentage:nth-child(4) {
  height: 100%;
}

.graph-percentageouter .graph-percentage:nth-child(5) {
  height: 105%;
}

.graph-percentageouter .graph-percentage:nth-child(6) {
  height: 125%;
}

.bubbls {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  font-size: 13px;
  background: rgb(16 65 153);
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  z-index: 1;
  width: 150px;
  top: 0;
  left: 15px;
  padding: 5px 5px 5px 25px;
  -webkit-animation-name: hang-on-hover-sink, hang-on-hover;
  animation-name: hang-on-hover-sink, hang-on-hover;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.bubbls:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #5b9e35;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
}

.graph-line:hover .bubbls {
  opacity: 1
}

.graph-line-color2 .bubbls {
  background: #5b9e35;
}

.graph-line-color2 .bubbls:before {
  background: #0e63ff;
}

@-webkit-keyframes hang-on-hover {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hang-on-hover {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hang-on-hover-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hang-on-hover-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.grap-xaxis {
  text-align: center;
  bottom: -30px;
  position: relative;
}

/*.grap-xaxis:before { content:''; width: 100%; height:1px; background: #e7e7e7; display: block; position: absolute; top: 12px; z-index: 0 }*/
.grap-xaxis span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
  font-weight: 600;
}

.grap-yaxis-outer {
  /*transform: rotate(270deg);*/
}

.grap-yaxis {
  text-align: center;
  position: relative;
  float: left;
  margin-left: 0px;
  writing-mode: vertical-rl;
  overflow: hidden;
  transform: rotate(-180deg);
}

/*.grap-yaxis:before { content:''; width: 100%; height:1px; background: #e7e7e7; display: block; position: absolute; top: 12px; z-index: 0 }*/
.grap-yaxis span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0px 30px;
}

/*.graph-line1:hover { height: 20%; }*/

@media (max-width:480px) {
  .service-item__content {
    padding: 20px;
  }

  .graph .main-heading {
    margin-bottom: 80px;
    font-size: 22px !important;
  }

  .graphcont {
    width: 100%;
  }

  .graph-percentage h6,
  .graph-percentage h5 {
    left: -45px;
    font-size: 10px;
  }
}

/*graph end*/
.recruiterlogo {
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  border: 1px solid #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px 0px 0px;
}

.recruiterlogo img {
  max-width: 100%;
  max-height: 46px;
}

.coldet-ol, ol {
  margin: 10px 0 0 0;
}

.coldet-ol li, ol li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.studentrating {
  background: #FDE9DD;
}

.totalrating {
  background: #fff;
  border-radius: 10px;
}

.commentlist .comment-text {
  overflow: hidden;
  padding-left: 0px;
}

.commentdisplay h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.ratings {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: relative;
  bottom: auto;
  border-radius: 0;
  left: 0;
  margin-left: 0px;
}

.star-rating {
  color: #F3742A;
  background: #FDE9DD;
  padding: 2px 8px;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 12px;
}

.commentlist .comment-text p {
  color: #000;
  text-align: justify;
}

.commentlist .comment-text .meta {
  margin-bottom: 10px;
}

.commentlist .comment-text p {
  line-height: 1.7;
  font-size: 0.9rem;
  font-weight: 400;
  color: #000;
  text-align: justify;
}

.namefirstletter span {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  font-size: 24px;
  font-weight: 500;
  background: #FDE9DD;
  color: #F3742A;
  display: flex;
  align-items: center;
  justify-content: center;
}


/*==================================review-section=open=======================================*/

.pro-details-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pro-details-rating-wrap span {
  color: #333;
}

.pro-details-rating-wrap .pro-details-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0;
}

.pro-details-rating-wrap .pro-details-rating i {
  color: #fb0;
  font-size: 15px;
}

.pro-details-rating-wrap a {
  display: inline-block;
  font-size: 15px;
  color: #444;
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.entry-product-section-heading h2 {
  font-size: 18px !important;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  margin: 0 0px 20px 0px;
  padding: 0 0 15px;
  text-transform: none;
  color: #183250;
  position: relative;
}


.pro-details-review p {
  color: #444;
  font-size: 15px;
  margin: 0 0 29px;
}

.pro-details-review p span {
  font-size: 18px;
  font-weight: 700;
  color: #e5a834;
}

.pro-details-review .single-pro-details-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  padding: 0 0 26px;
  border-bottom: 1px solid #eee;
}

.pro-details-review .single-pro-details-review:last-child {

  border-bottom: none;
}

.products-details-tab-content {
  background: #f6f6f6;
  padding: 40px;
}


.pro-details-review .single-pro-details-review .review-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 22px;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-img {
    margin-right: 15px;
  }
}

.pro-details-review .single-pro-details-review .review-img img {
  width: 100%;
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating .review-rating i {
  color: #fb0;
  font-size: 15px;
  margin-right: 1px;
}


.pro-details-review .single-pro-details-review .review-content p {
  color: #444;
  font-size: 15px;
  margin: 14px 0 17px;
}

.review-date span {
  color: #b1abab;
  font-size: 15px;
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn .review-btn a {
  display: inline-block;
  font-weight: 500;
  color: #333;
  font-size: 15px;
  margin-left: 20px;
}

.ratting-form-wrapper {
  background: #fbf9f9;
  padding: 20px;
  margin-bottom: 50px;
}

.pro-details-review .ratting-form-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
  color: #333;
}

.pro-details-review .ratting-form-wrapper .comment-form-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 28px;
}

.pro-details-review .ratting-form-wrapper .comment-form-rating-wrap span {
  font-size: 15px;
  color: #444;
  display: inline-block;
  margin-right: 25px;
}

.pro-details-review .ratting-form-wrapper .comment-form-rating-wrap .comment-form-rating i {
  font-weight: 400;
  font-size: 18px;
  color: #ababab;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input,
.pro-details-review .ratting-form-wrapper .rating-form-style form textarea {
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  padding: 3px 20px;
  height: 48px;
  padding: 3px 20px;
  border-radius: 26px;
  color: #444;
  margin-bottom: 25px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input:focus,
.pro-details-review .ratting-form-wrapper .rating-form-style form textarea:focus {
  border: 1px solid #4e97fd;
  background-color: #ffffff;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input::-webkit-input-placeholder,
.pro-details-review .ratting-form-wrapper .rating-form-style form textarea::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input::-moz-input-placeholder,
.pro-details-review .ratting-form-wrapper .rating-form-style form textarea::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form textarea {
  height: 140px;
  padding: 19px 20px 3px;
  border-radius: 5px;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .cookies-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 27px;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .cookies-consent input {
  width: auto;
  height: auto;
  margin: 0;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .cookies-consent p {
  color: #444;
  font-size: 15px;
  margin: 0 0 0 15px;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .form-submit input {
  width: auto;
  font-weight: 700;
  border-radius: 2px;
  height: auto;
  color: #ffffff;
  background-color: #273741;
  border: none;
  padding: 12px 54px 13px;
  margin: 0;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .form-submit input:hover {
  background-color: #e5a834;
}

.pro-details-mrg-tb {
  margin: 20px 0 50px;
}


.pro-details-review-wrap {
  margin-top: 50px;
}



.product-details-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.product-details-social a {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 15px;
}

.product-details-social a.facebook {
  color: #567fa9;
}

.product-details-social a.twitter {
  color: #26d0fe;
}

.product-details-social a.linkedin {
  color: #0077b5;
}

.product-details-social a.tumblr {
  color: #35465c;
}

.product-details-social a.envelope {
  color: #dd4b39;
}

.modal-backdrop.show {
  z-index: 1000000000 !important
}

.modal {
  z-index: 100000000000000 !important
}

.rate-input {
  direction: rtl
}

.rate-input input {
  display: none
}

.rate-input label {
  margin-left: -2px;
  margin-right: -2px;
  color: #e4e4e4 !important;
  font-size: 18px !important
}

.rate-input label:hover,
.rate-input label:hover~label,
.rate-input input:checked~label,
.rate-input:hover>input:checked~label {
  color: #ffba0a !important
}

.rate-input label:hover,
.rate-input label:hover~label,
.rate-input input:checked~label,
.rate-input:hover>input:checked~label {
  color: #f38244;
}

.reviewformrow input,
.reviewformrow textarea {
  font-size: 0.85rem !important;
}

.registerlocation i {
  color: #272568;
}

.registerlocation span {
  font-weight: 600;
  color: #272568;
}

.option-list-container {
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2), 0 2px 0 1px rgba(0, 0, 0, .04);
  box-sizing: border-box;
  width: 91%;
  border-radius: 4px;
  overflow: hidden;
}

.option-list-container {
  top: 40px;
}

.regform-srDiv {
  background: #f1f1f1;
  padding: 8px;
  border-bottom: 1px solid #ccc;

  display: flex;
  align-items: center;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cross-x {
  font-size: 20px;
  text-align: center;
}

.regsrch-bx {
  position: relative;
  background: #fff;
  border: 1px solid #999;
  padding: 4px;
  flex: auto;
  margin-right: 15px;
}

.regsrc-icn {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iIzVGNjE2MSIgZD0iTTE0LjI4NCAxNS40MjdjLS4zMDQgMC0uNTk4LS4xMjUtLjgwNC0uMzM5bC0zLjA2Mi0zLjA1M2E2LjI3IDYuMjcgMCAwMS0zLjU2MiAxLjEwN2MtMy40NzMgMC02LjI4NC0yLjgxMi02LjI4NC02LjI4NFMzLjM4NC41NzQgNi44NTYuNTc0YTYuMjgyIDYuMjgyIDAgMDE1LjE3OCA5Ljg0NmwzLjA2MiAzLjA2MmMuMjA1LjIwNS4zMy41LjMzLjgwM2ExLjE1IDEuMTUgMCAwMS0xLjE0MiAxLjE0MnpNNi44NTcgMi44NThjLTIuMjA1IDAtMy45OTkgMS43OTQtMy45OTkgMy45OTlzMS43OTQgMy45OTkgMy45OTkgMy45OTkgMy45OTktMS43OTQgMy45OTktMy45OTktMS43OTMtMy45OTktMy45OTktMy45OTl6Ii8+PC9zdmc+) no-repeat;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  background-size: 100% 100%;
  background-position: 0 0;
  position: relative;
  top: 4px;
  left: 3px;
  float: left;
  margin-right: 5px;
}

.regform-srDiv input[type=text] {
  border: none;
  outline: none;
  background: #fff;
  color: #000;
  font-size: 14px;
  text-align: left;
  padding: 3px 4px;
  width: 89%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-list-select .regform-srDiv .search-list-select__close-icon {
  font-size: 28px;
  line-height: 18px;
  color: #000;
  text-decoration: none;
  float: right;
  cursor: pointer;
  opacity: .5;
  position: static;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 0;
  margin-left: 3px;
}

.regform-srDiv:after,
.regsrch-bx.cSearchX:after {
  clear: both;
}

.scrollable {
  max-height: 200px;
  overflow: auto;
  position: relative;
  background: #fff;
}

ul.flex-list,
ul.option-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.group-list.option-list {
  padding-bottom: 16px;
}

.select-msg {
  font-size: 13px;
  color: #666;
  display: block;
  line-height: 1.34;
  padding: 3px 10px;
  border-bottom: 1px solid #e6e5e5;
}

.option-list-container ul ul {
  padding: 0px;
}

.option-list-container ul.option-list li {
  padding: 7px 10px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  list-style: none;
  line-height: 1.58;
  color: #000;
}

.option-list-container ul.option-list li:last-child {
  border-bottom: 0;
}

.list-group-label {
  font-weight: 600;
  cursor: auto;
}

#whatsapp {
  position: fixed;
  right: 18px;
  top: 150px;
  text-align: center;
  height: 50px;
  width: 50px;
  padding-top: 7px;
  font-size: 35px;
  background-color: #16BE45;
  /* background-color: #01e675 */
  border-radius: 100%;
  color: #ffffff !important;
  z-index: 100000000000;
  animation: mymove 3s;
  animation-iteration-count: infinite;
}


@-webkit-keyframes mymove {
  from {
    bottom: 105px;
  }

  to {
    bottom: 105px;
    background-color: #16BE45;
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}

@keyframes mymove {
  from {
    bottom: 105px;
  }

  to {
    bottom: 105px;
    background-color: #16BE45;
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
  }
}

.logoicon {
  max-width: 100%;
  max-height: 150px;
  animation: up-down linear 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: up-down linear 4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: up-down linear 4s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: up-down linear 4s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: up-down linear 4s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes up-down {
  0% {
    transform: translate(1px, 20px);
  }

  24% {
    transform: translate(1px, 30px);
  }

  50% {
    transform: translate(1px, 12px);
  }

  74% {
    transform: translate(1px, 22px);
  }

  100% {
    transform: translate(1px, 22px);
  }
}

@-moz-keyframes up-down {
  0% {
    -moz-transform: translate(1px, 20px);
  }

  24% {
    -moz-transform: translate(1px, 30px);
  }

  50% {
    -moz-transform: translate(1px, 12px);
  }

  74% {
    -moz-transform: translate(1px, 22px);
  }

  100% {
    -moz-transform: translate(1px, 22px);
  }
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translate(1px, 20px);
  }

  24% {
    -webkit-transform: translate(1px, 30px);
  }

  50% {
    -webkit-transform: translate(1px, 12px);
  }

  74% {
    -webkit-transform: translate(1px, 22px);
  }

  100% {
    -webkit-transform: translate(1px, 22px);
  }
}

@-o-keyframes up-down {
  0% {
    -o-transform: translate(1px, 20px);
  }

  24% {
    -o-transform: translate(1px, 30px);
  }

  50% {
    -o-transform: translate(1px, 12px);
  }

  74% {
    -o-transform: translate(1px, 22px);
  }

  100% {
    -o-transform: translate(1px, 22px);
  }
}

@-ms-keyframes up-down {
  0% {
    -ms-transform: translate(1px, 20px);
  }

  24% {
    -ms-transform: translate(1px, 30px);
  }

  50% {
    -ms-transform: translate(1px, 12px);
  }

  74% {
    -ms-transform: translate(1px, 22px);
  }

  100% {
    -ms-transform: translate(1px, 22px);
  }
}

.aboutsec2 {
  padding: 0px 12px;
  max-width: 1400px;
  margin: 0 auto;
  background: #f4f4ff;
}

.aboutsec2 img {
  max-width: 100%;
}

.missioncont {
  position: relative;
  padding: 30px;
}

.missioncont img {
  position: absolute;
  opacity: 0.1;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 80%;
  margin: auto;
}

.missioncont h3 {
  color: #f77a10;
  margin: 20px 0 15px 0;
}

.missioncont p {
  color: #000;
  line-height: 2
}

.aboutsec3 {
  padding: 50px 0px;
}

.aboutsec3 h2 {
  font-size: 2.35rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.aboutsec3 h2 span {
  color: #f3742a;
}

.tca-apartbox {
  margin-bottom: 10px;
  background: url(../images/tca-apartboximg.jpg) left top no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.tcaoverlay {
  padding: 15px 30px;
  background: #272568e6;
  border-radius: 15px;
}

/*why choose us*/
.choose-area-s3 {
  padding: 20px 0px 80px 0px;
  position: relative;
  z-index: 1;
}

.choose-area-s3 h2 {
  font-weight: 600;
  margin-bottom: 15px;
}

.choose-area-s3 img {
  max-width: 100%;
}

.choose-area-s3 .choose-img {
  position: relative;
  right: 0;
}

@media (max-width: 991px) {
  .choose-area-s3 .choose-img {
    right: 0;
    padding-top: 30px;
  }
}

.choose-area-s3 .choose-img img {
  border-radius: 50%;
}

@media (max-width: 991px) {
  .choose-area-s3 .choose-img img {
    min-height: 100%;
  }
}

.choose-area-s3 .choose-img .inner-img-1 {
  position: absolute;
  /* right: -50px; */
  right: -25px;
  top: 0;
}

@media (max-width: 1199px) {
  .choose-area-s3 .choose-img .inner-img-1 {
    max-width: 150px;
    right: 30px;
  }
}

@media (max-width: 575px) {
  .choose-area-s3 .choose-img .inner-img-1 {
    max-width: 120px;
  }
}

.choose-area-s3 .choose-img .inner-img-2 {
  position: absolute;
  left: 0;
  /* bottom: -50px; */
  bottom: -25px;
}

@media (max-width: 1199px) {
  .choose-area-s3 .choose-img .inner-img-2 {
    max-width: 150px;
    bottom: -10px;
  }
}

@media (max-width: 991px) {
  .choose-area-s3 .choose-img .inner-img-2 {
    bottom: -10px;
  }
}

@media (max-width: 575px) {
  .choose-area-s3 .choose-img .inner-img-2 {
    max-width: 120px;
  }
}

.choose-area-s3 .choose-img .inner-img-3 {
  position: absolute;
  /* right: -30px;
  bottom: -30px; */
  right: -15px;
  bottom: -5px;
}

@media (max-width: 1199px) {
  .choose-area-s3 .choose-img .inner-img-3 {
    max-width: 150px;
    bottom: -10px;
  }
}

@media (max-width: 991px) {
  .choose-area-s3 .choose-img .inner-img-3 {
    right: 0px;
    bottom: -10px;
  }
}

@media (max-width: 575px) {
  .choose-area-s3 .choose-img .inner-img-3 {
    max-width: 120px;
  }
}

.choose-area-s3 .choose-text p {
  /* max-width: 502px; */
}

.choose-area-s3 .choose-text .ch-top-title-s2 {
  margin-bottom: 40px;
}

.choose-area-s3 .choose-text .choose-items {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.choose-area-s3-02 .choose-text .choose-items {
  display: block;
}

.choose-area-s3-02 .choose-text .ch-top-title-s2 {
  margin-bottom: 10px !important;

}

.choose-area-s3-02 .choose-text .choose-items {
  padding-bottom: 0px;
}

.choose-area-s3-02 .choose-text .choose-items .info {
  padding: 10px 20px !important;

}

.choose-area-s3 .choose-text .choose-items .info {
  padding: 25px 20px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  /* border: 1px solid #DDDDDD; */
  margin-left: -1px;
  margin-top: -1px;
  flex-basis: 50% !important;
  background: #fff;

}

@media (max-width: 1199px) {
  .choose-area-s3 .choose-text .choose-items .info {
    padding: 25px 12px;
  }
}

@media (max-width: 480px) {
  .choose-area-s3 .choose-text .choose-items .info {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}

.choose-area-s3 .choose-text .choose-items .info:after {
  position: absolute;
  left: 2%;
  top: 5%;
  width: 0;
  height: 90%;
  content: "";
  background: #fff;
  z-index: -1;
  transition: all 0.3s;
}

.choose-area-s3 .choose-text .choose-items .info i {
  display: block;
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #272568;
  text-align: center;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.3s;
}

@media (max-width: 480px) {
  .choose-area-s3 .choose-text .choose-items .info i {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.choose-area-s3 .choose-text .choose-items .info p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #1B1A1A;
  margin-bottom: 0;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .choose-area-s3 .choose-text .choose-items .info p {
    font-size: 14px;
  }
}

.choose-area-s3 .choose-text .choose-items .info h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
  color: #272568;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .choose-area-s3 .choose-text .choose-items .info h3 {
    font-size: 18px;
  }
}

.choose-area-s3 .choose-text .choose-items .info:hover:after {
  width: 95%;
}

.choose-area-s3 .choose-text .choose-items .info:hover i {
  background-color: #f77a10;
}

.tca-apartbox h4 {
  color: #f17309;
}

.tca-apartbox ul li {
  line-height: 2 !important;
}

.tca-apartbox ul ul {
  padding: 0px 0px 0px 15px;
}

.tca-apartimg {
  text-align: center;
  margin: 0px 0px 15px 0px;
}

.about-carousal .courses__nav .courses-button-next,
.courses__nav .courses-button-prev {
  background: #f77a10 !important
}

.alumnicont {
  background-color: #EBEAFB;
  padding: 15px;
  border-radius: 10px;
}

.alumni-img {
  width: 160px;
  height: 190px;
  padding: 5px;
  border-radius: 8px;
  /*background: rgb(209, 155, 41);*/
  /*background: linear-gradient(86deg, rgba(209, 155, 41, 1) 12%, rgba(246, 235, 123, 1) 48%, rgba(209, 155, 41, 1) 93%);*/
}

.alumni-img img {
  max-width: 160px;
  max-height: 190px;
}

.alumni-logo {
  display: block;
}

.alumni-logo span {
  width: 140px;
  height: 45px;
  background: #fff;
  border-radius: 10px;
  /*border: 2px solid #F3742A;*/
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.alumni-logo span img {
  max-width: 140px;
  max-height: 45px;
}

/*responsive start*/

@media (min-width: 992px) {
  .leftpanel {
    padding-right: 0 !important;
  }

  .middlepanel {
    width: 55% !important;
    padding-left: 15px !important;
  }

  .rightpanel {
    width: 19% !important;
    padding: 0 !important;
  }

  .width80 {
    width: 80% !important;
  }

  .contactright {
    width: 64% !important;
  }

  .sec-info {
    width: 63% !important;
    margin-left: -20px !important;
  }

  .inst-logo {
    width: 100% !important;
  }

  .capchacode {
    width: 57%;
  }

  .tcaoverlay {
    min-height: 415px;
  }
}

@media (min-width:1200px) {
  .contactright {
    width: 64.66666% !important;
  }

  .colldet-name {
    width: 94% !important;
  }

  .sec-info {
    width: 70.22% !important;
  }

  .inst-logo {
    width: 106% !important;
  }

  .article-side {
    width: 78% !important;
  }

  .capchacode {
    width: 62.5555%;
    float: left;
  }
}

@media (max-width:1199px) {
  .photo-add {
    margin: 0px 0px 15px 0px;
  }
}


@media (max-width:991px) {
  .header-right {
    float: none;
    width: 100%;
  }

  .logo {
    clear: both;
  }

  .left-1 {
    margin-bottom: 15px;
  }

  .important-date,
  .exam-type {
    margin: 20px 0px;
  }

  .carre-point ul li a {
    margin-bottom: 5px
  }

  .right-box {
    width: 25% !important;
  }

  .article-side {
    width: 75% !important;
  }

  .stm-box {
    float: none;
    clear: both;
    width: 100%;
    margin: 0% 0% 2% 0%;
  }

  .inst-logo {
    width: auto !important;
  }
}

@media (max-width: 768px) {
  .header { position: relative; }
  .logo { max-width: none; }
  .logo img { max-width: 70%; }
  .top-add-banner {
    text-align: center;
    max-width: none;
  }

  .top-add-banner img {
    width: 100% !important;
  }

  .top-add-banner {
    margin: 5px 0px !important;
  }

  .top-cont,
  .top-link {
    float: none;
  }

  .foot-1 h3 {
    padding: 15px 0px 0px 0px;
    border-top: dashed 1px #bcbdbe;
    clear: both;
  }

  .powered,
  .copy {
    text-align: center;
  }

  .title-box .title-box-text {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .formname {
    text-align: left;
    margin: 10px 0px 0px 0px;
    padding: 16px 10px;
  }

  .register-inr {
    margin: 0px -15px 10px -15px;
    padding: 20px 0px;
    border-left: 0;
  }

  .contactright {
    margin: 20px 0px;
  }

  .chatbtn {
    padding: 8px 0px;
  }

  .career-box ul li {
    display: block;
    width: auto;
    padding: 0 2% 0 2%
  }

  .art-hed {
    margin-bottom: 10px;
  }

  .lctr-box {
    margin-bottom: 2%;
  }

  .right-box {
    width: 100% !important;
    margin: 20px 0px 5px 0px;
  }

  .article-side {
    width: 100% !important;
  }

  .art-vew {
    float: left !important;
    width: 100% !important;
    margin-top: 10px;
  }

  .colldet-rating {
    float: none;
  }

}

@media screen and (max-width: 620px) {

  .eligibilty-table theadc {
    background-color: #f6fbff;
  }

  .eligibilty-table th {
    color: #4180a1;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 20px;
  }

  .rank-figure {
    border: 0;
    margin: 10px 0px;
  }

  .rank-figure thead,
  .eligibilty-table thead {
    display: none;
  }

  .rank-figure tr .eligibilty-table tr {
    margin-bottom: 10px;
    display: block;
  }

  .rank-figure td,
  .eligibilty-table td {
    display: block;
    text-align: right;
    font-size: 13px;
    padding-right: 10px 5px;
  }

  .width-td {
    width: auto;
  }

  .rank-figure td:before,
  .eligibilty-table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    color: #053e5d;
    font-size: 13px;
  }

  .collagedet-menu li a {
    padding: 10px;
  }

  .carre-point ul li a {
    display: block !important;
    width: 100%;
    margin-bottom: 5px;
  }

  .entrance-exame {
    width: 100%;
  }
}



@media (max-width: 600px) {
  .icon-page-fa .item-box {
    width: 30% !important;
  }
}

@media only screen and (max-width: 580px) {

  .inst-facilty ul li {
    float: none;
    color: #6a6a6a;
    font-size: 11px;
    text-align: center;
    padding: 13px 15px;
  }

  .inst-facilty ul li span {
    display: block;
    font-size: 12px;
    color: #069099;
  }

  .inst-facilty h3 {
    padding: 20px 0px;
    border-bottom: 1px solid #eeeeee;
    border-right: none;
    max-width: none;
    float: none;
    text-align: center;
  }

  .inst-facilty-white {
    width: 100%;
    border-left: 0;
  }

  .step1 h5 {
    float: none;
    display: block;
    text-align: center;
  }

  .step1 h6 {
    float: none;
    display: block;
    text-align: center;
  }

  .collagedet-menu li {
    float: none;
    border-right: 0;
  }

  .collagedet-menu li a {
    float: left;
    text-align: center;
    width: 100%;
  }

  .galley-w {
    float: none;
    width: 100%;
    margin: 5px 0px;
  }

  .course-feture {
    display: block;
    width: 95%;
    margin: 10px auto;
  }

  .arti-box {
    width: 42%;
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
  }

  .rightpanel {
    float: none;
    text-align: center;
    width: 92% !important;
    margin: 15px;
  }

  .colg-logo {
    width: 94%;
    margin: 0px 10px 10px 10px;
  }

  .colg-rating {
    width: 90% !important;
    margin: 5px 0px 10px 15px;
  }

  .collegerating,
  .college-chaticon {
    width: 100px !important;
    float: left;
  }

  .det-applybtn {
    float: none;
    padding: 8px 0px;
    margin: 8px 0px;
    display: block;
    text-align: center
  }

  .careerimg {
    float: none;
    width: 100%;
    margin: 15px 0px;
  }

  /*new*/
  .sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_cta_botttom {
    display: block;
  }

  .sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_cta_botttom .sr_v2_cta_button_wrap {
    margin-bottom: 10px;
  }

  .sr_main_wrap_item_v2 .card_sr_v2_mid_warp .card_sr_v2_course_wrap_mid_first {
    grid-template-columns: 10rem;
    gap: 10px;
  }
}
/************ 28/11/2024 **********/

.row.compBor {
  border: 2px solid #b3b0b0;
  border-radius: 10px;
}

.compareD .col-lg-3 {
  padding: 0;
}

.cimgBox {
  position: relative;
}

span.crossCrcl {
  width: 22px;
  height: 22px;
  box-shadow: 0 0 4px 0 #000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  z-index: 1;
}

.imgWrap {
  width: 100%;
  height: 123px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
}

.tpcrd-logo.imgWrap img {
  max-height: calc(100% - 20px);
  max-width: calc(100% - 20px);
  width: auto;
  height: auto;
  min-height: 0;
}

.cimgBox img {
  display: inline-block;
}

.compareBox {
  border-right: 1px solid #d2d2d2;
  padding: 0 15px;
  min-height: 331px;
}

.minSpc {
  min-height: 118px;
}

span.ilpName,
span.ilpName a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.64;
  color: #000;
}

span.location {
  font-size: 14px;
  line-height: 1.33;
  color: #595959;
  display: block;
  margin: 4px 0 8px;
}

.clpName {
  color: #595959;
  font-weight: 500;
}

.location i {
  margin: 0 5px -2px 0;
  color: #f77a10;
  font-size: 14px;
}

.btnBox {
  padding: 12px 0 0;
  text-align: center;
}

.btn-orange {
  border: 2px solid #f77a10 !important;
  color: #f77a10 !important;
}

.addIlpBox {
  padding: 12px 25px 0;
  min-height: 130px;
}

.flexColumnCenterMiddle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dotbox {
  width: 100%;
  border: 1px dashed #666;
  padding: 16px 0;
  font-size: 14px;
  color: #595959;
  cursor: pointer;
  border-radius: 7px;
}

i.plus {
  position: relative;
  height: 24px;
  width: 24px;
  margin: 10px;
}

i.plus:before {
  height: 0;
  width: 100%;
  border-bottom: 1px solid #666;
  left: 0;
  top: 50%;
}

i.plus:after,
i.plus:before {
  content: "";
  display: block;
  position: absolute;
}

i.plus:after {
  height: 100%;
  width: 0;
  border-right: 1px solid #666;
  left: 50%;
  margin-left: -1px;
}

span.vsCrcl {
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  width: 31px;
  height: 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .34);
  border: .6px solid #fff;
  background-color: #000;
  display: inline-block;
  display: flex;
  border-radius: 50px;
  position: absolute;
  left: -16px;
  top: 32%;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.sectionHeading {
  background-color: #F1EFEF;
  text-align: center;
  padding: 15px 0;
  font-size: 22px;
  color: #111;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  cursor: pointer;
}

.sub-container {
  /* padding: 10px 15px; */
  /* border-right: 1px solid #b3b0b0; */
}

.flx-box-sb {
  display: flex;
  justify-content: space-between;
}

.orSeprtr {
  color: #595959;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
}


.card-group.courseComp {
  padding: 0;
}

.card.add1 {
  text-align: center;
}

.courseComp .card {
  border: none;
  border-right: 2px solid #dee2e6;
  background: transparent;
  border-radius: 0;
}

.courseComp .card:last-child {
  border-right: none;
}

.sub-container p {
  font-size: 15px;
  color: #595959;
  font-weight: 500;
}

.sub-container h6 {
  font-size: 18px;
  color: #000;
}

/* .sub-container.border-end {
  border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
  height: 185px;
} */



@media (max-width:480px) {
  .courseComp .card {
    border-right: none;
    border-bottom: 2px solid #dee2e6;
  }

  .courseComp .card:last-child {
    border-bottom: none;
  }

  /* .sub-container.border-end.bb1 {
    border-bottom: 2px var(--bs-border-style) var(--bs-border-color) !important;
  } */

  span.vsCrcl {
    left: 46%;
  }
}


/* userDashboard css */

.userDashboard .avatar {
  height: 5.125rem;
  width: 5.125rem;
  position: relative;
  display: inline-block !important;
}

.userDashboard .avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.userDashboard .card.bg-transparent.p-0 {
  border: 0;
}

.userDashboard .uploadremove {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 0;
  padding: 0;
  background: var(--bs-danger);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.userDashboard .nav-pills-primary-border-start .nav-link.active,
.userDashboard .nav-pills-primary-border-start .nav-link:hover {
  color: #f7770a;
  background-color: rgb(247 122 16 / 6%);
  border-left: 2px solid #f77a10;
  padding: 10px;
}

.userDashboard .nav li a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 10px 12px 10px 12px;
  margin: 5px 5px 5px 0px;
  text-transform: uppercase;
}

.userDashboard .form-check-input:checked {
  background-color: #f77a10;
  border-color: #f77a10;
}

.userDashboard .form-select:focus {
  border-color: #f77a10;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgb(247 122 16 / 14%);
}

.breadcrumb1 {
  background-color: #F4F4FF;
  padding: 5px 0px;
  margin-bottom: 10px;
}

.breadcrumb1 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.breadcrumb1 ul li {
  margin: 5px 5px 5px 0px;
  padding: 0px 0px 0px 8px;
  display: inline-block;
  color: #292B75;
  font-weight: 400;
  font-size: 13px;
}

.breadcrumb1 ul li a {
  color: #A1A3A3;
}

.breadcrumb1 ul li i {
  margin: 0px 0px 5px 8px;
  padding: 0px;
  font-size: 12px;
  color: #A1A3A3;
}

.dash1 {
  text-align: center;
}

.dash1 h2.card-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 0;
}

.bg-primary-opacity {
  background: #2f57ef21 !important;
  color: #2f57ef !important;
  border: 2px dashed #595959 !important;
}

.icon-image.pink {
  background: #e8ccf8;
}

.bg-pinker {
  background: #b966e721 !important;
  color: #b966e7 !important;
  border: 2px dashed #595959 !important;
}

i.fas.fa-tv {
  color: #b966e7;
}

.bg-violet {
    background: #fbf3ed !important;
    color: #e56f0a !important;
    border: 2px dashed #595959 !important;
}
.icon-image.violet {
  background: #ffd1af;
}
i.fas.fa-award {
  color: #e56f0a;
}
.icon-image {
  margin-bottom: 0px;
  margin-top: 20px;
  position: relative;
  background: #bdcafd;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  height: 100px;
  line-height: 100px;
  padding: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  /*box-shadow: 0 0px 8px 4px rgb(204 201 201 / 34%);*/
  justify-content: center;
}

.feather-book-open:before {
  content: "\f518";
}

.icon-image i {
  color: #2f57ef;
  font-size: 36px;
  text-align: center;
}

.shortData .nav-link {
  color: #f77a10;
  font-size: 18px;
  font-weight: 600;
}

.shortData .nav-link:focus,
.shortData .nav-link:hover {
  color: #f77a10;
}

.shortData .nav-pills .nav-link.active,
.shortData .nav-pills .show>.nav-link {
  color: #272568;
  background-color: #27256800;
  border-bottom: 3px solid #272568;
  border-radius: 0;
}


.tab-button-style-2 {
  border-bottom: 2px solid #e6e3f1;
}

.myCourses .rbt-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  /* margin-top: -10px; */
}

.rbt-review {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.rbt-review .rating {
  display: flex;
  align-items: center;
  margin-right: 6px;
}

.rbt-review .rating i {
  font-size: 13px;
  color: #ff9747;
  transition: .3s;
}

.rbt-review .rating-count {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
}

.rbt-round-btn {
  width: 40px;
  height: 40px;
  line-height: 41px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 0;
  border: 0;
  display: block;
  color: #000;
  font-size: 18px;
}

.crs-meta,
.crs-progress {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.crs-meta li,
.crs-progress li {
  font-size: 14px;
  line-height: 15px;
  color: #6b7385;
  display: inline-block;
  margin: 7px;
}

.crs-meta li i {
  margin-right: 5px;
}

.crs-btn a {
  padding: 0 26px;
  background: #2f57ef21;
  height: 60px;
  line-height: 60px;
  color: #272568;
  font-size: 16px;
  letter-spacing: .5px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out;
  border-radius: 6px;
  border: 0;
  outline: none;
  text-decoration: none;
}

.crs-btn a:hover {
  background: #f77a10;
  color: #ffffff;
}

.myCourses .progress {
  --bs-progress-height: 0.5rem;
}

.bg-progress {
  background-color: rgb(34 134 22) !important;
}



/* accordian */
.compare2 .accordion-button {
  display: block;
  background: #f1efef;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.accordion-button::after {
  background-size: 13px !important;
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  background-image: url(../images/down-arrow.svg);
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  float: right;
}

.compare2 .accordion-body {
  padding: 0;
}

.compare2 .accordion-button:focus {
  z-index: 3;
  border-color: #00000005;
  outline: 0;
  box-shadow: none;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.compare2 .accordion-flush .accordion-item:first-child {
  border-top: 1px solid #dee2e6 !important;
}

.compare2 a {
  color: #1048c3 !important;
  text-decoration: none;
}

.compare2 .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: #f77a1017;
}

a.viewAllLink:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-right: 2px solid #1048c3;
  border-bottom: 2px solid #1048c3;
  transform: rotate(-45deg);
  margin: 0 0 1px 6px;
}

/* 
.bb3 {
  border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
  height: 124px;
}

.bb4 {
  border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
  height: 124px;
}

.bb5 {
  border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
  height: 110px;
}

.bb6 {
  border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
  height: 150px;
}

.bb7 {
  border-right: 2px var(--bs-border-style) var(--bs-border-color) !important;
  height: 340px;
} */

.amenityList {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.amenityList li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  color: #272568;
  font-weight: 500;
}

i.amanityIcons {
  color: #f77a10;
}

.preferedHeading {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  padding: 8px 12px 4px;
  text-align: center;
}

.shadowBox {
  border-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .28), 0 0 1px 0 rgba(0, 0, 0, .53);
  background-color: #fff;
  padding: 10px;
  cursor: pointer;
  align-items: center;
}

.ratingConta {
  padding: 20px;
}

h2.ratingHead {
  margin: 0 0 6px;
  font-size: 18px;
}

.rating-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-icon {
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  margin: 0 3px;
  background: transparent url(../images/star.svg) no-repeat 0 0;
}

.fStrContnr {
  text-align: center;
  margin-top: 0;
}

.rating-icon.blank {
  background-position: -33px 0;
}

.feedback-text {
  color: #666;
}
.studentprogress { --bs-progress-height: 0.7rem; height: 11px!important; }
.studentprogress .progress-bar { font-size: 10px!important; line-height:1.5!important }
.usernamebox { border-bottom: 0px!important; background: #fff7f1!important; padding-top: 15px!important; padding-bottom: 15px!important; }
.usernamebox a { color: #272568; }
.usernamebox a:hover { color: #000; }
.form-control, .form-select { font-size: 13px!important; }
.radio-bg-light { height: 20px!important; }
.greycont { background: #efefef; padding: 20px 13px; }
.greycont h4 { margin: 0px 0px 10px 0px; padding: 0px; color: #f3742a; font-size: 16px; }
.noti-cont { background: #feece2; padding: 15px 15px 5px 15px; margin-bottom: 15px; border-radius: 20px; }
.noti-cont h4 { font-size: 20px; display: block; }
.noti-cont p span { color: #13bf77; }
.rankin-logo { width: 40px; height: 40px; margin-right: 10px; display: flex; align-items: center; justify-content: center; border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; background: #fff; }
.rankin-logo img { max-width: 38px; max-height: 38px; border-radius: 5px; }
.orangecolor { color: #e56f0a!important; }
.footerlogo { background-color: #fff; border-radius: 10px; text-align: center; padding: 20px 0px; margin-bottom: 15px; }


/*college login start*/
/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-size: 15px;
  color: #999999;
  line-height: 1.4;
}

.txt2 {
  
  font-size: 15px;
  color: #666666;
  line-height: 1.4;
}

.txt3 {
  
  font-size: 16px;
  color: #666666;
  line-height: 1.4;
}

.hov1:hover {
  color: #ff730a;
}



/*//////////////////////////////////////////////////////////////////
[ login ]*/
.container-login100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}


.wrap-login100 {
  width: 520px;
  min-height: 100vh;
  background: #fff;
  border-radius: 2px;
  position: relative;
  padding: 30px;
}

/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: calc(100% - 520px);
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #e8519e;
  background: -webkit-linear-gradient(bottom, #2b5576, #132e4a);
  background: -o-linear-gradient(bottom, #2b5576, #132e4a);
  background: -moz-linear-gradient(bottom, #2b5576, #132e4a);
  background: linear-gradient(bottom, #2b5576, #132e4a);
  opacity: 0.8;
}

/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login100-form-title {
    display: block;
    width: 100%;
    font-size: 25px;
    color: #333333;
    line-height: 1.2;
    text-align: left;
    font-weight: 600;
    margin: 30px 0 10px 0;
}
.w-full { width: 100%; }

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 769px) {
    .colgelogin-box { width: 100%; min-height: 50vh; display: flex; justify-content: space-between; flex-direction: column; }
    .colg-login-left { background: rgba(0, 0, 0, 0.2); padding: 37px; border-radius: 60px 0; }
    .colg-login-left { position: absolute; top: 20%; width: 80%; left: 0; right: 0; margin: auto; color: #fff; }
    .colg-login-left h2 { font-size: 45px; color: #ff913e; }
    .colg-login-left ul { margin: 0; padding: 0; list-style: none; }
    .colg-login-left ul li { margin: 20px 0px; padding: 5px 0px 0px 60px; font-size: 17px; position: relative; }
    .colg-login-left ul li i { left: 10px; top: 2px; position: absolute; font-size: 32px; color: #71a0ff; }
}
/*college login end*/
.greenstatus { background: #28a745; color: #fff; font-size: 11px; padding: 1px 10px; border-radius: 15px; }
.redstatus { background: #ff0000; color: #fff; font-size: 11px; padding: 1px 10px; border-radius: 15px; }
.orangestatus { background: #f7770a; color: #fff; font-size: 11px; padding: 1px 10px; border-radius: 15px; }

/*responsive start*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  /* For portrait layouts only */
  .topsearchouter.pt-1, .topsearchouter.mt-2 { margin-top: 30px!important; }
}

@media (max-width:769px) {
    .menucont { position: absolute; width: 100%; z-index: 10000000000000; left:0; background: #fff; }
    .processlist li:first-child { margin-left: 20px; }
    .processlist li:last-child { margin-right: 20px; }
    .processlist li { position: relative; text-align: left; padding-left: 20px; }
    .processlist li span { right: 0; bottom: -40px; width: 2px; height: 20px; left: 0; margin: auto; }
    .enquiryform { margin: 20px 0px 0px 0px; padding: 20px 15px; background: #272568; border-radius: 10px; }
    .enquiryform input { margin-bottom: 5px; }
    #whatsapp { right: 5px; bottom: 10px; }

}

@media (max-width:480px) {
    .top-social { display: none; }
    .mobfull { width: 100%; }
    .applyformcont h2 { font-size: 1.20rem; }
    .applyformcont h3 { font-size: 1rem; margin-bottom: 15px; }
    .applyform { padding: 10px 10px; border-radius: 10px; }
    .applyform select, .applyform input, .applyform .btn { border-radius: 10px !important; margin-bottom: 8px; }
    .recomendcol h4 { font-size: 1.10rem; margin: 40px 0px 15px 0px; }
    .recomimg { min-height: 100px; }
    .recomimg img { max-height: 100px; }
    .courses__nav .courses-button-prev { width: 30px; height: 30px; font-size: 17px; top: auto; bottom: -10px!important; left: 0; }
    .courses__nav .courses-button-next { width: 30px; height: 30px; font-size: 17px; top: auto; bottom: -10px!important; right: 0; }
    .recomcont { margin: 0px 0px 50px 0px; }
    .recomname a { font-size: 12px; }
    .special-scol { padding: 20px 20px 0px 20px; margin-bottom: 20px; min-height: 27px; }
    .student-img { position: relative; bottom: -20px; }
    .special-scol h3 { font-size: 18px; }
    .special-scol .primary-btn { padding-left: 15px !important; padding-right: 15px !important; font-size: 13px !important;
        border: 2px solid #f3742a !important; margin-bottom: 15px; }
}
@media (max-width: 380px) {
  .logo img { width: auto; }
  .placement { float: none; width: 100%; margin: 7px 0px; }
  .strean-img, .stream-text { float: none; width: 100%; clear: both; }
  .stream-text { margin: 5px 0px 0px 0px; }
}







/*19 mar 25 start*/
.careerimg1 { background: #dfe1de url(../images/careerimg1.jpg) right top no-repeat; border-radius: 15px; }
@media (max-width:769px) {
    .careerimg1 { background: #dfe1de }
}
.howtoapply { border: 2px solid #7f7ead; padding: 20px; margin-bottom: 40px; border-radius: 15px; }
.howtoapply h6 { line-height: 1.5; }
.howtoapply img { display: inline-block; }

figure.table { overflow-x: scroll; }
.placementcol table { border: 1px solid #F6E8F0 !important; border-radius: 10px; border-collapse: separate;
    width: 100%; padding: 8px 10px; margin: 12px 0; }
.placementcol table>tbody>tr:nth-of-type(odd)>* {
    background: #ef732c17;
}
.placementcol table th, .placementcol table td { padding: 7px 5px; }
/*.placementcol table th { background-color: #f7770a!important; color: #fff!important; }*/
.placementcol table tr:first-child th, 
.placementcol table tr:first-child td { background-color: #f7770a!important; color: #fff!important; font-weight: 600; }


/*19 mar 25 end*/



/*responsive start*/
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  /* For portrait layouts only */
  .topsearchouter.pt-1, .topsearchouter.mt-2 { margin-top: 30px!important; }
}

@media (max-width:769px) {
    .menucont { position: absolute; width: 100%; z-index: 10000000000000; left:0; background: #fff; }
    .processlist li:first-child { margin-left: 20px; }
    .processlist li:last-child { margin-right: 20px; }
    .processlist li { position: relative; text-align: left; padding-left: 20px; }
    .processlist li span { right: 0; bottom: -40px; width: 2px; height: 20px; left: 0; margin: auto; }
    .enquiryform { margin: 20px 0px 0px 0px; padding: 20px 15px; background: #272568; border-radius: 10px; }
    .enquiryform input { margin-bottom: 5px; }
    #whatsapp { right: 5px; bottom: 10px!important; top: auto!important; }
}

@media (max-width:480px) {
    .top-social { display: none; }
    .mobfull { width: 100%; }
    .applyformcont h2 { font-size: 1.20rem; }
    .applyformcont h3 { font-size: 1rem; margin-bottom: 15px; }
    .applyform { padding: 10px 10px; border-radius: 10px; }
    .applyform select, .applyform input, .applyform .btn { border-radius: 10px !important; margin-bottom: 8px; }
    .recomendcol h4 { font-size: 1.10rem; margin: 40px 0px 15px 0px; }
    .recomimg { min-height: 100px; }
    .recomimg img { max-height: 100px; }
    .footerlogo img { max-height: 50px; }
    .courses__nav .courses-button-prev { width: 30px; height: 30px; font-size: 17px; top: auto; bottom: -10px!important; left: 0; }
    .courses__nav .courses-button-next { width: 30px; height: 30px; font-size: 17px; top: auto; bottom: -10px!important; right: 0; }
    .recomcont { margin: 0px 0px 50px 0px; }
    .recomname a { font-size: 12px; }
    .special-scol { padding: 20px 20px 0px 20px; margin-bottom: 20px; min-height: 27px; }
    .student-img { position: relative; bottom: -20px; }
    .special-scol h3 { font-size: 18px; }
    .special-scol .primary-btn { padding-left: 15px !important; padding-right: 15px !important; font-size: 13px !important;
        border: 2px solid #f3742a !important; margin-bottom: 15px; }
    .topsearchbar { margin-right: 2%; display: inline-block; }
    .toploginbtn { display: inline-block; }
    .toploginbtn a { font-size: 13px !important; padding-left: 8px !important; padding-right: 8px !important; }
    .registerstat { padding: 0px 0px; width: 127%; }
    .loginfldrow { margin: 7px 0px; }
    .loginfldrow input, .loginfldrow select { padding-top: .130rem!important; padding-bottom: .130rem!important; }
    .loginfldrow img { left: 12px; top: 8px; }
    .newslist li { font-size: 15px; }
    .newsbar { position: relative; padding: 4px 0px 0px 0px; }
    .enquiryform { padding: 6px 15px; border-radius: 5px; }
    .enquiryform input { padding: 5px 10px; }
    .courses__nav { position: relative; width: 80px; margin-left: auto; margin-right: auto; }
    .careercot { padding: 16px 0px; background-size: cover; margin: 30px 0px; }
    .careercot h2 { font-size: 20px; }
    .careerbtn { padding: 5px!important; font-size: 14px!important; width: 100%; margin-top: 0px!important; }
    .findperfectcot h2, .aboutcont h1, .testcol h3, 
    .newscol h3, .queryform-bottomsectn2 h4, .college-detail-left h3, .rightpnl-hd { font-size: 18px; line-height: 1.5; }
    .univertab-col-content ul li { display: block; }
    .tabs__tab { padding: 10px 0px!important; }
    .univertab-col { margin-bottom: 15px; }
    .findperfectcot { padding: 0px 0px 20px 0px; }
    .aboutcont h6 { margin: 15px 0px 15px 0px; }
    .aboutcont .blackoverlay { padding: 20px 0px; }
    .aboutcont img { margin-top: 20px; }
    .univertab-col-head a { float: right; }
    .testi-cont { margin-bottom: 28px; }
    .queryform-bottomsectn2 .form-group input { height: 37px; font-size: 13px; padding: 11px; }
    .queryform-bottomsectn2 .form-group textarea { height: 70px; font-size: 13px; padding: 11px!important; }
    .listpagehd { font-size: 1.2rem; line-height: 1.3; }
    .showingresult { margin-top: 15px; }
    .showingresult strong { margin-bottom: 15px; display: block; }
    .sr_main_wrap_item_v2 .card_sr_v2_mid_warp { padding: 10px; margin-bottom: 10px; }
    .college-det-left h1 { font-size: 18px; }
    .college-det-left .btn { width: 47%; margin: 5px 0px; }
    .coltype2 span { margin-bottom: 10px; }
    .coldet-img { margin-bottom: 15px; }

    .college-detail { padding: 40px 0px 0px 0px; }
    .college-detail-menu ul li a { padding: 5px 0px; }
    .college-detail-left { padding: 12px; }
    .coldet-table2 tr:first-child th:first-child, 
    .coldet-table2 tr:first-child th:last-child { font-size: 13px; }
    .tdcoursname { font-size: 13px; margin-bottom: 6px; line-height: 1.3; }
    .coldet-table2 { padding: 8px 4px; }
    .coldet-table2 th:last-child { width: 37%; }
    .coldet-table2 td:last-child { padding-left:0!important; padding-right:5px!important; }
    .college-detail-right { border: 1px solid #D9D9D9; border-radius: 20px; padding: 10px; }
    .course_rank_duration { display: block; }
    .course_image_mid { width: 34px }
    .course_image_mid img { max-width: 100%; }
    .course_rank_duration { padding: 7px; }
    .coursebox-head h6 { font-size: 13px; }
    .coursebox { margin: 0px 0px 15px 0px; }
    .menucont { z-index: 1000000000; }
    .totalrating { text-align: center; padding-bottom: 10px; }
    .ratingimg { margin-top: 10px; }
    .ratingcontent p { text-align: center; }
    .totalrating .text-end { text-align: center!important; }
    .graphcontt img { max-width: 100%; }
    .faq-accrdion .accordion-item button, .college-detail-left p { font-size: 13px; }
    .news-contene { min-height: 50px !important; }
    .viewallbtnn { width: 100%; }
    .course_rank_duration .rank_duration_type { padding: 7px 7px; }
    .alumni-img { height: auto; }

}


}

@media (max-width: 380px) {
  .logo img { width: auto; }
  .placement { float: none; width: 100%; margin: 7px 0px; }
  .strean-img, .stream-text { float: none; width: 100%; clear: both; }
  .stream-text { margin: 5px 0px 0px 0px; }
  .toploginbtn a { height: 33px; line-height: 22px; font-size: 12px !important; padding-left: 4px !important; padding-right: 4px !important; }
  .topsearchbar { margin-right: 1%; max-width: 67%; margin-bottom: 15px; }
  .registerstat { width: 114%; }


}

@media (max-width: 320px) {
    .toploginbtn a {
        font-size: 10px !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}


.newsdetimg img { max-width: 100%; border-radius: 15px; margin-bottom: 10px; }
.newsdetail-list { list-style: none; margin: 0px 0px 15px 0px; padding: 0px 0px 0px 0px; border-bottom: 1px solid #dfd4cc; }
.newsdetail-list li { margin: 0px 10px 10px 0px; padding: 0px; display: inline-block; font-size: 15px; }
.news-content p { text-align: justify; }
.news-right { padding: 20px;
    background: #fff8f2;
    border-radius: 20px;
    border: 2px solid #ffcca2;
    min-height: 144px;
    box-shadow: rgb(0 0 0 / 4%) 0px 3px 12px;
    transition: 0.4s ease-in-out;
    min-height: 520px;
}
.post__item {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.post__item-image {
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 10px;
    overflow: hidden;
}
.post__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.post__item-title h6 { font-weight: 600; }
.post__item-title h6 a { color: #175d91; }
.post__item-title span { display: flex; align-items: center; gap: 10px; font-size: 13px; line-height: 23px; }
.post__item-title span i { color: #f3742a; }




