@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

body{
	font-family: 'Open Sans', sans-serif;
}

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

#header{
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.topHeader{
	border-bottom:1px solid #dddddd;
	padding: 5px 0;
}
.topHeader a{
	text-decoration:none;
}

.topInfo li{
	float: left;
	margin-right: 15px;
	margin-top:5px;
}	
.topInfo li a{
	font-size:14px;
	text-decoration:none;
	color:#333;
}
.topInfo li a:hover{
	color:#df231d;
}
.topSocialIcons li{
	float: left;
	font-size: 30px;
	margin-right: 10px;
}

.topSocialIcons li a:link, .topSocialIcons li a:visited{
	color: #3b3f42;
}

.topSocialIcons li a:hover, .topSocialIcons li a:active{
	color: #43b4f9;
}
.f-link {
	width: 100%;
	display: block;
	background: #1b1b1b;
	padding: 10px 0;
	font-size: 14px;
	color: white;
	font-style: italic;
	color:#FFF;
	text-align: center;
}
.f-link a{
	text-decoration:none;
}

#logo{
	margin-top: 10px;
	margin-bottom: 15px;
	display: inline-block;
}

.navbar-default{
	border: none;
	font-weight: 600;
}

.navbar-nav li{
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
}

.navbar-default .navbar-nav>li>a{
	color: #FFF;
}

.navbar-nav > li > ul{
	position: absolute;
	left: 0px;
	background-color: #fff;
	min-width: 200px;
	display: none;
	font-weight: 300;
	border-top: 3px solid #43b4f9;
}

.navbar-nav > li:hover > ul{
	background-color: #f8f8f8;
	min-width: 250px;
	display: block;
}

.navbar-nav > li > ul > li{
	position: relative;
}

.navbar-nav > li > ul > li > a{
	color: #666;
	padding: 12px 15px;
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #dde2e5;
}

.navbar-nav > li > ul > li > a:hover{
	color: #43b4f9;
	text-decoration: none;
}

.navbar-nav > li > ul > li > ul{
	position: absolute;
	left: 100%;
	top: -3px;
	background-color: #f8f8f8;
	min-width: 200px;
	display: none;
	border-top: 3px solid #43b4f9;
}

.navbar-nav > li > ul > li:hover > ul{
	display: block;
}

.navbar-nav > li > ul > li > ul > li{
	position: relative;
}

.navbar-nav > li > ul > li > ul > li > a{
	color: #666;
	padding: 10px 15px;
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #dde2e5;
}

.navbar-nav > li > ul > li > ul > li > a:hover{
	color: #43b4f9;
	text-decoration: none;
}

.navbar-nav > li > ul > li > ul > li > ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background-color: #fff;
	min-width: 200px;
	display: none;
	border-top: 3px solid #43b4f9;
}

.navbar-nav > li > ul > li > ul > li:hover > ul{
	display: block;
}

.navbar-nav > li > ul > li > ul > li > ul > li > ul{
	position: relative;
}

.navbar-nav > li > ul > li > ul > li > ul > li > a{
	color: #666;
	padding: 10px 15px;
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #dde2e5;
}

.navbar-nav > li > ul > li > ul > li > ul > li > a:hover{
	color: #43b4f9;
	text-decoration: none;
}

.navbar-nav li.search-link .search-area{
	position: absolute;
	background-color: #fff;
	right: 0px;
	border: 1px solid #dde2e5;
	padding: 10px;
	display: none;
}

.navbar-nav li.search-link .search-area input[type="text"]{
	padding: 5px;
	border: 1px solid #e8e8e8;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-nav li.search-link .search-area input[type="text"]:focus{
	outline: none;
	border: 1px solid #43b4f9;
}

.navbar-nav li.search-link .search-area button[type="submit"]{
	background-color: #43b4f9;
	color: #eee;
	padding: 6px 10px;
	border: none;
	position: absolute;
	top: 11px;
	right: 11px;
}
/* slider banner and form stylesheet */
#slider {
	position: relative;
	z-index: 1;
}
.formArea {
	position: absolute;
	top: 1%;
	right: 9%;
	width: 20%;
	z-index: 999;
	background-color: rgba(0,0,0,.8);
	border-radius: 5px;
	padding: 1%;
}
 .formArea ::-webkit-input-placeholder {
 color: #333;
}
 .formArea :-moz-placeholder { /* Firefox 18- */
 color: #333;
}
 .formArea ::-moz-placeholder {  /* Firefox 19+ */
 color: #333;
}
 .formArea :-ms-input-placeholder {
 color: #333;
}
.formArea select {
	color: #333;
}
.formArea h3 {
	text-align: center;
	color: white
}
.formArea input[type="text"] {
	margin: 3px 0 0 0;
	width: 100%;
	padding: 10px;
}
.formArea input[type="password"] {
	margin: 3px 0 0 0;
	width: 100%;
	padding: 10px;
}
.formArea textarea {
	margin: 3px 0 0 0;
	width: 100%;
	padding: 10px;
}
.formArea select {
	margin: 3px 0 0 0;
	width: 100%;
	padding: 10px;
}
.formArea input[type="submit"] {
	margin: 10px 0 0 0;
	text-align: center;
	padding: 10px 25px;
	float: right;
	background-color: #43b4f9;
	color: #eee;
	text-transform: uppercase;
	border: none;
}
.formArea input[type="submit"]:hover {
	background-color: #333;
}
h1.heading {
	font-size: 21px;
	text-transform: uppercase;
	line-height: 50px;
	border-bottom: 1px dashed #333;
}
h1.heading span {
	color: #880711;
}
.eventBox {
	border: 2px solid #e5eaec !important;
}
.eventBox a {
	color: #ee0814 !important;
	font-weight:bold;
	font-size: 16px !important;
}
.eventBox a:hover {
	color: #2c3e50 !important;
	text-decoration: none !important;
}
.about p {
	font-size: 17px;
}
.readMore {
	text-align: center;
	padding: 10px 25px;
	cursor: pointer;
	background-color: #43b4f9;
	color: #eee;
	text-transform: uppercase;
}
.readMore:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
}
.lstblogs {
	background: #2A363F none repeat scroll 0% 0%;
	width: 100%;
	color: #fff;
	padding: 10px;
}

.lstblogs .date {
	float: left;
	color: #FFF;
	font-size: 16px;
	padding: 06px 0px;
	border-radius: 3px;
	background: #880711;
	text-align: center;
	margin: 0px;
	margin-right: 10px;
	width: 50px;
	transition: all 0.3s ease 0s;
}
.lstblogs p a {
	margin: 0px;
	text-decoration: none;
	color: #FFF !important;
	font-size: 16px !important;
}
.service_white {
	padding: 0px 30px 35px;
	border-radius: 10px;
	border: 1px solid #4f5368;
	text-align: center;
	margin: 80px 0px;
	background: #e1e1e1;
	background-size: cover;
}
.service_white .describe {
	margin-top: -40px;
}
.service_white .icon {
	top: -50px;
	left: 33%;
	position: relative;
	background: #990000 no-repeat;
	background-size: cover;
	border-radius: 500px;
	height: 100px;
	width: 100px;
	border: 5px solid #E1E1E1;
	line-height: 80px;
	text-align: center;
}
.service_white h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #880711;
}
.service_white a.readmore-btn {
	width: 119px;
	margin-top: 10px;
	height: 32px;
	background: url(../images/read-more-btn.png) no-repeat left top;
	display: inline-block;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	transition: ease-in 0.2s;
	text-align: left;
	color: #fff;
	padding: 5px 10px;
	text-decoration:none;
}
.service_white a.readmore-btn:hover {
	height: 32px;
	background: url(../images/read-more-btn.png) no-repeat left -37px;
}
.icon i:before {
	color: #FFF !important;
	font-size: 50px !important;
	line-height: 90px !important;
}
.singleTest .eventBox {
	display: inline-block;
	margin: 5px;
	position: relative;
	overflow: hidden;
	transition: 0.25s;
	transition: 0.25s;
}
.ads .eventBox:hover .hover {
	opacity: 1;
	transition: 0.25s;
}
.ads .eventBox:hover span {
	opacity: 0;
	transition: 0.25s;
}
.ads .eventBox img {
	transition: 1s;
}
.ads .eventBox img:hover {
	transform: scale(1.1) rotate(0deg);
	transition: 1s;
}
.ads .eventBox span {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 9;
	background: rgba(145,41,90, 0.8);
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: 0.25s;
	line-height: 40px !important;
	height: auto;
}
.hover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(145,41,90, 0.8);
	z-index: 10;
	opacity: 0;
	transition: 0.25s;
}
.white_border {
	position: absolute;
	width: 92%;
	height: 94%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	border: 1px solid rgba(255,255,255, 0.5);
	z-index: 2;
}
.white_border h1 {
	font-size: 18px !important;
	line-height: normal !important;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px !important;
	font-weight: 300;
}
.ads .details {
	position: absolute;
	height: auto !important;
	top: 0px;
	bottom: 0px;
	margin: auto;
	text-align: center;
	left: 0px;
	right: 0px;
}
.view_more_btn {
	width: 119px;
	margin-top: 10px;
	height: 32px;
	background: url(../images/read-more-btn.png) no-repeat left top;
	display: inline-block;
	-webkit-transition: ease-in 0.2s;
	-moz-transition: ease-in 0.2s;
	transition: ease-in 0.2s;
	text-align: left;
	color: #fff;
	padding: 5px 10px;
	text-decoration:none;
}
.view_more_btn:hover {
	height: 32px;
	cursor:pointer;
	background: url(../images/read-more-btn.png) no-repeat left -37px;
}

#pricing {
  padding: 20px 0 20px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}

.ac-pane {
	margin-bottom: 15px;
	background:-webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
	color: #fff;
}
.ac-pane:last-child {
	margin-bottom: 0;
}
.ac-content {
	display: none;
}
.ac-title {
	border: 1px solid #fff;
	color: #fff !important;
	display: block;
	text-decoration:none !important; 
	padding: 12px;
	background:-webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.ac-title i {
	float: right;
	font-size: 20px;
}
.ac-title i:before {
	content: "\f107";
}
.active .ac-title i:before {
	content: "\f106";
}
.ac-content {
	border: 1px solid #fff;
	margin-top: -1px;
	padding: 15px;
}

/*-------------------------------footer stylesheet------------------------*/
footer {
	background: #2a2a2a;
	padding: 30px 0 0 0;
	margin-top:25px;
}
footer .footer-box {
	width: 100%;
	margin: 0 auto;
}
footer .footer-box h4 {
	font-size: 18px;
	font-weight: 600;
	color:#43b4f9;
	text-transform: uppercase;
	margin-bottom: 10px;
}
footer .footer-box li {
	padding: 5px;
	list-style:none !important;
}
footer .footer-box li a {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	font-style: italic;
}
footer .footer-box li a:hover {
	color: #d4d4d4;
}
footer .footer-box p{
	color:#FFF;
}
.footer-address li {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

.row2 {
    padding-bottom: 20px;
}

.flipkart-navbar-input {
    padding: 11px 16px;
    border-radius: 2px 0 0 2px;
	border:1px solid #b21617 !important;
    border: 0 none;
    outline: 0 none;
    font-size: 15px;
	margin-top:30px;
	color:#222;
}

.flipkart-navbar-button {
    background-color: #b21617;
    border: 1px solid #b21617;
    border-radius: 0 2px 2px 0;
    color: #FFF;
    padding: 10px 0;
    height: 45px;
    cursor: pointer;
	margin-top:30px;
}

.cart-button {
    background-color: #b21617;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
    padding: 10px 0;
    text-align: center;
    height: 45px;
    border-radius: 2px;
    font-weight: 500;
    width: 120px;
    display: inline-block;
    color: #FFFFFF !important;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
	margin-top:30px;
}

.cart-button:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
.mainmenu{
	background:#b21617 !important;
}

#breadCrumb{
	background-image:url(../images/breadcrumbs.png);
	padding: 20px 0;
	color: #eee;
}

#breadCrumb h3{
	color: #eee;
	font-size: 19px;
	margin-top: 10px;
	font-weight: 600;
}

#breadCrumb a{
	margin-top: 10px;
	display: inline-block;
	color: #eee;
}
.contact-area {
    padding: 25px 0 60px;
}
.sidebar-form {
    background: #f6f6f6;
    padding: 7px;
}
.contact-address p{
	font-size:15px;
	color:#666;
}
.contact-address.style1 i {
    float: left;
    margin-top: 3px;
}
.contact-address i {
    font-size: 1.1667em;
    background: #E0221B;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50% 50% 50% 50%;
    color: #fff;
    text-align: center;
}
.contact-address .style1 .details {
    border-bottom: 1px solid #edf6ff;
    margin-left: 50px;
    padding-bottom: 15px;
}
.contact-address li{
	list-style:none;
}
.details {
    padding-left: 15px !important;
}
.details h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.details p {
    margin: 0 0 10px;
}
#mainArea {
    padding: 50px 0;
}
.coursesArea p {
    line-height: 1.8em;
    color: #454545;
    font-size: 14px;
}

.btn_c {
	width:130px;
	height:40px;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
	font-weight:bold;
	display:block;
	margin:30px auto 0;
	background:#37bbec;
	border-radius:18px;
	text-shadow:-1px -1px 1px #2f8aab;
	border:none;
	text-align:center;
	cursor:pointer;
	position:relative;
}
.btn_c:hover {
	background-color:#48c3ee;
	text-decoration:none;
	color:#fff;
}
.btn_c:active {
	background-color:#2caee7;
	text-decoration:none;
	color:#fff;
}

#content {
	background:url(../images/cotnent_bg.png) repeat-x top left #f3f6f6;
	padding:30px 0 50px 0;
}

#content p {
	font-size:18px;
	line-height:normal;
	color:#282727;
	font-weight:normal;
	margin:0;
	padding:0;
}
#content .main_box {
	border:5px solid #fff;
	border-radius:5px;
	box-shadow:0 2px 2px rgba(11, 25, 28, 0.1);
}
.main_box img{
	width:100% !important;
	height:250px !important;
}
#content .main_box .box_1 {
	width:100%;
	background:#dcdcdc;
	position:relative;
	overflow:hidden;
}
#content .main_box .box_1 img {
	width:100%;
	height:auto;
}
#content .main_box .desc {
	padding:5px 5px;
	background:#ffffff;
}
.desc h5{
	margin-bottom:20px;
}
#content .main_box .desc h5 a {
	color:#282727;
}
#content .main_box .desc p {
	font-size:14px;
	line-height:16px;
	color:#898989;
	padding:7px 0 14px 0;
}
#content .main_box .desc .price {
	font-size:18px;
	line-height:20px;
	color:#b21617;
	font-family: 'latoblack';
	font-weight:normal;
}
#content .main_box .box_1 .overlay {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(3, 50, 68, 0.1);
	opacity:0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#content .main_box .box_1 a.cart_btn_1 {
	margin: -100px auto 10px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#content .main_box .box_1 a.info_btn {
	width: 130px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	background: #fbcf00;
	border-radius: 18px;
	text-shadow: -1px -1px 1px #d7b101;
	border: none;
	text-align: center;
	cursor: pointer;
	position: relative;
}
#content .main_box:hover .overlay {
	opacity:1;
}
#content .main_box:hover a.cart_btn_1 {
	margin: 55px auto 10px;
}
#content .main_box .box_1 a.info_btn, #content .main_box .box_1 a.cart_btn_1 {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#content .main_box .box_1 a.info_btn:hover, #content .main_box .box_1 a.cart_btn_1:hover {
	opacity:0.8;
}
#content .main_box .box_1 img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#content .main_box:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#content .product_c .main_box {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#content .product_c .main_box {
	margin-bottom:30px;
}

.product-details {
    margin-bottom: 40px;
    overflow: hidden;
    margin-top: 10px;
}
.view-product {
    position: relative;
}
.view-product img {
    border: 1px solid #F7F7F0;
    height: 380px;
    width: 100%;
}
.product-information {
    border: 1px solid #F7F7F0;
    overflow: hidden;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-top: 60px;
    position: relative;
}
.product-information h2 {
  color: #363432;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-top: 0;
}

.product-information p {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}

.product-information span {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 18px;
}

.product-information span span {
  color: #FE980F;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
  margin-top: 0px;
}
.product-information span input {
  border: 1px solid #DEDEDC;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
}

.product-information span label {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-right: 5px;
}

#cart_items .cart_info {
  border: 1px solid #E6E4DF;
  margin-bottom: 20px;
  margin-top:50px;
}


#cart_items .cart_info .cart_menu {
  background: #b21617;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
  height: 51px;
}


#cart_items .cart_info .table.table-condensed tr {
  border-bottom: 1px solid#F7F7F0
}

#cart_items .cart_info .table.table-condensed tr:last-child {
  border-bottom: 0
}

.cart_info table tr td {
  border-top: 0 none;
  vertical-align: inherit;
}


#cart_items .cart_info .image {
  padding-left: 30px;
}


#cart_items .cart_info .cart_description h4 {
  margin-bottom: 0
}

#cart_items .cart_info .cart_description h4 a {
  color: #363432;
  font-family: 'Roboto',sans-serif;
  font-size: 20px;
  font-weight: normal;

}

#cart_items .cart_info .cart_description p {
  color:#696763
}


#cart_items .cart_info .cart_price p {
  color:#696763;
  font-size: 18px
}


#cart_items .cart_info .cart_total_price {
  color: #b21617;
  font-size: 24px;
}

.cart_product {
  display: block;
  margin: 15px -70px 10px 25px;
}

.cart_quantity_button a {
  background:#F0F0E9;
  color: #696763;
  display: inline-block;
  font-size: 16px;
  height: 28px;
  overflow: hidden;
  text-align: center;
  width: 35px;
  float: left;
}


.cart_quantity_input {
  color: #696763;
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto',sans-serif;
  
}


.cart_delete  {
  display: block;
  margin-right: -12px;
  overflow: hidden;
}


.cart_delete a {
  background:#F0F0E9;
  color: #FFFFFF;
  padding: 5px 7px;
  font-size: 16px
}

.cart_delete a:hover {
  background:#b21617;
}


.sidebar .side_box {
    position: relative;
    box-shadow: 0 2px 2px rgba(11, 25, 28, 0.1);
    background: #fff;
    margin: 0 0 30px 0;
    padding: 0;
    border-radius: 5px;
}
@media (min-width: 1200px){
.sidebar h5 {
    padding: 15px 25px 15px 25px;
}
}
.sidebar h5 {
    padding: 15px 15px 15px 15px;
	font-weight:bold;
	font-size:18px;
    line-height: 20px;
    margin: 0;
    border-bottom: 1px solid #efefef;
}
.sidebar h5 a{
	color:#222;
}
.left-menu li a{
	padding:10px 20px 10px 20px;
	color:#4e4e4e !important;
}
.sidebar .side_box ul li ul li a{
	padding-left:45px;
}
.sidebar .side_box ul li ul li a:before {
    content: '»';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -10px;
    top: -01px;
    color: #e61d39;
	padding-right:5px;
    font-size: 16px;
}

.list li{
	margin-bottom:10px;
}
.pro-info .rupee{
	color: red;
    font-size: 18px;
    font-weight: bold;
}
.pro-info .qty{
	width: 50px;
    height: 32px;
    padding: 5px;
}


#school-books .modal-dialog {
    width: 350px;
}

#school-books input[type=text], input[type=password] {
	margin-top: 10px;
}

#school-uniform .modal-dialog {
    width: 350px;
}

#school-uniform input[type=text], input[type=password] {
	margin-top: 10px;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkout-left-basket h4 {
    padding: 1em;
    background: #b21617;
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1em;
}
.checkout-left-basket ul {
    padding: 4px 25px;
}
.checkout-left-basket ul li {
    list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    color: #999;
}
.checkout-left-basket {
    width: 25%;
    border: 1px solid #ccc;
}
.checkout-left-basket ul li span {
    float: right;
}
.lmenu li a{
	padding:10px 15px;
	font-weight:bold;
}
.box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.error{
	color:red !important;
}