body{
	padding:0px;
	margin:0px;
	font-size:14px;
	font-family: "Nata Sans", sans-serif;
}

#container{
	width:100%;
	min-width:1200px;
	padding-top:68px;
    overflow-x: hidden;
    background:#f9f9f9;
}

#header{
	background: #FF7D00;
background: linear-gradient(16deg,rgba(255, 125, 0, 1) 0%, rgba(255, 221, 0, 1) 50%, rgba(237, 137, 83, 1) 100%);
	position:fixed;
	width: 100%;
    top: 0px;
    z-index: 11999;
    box-shadow: 0px 0px 8px rgba(0,0,0,.3);
}

#header-drawer{
	float:right;
	margin-top:5px;
	display:none;
	
}

.call-button-contain {
    float: right;
    margin-top: 7px;
    margin-right: 20px;
}

#header-menu  .call-button{
	display:none;
}

.header-inner{
	padding:15px;
}

#footer{

	background-color:#000000;
	padding:50px 0px;

}

#sub-footer{
	
	padding:20px 0px; 
	background-color:#181818;
	font-size:13px;
	color:#fff;
	text-align:center;
}

.box-width{
	width:80%;
	margin:0 auto;
	min-width:1100px;
}

.clear{
	clear:both;
}

.left{
	float:left;
}

.right{
	float:right;
}

#logo{
	float:left;
}

#logo a{
	text-decoration:none;
}

#logo img{
	height:35px;
}

#header-menu{
	float:right;
	color:#fff;
}

#header-menu ul{
		list-style:none;
		padding:0px;
		margin:0px;
		margin-top:10px;
	}

#header-menu ul > li{
	float:left;
	margin-left:20px; 	
}

#header-menu ul > li > a{
	text-decoration: none;
    color: #444;
    font-weight: bold;
    font-size: 15px;
}

#header-menu ul > li > a:hover{
	color:#e31e23;
	text-decoration:underline;
}


#city-selection-cta{

	float: left;
    margin-left: 20px;
    padding: 7px 12px;
    border-radius: 5px;
    font-size: 13px;
    color: #ffffff;
    /* background: #fdfdfd; */
    box-shadow: inset 1px 1px 5px rgba(1, 1, 2, .3);
    margin-top: 5px;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 1px 1px 5px #000;

}


div#city-selection-cta:hover {
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}

ul.city-dropdown{

	list-style: none;
    padding: 0px;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    box-shadow: 4px 4px 10px rgba(0,0,0,.3);
    margin: 0px;
    margin-top: 7px;
    margin-left: -11px;
    width:150px;
    display:none;
    padding-bottom:10px;

}

ul.city-dropdown > li > a{
	    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    text-decoration: none;
    color: #4a4a4a;
    font-weight: bold;
    text-shadow: none;
}

ul.city-dropdown > li > a:hover{
	background:#f5f5f5;
	color: #029ede;
}


div#city-selection-cta:hover > ul.city-dropdown{
	display:block;
}

.call-button{
	color: #ffffff;
    /* display: inline-block; */
    /* border: 2px solid #333; */
    /* padding: 4px 6px; */
    /* border-radius: 7px; */
    font-weight: bold;
    font-size: 16px;
    margin-top: -11px;
    cursor: pointer;
    text-shadow: 1px 1px 10px #000;
}

.block-padding{
	padding:50px 0px;
}

#banner{
	padding:50px 0px;
	background:url(images/main_bg.jpg) center center;
	background-size:cover;
	
}

#home-banner{
	/*background:#fff;*/
	
}

#banner h2{
	margin-top:0px;
	padding-top:140px;
	margin-bottom:20px;
	font-size:42px;
	color:#fff;
	text-shadow: 1px 3px 11px rgba(0,0,0,.2);
}

#banner h1{
	margin-top:0px;
	padding-top:80px;
	margin-bottom:20px;
	font-size:42px;
	color:#fff;
	text-shadow: 1px 3px 11px rgba(0,0,0,.2);
}

#home-enquiry-form h2{
	margin-top:0px;
	padding-top:100px;
	margin-bottom:20px;
	font-size:42px;
	color:#ffffff;
}

.aboutus-block-home-contain h2{
	font-size:42px;
}

.aboutus-block-home-contain p{
	font-size:18px;
}


#home-enquiry-form{
	padding:50px 0px;
	background:#ffeed9;
	border-bottom:1px solid #eee;
}



.banner-desc{
	font-size:20px;
	color:#fff;
	text-shadow: 1px 3px 11px rgba(0,0,0,.2);
	
}

#home-enquiry-form .banner-desc{
	width:90%;
	font-size:18px;
	color:#ffffff;
	text-shadow:none !important;
 
}

.main-cta{
	display:inline-block;
	padding:15px 20px;
	background:#DD127B;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	border-radius:3px;
}


.banner-left-content {
    width: 55%;
    float: left;
}

.banner-right-form {
    float: left;
    width: 35%;
}

.block-title{
	text-align:center;
	font-size: 33px;
    color: #ff5900;
    background: #FF0000;
background: linear-gradient(to top right, #FF0000 0%, #FFCC00 58%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

#services-grid{
	background:#f9f9f9;
	padding:30px 0px;
}

.service-grid-container{
	text-align:center;
}


.service-grid-item{
	margin-top:20px;
	width:120px;
	height:120px;
	background:#fff;
	display:inline-block;
	vertical-align:middle;
	padding:20px;
	margin-left: 10px;
	margin-right:10px;
	border-radius:5px; 
	box-shadow:0px 4px 12px #ddd;
	text-decoration:none;
}

.service-grid-item:hover{
	
	box-shadow:0px 4px 34px #ff7429;

}

.service-grid-icon{
	/*opacity:.7;*/
}

.service-grid-icon img{
	max-height:54px;
}

.service-grid-name{
	margin-top:15px;
	color:#333333;
    font-weight: bold;
}


#gallery-grid{
	background:#fff;
}


.service-gallery-item {
    width: 46%;
    float: left;
    box-shadow: 0px 4px 13px #ddd;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 30px;
    border-radius: 10px;
}

.service-gallery-image {
    width: 100%;
    height: 300px;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    opacity: .9;
    border-radius:10px;
}

.service-gallery-item:hover{
	box-shadow:0px 4px 34px #ffe39e;
}


.service-gallery-title {
    text-align: center;
    padding: 20px 0px;
    color: #444;
    font-weight:bold;
    display:none;
}


.book-now-block {
    background: #fff700;
    padding: 40px 44px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 2%;
    margin-left: 2%;
    background: linear-gradient(16deg, rgb(255 221 164) 0%, rgba(255, 221, 0, 1) 50%, rgb(255 174 128) 100%);
}

.book-now-text {
    float: left;
    color: #333;
}

.book-now-text h2{
	margin-top: 0px;
    margin-bottom: 5px;
}

.book-now-text p{
	margin: 0px;
}

.book-now-button {
    float: right;
}

.book-now-button a{
	display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #333;
    border-radius: 5px;
    padding: 15px 30px;
    font-weight: bold;
    border: 2px solid #fff;
}

#home-testimonials {

    background: #f9f9f9;
    
    padding:40px 0px 70px 0px;
}

.home-testimonial-item {
    background: #fbffd9;
    width: 450px;
    border-radius: 10px;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 40px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .2);
    border: 3px solid #ffffff;
}

.home-testimonial-item:hover{

	box-shadow: 0px 4px 34px #ffe39e;

}

.home-testimonial-text {
   padding: 30px;
    height: 160px;
    
    font-size: 14px;
    color: #444;
    font-style: italic;
    word-spacing:3px;
}

.testimonials-scroll{
	
	overflow-x: scroll;
	padding:20px 0px 20px 0px;
	

}

.home-testimonial-attribution {
    padding: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.home-testimonial-pic {
    float: left;
}

.home-testimonial-pic img {
    height: 50px;
    width: 50px;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 10px #cccccc;
}

.home-testimonial-by {
    float: left;
    margin-left: 24px;
}

.home-testimonial-by h4 {
    margin-bottom: 2px;
    margin-top: 4px;
}

.home-testimonial-by span {
    font-size: 12px;
    color: #555;
}

#home-testimonials-container{
	width:3300px;
}

/* width */
div.testimonials-scroll::-webkit-scrollbar {
  width: 5px;
  height:10px;  
}

/* Track */
div.testimonials-scroll::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
div.testimonials-scroll::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius:50px;

}

/* Handle on hover */
div.testimonials-scroll::-webkit-scrollbar-thumb:hover {
  background: #ccc; 
}


div#ratings {
    padding: 60px 0px;
    background:#ffffff;
    border-top:1px solid #f3f3f3;
}

.ratings-container {
    margin-top: 59px;
    text-align:center;
}

.ratings-block-item {
    /*float: left;
    width: 33%;*/
    display: inline-block;
    width: 33%;
    text-align: center;
}

.ratings-block-icon img {
    height: 40px;
} 

.ratings-block-stars {
    margin-top: 20px;
    font-size: 17px;
    color: #ffffff;
    display: inline-block;
    background: #ffb500;
    padding: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.nearby-locality-padding{

	
	border-top: 2px solid #eee;
    padding: 50px 0px;
}

.nearby-locality-title {
    float: left;
    width: 18%;
    text-align: right;
}

.nearby-locality-links {
    float: right;
    width: 75%;
}

.nearby-locality-links ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.nearby-locality-links ul > li {
    float: left;
    width: 228px;
    margin-bottom: 10px;
}

.nearby-locality-links ul > li > a {
    color: #de7700;
    font-size: 14px;
}

div#footer-other-service {
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #777;
}

div#footer-other-service ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
}

div#footer-other-service ul > li {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}

div#footer-other-service ul > li > a {
    color: #f7f7f7;
    text-decoration: none;
    font-weight: bold;
}


div#footer-menu-cotainer {
    color: #f5f5f5;
    margin-top: 40px;
}

.footer-company-info {
    float: left;
    width: 40%;
}

.footer-company-desc {
    font-size: 14px;
    width: 80%;
}

.footer-menu-1 {
    float: left;
    width: 27%;
    margin-left: 4%;
}

.footer-menu-1 ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    /* text-decoration: none; */
}

.footer-menu-1 ul > li {
    margin-bottom: 5px;
}

.footer-menu-1 ul > li > a {
    /* text-decoration: none; */
    color: #f7f7f7;
    font-size: 14px;
}

.footer-social-media {
    float: left;
    width: 27%;
    margin-left: 2%;
}

.footer-social-media ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.footer-social-media ul > li {
    margin-bottom: 8px;
}

.footer-social-media ul > li > a {
    color: #f7f7f7;
    text-decoration: none;
}

.phometo-booking-form {
  
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 20px #666;

}

#home-enquiry-form .phometo-booking-form{

	box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
}

.phometo-booking-form > h3 {
   
    margin-top: 0px;
}

.booking-form-element {
    margin-bottom: 20px;
}


.booking-form-input {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    line-height: 29px;
    outline: none;
    background:#fff;
    font-family: "Nata Sans", sans-serif;
}

.booking-form-input:focus {
    border-bottom: 1px solid #dd127a;
    
}

.booking-form-cta{

	width:100%;
	background: #FF7D00;
background: linear-gradient(27deg,rgba(255, 125, 0, 1) 0%, rgba(255, 221, 0, 1) 63%);
	color:#fff;
	border:none;
	padding:15px;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:5px;
	/* border-bottom:4px solid #ff9900;; */
	cursor:pointer;
    text-shadow: 1px 1px 1px #000;

}
.flex-width{
    display:flex;
}
.contain{
    width:30%;
}
.about_contain{
    width:50%;

}
@media only screen and (min-width: 280px) and (max-width: 745px){
    .flex-width{
        display:block;
        /* margin:20px; */
    }
    .contain{
        width:100%;
    }
    .about_contain{
        width:100%;
    
    }
}

input.booking-form-cta:active {
    background: #e34600;
}


.no-margin{
	margin:0px !important;
}


#whyus-grid{
	background:#f9f9f9;
}

.whyus-grid-container{
	text-align:center;
}


.whyus-grid-item {
    margin-top: 20px;
    width: 20%;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 30px 10px;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px #eee;
}

.whyus-grid-item:hover{
	
	box-shadow:0px 4px 34px #ffe39e;

}

.whyus-grid-icon{
	font-size:35px;
	font-weight:bold;
	color:#000000;
}


.whyus-grid-name{
	margin-top:15px;
	color:#222222;
	font-weight:bold;
}


#portfolio-gallery-grid{
	background:#fff;
}


.portfolio-gallery-item {
    width: 31%;
    float: left;
    box-shadow: 0px 4px 13px #ddd;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
    border-radius: 10px;
}

.portfolio-gallery-image {
    width: 100%;
    height: 300px;
    /*border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
    border-radius:10px;
    opacity: .9;
}

.portfolio-gallery-item:hover{
	box-shadow:0px 4px 34px #ffe39e;
}


.portfolio-gallery-title {
    text-align: center;
    padding: 10px 0px;
    color: #444;
    display:none;
}

.service-book-now-block {
    background: #e31e23;
    padding: 40px 44px;
    border-radius: 10px;
    margin-bottom: 50px;
    
    margin-right: 2%;
    margin-left: 2%;
    margin-top:50px;
}

.service-book-now-text {
    float: left;
    color: #fff;
}

.service-book-now-text h2{
	margin-top: 0px;
    margin-bottom: 5px;
}

.service-book-now-text p{
	margin: 0px;
}

.service-book-now-button {
    float: right;
}

.service-book-now-button a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #e31e23;
    border-radius: 5px;
    padding: 15px 60px;
    font-weight: bold;
    border: 2px solid #fff;
}

.pricing-pack-container{
	padding-top:20px;
}

.pricing-pack-item {
   float: left;
    width: 31%;
    background: #fff;
    margin-right: 1%;
    margin-left: 1%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px #eee;
}

.pricing-pack-item:hover{

	box-shadow: 0px 4px 34px #ffe39e;

}

.pricing-pack-item-inner {
    padding: 30px;
}

.pricing-pack-title {
    text-align: center;
    font-size: 17px;
    /* font-weight: bold; */
    color: #8e8e8e;
}

.pricing-pack-price {
    font-weight: bold;
    font-size: 29px;
    text-align: center;
    color: #222;
}

.pricing-pack-details {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    margin-top: 25px;
    color: #555;
    font-size: 13px;
}

.pricing-pack-details ul > li {
    line-height: 28px;
}

.pricing-pack-details p {
    text-align: center;
}

.pricing-pack-details table{
	width: 100%;
    border-collapse: collapse;
    border: 1px solid #eee;
}

.pricing-pack-details table td, .pricing-pack-details table th{
	border: 1px solid #eee;
    padding: 5px;
    font-size: 13px;
    color: #555;
    text-align:left;
}

.pricing-pack-details table tr:nth-child(even){
	background:#f5f5f5;
}

.pricing-pack-cta-block {
    text-align: center;
    margin-top: 30px;
}

a.pricing-pack-cta {
    /* width: 100%; */
    /* background: #DD127B; */
    color: #e31e23;
    border: none;
    padding: 9px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #e31e23;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

div#service-pricing-packages {
    padding: 50px 0px;
    background: #f9f9f9;
}

#service-description-block{
	padding:50px 0px;
	
	background:#fff ;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	background:#f5f5f5;
}

.service-description-container{
	margin-top:40px;
	line-height:25px;
	color:#333;
	padding: 15px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee;
}

.service-description-container p{
	margin:25px 0px;
}

.service-description-container a{
	color:#444;
}

#contactus-map{
	
	background:#f9f9f9;
	padding:30px 0px;
}

#contactus-map-container{
	margin-right:3%;
	margin-left:3%;
	border-radius:10px;
	padding:10px;
	background:#fff;
	    box-shadow: 0px 4px 10px #eee;
}

#contactus-map-container:hover{
	box-shadow: 0px 4px 34px #ffe39e;
}

.booking-form-ctb {
    width: max-content;
    background: #fff;
    color: #555;
    border: none;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    /* border-bottom: 4px solid #ff9900; */
    cursor: pointer;
}

.bx-slider-unit-content {
    margin-top: 120px;
    padding: 16px 29px;
   
    border-radius: 5px;
   
    transform: rotate(2deg);
    float: right;
    width: 50%;
}

.bx-slider-unit-content h3 {
    font-size: 46px;
    font-weight: bold;
    color:#fff;
    margin-top: 0px;
    margin-bottom: -20px;
    text-shadow: 0 5px 0 rgb(190 157 157 / 88%);
}

.bx-slider-unit-content p {
    font-size:18px;
    color:#fff;
    text-shadow: 0 2px 0 rgb(190 157 157 / 88%);
    
}

.banner-title{
	text-align:center;
	
}

.banner-title h2{

	padding-top:0px !important; 

}

#faqs-block{
	background:#f9f9f9;
	padding:80px 0px;
}

#vendor-reg-block{
	background:#f5b004;
	padding-bottom:80px;
}

.faq-item{
	background:#fff;
	border:1px solid #eee;
	margin-bottom:20px;
}

.faq-question{
	padding:20px;
	border-bottom:1px solid #eee;
	font-size:16px;
	color:#333;
	cursor:pointer;
	font-weight:bold;
}

.faq-answer{
	padding:20px;
	color:#555;
	background:#fcfcfc;
	display:none;
}

.faq-question i {
    float: right;
    color: #999;
}

.about-banner{
	padding:150px 0px;
}

.about-banner .banner-desc{
	color:#ffffff;
}

#aboutus-block{
	
	background:#f5f5f5;
	padding:50px 0px;
	line-height:1.9em;
	
}

#aboutus-block p{
	margin-top:0px;
	margin-bottom:30px;
}

div#our-team-block {
    background: #f9f9f9;
    padding: 50px 0px 70px 0px;
}

.our-team-container {
    padding-top: 40px;
    text-align: center;
}


.team-unit {
    width: 30%;
    /* float: left; */
    margin-right: 1%;
    margin-left: 1%;
    display: inline-block;
    margin-bottom: 3%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 16px #ededed;
    /* border: 1px solid #eee; */
    vertical-align:top;
}

.team-profile-pic {
    margin-top: 35px;
}

.team-profile-pic img {
    height: 150px;
    widhth:150px;
    border-radius: 100px;
    border: 5px solid #fff;
    box-shadow: 1px 0px 5px rgba(0,0,0,.2);
}

.team-member-name {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

.team-member-designation {
    font-size: 13px;
    color: #666;
}

.team-member-bio {
    font-size: 13px;
    padding: 10px 29px 33px 29px;
    color: #666;
    height:110px;
}

.success-banner h2{
	text-shadow:1px 1px 4px rgba(0,0,0,.3) !important;
}

.success-banner .banner-desc{
	color:#fff !important;
}


#contactus-block{
	
	background:#f9f9f9;
	padding:80px 0px;
	line-height:1.9em;
	border:1px solid #f1f1f1;
	
}

#contactus-block p{
	margin-top:0px;
	margin-bottom:30px;
}

.big-team-unit{
	width:46% !important;
}

.team-bio-height{
	height:143px !important;
}

.breadcrumbs{
	margin-top:20px;
}

.breadcrumbs ol{
	list-style:none;
	margin:0;
	padding:0px;
}

.breadcrumbs ol > li{
	float:left;
	margin-right:10px;
}

.breadcrumbs ol > li > a{
	font-size:10px;
	color:#555;
	text-decoration:none;
	
}

.breadcrumbs ol > li > i{
	font-size:10px;
	color:#555;
}


#aboutus-block-home{
	padding: 70px 0px;
    background: #f9f9f9;
	
}

.aboutus-block-home-contain{
	margin-right:2%;
	margin-left:2%;
}


.sharing-title {
    text-align: center;
    font-size: 19px;
    margin-bottom: 12px;
    color: #e31e23;
}

.top-category-block {
    margin-bottom: 30px;
    padding: 20px 0px;
    /* background: #ffffff;
    border: 1px solid #eee;
    border-radius: 5px; */
}

.banner_head{
	background:#ffb000;transform: rotate(-2deg);margin-top: -30px;margin-left: -10px;min-height:400px; border-bottom: 20px solid #ffe7ad;
	width:110%;
}

.banner-image-home{
	float: left;
    width: 38%;
    margin-top: 63px;
    transform: rotate(2deg);
}

#sb-home-banner{
	/*padding:10px;
	/*border:1px solid #eee;
	border-radius:5px;
	margin-top:10px;
	background:#fff;*/
}

#sb-home-banner-mobile{
	display:none;
}

.bx-wrapper{
	background:transparent;
}


#black-shade{
		position:fixed;
		width:100%;
		height:100%;
		top:0px;
		background:rgba(256,256,256,.8);
		z-index:500;
		display:none;
	}
	
#popup{
		z-index:550;
		position:fixed;
		top:100px;
		width:750px;
		left:0px;
		right:0px;
		margin:0 auto;
		display:none;
	}

#popup-container{
		float:left;
		width:700px;
		background:#fff;
		border-radius:5px;
		box-shadow: 0px 0px 85px #8e9fa9;
    border: 1px solid #ccc;
	}

#popup-close{
		float:left;
		margin-left:10px;
		color:red;
		font-size:2em;
		cursor:pointer;

	}

#popup-contents{
		padding:15px;
		max-height: 500px;
    overflow-y: auto;
	}
	
#popup-contents > h2{
    
    color: #ff5c00;
}

#ajax-loader{
		background:rgba(256,256,256,.8);
		text-align:center;
		position:fixed;
		height:100%;
		width:100%;
		z-index:750;
		top:0px;
		display:none;
}

#ajax-loader img{
		 margin-top:15%;
	}

.see-price-cta {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    padding: 3px 7px;
    background: #5a4bff;
    box-shadow: 1px 5px 10px rgba(0,0,0,.2);
    margin-left: 5px;
    margin-top:5px;
    cursor:pointer;
}

.see-price-cta:hover{
	opacity:.8;
}

.close-popup-button{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #333;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: bold;
    cursor:pointer;
}

.search-bar{
		background:#fff;
		border-radius:6px;
		padding:3px;
		float:left;
		margin-left:20px;
        display:none;
	}
	
.search-bar > form{
	padding:0px;
	margin:0px;
}

.search-input{
		background:transparent;
		border:none;
		width:200px;
		height:30px;
		text-indent:10px;
		vertical-align:middle;
		outline:none;
		font-size:15px;
		
	}
	
.search-button{
		background:url(../images/search.png) no-repeat center center;
		background-size:67%;
		width:27px;
		height:27px;
		border:none;
		vertical-align:middle;
		cursor:pointer;
	}

#search-results{
	position: absolute;
    background: #fff;
    z-index: 9999;
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 6px;
    min-height: 100px;
    margin-top: 3px;
    box-shadow: 1px 5px 10px rgba(0,0,0,.2);
}

#search-results a {
    display: block;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #0073ca;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

#search-results a:hover {
    
    color: #222;
    background:#f4f4f4;
    
}

.vendor-reg-form{
	width: 400px;
    margin: 0 auto;
}


#join-vendor{
	position: absolute;
    margin-left: 489px;
    margin-top: 5px;
}

#join-vendor a{
	text-decoration:none;
	font-weight:bold;
	display:inline-block;
	padding:7px 10px;
	background:rgba(0,0,0,.3);
	border-radius:5px;
}

.footer-city-links > a{
	color:#fff;
	
}

#pincode-error-message{
	margin-bottom:10px;font-size:13px; color:red; font-weight:bold;
}

.faqs-block {
    padding: 20px;
    border-radius: 5px;
    background: #f8f8f8;
    border: 1px solid #eee;
}


.text-card{
	  padding: 20px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom:20px;
}

.set-location-span{

	    cursor: pointer;
    color: blue;
    display: inline-block;
    font-size: 12px;
    /* padding: 2px 5px; */
    /* background: #f1f1f1; */
    /* border-radius: 5px; */
    border-bottom: 2px solid blue;
    line-height: 15px;
}
}
