@media (min-width: 1025px) and (max-width: 1440px){
    
     /*
    Header start hear
  */

/* main logo design */
.main-logo img{
    width: 150px;
    margin-left: 20px;
  }

/* search section design */

/* login singup design */

/*
    profile start
*/
.profile-logo{
    cursor:pointer;
    color: var(--fs-color-primary);
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    transition: var(--transition-1);
    &:hover{
        color: var(--color-brand-primary);
    }
}
.profile-sub-menu{
    width: 12%;
    margin: 2px 0 0 0px;
}
 .profile-sub-menu ul li a .sub-icon{
    margin: 0 5px 0 0;
 }

 /* shopping-cart */
.shopping-cart{
    padding: 10px;
}
/*
    Second layer start
*/

.second-lay{
    margin: 2px 0 0 30px;
}
/*
    menu design start
*
    Drop Down start
*/
/*
*   All Drop Down menu hover effect
*/
/*
*   Main Navigation menu start here
*/

/*
*  Main Sections start here
*/
.our-services h2{
    text-align: center;
    margin: 0 5px ;
}
.all-services{
    width: 12%;
}
/*
*  All offer start here
*/
.offer-1{
    width: 15%;
    padding: 0 10px 0 0;
}
/*
* all slider style start here
*/

.slider{

    }
/*
* all slider style end here
*/



/************
 ************content section start here 
 ************/
.content{
    width: 100%;
}
.content-wrapper{
    width: 95%;
    margin: 0 auto;
    padding: 10px;
}

/* thumbnail design */
.featured_image .wp-post-image{
    width: 20%;
    height: auto;
}

/* sidebar design */
.sidebar-design{

}



/* 
#  ---> footer section start here
*/
.main-footer-menu h2{
    font-size: 20px;
}
.main-footer-menu-section{
    margin-left: 10px;
}
.main-footer-menu-section .item2 {
    width: 23%;   
}
.main-footer-menu-section .item3 {
    width: 26%;   
}
.main-footer-menu-section .item4 {
    width: 28%;   
}
.footer-menu ul{
    list-style: none;
    padding: 10px 0 0 0 ;
}
.footer-menu{

}
.main-footer-menu .item5 ul li a img{
    width: 23%;
    margin: 0 auto;
}
.main-footer-menu .item4 {
    text-align: center;
}
.main-footer-menu .item4 ul li{
    display: inline-block;
}
.main-footer-menu .item4 i{
    color: var(--color-function-2-1);
    font-size: 3rem;
    width: 40px;
    transition:  all ease-in-out 300ms;
    &:hover{
        color: var(--color-brand-primary);
    }

}

.pay-copyright-section{
    margin: -160px 0 0 420px;
    position: absolute;
    display: flex;
    align-items: center;

}
.pay-copyright-section ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pay-copyright-section ul li {
    padding: 10px;
}
.pay-copyright-section ul li img{
    width: 80px;
    height: 30px;
    transition: all ease-in 200ms;
    &:hover{
        margin-bottom:5px ;
    }
}
.copyright{
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    width: 200px;
}



}