body {
	font-family: arial !important;
	font-size: 15px;
	/*color: #000 !important;*/
}

@font-face {
	font-family: gothicr;
	src: url(../fonts/gothicr.ttf);
}

@font-face {
	font-family: rupee;
	src: url(../fonts/rupee.ttf);
}

.section1 {
	background-color: #eee;
	padding: 10px 0px;
}

.section1 p {
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
	float: left;
}

.section1 .row div {
	padding: 0px !important;
}

.section1 ul {
	list-style: none;
	float: right !important;
	margin: 0px 15px 0 0;
	padding: 0px;
}

.section1 ul li {
	float: none;
	display: inline-block;
	margin-left: 15px;
}

.section1 ul li a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
}

.section1 ul li a i {
	font-size: 20px;
}

@media (max-width:768px) {
	.section1 ul {
		float: none;
	}
	.section1 ul li {
		text-align: center;
	}
	.section1 .row div {
		padding: 0 15px !important;
	}
	.section1 .row div div {
		padding: 0px !important;
	}
}

.section2 .logo a img {
	margin-top: 20px;
}

.section2 form {
	float: right;
	margin-top: 10px;
}

.section2 form input[type=text] {
	border: 1px solid #ccc;
	padding: 5px 15px;
	float: left;
	width: 350px;
}

.section2 form input[type=submit] {
	font-size: 0;
	color: transparent;
	width: 32px;
	height: 32px;
	background-color: #000;
	border: 0px;
	border-radius: 0px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	text-indent: 2px;
	background-position: 8px;
}

.section2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
	margin-top: 15px;
}

.section2 ul li {
	float: left;
	margin-right: 20px;
}

.section2 ul li a {
	color: #222;
	font-size: 13px;
	text-decoration: none !important;
}

.section2 ul li a span {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	background-color: #eee;
	color: #222;
}

.section2 ul li a span:hover {
	border: 1px solid #000;
}

.section2 ul li:last-child {
	margin-right: 0px !important;
}

.section3 {
	background-color: #EB8016;
	margin-top: 10px;
}


/*-------- menu --------------*/

.yamm {
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	border: 0px !important;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
}

.yamm .container {
	position: relative;
}


/*.yamm .dropdown-menu {  left: auto;}*/

.yamm .yamm-content {
	padding: 15px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.dropdown-menu {
	width: 100%;
	background-color: #e6e6e6 !important;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.32) !important;
	/* border-top: 5px solid #444 !important; */
	border-bottom: 2px solid #444 !important;
}

.navbar-collapse {
	padding: 0px !important;
}

.yamm-content ul {
	width: 25%;
}

.yamm-content ul li {
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 0px;
}

.yamm-content ul li a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
	display: block;
}

.yamm-content ul li a:hover {
	color: #000;
}

.dropdown-toggle {
	color: #fff;
	font-size: 15px;
	padding: 10px 7px;
	margin: 0px;
}

.navbar-nav>li:hover {
	background-color: #000 !important;
}

.navbar-nav>li>a {
	padding: 10px 5px !important;
	color: #fff;
}

.navbar {
	height: auto !important;
	min-height: auto !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav .open>a:hover {
	background-color: transparent !important;
}

.useful {
	width: 260px !important;
	right: 0px !important;
	left: auto !important;
}

.navbar-nav>li>a:hover {
	background-color: #000 !important;
}

.navbar-nav>li:first-child {
	background-color: #000;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.navbar-nav>li>a>img {
	width: 20px;
}

.useful .yamm-content ul {
	width: 100% !important;
}

ul.nav.navbar-nav li:hover ul.dropdown-menu {
	display: block !important;
	z-index: 9999;
}


/*-------- menu --------------*/


/*-------- Left & Right section home --------------*/

.section4 {
	margin-top: 15px;
}

.home-left .left-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-left .left-ul li {
	background-color: #e4e4e4;
	color: #000;
	border-bottom: 1px solid #ccc;
}

.home-left .left-ul li a {
	padding: 10px 15px;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.home-left .left-ul li a:hover {
	color: #000;
	background-color: #d8d8d8;
}

.left-add a img {
	border: 1px solid #000;
	width: 100%;
	margin-top: 15px;
	padding: 3px;
}

.left-form1 {
	border: 1px solid #000;
	margin-bottom: 20px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .5);
	padding: 15px;
}

.left-form1 h2 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	background-color: #444444;
	color: #fff;
	font-weight: 600;
	padding: 7px;
	margin-bottom: 15px;
}

.left-form1 select {
	margin: 0px;
	padding: 6px;
	font-size: 14px;
	border: 1px solid #000;
	margin-bottom: 15px;
	width: 100%;
}

.left-form1 input[type=submit] {
	background-color: #444;
	color: #fff;
	padding: 7px;
	font-size: 14px;
	border: 0px;
	width: 100%;
	text-align: left;
	background-image: url(../images/left-search.png);
	background-repeat: no-repeat;
	background-position: 0px;
	background-position-x: right;
}

.home-notes {
	border: 1px solid #444;
	padding: 10px;
	background-color: #eee;
}

.home-notes i {
	display: inline-block;
	font-size: 40px;
	color: #000;
	width: 5%;
	text-align: center;
}

.home-notes p {
	display: inline-block;
	width: 94%;
	margin-bottom: 0;
}


/*-------- /Left & Right section home --------------*/

footer {
	background-color: #eee;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
}

footer .footer-div h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

footer .footer-div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .footer-div ul li {
	margin-bottom: 10px;
}

footer .footer-div ul li a {
	color: #000;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

footer .footer-div ul li a:hover {
	color: #000;
}

footer .footer-div.address i {
	color: #000;
	float: left;
	font-size: 16px;
	margin-right: 10px;
	font-style: normal;
}

footer .footer-div.address p {
	font-size: 14px;
	color: #000;
	padding-left: 25px;
}

.publisher-desk {
	border: 1px solid #EB8016;
	background-color: #EB8016;
	color: #fff;
	padding: 3px 15px;
	display: block;
	margin-bottom: 10px;
	width: 130px;
}

.copy {
	background-color: #EB8016;
	color: #fff;
	padding: 10px 0px;
}

.copy p {
	margin: 0;
	padding: 0;
}


/*--- listing page start ---*/

.listing .listing-paramtr {
	clear: both;
	width: 100%;
	float: left;
}

.listing .listing-paramtr ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.listing .listing-paramtr ul li {
	float: left;
	font-size: 14px;
}

.listing .listing-paramtr ul li span {
	font-weight: 600;
}

.listing .listing-paramtr ul li i {
	color: #000;
	margin-right: 4px;
}

.listing-total {
	background-color: #ccc;
	border-radius: 5px;
	clear: both;
	float: left;
	width: 100%;
	padding: 10px;
}

.listing-total .pull-left {
	font-size: 14px;
}

.listing-total .pull-left span {
	font-weight: bold;
	color: #000;
}

.listing-total form {
	display: inline-block;
}

.listing-total form select {
	background-color: #000;
	color: #fff;
	border: none;
}

@media (max-width:768px) {
	.listing-total .pull-left {
		float: none;
		width: 100%;
	}
	.listing-total .pull-right {
		float: none;
		width: 100%;
	}
}

.section-title {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: 600;
	/*background-image: url(../images/title-bg.jpg);*/
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	padding-bottom: 13px;
	background-position: 0px 37px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px dashed #000;
}

.listing-box ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

.desc_listing.listing ul li {
	width: 16%;
}

.desc_listing.listing ul li img {
	height: 177px;
}

.desc_listing.listing .listing-box ul li span {
	/* background-color: #ccc; */
	color: #333;
	font-size: 12px;
	padding: 3px 10px;
	display: block;
	width: 105px;
	margin-top: 10px;
	border: 1px solid #000;
	font-family: arial;
	margin-left: auto;
	margin-right: auto;
}

.desc_listing.listing .listing-box ul li span:hover {
	/* background-color: #ccc; */
	color: #000;
	border: 1px solid #333;
}

.listing-box ul li {
	width: 23%;
	margin: 1%;
	padding: 10px;
	border: 1px solid #ccc;
	float: left;
	margin-top: 20px;
	border-radius: 5px;
}

.listing-box ul li:hover {
	border-color: #000;
	box-shadow: 0px 6px 15px #888;
}

.listing-box ul li a {
	text-decoration: none !important;
}

.listing-box ul li h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #444;
	margin-top: 15px;
	font-weight: 600;
	height: 15px;
}

.listing-box ul li p {
	font-size: 14px;
	color: #444;
	/*font-weight: 600;*/
	margin-top: 5px;
	margin-bottom: 5px;
}

.listing-box ul li img {
	width: 100%;
	height: 200px;
}

.listing-box ul li span {
	/* background-color: #ccc; */
	color: #444;
	font-size: 14px;
	padding: 3px 10px;
	display: block;
	width: 105px;
	margin-top: 10px;
	border: 1px solid #ccc;
	font-family: arial;
}

.listing-box ul li span:hover {
	color: #000;
	border-color: #000;
}

.listt-pagination {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
}

.listt-pagination .pagination {
	margin-top: 0px;
	margin-bottom: 0;
}

.listt-pagination .pagination>li>a,
.pagination>li>span {
	color: #000;
}

.listt-pagination .pagination>li>a i {
	font-size: 20px;
}

.listt-pagination .pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.listt-pagination .left {}

.listt-pagination .right {
	text-align: right;
}

.re-search form {
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	margin-top: 30px;
	border-radius: 20px 0px 20px 0px;
	float: left;
}

.re-search form label {
	width: 100%;
	font-size: 14px;
}

.re-search form select,
.re-search form input[type="text"],
.re-search form input[type="email"],
.re-search form textarea,
.re-search form input[type="file"] {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 100%;
	box-shadow: 0px 4px 8px #ccc;
}

.re-search form div {
	margin-bottom: 6px;
}

.re-search form input[type="search"] {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 100%;
	box-shadow: 0px 4px 8px #ccc;
	margin-top: 24px;
	background-image: url(../images/search-black.png);
	/* color: #fff; */
	/* background-color: #ccc; */
	background-repeat: no-repeat;
	background-position: 66px 9px;
	text-align: left;
}

.re-search form input[type="submit"],
.re-search form input[type="reset"] {
	border: 1px solid #ccc;
	padding: 5px 10px;
	width: 100%;
	box-shadow: 0px 4px 8px #ccc;
	margin-top: 4px;
	/* color: #fff; */
	/* background-color: #ccc; */
	background-repeat: no-repeat;
	background-position: 66px 9px;
	text-align: center;
}


/*--- listing page end ---*/


/*--- details page start ---*/

.detail-page {}

.detail-page .left1 img {
	width: 100%;
	margin-bottom: 20px;
}

.section4.detail-page .left1.home-left img {
	/*width: 263px;    height: 336px;*/
}

.detail-page .left1 span {
	width: 100%;
	display: block;
	margin-top: 15px;
}

.detail-page .left1 span a {
	padding: 7px 15px;
	border: 1px solid #000;
	width: 100%;
	display: block;
	color: #444;
	text-decoration: none;
}

.detail-page .right1 p {
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
}

.detail-page .right1 p span {
	font-weight: bold;
	color: #000;
}

.detail-page .right1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	/* margin-top: 20px; */
	display: block;
	float: left;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}

.detail-page .right1 ul li {
	font-size: 14px;
	border-right: 1px solid #000;
	/* line-height: 20px; height: 15px;*/
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 8px;
}

.detail-page .right1 ul li span {
	font-weight: 600;
}

.section-title2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
}

.section-title2 span {
	color: #000;
}

.dtl-review p {
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	margin-top: 10px;
}

.dtl-review .rev-title {
	font-size: 14px;
	font-weight: 600;
	color: #444;
	display: inline-block;
	margin-right: 20px;
}

.dtl-review .rev-date {
	display: inline-block;
	font-size: 12px;
	color: #888;
}

.dtl-review .rev-rate {
	display: inline-block;
	float: right;
	color: #000;
	font-size: 16px;
}

.rev-submit {
	background-color: #ccc;
	color: #000;
	padding: 5px 10px;
	float: right;
	margin-top: 10px;
	display: block;
	font-weight: 600;
	border-radius: 3px;
	text-decoration: none !important;
}

.rev-submit:hover {
	color: #000;
}

.rev-submit form {
	width: 100%;
}

.dtl-review form input[type="text"] {
	width: 45%;
	float: left;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 8px #ccc;
}

.dtl-review form input[type=email] {
	width: 45%;
	float: right;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 8px #ccc;
}

.dtl-review textarea {
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 20px;
	box-shadow: 0px 4px 8px #ccc;
}

.rv2 form span i {
	color: #000;
	font-size: 16px;
}

.dtl-review form input[type=submit] {
	background-color: #ccc;
	color: #000;
	padding: 5px 10px;
	float: right;
	display: block;
	font-weight: 600;
	border-radius: 3px;
	border: none;
}

.dtl-review form input[type=submit]:hover {
	color: #000;
}

@media (min-width:768px) {
	.rv1 {
		padding-right: 50px !important;
	}
	.rv2 {
		/*padding-left: 50px !important;*/
	}
}

.rate-table p {
	font-size: 15px;
	font-weight: 600;
	color: #000;
}

.rate-table p i {
	color: #030;
	font-size: 20px !important;
}


/*--- details page end ---*/

.login-form {
	background-color: #eee;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 50px;
}

.login-form h1 {
	margin: 0px;
	padding: 0px;
	font-size: 25px;
	margin-bottom: 15px;
}

.login-form form {
	width: 100%;
}

.login-form form input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0px 4px 8px #ccc;
	padding: 7px 10px;
}

.login-form form input[type="submit"] {
	background-color: #000;
	color: #fff;
}

.login-form form input[type="submit"]:hover {
	background-color: #444;
}

.forget-pass {
	color: #666;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.login-form form div p {
	font-size: 13px;
	color: #666;
}

.login-form form div p a {
	font-size: 13px;
	background-color: #ccc;
	color: #666;
	padding: 2px 5px;
}


/*--- PRICING TABLE START ---*/

.rate-table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc !important;
	border-collapse: inherit;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 0px;
}

.tr1 {
	width: 100%;
}

.tr2 {
	width: 100%;
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: -21px;
}

.th0 {
	width: 100%;
	padding: 15px;
	padding-top: 0;
}

.th1 {
	width: 15%;
}

.th2 {
	width: 15%;
}

.th3 {
	width: 45%;
	line-height: 25px !important;
	padding-bottom: 25px !important;
}

.th4 {
	width: 25%;
}

.tr2 th {
	text-align: center;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	margin-right: -4px !important;
	line-height: 50px;
}

.th1 {
	border-left: 0px !important;
}

.th4 {
	border-right: 0px !important;
}

.tr03 {
	display: block;
	width: 100%;
}

.t03td01 {
	width: 15%;
	display: inline-block;
	color: #fff;
	margin-top: -50px;
	margin-right: -4px;
}

.t03td001 {
	width: 15%;
	display: inline-block;
	color: #fff;
	margin-top: -50px;
	margin-right: -4px;
}

.t03td1 {
	width: 22.5%;
	text-align: center;
	border-right: 1px solid #ccc;
	display: inline-block;
	line-height: 25px;
	margin-top: -8px;
	margin-right: -4px;
	border-top: 1px solid #ccc;
}

.t03td2 {
	width: 22.5%;
	text-align: center;
	display: inline-block;
	margin-right: -4px;
	line-height: 25px;
	margin-top: -8px;
	border-top: 1px solid #ccc;
}

.tr3 {
	width: 100%;
	display: block;
}

.tr3:first-child {
	margin-top: -21px;
}

.tr3td1 {
	width: 15%;
}

.tr3td2 {
	width: 15%;
}

.tr3td3 {
	width: 22.5%;
}

.tr3td4 {
	width: 22.5%;
}

.tr3td5 {
	width: 25%;
}

.tr3 td {
	text-align: left;
	border: 1px solid #ccc;
	display: inline-block;
	margin: 0px !important;
	padding: 0px 0 0 13px !important;
	margin-right: -4px !important;
	line-height: 25px;
}

.tr3td5 a {
	background-color: #ccc;
	color: #000;
	padding: 1px 5px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 13px;
	margin-right: 5px;
}

.tr3td5 a:hover {
	background-color: #000;
}

.table-submit {
	margin: 0px !important;
	padding: 1px 5px !important;
	font-size: 13px !important;
	line-height: 13px !important;
	border: 0px solid #ccc;
	background-color: #ccc;
	margin-right: 5px !important;
	border-radius: 2px;
	color: #444;
}

.table-submit:hover {
	background-color: #000;
	color: #fff;
}

.table-check {
	float: right;
	margin-right: 15px !important;
}

.tableusd .tr2 {
	margin-bottom: -2px;
}

.tableusd .th3 {
	line-height: 50px !important;
	padding-bottom: 0px !important;
}

.tr3usd {
	width: 45%;
}


/*--- PRICING TABLE END ---*/


/*--- PAGE PRINT START ---*/

.page-print {
	width: 60%;
	margin: auto;
	border: 1px solid #444;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-left: 20%;
	color: #222;
}

.print-address p {
	margin-top: 10px;
	border-left: 1px solid #999;
	padding-left: 15px;
	font-size: 13px;
}

.print-logo img {
	margin-top: 30px;
	margin-bottom: 10px;
}

.print-button {
	display: block;
	margin-top: 10px;
	width: 40%;
	float: left;
	margin-top: 0px;
	text-align: right;
	/* border-top: 1px solid #444; */
	/* padding-top: 10px; */
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 9px;
}

.print-button a {
	background-color: #444;
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: 2px 10px;
	margin-right: 10px;
	line-height: 20px;
}

.print-button a:hover {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}

.print-border {
	/* border-top: 1px solid #444; */
	/* margin-top: 10px; */
	/* margin-bottom: 10px; */
	/* clear: both; */
	display: block;
	float: left;
	width: 100%;
}

.page-print .print-title {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #444;
	padding-bottom: 10px;
	float: left;
	width: 60%;
	border-top: 1px solid #444;
	padding-top: 10px;
	margin-top: 0px;
	padding-left: 10px;
}

.print-img img {
	width: 100%;
	border: 1px solid #444;
	padding: 4px;
	border-radius: 5px;
}

.print-details table {
	width: 100%;
}

.print-details table tr {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.print-details table tr .th1 {
	width: 28%;
	display: inline-block;
	float: left;
	padding: 0px !important;
	font-size: 15px;
}

.print-details table tr .th2 {
	width: 5%;
	display: inline-block;
	float: left;
	padding: 0px !important;
	font-size: 15px;
}

.print-details table tr .th3 {
	width: 57%;
	display: inline-block;
	float: left;
	padding: 0px !important;
	font-size: 15px;
}

.print-details table tr .td1 {
	width: 28%;
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}

.print-details table tr .td2 {
	width: 5%;
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}

.print-details table tr .td3 {
	width: 57%;
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}

.print-hp {
	display: block;
	width: 100%;
	margin-top: 10px;
	float: left;
	padding: 0px 15px;
	border-top: 1px solid #444;
	padding-top: 15px;
}

.print-hp p {
	font-size: 15px;
	line-height: 23px;
	text-align: justify;
}

.print-hp h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: center;
	padding-top: 5px;
	border-bottom: 1px dashed #444;
	padding-bottom: 10px;
}

@media (max-width:768px) {
	.page-print {
		width: 96%;
		margin-left: 2%;
	}
	.print-img img {
		margin-bottom: 20px;
	}
	.print-address p {
		padding-left: 0px;
		border-left: 0px;
	}
	.page-print .print-title {
		width: 100%;
	}
	.print-button {
		width: 100%;
	}
}

.detail-print {
	position: absolute;
	right: 15px;
}

.detail-print p {
	margin: 0px;
	padding: 0px;
}

.detail-print p a {
	color: #000;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 600;
}

.detail-print p a i {
	font-size: 16px;
}


/*--- PAGE PRINT END ---*/

@media (max-width:768px) {
	.dtlsldr-head {
		margin-bottom: 50px;
		background-position: 0px 64px;
	}
	.section1 p {
		display: block;
		width: 100%;
		margin-top: 5px;
	}
	.section1 ul {
		margin-top: 5px;
		border: 1px solid #ccc;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.section2 ul li {
		margin-right: 4px;
	}
	.section2 ul li a {
		padding: 5px 7px;
		background-color: #ccc;
		margin-bottom: 10px;
		display: inline-block;
	}
	.icon-bar {
		background-color: #fff;
	}
	.navbar-nav>li>a {
		padding: 10px 20px !important;
	}
	.section3 .container {
		padding: 0px !important;
	}
	.navbar-collapse {
		padding: 0 15px !important;
	}
	.home-slider {
		margin-top: 15px;
	}
	.home-notes p {
		width: 100%;
	}
	.home-notes i {
		font-size: 20px;
	}
	.c-tabs-nav {
		width: 100% !important;
	}
	.tabb-title {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	/*.slick-prev, .slick-next { top:-65px !important;}*/
	.listing-box ul li {
		width: 48%;
	}
	.re-search form input[type="submit"] {
		margin-top: 5px;
	}
	.c-tab__content {
		padding: 1.5rem 0px;
		overflow-x: scroll;
		width: 100%;
	}
	.rate-table {
		width: 768px!important;
		overflow-x: scroll!important;
	}
}

@media (max-width:992px) and (min-width:769px) {
	.section1 ul li {
		padding-right: 15px;
	}
	.section2 .logo a img {
		margin-top: 10px;
	}
	.section2 ul li {
		margin-right: 5px;
	}
	.section2 ul li a {
		padding: 5px 10px;
		background-color: #ccc;
		margin-bottom: 10px;
		display: inline-block;
	}
	.home-notes i {
		font-size: 20px;
	}
	footer .footer-div.address i {
		font-size: 14px;
	}
	.footer-div iframe {
		padding-left: 20px;
	}
	footer .footer-div.address p {
		font-size: 13px;
	}
	.c-tabs-nav {
		width: 100% !important;
	}
	.tabb-title {
		width: 100% !important;
		margin-bottom: 10px !important;
	}
	.slick-prev,
	.slick-next {
		top: -65px !important;
	}
	.listing-box ul li {
		width: 31%;
	}
}

.cms p {
	font-size: 14px;
	text-align: justify;
	line-height: 25px;
}

.cms img {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
}

.contact h2 {
	font-size: 20px;
	margin-top: 20px;
	/* padding-bottom: 20px; */
	margin-bottom: 5px;
	background-image: none;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}

.enquiry form {
	border: 1px solid #ccc;
	width: 100%;
	margin: auto;
	padding: 15px;
	float: left;
}

.enquiry form input,
.enquiry form textarea {
	border: 1px solid #ccc;
	padding: 7px;
	margin-bottom: 15px;
	width: 96%;
	float: right;
}

.enquiry form span {
	width: 4%;
	color: #F00;
	float: left;
	margin-bottom: 31px;
}

.enq-sub {
	background-color: #EB8016;
	color: #fff;
}

.enq-sub:hover {
	background-color: #444;
}

.reach h2 {
	text-align: left;
	background-position-x: left;
}

.reach i {
	font-size: 30px;
	float: left;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.reach p {
	margin-left: 40px;
	line-height: 25px;
}

.reach .social i {
	color: #ca4243 !important;
	border: none !important;
}

#toggle {
	width: 100%;
	margin: 0;
	float: left;
	margin-top: 10px;
}

#toggle ul {
	width: 100%;
	margin: 0px;
	padding: 0;
}

#toggle li {
	list-style-type: none;
	cursor: pointer;
	-moz-border-radius: 0 10px 0 10px;
	border: 1px solid #888;
	margin: 0;
	padding: 8px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 16px;
	font-weight: 600;
}

#toggle li:hover {
	background: #ccc
}

#toggle ul div {
	color: #444;
	cursor: auto;
	display: none;
	font-size: 13px;
	padding: 10px;
	text-decoration: none;
	border: 1px solid #888;
	margin-top: -10px;
	border-top: 0px;
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 20px;
	background-color: #eee;
	border-radius: 0px 0px 10px 10px;
}

#toggle li:before {
	content: "+";
	padding: 10px 10px 10px 0;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

#toggle li.active:before {
	content: "-";
	padding: 10px 10px 10px 0;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

.margin-top {
	margin-top: 124px;
	width: 100px;
	border-bottom: 1px solid #ccc;
	display: none;
}

.navbar-fixed-top {
	background-color: #fff;
	z-index: 9999 !important;
	border-bottom: 1px solid #EB8016;
	padding-bottom: 5px;
}

@media (max-width:768px) {
	.navbar-fixed-top {
		position: static !important;
	}
	.section3 {
		margin-top: 0px;
	}
}

@media (max-width:1200px) and (min-width:992px) {
	.navbar-nav>li>a {
		padding: 10px 4px !important;
	}
	.dropdown-toggle {
		font-size: 13px;
	}
	.section3 {
		margin-top: 146px;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.section3 {
		margin-top: 195px;
	}
	.useful {
		right: 17% !important;
	}
}

@media (max-width:768px) and (min-width:768px) {
	.section3 {
		margin-top: 0px;
	}
}

@media (max-width:992px) and (min-width:992px) {
	.section3 {
		margin-top: 10px;
	}
}

.mag-title {
	color: #000;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #000;
}

.home-left .left-ul li.active a {
	color: #000 !important;
	background-color: #ccc !important;
}

li.sub_menu ul.sub_menu {
	display: none;
	position: absolute;
	left: 222px;
	top: 0px;
	z-index: 9999;
	width: 330px;
	list-style-type: none;
}

ul.sub_menu li a {
	background-color: #d8d8d8;
}

li.sub_menu a i {
	margin-top: 4px;
	color: #000;
	font-size: 14px;
}

li.sub_menu ul.sub_menu li.last {
	border-bottom: 8px solid #ccc;
	border-radius: 0 0 8px 0;
}

li.sub_menu:hover ul.sub_menu {
	display: block;
}

li.sub_menu {
	position: relative;
}

.logo-div {
	margin-bottom: 20px;
}

@media (max-width:768px) {
	li.sub_menu ul.sub_menu li.last {
		border-bottom: 8px solid #ccc;
		border-radius: 0 0 8px 0;
	}
	li.sub_menu:hover ul.sub_menu {
		display: block;
	}
	li.sub_menu {
		position: relative;
	}
	li.sub_menu ul.sub_menu {
		display: block;
		position: static;
		left: 0;
		top: 0px;
		z-index: 9999;
		width: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	li.sub_menu ul.sub_menu li a {
		padding: 4px 0 4px 10px;
	}
	li.sub_menu ul.sub_menu li.last {
		border-bottom: 0px solid #ccc;
		border-radius: 0 0 0px 0;
	}
	li.sub_menu a .pull-right {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.table-responsive button,
	.table-responsive input[type=submit] {
		width: 80%;
		display: block;
		margin-bottom: 10px;
		margin-left: 10%;
		float: none !important;
	}
	.detail-page .right1 ul li {
		float: none;
		border-right: 0px;
	}
	.detail-page .right1 ul:last-child {
		border: none !important;
	}
	.bank-dtl .col-xs-12 {
		padding: 0px !important;
	}
	.bank-dtl .bull {
		display: none;
	}
	.logo-div {
		padding: 0px !important;
	}
	.logo-div {
		margin-bottom: 10px;
	}
	.section2 form {
		float: none;
	}
	.section2 form input[type=text] {
		width: 90%;
	}
	.section2 form input[type=submit] {
		width: 10%;
	}
	.logo {
		text-align: center;
	}
	.logo img {
		width: 300px;
	}
	.desc_listing.listing ul li {
		width: 49%;
	}
	.re-search form {
		padding: 0px;
	}
}

@media (min-width:768px) {
	.yamm-content ul li {
		/*width: 23%;    margin-right: 2%;*/
		height: 22px;
		overflow: hidden;
	}
	#toggle {
		width: 70%;
	}
}

footer .socila span a i.fa {
	font-size: 25px;
	margin-right: 15px;
	margin-top: 10px;
}

.fa.fa-inr,
.fa.fa-usd {
	font-size: 16px !important;
}

.slider-right .fa.fa-inr,
.slider-right .fa.fa-usd {
	font-size: 18px !important;
}

@media (max-width:1200px) and (min-width:993px) {
	.c-tab__content {
		overflow-x: scroll;
	}
	.right1 {
		overflow-x: scroll;
	}
	.rate-table {
		width: 768px!important;
		overflow-x: scroll!important;
	}
	.c-tab__content {
		overflow-x: scroll;
	}
}

@media (max-width:992px) and (min-width:768px) {
	.home-left .left-ul li a {
		padding: 10px 2px;
		font-size: 11px;
	}
	li.sub_menu ul.sub_menu {
		left: 173px;
		z-index: 5;
	}
	/*.t03td2 { font-size:11px;}*/
	.section4.detail-page .container {
		width: 100% !important;
		margin-left: 0% !important;
	}
	.right1 {
		overflow-x: scroll;
	}
	.rate-table {
		width: 768px!important;
		overflow-x: scroll!important;
	}
	.c-tab__content {
		overflow-x: scroll;
		width: 100%;
	}
}

@media (max-width:768px) {
	.right1 {
		overflow-x: scroll;
	}
	.re-search {
		width: 100%!important;
	}
	.re-search form {
		border-radius: 0;
	}
	.detail-print {
		position: static!important;
	}
}

.re-search form input[type="submit"],
.re-search form input[type="reset"] {
	margin-top: 23px;
}

@media (max-width: 992px) and (min-width:769px) {
	li.sub_menu ul.sub_menu {
		display: block;
		position: static;
		left: 0;
		top: 0px;
		z-index: 9999;
		width: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	li.sub_menu ul.sub_menu li.last {
		border-bottom: 0px solid #ccc;
		border-radius: 0 0 0px 0;
	}
	li.sub_menu a .pull-right {
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-right: 5px;
	}
	.home-left {
		padding: 5px !important;
	}
	footer .footer-div.address p {
		font-size: 12px;
		color: #fff;
		padding-left: 15px;
	}
	footer .footer-div.address i {
		font-size: 12px;
		margin-right: 0px;
	}
}

@media (max-width:992px) and (min-width:769px) {
	.bank-dtl .bull {
		padding: 0px;
	}
	.company-dtl ul li div {
		display: block;
		width: 100%;
	}
	.re-search form div {
		width: 100%;
	}
}

@media(max-width:768px) {
	.block-me,
	.left-add,
	.footer-newcontent,
	.copy {
		display: none;
		!important
	}
	.section1 ul li {
		float: none;
		display: inline-block;
		margin-left: 11px;
	}
	.section1 ul {
		margin-top: 0;
		border: none;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 2px;
		margin-left: -59px;
	}
	.cart-count {
		top: -1px!important;
	}
	.lom {
		margin-right: 12px;
	}
}

.lgn-main-right-btn {
	background-color: #00509d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 18px;
	max-width: 415px;
	border: solid 1px #000066;
	padding: 7px 25px;
	margin: 10px 15px 0 100px;
	float: left;
}

.carousel-control.right {
	background-color: transparent!important;
	right: 0;
	left: auto;
	background-repeat: repeat-x;
}

.carousel-control.left {
	background-color: transparent!important;
	background-repeat: repeat-x;
}
