@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap");html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-family: 'Source Sans Pro','Roboto', 'Montserrat', sans-serif;
  background: #eff0f2;  color:#000;
  overflow-x: hidden;
}
.form-body {
  background: url('../images/body-bg.png') center center no-repeat;
  background-size: cover;
}
a {
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
  color: #3baee6;
}
.fx-23{
	font-size:1.4375rem
}
.text-pink {
  color: #E64626;
}
.rounded-3 {
  border-radius: 16px;
}
 

/* Notification icon */
.notification-block {
  position: relative;
  padding: 6px 0 0px 0;

  color:#000;
}
.notification-block:hover{color:#000;opacity:0.7}
.notification-block i {
  font-size: 24px;
}
.notification-block .number {
  position: absolute;
  background: #ff0000;
  border-radius: 10px;
  width: 16px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  margin: 0px 0 0px -3px;
}
/* notification end */
/* .logo { */
  /* min-width: 134px; */
/* } */
/* Icon block */
.icon-txt {
  color: #979797;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 5px 0;
  max-width: 74px;
  margin: 0 auto;
}
.icon-block:hover,.icon-block:focus, .icon-block:active{text-decoration:none;}
.list-block {
  background: #E64626;
  border-radius: 6px;
  padding: 5px 10px;
}
.institute-txt {
  color: #fff;
  font-size: 14px;
}
.view-btn,
.open-overlay {
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #E64626;
  padding: 4px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  border: none;
}
.overview p{font-size:18px; font-weight:300;}

/* search css START */
.search-block {
  position: relative;
  margin: 20px 0;
}
.search-block input {
  background: #eff0f2;
  border-radius: 40px;
  position: relative;
  border: none;
  width: 100%;
  padding: 10px 10px 10px 50px;
}
.search-block .search-icon {
  position: absolute;
  left: 10px;
  z-index: 9;
  top: 50%;
  font-size: 14px;
  color: #757575;
  margin-top: -10px;
}
.filter-block {
  position: absolute;
  right: 15px;
  z-index: 99;
}
/* .open-overlay{
	color: #000;
	font-size: 26px;
	background: none;
    border: none;
  } */

.sorting_filter {
  margin: 0;
  padding: 0;
  display: block;
}
.sorting_filter span {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 1px 30px 2px 10px;
  margin: 0 2px 3px 0px;
  font-size: 12px;
  display: inline-block;
  color: #000;
  line-height: 20px;
  position: relative;
}
.sorting_filter a {
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 0 8px;
  line-height: 16px;
  width: 18px;
  height: 18px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 2px;
  -webkit-text-stroke: 1px #ccc;
}
.sorting_filter a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.box-block {
  margin-bottom: 10px;
}
.page-heading {
  color: #979797;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

/* box css start */
.img-box {
  max-width:80px;
  width: 100%;
  min-width:80px;
  padding:8px;
}
.img-box img {
  max-width: 80px;
}
.txt-box {
  position: relative;
  background: rgba(242, 242, 242, 1);
  background: -moz-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(242, 242, 242, 1)),
    color-stop(46%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(242, 242, 242, 1) 0%,
    rgba(255, 255, 255, 1) 46%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1 );
  padding:8px;
  border-radius: 0 16px 16px 0;
}

.counsellorsBox{ text-align: center; margin:0 0 0; max-width:70px;}
.counsellorsBox .name{ padding:0; margin:0 0 0px 0; font-size: 12px; font-weight: 500;}
.counsellorsBox .designation{ text-align: center; padding:0; margin: 0; font-size: 12px; font-weight: 500;}


.bookmark {
  position: absolute;
  right: 10px;
  top: 10px;
}
.bookmark a {
  color: #cecece;
  font-size: 16px;
}
.box-heading,
.box-heading a {
	font-size: 14px;
	font-weight: 500;
	margin-bottom:0px;
	color: #000;
	height: 32px;
	display: block;
	overflow: hidden;
}
.small-txt {
  color: #979797;
  font-size: 12px;
  font-weight: normal;
  position: relative;
  padding-left: 10px;
}
.small-txt:before {
  position: absolute;
  left: 0;
  font-family: fontawesome;
  content: '\f041';
  top: -2px;
  color: #000;
}
.box-btn {
  margin-top: 8px;
}
.box-btn span a {
  display: inline-block;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 67%,
    #cfd0d2 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 8px;
  border-radius: 8px;
  margin-right: 5px;
}
.box-btn span a img {
  width: 24px;
  height: 22px;
}
.box-btn-big {
    margin: 15px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*position: relative;*/
    /*top: 71%;*/
}

.foter-btn-call {
    position: relative;
    top: 70%;
}

/*.box-btn-big.video {*/
/*    display: block;*/
/*    float: right;*/
/*    text-align: center;*/
/*    position: relative;*/
/*    right: -21%;*/
/*    top: 73%;*/
/*    border-radius: 10px;*/
/*}*/

.lobby-ytb-videos-boots {
    position: absolute;
    top: 47%;
    left: 39.7%;
    width: 20%;
    /* height: 36%; */
    z-index: 2;
}
.lobby-ytb-videos-boots iframe {
    margin: 0;
    padding: 0;
    border: 0px solid #000;
    width:100%;
    height:100%;
}

@media (max-width: 450px) {
    .lobby-ytb-videos-boots {
        position: absolute;
        top:19%;
    }
}

@media (min-width: 451px) and (max-width: 950px) {
    .lobby-ytb-videos-boots {
        position: absolute;
        top:38%;
    }
}

.university-block {
  /* height: 100px; */
}
.box-btn-big span a {
  display: inline-block;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 67%,
    #cfd0d2 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 13px;
  border-radius: 8px;
  margin-right: 5px;
  text-align: center;
  width: 99px;
  height: 88px;
}
.box-btn-big span:last-child a {
  margin-right: 0;
}
.box-btn-big span a:hover{text-decoration:none;}
.box-btn-big span a span {
  display: block;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 5px;
}
.box-btn-big span a img {
  width: 40px;
  height: 40px;
}
.logout-block {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    padding: 15px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.logout-btn {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.logout-btn:hover,
.logout-btn:active,
.logout-btn:focus {
  opacity: 0.8;
  text-decoration: none;
  color: #fff;
}
.noofrecord {
  text-align: right;
  color: #979797;
  margin-right: 5px;
}
.coustom-nav .navbar-nav .nav-item {
  margin: 0 10px 0 10px;
}
.btn {
  border-radius: 30px;
  padding: 7px 25px;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
}

.time-list .btn {
  border-radius: 30px;
  padding: 7px 25px;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000;
}

.btn-sm {
  font-size: 0.675rem;
  padding: 5px 15px;
}
.btn-danger {
  background: #cc2228;
}
.btn-primary {
    background: #a4123f;
    border-color: #a4123f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {    color: #fff;    background-color: #bd0c42 !important;    border-color: #bd0c42!important;}

.bownloadBtn {  background: #E64626;  border-color: #E64626;  padding:15px 35px 15px 15px;  color:#fff;  text-decoration:none;  position:relative;  font-size: 18px;  max-width: 230px;  display: inline-block;}.bownloadBtn:hover, .bownloadBtn:focus {  background: #cb2909;  border-color: #cb2909;  color:#fff;  text-decoration:none;}.bownloadBtn:after {	content: ""; 	background: url('../images/rightArrowWhite.png') bottom right no-repeat;	position: absolute;	top: 36%;		bottom: auto;	right: 5px; 	z-index:-1px; 	width:40px;	height:25px;}
.btn-dark {
  background: #000;
  border-color: #000;
}
.btn-warning {
  background: #f17f17;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cf6a0f;
  border-color: #cf6a0f;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cf6a0f;
  border-color: #cf6a0f;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-purple {
  color: #fff;
  background-color: #702c91;
  border-color: #702c91;
}
.btn-purple:hover {
  color: #fff;
  background-color: #551b71;
  border-color: #551b71;
}
.btn-purple:focus,
.btn-purple.focus {
  color: #fff;
  background-color: #551b71;
  border-color: #551b71;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-yellow {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #fdb813;
  background: -moz-linear-gradient(top, #fdb813 0%, #f5821f 100%);
  background: -webkit-linear-gradient(top, #fdb813 0%, #f5821f 100%);
  background: linear-gradient(to bottom, #fdb813 0%, #f5821f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb813', endColorstr='#f5821f',GradientType=0 );
}
.btn-yellow:hover {
  color: #fff;
  background: #f5821f;
  background: -moz-linear-gradient(top, #f5821f 0%, #fdb813 100%);
  background: -webkit-linear-gradient(top, #f5821f 0%, #fdb813 100%);
  background: linear-gradient(to bottom, #f5821f 0%, #fdb813 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5821f', endColorstr='#fdb813',GradientType=0 );
}
.btn-yellow:focus,
.btn-yellow.focus {
  color: #fff;
}
.btn-pink {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #009A7E;
}
.btn-pink:hover {
  color: #fff;
  background: #009A7E;
}
.btn-pink:focus,
.btn-pink.focus {
  color: #fff;
}

.btn-green {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #a5bc38;
  background: -moz-linear-gradient(top, #a5bc38 0%, #829623 100%);
  background: -webkit-linear-gradient(top, #a5bc38 0%, #829623 100%);
  background: linear-gradient(to bottom, #a5bc38 0%, #829623 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5bc38', endColorstr='#829623',GradientType=0 );
}
.btn-green:hover {
  color: #fff;
  background: #829623;
  background: -moz-linear-gradient(top, #829623 0%, #a5bc38 100%);
  background: -webkit-linear-gradient(top, #829623 0%, #a5bc38 100%);
  background: linear-gradient(to bottom, #829623 0%, #a5bc38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#829623', endColorstr='#a5bc38',GradientType=0 );
}
.btn-green:focus,
.btn-green.focus {
  color: #fff;
}

.btn-lg {
  padding: 10px 25px;
  font-size: 1rem;
  color: #fff;
}

.btn-blue {
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  color: #fff;
  background: #05a3ff;
  background: -moz-linear-gradient(top, #05a3ff 0%, #0087d5 100%);
  background: -webkit-linear-gradient(top, #05a3ff 0%, #0087d5 100%);
  background: linear-gradient(to bottom, #05a3ff 0%, #0087d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05a3ff', endColorstr='#0087d5',GradientType=0 );
}
.btn-blue:hover {
  color: #fff;
  background: #0087d5;
  background: -moz-linear-gradient(top, #0087d5 0%, #05a3ff 100%);
  background: -webkit-linear-gradient(top, #0087d5 0%, #05a3ff 100%);
  background: linear-gradient(to bottom, #0087d5 0%, #05a3ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0087d5', endColorstr='#05a3ff',GradientType=0 );
}
.btn-blue:focus,
.btn-blue.focus {
  color: #fff;
}
.btnBar {
  padding: 0;
  margin: 15px 0 0 0;
}
/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*left-container*/
.left-container {
  background: url('../images/left-side-bg.png') bottom center no-repeat;
  padding: 0 0 340px 0;
  margin: 0;
}
.left-container h2 {
  font-size: 48px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: #d3080e;
  letter-spacing: -0.5px;
}
.left-container h3 {
  font-size: 31px;
  font-weight: 900;
  margin: 0;
  padding: 0;
  color: #9eb339;
  letter-spacing: 0px;
}
.left-container h4 {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.left-container p {
  font-size: 14px;
  font-weight: 400;
  width: 60%;
}
.left-container p span {
  display: block;
  font-weight: 700;
}
.left-container .date-time {
  font-size: 18px;
  font-weight: 500;
}
.left-container .date-time span {
  font-size: 22px;
  font-weight: 700;
  background-color: #e4e4e3;
  border-radius: 7px;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
}
.left-container .date-time span sup {
  text-transform: lowercase;
}
/*left-container-end*/

/*form-outer*/
.form-outer {
  padding: 0 0 0 80px;
  margin: 0;
  position: relative;
}
.form-outer .form-title {
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  color: #000;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
}
.form-outer .form-title span {
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  display: block;
}
.form-outer .form-container {
  min-height: 280px;
}
.form-outer .form-control {
  border: 1px solid #fff;
}

.form-outer .otp-container {
  padding: 70px 0 0 0;
  font-weight: 700;
}
.form-outer .otp-container .form-control {
  padding: 0.275rem 0.75rem;
  font-weight: 700;
}
.form-outer .form-group label {
  text-transform: uppercase;
}
.form-outer .form-footer {
  padding: 0;
  margin: 10px 0 70px 0;
}
.form-outer .next-btn {
  padding: 0;
  margin: 0;
  position: relative;
  opacity: 0.8;
}
.form-outer .next-btn:hover {
  opacity: 1;
}
.form-outer .prev-btn {
  padding: 0;
  margin: 0 10px 0 0;
  position: relative;
  opacity: 0.5;
}
.form-outer .prev-btn:hover {
  opacity: 1;
}
/*.form-outer .next-btn::after{
   content:'';
   display:inline-block;
   width: 90px;
   height: 90px;
   -moz-border-radius:90%;
   -webkit-border-radius:90%;
	border-radius: 90%;
	background-color: #fff;
	position: absolute;
	left: 30px;
	top: -30px;
	z-index: -1;
}*/

.form-group label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.drop-select {
  height: calc(2.5em + 0.75rem + 2px);
  padding: 0.475rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  background-color: #eff0f2;
  border: none;
  border-radius: 40px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.726' height='9.624' viewBox='0 0 16.726 9.624'%3E%3Cg id='Group_2098' data-name='Group 2098' transform='translate(-214.586 328.21) rotate(-90)'%3E%3Crect id='line' width='11.836' height='1.775' rx='0.888' transform='translate(319.841 221.687) rotate(45)' fill='%23404040'/%3E%3Crect id='line-2' data-name='line' width='11.836' height='1.775' rx='0.888' transform='translate(318.586 222.955) rotate(-45)' fill='%23404040'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.drop-select:focus {
  border: none;
  outline: none;
}

/*form-outer-end*/

/*inner-page*/
.header {
  padding: 0;
  margin: 0;
  background: #fff;
  /* border-radius: 0 0 25px 25px; */
  margin-bottom: 10px;
  /* box-shadow: 0px 3px 6px 0px #d8d8d8; */
}
.header .navbar {
  padding: 0rem 1rem;
  margin: 0;
}
.dateBox {
  border: 1px solid #e4e4e3;
  border-radius: 7px;
  background: #fff;
  text-align: center;
  font-weight: 600;
  padding: 5px 0 0 0;
}
.dateBox span {
  font-size: 14px;
  font-weight: 700;
  background-color: #e4e4e3;
  display: block;
  padding: 5px 15px;
  margin-top: 5px;
  text-transform: uppercase;
  border-radius: 0 0 7px 7px;
}
.MobileDateBox {
  background: #ccc;
  text-align: center;
  font-weight: 500;
  padding: 5px 0;
  font-size: 12px;
  display: none;
}
.MobileDateBox span {
  margin-top: 5px;
  text-transform: capitalize;
  border-radius: 0 0 7px 7px;
}

/* .search-banner-outer{ background-color:#9eb339; padding: 20px 0;} */
.banner-outer {
  padding: 20px 0;
  min-height: 330px;
}
/* .sessions-banner-outer{ background-color:#9eb339; padding: 20px 0; min-height:330px;}  */

.logo-box {
  position: relative;
  /* border: 2px solid #d1d1d1; */
  border-radius: 10px;
  margin: 0;
  z-index: 9;
  width: 116px;
  height: 116px;
  top:0px;
	background-color: #fff;
}
.logo-box img {
  border-radius: 10px;
  max-width: 100%;
}
.university-N {
  font-size: 38px;
  font-weight: 600;
  margin-bottom:0;
}
.uni-location {
  font-size: 22px;
  color: #E64626;
  position: relative;
  padding-left:0px;
  display: block;
  margin-bottom:5px;
}.orange_bg {    background:#E64626;    color: #fff;}
.orange_bg h2 {    font-size: 28px;    font-weight: 600;    margin: 0;}

.videoThumbBox{width: 175px; height:auto; display: inline-block; margin: 0 3px  15px 3px;}


.videoThumbBox .videoThumbImg {
    max-width:100%; 
border: 5px solid #000;
border-radius:8px; display:block; 
position:relative;
    
}
.user-pic{height:180px;}
.card-box-video {
    background: white;
    padding: 15px;
    border-radius: 5px;
}

.videoThumbBox .videoPlayBtn {position:absolute; left:0; bottom:0; z-index:9; cursor:pointer; }
.text-black {  color: #000000!important;}
.videoThumbBox p{display:block; font-size:18px; margin:0; font-weight:600;}
.videoThumbBox small{display:block; font-size:12px;}
.uni-location img {
  position: absolute;
  left: 0;
  top: 2px;
}
.status {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -10px;
}
.status .online {
  background-color: #fff !important;
  color: #06ba41;
  border-radius: 20px;
  padding: 5px 15px 5px 30px;
  border: 1px solid #06ba41;
  position: relative;
}
.status .online::before {
  background-color: #06ba41;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 7px;
  top: 7px;
}
.status .offline {
  background-color: #fff !important;
  border-radius: 20px;
  padding: 5px 15px 5px 30px;
  border: 1px solid #ccc;
  position: relative;
}
.status .offline::before {
  background-color: #ccc;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 7px;
  top: 7px;
}
.college-location {
  background: rgba(0, 0, 0, 0.7);
  padding: 7px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.studentDetails {
  background: rgba(158, 179, 57, 0.99);
  padding: 15px 7px;
  color: #000;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wishlist {
  background: rgba(255, 255, 255, 0.7);
  width: 26px;
  height: 26px;
  padding: 2px 0 0 0;
  color: #000;
  border-radius:0px;
  position: absolute;
  right: 0px;
  bottom:0px;
  font-size: 16px;
  text-align: center;
	z-index:9;
}
.txt-box .wishlist {
    top: 5px !important;
    right: 5px !important;
}
.wishlist.active {
  background: rgba(255, 255, 255, 0.9);
  color: #ff0000;
}
.txt-box .wishlist {top: 5px !important; right: 5px !important;}

.back-btn {
  /*width: 26px;
  height: 26px;
  padding: 2px 0 0 0;*/
  color: #000;
  -webkit-text-stroke: 1px transparent;
  position: absolute;
  left:0px;
  bottom:0px;
  font-size: 16px;
  background-color: rgba(0,0,0,0.9);
  border-radius: 0px;
  z-index:9;
  /* border: 3px solid #fff; */
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.top-back-btn {
  /*width: 26px;
  height: 26px;*/
  padding:5px 5px 7px 0px;
  color: #000;
  -webkit-text-stroke: 1px transparent;
  top:10px;
  position: relative;
  font-size: 14px;
  background-color: rgba(0,0,0,0.9);
  border-radius: 6px;
  border: none;
}
.main-title {
  padding: 0;
  margin: 0 0 0px 0;
  position: relative;
  color: #000;
  font-weight: 800;
  font-size: 28px;
}
.main-title span {
  font-size: 16px;
  display: block;
  font-weight: 400;
}
.inner_page_section {
  position: relative;
  padding: 0px 15px 20px 15px;
  margin: 20px 0 20px 0;
    background-image: url(../images/Booth-v.png?v1);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  border-radius: 0px;
}


.section-backimage {
    padding: 60px 0  20px 0;
    background-image: url(../images/bannerr.jpeg?v1);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
  border-radius: 0px;
}

.commonBox {
  margin: 0;
  padding: 0;
  position: relative;
}
.common-h {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  padding: 0 0 10px 0;
  margin-bottom: 16px;
  position:relative;
}
.counter{
	position:absolute;right:0;color:#979797;font-weight:normal;font-size:14px;    top: 50%;
    margin-top: -13px;
}
.common-h::before {
  background: #009A7E;
  border-radius: 9px;
  width: 40px;
  height: 4px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery-popup img {
  border-radius: 10px;
  border: 1px solid #d1d1d1;
}
.quicFact {
  margin: 0 0 15px 0;
  padding: 0;
}
.quicFact span {
  margin: 0;
  color: #979797;
  display: block;
  font-size: 14px;
}
.quicFact p {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.my-list {
  padding: 0 0 0 20px;
}
.my-list li {
  padding: 0 0 0 0px;
  margin: 0 0 15px 0;
  line-height: 24px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.confusedGirl {
  position: fixed;
  right: 0;
  top: 70%;
  z-index: 100;
}

.contactIconBox {
  position: fixed;
  width: 100px;
  top: 22%;
  right: 30px;
  z-index: 99;
}

.courseBox {
  border: 2px solid #000;
  border-radius:0px;
  padding: 15px;
  margin: 0 0 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  display: flex;
  flex-wrap: wrap;
  position:relative;
}
.scholarship-badge{
	position:absolute;
	right:0;top: -8px;background:#06BA41;width:73px;height:15px;color:#fff;font-size:9px;text-transform: uppercase;border-radius: 8px 0 0 8px;padding:1px 5px 2px 7px;

}
.sml-btn{
	display:block;
	text-align:center;color:#fff;font-size:10px;line-height:9px;padding:6px;margin-top:5px;text-transform: uppercase;
}
.sml-btn:hover, .sml-btn:focus,.sml-btn:active{
	text-decoration:none;
	opacity:0.8;
	color:#fff;

}
.download-btn{
	
	background:#E64626;
	border-radius:20px;
	
}
.apply-btn{
	
	background:#009A7E;
	border-radius:20px;
	
}
.course-accordian{
	position:relative;
	background:#E64626;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border:1px solid #D1D1D1;
  display:block;
  width:100%;text-align:left;font-size:14px;font-weight:600;padding:8px 15px 8px 15px;margin-bottom:10px;color:#fff;
}
.course-accordian:focus{
	outline: none;
}
.course-accordian.collapsed{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #F9F9F9 67%, #CBCBCB 100%);
	background: -webkit-linear-gradient(
	  top,
	  #ffffff 0%,
	  #F9F9F9 67%,
	  #CBCBCB 100%
	);
	background: linear-gradient(to bottom, #ffffff 0%, #F9F9F9 67%, #CBCBCB 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#CBCBCB',GradientType=0 );
	color:#000;
}
.course-accordian[aria-expanded="false"]:before{
	position:absolute;content:'\f067';right:0;color:#E64626;border-left:1px solid #D1D1D1;font-family:fontawesome;    top: 0;
    bottom: 0;
    padding: 10px;
}
.course-accordian[aria-expanded="true"]:before{
	position:absolute;content:'\f068';right:0;color:#fff;border-left:1px solid #fff;font-family:fontawesome;    top: 0;
    bottom: 0;
    padding: 10px;
}
.courseBox .courseDetails {
  width: 100%;
  display: inline-block;
}
.courseBox .courseDetails h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0;
}
.courseBox .courseDetails .badge-txt{
font-size:12px;color:#979797;
}
.courseBox .courseDetails span {
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0 0px 0;
  display:block;
}
.courseBox .courseinformation {
  width: 30%;
}
.list-inline {
  display: flex;
}
.courseBox .courseinformation li {
  width: 33%;
  padding: 0 7px;
  margin: 15px 0 0 0;
}

/*scheduleBox*/
.scheduleBox {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.13);
}
.scheduleBox .sessionsDetails {
  width: 80%;
  display: inline-block;
}
.scheduleBox .sessionsDetails h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0;
}
.scheduleBox .sessionsDetails h4 span {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  background: none;
  color: #d8213c;
}
.scheduleBox .sessionsDetails span {
  font-size: 12px;
  background-color: #dfdfdf;
  font-weight: 500;
  border-radius: 30px;
  padding: 3px 12px;
  display: inline-block;
}

.scheduleBox .sessionsDetails .status {
  bottom: auto;
  position: relative;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}
.scheduleBox .sessionsDetails .status .online {
  background-color: #06ba41 !important;
  border-radius: 20px;
  padding: 2px 10px 3px 24px;
  border: 1px solid #06ba41;
  position: relative;
  color: #fff;
}
.scheduleBox .sessionsDetails .status .online::before {
  background-color: #fff;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
}
.scheduleBox .sessionsDetails .status .offline {
  background-color: #ccc !important;
  border-radius: 20px;
  padding: 2px 10px 3px 24px;
  border: 1px solid #ccc;
  position: relative;
  color: #444;
}
.scheduleBox .sessionsDetails .status .offline::before {
  background-color: #ffffff;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
}
.scheduleBox .sessionsDetails .status .busy {
  background-color: #32ccfe !important;
  border-radius: 20px;
  padding: 2px 10px 3px 24px;
  border: 1px solid #32ccfe;
  position: relative;
  color: #000;
}
.scheduleBox .sessionsDetails .status .busy::before {
  background-color: #ffffff;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
}

.scheduleBox .sessionsinformation {
  width: 20%;
  display: inline-block;
  float: right;
  text-align: right;
}
.scheduleBox .sessionsinformation a {
  width: 50px;
  display: inline-block;
}
.scheduleBox .sessionsinformation a.btn {
  width: 100%;
  padding: 7px;
  margin-top: 10px;
}
/*scheduleBox*/

/*section-header*/
.section-header {
  color: #000;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dcdcdc;
}

.section-header .section-title {
  font-size: 22px;
  margin: 0 0 0px 0;
  text-transform: none;
  font-weight: 500;
  color: #000;
  position: relative;
  padding: 0 0 10px 0;
}

.right-part {
  padding: 20px 0px 20px 15px;
}
/*side_filters*/
.web_filter {
  background: #fff url('../images/filter-bg.png') top right repeat-y;
}
.side_filters {
  padding: 20px 10px 20px 0;
  margin: 0 0 0px 0;
  position: relative;
}
.side-filter-tittle span {
  color: #009A7E;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.side_filters .side-filter-tittle {
  font-size: 16px;

  text-align: center;
  padding: 10px;
  margin: 0 0 15px 0;
  position: relative;
  border-radius: 7px;
}
.side_filters hr {
  margin-bottom: 15px;
  margin-top: 15px;
}
.scrollbar_box {
  height: 150px;
  overflow: auto;
}
.category_box {
  padding: 0;
  margin: 0;
  position: relative;
}
.drop-label {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.category_box h1 {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.category_box h3 {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: 500;
}
.category_box h3 i {
  float: right;
  margin: 0 2px 0 0;
}
.category_box .search_filter_box {
  margin: 0;
  padding: 0;
}
.category_box .search_filter_box label {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.category_box .search_filter_box input[type='text'] {
  margin: 0 0 10px 0;
}
.category_box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.category_box ul li {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  color: #333;
  list-style: none;
}
.category_box ul li input[type='checkbox'] {
  position: absolute;
  margin-left: 0px;
}
.category_box .checkbox label {
  min-height: auto;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  width:100%;
  padding-left:21px;
}
/*.btn_box {
	padding: 20px 0 !important;
	margin: 0;
	position: relative;
}*/
/*side_filters_end*/

.mobile-fixed-footer {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: auto;
  z-index: 99;
  padding: 0;
  display: none;
}
.mobile-fixed-footer button {
  color: #ffffff;
  border: 2px solid #fff;
  padding: 0px;
  text-align: center;
  cursor: pointer;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 90%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.54);

  background: rgba(142, 16, 20, 1);
  background: -moz-linear-gradient(
    45deg,
    rgba(142, 16, 20, 1) 0%,
    rgba(205, 35, 40, 1) 100%
  );
  background: -webkit-gradient(
    left bottom,
    right top,
    color-stop(0%, rgba(142, 16, 20, 1)),
    color-stop(100%, rgba(205, 35, 40, 1))
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(142, 16, 20, 1) 0%,
    rgba(205, 35, 40, 1) 100%
  );
  background: -o-linear-gradient(
    45deg,
    rgba(142, 16, 20, 1) 0%,
    rgba(205, 35, 40, 1) 100%
  );
  background: -ms-linear-gradient(
    45deg,
    rgba(142, 16, 20, 1) 0%,
    rgba(205, 35, 40, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(142, 16, 20, 1) 0%,
    rgba(205, 35, 40, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e1014', endColorstr='#cd2328', GradientType=1 );
}
.mobile-fixed-footer button:hover,
.mobile-fixed-footer button:focus {
  background-color: #fc0e16;
}
.noscroll {
  overflow: hidden;
}
@media (min-device-width: 1025px) {
  .noscroll {
    padding-right: 15px;
  }
}
.overlay-div {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 120 !important;
  display: none;
}
.overlay-div[aria-hidden='true'] {
  transition: opacity 1s, z-index 0s 1s;
  width: 100vw;
  z-index: -1;
  opacity: 0;
}
.overlay-div[aria-hidden='false'] {
  transition: opacity 1s;
  width: 100%;
  z-index: 9999;
  opacity: 1;
  display: block;
}
/* this code is not strictly necessary: just to make this demo a bit pleasant */

.overlay div {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  padding: 5px;
  /*min-height: 200vh;
   background: rgba(255,255,255, .95);*/
  position: relative;
}
.overlay-div {
  background: rgba(255, 255, 255, 0.99);
}

.overlay-div .side_filters {
  background: none;
  border: none;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
}
.overlay-div .side_filters .category_box ul {
  height: auto;
  overflow-y: auto;
}
.overlay-div .side_filters .category_box ul li {
  color: #333;
}
.close-overlay {
  top: 0;
  text-align: center;
  padding: 0;
  background: none;
  border-radius: 0;
  z-index: 99;
  border: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  left: 0;
}

/*checkbox_radio_btn_style*/
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 14px;
}
.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  /*left: 0;*/
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 22px;
  top: 0;
  margin-left: -20px;
  padding-left: 2px;
  padding-top: 0px;
  font-size: 9px;
  color: #555555;
}
.checkbox input[type='checkbox'] {
  opacity: 0;
}
.checkbox input[type='checkbox']:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type='checkbox']:checked + label::after {
  font-family: 'FontAwesome';
  content: '\f00c';
}
.checkbox input[type='checkbox']:disabled + label {
  opacity: 0.65;
}
.checkbox input[type='checkbox']:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-common input[type='checkbox']:checked + label::before {
  background-color: #06ba41;
  border-color: #06ba41;
}
.checkbox-common input[type='checkbox']:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type='checkbox']:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}
.checkbox-primary input[type='checkbox']:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type='checkbox']:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type='checkbox']:checked + label::after {
  color: #fff;
}
.checkbox-info input[type='checkbox']:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type='checkbox']:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type='checkbox']:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type='checkbox']:checked + label::after {
  color: #fff;
}
.checkbox-success input[type='checkbox']:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type='checkbox']:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: ' ';
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type='radio'] {
  opacity: 0;
}
.radio input[type='radio']:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type='radio']:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type='radio']:disabled + label {
  opacity: 0.65;
}
.radio input[type='radio']:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type='radio'] + label::after {
  background-color: #428bca;
}
.radio-primary input[type='radio']:checked + label::before {
  border-color: #428bca;
}
.radio-primary input[type='radio']:checked + label::after {
  background-color: #428bca;
}
.radio-danger input[type='radio'] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type='radio']:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type='radio']:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type='radio'] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type='radio']:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type='radio']:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type='radio'] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type='radio']:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type='radio']:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type='radio'] + label::after {
  background-color: #5cb85c;
}
search_filter_box .radio-success input[type='radio']:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type='radio']:checked + label::after {
  background-color: #5cb85c;
}
/*checkbox_radio_btn_style_end*/

.exhibitors_list {
  padding: 0;
  margin: 15px 0;
  position: relative;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #dcdcdc;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.11);
}
.exhibitors_list:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}
.exhibitors_list .exhibitors_img {
  border-radius: 0;
}
.exhibitors_list .star_list {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}
.exhibitors_list .star_list .active {
  color: #f5bc11;
}
.exhibitors_list .exhibitors_detail_box {
  background: #fff;
  padding: 0 0px;
  margin: 0;
  border-top: 1px solid #dcdcdc;
  position: relative;
  height: 80px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.exhibitors_list .exhibitors_detail_box h1 {
  padding: 0;
  margin: 0 0 0px 0;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.exhibitors_list .exhibitors_detail_box h1 a,
.exhibitors_list .exhibitors_detail_box h1 a:hover {
  color: #000;
}
.exhibitors_list .exhibitors_detail_box .exhibitors_info {
  padding: 0;
  margin: 0 0 0px 0;
  font-size: 12px;
  width: 100%;
}
.exhibitors_list .exhibitors_detail_box .exhibitors_info span {
  padding: 2px 10px;
  margin: 0;
  font-size: 15px;
  color: #000000;
  background-color: #d7d7d7;
  border-radius: 5px;
  font-weight: 700;
}

.exhibitors_list .contactIcon {
  padding: 5px;
  margin: 0;
}
.exhibitors_list .contactIcon a {
  padding: 5px;
  margin: 0 5px;
  width: 33%;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 7px;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  line-height: 8px;
  text-decoration: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 67%,
    #cfd0d2 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.exhibitors_list .contactIcon a span {
  display: block;
}
.exhibitors_list .contactIcon a:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}
.exhibitors_list .contactIcon a .img-box {
  width: 80%;
  margin: 0 auto 5px auto;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}

.exhibitor-container {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
/*exhibitors-left-container*/
.exhibitors-left-container {
  padding: 0;
  margin: 0;
  position: relative;
}
.exhibitorsLogo {
  width: 43%;
  margin: 0 auto 20px auto;
  border: 1px solid #ccc;
  position: relative;
}
.exhibitorsLogo::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 10px;
  z-index: 2;
  background: url('../images/logo-bullet.png') center center no-repeat;
  width: 36px;
  height: 226px;
}
.exhibitorsLogo::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  z-index: 2;
  background: url('../images/logo-bullet.png') center center no-repeat;
  width: 36px;
  height: 226px;
}
.exhibitorsIconBox {
  margin: 30px 0;
  padding: 0;
}
.exhibitors-icon-btn {
  border: 1px solid #ccc;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  display: block;
  padding: 15px 10px;
  color: #000;
}
.exhibitors-icon-btn p {
  margin: 0;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
}
.exhibitors-icon-btn:hover {
  color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}
.exhibitorsBtnBox {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.exhibitors-booth span {
  display: inline-block;
  padding: 7px 20px;
  margin: 0;
  font-size: 16px;
  color: #000000;
  background-color: #d7d7d7;
  border-radius: 30px;
  font-weight: 700;
}
/*exhibitors-left-container*/

/*exhibitors-right-container*/
.exhibitors-right-container {
  background: #0087d5;
  padding: 15px;
  margin: 0;
  color: #fff;
}
.exhibitor-title {
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  color: #9eb339;
  font-weight: 800;
  font-size: 28px;
  text-transform: uppercase;
}
.exhibitor-title span {
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  display: block;
}

.exhibitor-conact {
  margin: 0 0 0 0;
  position: relative;
  font-weight: 600;
}
.exhibitor-conact .media {
  font-size: 16px;
}
.exhibitor-conact .media h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font-weight: 500;
}
.exhibitor-conact .media a {
  color: #009A7E;
  font-size: 16px;
  font-weight: 500;
}
.text1 {
  font-size: 14px;
  color: #979797;
  font-weight: 500;
}
.text2 {
  font-size: 16px;
  font-weight: 500;
}
.exhibitors-right-container .exhibitorAbout {
  margin: 0 0 20px 0;
}
.exhibitors-right-container .exhibitorAbout .scrollbar_box {
  height: 200px;
}
.second-heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 7px 0;
  margin: 0 0 10px 0;
}
.second-heading::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #9eb339;
  width: 30px;
  height: 4px;
}
.exhibitors-right-container .dateTime span {
  font-size: 18px;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  display: block;
  padding: 5px 15px;
  text-transform: uppercase;
}
.exhibitors-right-container .dateTime span sup {
  text-transform: lowercase;
}
.mobile_only {
  display: none;
}
.mobile_only .exhibitor-title {
  margin: 0 0 10px 0;
}
.mobile_only .exhibitorBannerMobile {
  background-color: #9eb339;
  padding: 15px 0;
  margin: 0;
}
.mobile_only .exhibitorBannerMobile .exhibitor-title {
  color: #000;
  font-size: 17px;
}
.mobile_only .exhibitorBannerMobile .exhibitor-title span {
  color: #000;
  font-size: 14px;
}
.mobile_only .exhibitor-conact {
  margin: 0;
  background: rgba(0, 0, 0, 1);
  padding: 10px 0;
}
.mobile_only .exhibitor-conact .media {
  margin: 5px 0;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
}
.mobile_only .exhibitors-booth span {
  display: inline-block;
  padding: 3px 10px;
  margin: 0;
  font-size: 14px;
  color: #000000;
  background-color: #fff;
  border-radius: 7px;
  font-weight: 700;
}

.exhibitors-right-container .form-control {
  border: 1px solid #fff;
}

/*exhibitors-right-container*/

.upcomming-item {
  position: relative;
  float: left;
  width: 100%;
  margin: 11px 0;
}
.upcomming-item .upcomming-hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(252, 14, 22, 0.9)),
    to(rgba(179, 0, 6, 0.9))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(252, 14, 22, 0.9) 0%,
    rgba(179, 0, 6, 0.9) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.upcomming-item .upcomming-hover .popup-video {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fc0e16;
}
.upcomming-item .upcomming-hover .play-video {
  background-color: #ffffff;
  font-size: 1.4rem;
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.upcomming-item .upcomming-hover .play-video:hover {
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.6);
}
.upcomming-item .upcomming-hover .play-video i {
  color: #fc0e16 !important;
  margin-left: 3px;
}

.upcomming-item:hover .upcomming-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.backIcon {
  padding: 10px;
  margin-right: 15px;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 7px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  line-height: 8px;
  text-decoration: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 67%,
    #cfd0d2 100%
  );
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.backIcon:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.55);
}

/* .menuIcon{ padding:10px 10px; cursor: pointer; display:flex; border: 1px solid #ccc; background-color:#fff; border-radius: 7px; font-size:24px; font-weight: 700; text-transform: uppercase; color:#000; text-decoration: none; line-height: 24px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 67%, #cfd0d2 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 67%,#cfd0d2 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 67%,#cfd0d2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfd0d2',GradientType=0 );
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.menuIcon:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}
.menuIcon span{ font-size:14px; margin-left:8px;} */

.mainBg {
  background: #000 url('../images/main-bg.jpg') center top no-repeat;
  background-size: cover;
  padding: 20px 0;
  min-height: 550px;
}

.mainBg .main-title h2 {
  padding: 0;
  margin: 0 0 0px 0;
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  text-shadow: 1px 1px 1px #000000;
}
.mainBg .main-title p {
  font-size: 18px;
  margin: 0;
  display: block;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px 1px #000000;
}
.mainBg .main-title h5 span {
  font-size: 20px;
  padding: 10px 10px;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: rgba(210, 1, 46, 0.81);
  text-shadow: 1px 1px 1px #000000;
}
.session-tab.collapsed{
  background: #b6b6b6;
  
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;    border-radius: 30px;font-weight: 500;text-transform: uppercase;border:none;outline:none;margin-right:10px;
}
.session-tab{
  background: rgba(210, 1, 46, 0.81);
 
  padding: 5px 20px;
  font-size: 14px;
  color: #fff;    border-radius: 30px;font-weight: 500;text-transform: uppercase;border:none;outline:none;margin-right:10px;
  line-height:14px;
}
.session-tab:focus{
  outline:none;border:none;
}
.my-tabs {
  margin: 0;
  padding: 0;
}
.my-tabs .nav-pills .nav-item {
  margin: 0 5px 0 0;
}
.my-tabs .nav-pills .nav-link {
  border-radius: 2.25rem;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background-color: #dfdfdf;
}
.my-tabs .nav-pills .nav-link.active,
.my-tabs .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #9eb339;
}

/*inner-page*/

/*nav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.95);
  transition: 0.5s;
}
.user-profile-block {
  width: 100%;
  padding: 20px;
     background: #93002d;
  position: relative;
  text-align: left;
}
.username {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.profile p {
  color: #fff;
  opacity: 0.7;
  margin-bottom: 0px;
}
.profile p a,
.profile p a:hover,
.profile p a:active,
.profile p a:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
}

.profile .avtar {
  border: 3px solid #fff;
  border-radius: 40px;
}
.navLinks-block {
  padding: 20px 20px 10px 20px;
}
.fav-univ {
  background: #fff;
  border-radius: 20px;
  color: #212121;
  position: relative;
  display: block;
  text-decoration: none;
  padding: 7px 25px;
}
.fav-univ:hover, .fav-univ:focus{
	text-decoration: none;
}
.fav-univ span {
    position: absolute;
    border-radius: 40px;
    background: #000000;
    color: #fff;
    right: 8px;
    padding: 2px 5px;
    top: 50%;
    height: 24px;
    margin-top: -13px;
    font-size: 12px;
    min-width: 24px;
    line-height: 22px;
    text-align: center;
}
.link-icon {
  width: 40px;
}
.link-txt {
  padding: 8px 10px;
  color: #fff;
}
.link-txt a {
  color: #fff;
  font-size: 15px;
 line-height: 14px;
}
/* .sidenav a {
  text-decoration: none;
  font-size: 22px;
  color: #818181;
  display: block;
  transition: 0.3s;
   

}

.sidenav a:hover{
  color: #f1f1f1;
	background: rgba(53,53,53,1.00);
} */

.sidenav .menuWrapper {
  width: 90%;
     background: #a4123f;
  max-width: 340px;
  height: 100%;
  overflow-x: hidden;
  position: relative;
  min-height:100%;
}
/* .sidenav .menuWrapper a{width:45%; display: inline-block; margin:20px; border: 1px solid #333; padding: 20px;} 
.sidenav .menuWrapper .home{width:95%!important;}*/

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 60px;
  font-weight: 200;
  margin-left: 0px;
  padding: 10px;
  line-height: 24px;
  color: #fff;
  width: auto !important;
}
.closebtn:hover {
  text-decoration: none;
}
.change-number {
  color: #212529;
  text-decoration: underline;
}
.change-no-block input {
  border: 2px solid #E64626;
  border-radius: 10px;
  background: #fff;
  width: 100%;
  height: 50px;
  box-shadow: 4px 5px 0 #ccc;
  text-align: center;
  font-size: 32px;
  color: #E64626;
}
.cust-modal {
  border-radius: 16px;
  position: relative;
}
.cust-modal .close {
  color: #009A7E;
  font-size: 44px;
  position: absolute;
  right: 20px;
  top: 15px;
  font-weight: 100;
  line-height: 24px;
}
.otp-block input {
  border: 2px solid #E64626;
  border-radius: 10px;
  background: #fff;
  width: 50px;
  height: 50px;
  box-shadow: 4px 5px 0 #ccc;
  text-align: center;
  font-size: 32px;
  color: #E64626;
}
.otp-border {
  background: #d1d1d1;
  width: 20px;
  height: 7px;
  margin: 0 5px 0 10px;
  border-radius: 9px;
}
.resent-txt {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.resend-btn {
  background: #009A7E;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  border-radius: 10px;
  padding: 2px 10px;
}
.resend-btn:hover {
  opacity: 0.7;
}
/* .modal-header .close {
    font-weight: 300;
    font-size: 44px;
	line-height: 28px;
    outline: none;
    color: #ff0c0c;
    opacity: .7;
} */
.modal-backdrop.show {
  opacity: 0.7;
}


#share {
  	margin:20px auto;
  	text-align: center;
}

/* buttons */

#share a {
	width: 50px;
  	height: 50px;
  	display: inline-block;
  	margin: 4px;
  	border-radius: 50%;
  	font-size: 24px;
	line-height: 24px;
  	color: #fff;
      /*opacity: 0.75;*/
	transition: opacity 0.15s linear;
}

#share a:hover {
	opacity: 1;
}

/* icons */

#share i {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

/* colors */

.facebook {
 	background: #3b5998;
}

.whatsapp {
  	background: #7ad06d;
}

.twitter {
  	background: #55acee;
}

.googleplus {
  	background: #dd4b39;
}

.linkedin {
  	background: #0077b5;
}

.pinterest {
  	background: #cb2027;
}



@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/*nav*/

@media (max-width: 767px) {
  /* .sidenav .menuWrapper a{width:100%; display: inline-block; }
	.sidenav .menuWrapper .home{width:100%!important;}
	.menuIcon span{display: none;} */

  /* .navbar-brand{width:85%; margin-right:0px;} */
  
  .bownloadBtn {
		max-width: 100%;
		display: block;
		margin-bottom:10px;
	}
	.university-N {
	  font-size: 28px;
	  font-weight: 600;
	  margin-bottom:0;
	}
  .backIcon {
    margin-right: 0px;
  }
  .login-brand {
    width: 100%;
    margin-right: 0px;
  }

  .form-body {
    background: #9eb339 url('../images/mobile-bg.jpg') top center no-repeat;
    background-size: auto;
  }
  .coustom-nav {
    width: 65%;
  }
  .coustom-nav .navbar-nav {
    display: block;
  }
  .coustom-nav .navbar-nav .nav-item {
    margin: 3px 3px 3px 3px;
    width: 46%;
    display: inline-block;
  }
  .coustom-nav .navbar-nav .nav-item .btn {
    padding: 5px 10px;
    font-size: 10px;
    display: block;
  }

  .left-container {
    background: url('../images/mobile-left-side-bg.png') top right no-repeat;
    padding: 0 0 0px 0;
    min-height: 200px;
    margin: 0;
  }
  .left-container h2 {
    font-size: 40px;
    font-weight: 900;
    margin: 0;
    padding: 0;
  }
  .left-container h3 {
    font-size: 24px;
  }
  .left-container h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    padding: 0;
  }
  .left-container p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 80%;
  }
  .left-container .date-time {
    font-size: 14px;
    font-weight: 500;
  }
  .left-container .date-time span {
    font-size: 16px;
    font-weight: 700;
    background-color: #e4e4e3;
    border-radius: 7px;
    display: inline-block;
    padding: 3px 10px;
    text-transform: uppercase;
  }
  .left-container .date-time span sup {
    text-transform: lowercase;
  }
  .form-outer {
    padding: 10px 0 0 0px;
    margin: 0;
    position: relative;
  }
  .form-outer .form-title {
    font-size: 22px;
    margin: 0 0 10px 0;
  }
  .form-outer .form-container {
    min-height: auto;
  }
  .form-outer .otp-container .form-control {
    padding: 0.175rem 0.25rem;
  }
  .form-outer .otp-container {
    padding: 0px 0 100px 0;
  }
  .form-outer .form-footer {
    margin: 10px 0 20px 0;
  }

  .mobile-fixed-footer {
    display: block;
  }
  .web_filter {
    display: none;
  }
  .right-part {
    padding: 20px 0px 20px 0px;
  }
  .exhibitor-container {
    margin-bottom: 0;
    box-shadow: none;
  }
  .exhibitors_list {
    padding: 0;
    margin: 10px 0;
  }
  .exhibitors_list .exhibitors_detail_box h1 {
    font-size: 12px;
  }
  .exhibitors_list .exhibitors_detail_box .exhibitors_info {
    font-size: 10px;
  }
  .exhibitorsBtnBox .btn {
    display: block;
    margin-bottom: 10px;
  }
  .exhibitorsLogo::before,
  .exhibitorsLogo::after {
    display: none;
  }
  .exhibitors-right-container .dateTime span {
    font-size: 16px;
  }
  .exhibitors-right-container {
    border-radius: 10px;
  }

  .exhibitors-right-container .exhibitorAbout .scrollbar_box {
    height: 250px;
  }
  .mobile_only {
    display: block;
  }
  .exhibitorsIconBox {
    margin: 0 0 15px 0;
  }
  .MobileDateBox {
    display: block;
  }
  .mobile-px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .contactIconBox {
    position: relative;
    width: 100%;
    right: 0;
    margin-bottom: 20px;
  }
  .contactIconBox a {
    width: 32%;
    display: inline-block;
  }

  .courseBox .courseinformation li {
    padding: 0 3px;
  }

  .btnBar .btn {
    display: block;
    margin-bottom: 15px;
  }
  .exhibitor-conact {
    border-radius: 10px;
  }
  .exhibitor-conact .media:first-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .exhibitor-conact .media {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
  }
  .confusedGirl {
    width: 100px;
  }
  .wishlist {
    right: 15px;
  }
  .banner-outer {
    min-height: 159px;
  }
  .mainBg {
    height: 200px;
    min-height: auto;
  }
  .mainBg .main-title {
    margin: 20px 0 50px 0;
  }
  .mainBg .main-title h2 {
    font-size: 26px;
  }
  .mainBg .main-title p {
    line-height: 20px;
  }
  .mainBg .main-title h5 span {
    font-size: 16px;
  }
  .scheduleBox .sessionsDetails {
    padding: 0px 7px 10px 7px;
  }
  .scheduleBox .sessionsDetails span {
    font-size: 10px;
    padding: 3px 8px;
  }
  .scheduleBox .sessionsDetails h4 {
    font-size: 14px;
  }
  .sessions-banner-outer {
    min-height: 200px;
  }
  .sessions-banner-outer .main-title {
    font-size: 22px;
  }
  .sessions-banner-outer .main-title span {
    font-size: 14px;
  }
  .scheduleBox .sessionsinformation a.btn {
    font-size: 10px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 990px) {
  .form-body {
    background: url('../images/tab-body-bg.png') center center no-repeat;
    background-size: cover;
  }
  .login-brand {
    width: 60%;
  }
  .form-outer .otp-container {
    padding: 0px 0 0 0;
  }
  .left-container h2 {
    font-size: 40px;
  }
  .courseBox .courseDetails {
    width: 75%;
  }
  .form-outer {
    padding: 0 0 0 40px;
  }
  .left-container .date-time span {
    font-size: 17px;
  }
  .courseBox .courseinformation {
    width: 25%;
  }
  .courseBox .courseinformation li {
    margin: 10px 0 0 0;
  }
  .exhibitor-conact {
    margin: 15px 0 0 0;
  }
  .banner-outer {
    min-height: 250px;
  }
  .wishlist {
    right: 15px;
  }
  .sidenav .menuWrapper {
    width: 90%;
  }

  .mainBg {
    height: 350px;
    min-height: auto;
  }
  .mainBg .main-title {
    margin: 120px 0 50px 0;
    height: 185px;
  }
  .mainBg .main-title h2 {
    font-size: 26px;
  }
  .mainBg .main-title p {
    line-height: 20px;
  }
  .mainBg .main-title h5 span {
    font-size: 16px;
  }
  .side_filters .side-filter-tittle {
    font-size: 14px;
  }
  .form-group label {
    font-size: 11px;
  }
  .MobileDateBox {
    display: block;
  }
  .sessions-banner-outer {
    min-height: 315px;
  }
  .tab-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.desktop-banner-header{
  background: #E64626;
  padding: 22px 0;
}
@media (min-width: 992px) {
	body{
		background:#fff;
	}
	.header{margin-bottom:15px;}
	.desktop-header{
		background: #E64626;
		padding: 22px 0;
	}
	.desktop-header .list-block{
		background:#009A7E
	}
	.institute-txt{
		font-size:13px;
	}
	.view-btn{
		font-size:11px;
		color:#009A7E;
	}
	.img-box{
		max-width: 100%; text-align: center; min-height: 96px;  max-height: 96px;
	}
	.icon-txt{
		color:#fff;
		text-align:left;
		margin: 0;
		padding-left: 15px;
		max-width: 94px;
	}
	.icon-block .icon img{
		border:1px solid #fff;border-radius: 50px;
  }
  .icon-block:hover{text-decoration:none;    opacity: 0.7;}
	.txt-box {
		 
		background: rgba(242, 242, 242, 1);
		background: -moz-linear-gradient(
		  top,
		  rgba(242, 242, 242, 1) 0%,
		  rgba(255, 255, 255, 1) 46%,
		  rgba(255, 255, 255, 1) 100%
		);
		background: -webkit-gradient(
		  left top,
		  right top,
		  color-stop(0%, rgba(242, 242, 242, 1)),
		  color-stop(46%, rgba(255, 255, 255, 1)),
		  color-stop(100%, rgba(255, 255, 255, 1))
		);
		background: -webkit-linear-gradient(
		  top,
		  rgba(242, 242, 242, 1) 0%,
		  rgba(255, 255, 255, 1) 46%,
		  rgba(255, 255, 255, 1) 100%
		);
		background: -o-linear-gradient(
		  top,
		  rgba(242, 242, 242, 1) 0%,
		  rgba(255, 255, 255, 1) 46%,
		  rgba(255, 255, 255, 1) 100%
		);
		background: -ms-linear-gradient(
		  top,
		  rgba(242, 242, 242, 1) 0%,
		  rgba(255, 255, 255, 1) 46%,
		  rgba(255, 255, 255, 1) 100%
		);
		background: linear-gradient(
		  to bottom,
		  rgba(242, 242, 242, 1) 0%,
		  rgba(255, 255, 255, 1) 46%,
		  rgba(255, 255, 255, 1) 100%
		);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1 );
		 border-radius:0 0 16px 16px;
	  }

	  .desktop-filers{
		background:#E6E7E8;
		border: 1px solid #E6E7E8;
		/* border-radius: 23px; */		border-radius: 0px;
		padding:15px;
	  }
	  .desktop-filers .side-filter-tittle{
		  color:#E64626;
		  margin:0 0 15px 0;padding:0 0 13px 0;border-bottom:1px solid #D1D1D1;border-radius:0;
	  }
	  .desktop-filers .side-filter-tittle span{
		color:#E64626;
	  }
	  .drop-label{
		margin-bottom: 10px;
		display: block;
	  }
	  .notification-block{
		position: absolute;
		right: -5%;
		background: #E8E8E8;
		width: 51px;
		height: 51px;
		border-radius: 50px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
    top: -7px;
    color:#000;
    }
    .notification-block:hover{
      color:#000;
      opacity:0.8;
    }
    .sml-btn{padding:8px;font-size:12px;line-height:10px;}
}

@media (min-width: 1200px) {
	.institute-txt {
		font-size: 16px;
	}
}


.font-15{font-size: 15px;}
.line-h28{line-height: 28px;}

.sidenav .mCSB_container {height:100%;}
.text-purple{color:#E64626;}
.icon {position: relative;}
.icon .liveNow{position: absolute; bottom:-5px; left: 0px;}
.navlink .liveNow{position: absolute; top:10px; right: 0px;}
.courseBox .liveNow{position: absolute; top:-10px; right: 15px;}

.carousel-control-prev, .carousel-control-next{width:7%;}
.carousel-control-prev-icon, .carousel-control-next-icon{width:40px; height:40px;}

.form-icon {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 20;
}

.form-group .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: oldlace;
        border-bottom-color: oldlace;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #ced4da;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px 0px 0px 40px !important;
    color: #000000;
}

.form-group .custom-select {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid #ced4da;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    padding-left: 40px !important;
}

#eapps-instagram-feed-1 .eapps-remove-link{display:none !important;}

.searchByCourse_box{padding: 15px; border-radius:15px;}
[data-toggle="collapse"] .fa:before {  
  content: "\f107";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f105";
}

/*matching_slide*/
.matchingBtn {
  position: fixed;
  right: 0;
  bottom:0%;
  z-index: 100;
  width: 100%;
  text-align: center;
}

/*toggle bottom bar*/
#reveal-wrap {
  position:fixed;
  bottom:0;
  width:100%;
  padding-bottom:0;
  z-index:100;
  left:0;
  right:0;
}
#reveal-wrap #reveal-click {
  background: #DFDFDF;
  cursor: pointer;
  font-size: 26px;
  margin: 0px 0 0 10%;
  padding: 10px 18px;
  text-decoration: none;
  display: inline-block;
}
#reveal-wrap #hidden-div {
  width: 100%;
  background: #DFDFDF;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 20px 0;
}

#reveal-wrap #hidden-div {
  display: none;
}
.closeBtn{ background:#009A7E; border-radius: 5px; padding: 5px 10px; border:none; color:#fff; position: absolute; right: 70px; top: -15px; font-size: 26px; z-index: 10;}

@media (max-width: 765px) {
.closeBtn{ right: 10px;}
}
/*matching_slide*/



.main_banner {
    background:#e64626;
/* background: linear-gradient(0deg, rgba(0,91,170,1) 0%, rgba(0,128,144,1) 55%, rgba(0,154,126,1) 100%); */
}

/* New-Listing-Box */

.block-main {  background-color: #efefef;  padding: 10px 10px;}

.block-wrapper {  border: 1px solid #dee2e6;  background-color: #ffffff;  border-radius: 12px;  width: 100%;  display: flex;  align-items: top;  min-height: 120px;  margin-bottom: 30px;}

/* .block-wrapper a { */  /* color: #000; *//* } */

.left-block {  padding: 10px;  position: relative;  min-width: 120px;  max-width: 120px;}

.right-block {  padding: 10px;  width: 100%;  margin-left: auto;  border-radius: 0 12px 12px 0;  align-self: stretch;  background: rgba(242, 242, 242, 1);  background: -moz-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));  background: -webkit-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: -o-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: -ms-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  background: linear-gradient(to right, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
}
.right-block .status {  position: absolute;  text-align: right;  width:auto;  top: -10px;  right:10px; bottom:auto !important;}
.left-block .wishlist {  background: rgba(255, 255, 255, 0.7);  border: 1px solid #ccc;  width: 26px;  height: 26px;  padding: 2px 0 0 0;  color: #000;  border-radius: 5px;  position: absolute;  right: -13px;  top: 7px;  font-size: 16px;  text-align: center;  z-index: 9;}
.logo-block {  border-bottom: 1px solid #9e9e9e;  padding: 0 0 10px 0;  min-height: 70px;}
.logo-block img {  max-height: 70px;}
.school-name {  color: #2b2929;  font-size: 18px;  margin: 0;  padding: 0 0 0 0;}
.subject {  color: #ff0000;}

.subject-tittle {  color: #000000;  font-size:16px;}.school-add {  color: #7f7f7f;  font-size: 14px;  font-style: normal;  margin-bottom: 5px;  min-height: 50px;}.school-details {  display: flex;  align-items: center;  justify-content: center;  flex-direction: column;  height: 100%;}.detail-head {  color: #ff6600;  font-size: 14px;  font-weight: 500;}.detail-txt {  color: #7f7f7f;  font-size: 12px;  font-weight: 400;} /* New-Listing-Box */

.joinNow{display:block; color:#000;}







