@media handheld, only screen and (max-width: 992px) {

	.checkbtn{
    display: block;
        font-size: 34px;
}

.nav-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 24px;
}

/*.nav-bar{
	display: block;
}*/

.navigation {
    margin-bottom: 0px;
    margin-top: 20px;
    position: fixed;
    top: 207px;
    width: 100%;
    height: 27vh;
    background: #000;
    left: -100%;
    transition: all 0.5s easy;
    padding-top: 40px;
}

.navigation li{

	display: list-item !important;
    padding-bottom: 26px;
    font-size: 24px;

}

.navigation li a{
	color: #fff;
}

.let-talk{
	width: auto;
    height: auto;
    padding: 12px;
    font-size: 23px;
    float: right;
    margin-top: 0px;
}

.chart-icon{

	display: block !important;

}

.let-talk span{

	display: none;
}

.let-talk .fa-solid{
	display: none;
}
.logo {
    width: 100%;
    margin: 0px;
}

.menu-row{

	    bottom: 0px;
    border-radius: 0px;
    padding: 18px 10px;
}

.banner-bg:after{
	display: none;
}

.social-media-icon p{
	text-align: center;
	color: #000;
	font-size: 21px;
}

.top-mail{
	    text-align: center;
    font-size: 23px;
    margin-bottom: 23px;
}

.service-help-bg:after{
	display: none;
}
.sticky{

	height: 114px !important;
}

.carousel-caption h1{

	font-size: 25px;

}

.carousel-inner>.item>img{
	height: 301px;
	object-fit: cover;
}
.quality-box:after{
	display: none;
}

.quality-box{

	margin-top: 0px;
}

.quality-box h1{
	padding: 0px 0px;
	margin: 0px;
}

.quality-box p{
	padding: 0px !important;
}
.quality-box img {
    width: 100%;
    margin-top: 19px;
}

.service-help-bg{

	height: auto;

}

.process-work h1{
	margin-top: 28%;
}

.process-step{
	margin-bottom: 43px;
}

.footer-new-latter input[type="email"]{

	width: 100%;
	height: 57px;
}
.footer-new-latter input[type="submit"]{

	width: 100%;
	height: 51px;
}
.footer-contact {
    padding: 0px;
    margin: 30px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
}

.footer-menu {
    text-align: left;
    margin: 26px 0px 45px 9px;
}

#check:checked ~ ul{
	left: 0%;
	transition: all 0.5s easy;
}

}