@keyframes load {
    0% {
        left: -150px
    }

    to {
        left: 100%
    }
}

@-webkit-keyframes placeholderAnimate {
    0% {
        background-position: -650px 0
    }

    to {
        background-position: 650px 0
    }
}

@keyframes placeholderAnimate {
    0% {
        background-position: -650px 0
    }

    to {
        background-position: 650px 0
    }
}

@-webkit-keyframes flash {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .1
    }
}

@keyframes flash {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .1
    }
}

@keyframes morphin {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }

    25% {
        border-radius: 58% 42% 75% 25%/76% 46% 54% 24%
    }

    50% {
        border-radius: 50% 50% 33% 67%/55% 27% 73% 45%
    }

    75% {
        border-radius: 33% 67% 58% 42%/63% 68% 32% 37%
    }
}

@keyframes anim-up-down {

    0%,
    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, 10px);
        transform: translate(0, 10px)
    }
}

@-webkit-keyframes hoverAnimation {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes hoverAnimation {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1
    }

    40%,
    to {
        height: 75px;
        width: 37.5px;
        opacity: 1
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1
    }

    40%,
    to {
        height: 75px;
        width: 37.5px;
        opacity: 1
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1
    }

    40%,
    to {
        height: 75px;
        width: 37.5px;
        opacity: 1
    }
}

@keyframes ping {
    0% {
        transform: scale(.1, .1);
        opacity: 0
    }

    50% {
        opacity: .65
    }

    to {
        transform: scale(2.5, 2.5);
        opacity: 0
    }
}

@font-face {
    font-family: Indian-Rupee;
    src: url(../fonts/IndianRupee.ttf)
}

.placeholder-item {
    box-shadow: 0 4px 10px 0 rgba(33, 33, 33, .15);
    border-radius: 4px;
    height: 200px;
    position: relative;
    overflow: hidden
}

.placeholder-item::before {
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0, #e8e8e8 50%, transparent 100%);
    animation: load 1s cubic-bezier(.4, 0, .2, 1) infinite
}

.page-content {
    background: #fff;
    padding: 25px 0
}

.placeholder-content {
    height: 205px;
    overflow: hidden;
    background: #000;
    position: relative;
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: placeholderAnimate;
    animation-name: placeholderAnimate;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
    background-size: 1300px
}

.placeholder-content_item {
    width: 100%;
    height: 20px;
    position: absolute;
    background: #fff;
    z-index: 2
}

.placeholder-content_item:after,
.placeholder-content_item:before {
    width: inherit;
    height: inherit;
    content: "";
    position: absolute
}

.placeholder-content_item:nth-child(1) {
    top: 0;
    left: 0
}

.placeholder-content_item:nth-child(2) {
    top: 20px;
    left: 0;
    width: 0;
    height: 90px
}

.placeholder-content_item:nth-child(3) {
    top: 0;
    left: 0;
    width: 0;
    height: 100%
}

.placeholder-content_item:nth-child(4) {
    top: 20px;
    width: 20px;
    left: 170px;
    height: 90px
}

.placeholder-content_item:nth-child(5) {
    top: 40px;
    left: 190px;
    height: 12px
}

.placeholder-content_item:nth-child(6) {
    top: 75px;
    left: 190px;
    height: 12px
}

.placeholder-content_item:nth-child(7) {
    top: 20px;
    right: 0;
    width: 23%;
    height: 20px
}

.placeholder-content_item:nth-child(8) {
    top: 0;
    right: 0;
    width: 0;
    height: 100%
}

.placeholder-content_item:nth-child(9) {
    top: 110px;
    height: 17px;
    left: 0
}

.placeholder-content_item:nth-child(10) {
    top: 149px;
    height: 12px;
    left: 0
}

.placeholder-content_item:nth-child(11) {
    top: 183px;
    left: 0;
    height: 100%
}

body,
html {
    overflow-x: hidden !important;
    padding: 0 !important
}

#preloader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    overflow: visible;
    background: #fff url(../image/preloader.gif) no-repeat center center
}

.footer-links,
.footer-links.x2-list {
    padding: 0;
    list-style: none;
    display: block
}

.footer-links li {
    display: block;
    padding-bottom: 10px
}

.footer-links.x2-list li {
    display: inline-block;
    width: 48%;
    padding-bottom: 10px
}

.u-header,
.u-sidebar {
    z-index: 99999
}

.modal {
    padding: 0 !important;
    z-index: 999999
}

.modal-backdrop.show {
    opacity: .8
}

.opacity-0 {
    opacity: 0
}

.row.spno [class*=col-],
.spno [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.row.spno,
.spno {
    margin-left: 0;
    margin-right: 0
}

.mt--15 {
    margin-top: -15px;
    z-index: 99
}

.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100%
}

.price-label {
    font-size: .875rem;
    margin: 0;
    color: #000;
    font-weight: 600
}

.banner-3-2 {
    height: 550px
}

.banner-1-1 {
    height: 275px
}

.product-category {
    max-width: 122px;
    margin: auto;
    display: block
}

.product-category-icon {
    height: 4.688rem;
    overflow: hidden;
    width: 7.625rem;
    margin: auto;
    background: #0000
}

.product-category-icon .category-icon {
    height: 70px;
    width: auto;
    margin: auto;
    padding-top: 1rem
}

.product-category-name h6 {
    margin: 0;
    text-align: center;
    padding: .5rem .5rem 0;
    line-height: 20px
}

.product-category-icon:hover .category-icon {
    filter: grayscale(1)
}

.product-category-icon:hover .product-category-name h6 {
    color: #fff
}

@media screen and (max-width:768px) {
    .product-category {
        max-width: 122px
    }

    .product-category-icon {
        height: 3.5rem;
        width: 5rem;
        margin: auto
    }

    .product-category-icon .category-icon {
        height: 50px;
        padding-top: .75rem
    }

    .bg-on-hover:hover {
        transform: scale(1.05)
    }

    .product-category-name h6 {
        padding: .2rem 0 0;
        font-size: 12px;
        line-height: 14px
    }
}

.black-gradiant-1,
.black-gradiant-2,
.black-gradiant-3 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b393a", endColorstr="#3b393a", GradientType=1)
}

.black-gradiant-3 {
    background: #000;
    background: -moz-linear-gradient(45deg, #000 0, #3b393a 100%);
    background: -webkit-linear-gradient(45deg, #000 0, #3b393a 100%);
    background: linear-gradient(45deg, #000 0, #3b393a 100%)
}

.black-gradiant-1,
.black-gradiant-2 {
    background: #3b393a
}

.black-gradiant-2 {
    background: -moz-linear-gradient(150deg, #3b393a 0, #000 33%, #000 66%, #3b393a 100%);
    background: -webkit-linear-gradient(150deg, #3b393a 0, #000 33%, #000 66%, #3b393a 100%);
    background: linear-gradient(150deg, #3b393a 0, #000 33%, #000 66%, #3b393a 100%)
}

.black-gradiant-1 {
    background: -moz-linear-gradient(110deg, #3b393a 0, #000 50%, #3b393a 100%);
    background: -webkit-linear-gradient(110deg, #3b393a 0, #000 50%, #3b393a 100%);
    background: linear-gradient(110deg, #3b393a 0, #000 50%, #3b393a 100%)
}

.usp-row {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.usp-row .usp-col {
    width: calc(100%/6 - 6px);
    border-left: 1px solid rgba(255, 255, 255, .5);
    height: 100%;
    display: inline-block;
    text-align: center;
    min-height: 152px;
    vertical-align: top;
    padding: 15px 10px 10px;
    cursor: pointer
}

.table-compare-list-2 td:first-child,
.table-compare-list-2 th:first-child,
.usp-row .usp-col:first-child {
    border-left: 0
}

.card-usp {
    padding: 20px 0;
    position: relative
}

.usp-section .icon img,
.usp-section .icon svg {
    height: 65px;
    width: 65px;
    margin: auto;
    display: block;
    filter: grayscale(1);
    transition: .3s
}

.usp-section:hover .icon img,
.usp-section:hover .icon svg {
    filter: grayscale(0);
    transform: scale(1.05)
}

.usp-section h6 {
    margin: 15px 0 0;
    color: #fff;
    font-size: 16px;
    transition: .3s
}

.usp-section p {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 14px
}

button.usp-label {
    padding: 7px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 4px 12px #383838;
    top: -20px;
    margin: auto;
    left: 0;
    right: 0
}

.u-slick.slick-initialized .js-next,
.u-slick.slick-initialized .js-prev {
    opacity: 1;
    height: 30px;
    width: 30px;
    text-align: center;
    box-shadow: 0 0 2px #78909c;
    line-height: 30px;
    border-radius: 50%;
    color: #fff !important;
    background: #0061e0
}

.bg-primary-2,
button.usp-label {
    background: #0061e0
}

.feature-treading.nav-classic .nav-link.active {
    border-bottom-color: transparent
}

.feature-treading .nav-tab .nav-link.active::after {
    background-color: transparent
}

.feature-treading .nav-tab .nav-link,
.nav-classic .nav-link:hover,
.usp-section:hover h6 {
    color: #fed700
}

.feature-treading .nav-classic .nav-link.active {
    color: #fff
}

.js-slide .top-brand {
    margin: 2px 10px;
    min-height: 100px
}

.js-slide .top-brand img {
    max-height: 75px
}

.bg-blue-2 {
    background-color: #0061e0
}

.explore-product {
    padding: 40px 0
}

.explore-product ul {
    counter-reset: my-awesome-counter;
    margin-bottom: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    list-style: none;
    padding: 48px 28px 10px 50px;
    height: 445px;
    width: 420px;
    overflow-y: scroll;
    scroll-behavior: smooth
}

.explore-product ul::-webkit-scrollbar {
    display: none
}

.explore-product ul li {
    counter-increment: my-awesome-counter;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    transition: .5s
}

.explore-product ul li::before {
    content: "0" counter(my-awesome-counter);
    font-weight: 700;
    line-height: 1;
    top: 5px;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 18px;
    transition: .5s
}

.explore-product ul li.active h4,
.explore-product ul li.active::before {
    color: #f0cd0b
}

.explore-product ul li h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: .5s
}

.explore-product ul li a {
    display: none;
    font-size: 12px;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.explore-product ul li.active a,
.video-container.active {
    display: block
}

.item input[type=radio],
.product-videos-slide .plyr .plyr__control[data-plyr=play] svg,
.video-container,
.video-container .plyr .plyr__control svg {
    display: none
}

@media (min-width:1600px) {
    .explore-product ul li {
        counter-increment: my-awesome-counter;
        padding-bottom: 43px;
        padding-right: 60px;
        padding-left: 30px;
        position: relative
    }

    .explore-product ul {
        width: 520px;
        height: 535px
    }
}

.product-item__outer .product-item__inner:hover .product-item__body a {
    overflow: hidden
}

.product-item__outer .product-item__inner:hover .product-item__body a img {
    -webkit-transition: .4s ease;
    transition: .4s ease;
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.overlay-inner-section {
    z-index: 3;
    box-shadow: none;
    outline: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 40px;
    width: 260px
}

.video-container .plyr__video-wrapper:before {
    content: '';
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    background: rgba(0, 0, 0, .5)
}

.video-container.is-play .plyr .plyr__video-wrapper:before {
    opacity: 0;
    display: none
}

.product-videos-slide .plyr .plyr__control[data-plyr=play],
.video-container .plyr .plyr__control {
    background: #fed700;
    height: 60px;
    width: 60px
}

.product-videos-slide .plyr .plyr__control[data-plyr=play]:after,
.video-container .plyr .plyr__control:after {
    content: '►';
    position: absolute;
    height: 45px;
    width: 45px;
    color: #fff;
    left: 10px;
    top: 3px;
    font-size: 30px
}

.video-container .plyr--paused .plyr__controls {
    opacity: 0;
    transition: .5s
}

.video-container .plyr--paused .plyr__poster {
    opacity: 1 !important
}

.overlay-inner-section h4 {
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    margin-bottom: 0;
    color: #fff
}

.ytp-chrome-top.ytp-show-cards-title,
.ytp-pause-overlay-controls-hidden .ytp-pause-overlay {
    display: none !important
}

.overlay-inner-section a.explore-more {
    box-shadow: 4px 4px 10px 0 #fff;
    padding: 5px 15px;
    background: #222;
    background: -webkit-linear-gradient(150deg, #000 0, #3b393a 100%);
    background: linear-gradient(150deg, #000 0, #3b393a 100%);
    color: #fff;
    font-size: 14px;
    border-radius: 20px
}

.explore-product ul li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background: linear-gradient(0deg, #000 0, rgba(236, 236, 236, .5) 100%);
    bottom: 10px
}

.explore-product ul li:last-child:after {
    display: none
}

.text-blue-2 {
    color: #0061e0
}

.bg-on-hover:hover .hover-zoom i {
    transform: scale(1.3);
    transition: transform 1s, visibility 1s ease-in
}

.bg-on-hover:hover div h6 {
    color: #fff !important;
    transform: scale(.8)
}

.btn-primary-2 {
    background: #0061e0
}

.bg-on-hover,
.bg-on-hover div h6,
.hover-zoom i {
    transform: scale(1);
    transition: transform 1s, visibility 1s ease-in
}

.bg-on-hover:hover {
    transform: scale(1.2)
}

@media (min-width:1200px) {

    .u-header__navbar-brand,
    .u-header__navbar-brand>img {
        width: 13.375rem
    }
}

@media (min-width:739px) {
    .mb--lg-14 {
        margin-bottom: -14px
    }

    .mb--lg-15 {
        margin-bottom: -15px
    }

    .mb--lg-5 {
        margin-bottom: -5px
    }
}

@media (max-width:738px) {

    .banner-1-1,
    .banner-3-2 {
        height: 100%
    }

    .explore-product {
        padding: 20px 0
    }

    .explore-product ul {
        padding: 15px
    }

    .explore-product ul li {
        padding-bottom: 10px;
        padding-right: 0;
        padding-left: 23px
    }
}

.text-yellow {
    color: #fed700 !important;
    transition: transform 1s, visibility 1s ease-in
}

.hover-text-white:hover {
    color: #fff !important
}

.hover-text-black:hover {
    color: #000 !important
}

.rupees {
    font-family: Indian-Rupee, sans-serif
}

button.add-wishlist {
    border: 1px solid #f1f1f1;
    background: 0 0;
    outline: 0;
    position: absolute;
    line-height: 25px;
    height: 25px;
    padding: 0;
    right: 20px;
    border-radius: 50%;
    text-align: center;
    top: 16px;
    width: 25px
}

button.add-wishlist:hover,
button.quick-view,
button.quick-view:hover {
    color: #5e5e5e !important;
    background: #f0f0f0
}

button.quick-view {
    border: 1px solid #f1f1f1;
    background: 0 0;
    outline: 0;
    position: absolute;
    line-height: 24px;
    height: 25px;
    padding: 0;
    right: 55px;
    border-radius: 50%;
    text-align: center;
    top: 16px;
    width: 25px
}

.dis-per-sm {
    min-width: 35px;
    background: #e00;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 2px 10px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 18px
}

.text-blue-2.hover-zoom {
    box-shadow: 0 0 10px 1px #fed700
}

.black-gradiant-4 {
    background-color: #2d3436;
    background-image: linear-gradient(315deg, #2d3436 0, #000 74%)
}

.black-gradiant-3 .u-hamburger__inner,
.black-gradiant-3 .u-hamburger__inner::after,
.black-gradiant-3 .u-hamburger__inner::before {
    background-color: #fff
}

.height-15,
.width-15 {
    width: 15px;
    height: 15px
}

.product-item .product-item__footer {
    display: block
}

.item {
    height: 40px;
    width: 110px;
    text-align: center;
    display: inline-block;
    color: #fff
}

.item#other_amount {
    width: 136px;
    vertical-align: middle
}

.item#other_amount input {
    height: 40px;
    border-radius: 4px;
    border: 1px solid #0061e0;
    color: #0061e0;
    font-weight: 600;
    font-size: 15px
}

.item .wrapper {
    position: relative;
    display: inline
}

.item .background {
    display: inline-block;
    vertical-align: middle;
    background: #0061e0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 5px
}

.item .text {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    font-weight: 600;
    right: 0
}

.item input[type=radio]:checked+label .background,
.time-slots-list li label input:checked~span {
    background: #000
}

.item input[type=radio]:checked+label .text:before {
    content: '\2713 ';
    font-size: 11px;
    padding-right: 5px
}

.gift-card-preview {
    background: #fff2ef;
    padding: 40px 0
}

.card.gift-card {
    padding: 0;
    border: #ffdead;
    border-radius: 0;
    box-shadow: 0 0 10px #eee
}

.card.gift-card .card-body {
    padding: 0
}

.gift-content .gift-wish-name {
    text-align: left;
    padding: 20px 0;
    margin: 0;
    line-height: 42px;
    font-size: 36px;
    font-family: 'Caveat', cursive
}

.gift-content .gift-tag-line {
    text-align: left;
    margin-bottom: 15px;
    font-weight: 400;
    color: #000
}

.gift-content {
    font-size: 12px
}

.gift-content .gift-from,
p.gift-exp {
    font-size: 16px;
    font-weight: 600;
    color: #0061e0;
    margin-bottom: 20px
}

.gift-content img {
    margin: auto;
    display: block
}

.gift-content,
.gift-inner {
    position: relative
}

.gift-inner .gift-bg-layer {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.gift-content {
    padding: 0 20px
}

.gift-outer {
    position: relative;
    overflow: hidden
}

h4.gift-price {
    font-size: 14px;
    color: #222;
    margin-top: 20px
}

h4.gift-price span {
    font-size: 24px;
    color: #0061e0;
    font-weight: 600
}

p.gift-exp {
    color: #000;
    font-weight: 400;
    font-size: 12px
}

p.gift-exp span {
    font-weight: 600
}

.search-categories-select {
    background: 0 0;
    color: #fed700;
    outline: 0;
    padding-left: 20px;
    border: 2px solid #fff;
    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;
    border-right: 0;
    position: relative
}

.search-categories-select:after {
    content: '|';
    position: absolute;
    width: 3px;
    font-size: 24px;
    top: 0;
    right: -12px;
    color: #fff
}

.search-categories-select i {
    vertical-align: middle;
    transition: .5s
}

.search-categories-select[aria-expanded=true] i {
    transform: rotate(180deg);
    vertical-align: baseline
}

.home-slide .slick-track {
    display: flex !important
}

.home-slide .slick-slide {
    height: inherit !important
}

.product-variants {
    list-style: none;
    display: block;
    padding: 0
}

.product-variants li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}

.product-variants li input {
    position: absolute;
    opacity: 0
}

.product-variants li span {
    list-style: none;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #7b8186
}

.product-variants li label {
    margin: auto;
    text-align: center;
    font-weight: 600
}

.product-variants li input:checked~span {
    background: #fefaf6;
    border-color: #e47911
}

section.main-slider {
    background: #2b292a;
    max-height: 556px;
    overflow: hidden
}

.main-slider .slick-list .slick-track .item {
    max-height: 556px;
    position: relative
}

.main-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%
}

.main-slider .slick-slide img,
.slick-list .slick-track .item {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.main-slider .slick-dots {
    list-style: none;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px
}

.main-slider .slick-dots li {
    display: inline-block;
    margin-right: 15px
}

.main-slider .slick-dots li:last-child {
    margin-right: 0
}

.main-slider .slick-dots li button {
    background: #fff;
    border: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #0061e0
}

.main-slider .slick-list .slick-track .item .slide-caption {
    position: absolute;
    bottom: 65px;
    left: 35px;
    text-align: left;
    max-width: 40%
}

.main-slider .slick-list .slick-track .item .slide-caption h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0
}

.main-slider .slick-list .slick-track .item .slide-caption p {
    font-size: 16px;
    color: #f0f0f0;
    margin-bottom: 25px
}

.main-slider .plyr--paused .plyr__controls,
.main-slider .plyr--stopped .plyr__controls {
    transition: .5s;
    opacity: 0
}

.main-slider .slick-list .slick-track .item .slide-caption .slide-btn {
    font-size: 16px;
    position: relative;
    background: #fed700;
    padding: 5px 15px;
    border-radius: 25px;
    color: #111
}

.slick-list .slick-track .item {
    height: 100%
}

.main-slider .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
    opacity: 1
}

.main-slider .slick-dots li.slick-active button {
    background: #0061e0;
    color: #fff
}

@media screen and (min-width:1000px) {
    .home-page-banner .offers-banner img {
        height: 220px;
        object-fit: fill;
        width: 100%
    }

    .main-slider .slick-list .slick-track .item,
    .main-slider .slick-list .slick-track .plyr {
        max-height: 556px;
        position: relative
    }

    .main-slider .plyr__poster {
        background-size: cover
    }
}

@media screen and (min-width:1400px) {
    .home-page-banner .offers-banner img {
        height: 220px;
        object-fit: fill;
        width: 100%
    }
}

@media screen and (min-width:1600px) {
    section.main-slider {
        background: #2b292a;
        max-height: 800px;
        overflow: hidden
    }

    .main-slider .slick-list .slick-track .item {
        max-height: 800px;
        position: relative
    }

    .main-slider .slick-slide .x1-img .image-entity,
    .main-slider .slick-slide .x2-img .image-entity {
        height: 400px
    }

    .main-slider .slick-slide .x2-img,
    .main-slider .slick-slide .x2-img .slide-media {
        height: 800px
    }

    .main-slider .slick-slide .x1-img,
    .main-slider .slick-slide .x1-img .slide-media,
    .main-slider .slick-slide .x1-img .slide-media .embed-player {
        height: 400px;
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .main-slider .x1-img .plyr {
        height: 400px
    }

    .x2-img .plyr--video,
    .x2-img .slide-image {
        height: 800px;
        background-size: cover;
        background-repeat: no-repeat
    }

    .main-slider .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        height: 800px;
        background-position: center;
        background-size: cover
    }

    .main-slider .x1-img .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        height: 400px;
        background-position: center;
        background-size: cover
    }
}

@media screen and (min-width:1220px) and (max-width:1365px) {
    section.main-slider {
        background: #2b292a;
        max-height: 530px;
        overflow: hidden;
        height: 530px
    }

    .main-slider .slick-list .slick-track .item,
    .main-slider .slick-list .slick-track .plyr {
        max-height: 530px;
        position: relative
    }

    .main-slider .slick-slide .x2-img .image-entity {
        height: 530px
    }

    .main-slider .slick-slide .x1-img .image-entity,
    .main-slider .slick-slide .x2-img,
    .main-slider .slick-slide .x2-img .slide-media {
        height: 265px
    }

    .main-slider .slick-slide .x1-img,
    .main-slider .slick-slide .x1-img .slide-media,
    .main-slider .slick-slide .x1-img .slide-media .embed-player {
        height: 265px;
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .main-slider .x1-img .plyr {
        height: 265px
    }

    .x2-img .plyr--video,
    .x2-img .slide-image {
        height: 530px;
        background-size: cover;
        background-repeat: no-repeat
    }

    .main-slider .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        opacity: 1;
        background-size: auto 530px;
        background-position: center
    }

    .main-slider .x1-img .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        background-size: auto 265px
    }

    .main-slider .plyr__video-wrapper,
    .x2-img .plyr--video .plyr__video-wrapper {
        padding: 0 !important;
        height: 530px !important
    }

    .x1-img .plyr--video .plyr__video-wrapper {
        height: 265px !important
    }
}

@media screen and (min-width:1366px) and (max-width:1439px) {
    .main-slider .slick-slide .x2-img .image-entity {
        height: 390px
    }

    .main-slider .slick-slide .x1-img .image-entity {
        height: 145px
    }

    .main-slider .slick-slide .x2-img,
    .main-slider .slick-slide .x2-img .slide-media {
        height: 390px
    }

    .main-slider .slick-slide .x1-img,
    .main-slider .slick-slide .x1-img .slide-media,
    .main-slider .slick-slide .x1-img .slide-media .embed-player {
        height: 145px;
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .main-slider .x1-img .plyr {
        height: 145px
    }

    .x2-img .plyr--video,
    .x2-img .slide-image {
        height: 390px;
        background-size: cover;
        background-repeat: no-repeat
    }

    .main-slider .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        opacity: 1;
        background-size: auto 390px;
        background-position: center
    }

    .main-slider .x1-img .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        background-size: auto 145px
    }

    .main-slider .plyr__video-wrapper,
    .x2-img .plyr--video .plyr__video-wrapper {
        padding: 0 !important;
        height: 390px !important
    }

    .x1-img .plyr--video .plyr__video-wrapper {
        height: 390px !important
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    section.main-slider {
        background: #2b292a;
        max-height: 460px;
        overflow: hidden;
        height: 460px
    }

    .main-slider .slick-list .slick-track .item,
    .main-slider .slick-list .slick-track .plyr {
        max-height: 460px;
        position: relative
    }

    .main-slider .slick-slide .x2-img .image-entity {
        height: 460px
    }

    .main-slider .slick-slide .x1-img .image-entity {
        height: 230px
    }

    .main-slider .slick-slide .x2-img,
    .main-slider .slick-slide .x2-img .slide-media {
        height: 460px
    }

    .main-slider .slick-slide .x1-img,
    .main-slider .slick-slide .x1-img .slide-media,
    .main-slider .slick-slide .x1-img .slide-media .embed-player {
        height: 230px;
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .main-slider .x1-img .plyr {
        height: 230px
    }

    .x2-img .plyr--video,
    .x2-img .slide-image {
        height: 460px;
        background-size: cover;
        background-repeat: no-repeat
    }

    .main-slider .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        opacity: 1;
        background-size: auto 460px;
        background-position: center
    }

    .main-slider .x1-img .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        background-size: auto 230px
    }

    .main-slider .plyr__video-wrapper,
    .x2-img .plyr--video .plyr__video-wrapper {
        padding: 0 !important;
        height: 460px !important
    }

    .x1-img .plyr--video .plyr__video-wrapper {
        height: 230px !important
    }
}

@media screen and (min-width:1600px) and (max-width:1919px) {
    section.main-slider {
        background: #2b292a;
        max-height: 468px;
        overflow: hidden
    }

    .main-slider .slick-list .slick-track .item,
    .main-slider .slick-list .slick-track .plyr {
        max-height: 468px;
        position: relative
    }

    .main-slider .slick-slide .x1-img .slide-media,
    .slick-slide .x1-img .slide-media .embed-player {
        height: 234px;
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .main-slider .slick-slide .x2-img .image-entity {
        height: 468px
    }

    .main-slider .x1-img .plyr {
        height: 234px
    }

    .x2-img .plyr--video,
    .x2-img .slide-image {
        height: 468px;
        background-size: cover;
        background-repeat: no-repeat
    }

    .main-slider .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        opacity: 1;
        background-size: auto 468px;
        background-position: center
    }

    .main-slider .x1-img .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        background-size: auto 234px
    }

    .main-slider .plyr__video-wrapper,
    .x2-img .plyr--video .plyr__video-wrapper {
        padding: 0 !important;
        height: 468px !important
    }

    .x1-img .plyr--video .plyr__video-wrapper {
        height: 234px !important
    }
}

@media screen and (min-width:1920px) and (max-width:2000px) {

    .main-slider .slick-list .slick-track .item,
    .main-slider .slick-list .slick-track .plyr {
        max-height: 546px;
        position: relative
    }

    .slick-slide .x1-img .slide-media .embed-player {
        height: 273px;
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .main-slider .slick-slide .x2-img .image-entity {
        height: 546px
    }

    .main-slider .x1-img .plyr {
        height: 273px
    }

    .x2-img .plyr--video,
    .x2-img .slide-image {
        height: 546px;
        background-size: cover;
        background-repeat: no-repeat
    }

    .main-slider .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        opacity: 1;
        background-size: auto 546px;
        background-position: center
    }

    .main-slider .x1-img .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        background-size: auto 400px
    }

    .main-slider .plyr__video-wrapper,
    .x2-img .plyr--video .plyr__video-wrapper {
        padding: 0 !important;
        height: 546px !important
    }

    .x1-img .plyr--video .plyr__video-wrapper {
        height: 273px !important
    }
}

.kohiapp-left-panel-desktop {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 24px;
    max-width: 325px;
    min-height: 1px;
    padding: 0;
    background-color: #fff;
    overflow: hidden
}

.kohiapp-storelocatormap-container {
    z-index: 1;
    height: 100%;
    background: #f2f2f2;
    cursor: pointer;
    height: calc(100vh - 109px)
}

.kohiapp-storeform-container-desktop {
    height: calc(100vh - 196px)
}

.kohiapp-storeform-container {
    overflow: auto;
    padding: 24px
}

.kohiapp-storelocatorform {
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

.kohiapp-stores-panel {
    min-height: 110px
}

.kohiapp-btn {
    display: inline-block;
    border: 2px solid #000;
    padding: 6px;
    background: 0 0;
    cursor: pointer;
    color: #000;
    outline: 0
}

.kohiapp-btn-primary {
    background: #0061e0;
    color: #fff;
    border-color: #0061e0
}

.kohiapp-storelocatorform-btn {
    margin-left: 2px;
    width: calc(100% - 4px);
    padding: 12px;
    font-size: .88889rem;
    font-weight: 700;
    border-width: 2px;
    letter-spacing: 1px
}

.kohiapp-app-body {
    position: relative;
    min-height: calc(100vh - 145px)
}

.kohiapp-store-list {
    margin: 0;
    width: 100%;
    padding: 0;
    list-style: none
}

.kohiapp-store {
    width: 100%;
    padding: 15px;
    font-size: .55556rem;
    box-shadow: 0 0 15px 0 #e6e6e6;
    margin-top: 15px;
    border-radius: 4px
}

.kohiapp-store .store-img img {
    max-height: 150px
}

.kohiapp-store-toprow {
    justify-content: space-between;
    display: flex;
    padding: 10px 0;
    cursor: pointer;
    outline: 0
}

.kohiapp-store-ser-num {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #f3f3f3;
    font-size: .77778rem;
    line-height: 25px;
    text-align: center;
    color: #000
}

.kohiapp-store-distance {
    padding: 0;
    font-size: .77778rem
}

.kohiapp-store-details {
    display: flex
}

.kohiapp-store-details-actions {
    width: 100%
}

.kohiapp-store-desc {
    margin-bottom: 16px;
    cursor: pointer;
    font-style: normal;
    text-transform: capitalize;
    outline: 0
}

.kohiapp-store-name {
    position: relative;
    font-size: .66667rem;
    font-weight: 600
}

.kohiapp-store-desc-fields {
    margin: 0 auto 12px;
    font-size: .66667rem;
    line-height: 16px
}

.kohiapp-store-more-heading {
    position: relative;
    justify-content: flex-start;
    display: flex
}

.kohiapp-locator-image img {
    opacity: 1;
    z-index: 0;
    width: 100%
}

.kohiapp-store-actions button {
    border: 2px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px
}

.kohiapp-store-actions {
    margin-right: 10px;
    width: auto;
    text-align: center
}

.kohiapp-shopstore-action i,
.kohiapp-shopstore-action strong {
    color: #ffbc00
}

.kohiapp-store-actions i {
    font-size: .77778rem;
    font-weight: 700
}

.kohiapp-info-action i {
    font-size: 1rem;
    color: #000
}

.kohiapp-store-direction-wrapper i {
    display: inline-block;
    color: #0062bd
}

.kohiapp-shopstore-action {
    margin-left: 10px;
    color: #ffbc00
}

.kohiapp-info-action {
    color: #8adbd4
}

.kohiapp-direction-action {
    color: #0062bd
}

.kohiapp-shopstore-action button {
    border-color: #ffbc00
}

.kohiapp-info-action button {
    border-color: #000
}

.kohiapp-direction-action button {
    border-color: #0062bd
}

.kohiapp-store-list-heading {
    border-bottom: 1px solid #ccc;
    padding: 6px 0 16px;
    font-size: .88889rem;
    text-align: center
}

.kohiapp-stckyclass {
    z-index: 2;
    top: 0;
    left: 24px;
    background-color: #fff
}

.kohiapp-storelocatorform-autocomplete {
    z-index: 2;
    width: 100%
}

.kohiapp-storelocator-form-fields {
    position: relative;
    z-index: 1;
    height: 72px
}

.kohiapp-autocomplete {
    position: relative;
    display: inline-block
}

.kohiapp-inp {
    border: 2px solid #d4d4d4;
    padding: 6px;
    outline: 0
}

.kohiapp-storelocatorform-input {
    display: block;
    width: 100%;
    padding: 14px 40px 14px 16px;
    background-color: #f4f4f5;
    font-size: .77778rem;
    border-color: #f4f4f5;
    caret-color: #f39;
    letter-spacing: 1px
}

.kohiapp-clear-input {
    position: absolute;
    z-index: 3;
    top: 5px;
    right: 0;
    display: inline-block;
    border: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    color: #f39
}

.kohiapp-slform-legend {
    margin: 0 auto 15px;
    font-size: 1.33333rem;
    font-weight: 600;
    text-align: center
}

.kohiapp-hide-scrollbar {
    position: fixed;
    overflow-y: scroll
}

.kohiapp-custom-scrollbar::-webkit-scrollbar,
.kohiapp-storelocatorform-autocomplete .kohiapp-autocomplete-list-container::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.kohiapp-custom-scrollbar::-webkit-scrollbar-track,
.kohiapp-storelocatorform-autocomplete .kohiapp-autocomplete-list-container::-webkit-scrollbar-track {
    background: #e4e4e4
}

.kohiapp-custom-scrollbar::-webkit-scrollbar-thumb,
.kohiapp-storelocatorform-autocomplete .kohiapp-autocomplete-list-container::-webkit-scrollbar-thumb {
    background: #a7a7a7
}

.kohiapp-locator-image {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%
}

.kohiapp-hide {
    display: none !important
}

.kohiapp-store-hidden-details {
    position: absolute;
    z-index: 1;
    top: 78px;
    left: 0;
    margin: 0 auto 8px;
    border: 1px solid #0062bd;
    width: 100%;
    padding: 16px;
    background-color: #0062bd;
    font-size: 13px;
    text-align: left;
    display: none
}

.kohiapp-store-actions p {
    position: relative;
    margin: 8px auto 0;
    font-size: .55556rem;
    text-transform: uppercase;
    color: #000
}

.kohiapp-store-hidden-details p {
    margin: 0 0 4px;
    color: #fff
}

.kohiapp-store-hidden-details span {
    font-size: 13px;
    color: #fff
}

.kohiapp-store-timings {
    margin-top: 16px
}

.kohiapp-store-hidden-details.is-active {
    display: block
}

.kohiapp-store-name {
    font-size: 14px;
    margin-bottom: 5px
}

.kohiapp-stores-found-gif-container {
    margin-top: 20px
}

.kohiapp-stores-found-error-msg h4 {
    margin: 8px 0;
    font-size: 1.33333rem;
    text-align: center
}

.kohiapp-no-stores-msg {
    margin: 0;
    font-size: .88889rem;
    text-align: center
}

.current-location-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500000;
    background: rgba(0, 0, 0, .8);
    display: none;
    overflow-x: hidden
}

.close-current-location {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    height: 30px;
    width: 30px;
    cursor: pointer
}

.current-location {
    background-color: #f3f3f3
}

.search-pincode-inputBox {
    padding-right: 40px;
    position: relative
}

.current-location-search-selction .input-box .search-btn {
    position: absolute;
    right: 15px;
    top: 7px;
    font: 20px/1 font-electro;
    background: 0 0;
    border: 0;
    outline: 0
}

.current-location-search-selction .input-box {
    position: relative
}

.current-location-title {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    color: #0061e0
}

.search-container {
    padding: 20px 0
}

ul.store-list {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 30px
}

.time-slots-list li,
ul.store-list li {
    display: inline-block;
    width: calc(100%/5 - 5px);
    margin-bottom: 10px
}

.current-location-selected {
    background: #0061e0
}

.btn-section-current-location,
ul.store-list {
    position: relative
}

.btn-section-current-location:after {
    content: '\42';
    font: 14px/1 font-electro;
    position: absolute;
    top: 17px;
    right: 10px;
    transform: rotate(180deg);
    font-size: 16px
}

.btn-section-current-location .btn-current-location {
    border-radius: 0;
    color: #000;
    padding: 15px 30px 15px 15px;
    max-width: 150px;
    font-weight: 400;
    background: #fed700;
    cursor: pointer
}

#pincode-error {
    position: absolute;
    display: block;
    color: #e15b4f;
    left: 50%;
    text-align: center;
    margin: 2px auto auto;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 10px
}

.loc-popup-container {
    width: 350px;
    background: #fff;
    padding: 10px;
    height: auto;
    position: fixed;
    margin: 0 auto;
    z-index: 999999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    top: 10px;
    right: 10px;
    display: none
}

.loc-popup-container .loc-popup-msg {
    color: #1f1e1e;
    line-height: 100%;
    font-size: 13px;
    margin-bottom: 10px
}

.loc-popup-container .popup-hide {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 23px;
    width: 23px;
    line-height: 23px;
    border-radius: 50%;
    background: #f1f1f1;
    text-align: center;
    cursor: pointer
}

.sm-btn {
    height: 24px;
    width: auto;
    padding: 0 12px;
    margin-left: 15px;
    color: #222;
    font-size: 13px;
    line-height: 23px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #cbcbcb
}

.sm-btn.bg-blue-2 {
    border: #0061e0;
    color: #fff
}

.testimonial3 h1,
.testimonial3 h2,
.testimonial3 h3,
.testimonial3 h4,
.testimonial3 h5,
.testimonial3 h6 {
    color: #3e4555
}

.testimonial3 .font-weight-medium {
    font-weight: 500
}

.testimonial3 .bg-light {
    background-color: #f4f8fa !important
}

.testimonial3 .subtitle {
    color: #8d97ad;
    line-height: 24px
}

.testimonial3 .testi3 .card-body {
    padding: 40px
}

.testimonial3 .testi3 h6 {
    line-height: 26px
}

.testimonial3 .testi3 .thumb-img img {
    width: 60px
}

.testimonial3 .testi3 .customer {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.testimonial3 .card.card-shadow {
    -webkit-box-shadow: 0 0 10px 4px rgba(115, 128, 157, .1);
    box-shadow: 0 0 10px 4px rgba(115, 128, 157, .1);
    margin: 15px 14px
}

.testimonial3 .font-10 {
    font-size: 10px
}

.testimonial3 .text-success {
    color: #2cdd9b !important
}

.testimonial3 .text-muted {
    color: #8d97ad !important
}

.modal-close {
    position: absolute;
    right: 0;
    top: -32px;
    opacity: 1;
    color: #fff
}

.header-store-detail-modal .kohiapp-post-profile,
.header-store-enquiry .kohiapp-post-profile {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 2rem;
    box-shadow: 0 0 11px 6px rgba(198, 198, 198, .17);
    margin-bottom: 15px;
    border-radius: 10px
}

.header-store-detail-modal .kohiapp-post-profile .img-wrap,
.header-store-enquiry .kohiapp-post-profile .img-wrap {
    overflow: hidden;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0 0 20px 0 #e6e6e6
}

.header-store-detail-modal .kohiapp-post-profile .desc,
.header-store-enquiry .kohiapp-post-profile .desc {
    width: 66%;
    padding-left: 30px;
    align-self: center
}

.kohiapp-post-profile .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    color: #0061e0;
    margin-bottom: 5px
}

.kohiapp-post-profile .store-name {
    font-size: 15px;
    font-weight: 300
}

.ConnectToPhoneModal {
    margin-right: 15px
}

.appointment-calender.slick-initialized .js-next {
    right: -40px
}

.appointment-calender.slick-initialized .js-prev {
    left: -40px
}

.appointment-calender {
    background: #f8f8f8 !important;
    padding: 10px 0
}

.appointment-calender .appoint-date,
.time-slots-list li label span {
    text-align: center;
    cursor: pointer
}

.appointment-calender .slick-slide {
    border: 1px solid #fff;
    padding: 5px
}

.appointment-calender .slick-current {
    background: #fed700;
    border: 1px solid #0061e0
}

.appointment-time-slots {
    min-height: 240px
}

.time-slots-list {
    padding: 0;
    margin-top: 20px;
    list-style: none;
    display: block;
    margin-bottom: 0
}

.time-slots-list li {
    cursor: pointer;
    width: calc(100%/4 - 10px);
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    margin-right: 10px
}

.time-slots-list li label {
    width: 100%;
    margin: 0
}

.time-slots-list li label span {
    display: block;
    height: 50px;
    padding: 10px 0;
    width: 100%;
    background: #0061e0;
    font-size: 16px;
    line-height: 30px;
    color: #fff
}

.time-slots-list li label input:disabled~span {
    background: #e6e6e6;
    color: #000;
    cursor: not-allowed
}

.time-slots-list li label input {
    position: absolute;
    left: 0;
    opacity: 0
}

.time-slots-list .invalid-feedback {
    position: absolute;
    display: none !important
}

.intro-slot-color ul {
    display: block;
    list-style: none;
    padding-left: 0;
    margin: 0
}

.intro-slot-color ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    line-height: 20px;
    cursor: help
}

.intro-slot-color ul li span {
    height: 20px;
    margin-right: 5px;
    width: 30px;
    vertical-align: middle;
    display: inline-block
}

.intro-slot-color ul li span.full-slot {
    background: #e6e6e6
}

.intro-slot-color ul li span.empty-slot {
    background: #0061e0
}

.modal-left-banner {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 300px;
    background: #fff
}

#user_browser_visit .form-group {
    margin-bottom: 20px
}

#UserDetailget .modal-content {
    border-radius: 0;
    border: 0
}

#UserDetailget,
.modal-open {
    padding: 0 !important
}

.modal-left-banner img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.user-detail-form {
    padding: 15px 10px
}

#user_browser_visit .form-control {
    border-radius: 0;
    height: 36px
}

.user-detail-form button[type=submit] {
    height: 36px;
    padding: 5px 10px;
    border-radius: 0;
    margin-top: 10px
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 910px
    }
}

.u-header-topbar__nav-item+.u-header-topbar__nav-item-border-single>div::before,
.u-header-topbar__nav-item+.u-header-topbar__nav-item-border::before {
    margin: 0 .5rem
}

.offer-msg {
    position: relative;
    height: 40px
}

.offer-msg.no-height {
    height: auto
}

.offer-msg li img {
    max-width: 180px;
    max-height: 40px
}

.offer-msg li:last-child img {
    max-width: 180px;
    max-height: 40px
}

.bubble1,
.bubble2 {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    position: Absolute;
    left: 0;
    width: 180px
}

.bubble2 {
    left: 185px
}

.mobile-search-bar input {
    border-right: 0
}

.mobile-search-bar button {
    height: calc(1.5em + 1.34rem + 2px);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    outline: 0;
    background: #fff;
    overflow: hidden
}

.mobile-search-bar button i {
    font-size: 20px !important;
    vertical-align: middle
}

.mobile-search-bar button:last-child {
    border-right: 1px solid #ddd
}

.mobile-search-bar input:focus,
.mobile-search-bar input:hover {
    border-color: #ddd
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin: 0
}

.circle-team-clip li,
.rating-stars ul>li.star {
    display: inline-block
}

.rating-stars ul>li.star>i.fa {
    font-size: 26px;
    color: #ccc
}

.rating-stars ul>li.star.hover>i.fa {
    color: #ffcc36
}

.rating-stars ul>li.star.selected>i.fa {
    color: #ff912c
}

.icon-coupon {
    font-size: 16px;
    font-weight: 600;
    color: #0062bd
}

.icon-coupon img {
    height: 30px;
    margin-right: 10px
}

.coupon-code {
    border: dashed 1px #0062bd;
    padding: 4px 10px;
    display: inline-block;
    margin-right: 5px;
    color: #0062bd;
    margin-bottom: 10px;
    -webkit-animation-name: flash;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}

.vc {
    background: #0062bd;
    border-radius: 30px 0 0 30px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 2px 18px;
    position: relative;
    font-size: 14px;
    border-right: 1px dashed #fff
}

.vc:after,
.vc:before {
    width: 0;
    height: 0;
    position: absolute;
    content: ""
}

.vc:after {
    border: 12.5px solid transparent;
    border-top-color: #0062bd;
    right: -26px;
    top: 0;
    border-left-color: #0062bd
}

.vc:before {
    border: 13px solid transparent;
    border-bottom-color: #0062bd;
    right: -25px;
    top: -1px
}

@media screen and (min-width:768px) {
    .top-banner-section {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 600px;
        grid-column-gap: 0;
        grid-row-gap: 0;
        align-content: center;
        justify-content: center
    }

    .top-banner-section .banner-image-div,
    .top-banner-section .banner-overlay-div,
    .top-banner-section .banner-text-div {
        grid-area: 1/1/2/2
    }

    .banner-image {
        display: grid;
        min-width: 600px;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .banner-overlay-div {
        display: grid;
        max-width: 100%;
        background: #000;
        background: linear-gradient(60deg, rgba(0, 0, 0, .7777485994) 30%, rgba(255, 255, 255, 0) 100%);
        padding: 80px 0
    }

    .banner-text-div {
        display: grid;
        align-items: center;
        margin-left: 15px;
        margin-right: 15px
    }

    .banner-h1-text {
        font-weight: 400;
        font-size: 36px;
        line-height: 1.1;
        color: #fff
    }

    .banner-body-text {
        margin-top: .5em;
        color: #fff;
        font-size: 1em;
        text-decoration: none;
        text-align: justify;
        margin-bottom: 15px
    }

    .banner-body-text:active,
    .banner-body-text:hover,
    .banner-body-text:visited {
        color: #fff
    }

    .banner-btn {
        margin-top: 1em
    }

    .banner-btn-item {
        font-size: calc(8pt + .15vw);
        padding: calc(.5em + .08vw);
        color: #00f;
        background-color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        border: 1px solid #fff
    }

    .banner-btn-item:link,
    .banner-btn-item:visited {
        text-decoration: none
    }
}

.banner-text {
    max-width: 620px;
    padding: 54px 64px 52px 58px;
    background: rgba(33, 37, 48, .7)
}

.about-community-board__grid {
    display: flex;
    flex-wrap: wrap;
    padding: 3.5rem 0
}

@media (min-width:501px) {
    .about-community-board__grid {
        padding: 3.5rem 0 7.5rem
    }
}

.about-community-board__grid-cell {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    border: 0
}

@media (min-width:501px) {
    .about-community-board__grid-cell {
        flex-basis: 33%
    }

    .about-community-board__grid-cell:nth-child(-n+3) {
        border-bottom: 2px solid #fff
    }

    .about-community-board__grid-cell:nth-child(2),
    .about-community-board__grid-cell:nth-child(5) {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff
    }
}

.about-community-board__bold-text {
    display: block;
    font-weight: 700
}

@media (min-width:1025px) {
    .about-community-board__bold-text {
        font-size: 2rem
    }
}

.about-community-board {
    color: #fff;
    position: relative;
    text-align: center
}

.about-community-board__link {
    font-size: .875rem;
    transition: .5s
}

.about-community-board__link:hover,
.coupon-band span:hover {
    color: #fff
}

.about-community-board__text-block {
    display: block
}

[data-background-overlay*=gradient] [data-background-overlay-img] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: contrast(2) grayscale(100%);
    filter: contrast(2) grayscale(100%);
    z-index: -1
}

[data-background-overlay=gradient2]::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fc466b;
    background: -webkit-linear-gradient(to right, #3f5efb, #fc466b);
    background: linear-gradient(to right, #3f5efb, #fc466b)
}

[data-background-overlay*=gradient]::after {
    content: '';
    opacity: .8;
    z-index: -1
}

.about-community-board {
    padding: 3.5rem 0 11.5rem
}

.about-community-board__bold-text {
    font-size: 2rem;
    color: #fff
}

.about-community-board__counter {
    padding: 10px 0
}

.about-community-board .hsg-page-header__edge {
    display: none
}

.about-page-quote {
    position: relative;
    padding-bottom: 5rem;
    padding-top: 3rem;
    background-image: url(//cdn2.hubspot.net/hubfs/53/assets/hubspot.com/about_2019/blobs/Blop-Gray@2x.png);
    background-repeat: no-repeat;
    background-position: center 5rem;
    background-size: 242px
}

.testimonial__container,
.testimonial__layout {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: content-box
}

.testimonial__text-wrapper {
    flex: 1;
    padding: 0 0 0 3rem;
    position: relative
}

.about-page-quote .testimonial__text-wrapper {
    width: 100%;
    max-width: 750px
}

.about-page-quote .testimonial__quote {
    font-size: 2rem;
    z-index: 20;
    position: relative
}

.testimonial__quote i.left--70 {
    position: absolute;
    left: -70px
}

.testimonial__quote i.right-20 {
    position: absolute;
    right: 20px
}

.about-page-quote .testimonial__bottom-content {
    padding: 2rem 0 0;
    margin: 2rem 0 0;
    justify-content: flex-end;
    text-align: right
}

.testimonial__attribution {
    display: flex;
    flex-direction: column;
    margin: 0
}

.testimonial__name {
    font-size: .9375rem;
    line-height: 1.53333em;
    margin: 0
}

.testimonial__company,
.testimonial__title {
    color: #516f90;
    line-height: 1.64286em;
    font-weight: 500;
    font-size: .875rem;
    margin: 0
}

@media (min-width:501px) {
    .about-community-board .hsg-page-header__edge {
        display: initial;
        max-width: 100%;
        overflow: hidden;
        z-index: 0
    }

    .about-page-quote {
        background-size: 436px;
        background-position: center 0;
        padding-top: 5rem;
        margin-top: -5rem
    }
}

@media (min-width:768px) {
    .testimonial__content {
        display: flex;
        align-items: flex-start;
        justify-content: center
    }

    .testimonial__quote span {
        position: relative;
        padding: 0 3rem 0 0
    }
}

.hsg-page-header__edge {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100vw;
    z-index: 10
}

.sec-title .sub-title.primary {
    color: #0062bd
}

.sec-title h2 {
    font-size: 36px;
    line-height: 47px;
    font-weight: 600
}

.sec-title .sub-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 8px
}

.counter-wrap .content-part {
    align-items: center;
    display: flex
}

.counter-wrap .content-part .counter-part {
    border-right: 2px solid #e0dddd;
    padding: 10px 0;
    margin-right: 30px;
    min-width: 154px
}

.counter-wrap .content-part .counter-part .rs-count {
    color: #0062bd;
    line-height: 1;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 7px;
    display: inline-block;
    position: relative
}

.counter-wrap .content-part .counter-part .rs-count.thousand {
    padding-right: 35px
}

.counter-wrap .content-part .counter-part .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px
}

.desc-text .desc,
.sec-title .desc {
    font-size: 1rem
}

.img-part,
.morphin {
    position: relative
}

.morphin {
    border: 10px solid;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    animation: morphin 10s infinite;
    margin: 0 auto;
    border-color: #00588e;
    background: #00588e
}

.img-part .morphin {
    position: absolute;
    right: 50px;
    bottom: 30px;
    width: 400px;
    height: 400px;
    z-index: -1
}

.img-part:after {
    position: absolute;
    content: '';
    bottom: 0
}

.wraping:after,
.wraping:before {
    position: absolute;
    content: '';
    bottom: -1.5px;
    width: 250px;
    background: #fff;
    height: 3px
}

.wraping {
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

.wraping:after {
    left: 210px
}

.wraping:before {
    right: 210px
}

.leader-card {
    position: relative;
    display: block;
    -webkit-box-shadow: 0 4px 15px 0 rgba(43, 45, 56, .2);
    border-radius: 15px;
    box-shadow: 0 4px 15px 0 rgba(43, 45, 56, .2);
    overflow: hidden;
    height: 310px;
    transition: .5s
}

.leader-card:hover {
    -webkit-box-shadow: 0 8px 25px 0 rgba(43, 45, 56, .2);
    box-shadow: 0 8px 25px 0 rgba(43, 45, 56, .2)
}

.leader-card:before {
    height: 133px;
    width: 315px;
    transform: rotate(-45deg);
    background: -moz-linear-gradient(90deg, #fed700 0, #fed7008c 50%);
    background: -webkit-linear-gradient(90deg, #fed700 0, #fed7008c 50%);
    background: linear-gradient(90deg, #fed700 0, #fed7008c 50%);
    left: -170px;
    top: -16px
}

.team-img,
.team-img img {
    position: absolute;
    bottom: 0
}

.team-img {
    right: 20px;
    height: 325px
}

.team-img img {
    z-index: 2;
    border-bottom-right-radius: 30px;
    right: -10px;
    max-width: 200px
}

.leader-card:before,
.team-img .radius-clip,
.team-img img:after {
    content: '';
    position: absolute;
    border-radius: 67px
}

.team-img .radius-clip {
    height: 133px;
    width: 333px;
    right: -60px;
    top: 80px;
    transform: rotate(-45deg);
    background: -moz-linear-gradient(139deg, #bdc3c7 0, #2c3e50 50%);
    background: -webkit-linear-gradient(139deg, #bdc3c7 0, #2c3e50 50%);
    background: linear-gradient(139deg, #bdc3c7 0, #2c3e50 50%)
}

.team-detail {
    position: absolute;
    bottom: 30px;
    left: 35px;
    color: #1c304b;
    z-index: 2
}

.leader-card .team-description {
    font-size: 14px;
    max-width: 350px;
    line-height: 22px;
    position: relative;
    z-index: 2;
    color: #000;
    text-align: justify;
    margin: 34px 37px;
    letter-spacing: 0
}

.team-detail .team-name {
    font-size: 22px;
    font-weight: 700;
    z-index: 2;
    margin: 0
}

.team-detail .team-designation {
    font-size: 16px;
    font-weight: 500;
    z-index: 2;
    margin: 0
}

.leader-card .social-icon {
    background: rgba(255, 255, 255, .5);
    display: inline-block;
    color: #1f1a17;
    font-size: 18px;
    text-decoration: none;
    padding: 2px;
    border: 2px solid #000;
    width: 32px;
    text-align: center;
    height: 32px;
    line-height: 30px;
    border-radius: 7px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 4;
    cursor: pointer
}

.team-img img:after {
    height: 233px;
    width: 415px;
    background: 0 0;
    border-bottom: 100px solid #fff;
    border-left: 100px solid #fff;
    z-index: 3
}

.circle-team-clip {
    list-style: none;
    padding: 0;
    display: block;
    margin: auto;
    text-align: center;
    height: 448px;
    max-width: 1000px;
    position: relative
}

.circle-team-clip li:nth-child(1) {
    position: absolute;
    top: 200px;
    left: 20px
}

.circle-team-clip li:nth-child(1) img,
.circle-team-clip li:nth-child(2) img,
.circle-team-clip li:nth-child(6) img {
    position: relative;
    z-index: 1
}

.circle-team-clip li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1
}

.circle-team-clip li:nth-child(3) {
    position: absolute;
    top: 0;
    right: 200px
}

.circle-team-clip li:nth-child(4) {
    position: absolute;
    top: 200px;
    right: 20px
}

.circle-team-clip li:nth-child(5) {
    position: absolute;
    bottom: 0;
    left: 272px
}

.circle-team-clip li:nth-child(6) {
    position: absolute;
    bottom: 0;
    right: 272px
}

.leadership-title {
    position: absolute;
    top: 58%;
    left: 50%;
    font-size: 35px;
    transform: translate(-50%, -50%);
    font-weight: 700;
    text-align: center;
    color: #281e5d
}

.dots-pattern-left.light,
.dots-pattern-right.light {
    filter: brightness(100);
    transform: rotate(90deg)
}

.dots-pattern-left.light {
    left: 30px
}

.dots-pattern-right.bottom {
    top: auto;
    bottom: 20px
}

.tag-line-leadership {
    color: #1c1e29;
    letter-spacing: -1px;
    margin: auto;
    font-size: 36px;
    font-weight: 600;
    max-width: 800px;
    text-align: center
}

.slider-left.slick-arrow,
.slider-right.slick-arrow {
    height: 50px;
    width: 50px;
    font-size: 25px;
    background: #efefef;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    margin-right: 15px
}

.box,
.section {
    position: relative
}

.box {
    padding: 40px 30px;
    border-radius: 10px;
    overflow: hidden;
    cursor: default
}

.b-cards__list.b-cards-3 {
    row-gap: 25px
}

.box.has-style2,
.box.has-style2 .box-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.box.has-style2 {
    background: #fff;
    box-shadow: 0 0 8px 2px rgba(115, 131, 169, .08);
    transition: .25s ease-in-out;
    flex-direction: column;
    border-radius: 30px
}

.box.has-style2 .box-icon {
    margin-bottom: 15px;
    text-align: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #f0f5ff !important;
    z-index: 0
}

.box.has-style2 .box-icon img {
    height: 45px;
    width: 45px
}

.section .box .box-icon {
    margin-bottom: 14px
}

.box.has-style2 .box-title {
    margin-bottom: 10px;
    text-align: center;
    color: #0062bd;
    font-weight: 600
}

.box.has-style2 .box-desc {
    color: #232323;
    text-align: center;
    margin: 0
}

.section.is-sm {
    padding-top: 120px;
    padding-bottom: 120px
}

.section {
    z-index: 0
}

.mb-16 {
    margin-bottom: 16px
}

.section .box .box-icon i {
    font-size: 30px;
    color: #0062bd;
    font-weight: 600
}

.object img {
    max-width: 10rem
}

.anim-up-down {
    animation-name: anim-up-down;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.block-grid h4 {
    margin: 0 0 10px
}

.block-grid p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 30px
}

.block-grid a.exp-btn {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 5px 45px;
    text-align: center;
    position: relative;
    transition: padding .5s;
    -webkit-transition: padding .5s;
    cursor: pointer;
    text-decoration: none
}

.block-grid a.exp-btn::after,
.block-grid a.exp-btn::before {
    content: '';
    position: absolute;
    top: 20px;
    width: 1px;
    height: 6px;
    background: #fff;
    opacity: 0;
    transition: padding .5s;
    -webkit-transition: padding .5s
}

.block-grid a.exp-btn::after {
    right: 41px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.block-grid a.exp-btn::before {
    right: 37px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.block-grid:nth-child(1),
.block-grid:nth-child(3) {
    background: #00b9f5
}

.block-grid:nth-child(2) {
    background: #213368
}

.b-cards__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.b-cards__list.b-cards-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.b-cards__list.b-cards-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.b-cards__list.\--disable-flickity .b-cards__item {
    width: 100%
}

.c-card__desc p {
    font-size: 15px;
    line-height: 22px;
    margin: 0
}

:root {
    --grid-gutter: 1.75rem;
    --grid-gutter-half: calc(var(--grid-gutter) / 2)
}

@media (min-width:87.5em) {
    :root {
        --grid-gutter: 1.75rem;
        --grid-gutter-half: calc(var(--grid-gutter) / 2)
    }
}

@media (min-width:62em) {
    .b-cards__item {
        padding-right: var(--grid-gutter-half);
        padding-left: var(--grid-gutter-half);
        width: 20%
    }

    .b-cards__list.\--loaded .b-cards__item {
        height: 100%;
        position: relative;
        z-index: 5
    }
}

@media (max-width:768px) {
    .b-cards__list.b-cards-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 25px;
        column-gap: 25px
    }
}

@media (max-width:420px) {
    .b-cards__list.b-cards-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 25px
    }
}

.b-cards__list.\--loaded .b-cards__item {
    height: 100%;
    position: relative;
    z-index: 5
}

.margin-less-120 {
    margin-top: -120px
}

.o-heading__sub {
    color: #0062bd
}

.t-t3 {
    font-size: 2.125em
}

.t-heading strong {
    color: #0062bd;
    background-size: 100% 100%
}

.o-heading__sub+.o-heading__title {
    margin-top: .2em
}

.b-cards__item .box:before {
    content: '';
    width: 273px;
    height: 273px;
    background: #0062bd;
    border-radius: 50%;
    position: absolute;
    top: -148px;
    left: -83px;
    transform: scale(0)
}

.b-cards__item .box:hover .box-desc,
.b-cards__item .box:hover .box-title {
    color: #fff;
    transition: 1.5s
}

.box.has-style2.b-cards__item {
    border-radius: 10px
}

.box.has-style2.b-cards__item:hover {
    border: 0
}

.b-cards__item .box:hover:before {
    transform: scale(1);
    transition: all .5s linear;
    transition-delay: .1s
}

.b-cards__item .box:hover .hover-content:before {
    opacity: 1;
    transform: translate(0, 0);
    transition: all .9s linear
}

.b-cards__item .box .hover-content:after {
    content: '';
    width: 602px;
    height: 602px;
    background: rgba(0, 146, 255, .8);
    border-radius: 50%;
    position: absolute;
    top: -196px;
    left: -180px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0
}

.b-cards__item .box:hover .hover-content:after {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1.3s linear
}

.b-cards__item .box .hover-content:before {
    content: '';
    width: 493px;
    height: 493px;
    background: rgba(0, 146, 255, .6);
    top: -250px;
    left: -180px;
    z-index: 1
}

.b-cards__item .box .hover-content:before,
.b-cards__item .box.hover-content:after,
.pagination button:before {
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, -50%)
}

.b-cards__item .box.hover-content:after {
    content: '';
    width: 602px;
    height: 602px;
    background: rgba(0, 146, 255, .4);
    top: -196px;
    left: -180px;
    z-index: -1
}

.box.has-style2:hover {
    box-shadow: 0 0 10px 0 #e6e6e6
}

.hover-content {
    z-index: -1
}

.heading-tagline {
    color: #1c1e29;
    font: 600 36px/60px Poppins, sans-serif;
    letter-spacing: -.62px;
    margin: 0 0 25px;
    max-width: 480px;
    text-align: left
}

.blogs-detail blockquote {
    margin: 0
}

.content-section h1,
.content-section h3,
.content-section h4 {
    font-size: 22px;
    color: #0061e0;
    font-weight: 600
}

.content-section p {
    color: #151515;
    text-align: justify;
    margin-bottom: 15px
}

@media (min-width:1200px) {
    .profile-spec {
        left: -30px
    }

    .Maw\(800px\) {
        max-width: 800px;
        margin: auto
    }

    .Mt\(-175px\)--lg {
        margin-top: -175px
    }

    .Mt\(-110px\)--lg {
        margin-top: -110px
    }

    .vertical-menu .navbar-expand-xl .u-header__navbar-nav {
        min-height: 220px;
        padding: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .u-header .vertical-menu .vmm-bg img {
        max-height: 230px
    }
}

.pagination button:before {
    background: rgba(0, 0, 0, .2);
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    transition: all 170ms linear;
    top: 50%;
    width: 0
}

.pagination button:hover:not(.active) {
    color: #000
}

.pagination button:hover:not(.active):before {
    -webkit-animation: hoverAnimation 510ms linear forwards;
    animation: hoverAnimation 510ms linear forwards;
    height: 40px;
    width: 40px
}

.pagination button.active {
    background: #fed700;
    color: #000
}

.blogs-card .blogs-card-content p {
    font-size: 14px
}

.scrollspy-indicator-container li.spy-clickable:hover {
    color: #ef5350
}

.scrollspy-indicator-container li.spy-active:before {
    background: #d32f2f
}

.collapsible-link[aria-expanded=true]::before {
    content: "\f106"
}

.home-page-banner .offers-banner img {
    height: 262px;
    object-fit: fill;
    width: 100%
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rj.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.coupon-band {
    min-height: 22px
}

.coupon-band span {
    font-size: 11px;
    color: #fff;
    background: #de4437;
    padding: 2px 7px;
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 5px;
    max-height: 20px;
    min-width: 90px;
    max-width: 115px;
    display: inline-block
}

.coupon-band .highlight {
    height: 22px;
    overflow: hidden
}

.coupon-band .highlight div,
.slidetext {
    white-space: nowrap;
    overflow: hidden
}

.coupon-band.lg-size {
    max-width: 100%;
    min-width: 100%
}

@media screen and (min-width:1200px) {
    .image-sec {
        height: 250px;
        width: 100%;
        overflow: hidden
    }
}

@media screen and (min-width:1600px) {
    .image-sec {
        height: 300px;
        width: 100%;
        margin: auto;
        overflow: hidden
    }
}

.social-networks {
    width: auto
}

.social-networks ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    background: #fff;
    margin: auto;
    padding: 0;
    list-style: none
}

.social-networks ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent
}

.no-js .social-networks ul:after,
.social-networks.open-menu ul:after {
    margin: 8px auto
}

.social-networks li div {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 19px
}

.mail-this {
    color: #fff;
    background: #000
}

.tweet-this {
    color: #fff;
    /* background: #00aced */
    background: #000
}

.facebook-this {
    color: #fff;
    background: #3b5998
}

.whatsapp-this {
    background: #25d366;
    color: #fff
}

@font-face {
    font-family: 'Black Ops One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/blackopsone/v12/qWcsB6-ypo7xBdr6Xshe96H3aDXbtwkh.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Black Ops One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/blackopsone/v12/qWcsB6-ypo7xBdr6Xshe96H3aDvbtw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.backdrop {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    margin: auto;
    display: block
}

.backdrop .text {
    color: #000;
    background-color: #fff;
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    font-weight: bolder;
    text-align: center;
    line-height: 300px;
    margin: 0;
    font-family: "Black Ops One"
}

.inverse {
    color: #fff;
    background-color: #000
}

.backdrop,
.text {
    border-radius: 2px
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    mix-blend-mode: multiply
}

.testimonial.overlay {
    background-color: rgba(0, 255, 255, .1)
}

.testimonial.text {
    font-size: 400pt
}

.read-more-content {
    display: inline;
    color: #0062bd;
    font-weight: 600;
    cursor: pointer
}

.blogs-detail blockquote:before,
.less {
    display: none
}

.bg-blueparple-gradiant {
    background: #0061e0
}

.blogs-card {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    box-shadow: 0 0 2px 0 rgba(33, 37, 41, .15);
    border-radius: 4px;
    overflow: hidden;
    transition: .5s
}

.blogs-card:hover {
    box-shadow: 0 0 16px 0 rgba(33, 37, 41, .15)
}

.blogs-card .blogs-card-content {
    padding: 15px;
    overflow: hidden
}

.blogs-card .blogs-card-content a,
.blogs-card .blogs-card-content h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    color: #1c1c1c;
    transition: .5s
}

.blogs-card .blogs-card-content a:hover,
.blogs-card .blogs-card-content h4:hover {
    color: #d9261c
}

.blogs-card .blogs-card-image,
.blogs-card-recent {
    display: block;
    overflow: hidden
}

.blogs-card .blogs-card-body .blogs-card-image a img {
    object-fit: cover;
    width: 100%;
    height: 250px
}

.blogs-card-recent {
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 4px;
    transition: .5s;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0
}

.blogs-card-recent:last-child {
    border-bottom: 0
}

.blogs-card-recent .blogs-card-body {
    display: flex
}

.blogs-card-recent .blogs-card-content {
    padding: 0 0 0 20px;
    width: 60%;
    align-self: center
}

.blogs-card-recent .blogs-card-content a,
.blogs-card-recent .blogs-card-content h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    color: #1c1c1c;
    transition: .5s;
    margin: 0
}

.blogs-card-recent .blogs-card-content a:hover,
.blogs-card-recent .blogs-card-content h4:hover,
.scrollspy-indicator-container li a {
    color: #000
}

.blogs-card-recent .blogs-card-image {
    overflow: hidden;
    width: 40%
}

.blogs-card-recent .blogs-card-body .blogs-card-image a img {
    object-fit: cover;
    width: 100%;
    height: 125px
}

.pt-100 {
    padding-top: 100px
}

.pb-120 {
    padding-bottom: 120px
}

.content-section a,
.faq-section a,
.vertically-truncated a,
.wishlist-container ul li:hover .product-link p {
    color: #0061e0
}

.content-section ul {
    list-style: none;
    padding-left: 0
}

.content-section ol li::marker {
    display: none;
    list-style-type: none
}

.content-section ul li {
    padding-left: 40px
}

.content-section ol li,
.content-section ul li {
    position: relative;
    margin-bottom: 15px
}

.content-section ul li::before {
    border-radius: 30px;
    border: 2px solid #fed700;
    background: 0 0;
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 8px;
    top: 3px;
    text-align: right
}

@media (min-width:1200px) {
    .profile-spec {
        left: -30px
    }

    .Maw\(800px\) {
        max-width: 800px;
        margin: auto
    }

    .Mt\(-175px\)--lg {
        margin-top: -175px
    }

    .Mt\(-110px\)--lg {
        margin-top: -110px
    }

    .vertical-menu .navbar-expand-xl .u-header__navbar-nav {
        min-height: 220px
    }

    .u-header .vertical-menu .vmm-bg img {
        max-height: 230px
    }
}

.pagination__wrapper {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 17%, #fff 83%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1);
    height: 50px;
    position: relative;
    text-align: center;
    width: 700px;
    margin: auto;
    display: block
}

.pagination__wrapper:after,
.pagination__wrapper:before {
    background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, .1) 17%, rgba(0, 0, 0, .1) 83%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#00000000", GradientType=1);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.pagination__wrapper:before {
    top: -1px
}

.pagination__wrapper:after {
    bottom: -1px
}

.pagination {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

.pagination li {
    display: block;
    float: left;
    padding: 5px
}

.pagination li:first-child {
    border: 0
}

.pagination button,
.pagination span {
    background: 0 0;
    border: 0;
    border-radius: 50%;
    box-sizing: border-box;
    color: #0061e0;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0
}

.pagination button {
    outline: 0;
    position: relative;
    transition: all 170ms linear
}

.pagination .next,
.pagination .prev {
    font-size: 14px
}

.scrollspy-indicator-container {
    list-style: none;
    padding: 0;
    margin: 0
}

.scrollspy-indicator-container li {
    transition: all .15s;
    border-bottom: 1px solid #989898;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
    line-height: 56px;
    padding-left: 20px;
    position: relative
}

.scrollspy-indicator-container li.spy-clickable {
    cursor: pointer
}

.scrollspy-indicator-container li:before {
    content: '';
    font-size: 34px;
    line-height: 1;
    background: #1c1c1c;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%
}

.scrollspy-indicator-container li.spy-active,
.scrollspy-indicator-container li.spy-active a {
    font-weight: 700;
    color: #d32f2f;
    border-left: none
}

.collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: .8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem
}

.black-gradiant-3 {
    background: -moz-linear-gradient(90deg, #181818 0, #000 33%, #000 66%, #181818 100%);
    background: -webkit-linear-gradient(90deg, #181818 0, #000 33%, #000 66%, #181818 100%);
    background: linear-gradient(90deg, #181818 0, #000 33%, #000 66%, #181818 100%)
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rj.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.product-specification {
    font-family: "Roboto Slab"
}

.coupon-band:hover {
    color: #fff
}

.main-slider.u-slick {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../svg/preloaders/circle-preloader.svg);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../svg/preloaders/circle-preloader.svg);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../svg/preloaders/circle-preloader.svg);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../svg/preloaders/circle-preloader.svg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1))), url(../svg/preloaders/circle-preloader.svg);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../svg/preloaders/circle-preloader.svg);
    background-repeat: no-repeat;
    background-position: center
}

.addReadMore li,
.no-js .photostack figure::after,
.product-item:hover::after {
    display: none
}

.btn-share-section {
    max-height: 40px
}

.no-js .social-toggle,
.no-js .social-toggle:hover {
    cursor: default;
    border: 0;
    background: 0 0;
    color: #c8c8c8;
    pointer-events: none
}

.social-networks {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 0;
    -webkit-backface-visibility: hidden;
    position: absolute;
    right: 110px;
    /* z-index: 99999 */
}

.social-gplus {
    background: #e34429
}

.social-twitter {
    background: #6cdfea
}

.no-js .social-networks,
.social-networks.open-menu {
    -webkit-transform: scale(1) translateY(-38px);
    transform: scale(1) translateY(-38px);
    opacity: 1
}

.social-networks li {
    text-align: center;
    float: left;
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    margin: 0 0 0 4px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s ease
}

.share-button a {
    text-decoration: none
}

.social-networks a {
    display: block;
    color: #fff
}

.social-networks a:hover {
    color: #efefef
}

.features-trading-carousel .js-pagination {
    display: none !important
}

.features-trading-carousel .js-prev,
.products-slider .js-prev {
    left: -30px
}

.features-trading-carousel .js-next,
.products-slider .js-next {
    right: -30px
}

.features-trading-carousel .slick-list,
.products-slider .slick-list {
    padding: 0 10px
}

.js-slide.products-group.slick-slide.slick-current.slick-active {
    border-left: 0
}

.js-slide.products-group .product-item::after {
    opacity: 0
}

.js-slide.slick-active .product-item::after {
    opacity: 1
}

.main-slider .u-slick.slick-initialized .js-next,
.main-slider.u-slick.slick-initialized .js-prev {
    z-index: 9999
}

.exchange-container [class^=exchange-] {
    padding: 20px;
    height: 100%;
    display: table-cell
}

.exchange-35 {
    width: 35%;
    background: #f6f6f6
}

.exchange-65 {
    width: 65%
}

ul.list-bullet-1 {
    padding-left: 20px;
    font-size: 12px;
    color: #000
}

.exchange-container .form-control-sm {
    height: calc(1.5em + .75rem + 2px);
    padding: 0 1.125rem 0 10px;
    border-radius: 0
}

.exchange-container .form-check-label {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px
}

.exchange-container .btn {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 500
}

@media screen and (max-width:548px) {
    .exchange-container [class^=exchange-] {
        padding: 20px;
        height: 100%;
        display: block;
        width: 100%
    }
}

.button-group-2 .btn {
    width: calc(100%/2 - 4px)
}

.price-list ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0
}

.price-list ul li {
    width: 200px;
    display: inline-block
}

.price-list ul li:first-child {
    display: inline-block;
    width: 96px;
    text-align: right;
    vertical-align: top;
    padding-right: 5px
}

.dash-line,
.photostack-back p span {
    text-decoration: line-through
}

.joy-price .joy-price-value {
    /* font-size: 18px; */
    font-size: 26px;
    color: #0062bd;
    font-weight: 500;
    margin-top: -2px
}

.joy-price .joy-price-value span.f-dl {
    margin-left: 5px;
    color: #000;
    font-size: 14px
}

.dis-price .dis-price-value {
    color: #0062bd
}

.dis-price p {
    margin: 0;
    color: #000;
    font-size: 12px
}

.dynamicDeliveryMessage,
.emi-offer li {
    margin-bottom: 5px
}

.dynamicDeliveryMessage .DeliveryMessage {
    font-size: 14px
}

.add-acc {
    cursor: pointer;
    width: 100%;
    position: relative
}

.add-acc .input-check {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.add-acc .checklabel {
    position: relative;
    background-color: transparent;
    border: 1.4px solid #c2c2c2;
    border-radius: 1.5px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 20px
}

.add-acc .checklabel:before {
    position: absolute;
    content: "";
    border: solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 12px;
    border-width: 0 3px 3px 0
}

.add-acc .input-check:checked+.checklabel:before {
    display: block
}

.add-acc .input-check:checked+.checklabel {
    background: #2874f0;
    border: #2874f0
}

.selected-item {
    position: absolute;
    right: 10px;
    bottom: 20px;
    max-width: 30px
}

.product-compare {
    margin: 0
}

.product-compare input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.product-compare input:checked+span {
    color: #060606;
    font-weight: 600
}

.product-compare-url-btn {
    font-size: 14px;
    border-radius: 2px;
    color: #fff;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999999;
    cursor: pointer;
    font-weight: 500;
    height: 40px;
    width: 144px;
    background-color: #0061e0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2)
}

.product-compare-url-btn label {
    display: inline-block;
    padding-left: 24px;
    padding-top: 10px
}

.product-compare-url-btn .pd-compare-count {
    position: absolute;
    top: 10px;
    margin-left: 14px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .2);
    padding: 0;
    pointer-events: none;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center
}

.compare-toast-msg .toast-body a:hover,
.product-compare-url-btn:hover {
    color: #fff
}

.table-compare-list-2 td,
.table-compare-list-2 th {
    border-bottom: 0;
    border-top: 0;
    padding: .75rem 1rem
}

.table-compare-list-2 tr:first-child td,
.table-compare-list-2 tr:first-child th {
    border-left: 0;
    border-right: 0;
    padding: 0
}

.table-compare-list-2 tr:nth-child(2) td,
.table-compare-list-2 tr:nth-child(2) th {
    border-bottom: 1px solid #ecedf2;
    border-left: 0;
    border-right: 0
}

.table-compare-list-2 th:first-child {
    font-weight: 600
}

.table-compare-list-2 .key-feature {
    list-style: none;
    padding: 0
}

.table-compare-list-2 .key-feature li {
    margin-bottom: 10px
}

.compare-remove {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 15px;
    height: 34px;
    width: 34px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 50%;
    font-size: 15px;
    line-height: 36px;
    color: #878787;
    text-align: center;
    cursor: pointer
}

.compare-toast-msg,
.notification-msg {
    position: fixed;
    bottom: 10px;
    z-index: 4;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0061e0;
    min-width: fit-content;
    box-shadow: rgba(0, 0, 0, .24) 0 3px 8px
}

.compare-toast-msg .toast-body .toast-msg {
    color: #fff;
    display: inline;
    margin-right: 10px
}

.notification-msg .toast-body .toast-msg {
    color: #fff;
    margin-right: 10px;
    display: block
}

.compare-toast-msg .toast-body a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.col-1-5 {
    width: 20%
}

.product-compare-image img {
    padding: 15px;
    height: 160px;
    width: auto;
    margin: auto;
    display: block
}

.product-compare-image .empty-placeholder {
    height: 160px;
    border-radius: 4px;
    background-color: #f0f0f0;
    margin: 16px
}

.sticky-top-72 {
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
    z-index: 1020
}

.add-wishlist[data-wishlist=true] {
    border-color: #ca0202
}

.add-wishlist[data-wishlist=true] i {
    color: #ca0202 !IMPORTANT
}

.wishlist-tab {
    padding: 10px 15px;
    background: #3b393a;
    color: #fff;
    background: -moz-linear-gradient(150deg, #3b393a 0, #000 33%, #000 66%, #3b393a 100%);
    background: -webkit-linear-gradient(150deg, #3b393a 0, #000 33%, #000 66%, #3b393a 100%);
    background: linear-gradient(150deg, #3b393a 0, #000 33%, #000 66%, #3b393a 100%)
}

.wishlist-container {
    border: 1px solid #efefef
}

.wishlist-container ul {
    margin-bottom: 0
}

.wishlist-container ul li:last-child {
    border-bottom: none !important
}

#OwlsliderSyncingNav {
    max-height: 320px
}

#OwlsliderSyncingNav .owl-item .js-slide img {
    max-height: 320px;
    width: auto;
    margin: auto;
    display: block
}

#OwlsliderSyncingThumb .owl-item .js-slide img {
    width: auto;
    margin: auto;
    display: block;
    height: 60px
}

#OwlsliderSyncingThumb .owl-stage {
    margin: auto
}

#OwlsliderSyncingThumb .owl-item {
    padding: .625rem;
    height: 80px;
    border: 1px solid #eaeaea
}

#OwlsliderSyncingThumb .owl-item.active.current {
    border-bottom-width: 2px;
    border-bottom-color: #fed700
}

.plyr svg {
    overflow: hidden;
    margin-bottom: auto;
    vertical-align: baseline
}

@media (min-width:768px) {
    .breadcrumb-item+.breadcrumb-item a {
        background-color: #f5f5f5;
        background: no-repeat;
        font-size: 12px;
        padding: 0
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 4px;
        font-size: 12px;
        margin-top: 0 !important
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 4px;
        font-size: 12px
    }

    .breadcrumb {
        padding: 5px 0;
        margin-bottom: 0 !important
    }

    .breadcrumb li:first-child {
        font-size: 12px
    }

    .breadcrumb-item+.breadcrumb-item a:hover {
        background-color: transparent;
        text-decoration: underline
    }
}

.max-height-40-img {
    max-height: 36px;
    width: auto
}

.hr-line {
    width: 100%;
    height: 1px;
    background: #e7e7e7
}

.zipcode-search button,
.zipcode-search input {
    padding: 2px 5px;
    height: 30px;
    font-size: 12px;
    border: #ffdead;
    border-bottom: 1px solid #222;
    border-radius: 0
}

.zipcode-search button {
    width: 80px
}

.zipcode-search #response_msg {
    color: #de4437;
    font-size: 12px;
    padding-top: 5px
}

.warranty-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin: 0
}

.warranty-checkbox {
    padding-left: 5px;
    margin-top: 3px;
    font-weight: 500
}

.product-vertical-slide {
    list-style: none;
    opacity: 0;
    transition: ease-in
}

.product-vertical-slide.lightSlider.lSSlide,
li.lslide.active {
    opacity: 1
}

li.lslide {
    transition: .5s;
    opacity: 0
}

.lSSlideOuter.vertical .lightSlider>* {
    display: inline-grid
}

.lSSlideOuter.vertical {
    padding-left: 55px;
    padding-right: 0 !important
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    left: 0;
    top: 0;
    margin-left: 0 !important;
    margin-right: 5px
}

ul.lSPager.lSGallery li {
    padding: 3px;
    border: 1px solid #efefef
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: .8
}

.lSPager.lSGallery li.active {
    opacity: 1;
    border: 1px solid #0062bd
}

.lSSlideOuter .lSPager.lSGallery li,
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li.active:hover,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0 !important
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 64px;
    max-width: 100%
}

.product-img-inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.product-img-inner .product-img-h-list {
    height: 100%;
    width: auto;
    max-height: 165px;
    display: block;
    margin: auto
}

.product-title.product-item__title {
    font-size: 20px;
    line-height: 1.3;
    height: auto;
    font-weight: 600
}

.product-title.product-item__title a {
    min-height: auto
}

.product-item.product-vertical-list {
    border: 0 !important;
    box-shadow: 0 0 8px 4px hsl(0deg 0% 78%/21%);
    border-radius: .8rem;
    padding: 1.5rem;
    position: relative;
    background: #fff;
    transition: all .5s ease-in;
    margin-bottom: 1.5rem
}

.product-price-veritcal {
    display: inline-flex
}

.connect-to-store-right a {
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    color: #222
}

.ext {
    position: absolute;
    right: 0;
    top: -10px;
    z-index: 2
}

.ext .wishlist-botton {
    margin-left: 10px
}

.ext .add-wishlist {
    position: relative;
    left: 0;
    top: 0;
    line-height: 25px;
    border: 0;
    width: 100%;
    font-size: 12px;
    color: #333e48
}

@media (min-width:739px) and (max-width:1440px) {
    .product-img-inner .product-img-h-list {
        height: 100%;
        width: auto;
        margin: auto;
        max-height: 160px;
        display: block
    }
}

@media screen and (max-width:738px) {
    .product-img-inner .product-img-h-list {
        height: auto;
        width: 100%;
        max-height: 160px
    }

    .product-title.product-item__title {
        font-size: 14px;
        line-height: 14px;
        margin-top: 20px
    }

    .product-price-veritcal {
        display: block
    }

    .product-price-veritcal div {
        margin-left: 0 !important
    }

    .product-item__footer.footer-mb-size {
        position: relative;
        height: 35px
    }

    .product-item__footer.footer-mb-size .prodcut-add-cart {
        position: absolute;
        width: 280px;
        right: 0
    }

    .product-item__footer.footer-mb-size .prodcut-add-cart .btn {
        padding: 5px;
        min-width: calc(100%/2 - 2px);
        margin-bottom: 0 !important
    }
}

.store-list-container {
    max-height: 70vh;
    overflow-y: auto;
    padding: 10px;
    width: 100%
}

.store-list-container::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

.store-list-container::-webkit-scrollbar-track {
    background-color: #fff
}

.store-list-container::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4
}

.store-list-container::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff
}

.store-list-container::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4
}

.store-box {
    box-shadow: 0 0 8px 4px hsl(0deg 0% 78%/21%);
    border-radius: .8rem;
    background: #fff;
    transition: all .5s ease-in;
    margin-bottom: 20px
}

.store-box .store-img {
    position: absolute;
    top: 50%;
    left: 4%;
    width: 25%;
    transform: translateY(-50%);
    margin-bottom: 0;
    height: auto
}

.store-box .store-img img {
    width: 100%
}

.store-box .store-info {
    padding: 30px 30px 30px 10rem
}

.store-box,
.store-btn-radio {
    position: relative
}

.store-btn-radio .store-radio-item.typ-default {
    display: block;
    margin-right: 0
}

.store-btn-radio .store-radio-item input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute
}

.store-btn-radio .store-radio-item.typ-default input[type=radio]:not(old)+label {
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 2.6rem;
    margin-bottom: 1.5rem
}

.store-btn-radio .store-radio-item.typ-default input[type=radio]:not(old)+label .check {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    border: 2px solid #999;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    transition: all .3s ease;
    left: 4px;
    top: 4px
}

.cp-offer-modal .offer-modal-desc p {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 2rem
}

.store-btn-radio .store-radio-item.typ-default input[type=radio]:not(old)+label .check:before {
    content: "";
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    position: absolute;
    background: #0062bd;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s ease
}

.store-btn-radio .store-radio-item.typ-default input[type=radio]:not(old):checked+label .check {
    border-color: #0062bd
}

.store-btn-radio .store-radio-item.typ-default input[type=radio]:not(old):checked+label .check:before {
    transform: translate(-50%, -50%) scale(1)
}

.store-info .name-wrap h3 {
    font-size: 16px;
    margin: 0
}

.store-info .address {
    margin-bottom: 15px
}

@media screen and (max-width:768px) {
    .home-page-banner .offers-banner img {
        height: 100%;
        object-fit: fill;
        width: 100%
    }
}

@media screen and (min-width:739px) {
    .min-width-600 {
        min-width: 600px
    }

    .x4-img-banner img {
        height: 149px;
        object-fit: fill;
        width: 100%;
        max-width: 100%
    }
}

@media screen and (min-width:739px) and (max-width:1023px) {
    .usp-row .usp-col {
        width: calc(100%/3 - 3px);
        min-height: 160px
    }

    .usp-row .usp-col:nth-child(4) {
        border-left: 0
    }

    .usp-row .usp-col:nth-child(1),
    .usp-row .usp-col:nth-child(2),
    .usp-row .usp-col:nth-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, .5)
    }

    .home-page-banner .offers-banner img,
    .x4-img-banner img {
        height: 164px;
        object-fit: fill;
        width: 100%
    }

    .x4-img-banner img {
        height: 133px;
        max-width: 100%
    }

    .explore-product ul {
        padding: 20px 28px 10px 20px;
        height: 280px;
        width: 268px
    }

    .explore-product ul li {
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 24px
    }

    .explore-product ul li::before {
        font-size: 14px;
        top: 3px
    }

    .explore-product ul li h4 {
        font-size: 14px
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .usp-row .usp-col {
        width: calc(100%/6 - 6px);
        min-height: 150px
    }

    .explore-product ul li h4,
    .usp-section h6 {
        font-size: 14px
    }

    .home-page-banner .offers-banner img,
    .x4-img-banner img {
        height: 145px;
        object-fit: fill;
        width: 100%
    }

    .x4-img-banner img {
        height: 117px;
        max-width: 100%
    }

    .explore-product ul {
        padding: 20px 30px 20px 25px;
        height: 360px;
        width: 328px
    }

    .explore-product ul li {
        padding-bottom: 20px;
        padding-right: 10px;
        padding-left: 24px
    }

    .explore-product ul li.active {
        padding-bottom: 30px
    }

    .explore-product ul li::before {
        font-size: 14px;
        top: 3px
    }

    section.main-slider {
        background: #2b292a;
        max-height: 498px;
        overflow: hidden;
        height: 430px
    }

    .main-slider .slick-list .slick-track .item,
    .main-slider .slick-list .slick-track .plyr {
        max-height: 430px;
        position: relative
    }

    .main-slider .slick-slide .x2-img .image-entity {
        height: 430px
    }

    .main-slider .slick-slide .x1-img .image-entity {
        height: 215px
    }

    .main-slider .slick-slide .x2-img,
    .main-slider .slick-slide .x2-img .slide-media {
        height: 430px
    }

    .main-slider .slick-slide .x1-img,
    .main-slider .slick-slide .x1-img .slide-media,
    .main-slider .slick-slide .x1-img .slide-media .embed-player {
        height: 215px;
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative
    }

    .main-slider .x1-img .plyr {
        height: 215px
    }

    .x2-img .plyr--video,
    .x2-img .slide-image {
        height: 430px;
        background-size: cover;
        background-repeat: no-repeat
    }

    .main-slider .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        opacity: 1;
        background-size: auto 430px;
        background-position: center
    }

    .main-slider .x1-img .plyr.plyr--paused .plyr__video-wrapper .plyr__poster {
        background-size: auto 215px
    }

    .main-slider .plyr__video-wrapper,
    .x2-img .plyr--video .plyr__video-wrapper {
        padding: 0 !important;
        height: 430px !important
    }

    .x1-img .plyr--video .plyr__video-wrapper {
        height: 215px !important
    }
}

@media screen and (min-width:1280px) and (max-width:1365px) {

    .home-page-banner .offers-banner img,
    .x4-img-banner img {
        height: 183px;
        object-fit: fill;
        width: 100%
    }

    .x4-img-banner img {
        height: 149px;
        max-width: 100%
    }
}

@media screen and (min-width:1366px) and (max-width:1439px) {

    .home-page-banner .offers-banner img,
    .x4-img-banner img {
        height: 183px;
        object-fit: fill;
        width: 100%
    }

    .x4-img-banner img {
        height: 149px;
        max-width: 100%
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {

    .home-page-banner .offers-banner img,
    .x4-img-banner img {
        height: 183px;
        object-fit: fill;
        width: 100%
    }

    .x4-img-banner img {
        height: 149px;
        max-width: 100%
    }
}

@media screen and (min-width:1600px) and (max-width:2000px) {

    .home-page-banner .offers-banner img,
    .x4-img-banner img {
        height: 220px;
        object-fit: fill;
        width: 100%
    }

    .x4-img-banner img {
        height: 132px;
        max-width: 100%
    }
}

.u-slick__arrow-normal.slick-disabled,
.u-slick__arrow-normal.slick-disabled.js-next,
.u-slick__arrow-normal.slick-disabled.js-prev {
    opacity: 0
}

.list-top-brand .brand-img {
    transition: all 1s ease;
    cursor: pointer;
    width: auto;
    height: 60px;
    margin: 0 auto;
    display: block
}

.list-top-brand a {
    display: block;
    margin: auto;
    padding: 18px 25px;
    transition: all 1s ease
}

.list-top-brand a:hover {
    -webkit-box-shadow: 0 0 12px 0 rgb(173 173 173);
    -moz-box-shadow: 0 0 12px 0 rgb(173 173 173);
    box-shadow: 0 0 12px 0 rgb(173 173 173)
}

.title-3 h1 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative
}

.title-3 h1:after,
.title-3 h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #111
}

.title-3 h1:after {
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #333
}

.title-1 h1 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px
}

.title-1 h1:after,
.title-1 h1:before {
    display: block;
    content: "";
    left: 50%;
    background-color: #b80000
}

.title-1 h1:before {
    width: 28px;
    height: 5px;
    position: absolute;
    bottom: 3px;
    margin-left: -14px
}

.title-1 h1:after {
    width: 100px;
    height: 1px;
    position: relative;
    margin-top: 25px;
    margin-left: -50px
}

.testimonial-section {
    position: relative;
    overflow: hidden
}

.testimonial-section:after {
    content: '';
    position: absolute;
    background-image: url(../img/World_map_blue_dots.png);
    height: 560px;
    width: 100%;
    right: 30%;
    opacity: .1;
    background-size: 960px auto;
    background-repeat: no-repeat;
    top: 0;
    z-index: -1
}

.overlay-img-testimonial {
    height: 500px;
    width: 400px;
    top: 0;
    z-index: 2;
    margin: auto
}

.overlay-img-testimonial:after {
    content: '';
    background: url(../img/overlayer-k.png);
    height: 500px;
    position: absolute;
    width: 400px;
    top: 0;
    z-index: 999;
    background-size: cover
}

.testimonial-card .thumb-img img {
    height: 75px;
    width: 75px
}

.testimonial-card {
    max-width: 550px;
    padding-top: 60px;
    padding-left: 50px;
    position: relative
}

.testimonial-card:before {
    content: '';
    background-image: url(../svg/straight-quotes.svg);
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    background-size: 60px;
    width: 60px
}

.testi-left,
.testi-right {
    position: absolute;
    bottom: 0;
    font-size: 22px;
    z-index: 2;
    color: #0061e0;
    padding: 0;
    cursor: pointer
}

.slider-nav {
    position: relative
}

.testi-right {
    right: 0
}

.testi-left {
    right: 30px
}

.testimonial-c {
    padding: 20px;
    margin: 20px 10px
}

.testimonial-c .pic {
    width: 122px;
    height: 122px;
    float: left;
    margin-right: 50px;
    position: relative
}

.testimonial-c .pic:after,
.testimonial-c .pic:before {
    content: "";
    display: block;
    height: 50%;
    width: 50%;
    position: absolute
}

.testimonial-c .pic:before {
    bottom: -10%;
    left: -10%;
    border-bottom: 3px solid #0062bd;
    border-left: 3px solid #0062bd
}

.testimonial-c .pic:after {
    top: -10%;
    right: -10%;
    border-top: 3px solid #0062bd;
    border-right: 3px solid #0062bd
}

.testimonial-c .pic img {
    width: auto;
    height: auto;
    max-height: 122px;
    margin: auto;
    object-fit: cover;
    max-width: 122px
}

.testimonial-c .testimonial-content {
    display: table;
    position: relative
}

.testimonial-c .testimonial-content:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -30px;
    left: -15px;
    font-size: 60px;
    opacity: .2;
    color: #fed700;
    z-index: -1
}

.testimonial-c .testimonial-title {
    font-size: 24px;
    color: #0062bd;
    text-transform: capitalize
}

.testimonial-c .post {
    font-size: 13px;
    font-weight: 600;
    color: #585f62;
    border-left: 1px solid rgba(0, 0, 0, .1);
    margin-left: 5px;
    padding-left: 5px
}

.testimonial-c .description {
    font-size: 13px;
    color: #7c7c7c;
    line-height: 22px;
    margin-top: 12px;
    font-style: italic
}

@media only screen and (max-width:980px) {
    .testimonial-c {
        padding: 20px 0;
        margin: 20px 15px
    }

    .testimonial-c .pic {
        float: none
    }

    .testimonial-c .testimonial-content {
        display: block;
        margin-top: 30px
    }

    .testimonial-c .testimonial-content:before {
        z-index: 1;
        top: -200px
    }
}

.color-red {
    stop-color: #e23131
}

.color-yellow {
    stop-color: #fbe500
}

.color-green {
    stop-color: #25cd6b
}

.color-yellow-2 {
    stop-color: #c8b727
}

.color-green-2 {
    stop-color: #128841
}

.gauge {
    height: 300px;
    width: 300px
}

.gauge .dxg-range.dxg-background-range {
    fill: url(#gradientGauge)
}

.gauge .dxg-line {
    -webkit-transform: scaleX(1.04) scaleY(1.03) translate(-4px, -4px);
    transform: scaleX(1.04) scaleY(1.03) translate(-4px, -4px)
}

.gauge .dxg-line path:first-child,
.gauge .dxg-line path:last-child {
    display: none
}

.gauge .dxg-line path:nth-child(2),
.gauge .dxg-line path:nth-child(6) {
    stroke: #ed811c
}

.gauge .dxg-line path:nth-child(3),
.gauge .dxg-line path:nth-child(5) {
    stroke: #a7db29
}

.gauge .dxg-line path:nth-child(4) {
    stroke: #25cd6b
}

.gauge .dxg-value-indicator .dxg-title {
    text-transform: uppercase
}

.gauge .dxg-value-indicator .dxg-spindle-hole {
    fill: #26323a
}

.cart-table .table tbody tr:first-child td,
.wishlist-table .table tbody tr:first-child td {
    padding-top: 1.188rem
}

.success-icon img {
    width: 100px
}

.btn-green-2 {
    background: #019444;
    color: #fff
}

.btn-green-2:hover {
    background: #000;
    color: #fff
}

ul.order-amount-list li {
    margin-bottom: 10px;
    display: block;
    font-weight: 600
}

ul.order-amount-list {
    list-style: none;
    display: block;
    margin: auto;
    text-align: right;
    padding: 10px 0 0
}

ul.order-amount-list li span {
    font-weight: 400;
    min-width: 50px;
    display: inline-block;
    text-align: left
}

.payment-options li {
    border-top: 0;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 0;
    border-radius: 0 !important
}

.payment-section {
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: #efefef
}

.product-box-desc {
    position: relative;
    height: 1px
}

#flix-minisite {
    position: absolute;
    right: 0;
    bottom: 10px;
    max-width: 100px;
    overflow: hidden
}

.icon-wrap-container .icon-box {
    height: 35px !important;
    width: 35px !important;
    min-width: 35px;
    min-height: 35px;
    text-align: center
}

.icon-wrap-container {
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    display: block
}

.icon-container,
.promise-feature-grid li {
    display: inline-block;
    vertical-align: top;
    text-align: center
}

.icon-container {
    width: 90px;
    margin-bottom: 10px
}

.icon-container .icon-content .icon-label {
    font-size: 12px;
    color: #0062bd
}

.vmm-bg,
.vmm-bg img {
    max-height: 250px
}

@media (min-width:1200px) {
    .vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__mega-menu-wrapper {
        padding: 1rem .75rem
    }

    .vmm-tfw {
        width: calc(1200px - 465px)
    }
}

.cart-btn,
.product-compare span,
.update-cart {
    transition: all .3s linear;
    color: #333e48 !important
}

.btn-primary-dark-w:hover {
    color: #fff !important
}

.cart-btn:hover,
.order-detail-msg h5,
.product-compare:hover span,
.update-cart:hover,
.updatecart:hover {
    font-weight: 600
}

.image-sec img {
    opacity: 1 !important
}

.order-complete {
    padding: 20px;
    box-shadow: 0 0 10px #e6e6e6;
    margin-bottom: 10px
}

.order-complete .order-innercom {
    margin-bottom: 15px;
    display: flex
}

.order-thank-msg {
    font-weight: 600;
    margin: 0;
    text-align: center;
    font-size: 16px
}

.order-detail-msg p {
    font-size: 16px
}

.order-complete .order-icon {
    max-width: 80px;
    display: block
}

.order-complete .order-detail-msg {
    max-width: calc(100% - 80px);
    display: block;
    text-align: center;
    padding: 5px 25px
}

.order-btn-group {
    display: block
}

.order-btn-group a {
    width: calc(100%/2 - 15px);
    display: inline-grid;
    margin: 5px;
    vertical-align: baseline
}

@media (min-width:1200px) {

    .u-header .vertical-menu .u-header__nav-item:first-child .u-header__nav-link,
    .vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
        padding: .406rem .3237rem;
        padding-left: 25px
    }

    .vertical-menu .u-header__nav-item .u-header__nav-link img {
        left: 4px
    }

    .u-header .vertical-menu .u-header__nav-item,
    .u-header+main .vertical-menu .u-header__nav-item {
        padding: 0
    }

    .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link {
        padding: 0 0 4px 15px;
        font-size: 13px;
        line-height: 20px;
        position: relative
    }

    .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu-nav-group .u-header__sub-menu-nav-link:before {
        content: '';
        position: absolute;
        left: 3px;
        height: 6px;
        width: 6px;
        top: 7px;
        border: 1px solid #0061e0;
        border-radius: 50%
    }

    .navbar-expand-xl .u-header__navbar-nav .u-header__sub-menu {
        border: 0;
        top: 0
    }

    .vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__mega-menu-wrapper {
        padding: 1rem .75rem;
        background: #fff
    }

    .u-header .vertical-menu .u-header__nav-item.hs-mega-menu-opened .u-header__sub-menu {
        top: 0;
        left: calc(100% - 1px);
        background: #fff;
        height: max-content;
        min-height: 100%
    }
}

.u-header__sub-menu-title {
    position: relative
}

.u-header__sub-menu-title a {
    color: #0062bd
}

.u-header__sub-menu-title:hover a {
    color: #000
}

.u-header__sub-menu-title:after {
    content: '';
    height: 1px;
    min-width: 130px;
    max-width: 150px;
    background: #fed700;
    position: absolute;
    bottom: -4px;
    left: 0
}

.btn-notify {
    padding: 0 5px;
    text-transform: uppercase;
    color: #e00;
    border: 1px solid #e00;
    border-radius: 5px;
    transition: .5s
}

.btn-notify:hover {
    color: #fff;
    background: #e00
}

.order-success-card {
    margin-bottom: 40px;
    box-shadow: 0 0 9px 9px #eee;
    padding: 40px 20px
}

.success-trans-icon {
    display: block;
    margin-bottom: 30px
}

.success-trans-icon img {
    margin: auto;
    display: block
}

.success-order-content {
    text-align: center;
    margin-bottom: 20px
}

.order-success-card .order-thank-msg {
    color: #0061e0;
    margin-bottom: 15px;
    font-size: 20px
}

.checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: block;
    margin: auto
}

.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #c8e6c9;
    position: absolute
}

.checkmark-circle .checkmark {
    border-radius: 5px
}

.checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #4caf50;
    border-top: 15px solid #4caf50;
    border-radius: 2.5px !important;
    content: "";
    left: 35px;
    top: 80px;
    position: absolute
}

.Subscribe-heading {
    line-height: 18px
}

svg.dxg.dxg-circular-gauge {
    overflow: visible !important
}

.promise-banner {
    max-width: 1024px;
    margin: auto
}

.promise-content {
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    width: 1024px
}

.promise-feature-grid {
    list-style: none;
    padding: 0;
    margin: auto;
    width: auto;
    text-align: center;
    max-width: 1000px;
    background: #fff;
    position: relative;
    box-shadow: 2px 11px 15px #ddd
}

.promise-feature-grid li {
    padding: 40px 0;
    width: 162px;
    position: relative
}

.promise-feature-grid li:after {
    content: '';
    right: 0;
    top: 45px;
    height: 60px;
    width: 2px;
    position: absolute;
    background: #eaeaea
}

.promise-feature-grid li:last-child:after {
    opacity: 0
}

.promise-card .feature-icon {
    margin-bottom: 15px
}

.promise-card .feature-icon img {
    width: 70px
}

.promise-card .feature-tag h5 {
    font-size: 16px;
    font-weight: 600;
    max-width: 155px;
    margin: auto
}

.promise-list-box:nth-child(1),
.promise-list-box:nth-child(4),
.promise-list-box:nth-child(5),
.promise-list-box:nth-child(8),
.promise-list-box:nth-child(9) {
    background: #f7f7f7
}

.promise-list-box {
    display: inline-block;
    align-items: center;
    padding: 35px;
    width: 49%;
    vertical-align: top;
    margin-bottom: 20px
}

.promise-list-box:last-child {
    margin-bottom: 40px
}

.promise-list-box .promise-list-content {
    padding-left: 15px;
    display: inline-block;
    width: 70%
}

.promise-list-box .promise-list-icon {
    display: inline-block;
    width: 110px;
    vertical-align: top
}

.promise-list-box .promise-list-icon img {
    height: 110px;
    margin: auto;
    display: inline-flex
}

.promise-list-box .promise-list-content h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px
}

.promise-list-box .promise-list-content p {
    color: #383838;
    margin: 0;
    font-size: 15px
}

.view-all-btn {
    border: 2px solid #fed700 !important;
    font-size: .938rem;
    padding: .25rem 1.5rem;
    line-height: 24px;
    border-radius: 30px;
    font-weight: 600;
    color: #fed700;
    border-color: #fed700;
    height: 36px
}

.view-all-btn:hover {
    background-color: #fed700;
    color: #000
}

.category-list-title {
    font-size: 1.49975rem;
    color: #fed700;
    margin: 0
}

.u-header-left-aligned-nav .u-header__navbar-brand {
    margin-right: 0
}

@media screen and (max-width:768px) {
    .card-usp {
        padding: 0;
        position: relative
    }

    .usp-label {
        font-size: 20px
    }

    .card-usp p {
        font-size: 12px !important;
        margin-bottom: 15px
    }

    .usp-section .icon img,
    .usp-section .icon svg {
        height: 35px;
        width: 35px
    }

    .usp-row .usp-col {
        padding: 10px 2px;
        width: calc(100%/3 - 3px);
        min-height: auto;
        border: 0
    }

    .usp-section h6 {
        margin: 10px 0 0;
        color: #fed700;
        font-size: 12px;
        line-height: 16px
    }

    .dis-per-sm {
        padding: 2px 5px;
        line-height: 12px;
        font-size: 10px
    }

    .breadcrumb-item+.breadcrumb-item a,
    .features-trading-carousel .slick-list,
    .products-slider .slick-list {
        padding: 0
    }

    .cart-btn,
    .product-compare {
        font-size: 12px;
        padding: 0
    }

    button.add-wishlist {
        right: 5px
    }

    button.quick-view {
        right: 35px
    }

    .prodcut-price ins {
        font-size: 16px;
        font-weight: 600
    }

    .price-label {
        font-size: 12px
    }

    .view-all-btn {
        font-size: 14px;
        padding: .25rem .75rem;
        line-height: 22px;
        border-radius: 30px;
        font-weight: 600;
        color: #fed700;
        border-color: #fed700;
        height: 32px
    }

    .category-list-title {
        font-size: 20px;
        line-height: 30px
    }

    .product-item__title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .js-slide .top-brand {
        margin: 2px 10px;
        height: 50px;
        min-height: 50px
    }

    .js-slide .top-brand img {
        height: 50px
    }

    .main-slider .slick-list .slick-track .item .slide-caption {
        position: absolute;
        bottom: 10px;
        left: 10px;
        text-align: left;
        max-width: 60%
    }

    .main-slider .slick-list .slick-track .item .slide-caption p {
        font-size: 12px;
        color: #f0f0f0;
        margin-bottom: 0
    }

    .main-slider .slick-slide img {
        display: block;
        width: 100%;
        height: 100%
    }

    .main-slider .slick-list .slick-track .item {
        margin-bottom: 0
    }

    .main-slider .slide-image {
        background-size: cover;
        background-position: 24%
    }

    .explore-product ul li h4 {
        font-size: 14px
    }

    .explore-product ul li::before {
        top: 4px;
        font-size: 14px
    }

    .cart-btn i,
    .product-compare i {
        font-size: 12px;
        margin-right: 0 !important
    }

    .u-header__navbar-brand,
    .u-header__navbar-brand>img {
        width: 10.375rem
    }

    button.add-wishlist,
    button.quick-view {
        top: 7px
    }

    .lSSlideOuter .lSPager.lSGallery {
        margin: auto !important
    }

    li.lslide.active {
        padding: 15px
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 5px
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 5px
    }

    .add-acc .checklabel {
        width: 16px;
        height: 16px
    }

    .selected-item {
        bottom: 0
    }

    .add-acc .checklabel:before {
        left: 5px;
        top: 1px
    }
}

@media screen and (max-width:360px) {

    .cart-btn,
    .product-compare {
        font-size: 11px;
        padding: 0
    }
}

.products-slider .product-item:hover .product-item__inner:not(.remove-prodcut-hover) {
    position: relative
}

.life__polaroid,
.photostack {
    position: relative;
    overflow: hidden
}

.life__polaroid {
    width: 100%;
    padding: 60px;
    height: 100vh;
    min-height: 700px;
    margin: 0 auto;
    box-sizing: border-box
}

.photostack {
    background: #ddd;
    text-align: center;
    opacity: 0;
    transition: ease-in
}

.photostack.photostack-transition {
    opacity: 1
}

.js .photostack {
    height: 684px;
    background-repeat: no-repeat
}

.photostack-start {
    cursor: pointer
}

.photostack>div {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.photostack figure,
.photostack nav span {
    position: relative;
    display: inline-block;
    text-align: center
}

.photostack figure {
    width: 320px;
    height: 360px;
    background: #fff;
    padding: 8px;
    margin: 5px;
    transition: .75s
}

.js .photostack figure {
    position: absolute;
    display: block;
    margin: 0
}

.photostack figcaption h2 {
    margin: 20px 0 0;
    color: #a7a0a2;
    font-size: 16px
}

.photostack-img {
    outline: 0;
    width: 240px;
    height: 240px;
    background: #f9f9f9
}

.photostack nav,
.photostack-back {
    position: absolute;
    width: 100%;
    left: 0
}

.photostack-back {
    display: none;
    height: 100%;
    top: 0;
    background: #fff;
    font-family: "Give You Glory", cursive;
    color: #a7a0a2;
    padding: 50px 40px;
    text-align: left;
    font-size: 22px;
    line-height: 1.25;
    z-index: 1
}

.photostack-back p {
    margin: 0
}

.photostack nav {
    bottom: 30px;
    z-index: 90;
    text-align: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.photostack-start nav {
    opacity: 0
}

.photostack nav span {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #aaa;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .6s ease-in-out, background .3s;
    transition: transform .6s ease-in-out, background .3s;
    -webkit-transform: scale(.48);
    transform: scale(.48)
}

.photostack nav span:last-child {
    margin-right: 0
}

.photostack nav span::after {
    content: "\e600";
    font-family: 'icons';
    font-size: 80%;
    speak: none;
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 30px;
    color: #fff;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.photostack nav span.current {
    background: #888;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.photostack nav span.current.flip {
    -webkit-transform: scale(1) rotateY(-180deg) translateZ(-1px);
    transform: scale(1) rotateY(-180deg) translateZ(-1px);
    background: #555
}

.photostack nav span.flippable::after {
    opacity: 1;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.js .photostack::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: opacity .3s, visibility 0s .3s;
    transition: opacity .3s, visibility 0s .3s
}

.js .photostack-start::before,
.photostack nav span::after {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.js .photostack::after {
    content: 'View Gallery';
    font-weight: 400;
    position: absolute;
    border: 3px solid #fff;
    text-align: center;
    white-space: nowrap;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 101
}

.js .photostack::after,
.js .photostack::before {
    opacity: 0;
    visibility: hidden
}

.js .photostack-start::before,
.js .photostack-start:hover::after,
.photostack figure::after,
.touch .photostack-start::after {
    opacity: 1;
    visibility: visible
}

.photostack figure::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .05);
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

figure.photostack-current::after {
    -webkit-transition: opacity .6s, visibility 0s .6s;
    transition: opacity .6s, visibility 0s .6s;
    opacity: 0;
    visibility: hidden
}

.photostack-transition figure {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}

.photostack-perspective {
    -webkit-perspective: 1800px;
    perspective: 1800px
}

.photostack-perspective figure,
.photostack-perspective>div {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.photostack-perspective figure,
.photostack-perspective figure div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.photostack-perspective figure.photostack-flip {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.csstransformspreserve3d figure.photostack-flip .photostack-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: block
}

.no-csstransformspreserve3d figure.photostack-showback .photostack-back {
    display: block
}

.no-js .photostack figure {
    box-shadow: -2px 2px 0 rgba(0, 0, 0, .05)
}

.no-js .photostack figure:nth-child(3n) {
    -webkit-transform: translateX(-10%) rotate(5deg);
    transform: translateX(-10%) rotate(5deg)
}

.no-js .photostack figure:nth-child(3n-2) {
    -webkit-transform: translateY(10%) rotate(-3deg);
    transform: translateY(10%) rotate(-3deg)
}

#photostack-1 nav span.current {
    background: #888;
    -webkit-transform: scale(.61);
    transform: scale(.61)
}

#leftArrowGallery {
    margin-right: 10px
}

#rightArrowGallery {
    margin-left: 10px
}

.btnGallery {
    border: medium;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 3px 6px;
    text-decoration: none;
    white-space: nowrap;
    height: 30px;
    border-radius: 50%;
    width: 30px
}

.btnGallery,
.btnGallery:hover {
    background-color: #0062bd
}

.photostack-img img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.photostack figure.photostack-current {
    z-index: 7;
    width: 400px;
    height: 360px;
    transition: 1s
}

.section-services {
    padding-top: 110px;
    padding-bottom: 120px;
    background-color: #211f24
}

.single-service .part-1 img {
    height: 50px;
    margin-bottom: 15px;
    z-index: 0
}

.section-services .header-section {
    margin-bottom: 35px
}

.section-services .header-section .title {
    position: relative;
    margin-bottom: 40px;
    color: #fff;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700
}

.section-services .header-section .title:after,
.section-services .header-section .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 1px;
    background-color: #efca00
}

.section-services .header-section .title:after {
    bottom: -1px;
    width: 45px;
    height: 3px;
    background-color: #fed700
}

.section-services .header-section .title span {
    color: #fed700
}

.section-services .header-section .description {
    color: #fff
}

.section-services .single-service {
    margin-top: 40px;
    background-color: #211f24;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    transition: .5s
}

.section-services .single-service .part-1 {
    padding: 40px 40px 25px;
    border-bottom: 1px solid #ddd
}

.section-services .single-service .part-1 i {
    margin-bottom: 25px;
    font-size: 50px;
    color: #fed700
}

.section-services .single-service .part-1 .title {
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 1.8em;
    color: #fed700;
    font-size: 22px
}

.section-services .single-service .part-2 {
    padding: 30px 40px 40px;
    min-height: 175px
}

.section-services .single-service .part-2 .description {
    margin-bottom: 0;
    color: #fed700;
    font-size: 14px;
    line-height: 1.8em
}

.section-services .single-service .part-2 a {
    color: #fed700;
    font-size: 14px;
    text-decoration: none
}

.section-services .single-service .part-2 a i {
    margin-right: 10px;
    color: #fed700
}

.single-service:hover .part-1 .title,
.single-service:hover .part-2 .description,
.single-service:hover img {
    color: #fff;
    filter: grayscale(1)
}

.bg-tk {
    background: url(../image/tk-bg.jpg) no-repeat;
    background-size: cover;
    margin-top: -8px
}

.vc {
    cursor: copy
}

.team-list .section {
    margin-bottom: 50px
}

.social-icon {
    position: absolute;
    right: 0;
    top: 0
}

.team-grid {
    position: relative;
    display: block;
    overflow: hidden
}

.team-profile p:last-child {
    margin-bottom: 0
}

.team-profile {
    padding-right: 30px
}

.team-grid .social-icon {
    height: 30px;
    width: 30px;
    color: #222;
    font-size: 16px;
    text-align: center;
    padding: 5px 7px;
    background: #fed700;
    border-radius: 4px
}

.team-member {
    font-size: 24px;
    color: #0062bd;
    font-weight: 600;
    margin: 0
}

.team-designation {
    color: #222;
    font-size: 22px;
    margin: 0;
    font-weight: 400
}

.team-img-content img {
    margin: auto;
    display: block;
    max-height: 250px
}

.team-profile p {
    font-weight: 300;
    color: #222;
    margin-bottom: 7px
}

.team-profile p span {
    font-weight: 500;
    color: #666
}

.team-page-title {
    padding-bottom: 100px;
    position: relative;
    padding-top: 35px
}

@media (max-width:738px) {
    .team-page-title {
        padding-bottom: 0
    }

    .team-header {
        font-size: 36px
    }

    .team-img-content img {
        padding: 0 44px
    }

    .team-grid {
        margin: 20px 0
    }

    .team-profile:before {
        right: 40px;
        width: 40px
    }

    .team-profile:after {
        top: 40px
    }

    .team-designation {
        font-size: 22px
    }

    .team-profile p {
        text-align: justify
    }
}

.search-enable {
    position: relative
}

.search-enable::before {
    content: " ";
    position: absolute;
    left: 12px;
    top: 11px;
    border: 1px solid #ccc;
    box-shadow: 0 0 1px #ccc;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    opacity: 0;
    z-index: -1;
    animation: ping 1s ease-out;
    animation-iteration-count: infinite
}

.voice-search-container {
    position: fixed;
    z-index: 999999;
    top: 65px;
    height: calc(100vh - 65px);
    width: 100vw;
    background: #fff
}

.voice-search-text {
    font-size: 22px;
    text-align: center;
    color: #000;
    width: 100%;
    margin-top: 35px
}

.voice-icon {
    text-align: center
}

.voice-search-div {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center
}

.voice-grid {
    width: 100%
}

.voice-btn,
.voice-btn::before {
    border-radius: 50%;
    height: 70px;
    width: 70px
}

.voice-btn {
    margin: auto;
    line-height: 70px;
    font-size: 40px;
    color: #fff;
    background: #0062bd;
    position: relative;
    box-shadow: 0 2px 3px 1px #77838f
}

.voice-btn::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #0062bd;
    box-shadow: 0 0 1px #0062bd;
    opacity: 0;
    z-index: -1;
    animation: ping 1s ease-out;
    animation-iteration-count: infinite
}

@media screen and (min-width:739px) {

    .nav-slide .vertical-nav,
    .thumb-arrow {
        height: 20px;
        width: 20px;
        font-size: 12px;
        border-radius: 50%;
        background: #0061e0;
        color: #fff;
        padding: 0 4px;
        text-align: center;
        line-height: 20px
    }

    .nav-slide .vertical-nav {
        margin-left: 15px;
        position: absolute
    }

    .nav-slide .vertical-prev {
        margin-bottom: 5px;
        top: -25px;
        left: 5px
    }

    .nav-slide .vertical-next {
        margin-top: 0;
        bottom: -8px;
        left: 5px
    }

    .thumb-arrow {
        margin: 5px auto
    }
}

.data-loader:after,
.img-zoom-lens,
.img-zoom-result {
    position: absolute;
    width: 40px;
    height: 40px
}

.img-zoom-result {
    box-shadow: 0 0 5px #efefef;
    width: 600px;
    height: 600px;
    top: 0;
    z-index: -2;
    opacity: 0;
    transition: ease-in
}

.vertical-slider-div {
    float: left;
    width: 15%;
    height: auto;
    position: absolute;
    top: 20px;
    padding-left: 0
}

.vertical-thumbnail-slider {
    padding-left: 0
}

.vertical-slider-div li.slides img {
    height: 100%;
    width: auto;
    max-width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto
}

.image-slider-div {
    float: right;
    width: calc(85% - 10px);
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.single-image-slider {
    padding: 20px 0;
    opacity: 0
}

.vertical-thumbnail-slider {
    opacity: 0
}

.vertical-thumbnail-slider li .slide-img-thumb {
    padding: 4px;
    overflow: hidden;
    border: 1px solid #e0dddd;
    transition: .5s
}

.vertical-thumbnail-slider li.slick-current .slide-img-thumb {
    padding: 4px;
    overflow: hidden;
    border: 1px solid #0061e0
}

.single-image-slider.slick-initialized,
.vertical-thumbnail-slider.slick-initialized {
    opacity: 1
}

.product-specification-tab .product-specification {
    font-size: 14px;
    margin-bottom: 10px
}

.product-specification-tab .product-attribute-name {
    font-size: 18px;
    font-weight: 500;
    margin: 0
}

.cart-joy-label {
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.cart-extra-feature {
    font-weight: 500
}

@media only screen and (max-width:767px) {
    .cart-table .product-item__inner {
        text-align: left;
        width: 100%
    }

    .cart-table .product-item__header {
        padding-right: 0
    }

    .cart-joy-label {
        text-align: left;
        font-size: 12px;
        line-height: 12px
    }

    .cart-product-price {
        text-align: left
    }

    .cart-product-price div {
        margin-left: 4px !important;
        width: auto;
        display: inline-block;
        transform: scale(.9)
    }

    .cart-product-price div:first-child {
        margin-left: 0 !IMPORTANT
    }

    .cart-product-price .dis-per {
        line-height: 18px;
        font-size: 12px
    }

    .cart-extra-feature {
        font-size: 12px;
        width: 100%;
        margin: 5px 0
    }

    .cart-extra-feature .custom-control-label::before {
        top: 0
    }

    .cart-extra-feature div {
        padding: 0
    }

    .group-3 a,
    .group-3 div {
        margin: auto;
        padding: 0
    }

    .group-3 a {
        line-height: 26px
    }

    .cart-table {
        border-bottom: 0 !important
    }

    .cart-table .table tr {
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee
    }

    .wishlist-container {
        border: 0
    }

    .wishlist-container .product-item {
        border-bottom: 0
    }

    .group-3 {
        width: 45%;
        display: inline-block !important;
        vertical-align: top !important;
        padding: 5px 0 !important;
        text-align: center !important
    }

    .group-3.second-g {
        width: 35%
    }

    .group-3.third-g {
        width: 15%
    }

    .product-specification-tab .product-attribute-name,
    .product-specification-tab .product-specification {
        font-size: 12px
    }

    .image-slider-div {
        float: none;
        width: 100%;
        padding: 0;
        height: auto
    }

    .cart-table .table tr td::before,
    .vertical-slider-div {
        display: none
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

    .single-image-slider .slick-dots li {
        margin: 0;
        width: 12px;
        height: 12px
    }

    .single-image-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0
    }

    .single-image-slider {
        padding: 0
    }

    .single-image-slider li img {
        max-width: 90%;
        width: auto;
        margin: 0 auto;
        height: 320px
    }

    .single-image-slider .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center
    }

    .single-image-slider .slick-dots li button:before {
        font-family: slick;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px
    }

    .single-image-slider .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #000
    }

    .breadcrumb-item a,
    .breadcrumb-item.active {
        font-size: 12px
    }

    .breadcrumb-item+.breadcrumb-item::before {
        margin-top: 0
    }

    .review-process-bar .progress {
        max-width: 150px
    }

    .rating-stars {
        margin: 10px 0
    }

    #user-rating-reviews .js-form-message.form-group .invalid-feedback {
        padding: 0 15px
    }

    .product-img-mb {
        min-height: 130px !important;
        padding: 5px
    }

    .horizontal-filter .btn {
        padding: 5px 10px;
        font-size: 12px;
        font-weight: 600 !IMPORTANT;
        color: #000
    }

    .horizontal-filter .dropdown {
        width: auto
    }

    .horizontal-filter .filter-dropdown .dropdown:nth-child(1) {
        width: 140px
    }

    .horizontal-filter .filter-dropdown .dropdown:nth-child(2) {
        width: 80px
    }

    .banner-image-div {
        height: 600px;
        overflow: hidden;
        position: relative;
        display: block;
        width: 100%;
        max-width: 100%
    }

    .banner-image-div .banner-image {
        position: absolute;
        object-fit: cover;
        height: 600px
    }

    .banner-overlay-div {
        background: #000;
        background: linear-gradient(247deg, rgba(0, 0, 0, .7777485994) 30%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        height: 600px;
        width: 100%;
        top: 0;
        z-index: 1
    }

    .banner-text-div {
        position: absolute;
        top: 65px;
        left: 0;
        z-index: 2;
        color: #fff
    }

    .banner-text {
        max-width: 620px;
        padding: 25px;
        background: rgba(33, 37, 48, .7)
    }

    .banner-text p {
        color: #fff
    }

    .img-part .morphin {
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0
    }

    .counter-wrap .content-part .counter-part {
        min-width: 120px
    }

    .team-list .section .col-md-7 {
        order: 2
    }

    .team-list .section .col-md-3 {
        order: 1
    }

    .team-list .section {
        margin-bottom: 0
    }

    .team-img-content {
        border-radius: 50%;
        width: 160px;
        height: 160px;
        padding: 0;
        margin: auto;
        overflow: hidden;
        background: #fed700;
        border: 5px solid #0062bd
    }

    .team-img-content img {
        padding: 0;
        object-fit: cover;
        height: 100%
    }

    .team-profile p {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: #222;
        margin-bottom: 7px
    }

    .photostack figure.photostack-current {
        width: calc(100% - 55px)
    }

    .js .photostack {
        height: 600px
    }

    .section-services .single-service .part-1,
    .section-services .single-service .part-2 {
        padding: 20px
    }

    .product-cart-img {
        width: 90px;
        height: 90px
    }
}

@media screen and (max-width:360px) {

    .u-header__navbar-brand,
    .u-header__navbar-brand>img {
        width: 9.375rem
    }
}

.fancybox-container {
    z-index: 999999 !important
}

.add-Read-More.showlesscontent .SecSec,
.add-Read-More.showlesscontent .read-Less,
.add-Read-More.showmorecontent .read-More {
    display: none
}

.add-Read-More .read-Less,
.add-Read-More .read-More {
    font-weight: 700;
    margin-left: 2px;
    color: #0061e0;
    cursor: pointer
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .read-Less {
    display: block
}

.ui-widget-content {
    z-index: 99999;
    border: 1px solid #eee !important;
    border-radius: 5px
}

.ui-autocomplete {
    z-index: 99999 !important
}

.ui-widget {
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-size: 14px
}

.ui-menu .ui-menu-item {
    padding: 2px 0;
    transition: ease-in-out
}

.ui-menu .ui-menu-item:hover {
    background: #f6f6f6
}

.icon_with_text h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 400
}

.icon_with_text {
    margin-bottom: 50px
}

.careers-search-container {
    box-shadow: 0 0 20px 2px rgb(112 116 147/16%);
    padding: 25px 54px 54px;
    max-width: 1000px;
    margin: auto
}

.jobs-listing {
    margin-top: 10px
}

.jobs-listing .job-block {
    padding: 25px 0;
    border-bottom: 1px solid rgba(29, 47, 84, .1);
    display: none
}

.jobs-listing .job-block.show {
    display: block
}

.jobs-listing .job-block .d-flex .job-t {
    width: calc(100% - 105px);
    margin-right: 25px
}

.jobs-listing .job-block .d-flex .job-al {
    width: 80px
}

.jobs-listing .job-block a.apply-btn {
    color: #fff;
    background: #0061e0;
    font-size: 13px;
    line-height: 15px;
    padding: 11px 0;
    text-align: center;
    width: 80px;
    text-decoration: none;
    border-radius: 30px;
    display: inline-block
}

.jobs-listing .job-block h4 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 400
}

.jobs-listing .job-block p {
    margin: 0;
    max-width: 500px;
    color: #0061e0;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase
}

.max-width-1000 {
    margin: auto;
    max-width: 1000px
}

.job-description li,
.job-description p {
    font-weight: 400;
    color: #000
}

.form-control[type=file] {
    padding: .5rem 1rem
}

.static-heading {
    font-size: 2.12538rem;
    margin-bottom: .5rem;
    line-height: 1.5;
    font-weight: 600
}

.flex-media-about-not {
    position: absolute;
    opacity: 0
}

.royalSlider {
    opacity: 0
}

.royalSlider.rsWithThumbs.rsWithThumbsVer {
    opacity: 1
}

.data-loader:after {
    content: 'Please wait...';
    margin: 0;
    top: 50%;
    color: #1249a0;
    z-index: 2;
    left: 50%;
    font-weight: 600;
    font-size: 24px;
    transform: translate(-50%, -50%);
    width: 150px
}

.data-loader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5)
}

@media screen and (width:1024px) {
    .u-header__navbar-brand>img {
        width: 9.375rem
    }
}

@media (min-width:768px) {
    .product-item__title a {
        min-height: 2.25rem
    }
}

/* .main-slider .u-slick.slick-initialized .js-prev {
    opacity: 1;
    height: 30px;
    width: 30px;
    text-align: center;
    box-shadow: 0 0 2px #78909c;
    line-height: 30px;
    border-radius: 50%;
    color: #fff!important;
    
} */

.main-slider .u-slick.slick-initialized .js-next {
    background: unset !important;
}

.main-slider.u-slick.slick-initialized .js-prev {
    background: unset !important;
}


.section.main-slider .u-slick.slick-initialized .js-next {
    background: green !important;
}

@media screen and (max-width: 768px) {
    .product-img img {
        padding: 0px !important;
    }
    .product-img {
        padding-top: 100% !important;
    }
}