/*----------------------------------------*/
/* default CSS
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&display=swap');
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url('https://fonts.googleapis.com/css2?family=The+Nautigal:wght@700&display=swap');

body.basebg { background: url(../img/educationbg-inner.svg) repeat!important;
	background-size: cover; }
html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #333333;
	font-weight: 600;
	line-height: 1.3;
}

h1 {
	font-size: 32px; letter-spacing:-1px;
}

h2 {
	font-weight: 600;
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h5.bookhdtitle {
	min-height: 90px;
}

h6 {
	font-size: 18px;
}

h1.greentext,h2.greentext,h3.greentext,h4.greentext,h5.greentext,h6.greentext{ color: #76a100!important; }

p {
	font-size: 16px;
	color: #000000;
	line-height: 1.8;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
	

	.container_fluid {
    	max-width: 100%;
    	margin: 0 auto;
    	padding: 0 80px;
	}
	
	.btn-align-bottom {
		position: absolute!important;
	    left: 30%;
		bottom: 40px;
	}
}

.course-section {
	background: transparent;
}

.course-section .course-item {
	background: #fff;
	padding: 0px;
	border: 3px solid #f0f0f0!important;
	margin-top: 0px;
	margin-bottom: 30px;
	border-radius: 2em;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.course-section .course-item:hover {
	-webkit-box-shadow: 0px 12px 16px rgba(199, 219, 236, 0.8);
	box-shadow: 0px 12px 16px rgba(199, 219, 236, 0.8);
	border: 3px solid rgb(199, 219, 236)!important;
}

.course-section .course-item h3 { min-height: 70px; line-height: 1.2; font-size: 28px;}
.course-section .course-item h3 small{ font-size: 11px; line-height: 16px; display: block; margin-top: 0.5em; margin-bottom: 0.5em; }
.course-section .course-item p{ font-size: 13px; color: #666666; line-height: 1.2; }

.course-section .course-item a {
	color: #005aaa;
	background-color: #ffffff;
	border: 1px solid #def0ff;
	font-weight: 500;
	font-size: 17px;
}
.course-section .course-item:hover a {
	color: #005aaa;
	font-size: 17px;
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
}

.resources-section a {
  display: inline-block;
  position: relative;
}

.resources-section a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -15px;
  left: 0%;
  border-radius: 1em;
  background-color: #0087ca;
  transform-origin: bottom center;
  transition: transform 0.5s cubic-bezier(.77,0,.18,1); /* Slow and smooth */
}

.resources-section a:hover::after {
  transform: scaleX(1);
}

.resources-section a.navlink { position: relative; color: #0087ca; text-decoration: underline; font-size: 14px; padding: 0; margin: 0; }
.resources-section a:after.navlink { position: relative; padding: 0; margin: 0; }
.resources-section a.navlink:hover {text-decoration: none;}
.resources-section a.navlink:hover::after{
	transform: scaleX(0);
}

.resources-section .col-md-3.border-right {	border-right:2px solid #d2e69c!important; height: 100%; }
.resources-section img.icons{ margin-bottom: 1em;}
.resources-section .border-bottom {	border-bottom:2px solid #d2e69c!important; }

.rsicons {
	margin: -25% auto 2em;
	position: relative;
	border-radius: 100%;
	display: table;
	overflow: hidden;
}

.rating {
  direction: rtl;
  unicode-bidi: bidi-override;
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center; 
}
.rating input {
  display: none;
}
.rating label {
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}
.rating label.rtnum { font-size: 14px; }
.rating label.rtnum:hover { font-size: 14px; color: #000000; }
.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: gold;
}

.coupon-discnt { background: url(../img/coupon-bg.png) no-repeat!important;position: fixed;background-size: cover; width:115px; height:165px; padding:2.8em 0 0 0; margin: 0 20px; text-align:center; line-height:1;right: -20px;}
.coupon-discnt span.discnt{
	font-size: 20px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
}
.coupon-discnt span.code{
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	margin: 8px 0 2px	
}
.coupon-discnt span.coupon{    
	font-weight: 800;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    margin: 0;
}

.material-icons { vertical-align: middle!important; }

.min-h-200{ min-height: 200px!important; }
.min-h-260{ min-height: 260px!important; }
.min-h-265{ min-height: 265px!important; }
.min-h-290{ min-height: 290px!important; }
.min-h-350{ min-height: 350px!important; }
.min-h-360{ min-height: 360px!important; }
.min-h-375{ min-height: 375px!important; }
.min-h-410{ min-height: 410px!important; }


/*---------------------
   Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 30px;
}

.section-title img {
	margin-bottom: 15px;
}

.section-title h2 {
	font-weight: 700;
	letter-spacing:-1px;
	margin-bottom: 10px;
}

.section-title p {
	padding-bottom: 15px;
	margin-bottom: 0;
	line-height: 1.4;
}

section.about-section .border-right {
    border-right: 3px solid #337cb7 !important;
}

.headingdotstyl {
  position: relative;
  background: transparent; /* pastel peach, feel free to change */
  padding-left: 0px;
  margin: 20px 0;
  border-radius: 16px;
  display: inline-block;
  color: #343a40;
}

.headingdotstyl::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 25%;
  z-index: -1;
  transform: translateY(-50%);
  width: 38px;      /* Large size */
  height: 38px;
  border-radius: 50%;
  display: block;
}

.headingdotstyl.blue:before {background: #c7dff5; opacity: 0.7; /* pastel pink, feel free to change */}
.headingdotstyl.green:before {background: #d3e79c; opacity: 0.7; /* pastel pink, feel free to change */}

.planonebox{ background-color: rgba(184,225,255, 0.9); padding: 2em; }
.planonebox::before {
  content: "1.";               /* Change this to your desired number */
  position: absolute;
  left: 25px;                 /* Spacing from left border */
  bottom: 0px;               /* Spacing from bottom border */
  font-size: 5rem;            /* Size of the background number */
  color: #ffffff;             /* Soft pastel color for subtle background look */
  opacity: 0.35;              /* Higher transparency for background effect */
  font-weight: 700;
  z-index: 0;
  pointer-events: none;       /* Prevents content from interacting with the number */
}
.plantwobox{ background-color: rgba(184,225,255, 0.7); padding: 2em; }
.plantwobox::before {
  content: "2.";               /* Change this to your desired number */
  position: absolute;
  left: 25px;                 /* Spacing from left border */
  bottom: 0px;               /* Spacing from bottom border */
  font-size: 5rem;            /* Size of the background number */
  color: #ffffff;             /* Soft pastel color for subtle background look */
  opacity: 0.35;              /* Higher transparency for background effect */
  font-weight: 700;
  z-index: 0;
  pointer-events: none;       /* Prevents content from interacting with the number */
}
.planthreebox{ background-color: rgba(184,225,255, 0.5); padding: 2em; }
.planthreebox::before {
  content: "3.";               /* Change this to your desired number */
  position: absolute;
  left: 25px;                 /* Spacing from left border */
  bottom: 0px;               /* Spacing from bottom border */
  font-size: 5rem;            /* Size of the background number */
  color: #ffffff;             /* Soft pastel color for subtle background look */
  opacity: 0.35;              /* Higher transparency for background effect */
  font-weight: 700;
  z-index: 0;
  pointer-events: none;       /* Prevents content from interacting with the number */
}
.planfourbox{ background-color: rgba(184,225,255, 0.3); padding: 2em; }
.planfourbox::before {
  content: "4.";               /* Change this to your desired number */
  position: absolute;
  left: 25px;                 /* Spacing from left border */
  bottom: 0px;               /* Spacing from bottom border */
  font-size: 5rem;            /* Size of the background number */
  color: #ffffff;             /* Soft pastel color for subtle background look */
  opacity: 0.35;              /* Higher transparency for background effect */
  font-weight: 700;
  z-index: 0;
  pointer-events: none;       /* Prevents content from interacting with the number */
}

.planonebox h3, .plantwobox h3,.planthreebox h3,.planfourbox h3 {
	font-size: 18px;
}
.planonebox p, .plantwobox p,.planthreebox p,.planfourbox p {
	font-size: 14px;
}

/* Journey Timeline Styles */
.timeline {
  position: relative;
  max-width: 570px;
  margin: 50px auto;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 6px;
  height: 100%;
  background: #dbebb0;
  border-radius: 3px;
}

.timeline-item {
  display: flex;
  align-items: center;
  min-height: 100px;
  position: relative;
  margin: 30px 0;
}

.timeline-item.left {
  flex-direction: row;
  justify-content: flex-start;
}

.timeline-item.right {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.timeline-point {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border-radius: 50%;
  z-index: 1;
  /*border: 3px solid #fff;
  box-shadow: 0 0 10px 2px rgba(0,0,0,0.08); */
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.15rem;
  color: #175260;
}

.timeline-point.green {
  background: #dbebb0;
}

.timeline-point.blue {
  background: #b2e2fd;
}

.year {
  color: #000000;
  font-size: 1.5rem;
}

.timeline-content {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  /* box-shadow: 0 2px 8px rgba(60,90,156,0.06); */
  max-width: 210px;
}

.timeline-item.left .timeline-content {
  margin-right: auto;
  text-align: left;
}

.timeline-item.right .timeline-content {
  margin-left: auto;
  text-align: right;
}



@media (max-width: 600px) {
  .timeline {
    padding: 0 2vw;
  }
  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
    margin: 40px 0 70px 0;
    min-height: 140px;
  }
  .timeline-point {
    position: relative;
    top: 0;
    left: 10px;
	right: 10px;
    transform: translateX(-10%);
    margin-bottom: 16px;
	        width: 135px;
  }
  .timeline-content {
    text-align: left;
    margin: 0 auto;
    max-width: 96vw;
    width: 100%;
    padding: 16px 10px;
    font-size: 1rem;
  }
}


/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap; 
}
.tabs label {
	order: 1;
	display: block;
	padding: 3px 10px;
	margin-right: 0.2rem;
	cursor: pointer;
    font-weight: normal;
	color: #747474;
    transition: background ease 0.2s;
}
.tabs .tab {
  order: 99; 
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 2rem 2.8rem;
  background: #fff;
  color: #000;
  border: 1px solid rgba(0,0,0,0.5);
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	border-bottom: 3px solid #000;
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 50px;
	padding-bottom: 50px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.bg-g-1,
.page-top-section:after,
.review-section:after,
.search-model:after,
.hero-section,
.back-to-top {
	background: -o-linear-gradient(180deg, #339cff 0%, #085db0 100%);
	background: linear-gradient(180deg, #339cff 0%, #085db0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#339cff", endColorstr="#085db0", GradientType=1);
}

.bg-light-gray{
	background-color: rgba(0, 0, 0, 0.05)!important;
}

.bg-g-2,
.infor-form button,
.site-btn.sb-line-gradient,
.site-btn.sb-gradient {
	background: -o-linear-gradient(305deg, #fdb07d 0%, #f65d5d 100%);
	background: linear-gradient(145deg, #fdb07d 0%, #f65d5d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d", endColorstr="#f65d5d", GradientType=1);
}

.hero-section.overlay{ width:100%; height:450px; background-image: url(../img/hero-slider/blueheader-bg.jpg); background-repeat: no-repeat; background-size: cover;background-position: top center; border: 0px; }

/*.hero-section.overlay{ width:100%; height:auto; background-color: #ededed!important; background-image: url(../img/header-new01.png);background-position: 85% center; background-repeat: no-repeat;background-size: 17%; }*/

/*
.hero-section.overlay{ width:100%; height:auto; background: rgb(222,241,160);background: linear-gradient(90deg, rgba(222,241,160,1) 19%, rgba(4,91,170,1) 78%);}
*/

.hero-section .bginner{ width:100%; height:auto!important; background-image: url(../img/hero-slider/blueheader-bg.jpg); background-repeat: no-repeat; background-size: cover;background-position: top center; text-align: center; padding: 1em 0; }

.w-35px {width: 35px!important;}

/*---------------------
Vertical Tabs
----------------------*/
.products-section
{
	display: block;
    min-height: 750px;
}

.products-section .min-h-auto {
	min-height: auto!important;
}

[class*=collapsible] {
  box-sizing: border-box;
  margin: 0 0 50px;
  padding: 0;
  position: relative;
  width: 100%;
}
[class*=collapsible]::after {
  clear: both;
  content: "";
  display: table;
}

.collapsible-title {
  border-bottom: 1px solid #a6ce39;
  cursor: pointer;
  border-radius: 3em 0em 0em 3em;
  margin: 0 0 10px;
  padding: 15px;
  width: 100%;
}
.collapsible-title.is-active {
  background-color: #ffffff;
  border-right: 0px;
  border-radius: 3em 0em 0em 3em;
  z-index: 9999;
  width: 27.05%!important;
}
.collapsible-title:hover {
  background-color: #f4ffd6;
  color: #638600;
}
.collapsible-title ul { margin: 0em; padding: 1em 0 0 ;}
.collapsible-title ul li {margin: 0 0 10px 0; padding: 0;}
.collapsible-title ul li a{font-size:14px; margin: 0 0 0px 0; padding: 5px 10px 5px 0; color: #000000; font-weight: 400;}
.collapsible-title.is-active + .collapsible-content {
  display: block;
  height: -webkit-fill-available;
  margin-bottom: -2em;
}

.collapsible-title ul li a.active-sub {
  font-weight: 600;
  color: #a6ce39;
}

@media screen and (min-width: 960px) {
  .collapsible-tabs-horizontal .collapsible-title, .collapsible-tabs-vertical .collapsible-title {
    min-height: 62px;
    line-height: 1.3;
    padding: 1.5em 2.2em;
    text-align: left;
	align-content: center;
	
  }
  .collapsible-tabs-horizontal .collapsible-title {
    float: left;
  }
  .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(1), .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(1) ~ .collapsible-title {
    width: 200%;
  }
  .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(2), .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(2) ~ .collapsible-title {
    width: 100%;
  }
  .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(3), .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(3) ~ .collapsible-title {
    width: 66.6666666667%;
  }
  .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(4), .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(4) ~ .collapsible-title {
    width: 50%;
  }
  .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(5), .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(5) ~ .collapsible-title {
    width: 40%;
  }
  .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(6), .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(6) ~ .collapsible-title {
    width: 33.3333333333%;
  }
  .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(7), .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(7) ~ .collapsible-title {
    width: 28.5714285714%;
  }
  .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(8), .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(8) ~ .collapsible-title {
    width: 25%;
  }
  .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(9), .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(9) ~ .collapsible-title {
    width: 22.2222222222%;
  }
  .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(10), .collapsible-tabs-horizontal .collapsible-title:first-child:nth-last-child(10) ~ .collapsible-title {
    width: 20%;
  }
  .collapsible-tabs-vertical .collapsible-title {
    border-right: 0!important;
    border: 1px solid #a6ce39;
    width: 27%;
	left: 1px;
  }

  .collapsible-tabs-vertical dt:first-child{
	margin-top: 5%;
  }
  .no-js .collapsible-title {
    cursor: auto;
    height: auto;
    line-height: 1.5em;
    padding: 0;
    text-align: left;
    width: 100% !important;
  }
  .no-js .collapsible-title.is-active, .no-js .collapsible-title:hover {
    background: initial;
  }
}

.collapsible-content {
  background: #fff;
  border: 1px solid #a6ce39;
  border-radius: 3em;
  display: none;
  margin: 0;
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .collapsible-tabs-horizontal .collapsible-content {
    float: right;
    margin: 62px 0 0 -100%;
  }
  .collapsible-tabs-vertical .collapsible-content {
    position: absolute;
    top: 0;
    left: 27%;
    width: calc(100% - 27%);
	padding: 3.5em;
	height: 850px;
	overflow: hidden;
	overflow-x: hidden;
  }
  .contentbx {
	height: 2100px;
	overflow: auto;
	overflow-x: hidden;
  	}
  .no-js .collapsible-content {
    background: initial;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

}

@media screen and (max-width: 768px ) { 
	.collapsible-title.is-active { width: 100% !important; }

	.base-imgbg {
		background-image: none!important;
		background-color: #1b5f86 !important;
		color: #fff;
	}
}

/*---------------------
  Commom elements
-----------------------*/

.infbadge {
  position: absolute;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.infbadge::before {
  content: 'Coming Soon';
  background: linear-gradient(145deg, #fdb07d 0%, #f65d5d 100%);
  color: #fff;
  font-weight: bold;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 13px;
  display: block;
  position: relative;
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: default;
}
.infbadge.badge-top-right {
  top: 0;
  right: 0;
}
.infbadge.badge-top-right::before {
  top: 45.1040764px;
  right: -39.8959236px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.infbadge.badge-top-left {
  top: 16px;
  left: 16px;
}
.infbadge.badge-top-left:before {
  top: 21.104076px;
  left: -39.8959236px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* buttons */

.btn-google, .btn-fb {
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  margin-bottom: 15px;
}
.btn-google .google-content, .btn-google .fb-content, .btn-fb .google-content, .btn-fb .fb-content {
  display: flex;
  align-items: center!important;
  width: 300px;
  height: 50px;
}
.btn-google .google-content .logo, .btn-google .fb-content .logo, .btn-fb .google-content .logo, .btn-fb .fb-content .logo {
  padding: 12px;
  height: inherit;
  background: #fff;
  margin: 0 0 2px 1px;
}
.btn-google .google-content svg, .btn-google .fb-content svg, .btn-fb .google-content svg, .btn-fb .fb-content svg {
  width: 22px;
  height: 22px;
}
.btn-google .google-content p, .btn-google .fb-content p, .btn-fb .google-content p, .btn-fb .fb-content p {
  width: auto;
  line-height: 1;
  letter-spacing: 0.21px;
  text-align: center;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.btn-google {
  background: #4285f4;
  padding-top: 2px;
  margin-left: -4px;
}
.btn-google:hover {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3);
}
.btn-google:active {
  background-color: #eee;
}
.btn-google .google-content p {
  color: #fff;
  margin-left: 3em;
}

.btn-fb {
  padding-top: 1.5px;
  background: #4267b2;
  background-color: #3b5998;
  margin-left: -3px;
}
.btn-fb:hover {
  box-shadow: 0 0 3px 3px rgba(59, 89, 152, 0.3);
}
.btn-fb .fb-content p {
  color: rgba(255, 255, 255, 0.87);
  margin-left: 15%;
}

.site-btn {
	display: inline-block;
	border: none;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 30px;
	border-radius: 50px;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-white {
	background: #fff;
	color: #f65d5d;
}

.site-btn.sb-gradient {
	color: #fff;
	padding: 10px 20px;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1;
}

.site-btn.sb-gradient::after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	border-radius: 80px;
	background: #fff;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.site-btn.sb-gradient:hover {
	color: #f65d5d!important;
}

.site-btn.sb-gradient:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.site-btn.sb-line-gradient {
	color: #f65d5d;
	padding: 10px 29px;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 1;
}

.site-btn.sb-line-gradient::after {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	border-radius: 80px;
	background: #fff;
	z-index: -1;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.site-btn.sb-line-gradient:hover {
	color: #fff;
}

.site-btn.sb-line-gradient:hover:after {
	opacity: 0;
	filter: alpha(opacity=0);
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
	background-size:cover;
}

.loader {
	width: 200px;
	height: 155px;
	position: absolute;
	top: 40%;
	left: 45%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 0px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 0px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 0px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 0px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(0deg);
		border: 0px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(0deg);
		border: 0px solid #f44336;
		border-left-color: transparent;
	}
}

/*------------------
  Header section
---------------------*/

.header-section {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
}

.header-top {
	padding: 5px 80px 10px;
/*	background: #fff;*/
}

.header-top ul.social-media{
	margin: 0; padding: 0; list-style-type: none; text-align:left; width: 30%; position: absolute; right: 40%;
}
.header-top ul.social-media li{ margin: 10px 0px; display:inline-block; text-align:right;}
.header-top ul.social-media li a{ padding: 6px 10px; text-align: center; color: #fff; width: 35px; height: 35px;display: block;}
ul.social-media li a.fb { color: #fff; background-color:#3b5998; border-radius: 100%;}
ul.social-media li a.twt { color: #fff; background-color:#55acee; border-radius: 100%; }
ul.social-media li a.lnkedin { color: #fff; background-color:#0077b5; border-radius: 100%; }
ul.social-media li a.koo { color: #fff; background-color:#facd00; padding:0!important; border-radius: 100%; }

ul.web-media{
	margin: 0; padding: 0; list-style-type: none;
}
ul.web-media li{ margin: 10px 0px!important; display:inline-block; text-align:center;vertical-align: middle; padding:0!important }
ul.web-media li i{ position: relative!important; top:0; color: #fff!important }
ul.web-media li a{ padding: 4px 10px; text-align: center; color: #fff!important; width: 35px; height: 35px;display: block;}
ul.web-media li a.fb { color: #fff!important; background-color:#3b5998; border-radius: 100%;}
ul.web-media li a.twt { color: #fff!important; background-color:#55acee; border-radius: 100%; }
ul.web-media li a.lnkedin { color: #fff!important; background-color:#0077b5; border-radius: 100%; }
ul.web-media li a.koo { color: #fff!important; background-color:#facd00; padding:0!important; border-radius: 100%; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header-top {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.header-top {
		padding: 0 10px;
	}
	
	.header-top ul.social-media {
    	width: 50%;
    	right: 0%;
    	top: -60px;
		text-align:right;
	}
	
.min-h-200{ min-height: auto!important; }
.min-h-260{ min-height: auto!important; }
.min-h-265{ min-height: auto!important; }
.min-h-290{ min-height: auto!important; }
.min-h-350{ min-height: auto!important; }
.min-h-360{ min-height: auto!important; }
.min-h-375{ min-height: auto!important; }
.min-h-410{ min-height: auto!important; }

.coupon-discnt {position: relative; left:35%;}
}

.ht-left {
	float: left;
}

.ht-right {
	float: right;
}

.header-info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-left: 30px;
	padding: 14px 0;
}

.header-info .btn-cart {
	background: #edf5d7;
	border: 0px;
	border-radius: 100%;
	height:40px;
	width: 40px;
	padding:3px 0 0 8px;
	position:relative;
	margin: -5px 0 0 10px;
}
.header-info .btn-cart span.itemwidget{color: #fff;font-size: 13px;line-height: 1;margin: -5px 0px 0 -9px;position: absolute;background: #ff0000;border-radius: 100%;padding: 3px 5px;font-weight: 700;}

.header-info .btn-cart i{
		color: #a6ce39;
		font-size: 22px;
	}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-info {
		margin-right: 0;
	}
}

.header-info:last-child {
	margin-right: 0;
}

.header-info i {
	font-size: 17px;
	color: #f65d5d;
	margin-right: 10px;
	position: relative;
	top: 6px;
}

.header-info p {
	color: #333333;
	margin-bottom: 0;
}

.site-logo {
	float: left;
	position: relative;
	z-index: 9;
}

.header-bottom {
	padding: 25px 80px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.header-bottom {
		padding: 15px 30px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.header-bottom {
		padding: 15px 15px 0;
	}
}

.header-bottom .hb-right {
	float: right;
	padding-top: 15px;
}

.header-bottom .hb-switch {
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}

.language-select {
	position: relative;
	padding-top: 2px;
	z-index: 99;
	border: none;
	line-height: normal;
	height: 22px;
	padding-left: 0;
	padding-right: 25px;
}

.language-select .current {
	font-size: 16px;
}

.language-select:after {
	margin-top: -1px;
}

.language-select .list {
	left: auto;
	right: 0;
	top: 30px;
}

.main-menu {
	list-style: none;
	text-align: right;
	display: inline-flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.main-menu {
		display: none;
	}
}

.main-menu li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-menu li {
		margin-right: 15px;
	}
}

.main-menu li:last-child {
	margin-right: 0;
}

.main-menu li>a {
	display: block;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.main-menu li>a.active {
	border-bottom: 2px solid #fff;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 20px;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 300px;
	left: 0;
	top: 100%;
	padding: 20px 5px 19px 30px;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	text-align: left;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	border: 1px solid #ddd;
}

.main-menu .sub-menu:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 20px;
	left: 0;
	top: -20px;
}

.main-menu .sub-menu li {
	display: block;
	margin-bottom: 10px;
}

.main-menu .sub-menu li:last-child {
	margin-bottom: 0;
}

.main-menu .sub-menu li a {
	font-size: 16px;
	color: #666666;
	padding-right: 10px;
	text-transform: none;
	font-weight: 400;
	position: relative;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.main-menu .sub-menu li a::after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	left: 0;
	top: 10px;
	border-radius: 50px;
	background: #f65d5d;
	opacity: 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.main-menu .sub-menu li a:hover {
	padding-left: 10px;
}

.main-menu .sub-menu li a:hover::after {
	opacity: 1;
}

.slicknav_menu {
	display: none;
	position: absolute;
	width: 100%;
	top: 13px;
	background: transparent;
	z-index: 99;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slicknav_menu {
		display: block;
		top: 70px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.slicknav_menu {
		display: block;
	}
}

.slicknav_nav {
	background: #333;
}

.slicknav_btn {
	position: relative;
	top: -15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slicknav_btn {
		position: relative;
		top: 0;
		right: 102px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.slicknav_btn {
		background-color: #8fc300;
		/* background: -o-linear-gradient(305deg, #f65d5d 0%, #fdb07d 100%);
		background: linear-gradient(145deg, #f65d5d 0%, #fdb07d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f65d5d", endColorstr="#fdb07d", GradientType=1); */
	}
	.slicknav_menu .slicknav_menutxt { text-shadow: none!important; }

	.collapsible-title.is-active + .collapsible-content {margin-bottom: 0px!important;}

	.course-item {margin-bottom: 60px!important; padding-bottom: 1.5em!important;}
	.rsicons { margin-bottom: 1em; }
	.base-imgbg .w-75{ width: 100%!important; }
}

.back-to-top {
	display: none;
	position: fixed;
	width: 49px;
	height: 49px;
	right: 55px;
	bottom: 50px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: 999;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.back-to-top {
		right: 40px;
		bottom: 90px;
	}
}

/*------------------
    Infor Model
---------------------*/

.infor-model-warp {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.infor-model-warp.active {
	display: block;
}

.infor-model-warp.active .infor-model {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.infor-model {
	margin-left: auto;
	padding: 20px 73px;
	width: 525px;
	height: 100%;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 15px 0px 32px rgba(72, 105, 114, 0.4);
	box-shadow: 15px 0px 32px rgba(72, 105, 114, 0.4);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.infor-model {
		width: 100%;
		overflow-y: auto;
		display: block !important;
		padding: 70px 70px 20px;
	}
}

@media (max-width: 576px) {
	.infor-model {
		padding: 70px 20px 20px;
	}
}

.infor-close {
	position: absolute;
	right: 70px;
	top: 55px;
	font-size: 23px;
	color: #9999;
	cursor: pointer;
	padding: 5px;
}

@media (max-width: 576px) {
	.infor-close {
		right: 30px;
		top: 25px;
	}
}

.infor-head {
	margin-bottom: 10px;
}

.infor-logo {
	display: block;
	margin-bottom: 50px;
}

.insta-imgs {
	display: block;
	margin: 0 -5px 80px;
	padding-top: 20px;
	overflow: hidden;
}

.insta-imgs .insta-item {
	width: 33.333333%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

.insta-imgs .insta-item img {
	min-width: 100%;
}

.insta-imgs .insta-item:hover .insta-hover {
	top: calc(50% - 25px);
	opacity: 1;
	filter: alpha(opacity=100);
}

.insta-imgs .insta-item:hover .insta-img:after {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.insta-imgs .insta-img {
	border-radius: 7px;
	overflow: hidden;
	position: relative;
}

.insta-imgs .insta-img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f65d5d;
	background: -o-linear-gradient(305deg, #f65d5d 0%, #fdb07d 100%);
	background: linear-gradient(145deg, #f65d5d 0%, #fdb07d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f65d5d", endColorstr="#fdb07d", GradientType=1);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.insta-imgs .insta-hover {
	position: absolute;
	top: calc(50% - 50px);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.insta-imgs .insta-hover i {
	font-size: 24px;
	color: #fff;
}

.insta-imgs .insta-hover p {
	color: #fff;
	margin-bottom: 0;
}

.infor-form {
	max-width: 300px;
	margin: 0 auto 40px;
	position: relative;
}

.infor-form input {
	width: 100%;
	height: 49px;
	font-size: 14px;
	padding-left: 29px;
	padding-right: 60px;
	border: 1px solid #666;
	background: #fafafa;
	border-radius: 90px;
}

.infor-form button {
	position: absolute;
	width: 47px;
	height: 47px;
	right: 1px;
	top: 1px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.insta-social a {
	color: #666666;
	margin-right: 15px;
}

.insta-social a:last-child {
	margin-right: 0;
}

/*------------------
  Header section
---------------------*/

.hero-section {
	position: relative;
	/*min-height: 330px;*/
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hero-section {
		/*min-height: 330px;*/
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.hero-section {
		min-height: auto;
		height: auto!important;
		border-bottom: 1px solid #e5e5e5;
	}
}

.hero-social-warp {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 55;
}

@media (max-width: 420px) {
	.hero-social-warp {
		display: none;
	}
}

.hero-social {
	padding-left: 35px;
}

.hero-social a {
	display: block;
	color: #fff;
	width: 100%;
	font-size: 18px;
	margin-bottom: 20px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.hero-social a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hero-social a:last-child {
	margin-bottom: 0;
}

.hero-social a i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.arrow-buttom {
	position: absolute;
	left: 50%;
	bottom: 31px;
	z-index: 99;
}

.hero-slider {
	height: 100%;
}

.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item {
	height: 100%;
}

.hero-slider.owl-carousel .owl-item img {
	width: auto;
}

.hero-slider .owl-dots {
	position: absolute;
	right: 33px;
	top: 40%;
	width: 13px;
}

@media (max-width: 420px) {
	.hero-slider .owl-dots {
		right: 15px;
	}
}

.hero-slider .owl-dots .owl-dot {
	position: relative;
	display: block;
	width: 13px;
	height: 13px;
	margin-bottom: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.hero-slider .owl-dots .owl-dot:before {
	position: absolute;
	content: "";
	left: 2px;
	top: 2px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.hero-slider .owl-dots .owl-dot:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 0;
	left: 0.23em;
	top: 28px;
	background: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.hero-slider .owl-dots .owl-dot.active {
	margin-bottom: 56px;
}

.hero-slider .owl-dots .owl-dot.active:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.hero-slider .owl-dots .owl-dot.active:after {
	height: 26px;
}

.hero-slider .owl-dots .owl-dot:last-child:after {
	display: none;
}

.hs-item {
	height: 100%;
	padding: 0 50px;
}

@media (max-width: 576px) {
	.hs-item {
		padding: 0 20px;
	}
}

.hs-text h1 {
	font-size: 55px;
	color: #fff;
	font-family: "Roboto", serif;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing:-2px;
}

.hs-text h1.hphding {
	font-size: 75px!important;
	letter-spacing: 4px!important; 
	text-align:center;
	line-height: 65px;
	text-transform: uppercase;
	font-family: 'Bebas Neue', cursive;	
	}

.hs-text h2 {
	font-size: 40px;
	color: #fff;
	font-family: "Roboto", serif;
	line-height: 1.3;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing:-2px;
}

.gradient-line{ 
   	margin: 5% auto!important;
    display: block!important;
    border: 1px solid #0071B9!important;
    min-height: 80%!important;
    background: #fff!important;
    /* background: linear-gradient(to right, white, #0071B9, #26ABFF, #0071B9, white)!important; */
    transform: rotate(180deg)!important;
    position: absolute;
    left: 46%;
    opacity: .2;
}

@media (max-width: 576px) {
	.hs-text h1 {
		font-size: 50px;
	    letter-spacing: 0!important;
	}
	.hs-text h1.hphding {
    font-size: 75px!important;
    letter-spacing: 0em!important;}
	
	.hs-text h2 {
		font-size: 22px;
	}
	.hs-text h3 {
		font-size: 32px;
	}
	.hp-srch-box { padding:0!important; width: 100%!important; }
	
	.singup-form.w-65 { width: 100%!important; }
	
	.loader { left: 27%!important;}
	button.hp-sb-gradient { padding: 8px 20px !important; margin-top: 15px!important;}
	
	.border-top img{height: auto!important;}
	.adsholder .img_bx {
		position: relative!important;
		width: 90%!important;
	    margin: 1em!important;		
	}
	.cf-cal { margin: 0!important; padding: 0;}
	.contact-form { padding: 10px 0; }
	
	.ebook-item .ei-img { width: 100%!important; }
	.ebooks-page-section {margin: 0 auto!important}
}

.hs-text p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: 300;
}

@media (max-width: 576px) {
	.hs-text p {
		margin-bottom: 30px;
	}
}

.hs-style-1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: center;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: 100%;
	padding-bottom: 20px;
}

.hs-style-1 img {
	max-height: 100%;
	position: relative;
	top: 50px;
	opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.hs-style-1 {
		padding: 10px 0;
	}
	
	.hero-slider {
    	height: auto!important;
	}
}

.hs-style-2 {
	height: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.hs-style-2 {
		padding-top: 0;
		padding: 90px 0 100px;
	}
}

.hs-style-2 .hs-img {
	position: relative;
	left: 150px;
	top: -15px;
	max-width: 850px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hs-style-2 .hs-img {
		left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.hs-style-2 .hs-img {
		display: none;
	}
}

.hs-style-2 .hs-text {
	max-width: 610px;
}

.hs-style-2 .hs-text h1 {
	padding-right: 76px;
}

.hs-style-2 .hs-text h2 {
	padding-right: 76px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.hs-style-2 .hs-text h1 {
		padding-right: 0;
	}
	
	.hs-style-2 .hs-text h2 {
		padding-right: 0;
	}
	
}

.hs-style-2 .hs-text-warp {
	padding-top: 50px;
	padding-left: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.hs-style-2 .hs-text-warp {
		padding-left: 0;
		padding-top: 0;
		text-align: center;
		margin: 0 auto;
	}
}

.hs-style-2 img,
.hs-style-2 h2,
.hs-style-2 p,
.hs-style-2 .site-btn {
	opacity: 0;
	top: 50px;
	position: relative;
}

.hs-style-3 {
	/*padding-top: 100px;*/
	position: relative;
	height: 100%;
}

.prodnav{
	padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
	color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.hs-style-3 {
		padding: 0px;
	}
	.hs-style-3 .hs-text { width: 100%!important; }
	.ebook-details {
    	padding: 40px 20px!important;}
	.prodnav{ color: #ffffff; }
}

.hs-style-3 .hs-text {
	margin: 0;
    /*max-width: 1000px;
    width: 830px;
    background: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);*/
}
.hs-style-3 .hs-text h3 {
	font-size: 20px;
    font-family: 'Bebas Neue', cursive;
	letter-spacing: 2px;
}

.hs-style-3 .hs-img {
	padding: 0 50px;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	text-align: center;
}

.hs-style-3 .hs-img img {
	margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.hs-style-3 .hs-img {
		display: none;
	}	
	.adsnew-setbg {
		height: 210px!important;
		width: auto!important;
		margin-top: -15%!important;
		position: relative!important;
		background-repeat: no-repeat;
	}
	.adsholder .img_bx {
		position: relative!important;
		width: 90%!important;
	    margin: 1em!important;		
	}
}

.hs-style-3 img,
.hs-style-3 h2,
.hs-style-3 p,
.hs-style-3 .site-btn {
	opacity: 0;
	top: 50px;
	position: relative;
}

.owl-item.active .hs-style-1 img {
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-style-2 img,
.owl-item.active .hs-style-2 h2,
.owl-item.active .hs-style-2 p,
.owl-item.active .hs-style-2 .site-btn {
	opacity: 1;
	top: 0;
}

.owl-item.active .hs-style-2 h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-style-2 p,
.owl-item.active .hs-style-2 img {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-style-2 .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-style-3 img,
.owl-item.active .hs-style-3 h2,
.owl-item.active .hs-style-3 p,
.owl-item.active .hs-style-3 .site-btn {
	opacity: 1;
	top: 0;
}

.owl-item.active .hs-style-3 h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-style-3 p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-style-3 .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-style-3 img {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 20px;
	background: #000;
	z-index: 99999;
}

.search-model:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.search-close-switch {
	position: absolute;
	right: 70px;
	top: 55px;
	padding: 5px;
	font-size: 23px;
	color: #fff;
	cursor: pointer;
	z-index: 999;
}

.search-moderl-form {
	position: relative;
	z-index: 999;
	width: 100%;
	max-width: 830px;
}

.search-moderl-form input {
	width: 100%;
	height: 40px;
	font-size: 20px;
	color: #fff;
	padding-bottom: 15px;
	border: none;
	border-bottom: 2px solid #fff;
	background: transparent;
}

.search-moderl-form button {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: transparent;
}

.search-moderl-form ::-webkit-input-placeholder {
	color: #fff;
}

.search-moderl-form ::-moz-placeholder {
	color: #fff;
}

.search-moderl-form :-ms-input-placeholder {
	color: #fff;
}

.search-moderl-form ::-ms-input-placeholder {
	color: #fff;
}

.search-moderl-form ::placeholder {
	color: #fff;
}

/*------------------
  About section
---------------------*/

.about-item {
	margin-bottom: 30px;
}

.about-item .ai-icon {
	float: left;
	width: 112px;
	height: 112px;
	border: 1px solid #f1f4f4;
	margin-right: 20px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-box-pack: center;
	justify-content: center;
	-ms-flex-pack: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 576px) {
	.about-item .ai-icon {
		float: none;
		margin-bottom: 20px;
	}
}

.about-item .ai-text {
	overflow: hidden;
	padding-top: 10px;
}

.about-item .ai-text h4 {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
}

.about-item .ai-text p {
	font-size: 16px;
	margin-bottom: 0;
}

.about-item.icon-box {
	text-align: center;
}

.about-item.icon-box .ai-icon {
	float: none;
	margin: 0 auto 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.about-img {
		text-align: center;
		margin-bottom: 50px;
	}
	
}

/*------------------
 Courses style
-------------------*/

.course-item {
	background: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.course-item:hover {
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

.course-item .title { min-height: 70px; line-height: 1.1; font-size: 20px;}
.course-item .title br{ display: block;  margin: 0;  line-height: 0; font-size: 0;}
.course-item .title small{ font-size: 11px; line-height: 16px; display: block; margin-top: 0.5em; margin-bottom: 0.5em; }

.course-item.box-color1{border: 2px solid #76a5ed;}
.course-item.box-color2{border: 2px solid #f79a68;}
.course-item.box-color3{border: 2px solid #66dada;}
.course-item.box-color4{border: 2px solid #ffc445;}
.course-item.box-color5{border: 2px solid #9cdc85;}
.course-item.box-color6{border: 2px solid #fc8282;}
.course-item.box-color7{border: 2px solid #e281e2;}

.course-item.box-color1 h5{background: rgba(118,165,237,0.3); font-size:25px; margin:0; padding: 15px; line-height:1; }
.course-item.box-color2 h5{background: rgba(247,154,104,0.3); font-size:25px; margin:0; padding: 15px; line-height:1; }
.course-item.box-color3 h5{background: rgba(102,218,218,0.3); font-size:25px; margin:0; padding: 15px; line-height:1; }
.course-item.box-color4 h5{background: rgba(255,196,69,0.3); font-size:25px; margin:0; padding: 15px; line-height:1; }
.course-item.box-color5 h5{background: rgba(156,220,133,0.3); font-size:25px; margin:0; padding: 15px; line-height:1; }
.course-item.box-color6 h5{background: rgba(252,130,130,0.3); font-size:25px; margin:0; padding: 15px; line-height:1; }
.course-item.box-color7 h5{background: rgba(226,129,226,0.3); font-size:25px; margin:0; padding: 15px; line-height:1; }

.course-item.box-color1 h5 span, .course-item.box-color2 h5 span, .course-item.box-color3 h5 span, .course-item.box-color4 h5 span, .course-item.box-color5 h5 span,.course-item.box-color6 h5 span, .course-item.box-color7 h5 span{ font-size: 15px; line-height:1;}

.course-item.box-color1 .ci-text,.course-item.box-color2 .ci-text,.course-item.box-color3 .ci-text,.course-item.box-color4 .ci-text,.course-item.box-color5 .ci-text,.course-item.box-color6 .ci-text,.course-item.box-color7 .ci-text {padding: 15px 15px 20px; text-align:center;}

.course-item.box-color1 .ci-text p, .course-item.box-color2 .ci-text p, .course-item.box-color3 .ci-text p, .course-item.box-color4 .ci-text p, .course-item.box-color5 .ci-text p, .course-item.box-color6 .ci-text p, .course-item.box-color7 .ci-text p{ font-size: 13px; padding:0em; line-height:1.3!important; text-align:left;}

.course-item.box-color1 a{background: #76a5ed; color:#ffffff; margin:0 auto; border-radius: 4px; line-height:1; }
.course-item.box-color2 a{background: #f79a68; color:#ffffff; margin:0 auto; border-radius: 4px; line-height:1; }
.course-item.box-color3 a{background: #66dada; color:#ffffff; margin:0 auto; border-radius: 4px; line-height:1; }
.course-item.box-color4 a{background: #ffc445; color:#ffffff; margin:0 auto; border-radius: 4px; line-height:1; }
.course-item.box-color5 a{background: #0f932e; color:#ffffff; margin:0 auto; border-radius: 4px; line-height:1; }
.course-item.box-color6 a{background: #fc8282; color:#ffffff; margin:0 auto; border-radius: 4px; line-height:1; }
.course-item.box-color7 a{background: #e281e2; color:#ffffff; margin:0 auto; border-radius: 4px; line-height:1; }


.base-imgbg {
	background-color: #1b5f86;
	color: #fff;
}
.base-imgbg h3, .base-imgbg p{ color: #ffffff; line-height: 1.4;}

.blbgwidget { background: rgba(71,139,178, 0.3); padding: 1em; border-radius: 0em 5em 5em 0em; border-left: 2px solid #ffdf78; }
.blbgwidget h2.head1{ color: #fff; font-size: 28px;}
.blbgwidget h2.head2{ color: #ffdf78; font-size: 35px;}
/*------------------
  Classes section
---------------------*/

.classes-section {
	background-color: #005aaa;
}

.classes-slider .classes-item {
	box-shadow: none;
}
.classes-slider .classes-item:hover {
	box-shadow: none;
}

.classes-slider .owl-dots {
	text-align: center;
}

.classes-slider .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #cccccc;
	border-radius: 20px;
	margin-right: 7px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.classes-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.classes-slider .owl-dots .owl-dot.active {
	width: 26px;
	background: #f65d5d;
}

.classes-item {
	text-align: center;
	background: #fff;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 0px 10px rgba(72, 105, 114, 0.15);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.bookcover{
	height: 390px;
    overflow: hidden;
    border-bottom: 10px solid #ffffff;
}

.bookcoverhp {
	height: 280px;
    overflow: hidden;
    border-bottom: 10px solid #ffffff;
}

.classes-item a{ display:inline-block; }

.classes-item:hover {
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

.classes-item .ci-img img {
	width: auto;
	height: 280px;
	border-radius: 0%;
	margin: 0 auto 20px;
	overflow:hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px) {
	.classes-item .ci-img img {
		width: 220px;
		height: 220px;
	}
}

@media (max-width: 420px) {
	.classes-item .ci-img img {
		width: 150px;
		height: 150px;
	}
}

.classes-item .ci-text {
	padding: 0 15px 20px;
}

.qestext {
	text-overflow: initial !important;
    white-space: normal !important;
	}

.classes-item .ci-text h5, .classes-item .ci-text ul li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.classes-item .ci-text ul{ list-style: none; margin: 8px 0 ; }

.classes-item .ci-text p {
	font-size: 13px;
    color: #000000;
    line-height: 1.4;
	margin-top: 10px;
}

/* .classes-item .ci-text h5{color: #007bff;} */
.classes-item .ci-text h5 span {
    position: relative;
    margin: 0 5px 0px 0;
    background: #f5f5f5;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 12px 0;
    border: 1px solid #949494;
    font-size: 0.8em;
    text-align: center;
	display:inline-block;
    float: left;
}

.classes-item .ci-text h5 span.qsnumr {
    position: relative;
    margin: 0 5px 0px 0;
    background: #f5f5f5;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 12px 0;
    border: 1px solid #949494;
    font-size: 0.8em;
    text-align: center;
	display:inline-block;
    float: left;
}

.classes-item .ci-text h5 p {
		margin: 0 0 8px;
		display: grid;
		font-size: 16px;
		font-weight:bold;	
		padding: 0px 10px 0 5px!important;
	    white-space: normal;
	}

.classes-filter .cf-radio label p {
		margin: 0;
		display: inline-block;
		font-size: 16px;	
	}

.classes-item h4 {font-size: 22px; margin: 0 12px; letter-spacing:-1px;}

.classes-item h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing:-1px;
}

.classes-item h4 a {

}

.classes-item h4 a:hover {
	color: #f65d5d;
}

.classes-item .ci-meta {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-right: 10px;
	margin-bottom: 15px;
}

.classes-item .ci-meta:last-child {
	margin-right: 0;
}

.classes-item .ci-meta i {
	color: #f65d5d;
	font-size: 15px;
	margin-right: 10px;
}

.classes-item .ci-bottom {
	border-top: 1px solid #e6e6e6;
	padding: 25px 30px;
	text-align: left;
}

ul.newlisting
{
 margin: 0px 0 10px 0;
 padding: 0px;
 width: 100%;
 list-style: none;
 background: #fff;
 border-radius: 5px;
 border: #000 1px solid;
}

ul.newlisting li
{
 margin:0px;
 padding:0px;
 float: left;
 width: 10%;
 text-align: center;
}

ul.newlisting li a
{
 color:#000;
 padding:10px 0px;
 text-decoration:none;
 display:block;
 font-size:18px;
 border-right:#000 1px solid;
 font-weight: 600;
 white-space: nowrap;
}

ul.newlisting li a:hover
{
 color:#005baa;
}

ul.newlisting li a.active
{
 color:#005baa;
}


ul.newlisting li.show
{
 color:#000;
 float:right;
 font-weight:600;
 width:50%;
 padding:10px 15px;
 text-align: right; 
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 420px) {
	.classes-item .ci-bottom {
		padding: 25px 15px;
		text-align: center;
	}
	ul.newlisting li { width: 20%;border: 1px solid #000; }
	ul.newlisting li a { border:0px; }
	ul.newlisting li.show { width: 100%;text-align: center; }
}

.classes-item .ci-author {
	display: inline-block;
}

.classes-item .ci-author img {
	width: 80px;
	height: 80px;
	float: left;
	border-radius: 50%;
	margin-right: 11px;
	margin-bottom: 20px;
}

.classes-item .ci-author .author-text {
	overflow: hidden;
}

.classes-item .ci-author h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.classes-item .ci-author p {
	color: #f65d5d;
	margin-bottom: 0;
}

.classes-item .site-btn {
	float: right;
	font-size: 14px;
	padding: 11px 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 420px) {
	.classes-item .site-btn {
		float: none;
		margin-top: 15px;
	}
}

.classes-item-warp {
	padding-right: 20px;
	margin-bottom: 55px;
}

.circle-select {
	height: 49px;
	line-height: 47px;
	min-width: 234px;
	padding-left: 29px;
	border-radius: 41px;
	border: 1px solid #e6e6e6;
	background: #fafafa;
}

.circle-select .current {
	font-size: 14px;
	color: #000000;
}

.circle-select .list {
	left: auto;
	right: 0;
}

.circle-select:after {
	border-bottom: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	right: 22px;
}

.classes-top {
	padding-right: 20px;
	margin-bottom: 40px;
}

.classes-top p {
	padding-top: 5px;
}

.classes-top .circle-select {
	float: right;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.classes-top .circle-select {
		float: none;
	}
}

.classes-filter .circle-select {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.classes-filter h3 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.classes-filter .cf-cal {
	display: inline-table;
	margin-right: 25px;
    margin-left: 30px!important;
	    width: 100%;
}

.classes-filter .cf-radio input[type=radio] {
	opacity: 0;
	position: absolute;
	width: 18px;
    height: 18px;
}

.classes-filter .cf-radio input[type=radio]:checked+label:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.classes-filter .cf-radio label {
	font-size: 16px;
	color: #000;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	width: 82%;
    vertical-align: top;
}

.classes-filter .cf-radio label:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	left: 0;
	top: 3px;
	border: 1px solid #6c6c6c;
	border-radius: 0px;
}

.classes-filter .cf-radio label:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	left: 0;
	top: 3px;
	border-radius: 0px;
	background: url("../img/icons/radio-check.png") no-repeat scroll 0 0;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.classes-filter .cf-radio span.alphaopt{
		border-radius: 15em;
		padding: 0px 0 0 2px;
		background: #4eb5ff;
		color: #fff;
		width: 25px;
		height: 25px;
		display: inline-block;
		text-align: center;
		margin: 0 5px 0 10px!important
	}

.classes-filter .cf-checkbox input[type=checkbox] {
	opacity: 0;
	position: absolute;
	width: 18px;
    height: 18px;
}

.classes-filter .cf-checkbox input[type=checkbox]:checked+label:before {
	opacity: 1;
	filter: alpha(opacity=100);
}


.classes-filter .cf-checkbox label {
	font-size: 16px;
	color: #000;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	width: 82%;
    vertical-align: top;
}

.classes-filter .cf-checkbox label:after {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	left: 0;
	top: 3px;
	border: 1px solid #6c6c6c;
	border-radius: 0px;
}

.classes-filter .cf-checkbox label:before {
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	left: 0;
	top: 3px;
	border-radius: 0;
	background: url("../img/icons/radio-check.png") no-repeat scroll 0 0;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.classes-filter .site-btn {
	margin-top: 20px;
}

.popular-classes-widget {
	margin: 0 -7px;
}

.popular-classes-widget .owl-dots {
	text-align: center;
}

.popular-classes-widget .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #cccccc;
	border-radius: 20px;
	margin-right: 7px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.popular-classes-widget .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.popular-classes-widget .owl-dots .owl-dot.active {
	width: 26px;
	background: #f65d5d;
}

.popular-classes-widget .owl-item {
	padding: 0 8px;
}

.pc-item {
	margin: 3px 0 25px;
	overflow: hidden;
	border-radius: 13px;
	-webkit-box-shadow: 0px 5px 7px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 7px rgba(72, 105, 114, 0.15);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.pc-item .pc-thumb {
	height: 200px;
}

.pc-item .pc-text {
	overflow: hidden;
	padding: 30px 15px 15px;
	text-align: center;
}

@media (max-width: 420px) {
	.pc-item .pc-text {
		padding: 30px 15px;
	}
}

.pc-item .pc-text h4 {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
}

.pc-item .pc-text h4 a {
	color: #333333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.pc-item .pc-text h4 a:hover {
	color: #f65d5d;
}

.pc-item .pc-text ul {
	list-style: none;
}

.pc-item .pc-text ul li {
	font-size: 14px;
	margin-bottom: 5px;
}

.pc-item .pc-text ul li i {
	color: #f65d5d;
	font-size: 16px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}

/*------------------
  Trainer section
---------------------*/

.ebook-section {
	padding-bottom: 80px;
}

.ebook-slider {
	margin: 0 -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-slider {
		margin: 0;
	}
}

.ebook-slider .ts-item {
	padding: 0px 25px 0;
	margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 1200px) and (max-width: 1440px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-slider .owl-nav {
		text-align: center;
		padding-top: 50px;
	}
}

.ebook-slider .owl-nav .owl-prev,
.ebook-slider .owl-nav .owl-next {
	width: 48px;
	height: 34px;
	position: absolute;
	top: 55%;
	left: -100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 1200px) and (max-width: 1440px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-slider .owl-nav .owl-prev,
	.ebook-slider .owl-nav .owl-next {
		position: relative;
		left: 0;
		top: 0;
		margin: 0 10px;
	}
}

.ebook-slider .owl-nav .owl-prev:after,
.ebook-slider .owl-nav .owl-next:after {
	position: absolute;
	content: url("../img/icons/arrow-circle.png");
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.ebook-slider .owl-nav .owl-prev:hover:after,
.ebook-slider .owl-nav .owl-next:hover:after {
	content: url("../img/icons/arrow-circle-c.png");
}

.ebook-slider .owl-nav .owl-next {
	left: auto;
	right: -99px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 1200px) and (max-width: 1440px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-slider .owl-nav .owl-next {
		position: relative;
		left: 0;
		top: 0;
		right: 0;
	}
}

.ebook-slider .owl-nav .owl-next:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	top: -0.39em;
}

.ebook-item {
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	border-radius: 14px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background: #fff;
}

.ebook-item label.intvthumb{
	    height: 250px!important;
	    overflow: hidden!important;
	}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-item {
		padding: 0 20px 40px;
	}
}

.ebook-item .ti-img {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-item .ti-img {
		position: relative;
		text-align: center;
		top: -30px;
	}
}

.ebook-item .ti-img img {
	width: auto;
	max-width: 290px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-item .ti-img img {
		margin: 0 auto;
	}
}

@media (max-width: 420px) {
	.ebook-item .ti-img img {
		max-width: 100%;
	}
}

.ebook-item h3 {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}

.ebook-item h4 {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}

.ebook-item h6 {
	color: #f65d5d;
	margin-bottom: 20px;
}

.ebook-item p{line-height: 1.5!important; margin: 0px 0 12px;}

.ebook-item .ti-text {
	max-width: 250px;
	position: relative;
	z-index: 99;
	background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-item .ti-text {
		text-align: center;
		margin: 0 auto;
	}
	.logo-container h4{font-size: 16px;}
	.header-info:last-child {float: right; margin: 0 0 10px!important;}
}

.ebook-item .ti-social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	padding-top: 6px;
	margin-right: 6px;
	margin-bottom: 14px;
	font-size: 15px;
	text-align: center;
	color: #333333;
	background: #f2f4f5;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ebook-item .ti-social a:hover {
	color: #fff;
	background: #f65d5d;
}

.ebook-item:hover {
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

.ebooks-page-section .ebook-item {
	margin-bottom: 30px;
}

/*------------------
  Review section
---------------------*/

.review-section {
	position: relative;
}

.review-section:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.92;
	filter: alpha(opacity=92);
}

.review-section .container {
	position: relative;
	z-index: 2;
}

.review-slider .owl-dots {
	padding-top: 40px;
	text-align: center;
}

.review-slider .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 20px;
	margin-right: 7px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.review-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.review-slider .owl-dots .owl-dot.active {
	width: 26px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.review-item {
	text-align: center;
	padding-top: 3px;
}

.review-item .ri-img {
	width: 120px;
	height: 120px;
	margin: 0 auto 45px;
	padding: 3px;
	background: #fff;
	border-radius: 50%;
	position: relative;
}

.review-item .ri-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.review-item .ri-img:after {
	position: absolute;
	content: url("../img/icons/quota.png");
	top: -3px;
	right: -50px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.review-item p {
	font-size: 18px;
	margin-bottom: 50px;
}

.review-item h4 {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 12px;
}

.review-item h6 {
	font-weight: 400;
}

/*------------------
  Ebook section
---------------------*/

.ebook-video {
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	margin-right: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-video {
		margin-right: 0;
		margin-bottom: 50px;
	}
	
}

.ebook-video img {
	width: 100%;
}

.ebook-video .video-popup {
	position: absolute;
	left: calc(50% - 43px);
	top: calc(50% - 42px);
}

.ebook-item {
	margin-bottom: 30px;
	border-radius: 14px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px rgba(72, 105, 114, 0.2);
	box-shadow: 0px 0px 10px rgba(72, 105, 114, 0.2);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border: 1px solid rgba(0,0,0,1);
}

.ebook-item:hover {
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

.ebook-item:last-child {
	margin-bottom: 0;
}

.ebook-item .ei-img {
	width: 160px;
	float: left;
	margin-right: 20px;
}

.ebook-item .ei-img img{ width: 100%; }

@media (max-width: 420px) {
	.ebook-item .ei-img {
		float: none;
		margin: 20px auto 10px;
	}
}

.ebook-item .ei-text {
	overflow: hidden;
	padding-top: 15px;
	padding-right: 12px;
}

@media (max-width: 576px) {
	.ebook-item .ei-text {
		padding-top: 12px;
	}
}

@media (max-width: 420px) {
	.ebook-item .ei-text {
		padding: 30px 15px;
	}
}

.ebook-item .ei-text h5 {
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 12px;
}

.ebook-item .ei-text h5 a {
	color: #333333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ebook-item .ei-text h4 a:hover {
	color: #f65d5d;
}

.ebook-item .ei-text ul {
	list-style: none;
	margin-bottom: 15px;
}

.ebook-item .ei-text ul li {
	font-size: 15px;
	margin-bottom: 3px;
}

.ebook-item .ei-text ul li i {
	color: #f65d5d;
	font-size: 20px;
	position: relative;
	top: 4px;
	margin-right: 10px;
}

.ebooks-page-section .ebook-item {
	margin-bottom: 30px;
}

.ebook-filter-warp {
	padding: 35px 45px;
	border-radius: 13px;
	margin-top: -60px;
	position: relative;
	z-index: 98;
	background: #fff;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
}

ul.translatelist{ margin: 1em 0; padding:0; list-style-type:none; }
ul.translatelist li{ margin: 0; padding:0 2.5em 0.5em 0; display: inline-block; }

@media (max-width: 420px) {
	.ebook-filter-warp {
		padding: 35px 20px;
	}
}

.ebook-filter-warp p {
	padding-top: 10px;
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-filter-warp p {
		padding-top: 0;
		margin-bottom: 15px;
	}
}

.ebook-filter-form {
	margin-left: -30px;
	text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.ebook-filter-form {
		text-align: left;
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-filter-form {
		text-align: center;
		margin-left: 0;
	}
}

.ebook-filter-form .ef-item {
	width: 202px;
	position: relative;
	display: inline-block;
	margin-right: 9px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-filter-form .ef-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		margin-left: 0!important;
	}
	.hero-slider {
    	height: auto!important;
	}
}

.ebook-filter-form .ef-item input {
	width: 100%;
	height: 49px;
	padding-left: 29px;
	padding-right: 40px;
	border-radius: 50px;
	border: 1px solid #e6e6e6;
	background: #fafafa;
	font-size: 14px;
}

.ebook-filter-form .ef-item i {
	position: absolute;
	right: 20px;
	top: 16px;
	font-size: 16px;
	color: #a6a6a6;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-filter-form .site-btn {
		margin-top: 10px;
	}
}

/*------------------
  Pricing section
---------------------*/

.pricing-section {
	background: #f9f2f0;
}

.pricing-item {
	text-align: center;
	background: #fff;
	padding-bottom: 40px;
	margin: 15px 0;
	border-radius: 13px;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.pricing-item:hover {
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

.pricing-item .pi-top {
	height: 156px;
	padding-top: 26px;
	background: #f65d5d;
}

.pricing-item .pi-top h4 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
}

.pricing-item .pi-price {
	width: 144px;
	height: 144px;
	margin: -71px auto 30px;
	padding-top: 35px;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
}

.pricing-item .pi-price h3 {
	font-size: 40px;
	font-weight: 700;
	color: #666666;
}

.pricing-item .pi-price p {
	text-transform: uppercase;
	color: #000000;
}

.pricing-item ul {
	list-style: none;
	margin-bottom: 20px;
}

.pricing-item ul li {
	font-size: 16px;
	color: #666666;
	margin-bottom: 12px;
}

.pricing-item.begginer .pi-top {
	background: #fdb07d;
}

.pricing-item.entermediate .pi-top {
	background: #fa8f70;
}

.pricing-item.advanced .pi-top {
	background: #f2786f;
}

.pricing-item.professional .pi-top {
	background: #f65d5d;
}

/*------------------
  Sign up section
---------------------*/

.signup-map {
	position: relative;
	height: 100%;
	background: #ddd;
	border-radius: 12px;
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.signup-map {
		height: 400px;
		margin-bottom: 40px;
	}
}

.signup-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.singup-text {
	padding-right: 50px;
	margin-bottom: 40px;
}

.singup-text h3 {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
}

.singup-form input,
.singup-form textarea {
	width: 100%;
	height: 49px;
	padding: 5px 20px;
	font-size: 16px;
	color: #000000;
	border-radius: 50px;
	margin-bottom: 20px;
	border: 1px solid #3c3c3c;
	background: #fafafa;
}

.singup-form input::-webkit-input-placeholder,
.singup-form textarea::-webkit-input-placeholder {
  color: #3c3c3c;
}

.singup-form select{
	width: 100%;
	height: 49px;
	padding: 5px 30px 5px 15px;
	font-size: 14px;
	color: #000000;
	border-radius: 50px;
	border: 1px solid #3c3c3c;
	background: #fafafa;
}

.singup-form textarea {
	height: 140px;
	padding: 15px 28px 10px;
	border-radius: 20px;
	resize: none;
}

.singup-form.w-65{width: 65%; margin: 0 auto;}

.hp-srch-box { background: #fff; padding: 0px; min-height:auto; height: auto; width: 100%; margin: 0 auto; border-radius: 10em;}
.hp-srch-box input{ margin-bottom: 0px; height:40px; border: 0px; background-color: #ffffff;}
a.hp-sb-gradient {
	background: -o-linear-gradient(305deg, #fdb07d 0%, #f65d5d 100%);
    background: linear-gradient(145deg, #fdb07d 0%, #f65d5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d", endColorstr="#f65d5d", GradientType=1);
    padding: 13px 20px 0!important;
	color: #fff; 
	border-radius: 10em; width:100%;}
	
button.hp-sb-gradient {
	background: -o-linear-gradient(305deg, #fdb07d 0%, #f65d5d 100%);
    background: linear-gradient(145deg, #fdb07d 0%, #f65d5d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdb07d", endColorstr="#f65d5d", GradientType=1);
    padding: 1px 20px 0;
	color: #fff; 
	border-radius: 10em; width:100%;border: 0px;}

/*------------------
  Gallery section
---------------------*/

.gs-item {
	display: block;
	overflow: hidden;
	position: relative;
}

.gs-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f65d5d;
	background: -o-linear-gradient(305deg, #f65d5d 0%, #fdb07d 100%);
	background: linear-gradient(145deg, #f65d5d 0%, #fdb07d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f65d5d", endColorstr="#fdb07d", GradientType=1);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gs-item .gs-hover {
	position: absolute;
	top: calc(50% - 53px);
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

@media (max-width: 576px) {
	.gs-item .gs-hover {
		top: calc(50% - 40px);
	}
}

.gs-item .gs-hover i {
	font-size: 26px;
	color: #fff;
	margin-bottom: 5px;
}

@media (max-width: 576px) {
	.gs-item .gs-hover i {
		font-size: 18px;
	}
}

.gs-item .gs-hover p {
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	margin-bottom: 0;
}

@media (max-width: 576px) {
	.gs-item .gs-hover p {
		font-size: 16px;
	}
}

.gs-item:hover .gs-hover {
	padding-top: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
}

.gs-item:hover:after {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.footer-section {
	padding-top: 50px;
	background: #063569;
}

.footer-widget {
	margin-bottom: 30px;
}

.footer-widget .about-widget {
	max-width: 280px;
}

.footer-widget .about-widget img {
	margin-bottom: 30px;
}

.footer-widget .fw-title {
	font-size: 1.4em;
	margin-bottom: 20px;
	padding-top: 10px;
	color: #ffffff;
	font-weight: 600;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget ul li {
	font-size: 17px;
	color: #fff;
	margin-bottom: 15px;
}

.footer-widget ul li i {
	font-size: 20px;
	color: #fff;
	position: relative;
	margin: auto;
}

.footer-widget ul li a {
	color: #fff;
}

.footer-widget ul li a:hover {
	color: #2c99f4;
}

.footer-widget .infor-form {
	margin: 30px 0 0;
}

.footer-bottom {
	margin-top: 10px;
	padding: 25px 0;
	background: #063569;
	border-top: 1px solid #1d5789;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.footer-social {
		text-align: center;
		margin-bottom: 15px;
	}
}

.footer-social a {
	color: #fff;
	margin-right: 0px;
	border:2px solid #ffffff;
    padding: 8px 0 5px 0px;
    border-radius: 100%;
    width: 42px;
    display: inline-block;
    text-align: center;
    height: 42px;
}
.footer-social a:hover {background: #2c99f4;}

.footer-social a:last-child {
	margin-right: 0;
}

.copyright {
	font-size: 17px;
	color: #fff;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.copyright {
		text-align: center;
	}
}

.copyright p {
	margin-bottom: 0;
}

.copyright a {
	color: #fff;
	font-weight: 600;
}

.copyright a:hover {
	color: #2c99f4;
}

.copyright i {
	color: #2c99f4;
}

/*----------------
  Other Pages
------------------
==================*/

.page-top-section {
	height: 478px;
	position: relative;
	padding-top: 220px;
	text-align: center;
}

.page-top-section.page-sp {
	padding-top: 200px;
}

.page-top-section:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.92;
	filter: alpha(opacity=92);
}

.page-top-section .container {
	position: relative;
	z-index: 9;
}

.page-top-section h2 {
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.page-top-section p {
	font-size: 18px;
}

/*--------------
  About Page
-----------------*/

.service-section {
	padding-bottom: 80px;
}

.wwd-section {
	background-color: #fffdf5;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.wwd-section {
		background-position: right center;
	}
}

.wwd-text {
	padding-left: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.wwd-text {
		padding-left: 0;
	}
}

.wwd-text h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.wwd-text p {
	margin-bottom: 40px;
}

.single-progress-item {
	margin-bottom: 40px;
}

.single-progress-item:last-child {
	margin-bottom: 0;
}

.single-progress-item p {
	font-size: 16px;
	color: #333333;
	line-height: 1;
	margin-bottom: 15px;
}

.single-progress-item .progress-bar-style {
	height: 8px;
	width: 100%;
	background: #fdb07d;
	border-radius: 15px;
}

.single-progress-item .progress-bar-style .bar-inner {
	position: relative;
	height: 100%;
	border-radius: 15px;
}

.single-progress-item .progress-bar-style .bar-inner span {
	position: absolute;
	bottom: 100%;
	right: -18px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	margin-bottom: 15px;
	padding: 3px 7px;
	border-radius: 3px;
	background: #f65d5d;
}

.single-progress-item .progress-bar-style .bar-inner span:after {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	left: calc(50% - 4px);
	bottom: -4px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #f65d5d;
}

.about-blog-section {
	padding-bottom: 80px;
}

/*----------------------
  Classes details page
-----------------------*/

.classes-details {
	padding-right: 20px;
	margin-bottom: 50px;
}

.classes-details .classes-preview img {
	border-radius: 12px;
	margin-bottom: 40px;
	min-width: 100%;
}

.classes-details h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.classes-details .cd-meta {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 30px;
}

.breadcrumb .cd-meta {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 0px;	
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.classes-details .cd-meta, .breadcrumb .cd-meta {
		margin-right: 0;
	}
}

.classes-details .cd-meta:last-child, .breadcrumb .cd-meta:last-child {
	margin-right: 0;
}

.classes-details .cd-meta i{
	font-size: 20px;
	color: #f65d5d;
	margin-right: 10px;
	position: relative;
	top: 3px;
}
.breadcrumb .cd-meta a { font-weight: 600; color:#000; }

.breadcrumb .cd-meta i {
	font-size: 20px;
	color: #c9c9c9;
	margin-right: 0px;
	position: relative;
	top: 3px;
}
.breadcrumb .cd-meta p { font-size: 13px; }

.breadcrumb .cd-meta i.material-icons{vertical-align:inherit!important;}

.classes-details .cd-meta p {
	color: #333333;
	margin-bottom: 0;
}

.classes-details .cd-price {
	display: inline-block;
	padding: 0px 18px 0px;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background: #f65d5d;
	border-radius: 12px;
	margin-bottom: 30px;
}

.classes-details p {
	margin-bottom: 30px;
}

.classes-details blockquote {
	margin-top: 60px;
	font-style: italic;
	font-size: 16px;
	color: #666666;
	padding-right: 20px;
	line-height: 1.8;
	position: relative;
	margin-bottom: 45px;
}

.classes-details blockquote:after {
	position: absolute;
	content: "";
	width: 62px;
	height: 52px;
	left: -30px;
	top: -12px;
	background: url("../img/icons/quota-2.png") no-repeat scroll 0 0/cover;
}

.classes-details h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.classes-details ul {
	list-style: none;
}

.classes-details ul li {
	position: relative;
	padding-left: 29px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #666666;
}

.classes-details ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #f65d5d;
	font-size: 16px;
}

.classes-details .cd-cata i {
	font-size: 20px;
	color: #f65d5d;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.classes-details .cd-cata p {
	color: #666666;
	margin-bottom: 0;
}

.classes-details .cd-social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	padding-top: 6px;
	margin-right: 6px;
	margin-bottom: 14px;
	font-size: 15px;
	text-align: center;
	color: #333333;
	background: #f2f4f5;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.classes-details .cd-social a:hover {
	color: #fff;
	background: #f65d5d;
}

.classes-other-slider {
	margin: 0 -50px 70px;
	left: 25px;
}

.classes-other-slider .owl-item {
	padding: 0 15px;
}

@media (max-width: 576px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.classes-other-slider {
		margin: 0 -25px 70px;
	}
}

.classes-other-slider .owl-nav {
	right: 18px;
	top: -50px;
}

.classes-other-slider .owl-nav .owl-next,
.classes-other-slider .owl-nav .owl-prev {
	color: #000000;
}

.classes-other-slider .owl-nav .owl-next:hover,
.classes-other-slider .owl-nav .owl-prev:hover {
	color: #f65d5d;
}

@media (max-width: 576px) {
	.classes-other-slider .owl-nav {
		position: relative;
		right: 0;
		top: 0;
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.classes-other-slider .ci-bottom {
		padding: 25px 15px;
		text-align: center;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.classes-other-slider .site-btn {
		float: none;
		margin-top: 15px;
	}
}

.comment-title {
	font-size: 25px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	padding-right: 20px;
	margin-bottom: 80px;
}

.comment-list li {
	margin-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}

.comment-list .comment-pic {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 25px;
}

@media (max-width: 576px) {
	.comment-list .comment-pic {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 420px) {
	.comment-list .comment-pic {
		float: none;
		margin-bottom: 10px;
	}
}

.comment-list .comment-text {
	overflow: hidden;
}

.comment-list .comment-text h3 {
	display: inline-block;
	font-size: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.comment-list .comment-text .comment-date {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}

.comment-list .comment-text .comment-date i {
	color: #f65d5d;
	position: relative;
	font-size: 16px;
	top: 3px;
	margin-right: 10px;
}

.comment-list .comment-text .reply {
	display: inline-block;
	color: #f65d5d;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 35px;
}

.comment-list .comment-text .reply i {
	position: relative;
	font-size: 16px;
	top: 3px;
	margin-right: 10px;
}

.comment-list .comment-sub-list {
	padding-left: 125px;
	list-style: none;
}

@media (max-width: 576px) {
	.comment-list .comment-sub-list {
		padding-left: 75px;
	}
}

@media (max-width: 420px) {
	.comment-list .comment-sub-list {
		padding-left: 25px;
	}
}

.comment-list .comment-sub-list li {
	padding-top: 40px;
	border-top: 1px solid #e6e6e6;
	border-bottom: none;
}

.comment-list .comment-sub-list li:last-child {
	margin-bottom: 0;
}

.classes-info {
	padding: 32px 27px 15px;
	border-radius: 13px;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.classes-info:hover {
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

.classes-info ul {
	list-style: none;
}

.classes-info ul li {
	font-size: 16px;
	color: #666666;
	padding-left: 25px;
	position: relative;
	margin-bottom: 15px;
}

.classes-info ul li i {
	position: absolute;
	font-size: 16px;
	left: 0;
	top: 3px;
	color: #f65d5d;
}

.about-instructor-widget {
	text-align: center;
	position: relative;
	padding: 25px 20px 10px;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	border-radius: 14px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.about-instructor-widget h4 {
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}

.about-instructor-widget h6 {
	color: #f65d5d;
	margin-bottom: 20px;
}

.about-instructor-widget img {
	width: 142px;
	height: 142px;
	border-radius: 50%;
	margin: 0 auto 25px;
}

.about-instructor-widget .ai-social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	padding-top: 6px;
	margin-right: 6px;
	margin-bottom: 14px;
	font-size: 15px;
	text-align: center;
	color: #666666;
	background: #f2f4f5;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.about-instructor-widget .ai-social a:hover {
	color: #fff;
	background: #f65d5d;
}

.about-instructor-widget:hover {
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

/*---------------------
  Trainer details page
-----------------------*/

.ebook-details {
	padding: 40px 52px;
	border-radius: 13px;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	background: #fff;
}

.ebook-details .cd-price {
	display: inline-block;
	padding: 0px 18px 0px;
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	background: #f65d5d;
	border-radius: 12px;
	margin-bottom: 30px;
}

@media (max-width: 420px) {
	.ebook-details {
		padding: 30px 20px;
	}
}

.ebook-details .td-left {
	float: left;
	margin-right: 35px;
	text-align: center;
	width: 300px;
}
.btn-dictionary{top: 32%; position:fixed; padding: 13px 19px 10px; line-height: 2; background: #ff6600; right: -2px; z-index: 999;}
.btn-pronunc{top: 50%;position:fixed;padding: 13px 19px 10px; line-height: 2; background: #ff6600; right: -2px; z-index: 999;}

.scroll-block {
    max-height: 520px;
    overflow-y: scroll;
    padding-right: 30px;
}
.scroll-block::-webkit-scrollbar{width:5px;}
.scroll-block::-webkit-scrollbar-track{background-color:rgb(198, 222, 255);border-radius: 10em;}
.scroll-block::-webkit-scrollbar-thumb{background-color:rgb(59, 137, 247);height:60px;border-radius: 10em;}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-details .td-left {
		float: none;
		margin-right: 0;
	}
	.btn-dictionary{top: 73%; padding: 13px 19px 10px; line-height: 2; background: #ff6600; right: -2px; z-index: 999;}
	.btn-pronunc{top: 90%;padding: 13px 19px 10px; line-height: 2; background: #ff6600; right: -2px; z-index: 999;}
	
	.scroll-block {
		max-height: 300px;
		overflow-y: scroll;
		padding-right: 30px;
	}
.scroll-block::-webkit-scrollbar{width:5px;}
.scroll-block::-webkit-scrollbar-track{background-color:rgb(198, 222, 255);border-radius: 10em;}
.scroll-block::-webkit-scrollbar-thumb{background-color:rgb(59, 137, 247);height:60px;border-radius: 10em;}

}

.ebook-details .td-right {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.ebook-details .td-social {
	margin-bottom: 30px;
}

.ebook-details .td-social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	padding-top: 6px;
	margin-right: 6px;
	margin-bottom: 14px;
	font-size: 15px;
	text-align: center;
	color: #333333;
	background: #f2f4f5;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ebook-details .td-social a:last-child {
	margin-right: 0;
}

.ebook-details .td-social a:hover {
	color: #fff;
	background: #f65d5d;
}

.ebook-details .ebook-info {
	position: relative;
	overflow: hidden;
}

.ebook-details .ebook-info img {
	width: 100%;
	height: auto;
	margin-bottom: 28px;
}

.ebook-details .ebook-info h3 {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
}

.ebook-details .ebook-info h6 {
	color: #f65d5d;
	margin-bottom: 16px;
}

.ebook-details .ebook-info ul {
	list-style: none;
}

.ebook-details .ebook-info ul li {
	margin-bottom: 0px;
	padding: 12px;
}

@media (max-width: 420px) {
	.ebook-details .ebook-info ul li {
		margin-bottom: 15px;
	}
}

.ebook-details .ebook-info ul li img{ width: auto; height: auto;}
.ebook-details .ebook-info ul strong {
	float: left;
	width: 220px;
	color: #000;
	font-weight: 600;
}

@media (max-width: 420px) {
	.ebook-details .ebook-info ul strong {
		float: none;
		margin-bottom: 10px;
		display: block;
	}
}

.ebook-details .ebook-info ul p {
	font-size: 18px;
	overflow: hidden;
	margin-bottom: 0;
}

.ebook-details .ebook-info .site-btn {
	position: relative;
	right: 0;
	top: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-details .ebook-info .site-btn {
		position: relative;
		margin-top: 30px;
	}
}

.ebook-details-text h3 {
	font-size: 20px;
	margin-bottom: 16px;
}

.ebook-details-text p {
	margin-bottom: 22px;
	font-size: 16px;
}

.ebook-details-text ul {
	list-style: none;
	padding-left: 0px;
}

@media (max-width: 420px) {
	.ebook-details-text ul {
		padding-left: 15px;
	}
}

.ebook-details-text ul li {
	font-size: 16px;
	color: #666666;
	padding-left: 21px;
	margin-bottom: 5px;
	position: relative;
}

.ebook-details-text ul i {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 16px;
	color: #f65d5d;
}

/*---------------------
  ebook details page
-----------------------*/

.ebook-preview img {
	border-radius: 12px;
	margin-bottom: 40px;
	min-width: 100%;
}

.ebook-details {
	padding-right: 20px;
	margin-bottom: 10px;
}

.ebook-details h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.ebook-details .ed-meta {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.ebook-details .ed-meta {
		margin-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.ebook-details .ed-meta {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.ebook-details .ed-meta:last-child {
	margin-right: 0;
}

.ebook-details .ed-meta i {
	font-size: 20px;
	color: #f65d5d;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.ebook-details .ed-meta p {
	color: #333333;
	margin-bottom: 0;
}

.ebook-details .ed-note {
	display: inline-block;
	padding: 10px 17px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 7px;
	margin-bottom: 60px;
	background: #8abe56;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 5px;
}

.ebook-details p {
	margin-bottom: 20px;
}

.ebook-details h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.ebook-details ul {
	list-style: circle;
    margin: 0 0 20px;
    padding: 0;
    list-style-position: inside;
}

.ebook-details ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #000000;
}

.ebook-details ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #f65d5d;
	font-size: 16px;
}

.ebook-details .ed-cata i {
	font-size: 20px;
	color: #f65d5d;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.ebook-details .ed-cata p {
	color: #666666;
	margin-bottom: 0;
}

.ebook-details .ed-social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	padding-top: 6px;
	margin-right: 6px;
	margin-bottom: 14px;
	font-size: 15px;
	text-align: center;
	color: #666666;
	background: #f2f4f5;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.ebook-details .ed-social a:hover {
	color: #fff;
	background: #f65d5d;
}

.ebook-other-slider {
	margin: 0 -32px 70px;
	left: 25px;
}

.ebook-other-slider .owl-item {
	padding: 15px 15px 0;
}

.ebook-other-slider .owl-nav {
	position: absolute;
	right: 18px;
	top: -80px;
}

.ebook-other-slider .owl-nav .owl-next,
.ebook-other-slider .owl-nav .owl-prev {
	color: #000000;
}

.ebook-other-slider .owl-nav .owl-next:hover,
.ebook-other-slider .owl-nav .owl-prev:hover {
	color: #f65d5d;
}

.ebook-other-slider .ebook-item {
	margin-bottom: 30px;
}

.ebook-other-slider .ebook-item .ei-img {
	width: 155px;
	margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 420px) {
	.ebook-other-slider .ebook-item .ei-img {
		width: 100%;
		float: none;
	}
}

.ebook-other-slider .ebook-item .ei-text {
	padding-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1200px),
(max-width: 420px) {
	.ebook-other-slider .ebook-item .ei-text {
		padding: 20px;
	}
}

.ebook-other-slider .ebook-item .ei-text h4 {
	font-size: 20px;
}

/*-------------
  Blog page
---------------*/

.blog-item {
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	background: #fff;
	border: 2px solid #ff6600;
}

.blog-item:hover {
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

.blog-item img {
	margin-bottom: 35px;
	min-width: 100%;
}

.blog-item .bi-text {
	text-align: center;
	padding: 0 35px 10px;
}

.blog-item .bi-text h2 {
	font-size: 25px;
	margin-bottom: 15px;
}

.blog-item .bi-text h2 a {
	color: #333333;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-item .bi-text h5 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.blog-item .bi-text h5 a {
	color: #333333;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-item .bi-text h2 a:hover {
	color: #f65d5d;
}

.blog-item .bi-footer {
	overflow: hidden;
	padding: 21px 30px 15px;
	border-top: 1px solid #e6e6e6;
}

@media (max-width: 420px) {
	.blog-item .bi-footer {
		text-align: center;
	}
}

.blog-item .bi-cata {
	float: left;
	font-size: 14px;
	color: #666666;
	position: relative;
	padding-left: 12px;
	margin-bottom: 10px;
}

@media (max-width: 420px) {
	.blog-item .bi-cata {
		float: none;
		display: inline-block;
	}
}

.blog-item .bi-cata:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	left: 0;
	top: calc( 50% - 2px);
	border-radius: 20px;
	background: #f65d5d;
}

.blog-item .bi-social {
	float: right;
}

@media (max-width: 420px) {
	.blog-item .bi-social {
		float: none;
	}
}

.blog-item .bi-social a {
	color: #666666;
	margin-left: 20px;
}

.blog-item .bi-social a:first-child {
	margin-left: 0;
}

.sidebar { border-right: 1px solid #ddd;}
.sidebar ul{margin: 1em; padding: 0;}
.sidebar ul li{margin: 0; padding: 0; list-style-type:none;}
.sidebar ul li a{margin: 0; padding: 3px 32px; font-size: 16px; font-weight: 500; color: #000; display: inline-block;}
.sidebar ul li a:hover{ color: #ff6600; }
.sidebar ul li a i{ font-size: 15px; margin-right: 8px; position: absolute; width: 20px; left: 25px; padding: 4px 0px 0;}
.sidebar ul li h2{background: #2c99f4; font-size: 20px; font-weight: 500; margin: 10px 0 10px; padding: 10px 15px; color: #fff;}

.sidebar .logo-container { margin: 1em auto; text-align:center; }

.sidebar .sidenav-border{
	border-radius: 15px;
	overflow: hidden;
	margin: 15px 0;
	border: 2px solid #ff6600;	
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.sidebar {
		padding-top: 70px;
	}
}

.sb-widget {
	margin-bottom: 30px;
}

.sb-widget .about-widget p { font-size: 14px; line-height: 1.4; }

.sb-widget .sb-title {
	font-size: 18px;
	font-weight:600;
	margin-bottom: 15px;
}

.sb-widget .sb-video {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.sb-widget .sb-video .video-popup img {
	width: 58px;
}

.sb-widget .sb-video .video-popup {
	position: absolute;
	left: calc(50% - 29px);
	top: calc(50% - 29px);
}

.site-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
}

.site-pagination a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	min-width: 34px;
	color: #000000;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	margin-right: 7px;
	font-size: 14px;
	margin-bottom: 5px;
	background-color: #fff;
}
.site-pagination a.active,
.site-pagination a:hover {
	color: #000;
    border-color: #c7df86;
    background-color: rgb(232 247 192);
}

.site-pagination a i {
	font-size: 18px;
}
.site-pagination a:last-child {
	margin-right: 0;
}

/*---------------------
  Subject Accordion
-----------------------*/

.accordion-wrapper {
  max-width: 560px;
  margin: 0em auto 1em auto;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 4px 15px rgba(150,180,220,0);
  border: 0px solid #4f81cf;
  position: relative;
  
}

/* Mobile Browse Subject toggle button */
.mobile-toggle {
  display: none;
  width: 100%;
  padding: 1em;
  background: #007acc;
  color: white;
  font-size: 1.1em;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  outline: none;
}

/* Accordion styles */
.accordion-item + .accordion-item {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ebebeb;
}

.accordion-title {
  position: relative;
  width: 100%;
  padding: 0.5em 2.6em 0.5em 0.5em;
  background: #f9f9f9;
  border: none;
  text-align: left;
  font-size: 1.099em;
  color: #000000;
  font-weight: 600;
  border-radius: 0px;
  cursor: pointer;
  outline: none;
  transition: background 0.18s;
  border-bottom: 1px solid #ebebeb;
  
}
.accordion-item.expanded .accordion-title {
  background: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
}

.accordion-content {
  display: none;
  padding: 0 0px;
  background: #ffffff;
  color: #007acc;
  margin-bottom: 0em;
}
.accordion-item.expanded .accordion-content {
  display: block;
  animation: fadeIn .4s;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.chapter-btn {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding: .5em 1em;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: transparent;
  border-radius: 0px;
  cursor: pointer;
  text-align: left;
  transition: background .23s;
}
.chapter-btn:hover {
  background: #f1f1f1;
}

/* Arrow for Subjects with chapters */
.accordion-item.has-children .accordion-title::after {
  content: 'ˇ';
  position: absolute;
  right: 10px;
  top: 22px;
  transform: translateY(-50%);
  font-size: 2em;
  color: #000000;
  transition: transform 0.2s;
  line-height: 1;
  bottom: 22px;
  height: 10px;
}
/* Optionally rotate arrow when expanded */
.accordion-item.expanded.has-children .accordion-title::after {
  transform: translateY(-50%) rotate(-180deg);
}

/* Responsive behavior */
@media (max-width: 768px) {
  .mobile-toggle {
    display: block;
  }
  .accordion {
    display: none;
  }
  .accordion-wrapper.expanded .accordion {
    display: block;
  }
}

.ebookdetail-content {
  background: #fff;
  border: 1px solid #a6ce39;
  border-radius: 3em;
  display: block;
  margin: 0;
  padding: 15px;
  width: 100%;
}



/*---------------------
  Blog details page
-----------------------*/

.blog-preview img {
	border-radius: 12px;
	margin-bottom: 40px;
	min-width: 100%;
}

.blog-details {
	padding-right: 20px;
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.blog-details {
		padding-right: 0;
	}
}

.blog-details h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

.blog-details .blog-meta {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-details .blog-meta {
		margin-right: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 576px) {
	.blog-details .blog-meta {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.blog-details .blog-meta:last-child {
	margin-right: 0;
}

.blog-details .blog-meta i {
	font-size: 20px;
	color: #f65d5d;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.blog-details .blog-meta p {
	color: #333333;
	margin-bottom: 0;
}

.blog-details p {
	margin-bottom: 30px;
}

.blog-details blockquote {
	margin-left: 75px;
	margin-top: 40px;
	font-style: italic;
	font-size: 16px;
	color: #666666;
	padding-right: 20px;
	line-height: 1.8;
	position: relative;
	margin-bottom: 25px;
}

@media (max-width: 576px) {
	.blog-details blockquote {
		margin-left: 30px;
	}
}

.blog-details blockquote:after {
	position: absolute;
	content: "";
	width: 62px;
	height: 52px;
	left: -30px;
	top: -12px;
	background: url("../img/icons/quota-2.png") no-repeat scroll 0 0/cover;
}

.blog-details h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.blog-details ul {
	list-style: none;
}

.blog-details ul li {
	position: relative;
	padding-left: 29px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #666666;
}

.blog-details ul li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #f65d5d;
	font-size: 16px;
}

.blog-details .ed-cata i {
	font-size: 20px;
	color: #f65d5d;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.blog-details .ed-cata p {
	color: #666666;
	margin-bottom: 0;
}

.blog-details .ed-social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	padding-top: 6px;
	margin-right: 6px;
	margin-bottom: 14px;
	font-size: 15px;
	text-align: center;
	color: #666666;
	background: #f2f4f5;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.blog-details .ed-social a:hover {
	color: #fff;
	background: #f65d5d;
}

.blog-gallery {
	margin-bottom: 20px;
}

.blog-gallery .row {
	margin-right: -10px;
	margin-left: -10px;
}

.blog-gallery .col-md-4 {
	padding-right: 10px;
	padding-left: 10px;
}

.blog-gallery img {
	border-radius: 13px;
	margin-bottom: 20px;
	min-width: 100%;
}

.blog-author-card {
	padding-top: 45px;
	border-top: 1px solid #e6e6e6;
}

.blog-author {
	padding: 36px 40px;
	margin-bottom: 55px;
	overflow: hidden;
	border-radius: 13px;
	-webkit-box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 5px 6px rgba(72, 105, 114, 0.15);
}

@media (max-width: 576px) {
	.blog-author {
		text-align: center;
		padding: 36px 20px;
	}
}

.blog-author img {
	float: left;
	width: 130px;
	height: 130px;
	margin-right: 30px;
	border-radius: 50%;
}

@media (max-width: 576px) {
	.blog-author img {
		float: none;
		margin-bottom: 25px;
		margin-right: 0;
	}
}

.blog-author .ba-text {
	overflow: hidden;
}

.blog-author .ba-text h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.blog-author .ba-text p {
	font-size: 16px;
	margin-bottom: 10px;
}

.blog-author .ba-social a {
	display: inline-block;
	color: #666666;
	margin-right: 10px;
}

.blog-author .ba-social a:hover {
	color: #f65d5d;
}

.blog-nav {
	display: inline-block;
	margin-bottom: 40px;
	position: relative;
}

.blog-nav h3 {
	font-size: 18px;
}

.blog-nav i {
	position: absolute;
	top: 5px;
	font-size: 35px;
	color: #f65d5d;
}

.blog-nav.bn-prev {
	padding-left: 40px;
}

.blog-nav.bn-prev i {
	left: 0;
}

.blog-nav.bn-next {
	padding-right: 40px;
}

.blog-nav.bn-next i {
	right: 0;
}

.sb-widget .search-form {
	position: relative;
}

.sb-widget .search-form input {
	width: 100%;
	height: 49px;
	padding-left: 29px;
	padding-right: 30px;
	border-radius: 41px;
	border: 1px solid #e6e6e6;
	background: #fafafa;
	font-size: 14px;
}

.sb-widget .search-form button {
	position: absolute;
	right: 15px;
	top: 0;
	height: 100%;
	background: transparent;
	border: none;
	color: #a6a6a6;
	padding-top: 5px;
}

.sb-widget .search-form button i {
	font-size: 18px;
}

.sb-widget ul.sb-list {
	list-style: none;
	padding-top: 5px;
}

.sb-widget ul.sb-list li a {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	margin-bottom: 12px;
}

.sb-widget ul.sb-list li a span {
	margin-left: 10px;
}

.sb-widget .sb-tags a {
	display: inline-block;
	border-radius: 50px;
	padding: 5px 16px;
	margin-right: 6px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 16px;
	border: 1px solid #e6e6e6;
	background: #fafafa;
}

.sb-widget .sb-tags a:hover {
	color: #f65d5d;
}

.latest-post-widget .lp-item {
	margin-bottom: 20px;
}

.latest-post-widget .lp-item:last-child {
	margin-bottom: 0;
}

.latest-post-widget .lp-item .lp-thumb {
	width: 86px;
	height: 68px;
	float: left;
	margin-right: 18px;
	border-radius: 5px;
}

.latest-post-widget .lp-text {
	overflow: hidden;
	padding-top: 10px;
}

.latest-post-widget .lp-text h3 {
	font-size: 17px;
	margin-bottom: 5px;
}

.latest-post-widget .lp-text p {
	margin-bottom: 0;
}

.latest-post-widget .lp-text i {
	position: relative;
	color: #f65d5d;
	font-size: 16px;
	top: 3px;
	margin-right: 10px;
}

.insta-widget {
	display: block;
	margin: 0 -5px 80px;
	overflow: hidden;
}

.insta-widget .insta-item {
	width: 33.333333%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

.insta-widget .insta-item img {
	min-width: 100%;
}

.insta-widget .insta-item:hover .insta-hover {
	top: calc(50% - 12px);
	opacity: 1;
	filter: alpha(opacity=100);
}

.insta-widget .insta-item:hover .insta-img:after {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.insta-widget .insta-img {
	border-radius: 7px;
	overflow: hidden;
	position: relative;
}

.insta-widget .insta-img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #f65d5d;
	background: -o-linear-gradient(305deg, #f65d5d 0%, #fdb07d 100%);
	background: linear-gradient(145deg, #f65d5d 0%, #fdb07d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f65d5d", endColorstr="#fdb07d", GradientType=1);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.insta-widget .insta-hover {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.insta-widget .insta-hover i {
	font-size: 18px;
	color: #fff;
}

/*---------------------
  Contact page
-----------------------*/

.contact-map {
	position: relative;
	height: 550px;
	background: #ddd;
	border-radius: 13px;
	margin-bottom: 65px;
	overflow: hidden;
	-webkit-box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
	box-shadow: 0px 12px 32px rgba(72, 105, 114, 0.15);
}

.contact-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.con-info {
	margin-bottom: 30px;
}

.con-info h2 {
	font-size: 22px;
	margin-bottom: 14px;
	font-weight: 600;
}

.con-info h3 {
	font-size: 18px;
	margin-bottom: 14px;
}

.con-info ul {
	list-style: none;
}

.con-info ul li {
	padding-left: 25px;
	position: relative;
	float: 16px;
	color: #666666;
	margin-bottom: 7px;
}

.con-info ul i {
	position: absolute;
	font-size: 16px;
	left: 0;
	top: 3px;
	color: #f65d5d;
}

.contact-social a {
	display: inline-block;
	width: 34px;
	height: 34px;
	padding-top: 6px;
	margin-right: 6px;
	margin-bottom: 14px;
	font-size: 15px;
	text-align: center;
	color: #666666;
	background: #f2f4f5;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.contact-social a:hover {
	color: #fff;
	background: #f65d5d;
}

.contact-form {
	padding-top: 10px;
}

/* -----------------> can start accordion style copy from here ------------------------*/

.accordion-bral {
  min-height: 0;
  min-width: 220px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  margin: 0px!important;
  display: table-cell;
}
.accordion-bral .ac-label {
  padding: 5px 20px 8px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #fff;
  line-height: 1.5;
  background: #00356f;
  border: 1px solid #00356f;
  border-radius: 6px;
  margin-bottom: -10px;
}
.accordion-bral .ac-label:hover {
  background: #1572d7;
}
.accordion-bral input + .ac-label  {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-bral input:checked + .ac-label,
.accordion-bral input:checked + .ac-label:active {
  background-color: rgba(21, 114, 215, 1) !important;
  color: #FFF;
  border: 1px solid #1572d7;
  border-radius: 6px 6px 0 0;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.accordion-bral input.ac-input {
  display: none;
}
.accordion-bral .article {
  overflow: hidden;
  height: 0px;
  max-height: auto;
  margin: 0 0 20px;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0px 12px 20px rgba(72, 105, 114, 0.15);
  box-shadow: 0px 12px 20px rgba(72, 105, 114, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-bral .article p {
  color: #000;
  line-height: 23px;
  font-size: 14px;
  padding: 20px;
}

.accordion-bral .article ul {
  color: #000;
  line-height: 23px;
  padding: 20px 25px;
  list-style-type: none;
  background: #fff;
}

.accordion-bral .article ul li{
  padding: 0px;
  margin: 5px 0 5px 12px;
  list-style-type: disc;
}

.accordion-bral .article ul li a{ color: #000000; }

.accordion-bral input:checked ~ .article i {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion-bral input:checked ~ .article.ac-content {
  height: auto;
}

.accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 8px;
  right: 0;
}
.accordion-bral input:checked ~ .ac-label i:before {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-bral input:checked ~ .ac-label i:after {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-bral i:before, .accordion-bral i:after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 3px;
  height: 9px;
}
.accordion-bral i:before {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-bral i:after {
  transform: translate(2px, 0) rotate(45deg);
}
ul.ac-list {
  padding-left: 40px;
  list-style-type: disc;  
}

table.ac-table {
  margin: 20px 0 20px 20px;
}
table.ac-table th{
  text-align: left;
}

@media (max-width: 550px) {
  .accordion-bral .ac-label {
  padding: 5px 20px;
  position: relative;
  display: block;
  height: auto;
  padding-right: 40px;
  cursor: pointer;
  color: #ffffff;
  line-height: 33px;
  background: #00356f;
  border: 1px solid #00356f;
}
  .accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 2%;
  right: 0;
}
}
/* ---------- accordion style end --------------------------------------- */

.tab_container {
	margin: 0;
	padding: 0px;
	position: relative;
}
.tab_container input.tabinp,.tab_container section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tab_container label.toplabel {
  font-weight: 700;
  font-size: 17px;
  display: block;
  float: left;
  width: 22%;
  margin-right:10px;
  padding: 0.5em;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background-color: #daf6ff;
  border-bottom: 3px solid #3b6bb4;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px 0;
  background: #fff;
}


.tab_container .tab-content ul {margin-left: 25px;}
.tab_container .tab-content ul li{color: #000; list-style-type:circle; padding: 0;}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content label  { 
	background: none; border:0px; font-weight:600;
}

.tab_container [id^="tab"]:checked + label.toplabel {
  background: #ffdcbd;
  border-bottom: 3px solid #ff6600;
}

.tab_container [id^="tab"]:checked + label.toplabel .fa {
  color: #0CE;
}

.tab_container label.toplabel .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
  .tab_container label.toplabel {
    width: 100%;
  }
  .tab_container label.toplabel span {
    width: 100%;
  }
  
  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

.tab_container .no_wrap {
  text-align:center;
  color: #0ce;
}
.tab_container .link {
  text-align:center;
}

/* Checkout Progress Bar Css */

.checkout-wrap {
  color: #444;
  margin: 40px auto;
  max-width: 1170px;
  position: relative;
}

ul.checkout-bar {
  margin: 0 20px;
}
ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 13px;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  background: #ddd;
  border: 2px solid #FFF;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 9;
}
ul.checkout-bar li.active {
  color: #8bc53f;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #8bc53f;
  z-index: 99999;
}
ul.checkout-bar li.visited {
  background: #ECECEC;
  color: green;
  z-index: 9;
}
ul.checkout-bar li.visited:before {
  background: green;
  z-index: 99999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar a {
  color: green;
  font-size: 13px;
}

@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    background-color: #8bc53f;
    content: "";
    height: 15px;
    width: 100%;
    left: 55%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 20px auto 150px;
  }

  ul.checkout-bar {
    background-color: #EcEcEc;
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-color: green;
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 15%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 23.5%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 42%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 9;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-color: green;
    content: "";
    height: 15px;
    left: 50%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}

.ebook-filter-warp.sticky{width: 360px!important;}
.ebook-filter-warp.abs{width: 360px!important;}

.sticky {
  position: fixed; 
  top: 10px;
  right:inherit;
  margin: 0;
  width: 570px;
}

.abs {
  position: absolute; 
  bottom: 10px;
  right:inherit;
  width: 570px;
}

/* Select Radio Buttons animated */

.selctlang .selection {
  margin-bottom: 0;
  width: auto;
  display: inline-flex;
}

.selctlang .selection label {
  display: inline-block;
  width:auto;
  text-align:center;
  background-color: #f1f1f1;
  border-radius: 10em;
  color: #000;
  padding: 0.5em 0.8em;
  cursor: pointer;
}

.selctlang .selection label:hover {
  background-color: #0056c7;
  color: #fff;
}

.selctlang .selection input[type=radio] {
  display: none;
}

.selctlang .selection input[type=radio]:checked ~ label {
  background-color: #0056c7;
  color: #fff;
}

.comparison {
  max-width:100%;
  margin:0 auto;
  text-align:center;
  padding:0px;
  border:1px solid #CCC;
}

.comparison table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout:auto;
  border-bottom:1px solid #CCC;
}

.comparison td, .comparison th {
  border-right:1px solid #CCC;
  empty-cells: show;
  padding:10px;
}

.compare-heading {
  font-size:27px;
  font-weight:normal!important;
  border-bottom:0 !important;
  padding-top:30px !important;
  line-height:180%;
}

.comparison tbody tr.hiderow {
  display:none;
}
.comparison .show-mobile {
    display:none;
}

.comparison tbody td i{font-size:1.5em;color:#aaa;font-weight:100;}

.comparison .compare-row {
  background:#F5F5F5;
}



.comparison .tickblue {
  color:#0078C1;
}

.comparison .tickgreen {
  color:#009E2C;
}

.comparison th {
  font-weight: 600;
    padding: 0.4em 1em;
    border-bottom: 1px solid #CCC;
    white-space: nowrap;
}

.comparison tr td:first-child {
  text-align:left;
}
  
.comparison .qbse, .comparison .qbo, .comparison .tl {
  color:#FFF;
  padding:10px;
  font-size:13px;
  border-right:1px solid #CCC;
  border-bottom:0;
}

.comparison .tl2 {
  border-right:0;
}

.comparison .qbse {
  background:#0078C1;
  border-top-left-radius: 3px;
  border-left:0px;
}

.comparison .qbo {
  background:#009E2C;
  border-top-right-radius: 3px;
  border-right:0px;
}

.comparison .price-info {
  padding:5px 15px 15px 15px;
}

.comparison .price-was {
  color:#999;
  text-decoration: line-through;
}

.comparison .price-now, .comparison .price-now span {
  color:#ff5406;
}

.comparison .price-now span {
  font-size:32px;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
  background:#0078C1;
  padding:5px 20px;
  font-size:1em;
  display:inline-block;
  color:#FFF;
  text-decoration:none;
  border-radius:3px;
  text-transform:uppercase;
  margin:20px 0 10px 0;
}

.comparison .price-try {
  font-size:12px;
}

.comparison .price-try a {
  color:#202020;
}

table.table td.smplefont {
    font-family: arial!important;
    font-size: 18px;
    background: #f8fff0;
}
table.table th.thrmonth {
    background: #92bb66;
    color: #fff;
}
table.table th.sxmonth {
    background: #15842e;
    color: #fff;
}
table.table th.oneyear {
    background: #205200;
    color: #fff;
}

table.table td a.btnselect { white-space:nowrap; }

@media (max-width: 767px) {
  .comparison td:first-child, .comparison th:first-child {
    display: none;
  }
  .comparison tbody tr.hiderow {
    display:table-row;
    background:#F7F7F7;
  }
  .comparison .row {
    background:#FFF;
  }
  .comparison td, .comparison th {
    border:1px solid #CCC;
  }
  .price-info {
  border-top:0 !important;
  
}
  
}

@media (max-width: 639px) {
  .comparison .price-buy {
    padding:5px 10px;
  }
  .comparison td, .comparison th {
    padding: 10px 5px 0;
    font-size: 20px;
  }
  .comparison .hide-mobile {
    display:none;
  }
  .comparison .show-mobile {
    display:block;
  }
  .comparison .price-now span {
  font-size:16px;
}

.comparison .price-small {
    font-size: 16px !important;
    top: 0;
    left: 0;
}
  .comparison .qbse, .comparison .qbo {
    font-size:12px;
    padding:10px 5px;
  }
  .comparison .price-buy {
    margin-top:10px;
  }
  .compare-heading {
  font-size:13px;
}
}

.headsaccordion {
  margin: 0!important;
  list-style: none;
  padding:0!important;
  width: 100%!important;
}

.headsaccordion + .headsaccordion {
  margin: 0em!important;
}

.headsaccordion input[type="radio"],
.headsaccordion input[type="checkbox"] {
  display: none;
}

.headsaccordion input:checked + .headsaccordion-subElements > .headsaccordion-subElement {
  height: auto;
  border: 0px;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 0px;
  margin: 0px;
}

.headsaccordion-item{
	padding: 0em!important;
    border: 0px solid #ddd!important;
    width: 100%!important;
    margin: 0px!important;
}

.headsaccordion-item label {
  display: block;
  padding: 2px 0!important;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  margin: 0px;
  text-align: left;
}

.headsaccordion-item label:hover {
  background-color: transparent;
  color: #555;
}

.headsaccordion-subElements {
  padding: 0!important;
}

.headsaccordion-subElement {
  height: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  line-height: 2;
  color: #555;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  transition-duration: 0.3s;
  overflow: hidden;
  margin: 0px!important;
  padding: 0px!important;
}

.headsaccordion-subElement:hover {
  background-color: transparent;
  color: #111;
}

.headsaccordion-subElement a {
  padding: 0em!important;
    margin: 0!important;
    text-decoration: none;
    background: none!important;
    color: #000!important;
    text-align: left;
}

.cans {
    color: #fff!important;
    margin: 0;
    padding: 0;
    background-color: #008000!important;
}

.cans:before {
    content: '\f00c';
    margin-left: -29px;
    margin-right: 0em;
    font-family: 'FontAwesome';
	padding-right: 10px;
    color: green;
}

.wans:before {
    content: '\f00d';
    margin-left: -26px;
    margin-right: 0em;
    font-family: 'FontAwesome';
    padding-right: 10px;
	color: red;
}

.wans {
    color: #fff!important;
    margin: 0;
    padding: 0;
    background-color: red!important;
}

.wedgeyelw {
    background: yellow;
    color: purple;
    padding: 0.2em 1em;
    min-width: auto;
    display: inline-block;
    text-align: center;
    border-radius: 5em;
}

.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.8);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.8)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.8)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.8)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.8)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.8);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}

.transition, ul.subhead-slidebox li i:before, ul.subhead-slidebox li i:after, p {
  transition: all 0.25s ease-in-out;
}

.flipIn, ul.subhead-slidebox li, h2 {
  animation: flipdown 0.5s ease both;
}

ul.subhead-slidebox {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul.subhead-slidebox li {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  padding-top: 0px;
  text-align: left;
}
ul.subhead-slidebox li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul.subhead-slidebox li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul.subhead-slidebox li:nth-of-type(3) {
  animation-delay: 1s;
}
ul.subhead-slidebox li:last-of-type {
  padding-bottom: 0;
}
ul.subhead-slidebox li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 8px;
  right: 0;
}
ul.subhead-slidebox li i:before, ul.subhead-slidebox li i:after {
  content: "";
  position: absolute;
  background-color: #ff6873;
  width: 3px;
  height: 9px;
}
ul.subhead-slidebox li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul.subhead-slidebox li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul.subhead-slidebox li h2{ margin: 0; padding: 0; font-size: 22px; font-weight: 500;border-bottom: 1px dotted #dce7eb; }
ul.subhead-slidebox li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul.subhead-slidebox li p{margin:0!important; border-bottom: 1px dotted #dce7eb;}
ul.subhead-slidebox li input[type=checkbox]:checked ~ p {
  margin-top: 0px;
  margin-bottom: 2px!important;
  padding: 0px;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
ul.subhead-slidebox li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul.subhead-slidebox li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.nip-stickey-btn {
    position: fixed;
    top: 50%;
    right: -40px;
    background: #ce3c28;
    color: #fff;
    padding: 10px 10px;
    border-radius: 10px 10px 0px 0px;
    transform: rotate(-90deg);
	z-index: 999999;
}

.nip-stickey-btn:hover {color: #ffe877;}


.pagination {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}

.ticker-wrapper-h{
	display: flex;
	position: relative;
	overflow: hidden;
}

.news-ticker-h{
	display: flex;
	margin:0;
	padding: 0;
	padding-left: 90%;
	z-index: 999;
	
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: tic-h;
	animation-duration: 115s;
	
}
.news-ticker-h:hover { 
	animation-play-state: paused; 
}

.news-ticker-h li{
	display: flex;
	width: 100%;
	align-items: center;
	white-space: nowrap;
	padding: 0 10px;
}

.news-ticker-h li a{
	color: #fff;
	font-weight: bold;
}

@keyframes tic-h {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}


.adsholder{
		flex: 1 1;
		padding: 24px;
		border-radius: 16px;
		box-shadow: 0 6px 12px 0 rgb(0 0 0 / 5%);
		border: 1px solid #e9e9e9;
		background-color: #fff;
		position: relative;
		overflow:hidden;
	}
.adsholder p{font-size: 14px;
    padding: 0px 0 0;line-height: 1.4;}
.adsholder.box-color1{background: #FFF5F0; border: 1px solid #ffcfb6; }
.adsholder.box-color1 .text1{font-size: 1.3em; line-height: 1.3; letter-spacing: -1px; color: #d9672b;}
.adsholder.box-color2{background: #FBF5FE; border: 1px solid #ebc3ff; }
.adsholder.box-color2 .text2{font-size: 1.3em; line-height: 1.3; letter-spacing: -1px; color: #ae29f1;}
.adsholder.box-color3{background: #DDFBFE; border: 1px solid #99e0e7; }
.adsholder.box-color3 .text3{font-size: 1.3em; line-height: 1.3; letter-spacing: -1px; color: #3eb3bf;}

.adsholder h4.text_hd a {
    height: 56px;
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -.1px;
    text-align: left;
    color: #333;}
	
.adsholder .subtitle_hd p {
    margin-top: 8px;
    margin-bottom: 16px;
    opacity: .8;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #1276cc;
    background-color: #f8ff94cc;
    padding: 5px 10px 3px;
    width: auto;
    display: inline-block;
    border: 1px solid rgb(18 118 204 / 30%);
    border-radius: 5px;
}

.adsholder .img_bx {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40%;
    width: auto;
}

.adsholder .know-more{
    margin-top: 40px;
    width: 142px;
    height: 40px;
    padding: 6px 15px;
    border-radius: 8px;
    border: 1.5px solid #ff6d26;
    background-color: #fff;
    font-size: 16px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ff6d26;
    cursor: pointer;
}

.adsnew-setbg {
	background-image:url(../img/video-based-course-ad.png); height:209px; width:261px; right:4%; margin-top: -6%; position:absolute; background-position:top left;
}


/*** Styles for the main header ***/
  #stickytop {
	  background-color: #9b200f;
	  position: relative;
	  z-index: 1001;
	  text-align: center;
	}

  #stickytop h5 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
  }
  
/*** Styles for the sticky header ***/
  #stickyContent {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #e51c00;
  }
  #stickyContent h5 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
  }
  #stickyContent h5 a {
    color: #fff;
  }
  #stickyContent .text{
    display: none;
  } 
  

.course-slider .owl-item .item {padding: 1em; border: 1px solid rgba(0,0,0,.7);min-height: 215px;}
.course-slider .owl-item .item h2{font-size: 18px; margin: 0 0 8px; line-height:1.3; color: #000; font-weight:bold;}
.course-slider .owl-item .item small{font-size: 13px; display:block; font-weight:normal; line-height:1.3; margin:0 0 15px 0; color: #747474;}
.course-slider .owl-item .item img{border-radius: 100%; float:left; margin-right: 15px;}
.course-slider .owl-item .item p { font-size: 15px; font-weight:normal; line-height:1.1; margin: 0 0 15px 0; color: #747474;}
.course-slider .owl-item .item a { font-size: 13px; font-weight:bold; line-height:1.3; margin: 0 0 5px 0; color: #000;}

.course-slider .owl-nav button.owl-next, .course-slider .owl-nav button.owl-prev{
    background: #000;
    color: #fff;
    border: none;
    font-size: 38px;
    line-height: 0;
    height: 40px;
    width: 40px;
}

.course-slider .owl-nav button.owl-next {
		top: 35%;
    	position: absolute;
    	right: -30px;	
		padding-bottom: 4px!important;
	}
.course-slider .owl-nav button.owl-prev {
		top: 35%;
    	position: absolute;
    	left: -30px;	
		padding-bottom: 4px!important;
	}
	
	
.webinar-lists .item {padding: 1em; border: 1px solid rgba(0,0,0,.7);}
.webinar-lists .item h2{font-size: 18px; margin: 0 0 8px; line-height:1.3; color: #000; font-weight:bold;}
.webinar-lists .item small{font-size: 13px; display:block; font-weight:normal; line-height:15px; margin:10px 0 15px 0; color: #747474;}
.webinar-lists .item img{border-radius: 100%; float:left; margin-right: 15px; width: auto;border: 1px solid #1d1d1d;}
.webinar-lists .item p{ font-size: 18px; font-weight:normal; line-height:1.3; margin: 0 0 15px 0; color: #000;}
.webinar-lists .item ul li { font-size: 18px; font-weight:normal; line-height:1.3; margin: 0; color: #000;}
.webinar-lists .item a { font-weight:bold; line-height:1.3; margin: 0 0 5px 0; color: #000;}
.webinar-lists .item a:hover { color: #f65d5d;}

.webinar-lists .item ul {margin: 0 1em;}

.webinar-slider .owl-item .item {padding: 1em; border: 1px solid rgba(0,0,0,.7);}
.webinar-slider .owl-item .item h2{font-size: 16px; margin: 0 0 8px; line-height:1.3; color: #000; font-weight:bold;}
.webinar-slider .owl-item .item small{font-size: 13px; display:block; font-weight:normal; line-height:15px; margin:10px 0 15px 0; color: #747474;}
.webinar-slider .owl-item .item img{border-radius: 100%; float:left; margin-right: 15px; width: auto;border: 1px solid #1d1d1d;}
.webinar-slider .owl-item .item p { font-size: 15px; font-weight:normal; line-height:1.1; margin: 0 0 15px 0; color: #747474;}
.webinar-slider .owl-item .item a { font-size: 13px; font-weight:bold; line-height:1.3; margin: 0 0 5px 0; color: #000;}

.webinar-slider .owl-nav button.owl-next, .webinar-slider .owl-nav button.owl-prev{
    background: #000;
    color: #fff;
    border: none;
    font-size: 38px;
    line-height: 0;
    height: 40px;
    width: 40px;
}

.webinar-slider .owl-nav button.owl-next {
		top: 35%;
    	position: absolute;
    	right: -30px;	
		padding-bottom: 4px!important;
	}
.webinar-slider .owl-nav button.owl-prev {
		top: 35%;
    	position: absolute;
    	left: -30px;	
		padding-bottom: 4px!important;
	}
	
.webinar-lists .item {padding: 1em; border: 1px solid rgba(0,0,0,.7);}
.webinar-lists .item h2{font-size: 18px; margin: 0 0 8px; line-height:1.3; color: #000; font-weight:bold;}
.webinar-lists .item small{font-size: 13px; display:block; font-weight:normal; line-height:15px; margin:10px 0 15px 0; color: #747474;}
.webinar-lists .item img{border-radius: 100%; float:left; margin-right: 15px; width: auto;border: 1px solid #1d1d1d;}
.webinar-lists .item p{ font-size: 18px; font-weight:normal; line-height:1.3; margin: 0 0 15px 0; color: #000;}
.webinar-lists .item ul li { font-size: 18px; font-weight:normal; line-height:1.3; margin: 0; color: #000;}
.webinar-lists .item a { font-weight:bold; line-height:1.3; margin: 0 0 5px 0; color: #000;}
.webinar-lists .item a:hover { color: #f65d5d;}


.webinar-slider .owl-item .item {padding: 1em; border: 1px solid rgba(0,0,0,.7);min-height: 260px;}
.webinar-slider .owl-item .item h2{font-size: 16px; margin: 0 0 8px; line-height:1.3; color: #000; font-weight:bold;}
.webinar-slider .owl-item .item small{font-size: 13px; display:block; font-weight:normal; line-height:15px; margin:10px 0 15px 0; color: #747474;}
.webinar-slider .owl-item .item img{border-radius: 100%; float:left; margin-right: 15px; width: auto;border: 1px solid #1d1d1d;}
.webinar-slider .owl-item .item p { font-size: 15px; font-weight:normal; line-height:1.1; margin: 0 0 15px 0; color: #747474;}
.webinar-slider .owl-item .item a { font-size: 13px; font-weight:bold; line-height:1.3; margin: 0 0 5px 0; color: #000;}

.webinar-slider .owl-nav button.owl-next, .webinar-slider .owl-nav button.owl-prev{
    background: #000;
    color: #fff;
    border: none;
    font-size: 38px;
    line-height: 0;
    height: 40px;
    width: 40px;
}

.webinar-slider .owl-nav button.owl-next {
		top: 35%;
    	position: absolute;
    	right: -30px;	
		padding-bottom: 4px!important;
	}
.webinar-slider .owl-nav button.owl-prev {
		top: 35%;
    	position: absolute;
    	left: -30px;	
		padding-bottom: 4px!important;
	}
	

.classes-other-slider .owl-nav button.owl-next, .classes-other-slider .owl-nav button.owl-prev{
    background: #000;
    color: #fff;
    border: none;
    font-size: 38px;
    line-height: 0;
    height: 40px;
    width: 40px;
}

.classes-other-slider .owl-nav button.owl-next {
		top: 35%;
    	position: absolute;
    	right: -30px;	
		padding-bottom: 4px!important;
	}
.classes-other-slider .owl-nav button.owl-prev {
		top: 35%;
    	position: absolute;
    	left: -30px;	
		padding-bottom: 4px!important;
	}

/* ------------------------------
	Ebook Details page Accordion
--------------------------------- */
.accordionb {
	background-color: #ffffff;
	border-radius: 5px;
	cursor: pointer;
	padding: 15px 20px;
	width: 100%;
	text-align: left;
	outline: none;
	border: none;
	transition: background-color 0.3s ease;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: larger;
	}

	.accordionb.active, .accordionb:hover {
	background-color: #d2e79c;
	}

	.accordionb:after {
	content: '\002B'; /* Plus sign */
	font-weight: bold;
	float: right;
	}

	.accordionb.active:after {
	content: '\2212'; /* Minus sign */
	}

	.panel {
	padding: 0 20px;
	background-color: white;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.3s ease;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 5px 5px;
	margin-bottom: 0px;
	text-align: left;
	}

	.panel p, .panel ul{ padding: 0 0 1em 0;margin: 0; }

/* ==== FILTER CONTAINER ==== */
.bookfilters {
  border: 1px solid #e0e4ea;
  border-radius: 12px;
  padding: 24px 22px;
  max-width: 100%;
  
}

/* ==== FILTER SECTION ==== */
.fsection {
  margin-bottom: 28px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #d0d5dd;
}

.fsection:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/* ==== TITLES ==== */
.fsection h3 {
  font-size: 1.2em;
  text-align: left;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 14px;
}


/* ==== CUSTOM CHECKBOX WRAPPER ==== */
.checkbox-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.checkbox-wrap:hover {
  color: #007bff;
}

/* Hide the default checkbox */
.checkbox-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom checkmark box */
.checkbox-wrap .checkmark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 18px;
  background-color: #f2f4f7;
  border: 2px solid #c6ccd4;
  border-radius: 5px;
  transition: all 0.25s ease;
}

/* Hover style */
.checkbox-wrap:hover input ~ .checkmark {
  border-color: #007bff;
  background-color: #f0f7ff;
}

/* Checked style */
.checkbox-wrap input:checked ~ .checkmark {
  background-color: #007bff;
  border-color: #007bff;
}

/* The tick mark */
.checkbox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show tick when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}

/* Draw the tick */
.checkbox-wrap .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* ==== CUSTOM RADIO WRAPPER ==== */
.radiobox-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
  margin-bottom: 10px;
  transition: color 0.2s ease;
}

.radiobox-wrap:hover {
  color: #007bff;
}

/* Hide the default radio */
.radiobox-wrap input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Custom radio outer circle */
.radiobox-wrap .radiomark {
  position: absolute;
  left: 0;
  top: 2px;
  height: 18px;
  width: 18px;
  background-color: #f2f4f7;
  border: 2px solid #c6ccd4;
  border-radius: 50%;
  transition: all 0.25s ease;
}

/* Hover style */
.radiobox-wrap:hover input ~ .radiomark {
  border-color: #007bff;
  background-color: #f0f7ff;
}

/* Checked outer circle */
.radiobox-wrap input:checked ~ .radiomark {
  border-color: #007bff;
}

/* Inner filled dot */
.radiobox-wrap .radiomark:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #007bff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* Show filled dot when checked */
.radiobox-wrap input:checked ~ .radiomark:after {
  display: block;
}


.bookfilters label[for="syear"], .bookfilters label[for="eyear"] {
  font-weight: 500;
  color: #666;
  margin-bottom: 4px;
  display: inline-block;
}

/* ==== HR ==== */
.bookfilters hr {
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin: 16px 0;
}

/* ---------- Checkout Step Bar ---------- */
.checkout-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 0px;
  max-width: 100%;
  margin: 20px auto 3em;
  position: relative;
  flex-wrap: wrap;
}

/* Connector Line */
.checkout-steps::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0%;
  right: 0%;
  height: 3px;
  background: #e0e0e0;
  z-index: 1;
}

/* ---------- Step Item ---------- */
.step {
  position: relative;
  z-index: 2;
  flex: 1;
  text-align: center;
  min-width: 100px;
}

.step .circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e0e0e0;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-weight: 600;
  transition: all 0.3s ease;
}

.step.active .circle {
  background: #7eb9f9;
  color: #fff;
}

.step.completed .circle {
  background: #b2d358;
  color: #fff;
}

.step span {
  font-size: 14px;
  color: #555;
}

.step.completed span,
.step.active span {
  color: #000;
  font-weight: 600;
}

/* ---------- Responsive Layout ---------- */
@media (max-width: 600px) {
  .checkout-steps {
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
  }

  .checkout-steps::before {
    display: none;
  }

  .step {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
  }

  .step .circle {
    margin: 0;
  }
}

/* ---------- Cart Table ---------- */
.cart-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
  border-radius: 8px;
  overflow: hidden;
}

.cart-table th, .cart-table td {
  padding: 10px 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 1.4;
}
.cart-table td p{ margin: 0 0; line-height: 1.4;}

.cart-table th {
  background: #f5f5f5;
  font-weight: 600;
  text-transform: uppercase;
}

/* ---------- Quantity Control ---------- */
.quantity-control {
  display: inline-flex;
  align-items: center;
  border: 0px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.quantity-control button {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  color: #333;
  font-size: 15px;
  cursor: pointer;
  transition: 0.2s;
}

.quantity-control button:hover {
  background: #007bff;
  color: #fff;
}

.quantity-control input {
  width: 50px;
  height: 35px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .cart-table th, .cart-table td {
    padding: 10px;
  }

  .quantity-control input {
    width: 40px;
  }
}


.app-scroll::-webkit-scrollbar {
  position: absolute;
  right: 0;
  width: 4px;
  height: 4px;
  background-color: rgba(0,0,0, 0.1);
}
.app-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0, 0.3);
  border-radius: 20px;
}

.vertical-scrollbar-box {
    height: 575px;
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
    padding-right: 21px;
}


.faq-drawer {
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
}

/* Hide checkbox */
.faq-drawer__trigger {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* Question title */
.faq-drawer__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 15px 45px 15px 15px;
	font-size: 16px;
	font-weight: 600;
	background: #f9f9f9;
	border-radius: 6px;
	transition: background 0.3s ease;
	position: relative;
	margin-bottom: 0px;
	border-bottom: 1px solid #c4c4c4;
}

/* Hover effect */
.faq-drawer__title:hover {
	background: #f1f1f1;
}

/* Plus / Minus icon */
.faq-drawer__title::after {
	content: "+";
	position: absolute;
	right: 15px;
	font-size: 22px;
	font-weight: 400;
	transition: transform 0.3s ease;
}

/* Content wrapper (animated) */
.faq-drawer__content-wrapper {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, opacity 0.3s ease;
	opacity: 0;
}

/* Answer content */
.faq-drawer__content {
	padding: 15px;
	background: #ffffff;
	font-size: 15px;
	line-height: 1.6;
	color: #555;
}

/* When checked */
.faq-drawer__trigger:checked + .faq-drawer__title {
	background: #fff;
}

/* Change + to - */
.faq-drawer__trigger:checked + .faq-drawer__title::after {
	content: "−";
}

/* Expand content */
.faq-drawer__trigger:checked 
+ .faq-drawer__title 
+ .faq-drawer__content-wrapper {
	max-height: 500px; /* adjust if content is larger */
	opacity: 1;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
	.faq-drawer__title {
		font-size: 15px;
		padding: 14px 40px 14px 14px;
	}

	.faq-drawer__content {
		font-size: 14px;
	}

	.collapsible-title.is-active, .collapsible-title, .collapsible-content { border-radius: 0px;}
}