@charset "utf-8";
/* 
=====================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap');
/*====================================
Typography
=====================================*/
body{
    color: #222;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
}
body, html{
    height: 100%;
}
/* heading */
h1,
h2,
h3,
h4,
h5,
h6{
    color: #222;
    margin: 0;
    padding: 0;
    font-weight: 600;
    /* line-height: normal; */
}
a{
    color: #222;
    display: inline-block;
    text-decoration: none;
}
a:hover{
    color: #ed3338;
    text-decoration: none;
}
a, a:hover{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
img {
    backface-visibility: hidden;
}
span {
    display: inline-block;
}
button{
    padding: 0;
    border: none;
    cursor: pointer;
}
button,
button:hover{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
button,
button:focus,
a:focus {
    outline: none;
    box-shadow: none;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.btn-primary:active:focus{
    box-shadow: none;
}
p{
    line-height: 25px;
    margin-bottom: 0px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input,
select,
textarea{
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
}
input:focus,
select:focus,
textarea:focus {
    outline: none;
    border: 1px solid #e2e2e2;
    box-shadow: none;
}
.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}
/* body hidden class */
body.hidden {
    overflow-y: hidden;
    padding-right: 17px;
}
/* btn style 1 css */
.btn-style1 {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    background-color: #ed3338;
    font-weight: 600;
    border: 2px solid #ed3338;
    border-radius: 3px;
    border-color: #ed3338;
}
.btn-style1:hover{
    background-color: transparent;
    color: #ed3338;
}
/* mm-fullscreen-bg css */
.mm-fullscreen-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.mm-fullscreen-bg.active {
    opacity: 1;
    visibility: visible;
}
.mm-fullscreen-bg,
.mm-fullscreen-bg.active{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* section padding css */
.section-t-padding{
    padding-top: 80px;
}
.section-b-padding{
    padding-bottom: 80px;
}
.section-tb-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section0-t-padding{
    padding-top: 60px;
}
.section0-b-padding{
    padding-bottom: 60px;
}
.section0-tb-padding{
    padding-top: 60px;
    padding-bottom: 60px;
}
.section1-t-padding{
    padding-top: 30px;
}
.section1-b-padding{
    padding-bottom: 30px;
}
.section1-tb-padding{
    padding-top: 30px;
    padding-bottom: 30px;
}
/* section title css */
.section-title h2{
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1;
}
.section-title h1{
    text-align: center;
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1;
}
.section-title p{
    text-align: center;
    font-size: 19px;
    line-height: 1;
}
/* container css */
.container{
    max-width: 1200px;
}
.product-padd {
    padding: 50px 0px 100px;
    background-color: #f5f5f5;
    /* background-image: url(../images/bg.webp);
    background-size: cover; */
}
/* carousel button css */
.home5-category .home5-cate-image,
.home5-featured .featured5-pro,
.home5-blog .blog5{
    position: relative;
}
.home5-featured .featured5-pro .owl-nav{
 
}
.top-5 .top-red li {
    display: inline-block;
    padding: 0 12px;
    border-left: 1px solid #ffff;
    margin: 0;
    font-size: 16px;
}
.top-5 .top-red li a{
   color: #fff;
}
.top-5 .top-red li a i{
    font-size: 16px;
 }
.top-5 .top-red li:first-child {
    border: none;
    padding-left: 0;
}
.top-5 .top-red li:last-child {
    padding-right: 0;
}
.top-5 .top-red {
    padding: 10px 0px;
    background-color: #ed3338;
}
.home5-featured .featured5-pro .owl-nav button{
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    color: #000;
    font-size: 24px;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.home5-featured .featured5-pro .owl-nav button:hover{
    background-color: #00000026;
    color: #ee433f;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.home5-featured .featured5-pro .owl-nav button.owl-prev{
    left: -60px;
    top: 225px;
}
.home5-featured .featured5-pro .owl-nav button.owl-next{
    right: -60px;
    top: 225px;
}
.home5-category .home5-cate-image .owl-nav,
.home5-blog .blog5 .owl-nav{
    /* position: absolute;
    bottom: -55px;
    right: 0px;
    margin: 0px; */
}
.home5-category .home5-cate-image .owl-nav button,
.home5-blog .blog5 .owl-nav button{
    background-color: #9f9f9f;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    /* background-color: #f5ab1e; */
    color: #fff;
    font-size: 30px;
    margin: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.home5-category .home5-cate-image .owl-nav .owl-prev{
    left: -24px;
    top: 180px;
}

.home5-category .home5-cate-image .owl-nav .owl-next{
    right: -24px;
    top: 180px;
}

.home5-category .home5-cate-image .owl-nav button:hover,
.home5-blog .blog5 .owl-nav button:hover{
    background-color: #00000026;
    color: #ee433f;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.home5-category .home5-cate-image .owl-nav button.owl-prev,
.home5-blog .blog5 .owl-nav button.owl-prev{
    margin-right: 55px;
}
/* top notification css */
.top-5.other-page{
    position: unset;
}
/* .top-5{
   padding-top: 25px;
} */
.header-style-5{
    position: unset;
}
.top-5 .top-content{
    position: absolute;
    top: 0px;
    z-index: 1;
}
.top-5 ul.top-home{
    color: #666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
}
/* top offer css */
.top-5 ul.top-home li.top-home-li.t-content p{
    color: #333;
}
.top-5 ul.top-home li.top-home-li.t-content p span.shop-offer{
    font-weight: 600;
    animation: blinker .7s infinite;
}
@keyframes blinker{
    50%{
        color: #f5ab1e;
    }
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li{
    position: relative;
    margin-left: 15px;
    padding: 10px 0px;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li:first-child{
    margin-left: 0px;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li a{
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li a img{
    margin-right: 4px;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li i{
    margin-left: 6px;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account,
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li:hover ul.account,
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li:hover ul.currency{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account,
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency{
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account{
    padding: 10px 0px;
    width: 160px;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency{
    padding: 10px 0px;
    min-width: 90px;
}
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.account li,
.top-5 ul.top-home li.top-home-li ul.top-dropdown li.top-dropdown-li ul.currency li{
    padding: 5px 15px;
}
/* header top css */
.header-main{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-main-area .header-main .header-element.logo {
    width: 15%;
}
.header-main-area .header-main .menu-area{
   text-align: center;
}
.header-main-area {
    border-top: 1px solid#c7c7c7;
}
.header-main-area.is-sticky{
    background-color: #ffffff;
}
@media (max-width: 1199px){
    .header-main-area.is-sticky{
      background-color: #ffffff;
    }
}
.header-main-area.is-sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 8;
    width: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-150px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* menu css */
.top-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* main-menu css */
.megamenu-content .mainwrap ul.main-menu {
    display: flex;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title{
    display: block;
    position: relative;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    /* text-transform: capitalize; */
}
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title i{
    font-size: 14px;
    margin-left: 4px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    color: #363636;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title:hover {
    color: #ed3338;
    font-weight: 600;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.active {
    color: #ed3338;
    font-weight: 600;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title span.hot{
    color: #fff;
    font-size: 9px;
    padding: 2px 4px;
    position: absolute;
    right: 7px;
    top: -12px;
    background-color: #ee433f;
    transform: translateX(100%);
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title span.sp-link-title span.hot::before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    border-left: 4px solid #ee433f;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link a.link-title.link-title-lg{
    display: none;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu.collapse:not(.show){
    display: block;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu.collapse:not(.show),
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu.collapse:not(.show){
    display: flex;
    flex-wrap: wrap
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu{
    position: absolute;
    top: calc(100% + 20px);
    padding: 15px 0px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.megamenu-content .mainwrap ul.main-menu li.menu-link:hover ul.dropdown-submenu{
    top: calc(100% + 0px);
    opacity: 1;
    visibility: visible;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu,
.megamenu-content .mainwrap ul.main-menu li.menu-link:hover ul.dropdown-submenu{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu{
    left: auto;
    min-width:  145px;
    border-radius: 2px;
    text-align: initial;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu{
    width: 100%;
    left: 0;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu{
    width: 100%;
    left: 0px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu li.submenu-li{
    margin-top: 10px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu li.submenu-li:first-child{
    margin-top: 0px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu li.submenu-li a.submenu-link{
    width: 100%;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li{
    width: 25%;
    padding: 0px 15px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li h2.sublink-title{
    font-size: 14px;
    margin-bottom: 10px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li a.sublink-title.sublink-title-lg{
    display: none;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu.collapse:not(.show){
    display: block;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.mega-menu li.megamenu-li ul.dropdown-supmenu li.supmenu-li{
    margin-top: 10px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner{
    width: 33.33%;
    padding: 0px 15px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a{
    position: relative;
    overflow: hidden;
    display: block;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img:hover img{
    transform: scale(1.1);
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img img,
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-img:hover img{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.banner-menu li.menu-banner a.menu-banner-title{
    margin-top: 10px;
    text-align: center;
}
/* blog menu */
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li{
    position: relative;
    padding: 0px 15px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li a.g-l-link{
    width: 100%;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li a.g-l-link i{
    float: right;
    font-size: 17px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li a.sub-link{
    display: none;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1.collapse:not(.show){
    display: block;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1{
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateX(100%);
    min-width: 145px;
    padding: 10px 0px;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1.ex-width{
    min-width: 200px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li:hover ul.blog-style-1{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a{
    width: 100%;
    padding: 5px 15px;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a i{
    font-size: 17px;
    float: right;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li a.blog-sub-style{
    display: none;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li ul.grid-style.collapse:not(.show){
    display: block;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li ul.grid-style{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 0px;
    min-width: 155px;
    transform: translateX(100%);
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li{
    position: relative;
}
.megamenu-content .mainwrap ul.main-menu li.menu-link ul.dropdown-submenu.sub-menu li.submenu-li ul.blog-style-1 li:hover ul.grid-style{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* navbar-toggler css */
button.navbar-toggler{
    padding: 0;
    border: none;
}
button.navbar-toggler span.line{
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
}
button.navbar-toggler span.line,
button.navbar-toggler span.line::before,
button.navbar-toggler span.line::after{
    width: 20px;
    height: 2px;
    display: block;
    background-color: #000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
button.navbar-toggler span.line::before,
button.navbar-toggler span.line::after{
    content: '';
    position: absolute;
}
button.navbar-toggler span.line::before{
    top: 8px;
}
button.navbar-toggler span.line::after{
    top: -8px;
}
.header-main-area .header-main .header-element.right-block-box {
    width: 0%;
}
.header-main .header-element.right-block-box ul.shop-element li.nav-toggler{
    display: none;
    line-height: 0;
}
.header-main-area .header-main .header-element.right-block-box ul.shop-element li.search-wrap{
    position: relative;
}
.header-main-area .header-main .header-element.right-block-box ul.shop-element li.search-wrap .search-rap a.search-popuup{
    display: block;
    font-size: 30px;
    line-height: 0;
}
/* right block css */
.right-block-box {
    display: flex;
    justify-content: flex-end;
}
.right-block-box ul.shop-element {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    width: 100%;
}
.right-block-box ul.shop-element li.side-wrap {
    position: relative;
    margin-left: 30px;
}
.right-block-box ul.shop-element li.side-wrap:first-child{
    margin-left: 0;
    margin-top: 10px;
}
.right-block-box ul.shop-element li.user-wrap .acc-desk {
    display: flex;
    align-items: center;
}
.right-block-box ul.shop-element li.user-wrap .acc-desk .user-icon a.user-icon-desk {
    display: block;
    font-size: 30px;
    line-height: 0;
}
.right-block-box ul.shop-element li.user-wrap .acc-desk .user-icon a.user-icon-desk, .right-block-box ul.shop-element li.user-wrap .acc-desk:hover .user-icon a.user-icon-desk {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}
.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info span.acc-title {
    color: #f5ab1e;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login {
    display: flex;
    margin-top: 7px;
}
.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login a {
    color: #000;
    font-size: 11px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #c3c3c3;
    line-height: 1;
}
.right-block-box ul.shop-element li.user-wrap .acc-desk .user-info .account-login a:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
    font-size: 20px;
}
.right-block-box ul.shop-element li.user-wrap .acc-mob {
    display: none;
}
/* wishlist css */
.wishlist-wrap a.header-wishlist{
    display: block;
    position: relative;
}
.wishlist-wrap a.header-wishlist span.wishlist-icon{
    display: block;
    font-size: 30px;
    line-height: 0px;
    margin-right: 10px;
}
.wishlist-wrap a.header-wishlist span.wishlist-counter{
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 0px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f5ab1e;
    font-weight: 500;
    border-radius: 100%;
}
/* cart css */
.shopping-widget .shopping-cart a.cart-count{
    display: block;
}
.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap span.cart-icon{
    font-size: 30px;
    margin-right: 10px;
    display: block;
    line-height: 0px;
}
.shopping-widget .shopping-cart a.cart-count span.cart-icon-wrap span.bigcounter{
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 21px;
    top: 0px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f5ab1e;
    font-weight: 500;
    border-radius: 100%;
}
/* mini cart css */
.mini-cart{
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 16px 26px -10px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}
.mini-cart.show{
    right: 0px;
    opacity: 1;
    visibility: visible;
}
.mini-cart,
.mini-cart.show{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.mini-cart a.shopping-cart-close{
    position: absolute;
    top: 15px;
    right: 10px;
    line-height: 0px;
}
.mini-cart .cart-item-title p{
    padding: 10px 15px;
    font-weight: 600;
}
.mini-cart .cart-item-title p span.cart-count-item{
    color: #f5ab1e;
}
.mini-cart ul.cart-item-loop{
    max-height: calc(100% - 219px);
    overflow-y: auto;
    border-top: 1px solid #eee;
    scrollbar-width: thin;
    -webkit-scrollbar-width: thin;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar{
    width: 5px;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar-track{
    background-color: #eee;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb{
    background-color: #c1c1c1;
}
.mini-cart ul.cart-item-loop::-webkit-scrollbar-thumb:hover{
    background-color: #f5ab1e;
}
.mini-cart ul.cart-item-loop li.cart-item{
    display: flex;
    padding: 15px;
    border-top: 1px solid #eee;
}
.mini-cart ul.cart-item-loop li.cart-item:first-child{
    border-top: none;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-img{
    width: 60px;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-title{
    width: calc(100% - 75px);
    margin-left: 15px;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-title h6{
    font-size: 14px;
    width: 100%;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-title h6 a{
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-title .cart-pro-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
    line-height: 1;
}
.mini-cart ul.cart-item-loop li.cart-item .cart-title .cart-pro-info .cart-qty-price span.price-box{
    font-weight: 600;
}
.mini-cart ul.subtotal-title-area{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}
.mini-cart ul.subtotal-title-area li.subtotal-info{
    padding: 10px 15px;
    border-top: 1px solid #eee;
}
.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles h6{
    font-size: 14px;
    font-weight: 600;
}
.mini-cart ul.subtotal-title-area li.subtotal-info .subtotal-titles .subtotal-price{
    color: #f5ab1e;
    margin-top: 0;
    font-weight: 600;
}
.mini-cart ul.subtotal-title-area li.mini-cart-btns{
    padding: 15px;
    border-top: 1px solid #eee;
}
.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns{
    display: flex;
    flex-direction: column;
}
.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns a{
    width: 100%;
    margin-top: 15px;
}
.mini-cart ul.subtotal-title-area li.mini-cart-btns .cart-btns a:first-child{
    margin-top: 0;
}
/* header-bottom css */
.header-bottom-area{
    background-color: #fff;
    display: none;
}
.header-bottom-area .main-menu-area{
    position: relative;
}
.header-bottom-area .main-menu-area .main-navigation{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-bottom-area .main-menu-area .main-navigation .navbar-collapse{
    width: 75%;
}
.header-bottom-area .main-menu-area .main-navigation .img-hotline{
    width: 25%;
}
/* box-header css */
.main-menu-area .main-navigation .box-header{
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    line-height: 0;
}
.main-menu-area .main-navigation .box-header button{
    font-size: 18px;
    background-color: transparent;
    line-height: 0;
}
/* search model css */
.search-model .modal.fade{
    padding-right: 0px !important;
}
.search-model .modal.fade .modal-dialog{
    margin: 0px;
    max-width: 100%;
}
.search-model .modal.fade .modal-dialog .modal-content{
    background-color: #fff;
    border: none;
    border-radius: 0px;
}
.search-model .modal.fade .modal-dialog .modal-content .modal-body{
    display: flex;
    align-items: center;
    padding: 10px 0px;
}
.search-model .modal.fade .modal-dialog .modal-content .modal-body .search-content{
    display: flex;
    align-items: center;
}
.search-model .modal.fade .modal-dialog .modal-content .modal-body .search-content .search-engine{
    width: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.search-model .modal.fade .modal-dialog .modal-content .modal-body .search-content .search-engine input{
    height: 40px;
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
}
.search-model .modal.fade .modal-dialog .modal-content .modal-body .search-content .search-engine button.search-btn{
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: #222;
    border: none;
    border-radius: 3px;
    line-height: 0;
}
.search-model .modal.fade .modal-dialog .modal-content .modal-body .search-content button.close{
    float: none;
    display: block;
    background-color: transparent;
    color: #000;
    font-size: 18px;
    margin-left: 10px;
    opacity: 1;
    line-height: 0;
}
.search-model .modal.fade .modal-dialog .modal-content .modal-body .search-content button.close:hover{
    color: #f5ab1e;
}
/* slider css */
.home-slider-5 .home-slider-main-5 .home5-slider{
    z-index: 0;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back{
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content{
   position: absolute;
    bottom: 28%;
    left: 15%;
    transform: translateY(55%);
    width: 70%;
    text-align: center;
}
.home-slider-5 .home-slider-main-5 .home5-slider .owl-item.active .img-back .h-s-content h3,
.home-slider-5 .home-slider-main-5 .home5-slider .owl-item.active .img-back .h-s-content h1,
.home-slider-5 .home-slider-main-5 .home5-slider .owl-item.active .img-back .h-s-content a{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.home-slider-5 .home-slider-main-5 .home5-slider .owl-item.active .img-back .h-s-content h1{
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-delay: 1.0s;
    animation-duration: 1.0s;
}
.home-slider-5 .home-slider-main-5 .home5-slider .owl-item.active .img-back .h-s-content h3{
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    animation-duration: 1.3s;
}
.home-slider-5 .home-slider-main-5 .home5-slider .owl-item.active .img-back .h-s-content a{
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.3s;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content h1{
    color: #fff;
    font-size: 42px;
    line-height: 1;
    letter-spacing: 1px;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content p{
    color: #fff;
    line-height: 1.3;
    font-size: 17px;
    letter-spacing: 1px;
    margin-top: 12px;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content h3{
    font-size: 32px;
    margin-top: 26px;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 1px;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content a.ban-btn{
    color: #fff;
    margin-top: 28px;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: #ed3338;
    margin-right: 10px;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content a.ban-btn:hover{
    background-color: transparent;
    color: #fff;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content a{
    color: #fff;
    margin-top: 28px;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #ed3338;
    background-color: transparent;
    margin-right: 10px;
    border-radius: 5px;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content a:hover{
    background-color: #ed3338;
    color: #fff;
}
.home-slider-5 .home-slider-main-5 .home5-slider .img-back .h-s-content span.slider-name{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
/* slider swiper navigation css */
.home5-slider .swiper-pagination{
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: auto;
    width: auto;
    text-align: unset;
    display: grid;
    align-items: center;
    justify-content: flex-end;
}
.home5-slider .swiper-pagination .swiper-pagination-bullet{
    background-color: transparent;
    position: relative;
    width: auto;
    height: auto;
    font-size: 22px;
    margin: 0px 0px 15px 0px;
    font-weight: 700;
    opacity: 1;
    line-height: 1;
}
.home5-slider .swiper-pagination .swiper-pagination-bullet:last-child{
    margin: 0px;
}
.home5-slider .swiper-pagination .swiper-pagination-bullet:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid #000;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-slider .swiper-pagination .swiper-pagination-bullet-active:before{
    width: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-slider .swiper-pagination .swiper-pagination-bullet:focus{
    outline: none;
}
/* swiper slider arrow css */
.home5-slider .swiper-buttons button{
    background-color: #00000080;
    position: absolute;
    bottom: 45%;
    z-index: 2;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 20px;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
}
.home5-slider .swiper-buttons button:hover{
    background-color: #222;
}
.home5-slider:hover .swiper-buttons button{
    opacity: 1;
    visibility: visible;
}
.home5-slider .swiper-buttons button.swiper-prev{
    left: 0px;
}
.home5-slider:hover .swiper-buttons button.swiper-prev{
    left: 15px;
}
.home5-slider .swiper-buttons button.swiper-next{
    right: 0px;
}
.home5-slider:hover .swiper-buttons button.swiper-next{
    right: 15px;
}
/* Banner grid css */
.home5-grid-banner .organic-food-fresh-banner{
    /* display: flex; */
    align-items: center;
    /* justify-content: space-between; */
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner{
    position: relative;
    /* width: 48.33%; */
    margin-right: 30px;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner:last-child{
    margin-right: 0px;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::before,
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::after{
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    opacity: 0;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::before{
    -webkit-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::after{
    -webkit-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}
/* .home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::before{
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::after{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
} */
.home5-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover::before,
.home5-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover::after{
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::before,
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover::after,
.home5-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover::before,
.home5-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover::after{
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover{
    display: block;
    position: relative;
    overflow: hidden;
    z-index: -1;
    /* background-color: #f5f5f5; */
    border: 1px solid #ed3338;
    border-radius: 5px;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover img{
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner a.banner-hover img,
.home5-grid-banner .organic-food-fresh-banner .offer-banner:hover a.banner-hover img{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 45%;
    padding: 10px 0px;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner .banner-content{
    position: absolute;
    bottom: 50%;
    right: 20px;
    transform: translateY(50%);
    width: 45%;
    z-index: 3;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner .banner-content span{
    color: #000;
    line-height: 1;
    font-size: 35px;
    font-weight: 700;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner .banner-content p{
    color: #333;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner .banner-content a{
    color: #000;
    margin-top: 28px;
    font-size: 17px;
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 700;
    border: 1px solid #ed3338;
    background-color: transparent;
    margin-right: 10px;
    border-radius: 5px;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner .banner-content a:hover{
    color: #222;
}
.home5-grid-banner .organic-food-fresh-banner .offer-banner .banner-content a i{
    margin-left: 2px;
}
/* service css */
.home5-service .service{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed #dedede;
}
.home5-service .service .service-box {
    width: 25%;
}
.home5-service .service .service-box .s-box{
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px dashed #dedede;
}
.home5-service .service .service-box:last-child .s-box{
    border-right: none;
}
.home5-service .service .service-box .s-box i{
    font-size: 38px;
    margin-right: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-service .service .service-box .s-box:hover i{
    color: #f5ab1e;
    transform: rotateY(180deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-service .service .service-box .s-box .service-content span{
    color: #000;
    font-size: 17px;
    font-weight: 500;
}
.home5-service .service .service-box .s-box .service-content p{
    color: #999;
    margin-top: 2px;
}
/* category image css */
.home5-cate-image .items{
    margin-top: 35px;
}
.home5-cate-image .cate-image{
    /* text-align: center;
    padding: 40px 25px 20px;
    background-color: #fff;
    border-radius: 10px; */
}
.home5-cate-image .cate-image a img{
    /* border-radius: 100%; */
}
.home5-cate-image .cate-image:hover{
    box-shadow: 0px 8px 34px 0px rgba(0,0,0,.06);
}
.home5-cate-image .cate-image a img,
.home5-cate-image .cate-image a img:hover{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-cate-image .cate-image span{
    margin-top: 20px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-size: 18px;
}
.home5-cate-image .cate-image p{
    color: #f5ab1e;
    margin-top: 3px;
}
/* Swiper button css */
.pro-tab .tab-content .tab-pane {
    position: relative;
}
.pro-tab .tab-content .tab-pane {
    margin-top: -60px;
    padding-top: 60px;
}
.pro-tab .tab-content .tab-pane .swiper-buttons{
    position: absolute;
    display: flex;
    top: -10px;
    right: 0
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next,
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev{
    background-color: #f5ab1e;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next,
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev{
    position: unset;
    background-image: none;
    height: 30px;
    width: 30px;
    display: flex;
    border-radius: 3px;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    margin-top: 0px;
    box-shadow: 0px 0px 12px 0px rgba(123, 190, 70, 0.1);
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next:hover,
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev:hover {
    background-color: #fff;
    color: #f5ab1e;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}   
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next:hover,
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev:hover,
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next:focus{
    outline: none;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev{
    margin-right: 15px;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-next:after{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 800;
}
.pro-tab .tab-content .tab-pane .swiper-buttons .swiper-button-prev:after{
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 800;
}
/* our products tab css */
.pro-tab .tab-title{
    padding-right: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-tab .tab-title ul.nav.nav-tabs{
    position: relative;
    z-index: 2;
    border-bottom: none;
    justify-content: center;
    margin-bottom: 42px;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item{
    margin-right: 40px;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item:last-child{
    margin-right: 0px;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item a.nav-link{
    position: relative;
    color: #666;
    font-size: 14px;
    padding: 0px 7px;
    margin-bottom: 0px;
    text-transform: uppercase; 
    border: none;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item a.nav-link.active,
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item a.nav-link:hover{
    border: none;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item a.nav-link.active{
    color: #f5ab1e;
}
.pro-tab .tab-title ul.nav.nav-tabs li.nav-item a.nav-link.active:after{
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: -5px;
    width: 5px;
    height: 5px;
    border-radius: 25px;
}
.tab-product .tred-pro{
    position: relative;
}
.tab-product .tred-pro .Pro-lable span.p-text,
.tab-product .tred-pro .Pro-lable span.p-discount{
    position: absolute;
    top: 5px;
    font-size: 13px;
    color: #fff;
    padding: 2px 10px 2px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
.tab-product .tred-pro .Pro-lable span.p-text{
    left: 5px;
    background-color: #f5ab1e;
}
.tab-product .tred-pro .Pro-lable span.p-discount{
    right: 5px;
    background-color: #f4ab1e;
}
.tab-product .tab-caption{
    margin-top: 15px;
}
.tab-product .tab-caption .pro-icn{
    margin-top: 8px;
}
.tab-product .tab-caption .pro-icn a.w-c-q-icn i{
    background-color: #f5ab1e;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.tab-product .tab-caption h3{
    font-size: 14px;
    font-weight: 400;
}
.tab-product .tab-caption h3 a{
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-product .tab-caption .rating{
    margin-top: 14px;
    line-height: 1;
}
.about-breadcrumb .about-back {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    height: 370px;
    padding-bottom: 40px;
}
.about-breadcrumb .about-back .about-l ul.about-link {
    text-align: center;
}
.about-breadcrumb .about-back .about-l ul.about-link li.go-home h3 {
    font-size: 42px;
    color: #fff;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
}
.about-breadcrumb .about-back .about-l ul.about-link li.go-home a::after {
    background-color: #333;
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0px;
    left: 0px;
    width: 3px;
    height: 15px;
    margin: 0 auto;
}
.about-breadcrumb .about-back .about-l ul.about-link li.about-p {
    padding-top: 0px;
}
.about-breadcrumb .about-back .about-l ul.about-link li.about-p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.about-content .about-title {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.about-content .about-title h1 {
    font-size: 42px;
    line-height: 1;
}
.about-content .about-title p {
    margin-top: 20px;
    font-size: 17px;
    line-height: 22px;
    color: #000;
}
.about-content .about-img img{
    width: 50%;
    margin-bottom: -200px;
}

.bg-para {
    background-color: #f5f5f5;
    padding-top: 180px;
    padding-bottom: 50px;
}
.bg-para .about-details p{
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-bottom: 15px;
}
.obj-content {
    text-align: center;
}
.obj-width {
    max-width: 300px;
}
.obj-content .obj-img img{
   width: 65%;
}
.obj-content .obj-text {
    margin-top: 10px;
}
.tab-product .tab-caption .rating i{
    color: #ccc;
    font-size: 14px;
    margin-right: 5px;
}
.tab-product .tab-caption .rating i.b-star,
.tab-product .tab-caption .rating i.c-star,
.tab-product .tab-caption .rating i.d-star,
.tab-product .tab-caption .rating i.e-star{
    color: #ffb503;
}
.tab-product .tab-caption .rating i:last-child{
    margin-right: 0px;
}
.tab-product .tab-caption .pro-price{
    margin-top: 16px;
}
.tab-product .tab-caption .pro-price span.new-price{
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 1;
}
.tab-product .tab-caption .pro-price span.old-price{
    color: #999;
    font-size: 14px;
    line-height: 1;
}
/* additional image css */
.tab-product .tred-pro .tr-pro-img a img.additional-image{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}
.tab-product .tred-pro:hover .tr-pro-img a img.additional-image{
    opacity: 1;
    visibility: visible;
}
.tab-product .tred-pro:hover ul.contdown_row{
    opacity: 0;
    visibility: hidden;
}
.tab-product .tred-pro .tr-pro-img a img.additional-image,
.tab-product .tred-pro:hover .tr-pro-img a img.additional-image{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.expertise {
    background-color: #f6dac2;
    padding: 40px 0px 0px;
    border-radius: 15px;
}
.expertise .exper-img {
    text-align: center;
    margin-top: 20px;
}
.expertise .exper-img img{
   width: 85%;
}
.expertise .expert-content {
    padding: 0px 70px 15px 15px;
}
.expertise .expert-content .expert-text p{
   font-size: 16px;
   line-height: 22px;
   /* text-align: justify; */
   color: #000;
   margin-top: 10px;
}
/* deal of the day css */
.deal5-back{
    position: relative;
    height: 395px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.deal5-back .deal-area5{
    /* max-width: 427px;
    text-align: center; */
}
.deal5-back .deal-area5 .deal-content h2{
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}
.deal5-back .deal-area5 .deal-content span.deal-slogan{
    color: #fff;
    font-size: 17px;
    margin-top: 5px;
    line-height: 22px;
    font-weight: 400;
    margin-right: 55px;
}
.deal5-back .deal-area5 .deal-content h2 span{
    background-color: #f5ab1e;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px 2px 15px;
    font-weight: 400;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
/* timer */
.deal-day5{
    padding-bottom: 0px;
    padding-top: 50px;
}
.deal5-back .deal-area5 ul.contdown_row{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
}
.deal5-back .deal-area5 ul.contdown_row li.countdown_section{
    position: relative;
    margin-right: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.deal5-back .deal-area5 ul.contdown_row li.countdown_section:last-child{
    margin-right: 0px;
}
.deal5-back .deal-area5 ul.contdown_row li.countdown_section:after{
    content: ":";
    position: absolute;
    right: -22px;
    bottom: 50%;
    transform: translateY(50%);
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.deal5-back .deal-area5 ul.contdown_row li.countdown_section:last-child:after{
    display: none;
}
.deal5-back .deal-area5 ul.contdown_row li.countdown_section span.countdown_timer{
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.deal5-back .deal-area5 ul.contdown_row li.countdown_section span.countdown_title{
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
    text-transform: uppercase;
    display: inline-block;
}
.deal5-back .deal-area5 a{
    margin-top: 35px;
}
/*exclusive products css*/
.deal5-back2{
    position: relative;
    height: 490px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.deal5-back2 .deal-area5{
    max-width: 450px;
    margin-left: 10%;
}
.deal5-back2 .deal-area5 .deal-content h2{
    color: #000;
    font-size: 42px;
    font-weight: 600;
}
.deal5-back2 .deal-area5 .deal-content span.deal-slogan{
    color: #000;
    font-size: 17px;
    margin-top: 5px;
    line-height: 22px;
    font-weight: 400;
    margin-right: 55px;
}
.deal5-back2 .deal-area5 .deal-content h2 span{
    background-color: #f5ab1e;
    color: #fff;
    font-size: 13px;
    padding: 2px 5px 2px 15px;
    font-weight: 400;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
/* timer */
.deal5-back2 .deal-area5 ul.contdown_row{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
}
.deal5-back2 .deal-area5 ul.contdown_row li.countdown_section{
    position: relative;
    margin-right: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.deal5-back2 .deal-area5 ul.contdown_row li.countdown_section:last-child{
    margin-right: 0px;
}
.deal5-back2 .deal-area5 ul.contdown_row li.countdown_section:after{
    content: ":";
    position: absolute;
    right: -22px;
    bottom: 50%;
    transform: translateY(50%);
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
.deal5-back2 .deal-area5 ul.contdown_row li.countdown_section:last-child:after{
    display: none;
}
.deal5-back2 .deal-area5 ul.contdown_row li.countdown_section span.countdown_timer{
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.deal5-back2 .deal-area5 ul.contdown_row li.countdown_section span.countdown_title{
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
    text-transform: uppercase;
    display: inline-block;
}
.deal5-back2 .deal-area5 a{
    margin-top: 35px;
}
/* featured Products css */
.tred-pro{
    position: relative;
}
.tred-pro .tr-pro-img a{
    display: block;
}
.tred-pro .tr-pro-img a img{
    backface-visibility: hidden;
}
.tred-pro:hover ul.contdown_row{
    opacity: 0;
    visibility: hidden;
}
.tred-pro .Pro-lable span.p-text,
.tred-pro .Pro-lable span.p-discount{
    position: absolute;
    top: 5px;
    font-size: 13px;
    color: #fff;
    padding: 2px 10px 2px 15px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
.tred-pro .Pro-lable span.p-text{
    left: 5px;
    background-color: #f5ab1e;
}
.tred-pro .Pro-lable span.p-discount{
    right: 5px;
    background-color: #e30514;
}
.tred-pro .pro-icn{
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0px auto;
}
.tred-pro .pro-icn a.w-c-q-icn:first-child{
    transform: translateX(40px);
}
.tred-pro .pro-icn a.w-c-q-icn:last-child{
    transform: translateX(-40px);
}
.tred-pro:hover .pro-icn a.w-c-q-icn:first-child{
    margin-right: 15px;
}
.tred-pro:hover .pro-icn a.w-c-q-icn:last-child{
    margin-left: 15px;
}
.tred-pro:hover .pro-icn a.w-c-q-icn{
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.tred-pro .pro-icn a.w-c-q-icn{
    background-color: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
}
.tred-pro:hover .pro-icn a.w-c-q-icn{
    position: relative;
    opacity: 1;
    visibility: visible;
}
.tred-pro .pro-icn a.w-c-q-icn:hover{
    color: #f5ab1e;
}
.caption{
    padding-top: 15px;
}
.caption h3{
    font-size: 14px;
    font-weight: 400;
}
.caption h3 a{
    display: block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caption .rating{
    margin-top: 11px;
}
.caption .rating i{
    color: #ccc;
    font-size: 14px;
    margin-right: 5px;
}
.caption .rating i.b-star,
.caption .rating i.c-star,
.caption .rating i.d-star,
.caption .rating i.e-star{
    color: #ffb503;
}
.caption .rating i:last-child{
    margin-right: 0px;
}
.caption .pro-price{
    margin-top: 10px;
}
.caption .pro-price span.new-price{
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 1;
}
.caption .pro-price span.old-price{
    color: #999;
    font-size: 13px;
    line-height: 1;
}
/* additional image css */
.tred-pro .tr-pro-img a img.additional-image{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
}
.tred-pro:hover .tr-pro-img a img.additional-image{
    opacity: 1;
    visibility: visible;
}
.tred-pro .tr-pro-img a img.additional-image,
.tred-pro:hover .tr-pro-img a img.additional-image{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* blog css */
.home5-blog .blog5 .blog-start .blog-image a{
    display: block;
}
.home5-blog .blog5 .blog-start .blog-content .blog-date-comment{
    background-color: #f5ab1e;
    color: #fff;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
}
.home5-blog .blog5 .blog-start .blog-content .blog-date-comment a{
    color: #fff;
    display: flex;
    align-items: center;
}
.home5-blog .blog5 .blog-start .blog-content .blog-date-comment a i{
    margin-right: 5px;
}
.home5-blog .blog5 .blog-start .blog-content .blog-title h6{
    font-size: 16px;
    margin-top: 23px;
}
.home5-blog .blog5 .blog-start .blog-content .blog-title h6 a{
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home5-blog .blog5 .blog-start .blog-content p.blog-description{
    margin-top: 16px;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog{
    margin-top: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog a.read-link{
    color: #f5ab1e;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog a.read-link i{
    padding-left: 5px;
    font-size: 12px;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog a.read-link i,
.home5-blog .blog5 .blog-start .blog-content .more-blog a.read-link:hover i{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog a.read-link:hover i{
    margin-left: 8px;
}
.home5-blog .blog5 .blog-start .blog-content .more-blog span.blog-admin span.blog-editor{
    font-weight: 600;
}
.home5-blog .all-blog5{
    text-align: center;
    margin-top: 30px;
}
/* quick view css */
.quick-view .modal .modal-dialog{
    max-width: 650px;
    background-color: #fff;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
}
.quick-view .modal .modal-dialog .modal-content{
    border: none;
}
.quick-view .modal .modal-dialog .modal-content .modal-header{
    width: 100%;
    padding: 15px;
    float: right;
    display: flex;
    align-items: center;
}
.quick-view .modal .modal-dialog .modal-content .modal-header h5{
    font-size: 16px;
    line-height: 1;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area{
    padding: 15px;
    display: flex;
    align-items: flex-start;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-image{
    width: 50%;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-image ul.quick-slider{
    margin-top: 15px;
    border-bottom: none;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-image ul.quick-slider li{
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-image ul.quick-slider li a{
    padding: 0px;
    border: none;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption{
    width: calc(50% - 15px);
    margin-left: 15px;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption h4{
    font-size: 18px;
    line-height: 1;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .quick-price{
    margin-top: 12px;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .quick-price span.new-price{
    margin-right: 5px;
    font-size: 15px;
    font-weight: 700;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .quick-price span.old-price{
    color: #999;
    font-size: 14px;
    font-weight: 500;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .quick-rating{
    margin-top: 14px;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .quick-rating i{
    font-size: 16px;
    color: #999;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .quick-rating i.c-star{
    color: #f5ab1e;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .pro-description p{
    color: #8e8e8e;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 9px;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .pro-size{
    margin-top: 13px;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .pro-size label{
    font-weight: 600;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .pro-size select{
    margin-left: 10px;
    padding: 6px 12px;
    border: 1px solid #eee;
    border-radius: 4px;
    text-transform: uppercase;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .plus-minus{
    margin-top: 18px;
    display: flex;
    align-items: center;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .plus-minus span{
    display: flex;
    border: 1px solid #eee;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .plus-minus span a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .plus-minus span input{
    width: 50px;
    height: 30px;
    padding: 0px;
    text-align: center;
    border-top: none;
    border-bottom: none;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .plus-minus a.quick-cart,
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .plus-minus a.quick-wishlist{
    width: 40px;
    height: 40px;
    background-color: #f5ab1e;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f5ab1e;
    border-radius: 4px;
}
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .plus-minus a.quick-cart:hover,
.quick-view .modal .modal-dialog .modal-content .quick-veiw-area .quick-caption .plus-minus a.quick-wishlist:hover {
    color: #f5ab1e;
    background-color: transparent;
}
/* header style-5 products css */
.headre-style-5-pro{
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.headre-style-5-pro .header-product{
    width: calc(25% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.headre-style-5-pro .header-product:nth-child(1),
.headre-style-5-pro .header-product:nth-child(2),
.headre-style-5-pro .header-product:nth-child(3),
.headre-style-5-pro .header-product:nth-child(4){
    margin-top: 0px;
}
.headre-style-5-pro .header-product .caption .rating{
    margin-top: 10px;
}
/* footer style-5 products css */

.footer-style-5-pro{
    display: flex;
    flex-wrap: wrap;
    margin-left: -30px;
}
.footer-style-5-pro .header-product{
    width: calc(50% - 30px);
    margin-left: 30px;
    margin-top: 30px;
}
.footer-style-5-pro .header-product:nth-child(1),
.footer-style-5-pro .header-product:nth-child(2){
    margin-top: 0px;
}
.footer-style-5-pro .header-product .caption .rating{
    margin-top: 10px;
}
.footer-style-5-pro .header-product{
    display: flex;
    flex-wrap: wrap;
    padding-top: 0px;
}
.footer-style-5-pro .header-product .tred-pro{
    width: 40%;
}
.footer-style-5-pro .header-product .caption{
    width: calc(60% - 20px);
    margin-left: 20px;
    padding-top: 0px;
    text-align: left;
}
.footer-style-5-pro .header-product .caption h3 a{
    font-weight: 600;
}
.footer-style-5-pro .header-product .caption span.pro-des{
    margin-top: 7px;
}
.footer-style-5-pro .header-product .caption .pro-icn{
    position: unset;
    margin-top: 13px;
}
.footer-style-5-pro .header-product .caption .pro-icn a.w-c-q-icn{
    background-color: #fff;
    color: #333;
    width: 40px;
    height: 40px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    line-height: 0px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer-style-5-pro .header-product .caption .pro-icn a.w-c-q-icn:hover {
    background-color: #f5ab1e;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/*--------------------------
footer css
---------------------------*/
/* company detail css */
.footer-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.news-5{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.news-5 .news-content {
    margin-bottom: 24px;
}
.news-5 .news-content h2{
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.news-5 .news-content span{
    margin-top: 7px;
}
.news-5 form{
    position: relative;
    width: 65%;
    margin: 0 auto;
}
.news-5 form input{
    position: relative;
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 12px 15px;
    border-radius: 3px;
    font-weight: 400;
    border: none;
}
.news-5 form a{
    position: absolute;
    top: 0px;
    right: 0px;
}
.footer5 {
    background-color: #fff;
    padding-top: 30px;
}
.home5-footer{
    /* display: flex;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e2e2e2; */
}

.f-logo li{
    text-align: center;
}

.f-logo img{
    width: 80%;
}

.footer-line{
border-bottom: 1px solid #7a7a7a
}
.footer-links ul{
    display: flex;
}
.footer-links ul li{
    font-size: 15px;
    /* display: block; */
    position: relative;
    padding: 19px 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    /* text-transform: capitalize; */
}

.f-line{
    border-top: 1px solid #7a7a7a;
    margin-top: 17px;
}

.footer-links ul li a{
    /* color: red; */
    color: #000;
}
.footer-links ul li a:hover,
.footer-links ul li a.active{
    color: red;
}
.footer-bottom p{
    /* color: red; */
    color: #000;
    line-height: 1.4;
    font-size: 16px;
}
.f-link ul.f-link-ul li.f-links-ul-li:first-child {
    padding-top: 0px;
    border-top: none;
}
.f-link ul.f-link-ul li.f-links-ul-li a {
    /* color: red; */
    color: #000;
    font-size: 17px;
}
.f-social3 {
    display: inline-flex;
    padding-top: 8px;
    /* justify-content: center; */
}
.f-social3 a.f-icn-link3 {
    color: #000;
    width: 35px;
    font-size: 21px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 100%;
}
.f-social3 a.f-icn-link3:hover {
    background-color: #FFF;
    color: #ed3338;
}
.subscribe-area {
    position: relative;
    text-align: end;
}
.subscribe-area input {
    width: 75%;
    padding: 8px 16px;
    /* margin-top: 8px; */
    border-radius: 5px;
    height: 45px;
    background-color: #f7f7f7;
    border-color: #eee;
}
.subscribe-area button {
    margin-top: 15px;
    border-radius: 5px;
    margin-left: 125px;
}
.subscribe-area p{
    color: white;
    font-size: 16px;
    margin-right: 10px;
}
/* .f-logo{
    width: 25%;
} */
.f-logo ul.footer-ul li.footer-li.footer-contact {
    margin-top: 16px;
}
.f-logo ul.footer-ul li.footer-li.footer-contact.footer-map {
    margin-top: 9px;
} 
.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul {
    display: flex;
    align-items: center;
}
.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-icon i {
    color: #f5ab1e;
    font-size: 26px;
}
.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-info {
    margin-left: 20px;
}   
.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-info a {
    margin-top: 5px;
    display: block;
}
.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-info a:first-child {
    margin-top: 0px;
}
.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-info span {
    margin-top: 5px;
    display: block;
}
.f-logo ul.footer-ul li.footer-li.footer-contact ul.f-ul-li-ul li.footer-info span:first-child {
    margin-top: 0px;
}
/* footer bottom css */
.footer-bottom{
    /* width: 75%; */
}
.footer-link{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
}
.footer-link .f-link{
    width: calc(25% - 30px);
    margin-left: 30px;
}
.footer-link .f-link .h-footer{
    color: #f5ab1e;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.footer-link .f-link a.h-footer{
    display: none;
}
.footer-link .f-link .collapse:not(.show){
    display: block;
    margin-top: 25px;
}
.footer-link .f-link ul.f-link-ul li.f-link-ul-li{
    padding-top: 16px;
    line-height: 1;
}
.footer-link .f-link ul.f-link-ul li.f-link-ul-li:first-child {
    padding-top: 0px;
}
.footer-link .f-link ul.f-link-ul li.f-link-ul-li a{
    color: #000;
}
.footer-link .f-link ul.f-link-ul li.f-link-ul-li a:hover{
    color: #f5ab1e;
}
/* footer copyright css */
.footer-copyright{
    padding: 15px 0 30px;
    background-color: #fff;
}
.footer-copyright ul.f-bottom{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.footer-copyright ul.f-bottom li.f-c{
    width: 33.33%
}
.footer-copyright  p,
.footer-copyright  p a{
    /* color: red; */
    color: #000;
    font-size: 16px;
    text-align: center;
}
ul.f-bottom li.f-c ul.f-bottom li.f-copyright p{
    color: #fff;
    font-size: 13px;
}
ul.f-bottom li.f-c ul.f-bottom li.f-social{
    display: flex;
    margin: 0 auto;
}
ul.f-bottom li.f-c ul.f-bottom li.f-social a.f-icn-link{
    background-color: #fff;
    color: #f5ab1e;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
ul.f-bottom li.f-c ul.f-bottom li.f-social a.f-icn-link:last-child{
    margin-right: 0;
}
ul.f-bottom li.f-c ul.f-bottom li.f-social a.f-icn-link:hover {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.footer-copyright ul.f-bottom li.f-payment{
    text-align: right;
}
/* Testimonial css */
.testimonial-6 {
    padding: 50px 0px;
    background-image: url(../images/testimonial.webp);
    background-size: cover;
}
.testimonial-content {
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 15px;
}
/* .testimonial-6 .testi-6 .testimonial-content .testimonial-area{
    margin: 0 auto;
    display: flex;
    align-items: center;
} */
.testimonial-6 .testi-6 .testimonial-content .testimonial-area:before{
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 60px;
    font-weight: 900;
    color: #ed3338;
    /* width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    border-radius: 4px; */
}
/* .testimonial-6 .testi-6 .testimonial-content .testimonial-area:after{
    content: "";
    position: absolute;
    top: 0px;
    width: 60px;
    height: 60px;
    border: 1px solid #73841b;
    border-radius: 4px;
} */
.testimonial-6 .testi-6 .testimonial-content .testimonial-area .testi-name{
    margin-left: 15px;
}
.testimonial-6 .testi-6 .testimonial-content .testimonial-area .testi-name  span.tsti-title{
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}
.testimonial-6 .testi-6 .testimonial-content .testimonial-area .testi-name span i{
    color: #ffb503;
}
.testimonial-6 .testi-6 .testimonial-content p{
    color: #000;
    /* padding: 0px 5px; */
    font-size: 17px;
    margin-top: 22px;
}
.testimonial-6 .testi-6 .testimonial-content h6{
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
}
/* back to top css */
a.scroll {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
a.scroll.show{
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a.scroll span{
    color: #ed3338;
    font-size: 16px;
    height: 37px;
    width: 37px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #ed3338;
    border-radius: 4px;
}
a.scroll:hover span{
    color: #fff;
    background-color: #ed3338;
}
a.scroll span,
a.scroll:hover span{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
/* popup css start */
.vegist-popup .modal-dialog{
    position: absolute;
    bottom: 50%;
    transform: translateY(50%) !important;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.vegist-popup.animated{
    animation-duration: 2s;
}
.vegist-popup .modal-dialog .modal-content .modal-body{
    padding: 0px;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content{
    position: relative;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content:before{
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content a.close-btn{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 18px;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter{
    padding: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .logo-content{
    position: relative;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .logo-content h4{
    font-size: 20px;
    margin-top: 12px;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .logo-content span{
    font-size: 14px;
    font-weight: 400;
    margin-top: 7px;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .subscribe-area{
    margin-top: 24px;
    position: relative;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .subscribe-area input{
    width: 100%;
    padding: 8px 15px;
    background-color: #f7f7f7;
    border-color: #eee;
    border-radius: 4px;
}
.vegist-popup .modal-dialog .modal-content .modal-body .popup-content .pop-up-newsletter .subscribe-area a{
    margin-top: 20px;
}
/* breadcumb css */
.breadcrumb-area{
    background-color: #fafafa;
    padding: 15px 0px;
}
.breadcrumb-area .breadcrumb-start ul.breadcrumb-url{
    display: flex;
    align-items: center;
}
.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li a{
    color: #717171;
    padding-right: 8px;
    margin-right: 6px;
    border-right: 1px solid #d6d6d6;
}
.breadcrumb-area .breadcrumb-start ul.breadcrumb-url li.breadcrumb-url-li span{
    color: #f5ab1e;
    font-size: 14px;
}
/* product page css */
.o-page-top{
    position: unset;
}
.pro-page .pro-image .larg-image a.long-img{
    margin-bottom: 15px;
    cursor: crosshair;
}
.pro-page .pro-image .larg-image ul.nav.nav-tabs.pro-pag-5-slider{
    border-bottom: none;
}
.pro-page .pro-image .larg-image ul.nav.nav-tabs.pro-pag-5-slider li.nav-item a{
    padding: 0px;
    border: 1px solid transparent;
    margin-bottom: 1px;
}
.pro-page .pro-image .larg-image ul.nav.nav-tabs.pro-pag-5-slider li.nav-item a.active{
    border: 1px solid #f5ab1e;
    border-radius: 0px;
}
.pro-page .pro-image .pro-info h4{
    font-size: 21px;
    padding: 13px 0px;
}
.pro-page .pro-image .pro-info .rating {
    margin-top: 15px;
    padding-top: 19px;
    border-top: 1px solid #ededed;
}
.pro-page .pro-image .pro-info .rating i{
    color: #999;
    margin-right: 2px;
}
.pro-page .pro-image .pro-info .rating i.d-star{
    color: #f5ab1e;
}
.pro-page .pro-image .pro-info .pro-availabale{
    margin-top: 12px;
}
.pro-page .pro-image .pro-info .pro-availabale span.available{
    min-width: 105px;
    font-weight: 600;
    font-size: 18px;
}
.pro-page .pro-image .pro-info .pro-availabale span.pro-instock{
    /* color: #a84320; */
    font-weight: 600;
    font-size: 18px;
}
.pro-page .pro-image .pro-info .pro-items ul.pro-wight li a {
    color: #000000 !important;
    padding: 2px 8px;
    border: 1px solid #262525 !important;
}
.pro-page .pro-image .pro-info .pro-price{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.pro-page .pro-image .pro-info .pro-price span.new-price{
    font-size: 16px;
    font-weight: 600;
}
.pro-page .pro-image .pro-info .pro-price span.old-price{
    color: #999;
    margin-left: 5px;
}
.pro-page .pro-image .pro-info .pro-price .Pro-lable span.p-discount{
    background-color: #f5ab1e;
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
    padding: 2px 6px 2px 13px;
    transform: rotate(-35deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
}
.pro-page .pro-image .pro-info span.pro-details{
    margin-top: 20px;
    font-size: 13px;
}
.pro-page .pro-image .pro-info span.pro-details span.pro-number{
    color: #f5ab1e;
    font-weight: 600;
}
.pro-page .pro-image .pro-info p{
    margin-top: 9px;
    color: #000;
    margin-bottom: 15px;
}
.pro-page .pro-image .pro-info .pro-items{
    /* display: flex; */
    align-items: center;
    margin-top: 12px;
}
.pro-page .pro-image .pro-info .pro-items span.pro-size{
    font-size: 18px;
    font-weight: 600;
}
.pro-page .pro-image .pro-info .pro-items ul.pro-wight{
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}
.pro-page .pro-image .pro-info .pro-items ul.pro-wight li{
    margin-right: 15px;
}
.pro-page .pro-image .pro-info .pro-items ul.pro-wight li a{
    color: #adadad;
    padding: 2px 8px;
    cursor: default;
    border-bottom: 2px solid #adadad;
}
.pro-page .pro-image .pro-info .pro-items ul.pro-wight li a.active,
.pro-page .pro-image .pro-info .pro-items ul.pro-wight li a:hover{
    color: #000;
    border-color: #000;
}
.pro-page .pro-image .pro-info .product-color {
    display: flex;
    align-items: center;
    margin-top: 27px;
}
.pro-page .pro-image .pro-info .product-color span.color-label {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.pro-page .pro-image .pro-info .product-color span.color {
    margin-left: 15px;
    line-height: 1;
    display: flex;
}
.pro-page .pro-image .pro-info .product-color span.color a {
    padding: 2px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
}
.pro-page .pro-image .pro-info .product-color span.color a.active,
.pro-page .pro-image .pro-info .product-color span.color a:hover {
    border-color: #333;
}
.pro-page .pro-image .pro-info .product-color span.color a span {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}
.pro-page .pro-image .pro-info .product-color span.color a:last-child {
    margin-right: 0px;
}
.pro-page .pro-image .pro-info .product-color span.color a:nth-child(1) span {
    background-color: #5fa800;
}
.pro-page .pro-image .pro-info .product-color span.color a:nth-child(2) span {
    background-color: #cd7752;
}
.pro-page .pro-image .pro-info .product-color span.color a:nth-child(3) span {
    background-color: #b58555;
}
.pro-page .pro-image .pro-info .pro-qty{
    display: flex;
    align-items: center;
    margin-top: 27px;
}
.pro-page .pro-image .pro-info .pro-qty span.qty{
    font-weight: 600;
}
.pro-page .pro-image .pro-info .pro-qty .plus-minus{
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}
.pro-page .pro-image .pro-info .pro-qty .plus-minus{
    margin-left: 15px;
}
.pro-page .pro-image .pro-info .pro-qty .plus-minus span{
    display: flex;
}
.pro-page .pro-image .pro-info .pro-qty .plus-minus span a {
    width: 30px;
    height: 30px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-page .pro-image .pro-info .pro-qty .plus-minus input{
    width: 50px;
    height: 30px;
    border-top: none;
    border-bottom: none;
    padding: 0;
    border-top: none;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.pro-page .pro-image .pro-info .pro-btn{
    margin-top: 27px;
}
.pro-page .pro-image .pro-info .pro-btn a.btn-style1{
    margin-left: 5px;
    font-weight: 400;
}
.pro-page .pro-image .pro-info .pro-btn a.btn-style1:first-child {
    margin-left: 0px;
}
.pro-page .pro-image .pro-info .share{
    margin-top: 27px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.pro-page .pro-image .pro-info .share ul.share-icn{
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.pro-page .pro-image .pro-info .share ul.share-icn li{
    margin-right: 15px;
}
.pro-page .pro-image .pro-info .share ul.share-icn li a i{
    font-size: 18px;
}
.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-facebook{
    color: #3b5999;
}
.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-twitter{
    color: #55acee;
}
.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-instagram{
    color: #dd4b39;
}
.pro-page .pro-image .pro-info .share ul.share-icn li a i.fa-pinterest{
    color: #bd081c;
}
.pro-page .pro-image .pro-info .pay-img{
    margin-top: 22px;
}
.pro-page .pro-shipping .product-service{
    padding: 25px;
    margin-top: 30px;
    border: 1px solid #eee;
}
.pro-page .pro-shipping .product-service:first-child{
    margin-top: 0px;
}
.pro-page .pro-shipping .product-service .icon-title {
    display: flex;
    align-items: center;
}
.pro-page .pro-shipping .product-service .icon-title span{
    color: #f5ab1e;
    font-size: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pro-page .pro-shipping .product-service .icon-title span i{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.pro-page .pro-shipping .product-service .icon-title h4{
    font-size: 16px;
    margin-left: 25px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}
.pro-page .pro-shipping .product-service p{
    color: #000;
    margin-top: 18px;
}
/* product zoom css */
.pro-page .pro-image .larg-image a.long-img{
    margin-bottom: 20px;
}
.pro-page .pro-image .larg-image a.long-img figure.zoom {
     background-position: 50% 50%;
     position: relative;
     overflow: hidden;
     cursor: crosshair;
     margin-bottom: 0px;
}
.pro-page .pro-image .larg-image a.long-img figure.zoom img:hover {
     opacity: 0;
}
.pro-page .pro-image .larg-image a.long-img figure.zoom img {
     transition: opacity 0.5s;
     display: block;
     width: 100%;
}

/* tab css */
.pro-page-content .pro-page-tab ul.nav.nav-tabs{
    border-bottom: none;
    justify-content: center;
    margin-bottom: 60px;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item{
    margin-right: 40px;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item:last-child{
    margin-right: 0px;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link{
    position: relative;
    color: #666;
    font-size: 14px;
    padding: 0px 7px;
    margin-bottom: 0px;
    text-transform: uppercase;
    border: none;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link.active,
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link:hover{
    border: none;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link.active{
    color: #f5ab1e;
}
.pro-page-content .pro-page-tab ul.nav.nav-tabs li.nav-item a.nav-link.active:after{
    background-color: #f5ab1e;
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: -5px;
    width: 5px;
    height: 5px;
    border-radius: 25px;
}
.pro-page-content .pro-page-tab .tab-content iframe {
    width: 100%;
}
/* description css */
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-1content h4{
    font-size: 16px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-1content ul.tab-description{
    list-style-type: unset;
    padding-left: 15px;
    margin-top: 18px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-1content ul.tab-description li{
    margin-top: 5px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-1content ul.tab-description li:first-child {
    margin-top: 0px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-2content {
    margin-top: 17px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-2content h4{
    font-size: 16px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-2content ul.tab-description{
    list-style-type: unset;
    padding-left: 15px;
    margin-top: 18px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-2content ul.tab-description li{
    margin-top: 5px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .tab-2content ul.tab-description li:first-child {
    margin-top: 0px;
}
/* reviews css */
.pro-page-content .pro-page-tab .tab-content .tab-pane h4.reviews-title{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .customer-reviews{
    border-top: 1px solid #eee;
    margin-top: 28px;
    padding-top: 30px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .customer-reviews span.p-rating i.e-star{
    color: #f5ab1e;
    font-size: 18px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .customer-reviews p.review-desck{
    font-size: 13px;
    margin-top: 9px;
    margin-bottom: 9px;
    line-height: 1;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .customer-reviews a{
    color: #f5ab1e;
    text-decoration: underline;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .customer-reviews h4.review-head{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .customer-reviews span.reviews-editor{
    font-weight: 500;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .customer-reviews span.reviews-editor span.review-name{
    font-weight: normal;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .customer-reviews p.r-description{
    margin-top: 10px;
    line-height: 1;
    font-size: 13px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form {
    margin-top: 24px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form h4 {
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form {
    margin-top: 12px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form label {
    font-size: 14px;
    margin-top: 15px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form label:first-child {
    margin-top: 0px;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form input {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #eee;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form form textarea {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    border: 1px solid #eee;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form span {
    display: block;
    margin-top: 10px;
    line-height: 1;
}
.pro-page-content .pro-page-tab .tab-content .tab-pane .review-form span i {
    color: #ddd;
}

/* ----------------------------- daily production  */
.ram-production{
    margin-top: 30px;
}

.daily-production-section{
    padding: 50px 0px;
}

.daily-production-section p{
    font-size: 19px;
}

.ram-daily-2 h1{
    font-size: 100px;
}

.ram-daily-2 h2{
    font-size: 40px;
    margin-top: -20px;
}

.our-vision{
    background-image: url(../images/new-image/Rectangle.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vision-title{
    padding: 50px;
    
}

.vision-title h1{
    color: #fff;
    text-align: center;
}

.vision-title p{
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 20px 0px;
}

.vision-title h6{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
}

.vision-title hr{
    height: 2px;
    width: 22%;
    margin-top: 4px;
    margin-left: 39%;
    color: #fff;
}

.customer-title {
   padding: 50px 0px;
}

.our-customer-section{
    text-align: center;
}

.customer-title p{
    font-size: 19px;
}

.customer-par p{
    font-size: 18px;
    padding: 35px 0px;
}

.exhibition-title {
    padding: 40px 0px;
}

.exhibition-title h1{
    margin-top: 40px;
    text-align: center;
}

.exh-img{
    margin-top: -50px;
}

.middle-banner-images{
    background-image: url(../images/new-image/middle-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-top: 40px;
}

.logo-behind{
    background-image: url(../images/new-image/logo-behhind-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
ol.static-org-chart, ol.static-org-chart ol, ol.static-org-chart li, ol.static-org-chart li > div {
    position: relative;
}
ol.static-org-chart, ol.static-org-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.static-org-chart {
    text-align: center;
}
ol.static-org-chart ol {
    padding-top: 1em;
}
ol.static-org-chart .sec {
    padding-top: 1em;
}
ol.static-org-chart ol:before, ol.static-org-chart ol:after, ol.static-org-chart li:before, ol.static-org-chart li:after, ol.static-org-chart > li > div:before, ol.static-org-chart > li > div:after {
    background-color: #ed3338;
    content: '';
    position: absolute;
}
ol.static-org-chart ol > li {
    padding: 1em 0 0 1em;
}
ol.static-org-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}
ol.static-org-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}
ol.static-org-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}
ol.static-org-chart > li ol > li:not(:last-of-type):after {
    height: 105%;
    left: 0;
    top: 0;
    width: 3px;
}
ol.static-org-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}
ol.static-org-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}
/*** PRIMARY ***/
ol.static-org-chart > li > div {
    margin-left: 1em;
}
ol.static-org-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    left: -1em;
    width: 1em;
}
ol.static-org-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    left: -1em;
    width: 3px;
}
ol.static-org-chart > li > div + div {
    margin-top: 1em;
}
ol.static-org-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}
/*** SECONDARY ***/
ol.static-org-chart > li > ol:before {
    left: 0;
    right: inherit;
}
ol.static-org-chart > li > ol:after {
    left: 0;
    width: 100%;
}
ol.static-org-chart > li #first:after {
    width: 0%;
}
ol.static-org-chart #second:after {
    width: 0%;
}
ol.static-org-chart #second:before {
    height: 6em!important;
    left: 0!important;
    top: -5em !important;
}
ol.static-org-chart #first > li > div {
    height: 80px;
    width: 250px;
    color: #fff;
    background-color: #000053;
}
ol.static-org-chart #first > li > div > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 75em ) {
    ol.static-org-chart #second:before {
        height: 7em!important;
        left: 50%!important;
        top: 0em !important;
        width: 3px!important;
   }
    /* ol.static-org-chart {
        margin-left: -1em;
        margin-right: -1em;
   } */
   /* PRIMARY */
    ol.static-org-chart > li > div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
   }
    ol.static-org-chart > li > div:first-of-type:nth-last-of-type(2), ol.static-org-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
   }
    ol.static-org-chart > li > div:first-of-type:nth-last-of-type(3), ol.static-org-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
   }
    ol.static-org-chart > li > div:first-of-type:nth-last-of-type(4), ol.static-org-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
   }
    ol.static-org-chart > li > div:first-of-type:nth-last-of-type(5), ol.static-org-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
   }
    ol.static-org-chart > li > div:before, ol.static-org-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
   }
    ol.static-org-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
   }
    ol.static-org-chart > li > div:only-of-type:after {
        display: none;
   }
    ol.static-org-chart > li > div:first-of-type:not(:only-of-type):after, ol.static-org-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
   }
    ol.static-org-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
   }
    ol.static-org-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
   }
    ol.static-org-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
   }
   /* SECONDARY */
    ol.static-org-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
   }
    ol.static-org-chart > li > ol:before, ol.static-org-chart > li > ol > li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
   }
    ol.static-org-chart > li > ol:after {
        display: none;
   }
    ol.static-org-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
   }
    ol.static-org-chart > li > ol > li:only-of-type {
        padding-top: 0;
   }
    ol.static-org-chart > li > ol > li:only-of-type:before, ol.static-org-chart > li > ol > li:only-of-type:after {
        display: none;
   }
    ol.static-org-chart > li > ol > li:first-of-type:not(:only-of-type):after, ol.static-org-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
   }
    ol.static-org-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
   }
    ol.static-org-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
   }
    ol.static-org-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
   }
    ol.static-org-chart #first > li > div {
        height: 80px;
        width: 280px;
        left: 50px;
        color: #fff;
        background-color: #b82831;
   }
    ol.static-org-chart #first > li > div > div {
        width: 120px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
   }
}
ol.static-org-chart .staff_card {
    width: 250px !important;
    min-width: 250px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.24);
}
ol.static-org-chart .staff_title {
    height: 50px;
    text-align: center;
    background-color: #000053;
    color: #FFF;
    padding: 10px;
    font-weight: bold;
}
ol.static-org-chart .staff_info {
    height: 80px;
    padding: 5px;
}
ol.static-org-chart .staff_image img {
    border-radius: 100px;
    width: 70px;
}
ol.static-org-chart .staff_image {
    float: left;
    width: 30%;
}
ol.static-org-chart .staff_name_container {
    padding-top: 15px;
    float: right;
    width: 60%;
}
ol.static-org-chart .staff_name_label {
    color: #000053;
    font-size: 16px;
    text-align: left;
}
ol.static-org-chart .staff_name {
    font-size: 14px;
    text-align: left;
}
ol.static-org-chart #second > li > div:not(:first-child) {
    height: 60px;
    width: 250px;
    background-color: #ececec;
    color: #000053;
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 0.2rem;
}
ol.static-org-chart #second > li > div:not(:first-child) > div {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
ol.static-org-chart #second > li > div:not(:first-child):hover {
    background-color: #b3ff66;
    box-shadow: none;
}
ol.static-org-chart .staff_card + div {
    margin-top: 10px;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
    padding: 50px 0;
  }
  
  .timeline ul li {
    list-style-type: none;
    position: relative;
    width: 4px;
    margin: 0 auto;
    padding-top: 50px;
    background: #30459e;
  }
  
  .timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
  }
  
  .timeline ul li div {
    position: relative;
    bottom: 10px;
    width: 400px;
    padding: 35px;
    color: #fff;
    border-radius: 20px 20px 20px 0px;
    background: #1d2b6a;
  }
  
  /* .timeline ul li div::before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
  } */
  
  .timeline ul li:nth-child(odd) div {
    left: 45px;
  }
  
  /* .timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #1d2b6a transparent transparent;
  } */
  
  .timeline ul li:nth-child(even) div {
    left: -439px;
    border-radius: 20px 20px 0px 20px;
  }
  
  /* .timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #1d2b6a;
  } */
  
  time {
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #fff;
  }
  
  
  /* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  .timeline ul li::after {
    transition: background 0.5s ease-in-out;
  }
  
  .timeline ul li.in-view::after {
    background: #ed3338;
  }
  
  .timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  
  .timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0);
  }
  
  .timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0);
  }
  
  .timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
  }
  
  
  /* GENERAL MEDIA QUERIES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  
  @media screen and (max-width: 900px) {
    .timeline ul li div {
      width: 250px;
    }
    .timeline ul li:nth-child(even) div {
      left: -289px;
      /*250+45-6*/
    }
  }
  
  @media screen and (max-width: 600px) {
    .timeline ul li {
      margin-left: 20px;
    }
    .timeline ul li div {
      width: calc(100vw - 91px);
    }
    .timeline ul li:nth-child(even) div {
      left: 45px;
      border-radius: 20px 20px 20px 0px;
    }
    .timeline ul li:nth-child(even) div::before {
      left: -15px;
      border-width: 8px 16px 8px 0;
      border-color: transparent #f45b69 transparent transparent;
    }
  }
  
  
  /* EXTRA/CLIP PATH STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
  
  .timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  
  .timeline-rhombus ul li div::before {
    bottom: 12px;
  }
  
  .timeline-star ul li::after {
    clip-path: polygon(
      50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%
    );
  }
  
  .timeline-heptagon ul li::after {
    clip-path: polygon(
      50% 0%,
      90% 20%,
      100% 60%,
      75% 100%,
      25% 100%,
      0% 60%,
      10% 20%
    );
  }
  
  .timeline-infinite ul li::after {
    animation: scaleAnimation 2s infinite;
  }
  
  @keyframes scaleAnimation {
    0% {
      transform: translateX(-50%) scale(1);
    }
    50% {
      transform: translateX(-50%) scale(1.25);
    }
    100% {
      transform: translateX(-50%) scale(1);
    }
  }
  .bar-main-container {
    margin: 0px 7px 15px;
    width: 85%;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    color: #FFF;
  }
  
  .wrap { 
    padding: 8px; 
}
  .wrap h5{
    font-size: 18px;
  }
  .bar-percentage {
    float: right;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 0px;
    font-size: 15px;
    font-weight: 700;
    height: 32px;
    text-align: center;
  }
  
  .bar-container {
    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 5px;
    background: #fff;
    width: 80%;
    margin: 12px 0px;
    overflow: hidden;
  }
  
  .bar {
    float: left;
    background: #000;
    height: 100%;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  
  /* COLORS */
  .azure   { background: #38B1CC; }
  .emerald { background: #2CB299; }
  .violet  { background: #8E5D9F; }
  .yellow  { background: #EFC32F; }
  .red     { background: #E44C41; }
  




  /* --------------why ram fashion--------------- */
.our-core-value{
    margin-bottom: 40px;
}
.core-value-title p{
    font-size: 16px;
    margin-bottom: 15px;
}
.core-value-details p i{
    font-size: 18px;
}

.core-value-details p {
    font-size: 16px;
    line-height: 2.5rem;
}

.core-value-details p b{
    margin-left: 20px;
    /* margin-right: 20%; */
    font-size: 16px;
}


.core-value-details #p1 { 
    text-indent: 224px; 
}
.core-value-details #p2 { 
    text-indent: 208px; 
}
.core-value-details #p3 { 
    text-indent: 255px;
}
.core-value-details #p4 { 
    text-indent: 134px;
}
.core-value-details #p5 { 
    text-indent: 206px;
}
.core-value-details #p6 { 
    text-indent: 55px;
}

.why-us{
    margin-top: 30px;
}
.why-us p{
    color: white;
    padding: 18px 0px;
    font-size: 16px;
    display: flex;
}
.why-us p i{
    font-size: 18px;
}
.why-us p span{
    margin-left: 15px;
    margin-top: -4px;
}




/* --------------------------------objective pages ------------ */
.objective-inovation{
    background-color: #f7f7f7;
}
.obj-invo{
    display: flex;
    margin-top: 80px;
    margin-bottom: 60px;
}

.objective-details{
    margin-top: 30px;
    margin-left: 30px;
}
.objective-details img,
.objective-details-2 img{
    margin-bottom: 15px;
}


.obj-invo-2{
    display: flex;
    margin-bottom: 40px;
}
.objective-details-2{
    margin-top: 30px;
}





/* ------------------- company hierarchy pages section--------------------- */
@media all and (max-width: 767px) {
    
}
.content-company .cf:before,
.content-company .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.content-company .cf:after {
    clear: both;
}

/**
        * For IE 6/7 only
        * Include this rule to trigger hasLayout and contain floats.
        */
.content-company .cf {
    *zoom: 1;
}

/* Generic styling */

.content-company body {
    background: #fafafa;
}

.content-company {
    margin-top: 50px !important;
    width: 100%;
    max-width: 1142px;
    margin: 0 auto;
    padding: 0 20px;
}

/*
        a:focus{
            outline: 2px solid #f7f7f7;
        }
        */


.content-company ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.content-company ul a {
    display: block;
    background: #ccc;
    border: 4px solid #ed3338;
    text-align: center;
    overflow: hidden;
    font-size: .7em;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    height: 70px;
    margin-bottom: -26px;
    box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
}


@media all and (max-width: 767px) {
    .content-company ul a {
        font-size: 1em;
    }
}

.content-company .her-1 span {
    font-weight: 500;
    font-size: 17px;
    top: 50%;
    margin-top: -20px;
    display: block;
}

.content-company .her-1 p {
    font-size: 15px;
    font-weight: 100;
    line-height: 17px;
    top: 58%;
    margin-top: -0.7em;
    display: block;
}


.content-company ul a span {
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    top: 45%;
    margin-top: -20px;
    display: block;
}

.content-company ul a p {
    font-size: 15px;
    font-weight: 100;
    line-height: 17px;
    top: 62%;
    margin-top: -0.7em;
    display: block;
}

/*
        
        */
.content-company h1 {
    text-align: center;
}

.content-company .administration>li>a {
    margin-bottom: 25px;
}

.content-company .director>li>a {
    width: 50%;
    margin: 0 auto 0px auto;
}

.content-company .director>li>img {
    width: 17%;
}

.content-company .subdirector:after {
    content: "";
    display: block;
    width: 0;
    height: 130px;
    background: red;
    border-left: 4px solid #ed3338;
    left: 50%;
    position: relative;
}

.content-company .subdirector,
.content-company .departments {
    /* position: absolute; */
    width: 100%;
}

.content-company .subdirector>li:first-child,
.content-company .departments>li:first-child {
    width: 18.59894921190893%;
    height: 64px;
    margin: 0px -2px 92px 3px;
    padding-top: 25px;
    border-bottom: 4px solid #ed3338;
    z-index: 1;
}

.content-company .subdirector>li:first-child {
    float: right;
    right: 31.2%;
}

.content-company .departments>li:first-child {
    float: left;
    left: 31.2%;
}

.content-company .subdirector>li:first-child a,
.content-company .departments>li:first-child a {
    width: 100%;
}

.content-company .subdirector>li:first-child a {
    left: 25px;
}

@media all and (max-width: 767px) {

    .content-company .subdirector>li:first-child,
    .content-company .departments>li:first-child {
        width: 40%;
    }

    .content-company .subdirector>li:first-child {
        right: 10%;
        margin-right: 2px;
    }

    .content-company .subdirector:after {
        left: 50%;
    }

    .content-company .departments>li:first-child {
        left: 10%;
        margin-left: 2px;
    }
}


.content-company .departments>li:first-child a {
    right: 25px;
}

.content-company .department:first-child,
.content-company .departments li:nth-child(2) {
    margin-left: 0;
    clear: left;
}

.content-company .departments:after {
    content: "";
    display: block;
    position: absolute;
    width: 83.5%;
    height: 44px;
    border-top: 4px solid #ed3338;
    border-right: 4px solid #ed3338;
    border-left: 4px solid #ed3338;
    margin: 0 auto;
    top: -44px;
    left: 9.1%
}

@media all and (max-width: 767px) {
    .content-company .departments:after {
        border-right: none;
        left: 0;
        width: 50%;
    }
}

@media all and (min-width: 768px) {

    /* .content-company .department:first-child:before,
    .content-company .department:last-child:before {
        border: none;
    } */
}

.content-company .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 57px;
    border-left: 4px solid #ed3338;
    z-index: 1;
    top: 107px;
    left: 50%;
    margin-left: -4px;

    
}

.content-company .dep-c:before {
    content: "";
    display: block;
    /* position: absolute; */
    width: 0;
    height: 38px;
    border-left: 4px solid #ed3338;
    z-index: 1;
    top: 108px;
    left: 50%;
    margin-left: -59px;
}

.content-company .dep-a {
    /* border-left: 4px solid #ed3338; */
    width: 18.59894921190893%;
    float: left;
    margin-left: 243px;
    margin-bottom: 60px;
}

.content-company .dep-b {
    /* border-left: 4px solid #ed3338; */
    width: 18.59894921190893%;
    float: left;
    margin-left: 243px;
    margin-bottom: 60px;
}

.content-company .her-1{
    background: #ed3338 !important;
    color: #fff;
    /* text-transform: uppercase; */
    border: 4px solid #ed3338 !important;
    height: 108px;
    border-radius: 9px;
}

.content-company .dep-c {
    /* border-left: 4px solid #ed3338; */
    width: 18.59894921190893%;
    float: left;
    margin-left: 200px;
    margin-bottom: 60px;
}

.content-company .dep-d {
    /* border-left: 4px solid #ed3338; */
    width: 18.59894921190893%;
    float: left;
    margin-left: 274px;
    margin-bottom: 60px;
}

.content-company .lt-ie8 .department {
    width: 18.25%;
}

@media all and (max-width: 767px) {
    .content-company .department {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .content-company .department:before {
        content: "";
        display: none;
        position: absolute;
        width: 0;
        height: 60px;
        border-left: 4px solid #1d70b8;
        z-index: 1;
        top: -60px;
        left: 0%;
        margin-left: -4px;
    }
    .content-company .departments:after {
        content: "";
        display: none;
        position: absolute;
        width: 83.5%;
        height: 44px;
        border-top: 4px solid #ed3338;
        border-right: 4px solid #ed3338;
        border-left: 4px solid #ed3338;
        margin: 0 auto;
        top: -44px;
        left: 9.1%;
    }

    .content-company .department:nth-child(2):before {
        display: none;
    }
}

.content-company .department>a {
    margin: 0 0 -26px -4px;
    z-index: 1;
}

.content-company .department>a:hover {
    height: 80px;
}

.content-company .department>ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.content-company .department li {
    padding-left: 25px;
    /* border-bottom: 4px solid #ed3338; */
    height: 140px;
}

.content-company .dep-c li {
    padding-left: 25px;
    /* border-bottom: 0px solid #ed3338; */
    height: 140px;
}

.content-company .department li a {
    background: #ed3338;
    border-radius: 15px;
    top: 61px;
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 86px;
    vertical-align: middle;
    right: -1px;
    /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
            background-image: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%) !important;
            background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0)))!important;
            background-image: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
            background-image: -o-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
            background-image: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important; */
    /* background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important; */
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 ); */
}

.content-company .department li a:hover {
    box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.1);
    height: 80px;
    width: 95%;
    top: 39px;
    background-image: none !important;
}

/* Department/ section colors */
.content-company ul.director li a {
    background: #002d62;
    color: #fff;
    /* text-transform: uppercase; */
    border: 4px solid #002d62;
}

.content-company .department.dep-a a,
.content-company .department.dep-b a,
.content-company .department.dep-c a,
.content-company .department.dep-d a,
.content-company .department.dep-e a,
.content-company ul.departments.cf li a,
.content-company ul.subdirector li a {
    background: #e3e3e3;
    color: #fff;
    /* text-transform: uppercase; */
    border: 4px solid #e3e3e3;
    height: 108px;
}

.content-company ul.sections li.section a {
    background: #e3e3e3;
    color: #000;
    /* text-transform: uppercase; */
    border: 0;
    top: 80px;
}

.content-company .dep-b ul.sections li.section a {
    background: #e3e3e3;
    color: #000;
    /* text-transform: uppercase; */
    border: 0;
    top: 62px;
    right: 11px;

}


.content-company .dep-c ul.sections li.section a {
    background: #e3e3e3;
    color: #000;
    /* text-transform: uppercase; */
    border: 0;
    top: 138px;
    width: 155px;
    height: 18vh;
}
.content-company .dep-d ul.sections li.section a {
    background: #e3e3e3;
    color: #000;
    /* text-transform: uppercase; */
    border: 0;
    top: 84px;
    width: 155px;
    height: 18vh;
}

.content-company .dep-c ul.sections li.section-0 a{
    background: #e3e3e3;
    color: #000;
    /* text-transform: uppercase; */
    border: 0;
    top: -143px;
    width: 151px;
    height: 18vh;
    right: 183px;
}

.content-company .dep-d ul.sections li.section-0 a {
    background: #e3e3e3;
    color: #000;
    /* text-transform: uppercase; */
    border: 0;
    top: -335px;
    width: 151px;
    height: 18vh;
    right: 183px;
}

.content-company .dep-c .section-2::before {
    content: "";
    display: block;
    position: absolute;
    width: 90.5%;
    height: 44px;
    border-top: 4px solid #ed3338;
    border-right: 4px solid #ed3338;
    border-left: 4px solid #ed3338;
    margin: 0 auto;
    top: 200px;
    left: -24.9%;
}

.content-company .dep-c .section-2 a{
    background: #002d62 !important;
    color: #fff;
    /* text-transform: uppercase; */
    border: 4px solid #002d62 !important;
    height: 108px !important;
    top: 64px;
    border-radius: 9px;
    left: -61px;
}

.content-company .dep-c .sections::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 28px;
    border-left: 4px solid #ed3338;
    z-index: 1;
    top: 172px;
    left: 50%;
    margin-left: -59px;

}

.content-company .dep-c .section-2{
    display: contents;
}

.content-company .dep-d .sections::before {
    content: "";
    display: block;
    position: absolute;
    width: 90.5%;
    height: 36px;
    border-top: 4px solid #ed3338 !important;
    border-right: 4px solid #ed3338 !important;
    border-left: 4px solid #ed3338 !important;
    margin: 0 auto;
    top: 55px;
    left: -24.9%;
}

.content-company .dep-d:before {
    content: "";
    display: block;
    /* position: absolute; */
    width: 0;
    height: 32px;
    border-left: 4px solid #ed3338;
    z-index: 1;
    top: 108px;
    left: 50%;
    margin-left: -59px;
}


/* certificates section / */
.certificate-photo-section{
    padding: 40px 0px;
}
.certificate-title h4,
.certificate-title h5{
    text-align: center;
    margin-top: 10px;
}
.certi-us p {
    color: white;
    padding: 18px 0px;
    font-size: 20px;
    display: flex;
}
.certi-us p i {
    font-size: 20px;
}
.certi-us p span {
    margin-left: 15px;
    margin-top: -2px;
}
.achie-img{
    margin-top: 40px;
}
.envi-certificate{
    padding: 50px 0px;
    background-color: #ebedeb;
}


/* green sole page section  */
.greensole-details{
    padding: 50px 0px;
}
.greensole-parag p{
    text-align: center;
    font-size: 18px;
}
.greensole-vision-section{
    background-image: url(../images/greensole/vis.webp);
    background-size: cover;
    padding: 50px 0px;
}
.greensole-vision-title h1{
    text-align: center;
    color: #fff;
}
.greensole-vision-title p{
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 20px 0px;
}

.greensole-story-section{
    padding: 40px 0px;
}
.greensole-story-details{
    text-align: center;
    padding: 40px 0px;
}
.greensole-story-details p{
    font-size: 18px;
}

.greensole-role-sections{
    padding-bottom: 80px;
}
.greensole-role-section{
    background-image: url(../images/greensole/rectangle.webp);
    background-size: cover;
    height: 400px;
}
.greensole-role-title{
    color: #fff;
    margin-top: 110px;
}
.greensole-role-title h1{
    color: #fff;
}
.greensole-role-title p{
    font-size: 17px;
}
.greensole-role-photo img{
    position: absolute;
    width: 35%;
    margin-top: -48px;
    margin-left: 130px;
}

/* factory outlet section  */
.factory-outlet-view-section{
    padding: 50px 0px;
}
.inside-outside-2{
    margin-top: 40px;
}
.factory-inside-details{
    padding: 30px 44px;
}
.factory-inside-details h1{
    font-size: 30px;
}
.factory-inside-details p{
    font-size: 16px;
    margin-top: 6px;
}
.factory-outlet-photo-sections{
    margin-top: 60px;
}
.factory-outlet-photo-section{
    background-image: url(../images/greensole/rectangle.webp);
    background-size: cover;
    padding-bottom: 30%;
}
.factory-imgg img{
    position: absolute;
    width: 44%;
    margin-top: -50px;
}



/* vision and mission page  */
.our-vision-mission-section{
    padding: 50px 0px;
}
.our-vision-mission-section-2{
    padding-bottom: 50px;
}
.our-vision-back{
    background-image: url(../images/vision-mission/vision.webp);
    background-size: cover;
}
.our-vision-back-2{
    background-image: url(../images/vision-mission/mission.webp);
    background-size: cover;
}
.our-mission-title h1 {
    text-align: center;
    color: #fff;
}
.our-mission-title p {
    text-align: center;
    color: #fff;
    font-size: 19px;
    padding: 20px 0px;
}
.our-mission-title{
    padding: 50px;
}
.future-plans-back{
    background-image: url(../images/vision-mission/plan.webp);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;

}
.mission-future-title h1{
    font-size: 42px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.mission-future-title h2{
    color: #fff;
    margin-bottom: -23px;
}
.mission-future-title p{
    font-size: 18px;
    padding: 20px 0px;
    color: #fff;
}
.mission-future {
    margin-top: 30px;
}
.mission-future p {
    color: white;
    padding: 18px 0px;
    font-size: 17px;
    display: flex;
}
.mission-future p i {
    font-size: 21px;
}
.mission-future p span {
    margin-left: 15px;
    margin-top: -4px;
}
.achievement-banner{
    background-image: url(../images/about-us/achivement/banner.webp);
}
.audit-certificate-banner{
    background-image: url(../images/history/history.webp);
}
.company-hierarchy-banner{
    background-image: url(../images/about-us/hierarchy/1.webp);
}
.company-history-banner{
    background-image: url(../images/history/history.webp);
}
.company-profile-banner{
    background-image: url(../images/profile/about-us.webp);
}
.factory-outlet-banner{
    background-image: url(../images/new-image/Header.webp);
}
.greensole-banner{
    background-image: url(../images/greensole/banner1.webp);
}
.objective-banner{
    background-image: url(../images/about-us/objective/Headers.webp);
}
.vision-and-mission-banner{
    background-image: url(../images/vision-mission/banner.webp);
}
.why-ram-fashion-banner{
    background-image: url(../images/history/history.webp);
}
.manufacturing-unit-banner{
    background-image: url(../images/manufacture/header-1.webp);
}
.men-banner{
    background-image: url(../images/men-shoe/men-shoe-header.webp);
}
.men-detail-banner{
    background-image: url(../images/men-shoe-detail-page/men-detail-banner.webp);
}

/* .manufacturing-unit pages  */
.manufact-unit-section{
    background-image: url(../images/greensole/rectangle.webp);
    background-size: cover;
}
.mens-and-ladies-footwear{
    padding: 50px 0px;
    background-color: #ebedeb;
}
.foowear-title h2{
    margin-top: 10px;
}
.footwear-details p{
    margin-top: 10px;
    font-size: 18px;
}
.manufacturing-design{
    padding: 30px 44px;
    color: #fff;
}
.manufacturing-design h1{
    color: #fff;
}
.manufacturing-design p{
    font-size: 17px;
}
.manufacturing-design-imgg img{
    position: absolute;
    width: 41%;
    margin-top: 30px;
}
.production-merchandising-section{
    padding: 50px 0px;
    padding-top: 108px;
}
.production-merchandising-section h1{
    font-size: 24px;
    margin-bottom: 10px;
}


/* new shoes men pages  */
.shoes-design-section{
    padding: 40px 0px;
}
.new-shoes{
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 32px;
}
.shoes-details{
    padding: 30px 44px;
}
.shoes-details h1{
    margin-bottom: 10px;
}
.shoes-details p{
    font-size: 16px;
}

.shoes-categories-section{
    margin-top: 20px;
    margin-bottom: 40px;
}
.shoe-collection-title h1{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.categories-details{
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 16px;
}
.categories-details details summary:after {
    position: absolute;
    content: "\f077";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    transition: 0.3s;
    transform: rotate(180deg);
    color: #000000;
    left: 31%;
    margin-top: 11px;
}
.categories-details details summary {
    /* padding: 16.5px 20px; */
    transition: all .4s ease;
    display: flex;
}
.categories-details details[open] summary:after {
    transform: rotate(0deg);
}

.categories-details details summary h5{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: 700;
}

.categories-details details p{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
}
.shoe-types h4{
    font-size: 20px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.shoe-types img{
    border: 1px solid #e8e6e5;
    border-radius: 10px;
}
.other-desg h4{
    position: absolute;
}
.paginatin-section hr{
    height: 2px;
}

.paginatin-section .page-link {
    color: #000;
}

.paginatin-section .page-link:hover,
.paginatin-section .page-link.active {
    z-index: 2;
    color: #000;
    background-color: #F58634;
    border-color: #F58634;
}
.pro-page .pro-image .larg-image a.long-img figure.zoom img:hover {
    opacity: 1;
    cursor: pointer;
}
.section-shoes-related{
    margin-top: 20px;
    margin-bottom: 30px;
}
.shoes-related-tit h1{
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 28px;
    margin-left: 8px;
}
.section-shoes-related .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot,
.home5-category .home5-cate-image .owl-nav button, .home5-blog .blog5 .owl-nav button {
    background: 0 0;
    color: inherit;
    border: 2px solid;
    padding: 0!important;
    font: inherit;
    width: 35px;
    border-radius: 21px;
    font-size: 22px;
    background-color: #ed3338;
    color: #fff;
}
.section-shoes-related .owl-theme .owl-nav {
    position: absolute;
    top: -70px;
    margin-left: 90%;
}

.slipper-section{
    padding: 40px 0px;
}
.slipper-title h3{
    margin-left: 9px;
    margin-bottom: 20px;
}
.slliper-btn a{
    left: 36%;
    margin-top: -6%;
    position: absolute;
}
.slliper-btn-2 a{
    left: 81%;
    margin-top: -6%;
    position: absolute;
}

/* footer address  */
.footer-address {
    margin-left: 113px;
}

/* whatsapp icon  */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 18px;
    right: 81px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 39px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
.my-float {
    margin-top: 11px;
}


.core-val p{
    text-align: inherit;
    padding: 5px 0px; 
}


/* faq section  */
.faq-section {
    padding: 50px 0px;
}

.faq-section .wp-block-yoast-faq-block .schema-faq-section {
    border: 1px solid #ed3338;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.faq-section .schema-faq-question {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 65px 20px 20px;
    font-weight: bold;
    font-size: 16px;
}

.faq-section .schema-faq-question:after {
    position: absolute;
    content: "+";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid gray;
    line-height: 1;
    border-radius: 50%;
    font-size: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
}

.faq-section .schema-faq-section.active .schema-faq-question:after {
    content: "-";
    align-items: normal;
    font-size: 30px;
    line-height: 20px;
}

.faq-section .schema-faq-question:hover {
    background: #eee;
    border-radius: 8px;
}

.faq-section .schema-faq-section.active .schema-faq-question {
    background: #eee;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.faq-section .schema-faq-answer {
    display: none;
    margin: 20px 0 20px;
    padding: 0 20px;
    font-size: 15px;
}


/* contact us section  */
.contact-us-section .right_conatct_social_icon {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}

.contact-us-section .contact_us {
    /* background-color: #f1f1f1; */
    padding: 60px 0px;
}

.contact-us-section .contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact-us-section .contact_field {
    padding: 60px 340px 90px 100px;
}

.contact-us-section .right_conatct_social_icon {
    height: 100%;
}

.contact-us-section .contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact-us-section .contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact-us-section .contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.contact-us-section .contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}

.contact-us-section .contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact-us-section .contact_info_sec {
    position: absolute;
    background-color: #2d2d2d;
    right: 1px;
    top: 10%;
    height: 401px;
    width: 440px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
    color: #fff;
}

.contact-us-section .contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
}

.contact-us-section .info_single {
    margin: 7px 0px;
}

.contact-us-section .info_single i {
    margin-right: 15px;
}

.contact-us-section .info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}
.contact-us-section .info_single span a{
    color: #fff;
}

.contact-us-section  button.contact_form_submit {
    background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.contact-us-section .socil_item_inner li {
    list-style: none;
}

.contact-us-section .socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.contact-us-section .socil_item_inner {
    padding-bottom: 10px;
}

.contact-us-section .map_sec {
    padding: 50px 0px;
}

.contact-us-section .map_inner h4,
.contact-us-section .map_inner p {
    color: #000;
    text-align: center
}

.contact-us-section .map_inner p {
    font-size: 13px;
}

.contact-us-section .map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}


.shoe-form .inq-form {
    padding: 10px 21px;
}
.shoe-form  .form-group {
    margin-bottom: 1rem;
}
.shoe-form  .form-group input {
    width: 100%;
    padding: 13px 17px;
    border: 1px solid #dee2e6;
}
.shoe-form  .form-group textarea {
    width: 100%;
    padding: 13px 17px;
    border: 1px solid #dee2e6;
    height: 100px;
}
.deal-area5 img{
    border: 1px solid #e8e6e5;
    border-radius: 10px;
}

/* career pages  */
.career-section{
    background-image: linear-gradient(to right bottom, #0816a5, #ef421a);
    /* background-position: 0 0 !important; */
    background-repeat: no-repeat !important;
    background-position: right top !important;
}

.career-heading h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align:center;
    color: white;
}

.career-heading p{
    font-family: Proximanova,sans-serif;
    font-size: 17px;
    line-height: 25px;
    text-align:center;
    color: white;
    margin-bottom: 40px;
}

.career-contact{
    /* box-shadow: 30px 30px 48px -13px rgb(0 0 0); */
    margin-bottom: 85px;

    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    padding-right: 60px !important;
    padding-left: 0px !important;
    background-color: #ffffff !important;
    border-left-color: #ffffff !important;
    border-left-style: solid !important;
    border-right-color: #ffffff !important;
    border-right-style: solid !important;
    border-top-color: #ffffff !important;
    border-top-style: solid !important;
    border-bottom-color: #ffffff !important;
    border-bottom-style: solid !important;
    border-radius: 10px !important;
}

.career-btn{
    margin-bottom: 40px;
    text-align: -webkit-center;
    margin-top: 30px;
}

.career-form1 p{
    color:#000;
    margin: 0 0 2rem;
}

.form-group h5{
    margin: 0 0 2rem;
    font-size: 17px;
    line-height: 25px;
    color: #181818;
}

.form-group2 input{
    width: 100%;
    height: 61px;
    font-size: 14px;
    padding: 6px 15px;
    color: #777777;
    border-radius: 17px;
    border: 3px solid #cccccc;
}
.form-top {
    margin-left: 75px;
}
.cont-r {
    margin-top: 40px;
}
.form-group label {
    font-size: 19px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 10px;
    font-weight: 500;
}
.form-group input {
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 6px 15px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
    margin-bottom: 10px;
}
.form-group textarea {
    width: 100%;
    height: 150px;
    font-size: 16px;
    padding: 6px 15px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #000;
}

.client__area-8 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.client__logo {
    display: -ms-grid;
    display: grid;
    grid-gap: 15px;
    -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr 60px 1fr;
    grid-template-columns: repeat(6, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}
.client__logo img {
    max-width: 100%;
}
.fade_bottom_5{
    translate: none; 
    rotate: none; 
    scale: none; 
    opacity: 1; 
    transform: translate(0px, 0px);
}
.men-new-shoe{
    margin-left: 20px;
}
.men-new-shoe li{
    font-size: 19px;
    line-height: 40px;
    list-style: disc;
}

.mobile{
    display: none;
}
.desktop{
    display: block;
}