body {
    font-size: 15px;
    line-height: 1.52;
    color: #717f86;
    font-size: 16px;
    font-family: 'Roboto', sans-serif ;
    font-weight: 400;
    overflow-x: hidden;
}
.subplandetail {
    max-height: inherit !important;
    min-height: inherit !important;
}
.currency-select{
 margin-top:10px;
}

a.btn.appointment_btn {
    background-color: chocolate;
}

.appointment_btn{
	color: white;
}

.js-cookie-consent.cookie-consent {
    margin: 1px 0;
    text-align: center;
    background-color: darkturquoise;
    color: black;
    border-radius: 4px;
}

.cookie-consent__message a {
    color: indigo;
}

span.footer-logo-span.logo_text {
    margin-left: 59px!important;
    margin-top: -22px!important;
}

span.logo_text {
    font-size: small;
    padding-left: 35px;
    padding-bottom: 10px;
    margin-top: -7px;
    margin-left: 25px;
    font-weight: 600;
    color: brown;
    font-family: 'Tahoma', sans-serif;
    display: inline-block;
}

button.js-cookie-consent-agree.cookie-consent__agree {
    color: white;
    background-color: #1c3866;
    border-radius: 2px;
}
.email-label {
    text-transform: uppercase;
}
.bucket-section.subscription-outer input {
    min-height: 42px;
}
.assign-left {
    width: 33%;
}
.col-md-12.assign-vendor-outer {
    margin-bottom: 20px;
}
.add-address-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1c3866;
}
.assign-checkbox-outer {
    display: flex;
    align-items: center;
    min-height: 42px;
}
.assign-checkbox-outer p input {
    min-height: auto !important;
}
.assign-checkbox-outer p label{
	font-size: 12px;
}
.assign-checkbox-outer p label {
    font-size: 13px !important;
}
/****11-05-2020****/
.bucket-left.center-bucket {
    padding: 10px;
    width: 100%;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 60px;
    text-align: center;
    box-shadow: 1.5px 2.598px 24px 8px rgb( 189, 191, 192, 0.35 );
    border-radius: 30px;
}
.bucket-left.center-bucket p {
    width: 50%;
    text-align: center;
    float: left;
}
.select-p {
    width: 90% !important;
    margin: 0 auto;
    float: none !important;
    display: block;
}

.bucket-left.center-bucket button {
    width: 120px;
    font-size: 18px;
     margin-top: 20px;

}
.bucket-left.center-bucket h4 {
    font-size: 20px;
    margin-top: 20px;
}
.bucket-left.center-bucket p {
    margin-bottom: 0px;
}
/***********/
.col-md-3.col-sm-6.history-padding {
	padding: 0px;
}
.bucket-left input[type="radio"], input[type="checkbox"] {
	margin-right: 5px !important;
}
.get-start select {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
}
.loader-site{
	position: fixed;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: rgba(255, 255, 255, 0.7);
}
.loader-site img {
    margin: 20% auto;
    display: block;
}
.ship-outer {
	width: 100%;
	float: left;
}
.mostly-orderd-items.col-md-12 h3 {
	color: #1c3866;
	font-weight: bold;
}
.mostly-orderd-items.col-md-12 .col-md-6.col-ms-6 {
	padding: 0px !important;
}
#suggesstion-box {
	z-index: 9;
	position: relative;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
input {
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #4B4B4C;
}

a {
    color: #5fcf80;
}
a:focus{
 outline: none;
}
a:visted{
	outline: none;
}
a:hover, a:focus {
    color: #5fcf80;
    text-decoration: none;
}
.input-number {
	height: 28px;
	margin-top: 3px;
}
/********** page 404 *******************/
.content{
	border-radius:10px;
	padding:100px 50px;
	background-color:#f69194;
	margin:30px 0;
}
.img_div_center{
	width:100%;
	margin:0 auto;
	text-align:center;

}
.sorry_text{
	font-size:40px;
	color:#fff;
	text-align:center;
	font-weight:lighter;
	line-height: 53px;
	padding-top: 48px;
}

.big_text{
	
	color:#fff;
	font-weight:600;
}
.goback_btn{
		margin: 40px auto 0;
		width:150px;
		background-color: #1c3866;
		padding:20px;
		border-radius:50px;
}
.goback_btn a{
	color:#fff;
}
/*****************************/
.edit-pro {
	background-color: #1c3866;
	color: #fff;
	padding: 8px 20px;
	text-align: center;
	float: none;
	margin: 20px auto 0px auto;
	display: block;
	width: 100px;
	transition: 0.5s all ease-in-out;
	border: 2px solid #1c3866;
}
.edit-pro:hover{
	background-color: transparent;
	color: #1c3866;
}
.input-custon-outer {
	width: 100%;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.profile-img-outer {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 30px auto 0px auto;
	float: none;
	border-radius: 100%;
	border: 3px solid #1c3866;
}
/**************************/
.cf {
    clear: both;
}
.support-content-inner p {
	line-height: 30px;
}
.privacy-ul li {
	background-image: url(/images/arr1.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left 0px top 5px;
	background-size: 20px;
	line-height: 30px;
}
label.check-8 {
    float: left;
}
.bucket-left p label {
    font-size: 14px !important;
}
.inner-ul li ul li {
	background-image: url(/images/arr1.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: left 0px top 5px;
	background-size: 20px;
	line-height: 30px;
}
.privacy-second-ul li a {
	color: #1c3866;
}
.support-content-inner h3 {
	margin-top: 50px;
	color: #1c3866;
	font-size: 21px;
	letter-spacing: 1px;
}
.inner-ul li span {
	margin-right: 10px;
}
.inner-ul li a {
	color: #1c3866;
}
.inner-ul li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.inner-ul li ul li i {
	margin-right: 10px;
	color: #1c3866;
}
.inner-ul li ul li {
	color: #717f86 !important;
	letter-spacing: 0.5px;
}
.inner-ul li {
	color: #b31f24;
	letter-spacing: 0.5px;
}
.dry-ul li {
	background-image: none !important;
	margin-bottom: 0px !important;
}
.dry-ul li span {
	color: #b31f24;
	margin-right: 10px;
}
.dry-src-img {
	float: left;
	width: 40%;
	margin: 0px 20px 0px 0px;
}
.main_page {
}
.about-ser {
	text-align: left;
}
.about-ser p {
	line-height: 28px;
	letter-spacing: 0.5px;
}
.about-ser p {
	line-height: 28px;
	letter-spacing: 0.5px;
}
.about-ser h1 {
	font-weight: bold;
	color: #000;
	margin: 48px 0;
}
.about-ser ul li {
	display: block;
	background-image: url(/images/tickicon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px auto;
	margin-bottom: 10px;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 15px;
	line-height: 16px;
}
.about-ser ul{
	padding-left: 0px;
}
.load-quick {
	font-weight: bold;
}
.dry-ul li {
	letter-spacing: 0.5px;
	line-height: 22px !important;
	font-size: 15px;
}
/***********************************
navigations
************************************/
.mainheading {
	font-size: 20px !important;
	color: #000;
	font-weight: bold;
	position: relative;
}
.contentblock {
	width: 100%;
	float: left;
}
.mainheading::after {
    content: '';
    position: absolute;
    height: 6px;
    width: 70px;
    background-color: #b3212a;
    left: 0px;
    bottom: -20px;
    border-radius: 50px;
}
.subcontent h3 {
	font-weight: bold;
	font-size: 18px;
	color: #193867;
}

.cookies-type {
	border: 1px solid #ccc;
}
.cookies-type p {
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}
.cookies-type p:last-child{
	border-bottom: none;
}
.contentblock {
	letter-spacing: 1px;
}
.mainheading span {
	margin-right: 10px;
}
.subcontent p span {
	font-weight: bold;
	font-size: 18px;
	color: #193867;
	margin-right: 10px;
}

.privacy-ul li a {
	text-decoration: underline;
	color: #193867;
}
.subcontent p a {
	color: #193867;
}
.navbar {
	margin-bottom: 0px;
	height: 85px;
	margin: 0px;
	border-radius: 0px !important;
}
.alert-warning {
	color: #fff;
	background-color: #97d297;
	border-color: #97d297;
	width: 100%;
	float: left;
}
.pick-section-inner a {
	background-color: #1c3866;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	border-radius: 5px;
}
.level-1 {
	margin-left: 0px;
}
.navbar-default {
    background-color: #fff;
    border: none;
	z-index: 3;
}
#scrollUp {
	padding: 11px !important;
}
ul.nav.navbar-nav li a {
	color: #000;
	font-weight: 500;
	transition:  all 0.3s;
	text-decoration: none !important;
}

.navbar-nav {
    margin:22px -15px ;
}

li.getaquote {
    padding: 0 5px;
    background-color: #fff;
    border-radius: 55px ;
}

.nav-tabs {
    border-bottom: none;
}

ul.nav-tabs {
    display: block;
    text-align: center;
    margin: 0 auto 60px auto;
    width: 300px;
}

ul.nav-tabs li {
    display: inline-block;
    width: 150px;
    color: #aaa !;
    background-color: #E4EDF2 ;
}

.nav-tabs > li > a {
    margin-right: 0 ;
    color: #777 ;
    padding: 15px 0 15px 0 ;
   /*  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

ul.nav-tabs li.active a {
    background-color: #3DCF8E ;
    color: #fff ;
    font-weight: bold ;
    border: 1px solid #3DCF8E ;
    border-radius: 0 ;
}

ul.nav-tabs li.active a:hover {
    background-color: #3DCF8E ;
    color: #fff ;
    font-weight: bold ;
    border: 1px solid #3DCF8E ;
}


.nav > li > a {
    padding: 10px 20px;
}
.top_bar{
	width:100%;
	background-color:#1c3866;
	padding:10px 0px;
}
.top_bar p{
	 margin:0;
	 color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.currency_div{
	float:left;
	width:30%;
}
.right_sidediv{
float:right;
    width:70%;	
}
.h_time {
    width:60%;
    float: left;
	color:#fff;
	text-align:center;
	padding-top:10px;
}
.right_sidediv .text-right{
width:50%;
float:left;	
}

.btn_div{

	float:right;
}
.login {
	
	background-color: #fff;
	border-radius: 55px !important;
	margin-left: 20px;
	color: #000 !important;
	text-transform: uppercase;
	text-decoration: none !important;
	display:block;
	text-align:center;
	    float: left;
    padding: 10px 20px;
    width: 110px;
}
.signup{
	
	background-color: #b31f24;
	border-radius: 55px !important;
	margin-left: 20px;
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none !important;
	display:block;
	text-align:center;
	    float: left;
    padding: 10px 20px;
    width: 110px;
}
.check-service-btn a {
	color: #fff;
}
/**************************dropdown-css-start*****************************************/
.dropdown-menu.custom-menu {
	background-color: #193867;
	border-radius: 30px !important;
	width: 270px;
	top: 30px;
	right: 0px !important;
}
.dropdown-menu.custom-menu::before {
	content: '';
	position: absolute;
	margin: auto;
	top: -9px;
	left: 0px;
	right: 65%;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background-color: #193867;
}
.dropdown-menu.custom-menu li {
	border-bottom: 1px solid #fff !important;
	padding: 0px;
	border-right: none;
}
.dropdown-menu.custom-menu li a {
	background-color: transparent !important;
	padding: 20px 30px !important;
	color: #fff;
}
	.currency-select {
		float: left;
		width:200px;
		padding: 8px 10px;
		color: #1c3866;
		font-weight: bold;
		letter-spacing: 1px;
		border-radius: 30px;
		border: 2px solid #1c3866;
		background-repeat: no-repeat;
		background-size: 20px;
		background-color: #b8d0f7;
	 }
/**************************dropdown-css-end*****************************************/
/***********************************
common classes
************************************/
.text_color_white{
	 color:#fff;
}
.cursive_font{
	font-family: 'Sacramento', cursive;
	letter-spacing: 2px;
    font-size: 43px;
}
.no_padding_left{
padding-left: 0;
}
/***********************************
banner
************************************/

.banners{
	background-image: url(/img/hoby/slider-1.jpg);
	background-size: 100%;
	 background-repeat:no-repeat;
	 min-height:630px;

}
.banners h1{
	margin-top:20%;
}

.banners h2{
	font-family: 'Roboto', sans-serif ;
    font-size:30px;
	font-weight:lighter;
	line-height: 30px;
}
.banners h3{
	font-size:30px;
	/* padding-top:20px; */
}
/*--search-bar--*/
.search_price{
	border:solid 1px;
	margin-bottom:56px !important;

}
.search_bar {
    width: 75%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50px;
    height: 65px;
    overflow: hidden;
    box-shadow: 0px 5px 6px -2px #ccc;
}
.locate_me{
	width:30%;
	float:left;
	border-right:solid 1px #8f8d8d;
}
.locate_me .btn{
	background-color:transparent;
    height: 65px;
	font-size:16px;
	font-family: 'Roboto', sans-serif ;
	vertical-align: middle;
	line-height: 56px;
	text-transform:uppercase;
}
.locate_me  i{
font-size: 27px;
    padding-left: 20px;
	padding-right: 20px;
	line-height: 56px;
	vertical-align: middle;
}
.pincode {
    width:55%;
    float: left;
}
.pincode input
{
	 border:none;
}
.pincode input {
    background-color: transparent;
    height: 65px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    vertical-align: middle;
    line-height: 56px;
    text-transform: uppercase;
    font-weight: lighter;
    width: 80%;
	border-right:solid 1px #ccc;
}
.pincode i{
font-size: 27px;
    padding-left: 20px;
	padding-right: 20px;
	line-height: 56px;
	vertical-align: middle;
}
.locate-me{
	width: 20%;
    float: left;
}
.locate-me a{
	height: 65px;
	line-height:65px;
	font-size: 14px;
	font-weight:lighter;
	    color: #4B4B4C;
}
.search_btn {
    width: 25%;
    float: right;
}
.search_btn button
{
	 border:none;
}
.search_btn .btn {
	background-color:#1c3866;
    height: 65px;
	font-size:16px;
	font-family: 'Roboto', sans-serif ;
	vertical-align: middle;
	    line-height: 56px;
		text-transform:uppercase;
		font-weight:bold;
		border-radius: 0;
		box-shadow:none;
		width:100%;
		color:#fff;
		letter-spacing: 1px;
		
		
}
.pincode.location_on input {
    width: 86%;
    border: none;
}
.pincode.location_on {
    width: 75%;
	    float: left;
}
/***********************************
features
************************************/
.features{
	width:100%;
	padding:60px 0;
}
.widgets_div {
width:100%;
}

.widgets_div .icon_div {
	display: inline-block;
	float:left;
	width:30%;
}

.widgets_div .icon_div span i {
	font-size: 24px;
}
.icon_div > span {
  display:table;
}
.widgets_div .text_div {
	display: inline-block;
	float:left;
	width:70%;
}

.widgets_div .text_div span {
	color: #58666e;
	font-size: 12px;
}

.widgets_div .text_div span + span {
	color: #747F85;
	font-size: 11px;
}
.text_div h4 {
    font-size: 21px;
    font-weight: 400;
}
.text_div p {
    font-size:14px;
    font-weight: lighter;
}



/*************HOME-PAGE*****************/
.navbar-default .navbar-toggle {
	border-color: #b31f24;
	background-color: #b31f24 !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.work-margin {
	padding-left: 60px;
}
.videoplay {
	padding: 40px 0px 90px 0px;
}
.header-logo {
    width: 190px;
    margin-top: -5px;
}

.footer-logo {
    width: 100%;
    max-width: 280px;
    background-color: #fff;
    padding: 12px;
    border-radius: 4px;
}

.how-it-work h2 {
	margin-top: 0px;
	font-size: 28px;
	margin-bottom: 20px;
}
.how-it-work p {
	font-weight: lighter;
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 50px;
}
.pick-left img {
	display: block;
	margin: 20px auto;
	width: 45%;
}
.pick-bullet {
	background-color: #1c3866;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	border-radius: 100%;
	font-size: 14px;
	margin: 15px;
	position: relative;
	bottom: -7px;
}
.pick-bullet::after {
	content: '';
	position: absolute;
	height: 65px;
	width: 2px;
	color: #1c3866;
	background-color: #1c3866;
	top: 30px;
	left: 17px;
	right: 0;
}
.pick-left {
	float: left;
}
.pick-right {
	margin-top: 40px;
}
.pick-right p{
	font-weight: lighter;
}
.pick-left {
    float: left;
    margin-top: 20px;
    margin-right: 50px;
    background-color: #f0f0f0;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    padding: 20px;
    text-align: center;
    position: absolute;
}
.pick-history {
	width: 100%;
	float: left;
	height: 190px;
}
.pick-bullet.last-span::after {
	display: none;
}
.pick-right {
    margin-left: 150px;
}
#myDIV{
	z-index: 23333;
}
#country-list{
	background-color:#fff !important;
	    border: solid 1px #ccc;
		height:auto;
}
input#search_input_category {
    color: #000;
}
.service-check {
	background-image: url("/img/hoby/relax.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
}
.service-check-inner h1 {
	font-size:40px;
	font-weight: bold;
	color: #fff;
}
.service-check-inner p {
	font-weight: lighter;
	color: #fff;
}
.check-service-btn {
	background-color: #b31f24;
	border: 2px solid #b31f24;
	color: #fff;
	font-weight: bold;
	padding: 20px 50px;
	border-radius: 50px;
	margin-top: 30px;
	transition: 0.5s all ease-in-out;
	letter-spacing: 1px;
	float: left;
	margin-bottom: 30px;
}
.check-service-btn:hover{
	background-color: transparent;
	color: #b31f24;
}
.service-check-inner {
	padding: 140px 0px 110px 0px;
}
.pricing-plan h1 {
	font-size: 28px;
	margin-bottom: 20px;
}
.pricing-plan {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.price-first {
	text-align: center;
	border: 12px solid #efefef;
	border-radius: 100%;
	padding: 30px;
	width: 250px;
	height: 250px;
    transition: 0.5s all ease-in-out;
}
.price-first:hover {
	border: 12px solid #1c3866;
}
.price-first h1 {
	font-weight: lighter;
	font-size: 21px;
}
.price-first h2 {
	color: #1c3866;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 20px;
}
.price-first p {
	font-weight: lighter;
	margin: 0px;
}
.price-first h3 {
	font-weight: lighter;
	font-size: 17px;
	margin-top: 10px;
}
.price-list {
	
	margin: 50px auto;
	text-align: center;
	float: none;
	display: block;
	border: 1px solid #1c3866;
	padding: 15px;
	/*width: 40%;*/
	background-color: transparent;
	border-radius: 20px;
	color: #1c3866;
	letter-spacing: 0.5px;
	font-size: 18px;
	transition: 0.5s all ease-in-out;
}
.price-list:hover{
	background-color: #1c3866;
	color: #fff;
}
.price-list:hover h2
{
	color: #fff;
}
.testimonial-outer {
	background-image: url("/img/hoby/texti-back.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 0px;
	border-bottom: 1px solid #b31f24;
}
.testimonial-title h1 {
	color: #0c1532;
}
.clean-fast {
	padding: 30px 0px;
	background-color: whitesmoke;
}
.clean-fast-content {
    text-align: center;
    right: 245px;
    position: absolute;
    bottom: 80px;
}
.clean-fast-img {
	position: relative;
}
.clean-fast-content h1 {
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: bolder;
}
.clean-fast-content h2 {
	margin-top: 8px;
	font-weight: lighter;
	font-size: 24px;
}
.clean-fast-content p {
	font-weight: lighter;
}
.clean-fast-content img {
	margin: 10px;
}
.footer-custom {
	background-color: #1c3866;
	padding: 30px 0px;
}
.f1 p {
	color: #fff;
	font-weight: lighter;
	line-height: 26px;
	font-size: 15px;
}
.footer-icon i {
	height: 35px;
	width: 35px;
	background-color: #fff;
	border-radius: 100%;
	padding: 10px;
	color: #1c3866;
	margin-right: 10px;
	text-align: center;
}
.footer-icon {
	margin-top: 25px;
}
.f2 h1 {
	color: #fff;
	font-size: 24px;
}
.f2 ul {
	padding: 0px;
}
.f2 ul li a {
	color: #fff;
	font-weight: lighter;
	font-size: 15px;
	line-height: 40px;
}
.f2 ul li a i {
	margin-right: 6px;
}
.f2 p {
	color: #fff;
	font-weight: lighter;
	line-height: 26px;
	font-size: 15px;
}
.add-custom {
	line-height: 20px !important;
}
.footer-bottom {
	text-align: center;
	margin-top: 50px;
}
.footer-bottom p {
	color: #fff;
	font-weight: lighter;
	font-size: 15px;
}
.vedio-lower {
	position: absolute;
	top: 40%;
	bottom: 50%;
	left: 39%;
	display: none;
}
.vedio-lower i {
	color: #000;
	font-size: 110px;
}
.curved-img {
    width: 100%;
}
.clean-fast-img img {
    width: 100%;
}
.vedio-upper img {
    width: 100%;
}
/************************testimonial-slider-css-start******************************/
#fade-quote-carousel.carousel {
	padding-bottom: 60px;
	padding-top: 30px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	border-radius: 100px;
}
.profile-circle img {
	width: 100%;
	border-radius: 100%;
}
.texti-content {
	color: #43536a;
	font-style: italic;
	font-size: 20px;
	position: relative;
}
.client-name {
	color: #000013;
	margin-top: 30px;
}
.texti-content::before {
	content: url('/img/hoby/q1.png');
	position: absolute;
	left: 0px;
	z-index: -1;
	top: -10px;
}
/************************testimonial-slider-css-end******************************/
.got-lost-outer {
	background-color: #edeeef;
	padding: 80px 0px 60px 0px;
}
.got-lost-inner h1 {
	font-size: 30px;
	color: #000;
	letter-spacing: 1;
	line-height: 40px;
	text-align: center;
}
.email-img {
	float: left;
}
.email-right {
	float: left;
	padding: 5px;
	padding-left: 25px;
}
.email-right h4{
	font-weight: bold;
	color: #000;
}
.email-right p {
	font-size: 20px;
}
.follow-icon i {
	color: #696565;
	padding-right: 15px;
	font-size: 29px;
}
.icon-inner1 {
	margin-top: 80px;
}
.vedio-outer {
	text-align: center;
	padding: 70px 0px;
}
.vedio-inner h1 {
	font-size: 26px;
	color: #000;
	letter-spacing: 1;
	line-height: 40px;
	text-align: center;
	font-weight: 500;
}
.subscribe {
	top: 50%;
	left: 44%;
}
.subscribe i {
	color: #fff;
	opacity: 0.7;
}
.support-clean {
	border-top: 1px solid #b31f24;
	margin-top: 7%;
}
.subscribe-img {
	margin: 40px 0px;
}
/*****************************Sign-in, Login and Forgot password page**************************************************/
.signin-back {
	text-align: center;
	background-image: url('/img/hoby/b1.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #f7f8fa;
	position: relative;
}
.signin-back-forgot{
	text-align: center;
	background-image: url('/img/hoby/b3.jpg');
	background-repeat: no-repeat;
	background-size: 100%;	
	background-color: #f7f8fa;
}
.signin-back-signin {
	text-align: center;
	background-image: url('/img/hoby/b4.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	background-color: #fff;
}
.cls:hover {
	color: #fff;
}
.radio-check input {
	width: auto !important;
	margin-left: 10px !important;
}
.logo-img img {
	text-align: center;
	margin: 0 auto;
}
.hoby-clearn h1 {
	font-size: 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.img-0 {
	width: 65%;
	margin-top: 90px !important;
	margin-bottom: 30px !important;
}
.img-1 {
	width: 90%;
	margin: 35px 0px !important;
}
.email {
	width: 80%;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 20px;
	font-size: 18px;
	color: #3e3e3e;
}
.remember-me {
	width: 80%;
	text-align: left;
	margin: 20px auto;
	color: #979797;
}
.check-rem {
	margin-right: 7px !important;
}
.signin-btn {
	background-color: #b31f24;
	border: 2px solid #b31f24;
	color: #fff;
	width: 80%;
	padding: 10px;
	font-size: 20px;
}
.left-align {
    float: left;
    margin: 20px 0px;
}
.right-align {
	float: right;
    margin: 20px 0px;
}
.sign-up {
	width: 100%;
	margin: 0 auto;
	display: block;
	float: left;
	text-align: center;
	color: #979797;
}
.last-img img {
	width: 100%;
}
.cls {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
	background-color: #b31f24;
	color: #fff;
	padding: 5px;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	font-weight: bold;
	font-size: 20px;
}
.entr-mail {
	color: #979797;
}
.forgt {
	margin-top: 40px;
}
.frgt-page {
	margin-top: 70px;
	margin-bottom: 20px;
}
.frgt-cln {
	margin-top: 50px !important;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	width: 100%;
	float: left;
}
.sign-logo {
	float: left;
	margin: 20px 40px 0px 40px;
	width: 14%;
}
.dummy-data {
	color: #716b6b;
	line-height: 25px;
	margin: 20px 60px;
}
.get-start {
	padding: 30px 0px;
	width: 100%;
	float: left;
}
.get-start label {
	width: 100%;
	text-align: left;
	font-weight: normal;
	margin-top: 15px;
	color: #979797;
}
.get-start input {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	/* background-color: #e0e0e0; */
}
.next-btn {
	background-color: #1c3866 !important;
	border: 2px solid #1c3866 !important;
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 20px;
	margin-top: 20px;
}
.get-sec {
    width: 100%;
    float: left;
    display: block;
}
.hoby-clearn {
    width: 100%;
    float: left;
}
.radio-check {
    width: 100%;
    float: left;
}
.copy-right {
	color: #a09a97;
	margin-top: 100px;
	padding-bottom: 20px;
}
.get-start-img {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 9;
}
.last-img-back-sec {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.get-sec img {
	margin-top: 100px;
	margin-bottom: 30px;
	width: 15%;
}
.forgt-pwd {
    color: #979797;
    width: 80%;
    margin: 0px auto;
    float: none;
}
.forgt-pwd a {
	color: #979797;
	text-decoration: ;
}
.sign-up a {
	color: #979797;
	margin-top: -2px;
}
.orderplaced {
	color: #077507;
	font-weight: bolder;
}
.ordercancelled {
	color: #b31f24;
}

/*******************************Subscription page*****************************************/
#subscription_img {
	background-image: url("/img/hoby/BUSINESS-01.jpg");
	min-height: 700px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-bottom: 20px;
}

/*******************************About-us page*****************************************/
#about-service {
	background-image: url("/img/hoby/FAMILY-01.jpg");
	min-height: 700px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 2;
}



.about-us-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about-us-inner h1{
	font-size: 52px;
	color: #000;
}
.about-us-inner p {
	font-size: 18px;
}
.vision-left img {
    width: 100%;
}
.mission-left img {
	width: 100%;
}
.vision-right h1 {
	color: #000;
	font-size: 30px;
	margin-bottom: 15px;
}
.mission-right h1 {
    color: #000;
    font-size: 30px;
    margin-bottom: 35px;
}
.mission-right p {
line-height: 25px;
font-size: 16px;
color: #839299;
letter-spacing: 0.5px;
}
.vision-right p {
	line-height: 25px;
	font-size: 16px;
	color: #839299;
	letter-spacing: 0.5px;
}
.padding {
	padding: 0px;
}
.vision-left img {
	margin-left: 30px;
}
.mission-left img {
	margin-left: -30px;
}
.vision-right {
	padding: 0px 40px;
}
.mission-right {
	padding: 0px 40px;
}
.custom-padding {
	padding: 25px 0px;
}
.company-history {
	text-align: center;
	padding: 30px 10px;
}
.email-right p a {
	color: #717f8b;
}
.vision-right p a {
	color: #1c3866;
}
.company-history h1 {
    color: #000;
    font-size: 30px;
    margin-bottom: 35px;
}
.company-history p {
	line-height: 27px;
	font-size: 20px;
	color: #839299;
	letter-spacing: 0.5px;
}
.company-history p a {
	color: #1c3866;
}
.icon-inner {
	border: 1px dashed #a5a4a4;
	width: 100%;
	float: left;
	padding: 50px 20px;
	margin: 30px 0px 70px 0px;
}
.email-img {
	float: left;
}
.email-right {
	float: left;
	padding: 5px;
	padding-left: 25px;
}
.email-right h4{
	font-weight: bold;
	color: #000;
}
.email-right p {
	font-size: 20px;
}
.follow-icon i {
	color: #696565;
	padding-right: 15px;
	font-size: 29px;
}
/**************************************************contact-us*******************************************************/
.contact-us-outer {
	background-image: url("/img/hoby/contact-back.jpg");
	padding: 30px 30px 100px 30px;
	background-size: 100%;
	background-repeat: no-repeat;
	border-bottom: 1px solid #b31f24;
}
.contact-first-part {
	text-align: center;
	padding: 100px 0px;
}
.contact-first-part p{
	font-size: 30px;
	color: #000;
}
.contact-third-part {
	text-align: center;
	margin-bottom: 70px;
}
.contact-third-part p{
	font-size: 20px;
	color: #000;
}
.contact-form-inner {
	padding: 30px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 9px 1px #ccc;
	border-radius: 10px;
	float: left;
}
.your-name {
	width: 44% !important;
	margin: 23px;
	padding: 15px 30px !important;
	border-radius: 50px !important;
	border: 1px solid #adadad !important;
	color: #000 !important;
}
.subject {
	width: 94% !important;
	margin: 23px !important;
	padding: 15px 30px !important;
	border-radius: 50px !important;
	border: 1px solid #adadad !important;
	color: #000 !important;
}
.text-custom {
	width: 94%;
	margin: 23px;
	padding: 15px 30px;
	border-radius: 30px;
	border: 1px solid #adadad;
	color: #000;
	resize: none;
}
.send-btn {
	background-color: #1c3866;
	color: #fff;
	border: 2px solid #1c3866;
	border-radius: 50px;
	float: right;
	transition: 0.5s all ease-in-out;
	margin: 23px;
	padding: 15px;
	width: 15%;
	font-weight: bold;
}
.clean-fast {
	padding: 30px 0px;
	background-color: whitesmoke;
	width: 100%;
	float: left;
}
.clean-fast-content {
	text-align: center;
	right: 245px;
	position: absolute;
	bottom: 80px;
}
.clean-fast-img {
	position: relative;
}
.clean-fast-content h1 {
	margin-bottom: 0px;
	font-size: 30px;
	font-weight: bolder;
}
.clean-fast-content h2 {
	margin-top: 8px;
	font-weight: lighter;
	font-size: 24px;
}
.clean-fast-content p {
	font-weight: lighter;
}
.clean-fast-content img {
	margin: 10px;
}
.clean-fast-img img {
    width: 100%;
}

/********************************service-page*****************************************/
.pick-section-inner {
	text-align: center;
	padding: 30px 0px;
}
.pick-section-inner h1 {
	color: #000;
	font-weight: 900;
	font-size: 32px;
}
.pick-section-inner p {
	color: #000;
	font-size: 21px;
	margin-bottom: 20px;
}
.custom-tab {
	width: auto !important;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.custom-tab li {
	float: none;
	width: 180px !important;
	max-height: 110px;
    overflow: hidden;
    position: relative;
    width: 25% !important;
    padding-right: 1px;
    height: auto;
    vertical-align: bottom;
    margin-top: 5px!important;
}
.custom-tab li a {
	background-color: #e5e5e5;
	color: #000;
	padding: 22px;
	display: block;
    min-height:85px;
}
.nav-tabs.custom-tab li.active a {
	background-color: #b31f24 !important;
	border: 1px solid #b31f24 !important;
}
.nav-tabs.custom-tab li.active a:focus {
    color: #fff !important;
}
.tab-section {
	position: relative;
	background-image: url('/img/hoby/water.jpg');
	background-size: 100%;
}

.custom-line {
	position: absolute;
	width: 100%;
	margin: 0px;
	top: 69px;
	border-top: 1px solid #b31f24;
}
.tab-detail {
	width: 87%;
	float: left;
	display: inline;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 1px #ccc;
	height: 190px;
	margin: 20px 0px;
	background-color: #fff;
	overflow:hidden;
 }
 .tab-detail-left {
	width: 35%;
	float: left;
	height: 200px;
 }
.tab-detail-left img {
	width: 100%;

}

.tab-detail-right {
	width: 65%;
	float: right;
	height: 200px;
 }
.left-detail {
	float: left;
	color: #000;
	font-size: 15px;
	letter-spacing: 0.5px;
}
.right-detail {
	float: right;
	color: #000;
	font-size: 12px;
	letter-spacing: 0.5px;
}
.p-detail {
	width: 100%;
	float: left;
	color: #504f4f;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}
.p-full-detail {
	width: 100%;
	float: left;
	color: #504f4f;
	font-size: 13px;
	font-weight: lighter;
	letter-spacing: 0.5px;
}
.add-cart-btn {
	float: right;
	border: 1px solid #b31f24;
	padding: 8px 20px;
	color: #b31f24;
	font-weight: bold;
	font-size: 13px;
	border-radius: 30px;
	transition: 0.5s all ease-in-out;
	background-color: transparent;
	letter-spacing: 0.5px;
}
.add-cart-btn:hover{
	color: #fff;
	background-color: #b31f24;
}
.tab-detail-right {
	padding: 10px 20px;
}
.all-services {
	border: 2px solid #1c3866;
	margin: 50px auto;
	display: block;
	width: 19%;
	padding: 18px;
	border-radius: 50px;
	color: #1c3866;
	font-weight: bold;
	letter-spacing: 1px;
	transition: 0.5s all ease-in-out;
	text-align: center;
}
.all-services:hover{
	background-color: #1c3866;
	color: #fff;
}
.btn-part {
	width: 100%;
	float: left;
}
.special-left {
	background-color: #97d5ec;
}
.specials {
	background-color: #97d5ec;
	position: relative;
	bottom: -60px;
	z-index: -1;
	width: 100%;
	float: left;
}
.special-left h1 {
	text-align: center;
	color: #000;
	margin-top: 80px;
	margin-bottom: 130px;
	padding: 0px 30px;
	line-height: 42px;
}
.special-left h2 {
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-size: 70px;
	font-weight: bolder;
	margin-bottom: 40px;
}
.check-more {
	margin: 30px auto;
	display: block;
	background-color: #ffcd30;
	border: 2px solid #ffcd30;
	color: #fff;
	width: 34%;
	padding: 14px;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	transition: 0.5s all ease-in-out;
	display: none;
}
.check-more:hover {
	background-color: transparent;
}
.special-left img {
	position: absolute;
	bottom: -317px;
	right: 60px;
}
.banners.service-banner {
	background-image: url(/img/hoby/relax-3.jpg);
	background-size: 100%;
	min-height: 550px;
}
.service-banner h1 {
	margin-top: 10%;
}
.special-right img {
	width: 100%;
}
.padding-zero {
	padding: 0px;
}
/**********************************service-detail*******************************************/

/*Checkboxes styles*/
.boxes {
  margin: auto;
  padding: 50px;
  background: #484848;
}

input[type="checkbox"] + label {
	font: 14px/20px;
	color: #707070;
	cursor: pointer;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 14px;
}

/*input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #707070;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
.dark-custom {
	color: #000;
	font-size: 15px;
}
.bucket-section {
	background-image: url(/img/hoby/bucket.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 50px 0px;
}
.bucket-inner {
	text-align: center;
}
.bucket-inner h1 {
	color: #000;
	font-size: 42px;
	letter-spacing: 1px;
}
.bucket-line {
	border-top: 1px solid #cbcbcb;
}
.indicate {
	letter-spacing: 1px;
}
.indicate span{
	color: red;
}
.star {
	color: red;
	margin: 5px;
}
.bucket-left h4 {
	color: #000;
	letter-spacing: 0.5px;
	font-size: 16px;
	margin-top: 30px;
}
.order-overview h4 {
	margin-top: 10px;
}
.email-label {
	width: 100%;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 1px;
	color: #707070;
	/* margin-top: 15px; */
}
.email-add {
	width: 100%;
	border: 1px solid #a5a7a7;
	padding: 8px;
	margin-top: 6px;
	margin-bottom: 15px;
}
.add-btn {
	background-color: #1a3966;
	color: #fff;
	border: 2px solid #1a3966;
	transition: 0.5s all ease-in-out;
	float: right;
	margin-top: 25px;
	width: 30%;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 10px;
}
.add-btn:hover{
	background-color: transparent;
	color: #1a3966;
}
.bucket-left {
	margin-top: 70px;
	width: 93%;
}
.dark-custom-1 {
	color: #000;
}
/*******radio-button style*******/
/*[type="radio"]:checked,
[type="radio"]:not(:checked) {
    /* position: absolute; */
    /*left: -9999px;
}*/
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    line-height: 33px;
    display: inline-block;
    color: #a5a7a7;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin: 0px auto;
}
.term-cndn a {
	color: #707070;
	text-decoration: underline;
}
/*[type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #a5a7a7;
	border-radius: 100%;
	background: #fff;
}
[type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 9px;
	height: 9px;
	background: #A5A7A7;
	position: absolute;
	top: 10px;
	left: 10px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}*/
.dark-custom-2 {
	color: #000;
}
.radio-custom {
    width: 85%;hipping-info
    float: right;
    border: 1px solid #a5a7a7;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 30px;
}
.radio-custom form {
	margin: 0px;
}
.radio-custom p {
	margin: 0px;
}
.radio-custom label{hipping-info
	line-height: 29px !important;
}
/*.radio-custom::before {
	top: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 15px;
	margin-top: -30px;
	right: 84%;
	border-right-color: #a5a7a7;
	transform: rotate(90deg);
}*/
.radio-custom::before {
	content: '';
	position: absolute;
	margin: auto;
	top: -11px;
	left: 0px;
	right: 65%;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	border-right: 1px solid #a5a7a7;
	border-bottom: 1px solid #a5a7a7;
	background-color: #fff;
}
.any-special {
	font-size: 17px;
	width: 100%;
	float: left;
	font-weight: lighter;
	letter-spacing: 0.5px;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 15px;
}
.DELIVERY-reuire {
	width: 100%;
	resize: none;
	border: 1px solid #a5a7a7;
	padding: 10px;
	margin-bottom: 30px;
}
.fa.fa-angle-down.right-arrow {
	float: right;
}
.estimate-h3 {
	color: #707070;
	font-weight: normal;
	font-size: 19px;
	letter-spacing: 0.5px;
}
.ship-left {
	padding: 0px;
	float: left;
}
.ship-left li {
	line-height: 40px;
	font-weight: lighter;
	color: #000;
}
.ship-right {
	padding: 0px;
	float: right;
}
.ship-right li {
	line-height: 40px;
	font-weight: lighter;
	color: #000;
	text-align: right;
}
.scnd-line {
	width: 100%;
	float: left;
}
.chck-out {
	width: 100%;
	float: left;
	border: 2px solid #1a3966;
	color: #fff;
	background-color: #1a3966;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 10px;
	transition: 0.5s all ease-in-out;
	margin: 20px 0px !important;
}
.chck-out:hover{
	background-color: transparent;
	color: #1a3966;
}
.order-overview {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 25px;
    background-color: #fff;
    margin-top: -30px;
    margin-bottom: 50px;
}
.term-cndn {
	width: 100%;
	float: left;
}
.place-order {
	margin: 0px;
}
.second-nav-bar {
	background-color: #1c3866;
	height: 60px;
	border-radius: 0px;
	margin: 0px;
}
.second-nav-bar .navbar-nav {
	margin: 10px -15px;
}
.second-nav-bar .nav.navbar-nav li a {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.second-topbar {
	background-color: #fff;
	line-height: 85px;
}
.logout-custom {
	float: right;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
.logout-custom li {
	display: inline;
	border-right: 1px solid #000;
	padding: 0px 20px;
}
.logout-custom li a{
	color: #000;
}
.logout-custom li a {
	color: #000;
	font-size: 18px;
	letter-spacing: 0.5px;
}
.logout-custom li:last-child {
	border-right: none;
}
.down-custom {
	margin-left: 10px;
}
/****************************************order-history****************************************************/
.order-history-table {
	margin: 50px 0px;
}
.order-history-table tr th {
	color: #000;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #000 !important;
}
.order-history-table td {
	color: #5e6160;
	font-weight: bold;
	letter-spacing: 0.5px;
	vertical-align: middle !important;
	border-top: none !important;
	padding: 15px 8px !important;
}
.yello-star {
	color: #f49b28;
	font-size: 22px !important;
	padding: 2px;
}
.gray-star {
	color: #bdbcbc;
	font-size: 22px !important;
	padding: 2px;
}
.detl-btn {
	background-color: #b31f24;
	color: #fff;
	border: 2px solid #b31f24;
	margin: 5px;
	padding: 8px 5px;
	transition: 0.5s all ease-in-out;
	font-size: 14px;
}
.detl-btn:hover{
	color:#b31f24;
	background-color: transparent;
}
.re-order-btn {
	background-color: #1c3866;
	color: #fff;
	border: 2px solid #1c3866;
	margin: 5px;
	padding: 8px 5px;

	transition: 0.5s all ease-in-out;
	font-size: 14px;
}
.re-order-btn:hover{
	color:#1c3866;
	background-color: transparent;
}
.order-history-table tr {
	border-bottom: 1px dashed #5e6160 !important;
}
.order-history-table tr:last-child{
	border-bottom: none !important;
}
.table-responsive.order-history-table a {
	font-style: italic;
	color: #1c3866;
	letter-spacing: 0.5px;
	text-decoration: underline;
}
.download-inner {
	text-align: center;
}
.download-inner i {
	color: #000;
	font-size: 50px;
	font-weight: bold;
	height: 52px;
	width: 52px;
	border: 4px solid #000;
	text-align: center;
	padding: 0px;
	border-radius: 100%;
}
.download-inner h1 {
	color: #000;
	font-size: 30px;
	letter-spacing: 1px;
}
.download-inner p {
	font-size: 20px;
	letter-spacing: 0.5px;
	margin-top: 10px;
}
/******************************order-history-detail*****************************************************/
.sub-total {
	text-align: right;
}
.hand-wash {
	font-weight: lighter;
	font-size: 13px;
}
.re-order {
	background-color: #1c3866;
	color: #fff;
	border: 2px solid #1c3866;
	padding: 10px;
	width: 30%;
	font-weight: bold;
	letter-spacing: 0.5px;
	transition: 0.5s all ease-in-out;
}
.re-order:hover{
	background-color: transparent;
	color: #1c3866;
}
.rating-outer {
    width: 100%;
    float: left;
    border: 1px solid #8d959b;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}
.rating-1 h4 {
	color: #000;
	letter-spacing: 0.5px;
	font-size: 17px;
}
.star-line {
	margin-top: 15px;
	margin-bottom: 15px;
}
.rating-1 h5 {
	color: #000;
	letter-spacing: 0.5px;
}
.rate-dsc {
	font-size: 15px;
	font-weight: 600;
}
.line-2 {
	margin: 5px 0px;
}
.rating-1 .ship-left li {
	line-height: 28px;
}
.rating-1 .ship-right li {
	line-height: 30px;
}
.rating-1 {
   width: 100%;
   float: left;
   padding: 20px;
   border-right: 1px solid #8d959b;
   min-height: 270px;
}
.border-none {
	border-right: none !important;
}
/***********************************************profile-edit********************************************************/
.input-field-custom label {
	width: 100%;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
}
.dropdown-menu.custom-menu li a:hover {
	color: #b31f24;
}
.input-custon-outer input[type="file"] {
	/* display: block; 
	padding: 0px !important;*/
}
.profile-edit-1 input {
	width: 85%;
	padding: 10px;
	font-size: 14px;
	color: #000;
	position: relative;
	float: left;
	/* margin-bottom: 20px; */
	border-radius: 5px 0px 0px 5px !important;
	height: 43.5px;
}
.input-field-custom i {
	position: absolute;
	right: 25px;
	width: 15%;
	height: 43.5px;
	padding: 14px 17px;
	border-left: 1px solid #ccc;
	border-radius: 0px 5px 5px 0px;
}
.input-field-custom {
	width: 90%;
	float: none;
	margin: 20px auto;
}
.black-line {
	width: 100%;
	float: left;
	border-top: 1px solid #000;
	margin: 50px auto;
}
.edit-profile {
	float: left;
	display: block;
	background-color: #1c3866;
	color: #fff;
	font-weight: bold;
	border: 2px solid #1c3866;
	padding: 10px 30px;
	transition: 0.5s all ease-in-out;
	letter-spacing: 0.5px;
}
.edit-profile:hover{
	background-color: transparent;
	color: #1c3866;
}
/*****************************************track-order-1*********************************************/
.cloud-order img {
	width: 100%;
}
.track-inner {
	width: 100%;
	float: left;
	border: 1px solid #aaa9a9;
	border-radius: 10px;
	box-shadow: 1px 1px 12px 0px #aaa9a9;
	background-color: #fff;
}
.track-inner img {
	float: right;
	border-radius: 0px 10px 10px 0px;
}
.track-inner input {
	float: left;
	padding: 20px;
	border-radius: 7px;
	border: 1px solid #aaa9a9;
	margin: 60px 0px 60px 55px;
	width: 40%;
	font-size: 24px;
	height: 70px;
}
.track-now {
	margin: 60px 20px;
	background-color: #1c3866;
	border: 2px solid #1c3866;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 7px;
	padding: 10px;
	height: 70px;
	width: 23%;
	transition: 0.5s all ease-in-out;
}
.track-now:hover{
	background-color: transparent;
	color: #1c3866;
}
.track-outer {
	margin-top: -5%;
	margin-bottom: 5%;
}
.track-order-1 {
	background-image: none;
}
/*****************************************************track-order-2***************************************************************/
.under-process-outer {
	background-color: #edeef0;
	padding: 50px 0px;
	position: relative;
	margin-bottom: 70px;
}
.deliver-btn {
	margin: 0 auto;
	display: block;
	background-color: #1c3866;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	border: 2px solid #1c3866;
	padding: 20px;
	width: 75%;
	font-size: 22px;
	height: 100px;
	border-radius: 30px;
	transition: 0.5s all ease-in-out;
}
.deliver-btn:hover{
	background-color: transparent;
	color: #1c3866;
}
.deliver-btn::after {
	bottom: -30px;
	border: solid transparent;
	border-top-width: medium;
	border-right-color: transparent;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 15px;
	margin-top: 0px;
	right: 0;
	border-right-color: #1c3866;
	transform: rotate(270deg);
	left: 48%;
}
.order-1 {
	width: 20%;
	text-align: center;
	padding-top: 70px;
	display: inline-block;
	float: left;
	z-index: 99999;
	position: relative;
}
.order-1 i {
	width: 80px;
	height: 80px;
	text-align: center;
	vertical-align: ;
	background-color: #b31f24;
	color: #fff;
	font-size: 35px;
	border-radius: 100%;
	padding: 23px;
}
.order-1 h4 {
	color: #000;
	letter-spacing: 0.5px;
	font-size: 24px;
	margin-top: 20px;
}
.order-1 h5 {
	color: #5f6062;
	border: 2px dashed #5f6062;
	padding: 10px;
	font-size: 18px;
	letter-spacing: 0.5px;
	width: 80%;
	margin: 15px auto;
}
.deliver-outer img {
	background-color: #b6b6b6;
	padding: 22px 25px;
	border-radius: 100%;
}
.deliver-outer h4 {
	color: #b6b6b6;
}
.dotted-line {
	border-top: 2px dashed #000;
	position: absolute;
	bottom: 40%;
	left: 0;
	width: 100%;
}
/******************************************service-summary*****************************************************/
.bucket-title h1 {
	text-align: left;
}
.checkout-pars {
	width: 100%;
	float: left;
	text-align: center;
	color: #000;
	margin-top: 10px;
}
.summary-outer {
	margin-top: 53px;
}
.qty-out {
	text-align: center;
	border: 1px solid #5e6160;
	background-color: #fff;
	padding: 4px;
}
.fa.fa-plus.plus-left {
	float: left;
	padding: 4px 0px 4px 6px;
}
.fa.fa-minus.minus-right {
	float: right;
	padding: 4px 6px 4px 0px;
}
.shopping-cart {
	float: right;
	background-color: #1a3966;
	color: #fff;
	font-weight: bold;
	border: 2px solid #1a3966;
	padding: 10px 30px;
	transition: 0.5s all ease-in-out;
}
.shopping-cart:hover{
	background-color: transparent;
	color: #1a3966;
}
.summary-table td {
	padding: 30px 8px !important;
}
.s-cloud img {
	width: 100%;
}
.summary-section {
	background-image: url(/img/hoby/s-b.jpg);
	background-color: #ebeff0;
}
.summary-section .order-overview {
	border: none;
}

/************************service-detail-page**********************************/
.title-display {
	/*min-height: 40px;*/
}
.tabcontentlisting {
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
.tabcontentlisting li {
	display: block;
	background-image: url(/images/tickicon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px auto;
	margin-bottom: 10px;
	padding-left: 35px;
	padding-top: 3px;
	padding-bottom: 15px;
	line-height: 16px;
}

/****************************faq-page**********************************/
.ac-container {
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
	float: left;
	clear: left;
}
.ac-container input {
	display: none !important;
	float: left !important;
}
input[type="radio"], input[type="checkbox"] {
	margin-right: 0.5em;
}
input[type="radio"] + label, input[type="checkbox"] + label {
	font-weight: 400;
}
.ac-container label {
	padding: 20px 25px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #000 !important;
	font-weight: bold;
	border-radius: 10px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	font-size: 18px !important;
	margin-bottom: 10px !important;
	background: #ffffff;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 1px 1px rgba(0,0,0,0.1);
	padding-left: 30px !important;
	margin-top: 10px !important;
	letter-spacing: 0.5px !important;
}
.ac-container label::before {
	display: none !important;
}

.iconspan {
	float: right;
	margin-top: 5px;
}
.ac-container label {
	cursor: pointer;
	color: #000;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	font-size: 22px;
}
dfn, cite, em, i {
	font-style: italic;
}
.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
	border-radius: 10px;
	-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 {
	color: #666;
	line-height: 23px;
	font-size: 16px;
	padding: 15px 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.faq-custom {
	color: #000;
	font-size: 27px;
	font-weight: 700;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
}
.ac-container input:checked ~ article.ac-small {
	height: auto;
}
.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 + label span.iconspan {
	transform: rotate(45deg);
}
.ac-container input:checked ~ article.ac-medium {
	height: auto;
}
.ac-container input:checked ~ article.ac-large {
	height: auto;
}
/**********************privacy-policy***********************************/
.privacy-inner {
	float: left;
	clear: left;
	width: 100%;
	margin-top: -50px;
	margin-bottom: 40px;
	background-color: #fff;
	font-weight: bold;
	line-height: 27px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 170px auto;
	padding-bottom: 130px;
	border: 1px solid #ccc;
	box-shadow: 0 14px 26px -6px #ccc;
	padding: 40px;
}
/*.privacy-outer {
	background-image: url(/images/curve.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 100px;
}*/

.mainheading {
	font-size: 20px !important;
	color: #000;
	font-weight: bold;
}
.privacy-second-ul li span {
	margin-right: 10px;
	font-weight: bold;
	color: #b3212a;
}
.subcontent {
	margin-top: 20px;
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 20px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
}
.feature-vision-left img{
	margin-left: 0px !important;
}
.price-list a {
	color: #0c1532;
}
.copy-right a {
	color: #a09a97;
}
.re-order a {
	color: #fff;
}
.detl-btn a {
	color: #fff !important;
	font-style: normal !important;
	text-decoration: none !important;
}
.re-order-btn a {
	color: #fff !important;
	font-style: normal !important;
	text-decoration: none !important;
}
.add-cart-btn a {
	color: #b31f24;
}
.add-cart-btn:hover a{
	color: #fff;
}
.all-services a {
	color: #1c3866;
}
.all-services:hover a{
	color: #fff;
}
.bucket-left label {
	font-size: 14px;
	letter-spacing: 1px;
}
.tandc {
	color: #707070;
}
.chck-out a {
	color: #fff;
}
.chck-out:hover a{
	color: #1c3866;	
}
#box-1 {
	float: left;
}
#box-2 {
	float: left;
}
#box-3 {
	float: left;
}
#box-4 {
	float: left;
}
#box-8 {
	float: left;
}
#box-9 {
	float: left;
}
.shopping-cart a {
	color: #fff !important;
	text-decoration: none !important;
	font-style: normal !important;
}
.shopping-cart:hover a{
	color: #1c3866 !important;		
}
.track-now a {
	color: #fff;
}
.track-now:hover a{
	color: #1c3866;	
}
/**************************thankyou************************************/
.thankyou-outer {
	text-align: center;
	padding: 150px 0px;
	border-top: 1px solid #ccc;
}
.thanku-bottom img{
	width: 100%;
}
.thankyou-outer h2 {
	color: #000;
	font-size: 40px;
	font-weight: bold;
}
.thankyou-outer h3 {
	color: #6e6b6b;
	font-size: 30px;
	margin-bottom: 40px;
}
.thankyou-outer p {
	font-size: 17px;
	line-height: 30px;
}
.thankyou-outer span {
	color: #b31f24;
	font-weight: bold;
}
.thanku-bottom {
	margin-bottom: -50px;
}
.email-support-btn a {
	color: #fff;
}
.email-support-btn {
	background-color: #1c3866;
	padding: 10px 30px;
	border: 2px solid #1c3866;
	border-radius: 30px;
	transition: 0.5s all ease-in-out;
	width: 200px;
	color: #fff !important;
	margin: 30px auto;
	display: block;
}
.email-support-btn:hover{
	background-color: transparent;
	color: #1c3866 !important;
}
.email-support-btn:hover a{
	color: #1c3866;
}
.re-order:hover a{
	color: #1c3866;	
}
/*************************rating*********************************/
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }

/****** Style Star Rating Widget *****/

.rating {
border: none;
float: left;
margin-left: 35%;
margin-top: 10px;
-ms-transform: rotate(1800deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 
.review-inner {
	width: 100%;
    float: left;
    text-align: center;
}
.review-inner h3 {
	margin-top: 0px;
	color: #000;
	margin-bottom: 20px;
}
.feedback {
	padding: 10px;
	width: 100%;
	border: 1px solid #ccc;
}
.review-submit {
	/* display: block; */
	margin: 20px auto 0px auto;
	float: none;
	text-align: center;
	width: 60%;
	padding: 8px;
	background-color: #1c3866;
	border: 2px solid #1c3866;
	border-radius: 30px;
	color: #fff;
}
.review-submit a {
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.name-label {
	width: 100%;
	text-align: left;
	color: #000;
	font-size: 16px;
}
.name-text {
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px;
	color: #000;
}
/*********************price-page**************************/
.price-detail {
	width: 100%;
}
.price-detail {
	width: 100%;
	box-shadow: none;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	height: auto;
	margin: 0px;
}
.price-detail .tab-detail-left {
	height: 70px;
	width: 70px;
	border-radius: 100%;
}
.price-detail .tab-detail-left img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.price-detail .tab-detail-right {
	padding: 0px;
	height: auto;
	width: 75%;
}
.left-border {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}


.error strong{
	color: red!important;
	padding-left: 5px!important;
}

.form-control.input-number {
  width: 50px!important;
  text-align: center!important;
}


.detl-btn.reassign_btn {
	width: auto !important;
	border-radius: 2px !important;
}


.cart-price-list {
    margin: 20px 195px;
    text-align: center;
    float: none;
    display: block;
    border: 1px solid #1c3866;
    padding: 15px;
     width: 55%; 
    background-color: transparent;
    border-radius: 20px;
    color: #1c3866;
    letter-spacing: 0.5px;
    font-size: 18px;
    transition: 0.5s all ease-in-out;
}




.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}




/*************************************************************************custom-responsive-start****************************************************************************************/

@media only screen and (max-width: 1700px) {
.service-check-inner {
	padding: 30px 0px 50px 0px;
}
.pick-right p {
	font-size: 15px;
}
#about-service
{
	min-height: 570px;
}
}
@media only screen and (max-width: 1366px) {
.pick-right {
	margin-top: 0px;
}
.pick-left {
	margin-right: 20px;
}
.pick-right p {
	font-size: 14px;
}
.dropdown-menu.custom-menu::before {
	right: -48% !important;
}
.special-left h1 {
	margin-top: 50px;
	margin-bottom: 30px;
	padding: 0px 30px;
	line-height: 31px;
	font-size: 22px;
}
.special-left h2 {
	font-size: 64px;
	margin-bottom: 40px;
	margin-top: 60px;
}
.dropdown-menu.custom-menu {
	width: 220px;
}
.pick-left {
	margin-top: 0px;
}
.how-it-work p {
	margin-bottom: 20px;
}
.how-it-work p br{
	display:none;
}
.videoplay {
	padding: 0px 0px 10px 0px;
}
.about-us-inner {
	margin: 70px auto;
}
.about-us-outer {
	min-height: 570px !important;
}
.banners h1 {
    margin-top: 10%;
}
.banners {
	min-height: 470px;
}
.icon_div img {
	width: 90%;
}
.how-it-work p {
	line-height: 20px;
	font-size: 17px;
}
.service-check-inner {
	padding: 40px 0px 40px 0px;
}
.service-check-inner h1 {
	font-size: 36px;
}
.price-first {
	padding: 20px;
	width: 230px;
	height: 230px;
}
.col-md-8.col-sm-12.custom-width {
	width: 100%;
}
.check-service-btn {
	margin-top: 10px;
}
.clean-fast-content {
	right: 235px;
}
.clean-fast-content h1 {
    font-size: 20px;
}
.clean-fast-content h2 {
    font-size: 14px;
}
/*****************service-page******************/
.banners.service-banner {
	min-height: 360px;
}
.tab-detail {
	width: 100%;
}
.all-services {
	margin: 30px auto;
}
.check-more {
	width: 70%;
}
.special-left img {
	position: absolute;
	bottom: -167px;
	right: 30px;
	width: 83%;
}
/*****************service-page-detail******************/
.bucket-left h4 {
	font-size: 15px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	line-height: 25px;
}
.estimate-h3 {
	font-size: 16px;
}
.radio-custom {
	width: 95%;
	padding: 10px 10px;
}
/**************************order-history************************************/
.re-order-btn {
	font-size: 13px;
}
.detl-btn {
	font-size: 13px;
	width: 40%;
}
/*********************************order-history-detail-page******************************************/
.re-order {
	width: 40%;
}
/***********************************************track-order-2****************************************/
.deliver-btn {
	font-size: 20px;
}
.order-1 h5 {
	font-size: 16px;
}
/******************************thankyou-page*********************************/
.thanku-bottom {
	margin-bottom: -27px;
}
}
@media (max-width: 1280px)
{
	.about-us-outer
	{
		min-height: 450px !important;
	}
}
@media (min-width: 1200px)
{
	/* Hover Effect */
	.nav.navbar-nav li a:hover
	{
	 	color: #b31f24;
	}
}

@media only screen and (max-width: 1199px) {
.price-detail .tab-detail-right {
	width: 100%;
	margin-top: 10px;
}
.rating-1 {
	min-height: 310px;
}
.pick-right h4 {
	margin-bottom: 3px;
}
.dropdown-menu.custom-menu::before {
	right: -61% !important;
}
.profile-edit-1 input {
	width: 82%;
}
.dropdown-menu.custom-menu {
	width: 200px;
}
.your-name {
	width: 43% !important;
}
.banners h1 {
	margin-top: 3%;
}
.banners {
	min-height: 360px;
}
.banners {
    background-image: url(/img/hoby/slider-2.jpg);
}
.work-margin {
	padding-left: 15px;
}
.pick-left {
	margin-right: 10px;
}
.pick-left {
	margin-top: 0px;
}
.clean-fast-content {
	right: 185px;
	bottom: 10px;
}
/*****************service-page******************/
.banners.service-banner {
	min-height: 300px;
}
.all-services {
	margin: 20px auto;
	width: 25%;
}
.special-left h1 {
	margin-top: 30px;
	font-size: 23px;
	line-height: 27px;
	margin-bottom: 20px;
}
.tab-detail-left {
	width: 31%;
}
.tab-detail-right {
	width: 69%;
}
.service-check-inner p {
	font-size: 15px;
	line-height: 18px;
}
.check-service-btn {
	padding: 10px 20px;
}
.email-right p {
	font-size: 15px;
}
.special-left h2 {
	font-size: 40px;
	margin-bottom: 0px;
}
.check-more {
	width: 50%;
	margin: 10px auto;
	padding: 5px;
	font-size: 20px;
}
.special-left img {
	position: absolute;
	bottom: -142px;
	right: 45px;
	width: 70%;
}
/*****************service-page-detail******************/
.bucket-left h4 {
	font-size: 15px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	line-height: 25px;
}
.estimate-h3 {
	font-size: 16px;
}
.radio-custom {
	width: 95%;
	padding: 10px 10px;
}
/**************************order-history************************************/
.re-order-btn {
	font-size: 13px;
}
.detl-btn {
	font-size: 13px;
	width: 40%;
}
/*********************************order-history-detail-page******************************************/
.re-order {
	width: 40%;
}
/***********************************************track-order-2****************************************/
.deliver-btn {
	font-size: 20px;
}
.order-1 h5 {
	font-size: 16px;
}
/******************************thankyou-page*********************************/
.thanku-bottom {
	margin-bottom: -27px;
}
}

@media only screen and (max-width: 1024px) {
.about-us-inner {
    margin: 50px auto;
}
.vision-right h1 {
    margin-bottom: 20px;
}
.vision-right p {
    line-height: 24px;
    font-size: 15px;
}
.mission-right p {
    line-height: 24px;
    font-size: 15px;
}
.email-right p {
    font-size: 14px;
}
.follow-icon i {
    padding-right: 15px;
    font-size: 24px;
}
.about-us-outer {
	min-height: 260px;
}
.email {
    width: 100%;
}
.remember-me {
    width: 100%;
}
.signin-btn {
    width: 100%;
}
.sign-up {
    margin: 25px auto;
}
.signin-back-forgot {
    padding: 48px 0px;
}
.sign-logo {
    width: 22%;
}
.clean-fast-content {
    right: 195px;
    bottom: -30px;
}
.your-name {
    width: 43%;
}
/*****************************************************track-order-2***************************************************************/
}



@media only screen and (max-width: 991px) {
	.locate-me a {

    line-height: 51px;
	}
.right_sidediv {
    float: left;
    width: 100%;
}
.currency_div {
   float: none;
    width: auto;
    margin: 0 auto;
    display: table;
    text-align: center;
}
.dropdown-menu.custom-menu::before {
	right: -54% !important;
}
.privacy-second-ul {
    padding-left: 0px;
}
.privacy-ul {
    padding-left: 0px;
}
.contact-first-part p br {
	display: none;
}
.your-name {
	width: 42% !important;
}
.contact-first-part {
	padding: 20px 0px;
}
.contact-first-part p {
	font-size: 20px;
}
.vedio-outer {
	padding: 70px 0px 20px 0px;
}
.title-display {
	min-height: 10px;
}
.order-history-table {
	margin: 50px 0px 0px 0px;
}
.summary-outer {
	margin-top: 20px;
}
.profile-edit .col-md-4.col-sm-4 {
	width: 50%;
}
.dropdown-menu.custom-menu {
	width: 210px;
}
.dropdown-menu.custom-menu li a {
	font-size: 16px;
}
.features {
	padding: 30px 0;
}
.about-us-inner h1 {
	font-size: 30px;
}
.about-us-inner p {
	font-size: 21px;
}
.feature-vision {
	text-align: left !important;
}
.nav > li > a {
	padding: 10px 12px;
}
.banners h2 {
	font-size: 20px;
	line-height: 28px;
}
.banners h3 {
	font-size: 20px;
	padding-top: 0px;
}
.search_btn .btn {
	height: 45px;
	font-size: 12px;
	line-height: 45px;
}
.pincode input {
	height: 45px;
	font-size: 12px;
	line-height: 45px;
}
.locate_me .btn {
	height: 45px;
	font-size: 12px;
	line-height: 45px;
}
.search_bar {
	height: 45px;
}
.locate_me i {
	line-height: 45px;
	font-size: 20px;
}
.pincode i {
	line-height: 45px;
	font-size: 20px;
}
.cstm {
	padding: 0px 12px;
}
.banners {
	min-height: 270px;
}
.widgets_div .icon_div {
	width: 100%;
}
.icon_div > span {
	display: table;
	text-align: center;
	margin: 0 auto;
}
.widgets_div .text_div {
	width: 100%;
	text-align: center;
}
.widgets_div {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.no_padding_left {
	padding-left: 15px;
}
.vedio-lower {
	left: 43%;
}
.how-it-work {
	text-align: center;
	margin-top: 40px;
}
.pick-left {
	margin-top: 0px;
	margin-left: 20%;
}
/*****************service-page******************/
.check-service-btn {
	margin-top: 10px;
	margin-bottom: 20px;
}
.service-check {
	background-image: url("/img/hoby/relax.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	/* height: 480px; */
}

.price-first {
	padding: 10px;
	width: 160px;
	height: 160px;
}
.price-first h1 {
	font-size: 14px;
}
.price-first h2 {
	margin-top: 10px;
	font-size: 20px;
}
.price-first h3 {
	font-size: 14px;
	margin-top: 0px;
}
.price-list {
	margin: 30px auto;
	padding: 10px;
}
.testimonial-outer {
	padding: 40px 0px;
}
.clean-fast-content {
    right: 0;
    position: inherit;
    left: 0;
}
.f2 h1 {
	font-size: 18px;
}
.pick-right {
	float: left;
	width: 100%;
	text-align: center;
}
.pick-history {
	height: auto;
}
.pick-left {
	margin: 20px auto;
	text-align: center;
	float: none;
}
.pick-bullet::after {
	display: none;
}
.how-it-work p {
	margin-bottom: 10px;
}
#fade-quote-carousel.carousel {
	padding-bottom: 30px;
	padding-top: 30px;
}
.f2 ul li a {
	line-height: 24px;
}
.f1 p {
	line-height: 24px;
}
.f2 p {
	line-height: 24px;
}
.footer-clm {
	width: 50%;
	float: left;
}
.footer-info {
	display: none;
}
.footer-bottom {
	text-align: center;
	margin-top: 20px;
}
.your-name {
    width: 94%;
}
.clean-fast-content {
	right: 115px;
	bottom: 20px;
}
.clean-fast-content h1 {
    font-size: 20px;
}
.clean-fast-content h2 {
    font-size: 14px;
}
.contact-us-outer {
    padding: 30px 0px 100px 0px;
}
.img-1 {
    width: 90%;
}
.copy-right {
    color: #a09a97;
    margin-top: 50px;
}
.sign-logo {
    width: 30%;
}
.get-sec img {
    margin-top: 50px;
}
.email-img {
    float: none;
    text-align: center;
}
.email-right {
    float: none;
    text-align: center;
}
.follow-icon i {
    padding-right: 5px;
    font-size: 24px;
    padding-left: 5px;
}
.vision-left img {
    margin-left: 0;
}
.vision-right {
    padding: 0px 40px;
    text-align: center;
}
.mission-right {
    padding: 0px 40px;
    text-align: center;
}
.mission-left img {
    margin-left: 0;
}
.about-us-outer {
    min-height: 220px;
}
.about-us-inner h1 {
    font-size: 40px;
    color: #000;
}
.about-us-inner {
    margin: 40px auto;
}
.banners.service-banner {
	min-height: 220px;
}
.pick-section-inner h1 {
	font-size: 26px;
}
.pick-section-inner p {
	font-size: 18px;
}
.custom-line {
	top: 45px;
}
.all-services {
	width: 35%;
}
.special-left h1 {
	margin-top: 15px;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
.special-left h2 {
	font-size: 32px;
	margin-bottom: 30px;
	margin-top: 40px;
}
.custom-tab li {
	width: 140px !important;
}
.check-more {
	width: 80%;
	margin: 10px auto;
	padding: 5px;
	font-size: 20px;
}
.special-left img {
	bottom: -87px;
	right: 40px;
	width: 70%;
}
/***************************service-detail-page**********************************/
.bucket-section {
	padding: 10px 0px;
}
.order-overview {
	padding: 15px;
}
.ship-left li {
	font-size: 14px;
	line-height: 30px;
}
.ship-right li {
	font-size: 14px;
	line-height: 30px;
}
.bucket-left h4 {
	font-size: 14px;
	line-height: 20px;
}
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	padding-left: 40px;
}
/**************************order-history************************************/
.re-order-btn {
	font-size: 13px;
	width: 70%;
}
.detl-btn {
	font-size: 13px;
	width: 70%;
}
.yello-star {
	font-size: 17px !important;
	padding: 1px;
}
.gray-star {
	font-size: 17px !important;
	padding: 1px;
}
/*********************************order-history-detail-page******************************************/
.re-order {
	width: 70%;
}
.rating-outer {
	margin-bottom: 40px;
}
.history-padding {
	padding: 0px;
}
.rate-dsc {
	line-height: 17px;
}
.star-line {
	margin-top: 16px;
}
.rating-1 {
	border-bottom: 1px solid #8d959b;
	min-height: 270px;
}
.border-none {
	border-bottom: none !important;
}
/**************************************profile-edit**********************************************/
.profile-edit-1 input {
	font-size: 12px;
}
.input-field-custom i {
	right: 25px;
}
.profile-edit-1 input {
	width: 87%;
}
.edit-profile {
	margin-bottom: 30px;
}
/*********************************************track-order-1*************************************/
.track-inner input {
	padding: 10px;
	width: 32%;
	font-size: 14px;
}
/*****************************************************track-order-2***************************************************************/
.order-1 h5 {
	font-size: 12px;
	padding: 5px;
}
.order-1 h4 {
	font-size: 18px;
}
.dotted-line {
	bottom: 37%;
}
.deliver-btn {
	width: 97%;
}
/********************************************summary**********************************************************/
.summary-outer {
	width: 100%;
}
.bucket-title h1 {
	text-align: center;
}
/****************************thankyou-page************************************/
.thankyou-outer {
	padding: 90px 0px;
}
.thankyou-outer h2 {
	font-size: 35px;
}
.thankyou-outer h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.thanku-bottom {
	margin-bottom: -21px;
}
}





@media only screen and (max-width: 768px) {
.your-name {
    width: 94%;
}
.clean-fast-content {
    right: 115px;
}
.clean-fast-content h1 {
    font-size: 20px;
}
.clean-fast-content h2 {
    font-size: 14px;
}
.contact-us-outer {
    padding: 30px 0px 100px 0px;
}
.img-1 {
    width: 90%;
}
.copy-right {
    color: #a09a97;
    margin-top: 50px;
}
.sign-logo {
    width: 30%;
}
.get-sec img {
    margin-top: 50px;
}
.email-img {
    float: none;
    text-align: center;
}
.email-right {
    float: none;
    text-align: center;
}
.follow-icon i {
    padding-right: 5px;
    font-size: 24px;
    padding-left: 5px;
}
.vision-left img {
    margin-left: 0;
}
.vision-right {
    padding: 0px 0px;
    text-align: center;
}
.custom-padding {
	padding: 0px 0px;
}
.mission-right {
    padding: 0px 40px;
    text-align: center;
}
.mission-left img {
    margin-left: 0;
}
.about-us-outer {
	min-height: 195px;
}
.about-us-inner h1 {
    font-size: 40px;
    color: #000;
}
.about-us-inner {
    margin: 40px auto;
}
}

@media only screen and (max-width: 767px) {
[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	padding-left: 0px;
}
.rating-1 {
	border-bottom: 1px solid #8d959b;
	min-height: auto;
	border-right: none;
}
.service-check-inner {
	text-align: center;
}
.order-overview {
	margin-bottom: 0px;
}
.input-field-custom i {
	width: 10%;
}
.input-field-custom {
	width: 100%;
}
.profile-edit-1 input {
	width: 90%;
}
.privacy-inner {
	margin-top: -20px;
}
.support-content {
	padding: 0px 15px;
	text-align: center;
}
.support-content-inner h3 {
	margin-top: 30px;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 27px;
}
.inner-ul {
	padding-left: 0px;
}
.inner-ul li ul {
	padding-left: 15px;
	padding-right: 15px;
}
.dry-serv-content {
	text-align: left !important;
}
.about-ser ul li {
	background-position: center top;
	padding-left: 0px;
	padding-top: 35px;
}
.dry-ul{
	padding-left: 0px !important;
}
.dry-ul li {
	padding-top: 0px !important;
	text-align: left !important;
}
.about-ser {
	text-align: center;
}
.about-ser h1 {
	font-size: 26px;
}
.about-ser p {
	line-height: 24px;
	letter-spacing: 0.5px;
	font-size: 15px;
}
.about-us-inner h1 {
	font-size: 30px;
}
.special-left h2 {
	margin-bottom: 20px;
	margin-top: 10px;
}
.vision-right {
	text-align: center !important;
}
.tabcontentlisting li {
	background-position: center top;
	padding-left: 0px;
	padding-top: 33px;
}
.about-us-outer {
	min-height: 140px;
}
.about-us-inner p {
	font-size: 17px;
}
.your-name {
	width: 94% !important;
	margin: 10px;
}
.text-custom {
	margin: 10px;
}
.subject {
	margin: 10px !important;
}
.download-inner {
	margin-top: 20px;
}
.company-history {
	padding: 30px 20px;
}
.company-history h1 {
	margin-bottom: 15px;
	margin-top: 0px;
}
.summary-outer {
	margin-top: 60px;
}
.profile-edit .col-md-4.col-sm-4 {
	width: 100%;
}
.input-field-custom i {
	right: 20px;
}
.check-service-btn {
	float: none;
	display: block;
	margin: 20px auto;
	width: 60%;
}
.f2 p {
	margin-top: 10px;
}
.second-topbar {
	line-height: 60px;
}
.ac-container {
	padding: 15px;
}
.ac-container label {
	padding: 10px 13px !important;
	font-size: 15px !important;
}
.faq-custom {
	font-size: 22px;
	margin-bottom: 20px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: #ccc;
	margin-top: 8px;
	z-index: 999999;
	position: relative;
}
.navbar-toggle {
	margin-top: 17px;
}
.cursive_font {
	font-size: 24px;
}
.banners h2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0px;
}
.banners h3 {
	font-size: 15px;
	margin-top: 0px;
}
.locate_me i {
	padding-left: 5px;
	padding-right: 5px;
}
.pincode i {
	padding-left: 5px;
	padding-right: 5px;
}
.search_btn {
	width: 28%;
	float: right;
}
.pincode {
	width: 42%;
	float: left;
}
.search_bar {
	width: 100%;
}
.banners {
	min-height: 160px;
}
.price-first {
	padding: 25px;
	width: 200px;
	height: 200px;
	margin: 20px auto;
}
.price-list {
    margin: 20px auto;
    width: 100%;
    display: block !important;
    float: left;
    background-color: #fff;
}
.testimonial-title h1 {
	font-size: 28px;
}
.col-md-3.col-sm-3.custom-plan {
	width: 50%;
	float: left;
}
.footer-clm {
	width: 100%;
	float: left;
	text-align: center;
}
.footer-custom {
	padding: 0px 0px;
}
.footer-icon {
	margin-top: 15px;
}
.col-md-12.col-sm-12.btm-custom {
	background-color: #fff;
}
.footer-bottom p {
	color: #1c3866;
	font-size: 12px;
	padding: 7px;
}
.footer-bottom p {
	color: #1c3866;
	font-size: 12px;
	padding: 7px;
	margin: 0px;
}
.third-clm {
	border-top: 1px solid #fff;
}
.title-display {
	display: none;
}
.f2 ul {
	padding: 0px;
	margin-bottom: 0px;
}
.third-clm {
	border-top: 1px solid #fff;
	margin-top: 10px;
}
.f2 h1 {
	margin-top: 10px;
}
.got-lost-inner h1 {
	font-size: 24px;
	line-height: 30px;
}
.email-img {
	width: 100%;
	text-align: center;
}
.email-right {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	padding-left: 0px;
}
.got-lost-outer {
	padding: 30px 0px 30px 0px;
}
.vedio-inner h1 {
	font-size: 24px;
	line-height: 30px;
}
.vedio-outer {
	text-align: center;
	padding: 30px 0px;
}
.img-1 {
    width: 50%;
}
.clean-fast-content {
    right: 0;
    position: inherit;
    left: 0;
}
/********************************contact-us**************************************/
.send-btn {
	width: 94%;
	margin: 10px;
}
.get-start {
	padding: 0px 0px;
}
/***************************service-page**********************************/
.banners.service-banner {
	min-height: 140px;
}
.pick-section-inner h1 {
	font-size: 20px;
}
.pick-section-inner p {
	font-size: 16px;
}
.custom-tab li {
	float: none;
	width: 90% !important;
}
.custom-line {
	display: none;
}
.custom-tab {
	margin-bottom: 20px !important;
}
.all-services {
	width: 55%;
}
.special-left img {
	display: none;
}
/***************************service-detail-page**********************************/
.place-order {
	margin-bottom: 30px;
}
.bucket-left {
	width: 100%;
}
.bucket-inner h1 {
	font-size: 36px;
}
.second-nav-bar {
	height: 67px;
}
.second-topbar .navbar-brand.navbar-brand-centered {
	width: 75%;
	margin: 0 auto;
	float: none;
}
.second-topbar .header-logo {
	margin: 0 auto;
}
.logout-custom {
	float: left;
	text-align: right;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
/****************************order-history-page************************************/
.download-inner h1 {
	color: #000;
	font-size: 26px;
	letter-spacing: 1px;
}
.re-order {
	width: 70%;
	margin: 0 auto;
	display: block;
}
.border-none {
	text-align: center;
}
/********************************profile-edit**********************************************/
.edit-profile {
	margin-bottom: 30px;
	text-align: center;
	float: none;
	display: block;
	margin: 30px auto;
}
/****************************************track-order-1*************************************************/
.track-inner input {
	padding: 10px;
	width: 50%;
	font-size: 14px;
	margin: 20px 0px 20px 20px;
	height: 55px;
}
.track-now {
	margin: 20px 20px;
	font-size: 20px;
	height: 55px;
	width: 35%;
}
.track-inner img {
	display: none;
}
/*****************************************************track-order-2***************************************************************/
.order-1 {
	width: 50%;
}
.dotted-line {
	display: none;
}
/***********************************summary*******************************************************/
.table-responsive.order-history-table.summary-table {
	padding: 20px;
}
.qty-out {
	width: 100px;
}
/*********************thankyou-page************************/
.thankyou-outer h2 {
	font-size: 28px;
}
.thankyou-outer h3 {
	font-size: 19px;
}
.thanku-bottom {
	margin-bottom: -13px;
}
}
@media only screen and (max-width:700px) {
.h_time{
	display:none;
}
.btn_div {
    float: none;
    width: auto;
    margin: 10px auto;
    text-align: center;
    display: table;
}
}
@media only screen and (max-width:499px) {
	.locate-me {display: none;}
	.search_bar {width: 60%;}
	.pincode input{
	border-right:none;
}
}

@media only screen and (max-width: 480px) {
.profile-edit-1 input {
	width: 75%;
}
.price-detail .tab-detail-left img {
	width: 30%;
	border-radius: 100%;
	margin: 0 auto;
	float: none;
	display: block;
}

.currency-select {
	width: 80%;
}
.contact-form-inner {
	padding: 20px 10px;
}
.order-history-table {
	margin: 20px 0px 0px 0px;
}
.pricing-plan {
	padding-top: 20px;
	padding-bottom: 0px;
}
.texti-content {
	font-size: 17px;
}
.check-service-btn {
	width: 100%;
}
.feature-vision {
	padding: 0px !important;
}
.feature-vision p {
	font-size: 17px !important;
}
.faq-custom {
	font-size: 20px;
	margin-bottom: 10px;
}
.navbar-brand {
	float: none;
}
.banners h1 {
	margin-top: 6%;
}
.header-logo {
	width: 55%;
	margin-top: 5px;
}
.top_bar p {
	font-size: 14px;
	text-align: center;
}
.col-md-3.col-sm-3.custom-plan {
	width: 100%;
	float: left;
}
.login {
	margin-left: 0px;
}
.banners {
	background-size: cover;
}
.banners h2 {
	font-size: 14px;
}
.banners h3 {
	font-size: 14px;
}
.vedio-lower i {
	font-size: 70px;
}
.vedio-lower {
	left: 40%;
	top: 35%;
}
.features {
	padding: 30px 0;
}
.locate_me {
	width: 100%;
	float: left;
	border-right: none;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
.search_bar {
	height: 89px;
	margin-bottom: 30px;
}
.pincode {
	width: 100%;
	float: left;
	text-align: center;
}
.search_btn {
	width: 100%;
}
.got-lost-inner h1 {
	font-size: 20px;
	line-height: 26px;
}
.vedio-inner h1 {
	font-size: 20px;
	line-height: 26px;
}
.vedio-outer {
	padding: 20px 0px;
}
.vedio-lower {
	top: 35%;
}
.subscribe {
	top: 55% ;
}
.got-lost-outer {
	background-color: #edeeef;
	padding: 20px 0px 20px 0px;
}
.cls {
    margin-right: 20px;
    height: 30px;
    width: 30px;
    padding: 0px;
}
.sign-logo {
    margin: 20px 40px 0px 20px;
    width: 35%;
}
.img-0 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}
.sign-up {
    margin: 15px auto;
}
.last-img {
    display: none;
}
.img-1 {
    width: 60%;
    margin: 20px 0px !important;
}
.email {
    padding: 11px;
    margin-top: 15px;
}
.signin-btn {
    padding: 6px;
}
.signin-back-forgot {
    padding: 0px 0px;
}
.get-start-img {
    display: none;
}
.copy-right {
    margin-top: 0px;
}
.dummy-data {
    margin: 10px 0px;
    line-height: 20px;
}
.get-start {
	padding: 0px 0px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.get-start label {
    margin-top: 5px;
}
.get-start input {
	padding: 10px;
}
.next-btn {
    padding: 2px;
    margin-top: 15px;
}
.get-sec img {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 28%;
}
.hoby-clearn h1 {
    font-size: 20px;
    margin-top: 10px;
}
.hoby-clearn {
    width: 80%;
    float: none;
    margin: 0 auto;
}
.about-us-inner h1 {
    font-size: 24px;
    color: #000;
    margin-top: 10px;
}
.about-us-inner p {
    font-size: 15px;
}
.about-us-inner {
    margin: 0px auto;
}
.about-us-outer {
    min-height: 120px;
}
.vision-right {
    padding: 0px 20px;
}
.vision-right h1 {
    margin-bottom: 20px;
    font-size: 24px;
}
.mission-right h1 {
    margin-bottom: 20px;
    font-size: 24px;
}
.company-history h1 {
    font-size: 24px;
    margin-bottom: 25px;
}
.custom-padding {
    padding: 0px 0px;
}
.company-history {
    padding: 20px 0px;
}
.email-us {
    margin-top: 20px;
}
.contact-first-part p {
    font-size: 20px;
}
.contact-us-outer {
    background-size: cover;
}
.send-btn {
    width: 94%;
    float: left;
    margin: 10px;
}
.your-name {
    margin: 10px;
}
.subject {
    margin: 10px;
}
.text-custom {
    margin: 10px;
}
.clean-fast-content {
    right: 0;
    position: inherit;
    left: 0;
}
.contact-third-part p {
    font-size: 16px;
}
/***************************service-page**********************************/
.pick-left {
	margin-left: 0px;
	margin: 0 auto;
	float: none;
}
.pick-right {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}
.pick-history {
	height: auto;
	margin-top: 30px;
}
.service-check-inner h1 {
	font-size: 28px;
}
.service-check-inner p {
	line-height: 21px;
}
.banners.service-banner {
	min-height: 100px;
}
.tab-detail {
	height: auto;
}
.tab-detail-left {
	width: 100% !important;
	height: auto;
}
.tab-detail-left img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.tab-detail-right {
	width: 100% !important;
	text-align: center;
	float: left;
	height: auto;
}
.left-detail {
	width: 100%;
	text-align: center;
}
.right-detail {
	float: left;
	text-align: center;
	margin-top: 3px;
	width: 100%;
}
.check-more {
	width: 50%;
	font-size: 16px;
}
.add-cart-btn {
	float: none;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.all-services {
	width: 70%;
	padding: 10px;
	margin-bottom: 0px;
}
/***************************service-detail-page**********************************/
.second-topbar .header-logo {
	width: 100%;
	margin-top: 5px;
}
.logout-custom li a {
	font-size: 16px;
}
.bucket-inner h1 {
	font-size: 30px;
}
/*********************************track-order-1*************************************/
.indicate {
	font-size: 13px;
}
.track-inner input {
	width: 86%;	
}
.track-now {
	margin: 0px 20px 20px 20px;
	width: 86%;
}
/*****************************************************track-order-2***************************************************************/
.deliver-btn {
	width: 97%;
	font-size: 16px;
	padding: 13px;
}
.order-1 {
	width: 100%;
}
/************************privacy-policy*********************************/
.privacy-inner {
	margin-top: 10px;
	padding: 20px;
}
/****************************thankyou-page*****************************/
.thankyou-outer {
	padding: 40px 0px;
}
.thankyou-outer h2 {
	font-size: 22px;
}
.thankyou-outer h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.thanku-bottom {
	margin-bottom: -10px;
}
.thankyou-outer p {
	font-size: 15px;
	line-height: 25px;
}
}


@media only screen and (max-width: 320px) {
.img-0 {
    margin-top: 30px !important;
}
.email {
    font-size: 15px;
}
.sign-up {
    margin: 20px auto;
}
.img-1 {
    margin: 15px 0px !important;
}
.hoby-clearn h1 {
    font-size: 20px;
    margin-top: 0px;
}
.sign-up {
    margin: 8px auto;
}
.copy-right {
    font-size: 13px;
}
.next-btn {
    padding: 4px;
    margin-top: 10px;
    font-size: 17px;
}
/*.get-start input {
    padding: 5px;
}*/
.dummy-data {
    margin: 10px 0px;
    line-height: 17px;
    font-size: 12px;
}
/**********************************************************************************************/
}

.center{
	width: 150px;
	  margin: 40px auto;
	  
	}





	.help-block {
		color: #e02626 !important;
		text-align: left !important;
		width: 80%;
		margin: 10px auto;
	}

	
	.not-found {
		background-color: #ae1e1e;
		padding: 10px;
		color: #fff;
		width: 40%;
		text-align: center;
		margin: 0 auto;
		font-weight: bold;
		border-radius: 5px;
	}




	 .chck-out a {
		text-align: center;
		color: #fff;
		text-decoration: none;
	}


	.qty-td input {
		width: 70px !important;
		text-align: center !important;
		float: left;
	}
	.qty-td .input-group-btn {
		width: 20px;
	}

	.btn.btn-default.btn-number {
		float: left;
		margin-top: 3px;
	}
	
	.chck-out {
		text-align: center;
	}
	.chck-out:hover {
		text-decoration: none;
	}

.ship-select {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: transparent;
	border: 1px solid #a5a7a7;
}
	/*.bucket-left input[type="checkbox"], input[type="radio"] {
		display: none !important;
	}*/


	/*.dropdown-menu.custom-menu {
		background-color: #193867;
		border-radius: 30px !important;
		width: 270px;
		top: 30px;
		right: 0px !important;
	}*/
.dropdown-menu.custom-menu::before {
	content: '';
	position: absolute;
	margin: auto;
	top: -9px;
	left: 0px;
	right: -20%;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	background-color: #193867;
}
	.dropdown-menu.custom-menu li {
		border-bottom: 1px solid #fff !important;
		padding: 0px;
		border-right: none;
	}
	.dropdown-menu.custom-menu li a {
    background-color: transparent !important;
    padding: 8px 30px !important;
    color: #fff;
    transition: 0.5s all ease-in-out;
}



.facebook-btn {
    width: 80%;
    float: left;
    background-color: #3b5998;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #3b5998;
    border-radius: 10px;
    background-image: url(/images/f1.png);
    background-repeat: no-repeat;
    background-position: top 9px left 13px;
    float: none;
}
.google-plus-btn {
    width: 80%;
    float: right;
    background-color: #4285f6;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #4285f6;
    border-radius: 10px;
    background-image: url(/images/f3.png);
    background-repeat: no-repeat;
    background-position: top 9px left 13px;
    float: none;
    margin-top: 10px;
    margin-bottom: 20px;
}
.facebook-outer a {
    width: 80%;
    float: left;
    margin: 5px 40px;
}
/**************new-css*******************/
.error-location {
    position: absolute;
    color: #F20000;
    width: 100%;
    display: inherit;
    font-size: 14px;
    padding: 20px;
    font-weight: 600;
}
.center1 {
    float: left;
    width: 100%;
}
.center1 .input-group {
   max-width: 125px;
    margin: 0 auto;;
}
.custom-serach {
	float: right;
	background-color: #fff !important;
    border: solid 1px #ccc;
}
.custom-serach .search_icon{
	color:#000;
}
.serach-dropdown {
	float: left;
}
.serach-dropdown button {
	background-color: #1c3866;
	padding: 12px 20px;
	border-radius: 30px;
	border: 1px solid #1c3866;
	width: 310px;
	text-align: left;
}
.serach-dropdown button:hover{
	background-color: #1c3866;
}
.dropdown.serach-dropdown button span {
	float: right;
	margin-top: 8px;
}
.searchbar {
	margin-bottom: auto;
	margin-top: auto;
	height: 45px;
	background-color: #1c3866;
	border-radius: 30px;
	padding: 3px 10px;
	margin-right: 70px;
}

    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 30px;
    transition: width 0.4s linear;
    }

.search_input {
	padding: 4px 10px;
	width: 270px;
	caret-color: red;
	transition: width 0.4s linear;
}

.searchbar:hover > .search_icon {
	background: white;
	color: #b31f24;
	text-decoration: none;
}

.search_icon {
	height: 30px;
	width: 30px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: white;
	margin-top: 5px;
}

.support-tabs ul li {
    color: #717f86 !important;
    letter-spacing: 0.5px;
}
.support-tabs ul li {
    background-image: url(/images/arr1.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: left 0px top 5px;
    background-size: 20px;
    line-height: 30px;
}
#country-list {
	background: #bcbcbc;
	color: #1c3866;
	height: auto;
	overflow-y: scroll;
}
.menus{
    display: none;
}
.hovermenu:hover .menus {
    display: block;
}
.hovermenu {
    position: relative !important;
    transition: 0.3s all ease-in-out;
}
.menus {
    display: none;
    position: absolute;
    top: 40px;
    left: 20px;
    min-width: 200px;
    background-color: #f2f2f2;
    padding: 0;
    margin: 0px;
    border-radius: 5px;
    border: 1px solid #1c3866;
}
.menus li {
    padding: 5px 10px;
    border-bottom: 1px solid #1c3866;
}
.menus li:last-child {
   border-bottom:none;
}
.menus li a {
    font-size: 14px;
    color: #1c3866 !important;
}
.edit-div-custom {
    width: 100%;
    border: 1px solid #a5a7a7;
    padding: 8px;
    margin-top: 6px;
    margin-bottom: 15px;
    background-color: #e1dfdf;
}
.custom-input {
    width: 100%;
    border: 1px solid #a5a7a7;
    padding: 8px;
    margin-top: 6px;
    margin-bottom: 15px;
    background-color: #fff;
}
.custom-select {
    width: 100%;
    border: 1px solid #a5a7a7;
    padding: 8px;
    margin-top: 6px;
    margin-bottom: 15px;
    background-color: #fff;
    min-height: 42px;
}
.custom-select:focus{
	border: 1px solid #a5a7a7;
}
.edit-s-btn {
    background-color: #1a3966;
    color: #fff;
    border: 2px solid #1a3966;
    transition: 0.5s all ease-in-out;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 10px 40px;
    display: inline-block;
}
.edit-s-btn:hover{
	text-decoration: none;
	background-color: #fff;
	color: #1a3966;
}
.bucket-left.subscription-left {
    width: 100%;
    margin-top: 20px;
}
.button-outer {
    text-align: left;
    width: 100%;
    display: block;
    float: left;
}
.subscription-title-outer {
    display: flex;
    align-items: center;
}
.pickup-details {
    color: #1a3966;
    font-weight: 600;
}
.pickup-outer {
    display: flex;
    border-bottom: 1px solid #1a3966;
    padding: 20px 0px;
    align-items: center;
}
.pickup-outer.pickup-last{
	border-bottom: none;
}
.pickup-left label {
    font-weight: 600;
}
.pickup-right {
    margin-left: auto;
}
.pickup-right {
    margin-left: auto;
    max-width: 70%;
}
.subscription-setting-dv {
    border: 1px solid #a5a7a7;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #f2f2f2;
}
.subscription-title-right {
    margin-left: auto;
}

.help-block {
    margin: 0;
}
.footer_section li a:hover {
	 color: #5fcf80;
    text-decoration: none;
}
.hover:hover {
	 color: #5fcf80;
    text-decoration: none;
}
.hover_social:hover {
	 color: red!important;
    text-decoration: none;
}
.detl-btn {
    background-color: #b31f24;
    color: #fff;
    border: 2px solid #b31f24;
    margin: 5px;
    padding: 8px 5px;
    transition: 0.5s all ease-in-out;
    font-size: 14px;
    width: 60px !important;
}

.email_error_ {
    text-align: unset!important;
    text-transform: capitalize;
    padding-left: 10px!important;
}

