@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('../css/progress-bar.css');
html, body {
    height: 100%;
}

*{margin:0px; padding: 0px; outline:none !important;}

body{
	font-family: 'Open Sans', sans-serif !important;
	font-weight:normal;
	line-height:24px;
	overflow-x:hidden;
}

#header{
	padding:12px 0px 7px;
	color:#000;
}

#header .form-control{
	border-radius:0px;
	border:1.4px solid #000;
	box-shadow:none;
	height:32px;
	width:100%;
}

#header .form-control:focus{
	box-shadow: 0px 0px 3px #555 !important;
}

#header .help-block{
	color:#000;
	font-size:12.3px;
	font-weight:600;
}

#header ul{
	margin:10px 0px 0px;
}

#header ul li{
	padding-left:20px;
}

#header ul li a, #header ul li{
	color:#555;
	font-weight:600;
}

#header ul li a i, #header ul li i{
	color:#f39906;
	font-size:23px;
	vertical-align:middle;
	padding-right:2px;
	top: -2px;
    position: relative;
}

.v_algn{
	vertical-align:middle;
}

a:focus{
	text-docoration:none;
}

#header ul li a{
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

#header ul li a:hover{
	text-decoration:none;
}

#header .dropdown-menu{
	margin:0px;
	left:45px;
	top:24px;
	background:#f39906;
	border:0px;
	font-size:14px;
	padding:1px 0px;
	border-radius:0px;
}

#header .dropdown-menu li{
	padding:0px;
}

#header .dropdown-menu li a{
	color:#fff;
	font-weight:600;
	line-height:27px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
	padding: 3px 15px;
}

#header .dropdown-menu li a:hover{
	background:#af000d;
}

.login, .signup{
	border:none;
	color:#fff;
	font-weight:700;
	font-size:13px;
	padding:7px 25px;
	margin-left:25px;
}

.login{
	background:#f39906;
}

.or{
	content:'OR';
	position:relative;
	color:#000;
	left: 14px;
    font-size: 12px;
    font-weight: 600;
}

.brdr_lft{
	border-left:1px solid #000;
	position:relative;
	left:14px;
}

.signup{
	background:#000;
}

.help{
	background-color:transparent;
	border:1px solid #000;
	padding:5px 20px;
	margin-left:25px;
	font-size:13px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
}

.mg_tp{
	margin-top:8px;
}

.txt::-webkit-input-placeholder, .pswd::-webkit-input-placeholder{
	font-family: 'Open Sans', sans-serif !important;
	color:#000 !important;
	text-align:center;
}
.txt:-moz-placeholder, .pswd:-moz-placeholder{
	font-family: 'Open Sans', sans-serif !important;
	color:#000 !important;
	text-align:center;
}
.txt::-moz-placeholder, .pswd::-moz-placeholder{
	font-family: 'Open Sans', sans-serif !important;
	color:#000 !important;
	text-align:center;
}
.txt:-ms-input-placeholder, .pswd:-ms-input-placeholder{
	font-family: 'Open Sans', sans-serif !important;
	color:#000 !important;
	text-align:center;
}

.cont_frm .form-control::-webkit-input-placeholder{
	font-family: 'Open Sans', sans-serif !important;
	color:#ddd !important;
	font-size:12px;
}
.cont_frm .form-control:-moz-placeholder{
	font-family: 'Open Sans', sans-serif !important;
	color:#ddd !important;
	font-size:12px;
}
.cont_frm .form-control::-moz-placeholder{
	font-family: 'Open Sans', sans-serif !important;
	color:#ddd !important;
	font-size:12px;
}
.cont_frm .form-control:-ms-input-placeholder{
	font-family: 'Open Sans', sans-serif !important;
	color:#ddd !important;
	font-size:12px;
}

.txt::-webkit-input-placeholder{
	font-size:13px !important;
}
.txt:-moz-placeholder{
	font-size:13px !important;
}
.txt::-moz-placeholder{
	font-size:13px !important;
}
.txt:-ms-input-placeholder{
	font-size:13px !important;
}

.reg_frm .form-control::-webkit-input-placeholder{
	font-size:12px !important;
	color:#bbb;
}
.reg_frm .form-control:-moz-placeholder{
	font-size:12px !important;
	color:#bbb;
}
.reg_frm .form-control::-moz-placeholder{
	font-size:12px !important;
	color:#bbb;
}
.reg_frm .form-control:-ms-input-placeholder{
	font-size:12px !important;
	color:#bbb;
}

.pswd::-webkit-input-placeholder{
	font-size:35px !important;
}
.pswd:-moz-placeholder{
	font-size:35px !important;
}
.pswd::-moz-placeholder{
	font-size:35px !important;
}
.pswd:-ms-input-placeholder{
	font-size:35px !important;
}

#menu{
	background:#f39906;
}

#menu .navbar{
	margin:0px;
	border:0px;
	min-height:45px;
}

#menu .navbar-nav > li > a{
	color:#fff;
	padding:0px 22px;
	line-height:45px;
	font-weight:600;
	font-size:15px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

#menu .nav > li > a:hover, #menu .nav > li > a:focus, #menu .nav .active a{
	background:none;
	color:#af000d;
}

#menu .dropdown-menu > li > a:hover, #menu .dropdown-menu > li > a:focus{
	color: #F9F086;
    font-weight: 600;
    text-decoration: none;
    background-color: #af000d;
}

#menu li.dropdown:hover > .dropdown-menu{
    background-color: #af000d;
}

#menu .dropdown-menu{
	border: 1px solid #af000d;
	width:180px;
}

#menu .dropdown-menu > li > a{
	color:#fff;
	font-weight:600;
	padding: 8px 20px;
}

#section_top{

}

#search{
	background:rgba(255, 255, 255, 0.8);
	position:relative;
	margin-top:-80px;
	line-height:80px;
	font-weight:700;
	color:#000;
	font-size:18px;
}

#slider_section{
	position: relative;
    z-index:0;
}

#register_free{
	background:#af000d;
	padding:30px 0px 20px;
	color:#fff;
}

#register_free h3{
	font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 10px;
	letter-spacing:.5px;
}

#register_free select + i.fa{
	color: #000;
}

.arw a{
	color:#fff !important;
	display:block;
}

.arw a:hover{
	color:#f39906 !important;
}

/*#register_free h3{
	font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px 47px;
	letter-spacing:.5px;
}
*/
/*#register_free h3:after{
	content:'';
	position:relative;
	border-bottom:1.3px solid #fff;
	width:23%;
	display:block;
	margin:auto;
	padding-bottom:12px;
}
*/
#register_free p{
	text-align:center;
	font-size:13px;
	margin:30px 0px 15px;
	width:100%;
	font-weight:600;
}

#register_free p:before, #register_free p:after{
	content:'';
	position:relative;
	width:25%;
	display:block;
	margin:auto;
}

#register_free p:before{
	padding-top:7px;
	border-top:1px solid #fff;
}

#register_free p:after{
	padding-bottom:8px;
	border-bottom:1px solid #fff;
}

#register_free .form-group{
	margin-bottom:20px;
}

#register_free .form-control{
	border-radius:0px;
	height:32px;
	border:0px;
	color:#bbb;
	font-size:13px;
	box-shadow: 2px 2px 5px #af000d !important;
}

#register_free .form-control:focus{
	border-color:transparent!important;
	box-shadow: 0px 0px 2px 2px #f39906 !important;
}

#register_free .control-label {
	font-weight:600;
	text-align:left;
}

#register_free .form-control::-webkit-input-placeholder{ 
	font-size:13px;
	color:#000;
}

#register_free .form-control:-moz-placeholder{
	font-size:13px;
	color:#000;
}

#register_free .form-control::-moz-placeholder{
	font-size:13px;
	color:#000;
}

#register_free .form-control:-ms-input-placeholder{
	font-size:13px;
	color:#000 ;
}

.reg_btn{
	width:150px;
	margin:auto;
}

.reg_btn .btn-danger{
	background:#f39906 !important;
	border-radius:0px;
	border:0px;
	text-transform:uppercase;
	font-weight:600;
	padding:10px 20px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
	margin-top:30px;
}

.reg_btn .btn-danger:hover{
	background:#fff;
	color:#f39906;
}


#welcome{
	position:relative;
/*	min-height:450px;
*/	overflow:hidden;
}

.welcome_img_pstn{
	position:absolute !important;
	padding:0px !important;
}

.welcome_img_pstn img{
	width:100%;
}

.welcome_txt{
	text-align:right;
	padding-right:50px;
	color:#000;
	padding-top:50px ;
	padding-bottom:50px ;
}

.welcome_txt h3{
	font-weight:600;
	margin:0px 0px 60px;
	font-size:25px;
}

.welcome_txt h3:after{
	content:'';
	position:relative;
	display:block;
	width:95%;
	margin-left:auto;
	padding-bottom:25px;
	border-bottom:1px solid #000;
}

.welcome_txt p{
	width:95%;
	margin-left:auto;
	font-size:18px;
	color:#000;
	margin-bottom:30px;
}

.welcome_txt a{
	border:1px solid #000;
	color:#000;
	font-size:16px;
	padding:2px 10px;
	display:inline-block;
	margin-top:10px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

.welcome_txt a:hover{
	text-decoration:none;
	background:#000;
	color:#fff;
}

#happy{
	background:url(../images/happy-stories.jpg) no-repeat center;
	background-size:cover;
	position:relative;
	padding:50px 0px 60px;
	margin-top: -10px;
}

#happy:before{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(244, 199, 18, 0.8);
}

#happy h2{
	margin:0px 0px 60px;
	position:relative;
	z-index:1;
	color:#000;
	text-align:center;
	font-size:25px;
}

#happy h2:after{
	content:'';
	position:relative;
	display:block;
	margin:auto;
	width:30%;
	padding-bottom:15px;
	border-bottom:1px solid #111;
}

#happy p{
	color:#000;
	margin-top:5px;
	font-weight:600;
}

#happy .img-responsive{
	width:96%;
}

#happy .owl-theme .owl-controls .owl-buttons .owl-prev{
	left:-5%;
	top:26%;
}

#happy .owl-theme .owl-controls .owl-buttons .owl-next{
	right:-2%;
	top:26%;
}

#happy .owl-theme .owl-controls .owl-buttons .owl-prev i, #happy .owl-theme .owl-controls .owl-buttons .owl-next i{
	color:#f39906;
	background:#fff;
	width:40px;
	height:40px;
	font-size:30px;
	line-height:40px;
}

#contact_bg{
	background:url(../images/contact-bg.jpg) no-repeat center;
	background-size:cover;
	position:relative;
	padding:35px 0px;
}

#contact_bg:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.6);
}

#contact_bg p{
	font-size:18px;
	color:#fff;
	width:280px;
	position:relative;
	z-index:1;
	margin:30px auto 25px;
}

#contact_bg a{
	text-transform:uppercase;
	font-size:19px;
	background:#af000d;
	color:#fff;
	padding:1px 10px;
	font-weight:600;
	display:inline-block;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

#contact_bg a:hover{
	text-decoration:none;
	background:#f39906;
	color:#000;
}

#footer{
	padding:40px 0px 25px;
}

#footer h4{
	margin:0px 0px 30px;
	text-transform:uppercase;
	color:#000;
	font-weight:700;
	font-size:16px;
}

#footer ul{
	margin:0px;
}

#footer ul li a{
	color:#000;
	line-height:25px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

#footer ul li a:hover{
	color:#af000d;
	text-decoration:none;
}

#footer ul li a img{
	margin-bottom:5px;
}

#copyright{
	background:#f39906;
	color:#000;
	font-size:13px;
	padding:8px 0px;
}

#copyright a{
	color:#000;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

#copyright a:hover{
	text-decoration:none;
	color:#af000d;
}

#success{
	position:relative;
	color:#000;
}

#success img{
	width:100%;
}

#success h2{
	font-weight:600;
	font-size:26px;
	margin-bottom:50px;
	margin-top:70px;
}

#success h2:after{
	content:'';
	position:absolute;
	display:block;
	width:72%;
	padding-bottom:20px;
	border-bottom:1px solid #000;
}

#success p{
	font-size:17px;
	text-align:justify;
	width:90%;
}

#success span{
	float:right;
	font-size:13px;
	margin-top:10px;
	padding-right:20px;
}

.success_txt{
	width:75%;
	margin:auto;
}

input[type=checkbox] { display:none; } /* to hide the checkbox itself */
input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
input[type=checkbox] + label:before { letter-spacing: 8px;transform: scale(1.5); } /* space between checkbox and label */

input[type=checkbox]:checked + label:before { content: "\f046"; } /* checked icon */
input[type=checkbox]:checked + label:before { letter-spacing: 8px; } /* allow space for check mark */


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  /* no standardized syntax available, no ie-friendly solution available */
}

select + i.fa {
  float: right;
  margin-top: -22px;
  margin-right: 5px;
  /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
  pointer-events: none;
  /* everything after this is just to cover up the original arrow */
  /* (for browsers that don't support the syntax used above) */
  background-color: #fff;
  padding-right: 5px;
  font-weight:700;
  color:#aaa;
  font-size:15px;
}

#register_free input[type='radio'] {
    -webkit-appearance:none;
	-moz-appearance:none;
	 -o-appearance: none;
    width:18px;
    height:18px;
	background:#fff;
    border-radius:50%;
    outline:0 !important;
	position:absolute;
}
/*input[type='radio']:hover {
    box-shadow:0 0 5px 0px orange inset;
}*/
#register_free input[type='radio']:before {
    content:'';
    display:block;
    width:100%;
    height:100%;
    /*margin: 20% auto;    */
    border-radius:50%;    
}
#register_free input[type='radio']:checked:before {
  	background: #f39906;
    width: 10px;
    position: relative;
    left: 4px;
    top: 4px;
    height: 10px;
    border-radius: 50%;
    outline: 0;
}

.reg_frm input[type='radio'], .plan_brdr input[type='radio'], #admin_featured input[type='radio']{
    -webkit-appearance:none;
	-moz-appearance:none;
	 -o-appearance: none;
    width:18px;
    height:18px;
	background:#fafafa;
	border: 1px solid #ccc;
    border-radius:50%;
    outline:0 !important;
	position:absolute;
}
/*input[type='radio']:hover {
    box-shadow:0 0 5px 0px orange inset;
}*/
.reg_frm input[type='radio']:before, .plan_brdr input[type='radio']:before, #admin_featured input[type='radio']:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    /*margin: 20% auto;    */
    border-radius:50%;    
}
.reg_frm input[type='radio']:checked:before, .plan_brdr input[type='radio']:checked:before, #admin_featured input[type='radio']:checked:before{
	background: #222;
    width: 8px;
    position: relative;
    left: 4px;
    top: 4px;
    height: 8px;
    border-radius: 50%;
    outline: 0;
}

.rd_btn{
	font-weight:400;
	padding:5px 25px 0px 30px;
}

.half-circle1 {
    width: 30px;
    height: 55px;
    background-color: white;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    border-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.half-circle2 {
    width: 30px;
    height: 55px;
    background-color: white;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    border-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#success .owl-theme .owl-controls .owl-buttons .owl-prev{
	left:32.2%;
	top: 32.5%;
}


#success .owl-theme .owl-controls .owl-buttons .owl-next{
	right:0.4%;
    top: 32.5%;
}

#success .owl-theme .owl-controls .owl-buttons .owl-prev i, #success .owl-theme .owl-controls .owl-buttons .owl-next i{
	color: #666;
    font-size: 38px;
    padding-top: 7px;
}

#success .owl-theme .owl-controls .owl-buttons .owl-prev i{
    padding-right:8px;
}

#success .owl-theme .owl-controls .owl-buttons .owl-next i{
	padding-left:8px;
}

.no_pad{
	padding-left:0px !important;
	padding-right:0px !important;
}

.no_pad_l{
	padding-left:0px !important;
}

.t_pad{
	padding-top:6px;
}

.no_pad_r{
	padding-right:0px !important;
}

.mg_lft{
	margin-left:10px;
}

.fnt_wgt{
	font-weight:600;
}

.no_mg{
	margin-top:0px !important;
}

.bt_mg{
	margin-top:-5px !important;
}

.mg_lft label{
	margin:0px;
	font-weight:600;
}

.cd-top {
  display: inline-block;
  position: fixed;
  border:1px solid #f39906 !important;
  background:#f39906 !important;
  bottom: 20px;
  text-align:center;
  line-height:40px;
  right: 10px;
  color:#f2f2f2 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
 opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .8;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

/*Inner page style*/
#inner_banner{
	width:100%;
	float:left;
}

#inner_banner img{
	width:100%;
	height:auto;
}

#content{
	clear:both;
	padding:30px 0px;
}

#content h2{
	margin:0px 0px 0px;
	text-transform:uppercase;
	color:#af000d;
	font-weight:600;
	font-size:32px;
	padding-left:15px;
	letter-spacing: -1px;
}

#content p{
	color:#000;
	margin-top:25px;
	line-height:22px;
}

#content a{
	color:#000;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

#content a:hover, #content a:focus{
	text-decoration:none;
	color:#af000d;
}

.span_txt{
	font-weight:700;
	color:#af000d;
	font-size:15px;
	line-height:28px;
}

.cont_frm{
	margin-top:25px;
}

.cont_frm span{
	color:#af000d;
	font-size:12px;
}

.more-less {
	float: right;
    color: #212121;
	position: relative;
    top: 2px;
}

#content .panel-default > .panel-heading{
	background:#f5f5f5;
}

#content .panel-title{
	font-size:15px;
}

#content .panel-group .panel, #admin_featured .panel-group .panel{
	margin-top:12px;
}

.in_mg{
	margin-top:15px;
}

.red{
	color:#af000d !important;
}

.circle{
	left: 33px;
    background: #af000d;
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
	font-size:14px;
	font-weight:600;
    text-align: center;
}

.reg_pd legend{
	padding: 5px 5px 5px 33px !important;
}

.reg_frm fieldset, .news_brdr, .profile_brdr{
	border: 1px solid #ddd;
    padding: 5px 15px 15px;
    margin-top: 25px;
    border-radius: 5px;
	background:#fafafa;
	box-shadow:1px 1px 5px #ddd;
}

.fnt_sz{
	font-size:22px !important;
	color: #af000d;
}

.profile_brdr{
	padding-top:15px;
}

.profile_brdr h4{
	font-weight:700;
	color: #af000d;
}

.profile_brdr .btn-danger{
	background:#af000d;
	text-transform:uppercase;
	font-weight:600;
	font-size:13px;
	margin-top:10px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

.profile_brdr .btn-danger:hover{
	background:#fff;
	color:#af000d;	
}

.reg_frm .form-group{
	margin-bottom:18px;
	padding:0px !important;
}

.reg_frm fieldset:hover, .news_brdr:hover{
	background:#f6f6f6;
}

.reg_frm legend{
	width:auto;
	margin-bottom:10px;
	padding: 5px;
	font-size:20px;
	border:0px;
	color:#af000d;
	font-weight:600;
	border-radius:5px;
}

.reg_frm .control-label{
	text-align:left !important;
	color:#222;
	font-weight:600;
}

.reg_frm .form-control{
	height:32px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .055);
	border:1px solid #ddd;
}

.reg_frm .form-control:focus{
	border-color:rgba(187, 187, 187, .75) !important;
	box-shadow: 0px 0px 3px #666 !important;
}

.chk_box label, .chk_box1 label{
    margin-top: 8px;
    font-weight: 400;
	margin-bottom:0px;
	font-size:13.3px;
}

.chk_box label{
    padding-right: 15px;
}

.ctn_btn.view{
	text-align:center;
	background:#af000d;
	border:0px;
	border:1px solid #af000d;
	display:inline-block;
	color:#fff;
	padding:4px 15px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:0px;
	border-radius:5px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}
.ctn_btn{
	text-align:center;
	background:#af000d;
	border:0px;
	border:1px solid #af000d;
	display:inline-block;
	color:#fff;
	padding:9px 25px;
	text-transform:uppercase;
	font-weight:600;
	margin-top:25px;
	border-radius:5px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

.ctn_btn:hover{
	color:#af000d;
	background:#fff;
	border:1px solid #af000d;
}

.brdr_r{
	border-bottom:2px solid #fd6e70 !important;
}

.brdr_y{
	border-bottom:2px solid #f39906 !important;
}

.plan_brdr{
	margin-top:30px;
	border:1px solid #eee;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.plan_brdr:hover{
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	z-index: 1;
}

.plan_tle{
	text-align:center; 
	padding:20px 0px; 
	color:#fff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

#content .panel-title a{
	display:block;
}

.bg_blk{
	background:#f39906; 
}

.bg_blk h4{
	color:#af000d;
}

.bg_red{
	background:#af000d; 
}

.bg_blk h4{
	color:#fff;
}

.plan_tle h3{
	margin:0px;
	text-transform:uppercase;
	font-size:30px;
	font-weight:600;
	border-radius:10px;
}

.plan_tle h4{
	margin:15px 0px 0px;
	font-size:22px;
}

.plan_dtl ul li{
	line-height:45px;
	font-size: 13.2px;
}

.plan_dtl ul li:hover{
	//background:#e9e9e9 !important;
}

.plan_dtl ul li:nth-child(odd){
	background:#f5f5f5;
}

.plan_dtl ul li:nth-child(even){
	background:#fff;
}

.rg_btn{
	margin-top: 18px !important;
    margin-left: 5px !important;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: white;
    font-size: 15px;
    border-radius: 5px;
	border:none;
}

.rd_btn1 {
    font-weight: 400;
    padding: 4px 15px 0px 22px;
}

.date_bg{
	background:#af000d;
	color:#fff;
	display:inline-block;
	font-weight:600;
	position:relative;
 	top:-20px;
	margin-bottom:-20px;
	padding:5px 15px;
	left:5px;
}

.news_brdr{
	margin-top:40px !important;
}

.news_txt{
	overflow:hidden;
}

.news_txt img{
	margin-top:20px;
}

.news_brdr h3{
	margin:0px;
	font-size:18px;
	font-weight:600;
	color: #af000d;
}

.news_brdr p{
	margin-top:15px !important;
	text-align:justify;
}

.news_brdr ul{
	margin-left:30px;
	margin-top:20px;
	line-height:26px;
}

.corner{
	position: absolute;
    left: -10px;
    width: 0;
    top: 0px;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #af000d rgba(0, 0, 0, 0);
}

.corner:before{
	content: "";
    position: absolute;
    left: -10px;
    width: 0;
    top: 0px;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0);
}

.view_prfle .panel-default > .panel-heading{
	background:#f7f7f7 !important;
}

.view_prfle .panel-default > .panel-heading{
	border-color: #af000d;
}

.view_prfle .panel-default{
	border-color: #ddd;
	box-shadow: 0px 0px 3px #eee;
}
#admin_featured .view_prfle .panel-title a{
	display:block;
}
.view_prfle .panel-title a:hover{
	text-decoration:none;
}

.view_prfle .panel-title a{
	color:#000 !important;
	font-weight:600;
	font-size:14px;
	padding-left:18px;
}

.view_prfle .panel-title .text-right a{
	color:#af000d !important;
}

.prfle_no{
	background:#af000d; 
	position:absolute; 
	color:#fff; 
	width:18px; 
	/*top:-1px; */
	height:18px; 
	font-weight:600;
	text-align:center; 
	border-radius:50%; 
	font-size:13px; 
	line-height:18px; 
	left:23px;
}	

.lst_wdth .list-inline > li{
	padding-left: 20px;
    width: 45%;	
	line-height:28px;
	padding-bottom:10px;
	font-size:13.5px;
}

.actn li{
	width:33% !important;
}

.view_prfle .panel-body:hover{
	background:#fbfbfb;
}

.prfle_acty .nav-tabs{
	border-bottom: 1px solid #e9e9e9;
}

.prfle_acty .nav-tabs .active a, .prfle_acty .nav-tabs li a:hover{
	color: #eee !important;
    background: #af000d !important;
}

.prfle_acty .nav-tabs .active a{
    font-weight: 600;
}

.prfle_acty .nav-tabs{
	margin-top:30px;
}

.prfle_acty .nav-tabs li a{
	color: #111 !important;
    background: #eee !important;
	margin-right:10px;
	padding: 10px 25px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

.prfle_acty .tab-content{
	border: 1px solid #ddd;
    border-top: none;
	padding:15px;
	border-bottom-left-radius:5px;
	background:#fbfbfb;
	border-bottom-right-radius:5px;
}

.prfle_acty p{
	margin-top:10px !important;
}

.ctr_msg .btn-danger{
	background:#af000d;
	text-transform:uppercase;
	font-weight:600;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
}

.ctr_msg .btn-danger:hover{
	background:#fff;
	color:#af000d;
}

.prfle_acty .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
  top: 12px;
  left: 10px;
}

.prfle_acty .switch input {display:none;}

.prfle_acty  .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.prfle_acty .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.prfle_acty input:checked + .slider {
  background-color: #4fab4f;
}

.prfle_acty  input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.prfle_acty  input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.prfle_acty .slider.round {
  border-radius: 34px;
}

.prfle_acty .slider.round:before {
  border-radius: 50%;
}

.prfle_acty td .switch{
	top:5px;
}

.prfle_acty table{
	margin-top:15px;
	box-shadow:1px 1px 5px #ddd;
}

.td_wdth{
	width:20%;
	position:relative;
	top:8px;
	left:7px;
	color:#000;
	font-weight:600;
}

.custom-file-input{
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.custom-file-control, .custom-file-control1{
    position: relative;
    right: 0;
    left: 0;
	top:-34px;
	margin-bottom:-20px;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #464a4c;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.custom-file-control::before, .custom-file-control1::before {
	position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
	font-weight:700;
    z-index: 6;
    display: block;
    height: auto;
    padding: 5px 40px;
    line-height: 1.5;
    color: #f9f9f9;
    background-color: #d92931;
    border: 1px solid #d92931;
    border-top-right-radius: 4px;
	border-bottom-right-radius:4px;
}
.brws:before{
	padding:5px 18px !important;
}
.custom-file-control1::before{
	content: "Upload";
}
.custom-file-control::before{
	content:"Browse";
}
.custom-file-control::after{
    content: "Choose File...";
	font-size:13px;
	font-weight:600;
	color:#000;
}
.admin_tle{
	margin:35px 0px 23px;
	font-weight:600;
	color: #af000d;
    font-size: 26px;
}
#admin_featured{
	position:relative;
}
#admin_featured h4{
	font-size: 15px;
    font-weight: 600;
    color: #af000d;
}
#admin_featured .view_prfle .panel-body:hover{
	background:#fff;
}

.ban_res{
	width:40%;
	height:auto;
}
.ban_btm{
	margin-bottom:20px !important;
	overflow:hidden;
}
.ban_btm1{
	margin-bottom:30px !important;
	overflow:hidden;
}
.ban_btm2{
	margin-bottom:10px !important;
	overflow:hidden;
}
#admin_featured .form-control::-webkit-input-placeholder{
	font-size:13px !important;
	color:#bbb;
}
#admin_featured .form-control:-moz-placeholder{
	font-size:13px !important;
	color:#bbb;
}
#admin_featured .form-control::-moz-placeholder{
	font-size:13px !important;
	color:#bbb;
}
#admin_featured .form-control:-ms-input-placeholder{
	font-size:13px !important;
	color:#bbb;
}
#admin_featured .control-label{
	text-align:right;
	margin-top: 5px;
	font-weight: 600;
    color: #000;
}
.no_mt{
	margin-top:10px !important;
}
.no_mt1{
	margin-top:10px !important;
	margin-bottom:30px;
}
.btn_mg_tp{
	margin-top:35px;
}
#no-more-tables .table > thead > tr > th{
    border: 1px solid #ffac25 !important;
}
#no-more-tables th{
	border-bottom:none !important;
	background:#f39906;
	color:#400007;
	font-weight:600;
}
#no-more-tables td{
	vertical-align:middle;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13.5px;
}
#no-more-tables{
	margin-bottom:20px;
	margin-top:20px;
}
.actn li{
	padding-left:4px !important;
	padding-right:4px !important;
}
.actn li:nth-child(1) a{
	color:green;
}
.actn li:nth-child(2) a{
	color:#af000d;
}
.cms_tle{
	font-size:23px !important;
	font-weight:600;
	padding: 25px 0px 15px;
	clear: both;
}
#admin_featured .prfle_acty .tab-content{
	background:#fff !important;
}
.custom-file-control1::after{
    content: "";
}

/*Admin Page styles*/

.ad_head_br{
	border-bottom: 2px solid #af000d;
    box-shadow: 1px 1px 12px #d0d0d0;
}

.ad_foot_br{
	border-top: 2px solid #af000d;
    box-shadow: 1px 1px 12px #d0d0d0;
}

.cnfrm_tp{
	margin-top:10px;
}

.cnfrm_btn .btn-danger{
	font-weight:600;
	padding-left:40px;
	padding-right:40px;
	text-transform:uppercase;
}


.view_prfle .table th, .view_prfle .table td{
	font-size:14px !important;
}

.chg_pswd{
	font-size:20px;
	font-weight:600;
	color: #af000d;
	margin: 30px 0px 10px;
}

.txt_clr{
	color:#000 !important;
}

@media screen and (max-width:359px){
	.login, .signup{
		margin-left:18px;
		padding: 7px 15px;
	}
	
	#search img{
		width:14%;
	}
	
	#search{
		line-height:65px;
	}
	
	#register_free p{
		width:92%;
		margin-left:auto;
		margin-right:auto;
	}
	
	.welcome_txt{
		padding-top:20px;
		padding-bottom:30px;
	}
	
	.welcome_txt h3{
		font-size: 17px;
		margin-bottom:22px;
		line-height: 25px;
	}
	
	.welcome_txt p, #success p{
		font-size:14px;
	}
	
	.welcome_txt h3::after, #success h2::after{
		padding-bottom:12px;
	}
	
	.welcome_img_pstn img, .welcome_img_pstn{
		height:100%;	
	}
	
	#success h2{
		font-size:20px;
	}
	
	#success h2{
		margin-bottom:30px;
	}
	
	.half-circle1, .half-circle2{
		width: 22px;
		height: 45px;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-prev i, #success .owl-theme .owl-controls .owl-buttons .owl-next i{
		font-size:30px;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -5.1%;
		top:62%;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-next{
		right:-0.5%;
		top:62%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev i, #happy .owl-theme .owl-controls .owl-buttons .owl-next i{
		width: 30px;
		height: 30px;
		font-size: 25px;
		line-height: 30px;
	}
	
	#happy .img-responsive{
		width: 80%;
		margin: auto;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev, #happy .owl-theme .owl-controls .owl-buttons .owl-next{
		top:90%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev{
		left:35%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-next{
		right:40%;
	}
	
	#happy{
		padding: 25px 0px 75px;
	}
	
	#happy h2{
		margin-bottom:25px;
		font-size: 18px;
	}
	
	.plan_dtl ul li{
		line-height:24px;
		padding: 10px 5px;
	}
	
	.rg_btn{
		margin-top:8px !important;
	}
	
	.plan_tle h3{
		font-size: 25px;
	}
	
	.plan_tle h4{
		font-size:20px;
	}
	
	.view_prfle .panel-title .text-right .edt{
		display:none;
		text-align:right;
	}
	
	.view_prfle .panel-title a{
		font-size:13px;
	}
	
	.profile_brdr .media-left, .profile_brdr .media-right, .profile_brdr .media-body{
		display:block;
	}
	
	.profile_brdr .media-left, .profile_brdr .media > .pull-left{
		padding-bottom:15px;
	}

	.admin_hd .list-unstyled li{
		width:90%;
		margin-left:10%;
		text-align:left;
		padding-bottom:15px;
		padding-left:12px !important;
	}
	
	.admin_hd .list-unstyled li a{
		font-size:13px;
	}
	
	.admin_hd .progress{
		width: 55px;
		height: 55px;
		line-height:50px;	
	}
	
	.admin_hd .list-unstyled li ul li{
		width:100%;
		margin-left:0px;
		padding-left:0px !important;
	}
	
	.admin_hd .progress{
		margin-top:8px !important;
		margin-bottom:0px !important;
		right:10px;
		top:50%;
	}
	
	.lst_wdth .list-inline > li{
		width:100%;
	}
	
	.prfle_acty table{
		margin-top:0px;
	}
	
	.prfle_acty .nav-tabs li{
		width:100%;
		margin-bottom:5px;
	}
	
	.prfle_acty .nav-tabs li a{
		margin-right:0px;
	}
	
	.prfle_acty .nav-tabs > li > a{
		border-radius:4px;
	}
}

@media (min-width:360px) and (max-width:479px){
	.login, .signup{
		margin-left:18px;
	}
	
	#search img{
		width:14%;
	}
	
	.plan_dtl ul li{
		line-height:24px;
		padding: 10px 5px;
	}
	
	.rg_btn{
		margin-top:8px !important;
	}
	
	.plan_tle h3{
		font-size: 25px;
	}
	
	.plan_tle h4{
		font-size:20px;
	}
	
	#search{
		line-height:70px;
	}
	
	.welcome_txt{
		padding-top:20px;
		padding-bottom:30px;
	}
	
	.welcome_txt h3{
		font-size: 18px;
		margin-bottom:22px;
		line-height: 30px;
	}
	
	.welcome_txt p, #success p{
		font-size:15px;
	}
	
	.welcome_txt h3::after, #success h2::after{
		padding-bottom:12px;
	}
	
	.welcome_img_pstn img, .welcome_img_pstn{
		height:100%;	
	}
	
	#success h2{
		font-size:20px;
	}
	
	#success h2{
		margin-bottom:30px;
	}
	
	.half-circle1, .half-circle2{
		width: 22px;
		height: 45px;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-prev i, #success .owl-theme .owl-controls .owl-buttons .owl-next i{
		font-size:30px;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -4.1%;
		top:62%;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-next{
		right:-0.5%;
		top:62%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev i, #happy .owl-theme .owl-controls .owl-buttons .owl-next i{
		width: 30px;
		height: 30px;
		font-size: 25px;
		line-height: 30px;
	}
	
	#happy .img-responsive{
		width: 80%;
		margin: auto;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev, #happy .owl-theme .owl-controls .owl-buttons .owl-next{
		top:90%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev{
		left:37%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-next{
		right:42%;
	}
	
	#happy{
		padding: 25px 0px 75px;
	}
	
	#happy h2{
		margin-bottom:35px;
		font-size: 20px;
	}
	
	.view_prfle .panel-title .text-right .edt{
		display:none;
		text-align:right;
	}
	
	.profile_brdr .media-left, .profile_brdr .media-right, .profile_brdr .media-body{
		display:block;
	}
	
	.profile_brdr .media-left, .profile_brdr .media > .pull-left{
		padding-bottom:15px;
	}
	
	.admin_hd .list-unstyled li{
		width:47%;
		text-align:left;
		padding-bottom:15px;
		padding-left:12px !important;
	}
	
	.admin_hd .list-unstyled li a{
		font-size:13px;
	}
	
	.admin_hd .progress{
		width: 55px;
		height: 55px;
		line-height:50px;	
	}
	
	.admin_hd .list-unstyled li ul li{
		width:100%;
		padding-left:0px !important;
	}
	
	.admin_hd .progress{
		margin-top:8px !important;
		margin-bottom:0px !important;
		right:10px;
		top:18px;
	}
	
	.lst_wdth .list-inline > li{
		width:100%;
	}
	
	.prfle_acty table{
		margin-top:0px;
	}
	
	.prfle_acty .nav-tabs li{
		width:100%;
		margin-bottom:5px;
	}
	
	.prfle_acty .nav-tabs li a{
		margin-right:0px;
	}
	
	.prfle_acty .nav-tabs > li > a{
		border-radius:4px;
	}

}

@media (min-width:480px) and (max-width:520px){
	.login, .signup{
		padding: 7px 53px;
		margin-left: 22px;
	}
	
	#search img{
		width:10%;
	}
	
	#search{
		line-height:70px;
	}
	
	.welcome_txt{
		padding-top:20px;
		padding-bottom:30px;
	}
	
	.welcome_txt h3{
		font-size: 20px;
		margin-bottom:30px;
		line-height: 30px;
	}
	
	.welcome_txt p{
		font-size:16px;
	}
	
	.half-circle1, .half-circle2{
		width: 22px;
		height: 45px;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-prev i, #success .owl-theme .owl-controls .owl-buttons .owl-next i{
		font-size:30px;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -3.1%;
		top:62%;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-next{
		right:-0.5%;
		top:62%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev i, #happy .owl-theme .owl-controls .owl-buttons .owl-next i{
		width: 30px;
		height: 30px;
		font-size: 25px;
		line-height: 30px;
	}
	
	#happy .img-responsive{
		width:100%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev, #happy .owl-theme .owl-controls .owl-buttons .owl-next{
		top:90%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev{
		left:37%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-next{
		right:42%;
	}
	
	#happy{
		padding: 25px 0px 75px;
	}
	
	#happy h2{
		margin-bottom:35px;
	}
	
	.view_prfle .panel-title .text-right .edt{
		display:none;
		text-align:right;
	}
	
	.admin_hd .list-unstyled li{
		width:40%;
		text-align:left;
		padding-bottom:15px;
	}
	
	.admin_hd .list-unstyled li ul li{
		width:100%;
	}
	
	.admin_hd .progress{
		margin-top:8px !important;
		margin-bottom:0px !important;
		right:10px;
		top:18px;
	}
	
	.lst_wdth .list-inline > li{
		width:100%;
	}
	
	.prfle_acty .nav-tabs li a{
		padding:10px;
	}
}

@media (min-width:521px) and (max-width:767px){
	.login, .signup{
		padding: 7px 95px;
		margin-left: 18px;
	}
	
	.or{
		left:12px;
	}
	
	#search img{
		width:8%;
	}
	
	.welcome_txt h3{
		font-size: 20px;
		margin-bottom:30px;
	}
	
	.welcome_txt h3::after{
		width:80%;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -2.8%;
		top: 59%;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 59%;
	}

	#happy .img-responsive{
		width: 75%;
		margin: auto;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -2%;
		top:22%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-next{
		top:22%;
		right: 3%;
	}
	
	.admin_hd .list-unstyled li{
		width:32%;
		text-align:left;
		padding-bottom:15px;
	}
	
	.admin_hd .list-unstyled li ul li{
		width:100%;
	}
	
	.admin_hd .progress{
		margin-top:8px !important;
		margin-bottom:0px !important;
		right:10px;
	}
	
	.lst_wdth .list-inline > li{
		width:48%;
	}
	
	.prfle_acty .nav-tabs li a{
		margin-right: 8px;
		padding: 10px 9px;
	}
	
}

@media screen and (max-width:767px){
.cnfrm_btn.mbl_vr .btn-danger{
margin-bottom:0px;
}	

.mbl_vr .btn-danger-custom{
margin-top:0px;
}

.pd{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	
	.prfle_acty table{
		margin-top:0px;
	}
	
	#menu .dropdown-menu{
		width: 100%;
	}
	
	.m_mg_tp{
		margin-top:30px;
	}
	
	.td_wdth{
		width:40%;
	}
	
	.pd_r{
		padding-right:15px !important;
	}
	
	 .frm_pd{
	 	padding-left:0px !important;
		padding-right:0px !important;
	 }
	
	.navbar-brand{
		color:#fff;
	}
	
	.navbar-toggle .icon-bar{
		background:#fff;
	}
	
	#search{
		margin-top:0px;
	}
	
	#search{
		font-size:14px;
	}
	
	.welcome_txt h3::after{
		margin:auto;
	}
	
	#footer{
		padding: 5px 0px 25px;
	}
	
	#footer h4{
		margin: 30px 0px 15px;
	}

	#footer .text-center{
		text-align:left;
	}
	
	#footer ul li a img{
		float:left;
		margin-right:12px;
	}
	
	#register_free h3{
		margin-bottom:30px;
	}
	
	.reg_frm legend{
		padding: 10px 5px 5px;
		font-size: 17px;
	}
	
	.admin_hd .list-unstyled{
		text-align:left !important;
		margin:0px !important;
	}
	
	.cnfrm_btn .btn-danger{
		margin-bottom:25px;
	}
	
	.prf{
		margin-bottom:30px;
	}
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { /*border: 1px solid #ccc;*/ }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ddd; 
		position: relative;
		padding-left: 65%; 
		white-space: normal;
		text-align:left;
		word-wrap:break-word;
	}
	
	/*#no-more-tables td:last-child { border-bottom:none;}*/
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

@media (min-width:768px) and (max-width:990px){
	#menu .navbar-nav > li > a{
		font-size:13px;
		padding: 0px 10.8px;
	}
	
	#menu .nav > li > a:hover, #menu .nav > li > a:focus, #menu .nav .active a{
		font-size:13px;
	}

	#search{
		font-size:13px;
		margin-top: -60px;
		line-height: 60px;
	}

	#search img{
		width:16%;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -2%;
		top: 56.5%;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-next{
		right:0.84%;
		top: 56.5%;
	}
	
	#happy .img-responsive{
		width:80%;
		margin:auto;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev{
		left:-2%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-next{
		right:2%;
	}
	
	.cont_frm{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.reg_frm legend{
		margin-top:5px;
		font-size:18px;
	}
	
	.admin_hd .progress{
		margin-bottom:5px !important;
	}
	
	.ad_padl{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	
	.admin_hd  ul li{
		padding-left:0px !important;
		padding-right:20px !important;
	}
	
	.lst_wdth .list-inline > li{
		width:48%;
	}
	
	.td_wdth{
		width:30%;
	}
	
	.prf .nav-tabs li a{
		padding: 10px 12px;
	}
}

@media screen and (max-width:990px){
	.logo, .welcome_txt, #copyright .text-left, #copyright .text-right{
		text-align:center;
	}
	
	
	
	.frm_pd{
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.welcome_txt p, .success_txt, #success p{
		width:100%;
	}
	
	.logo{
		padding:20px 0px;
	}
	
	.welcome_img_pstn:before{
		content:'';
		position:absolute;
		left:0;
		top:0;
		right:0;
		bottom:0;
		background:rgba(0, 0, 0, 0.6);
	}
	
	.welcome_txt, .welcome_txt p, .welcome_txt a{
		color:#f9f9f9;
	}
	
	.welcome_txt a{
		border:1px solid #f9f9f9;
	}
	
	.welcome_txt h3::after{
		border-bottom:1px solid #f9f9f9;
	}
	
	.welcome_txt, #success span{
		padding-right:0px;
	}
	
	#success span{
		padding-bottom:20px;
	}
	
	#success h2{
		margin-top: 30px;
	}
	
	#success h2::after{
		width:25%;
	}
	
	 #copyright .text-left, #copyright .text-right{
	 	padding:5px 0px;
	 }
	 
	 .reg_frm .control-label{
	 	margin-bottom:3px !important;
	 }
	 
	 .ctn_btn{
	 	width:150px;
		margin-left:auto;
		margin-right:auto;
		display:block;
	 }
	 
	 .mg_a{
	 	margin-left:0px !important;
	 }
	 
	 .ad_head_br ul{
	 	text-align:center !important;
	 }
	 
	 .ad_head_br ul li{
	 	padding-left:5px !important; 
	 }
	 
	 .m_bm{
		margin-bottom:20px;
	 }
	 
	 .fm_pl{
	 	padding-left:0px !important;
	 }
	 
	 .fm_pr{
	 	padding-right:0px !important;
	 }
}

@media (min-width:991px) and (max-width:1200px){
	.login, .signup{
		padding: 7px 15px;
		margin-left: 15px;
	}
	
	.plan_tle h3{
		font-size: 25px;
	}
	
	.r_pd{
		padding:5px 24px 0px 24px !important;
	}
	
	.or{
		left:10px;
	}
	
	#menu .navbar-nav > li > a{
		padding: 0px 18px;
	}
	
	.mg_lft{
		margin-left:15px;
	}
	
	#search{
		font-size:16px;
	}
	
	.welcome_txt{
		padding-right: 15px;
	}
	
	.welcome_txt h3{
		font-size:22px;
		margin-bottom:20px;
	}
	
	.welcome_txt p{
		font-size:16px;
		margin-bottom: 15px;
	}
	
	.welcome_txt a{
		font-size:14px;
	}
	
	.welcome_txt{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	#success h2{
		margin-bottom: 40px;
	    margin-top: 30px;
	}
	
	#success p{
		font-size:16px;
	}
	
	#success h2::after{
		padding-bottom:18px;
	}
	
	.brdr1::after{
		right:30px;
	}
	
	.brdr2::after{
		right:-30px;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -4%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-next{
		right: -1.3%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev, #happy .owl-theme .owl-controls .owl-buttons .owl-next{
		top:16%;
	}
	
	#happy .owl-theme .owl-controls .owl-buttons .owl-prev i, #happy .owl-theme .owl-controls .owl-buttons .owl-next i{
		width: 30px;
		height: 30px;
		font-size: 24px;
		line-height: 30px;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-prev{
		left: 31.8%;
		top: 25.5%;
	}
	
	#success .owl-theme .owl-controls .owl-buttons .owl-next{
		top: 25.5%;
	}
	
	.reg_frm .control-label{
		padding-left: 10px;
		font-size: 13px;
	}
	
	.reg_frm legend{
		margin-top:7px;
		font-size:18px;
	}
	
	.admin_hd ul li{
		padding-left:15px !important;
	}
	
	.cnfrm_btn .btn-danger{
		margin-top:45px;
	}
	
	.td_wdth{
		width:25%;
	}
	
	.brdr_lr::before{
		left:270px !important;
	}
	
	.brdr_lr::after{
		right:26px !important;
	}
	
	#admin_featured .control-label{
		font-size: 14px;
		padding-right: 0px;
		padding-left:0px;
	}
}

@media screen and (min-width:768px){
	#header .form-group, #header .help-block{
		margin-bottom:0px;
	}
	
	.navbar-brand{
		display:none;
	}
	
	.no_pad1{
		padding-right:0px !important;
		padding-left:10px !important;
	}
	
	.reg_frm .form-group{
		margin: 0px 0px 18px 0px !important;
	}
	
	li.dropdown:hover > .dropdown-menu {
		display: block;
	}
	
	#menu{
		z-index:1;
		position:relative;
	}
	
	.inn_mn{
		position:relative;
		z-index:2;
	}
}

@media screen and (min-width:991px){
	.brdr1:after{
		content:'';
		position:absolute;
		border-right:1px solid #000;
		height:68%;
		right:0px;
	}

	.brdr2:after{
		content:'';
		position:absolute;
		border-right:1px solid #000;
		height:68%;
		right:-50px;
	}
}

@media screen and (min-width:1201px){
	#menu .navbar-nav{
		width:87%;
		float:none;
		margin:auto;
	}
	
	.cnfrm_btn .btn-danger{
		margin-top:35px;
	}
	
	#register_free .control-label {
		padding-left:60px;
	}
	
	.ft_pd_l{
		padding-left:40px;
	}
		
	.reg_frm .control-label{
		padding-left:20px;
	}
	
}

@media screen and (min-width:991px){
	.brdr_lr:before{
		content: '';
		position: absolute;
		left: 375px;
		height: 100%;
		border-left: 1px solid #e3e3e3;
		border-top: none;
		border-bottom: none;
		box-shadow: -1px 0px 5px #DDD;
	}
	.brdr_lr:after{
		content: '';
		position: absolute;
		height: 100%;
		right:73px;
		border-right: 1px solid #e3e3e3;
		border-top: none;
		border-bottom: none;
		box-shadow: 1px 0px 5px #DDD;
	}
}

@media (min-width:1201px) and (max-width:1399px) and (min-height:720px){
	.welcome_txt{
		padding-top:30px !important;
		padding-bottom:30px !important;	
	}
}

@media screen and (min-width:1400px){
	.welcome_txt{
		padding-top:30px !important;
		padding-bottom:30px !important;	
	}

}
.editRed{
	cursor: pointer;
    color: #af000d;
	font-weight: bold;
}
.hideclass{
	display: none;
}
.rad{
	border-radius: 5px;
}
.picsize{
	width:130px;
}
.dis_bg_red {
    background: #f59987;
}
.ovr{
	overflow:hidden;
	padding-bottom:30px;
}

.ovr h3{
	color: #af000d;
    margin: 0px;
    font-weight: 600;
    padding-top: 2px;
    padding-bottom: 10px;
}

.ovr h3 span{
	color:#333;
}

.src_lst{
	line-height:30px;
	margin:0px;
}

.srch_btn{
	background:#f2d442;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:600;
	padding:8px 20px;
	border-radius:5px;
	margin-right:5px;
	margin-top:20px;
	display:block;
	text-align:center;
}

.srch_btn:hover{
	background:#af000d;
}

.profile_brdr .owl-theme .owl-controls .owl-buttons div{
	color:#f2d442;
	font-size:22px;
}

.profile_brdr .owl-theme .owl-controls .owl-buttons .owl-prev{
	top:97%;
	left:20%;
}

.profile_brdr .owl-theme .owl-controls .owl-buttons .owl-next{
	right:30%;
    top: 97%;
}
/*Print Profile Page Styles*/
.prnt_mn{
	text-transform: uppercase;
	text-align: center;	
	padding: 10px 0px;
	font-weight: 700;
	color:#555;
}

.prnt_tbl{
	font-size: 13px;
}

.prnt_mn{
	margin-bottom: 20px;
}

.prnt_mn li{
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.prnt_mn li:nth-child(2){
	color:#af000d;
}

.prnt_td, .prnt_clr{
	padding-left: 10px;
}

.prnt_clr{
	color: #af000d;
}

.hrscp{
	color:#af000d;
	font-weight: 700;
	font-size: 14px;
}

.prnt_lnk{
	color:#af000d;
}

.prnt_lnk:hover, .prnt_lnk:focus{
	text-decoration: none;
}

.prnt_view_btn{
	border:1px solid #af000d;
	display: inline-block;
	color: #333;
	padding: 8px 15px;
	font-weight: 700;
	border-radius: 8px;
}

.prnt_view_btn:hover, .prnt_view_btn:focus{
	background: #af000d;
	color: #fff;
	text-decoration: none;
}

.st_bl .td_wdth{
top:0;
}

.btn-danger {
    color: #fff;
    background-color: #af000d !important;
    border-color: #af000d !important;
}
.social-btn{
    display:inline-block;
    padding:6px 10px;
    margin:3px;
    font-size:13px;
    border-radius:3px;
    color:#fff;
    text-decoration:none;
    font-weight:600;
}
.social-btn i{
    margin-right:5px;
}
.social-btn.google{ background:#db4437; }
.social-btn.facebook{ background:#1877f2; }
.social-btn.linkedin{ background:#0a66c2; }

.social-btn:hover{
    opacity:.9;
    color:#fff;
}
