.justify {
	text-align: justify;
}

@media print {

	body {
		margin: 0;
		padding: 0;
		font-size: 100%;
		font-family: 'Nunito', sans-serif;
	}

}

* {
	outline: none;
}

@media print and (color) {
   * {
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
   }
}
._sitelogo {
	width: 235px;
	max-width: 100%;
	top: 3px;
}

#_navbarlight {
	background-color: transparent;
	box-shadow: none;
	float: right;
	padding: 0;
	width: 100%;
}

.menu-main {
	width: 100%;
}

#_navbar li.nav-item a span:hover,
#_navbar li.nav-item a span:active,
#_navbar li.nav-item a span:focus {
	border-bottom: 5px solid #fef453;
	padding-bottom: 14px;
} 

._btnsuccess {
	padding: 8px 20px;
	border-radius: 25px;
 	background-color: #2d6947;
}

._btnsuccess a,
._btnsuccess:hover,
._btnsuccess:focus,
._btnsuccess:active {
	color: #ffffff;
}

#_navbar li .nav-link {
	font-size: 16px;
	padding: 0rem 1.5rem;
	background-color: transparent;
}

#_navbar li.nav-item {
	position: relative;
}

#_navbar li.nav-item::after {
	content: '';
	position: absolute;
	right: -5px;
	top: 10px;
	background-color: #2d6947;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}
.card-pricing{
	margin-bottom: 2rem;
}
#_navbar li.nav-item:last-child::after {
	content: '';
	position: absolute;
	right: -5px;
	top: 17px;
	background-color: transparent;
	width: 0;
	height: 0;
	transform: rotate(45deg);
}

#_searchfield {
	width: 70%;
}
#basicExampleNav {
	border-top: 1px solid #fff;
}

#_navbar #pt_dropdown {
	margin-top: 13px;
	padding: 10px 5px;
	width: 200px;
}

._panaceamainbanner {
	background-image: url('../images/banner1.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	position: relative;
}

._panaceamainbanner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
}

._panaceamainbanner::after {
	content: '';
	background-image: url('../images/bannershape.png');
	background-position: center;
	background-size: cover;
	height: 100px;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
}

._mainbannertext {
	padding: 7rem 1.5rem;
}

._mainbannertext h1 {
	color: #ffffff;
	font-weight: 600;
	font-style: italic;
}

._mainbannertext p {
	color: #ffffff;
	font-weight: 400;
	font-style: normal;
	font-size: 36px;
	word-spacing: 5px;
	line-height: 1.80;
}

._searchbar {
	width: 70%;
	height: 50px;
}

._searchbar::placeholder {
	font-size: 20px;
	position: relative;
	top: 5px;
}

#basic-addon1 {
	background-color: #fff;
}

#basic-addon1 img {
	width: 20px;
}

#basic-addon3 {
	background-color: #fef453;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: none;
	color: #fff;
	font-weight: bold;
}

._btnregister {
	background-color: #2d6947;
	margin: 15px 0;
	padding: 8px 25px;
	font-size: 18px;
	color: #ffffff;
	position: relative;
	z-index: 9;
}

.c-hero__typed-text {
	border-bottom: 4px solid #82B541;
	transition: border-color .3s ease-in-out;
}

#whypanaceatutor {
	margin: 3rem 0;
}

._whypanaceatutorheading h2 {
	font-size: 42px;
	color: #464646;
	text-shadow: 0 3px 5px rgba(70, 70, 70, 0.5);
}

.seperator {
	background-image: url('../images/line.png');
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	top: 5px;
}

/*#whypanaceatutor::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	background-image: url('../images/backshape.png');*/
/*	background-position: top center;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	height: 900px;*/
/*	width: 100%;*/
/*	left: 0;*/
/*	right: 0;*/
/*	margin-top: 11rem;*/
/*	z-index: -1;*/
/*}*/

.icon-heading h5 {
	font-size: 20px;
	font-weight: 600;
}

.icon-description p {
	width: 100%;
	float: left;
	padding: 0.5rem;
	font-size: 18px;
}

.box-content {
	margin-top: 6.5rem;
}

.box-icon {
	margin-bottom: 2rem;
	cursor: pointer;
}

.box-icon img {
	cursor: pointer;
}

.box-icon:hover img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.box-icon img {
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

._studentshareexperience {
	margin: 3rem 0;
}

._studentshareexperience h5 {
	font-size: 42px;
	color: #464646;
	text-shadow: 0 3px 5px rgba(70, 70, 70, 0.5);
}

.quote-icon {
	margin: 2rem 0;
}

.quote-icon i {
	font-size: 72px;
	color: #dddddd;
}

._studentshareexperience .carousel-item p {
	font-size: 24px;
	margin: 0 5rem;
}

._studentname {
	position: relative;
}

._studentname span {
	font-size: 20px;
	font-weight: 600;
}

._studentname span img {
	padding: 0 15px;
	width: 75px;
}

#demo .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}

#demo .carousel-control.left {
	left: -60px;
}

#demo .carousel-control.right {
	right: -60px;
}

#demo .carousel-indicators {
	margin-top: 30%;
	top: 0;
}

#demo .carousel-indicators li {
	width: 100px;
	height: 100px;
	margin: 0 20px;
	cursor: pointer;
	border: 4px solid #CCC;
	border-radius: 100%;
	opacity: 0.4;
	overflow: hidden;
	transition: all 0.4s;
	position: relative;
}

#demo .carousel-indicators li img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#demo .carousel-indicators .active {
	background: #fff;
	border-radius: 100%;
	border-color: #30b9e9;
	opacity: 1;
	overflow: hidden;
}

#onetooneclass {
	margin-top: 15rem;
	position: relative;
}

.onetoonebox {
	background-color: #f6f6f6;
	border-radius: 5px;
	position: relative;
	border: 1px solid #ccc;
	padding: 15px 25px;
	;
}

._btnonetooneclass {
	background-color: #fef453;
	font-size: 20px;
	position: absolute;
	top: -35px;
	color: #ffffff;
}

.onetoonecontent p {
	font-size: 20px;
	font-weight: 600;
}

._btnbrowsecourse {
	background-color: #2d6947;
	padding: .5rem 1rem;
	font-size: 18px;
	color: #fff;
}

#whatweoffer {
	margin: 3rem 0;
	padding: 0 5rem;
}

#whatweoffer h5 {
	font-size: 42px;
	color: #464646;
	text-shadow: 0 3px 5px rgba(70, 70, 70, 0.5);
}

.slider {
	width: 100%;
	margin: 35px auto;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}

.slick-track {
	margin-bottom: 15px;
}

.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	border-radius: 5px;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
	width: 100%;
	height: 350px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #f8f8f8;
	width: 101%;
}

.front {
	background-color: #2d6947;
	z-index: 2;
	padding: 4rem 1rem;
	min-height: 366px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.front img {
	width: 100px;
	text-align: center;
	margin: 0 auto;
}

.front p {
	font-size: 26px;
	color: #fff;
	font-weight: 600;
}

.front span {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
}

.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.back-logo h4 {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #383737;
	font-weight: 600;
	text-align: left;
}

.back-title {
	font-weight: bold;
	color: #00304a;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #acd7e5;
	font-family: Courier;
	font-size: 2em;
}

.back p {
	position: absolute;
	top: 50%;
	left: 0;
	text-align: left;
	padding: 0 20px;
	line-height: 1.5em;
}

.back ._btnexplore {
	background-color: #fef453;
	color: #ffffff;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.5rem 2.7rem;
	margin: 0;
}

.back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	background-color: #2d6947;
	width: 100px;
	height: 6px;
}

.slick-dots li.slick-active {
	background-color: #2d6947;
	border-radius: 100%;
	border: 1px solid #2d6947;
	list-style: none;
	width: 12px;
	height: 12px;
}

.slick-dots li {
	border-radius: 100%;
	border: 1px solid #2d6947;
	list-style: none;
	width: 12px;
	height: 12px;
}

.slick-dots li.slick-active button::before,
.slick-dots li button::before {
	content: '';
}

.slick-dots {
	bottom: -40px;
}

._parentstestimonials h4 {
	font-size: 42px;
	color: #464646;
	text-shadow: 0 3px 5px rgba(70, 70, 70, 0.5);
}

._parentstestimonials p {
	font-size: 32px;
	color: #464646;
	margin-bottom: 0;
	text-shadow: 0 3px 5px rgba(70, 70, 70, 0.5);
}

#_lazyslider {
	margin: 25px 0;
}

#_lazyslider .slick-slide {
	width: 100%;
	margin: 0;
}

._responsiveslider {
	position: relative;
}

._responsiveslider img::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
}

.slide1 {
	position: relative;
	width: 100%;
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 23%;
	bottom: 0;
	z-index: -99999;
}

.overlay img {
	border-radius: 2%;
	height: auto;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

._memberdescp {
	margin-top: 2rem;
}

._memberdescp h4 {
	font-size: 42px;
	color: #fff;
	margin: 0;
}

._memberdescp h5 {
	font-size: 30px;
	color: #fff;
	margin: 0;
}

._memberdescp h6 {
	color: #fff;
	font-size: 30px;
	margin: 0;
}

._memberdescp p {
	font-size: 24px;
	color: #ffffff;
	margin-top: 1rem;
}

.panacea_indicators {
	bottom: 8%;
}

.panacea_indicators li {
	width: 40px !important;
	height: 5px !important;
	background-color: #fff;
	border: none !important;
	border-radius: 0 !important;
}

.panacea_indicators li.active {
	width: 40px;
	height: 5px;
	background-color: #00a651;
	border: none;
	border-radius: 0;
}

.play_vdo{
position: absolute;
    left: 0;
    right: 0;
    width: 50px;
    margin: auto;
    top: 35%;
}
.videothumbcol {
    position: relative;
}
#_parentexperience::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

#sweetstories {
	position: relative;
}

#sweetstories::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../images/angle1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100px;
	z-index: 9;
}

#sweetstories::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../images/angle2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100px;
	z-index: 9;
}

.quoteicon {
	position: absolute;
	top: -30px;
	left: 0;
	z-index: 9;
}

.quoteicon i {
	font-size: 62px;
	color: rgba(255, 255, 255, 0.5);
}

.overlay-image {
	position: absolute;
	bottom: 5px;
	right: 25px;
}

.sliderimg {
	position: relative;
}

.sliderimg img {
	border-radius: 5px;
	position: relative;
	z-index: 1;
}

.overlay-content p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
}

.overlay-content small {
	color: #fef453;
	font-size: 14px;
	margin-bottom: 0;
	position: relative;
	top: -5px;
}

.text-testimonial {
	padding: 2rem 3rem;
}

.text-testimonial p {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}

.text-testimonial span {
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
}

.text-testimonial span {
	position: relative;
}

.text-testimonial span::before {
	position: absolute;
	content: '';
	margin-top: 12px;
	margin-left: -55px;
	background-color: #fff;
	width: 50px;
	height: 2px;
}

._testimonialpanacea {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	top: 150px;
}

._sweetslider {
	position: relative;
	z-index: 9;
}

.breadcrumbs {
	background-color: #2d6947;
	position: relative;
	z-index: 1;
}

.breadcrumbs-text {
	position: relative;
	z-index: 1;
	padding: 1rem 0;
	color: #fff;
}

.breadcrumbs-text h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 2px;
}

.breadcrumbs-text p {
	font-size: 38px;
	color: #ffffff;
	font-weight: 400;
}

._btnbuy {
	padding: 0.5rem 1.5rem;
	background-color: #2d6947;
	color: #ffffff;
	font-size: 18px;
}

._btnbuy a {
	color: #ffffff;
}

#blogs {
	padding: 3rem 3rem;
}

#enrollcourse {
	padding: 3rem 3rem;
}

#enrollcourse .left-side h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 5px;
}

#enrollcourse .left-side p {
	margin-bottom: 5px;
}

#enrollcourse .left-side p span {
	font-size: 18px;
}

#enrollcourse .left-side p small {
	font-size: 16px;
}

.left-side cite {
	font-style: normal;
}

.left-side cite strong {
	font-weight: 600;
	font-size: 18px;
}

._whatyoulearn {
	background-color: #fbfbfb;
	border-radius: 5px;
	padding: 2rem 1rem;
	float: left;
	width: 100%;
	box-shadow: 0 3px 8px #ccc;
}

._whatyoulearn ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

._whatyoulearn ul li {
	float: left;
	width: 50%;
	font-size: 20px;
	line-height: 52px;
}

._whatyoulearn ul li i {
	margin: 0 1rem;
}

._coursedescription {
	margin: 2rem 0;
	float: left;
	width: 100%;
}

._coursedescription span {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 3px;
	border-bottom: 2px solid #2d6947;
}

._coursedescription p {
	margin-top: 1rem;
	font-size: 18px;
}

.right-side {
	background-color: #fff;
	border-radius: 5px;
	float: left;
	width: 100%;
	box-shadow: 0 3px 8px #ccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.right-side h5 {
	background-color: #ebebeb;
	padding: 1rem;
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.courseprice p {
	font-size: 30px;
	padding: 1.2rem 0;
	font-weight: 600;
	margin-bottom: 0;
}

.courseinclude {
	padding: 0 2rem;
}

.courseinclude p {
	font-size: 24px;
	font-weight: 600;
}

.courseinclude ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.courseinclude ul li span {
	font-size: 16px;
	line-height: 32px;
	width: 89%;
	float: left;
	position: relative;
	top: -8px;
}

.courseinclude ul li i {
	margin-right: 1rem;
	width: 5%;
	float: left;
}

.courseenroll {
	padding: 1rem 2.5rem;
	float: left;
	width: 100%;
}

.btnenrollnow {
	background-color: #fef453;
	color: #ffffff;
	font-size: 18px;
	width: 100%;
	margin: 0;
}

.sharecourse {
	padding: 0 2.5rem 3rem 2.5rem;
	float: left;
	width: 100%;
}

.sharecourse p {
	font-size: 22px;
	text-align: center;
}

.sharecourse ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.sharecourse ul li a {
	border: 1px solid #444;
	padding: 5px 10px;
}

.sharecourse ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.sharecourse ul li a .fb {
	padding: 0 3.5px;
}

.sharecourse ul li:hover a {
	border: 1px solid #2d6947;
	background-color: #2d6947;
	color: #fff;
}

._enquireform {
	padding: 1.5rem;
	border: 1px solid #f1f1f1;
	box-shadow: 0 3px 8px #ccc;
}

._enquireform input[type="file"] {
	background-color: #333347;
	color: #fff;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#_panaceatutorlogin h4 {
	padding: 1rem 0.5rem;
	margin: 0;
	background-color: #2d6947;
	text-align: center;
	color: #ffffff;
}

._btnfacebook {
	background-color: #3B5998;
	padding: 0;
	height: 44px;
	width: 50%;
	color: #ffffff;
	position: relative;
	margin: 0 auto;
	display: block;
	box-shadow: 0 8px 12px 2px rgba(0, 0, 0, 0.14), 0 3px 15px 5px rgba(0, 0, 0, 0.12), 0 4px 5px -5px rgba(0, 0, 0, 0.3);
}

._btnfacebook i {
	position: absolute;
	left: 0;
	color: #fff;
	font-size: 18px;
	background-color: rgba(139, 157, 195);
	padding: 0.8rem 1.4rem;
	top: 0;
}

._btngoogle i {
	position: absolute;
	background-color: #7ea9f2;
	padding: 0;
	left: 0;
	font-size: 18px;
	color: #fff;
	padding: 0.8rem 1.2rem;
	top: 0;
}

._btngoogle {
	background-color: #4885ed;
	padding: 0;
	height: 44px;
	width: 50%;
	color: #ffffff;
	position: relative;
	margin: 0 auto;
	display: block;
	box-shadow: 0 8px 12px 2px rgba(0, 0, 0, 0.14), 0 3px 15px 5px rgba(0, 0, 0, 0.12), 0 4px 5px -5px rgba(0, 0, 0, 0.3);
}

._enquireform .form-control,
.is-focused .form-control {
	background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
	background-color: #ffffff;
}

footer {
	margin-top: 1rem;
	padding: 0 4rem;
	background-color: #edf6f3;
	float: left;
	width: 100%;
	border-bottom: 5px solid #2d6947;
}

._footerlinks h6 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 500;
}

._footerlinks ul {
	margin: 0;
	padding: 0;
}

._footerlinks ul li a {
	color: #ffffff;
	font-size: 16px;
}

._footerlinks ul li a span i {
	padding: 0 .5rem;
	font-size: 6px;
	position: relative;
	top: -3px;
	color: #00a651;
}

._footerlinks p {
	color: #ffffff;
	font-size: 14px;
}

._newsletterform {
	border-radius: 0;
	background-color: #ebebeb;
}

#basic-addon2 {
	background-color: #00a651;
	border-radius: 0;
}

#basic-addon2 img {
	width: 25px;
}

._footerlinks address p span {
	font-weight: 400;
}

._footerlinks address p {
	font-size: 15px;
	font-weight: 100;
	margin-bottom: 5px;
}

._socialicon ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

._socialicon ul li {
	float: left;
	margin-right: 25px;
}

._socialicon ul li a {
	color: #ffffff;
	font-size: 22px;
}

._socialicon {
	margin: 0 auto;
	padding: 2rem 0 0 0;
}

._socialicon ul li a .fb:hover {
	color: #3b5998;
}

._socialicon ul li a .ig:hover {
	color: #bc2a8d;
}

._socialicon ul li a .tw:hover {
	color: #00aced;
}

._socialicon ul li a .ln:hover {
	color: #0077b5;
}

._socialicon ul li a .yt:hover {
	color: #ff0000;
}

.copyright {
	float: left;
	width: 100%;
	margin-top: 1rem;
}

.copyright p {
	font-size: 14px;
	color: #989898;
}

@media only screen and (max-width: 767px) {
	#_navbar li .nav-link {
		margin: 5px 0;
	}
	._btnselect {
		position: static !important;
		margin-top: 1rem;
	}
	._whatyoulearn ul li {
		width: 100%;
	}
	#enrollcourse {
		padding: 3rem 1rem;
	}
	#blogs {
		padding: 3rem 1rem;
	}
	._whatyoulearn {
		margin: 10px 0 !important;
	}
	.about-text1 h3 {
		font-size: 36px !important;
	}
	.about-text1 p {
		font-size: 20px !important;
	}
	.about-text1 span {
		font-size: 24px !important;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#_navbar li.nav-item::after {
		content: '';
		position: absolute;
		right: 5px;
		top: 17px;
		background-color: #fff;
		width: 7px;
		height: 7px;
		transform: rotate(45deg);
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 359px) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #fff;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	#_searchfield {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 1rem;
		color: rgba(0, 0, 0, .5);
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 925px;
	}
	.course_paper1 li {
		font-size: 12px;
	}
	.icon-heading h5 {
		font-size: 15px;
		padding: 1rem 0.5rem;
	}
	._studentshareexperience h5 {
		font-size: 20px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 55px;
		height: 55px;
	}
	#demo .carousel-indicators {
		margin-top: 120%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 10rem;
		position: relative;
	}
	#_storyslider {
		height: 450px !important;
	}
	._testimonialpanacea {
		right: 0%;
		left: 0%;
		top: 125px;
	}
	.quoteicon i {
		font-size: 36px;
	}
	.quoteicon {
		top: -20px;
		left: 5px;
	}
	.playicon i {
		font-size: 36px;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	.breadcrumbs-text {
		padding: 1rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	.breadcrumbs-text h1 {
		font-size: 30px;
	}
	._btngoogle,
	._btnfacebook {
		width: 100%;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
	.about-text1 {
		top: 35% !important;
	}
	.about-text1 span {
		font-size: 16px !important;
	}
	.box-icon img {
		width: 60px;
	}
}
 .play_icon{
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center;
}
.regular {
	position: relative;
}
@media only screen and (min-device-width: 360px) and (max-device-width: 413px) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #fff;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 1rem;
		color: rgba(0, 0, 0, .5);
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	#_searchfield {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 1rem;
		color: rgba(0, 0, 0, .5);
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1350px;
	}
	.course_paper1 li {
		font-size: 12px;
	}
	.icon-heading h5 {
		font-size: 15px;
		padding: 1rem 0.5rem;
	}
	._studentshareexperience h5 {
		font-size: 20px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px auto;
	}
	#demo .carousel-indicators .active {
		width: 55px;
		height: 55px;
	}
	#demo .carousel-indicators {
		margin-top: 90%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 10rem;
		position: relative;
	}
	#_storyslider {
		height: 450px !important;
	}
	._testimonialpanacea {
		right: 0%;
		left: 0%;
		top: 125px;
	}
	.quoteicon i {
		font-size: 36px;
	}
	.quoteicon {
		top: -20px;
		left: 5px;
	}
	.playicon i {
		font-size: 36px;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	.breadcrumbs-text {
		padding: 1rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	.breadcrumbs-text h1 {
		font-size: 30px;
	}
	._btngoogle,
	._btnfacebook {
		width: 100%;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
	.about-text1 {
		top: 35% !important;
	}
	.about-text1 span {
		font-size: 16px !important;
	}
	.box-icon img {
		width: 60px;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-width: 460px) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #fff;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	#_searchfield {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 1rem;
		color: rgba(0, 0, 0, .5);
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1350px;
	}
	.course_paper1 li {
		font-size: 12px;
	}
	.icon-heading h5 {
		font-size: 15px;
		padding: 1rem 0.5rem;
	}
	._studentshareexperience h5 {
		font-size: 20px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px 10px;
	}
	#demo .carousel-indicators .active {
		width: 55px;
		height: 55px;
	}
	#demo .carousel-indicators {
		margin-top: 90%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 10rem;
		position: relative;
	}
	#_storyslider {
		height: 450px !important;
	}
	._testimonialpanacea {
		right: 0%;
		left: 0%;
		top: 100px;
	}
	.quoteicon i {
		font-size: 36px;
	}
	.quoteicon {
		top: -20px;
		left: 5px;
	}
	.playicon i {
		font-size: 36px;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	.breadcrumbs-text {
		padding: 1rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	.breadcrumbs-text h1 {
		font-size: 30px;
	}
	._btngoogle,
	._btnfacebook {
		width: 100%;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
	.about-text1 {
		top: 35% !important;
	}
	.about-text1 span {
		font-size: 16px !important;
	}
	.box-icon img {
		width: 60px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
	#enrollcourse {
		padding: 3rem 1rem !important;
	}
	#blogs {
		padding: 3rem 1rem !important;
	}
	.buycourseleft,
	.buycourseright {
		max-width: 100% !important;
		flex: 0 0 100%;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 1rem !important;
	}
	.about-text1 {
		top: 35% !important;
	}
	.about-text1 span {
		font-size: 24px !important;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
	#enrollcourse {
		padding: 3rem 1rem !important;
	}
	#blogs {
		padding: 3rem 1rem !important;
	}
	.buycourseleft,
	.buycourseright {
		max-width: 100% !important;
		flex: 0 0 100%;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 1rem !important;
	}
	.about-text1 {
		top: 35% !important;
	}
	.about-text1 span {
		font-size: 24px !important;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait) {
	#enrollcourse {
		padding: 3rem 1rem !important;
	}
	#blogs {
		padding: 3rem 1rem !important;
	}
	.buycourseleft,
	.buycourseright {
		max-width: 100% !important;
		flex: 0 0 100%;
	}
	._whatyoulearn {
		margin: 10px 0!important;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 {
		top: 35% !important;
	}
	.about-text1 span {
		font-size: 24px !important;
	}
}

@media only screen and (min-width: 1224px) {
	.box-icon img {
		width: 70px;
	}
	.icon-heading h5 {
		padding: 1.5rem 0.5rem;
	}
	.back small {
		font-size: 18px;
	}
	#whypanaceatutor::before {
		height: 335px; 
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #2d6947;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
	.about-text1 span {
		font-size: 16px !important;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #2d6947;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0;
		color: #fff;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
	.about-text1 span {
		font-size: 16px !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #2d6947;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
	.about-text1 span {
		font-size: 16px !important;
	}
	.course_paper1 li {
		font-size: 13px;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #fff;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 1rem;
		color: rgba(0, 0, 0, .5);
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
	.about-text1 span {
		font-size: 16px !important;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #2d6947;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
	.about-text1 span {
		font-size: 18px !important;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #2d6947;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0;
		color: #fff;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
		#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
	.about-text1 span {
		font-size: 18px !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #2d6947;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0;
		color: #fff;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: transparent;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0.7rem;
		color: rgba(0, 0, 0, 0.5);
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #2d6947;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0;
		color: #fff;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #fff;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 1rem;
		color: rgba(0, 0, 0, .5);
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1650px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 10px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 80%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
	#_storyslider {
		height: 475px !important
	}
	._testimonialpanacea {
		right: 5%;
		left: 5%;
		top: 125px;
	}
	.quoteicon i {
		font-size: 36px;
	}
	.quoteicon {
		top: -15px;
	}
	#videomodal1 {
		padding: 0 !important;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: transparent;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0.7rem;
		color: rgba(0, 0, 0, 0.5);
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
		float:left;
		width:50%;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #fff;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0.7rem;
		color: rgba(0, 0, 0, .5);
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1400px;
	}
	.icon-heading h5 {
		font-size: 15px;
		padding: 1rem 0.5rem;
	}
	.box-icon img {
		width: 60px;
	}
	._studentshareexperience h5 {
		font-size: 20px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 7px;
	}
	#demo .carousel-indicators .active {
		width: 50px;
		height: 50px;
	}
	#demo .carousel-indicators {
		margin-top: 105%;
		margin-left: 0;
		margin-right: 0;
	}
	.course_paper1 li {
		font-size: 12px;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 10rem;
		position: relative;
	}
	#_storyslider {
		height: 425px !important;
	}
	._testimonialpanacea {
		right: 0 !important;
		left: 0 !important;
		top: 110px;
	}
	.quoteicon i {
		font-size: 32px;
	}
	.quoteicon {
		top: -20px;
		left: 5px;
	}
	.playicon i {
		font-size: 42px !important;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	._btngoogle,
	._btnfacebook {
		width: 100%;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #2d6947;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0;
		color: #fff;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #2d6947;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0;
		color: #fff;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #2d6947;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 1rem;
		color: rgba(0, 0, 0, .5);
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0;
		color: #fff;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1800px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px;
	}
	#demo .carousel-indicators .active {
		width: 60px;
		height: 60px;
	}
	#demo .carousel-indicators {
		margin-top: 130%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 15rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
		#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
		float:left;
		width:50%;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
	._sitelogo {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
	#_navbarlight {
		background-color: #fff;
		box-shadow: none;
		float: right;
		width: 100%;
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 1rem;
		color: rgba(0, 0, 0, .5);
	}
	#_navbar li .nav-link {
		font-size: 18px;
		padding: 0.5rem 0.7rem;
		color: rgba(0, 0, 0, .5);
	}
	
	.padd0 {
		padding: 0;
	}
	._mainbannertext {
		padding: 2rem 0.5rem;
	}
	._mainbannertext h1 {
		font-size: 1.5rem;
	}
	._mainbannertext p {
		font-size: 18px;
		word-spacing: 0px;
		line-height: 1.5;
	}
	._searchbar {
		width: 100%;
		border: none;
	}
	._searchbar::placeholder {
		font-size: 14px;
	}
	._btnsuccess {
		background-color: #2d6947;
		margin: 0;
	}
	._panaceamainbanner {
		height: auto;
	}
	._whypanaceatutorheading h2 {
		font-size: 30px;
	}
	#whypanaceatutor::before {
		height: 1475px;
	}
	.icon-heading h5 {
		font-size: 15px;
	}
	._studentshareexperience h5 {
		font-size: 32px;
	}
	._studentshareexperience .carousel-item p {
		font-size: 24px;
		margin: 0;
	}
	#demo .carousel-indicators li {
		width: 45px;
		height: 45px;
		margin: 5px auto;
	}
	#demo .carousel-indicators .active {
		width: 55px;
		height: 55px;
	}
	#demo .carousel-indicators {
		margin-top: 110%;
		margin-left: 0;
		margin-right: 0;
	}
	.quote-icon {
		margin: 1rem 0;
	}
	#onetooneclass {
		margin-top: 12rem;
		position: relative;
	}
	._btnonetooneclass {
		left: 0;
	}
	.one2one img {
		display: block;
		padding-top: 1rem;
		margin: auto;
	}
	#whatweoffer {
		margin: 3rem 0;
		padding: 0;
	}
	#whatweoffer h5 {
		font-size: 32px;
	}
	._parentstestimonials h4 {
		font-size: 24px;
	}
	._parentstestimonials p {
		font-size: 18px;
	}
	#enrollcourse {
		padding: 3rem 0.5rem;
	}
	#blogs {
		padding: 3rem 0.5rem;
	}
	._whatyoulearn ul li {
		font-size: 14px;
	}
	._whatyoulearn {
		padding: 2rem 0.5rem;
	}
	._whatyoulearn ul li i {
		margin: 0 0.5rem;
	}
	.right-side h5 {
		font-size: 22px;
	}
	.courseinclude {
		padding: 0 1rem;
	}
	.courseenroll {
		padding: 1rem;
	}
	.sharecourse {
		padding: 0 .5rem 3rem .5rem;
	}
	.courseinclude ul li span {
		width: 88%;
	}
	
	.breadcrumbs-text {
		padding: 2rem 1rem;
	}
	._footerlinks ul li a {
		font-size: 14px;
	}
	footer {
		margin-top: 0;
		padding: 0;
	}
	#navpills li {
		width: 48%;
		float: left;
	}
	.about-text1 {
		padding: 0 1rem !important;
	}
	#aboutpage {
		padding: 3rem 0 !important;
	}
	.about-text1 h3 {
		font-size: 20px !important;
	}
	.about-text1 p {
		font-size: 16px !important;
	}
}

.dropdown-menu {
	padding: 0;
	margin: 0;
	border: 0 solid transition!important;
	border: 0 solid rgba(0, 0, 0, .15);
	border-radius: 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}

.mainmenu .collapse ul ul>li:hover>a,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .show .dropdown-menu>li>a:hover {
	background: #4CAF50;
}

.mainmenu .collapse ul ul ul>li:hover>a {
	background: #4CAF50;
}

.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
	background: #fff
}

.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
	background: #fff
}

@media only screen and (min-width: 767px) {
	.mainmenu .collapse ul li:hover>ul {
		display: block
	}
	.mainmenu .collapse ul ul {
		position: absolute;
		top: 41px;
		left: 0;
		min-width: 160px;
		display: none;
		padding: 0.5rem 0;
	}
	.mainmenu .collapse ul ul li {
		position: relative
	}
	.mainmenu .collapse ul ul li:hover>ul {
		display: block
	}
	.mainmenu .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 200px;
		display: none
	}
	.mainmenu .collapse ul ul ul li {
		position: relative
	}
	.mainmenu .collapse ul ul ul li:hover ul {
		display: block
	}
	.mainmenu .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		display: none;
		z-index: 1
	}
}

@media only screen and (max-width: 767px) {
	.navbar-nav .show .dropdown-menu .dropdown-menu>li>a {
		padding: 16px 15px 16px 35px
	}
	.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu>li>a {
		padding: 16px 15px 16px 45px
	}
	#checkout-page {
		padding: 3rem 1rem !important
	}
	.bd-riight {
		border-right: none !important;
		border-bottom: 1px solid #444;
		padding: 1rem 0;
	}
}

@media only screen and (max-width: 1024px) {
	footer {
		padding: 0 1rem;
	}
	.contactus {
		padding: 3rem 1rem !important;
	}
	#thankyouresgister,
	#faildpayment {
		padding: 3rem 1rem !important;
	}
	.box-tittle {
		font-size: 16px !important;
		margin-top: 50px !important;
	}
	.contact-us-box {
		padding: 10px !important;
	}
	.box-text {
		margin: 0 !important;
		font-size: 14px;
	}
	#democlass,
	#oursuccess,
	#noticeboard,
	#testimonial {
		padding: 3rem 1rem !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	#_navbar li .nav-link {
		font-size: 14px !important;
		padding: 0.5rem 0.7rem;
		margin: 0 0;
	}
	#_navbar li.nav-item::after {
		content: '';
		position: absolute;
		right: -5px;
		top: 17px;
		background-color: transparent;
		width: 7px;
		height: 7px;
		transform: rotate(45deg);
	}
	.box-icon img {
		width: 55px;
	}
	.icon-heading h5 {
		padding: 1rem 0.5rem;
		font-weight: bold;
	}
	#demo .carousel-indicators li {
		width: 150px;
		height: 57px;
	}
	#demo .carousel-indicators {
		margin-top: 50%;
	}
	#whypanaceatutor::before {
		height: 1100px;
	}
	#onetooneclass {
		margin-top: 10rem;
	}
	#_storyslider {
		height: 450px !important;
	}
	._testimonialpanacea {
		left: 0 !important;
		right: 0 !important;
		top: 100px !important;
	}
	._btnhelp {
		position: relative;
		top: 7px;
	}
	._footerlinks ul li a {
		font-size: 14px;
	}
	._footerlinks address p {
		font-size: 14px;
	}
}

@media (min-width: 901px) and (max-width: 1000px) {
	#_navbar li .nav-link {
		font-size: 14px !important;
	}
	.box-icon img {
		width: 55px;
	}
	.icon-heading h5 {
		padding: 1rem 0.5rem;
		font-weight: bold;
	}
	#demo .carousel-indicators li {
		width: 150px;
		height: 95px;
	}
	#demo .carousel-indicators {
		margin-top: 38%;
	}
	#whypanaceatutor::before {
		height: 545px;
	}
	#onetooneclass {
		margin-top: 15rem;
	}
	#_storyslider {
		height: 525px !important;
	}
	._testimonialpanacea {
		left: 0 !important;
		right: 0 !important;
		top: 100px !important;
	}
	._footerlinks ul li a {
		font-size: 14px;
	}
	._footerlinks address p {
		font-size: 14px;
	}
}


#_dhflogin h4 {
	padding: 1rem 0.5rem;
	margin: 0;
	background-color: #2d6947;
	text-align: center;
	color: #ffffff;
}

._btnlogin {
	background-color: #2d6947;
	margin: 15px 0;
	padding: 8px 25px;
	font-size: 18px;
}

.btn_fb {
	background-color: #4267B2;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 0;
	width: 100%;
}

.btn_fb i {
	float: left;
	font-size: 16px;
	padding: 0.8rem 1rem;
	background-color: #8b9dc3;
}

.btn_google i {
	float: left;
	font-size: 16px;
	padding: 0.8rem 0.9rem;
	background-color: #7ea9f2;
}

.btn_fb span,
.btn_google span {
	position: relative;
	top: 11px;
	font-size: 16px;
}

.btn_google {
	background-color: #4885ed;
	color: #fff;
	border-radius: 0;
	padding: 0;
	border: none;
	width: 100%;
}

#aboutpage {
	padding: 3rem;
}

#aboutpage h4 {
	font-size: 24px;
	font-weight: 600;
}

.faq_serach {
	background-color: #ccc;
	padding: 2rem;
}

._serachicon {
	background: #fff;
}

._serachicon i {
	position: relative;
	top: 12px;
	color: #2d6947;
	font-size: 24px;
	padding: 0 10px;
}

.serach_formcontrol::placeholder {
	font-size: 24px;
}

.serach_formcontrol {
	height: 50px;
}

.accordion {
	padding: 1rem 0;
}

.accordion-header {
	padding: 0.5rem 0;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.accordion-header span {
	font-weight: 700;
}

._btnexplore {
	width: 100%;
	background-color: #2d6947;
	color: white;
	border-radius: 25px;
}
._btnexplore:hover{
	color: #fff;
}
#checkout-page {
	padding: 3rem;
}

.addcart-section {
	padding: 10px 20px;
	box-shadow: 0 0 2px #ccc;
	background: #f1f1f1;
	border-radius: 3px;
}

.addcart-section h2 {
	line-height: 100px;
	text-align: center;
	font-weight: 700;
}

.bd-riight {
	border-right: 1px solid #444;
}

.addcart-section h1 {
	font-weight: 700;
	font-size: 1.5rem;
}

.addcart-section p {
	margin-bottom: 0;
}

.addcart-section {
	position: relative;
}

.badgetick {
	position: absolute;
	top: -30px;
	left: -35px;
	background: #0cc164;
	padding: 13px 14px;
	border-radius: 100%;
}

.badgetick i {
	font-size: 16px;
}
.input-group{
	margin-bottom: 1rem;
}
.shippingcard .card-title {
	margin-top: 0;
}

._btnlink {
	background-color: #0cc164 !important;
	color: #ffffff !important;
	margin: 1rem 0;
	border-radius: 30px !important;
	font-size: 16px !important;
	padding: 0.6rem 1.8rem !important;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(12, 193, 100, .6);
}

.card ._headercard {
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(246, 142, 86, .6);
	background: #2d6947;
}
._headercard{
	color: #fff;
}
.shippingcard button{
	width: 200px;
	background-color: #2d6947;
	border-radius: 25px;
}
.card-login ._checkform {
	padding-top: 15px !important;
}

._cardicon ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

._cardicon ul li {
	float: left;
	width: 25%;
	text-align: center;
}

._cardicon ul li i {
	font-size: 50px;
	color: #444;
}

._selectcourse {
	position: relative;
}

._btnselect {
	position: relative;
	margin-top:1.5rem;
}

.paper2 li {
	margin-top: 1rem;
}

.paper2 li .form-check .form-check-label {
	font-size: 18px;
}

.ribbon1 {
	position: absolute;
	top: -39px;
	right: -32px;
}

.ribbon1:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 53px solid transparent;
	border-right: 53px solid transparent;
	border-top: 10px solid #0092ee;
}

.ribbon1 span {
	position: relative;
	display: block;
	text-align: center;
	background: #0092ee;
	font-size: 18px;
	line-height: 1;
	padding: 10px 8px 8px;
	border-top-right-radius: 8px;
	width: 105px;
	color: #fff;
}

.ribbon1 span:before,
.ribbon1 span:after {
	position: absolute;
	content: "";
}

.ribbon1 span:before {
	height: 6px;
	width: 6px;
	left: -6px;
	top: 0;
	background: #0b74b7;
}

.ribbon1 span:after {
	height: 6px;
	width: 8px;
	left: -8px;
	top: 0;
	border-radius: 8px 8px 0 0;
	background: #0b74b7;
}

/*#loginpopup {
	width: 100%;
}

#loginpopup li {
	width: 49% !important;
}
*/
/*#loginpopup li a {
	padding: 10px 5px !important;
	background-color: #f1f1f1;
}
*/
/*#loginpopup .nav-item .nav-link.active {
	color: #fff;
	background-color: #9c27b0 !important;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(156, 39, 176, .6);
}*/

/*#logincard form {
	min-height: 300px !important;
}*/
/*
.tab-space {
	padding: 20px 0 0;
}

#checkform {
	margin-top: 0;
	padding-top: 0;
}
*/
/*#myRegistermodal .form-control,
.is-focused .form-control {
	background-image: linear-gradient(to top, #9c27b0 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #cdcdcd 1px, rgba(210, 210, 210, 0) 1px);
	background-color: #ffffff;
}
*/
/*.card .card-title {
	margin-top: 0 !important;
}
*/


#thankyouresgister,
#faildpayment {
	padding: 3rem 5rem;
}

#thankyouresgister p i {
	font-size: 72px;
	color: #fef453;
}

#faildpayment p i {
	font-size: 72px;
	color: #ff0000;
}

._btnhome,
._btndash {
	margin: 0 15px;
}

.contactus {
	padding: 3rem 5rem;
}

.box {
	cursor: pointer;
	box-shadow: 0px 2px 10px -4px #2d6947;
	padding: 20px 0px;
	margin-bottom: 20px;
	background: #fff;
}

.incon-box i {
	font-size: 26px;
	border-radius: 27px;
	color: #fff;
	background: #2d6947;
	height: 55px;
	width: 55px;
	line-height: 50px;
	border: 3px solid transparent;
	transition: all .4s ease-in;
}

.my-video {
	width: 100%;
}

.box-tittle {
	font-size: 20px;
	text-transform: uppercase;
	color: #333745;
	line-height: 60px;
}

.box:hover .incon-box i {
	background: #fff;
	border: 3px solid #2d6947;
	color: #2d6947;
	transition: all .4s ease-in;
}

.contact-us-box {
	position: relative;
	margin-top: 25px;
	padding: 50px;
}

.contact-us-box .incon-box {
	position: absolute;
	top: -20px;
	left: 40%;
}

. .contact-form label {
	color: #00137f;
}

.contact-form input {
	height: 40px;
	border-radius: 0px;
}

.contact-form textarea {
	border-radius: 0px;
}

.iframe-map {
	width: 100%;
	height: 300px;
}

.section-title h2 {
	font-size: 30px;
	color: #222;
	position: relative;
	padding-bottom: 10px;
}

.panel-box {
	border-radius: 0px!important;
}

.section-title h2 span {
	color: #00137f;
}

.send-btn {
	background: #00137f;
	border: 1px solid #00137f;
	border-radius: 0;
	color: #FFFFFF;
	display: block;
	font-family: 'Roboto', sans-serif;
	padding: 12px 45px;
}

.badge {
	font-weight: 600;
	font-size: 13px;
	color: white;
	background-color: #0cc164;
}

.mg-2,
.mg-4 {
	margin-left: -20px;
}

.linkfeat {
	background: rgba(76, 76, 76, 0);
	background: -moz-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 0)), color-stop(49%, rgba(48, 48, 48, 0)), color-stop(100%, rgba(19, 19, 19, 1)));
	background: -webkit-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
	background: -o-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
	background: -ms-linear-gradient(top, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
	background: linear-gradient(to bottom, rgba(76, 76, 76, 0) 0%, rgba(48, 48, 48, 0) 49%, rgba(19, 19, 19, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

#democlass {
	padding: 3rem 5rem;
	background-color: transparent;
}

.democourse {
	background: #ffffff;
	border-radius: 5px;
	transition: transform .4s;
	box-shadow: 0 0 6px -1px rgb(0 0 0 / 0.2);
}

.democourse:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.demovideoimg {
	position: relative;
	max-height: 250px;
	min-height: 236px;
}

.demodescrp {
	padding: 10px 0;
}

.demodescrp a ._btnsuccess,
.demodescrp a ._btnsuccess:hover,
.demodescrp a ._btnsuccess:active,
.demodescrp a ._btnsuccess:focus {
	color: #fff;
}

.quickbrowse {
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}

.quicklink {
	border-left: 5px solid #ffeb3b;
	background: #2d6947;
	cursor: pointer;
}
.quicklink a{
	color: #fff;
}
.quicklink p {
	padding: 8px 15px;
}

._playbtn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
	background-color: rgba(0, 0, 0, 0.4);
}

.playicon i {
	color: white;
	font-size: 72px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 9;
}

.innerdemo {
	background: #fff;
	float: left;
	width: 100%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.p-icon {
	background: #2d6947;
	padding: 10px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	color: #fff;
	position: absolute;
	bottom: -15px;
	right: 15px;
	text-align: center;
	font-size: 24px;
	z-index: 1;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.p-icon i {
	position: relative;
	top: -5px;
	font-size: 18px;
}
.coursedescrp {
	padding: 2rem 1rem 0;
}

.coursecontent ol li {
	line-height: 28px;
}

#learndash_course_content_title {
	font-size: 30px;
	margin-bottom: 10px !important;
}

#learndash_lessons,
.learndash #learndash_quizzes,
.learndash #learndash_profile,
.learndash #learndash_lesson_topics_list>div {
	border: 0;
	margin-bottom: 30px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

#learndash_lessons #lesson_heading,
.learndash #learndash_profile .learndash_profile_heading,
.learndash #learndash_quizzes #quiz_heading,
.learndash #learndash_lesson_topics_list div>strong {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #959595;
	font-size: 18px;
	color: #fff;
	padding: 18px 20px;
}

#learndash_lessons #lesson_heading,
#learndash_profile .learndash_profile_heading,
#learndash_quizzes #quiz_heading,
#learndash_lesson_topics_list div>strong {
	background-color: #f3f3f3;
	color: #333333;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 1% 2%;
	padding: 1% 3%\9;
	font-weight: normal;
	margin: 0;
	display: block;
}

#learndash_lessons .right,
#learndash_quizzes .right,
#learndash_profile .learndash_profile_heading .ld_profile_status {
	float: right;
	text-align: center;
	width: 53px;
}

#lessons_list,
#course_list,
#quiz_list,
.learndash_profile_quizzes,
#learndash_lesson_topics_list ul,
.learndash_nevigation_lesson_topics_list {
	display: table;
	width: 100%;
	margin-bottom: 0;
}

.learndash #learndash_lessons>div>div,
.learndash #learndash_quizzes>div>div {
	border: 0;
}

#lessons_list>div,
#course_list>div,
#quiz_list>div,
.learndash_profile_quizzes>div,
#learndash_lesson_topics_list ul>li,
.learndash_nevigation_lesson_topics_list>div {
	display: table-row;
}

.learndash #lessons_list>div>div,
.learndash #course_list>div>div,
.learndash #quiz_list>div>div,
.learndash .single-sfwd-lessons #learndash_lesson_topics_list ul>li>span.sn,
.learndash .singular-sfwd-lessons #learndash_lesson_topics_list ul>li>span.sn {
	border: 0;
	font-size: 16px;
	color: #959595;
	font-weight: 300;
}

#lessons_list>div h4>a,
#course_list>div h4>a,
#quiz_list>div h4>a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	display: block;
	line-height: 2em;
	width: 90%;
}

#learndash_lessons a,
.learndash #learndash_quizzes a,
.learndash .expand_collapse a,
.learndash .learndash_topic_dots a,
.learndash .learndash_topic_dots a>span,
.learndash #learndash_lesson_topics_list span a {
	font-size: 16px;
	color: #959595;
	font-weight: 300;
}

#lessons_list .list-count,
#quiz_list .list-count {
	display: table-cell;
	padding: 0 15px;
	text-align: center;
	width: 10%;
}

.playvideoicon {
	display: table-cell;
	padding: 0;
	text-align: center;
	width: 10%;
}

.playvideoicon i {
	font-size: 24px;
}

#lessons_list .is_not_sample:nth-child(even) {
	background: #f1f1f1;
}

.is_not_sample h4 {
	margin-bottom: 0;
}

#noticeboard {
	padding: 3rem 5rem;
}

.layer-table {
	background: #fff;
	position: absolute;
	left: 0;
	right: -1px;
	top: 100%;
	padding: 0 15px;
	z-index: 21;
	overflow: hidden;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transform: translateY(-90px);
	-webkit-transform: translateY(-90px);
	-moz-transform: translateY(-65px);
	-ms-transform: translateY(-90px);
}

.layer-table:hover {
	transform: translateY(-99%);
	-webkit-transform: translateY(-99%);
	-moz-transform: translateY(-99%);
	-ms-transform: translateY(-99%);
}

#noticeboard img {
	border-radius: 5px;
	width: 100%;
 	height: 445px;
	object-fit: contain;
	display: block;
	transition: all 3s cubic-bezier(.1, .97, .12, .96);
	-webkit-transition: all 3s cubic-bezier(.1, .97, .12, .96);
	-moz-transition: all 3s cubic-bezier(.1, .97, .12, .96);
}

.notice-section {
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	-ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: .55s;
	-moz-animation-duration: .55s;
	-ms-animation-duration: .55s;
	-o-animation-duration: .55s;
	animation-duration: .55s;
	opacity: 1;
	z-index: 9;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
}

.layer-table h2.title {
	margin: 10px 0;
	font-size: 18px;
	font-weight: 400;
	min-height: auto;
}

.category {
	font-style: italic;
	color: #999;
}

.smallnotice .layer-table h2.title {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 400;
	min-height: auto;
}

.padd0 {
	padding: 0;
}

#sitemap {
	padding: 5rem;
}

.sitemap-head .table thead {
	background-color: #fef453;
	color: #fff;
	font-weight: 600;
}

#oursuccess {
	padding: 3rem 5rem;
	background: #f1f1f1;
}

.success-box {
	background-color: #fff;
	border-radius: 5px;
	border-top: 3px solid #fef453;
}

.success-content {
	min-height: 175px;
}

.img-box {
	height: 75px;
	width: 75px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	border-radius: 100%;
	margin: -40px auto 0 auto;
}

.success-content h4 {
	margin-top: 1rem;
}

.success-content cite {
	font-size: 14px;
	color: #888;
}

.course-achievement span::before {
	content: '';
	position: absolute;
	background-color: #888;
	height: 1px;
	width: 50px;
	left: 25px;
	top: 10px;
}

.course-achievement span::after {
	content: '';
	position: absolute;
	background-color: #888;
	height: 1px;
	width: 50px;
	right: 25px;
	top: 10px;
}

.course-achievement p {
	padding-bottom: 1rem;
}

#testimonial {
	padding: 3rem 5rem;
	background-color: #f1f1f1;
}

.testimonial-card .card-up {
	overflow: hidden;
	height: 120px;
	-webkit-border-top-left-radius: .25rem;
	border-top-left-radius: .25rem;
	-webkit-border-top-right-radius: .25rem;
	border-top-right-radius: .25rem;
}

.indigo.lighten-1 {
	background-color: #2d6947 !important;
}

.testimonial-card .avatar {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 100px;
	margin-top: -60px;
	overflow: hidden;
	border: 5px solid #fff;
}

.videopanacea {
	padding-right: 1.5rem;
}

#testimonial .card {
	margin-bottom: 0;
}

._studentshareexperience video {
	margin: 1rem 0;
}

.pdf_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pdf_icon i {
	text-align: center;
	font-size: 100px;
	color: #ff0000;
}

.bg-grey {
	background-color: #f1f1f1;
	padding: 1rem 0;
	border-radius: 5px;
}

#Iframe-Master-CC-and-Rs {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

.responsive-wrapper {
	position: relative;
	height: 500px;
}

.responsive-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.responsive-wrapper-wxh-572x612 {
	padding-bottom: 0;
}

.set-border {
	border: 5px inset #4f4f4f;
}

.set-padding {
	padding: 0;
}

.set-margin {
	margin: 0;
}

.center-block-horiz {
	margin-left: auto !important;
	margin-right: auto !important;
}

.about-text-1 {
	position: relative;
}

.about-text-1 img {
	border-radius: 5px;
	width: 100%;
}

.about-overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.about-text1 {
	position: absolute;
	top: 45%;
	margin: auto;
	text-align: center;
	float: left;
	width: 100%;
	padding: 0 6rem;
}

.about-text1 h3 {
	font-size: 62px;
	color: #fff;
}

.about-text1 p {
	font-size: 24px;
	color: #fff;
}

.about-text1 span {
	font-size: 36px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.course_paper1 {
	padding-left: 25px;
	text-align: left;
	float: left;
	width: 100%;
	min-height: 235px;
}

.course_paper1 li {
	float: left;
	width: 100%;
	font-size: 15px;
}

#oursuccess_page {
	padding: 3rem 5rem;
}

.success_content {
	background: #2d6947;
	max-width: 500px;
	padding: 1rem 0;
	border-radius: 5px;
	border-bottom: 5px solid #fef453;
	margin: auto;
	color: #ffffff;
}

.success_content h4 {
	margin-bottom: 0;
}

#billing-error {
	padding: 1rem 0;
	text-align: center;
	margin: auto;
	color: #ff0000;
}

#phno-error {
	float: left;
	position: absolute;
	top: 25px;
	left: 45px;
	color: #ff0000;
	background: transparent;
}

.testimonial_img {
	width: 100px;
	height: 95px;
}

#aboutpage h5 {
	font-size: 24px;
	font-weight: 600;
}

#aboutpage p {
	font-size: 20px;
	text-align: justify;
}

#_storyslider {
	position: relative;
}

#_storyslider::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

._pwdforgot {
	margin: 1rem 0;
	text-align: center;
	font-size: 18px;
}

._pwdforgot a {
	color: #2d6947;
}

#aboutpage ul li {
	font-size: 18px;
}

._testcolor {
	color: #ff0000;
}

._sitebrand {
	padding: 0 15px;
	margin: auto;
}

#_sitelogo img {
	position: relative;
	top: 3px;
}

#register-gender {
	padding-top: 5px;
	padding-left: 15px;
}

#lefting {}

#leftext {
	background: #f1f1f1;
}

#leftext #leftside {
	padding: 1rem;
}

#leftside {
	background: #f1f1f1;
	min-height: 350px;
}

.coursepaper1 {
	list-style: none;
}

.coursepaper1 li {
	text-align: left;
}
.pagination {
	text-align: center;
	margin: 0 auto;
	display: block;
}
ul.pagination li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

ul.pagination li a {
	color: purple;
	padding: 8px 14px;
	text-decoration: none;
	transition: background-color .3s;
	margin: 4px;
	font-family:open sans;
	float: left;
}

ul.pagination li a.active {
	font-weight: bold;
}

ul.pagination li.active {
	font-weight: bold;
}

ul.pagination li.active a {
	color: #ffffff;
	background-color: purple;
	border-radius:3px;
}

ul.pagination li a:hover {
	background-color: purple;
	border-radius:3px;
	color:#ffffff;
}

.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.4;
}

.backlogo h4 {
	text-align: left;
	padding: 0.5rem 1rem;
}

.coursepaper1 {
	padding-left: 15px;
	min-height: 240px;
}

@media (min-width:320px) and (max-width:600px) {
	#leftimg {
		padding-left: 0;
	}
	#leftimg .front {
		border-radius: 3px;
	}
	#lefttext {
		padding-right: 0;
	}
	._sitebrand {
		padding: 0 10px;
	}
}
@media (min-width:901px) and (max-width:1024px) {
	.front {
		min-height: 423px;
	}
	.course_paper1 {
		min-height: 293px;
	}
	#whatweoffer {
		padding: 0 2rem;
	}
	.icon-heading h5 {
		font-size: 20px !important;
	}
}
@media (min-width:768px) and (max-width:900px) {
	.paper1info,
	.paper2info {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	#enrollcourse .col-md-8, #enrollcourse .col-md-4 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	#blogs .col-md-8, #blogs .col-md-4 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	#gullu {
		flex: 0 0 75% !important;
		max-width: 75% !important;
	}
}

@media screen and (max-width: 677px) {
	.coursepaper1,
	.coursepaper2 {
		padding-right: 0;
	}
	#oursuccess_page {
		padding: 1rem;
	}
	.pdf_icon {
		position:static;
		padding:2rem;
		text-align:center;
		transform:none;
	}
}

p.billing-error {
	color: red;
	width: 100%;
	text-align: center;
}

@media screen and (max-height: 575px) {
	#rc-imageselect,
	.g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
}

.back1 {
	background-color: #f1f1f1;
	float: left;
	width: 100%;
	padding: 1rem;
}

.errortext h1 {
	font-size: 72px;
}

.errortext p {
	font-size: 32px;
}
#promocode .modal-content {
	background-color:#f1f1f1;
}
.promotext {
	background-color:#ffffff;
	border:1px solid #ccc;
	padding:0.25rem;
}
.promohead {
	margin-top:5px;
	float:left;
	width:100%;
}
.addcart-section .table {
	margin-bottom:0;
} 
.video_search {
	background-color:#f1f1f1;
	padding:1rem;
}
.profile-right blockquote {
	font-size:24px;
	padding:2rem 0;
}
.videobox {
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	height:125px;
	position:relative;
}
.videobox::before {
	content:'';
	background-color:rgba(0,0,0,0.4);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}
.play_icon i {
	font-size:48px;
	color:#ffffff;
	position:relative;
	z-index:1009;
}
.play_icon {
	padding:2.50rem 5.5rem;
}
.videocontent {
	background-color:#f1f1f1;
	padding:0.5rem 0.5rem;
}
.videocontent h3 {
	font-size:16px;
	font-weight:700;
}
.videocontent p {
	margin-bottom:0;
}
.panel-heading2 {
	background-color:#ffffff;
	border:1px solid #ddd;
}
.panel-heading2 .panel-title {
	margin-bottom:0;
} 
.panel-heading2 .panel-title a {
	color: #585858;
}
/*.videomodal .modal-body {
	padding:0;
}
.videomodal .modal-header span {
	position:relative;
	top:-10px;
	z-index:1009;
}
.videomodal .modal-header h4 {
	font-size:18px;
	font-weight:700;
}
.videomodal .modal-body p {
	padding:0 1rem;	
}
.videomodal .modal-dialog {
    margin-top: 60px;
}*/
.r_errors {
	width:100%;
	text-align:center;
}

.headtopbar{
	background: #2d6947;
	width: 100%;
	height: 35px;
}
.pull-right{
	float: right;
}
.headtopbar {
	color: #ffffff;
	padding: 3px 15px;
}
.headtopbar a{
	color: #ffffff;
    padding: 5px 15px;
}
.headtopbar .pull-right ul{
	display: inline;
    width: 200px;
    padding-left: 0px;
    list-style: none;
    text-align: right;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 5px;
}
.headtopbar .pull-right ul li{
	float: left;
    border-right: 1px solid #ffffff;
    line-height: 16px;
   
}
.headtopbar .pull-right ul li:last-child {
  border-right: none;
}
.pull-left{
	float: left;
	width: auto;
}

._panaceamainbannernew::after {
    /*content: '';
    background-image: url(../images/bannershape.png);
    background-position: center;
    background-size: cover;
    height: 100px;
    position: absolute;
    bottom: -53px;
    left: 0;
    right: 0;*/
}
#homebannerrow{
	height: 550px;
}
marquee{
	background: #fef453;
}
table .btn{
	border-radius: 25px;
}
.project_cat_single_item{
	background: #2d6947;
	color: #ffffff;
	padding: 20px 10px;
}
.project_cat_single_item i{
	padding: 20px;
	font-size:60px; 
	height:69px;
}
.project_cat_single_item .course_title_wrapper{
	    padding: 0 10px;
    color: #ffffff;
}
.course_category_title.h5{
	    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.project_cat_single_it .course_category_title{

} 
.course_div{
	text-align: left;
    margin-bottom: 10px;
    background: #F7D7C6;
    max-width: 24%;
    margin-right: 1%;
    padding: 15px;
}
.card{
	border-top: 10px solid #2d6947;
}
.bg-green{
	background: #2d6947;
	color: #ffffff;
	border-radius: 25px;
	padding: 7px 32px;
}
.bg-green:hover{
	background: #2d6947;
	color: #ffffff;
}
#enrollcourse .card h3.card-title {
	font-family: inherit !important;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
}
h5.card-sub_title{
	font-weight: bold;
    color: #3C4858;
    font-size: 16px;
    min-height: 40px;
    width: 100%;
}
#enrollcourse .card-body {
	min-height: 244px;
	text-align: center;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
#enrollcourse .card-description{
	text-align: left;
}
.course_title_description{
	min-height: 50px;
    margin-top: 5px;
}
.single-course-col:hover{
	cursor: pointer;
}
.paper1info .front{
	padding: 2rem 1rem;
}
.paper1info .front ul{
	color: #ffffff;
    padding-left: 20px;
}
.cart_totals{
	padding: 20px;
	border: 4px solid #fef453;
}
.cart_totals table{
	margin-bottom: 0px;
}
._btnlogin{
	color: #ffffff;
}
.cart_totals th,.cart_totals td{
	padding-bottom: 5px;
	padding-top: 5px; 
}
.cart_code{

	width: 100%;
	float: left;
}
.cart_code ._btnlogin{
	margin: 0px;
}
input#promo_code{
	padding: 5px;
}
span.checkout_promo {
    font-size: 14px;
    font-weight: normal;
}
span.checkout_promo {
    font-size: 14px;
    font-weight: normal;
}
.card .card-category{
	font-size: 20px;
	color: #fd7e14 !important;
	font-weight: bold;
}

ul.breadcrumbsul {
	display: flex;
    list-style: none;
    padding-left: 0;
}
ul.breadcrumbsul li{
	margin-right: 10px; 
}
ul.breadcrumbsul li a{
	/*color: #2d6947;*/
	text-decoration: underline;
}
.home-single{
	float: left;
    text-align: center;
    width: 100%;
    background: #2d6947;
    color: #ffffff;
}
.home-single h4{
	
	font-size: 20px;
}
.home-single h4 a{
	padding: 20px 10px;
	color: #ffffff;
	float: left;
	width: 100%;
	font-weight: bold;
}
.back1 ol{
	padding-left: 20px;
}

@media (min-width:1024px) and (max-width:1199px) {
	.front, .back1 {
		min-height: 423px;
	}  
	.course_paper1 {
		min-height: 292px;
	}
	#whypanaceatutor::before {
		height: 325px;
	}
	.box-icon img {
		width: 55px;
	}
	.icon-heading h5 {
		font-size: 18px;
		margin-top: 15px;
	}
	._testimonialpanacea {
		right: 0;
		left: 0;
		top: 190px;
	}
	._panaceamainbanner {
		height: 465px;
	}
	._footerlinks ul li a {
		font-size: 15px;
	}
}
@media (min-width: 1001px) and (max-width: 1023px) {
	.front, .back1 {
		min-height: 423px;
	}  
	.course_paper1 {
		min-height: 292px;
	}
	#_navbar li .nav-link {
		font-size: 14px !important;
	}
	.box-icon img {
		width: 55px;
	}
	.icon-heading h5 {
		padding: 1rem 0.5rem;
		font-weight: bold;
	}
	#demo .carousel-indicators li {
		width: 150px;
		height: 95px;
	}
	#demo .carousel-indicators {
		margin-top: 38%;
	}
	#whypanaceatutor::before {
		height: 320px;
	}
	#onetooneclass {
		margin-top: 15rem;
	}
	#_storyslider {
		height: 525px !important;
	}
	._testimonialpanacea {
		left: 0 !important;
		right: 0 !important;
		top: 100px !important;
	}
	.icon-heading h5 {
		font-size: 17px !important;
	}
	._footerlinks ul li a {
		font-size: 14px;
	}
	._footerlinks address p {
		font-size: 14px;
	}
	._panaceamainbanner {
		height: 465px;
	}
}

@media (max-width: 650px) {
	.hidden-xs{
		display: none;
	}
	#homebannerrow{
		height: 250px;
	}

	.democlassleft{
		order: 2;
	}
	.democlassright{
		order: 1;
	}

}
/* @media (max-width: 420px) {
	.paper1info .front{
		width: 40%;
		padding-top: 10px;
	}
	.coursepaper1{
		width: 60%;
	}
	.coursepaper1 .back1{
		padding-top: 0px;
	}

} */
@media (min-width: 820px) {
	.table-responsive{
		display: inline-table;
	}
}


===================Blog=====================================================================


#blogs {
	padding: 3rem 3rem;
}

#blogs .left-side h2 {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 5px;
}

#blogs .left-side p {
	margin-bottom: 5px;
}

#blogs .left-side p span {
	font-size: 18px;
}

#blogs .left-side p small {
	font-size: 16px;
}


#blogs .blog h3.blog-title {
 font-family: inherit !important;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  color: #000;
  text-align: left;
  font-weight: 400;
  margin: 10px 0;
    margin-bottom: 10px;
}
h5.blog-sub_title{
	  font-weight: 400;
  color: #333;
  font-size: 14px;
  min-height: 40px;
  width: 100%;
  text-align: left;
}
#blogs .blog-body {
	min-height: 244px;
	text-align: center;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
#blogs .blog-description{
	text-align: left;
}




==============================Noticeboard=============================================================

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/** page structure **/
#portfolio li {
 display: inline-block;
 width: 24%;
}

#portfolio li a {
  display: block;
  padding: 8px;
  transition: transform 1s;
}
#portfolio li a:hover img{
  transform: scale(.95);
}
/*title for popup*/
.mfp-title {
  font-size: 1.2em;
  color: #ddd !important;
  font-weight: 700;
}
/** media queries **/
@media screen and (max-width: 767px) {
  #portfolio li p {
    font-size: 14px
  }
}
@media screen and (max-width: 780px) {
  #portfolio li {
    width: 45%;
  }
}

@media screen and (max-width: 550px) {
  #portfolio { 
    padding: 0;
  }
  
  #portfolio li {
    float: none;
    display: inline-block;
    width: 32%;
    margin-bottom: 0;
  }
}
#portfolio li p {
    text-align: center
}



/*Query Button And Form */
/*body {
   font-family: Arial, sans-serif;
   margin: 0;
   padding: 20px;
   background-color: #f4f4f4;
}*/
.query-box {
	position: fixed;
	right: 0;
	bottom: 0;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	width: 300px;
	z-index: 9999;
	margin: auto;
	display: none;
	left: 0;
	top: 0;
	height: fit-content;
}
h2 {
   text-align: center;
   color: #333;
}
input[type="text"], input[type="tel"], select {
   width: 100%;
   padding: 10px;
   margin: 10px 0;
   border: 1px solid #ddd;
   border-radius: 4px;
}
.submit-btn {
   background-color: #d9534f; /* Bootstrap Danger Color */
   color: white;
   border: none;
   padding: 10px;
   border-radius: 4px;
   cursor: pointer;
   width: 100%;
}
.submit-btn:hover {
   background-color: #c9302c; /* Darker shade on hover */
}
.toggle-btn {
   position: fixed;
   right: 20px;
   bottom: 20px; /* Position the button above the form */
   background-color: #d9534f;
   color: white;
   border: none;
   border-radius: 5px;
   cursor: pointer;
   z-index: 1001; /* Higher z-index to ensure it's above the form */
   width: 300px;   /* Set the width of the button to match the form */
   padding: 15px;  /* Increased padding for better appearance */
   font-size: 16px; /* Optional: increase font size */
}
.toggle-btn:hover {
   background-color: #c9302c; /* Darker shade on hover */
}
