.mega-menu {
    width: 80vw !important;
    display: flex;
    right: -300%;
    padding: 10px 13px !important;
    max-width: 900px;

}
.mega-menu h6 {
    color: #feac00;
    font-size: 16px;
    margin: 25px 0px 5px;
    font-weight: 600;
}
.mega-menu a{
    font-size: 15px;
}
.mega-menu li{
    width: 100%;
}
.mega-menu li a{
    margin-left: 5px;
}
.mini-menu h6 {
    color: #feac00;
    font-size: 16px;
    margin: 25px 15px 5px;
    font-weight: 600;
}
.text-dark p{
 color: #343a40!important;
}
.mini-menu a{
    font-size: 15px;
}
.terms p{
    padding-bottom: 20px;
}
.terms h6{
    color: #707070;
    font-weight: 600;
    margin-bottom: 5px;
}
.notification-img{
    padding-top:100px
}

/* my account  */

.login-area h4 {
    font-size: 26px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
}

.nav-tabs {
    border-bottom:none;
}
.account .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 15px;
    list-style: none;
}
.account ul li{
    width: 100%;
}
.account li a:hover .icon, .account li  .active .icon{
    background:linear-gradient(45deg, #faa43d, #ee5b25);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    border: none;
}
.account li  .active .icon i, .account li a:hover .icon i {
    color: white;
    font-size: 18px;
}
.account .title {
    margin-left: 30px;
    padding-top: 11px;
}
.account .title h3 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
}
.account .icon {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    border: 1px dashed #f05a28;
}
.account li a:hover h3, .account li  .active h3{
    color: #f05a28;
}
.account .icon i{
    color: #f05a28;

}
.account a:hover{
    text-decoration: none;
}
.account ul li{
    margin-bottom: 30px;
}
.account .tab-content {
  background: transparent;
  height: 100%;
  box-shadow: 2px 2px 15px rgb(0 0 0 / 4%);
  border: 1px solid #2e2e2e;
}
.label tr td label {
	display: block;
}

tr td label:hover{
	color: #28a745!important;
}

[data-toggle="toggle"] {
	display: none;
}

.labels tr td {
	font-weight: 500;
    font-size: 15px;
}
table { 
	width: 100%; 
	}

tr td label{
	cursor: pointer;
}
.hide{
    display: none;
}

 /* checkout  */
      /* Checkout form  */

      .heading {
        text-transform: capitalize;
        color: #fff;
        font-weight: normal;
        padding-bottom: 10px;
        font-weight: 600;
    }

    .msform {
        text-align: center;
        position: relative;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0.5rem;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-bottom: 20px;
        position: relative;
        /* box-shadow: 0px 3px 10px #2e2e2e; */
        padding: 30px;
        background: #1f1f1f;
    }

    .form-control {
        border-color: #171717;
    }

    .msform fieldset:not(:first-of-type) {
        display: none
    }


    .msform input:focus,
    .msform textarea:focus {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #000;
        outline-width: 0
    }

    .msform .action-button {
        width: 140px;
        background: linear-gradient(45deg, #faa43d, #ee5b25);
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 6px 5px;
        margin: 10px 0px 10px 5px;
        float: right;
        background: #f05a28;
        border-radius: 4px;
    }

    .msform .action-button:hover,
    .msform .action-button:focus {
        background-color: #f05a28
    }

    .msform .action-button-previous {
        width: 100px;
        background: #0d0d0d;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 0px;
        cursor: pointer;
        padding: 6px 5px;
        margin: 10px 5px 10px 0px;
        float: left;
        border-radius: 4px;

    }

    .msform .action-button:hover,
    .msform .action-button-previous:hover {
        box-shadow: 0 0 5px #a3af86;
    }

    .msform .action-button-previous:hover,
    .msform .action-button-previous:focus {
        background-color: #000000
    }

    .card1 {
        z-index: 0;
        border: none;
        position: relative
    }

    .fs-title {
        font-size: 25px;
        color: #f05a28;
        margin-bottom: 15px;
        font-weight: normal;
        text-align: left
    }

    .purple-text {
        color: #f05a28;
        font-weight: normal
    }

    .steps {
        font-size: 25px;
        color: gray;
        margin-bottom: 10px;
        font-weight: normal;
        text-align: right
    }

    .fieldlabels {
        color: gray;
        text-align: left
    }

    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        color: #959393;
        margin-left: -30px;
    }

    #progressbar .active {
        color: #f05a28;
    }

    #progressbar li {
        list-style-type: none;
        font-size: 15px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400;
    }

    #progressbar #account:before {
        font-family: FontAwesome;
        content: "\f090"
    }

    #progressbar #personal:before {
        font-family: FontAwesome;
        content: "\f041"
    }

    #progressbar #payment:before {
        font-family: FontAwesome;
        content: "\f290"
    }

    #progressbar #confirm:before {
        font-family: FontAwesome;
        content: "\f00c"
    }

    #progressbar li:before {
        width: 50px;
        height: 50px;
        line-height: 45px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: #959393;
        border-radius: 50%;
        margin: 0 auto 10px auto;
        padding: 2px
    }

    #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: -1
    }

    #progressbar li.active:before,
    #progressbar li.active:after {
        background: #f05a28;
    }

    .progress {
        height: 20px
    }

    .progress-bar {
        background-color: #f05a28;
    }

    .fit-image {
        width: 100%;
        object-fit: cover;
    }

    .ship {
        margin: 20px 0;
        border-top: 1px solid white;
        padding: 10px;
    }

    .rounded {
        border-radius: 30px !important;
    }

    fieldset .table thead th {
        vertical-align: bottom;
        border-bottom: 1px solid #000;
        font-weight: 700;
        font-size: 15.5px;
        color: #a1a1a1;
        border-top: 0;
    }

    fieldset td,
    fieldset td span {
        font-size: 15.5px;
        font-weight: 600;
    }

    .total-price {
        font-size: 17px;
    }

    fieldset td {
        padding: 12px 12px !important;
    }

    fieldset .table thead th,
    fieldset .table td {
        vertical-align: middle;
        border-top: 1px solid #525252
    }

    .delivery td {
        color: #a1a1a1;
        font-weight: 600;
        font-size: 14.9px;
    }

    fieldset .form-control {
        margin-bottom: 20px;
    }
    .order-btn span {
        position: absolute;
        height: 18px;
        width: 18px;
        background: #fff;
        border-radius: 50%;
        font-size: 13px;
        line-height: 16px;
        right: -7px;
        top: -5px;
    }
    .testi-img img{
        width: 100px;
        border-radius: 50%;
        height: 100px;
    }
    .cart-qty {
        display: flex;
        border: 1px solid #ddd;
        height: 45px;
        border-radius: 6px;
        width: 124px;
    }
    .cart-qty input{
        width: 60px;
        border: none;
        text-align: center;
    }
    .cart-qty .minus{
        width: 30px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border-right: 1px solid #dbdbdb;
    }
    .cart-qty .plus{
        width: 30px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        border-left: 1px solid #dbdbdb;
    }
    .login-bg {
        background: url(/static/images/World-Map.svg);
        background-size: cover;
        background-position: top center;
        background-color: #000000db;
        background-blend-mode: overlay;
    }
    .single-feature h3 {
        font-size: 27px;
        line-height: 45px;
        color: #f68530;
        text-transform: capitalize;
        margin-bottom: 8px;
        font-weight: 700;
    }
    .single-feature .image {
        margin-bottom: 15px;
        height: 300px;
        width: 100%;
        object-fit: cover;
        border-radius: 30px;
    }


/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text-right{
    text-align: right;
}
.fs-17{
    font-size: 17px;
}
.mean-container a.meanmenu-reveal{
    padding-left: 20px;
}
.vision {
  border-left: 4px solid #f25a25;
  background: #101010;
  padding: 20px;
  height: 100%;
}

.history-tl-container{
    font-family: "Roboto",sans-serif;
  width:50%;
  margin:auto;
  display:block;
  position:relative;
}
.history-tl-container ul.tl {
  margin: 54px 0;
  padding: 0;
  display: inline-block;
  margin-left: 50px;
}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    margin-left:200px;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:1px dashed #f35826;
    padding:0 0 50px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -10px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #f35826;
    height: 20px;
    width: 20px;
    transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
    border-color:  #f35826;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title {
  font-size: 14px;
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:14px;
}
ul.tl li .timestamp{
    color: #8D8D8D;
    position: absolute;
      width:100px;
    left: -50%;
    text-align: right;
    font-size: 14px;
}
 /* whatsapp sticky button */

 .whatsapp-btn{
    position: fixed;
    bottom: 20px;
    z-index: 10000;
    right: 20px;
}
.whatsapp-btn img{
  width: 60px;

}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1); }
}

.loader-animation {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
  
/* Safari */
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.hide-animated-loader{
display:none;
}
.margin-left-loader{
    margin-left: 355px;
    margin-bottom: 10px;
}
.btn{
    white-space: nowrap;
}
#cog-overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
  }
  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  @keyframes sp-anime {
    100% {
      transform: rotate(360deg);
    }
  }
  .Product-image img {
    display: block;
    height: 200px;
    object-fit: contain;
    width: 100%;
}
.table{
    color: inherit;
}
.single-techinical:hover,.single-techinical.active {
    background: linear-gradient(45deg,  #ea5928,#f6a645);
    cursor: pointer;
}
.single-watch-model:hover, .single-watch-model.active{
    border: 2px;
    border-radius: 12px;
    border-style: solid;
    border-color: #f16e2b;
}
.table-bordered td, .table-bordered th {
    /* border: 1px solid #3f3f3f; */
    color: #d9d9d9;
}
.table thead th {
  font-size: 18px;
  color: #e0e0e0;
  /* border-bottom: 1px solid #303030; */
  border-top: 1px solid #303030;
  background: black;
  padding: 14px;
}
.table-bordered {
    border: 1px solid #303030;

}
html {
    scroll-behavior: smooth;
  }

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 502;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  
  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 503;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }
  
  .mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  
  .mfp-align-top .mfp-container:before {
    display: none; }
  
  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 505; }
  
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }
  
  .mfp-ajax-cur {
    cursor: progress; }
  
  .mfp-zoom-out-cur,
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }
  
  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }
  
  .mfp-auto-cursor .mfp-content {
    cursor: auto; }
  
  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  
  .mfp-loading.mfp-figure {
    display: none; }
  
  .mfp-hide {
    display: none !important; }
  
  .mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 504; }
  
  .mfp-preloader a {
    color: #cccccc; }
  
  .mfp-preloader a:hover {
    color: white; }
  
  .mfp-s-ready .mfp-preloader {
    display: none; }
  
  .mfp-s-error .mfp-content {
    display: none; }
  
  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506; }
  
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }
  
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover, .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }
  
  .mfp-close-btn-in .mfp-close {
    color: #333333; }
  
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }
  
  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px; }
  
  .mfp-arrow {
    position: absolute;
    top: 0;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  
  .mfp-arrow:active {
    margin-top: -54px; }
  
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: solid transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    opacity: 0.8;
    border-top-width: 12px;
    border-bottom-width: 12px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px; }
  
  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
      border-right: 12px solid black;
      left: 5px; }
    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
      border-right: 20px solid white; }
  
  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
      border-left: 12px solid black;
      left: 3px; }
    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
      border-left: 20px solid white; }
  
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
  
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
  
  .mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }
  
  .mfp-iframe-holder .mfp-close {
    top: -43px; }
  
  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }
  
  /* The shadow behind the image */
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  
  .mfp-figure {
    line-height: 0; }
  
  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }
  
  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px; }
  
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  
  .mfp-image-holder .mfp-content {
    max-width: 100%; }
  
  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }
  
  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
  
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
  
    /* The shadow behind the image */
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
  
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
  
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; }
  
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; } }
  @media all and (max-width: 800px) {

    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
  
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
  
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
  
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }
  .mfp-ie7 .mfp-img {
    padding: 0; }
  .mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px; }
  .mfp-ie7 .mfp-container {
    padding: 0; }
  .mfp-ie7 .mfp-content {
    padding-top: 44px; }
  .mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0; }

    .mean-container a.meanmenu-reveal {
        background-color: transparent;
        border: none;
    }
    .mean-container a.meanmenu-reveal span {
        background: #ededed;
    }
    .section-title h1 {
        font-size: 48px;
        line-height: 70px;
        color: #f8ac3c;
        background: -webkit-linear-gradient(-45deg, #faa13b, #ef5a27);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .ui-tooltip{
      position: absolute;
      top: 0;
      background-color: white;
      padding: 4px 15px;
      font-size: 13px;
      color: #000000;
      border-radius: 10px;
      max-width: 280px;
      z-index: 1;
    }
    .client-project {
      padding: 30px 20px 10px;
      list-style: none;
      margin: 0;
  }
  .client-project .head {
    display: flex;
}
.client-project .img {
  width: 60%;
  margin: 15px 0;
}
.client-project .volume {
  margin: 20px;
  width: 40%;
  color: #6b6b6b;
}
    .client-project h4 {
      color: #ef5c2a;
      font-size: 20px;
      font-weight: 600;
      border-right: 2px solid #c7c7c7;
      line-height: 26px;
      width: 60%;
  }
  .client-project h4:last-child{
    border: none;
    width: 40%;
  }
  .client-project li {
    border-top: 1px solid #c7c7c7;
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
}
.client-project li.head{
  border-top: none;

}
.client-project img {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  object-fit: contain;
}
.client-project span{
  border-left: 2px solid #c7c7c7;

}
.bg-dark {
  background-color: #161616 !important;
}
.chevron-container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
  /* height: 100vh; */
  position: fixed;
  bottom: 100px;
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #f7a23b;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
/* For webkit-based browsers */
::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color of the track */
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; /* Color of the scrollbar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color of the scrollbar handle on hover */
}
.speaker-model-slide .product-info-item-one {
  padding: 0 15px;
  text-align: center;
}
.modal-body .close {
  position: absolute;
  right: 0;
  background: transparent;
  box-shadow: none !important;
  color: white;
  top: 0;
  font-size: 30px;
  border: none;
  z-index: 1;
}
.shop-btn{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.shop-btn img{
  width: 40px;
}
.shop-btn .btn-success {
  color: #fff;
  background-color: #40c351;
  border-color: #2eb842;
  padding: 9px 20px;
  margin-top: 7px;
  border-radius: 5px;
}