@media screen and (max-width: 991px){
.attr-nav{
        margin-right: 0px !important;
}
.attr-nav > ul > li{
        padding-left: 25px !important;
}
}
@media only screen and (min-width:1024px) and (max-width:1179px){
.attr-nav{
margin-left: 489px !important;
}
}

@media only screen and (min-width:768px) and (max-width:1023px) {
      
.cont-n{       
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    gap: 20px;
}        

.cont-n .col-lg-4{
    width: 32%;
}

.cont-ser{
    grid-template-columns: repeat(2, 1fr)  !important;
}

.cont-ser div.service-items{
        width: 45vw !important;
}


.text-line{
    font-size: 45px !important;
    /* bottom: 250px !important; */
}



}


@media only screen and (min-width:320px) and (max-width:767px) {

.attr-nav{
    padding: 40px 0px !important;
}
    
.navbar.navbar-expand-lg{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    /* padding: 15px 0px !important; */
}

.cont-mobi{
    display: none !important;
}
.attr-nav > ul .search{
width: 10%;
}
.attr-nav > ul .d-xl-inline-block{
width: 80%;
}

.btn-style01.md.text-white{
    padding: 0px !important;
}

.cont-n{       
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        gap: 20px 20px;
}        

.cont-n .col-lg-4{
    width: 100%;
}

.cont-n .col-lg-4 .ms-3{
    margin-left: 0px !important;
}


.cont-pa{
        padding: 70px 0px!important;
        background-color: #f4f4f4;
        margin-bottom: 70px !important;
}

.cont-pa .text-center{
    margin: 0px;
}

}