body,
html {
    width: 100%;
    height: 100%
}

body {
    font-family: Lato, Helvetica, Arial, sans-serif;
}

a {
    color: #fdcc52;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}

@font-face {
    font-family: 'Arista Pro Alternate';
    src: url('AristaProAlternate.woff2') format('woff2'),
        url('AristaProAlternate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	
}
a:focus,
a:hover {
    /* color: #fcbd20; */
	color: #fff;
}

hr {
    max-width: 100%;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, .1)
}

hr.light {
    border-color: #fff
}

h4,
h5,
h6 {
    font-family:  Lato, Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 1px
}
h1,
h2,
h3{
	font-family: 'Arista Pro Alternate';
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px
}

section {
    padding: 10px 0
}

section h2 {
    font-size: 50px
}

#mainNav {
    border-color: rgba(34, 34, 34, .05);
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: Catamaran, Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 1px
}

#mainNav .navbar-brand {
    color: #fdcc52;
    font-family: Catamaran, Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
	width:28%;
}
#mainNav .navbar-brand img{
	/*width:40%;*/
	width:60%;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fcbd20
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222
}

#mainNav .navbar-nav>li>a {
    font-size: 15px !important;
    font-family: Lato, Helvetica, Arial, sans-serif;
    /* letter-spacing: 2px;
	text-transform: uppercase */
	padding:14px 8px;
	color:#fff;
}


#mainNav .navbar-nav>li>a.active {
    color: #fdcc52!important;
    background-color: transparent
}

#mainNav .navbar-nav>li>a.active:hover {
    background-color: transparent
}

#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
    color: #222
}

#mainNav .navbar-nav>li>a:focus:hover,
#mainNav .navbar-nav>li>a:hover {
    color: #fdcc52
}
.listing h4 {padding-top:0px;
}

.result-button {
    padding: 5px 0px 5px 5px !important;
    border-radius: 10px !important;
    color: #fff !important;
    background-color: #639;
    margin-top: 8px;
    width: 270px;
	font-size:12px;
	margin-bottom:8px;
}
.result-button-dark
{
	background-color: #635757;
}
.dropdown-content li input[type="checkbox"]{
 transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
   /* padding: 10px;*/
}
.m50{ margin-top:26px;
}
.m20{ margin-top:40px;
margin-bottom:20px;
}

.footer-fix
{
	position:fixed !important;
	bottom:0 !important;
	background-color:#ed1424 !important;
	z-index:1;
}
@media (min-width:992px) {

	.h-100 {
		height: 600px !important;
	}
	
    #mainNav {
        border-color: #fff;
        background-color: rebeccapurple
	}
    #mainNav .navbar-brand {
        color: fade(white, 70%)
	}
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #fff
	}
    #mainNav .navbar-nav>li>a,
    #mainNav .navbar-nav>li>a:focus {
        color: rgba(255, 255, 255, .7)
	}
    #mainNav .navbar-nav>li>a:focus:hover,
    #mainNav .navbar-nav>li>a:hover {
        color: #d7bbf0;
	}
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, .1);
        background-color: #663399
	}
    #mainNav.navbar-shrink .navbar-brand {
        color: #222
	}
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #fdcc52
	}
    #mainNav.navbar-shrink .navbar-nav>li>a,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus {
        color: #fff
	}
    #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li>a:hover {
        color: #fdcc52
	}
}

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
	background: url(../img/bg.jpg), -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: url(../img/bg.jpg), #7b4397;
    background: url(../img/bg.jpg), linear-gradient(to left, #7b4397, #dc2430); 
	background-repeat: no-repeat;
	background-color:#e7d0ff;
	
	background-position: center;
	
	background-size: cover;
}

header.masthead.masthead-11 {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
    background: url(../img/bg-2.jpg), -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: url(../img/bg-2.jpg), #7b4397;
    background: url(../img/.jpg), linear-gradient(to left, #ccace5, #e7cfff)
}
header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center;
	/*overflow:hidden;*/
}

header.masthead .header-content h1 {
    font-size: 30px
	font-family: 'Arista Pro Alternate';
}

header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto
}

header.masthead .device-container .screen img {
    border-radius: 3px
}

@media (min-width:992px) {
    header.masthead {
        height: 100vh;
        min-height: 750px;
        padding-top: 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    /*-webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

	}
    .masthead-inner {padding-top: 60px; } 
    
    header.masthead .header-content {
        margin-bottom: 0;
        text-align: center;
		overflow:hidden;
		
	}
    header.masthead .header-content h1 {
        font-size: 45px;
		font-family: 'Arista Pro Alternate';
	}
    header.masthead .device-container {
        max-width: 325px
	}
}

section.download {
    position: relative;
    padding: 150px 0
}

section.download h2 {
    font-size: 50px;
    margin-top: 0
}

section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px
}

section.download .badges .badge-link:last-child {
    margin-bottom: 0
}
section.download .badges .badge-link img {
    height: 60px
}
@media (min-width:768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0
	}
	#mainNav .navbar-brand img {
		width: 200px;
	}
	#mainNav {
		border-color: rgba(34, 34, 34, .05);
		/*background-color: #639;*/
		background-color: #642d92;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;
		font-family: Catamaran, Helvetica, Arial, sans-serif;
		font-weight: 200;
		letter-spacing: 0px;
	}

}
#mainNav .navbar-toggler {
	
    font-size: 12px;
    padding: 8px 10px;
    color: #fff;
	
}
#mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus {
	
    color: #fff;
	
}
.navbar-light .navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: #fff;
}

@media (max-width:767px) {
	
.bg-grey-bard {
	background-color: #e9ecef;
	/*overflow: hidden;*/
	/* padding: 0px !important; */
	margin-top: 55px !important;
	/* margin-bottom: 20px; */
}
	.btn.btn-lg.btn-primary.btn-block.report {
	width: 100%!important;
	padding: 0px;
	border-radius: 0px;
}
	.contact-us-width
{
		width:100%!important;
}
	.col-flex {
		flex: 0 0 65% !important;
		max-width: 65% !important;
		margin-bottom:25px;
	}
#mainNav .navbar-brand img {
    width: 150px;
}
	
	
	
	#mainNav {
		
		border-color: rgba(34, 34, 34, .05);
		background-color: #639;
		-webkit-transition: all .35s;
		-moz-transition: all .35s;
		transition: all .35s;
		font-family: Catamaran, Helvetica, Arial, sans-serif;
		font-weight: 200;
		letter-spacing: 1px;
		
	}
	.result_page {
		/*margin-top: 70px;*/
		color: #639;
		/*margin-left: 15px !important;
		padding-top: 0px !important;*/
		font-size:20px;
	}
	
	.listing h4{padding-top:20px;
	}
	.result-BH {
	font-size: 48px;
}
.result-button {
	padding: 5px 30px 5px 30px;
	border-radius: 10px;
	color: #fff !important;
	background-color: #639;
	margin-top: 15px;
	/*width: 290px;*/
	width: 334px;
}
.bg-grey1{ padding-top:30px;
}
.m50{ margin-top:70px;
}
}
@media (min-width:768px) {
    section.download h2 {
        font-size: 70px
	}
	.listing h4{padding-top:0px;
	}
.result-BH {
	font-size: 48px;
}

}
section.features .section-heading {
    margin-bottom: 100px
}

section.features .section-heading h2 {
    margin-top: 0
}

section.features .section-heading p {
    margin-bottom: 0
}

section.features .device-container,
section.features .feature-item {
    max-width: 325px;
    margin: 0 auto
}

section.features .device-container {
    margin-bottom: 100px
}

@media (min-width:992px) {
    section.features .device-container {
        margin-bottom: 0
	}
}

section.features .feature-item {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

section.features .feature-item h3 {
    font-size: 30px
}

section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

section.cta {
    position: relative;
    padding: 250px 0;
    background-image: url(../img/bg-cta.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

section.cta .cta-content {
    position: relative;
    z-index: 1
}

section.cta .cta-content h2 {
    font-size: 50px;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 25px;
    color: #fff
}

@media (min-width:768px) {
    section.cta .cta-content h2 {
        font-size: 80px
	}

}

section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

section.contact {
    text-align: center
}

section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px
}

section.contact h2 i {
    color: #dd4b39
}

section.contact ul.list-social {
    margin-bottom: 0
}

section.contact ul.list-social li a {
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 100%
}

section.contact ul.list-social li.social-twitter a {
    background-color: #1da1f2
}

section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8
}

section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998
}

section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86
}

section.contact ul.list-social li.social-google-plus a {
    background-color: #dd4b39
}

section.contact ul.list-social li.social-google-plus a:hover {
    background-color: #d73925
}


footer {
    padding: 8px 0;
    text-align: center;
    color: rgba(255, 255, 255, .3);
    background-color: #222;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center; 
	
}

footer p {
    font-size: 12px;
    margin: 0
}

footer ul {
    margin-bottom: 0
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, .3)
}

footer ul li a.active,
footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
    text-decoration: none
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539)
}

.text-primary {
    color: #fdcc52
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.btn-outline {
    color: #fff;
    border: 1px solid;
    border-color: #fff
}

.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #642d92 !important;
    border-color: #d7bbf0;
    background-color: #d7bbf0;
}

.btn {
    border-radius: 300px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px
}
.logo-red {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}
.logo-white
{
	color:#ccc;
	font-size: 25px;
	font-weight: 400;
}
.nav-item .btn {
	
    border-radius: 10px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    letter-spacing: 0px;
	text-transform: none;
	
}
.nav-item .btn a {
	color:#fff !important;
	
}
.nav-item .btn-x {
	padding: 8px 19px 8px 15px;
	
}
.nav-item .btn-x a {
	padding: 8px 19px 8px 15px;
	color:#fff !important;
}
.header-content h1 {
   /* font-family: Tw Cen MT;*/
   font-family: 'Arista Pro Alternate';
    font-weight: 200;
	letter-spacing: 0px;
	font-size:20px;
	margin-bottom: -10px;
}
.header-content span {
	margin-bottom: 10px;
	font-family: 'Arista Pro Alternate';
}

.center {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;  
}	
.form-horizontal {
	margin-top: 25px;
}


.form-horizontal .form-control {
	border-radius: 10px;
}

.form-control::-moz-placeholder {
	color: #b5afaf;
    font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight:0;
	font-size:14px;
	
}


#signin {
	padding: 5px 50px 5px 50px;
    border-radius: 10px;
    background-color: #663399;
    color: #fff;
    width: 100%;
}
.list-inline1 {
	
    /* float: right; */
	color:#fff;
	font-size:12px;
	text-align:left;
	
}
.list-inline1 .list-inline-item a{
	
	color:#fff;
}
.list-inline1 .list-inline-item a:hover{
	
	color:#fff;
	text-decoration: underline !important;
}
.list-inline.list-inline1 {
	/* position: relative; */
	/* top: 200px; */
}

header.masthead.masthead-11 {
	height: 0px;
	/*min-height:80px;*/
	min-height:69px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom:0px;
}
.list-group {border-radius: 0;}
.list-group .list-group-item {background-color: transparent;overflow: hidden;border: 0;border-radius: 0;padding: 0 16px;}
.list-group .list-group-item .row-picture,
.list-group .list-group-item .row-action-primary {float: left;display: inline-block;padding-right: 16px;padding-top: 8px;}
.list-group .list-group-item .row-picture img,
.list-group .list-group-item .row-action-primary img,
.list-group .list-group-item .row-picture i,
.list-group .list-group-item .row-action-primary i,
.list-group .list-group-item .row-picture label,
.list-group .list-group-item .row-action-primary label {display: block;width: 56px;height: 56px;}
.list-group .list-group-item .row-picture img,
.list-group .list-group-item .row-action-primary img {background: rgba(0, 0, 0, 0.1);padding: 1px;}
.list-group .list-group-item .row-picture img.circle,
.list-group .list-group-item .row-action-primary img.circle {border-radius: 100%;}
.list-group .list-group-item .row-picture i,
.list-group .list-group-item .row-action-primary i {background: rgba(0, 0, 0, 0.25);border-radius: 100%;text-align: center;line-height: 56px;font-size: 20px;color: white;}
.list-group .list-group-item .row-picture label,
.list-group .list-group-item .row-action-primary label {margin-left: 7px;margin-right: -7px;margin-top: 5px;margin-bottom: -5px;}
.list-group .list-group-item .row-content {display: inline-block;width: calc(100% - 92px);min-height: 66px;}
.list-group .list-group-item .row-content .action-secondary {position: absolute;right: 16px;top: 16px;}
.list-group .list-group-item .row-content .action-secondary i {font-size: 20px;color: rgba(0, 0, 0, 0.25);cursor: pointer;}
.list-group .list-group-item .row-content .action-secondary ~ * {max-width: calc(100% - 30px);}
.list-group .list-group-item .row-content .least-content {position: absolute;right: 16px;top: 0px;color: rgba(0, 0, 0, 0.54);font-size: 14px;}
.list-group .list-group-item .list-group-item-heading {color: rgba(0, 0, 0, 0.77);font-size: 20px;line-height: 29px;}
.list-group .list-group-separator {clear: both;overflow: hidden;margin-top: 10px;margin-bottom: 10px;}
.list-group .list-group-separator:before {content: "";width: calc(100% - 90px);border-bottom: 1px solid rgba(0, 0, 0, 0.1);float: right;}

.bg-profile{background-color: #3498DB !important;height: 150px;z-index: 1;}
.bg-bottom{height: 100px;margin-left: 30px;}
.img-profile{display: inline-block !important;background-color: #fff;border-radius: 6px;margin-top: -50%;padding: 1px;vertical-align: bottom;border: 2px solid #fff;-moz-box-sizing: border-box;box-sizing: border-box;color: #fff;z-index: 2;}
.row-float{margin-top: -40px;}
.explore a {color: green; font-size: 13px;font-weight: 600}
.twitter a {color:#4099FF}
.img-box{box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23);border-radius: 2px;border: 0;}
.star
{
	width:150px;
	
}
.ancor-black {
	color: black;
}
.listing {
	/* width: 300px; */
	/* height: 100px; */
	padding: 25px 5px 25px 5px;
	/* background-color: yellow; */
	border:1px solid #eee; 
-webkit-box-shadow: 0px 6px 10px -7px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 6px 10px -7px rgba(0,0,0,0.21);
box-shadow: 0px 6px 10px -7px rgba(0,0,0,0.21);
}
.m-b-5
{
	
	margin-bottom:5px;
}
.listing-list li{
	color:#817878;
	
}
.color-gray
{
	color:#817878;
}

.listing-button {
	padding: 5px 30px 5px 30px;
	border-radius: 10px;
	background-color: #663399;
	color: #fff;
	float: right;
	margin-top:-95px;
}


.container-border {
	/* border-bottom: 1px solid #ddd; 
	padding: 20px;*/
}
.red-text {
	color: #663399!important;
	padding-top: 15px;
	font-family: 'Arista Pro Alternate';
}
.container-border1 {
	border-bottom: 1px solid #ddd;
}
.category-filds {
	width: 40%!important;
	padding: 0px;
	background: #f0f0f0;
	border: none;
	border-radius: 0px;
	margin-left: 14px;
}
a:hover {
	color: #0056b3;
	text-decoration: none!important;
}
p
{
	color:#817878!important;
}
.contect {
	padding: 10px 10px 10px 5px;
	color:#817878 !important;
}
.m-t-30 {
	margin-top: 30px;
}
.m-b-30 {
	margin-bottom: 30px;
}

.mt-0{margin-top: 0px !important;}
.mt-5{margin-top: 5px !important;}
.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}

.mb-0{margin-bottom: 0px !important;}
.mb-5{margin-bottom: 5px !important;}
.mb-10{margin-bottom: 10px !important;}
.mb-15{margin-bottom: 15px !important;}
.mb-20{margin-bottom: 20px !important;}


/*.pagination {
    display: inline-block;
}*/

.pagination a {
	color: black;
	float: left;
	padding: 8px 14px;
	text-decoration: none;
	background-color: #f3f3f3;
	margin: 1px;
}

.pagination a.active {
    background-color: #663399;
    color: white;
}

.input-group-btn {
	position: absolute;
	font-size: 0;
	white-space: nowrap;
	right: 0px;
	margin-right: 17px;
}
.white { background-color:#fff !important;
}


.autocomplete {
	/*the container must be positioned relative:*/
	position: relative;
	display: inline-block;
	width:100%;
}


.autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 100%;
	left: 0;
	right: 0;
}

.autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #663399; 
	border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
	/*when hovering an item:*/
	background-color: #e9e9e9; 
}

.autocomplete-active {
	/*when navigating through the items using the arrow keys:*/
	background-color: DodgerBlue !important; 
	color: #ffffff; 
}

.signin{
	background: #632d91;
    border-radius: 15px;
    color: #fff;
}

.col-flex{
	flex: 0 0 15%;
    max-width: 15%;
}
.result_page{
	/*margin-top: 70px;*/
    color: #639;
   /* padding: 18px;*/
}
.bg {
	background-color: #eee;
    padding: 10px;
    margin:15px;
}
.l_style{
	list-style:none;
	margin-left:-40px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:14px;
}
.l_style span{ width: 120px !important;
float: left;
}

.timmming{ width: 90px !important;
float: left;
}
.l_style p {
	padding: 0px;
	font-size: 14px;
	position: relative;
	top: -22px;
	left: 15px;
	color: #333 !important;
	margin-bottom: 0px !important;
}
.l_style i{ color:#663399;
}
.bg-grey{ background-color:#e9ecef;
	/*overflow:hidden;*/
	/* padding:0px !important; */
	margin-top:13px !important;
	margin-bottom:20px;
}
.breadcrumb-item a{ font-size:17px;
}
.breadcrumb-item a i{ color:#639;
}
.breadcrumb-item.active {
	
    color: #000;
    font-size: 17px;
}
.breadcrumb {
	
	padding: .75rem 1rem !important;
	margin-bottom: 0rem !important;
}
.bg-purpal {
	background-color:#d7bbf0;
	/*overflow: hidden;*/
	padding: 0px !important;
}
header.masthead {
	height: 100vh;
	min-height: 650px;
}
#mainNav .navbar-nav > li > a, #mainNav .navbar-nav > li > a:focus {
	/*color: rgba(255, 255, 255, .7);*/
}
#mainNav .navbar-toggler {
	font-size: 12px;
	padding: 8px 10px;
	color: #fff;
}

.spacer
{
	margin:0 auto;
	padding:0px;
	overflow:hidden;
	height:50px;
	clear:both;
}


/*.mar50{margin-top:60px;}*/
.mar50{margin-top:90px;}
.small-text{ color:#fff;
font-size:12px;
}
.contact-us-width
{
		width:40%;
}
.record-30 select {
	border: 1px solid #958c8c;
	color: #5c5353;
	padding: 5px;
	text-transform: none;
	margin-top: 13px;
}
.record-30
{
	/*float:right;*/
}
.record-30 span {
	padding: 5px;
	font-size: 16px;
}

.logo-images
{
	position:relative;
	z-index:0;
}
.result-BH {
	/* display: table-cell !important; */
	text-align: center !important;
	vertical-align: middle !important;
	position: absolute;
	z-index: 505;
	bottom: 0px;
	 left:0px; 
	/*font-size: 60px;*/
	top: -26px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	color: #fff;
}

.img-responsive.img-box.img-thumbnail {
	position: relative;
	z-index: 1;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown a {
color:#fff;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #663399;
	min-width:270px;
	box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.2);
	padding: 12px 6px;
	z-index: 1;
	left: 0px;
	border-radius: 0px 0px 5px 5px;
	top: 39px;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.dropdown:hover .dropdown-content {
    display: block;
}
/*.dropdown:focus .dropdown-content {
    display: block;
}*/

.no-touch .main-menu li:hover ul,
.no-touch .filters li:hover ul{
    z-index: 99;
    display: block;
}

.dropdown-content ul
{
	padding:0px;
}
.dropdown-content li {
	list-style-type: none;
	border-bottom: 0px solid #fff;
	padding-bottom: 5px;
	line-height:20px;
}
.dropdown-content a {
	color: #fff;
	padding-left: 5px;
	font-family: Lato, Helvetica, Arial, sans-serif;
	letter-spacing:0px;
	text-transform: capitalize;
	padding-left:10px;
	font-size:12.2px;
}

.bt-1 btn a{width:

}

.ac-container{
	width: 400px;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}
.p1 a {
	background: #632d91;
	color: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 300px;
}
.p2 a {
	background: #632d91;
	color: #fff;
	padding: 10px 20px 10px 20px;
	border-radius: 300px;
	float:left;
}
.p1{
	color: #632d91;
	float:right;
	font-size: 16px;
font-weight: 600;
}
.p1 img{
	float: right;
	font-size: 26px;
	font-weight: 100;
	border: solid 3px #eae6ed;
	border-radius: 50%;
	 padding: 7px; 
	/*height: 50px;
	width: 50px;*/
	text-align: center;
	background-color: #632d91;
	color: #fff;
	position: relative;
	top: -12px;

}
.btn.btn-lg.btn-primary.btn-block.report {
	width: 20%;
	text-transform: none;
	background: #7b0c0f;
	border: #642d92;
	margin-bottom: 20px;
	/* border-radius: 0px; */
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 15px;
	float: right;
}
.btn.btn-lg.btn-primary.btn-block.request {
	width: 20%;
	text-transform: none;
	background: #367b0c;
	border: #642d92;
	margin-bottom: 20px;
	/* border-radius: 0px; */
	color: #fff;
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 15px;
	float: right;
}
input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

/*input[type=checkbox] {
  display: none;
}*/

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.white {
	background-color: #fff !important;
	width: 31px;
	height: 33px;
	top: 2px;
	position: absolute;
	right: 2px;
}
.white i{ font-size:15px;
}
.info-error
{
	color:red;
}
.bg-grey1{ background-color:#ededed;
	padding-bottom:25px;}
	.mar76 {
    margin-top:0px;
	padding-top:16px;
}

.bg-grey1 img {float:right;margin-right:5px;}

.arrow{
	 
	/*background-image: url(http://pgwala.in/nationaldirectory/business_img/arrow-right.png) !important;*/
	background-repeat:no-repeat;
	background-position:71% 0px;
	background-color: #d7bbf0;
color: #639 !important;
	}
	.arrow:hover{
	
	/*background-image: url(http://pgwala.in/nationaldirectory/business_img/arrow-right.png) !important;*/
	background-repeat:no-repeat;
	background-position:71% 0px;
	background-color: #639;
color: #fff !important;
/*border:solid 1px #fff;*/
	}
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	/*text-align: left;*/
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 12px !important;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.bg-grey-bard {
	/*background-color: #e9ecef;*/
	/*overflow: hidden;*/
	/* padding: 0px !important; */
	margin-top: 69px !important;
	margin-bottom: 0px!important;
    /*display: none !important;*/
}
.email-error {
	text-align: center;
}
.email-error {
	text-align: center;
	color: red !important;
}
.cotinue-to-home {
	color: #fff;
	background-color: #642d92;
	border-color: #642d92;
	padding: 6px 25px 7px 25px;
}
.m10{margin-top:10px;
}

@media only screen and (min-width:1400px)
{
footer {
    padding: 8px 0;
    text-align: center;
    color: rgba(255, 255, 255, .3);
    background-color: #222;
	 position: fixed!important;
	left: 0;
	bottom: 0!important;
	width: 100%;
	color: white;
	text-align: center; 
}
}
@media only screen and (width:768px)
{
footer {
    padding: 8px 0;
    text-align: center;
    color: rgba(255, 255, 255, .3);
    background-color: #222;
	 position: fixed!important;
	left: 0;
	bottom: 0!important;
	width: 100%;
	color: white;
	text-align: center; 
}
.record-30 {
	float: left;
	width: 100%;
}
.record-30 select {

	position: relative;
	right: -42%;
}
}




@media (min-width:2540px) {
.m20 {
	margin-top: 40px;
	margin-bottom:70px;
}

.btn.btn-lg.btn-primary.btn-block {
	color: #fff;
	background-color: #663399!important;
	border-color: #639!important;
}
}


.purple {
	padding: 9px 0px 7px 0px;
	color: #642d92;
	/*line-height:50px;*/
}

.result-button input[type="checkbox"]{
 transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
   /* padding: 10px;*/
   margin:3px 0 0 0;
   float:left;
}
.result-button i {
	font-size: 16px;
	/*background-color: #d7bbf0;*/
	padding:3px;
	border-radius: 50%;
	/*height: 23px;*/
	width: 23px;
	color: #fff;
}
.md-15{ margin-top:15px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 16px;
  right: 0;
/*  height: 300px;
overflow-y: scroll;*/
border:0px;
width: 428px;
}

.autocomplete-items div {
	padding: 2px 0px 0px 15px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
	color: #fff;
	text-align: left;
	background-color: #642d92;
	font-size:13px;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #ba6ff9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.autocomplete-items2 {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 70%;
  left: 16px;
  right: 0;
 /* height: 300px;
overflow-y: scroll;*/
border:0px;
width: 349px;
}

.autocomplete-items2 div {
	padding: 2px 0px 0px 15px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
	color: #fff;
	text-align: left;
	background-color: #642d92;
	font-size:13px;
}

/*when hovering an item:*/
.autocomplete-items2 div:hover {
    background-color: #ba6ff9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}




.no-bd{ border-radius:0px !important;
}
.fixs{ overflow-y:hidden;
}
.spac40{margin-top:5%;
}

@media only screen and (width:375px)
{
.footer-fix
{
	position:absolute;
	bottom:0;
}
}





@media only screen and (width:360px)
{
   .autocomplete-items {
border:0px;
width: 299px;
}

   .autocomplete-items2 {
border: 0px;
width: 328px;
top: 38px;
}
.btn.btn-lg.btn-primary.btn-block.request {
	
	margin-bottom: 0px;
	/* border-radius: 0px; */

}

.social-icons-list li {
display: inline;
margin: 0 6px 0 0;
}

.social-icons-list {
    margin-left: -40px;
}

.checked {
    font-size: 13px;
    color: #fff;
    padding-left: 8px;
    cursor: pointer;
}
}


/*Extra----*/
.green-button {
	padding: 5px 0px 5px 5px !important;
	border-radius: 10px !important;
	color: #fff !important;
	background-color: #387b07;
	/*margin-top: 15px;*/
	width: 270px;
	font-size: 12px;
}


.red-button {
	padding: 5px 0px 5px 5px !important;
	border-radius: 10px !important;
	color: #fff !important;
	background-color: red;
	margin-top: 15px;
	width: 270px;
	font-size: 12px;
}


@media (min-width: 992px) {
.col-lg-11 { max-width:initial !important;} }

.col-sm-8 {max-width:initial !important;}

/*.quick-group #signin {width:initial;margin-bottom:8px; }*/

.quick-group #signin {width:initial;margin-bottom:8px; min-width:47%;float: left;}
.quick-search {margin:0 3px 6px 3px;}

.name-cat{
	font-size:12px;
	
	
}
.name-cat p{
	margin-bottom:10px;
}

@media (max-width: 767px) {
.result-button {
width:100%;
}
.green-button {
	width:100%;	
}
}

#signin:hover {
    background-color: #367b0c;
}

.more-info a:hover {
    background-color: #367b0c;
}

.result-button:hover {
    background-color: #367b0c;
}

.no-bd {
    border-radius: 10px !important;
}

.result-button:hover {
    background-color: #367b0c;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
.footer-fix
{
	position:inherit;
	bottom:100%;
}
.quick-group #signin {
    width: 130px;
    margin-bottom: 8px;
    min-width: 47%;
    float: left;
    display: inline-block;
}
#signin {
    padding: 5px 14px 5px 20px;
}
	.no-padi {
	padding: 0 !important;
	float: right;
	position: relative;
	right: -82%;
	top: 10px;
}
.name-cat {
    font-size: 12px;
    margin-top: -43px;
	}
.more-info a {
	padding: 5px 11px 5px 13px;
	font-size: 12px;

}
.cat-detail li img {
	position: relative;
	top: -7px;
	display:none;
	}
}
.blank_pics{ width:100%;
float:left;
}
.blank_pics ul{ list-style-type:none;
margin:0px;
padding:0px;
}
.blank_pics li{ width:20%;
float:left;
background-color:#fff;
}

/*Expand Collapse*****/
.FAQ { 
    vertical-align: top; 
    height:auto !important; 
	/*background-color:#632d91;*/
border-radius: 300px;
padding-top: 5px;
color:#632d91;
padding-bottom: 4px;
font-weight: 500;
}
.list {
    display:none; 
    height:auto;
    margin:0;
    float:right ;
	z-index: 505;
position: absolute;
left: -90%;

/*position: relative;
left: -13%;*/
width: 230px;
}
.yes {
    display: none; 
}
.no:target + .yes {
    display: inline; 
}
.no:target {
    display: none; 
}
.no:target ~ .list {
    display:inline; 
}

/*style the (+) and (-) */
.no, .yes {
	width: 100px;
	height: 20px;
	border-radius: 50%;
	font-size: 14px;
	color: #632d91;
	text-align: center;
	text-decoration: none;
	/*background: #632d91;*/
	opacity: .95;
	margin-right: 0;
	float: right;
	margin-bottom:0px;
	line-height:19px;
	margin-left:6px;
}

.no:hover, .yes:hover {
	color: #632d91;
	text-decoration: none;
	opacity: 1;
	/*margin-bottom: 25px;*/
}

.list p{
    height:auto;
    margin:0;
}
.question {
	float: none;
	height: auto;
	width: 90%;
	line-height: 20px;
	padding-left:0px;
	margin-bottom:10px;
	font-size:14px;
}
.m-hgh{ min-height:40px !important;
margin:0 auto;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
.list {
	display: none;
	height: auto;
	margin: 0;
	float: right;
	z-index: 505;
	position: absolute;
	left: -7%;
}
}
.l_style strong {
	width: 80px !important;
	float: left;
	font-weight: normal;
}
.form-control1 {
	display: block;
	width: 33%;
	padding: .275rem .25rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	float: right;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding:0px;
  width: 100%;
  border: none;
  text-align: right;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

/*.active, .accordion:hover {
  background-color: #ccc; 
}*/

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
#myDIV, #support_recipients_div {
	width: calc(100% - 20px);
	padding: 10px 16px 20px 10px;
	text-align: left;
	margin-top: 25px;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	z-index: 505;
	border-radius: 5px;
    left: 10px;
    top: 15px;
}
@media only screen and (width:375px)
	{
	#myDIV, #support_recipients_div {
	width:95%;
	padding: 0px 10px 0px 9px;
	text-align: left;
	margin-top: 20px;
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	z-index: 505;
	border-radius: 5px;
}
	}
	
/*	@media screen and (max-width: 1800px) and (min-width: 1400px) {
	header.masthead .header-content h1 {
	font-size: 55px;
	font-family: 'Arista Pro Alternate';
}
.header-content span {
	margin-bottom: 10px;
	font-family: 'Arista Pro Alternate';
	font-size:18px;
}
	}*/


/*css added on 20-12-19*/

.search_field .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
        padding-bottom: 16px;
}
.search_field .row .form-group, 
.search_field .row .btn {
    margin: 0 !important;
    white-space: normal;
}
.search_field .row .text-right {
    color: #639;
}
.mt-68{
    margin-top: 68px !important;
}

.list-cirbtn li a.diamond {
    background: url(../../front/icons/diamond-shape.png) no-repeat;
    background-color: transparent !important;
    border-radius: 0 !important;
    background-size: 100%;
    width: 36px !important;
    height: 36px !important;
    background-position: center 2px;
    padding-top: 4px;
    padding-left: 6px;
    font-size: 14px;
}
.custom-control.custom-checkbox.custom-checkbox-btn{ padding-left: 0;}
.custom-checkbox-btn input[type=checkbox] + label:before{ content: none;}
.custom-checkbox-btn input[type=checkbox] + label {
    background: #642d92;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
        margin: 0;
}
.custom-checkbox-btn.custom-checkbox .custom-control-input:checked~.custom-control-label{ background:#d7bbf0; }
.custom-checkbox-btn.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    content: none;
}
.checkboxRow {
    margin-bottom: 20px;
}


/*MEDIA QUERIES*/

@media (max-width:1199px){
.result-button{ width: 100%; }
}
@media(max-width:991px){
    .mt-68{
        margin-top: 56px !important;
    }
}
@media(max-width: 767px){
.search_field .row .text-right {
    text-align: left !important;
    margin-bottom: 5px;
}
.search_field .row .form-group, .search_field .row .btn {
    margin: 0 0 15px !important;
}
.search_field .row{ padding-bottom: 0; }
}

.features {
    padding: 0;
}

.displaynone {
    display: none;
}
.displaynonehard {
    display: none !important;
}

input.error{
    border: 2px solid #FF0000;
}
span.error{
    color: #FF0000;
}

.back_to_results{
    width: 110px !important;
    margin-bottom: 0 !important;
    margin-left: 10px !important;
    float: none !important;
}
ul#display_mode li a {
    color: #663399;
}
.btn-row{ margin-top: 20px; }
.btn-row .btn{ background:#ff0000;  }


.page_header_title h1{
    font-size: 26px ;
}
.page_header_title{
    padding: 10px 0 3px 0 !important;
}

@media (max-width: 991px){
    header.masthead .header-content {
        margin-bottom: 0;
    }
}

@media (max-width: 575px){

    .registration-checkboxRow > div{ margin-bottom: 10px; }
    .registration-checkboxRow > div:last-child{ margin-bottom: 0px; }
}


li.l_style:after{ content: ""; clear: both; display: block; }

.published-check-box .publish{ display: inline-block; margin-top: 5px; vertical-align: top; margin-left: 10px; }


.height10{
    clear: both;
    height: 10px;
}
.height20{
    clear: both;
    height: 20px;
}
.height30{
    clear: both;
    height: 30px;
}

.line-height-0{
    line-height: 0 !important;
}

.font-lato{
    font-family: Lato, sans-serif !important;
}
.pr{
    position: relative;
}

/* Model css */
.modal{
    z-index: 1070;
}

.modal-backdrop{
    z-index: 1060;
}

.btn-edit{
    font-size: 14px;
    color: #fff !important;
    background: #367b0c;
    display: inline-block;
    outline: none;
    text-decoration: none;
    padding: 2px 5px;
    text-align: center;
    min-width: 45px;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Lato', sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Contact us page start */
.contact_info{
    padding: 10px 0px 10px 10px;
    margin-top: 10px;
    border-radius: 5px;
    /* background-color: #663399; */
    font-family: 'Lato', sans-serif;
}
.contact_info p {
    color: #808080!important;
}

.purple_head{
    color: #663399 !important;
}

/* Contact us page end */

.pac-container {
    width: 100%;
    font-family:Arial,sans-serif !important;
}

.pac-container .pac-icon {
    margin-bottom: 0px;
}

.text-danger .btn-primary {
    background-color: #dc3545;
}

.btn-print {
    font-size: 14px;
    color: #fff !important;
    background: #642d92;
    display: inline-block;
    outline: none;
    text-decoration: none;
    padding: 2px 5px;
    text-align: center;
    min-width: 45px;
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Lato', sans-serif;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.print_btn {
    margin-right: 5px;
}