.bkgcmd-plan-box,.bkgcmd-plan-box-1{
	width: 33.33%;
	top: 0;
	position: relative;
	float: left;
	padding: 3%;
}
.signup-forms{
	width: 100%;
}
/*.bkgcmd-plan-item,.bkgcmd-plan-item-1{
	background-color: #DC312A;
	
	height: 150px;
	color: #fff;
	padding:10px;
	cursor: pointer;
}

.bkgcmd-plan-item:hover,.bkgcmd-plan-item-1:hover{
	background-color: #F54343;

}*/
.bkgcmd-plan-name{
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
}
.bkgcmd-plan-item,.bkgcmd-plan-item-1{
	cursor: pointer;
	margin: 0px 0px 20px 0px;
}
.bkgcmd-plan-details,.bkgcmd-plan-details-1{
	padding:15px;
}
#basic-info{
	position: relative;
    left: 50%;
    margin-left: -280px;
    margin-top: 150px;
	max-width: 560px;
}
#basic-info input[type=text]{
	display: inline-block;
	margin: 5px;
	padding: 10px;
	font-size: 20px;
}

#basic-info input[type=button]{
	padding: 5px;
	width: 266px;
	margin: 5px;
}

#company-info input[type=text]{
	display: inline-block;
	margin: 5px;
	padding: 10px;
	font-size: 20px;
}

#company-info input[type=button]{
	padding: 5px;
	width: 266px;
	margin: 5px;
}
#company-info{
	max-width: 560px;
	position: relative;
    left: 50%;
    margin-left: -280px;
    margin-top: 150px;
	max-width: 560px;
}

.error-inputbox{
	border:2px solid #E04646 !important;
}

.bkgcmd_errmsg{
	color: #E04646;
	font-size: 13px;
	margin-left:5px;
}
/*---------------------------------------------------*/
.bkgcmd-company-registration-form{
	width: 600px;
}
#bkgcmd-registration-form{
	width: 500px;
	position: relative;
}

#bkgcmd-registration-box{
	width: 100%;
}

.bkgcmd-company-registration-box input[type=text],.bkgcmd-package-basicform input[type=text],.bkgcmd-basicform input[type=text],.bkgcmd-basicform input[type=password]{
	display: inline-block;
	width: 47%;
	height: 50px;
	margin: 5px;
	color: #555555;
	background-color: #ffffff;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	max-width: 100%;
	font-size: 14px;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	font-weight: normal;
	
}
.bkgcmd-basicform input[type=text],.bkgcmd-basicform input[type=password]{
	width: 250px;
}
.bkgcmd-package-basicform input[type=text]{
	width: 250px;
}
.bkgcmd-package-basicform{
	float: right;
	margin-top: 7%;
}
#bkgcmd-registration-box #bkgcmd-basic-name{
	width: 97%;
}

#bkgcmd-registration-box  label[for="bkgcmd-company-property"],#bkgcmd-registration-box #bkgcmd-basic-property{
    float: left;
    margin-left: 8px;
	
}

#bkgcmd-registration-box #bkgcmd-basic-property{
	text-align: left;
	width: 50%;
	margin-left: 5px;
}
#bkgcmd-registration-box h5{
	text-align: left;
	margin-left: 8px;
}

.bkgcmd-checkout,.bkgcmd-package-register{
	width: 98%;
	height: 50px;
	margin: 0px 0px 5px 0px;
	border-radius: 4px;
	border: 1px solid #1185DC;
	background-color: #2B8DD6;
	color: #FFFFFF !important;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	max-width: 100%;
}

#bkgcmd-checkout:hover{
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid #CDCEC6;
	color: rgb(43, 141, 214) !important;
	-o-transition: .8s;
	-ms-transition: .8s;
	-moz-transition: 1.8s;
	-webkit-transition: .8s;
	transition: .8s;
}

#bkgcmd-registration-errorbox{
	width: 96%;
	border-radius: 2px;
	padding: 5px;
	background-color: #E04646;
	color: #fff;
	border: 1px solid #E82929;
}
#bkgcmd-registration-form .hide{
	display: none !important;
}

.easybooking-hero-box{
	float: right;
	width: 50%;
}
.fullcommando-hero-box{
	float: left;
}
.easybooking-package-details{

	float: right;
	text-align: left;
	margin-top: 7%;
}

.easybooking-package-details,.bookingeverywhere-package-details,.fullcommando-package-details{
	width: 50%;
	float: left;
	text-align: left;
	margin-top: 7%;
}
#easybooking-package-header{
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
#easybooking-package-subheader{
	text-align: center;
}
#easybooking-package-register{
	width: 200px;
	height: 40px;
	margin: 0px 0px 5px 0px;
	border-radius: 4px;
	border: 1px solid #1185DC;
	background-color: #2B8DD6;
	color: #FFFFFF !important;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	    margin: 10px;
	max-width: 100%;
}
#easybooking-package-register:hover,#easybooking-package-register:focus{
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid #CDCEC6;
	color: rgb(43, 141, 214) !important;
	-o-transition: .8s;
	-ms-transition: .8s;
	-moz-transition: 1.8s;
	-webkit-transition: .8s;
	transition: .8s;
}
.bookingeverywhere-hero-box{
	float:left;
}

/*----------------------Getting Started-------------------*/


.bkgcmd-hero-box{
	float: left;
	width: 25%;
}
.bkgcmd-package-details{
	max-width: 100%;
	width: 55%;
	float: left;
	position: relative;
	margin-top: 8%;
	margin-left: -11%;
	z-index: 1;
    color: #fff;
    text-align: left;
    padding: 10px;

}
.bkgcmd-package-header{
	font-size: 20px;
	font-weight: bold;
	padding: 10px;

}
.bkgcmd-package-subheader{
	font-size: 19px;
	padding: 10px;
}

.bkgcmd-package-details .bkgcmd-package-getstarted{
	width: 200px;
	height: 40px;
	margin: 0px 0px 5px 0px;
	border-radius: 4px;
	border: 1px solid #84C225;
	background-color: #84C225;
	color: #FFFFFF !important;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	max-width: 100%;
}
.bkgcmd-package-details .bkgcmd-package-getstarted:hover,.bkgcmd-package-details .bkgcmd-package-getstarted:focus{
	cursor: pointer;
	background-color: #FFFFFF !important;
	border: 1px solid #84C225 !important;
	color: #84C225 !important;
	-o-transition: .8s;
	-ms-transition: .8s;
	-moz-transition: 1.8s;
	-webkit-transition: .8s;
	transition: .8s;
}
/*.bkgcmd-homepage-box{
	background-repeat: no-repeat;
	background-image: url(http://localhost/bck/wp-content/uploads/2015/07/zoom-53090566-3-300x169.jpg);
	width: 100%;
	display: inline-block;
	background-position: center top;
	background-size: cover;

}*/
.bkgcmd-homepage-box a img{
	float: left;
	width: 40%;
	top: 40px;
	position: relative;


}

.bkgcmd-package-details .bkgcmd-homepage-overlay{
	background: #000000;
	filter: alpha(opacity=0);
	-moz-opacity: 0.3;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	border-radius: 3px;
}
.bkgcmd-homepage-details-content{
	position: relative;
	z-index: 1;
	padding: 10px 0px 20px 0px;
}
.bkgcmd-package-header,.bkgcmd-package-2ndheader{
	font-size: 30px;
}
.bkgcmd-package-details .bkgcmd-package-getstarted{
	float: right;
}


.bkgcmd-gettingstarted-plan-box{
	width: 33.33%;
	top: 0;
	position: relative;
	float: left;
	padding: 3%;
	cursor: pointer;
}
/*.bkgcmd-gettingstarted-plan-item{
	background-color: #DC312A;
	
	height: 150px;
	color: #fff;
	padding:10px;
	cursor: pointer;
}*/

/*.bkgcmd-gettingstarted-plan-item:hover{
	background-color: #F54343;

}*/
.bkgcmd-gettingstarted-plan-details{
	padding:15px;
}



/*****Home Page******/

body.page-id-910 #main-flex-slider .simple-conversion, body.page-id-910 #main-flex-slider .slider-bg{
    padding-top: 0;
    padding-bottom: 0;
}


.home-pg-slider-hero-image {
    height: 450px;
    float: left;
    width: 300px;
    background: url('https://www.bookingcommando.com/wp-content/uploads/2015/10/home-hero-main.png') no-repeat 0 15px;
    margin-left: 200px;
    margin-bottom: -5px;
}



/********Getting started form**********/

div.bkgcmd-gettingstarted-basicform{
	float: left;
	margin-left: 200px;
    margin-top: 50px;
	} 

div.gettingstarted-right-side-signup-hero {
	float: left;
    width: 450px;
}



/***************DAZHEN***************/
/***************Plan Page***************/
.plan-page-title, .plan-page-main-title, .slider-subtitle p{
    color: white;
}


.plan-page-title {
    color: white;
    border: 1px solid white;
    display: inline-block;
    padding: 20px 40px 20px 40px;
    margin-bottom: 50px;
}


.plan-page-sub-title {
    font-size: 18px;
}

.plan-page-sub-title p {
    margin-bottom: 10px !important;
    color: white !important;
    display: inline-block;
    border-top: 1px solid white;
    padding-top: 30px;
}

.plan-page-main-title {
    margin-bottom: 40px;
}


.easybooking-package-details h2, .bookingeverywhere-package-details h2, .fullcommando-package-details h2{
    font-size: 20px;
}

.easybooking-package-property, .bookingeverywhere-package-property, .fullcommando-package-property {
    font-size: 30px;
    color: #84c225;
}

.bookingeverywhere-package-property{color:#009de7;}
.fullcommando-package-property{color:#dd3e3e;}

span.plan-price-main {
    font-size: 40px;
}

.plan-photography h3 {
    font-size: 16px;
    margin-top: 60px;
}

.plan-photography p {
    line-height: 16px;
}

.easybooking-package-details, .bookingeverywhere-package-details, .fullcommando-package-details{
    margin-top: 0 !important;
}


.bkgcmd-package-basicform {
    margin-top: 0 !important;
    float: left !important;
    margin-left: 60px;
}

div.easybooking-package-details input.bkgcmd-package-register{
    border: 1px solid #84c225 !important;
    background-color: #84c225 !important;
}

.booking-plan-block-wrapper {
    padding: 0 15% 0 15%;
}


.core-services-list ul li, .website-services-list ul li {
    font-size: 16px;
    margin-bottom: 18px;
}

.core-services-list ul {
    margin-left: 20px;
}


/*Boooking everywhere page*/
p.subheader-nonhead {
    border-top: none !important;
    padding-top: 10px !important;
}


body.page-id-985 .service-block-text p, body.page-id-983 .service-block-text p {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}

/***************DAZHEN END***************/

/*@media (max-width: 670){
        div.bkgcmd-gettingstarted-basicform {
            float: left;
            margin-left: 0px !important;
            margin-top: 0px !important;
        }
}*/
@media (max-width: 670px){
	.bkgcmd-package-getstarted{
		width: 100%;
	}



	.bkgcmd-package-header{
		font-size: 25px;
	}
	.bkgcmd-package-2ndheader{
		font-size: 16px;
	}
	.bkgcmd-package-subheader{
		font-size: 14px;
	}

	.bkgcmd-package-getstarted{
		width: 100%;
	}

	.bkgcmd-homepage-box .home-pg-slider-hero-image{
		display: none !important;
	}
	.bkgcmd-package-basicform{
		margin-top: 20px !important;
	}
	div.bkgcmd-gettingstarted-basicform{
		float: left;
		margin-left: 0px !important; 
		margin-top: 0px !important; 	
	}
	div.gettingstarted-right-side-signup-hero{
		display: none !important;
	}

	.bkgcmd-basicform input[type=text] {
	    width: 100%;
	}

	div.bkgcmd-gettingstarted-basicform {
	    float: left;
	    margin-left: 0px !important;
	    margin-top: 0px !important;
	    width: 100%;
	}

	.bkgcmd-gettingstarted-plan-box{
		width: 100% !important;
	}

	.bkgcmd-checkout,.bkgcmd-company-registration-form,.bkgcmd-company-registration-box input[type=text]{
		width: 100% !important;
	}

	
}
@media  (max-width: 991px){

	.bkgcmd-plan-box, .bkgcmd-plan-box-1{
		width:100%;
		margin: 20px 0px 20px 0px;
	}
	.booking-plan-block-wrapper{
		padding:0;
	}
	.bkgcmd-package-basicform{
		margin-left: 0px;
	}

	.easybooking-package-details, .bookingeverywhere-package-details, .fullcommando-package-details{
		width: 100%;
	}
	.bkgcmd-package-details{
		width: 100%;
		margin:0;
	}
	.bkgcmd-homepage-box .home-pg-slider-hero-image{
		display: none !important;
	}	
	.bkgcmd-package-details{
		float:none;	
		
	}

	.bkgcmd-package-getstarted{
		width: 100%;
	}

	div.gettingstarted-right-side-signup-hero{
		display: none !important;
	}

	.bkgcmd-package-details .bkgcmd-package-getstarted{
		width: 100%;
	}

	.bkgcmd-basicform input[type=text] {
	    width: 100%;
	}

	div.bkgcmd-gettingstarted-basicform {
	    float: left;
	    margin-left: 0px !important;
	    margin-top: 0px !important;
	    width: 100%;
	}
	
}

