/*** uncss> filename: css/bootstrap.min.css ***/
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background-color:transparent}a:active,a:hover{outline:0}@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}p{orphans:3;widows:3}}@font-face{font-family:'Glyphicons Halflings';src:url(/web/20190706162110im_/http://kajalgupta.co.in/fonts/glyphicons-halflings-regular.eot);src:url(/web/20190706162110im_/http://kajalgupta.co.in/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'),url(/web/20190706162110im_/http://kajalgupta.co.in/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(/web/20190706162110im_/http://kajalgupta.co.in/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/web/20190706162110im_/http://kajalgupta.co.in/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/web/20190706162110im_/http://kajalgupta.co.in/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}p{margin:0 0 10px}ul{margin-top:0;margin-bottom:10px}ul ul{margin-bottom:0}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-right:-15px;margin-left:-15px}.col-md-12,.col-sm-4,.col-xs-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-12{float:left}.col-xs-12{width:100%}@media (min-width:768px){.col-sm-4{float:left}.col-sm-4{width:33.33333333%}.col-sm-offset-2{margin-left:16.66666667%}}@media (min-width:992px){.col-md-12{float:left}.col-md-12{width:100%}}.clearfix:after,.clearfix:before,.container:after,.container:before,.row:after,.row:before{display:table;content:" "}.clearfix:after,.container:after,.row:after{clear:both}@-ms-viewport{width:device-width}.visible-xs{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}} 
/*** uncss> filename: css/main.css ***/

body {
	background-color: #000;
	color: #fff;
	font-family: "Open Sans", sans-serif
}

.text-black {
	color: #000!important
}

.main-content {
	position: relative
}

.main-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: linear-gradient(red, transparent);
	opacity: .4
}

.phone-number {
	border: 2px solid red;
	border-radius: 50px;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	letter-spacing: 2px
}

.phone-number:hover {
	color: #fff;
	text-decoration: none;
	background-color: red
}

.quick-search {
	margin-bottom: 30px
}
.click-nav {
	margin-top: 15px
}
.click-nav ul {
	position: relative;
	padding: 0;
	margin-bottom: 0
}
.click-nav ul li {
	position: relative;
	list-style: none;
	cursor: pointer
}
.click-nav ul li ul {
	position: absolute;
	left: 35px;
	right: 35px;
	z-index: 999;
	display: none
}
.click-nav ul .clicker {
	margin-bottom: 0;
	position: relative;
	padding: 10px 0;
	text-align: center;
	background-color: red;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 4px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .75);
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s
}
.click-nav ul .clicker:hover {
	background-color: #ff1924
}
.click-nav ul li a {
	display: block;
	background-color: #000;
	border: 1px solid #333;
	margin-bottom: -1px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
	transition: background-color 0.25s;
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-ms-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px
}
.click-nav ul li a:hover {
	background-color: #ff1924
}
.click-nav span {
	padding: 0
}
@media (min-width:768px) {
	.main-content .phone-number {
		margin-bottom: 50px
	}
}
@media (max-width:989px) {
	
	.click-nav .text-black {
		display: block
	}
}
@media (max-width:767px) {
	
	.phone-number {
		padding: 10px 0;
		font-size: 18px
	}
	
	.click-nav .text-black {
		display: inline
	}
}
/*
     FILE ARCHIVED ON 16:21:10 Jul 06, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:32:05 Apr 05, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 251.697
  exclusion.robots: 0.28
  exclusion.robots.policy: 0.273
  RedisCDXSource: 26.913
  esindex: 0.007
  LoadShardBlock: 207.765 (3)
  PetaboxLoader3.datanode: 95.563 (4)
  CDXLines.iter: 14.666 (3)
  load_resource: 129.25
  PetaboxLoader3.resolve: 87.276
*/