/************************** 
* 1. Website Fonts
***************************/
@import url'https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:200,300,400,500,600,700|Hind+Siliguri:300,400,500,600,700|Muli:300,400,600,700|Poppins:300,400,500,600,700|Titillium+Web:300,400,600,700|Varela');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Wire+One');
@import url('https://fonts.googleapis.com/css?family=Rambla:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Righteous');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

/************************** 
* 2. Imported styles 
***************************/
@import url(bootstrap.min.css);
@import url(custom.css);
@import url(nav.css);
@import url(component.css);
@import url(mobile-leftmenu.css);
@import url(leftside-fixed.css);
@import url(star-rating.css);
@import url(animate.css);
@import url(font-awesome.css);
@import url(ionicons.css);
/************************** 
* 3. Pinerria styles 
***************************/
body{
	margin:0px; 
	padding:0px; 
	color:#333; 
	font-size:14px;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-family: 'Hind Siliguri', sans-serif;
    font-family: 'Muli', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    font-family: 'Varela', sans-serif;
	/*font-family: 'Fjalla One', sans-serif;
	font-family: 'Righteous', cursive;*/
	/*font-family: 'Open Sans', sans-serif; 
	font-family: 'Merriweather', serif;
	font-family: 'Raleway', sans-serif;*/
	/*font-family: 'Rambla', sans-serif;*/
	font-family: 'Raleway', sans-serif;
	font-family: 'Poppins', sans-serif;
	background:#fff;
	-webkit-font-smoothing: antialiased !important;
}
p {color:#333; font-weight:400;}
a {color:#333; text-decoration:none !important; outline:none !important;}
a img {border:none;}
* {outline:none !important;}

.clr{clear:both;}
.box-1{
	padding-left:0px;
	padding-right:0px;
}
.box-2{
	padding-left:0px;
}
.box-3{
	padding-right:0px;
}
.pink-bg{
	background:#f00645;
}
.blue-bg{
	background:#0291d3;
}
.form-control{
	box-shadow: none;
	outline: 0 none;
	border: 1px solid #ccc;
	font-size:13px;
	font-weight:500;
	border-radius:3px;
	height:40px;
	color:#666;
}
.control-label {
	color: #273440;
	font-weight:600;
}
label {
	color: #273440;
	font-weight:600;
}
.form-horizontal .control-label {
    padding-top: 10px;
	color: #273440;
	font-weight:600;
}
.allfrm-body .form-horizontal .control-label span{
	display: block;
	font-size: 12px;
	font-size: 400;
	font-weight: 400;
	color: #777;
}
.form-control:focus{
	box-shadow: none;
	outline: 0 none;
	border: 1px solid #999;
}
select {
	-moz-appearance: none ;
	-webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	background-image: url("../images/select-arrow1.png") !important ;
	background-origin: content-box !important;
	background-position: right center !important;
	background-repeat: no-repeat !important;
}
select::-ms-expand {
  display: none;
}
select:focus {
	background-image: url("../images/select-arrow.png") !important ;
}
.btnsty-1{
	width:auto;
	min-width:150px;
	height:42px;
	float:left;
	background:#0291d3;
	color:#fff;
	/*border-radius:0px !important;*/
	transition: all 150ms;
	border-color:transparent !important;
	font-size:20px;
	font-weight:600;
	border-radius: 4px;
    box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.2) inset;
	outline:none !important;
}
.btnsty-2{
	width:100%;
	margin:auto;
	float:none;
	display:block;
	height:45px;
}
.btnsty-3{
	min-width:250px;
	margin:auto;
	float:none;
	display:block;
	height:42px;
}
.btnsty-1:hover{
	background:#000;
	color:#fff;
	transition: all 150ms;
	box-shadow: none;
}
.btnsty-1:active {
    box-shadow: none;
    background:#000;
	transition: all 150ms;
	color:#fff;
}
.btnsty-1:active:focus {
    box-shadow: none;
    background:#000;
	transition: all 150ms;
	color:#fff;
}
.btnsty-1:focus {
    background:#000;
	color:#fff;
	transition: all 150ms;
	box-shadow: none;
    outline: none !important;
}
.btnsty-2:hover{
	background:#000;
	color:#fff;
	transition: all 150ms;
	box-shadow: none;
}
.btnsty-2:active {
    box-shadow: none;
    background:#000;
	transition: all 150ms;
	color:#fff;
}
.btnsty-2:active:focus {
    box-shadow: none;
    background:#000;
	transition: all 150ms;
	color:#fff;
}
.btnsty-2:focus {
    background:#000;
	color:#fff;
	transition: all 150ms;
	box-shadow: none;
    outline: none !important;
}
.form-group {
	margin-bottom: 20px
}
.topbar-strip{
	width:100%;
	height:auto;
	margin:auto;
	background:#038ec0;
	background:#000;
}
.default{
	transition-duration: 0.5s;
		
}
.fixed {
	transition-duration: 0.5s;
	/*text-align:center;*/
	z-index:999;
	position:fixed; 
	width:100%;
	height:auto;
	background:rgba(255, 255, 255, 0.99);
	border-bottom:1px solid rgba(0, 0, 0, 0.15);
	padding-top:0px;
	padding-bottom:0px;
	top:0px;
	margin-top:0px;
}
.fixed, .fadeInDown{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
	
}
.fixed, .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.tp-strip-innr{
	width:90%;
	max-width:1250px;
	height:auto;
	margin:auto;
}
.logo{
	width:100%;
	height:auto;
	margin:auto;
}
.logo img{
	width:190px;
	margin-top:9px;
}
.logo-c{
	display:none;
}
.logo-w{
	display:block;
}
.fixed .logo-w {
	display:none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fixed .logo-c {
	display:block;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.htop-rgt{
	width:100%;
	height:auto;
	margin:auto;
}
.htop-rgt ul{
	margin:0px;
	padding:0px;
}
.htop-rgt ul li{
	list-style-type:none;
	width:auto;
	float:left;
	margin-left:30px;
	line-height:50px;
}
.htop-rgt ul li a{
	color:#fff;
	font-size:15px;
	font-weight:500;
}
.fixed .htop-rgt ul li a {
	color: #273440;
}
.htop-rgt ul li a .fa{
	margin-right:7px;
	color:#f00645;
}
.htop-rgt ul li a:hover{
	color:#f00645;
}
.w-htop-usrimg{
	width:40px;
	height:40px;
	float:left;
	border-radius:100%;
}
.w-htop-usrimg img{
	width:40px;
	height:40px;
	border-radius:100%;
	box-shadow: 0 0 0px 2px rgba(255, 255, 255, 0.5);
}
.fixed .w-htop-usrimg img {
	box-shadow: 0 0 0px 2px rgba(0, 0, 0, 0.3);
}
.w-htop-usrdtl{
	width:auto;
	height:auto;
	float:left;
	margin-left:15px;
}
.w-htop-usrdtl h3{
	margin:0px;
	padding-top:8px;
	color:#fff;
	font-size:15px;
	font-weight:600;
	letter-spacing:1px;
}
.fixed .w-htop-usrdtl h3 {
	color: #273440;
}
.w-htop-usrdtl h5{
	margin:0px;
	padding-top:4px;
	color:#fff;
	font-size:13px;
	font-weight:400;
	letter-spacing:1px;
}
.w-htop-usrdtl h5 a{
	font-size:13px !important;
	font-weight:400 !important;
}
.w-htop-usrdtl h5 a .fa{
	margin-left:5px !important;
}
.header-strip{
	width:100%;
	height:auto;
	margin:auto;
	background:#ddd;
	background:#fff;
	
}
.mebu-bx{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
	background:#bbb;
	background:#0291d3;
}
.mebu-bx h2{
	margin:0px;
	line-height:60px;
	color:#555;
	color:#fff;
	font-size:20px;
	font-weight:600;
}
.hd-srchbx-add-btns{
	width:100%;
	height:auto;
	margin:auto;
}
.hd-searchbox{
	width:50%;
	height:auto;
	float:left;
}
.hd-3btn{
	width:50%;
	height:auto;
	float:left;
}
.hd-3btn ul{
	margin:0px;
	padding:0px;
}
.hd-3btn ul li:first-child{
	margin-left:0px;
}
.hd-3btn ul li{
	list-style-type:none;
	width:auto;
	float:left;
	background:#f00645;
	line-height:40px;
	margin-left:10px;
	border-radius:4px;
	text-align:center;
	margin-top:9px;
	transition: all 0.5s ease 0s;
}
.hd-3btn ul li a{
	display:block;
	font-size:14px;
	color:#fff;
	padding-left:12px;
	padding-right:12px;
	font-weight:500;
}
.hd-3btn ul li:hover{
	background:#273440;
}
.hd-addbtns{
	width:auto;
	height:auto;
	float:right;
	background:#f00645;
	text-align:center;
	margin-top:9px;
	border-radius:50px;
}
.hd-addbtns a{
	display:block;
	color:#fff;
	padding-left:20px;
	padding-right:20px;
	line-height:42px;
	font-weight:600;
	font-size:16px;	
}
.searchbox-div{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:9px;
}
.srlft-type{
	width:85%;
	height:auto;
	float:left;
	border:0px solid #ddd;
	border-right:none;
}
.srlft-submitbtn{
	width:11%;
	width:13%;
	height:auto;
	float:left;
}
.s-f-s{
	height:35px;
	border:none;
}
.s-btn{
	width:100%;
	height:42px;
	text-align:center;
	color:#fff;
	border-radius:0px 5px 5px 0px!important;
	font-weight:500;
	font-size:18px;
	background:#999;
	border-color:#999;
	text-transform:uppercase;
}
.s-btn:hover{
	background:#0291d3;
	border-color:#0291d3;
	color:#fff;
	transition: all 0.5s ease 0s;
}
.con-fieldstyle{
	width:100%;
	height:42px;
	background:#fff;
	border:1px solid rgba(0, 0, 0, 0.10);
	border-right:none;
	box-shadow:none;
	color:#999;
	font-size:14px;
}
.con-fieldstyle:focus{
	border:1px solid rgba(0, 0, 0, 0.20);
	box-shadow:none;
	border-right:none;
}
.sec-frame-1{
	width:100%;
	height:auto;
	margin:auto;
	background:#eef3f6;
	padding-bottom:70px;
}
.sec-frame-2{
	width:100%;
	height:auto;
	margin:auto;
}
.lft-rgt-maindiv{
	width:100%;
	height:auto;
	margin:auto;
}
.lftsd-mn-lst{
	width:100%;
	height:auto;
	margin:auto;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.lftsd-mn-lst ul{
	margin:0px;
	padding:0px;
}
.lftsd-mn-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	background:#fff;
	border-bottom:1px solid #ddd;
	transition: all 0.5s ease 0s;
}
.lftsd-mn-lst ul li a{
	display:block;
	font-size:15px;
	padding-left:20px;
	line-height:50px;
	color:#222;
	color: #273440;
	font-weight:600;
	transition: all 0.5s ease 0s;
}
.lftsd-mn-lst ul li a img{
	width:20px;
	margin-right:15px;
}
.lftsd-mn-lst ul li:hover{
	background:#038ec0;
	background:#ddd;
	transition: all 0.5s ease 0s;
}
.lftsd-mn-lst ul li:hover a{
	color:#fff;
	color:#0291d3;
	transition: all 0.5s ease 0s;
}
.slider-main-div{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:15px;
}
.h-all-categories-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:20px;
}
.h-all-categories-maindiv h1{
	margin:0px;
	text-align:center;
	color: #273440;
	font-size:36px;
	padding-top:30px;
}
.h-all-categories-maindiv p{
	margin:0px;
	text-align:center;
	font-size: 16px;
	font-weight: 400;
	color: #3d5469;
	padding-top:15px;
}
.h-categ-box-1{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.6s ease-in;
}
.h-catimg{
	width:100%;
	height:auto;
	margin:auto;
	border-radius:1px 1px 0px 0px;
	position: relative;
    overflow: hidden;
}
.h-catimg img{
	width:100%;
	min-height:180px;
	max-height:180px;
	border-radius:1px 1px 0px 0px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.6s ease-in;
}
.h-cat-dtl{
	width:100%;
	height:auto;
	margin:auto;
	padding:15px;
	background:#fff;
	min-height:195px;
}
.hcatbg-1{background:#17ADCB;}
.hcatbg-2{background:#97CF42;}
.hcatbg-3{background:#F95C79;}
.hcatbg-4{background:#A6A7A9;}
.hcatbg-5{background:#FD9A00;}
.hcatbg-6{background:#33485D;}
.hcatbg-7{background:#DB3B30;}
.hcatbg-8{background:#20328C;}
.hcatbg-9{background:#4C5D30;}
.hcatbg-10{background:#3F9C4C;}
.hcatbg-11{background:#83059B;}
.hcatbg-12{background:#7A5447;}
.hcatbg-13{background:#CB4529;}
.hcatbg-14{background:#3C8A23;}
.hcatbg-15{background:#79578A;}
.hcatbg-16{background:#A84C28;}
.hcatbg-17{background:#1462AE;}
.hcatbg-18{background:#1C867E;}
.hcatbg-19{background:#6E1C47;}
.hcatbg-20{background:#386571;}
.hcatbg-21{background:#376B27;}
.hcatbg-22{background:#B7C20A;}
.hcatbg-23{background:#3D4078;}
.hcatbg-24{background:#6A7D0C;}
.hcatbg-25{background:#A48D57;}
.hcatbg-26{background:#544F4E;}
.hcatbg-27{background:#17ADCB;}
.hcatbg-28{background:#97CF42;}
.hcatbg-29{background:#F95C79;}
.hcatbg-30{background:#A6A7A9;}
.hcatbg-31{background:#FD9A00;}
.hcatbg-32{background:#33485D;}
.hcatbg-33{background:#DB3B30;}
.hcatbg-34{background:#20328C;}


.hcat-icon{
	width:50px;
	height:50px;
	margin:auto;
	border-radius:100%;
	position:relative;
	z-index:111;
	text-align:center;
	line-height:48px;
	-webkit-box-shadow: 0 0 0px 4px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0px 4px rgba(255, 255, 255, 0.5);
	margin-top:-40px;
}
.hcat-icon a{
	display:block;
}
.hcat-icon img{
	width:25px;
}
.hcat-nm-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.hcat-nm-lst h2{
	margin:0px;
	font-size:20px;
	text-align:center;
	padding-top:10px;
	font-weight:600;
}
.hcat-nm-lst h2 a{
	color:#000;
}
.hcat-nm-lst h2 a:hover{
	color:#f00645;
}
.hcat-nm-lst ul{
	margin:0px;
	padding:0px;
}
.hcat-nm-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	margin-top:10px;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
}
.hcat-nm-lst ul li a{
	color:#555;
	font-size:14px;
}
.hcat-nm-lst ul li a:hover{
	color:#0291d3;
}
.h-categ-box-1:hover{
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.40);
}
.h-categ-box-1:hover .h-catimg img{
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	transition: all 0.6s ease-in;
}
.h-mid-para-section:after{
	width:100%;
	height:100%;
	content:"";
	position:absolute;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.76) 14%, rgba(0, 0, 0, 0.35) 66%);
	top: 0px;
	bottom: 0px;
	left: 0px;
}
.h-mid-para-section{
	width:100%;
	height:auto;
	margin:auto;
	background-image:url(../images/parallax-1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	min-height:350px;
	padding-bottom:200px;
}
.para-dtl{
	width:100%;
	height:auto;
	margin:auto;
	position:relative;
	z-index:111;
}
.para-dtl h1{
	text-align:center;
	margin:0px;
	color:#fff;
	padding-top:100px;
	font-size:60px;
	font-weight:600;
	line-height:70px;
	letter-spacing:1px;
	text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.9);
	font-family: 'Quicksand', sans-serif;

}
.para-dtl h1 span{
	display:block;
}
.para-dtl p{
	margin:0px;
	color:#fff;
	padding-top:40px;
	font-size:20px;
	font-weight:400;
	line-height:30px;
	text-align:center;
	letter-spacing:1px;
	text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.9);
}
.para-dtl p span{
	display:block;
}
.four-box-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
}
.frbx-1{
	width:100%;
	height:auto;
	margin:auto;
	text-align: center;
	padding: 25px;
	padding-top:30px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	margin-top:-90px;
	z-index:111;
	position:relative;
	background:#fff;
	transition: all 0.3s ease-in;
}
.frbx-1 h2{
	margin:0px;
	font-size:18px;
	font-weight:600;
	color: #273440;
	padding-top:25px;
}
.frbx-1 p{
	margin:0px;
	font-size:15px;
	color:#555;
	padding-top:15px;
	line-height:26px;
}
.frbx-1:hover{
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.07);
	background:#eef3f6;
}
.ourblogs-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:70px;
	border-top:1px solid #ddd;
	padding-top:50px;
	padding-bottom:80px;
}
.sec-head{
	width:100%;
	height:auto;
	margin:auto;
}
.sec-head h1 {
    margin: 0px;
    text-align: center;
    color: #273440;
    font-size: 36px;
}
.sec-head p {
    margin: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #3d5469;
    padding-top: 15px;
}
.orblog-box-1{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:50px;
}
.orblg-img{
	width:100%;
	height:auto;
	margin:auto;
	position:relative;
}
.orblg-img:before{
	content:"";
	width:94%;
	height:105px;
	background:rgba(255, 255, 255, 0.2);
	position:absolute;
	top:-10px;
	left:0px;
	right:0px;
	margin:auto;
	z-index:222;
	opacity:0;
	overflow:hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.orblg-img:after{
	content:"";
	width:94%;
	height:105px;
	background:rgba(255, 255, 255, 0.2);
	position:absolute;
	bottom:-10px;
	left:0px;
	right:0px;
	margin:auto;
	z-index:222;
	opacity:0;
	overflow:hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.orblg-img img{
	width:100%;
	height:230px;
}
.orblgimg-dt-tag{
	width:70px;
	height:auto;
	position:absolute;
	left:10px;
	top:10px;
	background:#f00645;
	text-align:center;
	z-index:222;
	padding-bottom:5px;
}
.orblgimg-dt-tag h1{
	margin:0px;
	font-size:18px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}

.orblgimg-dt-tag h1 span{
	display:block;
	font-size:32px;
	font-weight:700;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
.orblg-dtlbx{
	width:100%;
	height:auto;
	margin:auto;
}
.orblg-dtlbx h4 {
    margin: 0px;
    font-size: 18px;
    color: #0291d3;
    font-weight: 600;
    line-height: 24px;
	padding-top:20px;
	letter-spacing:1px;
}
.orblg-dtlbx h4 a{
    font-size: 18px;
    color: #0291d3;
	margin-top:0px;
}
.orblg-dtlbx p{
    margin: 0px;
    font-size: 14px;
    color: #333;
    line-height: 26px;
	padding-top:10px;
}
.orblg-dtlbx a{
	display:inline-block;
	margin-top:15px;
    font-size: 13px;
    color: #555;
	font-weight:600;
}
.orblg-dtlbx a .fa {
    margin-left: 5px;
    font-weight: 100;
    color: #0291d3;
}
.orblog-box-1:hover .orblg-img:after{
	opacity:1;
    -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	bottom:10px;
	overflow:hidden;
}
.orblog-box-1:hover .orblg-img:before{
	opacity:1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	top:10px;
	overflow:hidden;   
}

.orblog-box-1:hover .orblg-dtlbx a {
    color: #0291d3;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.add-business-mid-strip::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    background: rgba(241, 196, 15, 0.85);
    background: rgba(2, 145, 211, 0.65)
}
.add-business-mid-strip{
	width:100%;
	height:auto;
	margin:auto;
	background-image:url(../images/parallax-2.jpg);
	background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	padding-top:70px;
	padding-bottom:70px;
	margin-top:0px;
}
.addbs-innr{
	width:100%;
	height:auto;
	margin:auto;
	position:relative;
	z-index:111;
}
.addbs-innr h2{
	margin:0px;
	color:#fff;
	font-size:40px;
	font-weight:600;
	letter-spacing:2px;
	font-family: 'Quicksand', sans-serif;
	text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.7);
	text-align:center;
}
.addbs-innr h2 span{
	color:#f00645;
	font-weight:700;
}
.addbs-innr h2 a{
	display:block;
	font-size:20px;
	font-weight:600;
	background:#f00645;
	text-align:center;
	line-height:50px;
	float:right;
	padding-left:20px;
	padding-right:20px;
	border-radius:30px;
	color:#fff;
}
.app-dtl-dwnld-maindiv::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.8) 100%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.app-dtl-dwnld-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	background: url(../images/city.png) bottom center;
    background-size: auto auto;
	background-size: 100%;
	position: relative;
	overflow: hidden;
	padding-top:70px;
	padding-bottom:20px;
	background-repeat:no-repeat;
}
.appdtl-inner{
	width:100%;
	height:auto;
	margin:auto;
	position:relative;
	z-index:111;
}
.appscr-shot{
	width:100%;
	height:auto;
	margin:auto;
}
.appscr-shot img{
	width:85%;
	max-width:500px;
}
.appdtl-rgt{
	width:100%;
	height:auto;
	margin:auto;
}
.appdtl-rgt h2{
	margin:0px;
	font-size:30px;
	color: #273440;
	word-spacing:5px;
	line-height:40px;
	letter-spacing:0.8px;
}
.appdtl-rgt h2 span{
	font-size:38px;
	font-weight:600;
	text-transform:capitalize;
}
.appdtl-rgt p{
	margin:0px;
	font-size:16px;
	color: #555;
	padding-top:30px;
}
.appdtl-lst{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:10px;
}
.appdtl-lst ul{
	margin:0px;
	padding:0px;
}
.appdtl-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	font-size:19px;
	font-weight:600;
	margin-top:25px;
	color: #343c42;
}
.appdtl-lst ul li .fa{
	margin-right:10px;
	color:#0291d3;
}

.sld-mbfld-bx{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
}
.mb-app-lft{
	width:65%;
	height:auto;
	float:left;
}
.mb-app-rgt{
	width:30%;
	height:auto;
	float:left;
	margin-left:10px;
}
.mb-inpt{
	width:100%;
	height:auto;
	margin:auto;
	position:relative;
}
.gtaap-fld{
	width:100%;
	height:50px;
	background:#fff;
	border:none;
	border:2px solid rgba(0, 0, 0, 0.40);
	box-shadow:none;
	color:#000;
	text-indent: 26px;
    font-size: 17px;
}
.gtaap-fld:focus{
	border-color: none;
	box-shadow:none;
	border:2px solid rgba(0, 0, 0, 0.70);
}
.gtapp-btn{
	width: 100%;
	height: 50px;
	float: none;
	margin: auto;
	display: block;
	background: #0291d3;
	color: #fff;
	border-radius: 0px !important;
	transition: all 0.5s ease 0s;
	border-color: transparent !important;
	font-size: 18px;
	font-weight: 600;
	padding: 0px;
}
.gtapp-btn:hover{
	background:#111;
	color:#fff;
	transition: all 0.5s ease 0s;
}
.mbicon{
	width: 20px;
	height: auto;
	color: #555;
	font-size: 34px;
	position: absolute;
	left: 12px;
	top: 1px;
}
.app-andios{
	width:100%;
	height:auto;
	margin:auto;
}
.app-andios ul{
	margin:0px;
	padding:0px;
}
.app-andios ul li{
	list-style-type:none;
	width:auto;
	margin-right:15px;
	float:left;
}
.app-andios ul li img{
	width:150px;
	margin-top:35px;

}
.footer-maindiv{
	width:100%;
	height:auto;
	margin:auto;
}
.ftr-tophd{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	padding-top:30px;
	padding-bottom:30px;
	border-top: 3px solid #ddd;
}
.ftr-3btn-lst{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
}
.ftr-3btn-lst ul{
	margin:0px;
	padding:0px;
	display: inline-block;
}
.ftr-3btn-lst ul li{
	list-style-type:none;
	width:auto;
	float:left;
	margin-left:15px;
	margin-right:15px;
	background:#273440;
	line-height:45px;
	border-radius:50px;
	transition: all 0.3s ease-in;
	margin-top:5px;
}
.ftr-3btn-lst ul li a{
	display:block;
	font-size:16px;
	font-weight:500;
	padding-left:20px;
	padding-right:20px;
	letter-spacing:1px;
	color:#fff;
}
.ftr-3btn-lst ul li:hover{
	background:#f00645;
}
.ftr-last-strip{
	width:100%;
	height:auto;
	margin:auto;
	background:#0291d3;
	padding-top:20px;
	padding-bottom:20px;
/*	line-height:60px;*/
}
.ftr-lnk-lft{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
}
.ftr-lnk-lft ul{
	margin:0px;
	padding:0px;
	display:inline-block;
}
.ftr-lnk-lft ul li{
	list-style-type:none;
	width:auto;
	float:left;
	margin-right:10px;
	margin-left:10px;
}
.ftr-lnk-lft ul li a{
	font-size:14px;
	letter-spacing:1px;
	color:#fff;
}
.ftr-cpyrgt{
	width:100%;
	height:auto;
	margin:auto;
}
.ftr-cpyrgt p{
	margin:0px;
	text-align:center;
	font-size:13px;
	color:rgba(255, 255, 255, 0.7);
	padding-top:7px;
}
.ftr-cpyrgt p a{
	color:#273440;
}
.ftr-cpyrgt p a:hover{
	color:#fff;
	text-decoration:underline !important;
}
/*******Sub Category Page Css********/
.innrpg-frmnblk{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	padding:20px;
}
.innrpg-frmnblk h2{
	margin:0px;
	text-align: center;
    color: #273440;
	font-size:30px;
	padding-bottom:15px;
}
.sbcat-list{
	width:100%;
	height:auto;
	margin:auto;
}
.sbcat-list ul{
	margin:0px;
	padding:0px;
}
.sbcat-list ul li{
	list-style-type:none;
	float:none;
	width:100%;
	padding:15px;
	border-bottom:1px solid #ddd;
	background:#fff;
	transition: all 0.3s ease-in;
	box-sizing:border-box;
}
.sbcat-list ul li a{
	display:block;
}
.sbcat-img-lft{
	width:80px;
	height:80px;
	float:left;
	border-radius:8px;
}
.sbcat-img-lft img{
	width:100%;
	border-radius:8px;
}
.sbcat-dtl-lft{
	width:80%;
	height:auto;
	float:left;
	margin-left:15px;
}
.sbcat-dtl-lft h3{
	margin:0px;
	padding-top:14px;
	color: #273440;
	font-size:20px;
	font-weight:500;
}
.sbcat-dtl-lft p{
	margin:0px;
	padding-top:7px;
	color: #555;
	font-size:15px;
	font-weight:400;
	text-align:left;
}
.sbcat-arrw{
	width:8%;
	height:80px;
	float:right;
	text-align:center;
	background:#eef3f6;
	display:table;
	transition: all 0.3s ease-in;
}
.sbcat-arrw .fa{
	display:table-cell;
	vertical-align:middle;
	font-size:32px;
	color:#777;
}
.sbcat-arrw .fa:hover{
	color:#0291d3;
}
.sbcat-list ul li:hover{
	background:#eef3f6;
}
.sbcat-list ul li:hover .sbcat-arrw{
	background:#fff;
}
/*******Sub Category Page Css********/

/*******Category Listing Page Css********/
.flter-strip-div{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	margin-top:15px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.flter-strip-div ul{
	margin:0px;
	padding:0px;
}
.flter-strip-div ul li:last-child{
	border-right:0px solid #ddd;
}
.flter-strip-div ul li{
	list-style-type:none;
	width:25%;
	float:left;
	line-height:50px;
	text-align:center;
	border-right:1px solid #ddd;
	display:table;
}
/*.flt-srt:after {
    content: '';
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -10px;
    border-left: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 10px solid #97CF42;
}*/
.flt-srt:after {
    content: '';
    position: absolute;
    right: -11px;
    top: 49%;
    margin-top: -10px;
    border-right: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-left: 12px solid #b7c914;
}
.flt-srt{
	background:#b7c914;
	font-size:18px;
	text-transform:uppercase;
	line-height:50px;
	color:#273440;
	font-weight:600;
	position:relative;
}
.flter-strip-div ul li a .fa{
	margin-right:10px;
	color:#0291d3;
	font-size:24px;
	vertical-align:middle;
	margin-top: -5px;
	
}
.flter-strip-div ul li a{
	display:block;
	font-size:16px;
	color:#273440;
	font-size:18px;
	vertical-align:middle;
}
.listing-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.listing-lst ul{
	margin:0px;
	padding:0px;
}
.listing-lst ul li{
	list-style-type:none;
	width:100%;
	background:#fff;
	padding:15px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	box-sizing:border-box;
	margin-bottom:15px;
}
.lst-img{
	width:28%;
	height:auto;
	float:left;
	position:relative;
	overflow:hidden;
}
.lst-img img{
	width:100%;
	border-radius:2px;
	min-height:175px;
	max-height:175px;
}
.lst-prmtg{
	width: auto;
	position: absolute;
	left: 10px;
	top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 0px;
	background: #f00645;
	transform: rotate(-40deg);
	transform-origin: 35px 54px;
	letter-spacing: 0.5px;
}
.lst-dtl{
	width:69%;
	float:left;
	height:auto;
	margin-left:20px;
	position:relative;
}
.lst-dtl h2{
	margin:0px;
	font-size:24px;
	line-height:30px;
	color:#273440;
	padding-right:70px;
	position:relative;
}
.lst-dtl h2 a{
	color:#273440;
}
.lst-dtl h2 a:hover{
	color:#0291d3;
}
.lst-dtl .follow {
    position: absolute;
    right: 0px;
    top: 3px;
    color: #afb9c4;
    font-size: 18px;
}
.lst-dtl .follow.active{
    color:#f00645;
}
.lst-dtl h5{
	margin:0px;
	font-size:16px;
	color:#555;
	padding-top:10px;
	font-weight:400;
	letter-spacing:1px;
}
.lst-dtl h5 .fa{
	margin-right:7px;
	color: #AFB9C4;
}
.lst-dtl h5 span{
	margin-left:15px;
	font-size:15px;
	color:#F00;
}
.lst-dtl h3{
	margin:0px;
	font-size:20px;
	color:#333;
	padding-top:10px;
	font-weight:600;
	letter-spacing:1px;
	display: inline-flex;
}
.lst-dtl h3 .fa{
	margin-right:7px;
	color:#21ae04;
	font-size:24px;
	margin-top:0px;
}
.lst-dtl p{
	margin:0px;
	color:#0291d3;
	font-size:15px;
	text-align:left;
	padding-top:5px;
}
.lst-str{
	width:100%;
	height:auto;
	margin:auto;
}
.lst-str ul{
	margin:0px;
	padding:0px;
}
.lst-str ul li{
	list-style-type:none;
	width:auto;
	float:left;
	padding:0px;
	box-shadow:none;
	margin-top:8px;
	margin-right:10px;
	color: #AFB9C4;
	margin-bottom:0px;
}
.lst-str ul li .fa{
	font-size:20px;
}
.lst-str ul li.active{
	color:#f77501;
}
.lst-str-rvw{
	font-size:15px;
	font-weight:500;
	color:#333 !important;
	letter-spacing:1px;
	margin-left:3px;
}

/*******Category Listing Page Css********/

/*******Listing Detail Page Css********/
.listingdtl-maindiv{
	width:100%;
	height:auto;
	margin:auto;
}
.lstmn-img-div:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(to top, rgba(0,0,0,00.3), rgba(0,0,0,0));
}
.lstmn-img-div{
	width:100%;
	height:auto;
	margin:auto;
	position:relative;
}
.lstmn-img-div img{
	width:100%;
	/*min-height:300px;
	max-height:300px;*/
	height:auto;
}
.lstmn-bsn-nmstr{
	width:100%;
	height:auto;
	margin:auto;
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:111;
}
.lstmnbsn-lft{
	width:88%;
	float:left;
	height:auto;
	margin-left:15px;
}
.lstmnbsn-lft h2{
	margin:0px;
	color:#fff;
	font-size:24px;
	font-weight:500;
}
.lstmn-str{
	width:100%;
	height:auto;
	margin:auto;
}
.lstmn-str ul{
	margin:0px;
	padding:0px;
}
.lstmn-str ul li{
	list-style-type:none;
	width:auto;
	float:left;
	padding:0px;
	box-shadow:none;
	margin-top:8px;
	margin-right:7px;
	color: #AFB9C4;
	margin-bottom:15px;
}
.lstmn-str ul li .fa{
	font-size:16px;
}
.lstmn-str ul li.active{
	color:#f77501;
}
.lstmn-str-rvw{
	font-size:15px;
	font-weight:500;
	color:#fff !important;
	letter-spacing:1px;
	margin-left:3px;
}
.lstmn-hrtbx{
	width:50px;
	height:50px;
	position:absolute;
	right:0px;
	margin-right:15px;
	border-radius:100%;
	background:#fff;
	text-align:center;
	margin-top:40px;
	border:3px solid #ddd;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.lstmn-hrtbx a{
	font-size:20px;
	padding-top:8px;
	display:block;
	color: #afb9c4;
}
.lstmn-hrtbx a.active{
	color:#f00645;
}
.lstmn-usrdtl-bx{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
	padding:20px;
	background:#fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.lstmn-usr-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.lstmn-usr-lst ul{
	margin:0px;
	padding:0px;
}
.lstmn-usr-lst ul li{
	list-style-type:none;
	width:100%;
	margin-bottom:15px;
	float:none;
	color:#333;
	font-size:15px;
	display:inline-flex;
}
.lstmn-usr-lst ul li .fa{
   margin-right:10px;
   color: #AFB9C4;
   font-size:22px;
   margin-top:0px;
}
.lstmn-prc{
	font-size:20px !important;
	font-weight:600;
	color:#000 !important;
}
.lstmn-prc .fa{
	color: #21ae04 !important;
    font-size: 24px !important;
	margin-top:3px !important;
}
.lstmn-fr-bx{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:20px;
	border-top:1px solid #ddd;
	padding-top:30px;
}
.lstmn-fr-bx ul{
	margin:0px;
	padding:0px;
}
.lstmn-fr-bx ul li{
	list-style-type:none;
	width:auto;
	float:left;
	text-align:center;
	margin-right:50px;
}
.lstmn-frcrl{
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background: #0291d3;
	text-align: center;
	line-height: 32px;
}
.lstmn-frcrl .fa{
	color:#fff;
	font-size:22px;
	padding-top:6px;
}
.lstmn-fr-bx ul li span{
	display:block;
	font-size:13px;
	color: #273440;
	text-transform:uppercase;
	padding-top:0px;
	font-weight:600;
}
.mgtop5 {
    margin-top: 5px;
}
.lstmn-cmn-bx{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:20px;
	padding:20px;
	background:#fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.lstmn-cmn-bx h2{
	margin:0px;
	color: #273440;
	font-size:24px;
	font-weight:600;
	padding-bottom:10px;
}
.lstmn-cmn-bx p{
	margin:0px;
	color: #444;
	font-size:15px;
	text-align:left;
	padding-top:10px;
	line-height:26px;
}
.lstmn-dls-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.lstmn-dls-lst ul{
	margin:0px;
	padding:0px;
}
.lstmn-dls-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
	color: #343c42;
}
.lstmn-dls-lst ul li .fa {
    margin-right: 10px;
    color: #0291d3;
}
.lstmn-dls-lst ul li:hover{
	color: #0291d3;
}
.lstmn-gallbox-maindiv{
	width:100%;
	height:auto;
	margin:auto;
}
.lstmn-gll-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.lstmn-gll-lst ul{
	margin:0px;
	padding:0px;
}
.lstmn-gll-lst ul li:nth-child(4n){
	margin-right:0px;
}
.lstmn-gll-lst ul li{
	list-style-type:none;
	width:23.60%;
	height:150px;
	float:left;
	padding:5px;
	border:1px solid #ddd;
	border-radius:5px;
	margin-right:15px;
	margin-top:15px;
	display:table;
}
.lstmn-gll-lst ul li .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom:0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
	display:table-cell;
	vertical-align:middle;
}
.lstmn-gll-lst ul li img{
	width:auto;
	max-width:100%;
	height:auto;
	max-height:135px;
	border-radius:4px;
}
.gall-zoom{
	width:100%;
	text-align:center;
}
.gall-zoom img{
	max-width:100% !important;
	width:auto;
	max-height:500px !important;
	float:none;
}
/*******Listing Detail Page Css********/

/*******Jobs List Page Css********/
.jbs-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.jbs-lst ul{
	margin:0px;
	padding:0px;
}
.jbs-lst ul li{
	list-style-type: none;
	width: 100%;
	background: #fff;
	padding: 15px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	margin-bottom: 15px;
	position:relative;
	transition: all 0.5s ease 0s;
	overflow:hidden;
}
.jbs-prmtag{
	width: auto;
	position: absolute;
	right: 10px;
	top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 0px;
	background: #f00645;
	transform: rotate(45deg);
	transform-origin: 70px 66px;
	letter-spacing: 0.5px;
}
.jbs-prmtag img{
	width:70px;
}
.jbs-lst ul li h3 {
    margin: 0px;
    font-size: 15px;
    line-height: 30px;
    color: #777;
    position: relative;
	font-weight:400;
	text-transform:uppercase;
}
.jbs-lst ul li h3 span{
    color: #e17d17;
	font-weight:600;
	margin-left:5px;
}
.jbs-lst ul li h4 {
    margin: 0px;
    font-size: 17px;
    line-height: 30px;
    color: #0291d3;
    position: relative;
}
.jbs-lst ul li h2 {
    margin: 0px;
    font-size: 24px;
    line-height: 30px;
    color: #273440;
    padding-right: 70px;
    position: relative;
	padding-top:8px;
}
.jbs-lst ul li h2 a{
    color: #273440;
	transition: all 0.5s ease 0s;
}
.jbs-lst ul li h2 a:hover{
    color: #0291d3;
}
.jbs-lst ul li h5 {
    margin: 0px;
    font-size: 16px;
    color: #555;
    padding-top: 10px;
    font-weight: 400;
    letter-spacing: 1px;
}
.jbs-lst ul li h5 .fa {
    margin-right: 7px;
    color: #AFB9C4;
}
.jbs-md-lst{
	width:100%;
	height:auto;
	margin:auto;
	border-top:1px dashed #ddd;
	border-bottom:1px dashed #ddd;
	padding-top:15px;
	padding-bottom:10px;
	margin-top:15px;
}
.jbs-md-lst ul{
	margin:0px;
	padding:0px;
}
.jbs-md-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	box-shadow:none;
	padding:0px;
	margin-bottom:10px;
}
.jbs-md-lst ul li span{
	width:130px;
	float:left;
	font-size:16px;
	color:#777;
}
.jbs-md-lst ul li em{
	width:auto;
	color:#777;
}
.jbs-md-lst ul li strong{
	margin-left:40px;
	font-size:16px;
	font-weight:600;
}
.jbs-md-lst ul li strong .fa{
	margin-right:7px;
	color: #21ae04;
}
.fl-tm{
	color:#e74c3c !important;
}
.pr-tm{
	color:#f98c35 !important;
}
.fr-tm{
	color:#00a1d9 !important;
}
.jbs-cnt-strp{
	width:100%;
	height:auto;
	margin:auto;
}
.jbs-cnt-strp a{
	display:inline-block;
	width:auto;
	float:left;
	text-align:center;
	background:#f00645;
	color:#fff;
	font-size:16px;
	font-weight:600;
	border-radius:2px;
	margin-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	transition: all 0.5s ease 0s;
}
.jbs-cnt-strp h6{
	float:right;
	margin-top:24px;
	font-size:15px;
	letter-spacing:1px;
	font-weight:400;
	color: #273440;
}
.jbs-cnt-strp h6 span{
	font-weight:500;
	color: #999;
}
.jbs-lst ul li:hover .jbs-cnt-strp a{
	background:#000;
}
.dsply-jb{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:12px;
	border-bottom: 1px dashed #ddd;
	padding-bottom:10px;
}
.dsply-jb .anil_nepal em {
    font-style: normal;
    font-size: 18px;
    padding-left: 0px;
    margin-top: 4px;
    display: inline-block;
    color: #273440;
	padding-right:10px;
	font-weight:600;
}
/*******Jobs List Page Css********/

/*******Job Detail Page Css********/
.jbs-dtl-mainbx{
	width:100%;
	height:auto;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	position:relative;
	transition: all 0.5s ease 0s;
}
.jbs-dtl-mainbx h3{
	margin:0px;
	font-size:20px;
	font-weight:500;
	color:#0291d3;
	display:inline-block;
}
.jbs-dtl-mainbx h6 {
	margin:0px;
    float: right;
	margin-top:3px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #273440;
}
.jbs-dtl-mainbx h6 .fa{
	margin-right:10px;
	color:#0291d3;
}
.jbs-dtl-mainbx h6 span {
    font-weight: 500;
    color: #999;
}
.jbs-dtl-mainbx h2 {
    margin: 0px;
    font-size: 28px;
    line-height: 30px;
    color: #273440;
    padding-right: 70px;
    position: relative;
    padding-top: 15px;
}
.jbs-dtl-mainbx p {
    margin: 0px;
    font-size: 16px;
    color: #555;
    padding-top: 10px;
    font-weight: 400;
    letter-spacing: 1px;
	text-align:left;
}
.jbs-dtl-mainbx p .fa{
	margin-right: 7px;
    color: #AFB9C4;
	font-size:18px;
}
.jbs-dtl-mainbx .lstmn-fr-bx {
    border-top: 0px solid #ddd;
    padding-top: 30px;
	margin-top:0px;
}
.jbs-dec{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:25px;
	padding-top:25px;
	border-top:1px dashed #ddd;
}
.jbs-dec h2 {
    margin: 0px;
    color: #273440;
    font-size: 24px;
    font-weight: 600;
    padding-bottom:5px;
	padding-top:0px;
}
.jbs-dec p {
    margin: 0px;
    color: #444;
    font-size: 15px;
    text-align: left;
    padding-top: 10px;
    line-height: 26px;
}
/*******Job Detail Page Css********/

/*******Register Page Css********/
.rgtr-frm-maindiv{
	width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("../images/rest-bg.jpg");
	overflow-x: hidden;
	margin-bottom: 0;
	position: relative;
	background-attachment:fixed;
	
}
.rgtr-frm-innrdiv{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	position:relative;
	z-index:111;
}
.rgtr-lftside-box:after{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	content:"";
	background:rgba(255, 255, 255, 0.8);
	background: rgba(124, 206, 251, 0.8);
}
.rgtr-lftside-box{
	width:100%;
	height:auto;
	margin:auto;
	background: url('../images/rgtlft-bg-6.jpg');
	min-height:600px;
	position:relative;
	z-index:222;
	padding:30px;
}
.rgtr-rgtside-box{
	width:100%;
	height:auto;
	margin:auto;
	padding:10px;
	padding-right:60px;
}
.rgtr-rgtside-box h1{
	margin:0px;
	color: #273440;
	font-size:28px;
	padding-top:10px;
	font-weight:600;
}
.rgtr-rgtside-box h2{
	margin:0px;
	color: #555;
	font-size:20px;
	padding-top:15px;
	font-weight:400;
	line-height:28px;
	
}
.rgtr-rgtside-box h5{
	margin:0px;
	color: #273440;
	color:#777;
	font-size:17px;
	padding-top:5px;
	font-weight:400;
	text-align:center;
}
.rgtr-rgtside-box h5 a{
	color:#777;
}
.rgtr-rgtside-box h5 a:hover{
	color: #0291d3;
}
.rgtr-rgtside-box h6{
	margin:0px;
	color: #273440;
	font-size:15px;
	padding-top:15px;
	font-weight:500;
	text-align:center;
	word-spacing:5px;
}
.rgtr-rgtside-box h6 a{
	color: #273440;
}
.rgtr-rgtside-box h6 a:hover{
	color: #000;
}
.rgtfrm-fldbx{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:25px;
	position:relative;
}
.inp-psw-fld {
    position: relative;
}
.rgtfrm-fldbx .inp-psw-fld a.shwpswrd{
    position: absolute;
    right: 0px;
    font-size: 13px;
    color: #777;
    top: 13px;
	right:15px;
	font-weight:500;
}
.rgtfrm-fldbx .inp-psw-fld a.shwpswrd-2{
    position: absolute;
    right: 0px;
    font-size: 13px;
    color: #777;
    top: 35px;
	right:15px;
	font-weight:500;
}
.rgtr-typeradio{
	width:100%;
	height:auto;
	margin:auto;
}
.rgtr-typeradio .checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 500;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 30px;
    font-size: 16px;
}
.rgtfrm-fldbx a{
	margin:0px;
	color:#999;
	font-size:13px;
}
.rgtfrm-fldbx a:hover{
	color:#0078AE;
	text-decoration:underline !important;
}
.rgtlft-box{
	width:100%;
	height:auto;
	margin:auto;
	position:relative;
	z-index:222;
}
.rgtlft-box h1{
	margin:0px;
	color: #0291d3;
	font-size:40px;
	font-weight:600;
	letter-spacing:1px;
	line-height:40px;
	color:#fff;
	text-shadow:1px 3px 2px #333;
}
.rgtlft-box h4{
	margin:0px;
	color:#fff;
	font-size:26px;
	font-weight:600;
	padding-top:30px;
	line-height:40px;
	color: #273440;
}
.rgtlft-box a{
	margin:0px;
	display:block;
	text-align:center;
	margin-top:40px;
	color:#0291d3;
	font-size:16px;
	font-weight:600;
	letter-spacing:1px;
	color: #273440;
}
.rgtlft-box a:hover{
	color:#fff;
}
.rgtlft-lst{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:25px;
}
.rgtlft-lst ul{
	margin:0px;
	padding:0px;
}
.rgtlft-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	display:inline-flex;
	margin-top:25px;
	color:rgba(255, 255, 255, 0.6);
	font-size:17px;
	font-weight:400;
	line-height:26px;
	color:#333;
}
.rgtlft-lst ul li .fa{
	margin-right:10px;
	margin-top:3px;
	color: #0291d3;
}
.rgt-trm{
	width:100%;
}
.rgt-trm a{
	font-size:14px;
	color:#0291d3;
	text-decoration:underline !important;
	font-weight:600;
}
.rgt-trm a:hover{
	color:#000;
}
/*******Register Page Css********/

/****Login Page Css****/
.nregtis-main-div{
	width:100%;
	height:auto;
	margin:auto;
}
.nreg-bgmain{
	width:100%;
	min-height:500px;
	margin:auto;
	background-image: url("../images/rest-bg.jpg");
    background-position: center top;
    width: 100%;
	padding-top:40px;
	padding-bottom:40px;
}
.nlog-main-div {
    width: 100%;
    height: auto;
    margin: auto;
    min-height: 370px;
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    padding: 30px;
}
.nlog-lftside{
	width:100%;
	height:auto;
	margin:auto;
}
.nlog-lftside h2 {
	margin: 0px;
	color: #273440;
	font-size: 28px;
	padding-top: 10px;
	font-weight: 600;
}
.nlog-lftside h5 {
    margin: 0px;
    color: #273440;
    color: #777;
    font-size: 17px;
    padding-top: 5px;
    font-weight: 400;
    text-align: center;
}
.nlog-lftside h5 a {
    color: #777;
}
.nlog-lftside h5 a:hover {
    color: #0291d3;
}
.nlog-lftside h6 {
    margin: 0px;
    color: #273440;
    font-size: 15px;
    padding-top: 15px;
    font-weight: 500;
    text-align: center;
    word-spacing: 5px;
}
.nlog-lftside h6 a {
    color: #273440;
}
.nlog-lftside h6 a:hover {
    color: #000;
}
.nlog-frmbx{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
}
.nlog-frrgt-side{
	width:100%;
	height:auto;
	margin:auto;
}
.nlog-rgtbx-lst{
	width:100%;
	height:auto;
	margin:auto;
	padding-right:0px;
}
.nlog-rgtbx-lst ul{
	margin:0px;
	padding:0px;
}
.nlog-rgtbx-lst ul li{
	list-style-type:none;
	width:46%;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background: rgba(235, 238, 240, 0.6) none repeat scroll 0 0;
    border-radius: 4px;
    padding: 15px;
	padding-top:35px;
    text-align: center;
	min-height:180px;
}
.nlog-rgtbx-lst ul li:nth-child(2n){
	margin-right:0px;
}
.nlog-rgtbx-lst ul li:nth-child(3n){
	margin-bottom:0px;
}
.nlog-rgtbx-lst ul li:nth-child(4n){
	margin-bottom:0px;
	margin-right:0px;
}
.nlog-rgtbx-lst ul li img {
    width: 60px;
}
.nlog-rgtbx-lst ul li h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding-top: 15px;
	line-height:23px;
}
.nlog-rgtbx-lst ul li:hover {
    background: rgba(235, 238, 240, 0.99) none repeat scroll 0 0;
}
.nlog-frt-pss{
	width:100%;
	height:auto;
	margin:auto;
}
.nlog-frt-pss a{
	margin:0px;
	text-align:right;
	font-size:15px;
	font-weight:500;
	letter-spacing:1px;
	float:right;
	color:#0291d3;
}
.nlog-frt-pss a:hover{
	color:#000;
}
/****Login Page Css****/

/****OTP Page Css****/
.otp-main-div{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:50px;
	text-align:center;
}
.otp-main-div img{
	width:130px;
}
.otp-main-div h3{
	margin:0px;
	font-size:28px;
	color:#000;
	color: #273440;
	font-weight:600;
	padding-top:25px;
}
.otp-main-div p{
	margin:0px;
	font-size:16px;
	color:#444;
	padding-top:20px;
	line-height:28px;
	font-weight:400;
}
.otp-main-div p span{
	color:#0291d3;
	font-weight:600;
}
.otp-code-rw{
	width:100%;
	height:auto;
	margin:auto;
}
.otp-lft-1{
	width:100%;
	height:auto;
	float:left;
	font-size:20px;
	color:#666;
	font-weight:600;
	line-height:33px;
	margin-bottom:20px;
}
.otp-lft-2{
	width:60%;
	height:auto;
	margin:auto;
}
.otp-fld-style{
	width:150px;
	display:inline-block;
}
.otp-lft-2 a{
	color:#0078AE;
	margin-left:10px;
	font-size:15px;
	color:#000;
}
.otp-prb-mail{
	width:100%;
	height:auto;
	margin:auto;
}
.otp-prb-mail a{
	color:#0078AE;
	font-size:18px;
	font-weight:400;
}
.otp-btn{
	margin-top:20px;
}

/****OTP Page Css****/

/****Manage Buisness Page Css****/
.manage-business-maindiv{
	width:100%;
	height:auto;
	margin:auto;
}
.mng-mmtype-div{
	width:100%;
	height:auto;
	margin:auto;
	padding:15px;
	background:#55d3e1;
	background:#052657;
}
.mng-mmt-lft{
	width:40%;
	height:auto;
	float:left;
}
.mng-mmt-lft h2{
	margin:0px;
	color: #273440;
	color:#fff;
	font-size:26px;
	line-height:30px;
}
.mng-mmt-lft h2 span{
	display:block;
}
.mng-mmt-rgt{
	width:60%;
	height:auto;
	float:left;
}
.mng-mmt-rgt h2{
	margin:0px;
	color: #0291d3;
	font-size:26px;
	line-height:30px;
	font-weight:600;
	text-align:right;
	text-transform:uppercase;
	letter-spacing:1px;
}
.mng-mmt-rgt p{
	margin:0px;
	color:rgba(255, 255, 255, 0.7);
	font-size:14px;
	text-align:right;
	padding-top:7px;
}
.mng-mmt-rgt p span{
	color:rgba(255, 255, 255, 0.7);
}
.mng-bsn-bnrdiv{
	width:100%;
	height:;
	margin:auto;
	margin-top:0px;
}
.mng-bsn-bnrdiv img {
    width: 100%;
    min-height: 300px;
    max-height: 300px;
}
.mng-business-dtl-btns-div{
	width:100%;
	height:auto;
	margin:auto;
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.mng-business-dtl-btns-div h2{
	margin:0px;
	font-size:30px;
	padding-bottom:10px;
	color: #273440;
}
.mng-business-dtl-btns-div h5 {
    margin: 0px;
    font-size: 16px;
    color: #555;
    padding-top: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.mng-business-dtl-btns-div h3 {
    margin: 0px;
	font-size: 20px;
	color: #333;
	padding-top: 15px;
	font-weight: 600;
	letter-spacing: 1px;
	display: inline-flex;
}
.mng-business-dtl-btns-div h3 .fa {
    margin-right: 7px;
    color: #21ae04;
    font-size: 24px;
    margin-top: 0px;
}

.mng-business-dtl-btns-div p {
    margin: 0px;
    color: #0291d3;
    font-size: 15px;
    text-align: left;
    padding-top: 15px;
}
.mng-btns-lst{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:10px;
}
.mng-btns-lst ul{
	margin:0px;
	padding:0px;
}
.mng-btns-lst ul li:after{
	width:96%;
	height:82%;
	position:absolute;
	content:"";
	background:rgba(255, 255, 255, 0.12);
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	margin:auto;
	border-radius:5px;
}
.mng-btns-lst ul li{
	list-style-type:none;
	width:32%;
	float:left;
	border-radius:5px;
	margin-right:15px;
	line-height:65px;
	margin-top:15px;
	text-align:center;
	position:relative;
	transition: all 0.5s ease 0s;
}
.mng-btns-lst ul li a{
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:600;
	position:relative;
	z-index:111;
}
.mng-btns-lst ul li:nth-child(1n){
	background: linear-gradient(to right, #d76400 , #fa943b);
	transition: all 0.5s ease 0s;
}
.mng-btns-lst ul li:nth-child(2n){
	background: linear-gradient(to right, #759b01 , #a2cc22);
	transition: all 0.5s ease 0s;
}
.mng-btns-lst ul li:nth-child(3n){
	background: linear-gradient(to right, #d32215 , #de483d);
	transition: all 0.5s ease 0s;
	margin-right:0px;
}
.mng-btns-lst ul li:nth-child(4n){
	background: linear-gradient(to right, #028fa1 , #1bd9f1);
	transition: all 0.5s ease 0s;
}
.mng-btns-lst ul li:nth-child(5n){
	background: linear-gradient(to right, #480cc2 , #9a6cf8);
	transition: all 0.5s ease 0s;
}



.mng-btns-lst ul li:nth-child(1n):hover{
	background: linear-gradient(to right, #fa943b , #d76400);
	transition: all 0.5s ease 0s;
}
.mng-btns-lst ul li:nth-child(2n):hover{
	background: linear-gradient(to right, #a2cc22 , #759b01);
	transition: all 0.5s ease 0s;
}
.mng-btns-lst ul li:nth-child(3n):hover{
	background: linear-gradient(to right, #de483d , #d32215);
	transition: all 0.5s ease 0s;
}
.mng-btns-lst ul li:nth-child(4n):hover{
	background: linear-gradient(to right, #1bd9f1 , #028fa1);
	transition: all 0.5s ease 0s;
}
.mng-btns-lst ul li:nth-child(5n):hover{
	background: linear-gradient(to right, #9a6cf8 , #480cc2);
	transition: all 0.5s ease 0s;
}
/****Manage Buisness Page Css****/

/****Make Premuim Packages Page Css****/
.make-package-maindiv{
	width:100%;
	height:auto;
	margin:auto;
}
.pck-xs-6 {
    float: left;
    min-height: 1px;
    position: relative;
}
.mk-pckg-bx{
	width:100%;
	height:auto;
	margin:auto;
	border-radius:3px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.mk-pckg-tophd{
	width:100%;
	height:auto;
	margin:auto;
	border-radius:3px 3px 0px 0px;
	text-align:center;
	position:relative;
	padding-bottom:30px;
	overflow:hidden;
}
.mk-pckg-tophd h3:after{
	width:60%;
	height:1px;
	content:"";
	position:absolute;
	top:50px;
	left:0px;
	right:0px;
	margin:auto;
	background:rgba(255, 255, 255, 0.5);

}
.mk-pckg-tophd h3{
	margin:0px;
	padding-top:15px;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:300;
	letter-spacing:1px;
	position:relative;
}
.mk-pckg-tophd h1{
	margin:0px;
	padding-top:25px;
	color:#fff;
	font-size:28px;
	font-weight:600;
	letter-spacing:1px;
}
.mk-pckg-tophd h1 .fa{
	margin-right:10px;
	font-size:24px;
	font-weight:300;
}
.mk-pckg-tophd h5{
	margin:0px;
	padding-top:5px;
	color:#fff;
	font-size:13px;
	font-weight:500;
	letter-spacing:1px;
}
.mk-pkg-strip{
	width:auto;
	min-width:95px;
	height:auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:2px;
	padding-bottom:2px;
	position:absolute;
	left:10px;
	top:10px;
	text-align:center;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	transform: rotate(-40deg);
	transform-origin: 35px 54px;
	letter-spacing: 0.5px;
	font-weight:600;
}
.mk-pckg-dtls{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	border:1px solid #ccc;
	padding-bottom:20px;
}
.mkpck-arrw{
	width:45px;
	height:45px;
	margin:auto;
	border-radius:100%;
	border:2px solid #fff;
	text-align:center;
	margin-top:-20px;
	position:relative;
	z-index:111;
}
.mkpck-arrw .fa{
	color:#fff;
	font-size:22px;
	padding-top:10px;
}
.mk-pckg-dtls p{
	font-size:13px;
	text-align:center;
	padding-top:10px;
	color: #273440;
}
.mk-pckg-dtls p .fa{
	margin-right:10px;
	font-size:13px;
}
.mk-pckg-dtls p strong{
	margin-right:5px;
}
.mk-pckg-dtls a{
	text-align:center;
	width:110px;
	border-radius:30px;
	line-height:32px;
	display:block;
	margin:auto;
	color:#fff;
	font-size:15px;
	font-weight:600;
	margin-top:20px;
}
.basic-strip{background:#b7b101;}
.silver-strip{background:#0f5e78;}
.gold-strip{background:#02b123;}
.daimond-strip{background:#2c2c2c;}

.basic-bg{background:#2b6abb !important;}
.silver-bg{background:#e17d17 !important;}
.gold-bg{background:#01857a !important;}
.daimond-bg{background:#e04646 !important;}

.basic-clr{color:#2b6abb !important;}
.silver-clr{color:#e17d17 !important;}
.gold-clr{color:#01857a !important;}
.daimond-clr{color:#e04646 !important;}

/****Make Premuim Packages Page Css****/

/****Package Detail Page Css****/
.pakage-detail-mainbx{
	width:100%;
	height:auto;
	margin:auto;
	padding:20px;
	background:#fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.pkgdtl-hd{
	width:100%;
	height:auto;
	margin:auto;
}
.pkgdtl-hd h1{
	margin:0px;
	text-align: center;
	color: #273440;
	font-size: 36px;
	padding-top: 20px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.pkgdtl-hd p {
    margin: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #3d5469;
    padding-top: 10px;
}
.pkg-smry-bx:last-child{
	margin-top:10px;
}
.pkg-smry-bx{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:30px;
	border-top:2px dashed #ddd;
	/*border-bottom:2px dashed #ddd;*/
}
.pkg-smry-bx h4{
	margin:0px;
	color: #0291d3;
	font-size:18px;
	letter-spacing:1px;
	text-align:center;
}
.pkg-smry-lst ul{
	margin:0px;
	padding:0px;
}
.pkg-smry-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	margin-top:30px;
}
.pkg-smry-lst ul li:last-child{
	margin-bottom:0px;
}
.pkgsmry-lft{
	width:50%;
	height:auto;
	float:left;
}
.pkgsmry-lft h6{
	margin:0px;
	text-align:left;
	font-size:14px;
	font-weight:300;
	letter-spacing:1px;
	color:#555;
}
.pkgsmry-lft h1{
	margin:0px;
	text-align:left;
	font-size:18px;
	font-weight:600;
	letter-spacing:1px;
	color: #273440;
	padding-top:7px;
}
.pkgsmry-lft h1 .fa{
	margin-right:7px;
}
.pkgsmry-rgt{
	width:50%;
	height:auto;
	float:left;
}
.pkgsmry-rgt h6{
	margin:0px;
	text-align:right;
	font-size:14px;
	font-weight:300;
	letter-spacing:1px;
	color:#555;
}
.pkgsmry-rgt h1{
	margin:0px;
	text-align:right;
	font-size:18px;
	font-weight:600;
	letter-spacing:1px;
	color: #273440;
	padding-top:7px;
}
.pkgsmry-pyfnl{
	width:100%;
	height:auto;
	margin:auto;
	border-top:2px dashed #ddd;
	margin-top:10px;
	border-bottom:2px dashed #ddd;
	padding-top:30px;
	padding-bottom:30px;
}
.pkgsmry-pyfnl h1{
	margin:0px;
	text-align:left;
	padding-top:0px;
	font-size:20px;
	font-weight:600;
	color: #0291d3;
}
.pkgsmry-pyfnl h1 span{
	float:right;
	color: #273440;
}
.pkgsmry-pyfnl h1 span .fa{
	margin-right:7px;
}
.pkgsmry-btndiv{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
}
/****Package Detail Page Css****/

/****Transaction List Page Css****/
.transc-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.transc-lst ul{
	margin:0px;
	padding:0px;
}
.transc-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	background:#fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	margin-bottom:20px;
}
.transc-lst ul li a{
	display:block;
	padding:15px;
}
.trnslst-lft{
	width:50%;
	height:auto;
	float:left;
}
.trnslst-lft h1{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:20px;
	letter-spacing:1px;
}
.trnslst-lft p{
	margin:0px;
	padding:0px;
	padding-top:7px;
	text-align:left;
	font-size:15px;
	color: #273440;
}
.trnslst-rgt{
	width:50%;
	height:auto;
	float:left;
}
.trnslst-rgt h2{
	margin:0px;
	padding:0px;
	text-align:right;
	color: #273440;
	font-size:24px;
	font-weight:600;
}
.trnslst-rgt h2 .fa{
	margin-right:7px;
	font-size:22px;
	color: #21ae04;
}
.trnslst-rgt h6{
	margin:0px;
	padding:0px;
	text-align:right;
	color: #777;
	font-size:14px;
	padding-top:7px;
	font-weight:400;
	
}
/****Transaction List Page Css****/

/****Transaction Detail Page Css****/
.trnsc-detail-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	padding:20px;
	background:#fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.trnsc-dtl-hd{
	width:100%;
	height:auto;
	margin:auto;
}
.trnsc-dtl-hd h3{
	margin:0px;
	color: #0291d3;
	font-size:18px;
	text-align:left;
}
.trnsc-dtl-hd h1{
	margin:0px;
	color: #273440;
	font-size:24px;
	font-weight:500;
	text-align:left;
	padding-top:10px;
	letter-spacing:1px;
}
.trnsc-dtl-hd h2{
	margin:0px;
	font-size:20px;
	font-weight:500;
	text-align:left;
	padding-top:10px;
	letter-spacing:1px;
}
.trnsc-dtl-hd h4{
	margin:0px;
	font-size:16px;
	font-weight:400;
	text-align:left;
	padding-top:10px;
	letter-spacing:1px;
	color:#555;
}
.trnsc-dtl-hd h4 span{
	float:right;
	font-weight:600;
}
.sts-failure{
	color:#ff0000 !important;
}
.sts-pending{
	color:#0064ff !important;
}
.sts-success{
	color:#18a104 !important;
}
.trsc-amntpd{
	border-bottom:none;
}
/****Transaction Detail Page Css****/

/****View & Edit Profile Page Css****/
.profile-vwedt-maindiv{
	width:100%;
	height:auto;
	margin:auto;
}
.prf-tphd{
	width:100%;
	height:auto;
	margin:auto;
	background:url(../images/profile-bg.jpg) center center;
	min-height:340px;
	max-height:340px;
	background-size: cover;
    background-repeat: no-repeat;
}
.prf-tphd-abtdes{
	width:100%;
	height:auto;
	margin:auto;
}
.prf-tphd-abtdes h3{
	margin:0px;
	text-align:center;
	font-size:20px;
	letter-spacing:1px;
	color:#fff;
	padding-top:12px;
}
.prf-actimg-vw{
	width:150px;
	height:150px;
	margin:auto;
	border-radius:100%;
	box-shadow: 0 0 0px 4px rgba(255, 255, 255, 0.5);
	margin-top:40px;
	margin-bottom:15px;
}
.prf-actimg-vw img{
	width:150px;
	height:150px;
	border-radius:100%;
}
.prf-edtclck-crl{
	width:70px;
	height:70px;
	margin:auto;
	border-radius:100%;
	background:#fff;
	border:1px solid #ccc;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.50);
	margin-top:30px;
	text-align:center;
	line-height:70px;
	position:relative;
	z-index:111;
}
.prf-edtclck-crl a{
	display:block;
	font-size:36px;
	color:#f00645;
}
.prf-edtclck-crl a:hover{
	color: #273440;
}
.prf-othrdtl-bx{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	padding-top:30px;
	padding-bottom:30px;
}
.prf-othdtl-lst{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
}
.prf-othdtl-lst ul{
	margin:0px;
	padding:0px;
}
.prf-othdtl-lst ul li:first-child{
	border-top:1px solid #ddd;
}
.prf-othdtl-lst ul li{
	list-style-type:none;
	width:100%;
	padding-left:30px;
	padding-right:30px;
	line-height:60px;
	background:#e7eff1;
    font-size:16px;
	color: #273440;
	border-bottom:1px solid #ddd;
	letter-spacing:1px;
}
.prf-othdtl-lst ul li:nth-of-type(2n) {
    background:#fff;
}
.prf-othdtl-lst ul li span{
	text-align:right;
	float:right;
	font-weight:600;
}
.pft-chng-pss-btn{
	width:400px;
	height:auto;
	margin:auto;
	margin-top:30px;
	background:#0291d3;
	text-align:center;
	border-radius:5px;
	transition: all 0.5s ease 0s;
	border-bottom:3px inset #0291d3; 
}
.pft-chng-pss-btn a{
	display:block;
	font-size:18px;
	font-weight:500;
	color:#fff;
	line-height:50px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.pft-chng-pss-btn:hover{
	background:#000;
	border-bottom:3px inset #000; 
}
.edt-prfimg-popbox{
	width:700px;
	border:15px solid #fff;
	border-radius:0px;
	margin-top:60px;
}
.edt-prfimg-cont{
	border:1px solid #ccc;
	box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
	border-radius:0px;
	min-height:400px;
	background:#fff;
}
.edit-prfimg-pophead{
	width:100%;
	height:auto;
	margin:auto;
	background:rgba(74, 161, 128, 0.9);
	background:#273440;
	padding:7px;
}
.edit-prfimg-title{
	color:#fff;
	font-weight:500;
	font-size:22px;
	text-align:center;
	color:#fff;
	letter-spacing:1px;
}
.edt-prfimg-close{
	width:45px;
	height:45px;
	background:#f00645 !important;
	opacity:0.99 !important;
	margin-top:-7px !important;
	color:#fff;
	margin-right:-7px;
	text-shadow:none;
}
.upd-prfimg-innrbx{
	width:100%;
	height:auto;
	margin:auto;
}
.usr-upldimg-btn{
	width:100%;
	height:auto;
	margin:auto;
	background-color: #ddd;
	overflow:hidden;
	height:40px;
	text-align:center;
	padding:0px;
	display:inherit;
}
.usr-upldimg-btn h4{
	margin:0px;
	color:#273440;
	font-size:16px;
	line-height:40px;
	font-weight:600;
	letter-spacing:1px;
}
.usr-upldimg-btn h4 .fa{
	margin-right:10px;
}
.usr-upldimg-btn input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 1px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.upldimg-prv-div{
	width:100%;
	height:auto;
	margin:auto;
	display:inline-grid;

	/*background:#f9f9f9;
    border:5px solid #ddd;
	padding:10px;*/
}
.upldimg-prv-div input{
	width:100%;
	margin-top:10px;
}
.upldimg-prv-div img{
	width:150px;
	height:150px;
	border-radius:100%;
	margin:auto;
	margin-top:30px;
	background:#fff;
	border:5px solid #ddd;
}
.upld-prfimg-btn{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
}
/****View & Edit Profile Page Css****/

/****Request Banner Form Page Css****/
.all-form-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.all-frm-tophd{
	width:100%;
	height:auto;
	margin:auto;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
}
.all-frm-tophd h1{
	margin:0px;
	text-align:center;
	font-size:24px;
	padding-top:15px !important;
	letter-spacing:1px;
}
.allfrm-body{
	width:100%;
	height:auto;
	margin:auto;
	padding:20px;
	margin-top:20px;
}
.allfrm-body h3{
	margin:0px;
	padding-top:0px;
	padding-bottom:30px;
	font-size:18px;
	text-align:center;
	letter-spacing:1px;
	color:#0291d3;
}
.chk-gst{
	width:100%;
	height:auto;
	margin:auto;
}
.ent-gst{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:10px;
}
.shw-mbno{
	width:100%;
	height:auto;
	margin:auto;
}
.add-business-img-btn-div{
	width:100%;
	height:auto;
	margin:auto;
}
.addbus-btn{
	width:100%;
	height:auto;
	margin:auto;
}
.add-bus-img{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:15px;
}
.add-bus-img img{
	width:100%;
	height:300px;
	margin:auto;
	background:#fff;
	border:5px solid #ddd;
}
.allfrm-body .form-horizontal .form-group p{
	text-align:left;
	font-size:14px;
	padding-top:3px;
	letter-spacing:1px;
	color:#777;
}
.allfrm-body{
	position:relative;
}
.allfrm-body .chngpss-fldbx a.shwpswrd{
    position: absolute;
    right: 0px;
    font-size: 13px;
    color: #777;
    top: 11px;
	right:30px;
	font-weight:500;
}
.pynow-tphd{
	width:100%;
	height:auto;
	margin:auto;
	padding:25px;
	background: #fff;
	margin-bottom:30px;
	border:5px solid #e7eff1;
}
.pynow-tphd h1{
	margin:0px;
	padding:0px;
	text-align:center;
	color: #273440;
	font-size:26px;
	font-weight:500;
}
.pynow-tphd h1 span{
	margin-left:20px;
}
.pynow-tphd h1 span .fa{
	margin-right: 7px;
    color: #21ae04;
}
.pynow-tphd h2{
	margin:0px;
	padding:0px;
	text-align:center;
	color: #555;
	font-size:18px;
	font-weight:500;
	padding-top:15px;
	letter-spacing:1px;
}
.pynow-tphd h4{
	margin:0px;
	padding:0px;
	text-align:center;
	color: #555;
	font-size:16px;
	font-weight:500;
	padding-top:15px;
	letter-spacing:1px;
}
.pynow-tphd h4 span{
	color: #0291d3;
	font-weight:600;
}
.pynw-popupbx{
	width:550px;
	height:auto;
	margin:auto;
	margin-top:100px;
	border:7px solid #f5f5f5;
}
.pynw-popcont{
	width:100%;
	border:0px solid #999;
    border-radius: 1px;
    padding-top:20px;
	padding-bottom:20px;
	background:#fff;
}
.pynw-pop-crl{
	width:100px;
	height:100px;
	margin:auto;
	border-radius:100%;
	text-align:center;
}
.py-sucss{background: #5cb85c;}
.py-failr{background: #d9534f;}
.pynw-pop-crl .fa{
	font-size:50px;
	color:#fff;
	margin-top:25px;
}
.pynw-pop-dtl{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:15px;
}
.pynw-pop-dtl h2{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:18px;
	color: #273440;
	letter-spacing:1px;
}
.pynw-pop-dtl h3{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:22px;
	color:#1C867E;
	padding-top:30px;
	font-weight:600;
}
.pynw-pop-dtl a{
	display:block;
	width:250px;
	height:auto;
	margin:auto;
	line-height:45px;
	text-align:center;
	color:#fff;
	font-size:16px;
	font-weight:600;
	background:#0291d3;
	border-radius:4px;
	margin-top:40px;
	border-bottom: 3px inset #0291d3;
	transition: all 0.5s ease 0s;
}
.pynw-pop-dtl a:hover{
	background: #000;
    border-bottom: 3px inset #000;
}
/****Request Banner Form Page Css****/

/****My Calls Page Css****/
.mycall-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.mycall-lst ul{
	margin:0px;
	padding:0px;
}
.mycall-lst ul li{
	list-style-type: none;
	width: 100%;
	float: none;
	background: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	padding:15px;
}
.mcal-lft{
	width:80%;
	height:auto;
	float:left;
}
.mcal-lft h3{
	margin:0px;
	padding-top:0px;
	font-size:17px;
	font-weight:500;
	color:#0291d3;
	letter-spacing:1px;
}
.mcal-lft h4{
	margin:0px;
	padding-top:10px;
	font-size:18px;
	font-weight:600;
	color: #273440;
	letter-spacing:1px;
}
.mcal-lft h5{
	margin:0px;
	padding-top:10px;
	font-size:13px;
	font-weight:400;
	color: #555;
	letter-spacing:1px;
}
.mcal-lft h5 .fa{
	margin-right:7px;
	color: #AFB9C4;
}
.mcal-rgt{
	width:13%;
	height:auto;
	float:right;
	margin-top:18px;
}
.mcal-rgt a{
	display:block;
	font-size:20px;
	font-weight:600;
	background:#f00645;
	text-align:center;
	line-height:40px;
	border-radius:4px;
	color:#fff;
	border-bottom: 2px inset #f00645;
}
.mcal-rgt a .fa{
	margin-right:10px;
}
.mcal-rgt a:hover{
	background:#0291d3;
	border-bottom: 2px inset #0291d3;
}
/****My Calls Page Css****/

/****Message to Admin Page Css****/
.msg-t-adm-maindiv{
	width:100%;
	height:auto;
	margin:auto;
}
.msg-top-2btns{
	width:100%;
	height:auto;
	margin:auto;
	margin-bottom:20px;
}
.msg-top-2btns ul{
	margin:0px;
	padding:0px;
}
.msg-top-2btns ul li{
	width:49%;
	height:auto;
	float:left;
	list-style-type:none;
	line-height:50px;
	border-radius:4px;
	background: #b7c914;
	background:#2b6abb;
	text-align:center;
	transition: all 0.5s ease 0s;
}
.msg-top-2btns ul li:last-child{
	float:right;
}
.msg-top-2btns ul li a{
	display:block;
	font-size:18px;
	font-weight:600;
	color: #273440;
	color:#fff;
	transition: all 0.5s ease 0s;
}
.msg-top-2btns ul li:hover{
	background: #273440;
	transition: all 0.5s ease 0s;
}
.msg-top-2btns ul li:hover a{
	color:#fff;
	transition: all 0.5s ease 0s;
}
.msg-t-adm-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.msg-t-adm-lst ul{
	margin:0px;
	padding:0px;
}
.msg-t-adm-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	padding:15px;
	background:#fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
	margin-bottom:20px;
}
.msg-t-adm-lst ul li h2{
	margin:0px;
	padding:0px;
	font-size:15px;
	color:#0291d3;
	font-weight:600;
	letter-spacing:1px;
	/*background:rgba(2, 145, 211, 0.4);
	display:inline-block;*/
	/*padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;*/
	border-radius:3px;
	text-transform:uppercase;
}
.msg-t-adm-lst ul li h2 span{
	font-weight:600;
}
.msg-t-adm-lst ul li h3{
	margin:0px;
	padding:0px;
	font-size:20px;
	color: #273440;
	padding-top:10px;
	font-weight:600;
	letter-spacing:1px;
}
.msg-t-adm-lst ul li h3 span{
	margin-left:10px;
	color: #666;
	font-weight:400;
}
.msg-t-adm-lst ul li p{
	margin:0px;
	text-align:left;
	padding-top:15px;
	line-height:25px;
	color:#555;
	font-size:15px;
}
.msg-t-adm-lst ul li h5{
	margin:0px;
	padding:0px;
	font-size:14px;
	color: #273440;
	padding-top:10px;
	font-weight:400;
	letter-spacing:1px;
	padding-top:15px;
}
.msg-t-adm-lst ul li h5 .fa{
	margin-right: 7px;
    color: #AFB9C4;
}
.msg-t-adm-lst ul li h6{
	margin:0px;
	padding:0px;
	font-size:16px;
	color: #e17d17;
	padding-top:10px;
	font-weight:500;
	letter-spacing:1px;
	padding-top:15px;
}
.msg-t-adm-lst ul li h6 span{
	float:right;
}
.msg-pnd{
	color:#e04646 !important;
}
.msg-rspnd{
	color:#01857a !important;
}
/****Message to Admin Page Css****/

/****All Cities Page Css****/
.all-city-mainbx{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	padding:20px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.all-city-mainbx h2 {
    margin: 0px;
    text-align: center;
    color: #273440;
    font-size: 30px;
    padding-bottom: 15px;
}
.allcit-lst{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:10px;
}
.allcit-lst ul{
	margin:0px;
	padding:0px;
}
.allcit-lst ul li:before{
	position:absolute;
	content:"";
	left:0px;
	top:17px;
	width:7px;
	height:7px;
	background:#ddd;
	border-radius:100%;
}
.allcit-lst ul li{
	list-style-type:none;
	width:20%;
	float:left;
	line-height:40px;
	text-align:left;
	position:relative;
}
.allcit-lst ul li a{
	display:block;
	font-size:13px;
	font-weight:400;
	color: #000;
	padding-left:13px;
}
.allcit-lst ul li:hover a{
	color: #0291d3;
	font-weight:600;
}
/****All Cities Page Css****/

/****Manage Gallery Page Css****/
.norecd-fnt-div{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
	background:#f1f1f3;
	padding:50px;
	text-align:center;
	border-bottom:4px solid #ddd;
}
.norecd-fnt-div h1{
	margin:0px;
	font-size:26px;
	font-weight:600;
	padding-top:0px;
	letter-spacing:1px;
}
.manage-gallery-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	padding:20px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.mng-gll-tophd{
	width:100%;
	height:auto;
	margin:auto;
	background: #e7eff1;
	padding: 15px;
	border-bottom: 4px solid #ddd;
	position:relative;
}
.mngal-tp-lft{
	width:70%;
	height:auto;
	float:left;
}
.mngal-tp-lft h3{
	margin:0px;
	padding:0px;
	font-size:24px;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
}
.mngal-tp-rgt{
	width:30%;
	height:auto;
	float:left;
	position:relative;
}
.mngal-add-btn{
	width:100%;
	height:auto;
	margin:auto;
	background-color:#0291d3;
	overflow:hidden;
	height:45px;
	text-align:center;
	padding:0px;
	display:inherit;
	position:relative;
	border-radius:4px;
}
.mngal-add-btn a{
	display:block;
	margin:0px;
	color:#fff;
	font-size:17px;
	line-height:45px;
	font-weight:600;
	letter-spacing:1px;
}
.mngal-add-btn a .fa{
	margin-right:10px;
}
.mngal-img-btn input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 1px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
	height:45px;
}
.mngal-prv-maindiv{
	width:100%;
	height:auto;
	margin:auto;
}
.mngall-xs-6 {
    float: left;
    min-height: 1px;
    position: relative;
}
.mngal-prv-bx-1{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
	border:1px solid #ddd;
	padding:5px;
	border-radius:5px;
	position:relative;
	box-sizing:border-box;
}
.mngal-prv-bx-1 img{
	width:100%;
	height:170px;
	border-radius:5px;
}
.mngal-prv-bx-1 h4{
	margin:0px;
	padding-top:10px;
	font-size:15px;
	letter-spacing:1px;
	text-align:center;
}
.mngal-prv-bx-1 h4 span{
	margin-left:5px;
}
.mng-sts-p{
	color:#e04646 !important;
}
.mng-sts-a{
	color:#01857a !important;
}
.mng-dltbtn{
	width:30px;
	height:30px;
	background:rgba(2, 145, 211, 0.7);
	text-align:center;
	border-radius:100%;
	position:absolute;
	top:-10px;
	right:-10px;
	border:2px solid #fff;
	transition: all 0.5s ease 0s;
}
.mng-dltbtn a{
	display:block;
	font-size:14px;
	color:#fff;
	line-height:26px;
}
.mngal-prv-bx-1:hover .mng-dltbtn{
	background:#111;
}
.mngal-prv-bx-1:hover .mng-dltbtn a{
	color:#fff;
}
.mng-gal-img-prv{
	width:100%;
	width:40%;
	height:auto;
	margin:auto;
	/*display:inline-grid;*/
}
.mng-gal-img-prv input{
	width:100%;
	margin-top:10px;
}
.mng-gal-img-prv img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:200px;
	margin:auto;
	margin-top:30px;
	background:#fff;
	border:5px solid #ddd;
}
/****Manage Gallery Page Css****/

/****Write a Review Page Css****/
.write-reveiw-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	padding:20px;
	background:#fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.wrtrvw-bus-dtl{
	width:100%;
	height:auto;
	margin:auto;
}
.wrtrvw-bus-dtl h1{
    margin: 0px;
    font-size: 24px;
    color: #273440;
	padding-top:20px;
    position: relative;
	text-align:center;
	letter-spacing:1px;
	color: #0291d3;
}
.wrtrvw-bus-dtl h5{
    margin: 0px;
	font-size: 17px;
	color: #555;
	padding-top: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	text-align:center;
}
.wrtrvw-bus-dtl h5 .fa{
    margin-right: 7px;
    color: #AFB9C4;
}
.wrtrvw-str-box{
	width:100%;
	height:auto;
	margin:auto;
	padding-top:30px;
	margin-top:30px;
	border-top: 2px dashed #ddd;
}
.wrt-gv-str{
	width:100%;
	height:auto;
	margin:auto;
}
.wrt-gv-str h4{
	margin:0px;
	font-size:20px;
	padding-bottom:10px;
	padding-top:10px;
	color: #273440;
}
.wrt-srtdiv{
	width:100%;
	height:auto;
	margin:auto;
}
.wrt-des-bx{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:15px;
}
.rvw-box{
	height:100px !important;
}
/****Write a Review Page Css****/

/****Compose Message Page Css****/
.cmp-msg-hd{
	width:100%;
	height:auto;
	margin:auto;
}
.cmp-msg-hd h1{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:20px;
	font-weight:600;
	color: #273440;
	letter-spacing:1px;
}
.cmp-msg-hd h2{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:18px;
	font-weight:400;
	color:#555;
	letter-spacing:1px;
	padding-top:15px;
}
.cmp-msg-hd h3{
	margin:0px;
	padding:0px;
	text-align:left;
	font-size:18px;
	font-weight:500;
	color: #0291d3;
	letter-spacing:1px;
	padding-top:15px;
}
.cmp-msg-frmbx{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
}
/****Compose Message Page Css****/

/****Contact Us Page Css****/
.cont-icon-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
}
.cont-icon-maindiv img{
	width:150px;
	margin-top:40px;	
}
.cont-icon-maindiv h1{
	margin:0px;
	color:#fff;
	padding-top:20px;
	font-size:30px;
	font-weight:600;
	letter-spacing:1px;
	text-shadow:1px 2px 5px #000;
}
.cont-3btn-lst{
	width:100%;
	height:auto;
	margin:auto;
	text-align:center;
	padding-bottom:50px;
}
.cont-3btn-lst ul{
	margin:0px;
	padding:0px;
}
.cont-3btn-lst ul li{
	list-style-type:none;
	width:auto;
	display:inline-block;
	text-align:center;
	margin-left:40px;
	margin-right:40px;
	margin-top:-55px;
}
.cont-3btn-lst ul li a{
	display:block;
	margin-top:15px;
	font-size:20px;
	font-weight:500;
	color: #273440;
	letter-spacing:1px;
}
.cnt-3-crl{
	width:70px;
	height:70px;
	margin:auto;
	line-height:70px;
	border-radius:100%;
	background:#fff;
	box-shadow: 0 0 0px 4px rgba(0, 0, 0, 0.2);
}
.cnt-3-crl a{
	display:block;
}
.cnt-3-crl img{
	width:35px;
}
.cnt-dtl-mainbx{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	padding:20px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	padding-bottom:50px;
}
.cnt-dtl-mainbx h1{
	margin:0px;
	padding-top:20px;
	font-size:30px;
	text-align:center;
	letter-spacing:1px;
}
.cnt-dtl-mainbx p{
	margin:0px;
	padding-top:15px;
	font-size:18px;
	letter-spacing:1px;
	color:#555;
	text-align:center;
}
.cnt-admn-lst{
	width:100%;
	height:auto;
	margin:auto;
	margin-top:30px;
}
.cnt-admn-lst ul{
	margin:0px;
	padding:0px;
}
.cnt-admn-lst ul li{
	list-style-type:none;
	width:100%;
	float:none;
	line-height:70px;
	border-bottom:1px solid #ddd;
	font-weight:400;
	font-size: 17px;
    color: #273440;
	letter-spacing:0.7px;
}
.cnt-admn-lst ul li span{
	font-weight:500;
    color: #0291d3;
	float:right;
}
/****Contact Us Page Css****/

/****Notifications Page Css****/
.notific-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.notific-lst ul{
	margin:0px;
	padding:0px;
}
.notific-lst ul li {
    list-style-type: none;
    width: 100%;
    float: none;
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
	padding: 20px;
}
.noti-lft{
	width:80%;
	height:auto;
	float:left;
	font-size:15px;
	font-weight:500;
	line-height:28px;
	color: #273440;
	letter-spacing:0.5px;
}
.noti-rgt{
	width:20%;
	height:auto;
	float:left;
}
.noti-rgt .fa{
	color:#0291d3;
	font-size:22px;
	text-align: right;
    display: block;
}
.noti-rgt h4{
	display:block;
	margin:0px;
	text-align:right;
	font-size:14px;
	font-weight:400;
	margin-top:20px;
	color:#777;
}
.blk-box-edtr{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	padding:20px;
	color: #273440;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
/****Notifications Page Css****/

/****Mobile LeftSide Menu Css****/
.top-rgtmbtn:after{
	content:"";
	position:absolute;
	width:30px;
	height:2px;
	margin:auto;
	top:18px;
	left:0px;
	cursor:pointer;
	border-top:2px solid #f00645;
}
.top-rgtmbtn:before{
	content:"";
	position:absolute;
	width:30px;
	height:11px;
	margin:auto;
	top:27px;
	left:0px;
	cursor:pointer;
	border-top:2px solid #f00645;
	padding-bottom:7px;
	border-bottom:2px solid #f00645;
}
.top-rgtmbtn{
	width:32px;
	height:60px;
	float:left;
	background:none;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	cursor:pointer;
	display:table;
	display:none;
	line-height:60px;
}
.lonav-xs-9 {
    float: left;
    min-height: 1px;
    position: relative;
}
.lonav-xs-3 {
    float: left;
    min-height: 1px;
    position: relative;
}
.lft-rgt-padd0{}

.mb-lftmnu-tophd{
	width:100%;
	height:auto;
	margin:auto;
	padding:15px;
	background:#0291d3;
	background:#2a76da;
}
#drawerEl{
	display:none;
}
.mb-usr-img-nm-mb{
	width:100%;
	height:auto;
	margin:auto;
}
.mb-lft-usrimg{
	width:60px;
	height:60px;
	float:left;
	border-radius:100%;
	box-shadow: 0 0 0px 3px rgba(255, 255, 255, 0.5);	
}
.mb-lft-usrimg img{
	width:60px;
	height:60px;
	border-radius:100%;
}
.mb-rgt-usrdtl{
	width:70%;
	height:auto;
	float:left;
	margin-left:15px;
}
.mb-rgt-usrdtl h2{
	margin:0px;
	font-size:16px;
	color:#fff;
	font-weight:500;
	letter-spacing:1px;
	padding-top:10px;
}
.mb-rgt-usrdtl h1{
	margin:0px;
	font-size:16px;
	color:rgba(255, 255, 255, 0.7);
	font-weight:400;
	padding-top:5px;
	letter-spacing:1px;
}
.mb-usr-city-dtl{
	width:100%;
	height:auto;
	margin:auto;
}
.mb-usr-city-dtl h3{
	margin:0px;
	font-size:16px;
	letter-spacing:1px;
	font-weight:500;
	color:#fff;
	padding-top:15px;
}
.mb-usr-city-dtl a{
	display:block;
	margin:0px;
	font-size:15px;
	letter-spacing:0.5px;
	font-weight:500;
	color:rgba(255, 255, 255, 0.7);
}
.mb-usr-city-dtl a .fa{
	margin-left:10px;
}
.mb-lftmnu-lst{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
}
.mb-lftmnu-lst ul{
	margin:0px;
	padding:0px;
	padding-bottom:40px;
}
.mb-lftmnu-lst ul li{
	list-style-type:none;
	width:100%;
	background: #fff;
    border-bottom: 1px solid #ddd;
    transition: all 0.5s ease 0s;
}
.mb-lftmnu-lst ul li a {
    display: block;
    font-size: 15px;
    padding-left: 20px;
    line-height: 50px;
    color: #222;
    color: #273440;
    font-weight: 600;
    transition: all 0.5s ease 0s;
}
.mb-lftmnu-lst ul li a img {
    width: 20px;
    margin-right: 15px;
}
.mb-lftmnu-lst ul li:hover{
	background: #eef3f6;
}
.mb-hdsrc-btn{
	width:100%;
	height:auto;
	margin:auto;
	display:none;
}
.mb-hdsrc-btn a{
	display:block;
	text-align:right;
	color:#f00645;
	font-size:26px;
}
.mb-hdsrc-btn a img{
	width:25px;
}
.mb-srchpg-div{
	width:100%;
	height:auto;
	margin:auto;
	background:#fff;
	padding:10px;
}
.mb-srchpg-div .searchbox-div {
    margin-top: 0px;
}
.mbinr-lghd{
	display:block;
}
.mbinr-pg-title{
	width:100%;
	height:auto;
	margin:auto;
	padding-left:52px;
	font-size:20px;
	color: #273440;
	font-weight:500;
	display:none;
}
/****Mobile LeftSide Menu Css****/

/****Mobile Footer Css****/
.mb-footer-maindiv{
	width:100%;
	height:auto;
	margin:auto;
	background:#f00645;
	padding-top:7px;
	padding-bottom:7px;
	position:fixed;
	bottom:0px;
	z-index:777;
	padding-left:15px;
	padding-right:15px;
	display:none;
}
.mb-ftr-lst{
	width:100%;
	height:auto;
	margin:auto;
}
.mb-ftr-lst ul{
	margin:0px;
	padding:0px;
}
.mb-ftr-lst ul li{
	list-style-type:none;
	width:20%;
	float:left;
	text-align:center;
}
.mb-ftr-lst ul li a{
	display:block;
	font-size:14px;
	color:#fff;
	font-weight:400;
}
.mb-ftr-lst ul li a img{
	width:20px;
}
.mb-ftr-lst ul li a span{
	display:block;
	margin-top:3px;
	white-space:nowrap;
}
.mb-ftr-srchbx{
	width:65px;
	height:65px;
	border-radius:100%;
	background:#fff;
	margin-top:-20px;
	border:4px solid #f00645;
	margin-left:15px;
	line-height:65px;
}
.mb-ftr-srchbx .fa{
	color: #273440;
	font-size:28px;
}
/****Mobile Footer Css****/
/*Dinesh Added Css*/
.error{
	color: red;
	font-size: 13px;
}
.notifyjs-bootstrap-base{
	width:100% !important;
	white-space:normal !important;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../images/Preloader_3.gif") center no-repeat #fff ;
}