#install-specs-section {
	float: left;
	width: 100%;
}

#install-specs-section #steps-to-follow {
	margin-bottom: 16px;
}

#install-specs-section #steps-to-follow ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 22px;
}

#install-specs-section #steps-to-follow ul li img {
	margin-bottom: 16px;
}

#install-specs-section #steps-to-follow ul li strong {
	font-weight: 400;
}
@media (max-width: 767px){
	#install-specs-section #steps-to-follow ul {
	    grid-template-columns: repeat(3, 1fr);
	    grid-gap: 10px;
	}
}
@media (max-width: 479px){
	#install-specs-section #steps-to-follow ul {
	    grid-template-columns: repeat(2, 1fr);
	}
}
/*===============Dimensions and Specifications================*/
.dimensions-spec-wrapper{
	float: left;
	width: 100%;
}
.dimensions-spec-l{
	width: 58%;
	float: left;
}
.dimensions-spec-r{
	width: 40%;
	float: right;
}
.dimensions-spec-r h3{
	margin-top: 0;
}
.dimensions-spec-r ul{
	padding-left: 20px;
}
.dimensions-spec-r ul li {
	line-height: 32px;
	list-style: disc;
	margin-bottom: 4px;
}
.country-pdf-wrapper{
	padding: 0 16px 16px;
	background: #E5F8FF;
	float: left;
	box-shadow: 1px 0px 2px rgba(0, 111, 153, 0.25), -1px 0px 2px rgba(0, 111, 153, 0.25), 0px 3px 4px rgba(0, 111, 153, 0.25);
	border-radius: 2px;
	width: 480px;
	max-width: 100%;
	margin-top: 32px;
	margin-bottom: 6px;
}
.country-pdf-wrapper h3{
	margin-bottom: 16px;
}
.pdf-country-list{
	list-style: none;
	margin-bottom: 16px;
	float: left;
}
.pdf-country-list li{
	float: left;
	margin-right: 32px;
}
.pdf-country-list li:last-child{
	margin-right: 0;
}
.countryPdfList li{
	margin-bottom: 5px;
}
.countryPdfList li a{
	font-weight: 300;
	text-decoration: none;
	position: relative;
}
.countryPdfList li a:hover{
	color: #FE5000;
}
.countryPdfList li a:after {
	content: " ";
	display: inline-block;
	height: 1px;
	background: #FE5000;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
.countryPdfList ul:last-child {
	margin-bottom: 0;
}
.countryPdfList ul {
	margin-bottom: 8px;
}
.countryPdfList li a:hover:after{
	opacity: 0;
}
.countryPdfList{
	display: none;
	float: left;
	width: 100%;
}
.countryPdfList strong{
	font-family: SourceSansPro-SemiBold;
}
li.showpdfList{
	cursor: pointer;
}
li.showpdfList.active:after {
	content: " ";
	height: 3px;
	width: 100%;
	background: #FE5000;
	display: block;
	margin-top: 7px;
}
.dimensions-spec-l > img {
	border: 1px solid #d4d4d4;
	border-radius: 5px;
}
.install-spec-wrapper:after {
	content: " ";
	clear: both;
	display: block;
	height: 0;
}
@media (max-width: 1119px){

	}
@media (max-width: 870px){
	.pdf-country-list li{
		margin-right: 20px;
	}
}
@media (min-width: 650px) and (max-width: 767px){
	.pdf-country-list li {
	    margin-right: 15px;
	    max-width: 38px;
	}
}
@media (max-width: 767px){
	.dimensions-spec-l,
	.dimensions-spec-r{
		width: 100%;
	}
	.dimensions-spec-r{
		padding-top: 32px;
	}
}
@media (max-height: 767px){
	.dimensions-spec-r ul li {
	    line-height: 22px;
	    margin-bottom: 10px;
	}

}
@media (max-width: 649px){
	
	.pdf-country-list{
		margin-bottom: 10px
	}
	li.showpdfList.active:after{
		margin-top: 4px;
	}
}
@media (max-width: 639px){
	.install-spec-wrapper .pagetitle-subheading h1,h1{
		font-size: 32px;
	}
	.install-spec-wrapper .pagetitle-subheading{
		padding: 22px 0;
	}
}
@media (max-width: 479px){
	.pdf-country-list li {
	    margin-right: 15px;
	    max-width: 38px;
	}
}
@media (max-width: 359px){
	.pdf-country-list li {
	    margin-right: 12px;
	    max-width: 35px;
	}
}
/* ---------------About page Media Query -------------------- */
@media screen and (max-width:1024px) {
	.about-page-content .two-col .box-content {
		width: auto;
	}

	.sm-logo {
		margin-left: 56px;
	}

}

@media screen and (max-width:768px) {
	#checkout-steps .title h3, #checkout-steps .title p {
		font-size: 18px;
	}

	.two-col {
		display: block;
	}

	.sm-logo {
		margin-left: 0;
		margin-top: 32px;
		justify-content: center;
	}

}

@media screen and (max-width:640px) {
	#checkout-steps .title h3, #checkout-steps .title p {
		font-size: 17px;
	}
	.country-pdf-wrapper{
		margin-top: 16px;
	}

}

@media screen and (max-width:480px) {
	#checkout-steps .title h3, #checkout-steps .title p {
		font-size: 16px;
	}

}

@media screen and (max-width:320px) {
}

/* ---------------About page Media Query -------------------- */
