@media screen and (max-width: 992px){
	.footer_center {
    grid-template-columns: 1fr;
}
	.postmeta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.mobilemenu {
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-top: 2px solid #0866ff;
    border-bottom: 2px solid #0866ff;
    padding: 0 10px;
    transition: all .3s;
	display:none;
}
	.mobilemenu.active{
			display:block;

	}
	.mobilemenu .menu-item-has-children:after {
   display: none !important;
}

.mobilemenu .menu-item-has-children>a:after {
    content: "\276E";
    transform: rotate(90deg);
    transition: all .3s;
    color: #0866ff;
}
.mobilemenu .menu-item-has-children.active>a:after {
    transform: rotate(-90deg);
}
    .mobilemenu ul.sub-menu.active {
        display: flex !important;
        transform: unset !important;
        gap: 0 !important;
        margin: 10px 0;
    }
	.mobilemenu ul.sub-menu:before {
    display: none;
}
.mobilemenu ul {
    flex-direction: column;
    display: flex;
    font-size: 15px;
    color: #000;
}

.mobilemenu ul a {
    color: #000;
}
	.mobilemenu ul.sub-menu li a {
    padding: 0 !important;

}

.mobilemenu ul .sub-menu {
    display: none;
}

.mobilemenu ul li {
    display: block;
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
}


.mobilemenu .menu-item-has-children>a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
	
    .single-project aside .contact_us {
        display: none;
    }
    a.smalbutn.phone, span.smalbutn.aqaar {
        font-size: 0 !important;
        gap: 0;
        padding: 3px 10px;
    }
	.hbvtn {
    gap: 5px;
}

footer {
    padding-bottom: 60px;
}
	.herobox {
    height: auto;
}
    .gototop {
        display: none;
    }
    .ctaleft {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px;
        background: #fff;
    }
    
    .calltoaction.fixd {
        grid-template-columns: repeat(3, 1fr);
    }
    .calltoaction.fixd b {
        display: block;
    }
    .ctaleft .itemss {
        border: 1px solid rgba(0 0 0 / 8%);
    }
    
    .calltoaction.fixd span {
        width: 40px;
        height: 40px;
        padding: 10px;
    }

    .footer_bot {
        flex-direction: column;
    }
    .time_submet {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .proj_lightbox {
        grid-template-columns: repeat(2, 1fr);
    }
    .proj_lightbox img:first-of-type {
        height: 200px;
    }
    .proj_lightbox img {
        height: 145px;
    }

    
        .thumbnails {
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .mactive .headeritems nav.nav {
        top: 100px;
        position: absolute;
        left: 20px;
        display: block;
        background: #fff;
        width: 200px;
        z-index: 9;
        border: 1px solid #e1e6f5;
        flex-grow: unset;
        border-radius: 0;
    }
    
    .mactive nav.nav ul {
        display: block;
    }
    
    .mactive nav.nav ul li {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #e1e6f5;
    }
    
    .mactive nav.nav ul li a {
        padding: 12px;
        display: block;
        width: 100%;
        background: #fff;
        position: relative;
        z-index: 9;
        border-radius: 0;
    }
    
    .mactive .headeritems nav.nav:before {
        content: "";
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: -10px;
        left: 10px;
        background: #ffffff;
        transform: rotate(45deg);
        border: 1px solid #e1e6f5;
        border-radius: 4px;
    }
    
    .mactive nav.nav ul li:last-of-type {
        border-bottom: 0;
    }
	
	.mactive nav.nav ul li:after {
    display: none;
}

ul.sub-menu {
    position: unset;
    width: 100%;
    transform: unset !important;
    inset: 0;
}


.mactive .menu-item-has-children {
    flex-direction: column;
    gap: 0 !important;
}

.mactive .sub-menu:before {
    display: none;
}

.searchbox {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.selectholder, .inputsearch {
    width: 100%;
    border: 0;
    padding: 0;
}

.searchbox button.search-butt {
    grid-column: span 2;
    padding: 10px 0;
    width: 100%;
}

.headeritems nav.nav {
    display: none;
}
.logo svg {
    width: 200px;
    height: auto;
}
.smalbutn {
    margin: 0;
    font-size: 14px;
    padding: 3px 12px;
    text-align: center;
}
span.openmenu {
    width: 35px;
    font-size: 28px;
    height: 35px;
    border-radius: 3px;
    background: #0866ff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
}
.mactive .openmenu {
    border: 1px solid #0866ff;
    background: #fff;
    color: #0866ff;
}

.divslideholder {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    transition: all .3s;
    align-items: center;
    justify-content: center;
}

.section_cats {
    grid-template-columns: auto;
}
.cat_holder {
    height: 200px;
}
.cat_detils_holder {
    top: 15px;
    right: 15px;
}
.cat_detils_holder .cat_detils .cat_name {
    font-size: 20px;
}

.tagbuttons {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.tagbuttons span {
    flex-shrink: 0;
    font-size: 14px;
}

.inprojectslide, .proj-n-units {
    grid-template-columns: 1fr 1fr;
}
.proj-n-units.inprojunit {
    flex-direction: column;
}
.inprojunit .unitslide {
    min-width: 320px;
}
.proj-wraap {
    display: block;
}

.proj_items {
    width: 100%;
    margin-bottom: 25px;
}

.proj-wraap aside {
    width: 100%;
    top: 0;
    position: relative;
}

.listitems .listunitimage {
    width: 100%;
}

.listcontenar {
    width: 100%;
    padding: 20px;
}

.listtopbox {
    display: block;
}

.unitem {
    flex-grow: 1;
    padding: 10px;
}

.proj_header {
    display: block;
}

.single-project .proj_price, aside .payment_plan, aside .asidecallaction {
    display: none;
    width: 100%;
}
.projpricemob .proj_price, .projpricemob, .paypalnmob {
    display: block;
}
.projpricemob .proj_price .price b {
    font-size: 30px;
}



.projcta .ctatow {
    align-items: unset;
    justify-content: unset;
    flex-direction: column;
}

.box-table-data .right-items {
    margin-bottom: 15px;
    flex: 0 0 140px;
    width: 140px;
}
table.mobiletable tr {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    background: #eee;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

table.mobiletable tr td.title-row {
    font-size: 17px !important;
    font-weight: bold;
}
.left-items table tr th {
    font-size: 13px;
}
.left-items table tr td {
    font-size: 12px;
}




.auname_ausoc {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.auphone_aumail {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.author-data .au-items {
    flex-shrink: initial;
}
.author-data {
    flex-wrap: wrap;
}



}


@media screen and (max-width: 768px){
    .inprojectslide, .proj-n-units {
        grid-template-columns: 1fr;
    }
}