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


#check{
    display: none;
}

.checkbtn{
   
    display: block;
    float: right;
    font-size: 26px;
    margin-top: 27px;
}

footer p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
}

.inner-banner {

    height: 146px;
}
.footer-menu {
    text-align: center;
    margin: 0px 0px 0px;
}

.header-sec{

	padding-top: 0px;
}

.mobile-version{
    display: block;
}
.desktop-version{
	display: none;
}

.name-details {
    padding-left: 0px;
    margin-top: 0%;
}
.name-details h1{

	font-size: 62px;

}

.name-details small{
	    margin-bottom: 7%;
}

.my-work{

	    margin-top: 0px;
    margin-bottom: 15px;

}

.name-details span{

	    margin-top: 20px;
    margin-bottom: 9px;
}

.social-media {
    margin-bottom: 60px;
    display: block;
}


.navigation {
    float: none;
    margin-bottom: 0px;
    margin-top: 0px;
    position: fixed;
    background: #104675ed;
    left: -100%;
    top: 10px;
    height: 100vh;
    z-index: 99999;
    width: 100%;
    padding-top: 38px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navigation li {
    list-style: none;
    display: list-item;
    margin-left: 57px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 24px;
}
.let-talk {
    background: #135bfb;
    color: #fff;
    width: auto;
    display: block;
    text-align: center;
    height: auto;
    border-radius: 6px;
    line-height: 39px;
    float: right;
    margin-top: 0px;
    margin-left: 0px;
    padding: 12px;
}


.main-degree{

	    height: auto;
    width: 100%;
        padding: 41px;
    border-radius: 24px;
    margin-top: 31px;
}

.second-epreence-box{
	margin-bottom: 36px;
}

.navigation li a {
    color: #fff;
    font-size: 17px;
}

.chart-icon {
    display: block !important;
    font-size: 20px;
}

.let-talk span, .let-talk .fa-arrow-right{
	display: none;
}

.showcase-projects h1 {
    color: #0f4aaf;
    font-family: myFirstFont;
    margin-top: 67px;
    margin-bottom: 44px;
    text-align: center;
    padding: 0px 0%;
    line-height: 49px;
}

.tab button{

	margin: 0px 6px 19px;
}

.testimonials-box{
	margin-top: 27px;
}
.accordion{

	margin-bottom: 41px;
}
.accordion .accordion-item{
	margin-right: 0px;
}

.contact-form h1 {
    font-weight: 800;
    font-size: 44px;
    margin-bottom: 32px;
}

.hire-me-section{
	height: auto;
}

.achivment-bg{
	display: none;
}

.achiv-box{
	margin-top: 0px;
}

.project-box{
	margin-bottom: 35px;
}

#check:checked ~ ul{

	left: 0%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cancel-btn{
	display: block;
    position: absolute;
    color: #fff;
    top: 11px;
    right: 26px;
    font-size: 46px;
}
.footer-panel img {
    text-align: center;
    margin: 0px auto;
    display: block;
}

.footer-panel span {
    text-align: center;
    display: block;
    margin-top: 6%;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.gride-middle img, .grid-side img{

    width: 100%;
    height: auto;
}

.banner-sec{
    height: auto;
    padding-bottom: 52px;

}

.blog-vertical-text {
    padding: 24px;
    background: #fff;
    height: auto;
}

}