/* TMV Style */

.ic-main-logo {
	position: relative;
}
.ic-main-logo span {
	background: #d8d8d8;
	position: absolute;
	bottom: 0px;
	right: 0;
	padding: 0 3px;
	line-height: 17px;
	border-radius: 5px;
	width: 107px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
}
/* Form Heading */
.v-registration select {
	padding: 10px;
	font-size: 15px;
	height: 48px;
}
.v-registration input[type=file] {
    padding: 10px;
    font-size: 15px;
    height: 48px;
    background: #a718b0;
    color: white;
}
.v-registration input[type=text], .v-registration input[type=number], .v-registration input[type=password], .v-registration input[type=email], .v-registration input[type=date], .v-registration input[type=tel] {
	padding: 10px;
	font-size: 15px;
	height: 48px;
}
.v-registration input[type="button"], .v-registration input[type="submit"], .v-registration input[type="reset"], .v-registration button {
	background-color: #04AA6D;
	border: none;
	color: white;
	padding: 15px 25px;
	text-decoration: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}
.v-registration label {
	font-size: 15px;
}
/* Form Heading */

.v-register-now {background-image: linear-gradient(to right, #F09819 0%, #EDDE5D  51%, #F09819  100%)}
.v-register-now {
	padding: 8px 20px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	font-size: 18px;
	box-shadow: 0 0 15px #eee;
	border-radius: 0 30px 30px 0;
	border: 2px #ffb241 solid;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 1px;
	text-shadow: 1px 1px #f09d1e;
}
 .v-register-now:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }
 .v-register-now {
	color: #ffffff;
  }

 .v-login-now {background-image: linear-gradient(to right, #1A2980 0%, #26D0CE  51%, #1A2980  100%)}
.v-login-now {
	padding: 8px 20px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	font-size: 18px;
	box-shadow: 0 0 15px #eee;
	border-radius: 30px 0 0 30px;
	color: #fff;
	text-shadow: 1px 1px #005960;
	font-weight: bold;
	border: 2px solid #08a1bb;
}

  .v-login-now:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
  }
  .v-login-now {
	color: #ffffff;
  }
  
.tm-top-bc-register li {
	color: #f57c09;
	float: left;
	list-style: none;
	font-size: 16px;
	margin: 0 5px;
	line-height: 34px;
}   
.tm-top-bc-register span img {
    width: 30px;
    height: auto;
}
.tm-top-bc-register li span {
	background: #fff;
	border-radius: 100%;
	padding: 0px 0px 0px 0px;
	width: 40px  ;
	height: 40px;
	float: left;
	border: 2px solid red;
	margin: -2px 5px 0 0px;
	text-align: center;
}
.tm-top-bc-register {
	padding: 0px;
	margin: 3px auto 15px auto;
	background: none;
	text-transform: capitalize;
	display: inline-block;
}

.v-registration-image div {
	min-height: 200px;
	background-repeat: no-repeat!important;
	background-position: center!important;
	background-size: cover!important;
}
.tm-top-bc-register .active {
	color: #75bf58 !important;
}
.v-register-content {
	background:#fff;
}
.v-register-content .input-group {
	width: 100%;
}
.v-register-content-body {
	margin: 30px auto 30px auto;
	background: r;
}
.v-register-content-body .row {
	display: flex;
}

  .v-registration-image-a{
	background: #000 url(../ic-images/register-a.jpg);
	min-height: 400px;
  }
  .v-registration-image-b{
	background: #000 url(../ic-images/register-b.jpg);
	min-height: 400px;
  }
  .v-registration-image-c{
	background: #000 url(../ic-images/register-c.jpg);
	min-height: 400px;
  }
  .v-registration-image-p{
	background: #000 url(../ic-images/register-p.jpg);
	min-height: 400px;
  }
/* Registration Navigation Start */
/* .vm-profile-head-blogin {
	border-radius: 100px;
	min-width: 220px;
	position: absolute;
	padding: 10px 10px;
	width: 240px;
	right: 0;
} */
.vm-profile-head-alogin {
	border-radius: 100px;
	padding: 3px 5px 14px 0px;
	min-width: 220px;
	margin: ;
}
 
.vm-register-user {
 
}
.vm-register-user-login li {
	float: left;
	list-style: none;
}
.vm-register-user i {
	background: red;
	padding: 0px 11px;
	font-size: 30px;
	border-radius: 50px;
	float: left;
	margin: 2px 12px 1px -14px;
}
.vm-register-user-login span {
	font-size: 10px;
	padding: 0;
	margin: 0;
}
.vm-register-user-login {
	border: 1px solid #0ad0be;
	padding: 4px 19px;
	border-radius: 50px;
	color: #fff;
	font-size: 12px;
	width: 100%;
	background: #00c167;
	height: 60px;
}
.vm-register-user-login img {
	width: 50px;
	border-radius: 50%;
	margin: 0 5px 0 -15px;
	float: left;
}
.v-form-signin {
	border: 5px solid #04dda7;
	border-radius: 20px;
	padding: 95px 30px 30px 30px;
	background: #07b58a;
	max-width: 650px;
	margin: 100px auto;
}
.v-login-icon {
	width: 120px;
	text-align: center;
	margin: -165px auto -14px 12%;
	border-radius: 50%;
	position: absolute;
	background: white;
	box-shadow: 0px 1px 3px 6px #d0cdc5;
	padding: 8px;
}
.v-status-message {
	width: 50%;
	text-align: center;
	border: 2px solid #e3dfdf;
	border-radius: 10px;
	margin: 0 auto 50px auto;
	padding: 20px 0;
	background: #fbfbfb;
	font-size: 30px;
	max-width: 400px;
	min-width: 345px;
}
.v-registration-free {
	width: 50%;
	text-align: center;
	border: 2px solid #e3dfdf;
	border-radius: 10px;
	margin: 105px auto 50px auto;
	padding: 20px 0;
	background: #fbfbfb;
	font-size: 48px;
	max-width: 400px;
	min-width: 320px;
	height: auto;
	min-height: 250px;
}
.v-registration-free img {
	margin: -137px 0 0 0;
	width: 238px;
}
/* Register Check box */
.v-registration-membership label input {
    visibility: hidden; 
}

.v-registration-membership label {
	display: block;
	margin: 0 0 0 0px;
	padding: 10px 0px 25px 0;
	height: 50px;
	width: 100% !important;
	background: #f0e8e8;
	border-radius: 0 0 15px 15px;
	cursor: pointer;
}
.v-registration-membership-plans {
	border: 1px solid #d7cfcf;
	border-radius: 15px;
	margin: 5px 0;
	text-align: center;
}
.v-registration-membership label img {
    display: inline-block;
    padding: 0px;
    height:30px;
    width:30px;
    background: none;
}

.v-registration-membership label input:checked +img {  
    background: url(../ic-images/v-checkbox.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size:30px 30px;
}
/* Register Check box end */
/* Homepage CSS */
.v-home-page-list-colomn {
	background: #f2eeee;
  margin-bottom:20px;
}
.v-home-page-list-content {
	width: 45%;
	display: inline-block;
}
.v-home-page-list-image {
	width: 45%;
	float: left;
	margin-right: 20px;
}
.v-home-page-list-image img {
	width: 100%;
}
.v-home-page-list-content h3 {
	color: #f77d0a;
	font-size: 16px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
.v-home-page-list-content h4 {
	color: rgb(0, 159, 40);
	font-size: 15px;
	font-family: "Lato", sans-serif;
}
.v-home-page-list-content h5 {
	color: #fff;
	font-size: 13px;
	background: #ff8f00;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	border-radius: 50px 0 0 50px;
	margin-right: -16px;
	font-family: "Lato", sans-serif;
}
.v-home-page-list-content h6 {
	color: rgb(100, 95, 95);
	font-size: 14px;
	font-family: "Lato", sans-serif;
}
/* Homepage CSS */

.v-button-small {background-image: linear-gradient(to right, #16A085 0%, #F4D03F  51%, #16A085  100%)}

.v-button-small {
	font-size: 14px;
	padding: 6px 6px 6px 6px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 5px;
	cursor: pointer;
}

 .v-button-small:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
 }
 
 .v-button-medium {background-image: linear-gradient(to right, #F09819 0%, #EDDE5D  51%, #F09819  100%)}
 .v-button-medium {
	margin: 10px;
	padding: 15px 5px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 10px;
	display: block;
	font-size: 17px;
	font-weight: bold;
}

  .v-button-medium:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
  }
  
  .v-button-big {background-image: linear-gradient(to right, #24C6DC 0%, #514A9D  51%, #24C6DC  100%)}
  .v-button-big {
	margin: 40px 10px 22px 10px;
	padding: 15px 18px;
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	box-shadow: 0 0 20px #eee;
	border-radius: 100px;
	display: block;
	font-size: 15px;
	font-weight: bold;
}
   .v-button-big:hover {
	 background-position: right center; /* change the direction of the change here */
	 color: #fff;
	 text-decoration: none;
   }
   .v-theme-main-button {
	/* background: rgb(131,58,180); */
	background: linear-gradient(30deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
	padding: 10px 20px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border: 2px solid red;
	border-radius: 50px;
}
  
.v-theme-main-button:hover {
	background: rgb(131,58,180);
	background: linear-gradient(221deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
.v-registration-page .input-group {
	display: inherit;
}
.v_home_recent {
	background: #e8e8e8;
	padding: 20px auto;
	margin: auto;
	width: 100%;
}
.v_home_recent h2 {
	color: #292929;
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 0px;
	padding: 30px 25px 10px 25px;
	position: relative;
	display: block;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-top: 0px;
	min-width: 250px;
	text-align: center;
}
.v_home_recent h4 {
	/* background: #80b435; */
	color: #fff;
	padding: 6px 10px;
	border-radius: 3px;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.8px;
	margin: 5px 0 20px auto;
	width: 100%;
	text-align: center;
}
.v_home_recent .item {
	margin: 30px 15px;
}
.v_home_recent h4 span {
	background: #80b435;
	padding: 3px 10px;
}
.v_home_recent .item img {
	transition: transform .4s; /* Animation */
	overflow: hidden;
  }

  .v_home_recent .item img:hover {
	transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	box-shadow: 0 0 10px greenyellow;  
	border:2px solid #fff;
  }

@media (max-width: 767px) {
    /* Nanje CSS for Mobile */
	.header-banner {
		background:#009973;
	}
	.vm-profile-head-blogin {
		padding: 0px 12px!important;
	}
	.icon-align-justify:before {
		font-size: 36px;
	}
	.logo {
		padding-top: 5px!important;
		padding-bottom: 5px!important;
	}
    .vm-register-user {
    	width: 100%!important;
    	text-align: center!important;
    }

    /* Nanje CSS for Mobile End */
	/* Button Style */
  
	/* Button Style */
} 
.nanje-validation {
	text-align: left;
	width: 172px;
	line-height: 0;
	height: 42px;
	padding: 10px;
	position: relative;
	float: right;
}

/* icu */
.ic-sidebar ul {
	background: red;
	margin-top: 20px;
}
.ic-main-content-grid {
	/* border: 1px solid; */
	/* padding: 10px; */
}
.ic-main-content-grid img {
	width: 100%;
}
.v-searchbox-container {
	/* background: rgb(255, 255, 255);

	margin: 14px; */
	position: relative;
}
.v-search-input {
	padding: 15px 46px 15px 20px;
	border: 1px solid rgb(190, 188, 188);
	width: 100%;
	border-radius: 60px !important;
	background: #f6f1f1;
	font-size: 14px;
	color: #385539;
}
.v-search-button {
	position: absolute;
	right: 5px;
	padding: 13px 13px;
	border: 1px solid #ffa800;
	background: #ffae00;
	border-radius: 100% !important;
	top: 3px;
}
.v-search-button i {
	color: #fff;
	font-size: 17px;
}
#v_livesearch, #v_livesearch_listing {
	display: block;
	width: 95%;
	max-height: 300px;
	overflow-x: hidden;
	position: absolute;
	z-index: 9999999;
	margin-top: 13px;
	/* border-radius: 10px; */
	left: 24px;
}
#v_livesearch, #v_livesearch_listing a {
	padding: 8px 9px;
	border-bottom: 3px solid #f4901e;
	display: block;
	background: #ff295c;
	float: left;
	width: 100%;
	color: #fff;
}
#v_livesearch, #v_livesearch_listing a:hover {
	background: rgb(0, 194, 243);
}
#v_livesearch, #v_livesearch_listing img {
	border-radius: 3px;
}
/* icu */

/* Review and Comment */
.v-review-form {
	padding: 10px;
	border: 1px dotted #729599;
	border-radius: 10px;
	margin: 20px 0 0 0;
}
.v-review-base {
	background: #f6f4e1;
	margin:0 0 20px 0;
	border-radius: 28px 5px 5px 5px;
	padding: 10px;
}

.v-review-base img {
	width: 50px;
	border-radius: 50%;
	display: inline-block;
}
.v-review-reply img {
	width: 50px;
	border-radius: 50%;
	display: inline-block;
}
.v-review-reply {
	background: #e6e6e6;
	margin: -20px 9px auto 77px;
	border-radius: 28px 0 16px;
	padding: 5px;
	border-top: 2px solid #cab3bd;
}
 
.v-review-rating li {
	float: left;
	font-size: 30px;
	color: #ffa600;
	margin: 7px 1px;
}
.v-review-login {
	background: #f2fbd2;
	padding: 20px 10px;
	text-align: center;
	border-radius: 5px;
}

.v-rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.v-rating:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.v-rating:not(:checked) > label:before {
    content: '★ ';
}
.v-rating > input:checked ~ label {
    color: #ffc700;    
}
.v-rating:not(:checked) > label:hover,
.v-rating:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.v-rating > input:checked + label:hover,
.v-rating > input:checked + label:hover ~ label,
.v-rating > input:checked ~ label:hover,
.v-rating > input:checked ~ label:hover ~ label,
.v-rating > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
/* Review and Comment */
/* Catergory style */
.u-cat-drop-l1 {
    background: url(../ic-images/arrow-l1.png) no-repeat left top;
    margin: 0 0 0 20px;
}
.u-cat-drop-l1 span {
    margin: 0 0 0 5px;
}
.u-cat-drop-l2 {
    background: url(../ic-images/arrow-l2.png) no-repeat left top;
	margin: 0 0 0 42px;
}
.u-cat-drop-l2 span {
    margin: 0 0 0 10px;
}
.u-cat-drop-l3 {
    background: url(../ic-images/arrow-l3.png) no-repeat left top;
	margin: 0 0 0 67px;
}
.u-cat-drop-l3 span {
    margin: 0 0 0 10px;
}
.u-cat-drop-sl1 {
	background: url(../ic-images/arrow-l1.png) no-repeat left top;
	margin: -9px 0 0 -15px !important;
	padding: 5px 0 5px 48px !important;
}
.u-cat-drop-sl2 {
	background: url(../ic-images/arrow-l2.png) no-repeat left top;
	margin: 0px 0 0 18px !important;
	padding: 5px 0 5px 45px !important;
}
.u-cat-drop-sl3 {
    background: url(../ic-images/arrow-l3.png) no-repeat left top;
    margin: 0 0 0 75px;
    padding: 0 0 0 25px;
}
/* Catergory style */


#v_merital_status table {
	width: 100%;
}
#v_merital_status td {
	padding: 10px 15px;
	background: #ffebeb;
}

/* iC Property */
.ic-listing-search {
	background: url(../../v-uploads/v-webmobileapp/ic-images/property-banner.jpg);
	padding: 106px 0;
	background-size: cover;
}
.ic-category-thumb {
	list-style: none;
}
.ic-category-thumb li {
	display: inline-block;
	text-align: center;
}
.ic-category-thumb li img {
	border-radius: 100%;
	width: 200px;
	height: 200px;
}
.ic-category-thumb p {
	background: #ff295b;
	border-radius: 20px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}
.ic-listing-search-video iframe {
	width: 100%;
	position: absolute;
	top: 10px;
}
.ic-sbox {
	background: red;
	z-index: 99999999999;
	position: relative;
	width: 90%;
	margin: auto;
}
/* iC Property */

.nanje-validation {
	width: 160px;
	margin: -29px 0 0 0;

}