@media only screen and (min-width: 769px) {
	.mobile-sec {
		display: none !important;
	}
	.desktop-sec {
		display: block !important;
	}
}

.cart-icon {
    margin-left: 10px;
    background-color: #111;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
	.mobile-sec {
		display:block !important;
	}
	.desktop-sec {
		display:none !important;
	}
}

.reviews-carousel .item img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.reviews-section {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.reviews-title {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #505050;
}

.owl-stage {
	display: flex;
    align-items: center;
}

html.disable-scroll,
html.disable-scroll2,
html.disable-scroll3,
html.disable-scroll4 {
    overflow: hidden;
}

html {
    width: 100%;
    position: relative;
}

.mob-hide-to-load {
    opacity: 0;
}

.mob-hide-to-load.loaded {
    opacity: 1;
}

.clear {
    clear: both
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.m0-auto {
    margin: 0 auto !important;
}

.mt-30 {
    margin-top: 30px !important;
}


/* breadcrumbs */

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumbs {
    display: table;
    width: 100%;
    margin-bottom: 50px;
    clear: both;
}

.breadcrumbs .breadcrumb-item {
    display: inline;
    padding: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #505050;
    transition: all .3s ease;
}

.breadcrumbs .breadcrumb-item span {
    display: inline-block;
    margin: 0 8px;
    color: #505050!important;
}

.breadcrumbs a.breadcrumb-item:hover {
    color: #e8353d;
}


/* breadcrumbs end */

header {
    position: relative;
    padding-top: 100px;
}

.header-area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    padding: 45px 70px!important;
    transition: all .3s ease;
}

.header-area.scroll {
    background: #fff;
    padding: 20px 70px!important;
    background: #fff;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%);
}


/* lang switcher */

.otgs-development-site-front-end,
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none!important;
}

@media only screen and (min-width: 1280px) {
    .header-langs {
        position: absolute;
        width: 80px;
        height: 32px;
        right: 19px;
        top: 19px;
        overflow: hidden;
        z-index: 2;
    }
    .header-langs:hover {
        overflow: visible;
    }
    .header-langs .wpml-ls-statics-shortcode_actions {
        position: absolute;
        width: 80px;
        text-align: center;
        right: -21px;
        top: 3px;
        padding: 0;
        height: 32px;
    }
    .header-langs .wpml-ls-statics-shortcode_actions:hover {
        height: auto;
        overflow: visible;
    }
    .header-langs .wpml-ls-statics-shortcode_actions:after {
        position: absolute;
        right: 26px;
        top: 6px;
        width: 5px;
        height: 5px;
        line-height: 5px;
        font-size: 5px;
        border-radius: 50%;
        background-color: rgb(17, 17, 17);
        content: "";
        z-index: 9;
    }
    .main-menu.main-menu-color-change .header-langs .wpml-ls-statics-shortcode_actions:after {
        color: #231f20;
    }
    .header-langs .wpml-ls-statics-shortcode_actions .wpml-ls-display {
        display: none;
    }
    .header-langs .wpml-ls-statics-shortcode_actions ul {
        position: relative;
        padding-top: 25px;
        opacity: 1;
        right: 15px;
        z-index: 2;
        transition: all .3s ease;
    }
    .header-langs .wpml-ls-statics-shortcode_actions ul:hover {
        padding-top: 45px;
        opacity: 1;
    }
    .header-langs .wpml-ls-statics-shortcode_actions ul:after {
        content: "";
        position: absolute;
        width: 80px;
        height: 150px;
        box-shadow: 0 0 2px #d6d6d6;
        background: #fff;
        bottom: -6px;
        left: 5px;
        opacity: 0;
        border-radius: 8px;
        transition: all .3s ease;
        z-index: -1;
    }
    .header-langs .wpml-ls-statics-shortcode_actions ul:hover:after {
        opacity: 1;
    }
    .header-langs .wpml-ls-statics-shortcode_actions li {
        display: block;
        width: 100%;
    }
    .header-langs .wpml-ls-statics-shortcode_actions li a {
        padding: 0;
        font-size: 16px;
        font-weight: 400;
    }
    .header-langs .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language {
        position: absolute;
        top: 0;
        pointer-events: none;
    }
    .header-langs .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a {
        padding: 0;
        font-weight: 500;
        color: #626262;
    }
    .main-menu.main-menu-color-change .header-langs .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a,
    .main-menu.main-menu-color-change .header-langs .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a span {
        color: #626262;
    }
    .header-langs .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) {
        position: relative;
        width: 100%;
        margin-left: 4px;
        visibility: hidden;
        opacity: 0;
        padding-left: 0px;
        padding-top: 10px;
        background: none;
        transition: all 0.3s ease-in-out;
    }
    .header-langs .wpml-ls-statics-shortcode_actions:hover ul li:not(.wpml-ls-current-language) {
        visibility: visible;
        opacity: 1;
    }
    .header-langs .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) a {
        position: relative;
        padding: 0;
        line-height: 40px;
        height: 40px;
        transition: all 0.3s ease-in-out;
    }
    .header-langs .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) a span {
        color: #626262;
        transition: all .3s ease;
    }
    .header-langs .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language):hover a span {
        color: #e8353d;
    }
}


/* lang switcher end */

.our-mission-section .mission-tab-area .tab-navbar-area {
    width: auto;
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}

.our-mission-section .mission-tab-area .tab-navbar-area .nav-tabs {
    justify-content: start;
}

.our-mission-section .mission-tab-area .tab-content-area .tab-content {
    display: block;
}

.storiest-owl-carousel .carousel-img img {
    min-height: 300px;
    object-fit: contain;
}

.storiest-owl-carousel .owl-nav {
    position: absolute;
    height: 0;
    top: 50%;
    margin-top: -30px!important;
    width: 100%;
    left: 0;
}

.storiest-owl-carousel .owl-nav .owl-prev,
.storiest-owl-carousel .owl-nav .owl-next {
    position: absolute;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 60px!important;
    height: 60px!important;
    padding: 0!important;
    margin: 0!important;
    background: #fff!important;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%)!important;
    border-radius: 50%!important;
    font-size: 25px!important;
    color: #111!important;
}

.storiest-owl-carousel .owl-nav .owl-prev {
    top: 0;
    left: -70px;
}

.storiest-owl-carousel .owl-nav .owl-next {
    top: 0;
    right: -70px;
}

.storiest-owl-carousel .item {
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.storiest-owl-carousel .item>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
}

.storiest-owl-carousel .item .catousel-content {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45), rgba(0, 0, 0, 0.55));
}

.storiest-owl-carousel .item .catousel-content .main-btn-wrap {
    margin: 0;
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: 90%;
    left: 5%;
    opacity: 0;
    transition: all.3s ease;
}

.storiest-owl-carousel .item:hover .catousel-content .main-btn-wrap {
    opacity: 1;
}

.storiest-owl-carousel .item .catousel-content .main-btn-wrap a {
    width: 100%;
    text-align: center;
}

.storiest-owl-carousel .item .stories-text {
    position: absolute;
    bottom: 0;
    padding: 0 40px 20px 40px;
    opacity: 1;
    transition: all .3s ease;
}

.storiest-owl-carousel .item:hover .stories-text {
    opacity: 0;
}

.storiest-owl-carousel .item .catousel-content .date {
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    line-height: 35px;
}

.storiest-owl-carousel .item .catousel-content .text .heading-06 {
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.storiest-owl-carousel .item .catousel-content .hover-icon {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #FFFFFF;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    visibility: hidden;
    opacity: 0;
}

.storiest-owl-carousel .item .catousel-content .hover-icon .icon {
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.storiest-owl-carousel .item:hover .catousel-content .hover-icon {
    opacity: 1;
    visibility: visible;
}

.popup-fill,
.popup-fill2,
.popup-fill3,
.popup-fill4 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 100;
}


/* product popup */

.product-details-popup-wrapp {
    position: fixed;
    display: none;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px 0;
    overflow: auto;
    z-index: 101;
}

.product-details-popup-wrapp .product-details-popup {
    width: 100%;
    max-width: 940px;
}

.product-details-popup-wrapp .product-details-popup-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
}

@media only screen and (min-width: 767px) {
    .product-details-popup-wrapp .product-details-popup-inner.flex-height-center {
        align-items: center;
    }
}

.product-details-popup-close {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.product-details-popup-close img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-image {
    width: 45%;
    padding-right: 20px;
}

.product-details-popup-image-big-gallery .owl-dots {
    display: none;
}

.product-details-popup-image-big-gallery img {
    object-fit: contain;
    border: 1px solid #efefef;
    border-radius: 20px;
}

.center-carousel .owl-stage {
    margin: 0 auto;
}

.product-details-popup-image-small-gallery {
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-top: 10px;
}

.product-details-popup-image-small-gallery img {
    cursor: pointer;
    width: 60px!important;
    height: 60px;
    object-fit: contain;
    border: 2px solid #efefef;
    border-radius: 12px;
}

.product-details-popup-image-small-gallery .owl-item.current img {
    border: 2px solid #e8353d;
}

.product-details-popup-image-small-gallery .owl-nav {
    position: absolute;
    height: 0;
    margin-top: -14px!important;
    width: calc(100% - 60px);
    margin-left: 30px;
    top: 50%;
    left: 0;
}

.product-details-popup-image-small-gallery .owl-nav .owl-prev,
.product-details-popup-image-small-gallery .owl-nav .owl-next {
    position: absolute;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 30px!important;
    height: 30px!important;
    padding: 0!important;
    margin: 0!important;
    background: #fff!important;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%)!important;
    border-radius: 50%!important;
    font-size: 16px!important;
    color: #111!important;
}

.product-details-popup-image-small-gallery .owl-nav .owl-prev {
    top: 0;
    left: -40px;
}

.product-details-popup-image-small-gallery .owl-nav .owl-next {
    top: 0;
    right: -40px;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content {
    width: 55%;
    padding-left: 20px;
    overflow: auto;
    padding-right: 15px;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content::-webkit-scrollbar {
    width: 3px;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content::-webkit-scrollbar-thumb {
    background: #e8353d;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content::-webkit-scrollbar-track {
    background: #fff;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content .product-details-popup-content-title {
    position: relative;
    display: table;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #003367;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content .product-details-popup-content-title::before {
    content: "";
    clear: both;
    display: table;
    height: 3px;
    width: 50px;
    background-color: #e8353d;
    margin-bottom: 4px;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content .product-details-popup-content-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content .product-details-popup-content-text * {
    color: #505050;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content .product-details-popup-content-text ul,
.product-details-popup-wrapp .product-details-popup .product-details-popup-content .product-details-popup-content-text ol {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 26px;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content .product-details-popup-content-text ul li {
    list-style-type: disc;
}

.product-details-popup-wrapp .product-details-popup .product-details-popup-content .product-details-popup-content-text ol li {
    list-style-type: decimal;
}

.product-details-popup-content-powerfull {
    display: table;
    width: 100%;
    margin: 0 -5px;
    margin-top: 20px;
    clear: both;
}

.product-details-popup-content-powerfull-item {
    cursor: pointer;
    width: calc(33.33% - 10px);
    float: left;
    padding: 30px 15px;
    margin: 0 5px;
    margin-bottom: 10px;
    border: 4px solid #edf6ff;
    border-radius: 20px;
    text-align: center;
    transition: all .3s ease;
}

.product-details-popup-content-powerfull-item.hide-block {
    display: none;
}

.product-details-popup-content-powerfull-item.active,
.product-details-popup-content-powerfull-item:hover {
    border: 4px solid #e8353d;
}

.product-details-popup-content-powerfull-item.with-image {
    position: relative;
    margin-bottom: 45px;
    padding: 10px;
}

.product-details-popup-content-powerfull-item.with-image .product-details-popup-content-powerfull-item-val {
    position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
    left: 0;
}

.product-details-popup-content-powerfull-item .product-details-popup-content-powerfull-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #707070;
}

.product-details-popup-content-powerfull-item .product-details-popup-content-powerfull-item-val {
    margin-top: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #003367;
}

.product-details-popup-content-price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #707070;
}

.product-details-popup-content-price span {
    padding-left: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #003367;
}

.product-details-popup-content-order-btn {
    cursor: pointer;
    display: table;
    width: auto;
    min-width: 180px;
    padding: 16px 30px;
    margin-bottom: 20px;
    border-radius: 30px;
    background-color: #e8353d;
    border: 1px solid #e8353d;
    box-shadow: 0px 6px 20px -8px rgb(255 134 134 / 90%);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    transition: all .3s ease;
}

.product-details-popup-content-order-btn:hover {
    background: #fff;
    color: #e8353d;
}

.product-details-popup-content-characteristics {
    position: relative;
    display: table;
    width: 100%;
    padding: 20px;
    background: rgba(225, 244, 255, 0.8);
    background: linear-gradient(to right, rgba(226, 241, 255, 0.4), rgba(225, 244, 255, 0.8));
    border-radius: 20px;
    clear: both;
}

.product-details-popup-content-characteristics.disable {
    display: none;
}

.product-details-popup-content-characteristics .product-details-popup-content-characteristics-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 12px;
    color: #003367;
}

.product-details-popup-content-characteristics .product-details-popup-content-characteristics-item {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(133, 150, 167, 0.3);
}

.product-details-popup-content-characteristics .product-details-popup-content-characteristics-item-title {
    width: 50%;
    float: left;
    padding: 20px 0;
    padding-right: 20px;
    border-right: 1px solid rgba(133, 150, 167, 0.3);
    font-style: normal;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 500;
    color: #8596A7;
}

.product-details-popup-content-characteristics .product-details-popup-content-characteristics-item-val {
    width: 50%;
    float: left;
    padding: 20px 0;
    padding-left: 20px;
    margin-left: -1px;
    border-left: 1px solid rgba(133, 150, 167, 0.3);
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #8596A7;
}

.product-details-popup-content-characteristics .product-details-popup-content-characteristics-item.last {
    border-bottom: none;
}


/* product popup end */

/* Nikita edit  */
.single-product-image-gallery {
        margin-bottom: 20px;
    }
/* ----- */


/* product purchase popup end */

.product-details-purchase-popup-wrapp {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px 0;
    overflow: auto;
    z-index: 102;
}

@media only screen and (max-height: 450px) {
    .product-details-purchase-popup-wrapp {
        align-items: start;
    }
}

.product-details-purchase-popup-wrapp .product-details-purchase-popup {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.product-details-purchase-popup-wrapp .product-details-purchase-popup .product-details-purchase-popup-inner {
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
}

.product-details-purchase-popup-wrapp .product-details-purchase-popup-close {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.product-details-purchase-popup-wrapp .product-details-purchase-popup-close img,
.product-details-purchase-popup-wrapp .product-details-purchase-popup-close svg {
    display: block;
    width: 100%;
    height: 100%;
}

.product-details-purchase-popup-wrapp .product-details-purchase-popup-title {
    position: relative;
    display: table;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #003367;
}

@media only screen and (max-width: 767px) {
    .product-details-purchase-popup-wrapp .product-details-purchase-popup-title {
        font-size: 28px;
        line-height: 1.2;
    }
}

.product-details-purchase-popup-wrapp .product-details-purchase-popup-title::before {
    content: "";
    clear: both;
    display: table;
    height: 3px;
    width: 50px;
    background-color: #e8353d;
    margin: 0 auto 4px;
}

.product-details-purchase-popup-wrapp .submit-btn {
    position: relative;
    display: table;
    width: auto;
    margin: 0 auto;
}

.product-details-purchase-popup-wrapp .submit-btn input {
    cursor: pointer;
    display: table;
    width: auto;
    background-color: #e8353d;
    border: 1px solid #e8353d;
    box-shadow: 0px 6px 20px -8px rgb(255, 134, 134, .9);
    line-height: 18px;
    border-radius: 40px;
    font-weight: 400;
    padding: 15px 20px;
    color: #fff;
    transition: all .3s ease;
}

.product-details-purchase-popup-wrapp .submit-btn input:hover {
    background: #fff;
    color: #e8353d;
}


/* product purchase popup end */


/* basic form styles */

.wpcf7 .invalid .wpcf7-response-output,
.wpcf7 .unaccepted .wpcf7-response-output {
    display: none!important;
}

.wpcf7-form-control-wrap.page-title,
.wpcf7-form-control-wrap.page-url,
.wpcf7-form-control-wrap.product-title,
.wpcf7-form-control-wrap.product-price,
.wpcf7-form-control-wrap.product-powerfull,
.wpcf7-form-control-wrap.product-date {
    display: none!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 20px!important;
    background: #21b66e;
    border-color: #21b66e;
    text-align: center;
    color: #fff;
}

.feedback-popup .wpcf7 form.sent .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.wpcf7 br {
    display: none;
}

.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: table;
    width: 100%;
}

.wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    background-color: #DEE5E9!important;
    font-size: 16px;
    padding: 0px 30px;
    color: #495057;
    background-color: transparent;
    border-radius: 24px !important;
    box-shadow: none!important;
}

.cta-area .wpcf7 .wpcf7-form-control-wrap input {
    margin-bottom: 0px;
}

.wpcf7 textarea {
    height: 200px;
    resize: vertical;
    margin-bottom: 15px;
    height: 80px;
    border: 1px solid #ebebeb;
    font-size: 16px;
    padding: 25px 30px;
    color: #6d6d6d;
    background-color: transparent;
}

.wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -5px;
    left: 15px;
    font-size: 12px;
}

.pink-contact-area .wpcf7 .wpcf7-not-valid-tip {
    left: 30px;
}

.wpcf7-spinner {
    width: 100%!important;
    position: absolute!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    height: 100%!important;
    top: -5px!important;
    right: 0!important;
    margin: 0!important;
    background: #fff!important;
    border-radius: 40px!important;
    opacity: 1!important;
    font-size: 12px!important;
    color: #000!important;
    text-align: center!important;
    z-index: 2!important;
}

.wpcf7 .wpcf7-spinner::before {
    display: none!important;
}

.wpcf7-spinner .wpcf7-spinner-icon {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    top: 6px;
    left: -6px;
    transform: scale(.5);
    transform-origin: top;
    float: left;
}

.wpcf7-spinner .wpcf7-spinner-icon div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: wpcf7-spinner-icon 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.wpcf7-spinner .wpcf7-spinner-icon div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes wpcf7-spinner-icon {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


/* basic form styles end */


/* education slider */

.carousel-inner {
    overflow: visible;
}

.education-slider .owl-nav {
    position: absolute;
    height: 0;
    top: 50%;
    margin-top: -30px!important;
    width: 100%;
    left: 0;
}

.education-slider .owl-nav .owl-prev,
.education-slider .owl-nav .owl-next {
    position: absolute;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 60px!important;
    height: 60px!important;
    padding: 0!important;
    margin: 0!important;
    background: #fff!important;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%)!important;
    border-radius: 50%!important;
    font-size: 25px!important;
    color: #111!important;
}

.education-slider .owl-nav .owl-prev {
    top: 0;
    left: -15px;
}

.education-slider .owl-nav .owl-next {
    top: 0;
    right: -15px;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img {
    cursor: pointer;
}

.our-doctor .carousel-inner .carousel-item .doctor-slider-img .play-area {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
    padding: 0;
    z-index: 20;
}


/* education slider end */


/* testimonials */

.testimonial-gallery-item {
    cursor: pointer;
}


/* testimonials end */


/* contact section */

.contact-section-map-col {
    padding-right: 120px;
}

.contact-section-map-col iframe {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}

.contact-section .form-area {
    width: 55%;
}

.side-form-icons a {
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 10px 0;
}

.side-form-icons a i {
    transition: all .3s ease;
    color: #626262;
}

.side-form-icons a img,
.side-form-icons a svg {
    width: 16px;
    height: 16px;
    fill: #626262;
    transition: all .3s ease;
}

.side-form-icons a:hover i {
    color: #e8353d;
}

.side-form-icons a:hover svg {
    fill: #e8353d;
}


/* contact section end */


/* feedback section */

.feedback-popup-wrapp,
.feedback-education-popup-wrapp {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 50px 0;
    overflow: auto;
    z-index: 102;
}

@media only screen and (max-height: 650px) {
    .feedback-popup-wrapp,
    .feedback-education-popup-wrapp {
        align-items: start;
    }
}

.feedback-popup-wrapp .feedback-popup,
.feedback-education-popup-wrapp .feedback-popup {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.feedback-popup-wrapp .feedback-popup .feedback-popup-inner,
.feedback-education-popup-wrapp .feedback-popup .feedback-popup-inner {
    display: table;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    background: #ffffff;
}

.feedback-popup-wrapp .feedback-popup-close,
.feedback-education-popup-wrapp .feedback-popup-close {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    top: -20px;
    right: -20px;
}

@media only screen and (max-width: 767px) {
    .feedback-popup-wrapp .feedback-popup-close,
    .feedback-education-popup-wrapp .feedback-popup-close {
        right: 0;
    }
}

.feedback-popup-wrapp .feedback-popup-close img,
.feedback-popup-wrapp .feedback-popup-close svg,
.feedback-education-popup-wrapp .feedback-popup-close img,
.feedback-education-popup-wrapp .feedback-popup-close svg {
    display: block;
    width: 100%;
    height: 100%;
}

.feedback-popup-wrapp .feedback-popup-close svg path,
.feedback-education-popup-wrapp .feedback-popup-close svg path {
    stroke: #fff;
}

.feedback-popup-wrapp .feedback-popup-title,
.feedback-education-popup-wrapp .feedback-popup-title {
    position: relative;
    display: table;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #003367;
}

.feedback-popup-wrapp .feedback-popup-title::before,
.feedback-education-popup-wrapp .feedback-popup-title::before {
    content: "";
    clear: both;
    display: table;
    height: 3px;
    width: 50px;
    background-color: #e8353d;
    margin: 0 auto 4px;
}

@media only screen and (max-width: 767px) {
    .feedback-popup-wrapp .feedback-popup-title,
    .feedback-education-popup-wrapp .feedback-popup-title {
        font-size: 28px;
        line-height: 1.2;
    }
}

.feedback-popup-wrapp .submit-btn,
.feedback-education-popup-wrapp .submit-btn {
    position: relative;
    display: table;
    width: auto;
    margin: 0 auto;
}

.feedback-popup-wrapp .submit-btn input,
.feedback-education-popup-wrapp .submit-btn input {
    cursor: pointer;
    display: table;
    width: auto;
    background-color: #e8353d;
    border: 1px solid #e8353d;
    box-shadow: 0px 6px 20px -8px rgb(255, 134, 134, .9);
    line-height: 18px;
    border-radius: 40px;
    font-weight: 400;
    padding: 15px 20px;
    color: #fff;
    transition: all .3s ease;
}

.feedback-popup-wrapp .submit-btn input:hover,
.feedback-education-popup-wrapp .submit-btn input:hover {
    background: #fff;
    color: #e8353d;
}

.feedback-popup-form {
    width: 100%;
    float: left;
    padding-left: 0px;
}

.product-details-purchase-popup-content {
    margin-bottom: 20px;
    text-align: center;
}

.product-details-purchase-popup-content>div {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #707070;
}


/* feedback section end */

.contact-section>.container-fluid {
    padding: 0;
    overflow: hidden;
}

.contact-section .form .submit-btn {
    position: relative;
    display: table;
    width: auto;
}

.contact-section .form-group {
    margin-bottom: 0 !important;
}

.contact-section .form .submit-btn input {
    cursor: pointer;
    display: table;
    width: auto;
    background-color: #e8353d;
    border: 1px solid #e8353d;
    box-shadow: 0px 6px 20px -8px rgb(255, 134, 134, .9);
    line-height: 18px;
    border-radius: 40px;
    font-weight: 400;
    padding: 15px 20px;
    color: #fff;
    transition: all .3s ease;
}

.contact-section .form .submit-btn input:hover {
    background: #fff;
    color: #e8353d;
}

.contact-section-socials {
    /* display: table; */
    display: flex;
    align-items: center;
    clear: both;
    width: 100%;
}

.contact-section-socials>span {
    display: block;
    float: left;
    width: 150px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #585858;
}

.contact-section-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    height: 30px;
    margin-right: 20px;
    color: #707070;
    border-radius: 50%;
    transition: all .3s ease;
}

.contact-section-socials a:hover {
    color: #e8353d;
}

.contact-section-socials a img,
.contact-section-socials a svg {
    width: 16px;
    fill: #707070;
    transition: all .3s ease;
}

.contact-section-socials a svg * {
    transition: all .3s ease;
}

.contact-section-socials a:hover svg * {
    fill: #e8353d;
}

.testimonial-section.style-02 .testimonials-carousel .slick-track {
    align-items: center;
}

.footer-area .copyright-area-inner {
    font-size: 14px;
    text-align: left;
}

.footer-area .copyright-gorilla {
    font-size: 14px;
    text-align: right;
    color: #838282;
}

@font-face {
    font-family: Gorilla;
    font-display: swap;
    src: url(../fonts/GorillaFont.ttf);
}

.copyright-gorilla a {
    font-family: Gorilla;
    transition: all .3s ease;
    color: #838282;
    opacity: 1;
    text-decoration: none!important;
}

.copyright-gorilla a:hover {
    color: #e8353d;
}

.form-bottom .wpcf7-not-valid-tip {
    bottom: 0px;
    left: 20px;
}

.home-slider-wrapper .slider-img {
    position: relative;
}

@media only screen and (min-width: 767px) {
    .home-slider-wrapper .slider-img:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(111.98deg, #FFFFFF 12.5%, rgba(255, 255, 255, 0) 51.56%);
        z-index: 2;
    }
}


/* Rebuild testimonials */

.testimonial-section {
    height: auto!important;
    clear: both;
}

.testimonial-section .row {
    display: block;
}

@media only screen and (min-width: 991px) {
    .testimonial-images-slider {
        transform: rotate(180deg);
    }
    .testimonial-images-slider .testimonial-images-slider-item {
        transform: rotate(180deg);
    }
}

.testimonial-images-slider-wrapp {
    max-width: 100%;
    width: 50%;
    float: left;
}

.testimonial-images-slider-count {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    color: #838282;
}

.testimonial-images-slider .testimonial-images-slider-item {
    position: relative;
    width: 350px;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
	border:1px solid black;
}

.testimonial-images-slider .testimonial-images-slider-item img,
.testimonial-images-slider .testimonial-images-slider-item iframe {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-images-slider .testimonial-images-slider-item .play-area {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin-top: -37px;
    margin-left: -37px;
}

.testimonial-images-content-wrapp {
    max-width: 400px;
    width: 45%;
    margin-left: 5%;
    float: left;
    padding-right: 15px;
}

@media only screen and (min-width: 991px) {
    .testimonial-images-content-wrapp {
        padding-top: 50px;
    }
}

.testimonial-images-content-wrapp .heading-4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

.testimonial-images-content-wrapp .heading-6 {
    font-size: 16px;
    line-height: 26px;
    color: #8596A7;
    font-weight: 600;
}

.testimonial-images-slider-nav {
    position: relative;
    width: 100%;
    left: 0;
    clear: both;
}

.testimonial-images-slider-nav .testimonial-images-slider-nav-prev,
.testimonial-images-slider-nav .testimonial-images-slider-nav-next {
    cursor: pointer;
    position: relative;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    float: left;
    width: 60px!important;
    height: 60px!important;
    padding: 0!important;
    margin: 0!important;
    margin-right: 20px !important;
    background: #fff!important;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%)!important;
    border-radius: 50%!important;
    font-size: 25px!important;
    color: #111!important;
}

@media only screen and (max-width: 991px) {
    .testimonial-images-slider-wrapp {
        width: 100%;
        float: none;
    }
    .testimonial-images-slider {
        padding-bottom: 100px !important;
    }
    .testimonial-images-content-wrapp {
        display: table;
        width: 100%;
        max-width: 100%;
        float: none;
        margin-left: 0;
        padding: 15px !important;
    }
    .testimonial-images-slider-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .testimonial-images-slider-nav .testimonial-images-slider-nav-prev,
    .testimonial-images-slider-nav .testimonial-images-slider-nav-next {
        margin: 0 10px!important;
    }
}


/* Rebuild testimonials end */


/* form page  */

.form-page-section {
    padding: 120px 0;
}

.form-page-section .row {
    display: flex;
    align-items: center;
}

.form-page-section .form-page-img {
    border-radius: 40px;
}

.form-page-img-mob-col {
    display: none;
}

.form-page-form-content .form-page-form-content-title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 49px;
    text-align: center;
    color: #000000;
}

.form-page-form-content .form-page-form-content-subtitle {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

.form-page-form-content .form-page-form .form-group {
    margin: 0;
}

.form-page-form-content .form-page-form .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -2px;
    left: 30px;
    font-size: 12px;
}

.form-page-form-content .form-page-form .submit-btn {
    position: relative;
    display: table;
    width: auto;
    margin: 0 auto;
    margin-top: 5px;
}

.form-page-form-content .form-page-form .submit-btn input {
    cursor: pointer;
    width: 230px;
    background-color: #e8353d;
    border: 1px solid #e8353d;
    box-shadow: 0px 6px 20px -8px rgb(255, 134, 134, .9);
    line-height: 18px;
    border-radius: 40px;
    font-weight: 400;
    padding: 21px 20px;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
}

.form-page-form-content .form-page-form .submit-btn input:hover {
    background: #fff;
    color: #e8353d;
}

@media only screen and (min-width: 991px) {
    .form-page-section .form-page-img {
        padding-right: 10px;
    }
    .form-page-form-content {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .form-page-section {
        padding: 60px 0;
        padding-top: 0;
    }
    .form-page-img-col {
        display: none;
    }
    .form-page-img-mob-col {
        display: block;
        margin-top: 40px;
    }
    .form-page-section .form-page-img {
        border-radius: 20px;
    }
}


/* form page end */


/* sticky footer */

.fixed-footer {
    position: absolute;
    display: table;
    width: 100%;
    left: 0;
    bottom: 0;
}


/* sticky footer end */


/* responsive */

@media only screen and (min-width: 991px) {
    .navbar-toggler {
        top: 5px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1280px) {
    .navbar-toggler {
        display: block!important;
        left: 100%;
        transform: translateX(45%);
    }
    .header-langs {
        padding-bottom: 15px;
        left: 2px !important;
    }
    .wpml-ls-current-language a span {
        color: #e8353d;
    }
    header .search-area {
        width: 100%;
        display: block;
        margin-left: 20px;
    }
    header .navbar-expand-lg .navbar-collapse:not(.show) {
        display: none!important;
    }
    header .navbar-expand-lg .navbar-collapse {
        position: absolute;
        display: block!important;
        width: 100vw;
        height: calc(100vh - 75px);
        top: 75px;
        left: 0;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
        box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
        overflow: auto;
        transition: all .3s ease;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        background-color: #FFFFFF;
        box-shadow: none;
    }
}

@media only screen and (max-width: 768px) {
    header .header-area,
    .header-area.scroll {
        padding: 15px !important;
    }
    header .header-area .navbar-area {
        position: absolute;
        left: auto;
        right: 0;
        top: 64px;
    }
    .navbar-area .nav-container .navbar-collapse {
        display: none;
        width: 100vw;
        height: 100vh;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
        box-shadow: 0px 3px 10px rgb(0 0 0 / 16%);
        transition: all .0s ease;
    }
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        box-shadow: none;
    }
    .storiest-owl-carousel .owl-nav {
        margin-top: -20px !important;
    }
    .storiest-owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .storiest-owl-carousel .owl-nav .owl-next {
        right: 0;
    }
    .product-details-popup-wrapp {
        padding: 0;
    }
    .product-details-popup-wrapp .product-details-popup {
        height: auto;
        max-height: none;
        overflow: auto;
        background: #fff;
    }
    .product-details-popup-wrapp .product-details-popup-inner {
        display: block;
        border-radius: 0;
        padding: 30px;
    }
    .product-details-popup-close {
        top: 13px;
        right: 13px;
    }
    .product-details-popup-wrapp .product-details-popup .product-details-popup-image {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .product-details-popup-wrapp .product-details-popup .product-details-popup-content {
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
    }
    .product-details-popup-content-powerfull-item {
        padding: 20px 10px;
    }
    .product-details-popup-content-powerfull-item .product-details-popup-content-powerfull-item-val {
        font-size: 12px;
    }
    .mission-tab-area .tab-navbar-area {
        display: block!important;
        max-width: 100vw!important;
        overflow: hidden!important;
        overflow-x: auto!important;
    }
    .education-slider .owl-nav {
        margin-top: -20px !important;
    }
    .education-slider .owl-nav .owl-prev {
        left: 0;
    }
    .education-slider .owl-nav .owl-next {
        right: 0;
    }
    .service-item {
        width: 300px;
        margin: 0 auto;
        margin-top: 0!important;
        margin-bottom: 30px;
        float: none;
    }
    .service-item:last-child {
        margin-bottom: 0;
    }
    .contact-section-map-col {
        width: 100%;
        padding: 0;
        border-radius: 0;
    }
    .contact-section-map-col iframe {
        border-radius: 0;
    }
    .contact-section .form-area {
        width: 100%;
        padding: 0 15px;
    }
    .home-slider .home-slider-wrapper .slider-items {
        display: table!important;
    }
    .home-slider .home-slider-wrapper .slider-items .slider-content-area {
        width: 100%;
        display: table;
        height: auto;
    }
    .home-slider .home-slider-wrapper .slider-items .slider-content-area .slider-content {
        position: relative;
        top: 0;
        margin-bottom: 30px;
        transform: none!important;
    }
    .home-slider .home-slider-wrapper .slider-items .slider-img {
        width: 100%;
    }
    .side-form-icons {
        display: block;
        transform: none;
        left: auto;
        bottom: 55px;
        right: 32px;
    }
    .our-mission-section .mission-tab-area {
        overflow: auto;
    }
    .our-mission-section .mission-tab-area .tab-navbar-area .nav-tabs {
        display: block;
    }
    .our-mission-section .mission-tab-area .tab-navbar-area .nav-tabs .nav-item {
        display: inline-block;
    }
    .our-mission-section .mission-tab-area .tab-navbar-area .nav-tabs .nav-item .nav-link {
        font-size: 14px;
    }
    .education-slider {
        margin-bottom: 20px;
    }
    .testimonial-section,
    .testimonial-section .testimonials-carousel {
        height: auto!important;
    }
    .testimonial-section .testimonials-carousel .testimonial-arrow {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
        width: calc(100%)!important;
    }
    .testimonial-section .testimonials-carousel .testimonial-carousel-img .carousel-items {
        width: calc(100% - 30px)!important;
        margin-left: 15px!important;
    }
    .testimonial-section .testimonials-carousel .main-btn-wrap {
        margin-bottom: 0 !important;
    }
    .testimonial-images-slider {
        padding-top: 25px !important;
    }
    .testimonial-images-slider .owl-item {
        height: 320px;
    }
    .testimonial-images-slider .testimonial-images-slider-item,
    .testimonial-images-slider .testimonial-images-slider-item img,
    .testimonial-images-slider .testimonial-images-slider-item iframe {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .testimonial-images-slider .testimonial-images-slider-item iframe {
        max-width: 320px;
        margin: 0 auto;
    }
    .testimonial-images-slider-nav {
        display: none;
    }
    .testimonial-images-slider .owl-nav {
        position: relative;
        display: table;
        width: auto;
        margin: 0 auto;
        margin-top: 30px!important;
        left: 0;
        clear: both;
    }
    .testimonial-images-slider .owl-nav .owl-prev,
    .testimonial-images-slider .owl-nav .owl-next {
        cursor: pointer;
        position: relative;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        float: left;
        width: 60px!important;
        height: 60px!important;
        padding: 0!important;
        margin: 0 10px!important;
        background: #fff!important;
        box-shadow: 0 0 5px rgb(0 0 0 / 30%)!important;
        border-radius: 50%!important;
        font-size: 25px!important;
        color: #111!important;
    }
    .education-slider .owl-nav .owl-prev,
    .education-slider .owl-nav .owl-next,
    .storiest-owl-carousel .owl-nav .owl-prev,
    .storiest-owl-carousel .owl-nav .owl-next {
        width: 40px!important;
        height: 40px!important;
        font-size: 20px!important;
    }
    .education-slider .owl-nav .owl-prev {
        left: 15px;
    }
    .education-slider .owl-nav .owl-next {
        right: 15px;
    }
    .search-area {
        margin-top: 10px!important;
        margin-bottom: 10px!important;
        display: block!important;
        position: relative!important;
        top: auto!important;
        right: auto!important;
        left: 20px!important;
    }
    .feedback-popup-wrapp .feedback-popup .feedback-popup-inner,
    .feedback-education-popup-wrapp .feedback-popup .feedback-popup-inner {
        width: calc(100% - 30px);
        padding: 20px;
        margin: 0 auto;
    }
    .feedback-popup-wrapp .feedback-popup-close,
    .feedback-education-popup-wrapp .feedback-popup-close {
        right: 15px;
        top: -30px;
    }
    .footer-area .copyright-area-inner,
    .footer-area .copyright-gorilla {
        text-align: center;
    }
    .footer-area .copyright-gorilla {
        margin-top: 10px;
    }
}

.side-form-icons {
    display: block!important;
    bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.side-form-icons.scroll {
    bottom: 135px;
}

.side-form-icons.active {
    bottom: 85px;
    opacity: 1;
    visibility: visible;
}

.side-form-icons.scroll.active {
    bottom: 140px;
}

.support-lists-btn {
    cursor: pointer;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    background-color: #e8353d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    z-index: 9812;
    transition: all .3s ease;
}

.support-lists-btn:hover {
    background-color: #262626;
}

.support-lists-btn.scroll {
    bottom: 90px;
}

.support-lists-btn .support-lists-btn-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #262626;
    font-size: 22px;
    color: #fff;
    opacity: 0;
    z-index: 10;
    transition: all .3s ease;
}

.support-lists-btn.active {
    background-color: #262626;
}

.support-lists-btn.active .support-lists-btn-close {
    opacity: 1;
}

@media only screen and (max-width:767px) {
    .side-form-icons {
        right: 20px!important;
        bottom: 35px;
    }
    .side-form-icons.active {
        bottom: 55px;
    }
    .support-lists-btn {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 20px;
        background-size: 15px;
    }
    .support-lists-btn.scroll {
        bottom: 80px;
    }
    .side-form-icons.active {
        bottom: 60px;
    }
    .side-form-icons.scroll.active {
        bottom: 120px;
    }
    .back-to-top {
        right: 16px;
    }
    section#products {
        padding-top: 50px!important;
    }
}


/* products grid */

@media only screen and (min-width:992px) {
    .catalog-page-section .catalog-sidebar .catalog-list {
        padding-right: 20px;
    }
}

.catalog-page-section .catalog-sidebar .aside-item-title {
    position: relative;
    /* margin-bottom: 35px; */
    /* padding-left: 45px; */
    font-size: 18px;
}

.catalog-page-section .catalog-sidebar .aside-item-title.mob-cat-menu-title {
    display: none;
}


/* .catalog-page-section .catalog-sidebar .aside-item-title::after,
.catalog-page-section .catalog-sidebar .aside-item-title::before {
    position: absolute;
    content: "";
    background-color: #e8353d;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.catalog-page-section .catalog-sidebar .aside-item-title::before {
    width: 18px;
    height: 4px;
    border-radius: 25px;
}

.catalog-page-section .catalog-sidebar .aside-item-title::after {
    width: 4px;
    height: 4px;
    left: 22px;
    border-radius: 100%;
} */

.catalog-list ul {
    padding: 0;
    margin: 0;
}

.catalog-list ul li a {
    /* display: block;
    padding: 20px 10px 20px 30px;
    background-color: #f2f6f7;
    font-size: 14px;
    font-weight: 700;
    color: #626262;
    transition: all .3s ease; */
    position: relative;
    display: table;
    color: #626262;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 24px;
    font-weight: 500;
    padding: 10px 0px;
    border: none;
}


/* .catalog-list ul li.current-menu-item a,
.catalog-list ul li:hover a {
    background-color: #e8353d;
    color: #fff;
} */

.catalog-list ul li a:after {
    content: "";
    opacity: 0;
    transition: all .3s ease;
}

.catalog-list ul li.current-menu-item a:after,
.catalog-list ul li:hover a:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #e8353d;
    content: '';
    visibility: visible;
    opacity: 1;
}


/* .catalog-list ul li:not(:last-child) {
    margin-bottom: 10px;
} */

@media only screen and (max-width:767px) {
    .catalog-page-section .catalog-sidebar {
        margin-bottom: 40px;
    }
    .catalog-page-section .catalog-sidebar .aside-item-title.mob-cat-menu-title {
        position: relative;
        display: table;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 12px 20px;
        padding-right: 30px;
        color: #495057;
        background-color: #DEE5E9!important;
        border-radius: 40px;
        transition: all .3s ease;
    }
    .catalog-page-section .catalog-sidebar .aside-item-title.mob-cat-menu-title::after {
        position: absolute;
        content: "";
        top: 22px;
        right: 18px;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-color: #626262 transparent transparent transparent;
        transition: all .3s ease;
    }
    .catalog-page-section .catalog-sidebar .aside-item-title.mob-cat-menu-title.active::after {
        top: 15px;
        transform: rotate(180deg);
    }
    /* .catalog-page-section .catalog-sidebar .aside-item-title.mob-cat-menu-title:hover {
        background-color: #e8353d;
        border: 1px solid #e8353d;
        color: #fff;
    } */
    .catalog-page-section .catalog-sidebar .catalog-list {
        display: none;
        margin-top: 3px;
        margin-bottom: 20px;
        background-color: #dee5e9;
        border-radius: 24px;
        box-shadow: 0 0 4px;
    }
    .catalog-page-section .catalog-sidebar .catalog-list li {
        padding: 17px 30px;
    }
    .catalog-page-section .catalog-sidebar .catalog-list li a {
        padding: 0;
    }
    .catalog-list ul li.current-menu-item a:after,
    .catalog-list ul li:hover a:after {
        bottom: -10px;
    }
    .single-product-image-gallery {
        margin-bottom: 30px;
    }
    .product-details-purchase-popup-wrapp .product-details-purchase-popup {
        width: calc(100% - 30px);
    }
    .product-details-purchase-popup-wrapp .product-details-purchase-popup .product-details-purchase-popup-inner {
        padding: 20px;
    }
    .product-details-purchase-popup-wrapp .product-details-purchase-popup-title {
        margin-bottom: 20px;
    }
}

.products-grid .product-grid-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.products-grid .product-grid-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.45), rgba(0, 0, 0, 0.55));
}

.products-grid .product-grid-item .product-grid-item-title {
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #FFFFFF;
    z-index: 2;
}

.products-grid .product-grid-item .product-grid-item-btn {
    position: absolute;
    display: table;
    width: 90%;
    left: 5%;
    bottom: 20px;
    margin-top: 10px;
    padding: 15px 20px;
    background-color: #e8353d;
    border: 1px solid #e8353d;
    box-shadow: 0px 6px 20px -8px rgb(255 134 134 / 90%);
    opacity: 0;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    border-radius: 40px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    transition: all 0.3s ease-in;
    z-index: 2;
}

.products-grid .product-grid-item:hover .product-grid-item-btn {
    opacity: 1;
}

.products-grid .product-grid-item .product-grid-item-btn:hover {
    background: #fff;
    color: #e8353d;
}

.products-grid .product-grid-item img {
    display: block;
    width: 100%;
    min-height: 192px;
    object-fit: contain;
}

.products-grid-footer {
    width: 100%;
}

@media only screen and (max-width:767px) {
    .products-grid.row {
        margin-right: -8px;
        margin-left: -8px;
    }
    .products-grid.row>div {
        padding-left: 8px;
        padding-right: 8px;
    }
    .products-grid.row>div .product-grid-item {
        margin-bottom: 16px;
    }
    .products-grid .product-grid-item:hover .product-grid-item-btn {
        display: none;
    }
}

.pagination-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrapp>* {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0 5px;
    background-color: #fff;
    border: 2px solid #ededed;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    color: #2C2D43;
    transition: all .3s ease;
}

.pagination-wrapp>*.current,
.pagination-wrapp>*:hover {
    display: inline-block;
    height: 50px;
    width: 50px;
    margin: 0 5px;
    background-color: #EE253D;
    border: 2px solid #EE253D;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
}


/* products grid end */


/* single product */

.single-product-image {
    width: 100%;
    padding-right: 20px;
}

.single-product-image-big-gallery .owl-dots {
    display: none;
}

.single-product-image-big-gallery img {
    object-fit: contain;
    border: 1px solid #efefef;
    border-radius: 20px;
}

.single-product-image-small-gallery {
    width: calc(100% - 86px)!important;
    margin: 0 auto;
    margin-top: 10px;
}

.single-product-image-small-gallery img {
    cursor: pointer;
    width: 100%!important;
	
/* 	height:106px!important; */
	
    /* height: 100%; */
    /* margin: 0 auto; */
    object-fit: contain;
    border: 2px solid #efefef;
    border-radius: 12px;
}
@media only screen and (max-width:767px) {
	.single-product-image-small-gallery img {
		height:53px!important;
	}
}

.single-product-image-small-gallery .owl-item.current img {
    border: 2px solid #e8353d;
}

.single-product-image-small-gallery .owl-nav {
    position: absolute;
    height: 0;
    margin-top: -14px!important;
    width: calc(100% - 60px);
    margin-left: 30px;
    top: 50%;
    left: 0;
}

.single-product-image-small-gallery .owl-nav .owl-prev,
.single-product-image-small-gallery .owl-nav .owl-next {
    position: absolute;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    width: 30px!important;
    height: 30px!important;
    padding: 0!important;
    margin: 0!important;
    background: #fff!important;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%)!important;
    border-radius: 50%!important;
    font-size: 16px!important;
    color: #111!important;
}

.single-product-image-small-gallery .owl-nav .owl-prev {
    top: 0;
    left: -72px;
}

.single-product-image-small-gallery .owl-nav .owl-next {
    top: 0;
    right: -72px;
}

.single-product-content {
    width: 100%;
    overflow: auto;
    padding: 0;
}

.single-product-content::-webkit-scrollbar {
    width: 3px;
}

.single-product-content::-webkit-scrollbar-thumb {
    background: #e8353d;
}

.single-product-content::-webkit-scrollbar-track {
    background: #fff;
}

.single-product-content .product-details-popup-content-title {
    position: relative;
    display: table;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #003367;
}

.single-product-content .product-details-popup-content-title::before {
    content: "";
    clear: both;
    display: table;
    height: 3px;
    width: 50px;
    background-color: #e8353d;
    margin-bottom: 4px;
}

.single-product-content .product-details-popup-content-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.single-product-content .single-product-content-text * {
    color: #505050;
}

.single-product-content .single-product-content-text ul,
.single-product-content .single-product-content-text ol {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 26px;
}

.single-product-content .single-product-content-text ul li {
    list-style-type: disc;
}

.single-product-content .single-product-content-text ol li {
    list-style-type: decimal;
}

.single-product-content-powerfull {
    display: table;
    width: 100%;
    margin: 0 -5px;
    margin-top: 20px;
    clear: both;
}

.single-product-content-powerfull-item {
    cursor: pointer;
    width: calc(33.33% - 10px);
    float: left;
    padding: 30px 15px;
    margin: 0 5px;
    margin-bottom: 10px;
    border: 4px solid #edf6ff;
    border-radius: 20px;
    text-align: center;
    transition: all .3s ease;
}

.single-product-content-powerfull-item.hide-block {
    display: none;
}

.single-product-content-powerfull-item.active,
.single-product-content-powerfull-item:hover {
    border: 4px solid #e8353d;
}

.single-product-content-powerfull-item.with-image {
    position: relative;
    margin-bottom: 45px;
    padding: 10px;
}

.single-product-content-powerfull-item.with-image .single-product-content-powerfull-item-val {
    position: absolute;
    bottom: -35px;
    width: 100%;
    text-align: center;
    left: 0;
}

.single-product-content-powerfull-item .single-product-content-powerfull-item-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #707070;
}

.single-product-content-powerfull-item .single-product-content-powerfull-item-val {
    margin-top: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #003367;
}

.single-product-content-price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #707070;
}

.single-product-content-price span {
    padding-left: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #003367;
}

.main-btn {
    cursor: pointer;
    display: table;
    width: auto;
    min-width: 180px;
    padding: 16px 30px;
    margin-bottom: 50px;
    border-radius: 30px;
    background-color: #e8353d;
    border: 1px solid #e8353d;
    box-shadow: 0px 6px 20px -8px rgb(255 134 134 / 90%);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    transition: all .3s ease;
}

.main-btn:hover {
    background: #fff;
    color: #e8353d;
}

.single-product-content-order-btn {
    cursor: pointer;
    display: table;
    width: auto;
    min-width: 180px;
    padding: 16px 30px;
    margin-bottom: 50px;
    border-radius: 30px;
    background-color: #e8353d;
    border: 1px solid #e8353d;
    box-shadow: 0px 6px 20px -8px rgb(255 134 134 / 90%);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    transition: all .3s ease;
}

.single-product-content-order-btn:hover {
    background: #fff;
    color: #e8353d;
}

.single-product-content-characteristics {
    position: relative;
    display: table;
    width: 100%;
    padding: 20px;
    background: rgba(225, 244, 255, 0.8);
    background: linear-gradient(to right, rgba(226, 241, 255, 0.4), rgba(225, 244, 255, 0.8));
    border-radius: 20px;
    clear: both;
}

.single-product-content-characteristics.disable {
    display: none;
}

.single-product-content-characteristics .single-product-content-characteristics-title {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 12px;
    color: #003367;
}

.single-product-content-characteristics .single-product-content-characteristics-item {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid rgba(133, 150, 167, 0.3);
}

.single-product-content-characteristics .single-product-content-characteristics-item-title {
    width: 50%;
    float: left;
    padding: 20px 0;
    padding-right: 20px;
    border-right: 1px solid rgba(133, 150, 167, 0.3);
    font-style: normal;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 500;
    color: #8596A7;
}

.single-product-content-characteristics .single-product-content-characteristics-item-val {
    width: 50%;
    float: left;
    padding: 20px 0;
    padding-left: 20px;
    margin-left: -1px;
    border-left: 1px solid rgba(133, 150, 167, 0.3);
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #8596A7;
}

.single-product-content-characteristics .single-product-content-characteristics-item.last {
    border-bottom: none;
}

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 27%;
    border-bottom-left-radius: 27%;
}
.your-phone {
	margin-bottom: 15px;
}

/* single product end */