@media (min-width: 1025px) and (max-width: 1440px){
    
     /*
    Header start hear
  */

/* main logo design */
.main-logo img{
    margin-left: 95px;
  }

/* 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
*/



.Form_design{
    width: 80%;
}

}