/* Add here all your css styles (customizations) */

.desktop-only {
    display: block;
}

.desktop-inline {
    display: inline-block;
}

.mobile-only {
    display: none;
}

@media all and (max-width: 768px){
    .desktop-only {
        display: none;
    }

    .desktop-inline {
        display: block;
        float: left;
    }
    .top-bar p {
      padding: 4px 0px !important;
      width: 100%;
    }
    .top-bar {
      height: 60px !important;
    }
    .mobile-only {
        display: block;
    }
    .remove_white_space{
      padding-bottom: 0px;
    }

}

.footer_logo {
    margin-bottom: 20px;
}

.header_logo {
    max-height: 40px;
}

.top-bar {
    height: 35px;
    position: relative;
    background: #EFEFEF;
    overflow: hidden;
}

.top-bar p {
  font-size: 15px;
  color: #474747;
  float: right;
  padding: 5px;
  margin: 0px;
  font-weight: 400;
  line-height: 26px;
  text-align: right;
}

.header-v6 .search-open .form-control {
    height: 105px;
}

.collab-icon {
    max-width: 80%;
    max-height: 50px;
    margin-bottom: 10px;
}

.breadcrumbs.breadcrumbs-dark, .breadcrumbs.breadcrumbs-light {
    padding: 60px 0 20px;
}

.breadcrumbs.breadcrumbs-light a {
    font-size: 13px;
}

.breadcrumb li {
    font-size: 13px;
}

.contact-block {
    font-size: 13px !important;
}

.map {
    margin-top: 30px;
}

#sidebar-nav-1 {
    font-size: 13px !important;
}

.padded-block {
    padding: 0px 15px;
}

.step-content {
    line-height:1em;
    padding-top: 6px;
}

.content-boxes-v3.bg-light .icon-custom {
    position: relative;
    top: -2px;
}

.option-tabs li{
    width: 25%;
    text-align: center;
    text-transform: uppercase;
}

.option-tabs li i {
    font-size: 24px;
    padding: 20px;
}

.modal-backdrop {
	z-index: 0;
}

.write-rating {
	margin-bottom: 10px;
	float: right;

}

.write-rating i.fa {
	font-size: 20px;
	color: #cacaca;
}

.write-rating i.fa-star {
	font-size: 20px;
	color: #3498db;

}

.s-results ul.list-inline.up-ul>li {
	font-size: 11px;
}

.s-results .inner-results {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.service-block p.text-justify {
	min-height: 150px;
}


@media all and (max-width: 768px){

	li.dropdown.active.expanded ul.dropdown-menu {
		display: block;
		position: relative;
		box-shadow: none;
		border: none;
		border-bottom: 1px solid #eee;
		padding: 0px;
		margin: 0px;
		margin-bottom: 10px;
		width: 100%;
	}

	li.dropdown.active ul.dropdown-menu>li>a {
		padding: 10px;
	}

}

.input-error {
	border: 1px solid brown;
}

.under-error p.message-content {
	font-size: 10px;
	color: brown;
}

.tag-labels span.label{
	font-size: 12px;
	padding: 8px 14px;
}



/* charts on product pages */
.chart-container,.chart-container .content-container {
  width:100%;
}
.chart-container .header-container {
  white-space:nowrap;
  background-color:#3f9fdd;
  color:#fff;
  height:40px;
  line-height:40px;
  vertical-align:middle;
}
.chart-container .header-container div {
  display:inline-block;
}
.chart-container .header-container .col2 {
  background-color:#5db4ed;
}
.chart-container {
  white-space:nowrap;
  font-size:13px;

}
.chart-container .col1{
  width:49%;
  padding-left:25px;
  vertical-align: middle;
  line-height: 40px;

}
.chart-container .col2,.chart-container .col3{
  width:25%;
  text-align:center;
  height:100%;
  vertical-align:top;
}
.chart-container .content-container .col2 {
  border-left:1px solid #e4e4e4;
  border-right:1px solid #e4e4e4;
}

.chart-container .content-container .col2.yes {
  background-position:center center;
  background-image:url('/web_content/images/yes.png');
  background-repeat:no-repeat;
}
.chart-container .content-container .col3.no {
  background-position:center center;
  background-image:url('/web_content/images/no.png');
  background-repeat:no-repeat;
}

.chart-container .content-container div {
  display:inline-block;
  height:40px;
}
.chart-container .content-container:nth-child(even) {
  background-color:#f7f7f7;
}
.chart-container .content-container:nth-child(odd) {
  background-color:#fff;
}
.chart-container .content-container:nth-child(even) .col2 {
  background-color:#efefef;
}
.chart-container .content-container:nth-child(odd) .col2 {
  background-color:#f7f7f7;
}
.chart-container .content-container {
  border-left:1px solid #e4e4e4;
  border-right:1px solid #e4e4e4;
  border-bottom:1px solid #e4e4e4;
}
/* end charts */

/*broad landing form*/
.landing-page,.landing-page .service-block {
    min-height: 461px !important;
    text-align:left;
}
.landing-page .service-block2 {
    text-align:left;
    padding: 20px;
}
.landing-page .landing-form {
  float: right;
  text-align:center;
}
.landing-page .landing-form img {
  padding-bottom:20px;
}

.landing-page .col-md-6 {

}


.landing-page-header h1 {
    text-align:center;
    color:#3498db !important;
    font-weight:bold !important;
}
.landing-page form {
    text-align:center;
}
.landing-page .title-sm{
    font-size: 22px;
    padding-bottom:15px;
}
.landing-page input[type=text]{
    background-color:#efebf9;
    padding:5px;
    margin-bottom:13px;
    width:100%;
    height:45px;
    border:1px solid #e2dfef;
}
.landing-page input[type=submit]{
    margin-bottom:10px;
    width:100%;
    height:45px;
}
.landing-page p::after {
    background: #fff;
}
.landing-page .blue-text {
    color: #3498db;
}
.landing-page li {
  color:#3498db;
  margin-left: 30px;
}
.landing-page li span {
  color:#333;
}




/*free consultation forms*/
.free-consultation,.free-consultation .service-block {
    height: 461px !important;
    min-height: 461px !important;
    text-align:left;
}
.free-consultation form {
    text-align:center;
}
.free-consultation .title-sm{
    font-size: 22px;
    padding-bottom:15px;
}
.free-consultation input[type=text]{
    background-color:#efebf9;
    padding:5px;
    margin-bottom:13px;
    width:100%;
    height:45px;
    border:1px solid #e2dfef;
}
.free-consultation input[type=submit]{
    margin-bottom:10px;
    width:100%;
    height:45px;
}
.free-consultation p::after {
    background: #fff;
}
.free-consultation .blue-text {
    color: #3498db;
}

/*end free consultation forms*/

/*free quote forms*/
.free-quote-div {
  width:100%;
  padding:0px;
  margin:0px;
  background-color: #3498db;
  vertical-align:middle;
  white-space:nowrap;
  text-align:center;
  height:100px;
}
.free-quote {
  text-align:center;
  margin:0px auto;
  vertical-align:middle;
  padding-top:25px;

}
.free-quote form {
  text-align:center;
}
.free-quote .title{
  font-size: 22px;
  padding:0px 35px 15px 0px;
  display:inline-block;
  color:#fff;

}
.free-quote input[type=text]{
  background-color:#efebf9;
  padding:5px;
  width:25%;
  height:45px;
  border:1px solid #e2dfef;
  margin-right:10px;
}
.free-quote input[type=submit]{
  margin-bottom:10px;
  width:150px;
  height:45px;
  background-color:#000;
  color:#fff;
}
/*end free quote forms*/

/*free quote page*/
.free-trial-page .product-more {
  text-align:center;
  margin-top:50px;
  width:480px;
}
/*end free quote page*/

/*free consultation page*/
.free-consultation-page .info {
  text-align:left;
  margin-top:50px;
  margin-left:60px;
  width:450px;
}
.free-consultation-page .info li {
  color:#3498db;
  margin-left:30px;
  line-height: 30px;
  vertical-align: middle;
  font-size:25px;
}
.free-consultation-page .info li div {
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  line-height: 30px;
  vertical-align: middle;
}
/*end free consultation page*/


.green-button {
    border: 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 0px 20px;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    background: #6ab31f;
    text-align:center;
}
.list-group-item.green-button-container{
    border-left:0px;
    border-right:0px;
}
.list-group-item .green-button{
    height:40px;
    width:100%;
    margin-top:10px;
}
.list-group-item .green-button a{
    color: #fff !important;
    text-decoration:none;
}



.orange-button {
    border: 0;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 0px 20px;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
    background: #eb5c31;
}

.menu-container .orange-button{
    height:40px;
    line-height:40px;
}
.orange-button-container a{
    color: #fff !important;
    text-decoration:none;
}
.menu-container .orange-button{

}


#form_iframe {
  display:none;
}
.blue_text, .blue_text:hover{
  color: #389fe4;
}
.document_type{
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 28px;
  color: #2a2a2a;
  font-weight: 600;
  font-family: "Open Sans";
  text-align: center;
}