/*==========================
	Custom css
==========================*/

/*=== Font Size And Font Family ====*/
.dis-block {
    display: block;
}

.bg-img-fix {
    background-size: cover;
}

.bg-secondry {
    background-color: #2c4a6b;
}

.text-gray-dark {
    color: #9a9a9a;
}

/*=== Slider  ===*/
.main-slider .button-lg {
    padding: 15px 30px;
}

/*=== About Us ===*/
.about-us {
    min-height: 700px;
}

.dez-tabs.dez-tabs-nav-item-lg .nav-tabs .nav-item a {
    padding: 1rem 1.5rem;
    line-height: 24px;
}

.dez-tabs.dez-tabs-nav-item-lg .nav-tabs .nav-item a i {
    font-size: 19px;
}

.about-us .dez-tabs .nav-tabs {
    border: 0 none;
    left: 61px;
    position: absolute;
    top: 0;
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    transform-origin: left top 0;
    width: auto;
}

.about-us .dez-tabs .nav-tabs li {
    display: inline-block;
    margin: 0;
    background-color: #f6f6f6;
    text-align: center;
    float: left;
    border-right: 4px solid #e8e8e8;
}

.about-us .dez-tabs .about-contant {
    padding: 30px 30px 10px 30px;
}

.about-us .dez-tabs {
    position: relative;
}

.about-us .dez-tabs .tab-content {
    margin-left: 60px;
    border: 0;
}

.about-us .dez-tabs .tab-content h3 {
    margin-top: 0;
}

.about-us .dez-tabs .nav-tabs li a {
    border: 0;
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about-us .dez-tabs .nav-tabs li.active {

}

.owl-none .owl-nav {
    display: none;
}

.about-us .dez-tabs .nav-tabs li.active a {
    border: 0;
    color;
    #000;
}

.about-us .dez-tabs .nav-tabs li.active a h4,
.about-us .dez-tabs .nav-tabs li.active a span {
    color: #000;
}

.about-us .dez-tabs .nav-tabs li h4 {
    margin: 0;
    text-transform: uppercase;
    color: #757575;
}

.about-us .dez-tabs .nav-tabs li a span {
    font-weight: 300;
    font-size: 14px;
}

/*=== Our Project ===*/
.dez-project-left {
    position: relative;
}

.dez-project-left:after {
    content: "";
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 15px;
    top: 0;
    width: 1000px;
    z-index: -2;
}

/*=== Service Carousel ===*/
.service-carousel .date {
    position: absolute;
    right: 0;
    padding: 1px 5px;
    color: #000;
    top: -22px;
}

.service-carousel .ow-entry-content {
    position: relative;
    border: 0;
    text-align: center;
}

.service-carousel .ow-entry-content h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.service-carousel.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 8.33333%;
    text-align: center;
    top: -80px;
    padding: 0 15px;
}

.service-carousel .owl-prev,
.service-carousel .owl-next {
    border: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
}

.service-carousel .owl-prev:hover,
.service-carousel .owl-next:hover {
    opacity: 0.8;
}

/*=== W3 Team ===*/
.dez-team .dez-media {
    border-bottom: 4px solid #333232;
    border-top: 4px solid #dadada;
}

.dez-team .dez-social-icon li a {
    height: 30px;
    width: 30px;
    border: 0;
    color: #333232;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
}

.dez-team .dez-img-overlay6:before,
.dez-team .dez-img-overlay6:after {
    background-image: url(../images/overlay/rrdiagonal-line.png);
    background-color: rgba(0, 0, 0, 0);
    opacity: 0.2;
}

/*=== Testimoniyal | Client Logo ===*/

/* 01 - Client Logo */
.client-logo ul {
    margin: 0 -10px;
}

.client-logo {
    padding: 0;
}

.client-logo ul li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    width: 33.33%;
    margin-bottom: 20px;
}

.client-logo img {
    width: 100%;
}

.bg-black-1 {
    background-color: #2E1E13;
}

/*=== Blog ===*/

/* index 2 */
.company-status .counter {
    font-family: Roboto;
    font-size: 60px;
    font-weight: 300;
}

/* about-service */
.about-service .icon-bx-wraper {
    border: none;
}

.about-service .icon-bx-wraper:nth-child(2) {
    margin-top: -40px;
}

.about-service {
    margin-top: -150px;
}

.gallery-projects .dez-gallery-box {
    margin-bottom: 0;
}


@media only screen and (max-width: 1280px) {
    .blog-info li {
        font-size: 13px;
    }

    .service-head {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .about-img {
        display: none;
    }

    .about-us .dez-tabs .about-contant {
        padding: 15px 15px 10px 15px;
    }

    .get-a-quote {
        text-align: center;
    }

    .get-a-quote .float-end {
        width: 100%;
        padding: 10px 0;
    }

    .get-a-quote {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

@media only screen and (max-width: 767px) {
    .about-us .dez-tabs .nav-tabs,
    .about-us .dez-tabs .nav-tabs li a {
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        position: unset;
    }

    .about-us .dez-tabs .nav-tabs {
        background-color: #F6F6F6;
        width: 100%;
    }

    .about-us .dez-tabs .tab-content,
    .about-us .dez-tabs .nav-tabs {
        margin-left: 0;
        display: block;
        clear: both;
    }

    .about-us .dez-tabs .nav-tabs li.active {
        border-right: 0;
    }

    .about-us .dez-tabs .nav-tabs li {
        border-right: 0;
        width: 100%;
    }

    .about-us {
        padding-top: 20px;
    }

    .dez-tabs.vertical .tab-content {
        margin-left: 44px;
    }

    .dez-tabs.vertical.right .tab-content {
        margin-right: 44px;
    }

    .dez-project-left:after {
        right: 0;
    }

    .dez-service {
        padding: 30px 15px;
    }

    .dez-service .service-carousel {
        margin-top: 0;
    }

    .dez-service .owl-stage-outer {
        margin-bottom: 30px;
    }

    .service-carousel.owl-theme .owl-nav {
        position: unset;
    }

    .footer-bottom .text-left,
    .footer-bottom .text-right {
        text-align: center;
    }

}

/* Team Section */
.skew-content-box ul li a {
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 0px 10px;
    line-height: 24px;
}

.skew-content-box {
    display: inline;
    left: -1px;
    padding: 5px 20px;
    position: absolute;
    top: -15px;
    width: auto;
}

.skew-content-box:after {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    transform: skewX(20deg);
    width: 20px;
    z-index: 1;
}

/* Login */
.dez-login {
    background-color: #292929;
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.login-form {
    max-width: 400px;
    margin: 0px auto;
    background: #fff;
}

.dez-form .form-control {
    background: #DDE3EC;
    height: 44px;
}

.dez-form .form-group {
    margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
    .skew-content-box {
        padding: 5px;
    }

    .skew-content-box ul li a {
        margin-right: 3px;
        font-size: 13px;
    }

    .dez-social-icon {
        margin: 0;
    }

    .skew-content-box ul li a {
        padding: 5px;
    }

    .request-a-quote:before {
        left: 0;
        transform: skewX(0deg);
    }

    .header-style-4 .slide-up {
        position: unset;
    }
}

@media only screen and (max-width: 767px) {
    .dez-book-now-content {
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .our-service .service-box {
        margin-bottom: 30px;
    }

    .our-service {
        margin-top: 50px;
    }

    .dez-newsletter {
        padding: 15px;
    }

    .company-stats-worker {
        display: none;
    }

    .hidden-sm-down {
        display: none;
    }

    .main-slider .button-lg {
        font-size: 14px;
        padding: 8px 10px;
    }
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    .awesome-services .dez-info-has {
        position: unset;
    }
}

/* Gallery-page */
.dez-hover a:active,
.dez-hover a:hover {
    color: #fff;
}


footer .footer-bottom .fa-heart {
    animation: 2.5s ease 0s normal none infinite running animateHeart;
    font-size: 16px;
}

@keyframes animateHeart {
    0% {
        transform: scale(1);
    }
    5% {
        transform: scale(1.2);
    }
    10% {
        transform: scale(1.1);
    }
    15% {
        transform: scale(1.25);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}


/* Gradiyant And Color Css */
.overlay-primary-light.main:after,
.overlay-primary-middle.main:after,
.overlay-primary-dark.main:after {
    background: #FC3D6A;
}

.overlay-primary-light:after,
.overlay-primary-middle:after,
.overlay-primary-dark:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff709b+0,ff2b6e+100 */
    background: #ff709b; /* Old browsers */
    background: -moz-linear-gradient(top, #ff709b 0%, #ff2b6e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff709b 0%, #ff2b6e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff709b 0%, #ff2b6e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff709b', endColorstr='#ff2b6e', GradientType=0); /* IE6-9 */
}

/* Heading Tag */
.h4, .h5, .h6, h4, h5, h6 {
    font-weight: 600;
}

.box-sort {
    background-color: #ffffff;
    /* box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.08); */
    border: 1px solid #ebedf2;
    border-radius: 4px;
}

.box-sort .box-sort-in {
    border-top: 1px solid #ebedf2;
}

.dis-tbl {
    display: table;
}

.dis-tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.dis-tbl-cell-b {
    display: table-cell;
    vertical-align: bottom;
}

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

.widget.bg-white {
    border: 1px solid #ebedf2;
}

/* Contact Form */
.dez-social-icon.dez-social-icon-lg li a {
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}

.dez-social-icon-lg.dez-social-icon li {
    display: inline-block;
    font-size: 12px;
    padding: 0;
}

.dez-social-icon-lg.dez-social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-style-1 input {
    height: 50px;
}

.contact-style-1 .site-button {
    height: 50px;
    width: 100%;
}

.contact-style-1 .form-control {
    padding: 10px 20px;
}

.contact-style-1 .form-control:focus,
.contact-style-1 .form-control:hover {
    border-color: #c0c0c0;
}

.contact-style-1 h2 {
    margin-top: 0;
}

.contact-style-1 .border-1 {
    border: 1px solid #eee;
}

.contact-style-1 .dez-social-icon-lg {
    border-top: 1px solid #eeeeee !important;
    padding-top: 20px;
    text-align: left;
    width: 100%;
    margin: 0;
}

.contact-style-1 .dez-social-icon-lg a {
    text-align: center;
}

.contact-style-1 .form-group {
    margin-bottom: 25px;
}

.sort-title {
    margin-bottom: 40px;
}

.sort-title h4:after {
    left: -160px;
}

.sort-title.text-white h4:after,
.sort-title.text-white h4:before {
    background: #fff;
}

.sort-title h4:after,
.sort-title h4:before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: -160px;
    top: 50%;
    width: 150px;
    opacity: 0.15;
}

.sort-title h4 {
    display: inline-block;
    margin: 0;
    position: relative;
}

.sort-title h4 span.small {
    font-size: .8em;
    position: relative;
    top: -.1em;
}


/* Index New */
/* -- Header */
.spa-header .logo-header.mostion {
    margin-top: -25px;
    width: 210px;
}

.header-set {
    position: absolute;
    right: -5px;
    top: 0;
    width: 70%;
    z-index: 1;
}

.spa-header.header-transparent .top-bar {
    color: #ffffff;
}

.site-header.spa-header .navbar-nav > li {
    padding: 18px 0;
}

.site-header.spa-header .navbar-nav > li > a {
    border: 2px solid rgba(255, 255, 255, 0);
    padding: 10px 18px;
}

.site-header.spa-header .navbar-nav > li.active > a,
.site-header.spa-header .navbar-nav > li:hover > a {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 30px;
}

.site-header.spa-header.tb .navbar-nav > li.active > a,
.site-header.spa-header.tb .navbar-nav > li:hover > a {
    color: #FD4971;
    border: 2px solid #FD4971;
}

.header-transparent.spa-header .is-fixed .main-bar {
    background-color: #fff;
    z-index: 999;
}

.spa-header .is-fixed .logo-header.mostion {
    margin-top: 0;
    width: 140px;
}

.spa-header.header-transparent .is-fixed .header-nav .nav > li > a,
.spa-header.header-transparent .is-fixed .extra-nav .site-button-link,
.spa-header.header-transparent .is-fixed .navbar-toggle {
    color: #333;
}

.site-header.spa-header .is-fixed .navbar-nav > li {
    padding: 13px 0;
}

.site-header.spa-header .is-fixed .navbar-nav > li.active > a,
.site-header.spa-header .is-fixed .navbar-nav > li:hover > a {
    border: 2px solid #FD4971;
    color: #FD4971;
}

/* Slider Set */
.slider-set {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0.5;
}

/* Title */
.spa-title-head {
    font-size: 62px;
    line-height: 75px;
}

.min-title {
    font-size: 30px;
    line-height: 40px;
}

/* Owl Btn Spa Lr */
.owl-spa-btn .owl-nav .owl-next,
.owl-spa-btn .owl-nav .owl-prev {
    background: #e8e8e8;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    color: #000;
    font-size: 24px;
}

.owl-spa-btn .owl-nav .owl-next:hover,
.owl-spa-btn .owl-nav .owl-prev:hover,
.box-price span,
.gradient {
    color: #fff;
    background: #fe5578; /* Old browsers */
    background: -moz-linear-gradient(top, #fe5578 0%, #fc3867 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe5578 0%, #fc3867 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe5578 0%, #fc3867 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.owl-btn-center-lr.owl-btn-spa-lr .owl-nav .owl-next {
    right: -100px;
}

.owl-btn-center-lr.owl-btn-spa-lr .owl-nav .owl-prev {
    left: -100px;
}


/* Services */
.spa-service-box {
    padding: 20px 15px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.spa-service-box .icon-bx-wraper {
    border-radius: 12px;
    box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.08);
    padding: 60px 30px 60px;
    background: #ffffff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.spa-service-box .icon-bx-wraper:hover:not(.without-hover-effect),
.spa-service-box .icon-bx-wraper.important-service-box {
    background: #FC3D6A;
    color: #fff;
}

.spa-service-box .icon-bx-wraper:hover:not(.without-hover-effect) a.site-button,
.spa-service-box .icon-bx-wraper.important-service-box a.site-button {
    background-color: #FC3D6A;
    color: #fff;
    border: 1px solid #fff;
}

.spa-service-box .icon-bx-wraper:hover:not(.without-hover-effect) a.site-button.important-button,
.spa-service-box .icon-bx-wraper.important-service-box a.site-button.important-button {
    background-color: #fff;
    color: #FC3D6A;
}

.spa-service-box .icon-bx-wraper:not(.without-hover-effect) a.site-button.important-button:hover,
.spa-service-box .icon-bx-wraper.important-service-box a.site-button.important-button:hover {
    background-color: #FC3D6A;
    color: #fff;
}

.spa-service-box .icon-bx-wraper:hover:not(.without-hover-effect) .icon-cell,
.spa-service-box .icon-bx-wraper:hover:not(.without-hover-effect) .dez-tilte,
.spa-service-box .icon-bx-wraper.important-service-box .icon-cell,
.spa-service-box .icon-bx-wraper.important-service-box .dez-tilte {
    color: #fff;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.dez-separator.spa {
    height: 4px;
    width: 200px;
    border-radius: 4px;
    margin-left: -50px;
}

.list-icon-box {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.list-icon-box li {
    font-size: 16px;
    display: table;
    padding: 5px 0;
}

.list-icon-box li i {
    font-size: 32px;
    margin-right: 10px;
}

.list-icon-box span {
    display: table-cell;
    vertical-align: middle;
}

.box-img {
    position: relative;
    z-index: 1;
}

.box-img:after {
    background: #fc4e89 none repeat scroll 0 0;
    border-radius: 12px;
    bottom: -20px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.35);
    color: #000000;
    content: "";
    height: 40%;
    position: absolute;
    right: -20px;
    width: 70%;
    z-index: -1;
}

.box-img img {
    border-radius: 12px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.35);
}

/* Spa Care Box */
.dez-media > p {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #e4e4e4;
    border-radius: 12px;
    color: #363636;
    font-size: 16px;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 70%;
}

.media-img {
    width: 40%;
    border: 2px solid #e4e4e4;
}

.appoint-btn,
.box-price {
    width: 50%;
    float: left;
}

.box-price span {
    display: inline-block;
    margin-right: 15px;
    padding: 10px;
}

.box-price h2 {
    border-bottom: 3px solid #fc3d6a;
}

.fley {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.spa-care-box {
    padding: 0 10px;
}

/* callout content */
.callout-box {
    position: relative;
}

.callout-content {
    left: 50%;
    position: absolute;
    top: 53%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 750px;
}

.text-fly {
    text-shadow: -2px -2px 8px rgba(0, 0, 0, 0.3);
}

/* Time Line */
.time-line {
    position: relative;
}

.time-line:after {
    background: #fc3d6a none repeat scroll 0 0;
    border-radius: 2px;
    content: "";
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    width: 4px;
    display: block;
}

.time-line .line-left-box,
.time-line .line-right-box {

    width: 40%;
    position: relative;
    z-index: 1;
}

.line-right-box .line-content-box,
.line-left-box .line-content-box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 12px;
    box-shadow: 1px 1px 62px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.line-left,
.line-right {
    position: relative;
    display: table;
    width: 100%;
}

.line-left:after {
    background: #fc3d6a none repeat scroll 0 0;
    content: "";
    height: 4px;
    position: absolute;
    top: 50%;
    left: 40%;
    width: 10%;
}

.line-right:after {
    background: #fc3d6a none repeat scroll 0 0;
    content: "";
    height: 4px;
    position: absolute;
    right: 40%;
    top: 50%;
    width: 10%;
}

.time-line .line-left-box {
    float: left;
}

.time-line .line-right-box {
    float: right;
}

.time-line .line-left-box .line-content-box {
    padding-right: 60px;
}

.time-line .line-left-box .line-content-box p,
.time-line .line-right-box .line-content-box p {
    margin-bottom: 0;
}

.time-line .line-right-box .line-content-box {
    padding-left: 60px;
}

.line-num {
    border-radius: 40px;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}

.time-line .line-left-box .line-num {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.time-line .line-right-box .line-num {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* Spa Experience  */
.experience-spa {
    margin-top: -50px
}

.experience-spa .callout-content {
    width: 1140px;
}

.experience-spa .callout-content .icon-bx-wraper {
    box-shadow: 1px 1px 60px 0 rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 12px;
}

.experience-spa .callout-content {
    top: 70%;
}

.experience-spa .callout-content.only-text {
    top: 58%;
}

.experience-spa-box {
    position: relative;
    z-index: 2;
}

/* Footer */
.ft-gallery-box {
    border: 1px solid #FC3D6A;
    padding: 20px 30px 50px 20px;
    border-radius: 12px;
    margin-top: -200px;
}

.ft-gallery-media img {
    border-radius: 12px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.35);
}

.ft-gallery-media {
    position: relative;
    z-index: 1;
}

.ft-gallery-media:after {
    background: #fc4e89 none repeat scroll 0 0;
    border-radius: 12px;
    bottom: -15px;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.35);
    color: #000000;
    content: "";
    height: 70%;
    position: absolute;
    right: -15px;
    width: 40%;
    z-index: -1;
}

.ft-gallery-box .owl-nav {
    bottom: -80px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}

.ft-gallery-box .item {
    padding: 10px;
}

.spa-footer .footer-bottom {
    font-size: 16px;
    color: #363636;
}

.ft-gallery-media .owl-nav {
    width: 150px;
}

.spa-footer .footer-bottom,
.spa-footer .footer-top {
    background-color: #FEF8FA;

}

.spa-footer .footer-bottom .container,
.spa-footer .footer-top .container {
    position: relative;
    z-index: 2;
}

.spa-footer {
    position: relative;
}

.footer-bg {
    background-image: url(../images/background/bg11.jpg);
    background-position: left bottom;
    background-size: 100% auto;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
}

footer.spa-footer p,
footer.spa-footer li {
    font-size: 16px;
}

footer.spa-footer h1,
footer.spa-footer h2,
footer.spa-footer h3,
footer.spa-footer h4,
footer.spa-footer h5,
footer.spa-footer h6,
footer.spa-footer h1 a,
footer.spa-footer h2 a,
footer.spa-footer h3 a,
footer.spa-footer h4 a,
footer.spa-footer h5 a,
footer.spa-footer h6 a {
    color: #363636 !important;
}

footer.spa-footer p,
footer.spa-footer strong,
footer.spa-footer b,
footer.spa-footer {
    color: #363636;
}

footer.spa-footer h1 a,
footer.spa-footer h2 a,
footer.spa-footer h3 a,
footer.spa-footer h4 a,
footer.spa-footer h5 a,
footer.spa-footer h6 a,
footer.spa-footer p a {
    color: #363636;
}

footer.spa-footer a,
footer.spa-footer a:visited {
    color: #363636;
}

footer.spa-footer p a {
    color: #363636;
}

footer.spa-footer a:active,
footer.spa-footer a:focus,
footer.spa-footer a:hover {
    color: #363636;
}

/* widget color */
footer.spa-footer .widget_categories ul li a,
footer.spa-footer .widget_archive ul li a,
footer.spa-footer .widget_meta ul li a,
footer.spa-footer .widget_pages ul li a,
footer.spa-footer .widget_recent_comments ul li a,
footer.spa-footer .widget_nav_menu li a,
footer.spa-footer .widget_recent_entries ul li a,
footer.spa-footer .widget_services ul li a {
    color: #363636;
}

/* Particles */
.particles {
    position: relative;
}

.particles .container {
    z-index: 2;
    position: relative;
}

.bg-primary {

}


.navicon {
    width: 20px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.spa-header .navicon span,
.dark .navicon span,
.header-transparent .navicon:not(.dark) span {
    background: #fff;
}

body:not(.is-homepage) .header-transparent .navicon:not(.dark) span {
    background: #000;
}

.spa-header .is-fixed .navicon span,
.header-transparent .is-fixed .navbar-toggler span {
    background: #000;
}

.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.header.primary .navicon span,
.header.blue .navicon span,
.header.purpal .navicon span,
.header.red .navicon span,
.header.yellow .navicon span,
.header.overlay .navicon span,
.bg-primary .navicon span {
    background: #fff;
}

.navicon span:nth-child(1) {
    top: 0px;
}

.navicon span:nth-child(2) {
    top: 7px;
}

.navicon span:nth-child(3) {
    top: 14px;
}

.navicon.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navicon.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Responsive */
@media only screen and (max-width: 1680px) {
    .header-set {
        width: 70%;
    }
}

@media only screen and (max-width: 1400px) {
    .experience-spa .callout-content {
        width: 1000px;
        top: 60%;
    }

    .owl-btn-center-lr.owl-btn-spa-lr .owl-nav .owl-next {
        right: -60px;
    }

    .owl-btn-center-lr.owl-btn-spa-lr .owl-nav .owl-prev {
        left: -60px;
    }

    .header-set {
        width: 90%;
        right: -10%;
    }
}

@media only screen and (max-width: 1500px) {
    .spa-title-head {
        font-size: 50px;
        line-height: 55px;
    }
    .text-fly {
        padding-right: 3em;
    }
    .callout-content {
        left: 53%;
    }
}

@media only screen and (max-width: 1200px) {
    .owl-btn-center-lr.owl-btn-spa-lr .owl-nav .owl-next {
        right: -5px;
    }

    .owl-btn-center-lr.owl-btn-spa-lr .owl-nav .owl-prev {
        left: -5px;
    }

    .experience-spa .callout-content {
        padding: 0 15px;
        width: 100%;
    }

    .dez-separator.spa {
        margin-left: 0;
    }

    .spa-title-head {
        font-size: 35px;
        line-height: 55px;
    }

    .min-title {
        font-size: 24px;
        line-height: 30px;
    }

    .appoint-btn,
    .box-price {
        width: 100%;
    }

    .appoint-btn {
        text-align: center;
        margin-top: 0;
    }

    .callout-content {
        width: 90%;
        padding: 0 15px;
    }

    .experience-spa.callout-box > img {
        display: none;
    }

    .experience-spa.callout-box {
        background-color: #fc3968;
        padding: 45px 15px;
    }

    .experience-spa.callout-box .callout-content {
        width: 100%;
        position: unset;
        transform: none;
    }

    .header-set {
        width: 90%;
    }
}

.header-nav .dz-social-icon {
    display: none;
}

.dz-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}

.dz-social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
}

@media only screen and (max-width: 991px) {
    .site-header.spa-header .navbar-nav > li,
    .site-header.spa-header .is-fixed .navbar-nav > li {
        padding: 0;

    }

    .site-header.spa-header .navbar-nav > li.active > a,
    .site-header.spa-header .is-fixed .navbar-nav > li.active > a,
    .site-header.spa-header .navbar-nav > li:hover > a,
    .site-header.spa-header .is-fixed .navbar-nav > li:hover > a {
        border: 0;
        color: #000;
        border-radius: 0;
    }

    .experience-spa {
        margin-top: 0;
    }

    .navbar-toggler {
        float: right;
        margin: 30px 0px 30px 15px;
        color: #fff;
        box-shadow: none !important;
    }

    .is-fixed .navbar-toggler {
        margin: 25px 0px 25px 15px;
    }

    .is-fixed .navbar-toggler span {
        background: #000;
    }

    .dark .is-fixed .navbar-toggler span,
    .overlay .is-fixed .navbar-toggler span {
        background: #fff;
    }

    .header-nav .nav > li .mega-menu > li > a {
        padding: 0 0 10px 0;
    }

    .header-nav .nav > li .mega-menu > li {
        padding: 10px 0 0;
    }

    .mo-left .header-nav {
        overflow-y: auto;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99;
    }

    .mo-left .header-nav li.open a {
        position: relative;
    }

    .header-nav {
        overflow-x: auto;
        height: 100%;
    }

    .header-nav .nav > li {
        padding: 0 20px 0 20px !important;
    }

    .mo-left .header-nav.show {
        left: -1px;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        margin: 0;
        width: 280px;
        display: block !important;
    }

    .mo-left .navbar-toggler.open:after {
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: -20px;
        top: -63px;
        transform: scale(100);
        -o-transform: scale(100);
        -moz-transform: scale(100);
        -webkit-transform: scale(100);
        width: 100%;
        z-index: -1;
        transition: all 0.5s;
        transform-origin: top right;
        margin: 0 0px 0px 20px;
        -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    }

    .mo-left .header-nav .logo-header {
        display: block;
        float: none;
        height: auto;
        max-width: 100%;
        padding: 30px 15px;
        width: 100%;
    }

    .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 160px;
        vertical-align: middle;
    }

    .mo-left .navbar-toggler.open span {
        background: #fff;
    }


    .header-nav .nav > li .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu {
        display: none !important;
        opacity: 1;
        margin-top: 0;
    }

    .site-header.spa-header .navbar-nav > li > a {
        border: 0;
        padding: 10px 0px;
    }

    .header-nav .nav > li > a {
        margin: 0;
        line-height: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-angle-right,
    .nav.navbar-nav li a i.fa-chevron-right {
        background-color: #fc3d6a;
        color: #ffffff;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        display: inline-block;
        font-size: 20px;
        opacity: 1;
        margin: 0;
    }

    .header-nav .nav > li.open > .sub-menu li.open > a > i,
    .header-nav .nav > li.open > a > i {
        background: #313444;
    }

    .nav.navbar-nav li.open a i.fa-chevron-down:before,
    .nav.navbar-nav li.open a i.fa-chevron-down:before {
        content: "\f107";
    }

    .header-nav .nav > li.open > .sub-menu li.open > a > i:before {
        content: "\f107";
    }

    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
        content: "\f105";
    }

    .header-nav .nav > li.open > .sub-menu li.open > .sub-menu,
    .header-nav .nav > li.open > .mega-menu,
    .header-nav .nav > li.open > .sub-menu,
    .header-nav .nav > li ul.mega-menu ul {
        display: block !important;
        opacity: 1;
        margin-top: 0;
        border-left: 0;
        border-right: 0;
    }

    .header-nav .nav > li .sub-menu li i {
        position: unset;
    }

    .header-nav .nav > li .sub-menu li a {
        padding: 4px 0 4px 16px;
        line-height: 30px;
    }

    .header-nav .nav > li .sub-menu li a i.fa-chevron-right {
        font-size: 14px;
    }

    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:active,
    .header-nav .nav > li > a:focus {
        background-color: #fff;
    }

    .header-nav .nav > li .sub-menu li a:after,
    .header-nav .nav > li .mega-menu > li ul a:after {
        content: "\f105";
        font-family: 'Font Awesome 5 Free';
        width: auto;
        height: auto;
        background: transparent !important;
        top: 1px;
        color: #000;
        font-size: 16px;
        position: absolute;
        left: 0;
        font-weight: 700;
    }

    .header-nav .nav > li > .sub-menu .sub-menu li a:after {
        content: "\f111";
        font-family: 'Font Awesome 5 Free';
        width: auto;
        height: auto;
        background: transparent;
        top: 3px;
        color: #000;
        font-size: 5px;
        left: 15px;
        font-weight: 700;
    }

    .header-nav .nav > li > .sub-menu .sub-menu li a {
        padding: 2px 0 1px 30px;
    }

    .header-nav .nav > li ul, .header-nav .nav > li .sub-menu, .header-nav .nav > li .mega-menu {
        background: #fff;
    }

    .header-nav .dz-social-icon {
        display: block;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .ft-gallery-box {
        margin-top: -150px;
    }

}

@media only screen and (max-width: 767px) {
    .owl-btn-center-lr.owl-btn-spa-lr .owl-controls .owl-nav .owl-next {
        right: 5px;
    }

    .owl-btn-center-lr.owl-btn-spa-lr .owl-controls .owl-nav .owl-prev {
        left: 5px;
    }

    .media-img {
        width: 100%;
    }

    .dez-media > p {
        top: 0;
        width: 100%;
        border-radius: 0;
        position: relative;
    }

    .callout-box > img {
        display: none;
    }

    .callout-box {
        background-color: #fc3968;
        padding: 45px 15px;
    }

    .callout-box .callout-content {
        width: 100%;
        position: unset;
        transform: none;
    }

    .line-left,
    .line-right {
        margin-bottom: 30px;
    }

    .line-num {
        height: 40px;
        width: 40px;
        font-size: 16px;
        line-height: 40px;
    }

    .time-line:after,
    .line-right:after {
        right: auto;
        left: 0;
    }

    .time-line .line-left-box,
    .time-line .line-right-box {
        width: 90%;
        float: right;
    }

    .time-line .line-left-box .line-num,
    .time-line .line-right-box .line-num {
        left: -20px;
    }

    .time-line .line-left-box {
        padding-right: 30px;
    }

    .time-line .line-right-box {
        padding-left: 30px;
    }

    .ft-gallery-box {
        margin-top: 0;
    }

    .header-set, .slider-set {
        z-index: 2;
    }

    .tp-shapewrapper {
        background-color: rgba(0, 0, 0, 0.3) !important;
    }

    /* Header Responsive */
    .spa-header.header-transparent {
        position: relative;
    }

    .spa-header .logo-header.mostion {
        margin-top: 0;
        width: 175px;
    }

    .spa-header .top-bar {
        display: none;
    }

    .spa-header.header-transparent .header-nav .nav > li > a,
    .spa-header.header-transparent .extra-nav .site-button-link,
    .spa-header.header-transparent .navbar-toggle {
        color: #606060;
    }

    .time-line .line-left-box .line-content-box {
        padding-right: 30px;
    }

    .time-line .line-right-box .line-content-box {
        padding-left: 30px;
    }

    .line-left:after {
        left: 0;
    }

    .time-line .line-right-box,
    .time-line .line-left-box {
        padding: 0;
    }

    .navicon span {
        background: #000;
    }

    .header-transparent .main-bar {
        padding: 0;
    }

    .spa-header .navicon span {
        background: #000;
    }

    .dez-tabs .nav-tabs > li > a i {
        margin-right: 0;
    }

    .dez-tabs.vertical .nav-tabs {
        width: 45px;
    }

    .spa-header .navicon span, .dark .navicon span, .header-transparent .navicon:not(.dark) span {
        background: #000;
    }
}

@media screen and (max-width: 575px) {
    .owl-spa-btn .owl-nav .owl-next, .owl-spa-btn .owl-nav .owl-prev {
        height: 45px;
        width: 45px;
        line-height: 36px;
        font-size: 17px;
    }

    .owl-btn-center-lr.owl-btn-spa-lr .owl-nav .owl-next {
        right: 8px;
    }

    .owl-btn-center-lr.owl-btn-spa-lr .owl-nav .owl-prev {
        left: 8px;
    }
}

/* Home 2 */
.heading-top {
    font-family: "Nunito", sans-serif;
    font-size: 50px;
    font-weight: 800;
    color: #353535;
}

.heading-bottom {
    font-size: 28px;
    color: #363636;
    padding-top: 10px;
}

.circle-sap {
    height: 14px;
    width: 14px;
    content: "";
    position: relative;
    border-radius: 50px;
    margin: 0px auto;
}

.circle-sap:after {
    height: 14px;
    width: 14px;
    content: "";
    position: absolute;
    border-radius: 50px;
    text-align: center;
    left: 25px;
    background-color: #fc3d6a;
}

.circle-sap:before {
    height: 14px;
    width: 14px;
    content: "";
    position: absolute;
    border-radius: 50px;
    text-align: center;
    right: 25px;
    background-color: #fc3d6a;
}

.circle-sap.bg-white,
.circle-sap.bg-white:after,
.circle-sap.bg-white:before {
    background-color: #fff;
}

/* Abouts */
.abouts-2 {
    box-shadow: 0 0 4px 2px rgb(240, 240, 240);
    border: 2px solid rgba(0, 0, 0, 0);
    transition: all 0.5s;
}

.abouts-2:hover {
    border: 2px solid #FC3D6A;
    transition: all 0.5s;
    border-radius: 3px;
}

.abouts-2:hover .dez-info .site-button {
    color: #fff;
    border: 2px solid #FD4871;
    box-shadow: 0 0 5px 5px #eaeaea;
}

/* Team */
.dez-expert .team-title .team-num {
    float: left;
    font-size: 118px;
    font-weight: 700;
    width: 30%;
}

.dez-expert .team-title .team-name {
    float: left;
    margin: 0;
    width: 70%;
}

.dez-expert .team-title .team-name > span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}

.dez-expert .img-box img {
    box-shadow: 0 0 10px 6px #ededed;
    width: 100%;
}

.dez-expert .img-box .dez-social-icon li a {
    color: #aaa;
    font-size: 20px;
    height: 35px;
    width: 35px;
}

.dez-expert .img-box .dez-social-icon {
    padding-top: 25px;
}

/* Meet Your Experts */
.spa-meet-expert .team-title .icon-xl span {
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    font-family: Nunito;
}

.spa-meet-expert .team-title .icon-content .dez-tilte {
    font-size: 30px;
    font-weight: 700;
}

.spa-meet-expert .team-title .icon-content p {
    font-size: 20px;
    font-weight: 700;
    font-family: Nunito;
}

.spa-meet-expert .team-title .icon-bx-wraper {
    display: table;
}

.spa-meet-expert .team-title .icon-bx-wraper .icon-xl,
.spa-meet-expert .team-title .icon-bx-wraper .icon-content {
    display: table-cell;
    vertical-align: middle;
}

.spa-meet-expert .img-box {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

/* Spicial Gifts & Cards */

.special-gifts .gifts-price {
    color: #7e7e7e;
    font-size: 20px;
    font-weight: 500;
}

.special-gifts .gifts .dez-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.special-gifts .gifts.bg-gray {
    background-color: #F8F9FD;
}

.special-gifts .gifts .dez-divider {
    margin-bottom: 0;
}

.special-gifts .dez-box {
    border: 0 none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.bg-gray-primary {
    background-color: #faf9fd;
}

/* Priceing Table */
.pricing-plans .pricingtable-inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.pricing-plans .pricingtable-footer {
    background-color: #fff;
    padding: 40px 20px;
}

.pricing-plans .pricingtable-features li:nth-child(2n) {
    background-color: #fff;

}

.pricing-plans .pricingtable-features li {
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
}

.pricing-plans .pricingtable-price span {
    font-family: nunito;
    color: #fff;
}

.pricing-plans .pricingtable-price .pricingtable-bx {
    font-size: 65px;
    font-weight: 700;
}

/* Latest Blog */
.blog-post-2 {
    box-shadow: 0 0 20px 15px #ededed;
}

.blog-post-2 .dez-post-info a {
    display: block;
    font-size: 28px;
    margin: 0 0 10px;
}

.blog-post-2 .dez-post-info i {
    margin-top: -45px;
    position: absolute;
    transform: translate(-50%, 0px);
}

/* Appoinment */
.appoinment-1 .appoinment .btn.dropdown-toggle.btn-light,
.appoinment-1 .appoinment .form-control {
    border-width: 0 0 1px 0 !important;
    border-radius: 0;
    padding: 10px 0;
}

.appoinment-1 .appoinment label {
    color: #c2c2c2;
}

.appoinment-1 .appoinment {
    box-shadow: 0 0 15px 5px #dfdfdf;
    margin-bottom: 50px;
}

.appoinment-1 .appoinment .form-group {
    margin: 25px 0;
}

/* Footer */
.home-footer-2 .footer-top,
.home-footer-2 .footer-bottom {
    background-color: #F9FAFE;
}

.home-footer-2 .add-list li {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    list-style: outside none none;
}

.home-footer-2 .dez-social-icon li a {
    color: #FC3B69;
    margin-right: 5px;
}

.home-footer-2 .logo-footer {
    width: 200px;
}

.home-footer-2 .promotions .num-pra {
    font-size: 55px;
    font-weight: 800;
    margin: 5px 0;
}

.home-footer-2 .promotions .value {
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.home-footer-2 .promotions {
    width: 70%;
}

.home-footer-2 .promotions img {
    width: 100%;
}

.home-footer-2 h1,
.home-footer-2 h2,
.home-footer-2 h3,
.home-footer-2 h4,
.home-footer-2 h5,
.home-footer-2 h6,
.home-footer-2 p,
.home-footer-2 span,
.home-footer-2 li,
.home-footer-2 .clearfix {
    color: #353535;
}

.home-footer-2 .promotions .site-button {
    border-radius: 0;
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.site-button-link.underline {
    font-weight: 500;
    text-decoration: underline;
}

.home-footer-2 .add-list .icon-bx-xs {
    height: 100px;
    line-height: 40px;
    width: 100px;
}

.home-footer-2 .add-list .dez-box:hover {
    transition: all 0.5s;
    z-index: 99;
}

/* Footer Gallery */
.round-gallery-box ul {
    margin: 0;
    list-style: none;
}

.round-gallery-box ul li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin-left: -15%;
    width: 30%;
}

.round-gallery-box ul li a {
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.round-gallery-box ul li:first-child {
    margin-left: 0;
}

.round-gallery-box ul li a:hover {
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transform: scale(1.1) rotate(15deg);
    -o-transform: scale(1.1) rotate(15deg);
    -webkit-transform: scale(1.1) rotate(15deg);
    -moz-transform: scale(1.1) rotate(15deg);
}

@media only screen and (max-width: 768px) {
    .home-footer-2 .promotions {
        width: 30%;
    }
}

@media only screen and (max-width: 360px) {
    .heading-top {
        font-size: 30px;
        line-height: 30px;
    }

    .heading-bottom {
        font-size: 24px;
        line-height: 30px;
    }

    .blog-post-2 .dez-post-info a {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .home-footer-2 .promotions {
        width: 40%;
    }
}

@media only screen and (max-width: 480px) {
    .home-footer-2 .promotions {
        width: 70%;
    }
}

@media only screen and (max-width: 320px) {
    .home-footer-2 .promotions {
        width: 70%;
    }
}

.text-white .form-control::placeholder {
    color: rgba(255, 255, 255, .7);
}


.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: middle;
}

.media-body {
    width: 10000px;
}

.media-left {
    padding-right: 10px;
}

.bootstrap-select div.dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 10px 0;
    font-size: 13px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2);
}

.mfp-bottom-bar {
    margin-top: -24px;
}

.mfp-figure small {
    margin-top: 8px;
}

.breadcrumb-row .list-inline {
    display: flex;
}

.list-inline > li {
    display: inline-block;
}

input[type=radio].btn-check + label:before,
input[type=radio].btn-check + label:after,
input[type=checkbox].btn-check + label:before,
input[type=checkbox].btn-check + label:after {
    content: none;
}

.dropdown-menu {
    border: 0;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    border: 0 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link:active {
    background-color: #fc3d6a;
    color: #fff;
}

.nav-tabs .nav-link.active i {
    color: #fff;
}

.map-footer .input-group .site-button {
    background-color: #ea3865;
}

.btn-block {
    display: block;
    width: 100%;
}

iframe + .breadcrumb-row li:after {
    color: #000;
}


/* Support and Buy Button */
.theme-btn {
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}

.theme-btn.bt-phone-now {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
    background: #1ebbf0; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ebbf0', endColorstr='#39dfaa', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    bottom: 130px;
}

.theme-btn.bt-email-now {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
    background: #1ebbf0; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ebbf0', endColorstr='#39dfaa', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    bottom: 70px;
}

.theme-btn.bt-email-now span {
    text-transform: none;
}

.theme-btn.bt-buy-now {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fdf61+0,88BA46+100 */
    background: #1fdf61; /* Old browsers */
    background: -moz-linear-gradient(top, #A3D179 0%, #88BA46 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #A3D179 0%, #88BA46 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #A3D179 0%, #88BA46 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1fdf61', endColorstr='#88BA46', GradientType=0); /* IE6-9 */
}

.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    text-transform: uppercase;
}

.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.at-expanding-share-button[data-position="bottom-left"] {
    bottom: 130px !important;
}

/* Shop Categories */
.sticky-top {
    z-index: 99;
}

/* product-item-color */
.product-item-color .btn {
    border: 0 none;
    border-radius: 30px !important;
    height: 30px;
    opacity: 0.5;
    padding: 0 !important;
    width: 30px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: none !important;
    margin-right: 5px;
}

.product-item-color .btn-check:checked + .btn {
    opacity: 1;
}

.product-item-color .btn.active {
    border: 2px solid rgba(0, 0, 0, 0.3);
    box-shadow: none;
    opacity: 1;
}

.product-item-color.size-sm .btn {
    height: 20px;
    width: 20px;
}

.shop-categories .acod-head a {
    border-width: 0 0 2px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
    border-radius: 0;
}

.shop-categories .acod-body {
    border-width: 0;
}

.shop-categories .acod-content {
    margin: 15px 0 15px;
}

.shop-categories .collapsed {

}

.shop-categories .acod-head a.collapsed:after,
.shop-categories .acod-head a:after {
    font-family: open sans;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    right: 5px;
}

.shop-categories .acod-head a:after {
    content: "--";
}

.shop-categories .acod-head a.collapsed:after {
    content: "+";
}

.product-brand .search-content {
    display: block;
    margin-bottom: 0;
    padding: 10px 0;
}

.product-brand .search-content .search-content-area {
    margin-bottom: 0;
    padding-left: 30px !important;
}

/* Price */
.price .amount {
    border: 0 none;
    color: #404040;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.price .ui-widget-content {
    margin: 0 8px;
}

.container-fluid.wide {
    padding-left: 30px;
    padding-right: 30px;
}

/* Shop Account */
.shop-account .form-control {
    background: #efefef none repeat scroll 0 0;
    border: 0 none;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.05);
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
}

.shop-account .site-button.button-lg {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 30px;
    text-transform: uppercase;
}

.shop-account .border-1 {
    border-color: #dfdfdf;
}

.shop-account .form-control:focus {
    box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

/* ------------------------------------------------
31. SHOPPING
------------------------------------------------ */
/*
	1.0 Checkout
*/
/*===== 1.0 Checkout =====*/
.shop-form .form-control,
.shop-form .bootstrap-select .dropdown-toggle {
    border-width: 1px;
    border-radius: 0;

}

.shop-form .bootstrap-select .dropdown-toggle {
    border-width: 1px !important;
    border-radius: 0;
    border-color: #e1e6eb;
    padding: 10px 20px;
}

.shop-form p {
    font-weight: 500;
    color: #a3a3a3;
}

.shop-form textarea {
    height: 150px;
}

.shop-form .form-control:hover,
.shop-form .form-control:focus,
.shop-form .bootstrap-select:focus .dropdown-toggle,
.shop-form .bootstrap-select:hover .dropdown-toggle {
    border-color: #636363 !important;
}

.check-tbl img {
    width: 80px;
}

.check-tbl th {
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
}

.check-tbl th span.small {
    font-weight: 500;
    font-size: 14px;
}

.check-tbl td {
    font-weight: 600;
    padding: 10px;
}

table td {
    padding: 15px 10px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}

.check-tbl.table > tbody > tr > td,
.check-tbl.table > tbody > tr > th,
.check-tbl.table > tfoot > tr > td,
.check-tbl.table > tfoot > tr > th,
.check-tbl.table > thead > tr > td,
.check-tbl.table > thead > tr > th {
    vertical-align: middle;
}

/* shop-price */
.product-price,
.check-tbl .product-price,
.product-price-total,
.check-tbl .product-price-total,
.check-tbl .product-item-price {
    font-weight: 700;
}

/* Cart */
.product-item-close a {
    border: 1px solid #f0526d;
    color: #f0526d;
    padding: 8px;
}

.product-item-close a:hover {
    opacity: 0.5;
}

/* Product Item */
.item-img {
    overflow: hidden;
    position: relative;
}

.item-img img {
    width: 100%;
}

.item-info-in {
    bottom: -20%;
    padding: 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.2s;
    opacity: 0;

}

.item-box:hover .item-info-in {
    opacity: 1;
    bottom: 0;
}

.item-info-in ul li {
    display: inline-block;
}

.item-info-in ul li a {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
}

.item-info-in ul li a:hover {
    color: var(--color-primary);
}

.item-info-in ul,
.item-review {
    margin: auto;
    padding: 0;
    list-style: none;
}

.item-review li {
    display: inline-block;
    font-size: 15px;
}

.item-price del {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.4;
}

.item-price {
    font-family: open sans;
    font-size: 18px;
    font-weight: 600;
}

.item-info-in.center {
    bottom: auto;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.item-box:hover .item-info-in.center {
    top: 50%;
    bottom: auto;
}

.item-info-in.no-bg {
    background-color: rgba(0, 0, 0, 0);
}

.item-info-in.no-bg.tb a {
    color: #000;
}

.item-info-in.no-bg.tb a:hover {
    color: #000;
    opacity: 0.8;
}

/* Dir */
.item-info-in.left {
    width: auto;
    padding: 10px;
}

.item-info-in.left ul li {
    display: block;
}

.item-info-in.right {
    width: auto;
    padding: 10px;
    right: 0;
    left: auto;
}

.item-info-in.right ul li {
    display: block;
}

.item-info-in.top {
    width: auto;
    padding: 10px;
    top: -20%;
    left: 0;
    bottom: auto;
    height: auto;
}

.item-box:hover .item-info-in.top,
.item-img:hover .item-info-in.top,
.item-box:hover .item-info-in.top.right,
.item-img:hover .item-info-in.top.right {
    top: 0;
}

.item-img:hover .item-info-in.top,
.item-box:hover .item-info-in.top {
    bottom: auto;
}

.item-info-in.top.right ul li {
    display: block;
}

.item-info-in.top.right {
    width: auto;
    padding: 10px;
    top: -20%;
    right: 0;
    bottom: auto;
    left: auto;
}

.item-info-in.full {
    height: 100%;
}

.item-info-in.full ul li {
    display: block;
    width: 100%;
}

.item-info-in.full ul,
.item-info-in.full .center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* item add */
.item-add {
    outline: 8px solid rgba(255, 255, 255, 0.5);
    outline-offset: -20px;
    position: relative;
    overflow: hidden;
}

.add-box {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.add-box h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.add-box h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.item-add.add-style-2 {
    outline: 8px solid rgba(0, 0, 0, 0.1);
}

.item-add.add-style-2 img {
    opacity: 0.05;
}

.item-add.add-style-2 .add-box h2,
.item-add.add-style-2 .add-box h5 {
    text-shadow: none;
}

.item-add.add-style-3 {
    outline: none;
}

.item-add.add-style-3 h5,
.item-add.add-style-3 h2 {
    text-shadow: none;
}

.item-add.add-style-3 h2 {
    font-size: 30px;
    margin: 0;
}

.item-add.add-style-3 .add-box .add-box-in {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.item-add.add-style-3 .add-box .add-box-in.black {
    background-color: rgba(0, 0, 0, 0.8);
}

.item-add.add-style-3:hover .add-box-in {
    padding: 30px 40px;
}

/* Product Details Item */
.shop-item-rating {
    position: absolute;
    top: 0;
    right: 0;
}

.shop-item-rating span {
    display: block;
    text-align: right;
    margin-bottom: 10px;
}

.shop-item-tage span {
    font-size: 15px;
    font-weight: 600;
}

.shop-item-tage a {
    font-weight: 600;
    margin-left: 7px;
}

/* Hover Style  */
.outline-hv {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    outline: 10px solid rgba(255, 255, 255, 0.5);
}

.item-box:hover .outline-hv,
.outline-hv:hover {
    outline: 10px solid rgba(255, 255, 255, 0.5);
    outline-offset: -30px;
}

/* Product Item */
.product-item .dez-info {
    border-top: 1px solid #e9e9e9;
}

.product-item .dez-box {
    border: 1px solid #e9e9e9;
    position: relative;

}

.product-item .sale:after {
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #8f0000;
    bottom: -4px;
    content: "";
    position: absolute;
    right: 0;
}

.product-item .sale {
    position: absolute;
    right: -5px;
    top: 10px;
    z-index: 2;
}

.product-item .overlay-icon {
    bottom: 0px;
    top: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-item:hover .overlay-icon {
    bottom: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-item:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-item .overlay-icon a i {
    background-color: #efbb20;
    color: #fff;
}

.product-item:hover .dez-box,
.product-item:hover .dez-info {
    border-color: #d0d0d0;

}

.add-product .dez-info-has.bg-black {
    background-color: rgba(0, 0, 0, 0.4);
}

.add-product .dez-info-has {
    top: 0;
}

.add-product del {
    opacity: 0.6
}

.product-service .icon-bx-wraper {
    border: 0;
}

.product-item del {
    color: #b0b0b0;
    font-size: 18px;
    margin-top: 0;
    position: relative;
    top: -1px;
}

/* Item Widgets */
.item-widgets-box,
.item-widgets-body {
    overflow: hidden;
}

.item-widgets-box {
    margin-top: 15px;
}

.item-widgets-box:first-child {
    margin-top: 0;
}

.item-widgets-left {
    padding-right: 15px;
}

.item-widgets-left img {
    width: 80px;
}

.item-widgets-left,
.item-widgets-body,
.item-widgets-right {
    display: table-cell;
    vertical-align: middle;
}

.item-widgets-body .item-title,
.item-widgets-body .item-price del {
    font-size: 15px;
}

.ui-widget-header {
    background-color: var(--bs-primary);
}

/* product item size */
.product-item-size .btn {
    background-color: #f3f3f3;
    border: 0px solid #e0e0e0;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0 !important;
    text-align: center;
    width: 40px;
    margin-right: 4px;
    box-shadow: none !important;
}

.product-item-size .btn-check:checked + .btn {
    background: var(--bs-primary);
    color: #fff;
}

.product-item-size .btn:before,
.product-item-color .btn:before {
    content: none;
}

.product-item-size .btn.active {
    background-color: var(--bs-primary);
    box-shadow: none;
    color: #fff;
}

.product-item-size.size-sm .btn {
    font-size: 11px;
    height: 25px;
    line-height: 23px;
    width: 25px;
}

.product-item-size.size-lg .btn {
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    width: 50px;
}

.pzw-width-full {
    width: 100%;
}
.pzw-hidden {
    display: none;
}
.pzw-uppercase {
    text-transform: uppercase;
}
.site-button.pzw-border-white-1px {
    border: 1px solid white;
    background-color: transparent;
}
.site-button.pzw-border-white-1px:hover {
    background-color: #ea3865;
}

.pzw-table-background-basic-package {
    /*background-color: #fff;*/
}

.pzw-table-background-profi-package {
    /*background-color: #d5ffff;*/
}

.pzw-table-background-extra-package {
    /*background-color: #fff6f8;*/
}

.pzw-color-pink {
    color: #FC3D6A;
}

.pzw-background-size-cover {
    background-size: cover;
}

.pzw-menu-item-poptavka {
    padding-left: 1em !important;
}

.site-header.spa-header .navbar-nav > li.pzw-menu-item-poptavka > a {
    color: white !important;
}

.header-transparent.tb .header-nav .nav > li.pzw-menu-item-poptavka > a {
    color: white;
}

@media only screen and (max-width: 991px) {
    .site-header.spa-header .navbar-nav > li.pzw-menu-item-poptavka > a:hover {
        background-color: #FC3D6A !important;
    }
}
@media only screen and (min-width: 992px) {
    .site-header.spa-header .navbar-nav > li.pzw-menu-item-poptavka > a {
        border: 2px dotted #fff;
    }
    .site-header.spa-header .navbar-nav > li.pzw-menu-item-poptavka > a:hover {
        border: 2px solid #fff;
    }
    .site-header.spa-header .is-fixed .navbar-nav > li.pzw-menu-item-poptavka > a {
        border-color: #FC3D6A;
    }
}

.pzw-menu-item-poptavka a:hover {
    /*color: #FC3D6A !important;*/
}

.pzw-pink-info-box-outline {
    border: 1px solid #FC3D6A;
    padding: 24px;
    font-style: italic;
}
.pzw-form-input-error-message {
    margin-top: .5em;
    font-size: 15px;
    color: #FC3D6A;
    font-weight: 600;
    position: relative;
    top: 5px;
}

.sticky-header .header-nav.header-navigation-not-homepage .nav > li.pzw-menu-item-poptavka > a:hover {
    background-color: #FC3D6A;
}

.sticky-header.is-fixed .header-nav .nav > li.pzw-menu-item-poptavka > a:hover {
    background-color: #FC3D6A;
}

.header-nav .nav > li.pzw-menu-item-poptavka > a:active, .header-nav .nav > li.pzw-menu-item-poptavka > a:focus {
    background-color: #FC3D6A;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav > li.pzw-menu-item-poptavka {
        padding-top: 2em !important;
    }
}
.send-contact-form input,
.send-contact-form textarea {
    width: 100% !important;
}
.pzw-recaptcha-license-info {
    margin-bottom: 1.5em;
    font-size: 14px;
    line-height: 22px;
}
.grecaptcha-badge { visibility: hidden; }
