@charset "UTF-8";

.hidden {
  display: none;
}

@font-face {
    font-family: avenir;
    src: url("../fonts/FontsFree-Net-Avenir-Light.ttf");
}

@font-face {
    font-family: avenir-light;
    src: url("../fonts/Avenir-Light.ttf");
}

@font-face {
    font-family: avenir-next;
    src: url("../fonts/Avenir-Next.ttf");
}

@font-face {
    font-family: avenir-regular;
    src: url("../fonts/avenir-next-regular.ttf");
}

@font-face {
    font-family: avenir-Bold;
    src: url("../fonts/AvenirNext-Bold.ttf");
}

@font-face {
    font-family: avenir-heavy;
    src: url("../fonts/Avenir-Heavy.ttf");
}

@font-face {
    font-family: didot;
    src: url("../fonts/Didot-Regular.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
    
font-size: 19.83px;
    
color: #6d6e71;
    
overflow-x: hidden;    
background-size: cover;
    
background-repeat: no-repeat;
    
overflow-y: hidden;
}
@media screen and (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1440px;
    }
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: avenir, sans-serif;
    margin: 0;
}
p {
    margin: 0;
}
a,
button {
    text-decoration: none;
    color: inherit;
}
button {
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
}
a,
button,
img,
input {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:focus {
    outline: 0;
}
a:focus,
a:hover {
    text-decoration: none;
}
a:hover {
    color: black;
}
button,
input[type="submit"] {
    cursor: pointer;
    outline: 0 !important;
}
img {
    max-width: 100%;
}
:focus {
    outline: 0;
}
span {
    display: inline-block;
}
span.separator {
    color: #bfbfbf;
    margin: 0 8px;
    line-height: 1;
    font-size: 14px;
}
.zoom-in img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.zoom-in:hover img {
    -webkit-transform: scale(1.045) rotate(0.05deg);
    transform: scale(1.045) rotate(0.05deg);
}
.theme-border {
    border: 2px solid #f33535 !important;
}
.theme-border2 {
    border: 2px solid #ff7519 !important;
}
@media screen and (min-width: 1200px) {
    .position-xl-relative {
        position: relative;
    }
}
.custom-column .row > .col-xl-5 {
    max-width: 100%;
}
@media screen and (min-width: 1920px) {
    .custom-column .row > .col-xl-5 {
        width: 50%;
    }
}
@media screen and (max-width: 1919px) {
    .custom-column .row > .col-xl-5 {
        width: 60%;
    }
}
@media screen and (max-width: 1200px) {
    .custom-column .row > .col-xl-5 {
        width: 72%;
    }
}
@media screen and (max-width: 991px) {
    .custom-column .row > .col-xl-5 {
        width: 40%;
    }
}
@media screen and (max-width: 575px) {
    .custom-column .row > .col-xl-5 {
        width: 100%;
    }
}
.custom-column .row > .col-xl-4 {
    max-width: 100%;
}
@media screen and (min-width: 1920px) {
    .custom-column .row > .col-xl-4 {
        width: 36%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1919px) {
    .custom-column .row > .col-xl-4 {
        width: auto;
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .custom-column .row > .col-xl-4 {
        width: 100%;
        display: block;
    }
}
.custom-column .row > .col-xl-3 {
    max-width: 100%;
}
@media screen and (min-width: 1920px) {
    .custom-column .row > .col-xl-3 {
        width: 14%;
    }
}
@media screen and (max-width: 1919px) {
    .custom-column .row > .col-xl-3 {
        width: 40%;
    }
}
@media screen and (max-width: 1200px) {
    .custom-column .row > .col-xl-3 {
        width: 28%;
    }
}
@media screen and (max-width: 991px) {
    .custom-column .row > .col-xl-3 {
        width: 60%;
    }
}
@media screen and (max-width: 575px) {
    .custom-column .row > .col-xl-3 {
        width: 100%;
    }
}
@media screen and (min-width: 1920px) {
    .none-in-xxl {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .none-in-xxl {
        display: none;
    }
}
@media screen and (max-width: 1200px) {
    .position-lg-static {
        position: static !important;
    }
}
.zIndex-3 {
    z-index: 3;
}
hr.hr {
    background-color: #ebebeb;
    opacity: 1;
}
.theme1 .hover-color:hover {
    color: #f33535 !important;
}
.w-md-50 {
    width: 100%;
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .w-md-50 {
        max-width: 50%;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 40px;
    font-weight: 500;
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
::-moz-selection {
    background: #10a341;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: black;
    color: #fff;
    text-shadow: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 !important;
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999 !important;
    opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #999 !important;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    color: #999 !important;
    opacity: 1;
}
input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
    color: #999 !important;
    opacity: 1;
}
input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
    color: #999 !important;
    opacity: 1;
}
input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
    color: #999 !important;
    opacity: 1;
}
input:active::-ms-input-placeholder,
textarea:active::-ms-input-placeholder {
    color: #999 !important;
    opacity: 1;
}
input:active::placeholder,
textarea:active::placeholder {
    color: #999 !important;
    opacity: 1;
}
.bg-img {
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.bg-img1 {
    background-image: url(../img/slider/slide1.jpg);
}
.bg-img2 {
    background-image: url(../img/slider/slide2.jpg);
}
.bg-img3 {
    background-image: url(../img/slider/slide3.jpg);
}
.bg-img4 {
    background-image: url(../img/slider/slide4.jpg);
}
.bg-img5 {
    background-image: url(../img/slider/slide5.jpg);
}
.bg-img6 {
    background-image: url(../img/slider/slide6.jpg);
}
.bg-img7 {
    background-image: url(../img/slider/slide7.jpg);
}
.bg-img8 {
    background-image: url(../img/slider/slide8.jpg);
}
@media (max-width: 991px) {
    .bg-img {
        background-position: 70% bottom;
    }
    .bg-img.bg-img4 {
        background-position: 45% bottom;
    }
    .wraped .bg-img {
        background-position: 40% bottom;
    }
}
.theme-bg {
    background-color: #f33535 !important;
}
.theme-bg2 {
    background-color: #ff7519 !important;
}
.theme-bg3 {
    background-color: #10a341 !important;
}
.bg-light {
    background-color: #efefef !important;
}
.bg-lighten {
    background-color: #f5f5f5 !important;
}
.bg-lighten2 {
    background-color: #f6f6f6;
}
.bg-dark {
    background-color: #1d1d1d !important;
}
.theme-color {
    color: #f33535;
}
.theme-color2 {
    color: #ff7519;
}
.theme-color3 {
    color: #10a341;
}
.text-warning {
    color: #fdd835 !important;
}
.text-dark {
    color: #1d1d1d !important;
}
.text-muted {
    color: #707070 !important;
}
.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.px-35 {
    padding-left: 35px;
    padding-right: 35px;
}
.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.px-45 {
    padding-left: 45px;
    padding-right: 45px;
}
.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-25 {
    margin-left: 25px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-35 {
    margin-left: 35px;
}
.ml-40 {
    margin-left: 40px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-50 {
    margin-left: 50px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-20 {
    margin-right: 20px;
}
.mr-25 {
    margin-right: 25px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-35 {
    margin-right: 35px;
}
.mr-40 {
    margin-right: 40px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-50 {
    margin-right: 50px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pl-5 {
    padding-left: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-25 {
    padding-left: 25px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-45 {
    padding-left: 45px;
}
.pl-50 {
    padding-left: 50px;
}
.pr-5 {
    padding-right: 5px;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-25 {
    padding-right: 25px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-35 {
    padding-right: 35px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-45 {
    padding-right: 45px;
}
.pr-50 {
    padding-right: 50px;
}
@media screen and (min-width: 1920px) {
    .px-xl-90 {
        padding-left: 90px;
        padding-right: 90px;
    }
}
@media screen and (max-width: 991px) {
    .mr-pe-0 {
        margin-right: 0;
        padding-right: 0;
    }
}
.btn {
    font-family: ;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px;
}
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.theme--btn-default {
    color: #fff;
    background: #f33535;
}
.theme--btn-default:hover {
    color: #fff;
    background: #1d1d1d;
}
.theme--btn1 {
    color: #1d1d1d;
    background: #fff;
}
.theme--btn1:hover {
    color: #fff;
    background: #f33535;
}
.theme--btn2 {
    color: #fff;
    background: #ff7519;
}
.theme--btn2:hover {
    background: #1d1d1d;
    color: #fff;
}
.theme--btn3 {
    color: #1d1d1d;
    background: #fff;
}
.theme--btn3:hover {
    color: #fff;
    background: #10a341;
}
.theme-btn--light {
    background-color: #f6f6f6;
    color: #1d1d1d;
}
.theme-btn--light1:hover {
    color: #fff;
    background: #f33535;
}
.theme-btn--light2:hover {
    color: #fff;
    background: #ff7519;
}
.theme-btn--light3:hover {
    color: #fff;
    background: #10a341;
}
.theme--btn-ddefault {
    background: #f6f6f6;
    color: #1d1d1d;
}
.theme--btn-ddefault:hover {
    background: #10a341;
    color: #fff;
}
.theme-btn--dark,
.theme-btn--dark1 {
    color: #fff;
    background: #1d1d1d;
}
.theme-btn--dark1:hover {
    color: #fff;
    background: #f33535;
}
.theme-btn--dark2 {
    color: #fff;
    background: #1d1d1d;
}
.theme-btn--dark2:hover {
    color: #fff;
    background: #ff7519;
}
.theme-btn--dark3 {
    color: #fff;
    background: #1d1d1d;
}
.theme-btn--dark3-sm {
    
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}
.theme-btn--dark3:hover {
    color: #fff;
    background: #10a341;
}
.btn--sm {
    padding: 5px 20px;
}
.btn--md {
    padding: 10px 25px;
}
.btn--lg {
    padding: 15px 30px;
}
.btn--xl {
    padding: 18px 35px;
}
.rounded {
    border-radius: 3rem !important;
}
.btn-rounded {
    border-radius: 0 5px 5px 0;
}
.rounded-5 {
    border-radius: 5px;
}
.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    color: #fff;
    font-size: 21px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.search-btn.position-left {
    right: auto;
    left: 0;
}
.search-btn.theme-bg:hover {
    background-color: #1d1d1d !important;
    color: #fff;
}
.search-btn.bg-dark:hover {
    background-color: #292929 !important;
    color: #fff;
}
.search-btn.bg-white {
    width: 45px;
    font-size: 28px;
    background-color: transparent !important;
    padding: 0;
}
.search-btn.bg-white,
.search-btn.bg-white:hover {
    color: #1d1d1d !important;
}
.nletter-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    line-height: 47px;
    height: 47px;
    border-radius: 0 30px 30px 0;
}
.theme1 .nletter-btn {
    background: #f33535;
    border: 0 solid #f33535;
}
.theme1 .nletter-btn:hover {
    background-color: #1d1d1d;
    color: #fff;
    border-color: #1d1d1d;
}
.theme2 .nletter-btn {
    background: #ff7519;
    border: 0 solid #ff7519;
}
.theme2 .nletter-btn:hover {
    background-color: #1d1d1d;
    color: #fff;
    border-color: #1d1d1d;
}
.theme3 .nletter-btn {
    background: #10a341;
    border: 0 solid #10a341;
}
.theme3 .nletter-btn:hover {
    background-color: #1d1d1d;
    color: #fff;
    border-color: #1d1d1d;
}
.banner-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.shop-now-btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 7px;
    color: #fff;
    background: #f33535;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0;
}
.shop-now-btn:hover {
    color: #fff;
    background: #1d1d1d;
}
.blog-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 0 20px;
    line-height: 47px;
    height: 100%;
    border-radius: 0 30px 30px 0;
}
.theme1 .blog-search-btn {
    background: #f33535;
    border: 1px solid #f33535;
}
.theme1 .blog-search-btn:hover {
    background-color: #1d1d1d;
    color: #fff;
    border-color: #1d1d1d;
}
.section-title .title {
    font-size: 30px;
    font-weight: 500;
    
}
@media screen and (max-width: 480px) {
    .section-title .title {
        font-size: 30px;
    }
}
.section-title .text {
    color: #9d9d9d;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    
}
.badge {
    position: absolute;
    text-align: center;
    padding: 5px;
    line-height: 1;
    font-size: 12px;
    z-index: 2;
    font-weight: 700;
    text-transform: capitalize;
}
.theme1 .badge-danger {
    color: #fff;
    background-color: #f33535 !important;
}
.badge-success {
    color: #fff;
    background-color: #10a341 !important;
}
.theme2 .badge-danger {
    color: #fff;
    background-color: #ff7519 !important;
}
.theme3 .badge-danger {
    color: #fff;
    background-color: #10a341 !important;
}
.theme3 .badge-success {
    color: #fff;
    background-color: #f33535 !important;
}
.cbdg1 {
    width: 20px;
    height: 20px;
    bottom: 2px;
    left: 17px;
    border-radius: 50%;
}
.theme1 .cbdg1 {
    color: #fff;
    background-color: #f33535 !important;
}
.theme2 .cbdg1 {
    color: #1d1d1d;
    background-color: #fff !important;
}
.theme3 .cbdg1 {
    color: #fff;
    background-color: #10a341 !important;
}
.cb6 {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}
.top-left,
.top-right {
    top: 10px;
    left: 10px;
}
.top-right {
    left: auto;
    right: 10px;
}
.static-info p {
    font-size: 14px;
    line-height: 14px;
}
.navbar-top li {
    position: relative;
}
.navbar-top li img {
    margin-right: 5px;
}
.navbar-top li a {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 15px;
    line-height: 14px;
    font-size: 14px;
}
.navbar-top li.english .topnav-submenu {
    right: 0 !important;
    left: auto !important;
}
.theme1 .navbar-top ul li a {
    color: #fff;
}
.theme1 .navbar-top ul li a:hover {
    color: #f33535;
}
.theme2 .navbar-top ul li a {
    color: #fff;
}
.theme2 .navbar-top ul li a:hover {
    color: #ff7519;
}
.topnav-submenu {
    top: 50px !important;
    right: 15px !important;
    left: auto !important;
    min-width: 130px;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    z-index: 3;
    border-radius: 0;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    margin: 0;
    border: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: ease-in 0.3s;
    -ms-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
}
.topnav-submenu.show {
    top: 40px !important;
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 767px) {
    .topnav-submenu.show {
        top: 30px !important;
    }
}
@media screen and (max-width: 991px) {
    .topnav-submenu {
        right: auto !important;
        left: 0 !important;
    }
}
.topnav-submenu li a {
    display: block;
    padding: 10px;
    line-height: 25px;
    font-size: 13px;
    border-bottom: 1px solid #ebebeb;
}
.topnav-submenu li:last-child a {
    border-bottom: 0;
}
.theme1 .topnav-submenu li a {
    color: #1d1d1d !important;
}
.theme1 .topnav-submenu li.active a,
.theme1 .topnav-submenu li a:hover {
    color: #f33535 !important;
}
.theme2 .topnav-submenu li a {
    color: #1d1d1d !important;
}
.theme2 .topnav-submenu li.active a,
.theme2 .topnav-submenu li a:hover {
    color: #ff7519 !important;
}
.theme3 .topnav-submenu li a {
    color: #1d1d1d !important;
}
.theme3 .topnav-submenu li.active a,
.theme3 .topnav-submenu li a:hover {
    color: #10a341 !important;
}
.theme2 .offcanvas-top-nav ul li a {
    color: #1d1d1d !important;
}
.theme2 .offcanvas-top-nav ul li.active a,
.theme2 .offcanvas-top-nav ul li a:hover {
    color: #ff7519 !important;
}
.theme3 .offcanvas-top-nav ul li a {
    color: #1d1d1d !important;
}
.theme3 .offcanvas-top-nav ul li.active a,
.theme3 .offcanvas-top-nav ul li a:hover {
    color: #10a341 !important;
}
.main-menu li {
    margin: 0 1px;
    position: relative;
}
.main-menu li a {
    font-family: ;
    font-weight: 700;
    display: block;
    padding: 15px 20px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
}
.main-menu li a i {
    font-size: 16px;
    position: relative;
    top: 1px;
}
.theme1 li a {
    color: #1d1d1d;
}
.theme1 li.active > a,
.theme1 li:hover > a {
    color: #f33535;
}
.theme2 li a {
    color: #1d1d1d;
    line-height: 1.2;
}
@media screen and (min-width: 992px) {
    .theme2 li a {
        color: #fff;
    }
}
.theme2 li.active > a,
.theme2 li:hover > a {
    color: #ff7519;
}
.theme3 li a {
    color: #1d1d1d;
    line-height: 1.2;
}
@media screen and (min-width: 992px) {
    .theme3 li a {
        color: #fff;
    }
}
.theme3 li.active > a,
.theme3 li:hover > a {
    color: #10a341;
}
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    background: #fff;
    padding: 30px 15px;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    margin: 0 15px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
}
.main-menu li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.mega-menu > li,
.mega-menu li ul li {
    margin: 0;
}
.mega-menu li > ul li:last-child a {
    padding-bottom: 0;
}
.mega-menu li > ul li > a:hover {
    padding-left: 15px;
}
.mega-menu li ul li.mega-menu-title {
    margin-bottom: 20px;
}
.mega-menu li ul li.mega-menu-title a {
    color: #1d1d1d;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 0 !important;
}
.mega-menu li a {
    text-align: left;
    padding: 0 0 5px;
    
    color: #707070;
    text-transform: capitalize;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
}
.mega-menu-custom-with {
    max-width: 1110px;
    min-width: 1110px;
    left: 23%;
}
@media screen and (max-width: 1200px) {
    .mega-menu-custom-with {
        min-width: 95%;
        left: 0;
        right: 0;
    }
}
.theme1 .mega-menu li ul li.mega-menu-title a:hover {
    color: #f33535;
}
.theme2 .mega-menu li ul li.mega-menu-title a:hover {
    color: #ff7519;
}
.theme3 .mega-menu li ul li.mega-menu-title a:hover {
    color: #10a341;
}
.blog-ctry-menu li a {
    position: relative;
    font-weight: 400;
    color: #1d1d1d;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 35px;
}
.blog-ctry-menu li a:before {
    content: "\f2c7";
    position: absolute;
    display: inline-block;
    font-family: Ionicons;
    right: 0;
}
.blog-ctry-menu li.active a:before {
    content: "\f462";
}
.blog-ctry-menu li ul.category-sub-menu {
    display: none;
}
.blog-ctry-menu li ul.category-sub-menu li a {
    font-size: 13px;
    line-height: 35px;
    padding: 0 10px;
    display: block;
    color: #707070;
}
.blog-ctry-menu li ul.category-sub-menu li a:before {
    content: "";
}
.sub-menu {
    position: absolute;
    padding: 0;
    min-width: 240px;
    z-index: 4;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
}
.main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
.sub-menu li {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    margin: 0;
}
.sub-menu li a {
    font-weight: 400;
    
    text-align: left;
    text-transform: capitalize;
    padding: 0;
    color: #707070;
    font-size: 14px;
    line-height: 40px;
}
.sub-menu li a i {
    margin-left: 10px;
}
.sub-menu li:hover > a {
    padding-left: 10px;
}
.sub-menu .sub-menu {
    opacity: 0;
    visibility: hidden;
    left: 100%;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
}
.vertical-menu {
    position: relative;
    z-index: 2;
}
.vertical-menu .menu-btn {
    max-width: 270px;
    min-width: 220px;
    background: #10a341;
    color: #fff;
    font-size: 14px;
    font-family: ;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    padding: 10px 20px;
    border-radius: 5px;
}
.vertical-menu .menu-btn span.ion-android-menu {
    display: inline-block;
    font-size: 24px;
    margin-right: 10px;
    vertical-align: -3px;
}
.vertical-menu .display-none {
    display: none;
}
.vertical-menu .vmenu-content {
    width: 100%;
    max-width: 360px;
    background: #fff;
    border: 1px solid #ebebeb;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 270px;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
}
.vertical-menu .vmenu-content.display-block {
    min-width: inherit;
}
.vertical-menu .vmenu-content li {
    display: block;
    position: relative;
}
.vertical-menu .vmenu-content li a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 24px;
    text-transform: capitalize;
    word-wrap: break-word;
    background: #fff;
    color: #707070;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vertical-menu .vmenu-content li a i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.vertical-menu .vmenu-content li a strong {
    font-family: ;
    color: #1d1d1d;
    text-transform: uppercase;
}
.vertical-menu .vmenu-content li a strong:hover {
    color: #10a341;
}
.vertical-menu .vmenu-content li .verticale-mega-menu,
.vertical-menu .vmenu-content li .verticale-sub-menu {
    position: absolute;
    z-index: 99;
    text-align: left;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 20px 10px;
    width: 590px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, 0.15);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.vertical-menu .vmenu-content li .verticale-mega-menu li {
    width: 50%;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li a {
    margin: 5px 0;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li a:hover {
    background: #fff;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li ul li {
    width: 100%;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li ul li a {
    padding: 2px 20px;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li ul li a:hover {
    padding-left: 30px;
    background: #fff;
}
.vertical-menu .vmenu-content li .verticale-sub-menu {
    padding: 0;
    width: 240px;
    border: 1px solid #ebebeb;
    background: #fff;
}
.vertical-menu .vmenu-content li .verticale-sub-menu li {
    width: 100%;
    padding: 0;
    line-height: 20px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    display: block;
}
.vertical-menu .vmenu-content li .verticale-sub-menu li:last-child {
    border: 0;
}
.vertical-menu .vmenu-content li .verticale-sub-menu li a {
    padding: 10px 20px;
}
.vertical-menu .vmenu-content li .verticale-sub-menu li:hover > a {
    padding: 10px 20px 10px 25px;
}
.vertical-menu .vmenu-content li:hover .verticale-mega-menu,
.vertical-menu .vmenu-content li:hover .verticale-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.vertical-menu .vmenu-content li:hover .verticale-mega-menu a,
.vertical-menu .vmenu-content li:hover .verticale-sub-menu a {
    background: #fff;
}
.vertical-menu .vmenu-content li.expand a {
    padding-left: 45px;
    font-weight: 700;
}
.vertical-menu .vmenu-content li.expand a i {
    right: auto;
    left: 20px;
}
.theme3 .vertical-menu li:hover > a {
    color: #10a341;
    background: #f9f9f9;
}
#sticky.is-isticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation: fadeInDown 0.5s ease-in-out;
    animation: fadeInDown 0.5s ease-in-out;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.theme1.is-isticky {
    background: hsla(0, 0%, 100%, 0.8);
}
.theme1.is-isticky:hover {
    background: #fff;
}
.theme2.is-isticky {
    background: rgba(29, 29, 29, 0.8) !important;
}
.theme2.is-isticky:hover {
    background: #1d1d1d !important;
}
.theme3.is-isticky {
    background: rgba(29, 29, 29, 0.8) !important;
}
.theme3.is-isticky:hover {
    background: #1d1d1d !important;
}
#sticky.custom-sticky.is-isticky {
    padding-top: 4px;
    padding-bottom: 4px;
}
@media screen and (max-width: 991px) {
    #sticky.custom-sticky.is-isticky {
        position: static !important;
    }
}
.search-form .form-control {
    padding: 10px 70px 10px 20px;
    width: 100%;
    height: 46px;
    font-size: 14px;
    background: #fff;
    color: #1d1d1d;
    border: 2px solid transparent;
    border-radius: 5px;
}
.search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-form .form-control.theme1-border {
    border-color: #eee;
}
.search-form .form-control.theme2-border {
    border-color: #253237;
}
.search-form .form-control.theme3 {
    padding: 10px 20px 10px 54px;
}
@media screen and (max-width: 991px) {
    .search-form .form-control.theme3 {
        border-color: #eee;
    }
}
.search-body {
    position: absolute;
    width: 600px;
    top: 40px;
    right: 255px;
    display: none;
    z-index: 2;
}
@media screen and (max-width: 1500px) {
    .search-body {
        right: 220px;
    }
}
@media screen and (max-width: 1100px) {
    .search-body {
        right: 205px;
    }
}
.width-calc-from-left {
    width: calc(100% - 220px);
}
@media screen and (max-width: 991px) {
    .width-calc-from-left {
        width: 100%;
        padding-left: 0;
    }
}
.cart-block-links li {
    margin-right: 30px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .cart-block-links li {
        margin-right: 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .cart-block-links li {
        margin-right: 15px;
    }
}
.cart-block-links li a {
    font-size: 16px;
    font-family: ;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
}
.cart-block-links li a i {
    font-size: 28px;
}
.cart-block-links .cart-total {
    top: -5px;
    margin-left: 10px;
}
.cart-block-links.theme1 a {
    color: #1d1d1d;
}
.cart-block-links.theme1 a:hover {
    color: #f33535;
}
.cart-block-links.theme2 a {
    color: #fff !important;
}
.cart-block-links.theme2 a:hover {
    color: #fff;
}
.cart-block-links.theme3 a {
    color: #1d1d1d;
}
.cart-block-links.theme3 a:hover {
    color: #10a341;
}
.mobile-menu-toggle svg {
    width: 50px;
    height: 50px;
}
.mobile-menu-toggle svg path {
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
    fill: none;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 30px;
}
.mobile-menu-toggle svg path#bottom,
.mobile-menu-toggle svg path#top {
    stroke-dasharray: 240px 950px;
}
.mobile-menu-toggle svg path#middle {
    stroke-dasharray: 240px 240px;
}
.mobile-menu-toggle .close svg path#bottom,
.mobile-menu-toggle .close svg path#top {
    stroke-dasharray: -650px;
    stroke-dashoffset: -650px;
}
.mobile-menu-toggle .close svg path#middle {
    stroke-dasharray: 1px 220px;
    stroke-dashoffset: -115px;
}
.mobile-menu-toggle.theme1 svg path {
    stroke: #1d1d1d;
}
.mobile-menu-toggle.theme2 svg path {
    stroke: #fff;
}
.mobile-menu-toggle.theme3 svg path {
    stroke: #1d1d1d;
}
body.offcanvas-open {
    overflow-y: hidden;
    padding-right: 17px;
}
@media screen and (max-width: 991px) {
    body.offcanvas-open {
        padding-right: 0;
    }
}
.offcanvas-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
.offcanvas {
    visibility: visible;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.offcanvas.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.offcanvas.offcanvas-mobile-menu {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (max-width: 480px) {
    .offcanvas {
        width: 300px;
    }
}
.offcanvas .inner {
    padding: 20px;
}
@media screen and (max-width: 991px) {
    .offcanvas .inner {
        overflow-y: scroll;
        height: 660px;
    }
}
@media screen and (max-width: 767px) {
    .offcanvas .inner {
        height: calc(100% - 30px);
    }
}
@media screen and (max-width: 480px) {
    .offcanvas .inner {
        padding: 10px;
    }
}
.offcanvas .title {
    color: #1d1d1d;
    font-weight: 700;
}
.offcanvas .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
}
.offcanvas .offcanvas-close:after {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #1d1d1d;
}
.offcanvas .offcanvas-close:hover:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.offcanvas .offcanvas-close:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #1d1d1d;
}
.offcanvas .offcanvas-close:hover:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.offcanvas .offcanvas-menu ul li {
    position: relative;
    display: block;
    line-height: 28px;
}
.offcanvas .offcanvas-menu ul li a {
    display: block;
    position: relative;
    padding: 8px 20px;
    text-transform: capitalize;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-family: ;
    font-weight: 700;
    line-height: 30px;
}
.offcanvas .offcanvas-menu ul li .offcanvas-submenu {
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    width: 100%;
    min-width: auto;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.offcanvas .offcanvas-menu ul li .offcanvas-submenu li {
    line-height: inherit;
    position: relative;
}
.offcanvas .offcanvas-menu ul li .offcanvas-submenu li a {
    
    font-weight: 400;
    padding-left: 40px;
}
.offcanvas .offcanvas-menu ul li .offcanvas-submenu li ul a {
    padding-left: 60px;
}
.offcanvas .offcanvas-menu ul li .menu-expand {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    cursor: pointer;
    background-color: transparent;
}
.offcanvas .offcanvas-menu ul li .menu-expand:after,
.offcanvas .offcanvas-menu ul li .menu-expand:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background-color: #1d1d1d;
}
.offcanvas .offcanvas-menu ul li .menu-expand:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.offcanvas .offcanvas-menu ul li.active > .menu-expand:after {
    -webkit-transform: rotate(0) scale(0.75);
    transform: rotate(0) scale(0.75);
}
.offcanvas .offcanvas-social li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 40px;
    padding: 0;
}
.offcanvas .offcanvas-social li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid transparent;
    z-index: 1;
}
.theme1 .offcanvas-menu li:hover > .menu-expand:after,
.theme1 .offcanvas-menu li:hover > .menu-expand:before {
    background: #f33535;
}
.theme2 .offcanvas-menu li > a:hover {
    color: #ff7519;
}
.theme2 .offcanvas-menu li:hover > .menu-expand:after,
.theme2 .offcanvas-menu li:hover > .menu-expand:before {
    background: #ff7519;
}
.theme3 .offcanvas-menu li > a:hover {
    color: #10a341;
}
.theme3 .offcanvas-menu li:hover > .menu-expand:after,
.theme3 .offcanvas-menu li:hover > .menu-expand:before {
    background: #10a341;
}
.theme1 .offcanvas-social a {
    color: #fff;
    background: #f33535;
}
.theme1 .offcanvas-social a:hover {
    background: transparent;
    color: #f33535;
    border-color: #f33535;
}
.theme2 .offcanvas-social a {
    color: #fff;
    background: #ff7519;
}
.theme2 .offcanvas-social a:hover {
    background: transparent;
    color: #ff7519;
    border-color: #ff7519;
}
.theme3 .offcanvas-social a {
    color: #fff;
    background: #10a341;
}
.theme3 .offcanvas-social a:hover {
    background: transparent;
    color: #10a341;
    border-color: #10a341;
}
.offcanvas .inner .head {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.offcanvas .inner .head .offcanvas-close {
    position: relative;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
}
.offcanvas .inner .sub-total {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eee;
    margin: 30px 0;
    border-bottom: 1px solid #eee;
}
.offcanvas .inner .sub-total strong {
    
    color: #1d1d1d;
}
.offcanvas .inner .sub-total .amount {
    font-weight: 700;
    font-family: ;
}
.offcanvas .inner .minicart-message {
    margin-top: 15px;
    color: #1d1d1d;
    margin-bottom: 15px;
}
.minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.minicart-product-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.minicart-product-list li .image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
}
.minicart-product-list li .image img {
    max-width: 100%;
    border: 1px solid #ebebeb;
}
@media screen and (max-width: 575px) {
    .minicart-product-list li .image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50px;
        flex: 1 0 50px;
    }
}
.minicart-product-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.minicart-product-list li .content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 150px);
    flex: 1 0 calc(100% - 150px);
    padding-left: 15px;
}
.minicart-product-list li .content .title {
    color: #1d1d1d;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 15px;
    text-transform: capitalize;
    font-family: ;
}
.minicart-product-list li .content .quantity-price {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.minicart-product-list li .content .quantity-price .amount {
    color: #1d1d1d;
    
    font-weight: 500;
}
.minicart-product-list li .content .remove {
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 3px;
    color: #1d1d1d;
    font-size: 18px;
}
@media screen and (max-width: 575px) {
    .minicart-product-list li .content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% - 75px);
        flex: 1 0 calc(100% - 75px);
    }
}
.theme1 .inner .sub-total .amount {
    color: #f33535;
}
.theme2 .inner .sub-total .amount {
    color: #ff7519;
}
.theme3 .inner .sub-total .amount {
    color: #10a341;
}
.theme1 .minicart-product-list li .content .remove:hover,
.theme1 .minicart-product-list li .content .title:hover {
    color: #f33535;
}
.theme2 .minicart-product-list li .content .remove:hover,
.theme2 .minicart-product-list li .content .title:hover {
    color: #ff7519;
}
.theme3 .minicart-product-list li .content .remove:hover,
.theme3 .minicart-product-list li .content .title:hover {
    color: #10a341;
}
.hero-side-category {
    width: 100%;
    position: relative;
}
.hero-side-category .category-toggle {
    padding: 10px 20px;
    background-color: #fff;
    color: #1d1d1d;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
    width: 100%;
    text-align: left;
    border: 2px solid #eee;
    border-radius: 5px;
    position: relative;
    font-family: ;
}
.hero-side-category .category-toggle i {
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.hero-side-category .category-menu {
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 110%;
    border: 1px solid #ebebeb;
    position: absolute;
    display: none;
    z-index: 2;
    height: 500px;
    overflow-x: auto;
    border-radius: 5px;
}
.hero-side-category .category-menu li a {
    display: block;
    padding: 10px 25px;
    line-height: 30px;
    font-size: 14px;
    color: #253237;
    font-weight: 400;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}
.hero-side-category .category-menu li a i {
    position: absolute;
    right: 30px;
}
.hero-side-category .category-menu li .category-mega-menu {
    display: none;
}
.hero-side-category .category-menu li .category-mega-menu a {
    padding: 10px 25px 10px 35px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #253237;
    position: relative;
    margin: 0;
    text-transform: inherit;
}
.hero-side-category .category-menu li #more-btn {
    font-weight: 700;
    padding-left: 45px;
}
.hero-side-category .category-menu li #more-btn i {
    right: auto;
    left: 30px;
}
.theme1 .category-menu li:hover > a {
    color: #f33535;
}
.theme2 .category-menu li:hover > a {
    color: #ff7519;
}
.theme3 .category-menu li:hover > a {
    color: #10a341;
}
.product-size .title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 24px;
    font-family: ;
}
.product-size select {
    background-color: #fff;
    padding: 0 30px 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #1d1d1d;
    border: 1px solid #ebebeb;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem
        center/1.25rem 1.25rem;
}
.product-size select option {
    font-weight: 400;
}
.select-arrow-down {
    position: absolute;
    left: calc(100% - 85px);
}
.product-widget .title {
    
    font-size: 20px;
    line-height: 1;
    color: #1d1d1d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
}
.product-widget .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #f33535;
}
.product-tag li a {
    
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding: 10px 25px;
    font-size: 14px;
    line-height: 20px;
    color: #1d1d1d;
    border: 1px solid #ebebeb;
    background: #fff;
    margin: 4px;
    border-radius: 30px;
}
.product-tag li a:hover {
    color: #fff;
    background: #f33535;
    border-color: #f33535;
}
.product-count.style input {
    color: #1d1d1d;
    background-color: #fff;
    height: 54px;
    padding: 10px 30px 10px 10px;
    width: 80px;
    border: 1px solid #ebebeb;
    display: block;
    text-align: center;
    -moz-appearance: textfield;
}
.product-count.style .count-btn {
    background-color: transparent;
    border: 0;
    border-left: 1px solid #ebebeb;
    display: block;
    width: 20px;
    height: 27px;
    padding: 0;
    text-align: center;
    color: #1d1d1d;
    font-size: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-count.style .increment {
    border-bottom: 1px solid #ebebeb;
}
.filter-check-box {
    margin-bottom: 10px;
}
.check-box-inner {
    padding-top: 20px;
}
.check-box-inner .title {
    
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #1d1d1d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
}
.check-box-inner .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #f33535;
}
.check-box-inner .sub-title {
    
    font-weight: 500;
    color: #1d1d1d;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 24px;
    text-transform: capitalize;
}
.filter-check-box input[type="checkbox"] {
    display: none;
}
.filter-check-box input[type="checkbox"] + label {
    position: relative;
    padding-top: 3px;
    padding-left: 30px;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #1d1d1d;
    font-size: 14px;
    line-height: 22px;
}
.filter-check-box input[type="checkbox"] + label:hover {
    color: #f33535;
}
.filter-check-box input[type="checkbox"] + label:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 5px;
    opacity: 1;
}
.filter-check-box input[type="checkbox"] + label:hover:before {
    border-color: #f33535;
}
.filter-check-box.color-grey input[type="checkbox"] + label:before {
    background-color: #7e7e7e;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.filter-check-box.color-grey input[type="checkbox"]:checked + label:before {
    background-color: transparent;
}
.filter-check-box.color-white input[type="checkbox"] + label:before {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.filter-check-box.color-black input[type="checkbox"] + label:before {
    background-color: #666;
    border: 1px solid #666;
}
.filter-check-box.color-camel input[type="checkbox"] + label:before {
    background-color: #c19a6b;
    border: 1px solid #c19a6b;
}
.filter-check-box.color-camel input[type="checkbox"]:checked + label:before {
    background-color: transparent;
}
.filter-check-box input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -1px;
    left: 5px;
}
.filter-check-box input[type="checkbox"]:checked + label:before,
.theme1 .filter-check-box input[type="checkbox"]:checked + label:before {
    border-radius: 0;
    opacity: 1;
    border-color: transparent #f33535 #f33535 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.theme2 .filter-check-box input[type="checkbox"]:checked + label:before {
    border-radius: 0;
    opacity: 1;
    border-color: transparent #ff7519 #ff7519 transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.filter-check-box.color-black input[type="checkbox"]:checked + label:before {
    background: 0 0;
}
.filter-check-box input[type="radio"]:checked,
.filter-check-box input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.filter-check-box input[type="radio"]:checked + label,
.filter-check-box input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.filter-check-box input[type="radio"]:checked + label:before,
.filter-check-box input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    background: #fff;
}
.filter-check-box input[type="radio"]:checked + label:after,
.filter-check-box input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #f33535;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
}
.filter-check-box input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.filter-check-box input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.filter-check-box input[type="radio"] + label:hover {
    color: #f33535;
}
#amount {
    border: 0;
    color: #1d1d1d;
    font-size: 14px;
    margin: 0 0 20px;
}
.check-box-inner .ui-widget-content {
    border: 1px solid #f33535;
}
.check-box-inner .ui-slider-horizontal {
    height: 5px;
}
.check-box-inner .ui-widget-header {
    background: #f33535;
}
.check-box-inner .ui-slider-handle {
    top: 50%;
    width: 15px;
    height: 15px;
    border: none;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    outline: 0;
    cursor: pointer;
    margin-top: -7.5px;
    border-radius: 100%;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.static-media-wrap {
    padding: 45px 30px;
}
.static-media2 .title {
    font-family: ;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .static-media2 .title {
        font-size: 15px;
    }
}
.static-media2 .text {
    line-height: 20px;
    font-size: 14px;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .static-media.me-50 {
        margin-right: 25px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .static-media.me-50 {
        margin-right: 30px;
    }
}
.phone {
    line-height: 1;
}
.phone a {
    font-weight: 700;
    font-family: ;
    font-size: 16px;
}
.phone a:hover {
    color: #f33535 !important;
}
.phone span {
    
    font-size: 14px;
}
.phone span,
.phone strong {
    line-height: 1;
}
.phone .email {
    line-height: 2rem;
}
.slick-arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    border: 1px solid #ebebeb;
    background: #fff;
    color: #9d9d9d;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    line-height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}
.slick-nav .slick-prev {
    left: -15px;
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 1500px) {
    .slick-nav .slick-prev {
        left: -40px;
    }
}
.slick-nav:hover .slick-prev {
    left: -15px;
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 1480px) {
    .slick-nav:hover .slick-prev {
        left: 0;
    }
}
.slick-nav .slick-next {
    right: -15px;
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 1500px) {
    .slick-nav .slick-next {
        right: -40px;
    }
}
.slick-nav:hover .slick-next {
    right: -15px;
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 1480px) {
    .slick-nav:hover .slick-next {
        right: 0;
    }
}
.slick-nav-sync .slick-prev {
    left: -15px;
    opacity: 0;
    visibility: hidden;
}
.slick-nav-sync:hover .slick-prev {
    left: 15px;
    opacity: 1;
    visibility: visible;
}
.slick-nav-sync .slick-next {
    right: -15px;
    opacity: 0;
    visibility: hidden;
}
.slick-nav-sync:hover .slick-next {
    right: 15px;
    visibility: visible;
    opacity: 1;
}
.slick-nav-brand .slick-prev {
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.slick-nav-brand:hover .slick-prev {
    left: -40px;
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 1480px) {
    .slick-nav-brand:hover .slick-prev {
        left: -10px;
    }
}
.slick-nav-brand .slick-next {
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.slick-nav-brand:hover .slick-next {
    right: -40px;
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 1480px) {
    .slick-nav-brand:hover .slick-next {
        right: -10px;
    }
}
.blog-init .slick-prev {
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.blog-init:hover .slick-prev {
    left: -30px;
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 1480px) {
    .blog-init:hover .slick-prev {
        left: -15px;
    }
}
.blog-init .slick-next {
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.blog-init:hover .slick-next {
    right: -30px;
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 1480px) {
    .blog-init:hover .slick-next {
        right: -15px;
    }
}
.theme1 .slick-arrow:hover {
    color: #fff;
    background: #f33535;
    border-color: #f33535;
}
.theme2 .slick-arrow:hover {
    color: #fff;
    background: #ff7519;
    border-color: #ff7519;
}
.theme3 .slick-arrow:hover {
    color: #fff;
    background: #10a341;
    border-color: #10a341;
}
.slick-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    z-index: 1;
}
.slick-progress span {
    width: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(49, 56, 72, 0.298);
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}
.slick-progress span.active {
    width: 100%;
}
.dots-style .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dots-style .slick-dots li {
    line-height: 1;
}
.dots-style .slick-dots li button {
    width: 14px;
    height: 14px;
    text-indent: 2000px;
    font-size: 0;
    display: block;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
}
.dots-style .slick-dots li button:hover {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.popular-slider-init.dots-style .slick-dots {
    bottom: 0;
    position: static;
    margin-top: 30px;
}
.popular-slider-init.dots-style .slick-dots li button {
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.theme1 .slick-dots li button {
    background: #fff;
}
.theme1 .slick-dots li.slick-active button,
.theme1 .slick-dots li button:hover {
    background: #f33535;
}
.theme2 .slick-dots li button {
    background: #d6d6d6;
}
.theme2 .slick-dots li.slick-active button,
.theme2 .slick-dots li button:hover {
    background: #ff7519;
}
.theme3 .slick-dots li button {
    background: #fff;
}
.theme3 .slick-dots li.slick-active button,
.theme3 .slick-dots li button:hover {
    background: #10a341;
}
.theme1 .popular-slider-init.dots-style .slick-dots li button {
    background: #1d1d1d;
}
.theme1 .popular-slider-init.dots-style .slick-dots li button:hover {
    background: #f33535;
}
.theme1 .popular-slider-init.dots-style .slick-dots li.slick-active button {
    width: 28px;
    background: #f33535;
    border-radius: 8px;
}
.theme2 .popular-slider-init.dots-style .slick-dots li button {
    background: #fff;
}
.theme2 .popular-slider-init.dots-style .slick-dots li button:hover {
    background: #ff7519;
}
.theme2 .popular-slider-init.dots-style .slick-dots li.slick-active button {
    width: 28px;
    background: #ff7519;
    border-radius: 8px;
}
.theme3 .popular-slider-init.dots-style .slick-dots li button {
    background: #fff;
}
.theme3 .popular-slider-init.dots-style .slick-dots li button:hover {
    background: #10a341;
}
.theme3 .popular-slider-init.dots-style .slick-dots li.slick-active button {
    width: 28px;
    background: #10a341;
    border-radius: 8px;
}
.slick-slider {
    background: transparent;
}
.slider-height {
    height: 605px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-height {
        height: 500px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height {
        height: 450px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .slider-height {
        height: 300px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height {
        height: 350px;
    }
}
.slider-height2 {
    height: 714px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .slider-height2 {
        height: 600px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height2 {
        height: 480px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height2 {
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .slider-height2 {
        height: 300px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .slider-height2 {
        height: 350px;
    }
}
.slider-content-width {
    max-width: 52%;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
    .slider-content-width {
        max-width: 52%;
    }
}
@media screen and (max-width: 576px) {
    .slider-content-width {
        max-width: 100%;
    }
}
.slider-content .title {
    font-weight: 400;
    font-size: 65px;
    line-height: 1;
    opacity: 0;
    
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-content .title {
        font-size: 50px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .title {
        font-size: 45px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .title {
        font-size: 35px;
    }
}
@media screen and (max-width: 767px) {
    .slider-content .title {
        font-size: 30px;
    }
}
.slider-content .sub-title {
    font-weight: 700;
    font-size: 65px;
    line-height: 1;
    opacity: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .slider-content .sub-title {
        font-size: 50px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content .sub-title {
        font-size: 45px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .sub-title {
        font-size: 35px;
    }
}
@media screen and (max-width: 767px) {
    .slider-content .sub-title {
        font-size: 30px;
    }
}
.slider-content .text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    opacity: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content .text {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .slider-content .text {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .slider-content .text.mb-25 {
        margin-bottom: 15px;
    }
}
.slider-content .btn {
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .slider-content .btn.mt-45 {
        margin-top: 30px;
    }
}
.banner-thumb img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .banner-thumb img {
        width: 100%;
    }
}
.hover-animation a:before {
    top: 0;
    left: 50%;
    right: 51%;
    bottom: 0;
}
.hover-animation a:after,
.hover-animation a:before {
    position: absolute;
    content: "";
    background: hsla(0, 0%, 100%, 0.2);
    opacity: 1;
}
.hover-animation a:after {
    top: 50%;
    left: 0;
    right: 0;
    bottom: 50%;
}
.hover-animation:hover a:before {
    left: 0;
    right: 0;
}
.hover-animation:hover a:after,
.hover-animation:hover a:before {
    opacity: 0;
    -webkit-transition: all 0.9s linear;
    transition: all 0.9s linear;
}
.hover-animation:hover a:after {
    top: 0;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .breadcrumb-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1200px) {
    .breadcrumb-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.breadcrumb-item {
    text-transform: capitalize;
    line-height: 1;
    padding: 0 !important;
}
@media screen and (max-width: 450px) {
    .breadcrumb-item {
        margin: 5px 0;
    }
}
.breadcrumb-item a {
    display: inline-block;
    position: relative;
    color: #707070 !important;
    line-height: 1;
}
.breadcrumb-item + .breadcrumb-item:before {
    color: #707070 !important;
    margin: 0 10px;
    content: "\f3d3";
    font-family: Ionicons;
    padding: 0 !important;
    position: relative;
    top: 2px;
    font-size: 14px;
}
.theme1 .breadcrumb-item a:hover {
    color: #f33535 !important;
}
.theme1 .breadcrumb-item.active {
    color: #f33535;
}
.theme3 .breadcrumb-item a:hover {
    color: #10a341 !important;
}
.theme3 .breadcrumb-item.active {
    color: #10a341;
}
.product-tab-menu .nav-item {
    margin: 0 2px;
}
@media screen and (max-width: 560px) {
    .product-tab-menu .nav-item {
        margin: 0 2px 5px;
    }
}
.product-tab-menu .nav-item .nav-link {
    font-family: ;
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 18px;
    color: #666;
    border: 2px solid transparent;
    border-radius: 6px;
}
.theme1 .nav-link.active,
.theme1 .nav-link:hover {
    color: #f33535;
    background: transparent;
    border-color: #f33535;
}
.theme2 .nav-link.active,
.theme2 .nav-link:hover {
    color: #ff7519;
    background: transparent;
    border-color: #ff7519;
}
.theme3 .nav-link.active,
.theme3 .nav-link:hover {
    color: #10a341;
    background: transparent;
    border-color: #10a341;
}
.product-links {
    position: absolute;
    z-index: 3;
    width: 100%;
    bottom: 15px;
}
.product-links li {
    margin: 0 3px;
}
.product-links li a {
    display: block;
    background: #f6f6f6;
    color: #1d1d1d;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    border-radius: 50%;
}
.product-card .card-body:hover .product-links li a {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.product-card .card-body:hover .product-links li:nth-child(2) a {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.product-card .card-body:hover .product-links li:nth-child(3) a {
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
.theme1 .product-links li:hover a {
    background: #f33535;
    color: #fff;
}
.theme2 .product-links li:hover a {
    background: #ff7519;
    color: #fff;
}
.theme3 .product-links li:hover a {
    background: #10a341;
    color: #fff;
}
.tab-content .tab-pane.active .product-list {
    -webkit-animation: zoomIn 0.5s ease;
    animation: zoomIn 0.5s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.product-thumbnail img,
img.second-img {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
img.second-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.product-card {
    border: 0;
}
.product-card:hover {
    -webkit-box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, 0.06);
}
.product-card:hover img.second-img {
    opacity: 1;
    z-index: 1;
}
.product-card.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-desc {
    padding: 20px 10px 15px;
}
.product-desc .title {
    line-height: 1.4;
    margin-bottom: 10px;
    color: #707070;
    font-size: 15px;
    text-transform: capitalize;
    
    font-weight: 400;
}
.theme1 .product-desc .title:hover a {
    color: #f33535;
}
.theme2 .product-desc .title:hover a {
    color: #ff7519;
}
.theme3 .product-desc .title:hover a {
    color: #10a341;
}
.star-rating span {
    font-weight: 400;
    line-height: 1;
    margin: 0 1px 0 0;
    font-size: 18px;
    color: #fdd835;
}
.star-rating span .de-selected {
    color: #eee;
}
.product-price {
    color: #1d1d1d;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    font-family: ;
}
.product-price .del {
    color: #9b9b9b;
    font-weight: 400;
    margin-right: 2px;
    line-height: 20px;
    font-size: 15px;
}
.theme1 .product-price .onsale {
    color: #f33535;
}
.theme2 .product-price .onsale {
    color: #ff7519;
}
.theme3 .product-price .onsale {
    color: #10a341;
}
.pro-btn {
    background: #f6f6f6;
    color: #1d1d1d;
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: 400;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
}
.pro-btn-right {
    position: absolute;
    right: 20px;
}
.theme1 .pro-btn:hover {
    background: #f33535;
    color: #fff;
}
.theme2 .pro-btn:hover {
    background: #ff7519;
    color: #fff;
}
.theme3 .pro-btn:hover {
    background: #10a341;
    color: #fff;
}
.product-slider-init .slick-list {
    padding: 15px 0;
    margin: -15px;
}
.product-slider-init .slick-list .slick-slide {
    padding: 0 15px;
}
.product-slider2-init .slick-list {
    padding: 15px 0;
    margin: -15px;
}
.product-slider2-init .slick-list .slick-slide {
    padding: 0 15px;
}
.popular-section {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.popular-section.popular-bg1 {
    background-image: url(../img/popular/popular-bg.jpg);
}
.popular-slider-init .slick-list {
    margin: 0 -15px;
}
.popular-slider-init .slick-list .slick-slide {
    padding: 0 15px;
}
.popular-card {
    text-align: center;
    background: #fff;
    border: 0;
}
.popular-card .card-body {
    padding: 15px;
    border-radius: 5px;
}
.popular-card .card-body .popular-title {
    padding: 25px 0 10px;
}
.popular-card .card-body .popular-title a {
    color: #1d1d1d;
    font-weight: 700;
    font-family: ;
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 15px;
}
.popular-card-bg {
    position: relative;
}
.popular-card-bg .card-body {
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}
.popular-card-bg .card-body:hover .shop-now-btn {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.popular-card-bg:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(63% + 1px);
    content: "";
    z-index: 1;
    background: #f7f7f7;
}
.theme1 .popular-card {
    text-align: center;
}
.theme1 .popular-card .card-body .popular-title a:hover {
    color: #f33535;
}
.theme2 .popular-card {
    text-align: center;
}
.theme2 .popular-card .card-body .popular-title a:hover {
    color: #ff7519;
}
.theme3 .popular-card {
    text-align: center;
}
.theme3 .popular-card .card-body .popular-title a:hover {
    color: #10a341;
}
.featured-init .product-thumbnail img {
    max-width: 120px;
}
.featured-init .product-desc {
    padding: 15px 0 0;
}
.featured-init2 .product-thumbnail img {
    max-width: 120px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .featured-init2 .product-thumbnail img {
        max-width: 100px;
    }
}
.product-ctry-init .product-desc .title {
    font-size: 18px;
    line-height: 20px;
}
@media screen and (max-width: 576px) {
    .product-ctry-init .product-desc .title {
        font-size: 15px;
    }
}
.product-ctry-init .product-price .del {
    font-size: 19px;
}
.product-ctry-init .product-price .onsale {
    font-size: 24px;
}
.availability p {
    font-size: 14px;
    text-transform: capitalize;
    color: #777;
}
.availability span.in-stock {
    
    font-weight: 400;
    color: #10a341;
}
.hot-deal .title {
    
    font-weight: 500;
    font-size: 30px;
}
.clockdiv {
    line-height: 1;
    margin-top: 20px;
}
.clockdiv .title {
    font-size: 14px;
    color: #707070;
    line-height: 18px;
    max-width: 100px;
    margin-right: 15px;
}
@media screen and (max-width: 767px) {
    .clockdiv .title {
        max-width: 100%;
        margin: 0 auto 15px;
        text-align: center;
    }
}
.clockdiv span {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    color: #1d1d1d;
    position: relative;
    font-weight: 700;
    font-size: 22px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .clockdiv span {
        font-size: 18px;
    }
}
.clockdiv span:after {
    position: absolute;
    top: 0;
    left: -4px;
    content: ":";
}
.clockdiv span:first-child:after {
    display: none;
}
.clockdiv span p {
    font-size: 12px;
    margin: 5px 0 0;
    color: #1d1d1d;
    
    font-weight: 400;
}
.countdown-sync-nav {
    max-width: 80%;
    margin: auto;
}
.theme1 .product-sync-nav {
    max-width: 85%;
    margin: 0 auto;
}
.theme1 .product-sync-nav .slick-slide {
    padding: 0 5px;
}
.theme1 .product-sync-nav .slick-slide .product-thumb {
    border: 1px solid transparent;
}
.theme1 .product-sync-nav .slick-slide .product-thumb:hover,
.theme1 .product-sync-nav .slick-slide.slick-current .product-thumb {
    border-color: #f33535;
}
.theme2 .product-sync-nav {
    max-width: 85%;
    margin: 0 auto;
}
.theme2 .product-sync-nav .slick-slide {
    padding: 0 5px;
}
.theme2 .product-sync-nav .slick-slide .product-thumb {
    border: 1px solid transparent;
}
.theme2 .product-sync-nav .slick-slide .product-thumb:hover,
.theme2 .product-sync-nav .slick-slide.slick-current .product-thumb {
    border-color: #ff7519;
}
.theme3 .product-sync-nav {
    max-width: 85%;
    margin: 0 auto;
}
.theme3 .product-sync-nav .slick-slide {
    padding: 0 5px;
}
.theme3 .product-sync-nav .slick-slide .product-thumb {
    border: 1px solid transparent;
}
.theme3 .product-sync-nav .slick-slide .product-thumb:hover,
.theme3 .product-sync-nav .slick-slide.slick-current .product-thumb {
    border-color: #10a341;
}
.theme3 .product-sync-nav.single-product .slick-slide .product-thumb {
    max-width: 105px;
}
.has-opacity .slick-slide img {
    opacity: 0.3;
}
.has-opacity .slick-slide.slick-current.slick-active img {
    opacity: 1;
}
.blog-init .slick-list {
    margin: 0 -15px;
}
.blog-init .slick-list .slick-slide {
    padding: 0 15px;
}
.blog-thumb img {
    width: 100%;
}
.blog-post-content .title {
    font-size: 18px;
    line-height: 1;
    color: #1d1d1d;
    font-weight: 700;
    font-family: ;
}
.blog-post-content .sub-title {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 15px;
    color: #707070;
}
.blog-post-content .text {
    margin-bottom: 15px;
}
.blog-post-content .read-more {
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    color: #f33535;
}
.blog-post-content .read-more:hover {
    text-decoration: underline;
}
.blog-post-content .separator {
    margin: 0 5px;
}
.blog-link {
    font-size: 12px;
    line-height: 24px;
    color: #f33535;
}
.blog-link:hover {
    text-decoration: underline;
}
.blog-links li {
    margin-bottom: 5px;
}
.blog-links li a {
    color: #666;
    line-height: 24px;
}
.blog-links li:hover a {
    color: #f33535;
}
.brand-init.border-top {
    border-color: #ebebeb !important;
}
.brand-init .slick-list {
    margin: 0 -15px;
}
.brand-init .slick-list .slick-slide {
    padding: 0 15px;
}
.single-brand a img {
    display: block;
    margin: 0 auto;
}
.single-brand a:hover img {
    -webkit-transform: scale(1.045) rotate(0.05deg);
    transform: scale(1.045) rotate(0.05deg);
}
.page-item {
    margin: 0 5px;
}
.page-item .page-link {
    
    display: block;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #1d1d1d !important;
    background: #f6f6f6 !important;
    font-size: 18px;
    text-align: center;
    border: 0 !important;
    border-radius: 50% !important;
}
.page-item .page-link i {
    font-size: 13px;
    position: relative;
    top: -2px;
}
.page-item.active .page-link,
.page-link:hover {
    color: #fff !important;
    background: #f33535 !important;
}
.modal.style1 .modal-dialog {
    max-width: 1020px;
}
.modal.style1 .modal-header {
    border: none;
    padding: 6px 0.625rem;
    height: 30px;
}
.modal.style1 .modal-header .btn-close {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 25px;
    right: 30px;
    padding: 0;
}
.modal.style1 .modal-body {
    padding: 30px 30px 90px;
}
.modal.style1 .product-head .title {
    font-weight: 400;
    text-transform: capitalize;
    color: #707070;
    font-size: 24px;
    
    margin: 0 0 20px;
}
.modal.style1 .product-head .sub-title {
    font-size: 14px;
    color: #1d1d1d;
    margin: 0 0 10px;
}
.modal.style1 .product-head .star-content .star-on {
    color: #fdd835;
    font-size: 12px;
}
.modal.style1 .product-head .star-content .de-selected {
    color: #e0e0e0;
}
.modal.style1 .product-body {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.modal.style1 .new-price {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 30px;
    color: #1d1d1d;
    font-size: 26px;
    font-family: ;
    margin-bottom: 30px;
}
@media (max-width: 576px) {
    .modal.style1 .product-head .title {
        margin: 0 0 2rem;
        font-size: 18px;
        line-height: 1.4;
    }
}
.check-box .title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 24px;
    font-family: ;
}
.pro-social-links ul li {
    margin-right: 15px;
}
.pro-social-links ul li.share {
    line-height: 30px;
    font-weight: 700;
    color: #1d1d1d;
    font-size: 14px;
    font-family: ;
}
.pro-social-links ul li a {
    display: block;
    width: 20px;
    text-align: center;
    color: #9d9d9d;
    font-size: 18px;
    line-height: 30px;
}
.theme1 .pro-social-links ul li a:hover {
    color: #f33535;
}
.theme2 .pro-social-links ul li a:hover {
    color: #ff7519;
}
.addto-whish-list a {
    display: inline-block;
    line-height: 30px;
    padding: 0;
    border: none;
    color: #666;
    font-size: 14px;
    margin-right: 15px;
}
.theme1 .addto-whish-list a:hover {
    color: #f33535;
}
.theme2 .addto-whish-list a:hover {
    color: #ff7519;
}
.theme3 .addto-whish-list a:hover {
    color: #10a341;
}
.product-discount {
    margin: 15px 0 0;
}
.regular-price {
    font-weight: 700;
    line-height: 30px;
    color: #1d1d1d;
    font-size: 26px;
    font-family: ;
}
.modal.style2 .modal-dialog {
    max-width: 300px;
}
.modal.style2 .modal-header {
    border: 0;
    padding: 0;
}
.modal.style2 .modal-header .btn-close {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    top: 25px;
    right: 30px;
    padding: 0;
    z-index: 999;
}
.modal.style2 .title {
    padding: 45px 25px;
    text-align: center;
    font-size: 14px;
    color: #707070;
}
.modal.style2 .title i {
    margin-right: 15px;
}
.modal.style3 .modal-dialog {
    max-width: 1140px;
}
.modal.style3 .modal-header {
    padding: 15px;
    border-bottom: 1px solid #f5f5f5;
}
.modal.style3 .modal-header .btn-close {
    opacity: 1;
    position: absolute;
    top: 25px;
    right: 30px;
    padding: 0;
    z-index: 999;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    font-family: ;
}
.modal.style3 .modal-header .btn-close:hover {
    opacity: 1 !important;
    color: #253237 !important;
    color: #fff !important;
}
.modal.style3 .modal-title {
    text-align: center;
    padding-right: 20px;
    color: #fff;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1;
    
    font-weight: 500;
}
.modal.style3 .modal-title span {
    font-size: 15px;
    margin-right: 15px;
}
.modal.style3 .modal-body {
    padding: 3.125rem 1.875rem;
}
.modal.style3 .product-name {
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    color: #1d1d1d;
}
.modal.style3 .price {
    line-height: 1.4;
}
.modal.style3 .color,
.modal.style3 .price {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 700;
    font-family: ;
}
.modal.style3 .color {
    line-height: 2.5;
}
.modal.style3 .quantity {
    color: #1d1d1d;
    font-size: 14px;
    font-weight: 700;
    font-family: ;
}
.modal-cart-content {
    padding-left: 2.5rem;
}
.modal-cart-content strong {
    font-weight: 700;
    font-family: ;
}
.modal-cart-content p,
.modal-cart-content strong {
    color: #1d1d1d;
    font-size: 14px;
}
@media (max-width: 767px) {
    .modal-cart-content {
        padding-left: 0;
    }
}
.divide-right {
    border-right: 1px solid #ebebeb;
}
.dmc {
    font-size: 14px !important;
    font-weight: 400;
    
}
@media (max-width: 767px) {
    .divide-right {
        border-right: 1px solid transparent;
    }
}
@media (max-width: 991px) {
    .modal.style3 img {
        display: block;
        max-width: 180px;
        margin: 0 auto 1.5rem;
    }
}
.cart-content-btn i {
    font-size: 15px;
    margin-right: 15px;
    vertical-align: middle;
}
.style4 .modal-dialog {
    max-width: 600px;
}
.style4 .modal-title {
    font-weight: 400;
    
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    background: #1d1d1d !important;
}
.style4 .modal-header {
    padding: 30px 30px 0;
    margin-bottom: 10px;
    border: 0;
}
.style4 .modal-body {
    padding: 15px 30px 30px;
}
.style4 .modal-form > .title {
    
    font-weight: 500;
    color: #1d1d1d;
    line-height: 24px;
    font-size: 1.25rem;
    margin-bottom: 10px;
}
.style4 .modal-form label {
    margin: 12px 0 4px;
    text-align: right;
    display: block;
}
.style4 .modal-form label,
.style4 .modal-form label.title {
    font-family: ;
    font-weight: 700;
    color: #1d1d1d;
    font-size: 14px;
}
.style4 .modal-form label.title {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
}
.style4 .modal-form .form-control {
    padding: 0 5px;
    min-height: 28px;
    height: 28px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.style4 .modal-form .form-control.textarea {
    height: 80px;
}
.style4 .modal-thumb img {
    border: 1px solid #ebebeb;
}
.style4 .modal-thumb .title {
    padding: 10px 0 5px;
    font-size: 13px;
    font-family: ;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 18px;
}
.style4 .star-content span {
    color: #fdd835;
    font-size: 18px;
}
.style4 .star-content span.quality {
    font-family: ;
    font-weight: 700;
    color: #1d1d1d;
    font-size: 14px;
}
.style4 .required {
    margin-bottom: 10px;
}
.or,
.style4 .required {
    font-size: 12px;
    color: #1d1d1d;
}
#add-to-cart .btn-close {
    background: transparent url(../img/logo/close-button.png) 50%/1em auto no-repeat;
}
.nletter-form .form-control {
    height: 47px;
    background: #fff;
    color: #7e7e7e;
    padding: 10px 120px 10px 10px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 30px;
}
.nletter-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.social-network li {
    margin: 0 10px 0 0;
}
.social-network li a {
    display: block;
    color: #1d1d1d;
    background: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
}
.theme1 .social-network li a:hover {
    color: #fff;
    background: #f33535;
}
.theme2 .social-network li a:hover {
    color: #fff;
    background: #ff7519;
}
.theme3 .social-network li a:hover {
    color: #fff;
    background: #10a341;
}

.address {
    margin: 0;
}
.address-widget .title {
    font-size: 22px;
    font-weight: 500;
}
.address-widget .text {
    line-height: 1;
    color: #707070;
    font-size: 13px;
}
.theme1 .address-widget .title a:hover {
    color: #f33535;
}
.theme2 .address-widget .title a:hover {
    color: #ff7519;
}
.theme3 .address-widget .title a:hover {
    color: #10a341;
}
.mx-w-400 {
    max-width: 400px;
}
.help-text {
    font-size: 16px;
    margin-bottom: 5px;
}



.single-product-info .product-body .product-price .del {
    
    font-weight: 400;
    line-height: 20px;
    color: #9b9b9b;
    margin-right: 10px;
    font-size: 22px;
}
.single-product-info .product-body .product-price .onsale {
    font-weight: 700;
    line-height: 30px;
    color: #1d1d1d;
    font-size: 26px;
}
.single-product-info .product-body .badge {
    
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    padding: 0 10px;
}
.single-product-head .title {
    
    line-height: 1;
    font-weight: 400;
    color: #707070;
    font-size: 24px;
    text-transform: capitalize;
}
.single-product-head .star-content .star-on {
    margin: 0 1px 0 0;
    color: #fdd835;
    font-weight: 400;
    line-height: 1;
    font-size: 18px;
}
.single-product-head .star-content a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}
.single-product-head .star-content a span {
    margin-right: 6px;
}
.theme3 .star-content a:hover {
    color: #10a341;
}
.product-tab-menu.single-product .nav-item .nav-link {
    text-transform: capitalize;
    color: #707070;
    line-height: 1;
    padding: 0 0 15px;
    margin: 0 30px;
    font-size: 26px;
    
    font-weight: 400;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}
.product-tab-menu.single-product .nav-item .nav-link.active,
.product-tab-menu.single-product .nav-item .nav-link:hover {
    color: #1d1d1d;
    border-color: #10a341;
}
.single-product-desc {
    background: #fff;
    padding: 30px;
    border: 1px solid #ebebeb;
}
.single-product-desc ul {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}
.studio-thumb img {
    border: 1px solid #ebebeb;
}
.studio-thumb h3 {
    
    text-transform: capitalize;
    font-weight: 500;
    color: #1d1d1d;
    line-height: 24px;
    font-size: 0.9375rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}
.studio-thumb h6 {
    font-family: ;
    font-size: 1rem;
    color: #1d1d1d;
    font-weight: 700;
}
.studio-thumb h6 small {
    
    font-weight: 400;
    font-size: 14px;
    color: #707070;
}
.product-features ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.product-features ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    
    font-weight: 400;
    background: #f1f1f1;
    padding: 0.625rem;
    margin-right: 0.625rem;
    min-height: 2.5rem;
    word-break: normal;
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}
.grade-content .grade {
    font-family: ;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    color: #777;
    margin-right: 10px;
}
.grade-content .star-on {
    color: #fdd835;
    
    font-weight: 400;
    font-size: 18px;
}
.grade-content .title {
    text-transform: capitalize;
    color: #777;
    margin-top: 20px;
}
.grade-content .sub-title,
.grade-content .title {
    font-family: ;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.grade-content .sub-title {
    color: #1d1d1d;
    line-height: 18px;
    padding-top: 9px;
}
.grade-content p {
    line-height: 18px;
    font-size: 14px;
    color: #9d9d9d;
}
.group-img img {
    max-width: 80px;
}
.product-grouped .title {
    margin-bottom: 0.8rem;
    color: #1d1d1d;
    font-size: 15px;
    text-transform: capitalize;
}
.product-grouped span {
    font-size: 14px;
    color: #707070;
    line-height: 1;
}
#scrollUp.theme4 {
    background: #10a341;
    width: 40px;
    height: 40px;
    bottom: 50px;
    right: 50px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
}
#scrollUp.theme4:hover {
    background: #253237;
    color: #fff;
    -webkit-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
}
.theme-default {
    background: #f33535;
    width: 40px;
    height: 40px;
    bottom: 50px;
    right: 50px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
}
.theme-default.theme2 {
    background: #ff7519;
}
.theme-default:focus {
    color: #fff;
}
.theme-default:hover {
    background: #253237;
    color: #fff;
    -webkit-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
}
.blog-title {
    margin-bottom: 30px;
}
.blog-title .title {
    color: #1d1d1d;
    font-size: 34px;
    
    font-weight: 500;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
}
.blog-title .title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #f33535;
}
.sidebar-widget .post-title {
    font-size: 20px;
    line-height: 1;
    color: #1d1d1d;
    padding-bottom: 20px;
    margin-bottom: 20px;
    
    font-weight: 500;
    position: relative;
    display: block;
    border-bottom: 1px solid #ebebeb;
    text-transform: capitalize;
}
.sidebar-widget .post-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: #f33535;
}
.blog-search-form .form-control {
    height: 46px;
    border: 2px solid #f33535;
    font-size: 14px;
}
.blog-media-list .sub-title {
    font-size: 14px;
    color: #1d1d1d;
    
    font-weight: 500;
}
.post-thumb img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.object-fit-none {
    -o-object-fit: none;
    object-fit: none;
}
.font-style-normal {
    font-style: normal !important;
}
.comment-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}
.comment-section .sub-title,
.comment-section .title {
    text-transform: capitalize;
    color: #1d1d1d;
    line-height: 24px;
    
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.comment-section span {
    display: block;
    text-transform: capitalize;
}
.comment-section p {
    margin: 30px 0;
    font-size: 14px;
}
.reply {
    color: #1d1d1d;
}
.reply:hover {
    color: #f33535;
}
.avatar {
    margin: 20px 0;
}
.tab-content .tab-pane.active .grid-view .product-card {
    -webkit-animation: zoomIn 0.5s ease;
    animation: zoomIn 0.5s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.tab-content .tab-pane.active .grid-view-list .product-card {
    -webkit-animation: fadeInRight 0.5s ease;
    animation: fadeInRight 0.5s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
.grid-nav-wraper {
    padding: 10px 30px;
}
@media screen and (max-width: 991px) {
    .grid-nav-wraper {
        padding: 10px 15px;
    }
}
.shop-grid-nav .nav .nav-item {
    margin-right: 15px;
    line-height: 1;
}
.total-products {
    
    font-weight: 400;
    margin-left: 50px;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    color: #1d1d1d;
}
@media screen and (max-width: 991px) {
    .total-products {
        margin-left: 20px;
    }
}
.shop-grid-nav .nav .nav-link {
    color: #1d1d1d;
    padding: 0;
    background: transparent;
    font-size: 18px;
    line-height: 30px;
}
.shop-grid-nav .nav .nav-link.active,
.shop-grid-nav .nav .nav-link:hover {
    color: #f33535;
}
.shop-grid-button button {
    width: 100%;
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 2px 15px;
    line-height: 24px;
    font-size: 14px;
    color: #1d1d1d;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
}
.shop-grid-button button span {
    font-size: 20px;
}
.shop-grid-menu {
    background: #fff;
    width: calc(100% - 145px);
    border: 1px solid #ebebeb;
}
.shop-grid-menu .dropdown-item {
    
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    padding: 3px 15px;
    color: #1d1d1d;
}
.shop-grid-menu .dropdown-item:hover {
    background: #f33535;
    color: #fff;
}
.sort-by {
    min-width: 70px;
    
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    padding: 5px;
    color: #1d1d1d;
    margin-left: 50px;
}
@media screen and (max-width: 991px) {
    .sort-by {
        margin-left: 0;
    }
}
.product-list-des {
    padding: 30px 0;
}
.availability-list p span {
    color: #10a341;
}
.about-content .title {
    text-transform: capitalize;
}
.about-content .title,
.about-info .title {
    font-size: 34px;
    
    font-weight: 500;
    color: #1d1d1d;
}
@media (max-width: 991px) {
    .whish-list-section .table {
        min-width: 1000px;
    }
}
.whish-list-section .title {
    font-family: ;
    font-weight: 700;
    color: #1d1d1d;
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;
}
.whish-list-section .table .thead-light th {
    background-color: #f33535;
    border-color: transparent;
    text-transform: capitalize;
    font-family: ;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}
.whish-list-section .table td,
.whish-list-section .table th {
    vertical-align: middle;
}
.whish-list-section img {
    max-width: 200px;
}
.whish-list-price,
.whish-title {
    color: #1d1d1d;
    font-size: 15px;
}
select.form-control {
    background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right
        0.5rem center/1.25rem 1.25rem;
}
.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form .title {
    line-height: 24px;
    font-weight: 500;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.col-form-label,
.contact-form .title {
    text-transform: capitalize;
    color: #1d1d1d;
}
.col-form-label {
    font-size: 14px;
    padding-top: 0.625rem;
}
.contact-form .form-control {
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 0.6875rem;
    color: #707070;
    padding: 0.8rem 1.6rem;
    height: 38px;
    line-height: 1.25;
    border-radius: 0;
}
.contact-form textarea.form-control {
    min-height: 300px;
}
@media screen and (max-width: 767px) {
    .contact-form textarea.form-control {
        min-height: 150px;
    }
}
h3.contact-page-title {
    
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 25px;
    color: #1d1d1d;
}
@media only screen and (max-width: 575px) {
    h3.contact-page-title {
        font-size: 25px;
    }
}
.single-contact-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-contact-block {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.single-contact-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.single-contact-block h4 {
    
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #1d1d1d;
    margin: 15px 0;
}
@media only screen and (max-width: 575px) {
    .single-contact-block h4 {
        font-size: 20px;
    }
}
.single-contact-block h4 img {
    margin: 5px 20px 20px 0;
}
.single-contact-block p {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 0;
    color: #707070;
}
span.required {
    color: #f33535;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form label {
    font-size: 14px;
    color: #1d1d1d;
    padding: 0.8rem 0;
    text-transform: capitalize;
}
.contact-form input {
    height: 40px;
}
.contact-form input,
.contact-form textarea {
    line-height: 40px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #ebebeb;
    outline: 0;
    background-color: #fff;
}
.contact-form textarea {
    height: 155px;
}
.contact-page-side-content {
    padding-right: 30px;
    height: 100%;
}
.log-in-form {
    border: 1px solid #ebebeb;
    font-size: 13px;
    color: #707070;
    padding: 30px 15px 15px;
}
.log-in-form .form-control {
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #707070;
    padding: 0.8rem 1.6rem;
    height: 38px;
    line-height: 1.25;
    border-radius: 0;
}
.show-password {
    font-family: ;
    font-weight: 700;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 0.6875rem;
    padding: 0.67rem 1rem !important;
    border-radius: 0;
}
.login-form-links a {
    display: inline-block;
}
.for-get {
    font-size: 14px;
    padding-bottom: 15px;
}
.border-top {
    border-top: 1px solid #ebebeb !important;
}
.no-account {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
}
.my-account .title,
.register .title {
    color: #1d1d1d;
    border-bottom: 1px solid #ebebeb;
    
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 34px;
}
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
}
.myaccount-tab-menu a {
    border: 1px solid #ebebeb;
    border-bottom: 0;
    color: #1d1d1d;
    
    font-weight: 500;
    display: block;
    padding: 15px 15px 13px;
    line-height: 30px;
    font-size: 15px;
    text-transform: uppercase;
}
.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #ebebeb;
}
.myaccount-tab-menu a.active,
.myaccount-tab-menu a:hover {
    background-color: #f33535;
    color: #fff;
}
.myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}
.myaccount-content {
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #ebebeb;
    padding: 30px;
}
@media only screen and (max-width: 575px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}
.myaccount-content h3 {
    color: #1d1d1d;
    border-bottom: 1px solid #ebebeb;
    
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 25px;
}
.myaccount-content .welcome a {
    color: #1d1d1d;
}
.myaccount-content .welcome a:hover {
    color: #f33535;
}
.myaccount-content .welcome strong {
    font-weight: 600;
}
.myaccount-content a.edit-address-btn {
    border-color: #333;
}
.myaccount-content a.edit-address-btn i {
    padding-right: 5px;
}
.myaccount-content a.edit-address-btn:hover {
    color: #f33535;
}
.myaccount-table {
    white-space: nowrap;
    font-size: 15px;
}
.myaccount-table .table th,
.myaccount-table table th {
    padding: 10px;
    font-weight: 600;
}
.myaccount-table .table td,
.myaccount-table table td {
    padding: 20px 10px;
    vertical-align: middle;
}
.myaccount-table .table td a:hover,
.myaccount-table table td a:hover {
    color: #fff;
}
.saved-message {
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
}
.account-details-form h4 {
    text-transform: capitalize;
    margin: 0;
    color: #1d1d1d;
    
    font-weight: 500;
    font-size: 18px;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.account-details-form input[type="email"],
.account-details-form input[type="number"],
.account-details-form input[type="password"],
.account-details-form input[type="search"],
.account-details-form input[type="tel"],
.account-details-form input[type="text"],
.account-details-form input[type="url"] {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #707070;
    padding: 0.8rem 1.6rem;
    height: 38px;
    line-height: 1.25;
    border-radius: 0;
}
.form-group {
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkout-inner {
    border: 1px solid #ebebeb;
}
.checkout-address .title,
.checkout-header .title {
    font-size: 15px;
    text-transform: capitalize;
    color: #1d1d1d;
    
    font-weight: 500;
}
.checkout-address .title span {
    padding: 0.625rem;
}
.checkout-address p {
    padding: 0.9375rem;
    font-size: 14px;
    color: #7e7e7e;
}
.check-out-content {
    padding: 0.9375rem;
}
.check-out-content form {
    padding: 0 2.313rem;
}
.check-out-content .form-group label {
    font-size: 14px;
    color: #1d1d1d;
    padding-top: 0.625rem;
}
.check-out-content .form-group label.checkout {
    font-size: 14px;
    color: #1d1d1d;
}
.check-out-content .form-control {
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #1d1d1d;
    font-size: 14px;
    padding: 0.5rem 1rem;
    line-height: 1.25;
    border-radius: 0;
}
.optional {
    color: #7e7e7e;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-group span {
    font-size: 14px;
    color: #7e7e7e;
}
.checkout-step {
    padding: 2rem;
    border-top: 1px solid #ebebeb;
}
.checkout-step .title {
    font-size: 15px;
    text-transform: capitalize;
    color: #1d1d1d;
    
    font-weight: 500;
}
.delivery-info {
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}
.cart-summary .list-group-item {
    padding: 1.25rem;
}
ul.items li {
    text-transform: capitalize;
    
    font-weight: 500;
    font-size: 14px;
    color: #1d1d1d;
}
ul.amount li {
    color: #1d1d1d;
    font-family: ;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.delivery-info ul li {
    
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #1d1d1d;
    line-height: 24px;
    margin-bottom: 25px;
}
.delivery-info ul li img {
    margin-right: 10px;
}
#accordion .card {
    margin-bottom: 1rem;
    border-radius: 0;
}
#accordion .card .card-header {
    border: 0;
    padding: 0.9375rem;
    background-color: #fff;
    border-radius: 0;
}
#accordion .card .card-header .btn-link {
    font-family: ;
    font-weight: 700;
    text-transform: capitalize;
    color: #1d1d1d;
    line-height: 24px;
    font-size: 1.125rem;
    padding: 0;
}
.custom-radio input[type="radio"]:checked,
.custom-radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.custom-radio input[type="radio"]:checked + label,
.custom-radio input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 15px;
    display: inline-block;
    font-size: 19.02px;
    color: #939598;
    margin-bottom: 0;
    margin-right: 15px;
    font-family: 'avenir-light';
}
.custom-radio input[type="radio"]:checked + label:before,
.custom-radio input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #939598;
    background: #939598;
    border-radius: 50%;
}
.custom-radio input[type="radio"]:checked + label:after,
.custom-radio input[type="radio"]:not(:checked) + label:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
}
.custom-radio-modify .custom-radio input[type="radio"]:checked + label:before,
.custom-radio-modify .custom-radio input[type="radio"]:not(:checked) + label:before {
    left: 15px;
    top: -12px;
}
.custom-radio-modify .custom-radio input[type="radio"]:checked + label:after,
.custom-radio-modify .custom-radio input[type="radio"]:not(:checked) + label:after {
    top: -8px;
    left: 19px;
}
.custom-radio input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.order-asguest,
.order-asguest a {
    color: #1d1d1d;
    
    font-weight: 500;
}
.order-asguest .separator {
    color: #bfbfbf;
    margin: 0 8px;
    line-height: 1;
    font-size: 1.3rem;
    width: 1px;
    height: 12px;
    background: #1d1d1d;
    position: relative;
    top: 2px;
}
.order-asguest .gray {
    color: #7e7e7e;
    
    font-weight: 500;
}
.personal-information .form-group .col-form-label {
    font-size: 14px;
    color: #1d1d1d;
    padding-top: 0.625rem;
    text-transform: capitalize;
}
.personal-information .form-group .form-control {
    background-color: #fff;
    color: #1d1d1d;
    border: 1px solid #ebebeb;
    font-size: 14px;
    padding: 0.5rem 1rem;
    border-radius: 0 !important;
}
.delivery-option {
    background: #f6f6f6;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
}
.carrier-name {
    text-transform: capitalize;
}
.carrier-delay,
.carrier-name,
.carrier-price {
    
    font-weight: 500;
    color: #1d1d1d;
    line-height: 24px;
    font-size: 14px;
}
@media (max-width: 991px) {
    .compare-section .table {
        min-width: 800px;
    }
}
.compare-section img {
    max-width: 150px;
}
.compare-section .title {
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;
}
.compare-section .sub-title,
.compare-section .title {
    font-family: ;
    font-weight: 700;
    color: #1d1d1d;
}
.compare-section .sub-title {
    font-size: 15px;
    padding: 20px 0;
}
.compare-section .table .thead-light th {
    background-color: #fff;
    border-color: #ebebeb;
}
.compare-section .table td,
.compare-section .table th {
    vertical-align: middle;
    border: 1px solid #ebebeb;
    padding: 15px;
    font-size: 15px;
}
.compare-section .table td,
.compare-section .table th {
    text-transform: capitalize;
}
.compare-section .table td p {
    text-transform: none;
}
.map #mapid {
    width: 100%;
    height: 450px;
    border: 0;
}


.left-sidebar{position: fixed;height: 100vh;width: 5%;}

.bar-charts{display: flex;align-items: center;justify-content: center;/* font-size: 40px; */transform: scaleX(0.8);color: #57585a;gap: 7px;margin-top: 13px;}

.chart-1{background-color: #57585a;width: 3px;height: 15px;margin-top: 24px;}

.chart-2{
    background-color: #57585a;
    width: 3px;
    height: 23px;
    margin-top: 16px;
}


.chart-3{background-color: #57585a;width: 3px;height: 10px;margin-top: 29px;}

.chart-4{background-color: #57585a;width: 3px;height: 28px;margin-top: 11px;}

.chart-5{background-color: #57585a;width: 3px;height: 33px;margin-top: 7px;}

.chart-6{
    background-color: #57585a;
    width: 3px;
    height: 20px;
    margin-top: 20px;
}

.right-sidebar{
    position: fixed;
    height: 99vh;
    width: 5%;
    right: 0px;
    top: 0px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }

.banner{
height: 100vh;
position: relative;
}

.page-wrapper{width: 90%;position: relative;margin: auto;border-left: 1px solid #939598;border-right: 1px solid #939598;overflow: visible;}


.menu-btn:before{height: 3px;width: 100%;background: #808285;content: "";display: block;}

.menu-btn:after{height: 3px;width: 100%;background: #808285;content: "";display: block;}

.menu-btn{width: 50px;height: 40px;margin: 0px auto;display: flex;align-items: center;justify-content: space-evenly;flex-direction: column;cursor: pointer;}

.banner{width: 100%;height: 84.5vh;background-size: cover;background-position: center top;position: relative;padding-top: 550px;background-repeat: no-repeat;}

.header-middle{
position: absolute;
width: 100%;
z-index: 99;
}


.brand-logo{width: 250px;margin: 30px auto;position: relative;max-width: 100%;}

.brand-logo span{
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 42px;
    left: 12px;
    display: inline-block;
    font-size: 10px;
    color: #fff;
}

.st-space{
    margin-left: 0;
    position: absolute;
    left: 97px !important;
}

.banner-text{position: absolute;width: 200px;bottom: 15px;left: 20px;}

.banner-text img{

}

/*.banner:after{position: absolute;content: "";width: 100%;height: 0.2px;background: white;bottom: 40px;z-index: 1;left: 0;}*/

.socail-links-stick{width: 60px;display: flex;flex-direction: column;align-items: center;gap: 10px;padding: 0px 0px 20px 0px;margin-left: -31px;margin-bottom: 0px;position: relative;background-size: cover;background-repeat: no-repeat;background-position: -10px 0px;}

.socail-links-stick::before {
    content: "";
    display: block;
    height: 80px;
    width: 1px;
    background: #939598;
}

.socail-links-stick>a {
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
}

.book-btn-wrap {
    margin-left: -174px;
    position: relative;
    top: -20px;
}

.book-btn-wrap .image-btn{
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 25px 20px 25px;
    float: right;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 100;
}

/*.image-btn:before{content: "";width: 2.5625rem;height: 0.2px;background: #fff;top: 52%;left: -11px;position: absolute;transform: translateY(-50%);transform-origin: center center;transition: background 0.3s linear 0s, width 0.3s linear 0s;}*/

.book-btn-wrap .image-btn:hover{
transition: width 0.5s ease-out 0s, right 0.3s ease-out 0s;
}

.image-btn:hover:before {
    width: 1em;
    background: white;
}


.sec-2{background-color: #2b2525;padding: 40px 0px 40px 0px;position: relative;display: flex;align-items: center;}

.sec-2-head h1{
    font-size: 32px;
    color: #939598;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2b2525;
    font-weight: 100;
}


.divider:after{content: "";display: block;height: 1px;width: 100%;background: #939598;position: relative;display: inline-flex;}


.sec-3{padding-top: 0px;}

.sec-3-head{
    position: relative;
}

.sec-3-head h1{color: #808285;font-size: 56px;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;font-weight: 100;}

/*.sec-3-head:after{position: absolute;content: "";width: 50%;top: 50%;transform: translateY(-50%);background: #939598;height: 0.2px;right: 30px;}*/

.sec-3-image img{width: 100%;}


.sec-3-head {
    margin-top: 50px;
    margin-left: 30px;
}

.sec-3-list{
    margin-top: 50px;
    margin-left: 120px;
}

.sec-3-list ul li{
    font-size: 27px;
    font-family: 'didot';
}

.sec-3-image:before{content: '';position: absolute;height: 1px;width: 100%;background: #939598;bottom: 135.7px;z-index: 1; display: none !important}

.about-btn button{background-color: #2c2626;color: rgb(255, 255, 255);cursor: pointer;outline: none;padding: 30px 40px 30px 40px;position: relative;display: inline-flex;justify-content: center;text-align: center;transition: all 0.3s ease-in-out 0s;font-size: 15.5px;text-transform: uppercase;letter-spacing: 1px;transition: all 0.3s ease-in-out 0s;position: relative;font-weight: 100;}


/*.about-btn button:before{content: "";width: 1.5625rem;height: 0.2px;background: #939598;top: 50%;right: 0px;position: absolute;transform: translateY(-50%);transform-origin: center center;transition: background 0.3s linear 0s, width 0.3s linear 0s;}*/

.about-btn button:hover {
    transition: width 0.5s ease-out 0s, right 0.3s ease-out 0s;
   
}

.about-btn button:hover:before {
    width: 1em;
    background: white;
}

.about-btn{margin-top: 62px;margin-bottom: 38px;margin-left: 30px;}


.about-btn button:after{position: absolute;content: "";width: 100vh;left: 159px;height: 1px;top: 42px;background: #93959885;z-index: -1;}


.sec-4{
background-color: #2b2525;
padding: 30px 0px 30px 0px;
}

.services-head{
    margin-top: 20px;
    text-align: right;
    margin-right: 30px;
}

.services-head h1{color: #939598;font-size: 50px;margin-left: 10px;text-transform: uppercase;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;font-weight: 100;}

.sec-3-image{
    position: absolute;
    /*border-right: 2px solid #fff;
    margin-right: -4px;*/
    right: 0;
}

.first-service-main{
    margin-top: -110px;
    /* position: relative; */
}

.first-service-head h3{
    font-size: 33px;
    color: #6d6e71;
    text-transform: uppercase;
    font-family: didot;
}




.service-btn button{background-color: #2c2626;color: rgb(255, 255, 255);cursor: pointer;outline: none;padding: 30px 40px 30px 40px;position: relative;display: inline-flex;justify-content: center;text-align: center;transition: all 0.3s ease-in-out 0s;font-size: 15.5px;text-transform: uppercase;letter-spacing: 1px;transition: all 0.3s ease-in-out 0s;position: relative;align-items: center;font-weight: 100;}


.service-btn {
    text-align: right;
    margin-top: 20px;
}

/*.service-btn button:before {
    content: "";
    width: 1.5625rem;
    height: 1px;
    background: #939598;
    top: 50%;
    left: 0px;
    position: absolute;
    transform-origin: center center;
    transition: background 0.3s linear 0s, width 0.3s linear 0s;
}*/

.service-btn button:after{position: absolute;content: "";width: 100vh;right: 159px;height: 1px;top: 41.7px;background: #93959885;z-index: -1;}

.service-img-1{position: relative;/*border-left: 2px solid #fff;margin-left: -4px;*/margin-top: 30px;}

/*.service-img-1:after{position: absolute;content: "";width: 425px;left: 0;bottom: 41px;height: 1px;background: #939598;}*/

.service-btn button:hover {
    transition: width 0.5s ease-out 0s, right 0.3s ease-out 0s;
}
.service-btn button:hover:before {
    width: 1em;
    background: white;
}


.second-service-head h3{font-size: 33px;color: #6d6e71;text-transform: uppercase;font-family: 'didot';}

.service-btn-2{
    margin-top: 20px;
}

.service-btn-2 button{
    background-color: #2c2626;
    color: rgb(255, 255, 255);
    cursor: pointer;
    outline: none;
    padding: 30px 40px 30px 40px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    font-size: 15.5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    align-items: center;
    font-weight: 100;
}

/*.service-btn-2 button:before{content: "";width: 1.5625rem;height: 0.2px;background: #939598;top: 50%;right: 0px;position: absolute;transform-origin: center center;transition: background 0.3s linear 0s, width 0.3s linear 0s;}*/

.service-btn-2 button:after{position: absolute;content: "";width: 100vh;left: 159px;height: 1px;top: 41.7px;background: #93959885;z-index: -1;}


.service-btn-2 button:hover {
    transition: width 0.5s ease-out 0s, right 0.3s ease-out 0s;
}
.service-btn-2 button:hover:before {
    width: 1em;
    background: white;
}

.service-img-1.service-img-2{
    margin-right: 30px;
    text-align: right;
}

.first-service-main.third-service-main{
    margin: 0px;
}

.first-service-main.third-service-main .service-img-1{
    margin-left: 30px;
}

.first-service-main.third-service-main .first-service-head{
   
}



.first-service-main.fifth-service{
    margin: 0px;
}

.first-service-main.fifth-service .service-img-1{
    margin-left: 30px;
}


.first-service-main.fifth-service .service-btn button:after{
    top: 41.7px;
    width: 100vh;
}



.fixed {top: -30px;margin: 0px auto;left: 0px;right: 0px;padding: 15px 20px 15px 20px;background: #2b2525;width: 90%;position: fixed !important;transition: all 0.5s ease 0s !important;/* transform: scale(0.6) translateY(-80px); */text-align: center;}


.fixed span {
    left: 59px;
    top: 90px;
    font-size: 15px;
}

.fixed .st-space {
    left: 215px !important;
}

.news-sec{padding: 40px 0px 40px 0px;position: relative;}

.news-divider:after{
content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #060606;
    position: relative;
    display: inline-flex;
}

.news-head h1{color: #808285;font-size: 56px;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;font-weight: 100;}

.news-head {
    margin-right: 80px;
    text-align: right;
    position: relative;
}

.news-members{
    margin-top: 30px;
}

.news-members ul {
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
}

.news-members ul li{
 transition: all 0.5s ease 0s;
 cursor: pointer;
}

.news-members ul li img{height: 140px;width: 140px;}

.news-members ul li:hover{
transform: scale(1.2);
}

.news-sec .col-lg-12.col-md-12{
    overflow: hidden;
}




.service-img-1 img:hover{
/*animation: 1s ease 0s 1 normal forwards running blur;*/
cursor: pointer;
}


@keyframes blur {
    0% {
        filter: blur(0px);
    }
    50% {
        filter: blur(5px) grayscale(1);
    }
    100% {
        filter: blur(0px);
    }
}


.switch-body::before,
.switch-body::after {
    content: "";
    position: fixed;
    height: 100%;
    width: 50%;
    left: 0px;
    top: 0px;
    background: rgb(65, 65, 65);
    z-index: 9999999;
    transition: all 1s ease 0s;
    animation-delay: 1.5s;
}

.switch-body::before {
    animation: 1s linear 0s 1 normal forwards running take-down;
    border-right: 10px solid rgb(0, 0, 0);
}

.switch-body::after {
    left: unset;
    right: 0px;
    border-left: 10px solid rgb(0, 0, 0);
    animation: 1s linear 0s 1 normal forwards running take-up;
}

@keyframes take-up {
    0% {
        right: 0px;
    }
    30% {
        right: 0px;
    }
    100% {
        right: -100%;
    }
}

@keyframes take-down {
    0% {
        left: 0px;
    }
    30% {
        left: 0px;
    }
    100% {
        left: -100%;
    }
}

.menu-full-screen {position: fixed;z-index: 99;height: 100%;width: 50%;left: 0px;top: 0px;background-size: cover;background-repeat: no-repeat;}





.customers-sec{margin-top: 20px;padding-top: 50px;padding-bottom: 100px;background-color: #2b2525;position: relative;}

.customer-head{
margin-right: 80px;
text-align: right;
position: relative;    
}



.customer-head h1{
 font-size: 37px;
 color: #939598;
 -webkit-text-stroke-width: 1px;
 -webkit-text-stroke-color: #2b2525;
 font-weight: 100;
}


.customers-group-2{
margin-top: 30px;
margin-left: 10px;    
}

.customers-group-2 h3{
    font-size: 19px;
    color: #939598;
}

.customer-group-2-inner{text-align: right;position: relative;margin-right: 20px;margin-top: 3px;}

.customer-group-2-inner span{
font-size: 12px;
position: relative;
}

.customer-group-2-inner p:before{
 position: absolute;
 content: "";
 width: 15%;
 top: 56%;
 transform: translateY(-50%);
 background: #939598;
 height: 1px;
 right: 76px;
}

.customer-group-3{
margin-top: 30px;
text-align: center;
position: relative;
}

.customer-group-3 h3{font-size: 19px;color: #939598;}

.customer-group-3 span{
 margin-top: 0px;
 font-size: 14px;
 text-align: center;
 margin-left: 206px;
 position: relative;
 color: #939598;
}

.customer-group-3 span:before{
 position: absolute;
 content: "";
 width: 10px;
 top: 11px;
 transform: translateY(-50%);
 background: #93959885;
 height: 1px;
 right: 85px;
}


.customer-group-4{margin-top: 30px;text-align: center;position: relative;margin-left: 10px;}

.customer-group-4 h3{
    font-size: 19px;
    color: #939598;
}

.customer-group-4-inner{
    position: relative;
    margin-right: 88px;
    margin-top: 3px;
}

.customer-group-4 span{
    font-size: 14px;
    text-align: right;
    position: relative;
    margin-left: 347px;
    color: #939598;
}

.customer-group-4 span:before{position: absolute;content: "";width: 10px;top: 11px;transform: translateY(-50%);background: #93959885;height: 1px;right: 92px;}

.customer-group-4-inner span:before{position: absolute;content: "";width: 15%;top: 56%;transform: translateY(-50%);background: #939598;height: 1px;right: 80px;}

.contact-us-sec{
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 35px;
}

.contact-head{
    margin-bottom: 30px;
}

.contact-head h1{
    font-size: 33.15px;
    text-align: center;
    font-family: 'didot';
}

.contatct-map iframe{height: 400px;width: 100%;filter: grayscale(1);}

.contatct-map{
    margin-left: 30px;
}

.address-info-1 h4{font-size: 19.83px;line-height: 28px;color: #939598;}

.address-info-2 h4{font-size: 19.83px;color: #939598;line-height: 28px;}

.contact-info-main{
    margin-left: 25px;
    margin-top: 30px;
}

.number-info{
    margin-top: 20px;
}

.number-info h4{
 font-size: 19.83px;
 color: #939598;
}



.email-info{
     margin-top: 20px;
}

.email-info h4{
    font-size: 19.83px;
    color: #939598;
}

.heading-info{
    margin-top: 40px;
}

.heading-info h4{
    font-size: 30px;
    color: #939598;
    font-weight: 100;
}

footer{background-color: #2b2525;padding-top: 50px;padding-bottom: 15px;padding-left: 30px;padding-right: 30px;}

.footer-first-widget a:hover{
color:#fff;
}


.footer-first-widget ul li {font-size: 16px;color: #9D9D9C;line-height: 27px;font-family: 'avenir-light';}

.footer-first-widget{
    border-right: 1px solid #93959885;
    height: 116px;
}

.footer-second-widget h3{font-size: 21.2px;color: #9D9D9C;}

.apps-download{
    margin-top: 23px;
}

.apps-download ul{
    display: flex;
    gap:5px;
}

.footer-second-widget{
     border-right: 1px solid #93959885;
     padding-right: 23px;
     height: 116px;
}

.pages-list ul li a{font-size: 16px;color: #9D9D9C;line-height: 0px;font-family: 'avenir-light';}

.footer-third-widget{
   border-right: 1px solid #93959885;
   padding-right: 20px;
   height: 116px;
}
 
.newsletter-head h3{
    font-size: 33.15px;
    color: #9D9D9C;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2b2525;
    font-weight: 100;
}

.newsletter-form .input-group{
    width: 100%;
}

.newsletter-form .input-group .news-input{
    border: none !important;
    border-radius: 0px !important;
    height: 45px;
    width: 50px;
    text-transform: lowercase;
    font-weight: 100;
}

.form-image-btn{background-size: cover;background-repeat: no-repeat;height: 45px;font-size: 15px;padding-left: 15px;padding-right: 15px;color: #fff;text-transform: uppercase;position: relative;transition: all 0.3s ease-in-out 0s;font-weight: 100;}

.newsletter-head {
    margin-bottom: 31px;
}

.copy-right-sec{
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright-head{
    text-align: center;
}

.copyright-head h4{
    font-size: 15.6px;
    color: #939598;
    font-family: 'avenir-light';
}

.socail-links-stick>a:hover {
    background: #6d6e71;
    color: rgb(255, 255, 255);
}

.menu-full-screen .mega-menu-side{
    width: 100%;
}

.mega-menu-side{
    padding: 30px 20px 30px 30px;
}

.mega-menu-list ul li a{
    font-size: 22px;
    color: #808285;
    line-height: 50px;
    font-family: 'didot';
}

.mega-menu-list {
    margin-top: 60px;
    margin-left: 50px;
}

.mega-menu-list ul li a{
    position: relative;
}

/*.mega-menu-list ul li a:before{
    content: "";
    position: absolute;
    height: 32px;
    width: 0px;
    background: rgb(51 51 51);
    bottom: -10px;
    transition: all 0.5s linear 0s;
    z-index: -1;
    left: -10%;
}

.mega-menu-list ul li a:hover::before {
    width: 120%;
}*/

.mega-menu-right {
    width: 50%;
    position: relative;
}

.mega-menu-main{
    display: none;
}

.mega-menu-main.open {
    display: flex;
}

.menu-full-screen-right{position: fixed;z-index: 99;height: 100%;width: 50%;right: 0px;top: 0px;background-size: cover;background-repeat: no-repeat;background-position: center;}

.brand-logo.menu-logo{
margin: 0px;
}


.mega-menu-left-main {
    padding: 40px 30px 40px 40px;
    margin-top: 20px;
}

.mega-menu-left-main .socail-links-stick{flex-direction: row;width: 325px;padding: 20px 20px 20px 0px;border-radius: 0px;background: rgb(255 255 255 / 79%);margin: 0;background-repeat: no-repeat;background-size: cover;background-position: -10px 0px;}

.mega-menu-left-main .socail-links-stick::before {
    height: 1px;
    width: 110px;
/*    margin-right: -16px;*/
}

.mega-social{
    margin-top: 80px;
    position: absolute;
    left: 0px;
}

.close-menu {
    color: rgb(149 69 32);
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 15px;
    font-weight: 100;
    cursor: pointer;
}

a#scrollUp {
    display: none !important;
}

.mega-menu-side-logo img{
    position: absolute;
    right: 20px;
    width: 200px;
    z-index: 9;
    bottom: 30px;
}

.side-menu-close .close-menu{
display: none;
}

.customers-group-2 span{
    margin-top: 0px;
    font-size: 14px;
    text-align: right;
    margin-left: 604px;
    position: relative;
    color: #939598;
}

.customers-group-2 span:before{
    position: absolute;
    content: "";
    width: 10px;
    top: 11px;
    transform: translateY(-50%);
    background: #93959885;
    height: 1px;
    right: 85px;
}

.header-inner .header-middle {
background-color: #2b2525;
}

.brand-logo.logo-inner-pages {
    margin: 30px auto;
}

.inner-about-us-sec{padding-top: 140px;position: relative;margin-bottom: 101px;}

.inner-about-us-head{
    margin-left: 30px;
    position: relative;
    margin-top: 40px;
    margin-left: 30px;
}

.inner-about-us-head h1{color: #808285;font-size: 56px;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;font-weight: 100;}



.inner-about-us-list {
    margin-left: 120px;
    margin-top: 50px;
}

.inner-about-us-list  ul li {
    font-size: 27.59px;
    font-family: 'didot';
    color: #808285;
}


.inner-about-us-image img {
    width: 100%;
    z-index: -1;
    position: relative;
}


.inner-about-us-image {
    position: absolute;
    right: 0;
    z-index: 1;
}

.about-description-image img{width: 630px;height: 900px;object-fit: cover;}

.about-description-sec{
    /* margin-top: -1px; */
    margin-bottom: 10px;
    position: relative;
}

.about-description-text{margin-top: 30px;margin-right: 60px;margin-left: 20px;margin-bottom: 50px;}

.about-description-text p{
    font-size: 19.30px;
    font-family: 'avenir-light';
    /*word-break: break-all;*/
    margin: 0 0 -25px 0;
    line-height: 40px;
}

.about-logo-image{
    margin-top: 10px;
    margin-left: 0;
    position: absolute;
    bottom: 24px;
    left: 120px;
}

.about-logo-image img{
    width: 230px;
}

.about-description-image{
    position: relative;
}

.about-description-image:before{content: '';position: absolute;height: 1px;width: 90vh;background: #939598;top: 0px;left: 451px;}

.contact-us-sec.contact-us-sec-inner{
    margin-bottom: 0px;
    padding-bottom: 35px;
}

.first-service-main.fifth-service .service-img-1:after {
    width: 100vh;
    bottom: 41px;
    right: 0;
    left: 0;
}


.copy-right-sec{
    border-bottom: 0px;
}

.sec-2-head{
    position: relative;
}

.sec-2-head:after{/* content: ""; *//* height: 1px; *//* width: 100%; *//* background: #939598; */}

.sec-2:after{content: "";height: 1px;width: 47%;background: #93959885;position: absolute;right: 0;}


.first-service-head {
    text-align: right;
}

.first-service-head-main {
    margin-right: 90px;
}

.second-service-head-main {
    margin-left: 90px;
}

.service-img-1.service-img-2:after{
    width: 590px;
    left: inherit;
    right: 0;
}

.third-service-head-main{
margin-right: 90px;
}


.forth-service-head-main{
margin-left: 90px;
}

.second-service-main.forth-service .service-img-1.service-img-2:after{width: 508px;left: inherit;bottom: 40px;right: 0;}

.fifth-service-head-main{
      margin-right: 90px;
}

.sixth-service-head-main{
    margin-left: 90px;
}

.final-service-head-main{
    margin-right: 90px;
}

section.sec-5 {
    margin-bottom: 50px;
}


/*.news-sec:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 740px;
    top: 70px;
    background: #939598;
    left: 0;
}*/


.customers-sec:before{position: absolute;content: "";height: 1px;width: 48%;top: 70px;background: #93959885;left: 0;}

.live-pure-gray{
    margin-top: 20px;
    margin-left: -19px;
}

.menu-btn:hover::before, .menu-btn:hover::after {
    background: rgb(0, 0, 0);
}

.first-service-main.third-service-main .service-img-1:after{bottom: 40px;width: 570px;}


.close-menu:hover{
    color: rgb(194 76 21);
}

.banner.pricing-banner{
    background-position: center;
}

.banner-text.inner-banner-text {
    bottom: 15px;
}

.pricing-sec{
    margin-top: 40px;
}

.pricing-head h1{color: #939598;font-size: 56.46px;text-transform: uppercase;font-family: 'avenir-light';-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;}

.pricing-main-content{background-color: #2b2525;padding: 40px 40px 40px 40px;margin-top: 30px;margin-left: 30px;margin-right: 30px;}



.pricing-group-1 h2{font-family: 'didot';color: #939598;font-size: 33.15px;text-transform: uppercase;margin-bottom: 15px;}

.pricing-group-1-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-group-1-list ul li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 17.4px;
    line-height: 23.28px;
    color: #939598;
}

.pricing-group-2{
    margin-top: 37px;
}

.pricing-group-2 h2{font-family: 'didot';color: #939598;font-size: 33.15px;text-transform: uppercase;margin-bottom: 15px;}

.pricing-group-2-list ul li {
    line-height: 23.28px;
    color: #939598;
    font-size: 19.4px;
}

.pricing-group-3 h2 {
    font-family: 'didot';
    color: #939598;
    font-size: 33.15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pricing-right-content{
    margin-left: 25px;
    margin-right: 0px;
}

.pricing-group-3-list{
    margin-bottom: 1px;
}

.pricing-group-3-list ul{
  display: flex;
  justify-content: space-between;
  font-size: 19.4px;
  line-height: inherit;
  gap: 30px;
}

.pricing-group-3-inner ul{display: flex;/* justify-content: unset; */font-size: 21px;line-height: inherit;gap: 80px;}

.ml-left-for-list{
    margin-left: -10px;
}

.retail-sec{
       margin-top: 30px;
}

.retail-head h1{
    color: #939598;
    font-size: 56.46px;
    text-transform: uppercase;
    font-family: 'avenir-light';
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.retail-head span{
    font-size: 30px;
    color: #939598;
    text-transform: none;
    font-weight: 400;
    font-family: 'avenir-light';
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #939598;
}

.retail-sec-main{background-color: #2b2525;padding: 60px 60px 60px 60px;margin-top: 10px;margin-bottom: 70px;margin-left: 120px;margin-right: 120px;}

.retail-sec-main-content{
    background-color: #fff;
    padding: 30px 40px 20px 80px;
}

.retail-images-group-1 ul li img{
    width: 150px;
    transition: all 0.5s ease 0s;
}

.retail-images-group-1 ul li{
    margin-bottom: 50px;
}

.retail-images-group-1 ul li:last-child{
    margin-bottom: 0px;
}

.retail-images-group-2 ul li {
    margin-bottom: 50px;

}

.retail-images-group-2 ul li img{
    width: 150px;
    transition: all 0.5s ease 0s;
}

.retail-images-group-2 ul li:last-child{
    margin-bottom: 0px;
}

.retail-images-group-3 ul li {
    margin-bottom: 50px;
}

.retail-images-group-3 ul li img{
    width: 150px;
    transition: all 0.5s ease 0s;
}

.retail-images-group-3 ul li:last-child{
    margin-bottom: 0px;
}

.pricing-group-3-list ul li{
    color: #939598;
    font-size: 19.4px;
}

.pricing-group-3-inner ul li{
     color: #939598;
     font-size: 19.4px;
     line-height: 23.28px;
}

ins.play-gif{
    display: none !important
}

.banner.services-banner{
    background-position: 55% 55%;
}

.services-page-main-sec{margin-top: 40px;margin-bottom: 40px;margin-left: 30px;margin-right: 30px;}


.services-page-main-head h1{color: #878787;font-size: 56.46px;text-transform: uppercase;font-family: 'avenir-light';-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;}

.first-inner-service{background-color: #2b2525;padding: 40px 50px 12px 50px;}

.first-inner-service h2{font-family: didot;color: #706F6F;font-size: 33.15px;text-transform: uppercase;margin-bottom: 15px;}

.first-inner-service p{
 color: #9D9D9C;
 font-size: 19.4px;
 line-height: 23.28px;
 font-family: 'avenir-light';
 -webkit-text-stroke-width: 0.4px;
 -webkit-text-stroke-color: #2b2525;
 font-weight: 100;
}

.first-inner-service-main{
margin-top: 30px
}

.first-inner-service-image img{width: 100%;transition: all 0.5s ease 0s;cursor: pointer;height: 410px;object-fit: cover;}

.first-inner-service-image {
    margin-left: 20px;
}


.first-inner-service-content{background-color: #2b2525;padding: 40px 50px 40px 50px;}

.first-inner-service-content-small p{font-size: 13.67px;color: #9D9D9C;line-height: 17px;font-family: 'avenir-light';-webkit-text-stroke-width: 0.4px;-webkit-text-stroke-color: #2b2525;font-weight: 100;}

.first-inner-service-content-big p{
  font-size: 13.67px;
  color: #9D9D9C;
  line-height: 17px;
  font-family: 'avenir-light';
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: #2b2525;
  font-weight: 100;
}

.first-inner-service-content-big.second-inner-service-content-big p {font-size: 19.4px;line-height: 23.28px;color: #9D9D9C;font-family: 'avenir-light';-webkit-text-stroke-width: 0.4px;-webkit-text-stroke-color: #2b2525;font-weight: 100;}

.first-inner-service-content.second-inner-service-content {
    padding: 25px 43px 40px 50px;
    margin-top: -24px;
    z-index: -1;
    position: relative;
}


.first-inner-service-image.second-inner-service-image img {height: 330px;object-fit: cover;}


.first-inner-service-main.second-inner-service-main {
    margin-top: 50px;
}

.first-inner-service-content.third-inner-service-content {
     padding: 25px 50px 40px 50px;
     margin-top: -26px;
     z-index: -1;
     position: relative;
}

.first-inner-service-content-big.third-inner-service-content-big p{font-size: 19.4px;line-height: 23.28px;font-family: 'avenir-light';-webkit-text-stroke-width: 0.4px;-webkit-text-stroke-color: #2b2525;font-weight: 100;}

.first-inner-service-image.third-inner-service-image img {height: 240px;object-fit: fill;}

.first-inner-service-main.third-inner-service-main {
    margin-top: 50px;
}

.first-inner-service-image.second-inner-service-image.fourth-inner-service-image img {
    height: 280px;
    object-fit: cover;
    object-position: 50% 53%;
}

body::-webkit-scrollbar {
  width: 5px;
}
 
body::-webkit-scrollbar-track {
   box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}
 
body::-webkit-scrollbar-thumb {
  background-color:#808285;  
}

.first-service-main.fifth-service .service-img-1 img {
    width: 100%;
}

.second-service-main.forth-service.sex-service .service-img-1.service-img-2:after{width: 590px;left: 0px;bottom: 40px;}


.first-inner-service-image img:hover{
    
transform: scale(1.1);
}

.retail-images-group-1 ul li img:hover {
    transform: scale(1.3);
}

.retail-images-group-2 ul li img:hover {
    transform: scale(1.3);
}

.retail-images-group-3 ul li img:hover {
    transform: scale(1.3);
}


/*
.mega-menu-list ul li a:hover{
    color: #fff;
}*/

.mega-menu-left-main .socail-links-stick a{
    color: #fff;
}

.mega-menu-left-main .socail-links-stick a:hover{
    color: #fff;
}

.banner.press-banner {
    background-position: center bottom;
}


.press-healing-sec{
    margin-top: 20px;
    position: relative;
}

.press-healing-head h1{color: #939598;font-size: 56.46px;text-transform: uppercase;text-align: right;font-family: 'avenir-light';-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;font-weight: 100;}

.press-healing-sec:after{content: "";height: 1px;width: 49%;background: #939598;position: absolute;left: 0;top: 33px;}

.press-main-sec{
margin-top: 30px;
}

.press-main-head{text-align: center;margin-left: 30px;margin-right: 45px;}

.press-main-head h3 {
    color: #939598;
    font-size: 23.83px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'didot';
}

.healing-list{
    margin-top: 40px;
}

.healing-list ul{display: flex;justify-content: space-evenly;align-items: center;}

.healing-list ul li{position: relative;font-size: 25px;text-transform: uppercase;line-height: 30px;color: #939598;font-family: 'avenir-light';font-weight: 400;}

.healing-list ul li:before {
    content: "";
    background-image: url(../images/dot.png);
    width: 8px;
    height: 8px;
    position: absolute;
    left: -15px;
    top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}


.healing-list-2{
    margin-top: 0px;
}

.healing-list-2 ul{display: flex;justify-content: space-evenly;align-items: center;}

.healing-list-2 ul li{position: relative;font-size: 25px;text-transform: uppercase;line-height: 30px;color: #939598;font-family: 'avenir-light';}

.healing-list-2 ul li:before {
    content: "";
    background-image: url(../images/dot.png);
    width: 8px;
    height: 8px;
    position: absolute;
    left: -15px;
    background-repeat: no-repeat;
    top: 10px;
    background-size: contain;
}


.healing-list-2 ul li:nth-child(1) {
  position: relative;
  left: -42px;
}

.healing-list-2 ul li:nth-child(2) {
  position: relative;
  left: 3px;
}

.healing-list-2 ul li:nth-child(3) {
  position: relative;
  left: -45px;
}

.healing-images-sec{background-color: #2b2525;padding: 100px 100px 100px 100px;margin-top: 40px;margin-bottom: 70px;}

.healing-images-content{
    background-color: #fff;
    padding: 50px 50px 50px 80px;
}

.healing-images-content-group ul li {
    margin-bottom: 25px;
}

.healing-images-content-group ul li:last-child {
    margin-bottom: 0px;
}

.healing-images-content-group ul li a img{
  transition: all 0.5s ease 0s;
}

.healing-images-content-group ul li a img:hover{
        transform: scale(1.1);
}

.healing-images-content .col-lg-3.col-md-6 {
    overflow: hidden;
}

.copyright-head h4 sup {
    top: 0px;
    font-size: 9px;
    position: relative;
    left: 2px;
}

.right-logo .r-logo{text-align: right;display: table;float: right;width: 150px;margin: 20px auto;}

.right-logo .fixed{
    width: 90%;
    text-align: center;
    margin: 30px auto;
}


.left-logo .r-logo{text-align: left;display: table;float: left;width: 150px;margin: 20px auto;}

.left-logo .fixed{
    width: 90%;
    margin: 30px auto;
    text-align: center;
}


.healing-images-content-group {
    margin: 0px 13px;
}

.inner-sub {
    top: -0.2em;
    font-size: 10px;
}

.retail-images-group-2 ul li:first-child{
     margin-bottom: 0px;
}

.retail-images-group-3 ul li:first-child{
    margin-bottom: 80px;
}

.retail-images-group-3 ul li:nth-child(2){
 margin-bottom: 100px;
}

.retail-images-group-3 ul li:nth-child(3){
 margin-bottom: 89px;
}



.inner-about-us-head:before{position: absolute;content: "";width: 100vh;left: 330px;height: 1px;top: 33px;background: #939598;z-index: -1;}


.location-main-sec{padding-top: 140px;position: relative;}

.location-head{position: relative;margin-top: 40px;margin-left: 30px;}

.location-head h1{
    color: #878787;
    font-size: 56px;
    font-family: 'avenir-light';
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

.location-list{
    margin-top: 40px;
}

.location-list h2{
    font-family: 'didot';
    color: #9D9D9C;
    font-size: 29.13px;
    text-align: center;
}

.location-list-address{
    text-align: center;
    margin-top: 30px;
}

.location-list-address h1{
    color: #9D9D9C;
    font-size: 33.15px;
    font-family: 'avenir-light';
}

.location-list-address p{
 color: #9D9D9C;
 font-family: 'avenir-light';
 font-size: 19.2px;
 line-height: 23.83px;
 margin-top: 5px;
}

.location-head:before{position: absolute;content: "";width: 100vh;left: 300px;height: 1px;top: 33px;background: #939598;z-index: -1;}


.pre-sale-sec{
    margin-top: 100px;
    margin-bottom: 35px;
    position: relative;
}

.pre-sale-right-content{margin-top: 30px;}

.pre-sale-head{position: relative;margin-top: 40px;margin-bottom: 60px;}

.pre-sale-head h1{font-size: 56.46px;color: #878787;font-family: 'avenir-light';text-align: center;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;}

.pre-sale-head:before{position: absolute;content: "";width: 50%;right: 400px;height: 1px;top: 32.8px;background: #939598;z-index: -1;}


.pre-sale-list h2{
    font-size: 33.15px;
    color: #9D9D9C;
    font-family: 'avenir-light';
    text-align: center;
    margin-bottom: 30px;
}

.pre-sale-list p{text-align: center;font-size: 19.2px;font-family: 'avenir-light';color: #9D9D9C;line-height: 22.83px;}

.pre-sale-list h3{text-align: center;font-size: 19.2px;font-family: 'avenir-light';color: #878787;}


.pre-sale-live{
    text-align: center;
    margin-top: 40px;
}

.pre-sale-live img{
    width: 230px;
}

.contact-us-page-main-sec{
    padding-top: 140px;
    position: relative;
    margin-bottom: 30px;
}

.contact-us-head{
position: relative;
margin-top: 40px;
}

.contact-us-head h1{color: #808285;font-size: 56px;font-family: 'avenir-light';-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;}


.contact-us-head h3{font-family: 'didot';color: #808285;font-size: 29.13px;margin-top: 10px;}

.contact-us-form-content{
    margin-top: 30px;
}

.contact-us-form-content form input{

background-color: transparent;

border-bottom: 1px solid #808285;

border-top: none;

border-left: none;

border-right: none;

width: 95%;

font-size: 19.02px;

font-family: 'avenir-light';

color: #808285;

padding-left: 15px;
}

.contact-us-form-content form textarea{
    background-color: transparent;
    border-bottom: 1px solid #808285;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 95%;
    font-size: 19.02px;
    font-family: 'avenir-light';
    color: #808285;
    padding-left: 15px;
}

.form-group {margin-bottom: 30px;position: relative;}

textarea {
  resize: none;
}

.custom-radio.my-radio{
    margin-top: 10px;
}

.contact-us-form-content p{
    margin-top: 15px;
    font-size: 19.02px;
    font-family: 'avenir-light';
    color: #808285;
}

.contact-btn{background-color: #2c2626;color: #939598;cursor: pointer;outline: none;padding: 30px 70px 30px 70px;position: relative;display: inline-flex;justify-content: center;text-align: center;transition: all 0.3s ease-in-out 0s;font-size: 15.5px;text-transform: uppercase;letter-spacing: 1px;transition: all 0.3s ease-in-out 0s;position: relative;font-family: 'avenir-light';}


.contact-us-head:after{
    position: absolute;
    content: "";
    width: 100vh;
    left: 380px;
    height: 1px;
    top: 33px;
    background: #939598;
    z-index: -1;
}

.contact-page-address{margin-top: 590px;text-align: center;}

.contact-page-address h2{
    color: #808285;
    font-size: 33.15px;
    font-family: 'avenir-light';
}

.contact-page-address p{
    color: #808285;
    font-size: 19.02px;
     font-family: 'avenir-light';
}

.contact-page-address a{
    color: #808285;
    font-family: 'avenir-light';
     font-size: 19.02px;
}

.contact-tel {
    margin-top: 5px;
}

.contact-live{text-align: center;margin-top: 80px;}


.thankyou-sec{padding-top: 350px;height: 100vh;padding-bottom: 400px;}

.thankyou-head{
    text-align: center;
}

.thankyou-head h1{font-size: 40px;font-family: 'didot';color: #808285;font-weight: 100;}

.thankyou-head p{font-family: 'avenir-light';color: #808285;font-size: 19.02px;margin-top: 20px;font-weight: 100;}

.thankyou-head button{
    background-color: #2c2626;
    color: #939598;
    cursor: pointer;
    outline: none;
    padding: 30px 70px 30px 70px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    font-size: 15.5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    font-family: 'avenir-light';
    margin-top: 40px;
}

.privacy-policy-sec{padding-top: 180px;position: relative;margin-bottom: 20px;}

.privacy-policy-head h1{color: #808285;font-family: 'avenir-light';font-size: 55.91px;text-align: center;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;}

.privacy-policy-inner-content p{
    font-size: 18px;
    color: #9D9D9C;
    margin-bottom: 10px;
}

.privacy-policy-inner-content {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 80px;
}

.terms-of-service-sec{
   padding-top: 180px;
   position: relative;
   margin-bottom: 40px;
}

.terms-of-service-head h1{color: #808285;font-family: 'avenir-light';font-size: 55.91px;text-align: center;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;}

.terms-of-service-inner-content p{
    font-size: 18px;
    color: #9D9D9C;
    margin-bottom: 10px;
}

.terms-of-service-inner-content {margin-top: 30px;margin-left: 30px;margin-right: 80px;}

.terms-of-service-inner-content sup{
top: 0px;
font-size: 9px;
position: relative;
left: 2px;
}

.faq-sec{
padding-top: 140px;
position: relative;
margin-bottom: 100px;
}

.faq-head h1{font-size: 56.46px;color: #939598;font-family: 'avenir-light';-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #fff;}

.faq-back img{
    width: 100%;
}

.faq-head {
    margin-top: 50px;
    margin-left: 60px;
}


.faq-accord{
    margin-top: 100px;
    margin-left: 80px;
}

.faq-accord .accordion-button:not(.collapsed){
background-color: transparent;
box-shadow: none;
}

.faq-accord .accordion-item{
    border: none;
    background-color: transparent;
}

.faq-accord .accordion-button{
    background-color: transparent;
    color: #939598;
    font-family: 'avenir-heavy';
    font-size: 19.02px;
    padding: 10px 20px 10px 20px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin-left: 20px;
    font-weight: 100;
}

.faq-accord .accordion-button:focus{
    box-shadow: none;
}

.faq-accord .accordion-body{
    color: #939598;
    font-family: 'avenir-light';
    font-size: 19.02px;
    padding: 0px 40px 0px 40px;
    line-height: 19.83px;
    font-weight: 100;
}

.accord-inner-heading{margin-top: 20px;padding-left: 20px;}

.accord-inner-heading h2{
    color: #939598;
    font-size: 34.27px;
    font-family: 'avenir-light';
}




.footer-third-widget a:hover {
    color: #fff;
}

.j-row{
    justify-content: center;
}






.pages-list ul li {
    line-height: 25px;
}

.customers-group-2{
    position: relative;
}


.customers-group-2{
width: 100%;
text-align: center;
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
-moz-animation: scroll-left 2s linear infinite;
-webkit-animation: scroll-left 2s linear infinite;
animation: scroll-left 20s linear infinite;

}


@-moz-keyframes scroll-left {
0% {
-moz-transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%);
}
}



@-webkit-keyframes scroll-left {
0% {
-webkit-transform: translateX(100%);
}
100% {
-webkit-transform: translateX(-100%);
}
}

@keyframes scroll-left {
0% {
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
100% {
-moz-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
}

.customer-group-3{width: 50%;text-align: center;-moz-transform: translateX(100%);-webkit-transform: translateX(100%);transform: translateX(100%);-moz-animation: scroll-left 2s linear infinite;-webkit-animation: scroll-left 2s linear infinite;animation: scroll-left 10s linear infinite;}

.n-next{
    display: flex;
}

.customer-group-4{width: 50%;text-align: center;-moz-transform: translateX(100%);-webkit-transform: translateX(100%);transform: translateX(100%);-moz-animation: scroll-left 2s linear infinite;-webkit-animation: scroll-left 2s linear infinite;animation: scroll-left 10s linear infinite;}


.inner-about-us-beach {
    position: absolute;
    left: 0;
}

.contact-us-sec.contact-us-sec-inner .contact-head {
    margin-top: 40px;
    margin-bottom: 60px;
}

.first-inner-service-main.second-inner-service-main .first-inner-service {
    padding: 40px 41px 0px 50px;
}

.first-inner-service-main.third-inner-service-main .first-inner-service.third-inner-service {
    padding: 40px 50px 0px 50px;
}

.first-inner-service-image.second-inner-service-image.fourth-inner-service-image.sixth-inner-service-image img {
    height: 260px;
}

.retail-images-group-3 {
    margin-top: 24px;
}

.retail-images-group-2 {
    text-align: left;
}

.first-service-main.fifth-service.final-service .service-img-1:after{
    width: 81.8vh;
    bottom: 41px;
    right: 0px;
    left: 2px;
}

.services-page-main-head {
    margin-left: 0;
}

.service-container .container{
  max-width: 1140px;
}

.service-container .sec-2-head{
    margin-left: 0px;
}

.pricing-head {
    margin-left: 30px;
}

.retail-head {
    margin-left: 30px;
}

.press-healing-head {
    margin-right: 30px;
}

.healing-images-sec{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 50px;
}

.location-right-image img{
    width: 100%;
}

.location-right-image {
    position: absolute;
    right: 0;
}

.pre-sale-image img {
    width: 100%;
}

.pre-sale-image {
    position: absolute;
    left: 0;
}


.faq-back {
    position: absolute;
    right: -1px;
}

.contact-page-image {
    position: absolute;
    right: 0;
}

.contact-us-form {
    margin-left: 30px;
}

.fixed img {
    width: 130px;
}

.faq-accord .accordion-item {
    border: none;
    background-color: transparent;
    margin-bottom: 10px;
}


.accordion-header::after {
    content: '+';
    position: absolute;
    left: 0;
    height: 0;
    top: 2px;
    font-size: 30px;
    font-weight: 100;
    color: #808285;
}

.faq-accord .accordion-header {
    position: relative;
}

.accordion-item.active .accordion-header::after {
  content: '-';
  position: absolute;
  left: 0;
  height: 0;
  top: -7px;
  font-size: 42px;
}

.accordion-button::after{
background-image:none;
}

.accordion-button:not(.collapsed)::after{
background-image:none;
}





.service-container .sec-2:after{
    width: 48%;
}

.left-logo .header-middle{
    width: auto;
}

.banner.services-banner .banner-text.inner-banner-text {
    left: 280px;
    bottom: 24px;
}

.pre-list-for-mobile p{
	text-align: left;
    font-size: 19.2px;
    font-family: 'avenir-light';
    color: #9D9D9C;
    line-height: 22.83px;
}



.first-inner-service-mobile-content-small-content p{font-size: 13.67px;color: #9D9D9C;line-height: 17px;font-family: 'avenir-light';-webkit-text-stroke-width: 0.4px;-webkit-text-stroke-color: #2b2525;font-weight: 100;}

.first-inner-service-mobile-content{background-color: #2b2525;padding: 30px 50px 30px 50px;}



.custom-popup .modal-dialog{
    max-width: 800px;
}


.custom-popup .modal-content{border-radius:0px;border:none;position: relative;}


.custom-popup .modal-header{
border:none;	
}

.custom-popup .modal-body{padding: 30px;}

.model-inner-sec{padding: 20px 30px 60px 30px;background-size: cover;background-position: center;position: relative;}


.popup-logo {text-align: right;margin-right: 80px;}

.popup-logo img {
    width: 250px;
}

.popup-logo-text {
    text-align: center;
    float: right;
    margin-right: 150px;
    margin-top: 20px;
}

.popup-logo-text h3{color: #fff;font-family: didot;font-style: italic;font-weight: 100;}


.model-inner-second-sec{background-color: #2b2525;padding: 20px 40px 0px 40px;}

.popup-live img{
width:150px;	
}

.popup-form-head h3 {
    font-size: 20px;
    color: #939598;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #2b2525;
    font-weight: 100;
}

.popup-form-inner {
    margin-top: 5px;
}


.popup-soak-head h1 {font-size: 20px;color: #939598;-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: #2b2525;font-weight: 100;}

.popup-soak-sec {position: relative;display: flex;align-items: center;background-color: #2b2525;padding: 10px 40px 20px 20px;}

.popup-soak-sec:after{
    content: "";
    height: 1px;
    width: 340px;
    background: #93959885;
    position: absolute;
    right: 0;
}

.popup-closes{position:absolute;top: -18px;right: 4px;font-size: 40px;z-index:999;}

.mb-fix-1{
display:none;	
}

.first-inner-service p br {
    display: none;
}


.sec-2 .container{
max-width: 1140px;	
}


/* Loader CSS */
.loader-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Subscribe form CSS */
#subscribe-form {
  position: relative;
}

.first-inner-service-image.third-inner-service-image.fifth-inner-service-image.final-inner-service img {
    height: 285px;
    object-fit: fill;
}

.first-inner-service-image.third-inner-service-image.fifth-inner-service-image img {
    height: 285px;
    object-fit: fill;
}


.first-inner-service-image.third-inner-service-image.extra-inner-service-image img {
    height: 220px;
    object-fit: cover;
    object-position: 42% 0%;
}

.healing-list-2 ul li:nth-child(4){position: relative;left: -61px;}


.service-container .brand-logo {
    width: 160px;
    margin: 20px auto;
}

.service-container .fixed{
width:90%;
margin: 30px auto;	
}

.pre-list-for-mobile{
display:none;	
}

li#intend {
    margin-left: 13px;
}

.pricing-group-2-list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-group-2-extra-content h2 {line-height: 23.28px;color: #939598;font-size: 17.4px;font-family: inherit;margin-top: 1px;margin-bottom: 0px;text-transform: none;}

.pricing-group-2-extra-content p {
    line-height: 17.28px;
    color: #939598;
    font-size: 15px;
    font-family: inherit;
}

.pricing-group-3 {
    margin-top: 20px;
}

.package-expire p {
    font-size: 17.4px;
    line-height: 23.28px;
    color: #939598;
}

.service-container .brand-logo.menu-logo {
    margin: 0px;
}

