*{border: 1px solid red !important;}
@media (max-width:576px){
	*{
		border: 1px solid red !important;
	}
    .navbar-toggler{
        display: flex;
        padding: 0;
    }
     .akhbar .row .div1{
        justify-content: end !important;   
    }
    .akhbar .row .div2{
        justify-content: start !important;
    }
    .akhbar .row .div3{
        justify-content: end !important;
    }
    .akhbar .row .div4{
        justify-content: stretch !important;
    }
    .footer-size{
        font-size: 0.9rem !important;
    }
    .footer-size-p{
        text-align: justify;
    }
    .top-right-size{
        font-size: 0.9rem !important;
    }
    .top-left-gap{
        gap: 1.2rem !important;
    }
    .aboutme{
        margin-bottom: 30rem !important;
    }
    .img-aboutme{
        align-items: start !important;
        width: auto !important;
        padding-right: 5rem !important;
    }
    .aboutme-gap{
        gap:5rem !important; 
    }
    .div-back{
        padding: 0 !important;
        margin: 0 !important;
    }
    .top-right-p{
        padding: 0 !important;
    }
    .khadamat-xy{
        align-items: center !important;
        justify-content: center !important;
    }
    .svg-size{
        width: 3rem;
        height: 3rem;
    }
    
    .footer{
    height: 30rem;
    }
    /* Header */
    .icon-search{
        display: none !important;
    }
    .searchtop{
    right: 9rem;
    top: 0.2rem;
    }
}


.link-footer{
    padding: 0 !important;
}


@media (min-width:568px){
     .top-right-size{
        font-size: 1.1rem !important;
    }
}
@media (max-width:768px){
     .navbar-toggler{
        display: flex;
        padding: 0;
    }
    .akhbar .row .div1{
        justify-content: end !important;
    }
    .akhbar .row .div2{
        justify-content: start !important;
    }
    .akhbar .row .div3{
        justify-content: end !important;
    }
    .akhbar .row .div4{
        justify-content: stretch !important;
    }
     .top-right-size{
        font-size: 1rem !important;
    }
}
@media (min-width:768px){
    /* .top-left-gap{
        gap: 3rem;
    } */
}
@media (max-width:992px){
    .div1,.div2,.div3,.div4{
        justify-content: center;
    }
}