@media screen and (max-width: 992px) {
  .small {
    display: block;
    transition: all 0.3s ease-in-out;
    background: #171617;
  }
  
  .small nav {
    padding: 15px 0;
  }
  
  .small nav .container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  
  .small nav .menu {
    width: 40px;
    height: 40px;
    background: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
  }
  
  .small nav .sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 260px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .sidebar {
    right: 0;

  }
  
  .small nav .sidebar>ul {
    margin-top: 70px !important;
  }

  .small nav .sidebar>ul>li {
    padding: 10px;
   
  }
  .small nav .sidebar ul>li{
    border-bottom: 1px solid #ece4e4;
  }
  .small nav .sidebar ul>li:last-child {
    border-bottom: 0px;
  }
  .small nav .sidebar ul>li:last-child {
    border-bottom: none;
  }
  
  .small nav .sidebar ul>li>a {
    color: #000;
    padding: 4px;
    font-size: 17px;
    text-transform: capitalize;
  }
  
  .small nav .sidebar>ul>li.link-sm {
    position: relative;
  }
  
  .small nav .sidebar ul li.link-sm i {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 19px;
    color: #1e1e1e;
    font-weight: 700;
  }
  
  .small nav .sidebar ul.sub-menu-sm {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 0px !IMPORTANT;
  }
  
  .small nav .sidebar ul.sub-menu-sm li {
    padding: 4px 16px;
  }
  
  .small .times {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .small .overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 1000;
  }
  
  .small.show .overlay {
    opacity: 1;
    pointer-events: all;
  }
  

  
  .small {
    display: block;
  }

/* ---------Moblie Call Action------------- */
.mobile-fixed-button{
  position: fixed;
  bottom: 0;
  width: 100%;
}
.call-btn{
  background-color: #000;
  padding: 15px 50px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  text-align: center;
}
.mobile-fixed-button{
  display: block;
}
/* ---------Moblie Call Action------------- */
#main_header{
  display: none;
}
.banner .banner_heading h1 span {
	display: block;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0px;
}
.banner .banner_heading h1 {
	color: #fff;
	font-size: 45px;
	margin-bottom: 6px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 47px;
}
.banner .banner_heading {
  text-align: center;
}
.banner {
	background:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../image/banner.png') no-repeat bottom;
	background-size: cover;
	padding: 77px 0 180px;
}
section {
	padding: 50px 0px;
}
.heading h2 {
	font-size: 35px;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 50px;
	margin-bottom: 15px;
}
.heading{
  text-align: center;
}
.row-below {
	margin-top: 15px;
}
.service_sec .contented .botom h4 {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin-bottom: 7px;
	text-transform: uppercase;
}
.call_sec .heading span a {
	font-weight: 600;
	color: #ee590d;
	font-size: 35px;
	letter-spacing: 3px;
	line-height: 70px;
}
.accordion__title {
	font-size: 17px;
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	color: #000;
	font-weight: 400;
	padding: 15px 11px;
}
footer {
	background-color: #000;
	padding: 45px 0px 60px;
	color: #f3f3f3;
}
.footer-logo {
	text-align: center;
}
footer .r-gest {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
footer .inf-ft h5 {
	color: #fff;
	margin-bottom: 2px;
	font-weight: 500;
	font-size: 18px;
}
footer .border-btm .ri-phone-fill {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #ee590d;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;

}
footer .border-btm .ri-map-pin-line {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #ee590d;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}
.footer-menu {
	display: initial;
	justify-content: space-between;
}
.footer-menu li{
  display: inline-block;
}
.footer-menu{
  text-align: center;
}
.footer-menu li {
	display: inline-block;
	/* width: 65px; */
	padding: 10px 13px;
}
.ft_content{
  text-align: center;
}
.xocial {
	padding: 0;
	justify-content: center;
	gap: 20px;
}
.copy-right-btm{
  text-align: center;
}
.privacy-terms {
	text-align: center;
}
.privacy-terms a {
	margin-left: 0;
	padding: 0 12px;
}
.call_sec {
	background: url('../image/home-bg1.jpg') no-repeat center;
	background-size: cover;
	padding: 50px 0 170px;
}

}

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

@media screen and (max-width: 567px) {
  .call_sec .heading span a {
    font-weight: 600;
    color: #ee590d;
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 67px;
  }

  .accordion__title {
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    color: #000;
    font-weight: 400;
    padding: 15px 12px;
  }
  .call_sec {
    background: url('../image/home-bg1-sm.jpg') no-repeat center;
    background-size: cover;
    padding: 50px 0 170px;
  }
  .mobile-fixed-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
  }
}

@media screen and (max-width: 400px) {
  .accordion__title {

    font-size: 17px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    color: #000;
    font-weight: 400;
    padding: 15px 11px;
  }
}