.template_cont{
	margin: 20px 0;
	min-height: calc(100vh - 310px);
}
@media screen and (max-width:767px){
	.temp_des {
	margin: 30px 0 70px 0;
	
	}
	
}
.template_cont .accordion{
	margin-top: 43px;
	box-shadow: 0 8px 6px -6px #2e3656;	
}
.temp_des{
	height: 120px;
}
.iframe_cont,
.iframe_cont iframe{
	height: calc(100vh - 150px);
	width:100%;
	background:#ccc;
}
.iframe_cont iframe{
	border: 1px solid #ccc;
	height: 468px;
}
.template_cont .card-header{
	background: #2e3656;
	padding: 0;
	border-left: 3px solid #fbc61e;
	border-right: 3px solid #fbc61e;
}

.template_cont .btn-link{
	color: #fbc61e;
}
.template_cont .btn-link:focus,
.template_cont .btn-link:hover{
	text-decoration: none;

}
.template_cont .btn-link.collapsed{
	color: #fff;
}
.template_cont .inner_list{
	padding: 0;
	margin: 0;
	list-style-type: none;


}
.btn-warning{
    float: right;
    position: relative;
    top: -41px;
}
.template_cont .inner_list li a{
	border-bottom:1px solid #2e3656;
	display: block;
	padding: 5px 10px;
	color: #333;
}
.template_cont .inner_list li a:hover,
.template_cont .inner_list li a:focus{
	text-decoration: none; 
	background: #fde392;

}
.template_cont .inner_list li a.active{
	background: #fde392;
	color: #2e3656;
}
.template_cont .card-body{
	padding: 0;
}
.temp_content h3{
	color:;
	text-align: center;

}
#headingfour img{
	height: 25px;
	margin-left:-7px;
}
