.displaybtn {
	border: none;
	background-color: #0d6db9;
	color: #fff;
	width: 100%;
	font-size: 40px;
}

.displaybtn2 {
	border: none;
	background-color: #fff;
	color: #085397;
	font-weight: bold;
	width: 100%;
	height: 30px;
}

.hidden {
	display: none;
}

.tag-remove {
	position: absolute;
	font-size: 25px;
	/*padding: 5px;
background-color: #000;*/
	width: 30px;
	height: 30px;
	line-height: 40px;
	top: -16px;
	right: -16px;
}

.tag-remove::before {
	/*content: '✖';*/
	content: "✖";
	border: 1px solid gray;
	background-color: #eee;

	cursor: pointer;
	color: #fff;
	font-weight: 300;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 34px;
	width: 30px;
	height: 30px;
	background-color: #000;
	border-radius: 50%;
	line-height: 27px;
	left: 7px;
	color: #fff;
	border: 1px solid #020202;
}

/* flip the pane when hovered */

.flip-container.hover .flipper {
	transform: rotateY(180deg);
}


.flip-container {
	width: 100%;
	/* height: 750px!important;*/
}

.front {
	width: 100%;
	height: auto;
}

.back {
	width: 100%;
	height: auto;
}

/* flip speed */

.flipper {
	transition: 0.8s;
	transform-style: preserve-3d;
	position: relative;
}


/* hide back of pane during swap */

.front,
.back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}


/* front pane, placed above back */

.front {
	z-index: 2;
	transform: rotateY(0deg);
}


/* back, initially hidden pane */

.back {
	transform: rotateY(180deg);
	background-color: #fff;
	padding-left: 10px;
	color: #000;
	text-align: justify;
	border: 2px solid #d9d4d4;
	border-radius: 5px;
	box-shadow: 2px 3px 6px 2px rgba(9, 9, 9, 0.33);
}

.inner2 {
	height: 520px;
	overflow-y: scroll;
	padding: 15px;
}

/*Course Page popup 1 */
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}

.box-inner-popup a {
	text-decoration: none;
}

.popup-new2 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: none;
	position: fixed;
	z-index: 2;
	top: 0;
}

body .popup-new2 {
	background-color: #02020275;
}

.box-inner-popup {
	min-width: 250px;
	width: 80%;
	max-width: 600px;
	min-height: 300px;
	margin: 100px auto;
	background: #f3f3f3;
	position: relative;
	z-index: 103;
	padding: 15px 35px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
	margin-top: 15%;
}

.box-inner-popup p {
	clear: both;
	color: #555555;
	/* text-align: justify; */
	font-size: 16px;
	font-family: sans-serif;
}

.box-inner-popup p a {
	color: #d91900;
	font-weight: bold;
}

.cnt223 .x {
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
	z-index: 3;
}

.box-inner-popup .x:hover {
	cursor: pointer;
}
/*Curse Single Page Popup*/
/*1 st popup*/
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}

.box-inner-popup a {
	text-decoration: none;
}

.popup-new {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: none;
	position: fixed;
	z-index: 2;
	top: 0;
}

body .popup-new {
	background-color: #02020275;
}

.box-inner-popup {
	min-width: 250px;
	width: 80%;
	max-width: 600px;
	min-height: 300px;
	margin: 100px auto;
	background: #f3f3f3;
	position: relative;
	z-index: 103;
	padding: 15px 35px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
	margin-top: 15%;
}

.box-inner-popup p {
	clear: both;
	color: #555555;
	/* text-align: justify; */
	font-size: 16px;
	font-family: sans-serif;
}

.box-inner-popup p a {
	color: #d91900;
	font-weight: bold;
}

.cnt223 .x {
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
	z-index: 3;
}

.box-inner-popup .x:hover {
	cursor: pointer;
}
/*2 popup*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}

.box-inner-popup a{
  text-decoration: none;
}

.popup-new3{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
}
body .popup-new3{
 background-color: #02020275; 
}

.box-inner-popup{
  min-width: 250px;
  width: 80%;
  max-width: 600px;
  min-height: 300px;
  margin: 100px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 103;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
  margin-top: 15%;
}

.box-inner-popup p{
  clear: both;
  color: #555555;
  /* text-align: justify; */
  font-size: 16px;
  font-family: sans-serif;
}

.box-inner-popup p a{
  color: #d91900;
  font-weight: bold;
}

.cnt223 .x{
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
  z-index: 3;
}

.box-inner-popup .x:hover{
  cursor: pointer;
}
/*popup 4 register page*/
/*2 popup*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}

.box-inner-popup a{
  text-decoration: none;
}

.popup-new4{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
}
body .popup-new4{
 background-color: #02020275; 
}

.box-inner-popup{
  min-width: 250px;
  width: 80%;
  max-width: 600px;
  min-height: 180px;
  margin: 100px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 103;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
  margin-top: 15%;
}

.box-inner-popup p{
  clear: both;
  color: #555555;
  /* text-align: justify; */
  font-size: 16px;
  font-family: sans-serif;
}

.box-inner-popup p a{
  color: #d91900;
  font-weight: bold;
}

.cnt223 .x{
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
  z-index: 3;
}

.box-inner-popup .x:hover{
  cursor: pointer;
}