/*	######################################
	#	Designed by Websoft Technologies;
	#	version : 1.0;
	#	uri : www.websoft.com.pk;
	#	author : Websoft;
	###################################### */

/*
Theme Colors
#E85224 = 1
#05A0BE = 2
*/

.myalert{
	position: fixed;
	bottom: 0px;
	right: 5px;
}


body{
	color: #4f4f4f;
}

@font-face {
    font-family: Lato Regular;
    src: url('../fonts/lato/lato-Regular.ttf');
}
@font-face {
    font-family: Lato Bold;
    src: url('../fonts/lato/lato-Bold.ttf');
}

@font-face {
    font-family: Lato Light;
    src: url('../fonts/lato/lato-Light.ttf');
}
body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Lato Regular' !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Lato Light' !important;
}
p{
	font-size: 14px;
}
a{ text-decoration: none; color: #000; }
:focus{
	outline: none;
}
.nav>li>a:focus {
    text-decoration: none;
    background-color: none;
    outline: none;
}
.btn-primary{
	background: #E85224;
	border:none;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
}
.btn-primary:hover{
	background: #05A0BE;
}
.btn-default{
	border:none;
	border-radius: 2px;
	background: #05A0BE;
	transition: all 0.3s ease-in-out;
}
.btn-default:hover{
	background: #E85224;
}
.nomargin{
	margin: 0;
}
.nopadding{
	padding: 0;
}
.header.home{
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.header-top{
	height: auto;
	position: relative;
	z-index: 9999;
}
.fixed-support{
	clear: both;
	float: right !important;
	transition: all 0.3s ease-in-out;
}
.fixed-support a{
	margin-top: 15px !important;
    width: 220px;
    border-radius: 0 0 2px 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-top .navbar{
	border:none;
	min-height: auto;
}
.header-top .navbar .container{
	height: 55px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.navbar-fixed-top.scrolled {
  background-color: #333 !important;
  transition: background-color 200ms linear;
  border-bottom: 1px solid #000;
}
.navbar-fixed-top.scrolled .fixed-support{
	clear: unset;
	float: left !important;
}
.navbar-fixed-top.scrolled .container{
	border: none;
}
.navbar-fixed-top.scrolled .fixed-support a{
	width: auto;
	margin-top: 10px !important;
	border-radius: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.header-top .navbar-nav>li>a{
	padding: 1px 0px;
	margin: 0 10px;
	border-bottom: 3px solid transparent;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}
.header-top .navbar-nav>li:hover a{
	border-color: #fff;
}
.navbar-fixed-top.scrolled .navbar-nav>li:hover a{
	border-bottom: none;
	background: #05A0BE;
	color: #fff;
}
.navbar-fixed-top.scrolled .navbar-nav{
	margin-top: 0px !important;
}
.navbar-fixed-top.scrolled .navbar-nav li a{
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-fixed-top.scrolled .navbar-nav li a.btn{
	margin-top: 10px;
}
.dropdown-menu{
	margin-top: 5px !important;
    border-radius: 0 0 5px 5px !important;
    width: 220px !important;
    background: #333 !important;
    border: 1px solid rgba(0,0,0,0.2) !important;
}

.datepicker-orient-left
{    
    background: #ffffff !important;
    border: none !important;
	border-top: 1px solid rgba(0,0,0,0.2) !important;
}

.dropdown-menu li a{
	color: #fff !important;
	font-size: 13px !important;
	line-height: 30px !important;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 0 0 0 10px !important;
}
.navbar-fixed-top.scrolled .navbar-nav>li:hover .dropdown-menu >li a,.navbar-nav>li:hover .dropdown-menu >li a{
	background: none;
}
.dropdown-menu li:hover a{
	background: #E85224 !important;
	color: #444 !important;
	border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}
.navbar-fixed-top.scrolled .dropdown-menu > li > a{
	color: #fff !important;
    font-size: 13px !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.navbar-fixed-top.scrolled .dropdown-menu{
	background-color: #333 !important;
}
.navbar-fixed-top.scrolled .navbar-nav li .dropdown-menu li:hover a{
	background: #E85224 !important;
	color: #fff !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.header-top .navbar-nav li a.btn{
	padding: 3px 20px;
	margin-left: 5px;
	border: none;
	margin-right: 0px;
}
.header-top .navbar-nav>li>a.btn-primary:hover{
	background: #05A0BE;
	/*opacity: 0.7;*/
}
.header-top .navbar-nav>li>a.btn-default:hover{
	background: #E85224;
	/*opacity: 0.7;*/
}
.header-top .navbar-nav li a.btn:hover{
	border: none;
	
}
.header-top .container-fluid>.navbar-collapse, .container>.navbar-collapse{
	padding: 0;
}
.header-top .navbar-nav{
	margin-top: 10px;
}
.header-top .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
	padding-top: 5px;
}
.header-top .navbar-nav>li>a:hover{
	background: none;
}
.header-content{
	height: auto;
	overflow: hidden;
	width: 100%;
	position: relative;
	top: 150px;
}
.header-content .icon{
	text-align: center;
}
.header-content .homepage-heading{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	margin: 0;
	padding: 0;
	margin-top: 25px;
}
.header-content .homepage-feature{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
.navbar-inverse{
	background-color: #333 !important;
    transition: background-color 200ms linear;
    border-bottom: 1px solid #000;
}
.navbar-inverse .container{
	border-bottom-color: #4f4f4f !important;
}
.page-topbar{
	height: 200px;
	background: url('../img/pagetop.jpg') fixed;
	background-size: cover;
	position: relative;
	top: 53px;
}
.page-topbar:before{
	content: "";
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/pattern1.png) repeat;
    background-size: 10%;
    opacity: 1;
    z-index: 100;
}
.page-topbar .container{
	position: relative;
	z-index: 100;
}
.page-topbar .mynav{
	height: 40px;
	border-bottom: 1px solid #E85224;
}
.page-topbar .support{
	top: 0px;
	float: right;
}

.page-topbar ul{
	margin: 0;
	padding: 0;
	margin-left: 10px;
	float: left;
}
.page-topbar ul li{
	list-style: none;
	display: inline-block;
	color: #fff;
}
.page-topbar ul li a{
	color: #fff;
	font-size: 13px;
	line-height: 40px;
}
.page-topbar h3{
	color: #fff;
	text-align: center;
	font-size: 30px;
	margin: 0;
	font-weight: bold;
	margin-top: 40px;
}
.page-topbar h4{
	margin: 0;
	color: #fff;
	text-align: center;
}

/* Footer */
.footer{
	height: auto;
	background: #333;
	position: relative;
}
.footer .credits .container{
	height: 40px;
	border-top: 1px solid rgba(255,255,255,0.5);
	position: relative;
}
.footer .credits p{
	color: rgba(255,255,255,0.5);
	line-height: 39px;
	margin: 0;
	font-size: 13px;
	float: left;
}
.footer .credits .socialmedia{
	float: right;
	margin: 0;
}
.socialmedia li{
	list-style: none;
	display: inline-block;
}
.socialmedia li a{
	color: rgba(255,255,255,0.7);
}
.socialmedia li a .fa{
	margin-top: 5px;
	border:1px solid rgba(255,255,255,0.7);
	height: 30px;
	line-height: 30px;
	width: 25px;
	text-align: center;
}
.footer .columns{
	padding: 20px 0;
	margin: 0;
}
.footer .columns .container{
	padding: 0;
}
.columns h3{
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	line-height: 30px;
	text-indent: 5px;
}
.columns ul{
	margin: 0;
	padding: 0;
}
.column ul li{
	list-style: none;
}
.columns ul li a{
	color: rgba(255,255,255,0.7);
	font-size: 12px;
}

/* Slider CSS */

.home-slider{
	background: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
}
.home-slider:before{
	content: "";
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/*background: url('../img/pattern1.png') repeat; */
	background: rgba(0,0,0,0.1);
	background-size: 10%;
	opacity: 1;
	z-index: 100;
}
.home-slider .item img{
	width: 100%;
}
.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-ms-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	opacity:0.5;
}
.carousel.carousel-fade .active.item {
	opacity:1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}


/* Order Form CSS */


.header-content .homepage-form{
	height: auto;
	padding: 35px 0;
	background: rgba(0,0,0,0.6);
	margin-top: 30px;
	text-align: center;
}
.homepage-form input, .homepage-form select{
	height: 48px;
	border: none;
	min-width: 220px;
	max-width: 220px;
}
.homepage-form .btn{
	min-width: 220px;
	height: 50px;
	color: #fff;
}

.homepage-form .emptyspace{
	width: 442px;
	display: block;
}
.homepage-form .r1{
	margin-top: 5px;
}
.express {
    float: none;
    color: yellow;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    text-align: left;
    text-indent: 5px;
    font-weight: bold;
    text-align: right;
    clear: both;
    position: relative;
    left: 148px;
}
#nextday_cont{
	margin-top: 5px;
	color: #05A0BE;
}
#sameday_cont{
	margin-top: 5px;
}

/* homepage how it works */
.homepage-howitworks .btn, .page.howitworks .btn{
	color: #fff;
	margin: 0 auto;
	text-transform: uppercase;
	display: block;
	line-height: 40px;
	font-size: 20px;
	text-align: center;	
	border: 1px solid #fff;
	width: 250px;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	margin-top: 30px;
}

/* Page CSS */

.page{
	height: auto;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}

.page.howitworks{
	background: #f3f1f5;
}
.page.howitworks h3{
	margin: 0;
	line-height: 50px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
.page.howitworks img{
	display: block;
	max-width: 150px;
	margin-top: 80px;
	border: 2px solid #4f4f4f;
	padding: 10px;
}
.page.howitworks img.blue{
	border-color: #05A0BE;
}
.page.howitworks img.orange{
	border-color: #E85224;
}
.page.howitworks h4{
	font-size: 20px;
	margin: 0;
	line-height: 40px;
	margin-top:10px;
}
.page.howitworks h4.orange{
	color: #E85224;
}
.page.howitworks h4.blue{
	color: #05A0BE;
}
.page.howitworks h4:after{
	content: "";
    height: 3px;
    width: 100px;
    background: #4f4f4f;
    clear: both;
    display: block;
}
.page.howitworks p{
	margin-top: 10px;
}
.page.howitworks .btn{
	margin-top: 80px;
	color: #fff;
	background: #E85224;
	border-color: #E85224;
}
/* Advertisements homepage */
.advert{
	padding:0;
	position: relative;
	background: #011633;
}
.advert img{
	width: 100%;
}
.advert:before{
	content: "";
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: url(../img/pattern1.png) repeat;*/
    background-size: 10%;
    opacity: 1;
    z-index: 100;
}
/* Advertisements homepage */

.about-bigwash{
	height: auto;
	padding: 50px 0;
	position: relative;
	background: #fff url(../img/about-sideimg.png) no-repeat;
	background-position: center right;
}
.about-bigwash h3{
	margin: 0;
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	margin-top: 0px;
}
.about-bigwash p{
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
}
.about-bigwash .well{
	position: relative;
	overflow: hidden;
}
.about-bigwash .well img{
	float: left;
}
.about-bigwash .well h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	direction: block;
	font-weight: bold;
	line-height: 20px;
	margin-top: 5px;
	text-indent: 10px;
}
.about-bigwash .well p{
	margin: 0;
	padding: 0;
	display: block;
	margin-left: 60px;
	font-size: 14px;
	margin-top: 5px;
}

/* testimoinals */
.testimonials-slider{
	margin-top: 50px;
}
.testimonials-slider .img {
    width: 150px;
    height: 150px;
    padding: 10px;
    float: left;
    border: 1px solid rgba(0,0,0,0.2);
}
.testimonials-slider .img img{
	width: 100%;
}
.testimonials-slider .testimonial {
    background: #f8f8f8;
    height: 150px;
    margin-left: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    margin-left: 160px;
}
.testimonials-slider .testimonial img {
    margin-top: 30px;
    margin-left: 30px;
    width: 50px;
    float: left;
}
.testimonials-slider .testimonial p {
    margin-top: 30px;
    padding-left: 100px;
    padding-right: 10px;
}
.testimonials-slider .testimonial h3 {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    margin-right: 20px;
    text-align: right;
    font-weight: 800;
}
span.orange {
    color: #E85224;
    font-size: 30px;
}
.testimonials_slider .testimonial h3 small {
    font-size: 80%;
    color: #808080;
}
.carousel-indicators.testimonails{
	bottom: 0;
	top: 160px;
}
.carousel-indicators.testimonails li {
    background: #808080;
    max-width: 50px;
    width: 50px;
    height: 6px;
    border-radius: 0;
}
.carousel-indicators.testimonails li.active {
    background: #E85224;
}

.innerpage{
	position: relative;
	margin-top: 50px;
	/*padding: 30px 0;*/
}
.innerpage h2{
	font-size: 32px;
}
.innerpage .loginform{
	margin-top: 20px;
	max-width: 400px;
}

.fbbar, .twbar {
    height: auto;
    width: auto;
    background: #808080;
    position: fixed;
    right: -160px;
    bottom: 365px;
    z-index: 99999;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.fbbar a img, .twbar a img {
    height: 40px;
}
.fbbar{
	bottom: 405px;
}
.twbar:hover, .fbbar:hover {
    right: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.callback {
    padding: 0 0 0 0px;
    cursor: pointer;
    height: 235px;
    width: 400px;
    background-image: url(../img/websoft-call-back.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: fixed;
    right: -360px;
    bottom: 130px;
    z-index: 99999;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.callback2 {
    background-position: 0 0;
    right: 0px;
    background-image: url(../img/websoft-call-back_2.png);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.callbackform {
    margin-left: 40px;
    height: auto;
    background: rgba(235,235,235,0.9);
    padding: 0 10px;
    border-radius: 0 0 0 50px;
    border: 1px solid #e3e3e3;
}
.callbackform h3 {
    font-size: 18px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 800;
    text-indent: 15px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
}
.callbackform p {
    margin: 5px 0;
}
.callbackform form {
    padding-bottom: 10px;
}
.callbackform label {
    line-height: 35px;
}
.callbackform input {
    border-radius: 1px solid #808080;
    font-size: 12px;
}
.callbackform input[type='submit']{
	margin-right: 0;
	margin-right: 15px;
}
.callbackform .form-group {
    display: block;
    overflow: hidden;
}
.cart{
	border: 1px solid #ddd;
	padding: 20px;
}
.cart h3{
	margin: 0;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}
.cart .btn-default{
	color: #fff;
	margin-top: 10px;
}
.cart input[type='submit']{
	margin-top: 20px;
}
.mdate {
    width: 100%;
}
.express.inpage {
    float: none;
    left: 0;
    color: #000;
    padding: 0px 0px;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.our-services{
	height: 300px;
	top: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.our-services h2{
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.our-services h2:after{
	content: "";
	display: block;
	background: #fff;
	height: 2px;
	width: 200px;
	margin: 10px auto;
}
.our-services img{
	width: 80px;
	display: block;
	margin: 0 auto;
	border:1px solid #fff;
	padding: 10px;
}
.our-services p{
	color: #fff;
	margin-top: 15px;
	text-align: center;
}
.corpimg{
	padding: 15px;
	border: 1px solid rgba(0,0,0,0.1);
}
.pricelist-search .form-group{
	position: relative;
}
.pricelist-search label{
	position: absolute;
	top: 10px;
	right: 15px;
	opacity: 0.5;
}
.pricelist-search input{
	height: 50px;
}
.categories_container a{
	text-decoration: none !important;
}
.categories_container .panel-default > .panel-heading{
	background: #05A0BE;
	transition: all 0.3s ease-in;
}

.categories_container .panel-default > .panel-heading:hover{
	background: #E85224;
}
.categories_container .panel-default > .panel-heading .panel-title{
	color: #fff !important; 
	font-weight: bold;
}
.categories_container .panel-default > .panel-heading .panel-title .fa{
	margin-right: 2px;
}
.columns ul li{
	list-style: none;
}
.cont_inn{
	border: 1px solid rgba(0,0,0,0.1);
	padding: 20px;
	border-radius: 5px;
	background: #333;
	height: 100px;
}
.cont_inn svg{ float: left }
.cont_inn h3{
	color: #fff;
    font-size: 16px;
    padding-left: 60px;
    margin: 0;
}
.cont_inn h4{
	    margin: 0;
    padding-left: 60px;
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
}
.create-order{
	margin-top: 30px;
}
.orderform2{
	background: #333;
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.orderform2 h3{
	color: #fff;
	margin: 0;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-size: 16px;
}
.orderform2 p{
	color: #fff;
	margin: 10px 0;
	font-size: 12px;
}
.orderform2 .mybtnhome{
	color: #fff;
	display: block;
	width: fit-content;
	float: right;
}
.page-topbar form{
	    max-width: 650px;
    margin: 0 auto;
    margin-top: 50px;
}
.page-topbar form input{
	height: 45px;
}
.page-topbar form i.fa{
	top: 15px;
	position: absolute;
	right: 10px;
}
.pagelinks a{
	display: block;
	text-align: center;
	background: #333;
	color: #fff;
	padding: 40px;
	border-radius: 5px;
	margin: 10px 0;
}
.cartLink{
	color: #E85224 !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.cartLink:hover{
	color: #05A0BE !important;
}
.about-us-pointf li{
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
}
.usernav{
	background: #f8f8f8;
	padding: 10px;
	border-top: 1px solid #ccc;
}
.usernav ul{
	margin: 0;
	padding: 0;
}
.usernav ul li {
	list-style: none;
	display: inline-block;
}
.usernav ul li a{
	color: #4f4f4f;
}
.usersidebar{
	padding: 0;
	overflow: hidden;
	border-color: #ccc;
}
.usersidebar h3{
	margin: 0;
	font-weight: bold;
	padding: 0;
	text-indent: 5px;
	font-size: 20px;
	background: #f8f8f8;
}
.usersidebar p{
	padding: 10px;
	font-size: 13px;
	line-height: 24px;
}
.usersidebar .btn{
	display: block;
	margin: 5px;
	background: #5cb85c;
}
.usersidebar ul{
	padding: 10px 0;
}
.usersidebar li{
	padding: 0 10px;
	list-style: none;
	color: #4f4f4f;
	font-size: 13px;
	line-height: 24px;
	border-bottom: 1px solid #f0f0f0;
}
.usersidebar li:hover{
	background: #f1f1f1; 
}
.usersidebar li a{
	display: block;
	text-decoration: none !important;
}
.usericons .row {
	margin: 10px !important;
	padding: 0!important;
}
.usericons .mIcon{
	height: 100px;
	border-top: none;
	border-bottom: none;
	background: #f8f8f8;
}
.usericons .mIcon .fa{
	position: relative;
	font-size: 36px;
	color: #ccc;
	float: right;
	margin-top: 5px;
}
.usericons .mIcon p{
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 13px;
}
.usericons a:hover .mIcon{
	background: #f0f0f0;
}
.usericons .mIcon p:after{
	content: "";
    position: absolute;
    height: 3px;
    width: auto;
    bottom: 15px;
    left: 10px;
    right: 10px;
}
.usericons .mIcon .b:after{
	background: #5cb85c;
}
.usericons .mIcon .a:after{
	background: #fbc0de;
}
.usericons .mIcon .c:after{
	background: #f0ad4e;
}
.usericons .mIcon span.count{
	font-size: 28px;
	display: block;
}
.usericons .mIcon:first-child{
	border-right: 1px solid #ccc;
}
.usericons .mIcon:last-child{
	border-left: 1px solid #ccc;
}
.trackingbox{
	margin-top: 10px;
	padding: 0 10px;
	position: relative;
}
.trackingbox .fa{
	position: absolute;
	left: 20px;
	top: 12px;
	color: #fff;
	opacity: 0.7;
}
.trackingbox input{
	height: 40px;
	background: #444;
	border: none;
	color: #fff;
	font-size: 16px;
	text-indent: 25px;
}
.userservices .row{
	margin: 0;
	padding: 0;
	margin-top: 20px;
}
.userservices .innerbox{
	border: 1px solid #ccc;
	height: auto;
	border-radius: 5px;
}
.userservices .innerbox .boxfooter{
	height: 25px;
	background: #f8f8f8;
	border-top: 1px solid #ccc;
}
.userservices .innerbox h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 40px;
	padding: 0 10px;
	font-weight: bold;
}
.userservices .innerbox h3 .btn{
	float: right;
	margin-top: 8px;
	font-size: 12px;
	padding: 3px 10px;
}
.userservices .paynow{
	background: #d9534f;
}
.userservices .viewall{
	background: #7f8c8d;
}
.userservices .innerbox p{
	font-size: 12px;
	padding: 10px;
	text-align: justify;
}
.suprtable tr:hover{
	background: #f1f1f1 !important;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
.userorderbtn{
	line-height: 40px;
	background: #E85224 !important;
}
.userorderbtn:hover{
	background: #05A0BE !important;
}
.myuser-panel{
	margin: 0;
}
.myuser-panel .panel-heading{
	padding: 0 10px;
}
.myuser-panel .panel-heading a{
	display: block;
	text-decoration: none !important;
}
.myuser-panel .panel-heading a .fa{
	    right: 10px;
    top: 5px;
    position: relative;
}
.myuser-panel .panel-heading .panel-title{
	font-size: 13px;
}
.myuser-panel .panel-body{
	padding: 0;
	background: #f4f4f4;
}
.panel-group .panel{ background: none; }
#backtop{
	height: 40px;
	width: 40px;
	border: 1px solid rgba(255,255,255,0.4);
	background: transparent;
	position: absolute;
	z-index: 999;
	color: rgba(255,255,255,0.7);
	top: -45px;
	right: 3px;
	font-size: 32px;
	text-align: center;
	line-height: 40px;
	text-decoration: none !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{ opacity:0.5;}
.araactiveClass{ color:red!important;}

.top20{ margin-top:20px;}
.top30{ margin-top:30px;}
.top40{ margin-top:40px;}
.top50{ margin-top:50px;}
.top60{ margin-top:60px;}

.innerpage h4
{
	margin-top: 30px;
  	font-weight: 600;
}
	  
.innerpage .a{ color:#05A0BE;}

/*table.suprtable td a{color:#ffffff;}
table.suprtable td a:hover{text-decoration: none;}*/


