body {
	font-size: 16px;
	color: #2d2e30;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #2d2e30;
	text-decoration: none;
}
a:hover, a:focus {
	color: #0988b9;
	text-decoration: none;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* navbar  */

.menu {
	position: sticky;
	z-index: 100;
	background: white;
	    border-color: #ffffff;
}
.navbar-nav>li>a {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-nav>li> .btn-danger {
	background: #FFFFFF;
	color: #1c5594;
	border-color: #B1B1B1;
	border-radius: 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #fff;
}
.menu .btn-danger:hover {
	color: #fff;
	background-color: #f07e22;
	border-color: #f07e22;
}
.navbar-toggle .icon-bar {
	background: #FFFFFF;
}
.navbar-toggle {
	background-color: rgb(34, 101, 175);
}
.navbar-toggle:hover {
	background-color: #f07e22;
}


.navbar-inverse .navbar-nav>li>a {
    color: #2d2e30;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #0988b9;
    background-color: transparent;
}


/* carousel  */

#carousel-example-generic .container-fluid{ padding-right: 0;    padding-left: 0;}	


.carousel-caption {
	padding-bottom:226px; font-size:30px;
}
.carousel-caption h3 {
	font-weight:bold;
	font-size: 60px;
}
.carousel-caption .btn-primary {
	background: #f07e22;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	font-size: 14px;
	padding: 16px 10px 16px 10px;
}
.carousel-caption .btn-primary:hover {
	background: #2265af;
}
.carousel-indicators li {
	background-color: #d8d3c8;
	width: 15px;
	height: 15px;
	margin: 0px;
}
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	background-color: #0988b9;
}
/* prices  */	


.prices {
	margin-top: 57px;
    min-height: 320px;
}

.prices .box {
	border-bottom: 15px solid #8b98a7;
	border-top: 15px solid #1c5594;
	border-left: 15px solid #1c5594;
	border-right: 15px solid #8b98a7;
	min-height: 200px;
		margin: 5px 5px 0 0;
	float:right;
	width:30%

	}
.prices h4 {
	font-size: 18px;
	margin-top: 15px; line-height:22px; font-weight:normal
  
}
.prices .box h3 {
	font-weight: bold;
	color: #8b98a7;
	margin-top: 2px; 
	font-size:20px;
}
.prices h2 {
	margin-top: 50px; font-size:30px;
	text-align:center

}

.prices h5 {
	 font-size:18px;
}


.prices  .btn-danger {
   color: #0988b9;
    background-color: #ffffff;
    border-color: #0988b9;
    padding: 7px 43px;
    font-size: 18px;
    margin-top: 30px;
}


.prices  .btn-danger:hover {
    background-color: #0988b9;
    border-color: #0988b9;
	color:#FFFFFF

}


.prices p {
	font-size: 12px;
}
.prices .box2 {
	border-bottom: 15px solid #c69e93;
	border-top: 15px solid #1c5594;
	border-left: 15px solid #1c5594;
	border-right: 15px solid #c69e93;
	min-height: 200px;
	margin: 5px 5px 0 0;
	float:right;
	width:30%
	}
.prices .box2 h3 {
	font-weight: bold;
	color: #c69e93;
	margin-top: 2px;
	font-size: 20px;

}

.prices .box3 {
	border-bottom: 15px solid #ceb78e;
	border-top: 15px solid #1c5594;
	border-left: 15px solid #1c5594;
	border-right: 15px solid #ceb78e;
	min-height: 200px;
	margin: 5px 0px 5px 0;
	float:right;
	width:30%
}


.prices .box3 h3 {
	font-weight: bold;
	color: #ceb78e;
	margin-top: 2px;
	font-size: 20px;
}
.prices .box4 {
	border-bottom: 15px solid #6dc6e0;
	border-top: 15px solid #1c5594;
	border-left: 15px solid #1c5594;
	border-right: 15px solid #6dc6e0;
	min-height: 200px;
	width: 300px;
	margin: 10px;
}
.prices .box4 h3 {
	font-weight: bold;
	color: #6dc6e0;
	margin-top: 2px;
}
/* search  */	

.search {
	background: #FFFFFF;
	min-height: 300px;
}


.search .carousel-indicators {
    bottom: -102px;
}

.search h2 {
	color: #FFFFFF;
	margin-top: 50px;
	margin-bottom:10px;
}
.bg-search {
	background: #FFFFFF;
	min-height: 100px;
	width: 70%;
	border-radius: 100px;
}
#custom-search-form {
	margin: 0;
	margin-top: 5px;
	padding: 0;
}
#custom-search-form .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 3px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	width: 85%;
	height: 65px;
	margin-top: 10px;
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-bottom: 3px solid #6b6b6c;
	border-top: 2px solid rgba(255, 255, 255, 0);
	;
	border-left: 2px solid rgba(255, 255, 255, 0);
	;
	border-right: 2px solid rgba(255, 255, 255, 0);
	;
	background: rgba(51, 51, 51, 0);
}
#custom-search-form button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	margin-top: 2px;
	position: relative;
	left: 0px;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.search-query:focus + button {
	z-index: 3;
}
.bg-search2 {
	background-image: url(../image/bg-search.png);
	min-height: 100px;
	margin-top: 50px
}
.body-search {
	background: #FFFFFF;
	min-height: 500px;
}
.body-search h2 {
	margin-top: 0px;
	color: #2d2e30; margin-top:50px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #e6e9eb;
	border: 1px solid #e6e9eb;
}
.search h4 {
	color: #1c5594;
	font-weight: bold;
	margin-top: 20px;
}
/* Testimonials */


.testimonials {
	background: url(../image/bg-testimonials.png) no-repeat center;
}
.testimonials .carousel-indicators {
	bottom: -70px;
}
.testimonials .fa {
	color: #1c5594
}
/* Tabs */

.tabs-1 {
	background: #e6e9eb;
	min-height: 250px;
}
.tabs-1 .panel.with-nav-tabs .panel-heading {
	padding: 5px 5px 0 0px;
}
.tabs-1 .panel.with-nav-tabs .nav-tabs {
	border-bottom: none;
}
.tabs-1 .panel.with-nav-tabs .nav-justified {
	margin-bottom: -1px;
}
.tabs-1 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #FFFFFF;
	cursor: default;
	background-color: #0988b9;
	border: 1px solid #0988b9;
	border-bottom-color: transparent;
}


.tabs-1 .panel-default>.panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #e6e9eb 0, #e6e9eb 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
}
.tabs-1 .panel-body {
	padding: 15px;
	background: #0988b9;
	color: white;
}
.tabs-1 .panel-default {
	border-color: #e6e9eb;
}
.tabs-1 .nav-tabs>li>a {
	margin-right: 50px;
	line-height: 2.428571;
	border: 1px solid transparent;
	border-radius: 0px 0px 0 0;
}
.tabs-1 .nav>li>a {
	padding: 13px 30px;
}
/* footer */


.footer {
	background-color: #363636;
    padding: 80px;
    color: white;
}
.footer a {
	font-weight: bold;
	line-height: 25px;
	color:#FFFFFF
}

.footer a:hover {

	color:#337ab7
}

.menuBottom a {
	font-weight: bold
}
.menuBottom p {
	font-size: 14px;
}
/* For demo chat only */
	
#colour-variations {
	width: 179px;
	position: fixed;
	left: -179px;
	top: 225px;
	z-index: 55;
}
.option-toggle {
	padding: 20px 15px 15px 15px;
	position: absolute;
	right:-173px;
	top: 0;
	margin-top: 0px;
	background: #f07e22;
	text-align: center;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
	-ms-box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.option-toggle:hover {
	background: #1c5594;
	color: #FFFFFF
}

/* toTop */


#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
	background-color: #f07e22;
	border-color: #f07e22;
	color: #FFFFFF;
	border-radius: 0px;
}

/* Login Section */

#login {
	padding-top: 20px
}
#login .form-wrap {
	margin: 0 auto;
}
#login h1 {
	color: #1fa67b;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
#login .form-group {
	margin-bottom: 25px;
}
#login .checkbox {
	margin-bottom: 20px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
#login .checkbox.show:before {
	content: '\e013';
	color: #1fa67b;
	font-size: 17px;
	margin: 1px 0 0 3px;
	position: absolute;
	pointer-events: none;
	font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
	width: 25px;
	height: 25px;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #ccc;
	vertical-align: middle;
	display: inline-block;
}
#login .checkbox .label {
	color: #6d6d6d;
	font-size: 13px;
	font-weight: normal;
}
#login .btn.btn-custom {
	font-size: 14px;
	margin-bottom: 20px;
	border-radius: 0px;
}
#login .forget {
	font-size: 13px;
	text-align: center;
	display: block;
}
.form-control {
	color: #212121;
}
.btn-custom {
	color: #fff;
	background-color: #f07e22;
}
.btn-custom:hover, .btn-custom:focus {
	color: #fff;
}










/*    ---------------------------------------------------------------------------------------------------------------------------------------------------------
	:: Page Packages
	-------------------------------------------------------------------------------------------------------------------------------------------------------- */


/*   carousel   */


#packages-carousel .carousel-caption {
	padding-bottom: 30px;
}
#packages-carousel .container {
	padding-right: 0px;
	padding-left: 0px;
}
/*   packages-body   */

.packages-body {
	background: #f5f5f5;
	min-height: 500px;
}
.packages-body .breadcrumb {
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
}
.packages-body .breadcrumb a {
	color: #1c5594;
	font-weight: bold
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #1c5594;
	content: "|\00a0";
}








/*============================================================
packages
============================================================*/



.packages-body .tabs-packages .panel-body { background: #f5f5f5;  }

.packages-body .tabs-packages  .panel {    background-color: #f5f5f5; border-color: rgba(0, 0, 0, 0);}

.packages-body .tabs-packages .panel.with-nav-tabs .panel-heading {
    padding: 8px 0px 8px 0px;
    background: white;
    border-radius: 100px;
}
.packages-body .tabs-packages .nav-tabs {    border-bottom: 1px solid rgba(0, 0, 0, 0);}


.packages-body .tabs-packages .nav-tabs>li>a {
    margin-right: 50px;
    line-height: 2.428571;
    border: 1px solid transparent;
    border-radius: 100px;
    padding: 5px 85px 5px 85px;
    margin-left: 20px;
	font-weight: bold;
	color: #828283;

}


.packages-body .tabs-packages .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
  color: #2265af;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #2265af;
    border-bottom-color: #2265af;
}











/*== BACKGROUND COLORS - 1 ===*/


.db-bk-color-one {
    background-color: #f5f5f5;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.db-bk-color-two {
    background-color: #dda8b5;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.db-bk-color-three {
    background-color: #efe4e7;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	}

.db-bk-color-six {
    background-color: #e9c9d1;
	border-top-right-radius: 8px;
	 border-top-left-radius: 8px;
}






/*== BACKGROUND COLORS - 2===*/



.db-bk-color-two-2 {
    background-color: #59d9ec;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.db-bk-color-three-2 {
    background-color: #c9eff5;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;}

.db-bk-color-six-2 {
    background-color: #91dde8;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;}


.db-bk-color-two-2 ul li {    color: #ffffff;}

.db-button-color-square-2 {
    color: #3e99a7;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
    padding: 14px 14px;
    font-size: 16px;
    margin: 10px;
}

.db-button-color-square-2:hover {
    color: #FFFFFF;
    background-color:#3e99a7;
 
}







/*== BACKGROUND COLORS - 3===*/



.db-bk-color-two-3 {
    background-color: #eaa56e;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.db-bk-color-three-3 {
    background-color: #fbd4b4;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;}

.db-bk-color-six-3 {
    background-color: #deb696 ;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;}


.db-bk-color-two-3 ul li {    color: #ffffff;}


.db-button-color-square-3 {
    color: #a87d33;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
    padding: 14px 14px;
    font-size: 16px;
    margin: 10px;
}

.db-button-color-square-3:hover {
    color: #FFFFFF;
    background-color:rgb(168, 125, 51);
 
}






/*=== PRICING STYLES ===*/

 .db-bk-color-two ul li {    color: #ffffff;}


.db-padding-btm {
    padding-bottom: 50px;
}
.db-button-color-square {
    color: #9b6d78;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 0px;
	padding: 14px 14px;
    font-size: 16px;
	    margin: 10px;

}

    .db-button-color-square:hover {
        color: #fff;
        background-color:#9b6d78;
        border: none;
    }


.db-pricing-eleven {
    margin-top: 50px;
    text-align: center;
    color: #222222;
    line-height: 24px;
	    font-weight: bold;
}

    .db-pricing-eleven ul {
        list-style: none;
        margin: 0;
        text-align: center;
        padding-left: 0px;
    }

        .db-pricing-eleven ul li {
            padding-top: 7px;
            padding-bottom: 7px;
            cursor: pointer;
			border: 1px solid rgba(6, 6, 7, 0.08);
        }

            .db-pricing-eleven ul li i {
                margin-right: 5px;
            }


    .db-pricing-eleven .price {
        padding: 40px 20px 25px 20px;
        font-size: 40px;
        font-weight: 900;
        color: #FFFFFF;
	    background-color: rgba(0, 0, 0, 0.15);
    }
	
	
	
    .db-pricing-eleven .price sup {
     position: relative;
    line-height: 0;
    vertical-align: baseline;
	font-size:20px ; 
	font-weight: normal;
    top: 0;
	margin-left:5px;
    }
	
	
	    .db-pricing-eleven .price span {
        font-size: 20px;
		font-weight: normal;

    }
	

	
	

        .db-pricing-eleven .price small {
            color: #B8B8B8;
            display: block;
            font-size: 12px;
            margin-top: 22px;
        }

    .db-pricing-eleven .type {
      padding: 12px 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    }

    .db-pricing-eleven .pricing-footer {
        padding: 20px;
    }

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}


	
	.db-pricing-eleven .price-bgcolor {
    padding: 40px 20px 40px 20px;
    font-size: 60px;
    font-weight: 900;
    color: #FFFFFF;
    background-color: rgb(230, 233, 235);
}
	
	
	
.db-pricing-eleven-1 {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: bold;
}
	
	
	
	
	
	
	.db-wrapper .type1 { margin-top:75px;  }
	
	
	
	
	.db-pricing-eleven .type2 {
    padding: 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    background-color: #f07e22;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
	
	
	
	
	
	
	
	
	.db-pricing-eleven-new {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    color: #353535;
    line-height: 24px;
}
	
	
	.db-pricing-eleven-new ul li {
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
	    border: 1px solid rgba(6, 6, 7, 0.08);
}



	
.db-pricing-eleven-new ul{
   list-style: none;
    margin: 0;
    text-align: left;
    padding-left: 0px;
	    margin-top: 296px;
}	




.footer-pricing{   
  background: #df742a;
    height: 90px;
    margin-top: -30px;
	margin-left: 277px;
   
   }

	
	.footer-pricing .banner-footer{
		
	background: #df742a;
    padding: 7px;
    margin-top: 10px;
    border: 1px solid #ffffff;
		}
		
				
	.footer-pricing .banner-footer h4{
	    font-weight: bold; font-size:15px;	 
		
	
		}
						
	.footer-pricing .banner-footer .fa{
	   font-size:20px;	 
		
	
		}
		
		
		
		.footer-pricing .banner-footer	.btn-custom{ margin-left:50px;}
		
	
		
		
.update-nag{
display: inherit;
    font-size: 15px;
    text-align: left;
    height: 71px;
    margin-bottom: 10px;
    border: 1px solid #ffffff;
    margin-top: 10px;
    font-weight: bold;
    color: #FFFFFF;
}




.update-nag > .update-split{
   width: 33px;
    float: left;
    color: #fff!important;
    height: 100%;
    text-align: center;
    font-size: 25px;
    margin-top: 17px;
    margin-left: 10px;
}


.update-nag > .update-text{
  line-height: 19px;
  padding-top: 16px;
  padding-left: 45px;
  padding-right: 10px;
}

.update-nag > .update-text label{
  float: right;
    margin-left: 20px;
    color: #FFFFFF;
    background: #fa9d5d;
    width: 40px;
    height: 40px;
    padding: 13px 13px 0 15px;
}


		
		

.update-nag > .question-split{
width: 54px;
    float: right;
    color: #fff!important;
    height: 100%;
    text-align: center;
    font-size: 25px;
    margin-top: -54px;
    margin-left: 10px;
    background: #f6924e;
    padding: 19px 0 8px 0;
}		
		
		

.packages-body .link-1 {
	padding: 8px 15px;
	 background-color: #f5f5f5;
    font-size: 14px;
	border-bottom: 1px solid #e6e9eb;
	color: #9fa0a2;	
			
			}
			
			
			
			
		
.show-pric{display:none}	


			
	
		
	.packages-body .btn-default{
	
  border: none;
    border-radius: 0px;
    padding: 10px;
    margin: -1px;
    background: #2265af;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 30px;
	
	}
		
.packages-body .btn-default:hover{background: #3483DB;}	
		
.packages-body .btn-default .fa {color: #FFFFFF;font-size: 18px;  font-weight: bold; }


.packages-body .button-p{ padding-right: 0; padding-left: 0;}
		
	
.packages-body .btn-hide-show{
font-family: 'Open Sans', sans-serif;
    float: right;
    margin-left: 10px;
}	




/*============================================================
Search Packages	
============================================================*/
			
			
.search-packages{
	
	background: #FFFFFF;
	margin-top: 30px;
	min-height: 250px;	
	}	


.search-packages h2 {
	color: #2d2e30;
	margin-top: 80px;
}
.bg-search-packages {
	background: #FFFFFF;
	min-height: 100px;
	width: 70%;
	border-radius: 100px;
}
#custom-search-form {
	margin: 0;
	margin-top: 5px;
	padding: 0;
}


		
			
.search-packages	.bg-search {
   background: #FFFFFF;
    min-height: 100px;
    width: 70%;
    border-radius: 100px;
    border: 1px solid #cccccc;
}		
			

	

/*    ---------------------------------------------------------------------------------------------------------------------------------------------------------
	:: Page Dealer
	-------------------------------------------------------------------------------------------------------------------------------------------------------- */


.dealer-body {
	background: #e6e9eb;
	min-height: 500px;
}
.dealer-body  .breadcrumb {
	background-color: #e6e9eb;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
}
.dealer-body  .breadcrumb a {
	color: #1c5594;
	font-weight: bold
}
.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #1c5594;
	content: "|\00a0";
}

			
.dealer-body  .link-1 {
	padding: 8px 15px;
	 background-color: #e6e9eb;
    font-size: 14px;
	border-bottom: 1px solid #e6e9eb;
	color: #9fa0a2;	
			
}
			




/*   header	 */
			
			
.header{ background-image:url(../image/dealer-header.jpg); min-height:200px; }	
	
	
	
	.header .text-header{ 
	
	color: #FFFFFF;
    width: 84%;
    margin-top: 50px;
    margin-left: 50px;
	}
	
	
.sign-up{ min-height:400px;}
	
	
.sign-up .form-control {
    border-bottom: 1px solid #cccccc;
	 border-top: 1px solid #e6e9eb;
	  border-left: 1px solid #e6e9eb;
	   border-right: 1px solid #e6e9eb;
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #e6e9eb;
    background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	
	}
	

	
.sign-up  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3D3D3D; font-size:18px;
}
.sign-up   ::-moz-placeholder { /* Firefox 19+ */
  color: #3D3D3D; font-size:18px;
}
.sign-up   :-ms-input-placeholder { /* IE 10+ */
  color: #3D3D3D; font-size:18px;
}
.sign-up   :-moz-placeholder { /* Firefox 18- */
  color: #3D3D3D; font-size:18px;
}


.sign-up .btn-danger	{
	padding: 15px 34px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 1px;
    color: #fff;
    background-color: #2265af;
    border-color: #2265af;
	
	}
	
	
.sign-up .btn-danger:hover	{
    background-color: #3483DB;
    border-color: #3483DB;
	
	}



/*    hide and show	-1	 */


#button .btn.active {                
	display: none;		
}

#button .btn span:nth-of-type(1)  {            	
	display: none;
}
#button .btn span:last-child  {            	
	display: block;		
}

#button .btn.active  span:nth-of-type(1)  {            	
	display: block;		
}
#button .btn.active span:last-child  {            	
	display: none;			
}	


/*    hide and show	-2	 */

#button-2 .btn.active {                
	display: none;		
}

#button-2 .btn span:nth-of-type(1)  {            	
	display: none;
}
#button-2 .btn span:last-child  {            	
	display: block;		
}

#button-2 .btn.active  span:nth-of-type(1)  {            	
	display: block;		
}
#button-2 .btn.active span:last-child  {            	
	display: none;			
}	
	

/*    hide and show	-3	 */


#button-3 .btn.active {                
	display: none;		
}

#button-3 .btn span:nth-of-type(1)  {            	
	display: none;
}
#button-3 .btn span:last-child  {            	
	display: block;		
}

#button-3 .btn.active  span:nth-of-type(1)  {            	
	display: block;		
}
#button-3 .btn.active span:last-child  {            	
	display: none;			
}



/* selection wizard */	



.wizard .btn-primary {
	padding: 8px 18px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 1px;
    color: #fff;
    background-color: #2265af;
    border-color: #2265af;
}
	
.wizard .btn-primary:hover{
    background-color: #3483DB;
    border-color: #3483DB;
}



.wizard .btn-default {
	padding: 8px 18px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 1px;
   color: #333;
    background-color: #fff;
    border-color: #ccc;
}
	
.wizard .btn-default:hover{
	  color: #333;
    background-color: #ECEBEB;
    border-color: #ccc;
}
	
	


.sign-up .panel-heading .btn-danger {
     padding: 3px 11px;
    float: right;
}


	.sign-up .panel-heading{padding: 19px;	}



.sign-up select, select[size="0"], select[size="1"] {
  border-radius: 0px;
    border-color: rgb(230, 233, 235);
    background: #e6e9eb;
    width: 49%;
    height: 60px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #e6e9eb;
    border-left: 1px solid #e6e9eb;
    border-right: 1px solid #e6e9eb;
}

 .border-title {
    width: 40px;
    height: 4px;
    margin: 20px auto;
    background: #0988b9;
    border-radius: 3px;
}




/* vision */

.vision{ background-color:#eeeeee}

.vision .fa{ color: #0988b9; margin-top: 20px;}


/* Solutions */

#solutions{ min-height: 500px; background-color:#eeeeee;}

/* Services */

#services{min-height: 500px}


/* Our Products */

#our-products {
	
	background: url(../image/bg6.jpg) no-repeat center center fixed;
    min-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: whitesmoke;
    font-size: 18px;
}


 #our-products .border-title {
    width: 40px;
    height: 4px;
    margin: 20px auto;
    background: #FFFFFF;
    border-radius: 3px;
}
#our-products p { font-size: 20px;}

/* home-care */

#home-care{
	
	background: url(../image/bg6.jpg) no-repeat center center fixed;
    min-height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: whitesmoke;
    font-size: 18px;
}


 #home-care .border-title {
    width: 40px;
    height: 4px;
    margin: 20px auto;
    background: #FFFFFF;
    border-radius: 3px;
}
#home-care p { font-size: 20px;}



	 
	 

/*      Contact us    */	

	 
.request{ min-height:600px; background-color:#eeeeee;}

.request h1{ font-size:30px; color:#2d2e30; margin-top:80px; font-weight: 100; }

.request h4{ font-size:23px; color:#999 ; margin-bottom:30px; font-weight: 100;}

.request .border-title {
	width: 40px;
    height: 4px;
    margin: 20px auto;
    background: #0988b9;
    border-radius: 3px;
	}	 
	 
	 
	.request  input{
		height:50px;  
    border-radius: 117px;
    border: 2px solid #CCC;
	min-width:100%;
	}
	
	
	.request textarea{
	  border-radius: 20px;
     border: 2px solid #CCC;
	 height:250px; 
	 padding: 11px;
	min-width:100%;

	}
	
	
	 
	.request .btn{
		
    background: white;
    border: 2px solid #66cccc;
    color: #66cccc;
    border-radius: 100px;
    padding: 15px 31px;	
		}	
	
	
	
.request .btn:hover {
    border: 2px solid #66cccc;
    background-color: #66cccc;
    color: #FFFFFF;
}




.request  .fa{
	 width: 50px;
    height: 50px;
	text-align: center;
    margin-top: 3px;
    font-size: 20px;
    margin-left: 10px;
    border-radius: 100px;
    padding: 12px 13px;
    border: 2px solid #66cccc;
    color: #66cccc;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
   
	}
	
.request .fa:hover {   
    border: 2px solid #66cccc;
	background-color:  #66cccc;
    color: #FFFFFF;
	}

	


.request p{
	 font-size:16px;
	margin-top: 10px;
    margin-bottom: 12px;
	font-weight: normal;
	
	}


.request .request-icon{ margin-top:12px;}


	
  .testimonial-writer{
            display: inline-block;
            vertical-align: top;
            padding-left: 10px;
        }
		 


	

/* @media ********************************************************************************************************************/
/* @media ********************************************************************************************************************/
/* @media ********************************************************************************************************************/
/* @media ********************************************************************************************************************/



	
/* Smart Phones and Tablets */	
	
@media (max-width:767px) {
.carousel-caption {
	padding-bottom: 0;
}
.prices .box {
	width: 100%;
}
.prices .box2 {
	width: 100%;
}
.prices .box3 {
	width: 100%;
}
.prices .box4 {
	width: 100%;
}
body {
	font-size: 14px;
}
#colour-variations {
	left: -206px;
}
.tabs .nav>li>a {
	padding: 10px 5px;
}

.db-pricing-eleven-new ul {    margin-top: 5px;}

.footer-pricing {    margin-left:0;}

.tabs-packages .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { margin-right:0px}

.tabs-packages .nav-tabs>li>a{    padding: 5px 20px 5px 20px; margin-right:0px}
.packages-body .link-1 { text-align:center}

.dealer-body .link-1 {    text-align: center;}

.sign-up{ min-height:650px;}

.packages-body .btn-default {    width: 100%;}

.packages-body .tabs-packages .nav-tabs>li>a {    margin-right: 0px;     padding: 5px 20px 5px 20px;}

.tabs-1 .nav-tabs>li {    float: none;    margin-bottom: -1px;}

.tabs-1 .nav-tabs>li>a {    margin-right: 0;}

.carousel-caption h3 {    font-size: 20px;}

.packages-body .tabs-packages .nav-tabs>li {float: none;     margin: 0 40px 0 20px;}

.bg-search {    width: 100%;}

}

/* Small Screen */		
	
@media (min-width:768px) and (max-width: 991px) {
.prices h2 {
	font-size: 20px;
}
.prices .box {
	width: 100%;
}
.prices .box2 {
	width: 100%;
}
.prices .box3 {
	width: 100%;
}
.prices .box4 {
	width: 100%;
}
body {
	font-size: 14px;
}
#colour-variations {
	left: -206px;
}
.carousel-caption {
	padding-bottom: 60px;
}
.carousel-caption h3 {
	font-size: 25px;
}
.tabs .nav>li>a {
	padding: 13px 5px;
}
.navbar-nav>li>a {
	font-size: 12px;
	margin-right: -14px;
}
.navbar-nav>li> .btn-danger {
	margin-right: -4px;
	margin-left: 4px
}


.tabs-packages .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {    padding: 5px 40px 5px 40px; margin-right:5px}

.tabs-1 .nav-tabs>li {    float: none;    margin-bottom: -1px;}

.tabs-1 .nav-tabs>li>a {    margin-right: 0;}

.tabs-packages .nav-tabs>li>a{    padding: 5px 40px 5px 40px; margin-right:5px}

.packages-body .link-1 { text-align:center}

.dealer-body .link-1 {    text-align: center;}

.packages-body .btn-default {    width: 100%;}

.db-pricing-eleven-new ul {    margin-top: 20px;}

.db-pricing-eleven {    margin-top: 0px;}

.packages-body .tabs-packages .nav-tabs>li>a {    margin-right: 0px;     padding: 5px 40px 5px 40px;}

.footer-pricing {    margin-left: 0;}

.db-wrapper .type1 {    margin-top: 0;}

.tabs-1 .nav>li>a {	padding: 5px 40px 5px 40px;}
.update-nag > .update-text {    width: 89%;}



}

/* Medium Screen */		
	
@media (min-width:992px) and (max-width: 1199px) {
.prices .box {
	width: 100%;
}
.prices .box2 {
	width: 100%;
}
.prices .box3 {
	width: 100%;
}
.prices .box4 {
	width: 100%;
}
body {
	font-size: 14px;
}
#colour-variations {
	left: -206px;
}
.navbar-nav>li>a {
	font-size: 12px;
	margin-right: -14px;
}
.navbar-nav>li> .btn-danger {
	margin-right: -4px;
	margin-left: 4px
}


.tabs-packages .nav-tabs>li>a{padding: 5px 60px 5px 60px;}

	.packages-body .btn-default {    padding: 16px 55px;}
	
	
.packages-body .tabs-packages .nav-tabs>li>a {    margin-right: 0px;}

.footer-pricing {    margin-left: 227px;}

.update-nag > .update-text {    width: 89%;}



}


.db-pricing-eleven .type {    font-size: 14px;}

/* Large Screen */		
	
@media (min-width:1200px) {
}
