@import url('css/bootstrap.css');
@import url('css/css-plugin-collections.css');
@import url('css/menuzord-rounded-boxed.css');
@import url('css/font-awesome/css/font-awesome.css');
@import url('css/owl.carousel.css');
@import url('css/owl.theme.css');
@import url('css/animate.css');
@import url('css/material-bootstrap-wizard.css');
@import url('css/bootstrap-select.css');
@import url('css/daterangepicker.css');
@import url('css/demo.css');
@import url('https://jqueryvalidation.org/files/demo/site-demos.css');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');


/*fonts*/
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(fonts/Montserrat-Regular.ttf);  
}
@font-face {
  font-family: 'Montserrat-UltraLight';
  src: url(fonts/Montserrat-UltraLight.otf);  
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(fonts/Montserrat-Bold.otf);  
}
@font-face {
  font-family: 'Montserrat-Black';
  src: url(fonts/Montserrat-Black.otf);  
}
@font-face {
  font-family: 'WorkSans-Regular';
  src: url(fonts/WorkSans-Regular.otf);  
}
@font-face {
  font-family: 'WorkSans-Medium';
  src: url(fonts/WorkSans-Medium.otf);  
}

@font-face {
  font-family: 'WorkSans-SemiBold';
  src: url(fonts/WorkSans-SemiBold.otf);  
}
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ccc; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #333; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

body
{
margin:0;
padding: 0;
font-family: 'WorkSans-Regular';
font-size: 14px;
color: #606062;

 -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
a, a:hover,a:focus
{
	text-decoration: none;outline: none;
}
ul
{
	padding: 0px;
}

/*----google translater----*/
 .goog-te-menu-frame {
max-width:100% !important; //or whatever width you want
}
.goog-te-menu2 { //the element that contains the table of options
max-width: 100% !important;
overflow: scroll !important;
box-sizing:border-box !important; //fixes a padding issue
height:auto !important; //gets rid of vertical scroll caused by box-sizing
}
.goog-te-gadget-simple
{
b
font-size: 5pt;
padding: 0;
}
.goog-te-gadget-simple .goog-te-menu-value span
{
text-decoration: none;
font-size: 10px;
}

/*-----header ------------*/    

header
{
	background: #fff;
}
.header-top 
{
	position: absolute;
	right: 50px;
}
.header-top ul
{
	padding: 0px;
	margin: 0px;
	background: #cc0000;
	position: relative;
	display: inline-block;
}
.header-top ul::before {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	right: -35px;
	top: 0;
	bottom: 0;
	border-style: solid;
	border-width: 45px 35px 0px 0;
	border-color: #cc0000 transparent transparent transparent;
}
.header-top ul::after {
    position: absolute;
	content: "";
	width: 0;
	height: 100%;
	left: -35px;
	top: 0;
	bottom: 0;
	border-style: solid;
	border-width: 45px 0px 0px 35px;
	border-color: #cc0000 transparent transparent transparent;
}
.header-top ul li  
{ 
	display: inline-block;
	padding: 6px 15px;
	position: relative;
	font-size: 16px;
	font-family: 'WorkSans-Medium';
	line-height: 33px;	
	letter-spacing: 1px;
	z-index: 999;
}
.header-top ul li a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
}

.header-top ul li  i
{	
	margin-right:10px;
	color:#fff;font-size: 20px;

}
.menuzord
{
	background: transparent;
}
.menuzord-brand
{	
	margin: 0px auto;
	padding: 10px 0px;
	background: #fff;
	position: relative;
}.menuzord-brand img
{
	height: 100px;
	position: relative;
}
.menuzord-menu {
    float: right;
}
.menuzord-menu > li > a 
{
	font-size: 14px;
	padding: 0 14px;
	text-transform: uppercase;
	color: #222;
	font-family: 'WorkSans-Medium';
	line-height: 20px;
	position: relative;
}

.menuzord-menu > li {
   padding: 75px 0px 25px;
}
.menuzord-menu.menuzord-right li a:before {
    content: "";
    position: absolute;
    top: 0px;
    background: #cc0000;
    width: 2px;
    height: 0px;
    left: 0px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.menuzord-menu.menuzord-right li a:hover:before,.menuzord-menu.menuzord-right .active a:before{
    height: 20px;
}

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown
{
	background:#ed3237;

}
.menuzord-menu ul.dropdown li a
{
	font-size: 15px !important;
	padding: 10px 35px;
	text-transform: uppercase;
	color: #000;
	line-height: 20px;
}
.menuzord-menu ul.dropdown li
{
	padding: 0px;
	border-bottom: 1px solid #fff;
}
.menuzord-menu ul.dropdown
{
	top: 100px;
}
.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a
{
	background: transparent;
	color: #cc0000;
}
.menuzord .showhide
{
	padding: 103px 0 0;
}
.menuzord .showhide em
{
width: 30px;
height: 3px;
margin: 4.5px 26px 0;
float: right;
background: #777;
}
.navbar-right li a
{
font-size: 14px;
padding: 0 20px;
text-transform: uppercase;
color: #222;
font-family: 'WorkSans-Semibold';
line-height: 20px;
position: relative;
}


.slide-section
{
	position: relative;
}
.rev_slider_wrapper
{
	position: relative;
	z-index: 1;
}
.navbar-right li a:hover{
	background:transparent;
}
.navbar-right li.active a{
	color:#cc0000;
}
/*========================*/

.search-section
{
	position: absolute;
	width: 100%;
	top: 0px;
}
.search-form
{
  background: rgba(0, 0, 0, 0.8);
  padding:30px 30px; 
  z-index: 1; 
  text-align: center;
  z-index: 999;
  top: 60px;
}

.search-form h3
{
  margin-top: 0px;
  font-size: 22px;
  font-family: 'Montserrat-Bold';
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase; 
  line-height: 30px;
  margin-bottom: 25px;
}

.search-form form input, .search-form form select 
{ 
  color: #777777;
display: block;
font-size: 13px;
height: 42px;
margin-bottom: 35px;
padding: 0 15px;
font-family: 'WorkSans-Medium';
border: none;
border-radius: 0px;
width: 100%;
display: table;
font-weight: 400;
transition: all 500ms ease;
position: relative;
z-index: 999;
}

 .search-form form select option,.search-form form select 
 {
 	color: #333 !important;
    opacity: 1;
    font-size: 13px;
    text-transform: uppercase;
 }
.search-form  input::-webkit-input-placeholder , .search-form  select::-webkit-input-placeholder 
{
    color: #333 !important;
    opacity: 1;
    font-size: 13px;
    text-transform: uppercase;
}

.search-form  input:-moz-placeholder /* Firefox 18- */, .search-form select:-moz-placeholder 
{ 
    color: #333 !important;
    opacity: 1;  
    font-size: 13px;
    text-transform: uppercase;
}

.search-form  input::-moz-placeholder /* Firefox 19+ */, .search-form select::-moz-placeholder 
{ 
    color: #333 !important;
    opacity: 1;  
    font-size: 13px;
    text-transform: uppercase;
}

.search-form  input:-ms-input-placeholder
{  
    color: #333 !important;
    opacity: 1;  
    font-size: 13px;
   text-transform: uppercase;
 }

.search-form .btn-style-one {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height:20px;
    padding: 15px 40px;
    background:#cc0000;
    border: #cc0000;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
 .search-form .btn-style-one:hover{
  color:rgb(23,61,114);
  background: #fff;
  border-color:#cc0000 ;
  transition:all 0.5s ease;
}

/*========================*/
.home-about-us-section
{
	padding: 60px 0px;
	background: url(images/about-us-bg.jpg);
	background-size: cover;
}
.home-about-us-section h2
{
	font-size: 30px;
	margin: 0px 0px 10px 0px;
	font-family: 'Montserrat-UltraLight';
	text-transform: uppercase;
	color: #222222;
	line-height: 40px;
	font-weight: 600;
}
.home-about-us-section h2 span
{
	color: #cc0000;
}
.home-about-us-section p
{
	font-size: 14px;
	font-family: 'WorkSans-Medium';
	line-height: 30px;
	text-align: justify;
	color: #222;
}
.home-about-us-section a {
    font-size: 16px;
    text-transform: uppercase;
    background: #333;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 24px;
    margin-top: 15px;
    transition:all 0.5s ease;
}
.home-about-us-section a:hover
{
	background: #cc0000;
}
.about-img img
{
	max-height: 340px;
}
/*========================*=your Special Someone*/
.special-someone-section
{
	padding: 60px 0px;
	background: url(images/special-someone-bg.jpg);
	background-size: cover;text-align: center;
}
.special-someone-section h2
{
	font-size: 30px;
	margin: 0px 0px 30px 0px;
	font-family: 'Montserrat-UltraLight';
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
	font-weight: 600;
}
.special-someone-block
{
	text-align: center;
	position: relative;
}
.special-someone-block:last-child::after 
{
    width: 0;
}
.special-someone-block:first-child::after 
{
    content: '';
    position: absolute;
    top: 0;
    right: -33%;
    width: 65%;
    height: 60px;
    background: url(images/special-before.png) center center no-repeat
}
.special-someone-block:nth-of-type(2)::after {
    content: '';
    position: absolute;
    bottom: 75px;
    right: -33%;
    width: 65%;
    height: 60px;
    background: url(images/special-before-1.png) center center no-repeat
}
.special-someone-block .icon
{
 width: 145px;
 height:145px;
 border-radius: 50%;
 background: #fff;
 margin: 0px auto;
 border: 2.5px solid #fff;
}
.special-someone-block  .icon i
{
	font-size: 60px;
	line-height: 150px;
	color: #cc0000;
}
.special-someone-block:hover .icon
{
	background: transparent;

}
.special-someone-block:hover .icon i
{
	color: #fff;
}
.special-someone-block h4
{
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	margin: 15px 0px;
	font-family: 'Montserrat-Bold'
}
.special-someone-block p
{
	font-family: 'WorkSans-Medium';
	font-size: 14px;
	color: #fff;

} 
/*-http://preview.themeforest.net/item/mycoin-bitcoin-crypto-currency-template/full_screen_preview/21183745*/
/*========================*/
.home-success-stories-section
{
	padding: 60px 0px;
	background: url(images/success-stories-bg.jpg);
	background-size: cover;
	text-align: center;position: relative;
	overflow: hidden;
}
.home-success-stories-section:before
{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/success-stories-bg.png);
	background-size: 100% 100%;
	left: 0;
	top: 0;
}
.home-success-stories-section h2
{
	font-size: 30px;
	margin: 0px 0px 10px 0px;
	font-family: 'Montserrat-UltraLight';
	text-transform: uppercase;
	color: #222222;
	line-height: 40px;
	font-weight: 600;position: relative;
}
.home-success-stories-section h2 span
{
	color: #cc0000;
}
.success-stories-box
{
	background: #fff;
	padding: 5px;
}
.success-stories-img
{
	position: relative;
	overflow: hidden;
}
.success-stories-box .success-stories-img .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(204, 0, 0, 0.5);
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
}
.success-stories-box:hover .success-stories-img .overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;z-index: 999;
}
.success-stories-text
{
	text-align: left;
	padding: 5px 15px 10px 15px;
}
.success-stories-text h4
{
	font-size: 18px;
	margin-top: 0px;
	font-family: 'Montserrat-Black';
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
}
.success-stories-text p
{
	font-size: 13px;
	line-height: 20px;
height:100px;
    overflow-y: scroll;
    padding-right: 15px;
    text-align: justify;
}
.success-stories-text a
{
	text-transform: uppercase;
	color: #cc0000;
	font-family: 'WorkSans-Medium';
	line-height: 20px;
	display: inline-block;
}
#home-success-stories
{
	margin-top: 20px;
}
#home-success-stories .item
{
	padding: 0px 15px;
}
#home-success-stories .owl-buttons .owl-prev
  {
    float: left;
    position: absolute;
    top: 40%;
    left: -100%;transition: all .9s ease;
  }
#home-success-stories .owl-buttons .owl-next
  {
    float: left;
    position: absolute;
    top: 40%;
    right: -100%;transition: all .9s ease;
  }
  #home-success-stories:hover .owl-buttons .owl-prev
  {
  	left: 0px;
  	opacity: 1;
  }
  #home-success-stories:hover .owl-buttons .owl-next
  {
  	right: 0px;
  	opacity: 1;
  }
    #home-success-stories  .owl-buttons div
  {
    border-radius: 0px;
    width: 40px;
    height: 40px;
    line-height: 30px;
    font-size: 24px;
    background: #222;
    color: #FFF;   
    -webkit-transition:0.2s all ease-in-out;
    -moz-transition:0.2s all ease-in-out;
    -o-transition:0.2s all ease-in-out;
    transition:0.2s all ease-in-out;
  }
  .success-stories-img img{ 
  height: 190px;
  }
  .success_p
  {
	/* height: 65px;*/
overflow: hidden;
margin-bottom: 10px;
  }


.home-news-event-section .owl-prev, .home-news-event-section .owl-next
{
display:none !important;
}



/*-------------------------------------------------------------------------------------------*/
/* registered members    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/


.member-image p
{
margin-top: -30px !important;
color: #fff;
background-color: rgba(204, 0, 0, 0.73);
position: absolute;
width: 90%;
padding: 5px 0px;
}
.registered-block {
	text-align: center;
	position: relative;
	padding: 0 30px 30px;
	width: 100%;
border: 2px solid #cc0000;
}
@media (max-width: 767px) {
	.mb-sm-80 {
		margin-bottom: 80px;
	}
}
@media (max-width:1200px) {
	.owl-wrapper-outer{
		padding-left: 0px;
	}

.menuzord-brand img {
    height: 90px;
    position: relative;
}
.menuzord-menu > li > a
{
  padding: 0 15px;

}
.menuzord-menu > li {
    padding: 70px 0px 19px;
}
}

.cyan-background {
	background: #fff;
	color: #2f3542;
}
.registered-img {
	position: relative;
	top: -40px;
}
.img-circle.img-border {
	border: 4px solid #cc0000;
width: 100px !important;
margin-left: auto;
margin-right: auto;
height: 100px;
}
.registered-author {

	font-weight: 800;
	display: block;
	font-size: 18px;
	margin-top: -25px;
	margin-bottom: 5px;
}
.registered-block .sub-title {
	color: #4d5056;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
	display: block;
}
.registered-block .small-divider {
	border-color: rgba(47,53,66,0.5);
	margin-bottom: 20px;
	margin-top: 20px;
	width: 41px;
}
.cyan-background p {
	color: #2f3542;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5;
}
.registered-block > span {
	color: #d1d5de;
	font-size: 12px;
}
.star i {
	color: #fbb908;
	font-size: 14px;
	margin-bottom: 25px;
}
.list {
	list-style: none;
}
.list .text-color {
	color: #0c1f38;
}
.text-content {
	padding-bottom: 20px;
}







.owl-wrapper-outer
{
    padding-top: 12px;

}
.member-hover
{
	background:#fff;
}
.registered-user
{
	width:100%;
margin: 0px 20px;
}
.registered-user td
{
	color:#000;
	width:50%;
	padding: 10px 0px;
text-align:left;
}
.registered-user td.title
{
	color: #5a5a5a;
text-align:left;
}
.team-member{
    text-align: center;
    transition: 0.3s ease-out;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 0 15px;
    margin-top: 30px;
	background: #fff;
height: 440px;
}
.text-muted span
{
padding: 1px 50px;
color: #000;
}

.member-hover h3{
   color: #000;
font-weight: 600;
font-size: 20px;
margin-bottom: 10px;
text-transform: uppercase;
overflow: hidden;
}

.member-hover p{
    color: #333232cc;

}
.text-muted
{
padding:10px 50px;
}
.member-image img
{
height:200px;
width:100%;
}
.member-social {
    margin-top: 15px;
    padding-bottom: 15px;
}

.member-social ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.member-hover .member-social ul li .fa{
    color: #1f9cd8;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #1f9cd8;
    padding: 9px 0px;
    width: 35px;
    border-radius: 50px;
    height: 35px;
}
.member-hover .member-social .fa:hover {
    color: #fff;
    background: #1f9cd8;
    border-color: #1f9cd8;
}


.team-slide .owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.team-slide .owl-prev {
    float: left;
    margin-left: 15px;
}

.team-slide .owl-next {
    float: right;
    margin-right: 15px;
}


.team-slide .owl-buttons i.fa {
    font-size: 25px;
    color: #fff;
    background-color: #7F7F7F;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translate(0, -50%);
}
.team-slide .owl-buttons i.fa:hover {
    background-color: #1f9cd8;
}





/*==================================*/

.home-news-event-section
	{
		padding: 60px 0px;
		background: url(images/special-someone-bg.jpg);background-size:cover;text-align: center;
	}


	.home-news-event-section .container-fluid
	{
		max-width: 1340px;
	}
	.home-news-event-section h2
	{
		font-size: 30px;
		margin: 0px 0px 10px 0px;
		font-family: 'Montserrat-UltraLight';
		text-transform: uppercase;
		color: #fff;
		line-height: 40px;
		font-weight: 600;
	}
	.home-news-event-section h2 span
	{
		color: #fff;
	}
	.home-news-event-section a
	{
		font-size: 16px;
		text-transform: uppercase;
		display: inline-block;
		background: #cc0000;
		color: #fff;
		line-height: 20px;
		padding: 15px 40px;
		border-radius: 25px;
		margin-top: 30px;
	}
	.home-news-event-section a:hover
	{
		color: #fff;
		background: #222;
	}
	.news-event-block
	{
		padding: 0px;
	}

	.news-event-img
	{
		width: 30%;
		float: left;
	}

 .news-event-text
{
width: 70%;
float: left;

}
	.news-event-text 
	{
		padding: 20px;
		text-align: left;
	}
	.news-event-text  h3
	{
		margin-top: 0px;
		font-size: 18px;
		font-family: 'Montserrat-Bold';
		color: #222;
		text-transform: uppercase;
		letter-spacing: 2px;
		border-bottom: 2px solid #c00;
		padding-bottom: 13px;
		line-height: 20px;
	}
	.news-event-text  p
	{
		font-size: 13px;
		line-height: 25px;
		text-align: justify;
		color: #535353;
		font-family: 'WorkSans-Medium';
		letter-spacing: 1px;
	}
	
	.news-event-img img{
		height:200px;
		width:100%;
	}
	.news-event-text
	{
		height:235px;
		overflow:hidden;
		
	}
/*========================*/

.rate-now
{
    background-color: #fff;
    padding: 30px;
}


.star{
    color: #ccc;
    cursor: pointer;
    transition: all 0.2s linear;
}
.star-checked{
    color: gold;
}
#result{
    display: none;
}
b.r{
    color: red;
}
b.g{
    color: green;
}




footer
{
	background: #181818;
    padding: 0px;

}
.footer-address
{
	border-bottom: 2px solid #262626;
}
.footer-block
{
	text-align: center;
	
	padding-top: 50px ;
	padding-bottom: 15px;
	border-right: 2px solid #262626;
}
.footer-block:first-child .footer-box
{
 float:left;
}
{ 
 padding-left:0px;
}
.footer-block:first-child 
.footer-block:last-child
{
	border: none;
}
.footer-social-block li a img
{
height:45px;
}
.footer-box
{
     display: inline-block;    
    min-height: 100px
}

.footer-box i {
    float: left;
	font-size: 24px;
	color: #181818;
	text-align: center;
	line-height: 45px;
	width: 45px;
	height: 45px;
	background: #fff;
}
.footer-box p {
    margin-left: 60px;
    line-height: 25px;
    margin-top: 0px;
    color: #fff;
    margin-bottom: 0px;
    font-family: "WorkSans-Regular";
    text-align: left;
    font-size: 13px;    
   /* letter-spacing: 1px;*/
}
.footer-box p span
{
      display: block;
}
.footer-social-icon
{
	padding: 30px 0px 20px;
	text-align: center;
}
.footer-social-block
{
	display: inline-block;
	margin:0px;
}
.footer-social-block > li 
    {
        padding-right: 15px;
        float: left;
        list-style: none;
    }

.footer-social-block > li:last-child {
        padding-right: 0;
    }  
   
.footer-social-block > li > a > i {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #222;
    background-color: #fff;
    text-align: center;
    font-size: 22px;
    transition: all 1250ms cubic-bezier(0.19,1,0.22,1);
}
.cunter-block 
{
    width: 100%;
    float: left;.footer-social-icon
}


.top-social-links > li > a, 
.top-social-links > li > a > i:hover 
    {
        color: #fff;
        text-decoration: none;
        background: #E77F1E;    
    }
.footer-bottom-section
{
background: #cc0000;
padding: 15px 0px;
color: #fff;
}
.footer-social-icon .container
{
position: relative;
}
.visitor
{
position: absolute;
bottom: -44px;
left: 0;
background: #000;
padding: 10px 20px;
}

.copy-right 
{
	float: left;
	color: #fff;
	margin: 0px;
}
.terms-conditaon-block
{
	
float: right;
margin: 0px;
margin-top: 0px;
/*margin-top: -56px;
background: #000;
padding: 10px 0px;*/
}
.terms-conditaon-block  a
{
 color: #fff;
 padding: 0px 20px;
}

.footer-btn {
    float: right;
    padding: 10px;
    position: fixed;
    transform: rotate(0deg);
    left: 45px;
    background-color: #8c8c8c;
    bottom: 0%;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    z-index: 999;
}

.footer-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: -45px;
    top: 0;
    bottom: 0;
    border-style: solid;
    border-width: 0px 45px 45px 0;
    border-color:  transparent transparent #8c8c8c transparent;
}

 .footer-btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: -45px;
    top: 0px;
    bottom: 0;
    border-style: solid;
    border-width: 0px 0px 45px 45px;
    border-color: transparent transparent #8c8c8c transparent;
}
.footer-btn p
{
    line-height:25px;
    margin-bottom:0px; color: #fff;
}
.footer-btn a
  {
    color: #fff;
  }

#feedback .modal-body
{
height: auto;
width: 100%;
overflow: hidden;
}

/* Page-Banner Area css
============================================================================================ */
.page-banner
{
    background: url(images/slider-1.jpg) no-repeat scroll center center;
    background-size: cover;
    padding: 60px 0px;
    position: relative;
}
.page-banner:before
{
	content: " ";
	position: absolute;
	top: 0px;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
}
.banner_text {
    text-align: center;
    color: #fff;
}
.banner_text h3 {
    color: #fff;
    margin: 0px auto;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    font-family: 'Montserrat-Bold';
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}
.banner_text ul
{
	margin: 0px;
}
.banner_text ul li 
{
    display: inline-block;
    margin-right: 20px;
}

.banner_text ul li a 
{
	font-size: 14px;
    font-family: 'WorkSans-Medium';
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
}
.banner_text ul li a:before 
{
    content: "\f105";
    font: normal normal normal 13px/1 FontAwesome;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.banner_text ul li:last-child 
{

}             

.banner_text ul li:last-child a:before
{
	display: none;
}

/* Page Banner Area css
============================================================================================ */

/*About us Page Area css
============================================================================================ */
.about-us-page-section
{
	padding: 60px 0px;
}
.about-us-page-section h2
{
	font-size: 30px;
	margin: 0px 0px 10px 0px;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
	color: #222222;
	line-height: 40px;
	font-weight: 600;
}
.about-us-page-section h2 span
{
	color: #cc0000;
}
.about-us-page-section p
{
	font-size: 14px;
font-family: 'WorkSans-Medium';
line-height: 25px;
text-align: justify;
color: #222;
margin-bottom: 5px;
}
.about-us-page-section h4
{
	font-size: 18px;
	text-transform: capitalize;
	font-family: 'Montserrat-Bold';
	margin-top: 0px;
	line-height: 30px;
	color: #222;
}
.about-us-page-section ul
{
	padding-left: 20px;
}
.about-us-page-section ul li
{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}

.about-us-page-section ul li {

    font-size: 14px;
    font-family: 'WorkSans-Medium';
    letter-spacing: 1px;
    color: #222;
    position: relative;
    padding-left: 30px;
    line-height: 25px;
    list-style: none;
    text-align: justify;
}

.about-us-page-section ul li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    display: inline-block;
    padding: 0px 10px 0px 0px;
    color: #222;
    font-size: 16px;
    line-height: 35px;
    position: absolute;
    left: 0px;
}


.about-img:before {
    position: absolute;
    left: -15px;
    bottom: -15px;
   
    width: 98%;
    background:#cc0000;
    content: "";
    z-index: -9;
}




/*
============================================================================================ */

/*Horoscope
============================================================================================ */
.border-cen
{
background: #fff;

padding: 50px;
z-index: 1000;
position: relative;
border: 1px solid #eee;
display: inline-block;


width: 100%;
}
/*.border-cen:before
{
content: "";
border: 4px solid #cc0000;
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
}*/
.horoscope-text label
{
width: 50%;
color: #000;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
.horoscope-text p span
{
color: #cc0000;
font-size: 17px;
}
.horoscope-box h3
{
color: #000;
text-transform:uppercase;
}
.kundali-match-sec a
{
color: #fff;
background-color: #cc0000;
padding: 20px 39px;
z-index: 1000;
position: relative;
display: inline-block;
text-transform: uppercase;
}
.kundali-match-sec a:before
{
content: "";
border: 1px solid #fff;
position: absolute;
top: 9px;
left: 9px;
right: 14px;
bottom: 7px;
}
.kundali-sec-bottom
{
margin-bottom:60px;
}

.horoscope-btn
{
float: right;
margin-top: -30px;
padding: 0px 20px;
background: #c00;
color: #fff;
}
.horoscope-btn:hover
{
color: #fff;
background:#000;
}

.find-match-page-section h2
{
font-size: 30px;
margin: 0px 0px 10px 0px;
font-family: 'Montserrat-UltraLight';
text-transform: uppercase;
color: #222222;
line-height: 40px;
font-weight: 600;
}
.find-match-page-section h2 span {
    color: #cc0000;
}




/*============================================================================================ */

/*SUCCESS
============================================================================================ */


.success-sec
{
padding:60px 0px;
}
.success-sec h3
{
font-family: 'Montserrat-UltraLight';
color: #000;
}
.success-sec h4
{
font-family: 'Montserrat-UltraLight';
color: #000;
}
/*============================================================================================ */

/*Find A Match Page stat css
============================================================================================ */
.all_user
{
float: right;
background: #cc0000;
padding: 8px 20px;
color: #fff;
}
.find-match-block
{
margin-bottom:20px;
}

.find-match-page-section {

}
.find-match-box
{

	padding: 15px;
	color: #222;
height: 269px;
background: #e0e0e0;
}
.find-match-box h3
{
	font-family: 'Montserrat-Bold';
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px auto 5px;
	line-height: 20px;

}
.find-match-text
{
	padding-left: 0px;
}
.find-match-box p
{
	font-family: 'WorkSans-Medium';
	font-size: 15px;
	letter-spacing: 1px;text-transform: uppercase;
	margin: 0px auto;
	line-height: 15px;
}
.find-match-details
{
	margin-top: 10px;
}
.find-match-img img
{
	border: 5px solid #808080;
	border-radius: 0;
	padding: 5px;
	max-height: 185px;
	max-width: 150px;
	width: 100%;
	    height: 169px;
}
.find-match-text
{
	color: #222;
}
.find-match-text p
{
	font-size: 13px;
	line-height: 30px;
	text-transform: capitalize;
	display: inline-block;
	width: 100%;
text-overflow: ellipsis;
   
    overflow: hidden;
}
.find-match-text p label
{
	width:34%;	
	margin: 0px;
	text-transform: uppercase;
	line-height:30px;
}

.find-match-text p span
{
    padding: 0px 10px 0px 0px;
}

.find-match-text p:first-child, .find-match-text p:nth-of-type(2)
{

float: left;
}
/******Register Page ******/

.childs .btn-group
{
    float: left !important;
}

.wizard-card .picture
{
width: 170px;
height: 170px;
}
.input-right
{
margin-top: 35px;
}
.labelclass6
{
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px !important;
width:20%;
}
.inputgrp2 .input6
{
width:80%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
margin-top: 9px;
margin-left: 20px;
z-index:999;
}

.switch input {display:none;}

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

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

input:checked + .slider {
  background-color: #cc0c04;
}

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

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

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

input[type="radio"] {
-ms-transform: scale(1.3);
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
.rad-margin
{
margin-right:20px;
}

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


#terms_conditions, #privacy_policy
{
 background:rgba(35, 33, 33, 0.6392156862745098);;
}
#terms_conditions .modal-dialog, #privacy_policy .modal-dialog
{
 width: 750px;
    margin-top:80px;
}
#terms_conditions .close, #privacy_policy .close
{
width: 40px;
    height: 40px;
    background: #fff;
    color: #d20c05;
    opacity: 10;
    top: -1px;
    position: absolute;
    right: -1px;
    border-radius: 0px 10px;
    font-size: 30px;
    z-index: 999;
}
.modal-header h4
{
color: #cc0000;
text-align: center;
font-size: 26px;
text-transform: uppercase;
}
 .modal-body p
  {
    font-size: 14px;
line-height: 25px;
text-align: justify;
font-family: 'WorkSans-Medium';
letter-spacing: 1px;
padding: 20px 40px;
color: #000;
  }
  .modal-body {
    position: relative;
    padding: 15px;
    height: 300px;
    overflow-y: scroll;
}
  .modal-body ul li
  {
    font-size: 14px;
line-height: 25px;
text-align: justify;
font-family: 'WorkSans-Medium';
letter-spacing: 1px;
  }
  .modal-body h3
  {
      margin-top: 0;
text-transform: uppercase;
font-size: 20px;
margin-bottom: 10px;
font-family: "Montserrat-Bold";
text-transform: uppercase;
padding-left: 40px;
color: #000;
  }
.modal-content
{
  border:1px solid rgba(255,255,255,0.9);
}
.term-condition
{
	padding-left:  40px;
}
.term-condition li
{
color: #1c222d;
font-size: 17px;
display: block;
width: 100%;
line-height: 1.47;
list-style: none;
margin-bottom: 8px;
}
.term-condition li:before
{
    color: #cc0000;
    content: "\f05d";
    font-family: FontAwesome;
    font-size: 22px;
    vertical-align: middle;
    margin-right: 17px;
    display: inline-block;
}
.term-condition li p
{
	padding-top: 0;
margin-top: -25px;
}

.btn-fill
{
	margin-top: 35px;
}
.submit-button
{
	text-align: center;
}
.reg-form
{
background:url('images/about-us-bg.jpg');
/*padding: 20px 0px 60px 0px;*/

}

input[type="radio"]
{
margin: 11px 0 0;
box-shadow: 5px 5px 5px #aaaaaa;
margin-right:6px;
}
.form-group input[type="radio"]:last-child
{
    margin-left:20px;
}

.reg-header
{
	color: #cc0c04;
   
    background: #eee;
	padding: 5px 30px;
	border: 1px solid #cc0c04;
	border-bottom: 5px solid #cc0c04;
border-radius: 10px;
text-transform: uppercase;
font-size: 16px;
    font-family: 'WorkSans-Semibold';
}
.margin-top
{
	margin-top: 20px;
}
.labelclass
{
	color: #000 ;
float: left ;
font-size: 14px ;
font-weight: bold ;
line-height: 40px ;
width: 20% ;
}  

 
.labelclass2
{
color: #000 ;
float: left ;
font-size: 14px ;
font-weight: bold ;
line-height: 40px !important ;
width: 42% ;
} 
.inputgrp input
{
border: 2px solid #cc0c04 ;

float: left ;
font-family: arial ;
font-size: 12px ;
font-weight: bold;
padding: 5px 4px ;
width: 80% ;
z-index: 999 ;
position: relative ;
box-shadow: 5px 5px 5px #aaaaaa;
}
.inputgrp2 input
{
border: 2px solid #cc0c04 ;

float: left ;
font-family: arial ;
font-size: 12px ;
font-weight: bold;
padding: 5px 4px ;
width: 58% ;
z-index: 999 ;
position: relative ;
box-shadow: 5px 5px 5px #aaaaaa;
}
.inputgrp3 input
{
border: 2px solid #cc0c04 ;

float: left ;
font-family: arial ;
font-size: 12px ;
font-weight: bold;
padding: 5px 4px ;
width: 50% ;
z-index: 999 ;
position: relative ;
}
.inputgrp4 input
{
border: 2px solid #cc0c04 ;

float: left ;
font-family: arial ;
font-size: 12px ;
font-weight: bold;
padding: 5px 4px ;
width: 100% ;
z-index: 999 ;
position: relative ;
}
.to
{
	width: 3%;
text-align: center;
}
.inputgrp .btn , .inputgrp2 .btn, .inputgrp5 .btn{
border: 2px solid #cc0c04 !important;	
box-shadow: 5px 5px 5px #aaaaaa;
}
.inputgrp, .inputgrp2, .inputgrp3, .inputgrp4, .inputrad
{
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	height: 85px;
	
}
.inputgrp2
{
/*display:inline-flex;*/
}
.inputgrp4
{
	display: inline-flex;
}

.inputrad
{
margin-top: 0px;
    display: inline-block;

    line-height: 40px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active
{
	color: #000;
	border: 1px solid #cc0c04;

}
.inputgrp2 .btn-group
{
	width: 58%;
}
.inputgrp textarea
{
	border: 2px solid #cc0c04;
width: 80%;
box-shadow: 5px 5px 5px #aaaaaa;
}
#chkMaritalStatus
{
	display: block;
padding: 0 10px;
clear: both;
width: auto;
}
#chkMaritalStatus input
{
	border: 2px solid #cc0c04;
color: #cc0c04;
float: left;
font-family: arial;
font-size: 12px;
font-weight: bold;
line-height: 14px;
margin: 15px 0 0;
padding: 5px 4px;
width: auto;
}
#chkmtung  input
{
	border: 2px solid #cc0c04;
color: #cc0c04;
float: left;
font-family: arial;
font-size: 12px;
font-weight: bold;
line-height: 14px;
margin: 15px 0 0;
padding: 5px 4px;
width: auto;
}
#chkMaritalStatus label
{
margin: 13px 0px 0 5px !important;
padding: 0;
font-weight: normal;
color: #cc0c04;
}
#chkmtung 
{
display: block;
padding: 0 10px;
clear: both;
width: auto;
}
#chkmtung label
{
margin: 13px 0px 0 5px !important;
padding: 0;
font-weight: normal;
color: #cc0c04;
}
#myCheck:checked + #child {
  display: block !important;
}
#wizard-picture-error
{
color: rgb(0, 0, 0);
position: absolute;
margin-top: 194px;
width: 100%;
margin-left: -188px;
}
#month-error, #year-error, #day-error
{
	position: absolute;
	z-index: 999;
	margin-top: 45px;
	margin-left: -63px;
}
#mstatus-error, #createfor-error
{
position: absolute;
z-index: 999;
margin-top: 45px;
margin-left: -187px;
width: 100%;

}
#income-error, #occupation-error, #qualification-error, #fincome-error, #foccupation-error, #moccupation-error, #bro-error,#marriedbro-error,#marriedsis-error,#state-error, #sis-error , #height-error, #complexion-error, #ph-error, #body-error, #religion-error, #mtongue-error, #mangalik-error
{
margin-left: -311px;
margin-top: 36px;
position: absolute;
width: 100%;
}
#drink-error, #smoke-error, #diet-error
{
position: absolute;
margin-top: 31px;
}

#gender-error
{
position: absolute;
margin-top: 45px;
width: 100%;
margin-left: -7px;
}


.diet label
{
width:9%;
}
.agg, .heigh
{
height:50px;
}
.agg .btn-group, .heigh .btn-group, .looking .btn-group
{
width:100%;
}
.weigh
{
height:80px;margin-top: 20px;
}
.weigh input
{
height:30px;
}
.chkedu, .work, .religionchk
{
height:125px;
}
.mstatu, .complex, .phychk, .dietchk, .smokechk, .drinkchk
{
height:100px;
}
.childk
{
height:51px;
}
.anincom, .fanincom
{
height:140px;
}
.mtungchk
{
height:220px;
}
.intercastchk 
{
height:50px;
}
.terms
{
margin-bottom:35px;
}
.wizard-footer
{
margin-bottom:40px;
}

#ifchild, #ifchild .inputgrp2
{
	height:auto;
	
}
/***************************************/
/******Register Page media screen ******/
/***************************************/

@media screen and (max-width: 1200px) and (min-width: 993px) {
.inputgrp3 input
{
width: 48%;
}
.inputgrp .btn
{
	padding: 6px 17px;
}
.agg .btn, .heigh .btn
{
padding: 6px 78px;
}
.bdat label
{
width:28%;
}.mtungchk
{
height:190px;
}
.mtungchk
{
height: 235px;
}
#chkmtung label
{
margin: 13px 0px 0 2px !important;
}

#income-error, #occupation-error, #qualification-error, #fincome-error, #foccupation-error, #moccupation-error, #bro-error,#marriedbro-error,#marriedsis-error,#state-error, #sis-error, #height-error, #complexion-error, #ph-error, #body-error, #religion-error, #mtongue-error, #mangalik-error
{
margin-left: -253px;
margin-top: 36px;
position: absolute;
width: 100%;
}
#drink-error, #smoke-error, #diet-error
{
	position: absolute;
margin-top: 31px;
width: 64%;
}
#mstatus-error, #createfor-error
{
	margin-left: -156px;
}
#name-error
{
	margin-left: 8.7em;
}
#bplace-error
{
	margin-left: 8.7em;
}
 #city-error, #phone-error, #address-error, #caste-error, #email-error, #weight-error
{
	margin-left: 14.5em;
}
}
@media screen and (max-width: 992px)
{
 .menuzord-brand img {
    height: 90px;
    position: relative;
}

.header-top ul li {
  
    padding: 6px 15px;
    position: relative;
    font-size: 14px;
    line-height: 33px;
    letter-spacing: 0px;
    z-index: 999;
}
}

@media screen and (max-width: 992px) and (min-width: 767px) {
.gen label{
	width:20%;
}
.agg .btn, .heigh .btn
{
padding: 6px 45px;
}
.mstatu, .chkedu, .work, .complex, .phychk, .dietchk, .smokechk, .drinkchk, .religionchk
{
height: 115px;
}
.fanincom .labelclass
{
width:100%;
}
.mtungchk
{
height: 280px;
}
.express label
{
	width:42%
}
.express textarea{
	width:58%;
}
.inputgrp3 input
{
	width: 45%;
}
#income-error, #occupation-error, #qualification-error, #fincome-error, #foccupation-error, #moccupation-error, #bro-error,#marriedbro-error,#marriedsis-error,#state-error, #sis-error, #height-error, #complexion-error, #ph-error, #body-error, #religion-error, #mtongue-error, #mangalik-error
{
margin-left: -188px;
margin-top: 36px;
position: absolute;
width: 100%;
}
#drink-error, #smoke-error, #diet-error
{
	position: absolute;
margin-top: 31px;
width: 65%;
}
#mstatus-error, #createfor-error
{
	margin-left: -227px;
}
#name-error
{
	margin-left: 6.7em;
}
#bplace-error
{
	margin-left: 13.7em;
}
 #city-error, #phone-error, #address-error, #caste-error, #email-error, #weight-error
{
	margin-left: 10.8em;
      margin-top: -8px;
}
#gender-error
{
	width: 78%;
}
}
@media screen and (max-width: 766px) and (min-width: 700px) {
	.gen label
	{
		width:20%;
	}
	.express label
	{
		width:42%;
	}
	.express textarea{
		width:58%;
	}
	.diet label {
    width: 20%;
	}
.agg .btn, .heigh .btn
{
padding: 6px 67px;
}
.weigh
{
width:100%;
}
.to
{
width:4%;
}
.inputgrp4 input
{
width: 100%;
}
	.family label , .add label
	{
		width:42%;
	}
	.family textarea, .add textarea{
		width:58%;
	}
.chkedu, .work, .religionchk
{
height: auto;
}
.mstatu, .complex, .phychk, .dietchk, .smokechk, .drinkchk
{
height: auto;
}
.mtungchk, .intercastchk, .chkmanglik, .chkterry, .chkundali
{
height:auto;
}
.chkterry
{
margin-top:20px;

}
.terms
{
margin-top:20px;
}
.anincom .labelclass, .fanincom .labelclass, .phychk .labelclass, .intercastchk .labelclass, .chkmanglik .labelclass, .chkmanglik .labelclass, .chkundali .labelclass, .chkterry .labelclass
{
width:100%;
}

	#income-error, #occupation-error, #qualification-error, #fincome-error, #foccupation-error, #moccupation-error, #bro-error,#marriedbro-error,#marriedsis-error,#state-error, #sis-error, #height-error, #complexion-error, #ph-error, #body-error, #religion-error, #mtongue-error, #mangalik-error
{
margin-left: -382px;
margin-top: 36px;
position: absolute;
width: 100%;
}
#drink-error, #smoke-error, #diet-error
{
	position: absolute;
margin-top: 31px;
width: 46%;
}
#mstatus-error, #createfor-error
{
	margin-left: -367px;
}
#name-error
{
	margin-left: 9.7em;
}
#bplace-error
{
	margin-left: 20.7em;
}
 #city-error, #phone-error, #address-error, #caste-error, #email-error, #weight-error
{
	margin-left: 21.8em;
	margin-top: 0px;
}
#gender-error
{
	width: 51%;
}
}

@media screen and (max-width: 767px) and (min-width: 469px) {
#heightfrom-error, #drpAgeTo-error, #drpAgeFrom-error, #heighto-error, #weightfrom-error, #weighto-error
{
margin-top: -6px;
margin-left: 35px;
}
.weigh
{
display:block;
}

}

@media screen and (max-width: 699px) and (min-width: 498px) {

.agg .btn, .heigh .btn
{
padding: 6px 25px;
}
.inputgrp4 input
{
width: 100%;
}
.weigh
{
width: 100%;
}
.to
{
width: 7%;
}
.mstatu .labelclass, .chkedu .labelclass, .work .labelclass, .anincom .labelclass, .fanincom .labelclass, .phychk .labelclass, .intercastchk .labelclass, .chkmanglik .labelclass, .chkmanglik .labelclass, .chkundali .labelclass, .chkterry .labelclass, .mtungchk .labelclass
{
width:100%;
}
}
@media screen and (max-width: 497px) and (min-width: 470px) {
.agg .btn, .heigh .btn
{
padding: 6px 22px;
}
.inputgrp4 input
{
width: 100%;
}
.weigh
{
width: 100%;
}
.to
{
width: 7%;
}
.mstatu .labelclass, .chkedu .labelclass, .work .labelclass, .anincom .labelclass, .fanincom .labelclass, .phychk .labelclass, .intercastchk .labelclass, .chkmanglik .labelclass, .chkmanglik .labelclass, .chkundali .labelclass, .chkterry .labelclass, .mtungchk .labelclass
{
width:100%;
}
}
@media screen and (max-width: 699px) and (min-width: 470px) {
	.inputgrp3 input
	{
		width:48%;
	}
	input[type="radio"] {
   
    margin: 3px;
}
	.btim .btn{
		padding: 5px 24px;
	}
	.gen label
	{
		width:20%;
	}
	.express label
	{
		width:42%;
	}
	.express textarea{
		width:58%;
	}
	.diet label {
    width: 20%;
	}
	.family label , .add label
	{
		width:42%;
	}
	.family textarea, .add textarea{
		width:58%;
	}
.chkedu, .work, .religionchk
{
height: auto;
}
.mstatu, .complex, .phychk, .dietchk, .smokechk, .drinkchk
{
height: auto;
}
.mtungchk, .intercastchk, .chkmanglik, .chkterry, .chkundali
{
height:auto;
}
.chkterry
{
margin-top:20px;

}
.terms
{
margin-top:20px;
}
.mstatu .labelclass, .chkedu .labelclass, .work .labelclass, .anincom .labelclass, .fanincom .labelclass, .phychk .labelclass, .intercastchk .labelclass, .chkmanglik .labelclass, .chkmanglik .labelclass, .chkundali .labelclass, .chkterry .labelclass, .mtungchk .labelclass
{
width:100%;
}
	#income-error, #occupation-error, #qualification-error, #fincome-error, #foccupation-error, #moccupation-error, #bro-error,#marriedbro-error,#marriedsis-error,#state-error, #sis-error, #height-error, #complexion-error, #ph-error, #body-error, #religion-error, #mtongue-error, #mangalik-error
{
margin-left: -353px;
margin-top: 36px;
position: absolute;
width: 100%;
}
#drink-error, #smoke-error, #diet-error
{
	position: absolute;
margin-top: -25px;
width: 100%;
}
#mstatus-error, #createfor-error
{
	margin-left: -333px;
margin-top: 35px;
}
#name-error
{
	margin-left: 8.7em;
}
#bplace-error
{
	margin-left: 18.7em;
}
 #city-error, #phone-error, #address-error, #caste-error, #email-error, #weight-error
{
	margin-left: 19.7em;
	margin-top: 0px;
}
#gender-error
{
	width: 51%;
}
}
@media screen and (max-width: 469px) and (min-width: 437px) {
.chkterry
{
margin-top:20px;
}
.agg .btn, .heigh .btn
{
padding: 6px 22px;
}
.inputgrp4 input
{
width: 100%;
}
.weigh
{
width: 100%;
}
.to
{
width: 7%;
}
.mstatu .labelclass, .chkedu .labelclass, .work .labelclass, .anincom .labelclass, .fanincom .labelclass, .phychk .labelclass, .intercastchk .labelclass, .chkmanglik .labelclass, .chkmanglik .labelclass, .chkundali .labelclass, .chkterry .labelclass, .mtungchk .labelclass
{
width:100%;
}
.chkedu, .work, .religionchk
{
height: auto;
}
.mstatu, .complex, .phychk, .dietchk, .smokechk, .drinkchk, .intercastchk, .chkmanglik
{
height: auto;
}
.mtungchk, .intercastchk, .chkmanglik, .chkterry, .chkundali
{
height:auto;
}
}

@media screen and (max-width: 469px)  {

.rad-margin
{
margin-right:10px;
}

.agg .btn, .heigh .btn {
    padding: 6px 28px;
}
.inputgrp4 input
{
width:100%;
}
.weigh
{
display:inline-block
}
.terms
{
margin-top:20px;
}
.weigh , .heigh, .agg
{
height:auto;
}
.weigh .labelclass:after
{
content: "\A";
  white-space: pre;
}
.chkedu, .work, .religionchk
{
height: auto;
}
.mstatu, .complex, .phychk, .dietchk, .smokechk, .drinkchk, .intercastchk, .chkmanglik
{
height: auto;
}
.mtungchk, .intercastchk, .chkmanglik, .chkterry, .chkundali
{
height:auto;
}
	.labelclass
	{
		width: 100%;
	}
	.inputgrp input
	{
		width: 100%;
	}
	.bdat
	{
		padding-top:0;
	}
	.labelclass2
	{
		width:100%;
	}
	.inputgrp2 input
	{
		width:100%;
	}
	.inputgrp2  .btn-group
	{
		width:100%;
	}
	.inputgrp3 input
	{
		width:87%;
	}
	input[type="radio"] {
   
    margin: 2px;
}
	.btim .btn, .bdat .btn{
		padding: 5px 21px;
	}
	.gen label
	{
		width:20%;
	}
	.express, .add, .family
	{
		height: 125px;
	}
	.express textarea{
		width:100%;
		
	}
	.family{
		height: 101px;
	}
	.diet{
		height: 101px;
	}
	.diet label {
    width: 100%;
	}
	.family .add{
		height: 97px;
	}
	.family label , .add label
	{
		width:100%;
	}
	.family textarea, .add textarea, .physical textarea{
		width:100%;
	}
.reg-header
{
margin-top:45px;
}
	.inputgrp, .inputgrp2, .inputgrp3
	{
		height: auto;
	}
	#income-error, #occupation-error, #qualification-error, #fincome-error, #foccupation-error, #moccupation-error, #bro-error,#marriedbro-error,#marriedsis-error,#state-error, #sis-error, #height-error, #complexion-error, #ph-error, #body-error, #religion-error, #mtongue-error, #mangalik-error
{
margin-left: -325px;
margin-top: 36px;
position: absolute;
width: 100%;
}
#drink-error, #smoke-error
{
	position: absolute;
margin-top: 44px;
width: 46%;
}
.diet
{
	height:125px;
}

 #diet-error
 {
	 	position: absolute;
margin-top: -25px;
width: 100%;
 }
#mstatus-error, #createfor-error
{
	margin-left: -299px;
margin-top: 35px;
}
#name-error
{
	margin-left: -0.3em;
}
#bplace-error
{
	margin-left: 0.7em;
}
 #city-error, #phone-error, #address-error, #caste-error, #email-error, #weight-error
{
	margin-left: 0.2em;
	margin-top: 0px;
}
#gender-error
{
	width: 51%;
}
#drpAgeFrom-error, #heightfrom-error, #drpAgeTo-error, #heighto-error
{
margin-top: -6px;
margin-left: 58px;
}
}

@media screen and (max-width: 360px)  {
#drpAgeFrom-error, #heightfrom-error, #drpAgeTo-error, #heighto-error
{
margin-top: -6px;
margin-left: 58px;
}
.agg .btn, .heigh .btn {
 padding: 6px 0px;
}
.agg .btn-group , .heigh .btn-group
{
width:100%;
}
.inputgrp4 input
{
width:100%;
}
	.btim .btn, .bdat .btn {
    padding: 5px 16px;
}
.inputgrp3 input {
    width: 85%;
}
#income-error, #occupation-error, #qualification-error, #fincome-error, #foccupation-error, #moccupation-error, #bro-error,#marriedbro-error,#marriedsis-error,#state-error, #sis-error, #height-error, #complexion-error, #ph-error, #body-error, #religion-error, #mtongue-error, #mangalik-error
{
margin-left: -290px;
margin-top: 36px;
position: absolute;
width: 100%;
}
#drink-error, #smoke-error
{
	position: absolute;
margin-top: -21px;
width: 100%;
margin-left: 29px;
}
.diet
{
	height:125px;
}
input[type="radio"] {
   
    margin:17px;
}
.diet{
	height:130px;
}
 #diet-error
 {
	 	position: absolute;
margin-top: -25px;
width: 100%;
 }
#mstatus-error, #createfor-error
{
margin-left: -259px;
margin-top: 35px;
}
#name-error
{
	margin-left: -0.3em;
}
#bplace-error
{
	margin-left: 0.7em;
}
 #city-error, #phone-error, #address-error, #caste-error, #email-error, #weight-error
{
	margin-left: 0.2em;
	margin-top: 0px;
}
#gender-error
{
	width: 51%;
}

.inputgrp4
{
display:block
}
.mstatu, .complex, .phychk, .dietchk, .smokechk, .drinkchk, .intercastchk, .chkmanglik
{
height: auto;
}
.mtungchk, .intercastchk, .chkmanglik, .chkterry, .chkundali
{
height:auto;
}

}
@media screen and (max-width: 330px)  {
.agg .btn, .heigh .btn {
    padding: 6px 28px;
}
.inputgrp4 input
{
width:100%;
}
	.btim .btn, .bdat .btn {
    padding: 5px 15px;
}
.inputgrp3 input {
    width: 84%;
}
#income-error, #occupation-error, #qualification-error, #fincome-error, #foccupation-error, #moccupation-error, #bro-error,#marriedbro-error,#marriedsis-error,#state-error, #sis-error, #height-error, #complexion-error, #ph-error, #body-error, #religion-error, #mtongue-error, #mangalik-error
{
margin-left: -265px;
margin-top: 36px;
position: absolute;
width: 100%;
}
#drink-error, #smoke-error
{
	position: absolute;
margin-top: -21px;
width: 100%;
margin-left: 29px;
}
.diet
{
	height:125px;
}
input[type="radio"] {
   
    margin: 17px;
}
.diet{
	height:150px;
}
 #diet-error
 {
	 	position: absolute;
margin-top: 75px;
width: 50%;
 }
#mstatus-error, #createfor-error
{
margin-left: -239px;
margin-top: 35px;
}
#name-error
{
	margin-left: -0.3em;
}
#bplace-error
{
	margin-left: 0.7em;
}
 #city-error, #phone-error, #address-error, #caste-error, #email-error, #weight-error
{
	margin-left: 0.2em;
	margin-top: 0px;
}
#gender-error
{
	width: 51%;
}
.mstatu, .complex, .phychk, .dietchk, .smokechk, .drinkchk, .intercastchk, .chkmanglik
{
height: auto;
}
.mtungchk, .intercastchk, .chkmanglik, .chkterry, .chkundali
{
height:auto;
}
}
@media screen and (max-width: 320px)  {
.agg .btn, .heigh .btn {
    padding: 6px 28px;
}
.inputgrp4 input
{
width:100%;
}
	.btim .btn, .bdat .btn {
    padding: 5px 14px;
}
.mstatu, .complex, .phychk, .dietchk, .smokechk, .drinkchk, .intercastchk, .chkmanglik
{
height: auto;
}
.mtungchk, .intercastchk, .chkmanglik, .chkterry, .chkundali
{
height:auto;
}
}


/*Premium Members Page Area css
============================================================================================ */
.premium-members-section
{
	padding: 60px 0px;
}
.premium-member-box
{
	background: #4d4d4d;
    padding: 8px;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    color: #333;  

}

.premium-member-box-in
{
	border: 1px solid #fff;
    padding: 30px 20px;    
    text-align: center;
}
.premium-member-box-in h2
{
	color:#fff;
	font-family: 'Montserrat-UltraLight';	
	font-size: 20px;
	margin-top: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;

}
.premium-member-box-in span
{
	font-family: 'Montserrat-Bold';
	font-size: 30px;
	display: inline-block;
	line-height: 0px;width: 100%;

}
.premium-member-box-in h4
{
color:#fff;
	font-size: 20px;
	font-family: 'Montserrat-Bold';
	line-height: 25px;
}
.premium-member-box-in p
{
color:#fff;
	font-size: 15px;
	font-family: 'WorkSans-Medium';
	text-transform: uppercase;
	line-height: 25px;
}
.premium-member-box-in a
{
	padding: 7px 20px;
	line-height: 24px;
	/*background: #222;*/
	border: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	font-family: 'WorkSans-Semibold';
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 2px;
	margin-top: 20px;
}
.premium-member-box:hover
{
	background: #cc0000;
	color: #fff;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.premium-member-box:hover .premium-member-box-in
{
	border-color: #fff;
}
.premium-member-box:hover .premium-member-box-in a
{
	color: #fff;
	border-color: #fff;
}
.account-section
{
    text-align: center;
    padding-top: 30px;
}
.account-details
{
    box-shadow: 0 0 black;
    border: 4px double #c00;
    text-align: justify;
    float: left;
    width: 100%;
}
.account-details h2
{
    margin: 0px;
    font-size: 30px;
    font-family: 'Montserrat-Bold';
    color:#222;
}

.account-details h4
{
    font-family: 'WorkSans-Semibold';
    color: #222;
    margin: 0px;
    line-height: 30px;
}
.account-details img
{
    max-height: 150px;
    margin: 0px auto;
}

.border-bottom p
{
border-bottom: 4px double #fff;
}

.border-bottom
{
border-top: 4px double #fff;
}










.box-shadow-large {
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.p-30px {
    padding: 30px;
}
.text-center {
    text-align: center!important;
}
.m-0px {
    margin: 0;
}
.color-extra-dark-gray {
    color: #232323;
}
.font-w-700 {
    font-weight: 700;
}
.font-20 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.p-15px {
    padding: 15px;
}
.extra-dark-gray-bg {
    background-color: #c00;
}
.list-style-7 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.display-inline-block {
    display: inline-block !important;
}
.color-white {
    color: #FFF;
}
.font-45 {
    font-size: 45px;
    line-height: 50px;
}
.list-style-7 li {
    padding: 0 0 13px 0;
    margin: 0 0 10px 0;
}
.p-0px-t {
    padding-top: 0px;
}
.m-btn.m-btn-black {
    background: #000000;
    border-color: #000000;
    color: #fff;
}
.white-bg {
    background-color: #fff;
}
.p-30px {
    padding: 30px;
}
.m-btn.m-btn-black:hover, .m-btn.m-btn-black:focus {
    background: transparent;
    color: #000;
}
.m-btn.m-btn-black {
    background: #c00;
    border-color: #c00;
    color: #fff;
}
.m-btn-round {
    border-radius: 30px;
}
.m-btn-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.m-btn {
    padding: 10px 20px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    border: 2px solid;
    cursor: pointer;
}
a, .m-btn {
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
.theme-bg
{
	background: #c00;
}
.price-table-04
{
	border: 4px double #000;
	margin-bottom: 35px;
}


/*
=============================================================================================
profile page if login

=============================================================================================*/
.floatf
{
    float:left;
    width:100%;
}
.profileid
{
    color: #c00;
    text-align: center;
}
.slider-input
{
    width:100%;
    display:inline-block;
}
.slider-input .switch
{
    margin:0 !important;
}
.profile-page-section
{
	padding:60px 0px;
}
.profile-img img{
	width: 100%;
height: 210px;
}
.pro-label
{
	width: 30%;
	text-transform: uppercase;
color: #222 !important;
font-family: 'WorkSans-Semibold';
margin-top: 10px;
}
.full-width-select .btn-group
{
	width:69%;
	box-shadow: 5px 5px 5px #aaaaaa;
	
}
.full-width-select .btn{
padding: 7px 9px;
border: 2px solid #cc0c04 !important;
}
.auto-width-select .btn-group{
	box-shadow: 5px 5px 5px #aaaaaa;
}
.auto-width-select .btn{
	padding: 7px 30px;
border: 2px solid #cc0c04 !important;
}
.pro-input2 input
{
	width: 30%;
border: 2px solid #cc0c04;
box-shadow: 5px 5px 5px #aaaaaa;
}
.pro-input input{
height: 33px;
width: 69%;
border: 2px solid #cc0c04;
padding: 0px 10px;
box-shadow: 5px 5px 5px #aaaaaa;
color:#fff;
}
.profile-page-section button.dropdown-toggle, .profile-page-section textarea
{
    color:#fff;
}
.profile-page-section input:hover, .profile-page-section .btn-group:hover  button.dropdown-toggle, .profile-page-section textarea:hover
{
    color:#000;
}
.pro-input textarea{
width: 69%;
border: 2px solid #cc0c04;
padding: 10px;	
box-shadow: 5px 5px 5px #aaaaaa;
}
.pro-input input[type="file"]
{
	position: relative;
z-index: 999;
color: #000;
opacity: 1;
padding:10px;
}
.pro-save
{
	float: right;
    margin-top: 20px;
}
.pro-save input
{
background: #cc0c04;
color: #fff;
border: none;
padding: 8px 32px;
box-shadow: 5px 5px 5px #aaaaaa;
text-transform: uppercase;
width: 100%;
}
.ec-profile-nav,.ec-profile-nav figure,
.ec-profile-nav ul,.ec-profile-nav ul li,
.ec-profile-nav ul li a {
	float: left;
	width: 100%;
}
.ec-profile-nav {
	background-color: #f9f9f9;
	margin-bottom: 50px;
	box-shadow: 10px 10px 5px #aaaaaa;
}
.ec-profile-nav figure {
	margin-bottom: 0px;
}
.ec-profile-nav figure a {
	float: left;
	width: 100%;
}
.ec-profile-nav figure figcaption {
	padding: 20px 0px 0px 29px;
}
.ec-profile-nav figure figcaption h6 {
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: 14px;
}
.ec-profile-nav figure figcaption span {
	font-size: 12px;
	color: #999999;
}
.ec-profile-nav ul li {
	list-style: none;
	z-index: 999;
position: relative;
}
.ec-profile-nav ul li i {
	width: 19px;
	height: 20px;
	background-color: #999999;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 100%;
	font-size: 9px;
	padding: 6px 0px 0px 0px;
	margin-right: 10px;
}
.ec-profile-nav ul li span {
	width: 19px;
	height: 20px;
	background-color: #999999;
	color: #fff;
	text-align: center;
	float: right;
	border-radius: 100%;
	font-size: 12px;
	padding: 1px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	line-height: 1.5;
}
.ec-widget-heading h2
{
	font-family: 'WorkSans-Semibold';
	text-transform: uppercase;
font-size: 27px;
margin-top: 0;
}
.ec-profile-nav ul li a {
	color: #555555;
	padding: 10px 28px 12px 28px;
	border-top: 1px solid #f4f4f4;
	box-shadow: 0px -1px 0px #ffffff;
	position: relative;
	padding: 20px 28px;
	font-family: 'WorkSans-Semibold';
}
.ec-profile-nav ul li.active a {
	border-left: 3px solid #f9f9f9;
	background: #cc0c04;
	padding: 20px 28px;
}
.ec-profile-nav ul li.active a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	border-top: 8px solid transparent;
	border-left: 9px solid #f9f9f9;
	border-bottom: 8px solid transparent;
	margin: -9px 0px 0px 0px;
}
.ec-profile-nav ul li:hover a,.ec-profile-nav ul li.active a { color: #fff; background: #cc0c04; }
.ec-profile-nav ul li:hover i,.ec-profile-nav ul li.active span,
.ec-profile-nav ul li:hover span,.ec-profile-nav ul li.active i {
	background-color: #fff;
	color: #cc0c04;;
}
@media screen and (max-width:410px)  {
.pro-input2 input
{
width: 100%;
margin-bottom: 20px;
}
.pro-save
{
float: left;
}
}
/* About Profile */
.ec-about-profile {
	float: left;
	width: 100%;
}
.ec-userthumb {
	float: left;
	width: 192px;
}
.ec-userthumb ~ .ec-profile-text {
	padding: 0px 0px 0px 214px;
}
.ec-profile-text p {
	font-size: 13px;
}
.ec-profile-text a {
	display: block;
	color: #333333;
	font-weight: bold;
}
.ec-profile-text a span {
	font-size: 13px;
	color: #555555;
	font-weight: normal;
}
.ec-profile-text small {
	color: #555555;
}



@media screen and (max-width: 991px) 
{
.ec-userthumb ~ .ec-profile-text
{
	padding: 0;
}
}
@media screen and (max-width: 418px) 
{
	.pro-label{
		width:100%;
	}
	.pro-input input, .pro-input textarea, .full-width-select .btn-group
	{
		width:100%;
	}
}

/*
=============================================================================================
otp loin

=============================================================================================*/

.text-center-btn
{
	text-align:center;
	margin-top: 0px;
}
.text-center-btn input
{
	width:100%;
}
.pro-input2
{
}

/*
=============================================================================================
news and events

=============================================================================================*/
.news-events-img img{	
width: 100%;
height: 300px;
}
.news-events-section
{
	padding: 60px 0px;	
}
.news-events-block
{
	margin-bottom: 30px;
}
.news-events-box 
{
	border: 2px solid #eeeeee;
	padding: 18px;
	text-align: center;
}
.news-events-text
{
	text-align: left;
}
.news-events-text h2
{
	font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    letter-spacing: 2px;
    color: #222;
    line-height: 25px;
    margin: 15px 0px 5px;
}
.news-events-text p
{
	font-size: 13px;
	text-align:justify;
	line-height:25px;
	letter-spacing: 1px;
	font-family: 'WorkSans-Medium';
	color: #848484;
	margin: 0px;
}
.news-events-img
{
	position: relative;
}
.news_p
{
height: 100px;
overflow: hidden;
}
 .event-calender {
    width: 100px;
    height: 70px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #cc0000;
    color: #fff;
    padding-top:10px; 
}
.event-calender h3
{
	font-size: 24px;
	margin: 0px;
	line-height: 25px;
	font-family: 'WorkSans-SemiBold';
}
.event-calender span {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family:'WorkSans-Medium';
    line-height: 25px
}

/* User Detail css
============================================================================================ */
.user-detail-section
{
padding:60px 0px;
}
.card-background img
{
	height:400px;
}
.useravatar h2{
float: left;
text-transform: uppercase;
color: #c01e1e;
font-size: 23px;
font-family: 'WorkSans-Semibold';
width: 25%;
text-align: left;
}
.useravatar h4{
float: right;color: #000;position: relative;z-index: 999;font-family: 'WorkSans-Semibold';color: #c01e1e;
}
.tab-title{
font-family: 'WorkSans-Semibold';
overflow: hidden;
}
.well
{
	    
    border: none;
    //background-color:transperent;
    background-color: #e2e2e296 !important;
    border: none;
    height: 100% !important;
    padding:20px 20px 40px 20px;
    height: 100%;
    position: relative;
    display: inline-block;
box-shadow: 10px 10px 10px #aaaaaa;
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group
{
	box-shadow: 10px 20px 10px #aaaaaa;
}
.tab-div
{
    padding: 12px 0px;
    line-height: 20px;
max-height: 41px;
}
.tab-label
{
	width: 41%;
font-size: 17px;
font-family: 'Montserrat-UltraLight';
font-weight: 700;
color: #928a8a;
text-transform: capitalize;
}
.tab-label2
{
	width: 20%;
font-size: 17px;
font-family: 'Montserrat-UltraLight';
font-weight: 700;
color: #928a8a;
text-transform: capitalize;
}
.tab-span
{
	font-family: 'WorkSans-Semibold';
color: #000;
}
.tab-h3
{
   font-family: 'Montserrat-Regular';
    color: #cc0c04;
   margin-bottom: 38px;
	text-transform: uppercase;
	display:inline-block;
	width:100%;
}

@media only screen and (min-width : 768px) {
    .tab-span {
    font-family: 'WorkSans-Semibold';
    color: #000;
    width: 54% !important;
    float: right;
    font-size: 13px;
}
}

@media screen and (max-width: 767px) 
{
	.card.hovercard .card-background
	{
		height:400px;
	}
}

@media screen and (max-width: 500px) 
{
.tab-label2, .tab-label
{
	width:100%;
}	
}

/* contact stat us css
============================================================================================ */
.captcha2 input[type="text"]
{
	width: 74%;
}
.captcha2 label
{
	width: 25%;
}
.contact-page-section {
	padding: 60px 0px;
}
.contact-page-section h2 {
	font-size: 24px;
	margin: 0px 0px 20px 0px;
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
	color: #222222;
	line-height: 25px;
	letter-spacing: 2px;
}
.contact-form-1 input {
    font-size: 14px;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    width: 100%;
    border: 1px #333 solid !important;
    transition: all .15s;
    -webkit-transition: all .15s;
    background: #f8f8f8;
    border-color: #e9e9e9;
    margin-bottom: 20px;
}

.contact-form-1 textarea{
    padding: 10px  25px;margin-bottom: 20px;
    line-height: 22px;
    height: 100px;
    width: 100%;
    border: 1px #333 solid !important;
    transition: all .15s;
    background: #f8f8f8;
    border-color: #e9e9e9;
    -webkit-transition: all .15s;
}

.contact-form-1 input:focus, .contact-form-1 textarea:focus  {
    border-color: #333;
}
.contact-form-1 input::-webkit-input-placeholder,
.contact-form-1 textarea::-webkit-input-placeholder {
    color: #333; 
    text-transform: uppercase;
    font-family: 'WorkSans-Medium';
    letter-spacing: 1px;
    opacity: 1;
}

.contact-form-1 input:-moz-placeholder,
.contact-form-1 textarea:-moz-placeholder {
    color: #333; 
    text-transform: uppercase;
    font-family: 'WorkSans-Medium';
    letter-spacing: 1px;
    opacity: 1;
}

.contact-form-1 input::-moz-placeholder,
.contact-form-1 textarea::-moz-placeholder {
    color: #333; 
    text-transform: uppercase;
    font-family: 'WorkSans-Medium';
    letter-spacing: 1px;
    opacity: 1;
}

.contact-form-1 input:-ms-input-placeholder,
.contact-form-1 textarea:-ms-input-placeholder {
    color: #333; 
    text-transform: uppercase;
    font-family: 'WorkSans-Medium';
    letter-spacing: 1px;
    opacity: 1;
}

.contact-form-1  .button {
	background: transparent;
	border: 0;
}

.contact-form-1  .button {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 0px 40px;
    font-size: 14px;
    line-height: 46px;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
	background: #cc0000;
	letter-spacing: 3px;
	font-family: 'WorkSans-Medium';
	border: 2px solid #cc0000;
margin-top: 32px;
		
}
.contact-form-1  .button:hover {
    color: #cc0000;
    box-shadow: none;
    background: transparent;
	border: 2px solid #cc0000;
}
.contact-form-1  .button:focus {
    color: #4356ea;
    box-shadow: none;
    background: transparent;
	border: 2px solid $baseColor;
}
.contact-now .contact { padding: 14px 0; padding-top: 14px;}
.contact-icon
{width: 79px;
border-radius: 50%;
float: left;
height: 79px;
text-align: center;
padding: 4px;
margin-right: 19px;
background: #cc0000;}
	
.contact i{border-radius: 50%; font-size: 24px;
    line-height: 66px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%; border: 1px dashed rgba(255,255,255);
    width: 100%;
    height: 100%;}
.information strong
{
   font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inherit;
}
.information p
{
      margin: 0px;
}




@media (max-width:1200px){

	.find-match-img img

}

@media (max-width:993px){
	.menuzord-responsive .menuzord-brand
	{
		margin: 0px;
		padding: 0px 15px;
	}
	.menuzord-menu.menuzord-right
	{
		padding-top: 0px;
	}
	.menuzord-menu.menuzord-right li
	{
		padding: 0px;
	}
	.menuzord-responsive .menuzord-menu > li > a
	{
		padding: 10px 20px !important;
		line-height: 18px;
	}
	.menuzord-menu.menuzord-right li a::before
	{
		top: 10px;
	}
	.search-input-block
	{
		width: 50%;
		float: left;
	}
	.menuzord-responsive .showhide
	{
		padding-top:60px;
	}
	.footer-box i
	{
		float: none;
	}
	.footer-box p
	{
		margin-left: 0px;
		line-height: 20px;
		text-align: center;
		margin-top: 10px;
	}
.footer-box p br  { clear: none;}
	.news-event-block
	{
		width: 50%;
		float: left;
		padding: 0px 20px;
	}	

	.news-event-img, .news-event-text
	{
		width: 100%;
		float: left;
	}
	.news-event-img img
	{
		width: 100%;
	}
	.news-event-text 
	{
		padding: 15px 0px;
		text-align: left;
	}
	.find-match-text
	{
		padding-left: 15px;
	}
	.find-match-img img
	{
		margin: 0px auto 10px;
		height: 180px;
		width: auto;
	}
}
@media (max-width: 767px){
	.search-section 
	{
	    position: relative;
	    width: 100%;
	    top:0px;
    }
    .header-top
    {
    	text-align: right;
    }
    .menuzord-responsive .showhide{
    	padding-top: 60px;
    }
	.special-someone-block:after
	{
		display: none;
	}
	.special-someone-block .icon
	{
		width: 80px;
		height: 80px;
	}
	.special-someone-block .icon i
	{
		font-size: 30px;
		line-height: 80px;
	}
	.footer-address
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer-block
	{
		display: inline-block;
		width: 100%;
		border: none;
		padding: 5px;
	}
	.footer-box
	{
		float: left;
	}
	.footer-box i
	{
		float: left;
	}
	.footer-box p
	{
		margin-left: 60px;
		line-height: 25px;
		text-align: left;
		margin-top: 0px;
	}
	.find-match-block
	{
		width: 50%;
		float: left;
	}
	.find-match-text p:first-child, .find-match-text p:nth-of-type(2)
	{
		width: 100%;
	}
.font
{
font-size:13px;
}
}
@media (max-width: 700px){
	.header-top
	{
		position: relative;
	}
	.menuzord-responsive .showhide {
    padding-top: 86px;
    }
    .find-match-text p label
    {
    	width: 40%;
    }
}
@media (max-width:479px){
.home-about-us-section a
{
text-align: center;
display: inline-block;
width: 100%;
margin-bottom: 20px;
}
.account-details h2
{
font-size: 22px;
}
.contact-form-1 .button
{
margin-bottom: 30px;
display: inline-block;
width: 100%;
}
.contact-now
{
margin-bottom:30px;
}
}
@media (max-width: 500px){
	.news-event-block
	{
		width: 100%;
		float: left;
		padding: 20px;
	}	

	.news-event-img, .news-event-text
	{
		width: 100%;
		float: left;
	}
	.news-event-img img
	{
		width: 100%;
	}
	.header-top
	{
		text-align: center;
		right: 0px;
		width: 100%;
		display: inherit;
	}
	.header-top ul
	{
		display: inherit;
	}
	.header-top ul::before, .header-top ul::after
	{
		display: none;
	}
	.header-top ul li
	{
		line-height: 15px;
	}
	.menuzord-responsive .showhide 
	{
    padding-top: 38px;
	}
	.menuzord-responsive .menuzord-brand
	{
		padding: 5px 10px;
	}
	.menuzord-responsive .menuzord-brand img
	{
		width: auto;
		height: 70px;
	}

}
@media (max-width: 375px){
.menuzord-responsive .showhide 
	{
    padding-top: 38px;
	}
}





@media (max-width: 991px){
.terms-conditaon-block
{
	
float: right;
margin: 0px;
    margin-top: 0px;
margin-top: -77px;
background: #000;
padding: 10px 0px;
}
.labelclass6
{
width:42%;
}
.inputgrp2 .input6 {
    width: 58%;
}
}
@media (max-width: 604px){
.terms-conditaon-block
{
	
float: none;
margin: 0px;
    margin-top: 0px;
margin-top: -57px;
background: #000;
padding: 10px 0px;
}
.footer-social-block
{
margin-bottom: 20px;
}

}
@media (max-width: 767px){
#terms_conditions .modal-dialog
{
	width: 96%;
}
#privacy_policy .modal-dialog
{
	width: 96%;
}
#terms_conditions .modal-dialog, #privacy_policy .modal-dialog
{
	margin-top: 30px;
}
}
@media (max-width: 479px){
.inlinblok
{
display:inline-block;
width:100%;
}
.labelclass6, .input6
{
width:100% !important;
}

.copy-right
{
text-align: center;
}
.card.hovercard .useravatar img
{
    margin: 0 auto !important;
    width:100% !important;
} 
.useravatar h2
{
    width:100%;
    float:none;
    text-align:center;
    
}
.useravatar h4
{
    float:none;
    text-align:center;
}
.btn, .btn-morphing
{
    margin-bottom:0 !important;
}
.bootstrap-select.btn-group:not(.input-group-btn)
{
    margin-bottom:10px;
}
}
/****** LOGIN MODAL ******/
.sing-in-modal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative; 
}
#sing-in-modal .modal-dialog
{
	margin-top: 10%;
}
.sing-in-modal-container h1 {
text-align: center;
font-size: 20px;
font-family: 'Montserrat-Black';
text-transform: uppercase;
color: #222;letter-spacing: 1px;
margin: 30px auto 20px;
}

.sing-in-modal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.sing-in-modal-container .close
{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #c00;
	opacity: 10;
	color: #fff;
	text-shadow: none;	
}

.sing-in-modal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 30px;
  -webkit-appearance: none;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-top: 1px solid #ccc;
  /* border-radius: 2px; */
  padding: 0 8px;
  font-family: 'WorkSans-Medium';
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.sing-in-modal-container  input::-webkit-input-placeholder 
{
    color: #333 !important;
    opacity: 1;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'WorkSans-Medium';
    letter-spacing: 2px;
}

.sing-in-modal-container  input:-moz-placeholder /* Firefox 18- */
{ 
    color: #333 !important;
    opacity: 1;  
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'WorkSans-Medium';
    letter-spacing: 2px;
}

.sing-in-modal-container  input::-moz-placeholder /* Firefox 19+ */
{ 
    color: #333 !important;
    opacity: 1;  
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'WorkSans-Medium';
    letter-spacing: 2px;
}

.sing-in-modal-container  input:-ms-input-placeholder
{  
    color: #333 !important;
    opacity: 1;  
    font-size: 13px;
   text-transform: uppercase;
   font-family: 'WorkSans-Medium';
   letter-spacing: 2px;
 }
.sing-in-modal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.sing-in-modal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.sing-in-modal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #cc0000;
  padding: 17px 0px;
  font-family: 'WorkSans-SemiBold';
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.sing-in-modal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.sing-in-modal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

/*----pagination -----*/

.pag {
    background: #cc0000;
    color: #fff;
    padding: 5px 12px;
    margin-bottom: 40px;
    border-radius: 7px;
}
.pagg {
    background: #ccc;
    padding: 5px 10px;
    border-radius: 8px;
color: #000;
}
.pag a
{
color:#fff;
}
.pagg a
{
color:#cc0000;
}



/* Text disble code */



@media (max-width: 479px){
  .copy-right span
  {
      display:inline-block;
  }
  .find-match-block
  {
      width:100%;
  }
  .find-match-box
  {
      display:inline-block;
      height: auto;
  }
  .tab-div
  {
      display: inline-block;
      width: 100%;
  }
  .tab-label, .tab-label2, .tab-label
  {
      padding:10px 10px 0px 10px;
      padding-left:0 !important;
  }
  .tab-span
  {
padding: 0px 10px 10px 10px;
padding-left:0 !important;
  }
  .find-match-box h3, .find-match-box .fid
  {
      text-align:center;
  }
  .pagg
  {
      margin-top: 12px;
display: inline-block;
  }
}



