/*
Template Name: News Blog
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************faq****************/
.error_2 .error_num  li{
	border:14px solid  var(--border_light);
	width:150px;
	height:150px;
	line-height:125px;
	font-size:100px;
	color:  var(--red);
}
.error_2_inner{
	border:2px solid var(--border_light);
}
.social_icon_big li{
	margin-left:10px;
	margin-right:10px;
}
#error {
    background-image: url(../image/57.jpg);
    background-position: center center;
    background-size: cover;
}

.accordion-button {
	font-size: 20px;
	padding:20px 15px;
}
.accordion-button:focus {
	box-shadow: none;
	border: none;
}
.accordion-button:not(.collapsed) {
	background:var(--bg_green_light);
	color:var(--red);
}
.accordion-body {
	padding: 20px;
}

/*********************faq_end****************/



@media screen and (max-width : 767px){
.error_1_right{
	text-align:left!important;
}
.error_2 .error_num li {
    margin-top:10px;
	 margin-bottom:10px;
}
.w-75{
	width:100%!important;
}
.w-50{
	width:80%!important;
}
.price_1i {
	 margin-top:10px;
	 margin-bottom:10px;
}
.about_h1_right {
	padding-left:0!important;
	 margin-top:15px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {



 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){


 }


