* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
	font-family: 'aller_lightregular';
}
a {
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}
.clr {
	clear: both;
}
.box-sapce {
	padding-left: 0px;
	padding-right: 0px;
}
.box-forget {
	padding-right: 0px;
}
.box-forget-left{
	padding-left: 0px;
}
.banner-image {
	width: 100%;
	height: 70vh;
	margin-top: 65px;
}
.banner-image img {
	width: 100%;
	height: 70vh;
}
/*side-right-link*/
.side-right-link {
	width: 40px;
	height: 220px;
	position: fixed;
	margin-top: 150px;
	right: 0px;
	z-index: 9999999;
}
.side-right-link ul {
	margin: 0px;
	padding: 0px;
}
.side-right-link ul li {
	list-style-type: none;
}
.side-right-link li a {
	display: block;
	height: 40px;
	width: 40px;
	background: #f2f2f2;
	border-bottom: 1px solid #444;
	font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	padding: 10px;
	text-decoration: none;
	text-align: center;
	transition: background 0.5s ease 0.3ms;
}
.side-right-link li:first-child a {
	border-radius: 5px 0 0 0;
}
.side-right-link li:last-child a {
	border-radius: 0 0 0 5px;
}
.side-right-link li a span {
	width: 220px;
	float: right;
	text-align: center;
	background: #625A57;
	color: #fff;
	margin: -25px 60px;
	padding: 5px;
	transform-origin: 0;
	visibility: hidden;
	opacity: 0;
	transform: rotateY(45deg);
	border-radius: 0px;
	transition: all 0.5s ease 0.3ms;
	font: 12px "open Sans";
}
.side-right-link li span:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -20px;
	top: 3px;
	border-left: 10px solid #625A57;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
}
.side-right-link li a:hover span {
	visibility: visible;
	opacity: 1;
	transform: rotateY(0);
}
/*side-right-link*/
	
.padding-zero {
	padding-left: 0px;
	padding-right: 0px;
}
.strip-main {
	width: 100%;
	height: auto;
	background: #444;
	padding: 2px 0;
}
.strip-innar {
	width: 100%;
	height: auto;
	margin-top: 16px;
}
.strip-innar h1 {
	font-size: 16px;
	color: #444;
	font-family: 'Josefin Sans', sans-serif;
	margin: 10px 0;
}
.strip-innar ul {
	padding: 0;
	margin: 0;
}
.strip-innar ul {
	padding: 0;
	margin: 0;
	text-align: right;
}
.strip-innar ul li {
	list-style: none;
	display: inline-block;
}
.strip-innar ul li a {
	display: block;
	font-family: "PT Sans";
	font-size: 13px;
	color: #000;
	transition: .5s;
	font-weight: 100;
}
.strip-innar ul li a:hover {
	color: #444;
	transition: .5s;
}
/*.strip-innar ul li a:hover i {
	color: #fff;
	background: #81b84d;
	transition: .5s;
}*/
.strip-innar ul li a i {
	font-size: 16px;
	line-height: 28px;
	color: #444;
	text-align: center;
	margin: 0 10px;
	transition: .5s;
}
.strip-innar ul li a i:hover {
	color: #e61937;
	transition: .5s;
}
/*Services-Section*/


.service-main {
	width: 100%;
	height: auto;
	background: url(../images/about-service-bg.png);
	padding: 20px;
}
.service-innar {
	padding: 25px 20px 25px 20px;
	width: 100%;
	height: auto;
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid #eee;
}
.service-innar h1 {
	font-family: "PT Sans";
	font-size: 14px;
	color: #273272;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 0;
}
.service-innar p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #262626;
	line-height: 22px;
	margin-bottom: 20px;
}
.service-innar a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: #f9ba48;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #f9ba48;
	transition: .5s;
}
.service-innar:hover a {
	border: 1px solid #273272;
	transition: .5s;
	background: #fff;
	color: #273272;
}
/*Services-Section*/



/*About-Section*/
.about-main {
	width: 100%;
	height: auto;
}
.about-innar {
	width: 100%;
	height: auto;
	padding:20px 0;
}
.about-left {
	width: 50%;
	float: left;
	height: 400px;
	background: #f5f5f5;
	padding: 60px 20px 20px 100px;
}
.about-left h2 {
	font-family: "PT Sans";
	font-size: 30px;
	color: #273272;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
.about-left hr {
	width: 8%;
	height: 3px;
	background: #878787;
}
.about-left p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #262626;
	line-height: 22px;
	margin-bottom: 20px;
}
.about-left a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: #f9ba48;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #f9ba48;
	transition: .5s;
}
.about-left:hover a {
	border: 1px solid #273272;
	transition: .5s;
	background: #f5f5f5;
	color: #273272;
}
.about-right {
	width: 50%;
	height: auto;
	float: right;
}
.about-right-image {
	width: 100%;
	height: auto;
}
.about-right-image img {
	width: 100% !important;
	height: 400px !important;
}
/*About-Section*/

/*Subscribe-section*/
.subscribe-main {
	width: 100%;
	height: auto;
	padding: 40px 0;
	background-color: rgba(244,248,255,1);
}
.subscribe-innar {
	width: 100%;
	height: auto;
}
.subscribe-innar h1 {
	font-family: "PT Sans";
	font-size: 36px;
	color: #273272;
	font-weight: 600;
	margin: 8px 0;
	text-transform: uppercase;
}
.subscribe-innar h1 span {
	font-weight: 100;
}
.subscribe-innar hr {
	width: 8%;
	height: 3px;
	background: #878787;
	border: none;
}
.subscribe-innar p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #262626;
	line-height: 22px;
}
.subscribe-innar-form {
	width: 100%;
	height: auto;
	margin: 70px 0;
}
.subscribe-innar-scr {
	width: 65%;
	height: 40px;
	float: left;
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #000;
	border: 1px solid #273272;
	background: #fff;
	color: #aaa;
}
.subscribe-innar-scr:focus {
	border: 1px solid #f9ba48;
	color: #f9ba48;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.subscribe-innar-btn {
	width: 30%;
	float: right;
	height: 40px;
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	background: #273272;
	color: #fff;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	transition: .5s;
}
.subscribe-innar-btn:hover {
	outline: none;
	background: #f9ba48;
	color: #fff;
	transition: .5s;
}
/*Subscribe-section*/



/*contact-page-section*/
.contact-main {
	width: 100%;
	height: auto;
	margin: 40px 0;
	padding: 50px 0;
	background: #f1f5f9;
	margin-bottom: 0;
	margin-top: 0;
}
.contact-innar {
	width: 100%;
	height: auto;
}
.contact-innar h1 {
	font-size: 26px;
	color: #273272;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "PT Sans";
	margin: 0;
	margin-bottom: 10px;
}
.contact-innar p {
	font-size: 14px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
.contact-innar hr {
	width: 8%;
	height: 3px;
	margin-bottom: 15px;
	background: #f9ba48;
	border: 0;
}
.contact-details {
	width: 100%;
	height: auto;
}
.contact-details h2 {
	font-size: 18px;
	color: #444;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.contact-details i {
	font-size: 17px;
	width: 12%;
	height: 40px;
	background: #273272;
	line-height: 40px;
	color: #fff;
	float: left;
	text-align: center;
	margin-bottom: 12px;
}
.contact-details-right {
	width: 88%;
	height: auto;
	float: right;
	padding-left: 10px;
}
.contact-details-right h1 {
	font-size: 18px;
	color: #01887a;
	margin: 0px 0px 4px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.contact-details-right p {
	font-size: 14px;
	color: #273272;
	margin: 0px 0px 10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}
.contact-details-right p a {
	font-size: 14px;
	color: #273272;
	display: block;
	font-family: 'Open Sans', sans-serif;
	transition: .5s;
}
.contact-details-right p a:hover {
	color: #273272;
	transition: .5s;
}
.contact-main-2 {
	width: 100%;
	height: auto;
	background: #f3f3f3;
	padding: 80px 0;
}
.contact-innar-2 {
	width: 100%;
	height: auto;
	text-align: center;
	background: #f2f2f257;
	padding: 15px;
	margin-top: 15px;
}
.contact-innar-2 h1 {
	font-size: 26px;
	color: #01887a;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	margin-bottom: 10px;
}
.contact-innar-2 p {
	font-size: 14px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
.contact-innar-2-form {
	width: 100%;
	height: auto;
	padding: 10px;
}
.contact-innar-2-text {
	width: 100%;
	height: 40px;
	border: none;
	font-size: 13px;
	padding-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	font-family: 'Open Sans', sans-serif;
}
.contact-innar-2-text:focus {
	border: 1px solid #01887a;
	outline: none;
}
.contact-innar-2-text:hover {
	border: 1px solid #01887a;
}
.contact-innar-2-textarea {
	width: 100%;
	height: 175px;
	border: none;
	font-size: 13px;
	resize: vertical;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	font-family: 'Open Sans', sans-serif;
}
.contact-innar-2-textarea:focus {
	border: 1px solid #083d5f;
	outline: none;
}
.contact-innar-2-textarea:hover {
	border: 1px solid #083d5f;
}
.contact-innar-2-submit {
	font-size: 13px;
	padding: 8px 40px;
	float: left;
	background: #273272;
	color: #fff;
	border: none;
	border: 1px solid #273272;
	font-family: 'Open Sans', sans-serif;
	transition: .5s;
}
.contact-innar-2-submit:hover {
	background: #81b84d;
	color: #fff;
	border: 1px solid #fff;
	transition: .5s;
	outline: none;
}
/*contact-page-section*/



/*two-box-section*/
.three-box-main {
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #f9ba48;
	margin-bottom: 0;
}
.three-box-innar {
	width: 100%;
	height: auto;
	transition: .5s;
}
.three-box-innar-image {
	width: 90px;
	height: 72px;
	transition: .5s;
}
.three-box-innar-image img {
	width: 100%;
	height: 72px;
	transition: .5s;
}
/*three-box-section*/


/*side-link-section*/
.side-link {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 9999999999;
}
.side-detail {
	cursor: pointer;
	position: relative;
}
.side-detail i {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #083d5f;
	color: #fff;
	font-size: 16px;
	transition: .5s;
	border: 1px solid #fff;
}
.side-text a {
	position: absolute;
	height: 40px;
	width: 240px;
	background-color: #fff;
	top: 0;
	font-family: 'Josefin Sans', sans-serif;
	z-index: -1;
	right: -773%;
	color: #fff;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	transition: .5s;
}
.side-detail:hover .side-text a {
	transition: .5s;
	right: 100%;
	background: #81b84d;
	color: #fff;
}
.side-detail:hover:nth-child(1) i {
	background-color: #3b5999;
	transition: .5s;
}
.side-detail:hover:nth-child(2) i {
	background-color: #55acee;
	transition: .5s;
}
.side-detail:hover:nth-child(3) i {
	background-color: #dd4b39;
	transition: .5s;
}
.side-detail:hover:nth-child(4) i {
	background-color: #0077B5;
	transition: .5s;
}
.side-detail:hover:nth-child(5) i {
	background-color: #e4405f;
	transition: .5s;
}
/*side-link-section*/


/*footer-section*/
.footer-main {
	width: 100%;
	height: auto;
	background: #00335a;
	padding: 20px 0 0 0;
}
.footer-innar {
	width: 100%;
	height: auto;
	border-left: 1px solid #6d6d6d;
	padding-left: 15px;
}
.footer-innar h1 {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #f5f5f5;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer-innar h1 i {
	font-size: 24px;
	color: #f5f5f5;
}
.footer-innar p {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	color: #f2f2f2;
	line-height: 20px;
}
.footer-innar p i {
	font-size: 15px;
	color: #e61937;
	margin-right: 8px;
}
.footer-innar ul {
	padding: 0px;
	margin: 0px;
	display: inline-grid;
}
.footer-innar ul li {
	list-style: none;
	float: left;
	padding-bottom: 5px;
}
.footer-innar ul li i {
	font-size: 14px;
	color: #9f9f9f;
}
.footer-innar ul li a {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	color: #f2f2f2;
}
.footer-innar ul li:hover i {
	color: #c83b52;
	padding-left: 3px;
	transition: all 0.1s linear 0s;
}
.footer-innar ul li:hover a {
	color: #c83b52;
	transition: all 0.1s linear 0s;
}
.footer-innar-text {
	background: #f2f2f2;
	height: 40px;
	font-size: 16px;
	border: none;
	color: #444;
	padding-left: 15px;
	width: 65%;
	outline: none;
	margin-top: 3px;
}
.footer-innar-butten {
	padding: 12px 7px 10px 8px;
	background: #e61937;
	font-size: 12px;
	color: #fff;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	outline: none;
	height: 40px;
	margin-left: -4px;
}
.footer-innar-bottom {
	width: 100%;
	height: auto;
	border-top: 1px solid #a0a0a0;
	margin-top: 30px;
}
.footer-innar-2 {
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.footer-innar-2 p {
	font-family: "Open Sans";
	color: #f2f2f2;
	font-size: 14px;
}
.footer-innar-2 ul {
	padding: 0px;
	margin: 0px;
}
.footer-innar-2 ul li {
	float: right;
	list-style: none;
	color: #e61937;
	font-weight: 600;
}
.footer-innar-2 ul li a i {
	color: #f2f2f2;
	margin-left: 17px;
}
.footer-innar-2 ul li a i:hover {
	color: #c83b52;
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #008CBA;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;
}
.gal:hover .overlay {
	width: 100%;
}
.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
/*footer-section*/
/*client*/
.client-main {
	width: 100%;
	height: auto;
	background: url(../images/figure3.png);
	margin-top: 60px;
}
.client-innar {
	width: 100%;
	height: auto;
	margin: 40px 0px 0px 0px;
	text-align: center;
}
.client-innar h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-align: center;
	margin: 0px;
	color: #e61937;
	padding-bottom: 20px;
}
.client-innar h1 span {
	color: #00335a;
}
.client-innar p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444;
	text-align: center;
	margin: 0px;
	line-height: 1.8;
	letter-spacing: normal;
	padding: 25px 40px;
	text-transform: capitalize;
}
.client-innar ul {
	padding: 0px;
	margin: 0px;
}
.client-innar ul li {
	list-style: none;
	display: inline-block;
	margin: 10px 10px;
}
.client-innar ul li img {
	list-style: none;
	display: inline-block;
	width: 112px;
	height: 70px;
	border: 1px solid #999;
	padding: 8px;
	filter: grayscale(0);
}
.client-innar ul li img:hover {
	filter: grayscale(1);
}
/*client*/

/*choose-Section*/
.choose-main {
	width: 100%;
	height: auto;
	margin: 50px 0;
}
.choose-innar {
	width: 100%;
	height: auto;
}
.choose-innar-image {
	width: 100%;
	height: auto;
}
.choose-innar-image img {
	width: 100%;
	height: 312px;
}
.choose-right {
	width: 50%;
	float: left;
	height: 156px;
	text-align: center;
	background: #273272;
	padding: 14px 10px;
	border: 1px solid #fff;
	transition: .5s;
}
.choose-right i {
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50px;
	background: #fff;
	color: #273272;
	font-size: 30px;
	line-height: 80px;
	transition: .5s;
}
.choose-right h1 {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: .5s;
	font-family: 'Josefin Sans', sans-serif;
}
.choose-right:hover {
	background: #fff;
	transition: .5s;
	border: 1px solid #273272;
}
.choose-right:hover i {
	background: #ffa64d;
	transition: .5s;
	color: #fff;
}
.choose-right:hover h1 {
	color: #273272;
	transition: .5s;
}
/*choose-Section*/
/*page-heading-section*/
.heading-main-1 {
	width: 100%;
	height: auto;
	background: url(../images/backgroung.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	margin-top: 82px;
}
.heading-main-1:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 68%;
	height: 100%;
	background: url(../images/subpage_bg.jpg);
	padding: 30px 0;
	background-position: top right;
}
.heading-innar-1 {
	width: 100%;
	height: auto;
}
.heading-innar-1 h1 {
	font-size: 24px;
	color: #f2f2f2;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	margin-bottom: 10px;
}
.heading-innar-1 h2 {
	font-size: 14px;
	color: #aaa;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.heading-innar-1 h2 a {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
/*page-heading-section*/

/*about us*/
.about-main {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.about-innar {
	width: 100%;
	height: auto;
}
.about-innar hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid #eee;
}
.about-innar h1 {
	font-family: "PT Sans";
	font-size: 24px;
	color: #273272;
	font-weight: 600;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
.about-innar p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.about-innar p span {
	font-size: 14px;
	color: #e61937;
	font-weight: 600;
}
.about-innar i {
	color: #f9ba48;
}
.about-innar img {
	width: 250px;
	height: 125px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #ccc;
	padding: 7px;
}
/*about us*/


/*contact-page*/

.contact-page {
	width: 100%;
	height: auto;
	padding: 50px 0;
}
.contact-page-innar {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
	padding: 10px 20px;
	transition: .5s;
	margin-bottom: 40px;
	border: 1px solid #f2f2f2;
}
.contact-page-innar:before {
	width: 0%;
	height: 2px;
	background: #5c731f;
	transition: .5s;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact-page-innar:hover {
	transition: .5s;
	background: #f8f9fe;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.contact-page-innar:hover:before {
	transition: .5s;
	width: 100%;
}
.contact-page-innar-image {
	width: 50px;
	height: 48px;
	margin: auto;
}
.contact-page-innar-image img {
	width: 50px;
	height: 48px;
	margin: auto;
}
.contact-page-innar h1 {
	font-family: "Poppins", sans-serif;
	color: #e61937;
	font-size: 18px;
	margin: 15px 0 20px 0;
	transition: .5s;
	text-align: center;
}
.contact-page-innar p {
	font-family: "Open Sans";
	font-size: 14px;
	color: #444;
	margin-bottom: 6px;
	transition: .5s;
	text-align: left;
	line-height: 25px;
	display: inline-flex;
	width: 100%;
}
.contact-page-innar p i {
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	color: #e61937;
}
.contact-page-innar-image2 {
	width: 100px;
	height: 100px;
	transition: .5s;
	opacity: 0;
	position: absolute;
	bottom: 5%;
	right: 0;
}
.contact-page-innar-image2 img {
	width: 100%;
	height: 100px;
	transition: .5s;
}
.contact-page-innar:hover .contact-page-innar-image2 {
	opacity: 0.1;
	transition: .5s;
}
.contact-page-innar ul {
	padding: 0;
	margin: 0;
}
.contact-page-innar ul li {
	list-style: none;
	font-family: "Open Sans";
	font-size: 14px;
	color: #444;
	margin: 8px 0;
}
.contact-page-innar ul li span {
	font-family: "Open Sans";
	font-size: 14px;
	color: #444;
	float: right;
}
.contact-page-innar-map {
	width: 100%;
	height: auto;
}
.contact-page-innar-map iframe {
	width: 100%;
	height: 325px;
}
/*contact-page*/


/*appointment-section*/
.appointment-main {
	width: 100%;
	height: auto;
	padding: 50px 0;
	position: relative;
}
.appointment-main::before {
	width: 330px;
	height: 571px;
	background: url(../images/background1.jpg);
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.appointment-innar1 {
	width: 100%;
	height: auto;
	padding: 50px 40px;
	padding-top: 15px;
	background: #f8f9fe;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.appointment-innar1 ul {
	padding: 0;
	margin: 0;
}
.appointment-innar1 ul li {
	list-style: none;
	font-family: "Open Sans";
	font-size: 14px;
	color: #444;
	font-weight: 100;
	padding: 10px 0;
}
.appointment-innar1 ul li span {
	color: #444;
	font-weight: 600;
	float: left;
	width: 100px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.appointment-innar1 ul li span:after {
	content: ':';
	float: right;
}
.appointment-innar1 h2 {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 23px;
	color: #444;
}
.appointment-innar1 p {
	font-family: "Open Sans";
	font-size: 14px;
	color: #444;
	padding: 10px 0;
	margin-bottom: 0px;
	border-bottom: 1px dashed #d2d2d5;
}
.appointment-innar1 p span {
	float: right;
}
.appointment-innar {
	width: 100%;
	height: auto;
}
.appointment-innar h1 {
	font-family: "Poppins", sans-serif;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #444;
}
.appointment-innar-label {
	width: 50%;
	float: left;
	height: 40px;
	margin-bottom: 25px;
}
.appointment-innar-text {
	outline: none;
	border: 1px solid #d2d2d5;
	padding: 10px;
	font-family: "Open Sans";
	color: #444;
	font-weight: 100;
	width: 100%;
	transition: .5s;
	font-size: 12px;
}
.appointment-innar-text:focus {
	border: 1px solid #5c731f;
	transition: .5s;
}
.appointment-innar-textarea {
	outline: none;
	border: 1px solid #d2d2d5;
	padding: 10px;
	font-family: "Open Sans";
	color: #444;
	width: 100%;
	height: 195px;
	transition: .5s;
	margin-bottom: 20px;
	resize: vertical;
	font-size: 12px;
}
.appointment-innar-textarea:focus {
	border: 1px solid #5c731f;
	transition: .5s;
}
.appointment-innar-btn {
	outline: none;
	border: 1px solid #e61937;
	padding: 7px 12px;
	font-family: "Open Sans";
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	background: #e61937;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: .5s;
	border-radius: 2px;
}
.appointment-innar-btn:hover {
	border: 1px solid #e61937;
	color: #e61937;
	background: #fff;
	transition: .5s;
}
/*appointment-section*/



/*gst-page-section*/
.gst-main {
	width: 100%;
	height: auto;
	margin-top: 25px;
}
.gst-page-innar {
	width: 100%;
	height: auto;
	transition: .5s;
	margin-bottom: 25px;
}
.gst-page-innar-image {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.gst-page-innar-image:before {
	width: 50%;
	height: 100%;
	content: '';
	background-color: rgb(255, 255, 255, 0.3);
	position: absolute;
	left: -80%;
	top: 0;
	transform: skew(30deg);
	transition: .5s;
	z-index: 9999;
}
.gst-page-innar:hover .gst-page-innar-image:before {
	left: 120%;
	transition: .5s;
}
.gst-page-innar:hover .gst-page-innar-image img {
	transition: .5s;
	transform: scale(1.1);
}
.gst-page-innar-image img {
	width: 100%;
	height: 300px;
	transition: .5s;
	border: 1px solid #ccc;
	padding: 10px;
}
.get-qure {
	width: 100%;
	height: auto;
	margin-top: 25px;
}
.get-qure p {
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.get-qure p a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background: #f9ba48;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #f9ba48;
	transition: .5s;
}
.get-qure p a:hover {
	border: 1px solid #273272;
	transition: .5s;
	background: #fff;
	color: #273272;
}
/*gst-page-section*/
/*9001-page-section*/
.certificat-page {
	width: 100%;
	height: auto;
	padding: 50px 0;
}
.certificat-page-innar {
	width: 100%;
	height: auto;
	transition: .5s;
}
.certificat-page-innar-image {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.certificat-page-innar-image:before {
	width: 50%;
	height: 100%;
	content: '';
	background-color: rgb(255, 255, 255, 0.3);
	position: absolute;
	left: -80%;
	top: 0;
	transform: skew(30deg);
	transition: .5s;
	z-index: 9999;
}
.certificat-page-innar:hover .certificat-page-innar-image:before {
	left: 120%;
	transition: .5s;
}
.certificat-page-innar:hover .certificat-page-innar-image img {
	transition: .5s;
	transform: scale(1.1);
}
.certificat-page-innar-image img {
	width: 100%;
	height: 300px;
	transition: .5s;
	border: 1px solid #ccc;
	padding: 10px;
}
.certificat-page-innar h1 {
	font-family: "PT Sans";
	font-size: 24px;
	color: #273272;
	font-weight: 600;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
.certificat-page-innar hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid #eee;
}
.certificat-page-innar p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.certificat-page-innar i {
	color: #f9ba48;
}
/*9001-page-section*/


.detail-form-main {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: rgba(244,248,255,1);
}
.detail-form-innar {
	width: 100%;
	height: auto;
}
.detail-form-innar h1 {
	font-family: "PT Sans";
	font-size: 24px;
	color: #273272;
	font-weight: 100;
	margin: 8px 0;
	text-transform: uppercase;
}
.detail-form-innar h1 span {
	font-weight: 600;
	color: #f9ba48;
}
.detail-form-innar hr {
	width: 8%;
	height: 3px;
	background: #878787;
	border: none;
	margin: 10px 0;
}
.detail-form-innar p {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #262626;
	line-height: 22px;
}
.get-qure-1 {
	width: 100%;
	height: auto;
	margin-top: 35px;
}
.get-qure-1 p {
	font-size: 15px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
.get-qure-1 p a {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	background: #f9ba48;
	color: #fff;
	padding: 7px 20px;
	border: 1px solid #f9ba48;
	transition: .5s;
}
.get-qure-1 p a:hover {
	border: 1px solid #273272;
	transition: .5s;
	background: #fff;
	color: #273272;
}
.home-about {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 45px 0;
}
.home-about p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	text-align: left;
	color: #fff;
	margin: 0px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 100;
}
.home-about a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 0px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 100;
	border: 1px solid #fff;
	padding: 10px 20px;
}
.top-strip {
	width: 100%;
	height: auto;
	background: url(../images/top-strip.jpg);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 10px;
}
.top-testimonial {
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding: 40px 0;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-size: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 10px;
}
.sevice-page-innar {
	width: 100%;
	height: auto;
	transition: .5s;
}
.sevice-page-innar-image {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.sevice-page-innar-image:before {
	width: 50%;
	height: 100%;
	content: '';
	background-color: rgb(255, 255, 255, 0.3);
	position: absolute;
	left: -80%;
	top: 0;
	transform: skew(30deg);
	transition: .5s;
	z-index: 9999;
}
.sevice-page-innar:hover .sevice-page-innar-image:before {
	left: 120%;
	transition: .5s;
}
.sevice-page-innar:hover .sevice-page-innar-image img {
	transition: .5s;
	transform: scale(1.1);
}
.sevice-page-innar-image img {
	width: 100%;
	height: 200px;
	transition: .5s;
}
.services-form-left {
	width: 40%;
	height: auto;
	float: left;
	margin-bottom: 50px;
}
.services-form-right {
	width: 60%;
	height: auto;
	float: right;
	margin-bottom: 50px;
	padding-left: 20px;
}
.services-form-left-1 {
	width: 60%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	padding-right: 20px;
}
.services-form-right-1 {
	width: 40%;
	height: auto;
	float: right;
	margin-bottom: 10px;
}
.services-form-main {
	width: 100%;
	height: auto;
	margin: 50px 0;
}
.services-form-innar {
	width: 100%;
	height: auto;
}
.services-form-innar h1 {
	font-family: "PT Sans";
	font-size: 18px;
	color: #e61937;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.services-form-innar h1 span {
	font-weight: 600;
	color: #ccc;
	font-size: 15px;
}
.services-form-innar hr {
	width: 8%;
	height: 3px;
	background: #878787;
	border: none;
	margin: 10px 0;
}
.services-form-innar p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #7d7f82;
	line-height: 22px;
	padding-bottom: 10px;
	margin: 0px;
}
.services-form-innar a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #e61937;
	line-height: 22px;
	font-weight: 600;
	padding-left: 35px;
}
.services-form-innar a::before {
	background: red;
	background-color: red;
	background-color: red;
	content: "";
	display: inline-block;
	height: 1px;
	left: 17px;
	position: absolute;
	top: 61%;
	width: 24px;
	margin-top: 0;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.services-form-innar-1 {
	width: 100%;
	height: auto;
}
.services-form-innar-1 h1 {
	font-family: "PT Sans";
	font-size: 18px;
	color: #e61937;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.services-form-innar-1 h1 span {
	font-weight: 600;
	color: #ccc;
	font-size: 15px;
}
.services-form-innar-1 hr {
	width: 8%;
	height: 3px;
	background: #878787;
	border: none;
	margin: 10px 0;
}
.services-form-innar-1 p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #7d7f82;
	line-height: 22px;
	padding-bottom: 10px;
	margin: 0px;
}
.services-form-innar-1 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #e61937;
	line-height: 22px;
	font-weight: 600;
	padding-left: 35px;
}
.services-form-innar-1 a::before {
	background: red;
	background-color: red;
	background-color: red;
	content: "";
	display: inline-block;
	height: 1px;
	right: 52%;
	position: absolute;
	top: 61%;
	width: 24px;
	margin-top: 0;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.service-innar-test {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 50px;
}
.service-innar-test h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-align: center;
	margin: 0px;
	color: #e61937;
	text-shadow: 0 1px 0 #545454;
}
.service-innar-test h1 span {
	color: #00335a;
}
.service-innar-test p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #444;
	text-align: center;
	margin: 0px;
	line-height: 1.8;
	letter-spacing: normal;
	padding: 10px 0px;
	text-transform: capitalize;
}
/*Contact-Section*/
.contact-map {
	width: 100%;
	height: 400px;
	position: relative;
	top: 0;
 background:
}
.contact-map iframe {
	width: 100%;
	height: 400px;
}
.contact-main-1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
}
.contact-innar {
	width: 100%;
	height: 400px;
	background: rgba(0,0,0,0.8);
	padding: 10px 18px;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-innar h1 {
	font-size: 22px;
	color: #fff;
	text-align: left;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}
.contact-innar-text {
	width: 100%;
	height: 30px;
	outline: none;
	color: #fff;
	padding-left: 5px;
	margin-bottom: 25px;
	background: none;
	border-bottom: 1px solid #999;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 12px;
}
.contact-innar-textarea {
	width: 100%;
	height: 100px;
	border: none;
	outline: none;
	color: #fff;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 15px;
	resize: vertical;
	background: none;
	border-bottom: 1px solid #999;
	border-top: none;
	border-left: none;
	border-right: none;
	font-size: 12px;
}
.contact-innar-submit {
	width: 25%;
	height: 30px;
	border: none;
	outline: none;
	color: #fff;
	background: #e61937;
	font-family: 'Sarabun', sans-serif;
	float: left;
	font-size: 14px;
}
/*Contact-Section*/

/*page-heading-section*/
.heading-main-1 {
	width: 100%;
	height: auto;
	background: url(../images/backgroung.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	margin-top: 65px;
}
.heading-main-1:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 68%;
	height: 100%;
	background: url(../images/subpage_bg.jpg);
	padding: 30px 0;
	background-position: top right;
}
.heading-innar-1 {
	width: 100%;
	height: auto;
}
.heading-innar-1 h1 {
	font-size: 24px;
	color: #f2f2f2;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	margin-bottom: 10px;
}
.heading-innar-1 h2 {
	font-size: 14px;
	color: #aaa;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.heading-innar-1 h2 a {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
/*page-heading-section*/


/*Our-Team-Section*/

.team-main-strip {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	margin-top: 20px;
}
.our-team-main {
	width: 100%;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.our-team-box1 {
	width: 100%;
	height: auto;
}
.our-team-box1-image {
	width: 90%;
	height: auto;
	border-bottom: 10px solid #042e6f;
	border-right: 10px solid #042e6f;
	box-shadow: 0px 2px 13px 0px rgba(4, 46, 111, 0.6);
	background: #FFF;
}
.our-team-box1-image img {
	width: 100%;
	height: auto;
	border-top: 10px solid #e5e5e5;
	border-left: 10px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.15);
}
.our-team-box2 {
	width: 100%;
	height: auto;
}
.our-team-box2 h1 {
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	color: #042e6f;
	text-align: left;
	font-weight: 800;
	padding: 0px;
	margin: 0px;
	padding-top: 0px;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.our-team-box2 h1 span {
	color: #9c9b99;
	font-size: 14px;
	padding-left: 10px;
	font-weight: 100;
}
.our-team-box2 p {
	font-family: 'Arimo', sans-serif;
	line-height: 20px;
	font-size: 15px;
	color: #666;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}
.blog-border-main {
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	margin-top: 10px;
	margin-bottom: 10px;
}
.team-top-margin {
	width: 100%;
	height: auto;
	position: absolute;
	top: 3%;
	right: -41px;
}
.team-top-margin-1 {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0%;
	right: -31px;
}
/*Our-Team-Section-End*/	
.book-main-strip-backgorund {
	width: 100%;
	height: auto;
	margin: 70px 0 0px 0;
	background: #fff;
	padding: 40px 0;
}
.book-main-strip {
	width: 100%;
	height: auto;
	margin: 80px 0 20px 0;
}
.banner-search {
	width: 180px;
	height: auto;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}
.banner-style {
	width: 100%;
	height: 40px;
	font-family: 'Open Sans';
	border: 1px solid #af9161;
	border-radius: 1px;
	line-height: 1.85em;
	padding: 0 0.357143em;
	color: #444444;
	border-radius: 3px !important;
}
.demo select {
	-webkit-appearance: none; /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: #fff url(../images/shape_select.png) no-repeat 94% center;
-o-background: #fff urlurl(../images/shape_select.png) no-repeat 94% center;
	-webkit-background: #fff url(../images/shape_select.png) no-repeat 94% center;
	-ms-background: #fff url(../images/shape_select.png) no-repeat 94% center;
	width: 100%; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: ""; /*Removes default arrow from firefox*/ /*My custom style for fonts*/
	color: #444444;
	font-size: 15px;
	padding-left: 5px;
	height: 40px;
	border: 1px solid #af9161;
	font-family: 'Open Sans';
	border-radius: 3px !important;
}
.demo option {
	border: none;
	background: #fff;
	color: #12B2EE;
	padding: 10px;
}
.book-main-backgournd {
	width: 100%;
	height: auto;
	margin: auto;
	background: #fafafa;
	padding: 30px 0;
}
.book-main-backgournd-1 {
	width: 95%;
	height: auto;
	margin: auto;
}
.book-main-backgournd-1 hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid #ccc;
}
.juurnals-more {
	width: 95%;
	height: auto;
	margin: auto;
	margin-top: 10px;
}
.juurnals-more p {
	font-size: 12px;
	color: #e61937;
	letter-spacing: 1px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	text-align: right;
}
.juurnals-more p a {
	color: #e61937;
	letter-spacing: 1px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	text-align: right;
}
.subject-list {
	width: 97%;
	height: auto;
	margin: auto;
	margin-bottom: 40px;
}
.subject-list h1 {
	font-family: 'Arimo', sans-serif;
	line-height: 20px;
	font-size: 22px;
	color: #666;
	padding: 0px;
	margin: 0px;
	padding-bottom: 30px;
}
.subject-list ul {
	padding: 0px;
	margin: 0px;
}
.subject-list ul li {
	list-style: none;
	float: left;
	padding: 0px 15px;
	padding-top: 10px;
	background: #f2f2f2;
	height: 70px;
	width: 231px;
	margin-bottom: 3px;
	margin-right: 3px;
	text-align: center;
}
.subject-list ul li a {
	color: #444;
	letter-spacing: 1px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	font-size: 13px;
}
.subject-list ul li:hover a {
	color: #fff;
}
.subject-list ul li:hover {
	padding: 0px 15px;
	padding-top: 10px;
	background: #e61937;
	height: 70px;
	width: 231px;
	margin-bottom: 3px;
	margin-right: 3px;
	text-align: center;
}
.subject-list ul li.active {
	background: #e61937;
}
.subject-list ul li.active a {
	color: #fff;
}
/*books detail*/

.books-detail-main {
	width: 100%;
	height: auto;
}
.books-detail-text {
	width: 100%;
	height: auto;
}
.books-detail-text h1 {
	font-family: 'Work Sans', sans-serif !important;
	font-size: 20px !important;
	color: #042e6f !important;
	text-align: left !important;
	font-weight: 800 !important;
	
	padding: 0px !important;
	margin: 0px !important;
	padding-top: 0px !important;
	letter-spacing: 1px !important
	padding-bottom: 10px !important;
}
.books-detail-text h3 {
	font-family: 'Work Sans', sans-serif !important;
	font-size: 15px !important;
	color: #042e6f !important;
	text-align: left !important;
	font-weight: 100 !important;
	padding-bottom:10px !important;

	margin: 0px !important;

	letter-spacing: 1px !important

}
.books-detail-text {
	width: 100%;
	height: auto;
}
.books-detail-text h2 {
	font-family: 'Work Sans', sans-serif !important;
	font-size: 18px !important;
	color: #042e6f !important;
	text-align: left !important;
	font-weight: 600 !important;
	padding: 0px !important;
	margin: 0px !important;
	padding-top: 0px !important;
	letter-spacing: 1px !important
	padding-bottom: 10px !important
	line-height: 30px !important;
}
.books-detail-text p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	color: #042e6f !important;
	text-align: justify !important;
	font-weight: 100 !important;
	padding-bottom: 5px !important;
	color: #444 !important;
	line-height: 24px !important;
}
.books-detail-text p a {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	color: #042e6f !important;
	text-align: left !important;
	font-weight: 600 !important;
	background: #444 !important;
	padding: 10px 18px !important;
	color: #fff !important;
	margin-right: 10px !important;
}
.room-btn {
	width: 140px;
	height: 35px;
	display: inline-block;
	background: #e61937;
	float: right;
}
.room-btn p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding-top: 7px;
	text-align: center;
}
.room-btn a {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
}
/*books detail*/

/*English Literature*/
.literature-btn {
	width: 100%;
	height: auto;
}
.literature-btn p {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding-top: 7px;
	text-align: center;
}
.first-box {
	background: none repeat scroll 0 0 #fff;
	/*border: 1px solid #fff;*/
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
.first-box .right {
	bottom: 0;
	content: "";
	height: 36px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition-duration: 0.4s;
}
.first-box.right {
	opacity: 1;
}
.first-box .right .action .quickview {
	transform: translate(-100px, 0px);
}
.first-box .right .action .add_cart, .first-box .right .action .quickview, .first-box .right .action .wishlist {
	opacity: 0;
	transition: all 0.2s ease 0s;
	visibility: hidden;
	margin: 0 4px;
}
.first-box .action > * {
	display: inline-block;
}
.first-box .action .btn-ico {
	line-height: 32px;
	min-height: 36px;
	font-size: 14px;
	padding: 0;
	border-radius: 0;
	background-color: #283240;
	min-width: 36px;
	cursor: pointer;
	display: inline-block;
	color: #ffffff;
}
.first-box .action .btn-ico > span {
	display: none;
}
.first-box .action .btn-ico:hover {
	background: #c9304c;
}
.first-box .right .action .wishlist {
	transform: scale(0);
}
.first-box:hover .right .action .quickview {
	transform: translate(0px, 0px);
}
.first-box:hover .right .action .wishlist {
	transform: scale(1);
}
.first-box:hover .right .action .add_cart, .first-box:hover .right .action .quickview, .first-box:hover .right .action .wishlist {
	opacity: 1;
	transition: all 0.2s ease 0s;
	visibility: visible;
}
.first-box .right .action .add_cart {
	transform: translate(100px, 0px);
}
.first-box:hover .right .action .add_cart {
	transform: translate(0px, 0px);
}
.action .tooltip {
	white-space: nowrap;
}
.my_price_form {
	padding: 0 15px;
}
.my_price_form .form-control {
	width: 37%;
	padding: 0 10px;
	display: inline-block;
	border-radius: 0;
}
.my_price_form .btn {
	background: none repeat scroll 0 0 #444;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	height: 33px;
	vertical-align: top;
	width: 25px;
}
.my_price_form .btn:hover {
	background: #ab1033;
}
.search-by-brand input {
	border-radius: 0;
}
.Cat-dis-price:before {
	border-bottom: 10px solid transparent;
	border-right: 11px solid #000;
	border-top: 11px solid transparent;
	content: "";
	left: -11px;
	position: absolute;
	top: 0;
}
.Cat-dis-price {
	background: none repeat scroll 0 0 #000;
	color: #fff !important;
	display: inline-block;
	float: right;
	font-size: 12px;
	font-style: normal;
	margin-right: 85px;
	margin-top: 3px;
	padding: 2px 4px;
	position: relative;
}
.cut-price {
	color: #c6c4c4;
}
.first-box {
	text-align: center;
}
.first-box {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #fff;
	margin-bottom: 15px;
	position: relative;
	text-align: center;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
}
.first-box-border {
	width: 100%;
	height: auto;
	border: 1px solid #f5f5f5;
	padding: 20px 10px;
	position: relative;
}
.product-page-text {
	width: 100%;
	height: auto;
}
.product-page-text h1 {
	font-family: "pt Sans";
	font-size: 14px;
	margin: 0px;
	padding-top: 20px;
	font-weight: 100;
	color: #444;
	padding-bottom: 5px;
	text-align: left;
	line-height: 20px;
	text-transform: none;
	letter-spacing: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}
.product-page-text p {
	font-family: "pt Sans";
	font-size: 16px;
	margin: 0px;
	font-weight: 100;
	color: #444;
	padding-right: 10px;
}
.product-page-text p i {
	font-size: 14px;
	color: #444;
}
.product-page-text p span {
	font-family: "pt Sans";
	font-size: 12px;
	margin: 0px;
	font-weight: 600;
	color: #999;
	text-decoration: line-through;
	padding-left: 10px;
}
.product-page-text p span i {
	font-size: 12px;
	color: #999;
}
.product-inner-text-page {
	width: 100%;
	height: auto;
	margin: auto;
}
.product-inner-text-page a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	font-weight: 600;
	color: #666;
	text-align: center;
	background: #ffe3b8;
	padding: 5px;
	position: absolute;
	top: 5%;
	right: 5%;
}
.login-page-img {
	width: 100%;
	height: auto;
	margin: auto;
}
.login-page-img img {
	width: 100%;
	height: auto;
	margin: auto;
}
.close-style {
	font-family: "pt Sans";
	font-size: 36px;
	margin: 0px;
	font-weight: 500;
	color: #fa2b57;
	border: none;
	background: none;
	margin-right: 10px;
}
.tab-content-page {
	min-height: auto;
	border: none;
}
.login-holder-page {
	width: 100%;
	height: auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.login-holder-page h3 {
	font-weight: 600;
	color: #301c1e;
	font-family: 'Hind Siliguri', sans-serif;
	margin: 0px 0px 15px 0px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	font-size: 18px;
}
.form-control-style {
	border-radius: 0px;
	text-transform: capitalize;
	color: #ccc;
	font-size: 12px;
	font-weight: 500;
	width: 100%;
	height: 35px;
	padding: 5px;
	line-height: 1.42857143;
	border: transparent;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: transparent;
	background-color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	border: 1px solid #f5f5f5;
	display: block;
	margin-bottom: 20px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.modal-dialog {
	width: 60%;
	height: auto;
	margin: 3% auto;
}
.forgot-password {
	color: #f25b6a;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 100;
	display: block;
	margin-bottom: 16px;
	margin-top: 10px;
}
.btn-primary {
	background-color: #e61937;
	color: #fff;
	border: none;
}
.btn-3 {
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 24px;
	margin-bottom: 4px;
	letter-spacing: 2.2px;
	border-radius: 0px;
	line-height: 1.6;
	border: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	word-wrap: break-word;
	white-space: normal !important;
}
.p-box-left-innar {
	width: 100%;
	height: auto;
	margin-top: 21px;
}
/*my account*/

/*team section*/
.team-text-24 {
	width: 100%;
	height: auto;
	background: #00335a;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.team-text-24 h1 {
	font-family: "pt Sans";
	font-size: 16px;
	margin: 0px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	line-height: 20px;
}
.team-text-143 {
	width: 100%;
	height: 240px;
	border: 1px solid #f2f2f2;
	padding: 10px;
}
.team-text-14 {
	width: 100%;
	height: auto;
	border: 1px solid #f2f2f2;
	padding: 10px;
}
.team-text-14 h1 {
	font-family: "pt Sans";
	font-size: 16px;
	margin: 0px;
	padding-top: 10px;
	font-weight: 600;
	color: #444;
	padding-bottom: 5px;
	text-align: left;
	line-height: 20px;
	margin-bottom: 5px;
}
.team-text-14 h1 span {
	color: #e61937;
	font-size: 13px;
	font-weight: 100;
}
.team-text-14 p {
	font-family: "pt Sans";
	font-size: 14px;
	margin: 0px;
	font-weight: 100;
	padding-bottom: 5px;
	line-height: 20px;
}
.team-text-14 img {
	width: 200px;
	height: 143px;
	float: right;
}
.team-text-16 {
	width: 100%;
	height: 220px;
	border: 1px solid #f2f2f2;
	padding: 10px;
	margin-bottom: 15px;
}
.team-text-15 {
	height: 240px;
	padding: 10px;
	margin-bottom: 15px;
}
.team-text-margin {
	margin-bottom: 25px;
}
/*team section*/


/*book section*/
.book-image-main {
	width: 100%;
	height: auto;
	margin: auto;
	background: #fff;
	padding: 60px 0;
}
.book-image {
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: auto;
	background: #fafafa;
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #f2f2f2;
}
.book-image p {
	font-family: "pt Sans";
	font-size: 12px;
	margin: 0px;
	margin-top: 0px;
	font-weight: 100;
	padding-bottom: 5px;
	line-height: 17px;
	text-align: center;
	background: #e61937;
	color: #fff;
	padding: 10px;
	margin-top: 20px;
}
/*book section*/


/*current issue*/
.current-issue {
	width: 100%;
	height: auto;
	margin: 40px 0;
}
.current-issue-text {
	width: 100%;
	height: auto;
	padding: 5px 0px;
}
.current-issue-text hr {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-top: 1px solid #eee;
}
.current-issue-text h1 {
	font-family: "pt Sans";
	font-size: 23px;
	margin: 0px;
	padding-top: 10px;
	font-weight: 600;
	color: #e61937;
	padding-bottom: 5px;
	text-align: left;
	line-height: 20px;
	margin-bottom: 5px;
}
.current-issue-text h1 span {
	font-weight: 100;
	font-size: 18px;
	color: #00335a;
}
.current-issue-text h1 i {
	font-size: 30px;
	color: #444;
}
.current-issue-text p {
	font-family: "pt Sans";
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	font-weight: 100;
	color: #444;
	text-align: left;
	line-height: 20px;
}
.current-issue-text p a {
	font-family: "pt Sans";
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	font-weight: 100;
	color: #444;
	text-align: left;
	line-height: 20px;
}
.current-issue-text p a:hover {
	color: #e61937;
}
.current-issue-text p a:hover i {
	color: #e61937;
}
.current-issue-text p span {
	font-weight: 100;
	font-size: 14px;
	color: #00335a;
}
.current-issue-text p i {
	font-size: 14px;
	color: #00335a;
}
.current-issue-text-1 {
	width: 100%;
	height: auto;
	padding: 10px 10px;
	background: #f5f5f5;
	margin-top:10px;
}
.current-issue-text-1 h5 {
	font-family: "pt Sans";
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	font-weight: 100;
	color: #444;
	text-align: left;
	line-height: 20px;
}
.current-issue-text-1 h5 span {
	color: #e61937;
}
/*current issue*/


/*special issue*/
.special-issue {
	width: 100%;
	height: auto;
	margin: 30px 0;
}
.special-issue-text {
	width: 100%;
	height: auto;
}
.special-issue-text h1 {
	font-family: "pt Sans";
	font-size: 25px;
	margin: 0px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 20px;
	padding: 60px 0;
	background: #444;
}
.special-issue-text h2 {
	font-family: "pt Sans";
	font-size: 18px;
	margin: 0px;
	font-weight: 100;
	color: #444;
	text-align: center;
	line-height: 20px;
	padding: 20px 0;
	border: 1px solid #ccc;
}
.special-issue-text p {
	font-family: "pt Sans";
	font-size: 14px;
	margin: 0px;
	font-weight: 100;
	color: #444;
	text-align: left;
	line-height: 20px;
	padding: 20px 10px;
	border: 1px solid #fff;
}
/*special issue*/


#customers {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
	margin-left: 15px;
}
#customers td {
	border: 1px solid #fff;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#customers td a {
	color: #2196f3;
	display: block;
	padding: 6px 8px;
	font-weight: 600;
}
#customers tr:nth-child(even) {
	background-color: #fff;
}
#customers td:hover {
	background-color: #f2f2f2;
}
#customers th {
	color: #444;
	padding: 8px 10px;
	text-align: left;
	background-color: #f2f2f2;
	color: #444;
	font-size: 15px;
	border: 1px solid #fff;
}
#customers td:hover a {
	color: #444;
}
#customers th {
	padding: 17px 10px;
	text-align: left;
	background-color: #f2f2f2;
	color: #e61937;
	font-size: 15px;
	border: 1px solid #fff;
}
/*special issue jernals*/





.current-issue-text-po {
	width: 100%;
	height: auto;

}

.current-issue-text-po h1 {
	font-family: "pt Sans";
	font-size: 16px;
	margin: 0px;
	padding:15px 8px;
	font-weight: 600;
	color: #e61937;

	text-align: left;
	line-height: 20px;

	background:#f2f2f2;
}

.current-issue-text-po p {
	font-family: "pt Sans";
	font-size: 14px;
	margin: 0px;
	padding-top: 10px;
	font-weight: 100;
	color: #444;
	text-align: left;
	line-height: 20px;
	border-bottom:1px solid #f2f2f2;
	padding-bottom:10px;
	
}
.special-issue-pc {
	width: 98.8%;
	height: auto;
	margin:auto;
	margin: 30px 0;
	margin-left:2px;
}
.nav-none{
	display:none;
	}
.nav-block{
	display:block;
	}
.header-main-left{
width: auto;
height: auto;
float: left;
margin-left: 70px;
	}
.header-main-right	{
	width: auto;
height: auto;
float: right;
margin-right: 40px;
	}	
	
.account_div-1 {
	width: 540px;
	height: auto;
	float: right;
	background: #fff;
	padding-bottom: 30px;
}
.account_div img {
	width: 20px;
	height: 20px;
}
.account_div {
width: 711px;

height: auto;

float: left;

background:#2C3E50;

padding-bottom: 30px;
margin-top:10px;
}
.account_div img {
	width: 20px;
	height: 20px;
}
.account_btn {
	width:100%;
	height:auto;
	float: left;
}
.account_btn p {
font-family: 'Mukta Mahee', sans-serif;
font-size: 12px !important;
font-weight: 400;
color: #fa2b57 !important;
margin: 0px;
padding-left: 15px;
padding-top: 17px;
letter-spacing: 1px;
text-decoration: none;
text-align: left;
line-height: 14px;
}
.account_btn p a {
	font-family: 'Mukta Mahee', sans-serif;
font-size: 10px !important;
font-weight: 400;
color: #fff !important;
margin: 0px;
text-decoration: none;
text-align: left;
cursor: pointer;
}
.account_btn p a:hover {
	background-color:none;
}
.account_btn:hover {
/*background:#fa2b57;*/
/*	border-bottom:1px solid #fa2b57;*/
	
}
.account_btn:hover p {
	color: #fa2b57;
}
.account_btn:hover p a {
	color: #fa2b57;
}		

.gallery-mein-detail {
	width: 100%;
	height: auto;
	margin: auto;

}
.gallery-mein-detail ul {
	padding: 0px;
	margin: 0px;/*	display: inline-block;*/
}
.gallery-mein-detail ul li {
	margin-right: 6px;
	margin-bottom: 6px;
	display: inline-flex;
	background: #fff;
	border: 1px solid #F06;
	border-radius: 4px;
}
.gallery-mein-detail ul li.active {
	color: #fff;
	background:#e61937;
	border: 1px solid #F06;
}
.gallery-mein-detail ul li.active a {
	color: #fff;
}
.gallery-mein-detail ul li a {
	font-family: "pt Sans";
font-size: 20px;
font-weight: 100;
color:#e61937;
padding: 5px 15px 5px 15px;
}
.gallery-mein-detail ul li a:hover {
	background: #e61937;
	color: #fff;
}

.special-issue-jernals{
	width:100%;
	height:auto;
	position:relative;
	}

.special-issue-jernals img {
	width: 100%;
	height: auto;
	padding: 0 70px;
}
.special-issue-jernals-absolute	{
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	right:85px;
	}
.special-issue-jernals-absolute	h1{	
	font-family: "pt Sans";
font-size: 20px;
font-weight: 100;
color:#fff;
text-align: right;
padding: 10px;
}
.banner-btn {
    padding: 12px 7px 10px 8px;
    background: #e61937;
    font-size: 12px;
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    outline: none;
    height: 40px;
    margin-left: -4px;
}
.add-to-button-text{
	 padding: 12px 7px 10px 8px;
    background: #e61937;
    font-size: 12px;
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    outline: none;
    height: 40px;
	margin-top:10px;
	width:100%;
	}

/*-----------my account-------------*/



.nav > li > a:hover, .nav > li > a:focus{
	background:#f5f4f5;
}

.cat-title-txt {
  color: #444;
  font-family: "RobotoCondensedRegular";
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 6px 0;
  text-transform: uppercase;
}

.bar-icon {
  padding-left: 5px;
  padding-right: 8px;
}

.nav li:hover .submenu{
	display:block;
}

.toggle-menu {
    background: none repeat scroll 0 0 #c9302c;
    outline: medium none;
    padding: 5px 10px;
    text-decoration: none;
}

.toggle-menu span {
    color: #fff;
    font-size: 18px;
}

.ver-menu .nav>li:nth-last-child(-n+4) .submenu {
  bottom: 0;
  top: auto;
}


.bar-sty {
    color: #fff;
    font-size: 18px !important;
}

.toggle-menu:hover, focus {
  outline: medium none;
  text-decoration: none;
}

.submenu {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d5d5d5;
  display: none;
  left: 100%;
  padding: 5px 0;
  position: absolute;
  top: 0;
  width: 200px;
  z-index: 50;
}

.submenu ul li {
  border-bottom: medium none;
}

.submenu ul li:hover{
	background:none;
}

.submenu ul li a:hover{
	text-decoration:underline;
	color:#000;
}

/*.ver-m-sty:hover {
  background: none repeat scroll 0 0 #f1f1f1;
  box-shadow: 0 0 5px #a7a7a7;
}*/

.ver-m-sty {
  margin-bottom:5px;
  min-width: 200px;
}

.submenu ul li a {
  border: medium none;
  color: #545454;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
}

.sig-nav{
	width:200px;
}

.ver-arw-menu {
  color: #444;
  float: right;
}

.multiple-nav {
  width: 800px;
}

.mult-menu-sty > li {
  float: left;
  width: 190px;
}

.top-menu-sty {
  left: 0;
  top: auto;
}

.per-det-txt {
  background: none repeat scroll 0 0 #6B6B6B;
  color: #fff;
  font-size: 16px;
  margin-top: 0;
  padding: 8px 10px;
}

.my-save-btn {
  margin-right: 10px;
  padding: 6px 25px;
}

.per-det-prt {
  margin-bottom: 20px;
  border:1px solid #ccc;
}

.per-det-prt label {
  font-weight: normal;
}

.padd-inn-sty {
  padding: 10px;
}

.ver-menu2{
	min-height: 540px;
}
.input1.user_ic {
  background: url("http://images.khoobsurati.net/uiv2/images/user-icon.png") no-repeat scroll 10px 11px, none repeat scroll 0 0 #f7f5f6;
  padding-left: 35px;
}

.form-control.input1.user_ic:focus{
	background: url("http://images.khoobsurati.net/uiv2/images/user-icon.png") no-repeat scroll 10px 11px, none repeat scroll 0 0 #fff;
}

.input1.pass_ic {
  background: url("http://images.khoobsurati.net/uiv2/images/password-icon.png") no-repeat scroll 10px 11px, url("http://images.khoobsurati.net/uiv2/images/input-bg.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  padding-left: 35px;
}

.form-control.input1.pass_ic:focus {
  background: url("http://images.khoobsurati.net/uiv2/images/password-icon.png") no-repeat scroll 10px 11px,#fff;
}

.signin_color, .signup_color {
  background: none repeat scroll 0 0 #00a4e8;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-left: -10px;
  padding: 6px 15px;
}

.f-pass {
  color: #7f7d7d;
  float: left;
  font-size: 13px;
  margin-top: 5px;
}

.f-pass:hover, a:focus {
  color: #7f7d7d;
  text-decoration:underline;
}

.new-acc-txt {
  color: #7f7d7d;
  font-size: 13px;
  padding-top: 10px;
  text-align: center;
}

.get-acc-txt > a {
  color: #00a2e8;
  cursor:pointer;
}

.bor-sty{
	border-right:1px solid #ccc;
}

.sign-in-form{
	margin-top:10px;
}

.sign-up {
  border-bottom: 1px solid #ccc;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

.close-btn {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 4px;
  z-index: 10;
}

.for-panel {
  border-top: 1px solid #ccc;
}

.for-pass-txt {
  font-family: tahoma;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  text-align: left;
}

.email-ent-txt {
  color: #000;
  margin-bottom: 7px;
  font-size: 13px;
  text-align: left;
}
.right-why-choose{
   width:100%;
   height:auto;	

   border:1px solid #6B6B6B;

}
.right-why-choose ul{
	margin:0px; 
	padding:0px;
}
.right-why-choose ul li{
	 float: none;

    padding: 4px 0;
    text-align: left;
	list-style:none;
	border-bottom:1px solid #6B6B6B;

	   padding:10px;

	
}
.right-why-choose ul li a{
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 100;
		 font-family: 'Amiri';
		 letter-spacing:1px;
}
.right-why-choose ul li a i {
    color: #6B6B6B;
	float:right;
}
.right-why-choose ul li:hover {
    color: #E72071;

    transition: all 0.2s linear 0s;
	background:#f5f5f5;
}
.right-why-choose ul li:hover a {
    color: #E72071;

    transition: all 0.2s linear 0s;

}
.right-why-choose ul li:hover i{
    color: #E72071;

    transition: all 0.2s linear 0s;
}
.account-button{
	width:134px !important;
	height:40px;
	font-size:15px;
	color:#fff;
	background:#000;
	border:1px solid #000;
	margin-top:10px !important;
	}
.account-button:hover{
	background:#E72071;
	border:1px solid #E72071;
    transition: all 0.2s linear 0s;
	}	
/*-----------my account-------------*/



/*******************Cancel & return************/ 

.cance_rturn tr th:nth-child(2) {
  width: 330px;
} 

.can_mar_sty{
	border-top: 1px solid #ccc;
}

.per-det-prt{
	overflow:hidden;
}

.cancel_btn{
	margin:15px 0px;
}

.order_amt {
  margin: 20px 0;
  text-align: right;
} 

.cl_text {
  margin: 5px 0 15px;
} 

.order_num {
  font-size: 18px;
  margin: 10px 0 0;
  color:#6B6B6B;
} 

.date_order {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0;
  text-align:right;
}  

.order_mar_sty{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.pro_det_bor {
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow:hidden;
  display:inline-block;
} 

.pro_det_bor img {
  border-right: 1px solid #ccc;
  padding: 5px; 
  text-align: center;
}

.pro_de_txt { 
  padding: 10px;
}

.pro_mar_sty2 {
  margin: 15px 0;
}
  
.add-to-cart-popup {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  left: auto;
  position: absolute;
  right: 10px;
  top: 55px;
  z-index: 6;
}

.add-to-cart-popup h3 {
  background: none repeat scroll 0 0 #efefef;
  border-bottom: 1px solid #ccc;
  color: #717171;
  font-size: 14px;
  margin-top: 0;
  padding: 8px 10px;
}

.img-con-box {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #ccc;
  height: auto;
  margin: 10px;
  overflow: hidden;
  padding: 0;
}

.img-cart {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.box-content-cart {
 display: block;
  height: auto;
  margin: 0;
}

.box-content-cart > p {
  color: #787878;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
}

.box-content-cart > span {
  color: #9e002f;
  float: left;
  font-weight: bold;
  margin-top: 5px;
}

.view-cart {
  background-color: #b72a4a;
  border: 1px solid #d43f3a;
  color: #fff;
  cursor: pointer;
  display:block;
  margin: 0 0 10px 10px;
  padding: 6px 10px;
}

.clr-txt a {
  color: #444;
  display: block;
  margin-top: 7px;
  text-align: left;
  vertical-align: middle;
}

.rev-icon2 {
  padding: 2px 4px;
}

.add-to-qty {
  border: 1px solid #ccc;
  padding: 0px 0;
  text-align: center;
  width: 40px;
}

.add-to-total {
  font-weight: bold;
  padding: 7px;
  text-align: left;
}

.table-td-width{
	min-width:96px;
}

.social_login {
  margin-bottom: 20px;
}

.table-width th:nth-of-type(n+1) {
  min-width: 62px;
}
.add-to-cart-img{
	width:60px;
	height:auto;
	margin:auto;
	}
.add-to-cart-img img{
	width:100%;
	height:auto;
	margin:auto;
	}
.add-to-botton{
  border: 1px solid #FFCC00;
  background:#FFCC00;
  padding:6px;
  color:#fff;
  font-weight:600;
}
.add-to-botton:hover{
  border: 1px solid #C12E2A;
  background:#C12E2A;
  padding:6px;
  color:#fff;
  font-weight:600;
}		

/******************Checkout***************************/

.logo-sty {
  padding: 15px 0;
}

.toll-free {
  color: #000;
  padding: 25px 0;
  text-align: right;
}

.head-bor {
  box-shadow: 0 0 3px #666;
}

.check-bor-sty {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin: 25px 0;
  overflow: hidden;

}

.breadcrumb {
	/*centering*/
	display: block;
	overflow: hidden;
	border-radius: 0px !important;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag; 
}

div.breadcrumb a {
  display: inline-block;
  float: left;
  line-height: 36px;
  outline: medium none;
  padding: 5px 27px 4px 60px;
  position: relative;
  text-decoration: none;
}

/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
	padding-left: 46px;
	border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}
.breadcrumb a:first-child:before {
	left: 14px;
}
.breadcrumb a:last-child {
	border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
	padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover{
	background: #333;
	background: linear-gradient(#333, #000);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
	background: #333;
	background: linear-gradient(135deg, #333, #000);
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
  background: linear-gradient(135deg, #666, #333) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 0 5px 0 50px;
  box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
  content: "";
  height: 45px;
  position: absolute;
  right: -18px;
  top: 0;
  transform: scale(0.707) rotate(45deg);
  width: 42px;
  z-index: 1;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
	content: none;
}
/*we will use the :before element to show numbers*/
.breadcrumb a:before {
  background: linear-gradient(#444, #222) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 100%;
  content: counter(flag, decimal);
  counter-increment: flag;
  font-weight: bold;
  height: 25px;
  left: 30px;
  line-height: 22px;
  margin: 8px 0;
  position: absolute;
  text-align: center;
  top: 3px;
  width: 25px;
  color:#000;
}

.flat a, .flat a:after {
  background: none repeat scroll 0 0 #fff;
  color: black;
  font-size: 20px;
  line-height: 45px;
  transition: all 0.5s ease 0s;
  color: #b9b9b9;
}

.flat a:before {
	background: white;
	box-shadow: 0 0 0 1px #ccc;
}
.flat a:hover, 
.flat a:hover:after, .flat a.active:after{
	background: #6B6B6B;
	color:#fff;
}

.flat a.active, .flat a.active:after{
	background: #6B6B6B;
	color:#fff;
	 font-family: 'Amiri';

}

.breadcrumb a:before.active{
	color:#000;
}

.chk-un-txt {
  color: #757575;
  font-size: 11px;
}

.or-img-sty img {
  margin-right: 15px;
}

.chk-sign-txt {
  font-weight: bold;
}

.chk-em-txt {
  font-size: 14px;
  font-weight:normal;
  text-align:left;
}

.or-img-sty img {
  margin-right: 100px;
  margin-top: 18px;
  margin-left:50px;
}

.cont-txt {
  font-size: 18px;
  margin: 10px 0;
}

.face-btn-sty{
	margin-top:15px;
}

.order-sum {
  background: none repeat scroll 0 0 #eeeeee;
  font-size: 18px;
  padding: 5px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-top:none;

}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
  word-break: break-all;
  word-wrap: break-word;
  white-space: normal;
   font-family: 'Amiri';
   letter-spacing:1px;
}

.sav-con-btn {
  margin: 10px 0;
}

.email-bor-sty {
  margin-bottom: 10px;
}

.bil-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  	 font-family: 'Amiri';
	 letter-spacing:1px;
}

.mede-star{
	color:#d20101;
}

.bil-lab-txt {
  font-weight: normal;
}

.pay-part {
  min-height: 534px;
}

.cash-txt {
  background: none repeat scroll 0 0 #444;
  border: 1px solid #444;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  width: 70%;
}

.cash-txt:hover{
	background: none repeat scroll 0 0 #666;
	border: 1px solid #666;
}

.cash-txt a {
  color: #fff;
  font-size: 16px;
}

.small-txt {
  font-size: 12px;
}

.rev-icon {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #a7a7a7;
  font-size: 14px !important;
  font-weight: normal !important;
  height: 20px;
  padding: 2px;
  text-align: center;
  width: 20px;
}
.checkbox-mein{
	width:100%;
	height:auto;
	position:relative;
	z-index:99999;}
	
	.wrap{
	width:100%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header-top{
	background:#fff;
	padding: 10px 0;
}
.logo{
	float:left;
	margin-right: 46.5%;
}
.cssmenu {
	float:left;
	margin-top:11px;
}
.cssmenu ul li {
	display: inline-block;
}
.cssmenu ul li a {
	color: #000;
	display: block;
	margin: 0px 10px;
	text-transform: uppercase;
	font-size: 0.8125em;
}
.cssmenu ul li a:hover{
	color:#555;
}
.header-bottom{
	background:#08080b;
	padding: 5px 0;
}
.bottom-menu {
	float: right;
}
.bottom-menu ul li {
	display: inline-block;
}
.bottom-menu ul li a {
	color: #fff;
	display: block;
	margin: 0px 10px;
	font-size: 0.8125em;
}
.h_nav h4{
	border-bottom:1px solid rgb(236, 236, 236);
	font-size: 1.1em;
	color: #000;
	line-height: 1.8em;
	text-transform:capitalize;
	margin-bottom: 4%;
}
.h_nav h4.top{
	margin-top: 12%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display:block;
	font-size: 0.8125em;
	color:#777;
	text-transform:capitalize;
	line-height:2em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h_nav ul li a:hover{
	color:#00405d;
	text-decoration:underline;
}

.my-cart-button{
	width:200px !important;
	height:40px;
	font-size:14px;
	color:#fff;
	background:#000;
	border:1px solid #000;
	margin-top:10px !important;
	margin-top:-15px;
	margin-bottom:10px;
	}
.my-cart-button:hover{
	background:#E72071;
	border:1px solid #E72071;
    transition: all 0.2s linear 0s;
	}
	.my-cart-text-p{
	width:100%;
	height:auto;

	}
.my-cart-text-p p{
	ffont-family: 'Amiri';
	font-size:14px;
	color:#000;
	font-weight:100;
	margin:0px;
	text-align:left;
	padding-right:20px;

	letter-spacing:1px;
	}	

.login-submit-1{
	width:80px !important;
	height:30px;
	font-size:14px;
	color:#fff;
	background:#000;
	border:1px solid #000;
	margin-top:10px !important;
	margin-top:-15px;
	margin-bottom:10px;
	}
.login-submit-1:hover{
	background:#E72071;
	border:1px solid #E72071;
    transition: all 0.2s linear 0s;
	}	
.login-main{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	margin-bottom:50px;
	padding:40px 20px 20px 20px;
	}

.login-input{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:10px;
	}				
.login-left{
	width:100%;
	height:auto;
	margin:auto;

	margin-left:5px;
	}	
	

.contact-page-innar-map-text{
width: 100%;
height: auto;
background: #e61937;
padding: 10px;
margin-top:40px;
	}
.contact-page-innar-map-text h1{	
font-size: 16px;
letter-spacing: 2px;
line-height: 22px;
margin-top: 0;
text-transform: lowercase;
font-weight: 400;

font-family: 'Roboto', sans-serif;
padding-top: 10PX;
color: #fff;
}

.contact-page-innar-map-text p{	
font-size: 14px;
letter-spacing: 2px;
line-height: 22px;
margin-top: 0;
text-transform: lowercase;
font-weight: 400;

font-family: 'Roboto', sans-serif;
padding-top: 0PX;
}
.contact-page-innar-map-text p span{ 
background: #861324;
font-size: #fff;
color: #fff;
padding: 5px;
font-size: 10px;


}

.contact-page-innar-map-center-text	{
width: 100%;
height: auto;
background: #e61937;
padding: 10px;
margin-top:40px;
	}
.contact-page-innar-map-center-text	 h1{	
font-size: 16px;
letter-spacing: 2px;
line-height: 22px;
margin-top: 0;
text-transform: lowercase;
font-weight: 400;

font-family: 'Roboto', sans-serif;
padding-top: 10PX;
color: #fff;
}

.contact-page-innar-map-center-text	 p{	
font-size: 14px;
letter-spacing: 2px;
line-height: 22px;
margin-top: 0;
text-transform: lowercase;
font-weight: 400;

font-family: 'Roboto', sans-serif;
padding-top: 0PX;
}
.contact-page-innar-map-center-text	 p span{ 
background: #861324;
font-size: #fff;
color: #fff;
padding: 5px;
font-size: 11px;


}
.contact-page-innar-map-center{
	width:100%;
	height:567px;
	}
.contact-page-innar-map-center iframe{
	width:100%;
	height:567px;
	}	
.contact-page-innar-map	{
	width: 100%;
height: 200px;
	}
.contact-page-innar-map	 iframe{
width: 100%;
height: 200px;
	}	
