
.book-banner h1, .book-banner h2 {
	color: #fff;
}


h2 {
	margin-bottom: 0;
}

input#contactbutton {
    margin-top: -5px !important;
    padding: 12px 30px !important;
    text-transform: none !important;
    font-weight: 300;
    font-size: 14px;
    background: #5dad2c;
    border-radius: 0px !important;
}

input#contactbutton:hover, 
input#contactbutton:focus{
color: #fff;
    background-color: #d85a1a;
    border-color: #cf270f;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
.book-background {
	background: #f2f2f2;
	
}

.book-content {
	margin-top: -100px;
}

.book-main-content {
	background: #fff;
	padding: 30px;
	margin-bottom:20px;
}
.input-group-addon{

background: url(../images/icon_calendar_dark.png);
background-repeat: no-repeat;
background-position: 8px 12px;

}
li.active a {
    color: #ffffff;
    background: #d28333;
}
p.r_head , .book-main-content h3{
      color: #5dad2c;
    font-size: 21px;
    font-weight: 100 !important;
}
.input-group-addon{
	    padding: 11px 18px;
}
form#contactform small{
	    font-size: 15px;
    color: #118539;
font-style: italic;
}
.book-side-content {
	background: #fff;
	padding: 30px;
}

.book-main-content h2 img {
	float: left;
	margin-right: 10px;
	padding-top: 6px;
}

.book-main-content h3 {
	margin-top: 20px;
}

.service {
	font-weight: normal;
	padding: 20px 0 20px 50px;
}

.regular-service {
	border: solid #eee;
	border-width: 1px 0;
}

.service-name {
	font-size: 20px;
	margin-bottom: 12px;
	    font-weight: 600;
	/*min-height: 55px;*/

}

.service-rates {

	margin-bottom: 15px;

}

.service-description {
	margin-bottom: 15px;

}
.service-inner{
    /*display: inline-block;*/
}
.col1 {
    float: left;
    width: 35%;
     display:table-cell;

    text-align: left;

}
.col2{
    float: left;
    width: 50%;
     display:table-cell;

    text-align: left;
	}
	.col3{
		    float: left;
    width: 15%;
     display:table-cell;

    text-align: left;

	}
/*.col3 button, .col2 .service-description{

    display: table-cell;
}
*/

/*	  .service.item{
    display: table;
    }

  .service-inner   {
    display: table-row;
    }*/
   .book-banner .text-center {
    background: rgba(45, 45, 45, 0.42);
    padding: 19px;
    margin-bottom: 60px;
}

.service.item {
    border: 1px solid #efeeee ;
    margin: 10px 0;
    vertical-align: middle;
}
.service.item button:hover > .service.item{
opacity:1.0;
filter:alpha(opacity=100);/*position where      
enlarged image should offset horizontally */
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
    border-color: #f16621;
        cursor: not-allowed !important;
    background: #fdfbf8;
}
    /* background: #f4f0e7; */
/**/

.active_label{
    border-color: #5dad2c !important;
        cursor: not-allowed !important;
    background: #fdfbf8;
}

.service-popular {
	width: 50px;
	float: right;
	text-align: center;
	padding-top: 15px;
	color: #f2c32f;
}
.col3 button{
	margin-top: 26%;
	    float: right;
}
input[name="service"]:checked + .service-inner::before {
	font-family: "FontAwesome";
	font-size: 20px;
	content: '\f058';
	position: absolute;
	height: 32px;
	width: 32px;
	margin: 18px 0 0 -40px;
	float: right;
}

@media(min-width: 767px) {
	.enquiries-div{
		margin-top: 37px;
	}
	.service-inner::before {
		content: '';
	}

	input[name="service"]:checked + .service-inner::before {
		content: '';
	}

	.service {
text-align: center;
    padding: 20px 20px 0;
	}

	.service-description {
		display: inline-block;
		/*margin-top: 15px;*/
		/*min-height: 150px;*/
		line-height: 2;
	}

	.service-popular {
		width: auto;
		float: none;
		text-align: center;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-top: -26px;
		color: #f2c32f;
	}

	.regular-service {
		border: solid #ccc;
		border-width: 0 1px;
		border-image: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 50%,#ffffff 100%) 1 100%;
	}
}


.your-total {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}

.sidebar-total {
	text-align: right;
	font-size: 40px;
	color: #5dad2c;
}

.book-side-content.affix {
	top: 20px;
max-width: 457px;
width: 100%;
}

.book-side-content.affix-bottom {
	position: relative;
}
#alert{
	color: red;
}
@media(max-width: 1199px) {
	.affix, .book-side-content {
		position: static !important;

	}
	
}
#nform input{
	margin: 4px 0;
}
div#myResponse img {
    position: absolute;
    right: 42%;
    top: 85%;
}
.form-control{
	height: auto !important;
    padding: 12px 12px !important;
    border:1px solid #d4e9c6;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-radius: 0;
}
input#mobile-submit {
    border-radius: 0px !important;
}
.input-group-btn:last-child>.btn,.input-group-btn:first-child>.btn{
    padding: 9px 20px !important;
}

form#contactform h2{
	color:#5dad2c;
	margin-bottom: 0;
}
#summ{
	    color: #5dad2c;
    font-weight: 600;
    font-size: 20px;
}

@media(max-width: 767px){
	.col1,.col2,.col3{
		width: 100%;
		text-align: center;
		margin: 0 auto
	}
	.col3 button{
		margin-top: 5px !important;
		float:none !important;
	}
	.service{
		padding: 15px !important;
	}
	.book-side-content.affix-bottom {
    background: #ffffff;
    border: 1px solid #5dad2c;
}
}