ol, ul {
    padding: 0 !important;
}
.card-img, .card-img-bottom, .card-img-top {
    height: 250px !important;
    
}


      .carousel-indicators.indicators_style3 li[data-bs-slide-to="0"]::marker,
.carousel-indicators.indicators_style3 li[data-bs-slide-to="1"]::marker {
    content: '';
}

.btn-close:focus {
box-shadow:0 0 0 .25rem rgb(248 249 250) !important;
}
    .color_main{
        color: #fe6f2f !important;
    }
   .main_color{
            background-color: #fe6f2f !important;
        }   
body {
    font-family: Arial, sans-serif;
    margin: 0;
}
.nav-link {
    font-weight: 500 !important;
    color:#000 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white !important;
    background-color: #fe6f2f !important;
}
 /*.logo {*/
 /*           width: 100px;*/
 /*           height: auto;*/
 /*           margin-bottom: 20px;*/
 /*       }*/
        .text-link:hover {
            text-decoration: underline;
        }
 .login {
            width: 100%;
            border: none;
            padding: 20px;
        }
        .btn-primary {
            background-color: #ff5722 !important;
            border: none;
        }
        .text{
            font-weight: 500;
        }
        .text-link {
            font-weight: 500;
            color: #ff5722;
            text-decoration: none;
        }
        .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    border-color:#dee2e6 !important;
    outline: 0;
    box-shadow:0 0 0 .25rem rgb(248 249 250) !important;
    }

a {
    text-decoration:none !important;
}    
.card-container { display: none; }
.card-container.active { display: block; }


.header {
    background-color: #f8f9fa;
    padding: 10px 20px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 30px;
    font-family: sans-serif;
    font-weight: 700;
    color: #fe6f2f;
}

.menu {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu li {
    position: relative;
    margin: 0 15px;
}

.menu a {
    border-radius: 50px;
    background-color: #fe6f2f;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    padding: 7px;
    display: flex;
      gap: 5px !important;
    align-items: center;
}

.dropdown-menu ,.btn-secondary{
    background-color:#fe6f2f !important;
}
.dropdown-menu ,.btn-secondary:hover{
    background-color:#fe6f2f !important;
}
.sticky-top{
    top:25px !important;
}
.dropdown-item > img{
    width:20px !important;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*.signin {*/
/*    margin-left: 20px;*/
/*}*/

.signin button {
    font-weight: 500;
    padding: 6px 20px;
    background-color: #fe6f2f;
    color: white;
    border: none;
    border-radius: 21px;
    cursor: pointer;
}
/*.menu > button{*/
/* background-color:#fe6f2f !important;*/
/*}*/
.hamburger {
    display: none;
}
  .rest{
    background-color: #ffd7c5; 
    padding: 50px 40px  0 40px;
  }
  .rest1{
    /* background-color: #ffd7c5;  */
    padding: 50px 40px  0 40px;
  }

  .menu_card{
    overflow: hidden;
     text-overflow: ellipsis;
      display: -webkit-box; 
      -webkit-line-clamp: 2; 
      -webkit-box-orient: vertical; 
      max-height: 3em; 
      line-height: 1.5em;
  }
  
    .input-group {
    margin-bottom: 15px;
    text-align: left;
}
    .otp-container {
      max-width: 800px !important;
      margin: 100px auto;
      padding: 20px;
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .otp-input{
      width: 100%;
      height: 60px;
      font-size: 14px;
      text-align:left;
      margin-bottom: 20px;
    }
    input[type="email"],
input[type="tel"],
input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 5px;
}

    .btn-verify {
      padding: 12px !important;
      background-color: #f26d21 !important;
      color: white;
      border: none;
    }
    h4{
  font-family: system-ui;
  font-weight: 700
}
    .btn-verify:hover {
      background-color: #d95a16;
    }

    .resend-timer {
      font-size: 14px;
      color: #888;
    }

    .resend-link {
      font-size: 14px;
      color: #f26d21;
      text-decoration: none;
    }

    .resend-link:hover {
      text-decoration: underline;
    }
    .create-account {
    font-size: 14px;
    color: #ff6600;
}

.create-account a {
    color: inherit;
    text-decoration: none;
}
    .back-icon {
      font-size: 24px;
      cursor: pointer;
      margin-bottom: 20px;
    }
    
    
    .iconss{
      position: relative;
    top: -32px;
    width: 98%;
    flex-direction: row-reverse;
    display: flex;
    }
    @media (max-width: 768px) {
        .otp-container {
            max-width: 400px !important;
    }
    .header {
    padding: 10px 10px;
    }
   .signin {
    margin-left: 0px;
    }
    .nav {
      padding:0.3rem 0.6rem !important;
    }
    .otp-inputs input {
      width: 60px;
      height: 60px;
      font-size: 24px;
      text-align: center;
      margin-right: 10px;
    }
}


    .checked {color: orange;}
      .jumbotron > h1{color:#fff}

.jumbotron {
    background-color: black;
    display: flex;
    justify-content: center;
    height:250px;
    /*padding: 2rem 1rem;*/
    /*margin-bottom: 2rem;*/
    /*background-image: linear-gradient(to right, rgb(254 133 85), #ff7744);*/
    border-radius: .3rem;
    
}
.jumbotron > .jumbotron-1{
    height:250px;
}
.jumbotron-1 > img{
    height:250px;
}

.btn-info {
    color: #ffffff !important;
    background-color: #fe6f2f !important;
    border-color: #fe6f2f !important;
}

   .cart-container {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .quantity-control {
            display: flex;
            align-items: center;
            gap: 5px;
            display: none;
            /* Hidden by default */
        }

        .quantity-button {
            width: 30px;
            height: 30px;
            border: none;
            background-color: #fe6f2f;
            color: white;
            font-weight: 500;
            font-size: 18px;
            cursor: pointer;
            border-radius: 5px;
        }

        .quantity-display {
            width: 40px;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
        }

        .add-to-cart {
            padding: 8px 16px;
            background-color: #28a745;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

.btn-info:hover {
    color: #ffffff !important;
    background-color: #fe6f2f !important;
    border-color: #fe6f2f !important;
}
  
  .btn-add {
      background-color:#ff7744 !important;
      color:#fff !important;
      padding:0.375rem 5.4rem !important;
      font-weight:500;
  }
  
  
   .btn-circle {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .flowchart {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .flow-step {
            position: relative;
            background-color: white;
            padding: 15px 25px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 500;
            color: black;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .flow-step:before {
            content: '';
            position: absolute;
            left: -20px;
            top: 50%;
            transform: translateY(-50%);
            width: 12px;
            height: 12px;
            background-color: #ff7744;
            border-radius: 50%;
        }

        .flow-step:not(:last-child):after {
            content: '';
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(50%);
            height: 40px;
            width: 2px;
            background-color: #ff7744;
        }

        .icon_slide {
            margin-top: 20px;
        }

        .carousel-control-next,
        .carousel-control-prev {
            top: 470px;
        }

        .carousel-control-next {
            right: 500px;
        }

        .fa-star,
        .fa-star-half-stroke {
            color: #ffb300;
        }

        .justify-content-between>span {
            font-weight: 500;
            color: green;
        }

        .search {
            border: 1px solid #c4c4c4;
            /* margin-left: 430px; */
            overflow-x: hidden;
            display: flex;
            border-radius: 50px;
            font-size: 18px;

        }

        .search>input {
            width: 400px;
            /* height:65px; */
            border: none;
            padding: 8px 20px;
            outline: none;
            font-size: 18px;

        }

        .button-src {
            background-color: white;
            /* padding: 10px 110px;  */
            display: inline-block;
        }

        .button-src button {
            padding: 0px 15px 0px 15px;
            border-radius: 50px;
            border: none;
            margin: 9px 7px;
            background-color: #fe6f2f;
            color: #ffffff;
            font-size: 18px;
        }
  
  
            .signup-container {
      max-width: 800px !important;
      margin: 100px auto;
      padding: 20px;
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .form-control {
      height: 50px;
      font-size: 16px;
    }

    .btn-signup {
      background-color: #f26d21;
      color: white;
      border: none;
    }

    .btn-signup:hover {
      background-color: #d95a16;
    }
    .google-signin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 20px;
    }
    .terms-link {
      color: #f26d21;
      text-decoration: none;
    }

    .terms-link:hover {
      text-decoration: underline;
    }

    .google-btn {
      background-color: #f8f9fa;
      border: 1px solid #ddd;
      color: #333;
    }

    .google-btn img {
      width: 20px;
      margin-right: 10px;
    }

    .signin-link {
      color: #f26d21;
      text-decoration: none;
    }

    .signin-link:hover {
      text-decoration: underline;
    }

    .or-divider {
      display: flex;
      align-items: center;
      text-align: center;
    }

    .or-divider::before,
    .or-divider::after {
      content: '';
      flex: 1;
      border-bottom: 1px solid #ddd;
    }

    .or-divider:not(:empty)::before {
      margin-right: .5em;
    }

    .or-divider:not(:empty)::after {
      margin-left: .5em;
    }
    .google-logo {
    width: 20px;
    margin-right: 10px;
}
    /* Responsive Design */
@media (max-width: 768px) {
    .signup-container {
        max-width:400px;
    }
     .google-signin {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .signup-container {
        max-width:400px;
    }
   .google-signin {
        padding: 10px;
    }
}

  
  
   .demo {
        width: 100%
    }

    #lightSlider {
        list-style: none outside none;
        padding-left: 0;
        margin-bottom: 0
    }

   #lightSlider > li {
        display: block;
        float: left;
        margin-right: 6px;
        cursor: pointer
    }

    img {
        display: block;
        height: auto;
        width: 100%
    }

    .stars i {
        color: #f6d151
    }

    .stars span {
        font-size: 13px
    }

    hr {
        color: #d4d4d4
    }

    .badge {
        padding: 5px !important;
        padding-bottom: 6px !important
    }

    .badge i {
        font-size: 10px
    }

    .profile-image {
        width: 35px
    }

    .comment-ratings i {
        font-size: 13px
    }

    .username {
        font-size: 12px
    }

    .comment-profile {
        line-height: 17px
    }

    .date span {
        font-size: 12px
    }

    .p-ratings i {
        color: #f6d151;
        font-size: 12px
    }

    .btn-long {
        padding-left: 35px;
        padding-right: 35px
    }

    .buttons {
        margin-top: 15px
    }

    .buttons .btn {
        height: 46px
    }

    .buttons .cart {
        border-color: #fe6f2f;
        color: #fe6f2f;
    }

    .buttons .cart:hover {
        background-color: #fe6f2f !important;
        color: #fff
    }

    .buttons .buy {
        color: #fff;
        background-color: #fe6f2f;
        border-color: #fe6f2f
    }

    .buttons .buy:focus,
    .buy:active {
        color: #fff;
        background-color: #fe6f2f;
        border-color: #fe6f2f;
        box-shadow: none
    }

    .buttons .buy:hover {
        color: #fff;
        background-color: #fe6f2f;
        border-color: #fe6f2f
    }

    .buttons .wishlist {
        background-color: #fff;
        border-color: #fe6f2f
    }

    .buttons .wishlist:hover {
        background-color: #fe6f2f;
        border-color: #fe6f2f;
        color: #fff
    }

    .buttons .wishlist:hover i {
        color: #fff
    }

    .buttons .wishlist i {
        color: #fe6f2f
    }

    .comment-ratings i {
        color: #f6d151
    }

    .followers {
        font-size: 9px;
        color: #d6d4d4
    }

    .store-image {
        width: 42px
    }

    .dot {
        height: 10px;
        width: 10px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px
    }

    .bullet-text {
        font-size: 12px
    }

    .my-color {
        margin-top: 10px;
        margin-bottom: 10px
    }

    label.radio {
        cursor: pointer
    }

    label.radio input {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        pointer-events: none
    }

    label.radio span {
        border: 2px solid #8f37aa;
        display: inline-block;
        color: #8f37aa;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        text-transform: uppercase;
        transition: 0.5s all
    }

    label.radio .red {
        background-color: red;
        border-color: red
    }

    label.radio .blue {
        background-color: blue;
        border-color: blue
    }

    label.radio .green {
        background-color: green;
        border-color: green
    }

    label.radio .orange {
        background-color: orange;
        border-color: orange
    }

    label.radio input:checked+span {
        color: #fff;
        position: relative
    }

    label.radio input:checked+span::before {
        opacity: 1;
        content: '\2713';
        position: absolute;
        font-size: 13px;
        font-weight: bold;
        left: 4px
    }

    .card-body {
        padding: 0.3rem 0.3rem 0.2rem
    }
  
  .product_card{
      padding:17px;
  }
  


  .order-header {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 5px;
            background-color: #ff6f3d;
            color: white;
            padding: 10px;
        }
        .order-status {
            color: green;
        }
        .order-code {
            font-size: 2rem;
            font-weight: bold;
            color: black;
        }

  
   .item-card { border: 1px solid #e0e0e0; padding: 15px; border-radius: 5px; margin-bottom: 15px; }
        .price-details, .offers { border: 1px solid #e0e0e0; padding: 15px; border-radius: 5px; margin-top: 31px;}
        .price-summary { font-size: 1.1rem; font-weight: bold; }
        .price-summary .price-item { display: flex; justify-content: space-between; }
        .total { font-size: 1.25rem; font-weight: bold; }
        .imgg{width: 40%;}
        .name_point{
            height: 98px;
        }
        .btn-successs{
            background-color: #ff7744 !important;
        }
        .btn-successs:hover{
            background-color: #ff7744 !important;
        }
        
        @media only screen and (max-width: 768px) {
  .imgg{
    width: 30%;
  }
  .name_point > p{
            font-size: 14px;
        }
        .name_point > h6{
            font-size: 0.9rem;
        }
        .price-details{
            margin-top: 0;
            margin-bottom: 10px;
        }
           
}
  
  
  
  
  
/* Mobile styles */
@media (max-width: 800px) {
    .navbar {
        justify-content: space-between;
    }
    .button-src{
        display:none !important;
    }
    .search{
        height: 36px !important ;
    }
    .search > input {
        padding: 8px 10px  !important;
        font-size: 12px !important;
    }
    .menu {
        display: none; /* Hide menu by default */
        flex-direction: column; /* Stack menu items */
        position: absolute;
        z-index: 9999;
        top: 60px; /* Adjust based on your header height */
        right: 0;
        background-color: white;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        width: 100%; /* Full width */
    }

    .menu.active {
        display: flex; /* Show menu when active */
    }

    .hamburger {
        display: block; /* Show hamburger on mobile */
    }
    .mt-51{
        margin-top: 15px!important;
    }
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
max-width: 1280px;
}
}

.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flowchart {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.flow-step {
    position: relative;
    background-color: white;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    color: black;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow-step:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #ff7744;
    border-radius: 50%;
}

.flow-step:not(:last-child):after {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(50%);
    height: 40px;
    width: 2px;
    background-color: #ff7744;
}
.icon_slide{
    margin-top: 20px;
}
.carousel-control-next, .carousel-control-prev {
top: 465px !important;
}
.carousel-control-next {
right: 500px;
}
.fa-star , .fa-star-half-stroke {
color: #ffb300;
}
.justify-content-between > span{
font-weight: 500;
color: green;
}


@media (max-width: 768px) {
.carousel-control-next {
right: 0px;
}

}

  .carousel-indicators.indicators_style3 li[data-bs-slide-to="0"]::marker,
.carousel-indicators.indicators_style3 li[data-bs-slide-to="1"]::marker {
    content: '';
}

.banner_section.slide_medium, .banner_section.slide_medium .carousel-item, .banner_section.slide_medium .banner_content_wrap, .banner_section.slide_medium .banner_content_wrap .carousel-item, .banner_section.shop_el_slider, .banner_section.shop_el_slider .carousel-item, .banner_section.shop_el_slider .banner_content_wrap, .banner_section.shop_el_slider .banner_content_wrap .carousel-item {
height: 565px;
}
.banner_section .banner_slide_content {
left: 0;
position: absolute;
right: 0;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1;
}

@media only screen and (min-width: 992px) {
.banner_content_inner {
    padding: 30px;
}
}
.card {
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.wishlist-icon {
    position: absolute;
    top: 6px;
    left: 248px;
    background-color: white; /* Optional: makes the icon stand out */
    border-radius: 50%; /* Optional: makes the icon circular */
    padding: 0; /* Adjust padding as needed */
    z-index: 10; /* Ensures the icon is above the card */
}

.wishlist-icon > i {
    padding: 8px;
    color: red; /* Change color of the wishlist icon */
    font-size: 1.5em; /* Adjust size of the icon */
}
@media only screen and (max-width: 600px) {
  .wishlist-icon{
    /*left: 358px;*/
  }
  .overflow-hidden {
    width: 100% !important;
}
}
 span > a{
    color: #ff7744;
    text-decoration: none;
 }  
.overflow-hidden {
    text-align: center;
    width: 70%;
}
.banner_content h4{
color: white;
}
.banner_content h2 {
font-size: 60px;
color: white;
margin-bottom: 20px;
font-weight: 600;
text-transform: capitalize;
}
.btn-fill-out {
background-color: #f8f8f7 !important;
border: 1px solid #f8f8f7 !important;
padding: 6px 50px !important;
color: #000;
position: relative;
overflow: hidden;
z-index: 1;
}
.btn {
border-width: 1px;
cursor: pointer;
line-height: normal;
padding: 12px 35px;
text-transform: capitalize;
transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 480px) {
.h5, h4 {
    font-size: 16px;
}
}
@media only screen and (max-width: 1199px) {
.h5, h4 {
    font-size: 18px;
}
}
@media only screen and (max-width: 575px) {
.banner_content h2 {
    font-size: 23px;
}
}

@media only screen and (max-width: 767px) {
.banner_content h2 {
    font-size: 36px;
}
.banner_section.slide_medium, .banner_section.slide_medium .carousel-item, .banner_section.slide_medium .banner_content_wrap, .banner_section.slide_medium .banner_content_wrap .carousel-item, .banner_section.shop_el_slider, .banner_section.shop_el_slider .carousel-item, .banner_section.shop_el_slider .banner_content_wrap, .banner_section.shop_el_slider .banner_content_wrap .carousel-item{
    height:300px !important;
}
}

@media only screen and (max-width: 575px) {
.btn {
    padding: 4px 24px !important;
    font-size: 14px !important;
}
}

.card_caro{
    height: 475px;
    background-color: #ff7744; 
    color: white; 
    border-radius: 10px;
}
ul {
margin: 0px;
padding: 0px;
}
.footer-section {
background-color: #151414;
position: relative;
}
.footer-cta {
padding-top: 30px;
border-top: 1px solid #373636;
}
.single-cta i {
color: #ff5e14;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
color: #7e7e7e;
line-height: 28px;
}

.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 11px;
}
.footer-social-icon i {
height: 28px;
width: 28px;
text-align: center;
line-height: 29px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #ff5e14;
}
.footer-widget1{
display:flex;
}
.footer-widget ul li {
display: inline-block;
/* float: left; */
width: 100%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff5e14;
}
.footer-widget ul li a {
color: #878787;
/* text-transform: capitalize; */
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
position: absolute;
right: 0;
background: #ff5e14;
padding: 13px 20px;
border: 1px solid #ff5e14;
top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}

