.ci-hvac-container{
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 25px;
	margin-top: 10px;
	border-radius: 5px;
}
.ci-hvac-container label, .ci-hvac-container p, .ci-hvac-container span{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	margin-bottom: 10px;

}

.ci-hvac-soln ul {
	font-size: 15px;
}

.ci-hvac-container h1,.ci-hvac-container h2, .ci-hvac-container h3,.ci-hvac-container h4,.ci-hvac-container h5,.ci-hvac-container h6{ 
	font-family: 'Roboto', sans-serif;
}

.ci-hvac-container h3 {
	margin-top: 0px;
} 

.ci-hvac-question a, .ci-hvac-options a, .ci-inner-wrapper a{
	color: #3568cc;
}
.ci-hvac-question{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	padding: 0 7px;
	font-size: 21px;
	color: black;
	text-align:left;
}

.hvac-query{
	color: black;
	text-align:black;
}

.ci-hvac-options input{
	height: 14px;
	width: 15px;
	margin: 0;
	-webkit-appearance: radio;
}

.tro-btns button {
    padding: 10px 11px;
    min-width: 100px;
    width: 70px;
    border: none;
    background: linear-gradient(#61b3e2,#0066af);
    border-radius: 5px;
    color: #fff;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
    text-transform: uppercase;
}

.tro-btns {
	text-align: right;
	padding: 25px 0 0 0;
}

div.hvac-query {
	text-align: left;   
}

.ci-hvac-failure{
   
}
	
.ci-hvac-solved {
   
}

.ci-hvac-soln {
	color: black;
	text-align: left;
	margin-bottom: 30px;   
}

.hvac-troubleshooter-form{ 
    display: flex;
    width: 200%;
    /*transition: 1s;*/
}

.ci-inner-wrapper {
       display: none;
    height: auto;
    width: 50%;
    padding-right: 25px;
    /*transition: 1s;*/
}

div.inner-wrapper-1 {
	display: block;
}

.ci-hvac-options {
	margin-top: 20px;
	margin-left: 5px;
}
.ci-hvac-options label {
	display: block;
	font-size: 18px;
	padding: 5px 0;
	text-align:left;
}

.error{
	color: #f00;
	font-size: 10px;
}

.ci-hvac-container.has_image {
	width: 71%;
	overflow: hidden;
	min-height: 300px;
	height: auto;
	margin-right: 25px;
	float: left;
	position: relative;
	background: #EBEBEB;
	border: 1px solid #9c9a99;
	min-height: 500px;
	overflow: hidden !important;
	background: linear-gradient(#c1b3ae,#f5f5f5);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}
#hvac-troubleshooter-wrapper{
	position: relative;
}
#hvac-troubleshooter-wrapper:after, #hvac-troubleshooter-wrapper:before {
	left: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#hvac-troubleshooter-wrapper:after {
background: url("../images/g.png");
	content: '';
	left: unset;
	right: 198px;
	top: 22%;
	border: solid transparent;
	height: 47px;
	width: 37px;
	position: absolute;
	pointer-events: none;
}
.ci-hvac-container.has_image:before {

}
@media screen and (max-width: 736px){
	#hvac-troubleshooter-wrapper:after {
		content: unset;
	}
	#expert_image_div{
		display: none;
	}
	.ci-hvac-container.has_image{
		width: 100%;
	}
}

div#expert_image_div {
    width: 24%;
    float: left;
}



div#expert_image_div img {
    width: 100%;
}

.hvac-clearfix{
	clear: both;
}

a.schedule-a {
	text-decoration: none;
	background: #ef3a3c;
	color: #fff;
	padding: 7px 15px;
	border-radius: 5px;
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}

@media (max-width: 400px) {
	.tro-btns button {
		padding: 5px 4px;
		min-width: 71px;
		width: 71px;
		border: none;
		background: #3498db;
		border-radius: 5px;
		color: #fff;
		text-transform: uppercase;
		font-size: 13px;
	}

	.tro-btns button:active {
		padding: 5px 4px;
	}
}

@media (max-width: 600px){
.ci-hvac-container.has_image { width: 100%;	}
	
	div#expert_image_div {    display: none; }
	.ci-hvac-container.has_image:after{
		content: unset;
	}

}
