@font-face {
    font-family: 'Bw Seido Round DEMO';
    src: url('../fonts/BwSeidoRoundDEMO-Black.eot');
    src: url('../fonts/BwSeidoRoundDEMO-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/BwSeidoRoundDEMO-Black.woff2') format('woff2'), url('../fonts/BwSeidoRoundDEMO-Black.woff') format('woff'), url('../fonts/BwSeidoRoundDEMO-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Seido Round DEMO';
    src: url('../fonts/BwSeidoRoundDEMO-Medium.eot');
    src: url('../fonts/BwSeidoRoundDEMO-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BwSeidoRoundDEMO-Medium.woff2') format('woff2'), url('../fonts/BwSeidoRoundDEMO-Medium.woff') format('woff'), url('../fonts/BwSeidoRoundDEMO-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Seido Round DEMO';
    src: url('../fonts/BwSeidoRoundDEMO-Bold.eot');
    src: url('../fonts/BwSeidoRoundDEMO-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BwSeidoRoundDEMO-Bold.woff2') format('woff2'), url('../fonts/BwSeidoRoundDEMO-Bold.woff') format('woff'), url('../fonts/BwSeidoRoundDEMO-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bw Seido Round DEMO';
    src: url('../fonts/BwSeidoRoundDEMO-Regular.eot');
    src: url('../fonts/BwSeidoRoundDEMO-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BwSeidoRoundDEMO-Regular.woff2') format('woff2'), url('../fonts/BwSeidoRoundDEMO-Regular.woff') format('woff'), url('../fonts/BwSeidoRoundDEMO-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.eot');
    src: url('../fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'), url('../fonts/Bahnschrift.woff2') format('woff2'), url('../fonts/Bahnschrift.woff') format('woff'), url('../fonts/Bahnschrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden;
}

.container {
    max-width: 1194px;
    padding: 0 12px;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bw Seido Round DEMO';
    margin: 0;
    line-height: normal;
}

a,
a:hover {
    text-decoration: none;
}

h1.title {
    font-size: 50px;
    color: white;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 25px;
}

h2.sub-title {
    font-weight: bold;
    font-size: 35px;
    color: #E27D60;
    margin-bottom: 35px;
}

.sub_title_svg {
    display: block;
    margin: -35px auto 30px;
}

p {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    font-weight: normal;
    font-family: 'Bahnschrift';
}

.btn {
    font-family: 'Bw Seido Round DEMO';
    font-weight: bold;
    font-size: 15px;
    line-height: normal;
    padding: 10px 38px;
    border-radius: 20px;
    border-top-left-radius: 0;
}

.btn-button {
    width: fit-content;
    box-shadow: 0px 4px 0px #40B3A2;
    border-radius: 20px;
    transition: 0.5s all ease;
}

.btn-button:hover {
    box-shadow: 0px 4px 10px #40B3A2;
}

.btn-primary {
    color: #85CDCA;
    background-color: white;
    border: none;
}

.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:hover {
    box-shadow: none;
    outline: none;
    border-color: transparent;
    color: white !important;
    background-color: #85CDCA !important;
}

select:focus,
input:focus,
textarea:focus,
button:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #655C4D !important;
}


/* ============ start loader section ================ */

.loader-section {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #F7ECDE;
    z-index: 99999;
    display: none;
}

.loader-section.loader--active {
    display: block;
}

.loader-section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    justify-content: center;
}

.loader-section .inner .loader-text span {
    font-size: 25px;
    font-weight: bold;
    font-family: 'Bw Seido Round DEMO';
    color: #40B3A2;
    line-height: normal;
    animation-name: loader;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
    position: relative;
    top: 50px;
}

.loader-section .inner span.loader-logo,
.loader-section .inner span.loader-line {
    animation-name: loader;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}

.loader-section .inner span.loader-logo {
    animation-delay: 1s;
}

.loader-section .inner span.loader-line {
    animation-delay: 1.5s;
}

.loader-text span:nth-child(1) {
    animation-delay: 2.01s;
}

.loader-text span:nth-child(2) {
    animation-delay: 2.02s;
}

.loader-text span:nth-child(3) {
    animation-delay: 2.03s;
}

.loader-text span:nth-child(4) {
    animation-delay: 2.04s;
}

.loader-text span:nth-child(5) {
    animation-delay: 2.05s;
}

.loader-text span:nth-child(6) {
    animation-delay: 2.06s;
}

.loader-text span:nth-child(7) {
    animation-delay: 2.07s;
}

.loader-text span:nth-child(8) {
    animation-delay: 2.08s;
}

.loader-text span:nth-child(9) {
    animation-delay: 2.09s;
}

.loader-text span:nth-child(10) {
    animation-delay: 2.1s;
}

@keyframes loader {
    100% {
        opacity: 0;
        top: 80px;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}


/* ============ End loader section ================ */


/* ============ start sidebar ================ */

.side-bar-content {
    text-align: center;
    background-color: #40B3A2;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translateX(-100%);
    transition: 1s all ease;
}

.side-bar-content.active {
    transform: translateX(0%);
}

.side-bar-close {
    position: fixed;
    top: 20px;
    right: 20px;
}

.side-bar-text-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.side-bar-text-content::-webkit-scrollbar {
    display: none;
}

.side-bar-close a svg {
    color: white;
    font-size: 25px;
    transition: 0.5s all ease;
}

.side-bar-close a:hover svg {
    transform: rotate(150deg);
}

.side-bar-text-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.side-bar-text-content ul li {
    font-family: 'Bw Seido Round DEMO';
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    margin: 20px 0;
    color: white;
}

.side-bar-text-content ul li .btn-button {
    margin: auto;
}

.side-bar-text-content ul li a {
    color: white;
}

.side-bar-text-content ul li a:hover {
    color: #E27D60;
}

.side-bar-text-content .side-bar-contact li span {
    margin-right: 10px;
}

span.arrow-down svg {
    transition: 1s all ease;
}

.click-down a::before {
    display: none;
}

.header-dropdown:hover span.arrow-down svg {
    transform: rotate(180deg);
}

.header-dropdown:hover .dropdown-content {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.click-down.active .dropdown-content {
    opacity: 1;
    visibility: visible;
}

.click-down .dropdown-content {
    position: unset;
    padding: 0;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    flex-direction: column;
    display: none;
    transition: 0s;
    margin-top: 15px;
    background-color: transparent;
    border: 0;
}

.click-down .dropdown-content li {
    display: block;
}

.click-down .dropdown-content li a {
    color: black;
}

ul.dropdown-content {
    position: absolute;
    top: 200%;
    left: 0;
    background-color: #E27D60;
    flex-direction: column;
    z-index: 1;
    min-width: 170px;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 1s all ease;
    border: 1px solid white;
    border-top: 5px solid white;
}

ul.dropdown-content li {
    padding: 0 !important;
    display: inline-block;
    margin: 0 0 15px !important;
    font-family: 'Bahnschrift';
}

ul.dropdown-content li:last-child {
    margin-bottom: 0 !important;
}

li.header-dropdown .dropdown-content li a {
    color: white;
}

li.header-dropdown .dropdown-content li a:hover {
    color: black !important;
}


/* ============ End sidebar ================ */


/* ============ start top-header ================ */

.top-header {
    padding: 16px 0px;
    background-color: #fff;
}

.top-header .top-contact ul {
    display: flex;
    align-items: center;
    justify-content: end;
    grid-gap: 50px;
}

.top-header .top-contact ul li {
    display: flex;
    align-items: center;
}

.top-header .top-contact ul li .contact-text {
    display: flex;
    flex-direction: column;
    font-family: 'Bw Seido Round DEMO';
    font-size: 16px;
    font-weight: 500;
    color: #40B3A2;
    line-height: normal;
}

.top-header .top-contact ul li .contact-text a {
    color: #40B3A2;
}

.top-header .top-contact ul li .contact-text a:hover {
    color: #E7977F;
}

.top-header .top-contact ul li .contact-icon {
    font-size: 24px;
    color: #E7977F;
    margin-right: 20px;
}


/* ============ End top-header ================ */


/* ============ start sub-header ================ */

.sub-header.sticky {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 99;
}

.sub-header {
    background-color: #E27D60;
    transition: 1s all ease;
}

.sub-header .main-menu ul {
    display: flex;
}

.sub-header .main-menu ul li {
    margin-right: 60px;
    position: relative;
    padding: 13px 0;
}

.sub-header .main-menu ul li:last-child {
    margin-right: 0;
}

.sub-header .main-menu ul li a {
    font-weight: 400;
    font-family: 'Bw Seido Round DEMO';
    font-size: 16px;
    color: white;
    position: relative;
}

.sub-header .main-menu ul li a::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    right: -16px;
    top: 50%;
    transform: translatey(-50%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/pet-header-shape.png);
    transition: 0.5s all ease;
    opacity: 0;
}

.sub-header .main-menu ul li a:hover,
.sub-header .main-menu ul li a.active {
    color: #85CDCA;
}

.sub-header .main-menu ul li a:hover::before,
.sub-header .main-menu ul li a.active::before {
    opacity: 1;
}

.sub-header .mobile-menu-icon {
    text-align: right;
    display: none;
}

.sub-header .mobile-menu-icon a {
    font-size: 25px;
    color: white;
}

.sub-header .sign-in-and-sign-up h5 {
    font-size: 16px;
    font-weight: normal;
    color: white;
    text-align: right;
}

.sub-header .sign-in-and-sign-up h5 a {
    color: white;
}

.sub-header .sign-in-and-sign-up h5 a:hover {
    color: black;
}

.sub-header .logo-content {
    display: none;
}


/* ============ End sub-header ================ */


/* ============ start home-hero ================ */

.home-hero-section {
    background-color: #85CDCA;
    position: relative;
    min-height: 900px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.home-hero-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/hero-pet-shape.png);
}

.home-hero-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 220px;
    bottom: -2px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/home-hero-shape.png);
    transform: rotate(180deg);
}

.home-hero-section .home-hero-content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px 0;
}

.home-hero-section .home-hero-content .main-title-content {
    max-width: 654px;
}

.home-hero-section .home-hero-content .main-title-content p {
    margin-bottom: 35px;
    color: white;
}


/* ============ End home-hero ================ */


/* ============ start our-services ================ */

.our-services-section {
    padding: 50px 0 130px;
    position: relative;
    background-color: #ffffff;
}

.our-services-section .container::before {
    position: absolute;
    content: '';
    width: 300px;
    height: 270px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/service-bg-1.png);
    z-index: -1;
}

.our-services-section .container::after {
    position: absolute;
    content: '';
    width: 365px;
    height: 264px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/service-bg-2.png);
    z-index: -1;
}

.our-services-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../images/choose-top.png);
}

.custom-title-shape {
    position: relative;
}

.custom-title-shape svg {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.our-services-section .service-content-text {
    margin: 0 0 0 35px;
}

.our-services-section .service-content-text h3 {
    font-size: 40px;
    font-weight: bold;
    color: #40B3A2;
    margin-bottom: 30px;
}

.our-services-section .service-content-text p {
    margin-bottom: 30px;
}

.our-services-section .service-content-text .service-btn .btn-primary {
    background-color: #85CDCA;
    color: white;
}

.our-services-section .service-main-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    max-width: 650px;
    margin: 0 35px 0 auto;
}

.our-services-section .service-box {
    padding: 23px 10px 0;
}

.our-services-section .service-box:nth-child(1) {
    background-color: #85CDCA;
    border-top-left-radius: 15px;
}

.our-services-section .service-box:nth-child(2) {
    background-color: #E27D60;
 
}

.our-services-section .service-box:nth-child(3) {
    background-color: #E8A87C;
    border-top-right-radius: 15px;
}

.our-services-section .service-box:nth-child(4) {
    background-color: #40B3A2; 
    border-bottom-left-radius: 15px;
}
.our-services-section .service-box:nth-child(5) {
    background-color: #7CBCE8;
    border-bottom-left-radius: 5px;
}
.our-services-section .service-box:nth-child(6) {
    background-color: #A87CE8;
    border-bottom-right-radius: 15px;
}

.our-services-section .service-box h5 {
    margin-bottom: 15px;
}

.our-services-section .service-box h5 a {
    font-size: 15px;
    color: white;
    font-weight: bold;
}

.our-services-section .service-box h5 a:hover {
    color: #000000;
}

.shape-box {
    position: relative;
}

.bg-shape-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}


/* ============ End our-services ================ */


/* ============ Start services-details ================ */

.services-single {
    padding: 100px 0;
}

.services-single .services-main-details .featured-wrapper img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 40px;
}

.services-single .services-main-details p {
    margin-bottom: 20px;
    color: #494949;
    line-height: 28px;
    font-family: 'Bw Seido Round DEMO';
    font-size: 16px;
}

.services-single .services-main-details h2 {
    margin-bottom: 25px;
    color: #58bcad;
}

.services-main-details ul.icon-list-items {
    margin: 40px 0;
}

.services-main-details ul.icon-list-items li {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Bahnschrift';
}

.services-main-details ul.icon-list-items li svg {
    font-size: 20px;
    margin-right: 14px;
    color: #e27d60;
}

.services-main-details .services-image {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}

.services-main-details .services-image img {
    width: 48%;
    border-radius: 50px;
}

.services-single .services-main-details h3.faq-title {
    margin-bottom: 20px;
    color: #40b3a2;
}

.accordion--radio .tab {
    margin-bottom: 20px;
}

.accordion--radio .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion--radio .tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.accordion--radio .tab input:checked~.tab__content {
    max-height: 10rem;
}

.accordion--radio {
    overflow: hidden;
}

.accordion--radio .tab__label,
.accordion--radio .tab__close {
    display: flex;
    align-items: center;
    color: white;
    background: #e27d60;
    cursor: pointer;
}

.accordion--radio .tab__label {
    justify-content: space-between;
    padding: 10px 12px 10px 30px;
    font-family: 'Bw Seido Round DEMO';
    font-size: 18px;
    border-radius: 30px;
}

.accordion--radio .tab__label::after {
    content: "\276F";
    width: 35px;
    height: 35px;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
    border-radius: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e27d60;
    font-size: 20px;
}

.accordion--radio .tab input:checked+.tab__label::after {
    transform: rotate(270deg);
}

.accordion--radio .tab__content p {
    margin: 0;
    padding: 1rem;
}

.accordion--radio .tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}


/* ============ End services-details ================ */


/* ============ start choose-section ================ */

.choose-section {
    padding: 100px 0;
    position: relative;
    background-color: rgb(245 245 245);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.choose-section p.sub-text {
    color: #263238;
    max-width: 710px;
    text-align: center;
    margin: 0 auto 30px;
}

.choose-section .choose-slider .swiper-wrapper {
    padding: 10px;
}

.choose-section .choose-slider .swiper-slide:hover {
    background-size: cover;
}

.choose-section .choose-slider .swiper-slide:hover .choose-box {
    background-color: transparent;
}

.choose-section .choose-slider .swiper-slide:hover .choose-box::before {
    opacity: 1;
}

.choose-section .choose-slider .swiper-slide:hover .choose-box h4,
.choose-section .choose-slider .swiper-slide:hover .choose-box p,
.choose-section .choose-slider .swiper-slide:hover .choose-box .read-more-btn {
    color: white;
    position: relative;
}

.choose-section .choose-slider .swiper-slide:hover .choose-box img {
    position: relative;
    filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(227deg) brightness(303%) contrast(101%);
}

.choose-section .choose-slider .swiper-slide:hover .choose-box .read-more-btn::before {
    width: 50%;
}

.choose-section .choose-slider .swiper-slide {
    background-size: 0%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px 5px 15px 5px;
    box-shadow: 0px 1px 10px rgb(133 205 202 / 10%);
    overflow: hidden;
    transition: 1s all ease;
}

.choose-section .choose-slider .choose-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(38 50 56 / 70%);
    top: 0;
    left: 0;
    transition: 1s all ease;
    opacity: 0;
    pointer-events: none;
}

.choose-section .choose-slider .choose-box {
    position: relative;
    background-color: white;
    padding: 40px 30px 60px;
    border-radius: 15px 5px 15px 5px;
}

.choose-section .choose-slider .choose-box h4 {
    font-size: 26px;
    font-family: 'Bahnschrift';
    font-weight: normal;
    color: #263238;
    margin-bottom: 25px;
}

.choose-section .choose-slider .choose-box img {
    margin-bottom: 25px;
}

.choose-section .choose-slider .choose-box p {
    font-size: 16px;
    line-height: 24px;
    color: #263238;
    margin-bottom: 25px;
}

.choose-section .choose-slider .choose-box .read-more-btn {
    position: relative;
    font-size: 20px;
    font-family: 'Bahnschrift';
    font-weight: normal;
    color: #263238;
    line-height: normal;
}

.choose-section .choose-slider .choose-box .read-more-btn::before {
    position: absolute;
    content: '';
    width: 0%;
    height: 1px;
    background-color: white;
    bottom: -2px;
    left: 0;
    transition: 0.5s all ease;
}

.choose-slider-arrow {
    display: flex;
    justify-content: center;
    grid-gap: 25px;
    margin-top: 60px;
}

.choose-slider-arrow .swiper-button-next,
.choose-slider-arrow .swiper-button-prev {
    position: unset;
    display: block;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
}

.choose-slider-arrow .swiper-button-next .arrow-box,
.choose-slider-arrow .swiper-button-prev .arrow-box {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #40B3A2;
}

.choose-slider-arrow .swiper-button-next .arrow-box:hover,
.choose-slider-arrow .swiper-button-prev .arrow-box:hover {
    background-color: #e27d60;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: 'none';
}


/* ============ End choose-section ================ */


/* ============ start product-slider ================ */

.product-slider-section {
    padding: 100px 0  50px 0;
    position: relative;
}

.product-slider-section::after {
    position: absolute;
    content: '';
    width: 272px;
    height: 282px;
    top: 50%;
    right: 20px;
    background-image: url(../images/our-product-bg.png);
    background-size: 100%;
    opacity: 70%;
    background-repeat: no-repeat;
}

.product-slider-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/choose-bottom.png);
}

.product-slider .swiper {
    padding: 10px;
}

.product-slider-box .product-images {
    position: relative;
    background-color: white;
    box-shadow: 0 1px 11px rgb(0 0 0 / 10%);
    padding: 50px 10px;
    border-radius: 15px 5px 15px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    min-height: 350px;
    max-height: 350px;
}

.product-slider-box .product-images .main-badge-box {
    position: absolute;
    top: -7px;
    right: 12px;
    padding: 0;
}

.product-slider-box .product-images .main-badge-box::before {
    position: absolute;
    content: '';
    top: 0px;
    left: -3px;
    width: 0;
    height: 0;
    border-top: 7px solid #40B3A2;
    border-right: 7px solid #40B3A2;
    border-top-left-radius: 4px;
}

.product-slider-box .product-images .main-badge-box::after {
    position: absolute;
    content: '';
    top: 0px;
    right: -3px;
    width: 0;
    height: 0;
    border-top: 7px solid #40B3A2;
    border-right: 7px solid #40B3A2;
    border-top-right-radius: 4px;
}

.product-slider-box .product-images .badge-box {
    -webkit-clip-path: polygon(0 100%, 16% 88%, 32% 100%, 50% 86%, 66% 100%, 84% 88%, 100% 100%, 100% 10%, 100% 0, 0 0, 0 0, 0% 10%);
    clip-path: polygon(0 100%, 16% 88%, 32% 100%, 50% 86%, 66% 100%, 84% 88%, 100% 100%, 100% 10%, 100% 0, 0 0, 0 0, 0% 10%);
    background: rgb(133, 205, 202);
    background: linear-gradient(180deg, rgba(133, 205, 202, 1) 0%, rgba(64, 179, 162, 1) 30%, rgba(133, 205, 202, 1) 90%, rgba(64, 179, 162, 1) 100%);
    width: 40px;
    height: 60px;
    position: relative;
    z-index: 1;
    padding-top: 5px;
}

.product-slider-box .product-images .badge-box h6 {
    font-weight: bold;
    color: white;
    font-size: 10px;
}

.product-slider-box .product-images .badge-box h6 span {
    font-size: 12px;
}

.product-slider-box:hover .product-images::before {
    opacity: 1;
}

.product-slider-box .product-images::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(133 205 202 / 40%);
    transition: 1s all ease;
    opacity: 0;
    border-radius: 15px 5px 15px 5px;
}

.product-slider-box .product-images img {
    transition: 1s all ease;
}

.product-slider-box:hover .product-images img {
    transform: scale(0.9);
}

.product-slider-box .product-icon-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-slider-box:hover .product-icon-content ul {
    transform: scale(1);
}

.product-slider-box .product-icon-content ul {
    display: flex;
    align-items: center;
    grid-gap: 23px;
    transition: 1s all ease;
    transform: scale(0);
}

.product-slider-box .product-icon-content ul li {
    background-color: white;
    width: 40px;
    height: 40px;
    border-radius: 15px 5px 15px 5px;
}

.product-slider-box .product-icon-content ul li a {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider-box .product-icon-content ul li a:hover {
    color: #85CDCA;
}

.product-slider-box .product-text-content {
    margin-top: 30px;
}

.product-slider-box .product-text-content h3 {
    font-family: 'Bahnschrift';
    font-size: 20px;
    font-weight: normal;
}

.product-slider-box .product-text-content h3 a {
    color: black;
    transition: 0.5s all ease;
}

.product-slider-box .product-text-content h3 a:hover {
    color: #85CDCA;
}

.product-slider-box .product-star {
    font-size: 18px;
    color: #FFBC06;
    margin: 5px 0;
}

.product-price {
    font-family: 'Bahnschrift';
    font-size: 20px;
    font-weight: normal;
    color: black;
}

.product-price span.offer-price {
    color: #C3C3C3;
    text-decoration: line-through;
    margin-right: 5px;
}

.product-slider-section .choose-slider-arrow {
    margin-top: 45px;
}


/* ============ End product-slider ================ */


/* ============ start Testimonial-slider ================ */

.testimonials-section {
    padding: 100px 0 50px 0;
    background-color: #F6F6F6;
    position: relative;
}

.testimonials-section::after {
    position: absolute;
    content: '';
    width: 295px;
    height: 325px;
    bottom: 0%;
    right: 20px;
    background-image: url(../images/testimonials-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 70%;
}

.testimonials-slider-arrow .testimonials-sub-title h3 {
    font-size: 40px;
    font-weight: bold;
    color: #40B3A2;
}

.testimonials-slider-arrow .choose-slider-arrow {
    justify-content: end;
    margin: 10px;
}

.testimonials-slider .swiper {
    padding: 30px 10px 10px;
}

.testimonials-slider-box {
    position: relative;
    background-color: white;
    box-shadow: 0 1px 6px rgb(0 0 0 / 11%);
    border-radius: 15px 5px 15px 5px;
    padding: 55px 45px 45px;
    transition: 0.5s all ease;
    height: 100%;
}

.testimonials-slider .swiper-slide {
    height: auto;
}

.testimonials-slider-box:hover {
    background-color: #85CDCA;
}

.testimonials-slider-box:hover::before {
    color: rgb(0 0 0 / 5%);
}

.testimonials-slider-box::before {
    position: absolute;
    content: "\f10d";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 135px;
    color: rgb(226 125 96 / 5%);
    font-family: "Font Awesome 6 Free Solid";
    font-weight: 900;
    transition: 0.5s all ease;
}

.testimonials-slider-box .image-and-name {
    display: flex;
    margin-bottom: 30px;
}

.testimonials-slider-box .testimonials-img {
    width: 80px;
    height: 80px;
    border-radius: 15px 5px 15px 5px;
    position: relative;
    overflow: hidden;
    margin-right: 28px;
}

.testimonials-slider-box .testimonials-img::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.testimonials-slider-box .testimonials-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonials-slider-box .image-and-name .testimonials-user-name h5 {
    font-weight: bold;
    font-size: 20px;
    color: #40B3A2;
    transition: 0.5s all ease;
}

.testimonials-slider-box .image-and-name .testimonials-user-name p {
    font-size: 16px;
    line-height: normal;
    margin-top: 5px;
    transition: 0.5s all ease;
}

.testimonials-slider-box .testimonials-user-review-content {
    position: relative;
}

.testimonials-slider-box .testimonials-user-review-content p {
    color: #85CDCA;
    transition: 0.5s all ease;
}

.testimonials-slider-box:hover .image-and-name .testimonials-user-name h5,
.testimonials-slider-box:hover .testimonials-user-review-content p,
.testimonials-slider-box:hover .image-and-name .testimonials-user-name p {
    color: white;
}


/* ============ End Testimonial-slider ================ */


/* ============ start pricing ================ */

.pricing-section {
    position: relative;
    padding: 120px 0;
}

.pricing-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/choose-bottom.png);
}

.pricing-section .pricing-sub-title h3 {
    font-weight: bold;
    font-size: 40px;
    color: #40B3A2;
    margin-bottom: 50px;
}

.pricing-section .main-pricing-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    align-items: center;
}

.pricing-section .main-pricing-box .pricing-box {
    background-color: white;
    border-radius: 15px 5px 15px 5px;
    padding: 30px 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .04);
    transition: all 0.6s ease-in-out;
}

.pricing-section .main-pricing-box .pricing-box:hover {
    transform: translateY(-5px);
}

.pricing-section .main-pricing-box .pricing-box.active {
    background-size: cover;
    padding: 40px 25px;
    background-color: rgb(133 205 202 / 60%);
}

.pricing-section .main-pricing-box .pricing-box.active img {
    filter: brightness(0) invert(1);
}

.pricing-section .main-pricing-box .pricing-box.active h4 {
    font-size: 28px;
    color: white;
    margin-bottom: 40px;
}

.pricing-section .main-pricing-box .pricing-box h4 {
    color: #40B3A2;
    font-weight: 500;
    margin-bottom: 30px;
    transition: 0.5s all ease;
    font-size: 20px;
}

.pricing-section .main-pricing-box .pricing-box.active ul {
    margin: 35px 0;
}

.pricing-section .main-pricing-box .pricing-box ul {
    margin: 30px 0 55px;
}

.pricing-section .main-pricing-box .pricing-box ul li {
    font-family: 'Bahnschrift';
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    transition: 0.5s all ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 29, 35, .05);
    padding: 12px 0;
}

.pricing-section .main-pricing-box .pricing-box.active ul li {
    color: white;
}

.pricing-section .main-pricing-box .pricing-box .pricing-btn .btn-button {
    margin: 0 auto;
}

.pricing-section .main-pricing-box .pricing-box .pricing-btn .btn-button .btn-primary {
    background-color: #85CDCA;
    color: white;
    transition: 0.5s all ease;
}

.pricing-section .main-pricing-box .pricing-box.active .pricing-btn .btn-button .btn-primary {
    background-color: white;
    color: #85CDCA;
}

.pricing-section .main-pricing-box .pricing-box h2 {
    font-size: 40px;
    font-weight: 600;
    color: #001D23;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    transition: .35s;
}

.pricing-section .main-pricing-box .pricing-box h2 .currency {
    display: inline-block;
    font-size: 1.25rem;
    margin-top: -24px;
    margin-right: 5px;
}

.pricing-section .main-pricing-box .pricing-box h2 .time {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #e27d60;
    margin-bottom: -24px;
    transition: .35s;
    padding-left: 5px;
}


/* ============ End pricing ================ */


/* ============ start footer ================ */

.wc-main-body {
    z-index: 0;
    position: relative;
    background-color: white;
}
.line {
    width: 100%;
    height: 1px;
    background-color: #40B3A2;
}
.contact-icon {
    color:#e27d60;
    float: left;
    padding: 10px 15px 0 0;
    font-size: 30px;
    flex: content;
}
.callus,.location ,
.callus a,.location a,
.callus b, .callus strong,
.location b, .location strong{
    color:#40B3A2
}
.leftdog {
    background-image: url(../images/footer-bg-1.png) ;
    height: 150px;
    width: 150px;
    position: relative;
    top:18px;
     background-size: cover;
}
footer {
   
    background-color:  #daf0ef;
    color: #40B3A2;
    padding-top: 80px;
    padding-bottom: 50px;
    min-height: 400px;
     background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/footer-shape.png);
    background-position: top;
}
.clr {
    width: 100%;
    height: 1px;
    clear: both;
}
footer::before {
   
    content: '';
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/footer-shape.png);
}

footer .wc-footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 40px;
    position: relative;
}

.wc-footer-content .footer-title {
    font-weight: 500;
    font-size: 20px;
    color: #40B3A2;
    margin-bottom: 25px;
}

.wc-footer-content .social-media-box .footer-social ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
    margin-top: 35px;
    width: fit-content;
}

.wc-footer-content .social-media-box .footer-social ul li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 15px 5px 15px 5px;
}

.wc-footer-content .social-media-box .footer-social ul li a {
    background-color: #40B3A2;
    color: white;
    font-size: 18px;
    transition: 0.5s all ease;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-footer-content .social-media-box .footer-social ul li a:hover {
    background-color: white;
    color: #40B3A2;
}

.wc-footer-content .information-footer ul li,
.wc-footer-content .helpful-footer ul li {
    font-size: 18px;
    font-family: 'Bahnschrift';
    font-weight: normal;
    margin-bottom: 10px;
}

.wc-footer-content .information-footer ul li:last-child,
.wc-footer-content .helpful-footer ul li:last-child {
    margin-bottom: 0;
}

.wc-footer-content .information-footer ul li a,
.wc-footer-content .helpful-footer ul li a {
    color: black;
}

.wc-footer-content .information-footer ul li a:hover,
.wc-footer-content .helpful-footer ul li a:hover {
    color: #40B3A2;
}

.wc-footer-content .newsletter-box .newsletter-content {
    max-width: 285px;
    margin: 0 auto 0 0;
}

.input-btn-group {
    display: flex;
}

.input-btn-group button {
    max-width: 40px;
    width: 100%;
    height: 40px;
    background-color: #40B3A2;
    border-radius: 15px 5px 15px 5px;
    color: white;
    border: 0;
    margin-left: 10px;
}

.input-btn-group button:hover {
    color: #000;
    background-color: #fff;
}

footer .copy-right-text {
    padding: 20px 0;
    border-top: 1px solid #707070;
}

footer .sub-footer {
    position: relative;
    padding-top: 30px;
    background-color: rgb(218 240 239);
}

footer .sub-footer::before {
    position: absolute;
    content: '';
    width: 225px;
    height: 225px;
    bottom: 74px;
    left: 20px;
    background-image: url(../images/footer-bg-1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

footer .sub-footer::after {
    position: absolute;
    content: '';
    width: 245px;
    height: 268px;
    bottom: 20px;
    right: 20px;
    background-image: url(../images/footer-bg-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}


/* ============ End footer ================ */

.form-control,
.form-select {
    min-height: 40px;
    border-radius: 15px 5px 15px 5px;
    background-image: none;
    font-size: 16px;
    color: black;
    font-family: 'Bahnschrift';
    background-color: white;
    border: 0;
    width: 100%;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: black !important;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: black !important;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
    color: black !important;
}


/* ============ start hero section ================ */

.other-hero-section {
    position: relative;
    background-position: center;
    background-size: cover;
}

.other-hero-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
}

.other-hero-section::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url(../images/other-hero-shape.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.other-hero-content .other-title-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 550px;
}

.other-hero-content .other-title-content h1.title {
    color: transparent;
    -webkit-text-stroke: 1.5px white;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: white;
}

.other-hero-content .other-title-content p {
    font-size: 16px;
    color: white;
    display: flex;
    align-items: center;
    grid-gap: 13px;
    line-height: 0;
}

.other-hero-content .other-title-content p a {
    color: white;
}

.other-hero-content .other-title-content p a:hover {
    color: #C3C3C3;
}

.other-hero-content .other-title-content p span.other-icon {
    font-size: 20px;
}


/* ============ End hero section ================ */


/* ============ start about-detail ================ */

.about-detail-section {
    position: relative;
    padding: 100px 0;
}

.about-detail-content-text h3 {
    font-size: 40px;
    font-weight: bold;
    color: #40B3A2;
    margin-bottom: 20px;
}

.about-detail-content-text {
    position: relative;
}

.about-detail-content-text::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 282px;
    height: 255px;
    background-image: url(../images/about-deatil-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

.about-detail-content-text .taxt-detail-wrapper {
    display: flex;
    margin-bottom: 20px;
    max-width: 450px;
}

.about-detail-content-text .taxt-detail-wrapper .icon {
    width: 100%;
    max-width: 20px;
    margin-right: 10px;
}

.about-detail-content-text .taxt-detail-wrapper .icon img {
    animation-name: arrow;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 100000;
    animation-direction: alternate;
}

@keyframes arrow {
    0% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(5px);
    }
}

.about-detail-content-text .taxt-detail-wrapper .text h5 {
    font-family: 'Bahnschrift';
    font-weight: normal;
    color: #000000;
    font-size: 23px;
    margin-bottom: 10px;
}

.about-detail-content-text .taxt-detail-wrapper .text p {
    font-size: 15px;
    color: #929292;
    line-height: 24px;
}

.about-detail-btn .btn-primary {
    background-color: #85CDCA;
    color: white;
}


/* ============ End about-detail ================ */


/* ============ start count-section ================ */

.count-section {
    padding: 100px 0;
    position: relative;
    background-color: #85CDCA;
    background-size: cover;
}

.count-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/other-hero-shape.png);
}

.count-section .main-count-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.count-section .main-count-box h3 {
    font-size: 25px;
    font-weight: bold;
    color: white;
    margin: 15px 0 20px;
}

.count-section .main-count-box p {
    font-size: 20px;
    line-height: normal;
    color: white;
}


/* ============ End count-section ================ */


/* ============ start Take-care ================ */

.take-care-section {
    padding: 100px 0;
    position: relative;
}

.take-care-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
    background-size: 100%;
    background-image: url(../images/take-care-bg.png);
    background-repeat: no-repeat;
}

.take-care-section::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/choose-top.png);
}

.take-care-section .main-take-care-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 50px;
    text-align: center;
}

.take-care-section .main-take-care-box .take-care-box:nth-child(odd) {
    margin-top: 20px;
}

.take-care-section .main-take-care-box .take-care-box h3 {
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 25px;
    margin-top: 15px;
}

.take-care-section .main-take-care-box .take-care-box h3 a {
    color: black;
}

.take-care-section .main-take-care-box .take-care-box:hover h3 a {
    color: #85CDCA;
}

.take-care-section .main-take-care-box .take-care-box .main-take-care-img {
    background-color: #85CDCA;
    padding: 5px;
    border-radius: 15px 5px 15px 5px;
}

.take-care-section .main-take-care-box .take-care-box .main-take-care-img .sub-take-care-img {
    position: relative;
    border-radius: 15px 0px 15px 0px;
    overflow: hidden;
}

.take-care-section .main-take-care-box .take-care-box .main-take-care-img .sub-take-care-img::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.take-care-section .main-take-care-box .take-care-box .main-take-care-img .sub-take-care-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 1s all ease;
}

.take-care-section .main-take-care-box .take-care-box:hover .main-take-care-img .sub-take-care-img img {
    transform: scale(1.1);
}

.take-care-section .main-take-care-box .take-care-box .main-take-care-img .sub-take-care-img a {
    font-size: 26px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(133 205 202 / 50%);
    width: 100%;
    height: 100%;
    transition: 1s all ease;
    transform: scale(0);
    opacity: 0;
}

.take-care-section .main-take-care-box .take-care-box:hover .main-take-care-img .sub-take-care-img a {
    transform: scale(1);
    opacity: 1;
}


/* ============ End Take-care ================ */


/* ============ start Team section ================ */

.team-page-section {
    padding: 100px 0;
    background-color: transparent;
}

.team-section {
    padding: 79px 0;
    position: relative;
    background-color: #F6F6F6;
}

.main-team-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 40px;
}

.main-team-box .team-box {
    text-align: center;
}

.main-team-box .team-box h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0 5px;
}

.main-team-box .team-box h3 a {
    color: black;
}

.main-team-box .team-box:hover h3 a,
.main-team-box .team-box:hover p {
    color: #40B3A2;
}

.main-team-box .team-box p {
    font-size: 18px;
    line-height: normal;
}

.main-team-box .main-team-box-img {
    border-radius: 15px 5px 15px 5px;
    background-color: #40B3A2;
    padding: 5px;
}

.main-team-box .main-team-box-img .sub-team-box-img {
    position: relative;
    border-radius: 15px 0px 15px 0px;
    overflow: hidden;
}

.main-team-box .main-team-box-img .sub-team-box-img::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.main-team-box .main-team-box-img .sub-team-box-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 1s all ease;
}

.main-team-box .team-box:hover .main-team-box-img .sub-team-box-img img {
    transform: scale(1.1);
}

.user-social-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(64 179 162 / 40%);
    transition: 1s all ease;
    opacity: 0;
    transform: scale(0);
}

.main-team-box .team-box:hover .user-social-icon {
    transform: scale(1);
    opacity: 1;
}

.user-social-icon ul {
    display: flex;
    grid-gap: 15px;
}

.user-social-icon ul li {
    width: 40px;
    height: 40px;
}

.user-social-icon ul li a {
    font-size: 18px;
    color: black;
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px 5px 15px 5px;
    transition: 0.5s all ease;
}

.user-social-icon ul li a:hover {
    color: #85CDCA;
}

div.Speech {
    min-height: 100px;
}


/* ============ End Team section ================ */


/* ============ Start shop-page ================ */

.shop-page-section {
    padding: 100px 0;
}

.shop-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.shop-options .shop-options-content {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.shop-options .shop-options-content .search-box .input-btn-group {
    min-width: 310px;
    width: 100%;
}

.shop-options .shop-options-content .search-box .input-btn-group input.form-control {
    border: 1px solid black;
    border-radius: 15px 5px 15px 5px;
    margin-right: 10px;
}

.shop-options .shop-options-content .grid-and-list {
    border-radius: 15px 5px 15px 5px;
    background-color: white;
    border: 1px solid #40B3A2;
    display: flex;
    overflow: hidden;
}

.shop-options .shop-options-content .grid-and-list a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #40B3A2;
}

.shop-options .shop-options-content .grid-and-list a.active {
    color: white;
    background-color: #40B3A2;
}

.shop-options .show-product-content p {
    font-size: 17px;
    color: #263238;
}

.shop-page-section h3.shop-title {
    font-size: 26px;
    font-weight: 500;
    color: #40B3A2;
    margin-bottom: 30px;
    position: relative;
}

.shop-page-section .categories-box {
    margin-bottom: 30px;
}

.shop-page-section .categories-box .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #F6F6F6;
    border-radius: 0;
}

.shop-page-section .categories-box .accordion .accordion-tabs a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 16px;
    color: black;
}

.shop-page-section .categories-box .accordion .accordion-content,
.shop-page-section .accordion-tabs svg.fa-minus,
.shop-page-section .accordion-tabs.acco-active svg.fa-plus {
    display: none;
}

.shop-page-section .accordion-tabs.acco-active svg.fa-minus {
    display: block;
}

.shop-page-section .categories-box .accordion .accordion-content p {
    font-size: 15px;
}

.shop-page-section .color-box {
    margin-bottom: 30px;
}

.shop-page-section .color-box .form-check {
    margin-bottom: 22px;
}

.form-check {
    padding: 0;
    margin: 0;
    min-height: auto;
    line-height: 0;
}

.shop-page-section .color-box .form-check .form-check-input {
    margin-right: 5px;
}

.form-check .form-check-input {
    margin: 0;
    float: unset;
    border-radius: 2px;
    border-color: #263238;
    vertical-align: middle;
}

.form-check label.form-check-label {
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 16px;
    color: black;
    line-height: normal;
}

.shop-page-section .color-box .form-check-input:checked {
    background-color: #263238;
    border-color: #263238;
}

.shop-page-section .instagram-box {
    margin-bottom: 30px;
}

.shop-page-section .instagram-box .instagram-post {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
}

.shop-page-section .instagram-box .instagram-img {
    position: relative;
    border-radius: 15px 5px 15px 5px;
    overflow: hidden;
}

.shop-page-section .instagram-box .instagram-img::before {
    display: block;
    content: '';
    padding-top: 70%;
}

.shop-page-section .instagram-box .instagram-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.shop-page-section .socials-box ul {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 20px 13px;
}

.shop-page-section .socials-box ul li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 15px 5px 15px 5px;
}

.shop-page-section .socials-box ul li a {
    background-color: #40B3A2;
    color: white;
    font-size: 18px;
    transition: 0.5s all ease;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-page-section .socials-box ul li a:hover {
    background-color: #263238;
}

.all-product-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 30px;
}

.all-product-box.list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}

.all-product-box.list .product-slider-box {
    display: flex;
    align-items: center;
    background-color: white;
    box-shadow: 0 1px 11px rgb(0 0 0 / 10%);
    padding: 20px 28px 20px 35px;
    border-radius: 15px 5px 15px 5px;
}

.all-product-box.list .product-slider-box .product-images {
    position: relative;
    background-color: transparent;
    box-shadow: 0 1px 11px rgb(0 0 0 / 0%);
    padding: 20px 20px 20px 0;
    border-radius: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.all-product-box.list .product-images .product-icon-content,
.all-product-box.list .product-slider-box .product-images::before,
.list-text-content {
    display: none;
}

.all-product-box.list .list-text-content {
    display: block;
}

.all-product-box.list .list-text-content p {
    padding: 10px 0;
}

.all-product-box.list .list-text-content .product-icon-content {
    position: unset;
    transform: unset;
}

.all-product-box.list .list-text-content .product-icon-content ul {
    transform: scale(1);
}

.all-product-box.list .product-slider-box .product-text-content {
    margin: 0;
    text-align: left !important;
    max-width: 520px;
}

.all-product-box.list .product-slider-box .product-icon-content ul li {
    background-color: #F6F6F6;
}

.all-product-box.list .product-slider-box .product-star {
    margin: 17px 0;
}

.all-product-box.list .product-slider-box .product-images .main-badge-box {
    left: 0;
    top: -27px;
    width: 40px;
}

.pagination-box .pagination {
    justify-content: center;
    margin-top: 55px;
    grid-gap: 15px;
}

.pagination-box .pagination .page-item {
    width: 40px;
    height: 40px;
}

.pagination-box .pagination .page-link {
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #85CDCA;
    border-radius: 15px 5px 15px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-family: 'Bw Seido Round DEMO';
    font-weight: 400;
    font-size: 14px;
}

.pagination-box .pagination .page-link:hover {
    background-color: #40B3A2;
    color: white;
}

.pagination-box .pagination .page-link:focus {
    box-shadow: none;
}


/* ============ End shop-page ================ */


/* ============ Start Single product ================ */

.single-product-page-section {
    padding: 100px 0;
    position: relative;
}

.single-product-page-section::before {
    position: absolute;
    content: '';
    bottom: -5px;
    right: 0;
    width: 200px;
    height: 135px;
    background-size: 100%;
    background-image: url(../images/dog-img-right.png);
    background-repeat: no-repeat;
    z-index: 1;
}

.single-product-page-section::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    width: 200px;
    height: 135px;
    background-size: 100%;
    background-image: url(../images/dog-img-left.png);
    background-repeat: no-repeat;
    z-index: 1;
}

.single-product-page-section .single-product {
    display: flex;
    grid-gap: 30px;
}

.single-product-page-section .single-product .main-single-product-content,
.single-product-page-section .single-product .single-product-images {
    width: 50%;
}

.single-product-page-section .single-product .main-single-product-content .single-product-content h3 {
    font-size: 30px;
    font-weight: bold;
    color: black;
}

.single-product-page-section .single-product .main-single-product-content .single-product-content .product-star {
    font-size: 18px;
    color: #FFBC06;
    margin: 30px 0;
}

.single-product-page-section .single-product .main-single-product-content .single-product-content p {
    margin: 30px 0;
    clear: both;
}

.color-select {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 30px;
}

.color-select .ColorSelector__Selected h4 {
    font-size: 16px;
    font-weight: 500;
    color: #85CDCA;
}

.color-box .ColorSwatch__ColorWrapper.active-color,
.color-box .checkcontainer .radiobtn:after {
    height: 24px;
    width: 24px;
    z-index: 0;
    background-color: transparent;
    border: 1px solid #85CDCA;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 100%;
    display: grid;
    place-items: center;
}

.ColorSwatch__ColorWrapper {
    position: relative;
}

.color-select .color-box {
    display: flex;
    grid-gap: 10px;
}

.color-box {
    width: 100%;
}

.color-box .ColorSwatch__Color,
.color-box .radiobtn {
    cursor: pointer;
    height: 20px;
    width: 20px;
}

.color-box .ColorSwatch__Color,
.color-box .radiobtn {
    height: 20px;
    width: 20px;
    border: 1px solid #acacac;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.color-box .ColorSwatch__Color img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.ColorSwatch__ColorWrapper .product_options {
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.color-box .ColorSwatch__ColorWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
}

.single-product-page-section .single-product .main-single-product-content .product-quantity {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 30px;
}

.single-product-page-section .single-product .main-single-product-content .product-quantity .quantity-title h4 {
    font-size: 16px;
    font-weight: 500;
    color: #85CDCA;
}

.single-product-page-section .single-product .main-single-product-content .product-quantity .quantity {
    border-radius: 15px 5px 15px 5px;
    display: flex;
    overflow: hidden;
}

.single-product-page-section .single-product .main-single-product-content .product-quantity .quantity input {
    border: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #40B3A2;
    color: white;
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 18px;
}

.single-product-page-section .single-product .main-single-product-content .product-size {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 30px;
}

.single-product-page-section .single-product .main-single-product-content .product-size .product-size-title h4 {
    font-size: 16px;
    font-weight: 500;
    color: #85CDCA;
}

.single-product-page-section .single-product .main-single-product-content .product-size .size {
    display: flex;
    align-items: center;
    grid-gap: 20px 15px;
}

.single-product-page-section .single-product .main-single-product-content .product-size .form-check .form-check-input {
    border-color: #85CDCA;
}

.single-product-page-section .single-product .main-single-product-content .product-size .form-check-input:checked {
    background-color: #85CDCA;
    border-color: #85CDCA;
}

.single-product-page-section .single-product .main-single-product-content .product-size .form-check-input:focus {
    border-color: #85CDCA !important;
}

.single-product-page-section .single-product .main-single-product-content .product-size .form-check label.form-check-label {
    font-size: 16px;
    color: #003247;
}

.single-product-page-section .single-product .main-single-product-content .product-size .product-wishlist ul li {
    width: 40px;
    height: 40px;
}

.single-product-page-section .single-product .main-single-product-content .product-size .product-wishlist ul li a {
    border-radius: 15px 5px 15px 5px;
    background-color: #F6F6F6;
    color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product-page-section .single-product .main-single-product-content .product-size .product-wishlist ul li a:hover {
    background-color: #40B3A2;
    color: white;
}

.single-product-page-section .single-product .main-single-product-content .product-btn-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    grid-gap: 20px 15px;
}

.single-product-page-section .single-product .main-single-product-content .product-btn-content .btn-button,
.single-product-page-section .single-product .main-single-product-content .product-btn-content .btn-button a {
    width: 100%;
    text-align: center;
}

.single-product-page-section .single-product .main-single-product-content .product-btn-content .btn-button a {
    border: 1px solid #85CDCA;
}

.single-product-page-section .single-product .main-single-product-content .product-btn-content .buynow-btn,
.single-product-page-section .single-product .main-single-product-content .product-btn-content .cart-btn {
    width: 100%;
}

.single-product-page-section .single-product .single-product-images .long-product-img {
    background-color: #F6F6F6;
    border-radius: 15px 5px 15px 5px;
    margin: 0 12px 47px;
}

.single-product-page-section .single-product .single-product-images .long-product-img .mySwiper2 .swiper-zoom-container {
    position: relative;
}

.single-product-page-section .single-product .single-product-images .long-product-img .mySwiper2 .swiper-zoom-container::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.single-product-page-section .single-product .single-product-images .long-product-img .mySwiper2 .swiper-zoom-container img {
    position: absolute;
    width: 78%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center;
}

.single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide {
    background-color: #F6F6F6;
    border-radius: 15px 5px 15px 5px;
    transition: 1s all ease;
    border: 3.5px solid transparent;
}

.single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide.swiper-slide-thumb-active {
    border: 3.5px solid #40B3A2;
}

.single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide .small-img {
    position: relative;
}

.single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide .small-img::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide .small-img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide:nth-child(2),
.single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide:nth-child(4) {
    margin-top: 20px;
}

.single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide:nth-child(3) {
    margin-top: 40px;
}

.product-discription-section .tab-click-btn {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
}

.product-discription-section .tab-click-btn .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 50px;
}

.product-discription-section .tab-click-btn .tabs a {
    font-family: 'Bw Seido Round DEMO';
    font-size: 18px;
    font-weight: 500;
    color: #263238;
}

.product-discription-section .tab-click-btn .tabs .tab-link.current a {
    color: white;
}

.product-discription-section .tab-discription .tab-content {
    display: none;
}

.product-discription-section .tab-discription .tab-content.current {
    display: inherit;
}

.product-discription-section .tab-discription {
    padding-top: 50px;
}

.product-discription-section .discription h5 {
    font-size: 22px;
    font-weight: 500;
    color: #40B3A2;
    margin-bottom: 22px;
}

.product-discription-section .discription span.dots {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #85CDCA;
    display: block;
    margin-right: 13px;
}

.product-discription-section .discription ul li {
    display: flex;
    align-items: center;
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 16px;
    color: black;
    line-height: normal;
    margin-bottom: 15px;
}

.product-discription-section .discription ul li:last-child {
    margin-bottom: 0;
}

.product-discription-section .discription .unordered {
    margin-top: 15px;
}

.product-discription-section .discription .unordered,
.product-discription-section .discription .ordered {
    margin-bottom: 25px;
}

.single-related-product::before,
.single-related-product::after {
    display: none;
}

.product-discription-section .tab-discription .tab-content .reviews,
.product-discription-section .tab-discription .tab-content .compares {
    position: relative;
}

.product-discription-section .tab-content .reviews h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.product-discription-section .tab-content .reviews ul.review-list li .single-review {
    background: #faf7f7;
    border-radius: 5px;
    padding: 35px 30px;
    margin-bottom: 25px;
}

.product-discription-section .tab-content .reviews ul li .single-review .review-image {
    margin-right: 20px;
}

.product-discription-section .tab-content .reviews ul li .single-review .review-image img {
    border-radius: 5px;
}

.product-discription-section .tab-content .reviews ul li .single-review .review-content .c-header {
    justify-content: space-between;
    gap: 10px;
}

.product-discription-section .tab-content .reviews ul li .single-review .review-content .c-header .review-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-discription-section .tab-content .reviews ul li .single-review .review-content .c-header .review-meta h5 a {
    font-size: 18px;
    color: #000;
}

.product-discription-section .tab-content .reviews ul li .single-review .review-content .c-header .review-meta .c-date {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 29, 35, .8);
    font-family: 'Bahnschrift';
    border: 1px solid #eee;
    padding: 2px 14px;
}

.product-discription-section .tab-content .reviews ul li .single-review .c-body p {
    color: #868686;
    margin-top: 16px;
}

.product-discription-section .tab-content .reviews ul li .single-review .review-content .c-header .replay-btn a {
    font-size: 16px;
    font-weight: 400;
    color: #E27D60;
    font-family: 'Bahnschrift';
    display: flex;
    align-items: center;
    line-height: 1;
    transition: .35s;
    gap: 5px;
}

.product-discription-section .tab-content .reviews ul li .single-review .review-content .product-review {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.product-discription-section .tab-content .reviews ul li .single-review .review-content .product-review li svg {
    font-size: 12px;
    color: #E27D60;
}

.product-discription-section .tab-discription .compares table {
    width: 100%;
}

.product-discription-section .tab-discription .compares table tbody tr {
    border-width: 1px;
    border-color: #eee;
}

.product-discription-section .tab-discription .compares table tbody tr td {
    border-width: 1px;
    border-color: #eee;
    padding: 15px;
    color: #5e5e5e;
    font-family: 'Bahnschrift';
    vertical-align: middle;
}

.product-discription-section .tab-discription .compares table tbody tr td:nth-child(1) {
    font-weight: 500;
    font-size: 16px;
    color: #00152b;
    font-family: 'Bw Seido Round DEMO';
}


/* ============ End Single product ================ */


/* ============ Start blog ================ */

.blog-page-section {
    padding: 100px 0;
}

.blog-page-section .blog-box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.blog-page-section .blog-box:last-child {
    margin-bottom: 0;
}

.blog-page-section .blog-box .blog-images-content {
    max-width: 350px;
    min-height: 390px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-page-section .blog-box .images-first-border {
    position: relative;
}

.blog-page-section .blog-box:hover .images-first-border::before,
.blog-page-section .blog-box:hover .images-last-border::before {
    border: 1px dashed #40B3A2;
}

.blog-page-section .blog-box .images-first-border::before {
    position: absolute;
    content: '';
    top: -20px;
    left: 0;
    width: 100%;
    max-width: 310px;
    height: 100%;
    border: 1px dashed #E27D60;
    border-radius: 15px 5px 15px 5px;
    transition: 0.7s all ease;
}

.blog-page-section .blog-box .images-last-border {
    position: relative;
}

.blog-page-section .blog-box .images-last-border::before {
    position: absolute;
    content: '';
    top: 20px;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 310px;
    border: 1px dashed #E27D60;
    border-radius: 15px 5px 15px 5px;
    transition: 0.7s all ease;
}

.blog-page-section .blog-box .blog-images-content .blog-images a {
    position: relative;
    width: 100%;
    max-width: 310px;
    margin: 20px auto;
    height: 100%;
    display: block;
    border-radius: 15px 5px 15px 5px;
    overflow: hidden;
}

.blog-page-section .blog-box .blog-images-content .blog-images a::before {
    display: block;
    content: '';
    padding-top: 350px;
}

.blog-page-section .blog-box .blog-images-content .blog-images a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.7s all ease;
}

.blog-page-section .blog-box:hover .blog-images-content .blog-images a img {
    transform: scale(1.1);
}

.blog-page-section .blog-box .blog-text-content {
    background-color: #F6F6F6;
    border: 1px dashed #E27D60;
    border-radius: 15px 5px 15px 5px;
    padding: 25px 15px 25px 85px;
    margin-left: -30px;
    transition: 0.7s all ease;
}

.blog-page-section .blog-box:hover .blog-text-content {
    background-color: #85CDCA;
    border: 1px dashed #40B3A2;
}

.blog-page-section .blog-box .blog-text-content .blog-title {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-page-section .blog-box .blog-text-content .blog-title a {
    color: #E27D60;
    transition: 0.7s all ease;
}

.blog-page-section .blog-box:hover .blog-text-content .blog-title a,
.blog-page-section .blog-box:hover .blog-text-content p,
.blog-page-section .blog-box:hover .blog-text-content .blog-deta-user ul li {
    color: white;
}

.blog-page-section .blog-box .blog-text-content .blog-deta-user ul {
    display: flex;
    grid-gap: 30px;
    align-items: center;
    margin-bottom: 10px;
}

.blog-page-section .blog-box .blog-text-content .blog-deta-user ul li {
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 12px;
    color: #263238;
    transition: 0.7s all ease;
}

.blog-page-section .blog-box .blog-text-content .blog-deta-user ul .icon {
    color: #E27D60;
    margin-right: 7px;
    transition: 0.7s all ease;
}

.blog-page-section .blog-box .blog-text-content p {
    transition: 0.7s all ease;
}

.blog-page-section .blog-box .blog-text-content .viewmore-btn a {
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 18px;
    color: #E27D60;
    margin-top: 10px;
    transition: 0.7s all ease;
}

.blog-page-section .blog-box:hover .blog-text-content .blog-deta-user ul .icon,
.blog-page-section .blog-box:hover .blog-text-content .viewmore-btn a {
    color: #263238;
}

.blog-page-section .loader-btn-box .btn-button {
    margin: 50px auto 0;
}

.loader-btn-box .btn-button .btn-primary,
.loader-btn-box .btn-button .btn-primary:checked {
    color: white;
    background-color: #85CDCA !important;
}

.loader-btn-box .btn-button .btn-primary span.loader-icon {
    line-height: 0;
    position: relative;
    padding-left: 26px;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.loader-btn-box .btn-button .btn-primary span.loader-icon.active {
    opacity: 1;
    visibility: visible;
    display: initial;
}

.loader-btn-box .btn-button .btn-primary span.loader-icon svg {
    position: absolute;
    top: -5px;
    left: -10px;
}


/* ============ End blog ================ */


/* ============ Start blog-details ================ */

.blog-detail-page-section {
    padding: 100PX 0;
}

.blog-detail-page-section .blog-detail-page .blog-detail-img {
    position: relative;
    border-radius: 15px 5px 15px 5px;
    overflow: hidden;
    margin-bottom: 40px;
}

.blog-detail-page-section .blog-detail-page .blog-detail-img::before {
    display: block;
    content: '';
    padding-top: 43%;
}

.blog-detail-page-section .blog-detail-page .blog-detail-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-detail-page-section .blog-detail-page .blog-deta-user ul {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.blog-detail-page-section .blog-detail-page .blog-deta-user ul li {
    color: #263238;
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 18px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.blog-detail-page-section .blog-detail-page .blog-deta-user ul li span.icon {
    font-size: 24px;
    color: #40B3A2;
}

.blog-detail-page-section .blog-detail-page h3.blog-detail-title {
    font-size: 35px;
    font-weight: bold;
    color: #40B3A2;
    margin-bottom: 20px;
}

.blog-detail-page-section .blog-detail-page p {
    color: #263238;
    margin-bottom: 10px;
}

.blog-detail-page-section .blog-detail-page .quote-wrapper {
    position: relative;
    max-width: 726px;
    margin: 0 auto;
    padding: 35px;
}

.blog-detail-page-section .blog-detail-page .quote-wrapper p {
    font-size: 16px;
    color: #40B3A2;
    line-height: 26px;
    margin-bottom: 0;
}

.blog-detail-page-section .blog-detail-page .quote-wrapper .quote-icon {
    font-size: 30px;
    color: #40B3A2;
}

.blog-detail-page-section .blog-detail-page .quote-wrapper .quote-left {
    position: absolute;
    top: 0;
    left: 0;
}

.blog-detail-page-section .blog-detail-page .quote-wrapper .quote-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-detail-page-section .blog-detail-page .tags-wrapper {
    display: flex;
    align-items: center;
    grid-gap: 25px;
    margin: 30px 0;
}

.blog-detail-page-section .blog-detail-page .tags-wrapper .tags-icon {
    font-size: 20px;
    color: black;
}

.blog-detail-page-section .blog-detail-page .tags-wrapper .tags-content ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-detail-page-section .blog-detail-page .tags-wrapper .tags-content ul li {
    border-right: 1px solid #707070;
    padding: 0 20px;
    line-height: normal;
}

.blog-detail-page-section .blog-detail-page .tags-wrapper .tags-content ul li:last-child {
    border-right: 0;
}

.blog-detail-page-section .blog-detail-page .tags-wrapper .tags-content ul li a {
    color: #003247;
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 14px;
}

.blog-detail-page-section .blog-detail-page .tags-wrapper .tags-content ul li a:hover {
    color: #40B3A2;
}

.blog-detail-page-section .blog-detail-page .expect-content {
    margin-bottom: 20px;
}

.blog-detail-page-section .blog-detail-page .expect-content li {
    display: flex;
    align-items: center;
    line-height: normal;
    color: black;
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-detail-page-section .blog-detail-page .expect-content li:last-child {
    margin-bottom: 0;
}

.blog-detail-page-section .blog-detail-page .expect-content li span.dots {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #40B3A2;
    margin-right: 8px;
}

.comment-form form {
    max-width: 790px;
    width: 100%;
}

.comment-form form .form-control {
    border-bottom: 1px solid #707070;
    border-radius: 0;
    padding-left: 0;
    color: black;
    font-size: 15px;
}

.comment-form form .form-control::placeholder,
.comment-form form .form-control::-webkit-input-placeholder,
.comment-form form .form-control:-ms-input-placeholder {
    color: black;
}

.comment-form form .nema-wrapper,
.comment-form form .email-number-wrapper {
    display: flex;
    grid-gap: 50px 30px;
    margin-bottom: 50px;
}

.comment-form form .form-control:focus {
    border-color: #40B3A2 !important;
}

.comment-form form .comment-form-btn {
    margin-top: 50px;
}

.comment-form form .comment-form-btn .btn-primary {
    color: white;
    background-color: #85CDCA;
}


/* ============ End blog-details ================ */


/* ============ Start Contact ================ */

.contact-map-page-section {
    padding-top: 100px;
}

.contact-map-page-section .map-wrapper {
    min-height: 657px;
    height: 100%;
    border: 5px solid #40B3A2;
    border-radius: 15px 5px 15px 5px;
    overflow: hidden;
}

.contact-map-page-section .map-wrapper iframe {
    width: 100%;
    height: 100%;
}

.contact-page-section {
    padding: 100px 0;
    position: relative;
}

.contact-page-section::before {
    position: absolute;
    content: '';
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/take-care-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 60%;
    z-index: -1;
}

.contact-page-section .conatct-wrapper .contact-detail {
    display: flex;
    grid-gap: 40px 30px;
    position: relative;
    z-index: 2;
}

.contact-page-section .conatct-wrapper .contact-detail .contact-box {
    border-radius: 15px 5px 15px 5px;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    justify-content: space-between;
    background-color: #E27D60;
    padding: 41px 50px;
}

.contact-page-section .conatct-wrapper .contact-detail .contact-box:nth-child(2) {
    background-color: #40B3A2;
}

.contact-page-section .conatct-wrapper .contact-detail .contact-box .contact-title {
    font-size: 25px;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
}

.contact-page-section .conatct-wrapper .contact-detail .contact-box .contact-content h6 {
    font-family: 'Bahnschrift';
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-page-section .conatct-wrapper .contact-detail .contact-box .contact-content h6 a {
    color: white;
}

.contact-page-section .conatct-wrapper .contact-detail .contact-box .contact-content h6 a:hover {
    color: black;
}

.contact-page-section .conatct-wrapper .contact-detail .contact-box .icon,
.contact-page-section .conatct-wrapper .contact-detail .contact-box .contact-content {
    width: 100%;
}

.contact-page-section .conatct-wrapper .contact-form {
    position: relative;
    background-color: white;
    border-radius: 15px 5px 15px 5px;
    border: 5px solid #85CDCA;
    box-shadow: 0 1px 11px rgb(0 0 0 / 20%);
    max-width: 850px;
    width: 100%;
    margin: -70px auto 0;
    padding: 110px 30px;
}

.contact-page-section .conatct-wrapper .contact-form .comment-form form {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.contact-page-section .conatct-wrapper .contact-form .btn-button {
    margin: 0 auto;
}

.contact-page-section .conatct-wrapper .contact-form .contact-form-title-content {
    margin-bottom: 50px;
}

.contact-page-section .conatct-wrapper .contact-form textarea.form-control {
    background-color: transparent;
    resize: none;
}

.contact-page-section .conatct-wrapper .contact-form .contact-bg-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}


/* ============ End Contact ================ */


/* ============ Start Services ================ */

.service-page-section {
    padding: 100px 0;
}

.service-page-section .service-wrapper {
    display: flex;
    align-items: center;
}

.service-page-section .service-wrapper .service-content-wrapper .service-content {
    display: flex;
    grid-gap: 30px;
    align-items: center;
    background-color: #F6F6F6;
    border-radius: 15px 5px 15px 5px;
    margin-bottom: 30px;
    max-width: 487px;
    width: 100%;
    padding: 7px 10px;
    transition: 1s all ease;
}

.service-page-section .service-wrapper .service-content-wrapper .service-content:last-child {
    margin-bottom: 0;
}

.service-page-section .service-wrapper .service-content-wrapper .service-content:hover {
    background-color: rgb(133 205 202 / 70%);
}

.service-page-section .service-wrapper .service-content-wrapper .service-content:nth-child(2),
.service-page-section .service-wrapper .service-content-wrapper .service-content:nth-child(4) {
    margin-left: 90px;
}

.service-page-section .service-wrapper .service-content-wrapper .service-content:nth-child(3) {
    margin-left: 180px;
}

.service-page-section .service-wrapper .service-content-wrapper .service-content .service-icon {
    max-width: 75px;
    width: 100%;
}

.service-page-section .service-wrapper .service-content-wrapper .service-content .service-icon img {
    transition: 0.5s all ease;
}

.service-page-section .service-wrapper .service-content-wrapper .service-content:hover .service-icon img {
    filter: brightness(0) invert(1);
}

.service-page-section .service-wrapper .service-content-wrapper .service-content .service-text h4 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 6px;
}

.service-page-section .service-wrapper .service-content-wrapper .service-content .service-text h4 a {
    color: rgb(38 50 56 / 70%);
    transition: 0.5s all ease;
}

.service-page-section .service-wrapper .service-content-wrapper .service-content .service-text p {
    font-size: 14px;
    line-height: 19px;
    color: rgb(38 50 56 / 70%);
    transition: 0.5s all ease;
}

.service-page-section .service-wrapper .service-content-wrapper .service-content:hover .service-text h4 a,
.service-page-section .service-wrapper .service-content-wrapper .service-content:hover .service-text p {
    color: white;
}

.appointment-section {
    padding: 82px 0;
}

.appointment-section .appointment-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.appointment-section {
    padding: 90px 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.appointment-section .form-control,
.appointment-section .form-select {
    padding: 10px 40px;
}

.appointment-section .appointmen-search,
.appointment-section .appointmen-doctor,
.appointment-section .appointmen-service {
    position: relative;
}

.appointment-section .appointmen-search .left,
.appointment-section .appointmen-doctor .left,
.appointment-section .appointmen-service .left {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #263238;
    font-size: 14px;
    pointer-events: none;
}

.appointment-section .appointmen-doctor .right,
.appointment-section .appointmen-service .right {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #263238;
    font-size: 14px;
    pointer-events: none;
}

.appointmen-book .form-control {
    font-family: 'Bw Seido Round DEMO';
    font-weight: bold;
}

.appointmen-book .form-control:checked,
.appointmen-book .form-control:focus {
    color: white;
    background-color: #40B3A2;
}

.packages-section {
    padding: 100px 0;
}

.packages-section .packages-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    height: auto;
}

.packages-section .packages-wrapper .packages-content {
    position: relative;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 1px 11px rgb(0 0 0 / 11%);
    border-radius: 15px 5px 15px 5px;
    padding: 38px 30px;
    height: auto;
    width: 100%;
    transition: 1s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.packages-section .packages-wrapper .packages-content::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px 5px 15px 5px;
    transition: 1s all ease;
}

.packages-section .packages-wrapper .packages-content:hover::before {
    background-color: rgb(64 179 162 / 70%);
}

.packages-section .packages-wrapper .packages-content:hover .packages-img {
    display: none;
}

.packages-section .packages-wrapper .packages-content .packages-img {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 15px 5px 15px 5px;
    border: 3px solid #40B3A2;
    overflow: hidden;
    margin: 0 auto 30px;
}

.packages-section .packages-wrapper .packages-content .packages-img::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.packages-section .packages-wrapper .packages-content .packages-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.packages-section .packages-wrapper .packages-content .packages-price {
    font-size: 20px;
    font-weight: bold;
    color: #85CDCA;
    margin-bottom: 20px;
    position: relative;
}

.packages-section .packages-wrapper .packages-content .packages-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.packages-section .packages-wrapper .packages-content .packages-title a {
    color: #85CDCA;
}

.packages-section .packages-wrapper .packages-content:hover .packages-title a,
.packages-section .packages-wrapper .packages-content:hover .packages-price,
.packages-section .packages-wrapper .packages-content:hover p {
    color: white;
}

.packages-section .packages-wrapper .packages-content p {
    font-size: 14px;
    line-height: 16px;
    color: #263238;
    margin-bottom: 25px;
    position: relative;
}

.packages-section .packages-wrapper .packages-content .packages-btn .btn-button {
    margin: 0 auto;
    position: relative;
}

.packages-section .packages-wrapper .packages-content .packages-btn .btn-button .btn-primary {
    background-color: #85CDCA;
    color: white;
    transition: 1s all ease;
}

.packages-section .packages-wrapper .packages-content:hover .packages-btn .btn-button .btn-primary {
    background-color: white;
    color: #85CDCA;
}


/* ============ End Services ================ */


/* ============ Start gallery page ================ */

.gallery-section {
    padding: 100px 0;
}

.gallery-section .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.gallery-section .gallery-wrapper .gallery-img {
    position: relative;
    border: 6px solid #40B3A2;
    border-radius: 15px 5px 15px 5px;
    overflow: hidden;
    height: 100%;
}

.gallery-section .gallery-wrapper .gallery-img::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.gallery-section .gallery-wrapper .gallery-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gallery-section .gallery-wrapper .gallery-img .plus-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    height: 95%;
    transform: translate(-50%, -50%);
    background-color: rgb(133 205 202 / 40%);
    border-radius: 15px 5px 15px 5px;
    transition: 1s all ease;
    opacity: 0;
    visibility: hidden;
}

.gallery-section .gallery-wrapper .popup-gallery:hover .gallery-img .plus-btn {
    opacity: 1;
    visibility: visible;
}

.gallery-section .gallery-wrapper .gallery-img .plus-btn a {
    font-size: 26px;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-section .gallery-wrapper .popup-gallery:nth-child(2) {
    grid-row: span 2;
}

.gallery-section .gallery-wrapper .popup-gallery:nth-child(2) .gallery-img {
    width: 100%;
    height: 100%;
}

.gallery-section .gallery-wrapper .popup-gallery:nth-child(6),
.gallery-section .gallery-wrapper .popup-gallery:nth-child(9) {
    grid-column: span 2;
}

.gallery-section .gallery-wrapper .popup-gallery:nth-child(6) .gallery-img::before,
.gallery-section .gallery-wrapper .popup-gallery:nth-child(9) .gallery-img::before {
    padding-top: 47%;
}

.gallery-section .loader-btn-box .btn-button {
    margin: 60px auto 0;
}


/* ============ End gallery page ================ */


/* ============ Start Cart page ================ */

.cart-section,
.wishlist-section {
    padding: 100px 0;
}

.cart-section .cart-wrapper .cart-table table,
.wishlist-section .wishlist-wrapper .wishlist-table table {
    width: 100%;
}

.cart-section .cart-wrapper .cart-table thead tr th,
.wishlist-section .wishlist-wrapper .wishlist-table thead tr th {
    background-color: #85CDCA;
    font-weight: normal;
    font-family: 'Bahnschrift';
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 15px 0;
}

.cart-section .cart-wrapper .cart-table thead tr th:last-child {
    text-align: right;
    padding-right: 10px;
}

.cart-section .cart-wrapper .cart-table tbody tr,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr {
    border-bottom: 1px solid #40B3A2;
}

.cart-section .cart-wrapper .cart-table tbody tr td,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr td {
    padding: 20px 0;
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col {
    max-width: 150px;
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title {
    display: flex;
    align-items: center;
    grid-gap: 30px;
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-images,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-images {
    background-color: #F6F6F6;
    border-radius: 15px 5px 15px 5px;
    width: 130px;
    height: 130px;
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-images a,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-images a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-images a::before,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-images a::before {
    display: block;
    content: '';
    padding-top: 100%;
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-images a img,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-images a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 12px;
    transition: 0.5s all ease;
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-images a img:hover,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-images a img:hover {
    transform: scale(0.9);
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-nema .product-title,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-nema .product-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-nema .product-title a,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-nema .product-title a {
    color: black;
    transition: 0.5s all ease;
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-nema .product-title a:hover,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-nema .product-title a:hover {
    color: #85CDCA;
}

.cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-nema p,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-nema p {
    font-size: 16px;
    color: #263238;
    line-height: 20px;
    max-width: 250px;
}

.cart-section .cart-wrapper .cart-table tbody tr .quantity-form {
    max-width: 120px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 15px 5px 15px 5px;
    overflow: hidden;
}

.cart-section .cart-wrapper .cart-table tbody tr .quantity-form .quantity {
    display: flex;
}

.cart-section .cart-wrapper .cart-table tbody tr .quantity-form input {
    width: 100%;
    height: 100%;
    min-height: 40px;
    background-color: #40B3A2;
    color: white;
    font-family: 'Bahnschrift';
    text-align: center;
    border: 0;
}

input.qtyminus.minus:hover,
input.qtyplus.plus:hover {
    background-color: #85cdca !important;
}

input.qty {
    background-color: white !important;
    color: #000000 !important;
    border: 1px solid #40B3A2 !important;
}

.cart-section .cart-wrapper .cart-table tbody tr .remove-col .trash-box,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .cart-col .cart-btn {
    width: 40px;
    height: 40px;
    border-radius: 15px 5px 15px 5px;
    background-color: #40B3A2;
    margin: auto;
}

.cart-section .cart-wrapper .cart-table tbody tr .remove-col .trash-box:hover,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .cart-col .cart-btn:hover {
    background-color: #85CDCA;
}

.cart-section .cart-wrapper .cart-table tbody tr .remove-col .trash-box a,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .cart-col .cart-btn a {
    font-size: 18px;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-section .cart-wrapper .cart-table tbody tr .remove-col .trash-box a:hover,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .cart-col .cart-btn a:hover {
    color: #263238;
}

.cart-section .cart-wrapper .cart-table tbody tr .price-col h4 {
    font-weight: normal;
    font-family: 'Bahnschrift';
    font-size: 19px;
    color: #263238;
    text-align: right;
    padding-right: 10px;
}

.cart-section .cart-wrapper .cart-table .main-discount-other {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin: 35px 0 25px;
}

.cart-section .cart-wrapper .cart-table .main-discount-other .cart-all-box,
.cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .cart-all-box {
    background-color: #85CDCA;
    border-radius: 15px 5px 15px 5px;
    display: flex;
    justify-content: space-between;
    padding: 13px 15px;
}

.cart-section .cart-wrapper .cart-table .main-discount-other .cart-all-box span,
.cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box .cart-all-box span,
.wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box .cart-all-box span {
    font-weight: normal;
    font-family: 'Bahnschrift';
    font-size: 20px;
    color: white;
}

.cart-section .cart-wrapper .cart-table .main-apply-code-box,
.wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box,
.wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box {
    border-radius: 15px 5px 15px 5px;
    border: 1px solid #85CDCA;
    width: 100%;
    margin-right: 30px;
    overflow: hidden;
}

.cart-section .cart-wrapper .cart-table .main-apply-code-box .checkout-btn,
.wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .continue-shopping-wrapper {
    border-radius: 15px 5px 15px 5px;
    background-color: #85CDCA;
    padding: 13px 15px;
    max-width: 270px;
    width: 100%;
}

.cart-section .cart-wrapper .cart-table .main-apply-code-box .checkout-btn a,
.wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .continue-shopping-wrapper a,
.cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .cart-all-box a {
    font-weight: normal;
    font-family: 'Bahnschrift';
    font-size: 20px;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box .cart-all-box span,
.wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box .cart-all-box span {
    background-color: #85CDCA;
    max-width: 270px;
    width: 100%;
    cursor: pointer;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box .cart-all-box span:hover,
.wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box .cart-all-box span:hover,
.cart-section .cart-wrapper .cart-table .main-apply-code-box .checkout-btn:hover,
.wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .continue-shopping-wrapper:hover,
.cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .cart-all-box:hover {
    background-color: #40B3A2;
}

.cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .cart-all-box a:hover {
    color: white;
}

.cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box .cart-all-box input,
.wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box .cart-all-box input {
    font-weight: normal;
    font-family: 'Bahnschrift';
    font-size: 18px;
    color: rgb(38 50 56 / 60%);
    padding: 16px 0 16px 25px;
    line-height: normal;
}

.cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .cart-all-box {
    background-color: #F6F6F6;
}

.cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .update-quantity-wrapper,
.cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .continue-shopping-wrapper {
    max-width: 270px;
    width: 100%;
    margin: 0 0 0 auto;
}

.cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .update-quantity-wrapper {
    margin: 20px 0 20px auto;
}

.cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .cart-all-box a {
    color: #263238;
}


/* ============ End Cart page ================ */


/* ============ Start wishlist page ================ */

.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .trash-box a {
    font-size: 23px;
    color: #263238;
}

.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .trash-box a:hover {
    color: #FF0000;
}

.wishlist-section .wishlist-wrapper .wishlist-table tbody tr td.unit-price h4,
.wishlist-section .wishlist-wrapper .wishlist-table tbody tr td.status-col h4 {
    font-weight: normal;
    font-family: 'Bahnschrift';
    font-size: 20px;
    text-align: center;
    color: #263238;
}

.wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box {
    margin-top: 25px;
}


/* ============ End wishlist page ================ */


/* ============ Start sign-in page ================ */

.sign-in-and-sign-up-section {
    padding: 100px 0;
}

.sign-in-and-sign-up-section .sign-in-wrapper,
.sign-in-and-sign-up-section .sign-up-wrapper {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: none;
}

.sign-in-and-sign-up-section .sign-in-wrapper.active,
.sign-in-and-sign-up-section .sign-up-wrapper.active {
    display: block;
}

.sign-in-and-sign-up-section .sign-title {
    font-size: 30px;
    font-weight: bold;
    color: #40B3A2;
    margin-bottom: 18px;
}

.sign-in-and-sign-up-section .click-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

form.sign-form .input-wrapper .form-control {
    border-bottom: 1px solid #707070;
    border-radius: 0;
    padding-left: 0;
    color: black;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
}

form.sign-form .input-wrapper .form-control:focus {
    border-color: #40B3A2 !important;
}

form.sign-form .input-wrapper .password {
    position: relative;
}

form.sign-form .input-wrapper .password .fa-eye-slash,
form.sign-form .input-wrapper .password .fa-eye {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 12px;
    color: black;
    z-index: 31;
    cursor: pointer;
}

.bi-eye svg:first-child {
    display: none;
}

form.sign-form .input-wrapper .password a svg:last-child {
    display: none;
}

form.sign-form .input-wrapper .password a.bi-eye svg:last-child {
    display: block;
}

.sign-in-and-sign-up-section .form-check .form-check-input,
.sign-in-and-sign-up-section .form-check .form-check-input:focus {
    border-color: #40B3A2;
    border-radius: 0;
}

.sign-in-and-sign-up-section .form-check .form-check-input:checked {
    background-color: #40B3A2;
    border-color: #40B3A2 !important;
}

.sign-in-and-sign-up-section .click-wrapper .form-check label.form-check-label {
    font-size: 12px;
    color: #263238;
    line-height: normal;
}

.sign-in-and-sign-up-section .click-wrapper .forgot-password p {
    font-size: 12px;
    line-height: normal;
}

.sign-in-and-sign-up-section .click-wrapper .form-check label.form-check-label a {
    text-decoration: underline;
    color: #263238;
}

.sign-in-and-sign-up-section .click-wrapper .forgot-password p a {
    color: #263238;
}

.sign-in-and-sign-up-section .signin-form-btn .btn-button {
    margin: 30px auto;
}

.sign-in-and-sign-up-section .signin-form-btn .btn-button .btn-primary {
    background-color: #85CDCA;
    color: white;
}

.sign-in-and-sign-up-section .form-footer-text p {
    font-size: 12px;
    color: #263238;
}

.sign-in-and-sign-up-section .form-footer-text p a {
    color: #40B3A2;
    text-decoration: underline;
}

.sign-in-and-sign-up-section .click-wrapper .forgot-password p a:hover,
.sign-in-and-sign-up-section .click-wrapper .form-check label.form-check-label a:hover {
    color: #40B3A2;
}

.sign-in-and-sign-up-section .form-footer-text p a:hover {
    color: #263238;
}


/* ============ End sign-in page ================ */


/* ============ Start error page ================ */

.error-section {
    padding: 100px 0;
}

.wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col {
    max-width: 200px;
}

.main-error-wrapper .error-img-wrapper img {
    margin: 0 auto;
    display: block;
}

.main-error-wrapper .error-text-wrapper .title h3 {
    font-size: 40px;
    font-weight: bold;
    color: black;
    margin: 50px 0 30px;
}

.main-error-wrapper .error-text-wrapper .title p {
    font-size: 20px;
    line-height: 26px;
    color: black;
    max-width: 570px;
    margin: 0 auto 30px;
}

.main-error-wrapper .error-text-wrapper .home-btn .btn-button {
    margin: 0 auto;
}

.main-error-wrapper .error-text-wrapper .home-btn .btn-primary {
    background-color: #85CDCA;
    color: white;
}

.wishlist-section .wishlist-wrapper .wishlist-table tbody tr td.status-col .out-of-stock {
    color: #FF0000;
}


/* ============ End error page ================ */


/* ============ start_automatically_open_popup_window ================ */

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.automatically_open_popup_window {
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    display: none;
}

.automatically_open_popup_window a.close {
    color: #85CDCA;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    display: block;
    transition: 0.3s all ease;
    width: fit-content;
    margin-left: auto;
}

.automatically_open_popup_window a.close:hover {
    color: #fff;
}

.automatically_open_popup_window .popup {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding: 12px;
}

.automatically_open_popup_window_content {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    padding: 30px 60px;
    margin: 0 auto;
}

.automatically_open_popup_window_img,
.automatically_open_popup_window_text {
    width: 100%;
}

.automatically_open_popup_window_img {
    text-align: center;
}

.automatically_open_popup_window_img img {
    max-width: 400px;
    width: 100%;
    height: 100%;
}

.automatically_open_popup_window_text h3 {
    font-size: 52px;
    font-weight: 700;
    color: #85CDCA;
    margin-bottom: 40px;
}

.automatically_open_popup_window_text p,
.automatically_open_popup_window_text .newsletter-content {
    margin-bottom: 50px;
}

.automatically_open_popup_window_text .form-check {
    display: flex;
    align-items: center;
    grid-gap: 15px;
}

.automatically_open_popup_window_text .form-check .form-check-input {
    width: 20px;
    height: 20px;
}

.automatically_open_popup_window_text .form-check-input:checked {
    background-color: #40b3a2;
    border-color: #40b3a2;
}

.automatically_open_popup_window_text .form-check label.form-check-label {
    font-size: 20px;
    font-weight: 400;
}


/* ============ End_automatically_open_popup_window ================ */


/* ============ start checkout-section ================ */

.checkout-section {
    padding: 80px 0;
}

.checkout-section .check-out-wrapper {
    display: flex;
    grid-gap: 42px;
}

.checkout-section .check-out-wrapper h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #40B3A2;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.checkout-section .check-out-wrapper .shopping-address {
    max-width: 800px;
    width: 100%;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 4px 8px 30px rgba(141, 141, 141, .1);
}

.checkout-section .check-out-wrapper .shopping-address .input-form {
    height: 50px;
    margin-bottom: 25px;
    width: 100%;
    resize: none;
    font-family: 'Bahnschrift';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #868686;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.checkout-section .check-out-wrapper .shopping-address .form-check .form-check-input {
    border-radius: 100%;
    width: 14px;
    height: 14px;
}

.checkout-section .check-out-wrapper .shopping-address textarea.input-form {
    min-height: 225px;
    margin: 25px 0 0;
}

.checkout-section .check-out-wrapper .payment-box {
    max-width: 580px;
    width: 100%;
    border: 1px solid rgba(176, 176, 176, 0.5);
    padding: 25px;
}

.checkout-section .check-out-wrapper .payment-box .itams-detail {
    margin-bottom: 25px;
}

.checkout-section .check-out-wrapper .payment-box .itams-detail li h5 {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.04em;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-section .check-out-wrapper .payment-box .itams-detail li h5 .price {
    font-size: 18px;
    color: #F58840;
}

.checkout-section .check-out-wrapper .payment-box .payment-select {
    margin: 30px 0;
}

.checkout-section .check-out-wrapper .payment-box .payment-select ul li {
    position: relative;
    font-family: 'Bw Seido Round DEMO';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #484848;
    margin-bottom: 10px;
}

.checkout-section .check-out-wrapper .payment-box .payment-select .payment-method-select {
    border: 1px solid rgba(176, 176, 176, 0.5);
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    cursor: pointer;
}

.checkout-section button.place-order {
    width: 100%;
    background-color: #85CDCA;
    color: white;
}

.checkout-section .total-wrapper,
.checkout-section .shipping-wrapper,
.checkout-section .subtotal-wrapper {
    display: flex;
    grid-gap: 20px;
    justify-content: space-between;
}

.checkout-section .shipping-wrapper {
    padding: 20px 0;
    border-bottom: 1px solid #C4C4C4;
}

.checkout-section .shipping-wrapper p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    max-width: 190px;
    width: 100%;
    line-height: 20px;
}

.checkout-section .shipping-wrapper h4 {
    font-size: 22px;
}

.checkout-section .payment-method h4 {
    font-size: 26px;
    color: #F58840;
    margin-bottom: 20px;
}

.checkout-section .subtotal-wrapper h4 {
    margin-bottom: 15px;
    font-size: 22px;
}

.checkout-section .subtotal-wrapper ul li:last-child {
    margin-bottom: 0;
}

.checkout-section .subtotal-wrapper ul li {
    font-family: 'Bw Seido Round DEMO';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #171717;
    display: flex;
    align-items: center;
    grid-gap: 28px;
    margin-bottom: 10px;
}

.checkout-section .total-wrapper {
    margin-top: 25px;
}

.checkout-section .total-wrapper h4 {
    font-size: 26px;
    color: #F58840;
}

.checkout-section form.payment-form {
    margin-top: 50px;
}

.checkout-section .payment-form .payment-methods .payment-check {
    margin-bottom: 20px;
}

.checkout-section .payment-form .payment-methods .payment-check input {
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.checkout-section .payment-form .payment-methods .payment-check p {
    font-size: 16px;
    color: #868686;
    line-height: 24px;
    padding-left: 27px;
    margin-top: 5px;
}

.checkout-section .payment-form .payment-methods .payment-check.paypal img {
    margin: 0 20px;
}

.checkout-section .payment-form .payment-methods .payment-check a {
    color: #e27d60;
    font-family: 'Bahnschrift';
    text-decoration: underline;
}

.checkout-section .product-cart-payment .payment-form-bottom {
    gap: 12px;
}

.checkout-section .product-cart-payment .payment-form-bottom label {
    font-family: 'Bahnschrift';
}

.checkout-section .product-cart-payment form.payment-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.checkout-section .payment-form .payment-methods .payment-check input:checked {
    background: #848484;
}


/* ============ End checkout-section ================ */


/* responsive css */

@media only screen and (max-width: 1700px) {
    footer .sub-footer::after {
        width: 135px;
        height: 186px;
    }

    footer .sub-footer::before {
        width: 100px;
        height: 118px;
    }

    .our-services-section .container::before {
        width: 170px;
        height: 153px;
    }

    .our-services-section .container::after {
        width: 225px;
        height: 151px;
    }

    .testimonials-section::after {
        width: 185px;
        height: 204px;
    }

    .product-slider-section::after {
        width: 180px;
        height: 185px;
    }

    .single-product-page-section::after,
    .single-product-page-section::before {
        width: 100px;
        height: 70px;
    }
}

@media only screen and (max-width: 1500px) {

    .our-services-section .container::before,
    .our-services-section .container::after,
    .product-slider-section::after,
    .testimonials-section::after {
        display: none;
    }
}

@media only screen and (max-width: 1440px) {
    footer::before {
        top: 1px;
        background-size: cover;
    }

    .our-services-section::after {
        background-size: cover;
    }
}

@media only screen and (max-width: 1199px) {
    h1.title {
        font-size: 40px;
        line-height: normal;
    }

    h2.sub-title,
    h4.blog-page-section .blog-box .blog-text-content .blog-title,
    .blog-page-section .blog-box .blog-text-content .blog-title,
    .blog-detail-page-section .blog-detail-page h3.blog-detail-title {
        font-size: 30px;
    }

    p {
        font-size: 20px;
        line-height: 28px;
    }

    .logo-content img,
    .footer-logo img {
        max-width: 115px;
    }

    .top-header {
        padding: 10px 0;
    }

    .top-header .top-contact ul li .contact-icon,
    .service-page-section .service-wrapper .service-content-wrapper .service-content .service-text h4 {
        font-size: 20px;
    }

    .top-header .top-contact ul li .contact-text {
        font-size: 14px;
    }

    .sub-header .main-menu ul li {
        margin-right: 55px;
    }

    .home-hero-section {
        background-size: 38%;
        min-height: 565px;
    }

    .home-hero-section .home-hero-content .main-title-content p {
        margin-bottom: 15px;
    }

    .home-hero-btn {
        margin-top: 30px;
    }

    .our-services-section,
    .take-care-section,
    .count-section,
    .single-product-page-section {
        padding: 50px 0 100px;
    }

    .our-services-section .service-content-text h3 {
        font-size: 35px;
        margin-bottom: 25px;
    }

    .choose-section,
    .product-slider-section,
    .testimonials-section,
    .pricing-section,
    .about-detail-section,
    .team-section,
    .service-page-section,
    .appointment-section,
    .packages-section,
    .team-page-section,
    .gallery-section,
    .error-section,
    .blog-page-section,
    .blog-detail-page-section,
    .shop-page-section,
    .cart-section,
    .wishlist-section,
    .contact-page-section {
        padding: 50px 0;
    }

    .choose-slider-arrow {
        margin-top: 20px;
    }

    .product-slider-section .choose-slider-arrow {
        margin-top: 25px;
    }

    .testimonials-slider-arrow .testimonials-sub-title h3,
    .pricing-section .pricing-sub-title h3,
    .about-detail-content-text h3,
    .single-product-page-section .single-product .main-single-product-content .single-product-content h3 {
        font-size: 30px;
    }

    .pricing-section .main-pricing-box .pricing-box.active h4 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .pricing-section .main-pricing-box .pricing-box.active ul li {
        font-size: 18px;
        line-height: 30px;
    }

    .pricing-section .main-pricing-box .pricing-box ul li {
        font-size: 16px;
        line-height: 28px;
    }

    .pricing-section .main-pricing-box .pricing-box ul {
        margin: 20px 0 30px;
    }

    footer .sub-footer::after {
        height: 174px;
    }

    footer .sub-footer::before {
        height: 106px;
    }

    .other-hero-section::after,
    .count-section::before,
    .take-care-section::after {
        background-size: cover;
        background-position: center;
        bottom: -2px;
    }

    .other-hero-content .other-title-content {
        min-height: 340px;
    }

    .about-detail-content-text h3 {
        margin-bottom: 30px;
    }

    .count-section .main-count-box .count-box img {
        width: 80px;
    }

    .service-page-section .service-wrapper .service-content-wrapper .service-content .service-icon {
        max-width: 50px;
    }

    .service-images-wrapper {
        width: 30%;
    }

    .main-error-wrapper .error-img-wrapper img {
        padding: 0 100px;
    }

    .all-product-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .cart-section .cart-wrapper .cart-table .main-discount-other .cart-all-box span,
    .cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box .cart-all-box span,
    .wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box .cart-all-box span,
    .cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box .cart-all-box input,
    .wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box .cart-all-box input,
    .cart-section .cart-wrapper .cart-table .main-apply-code-box .checkout-btn a,
    .wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .continue-shopping-wrapper a,
    .cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .cart-all-box a {
        font-size: 16px;
    }

    .cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box .cart-all-box input,
    .wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box .cart-all-box input {
        padding: 15px 0 15px 25px;
    }

    .cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-images,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-images {
        width: 100px;
        height: 100px;
    }

    .contact-page-section .conatct-wrapper .contact-detail .contact-box {
        padding: 25px 15px;
    }

    .contact-page-section .conatct-wrapper .contact-detail .contact-box .icon {
        width: auto;
        margin-right: 30px;
    }

    .contact-map-page-section {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .blog-page-section .blog-box {
        flex-direction: column;
    }

    .blog-page-section .blog-box .blog-text-content {
        padding: 85px 15px 25px 15px;
        margin-left: 0;
        margin-top: -60px;
        text-align: center;
    }

    .blog-page-section .blog-box .blog-text-content .blog-deta-user ul {
        justify-content: center;
    }

    .viewmore-btn {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 991px) {
    footer .wc-footer-content {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
        margin: 0 auto 40px;
        grid-gap: 30px;
    }

    .information-footer {
        order: 3;
    }

    .helpful-footer {
        order: 4;
    }

    .newsletter-box {
        order: 2;
    }

    footer .copy-right-text p {
        font-size: 16px;
    }

    footer .copy-right-text {
        padding: 20px 0;
    }

    footer .sub-footer::after {
        height: 150px;
    }

    footer .sub-footer::before {
        bottom: 50px;
    }

    .sub-header .main-menu ul li {
        margin-right: 31px;
    }

    .sub-header .main-menu ul li a {
        font-size: 15px;
    }

    .main-team-box,
    .packages-section .packages-wrapper,
    .appointment-section .appointment-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-team-box .team-box h3,
    .cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-nema .product-title,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-nema .product-title,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .trash-box a,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr td.unit-price h4,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr td.status-col h4,
    .contact-page-section .conatct-wrapper .contact-detail .contact-box .contact-title {
        font-size: 20px;
    }

    .main-team-box .team-box {
        max-width: 260px;
        margin: 0 auto;
        width: 100%;
    }

    .take-care-section .main-take-care-box {
        grid-gap: 30px;
    }

    .appointment-section {
        background-size: cover;
    }

    .service-page-section .service-wrapper {
        flex-direction: column;
        grid-gap: 40px;
    }

    .main-error-wrapper .error-text-wrapper .title h3 {
        font-size: 30px;
        margin: 30px 0;
    }

    .blog-page-section .blog-box .blog-text-content .blog-title,
    .blog-detail-page-section .blog-detail-page h3.blog-detail-title {
        font-size: 25px;
    }

    .blog-detail-page-section .blog-detail-page .blog-detail-img::before {
        padding-top: 70%;
    }

    .single-product-page-section .single-product,
    .contact-page-section .conatct-wrapper .contact-detail .contact-box {
        flex-direction: column;
    }

    .single-product-page-section .single-product .main-single-product-content {
        order: 1;
    }

    .single-product-page-section .single-product .main-single-product-content,
    .single-product-page-section .single-product .single-product-images {
        width: 100%;
    }

    .single-product-page-section .single-product .main-single-product-content .single-product-content .product-star {
        float: left;
        margin-right: 30px;
    }

    .product-price {
        margin: 30px 0;
    }

    .single-product-page-section .single-product .main-single-product-content .product-size,
    .color-select {
        float: left;
        margin-right: 30px;
    }

    .color-select {
        margin-top: 10px;
    }

    .cart-section .cart-wrapper .cart-table .main-discount-other {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }

    .cart-section .cart-wrapper .cart-table tbody tr .discription-col {
        max-width: 100%;
    }

    .cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box,
    .wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box {
        margin-right: 15px;
    }

    .cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box .cart-all-box span,
    .wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box .cart-all-box span {
        max-width: 130px;
    }

    .contact-page-section .conatct-wrapper .contact-detail .contact-box {
        text-align: center;
    }

    .contact-page-section .conatct-wrapper .contact-detail .contact-box .icon img {
        width: 60px;
    }

    .contact-page-section .conatct-wrapper .contact-detail .contact-box .icon {
        margin: 0 0 10px;
    }

    .contact-page-section .conatct-wrapper .contact-form {
        padding-bottom: 60px;
    }

    .contact-map-page-section .map-wrapper {
        min-height: 420px;
    }

    .automatically_open_popup_window_text h3 {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .automatically_open_popup_window_text p,
    .automatically_open_popup_window_text .newsletter-content {
        margin-bottom: 30px;
    }

    .checkout-section {
        padding: 40px 0;
    }

    .product-discription-section .tab-content .reviews ul li .single-review .review-image {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .product-discription-section .tab-content .reviews ul li .single-review .review-content .c-header .review-meta h5 a {
        font-size: 15px;
    }

    .product-discription-section .tab-content .reviews ul li .single-review .review-content .c-header .review-meta .c-date {
        font-size: 14px;
    }

    .product-discription-section .tab-content .reviews ul.review-list li .single-review {
        padding: 20px;
    }

    .pricing-section .main-pricing-box .pricing-box h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .btn {
        padding: 10px 22px;
    }

    .sub-header .mobile-menu-icon,
    .sub-header .logo-content {
        display: block;
    }

    .top-header,
    .sub-header .main-menu.left {
        display: none;
    }

    h1.title {
        font-size: 30px;
    }

    h2.sub-title {
        font-size: 25px;
    }

    p,
    .main-error-wrapper .error-text-wrapper .title p {
        font-size: 16px;
    }

    .btn-button {
        margin: 0 auto;
    }

    .home-hero-btn .btn-button {
        margin: 0;
    }

    .sub-header {
        padding: 10px 0;
    }

    .sub-header .sign-in-and-sign-up h5 {
        font-size: 12px;
    }

    .mobile-login-box {
        display: flex;
        align-items: center;
        justify-content: end;
        grid-gap: 20px;
    }

    .logo-content img,
    .footer-logo img {
        max-width: 90px;
    }

    .home-hero-section::after {
        height: 50px;
    }

    .home-hero-section {
        min-height: 100%;
        background-size: 35%;
    }

    .home-hero-section .home-hero-content {
        height: 80vh;
        padding: 40px 0;
    }

    .our-services-section .service-content-text {
        margin: 0;
        text-align: center;
    }

    .our-services-section .service-content-text h3,
    .testimonials-slider-arrow .testimonials-sub-title h3,
    .pricing-section .pricing-sub-title h3,
    .about-detail-content-text h3,
    .main-error-wrapper .error-text-wrapper .title h3,
    .single-product-page-section .single-product .main-single-product-content .single-product-content h3 {
        font-size: 25px;
    }

    .our-services-section .service-main-box {
        margin: 30px auto 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .our-services-section .service-box {
        border-radius: 15px 5px 15px 5px !important;
    }

    .choose-section .choose-slider .swiper-wrapper {
        padding: 0;
    }

    .testimonials-slider-box .image-and-name .testimonials-user-name h5,
    .product-discription-section .tab-click-btn .tabs a,
    .product-price {
        font-size: 16px;
    }

    .pricing-section .main-pricing-box {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .sub-footer {
        padding-top: 0;
    }

    footer .wc-footer-content {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
        grid-gap: 0px;
        text-align: center;
    }

    .newsletter-box,
    .social-media-box,
    .socials-box,
    .single-product-page-section .single-product .main-single-product-content .single-product-content h3 {
        margin-bottom: 25px;
    }

    .wc-footer-content .social-media-box .footer-social ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .wc-footer-content .footer-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .wc-footer-content .information-footer ul li,
    .wc-footer-content .helpful-footer ul li,
    .single-product-page-section .single-product .main-single-product-content .single-product-content .product-star {
        font-size: 16px;
    }

    .wc-footer-content .information-footer h4,
    .wc-footer-content .helpful-footer h4 {
        cursor: pointer;
    }

    .wc-footer-content .information-footer ul,
    .wc-footer-content .helpful-footer ul {
        display: none;
        margin-bottom: 20px;
    }

    footer .copy-right-text p {
        font-size: 14px;
    }

    footer .sub-footer::after {
        height: 95px;
        bottom: 38px;
        width: 85px;
    }

    footer .sub-footer::before {
        height: 66px;
        width: 62px;
        bottom: 57px;
    }

    .take-care-section .main-take-care-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .take-care-section .main-take-care-box .take-care-box {
        margin: 0 auto !important;
        max-width: 240px;
        width: 100%;
    }

    .count-section .main-count-box {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 40px;
    }

    .about-detail-images {
        text-align: center;
        margin-bottom: 30px;
    }

    .other-hero-content .other-title-content {
        min-height: 270px;
    }

    .service-page-section .service-wrapper .service-content-wrapper .service-content:nth-child(2),
    .service-page-section .service-wrapper .service-content-wrapper .service-content:nth-child(4),
    .service-page-section .service-wrapper .service-content-wrapper .service-content:nth-child(3) {
        margin-left: 0;
    }

    .service-images-wrapper {
        width: 60%;
    }

    .gallery-section .gallery-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery-section .gallery-wrapper .popup-gallery:nth-child(6),
    .gallery-section .gallery-wrapper .popup-gallery:nth-child(9) {
        grid-column: span 1;
    }

    .gallery-section .gallery-wrapper .popup-gallery:nth-child(6) .gallery-img::before,
    .gallery-section .gallery-wrapper .popup-gallery:nth-child(9) .gallery-img::before {
        padding-top: 100%;
    }

    .comment-form form .nema-wrapper,
    .comment-form form .email-number-wrapper {
        grid-gap: 30px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .blog-detail-page-section .blog-detail-page .blog-deta-user ul li span.icon,
    .cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-nema .product-title,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-nema .product-title {
        font-size: 18px;
    }

    .blog-detail-page-section .blog-detail-page .blog-deta-user ul li {
        font-size: 15px;
    }

    .shop-page-section .color-box ul {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px;
    }

    .shop-page-section .instagram-box .instagram-post,
    .shop-options .shop-options-content {
        display: flex;
        flex-wrap: wrap;
    }

    .shop-page-section .instagram-box .instagram-img {
        width: 100px;
    }

    .shop-options {
        flex-wrap: wrap;
        grid-gap: 10px 20px;
        margin-bottom: 30px;
    }

    .shop-page-section h3.shop-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .single-product-page-section .single-product .main-single-product-content .single-product-content .product-star {
        margin: 0 30px 0 0;
    }

    .product-price {
        margin: 0;
    }

    .cart-section .cart-wrapper .cart-table tbody tr td,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr td {
        padding: 10px 0;
    }

    .cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title {
        flex-direction: column;
        align-items: flex-end;
        grid-gap: 15px;
    }

    .cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-images,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-images {
        width: 85px;
        height: 85px;
    }

    .cart-section .cart-wrapper .cart-table tbody tr .discription-col .product-images-title .product-nema p,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col .product-images-title .product-nema p,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr .discription-col {
        max-width: 100%;
    }

    .cart-section .cart-wrapper .cart-table tbody tr,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr {
        border: 1px solid #40B3A2;
        padding: 0 15px;
    }

    .cart-section .cart-wrapper .cart-table tbody tr .remove-col .trash-box,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr .cart-col .cart-btn,
    .cart-section .cart-wrapper .cart-table tbody tr .quantity-form {
        margin: 0 0 0 auto;
    }

    .cart-section .cart-wrapper .cart-table tbody tr .price-col h4 {
        padding-right: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: 30px;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-family: 'Bahnschrift';
        font-size: 20px;
        color: #263238;
        vertical-align: middle;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr td.unit-price h4,
    .wishlist-section .wishlist-wrapper .wishlist-table tbody tr td.status-col h4 {
        text-align: right;
    }

    .contact-page-section .conatct-wrapper .contact-detail {
        flex-direction: column;
    }

    .contact-page-section .conatct-wrapper .contact-form {
        margin: 30px 0 0;
        padding: 50px 30px;
    }

    .automatically_open_popup_window_content {
        flex-direction: column;
        padding: 20px;
    }

    .automatically_open_popup_window_text h3 {
        font-size: 25px;
    }

    .automatically_open_popup_window_text .form-check label.form-check-label {
        font-size: 14px;
    }

    .automatically_open_popup_window_text .form-check .form-check-input {
        width: 14px;
        height: 14px;
    }

    .automatically_open_popup_window_text p,
    .automatically_open_popup_window_text .newsletter-content {
        margin-bottom: 20px;
    }

    .checkout-section .check-out-wrapper {
        flex-wrap: wrap;
        grid-gap: 30px;
    }

    .checkout-section .check-out-wrapper .payment-box {
        max-width: 100%;
        padding: 15px;
    }

    .checkout-section .check-out-wrapper .payment-box .itams-detail li h5 {
        font-size: 14px;
    }

    .checkout-section .check-out-wrapper h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .checkout-section .subtotal-wrapper h4,
    .checkout-section .check-out-wrapper .payment-box .itams-detail li h5 .price {
        font-size: 16px;
    }

    .checkout-section .shipping-wrapper h4 {
        font-size: 18px;
    }

    .checkout-section .total-wrapper,
    .checkout-section .shipping-wrapper,
    .checkout-section .subtotal-wrapper {
        grid-gap: 15px;
    }

    .checkout-section .total-wrapper {
        margin-top: 15px;
    }

    .checkout-section .total-wrapper h4 {
        font-size: 20px;
    }

    .checkout-section .check-out-wrapper .shopping-address {
        padding: 15px;
    }

    .checkout-section .check-out-wrapper .shopping-address .input-form {
        height: 44px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .product-discription-section .tab-content .reviews ul li .single-review .review-content .c-header .replay-btn a {
        font-size: 14px;
    }

    .product-discription-section .tab-discription .compares table tbody tr td {
        text-align: left;
    }

    .product-discription-section .tab-discription .compares table tbody tr {
        margin-bottom: 15px;
    }

    .services-single {
        padding: 40px 0;
    }

    .services-main-details ul.icon-list-items li,
    .accordion--radio .tab__label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {

    .main-team-box,
    .take-care-section .main-take-care-box,
    .appointment-section .appointment-wrapper,
    .packages-section .packages-wrapper,
    .all-product-box,
    .cart-section .cart-wrapper .cart-table .main-discount-other {
        grid-template-columns: repeat(1, 1fr);
    }
    .sub-header,
.topheader strong {
    display:none
}
.logoimg {
    width: 100%;
}

.contact-icon {
    color:#e27d60;
    float: left;
    padding: 0 15px 0 0;
    margin-top: -5px;
    font-size: 20px; 
}
.topheader img {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px 0 ;
}
    .main-error-wrapper .error-img-wrapper img {
        padding: 0 20px;
    }

    .all-product-box.list .product-slider-box,
    .cart-section .cart-wrapper .cart-table .main-apply-code-box,
    .wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box {
        flex-direction: column;
    }

    .all-product-box.list .product-slider-box .product-images {
        min-height: auto;
    }

    .product-discription-section .tab-click-btn .tabs {
        justify-content: left;
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll;
        padding: 0 15px;
        grid-gap: 15px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .product-discription-section .tab-click-btn .tabs::-webkit-scrollbar {
        display: none;
    }

    .product-discription-section .tab-click-btn .tabs .tab-link {
        display: inline-block;
        width: 100%;
    }

    .single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide:nth-child(2),
    .single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide:nth-child(4),
    .single-product-page-section .single-product .single-product-images .small-product-img .swiper .swiper-slide:nth-child(3) {
        margin-top: 0;
    }

    .single-product-page-section .single-product .main-single-product-content .product-size,
    .color-select {
        float: unset;
    }

    .cart-section .cart-wrapper .cart-table .main-apply-code-box .apply-code-box,
    .wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .apply-code-box,
    .cart-section .cart-wrapper .cart-table .main-discount-other,
    .cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .update-quantity-wrapper,
    .cart-section .cart-wrapper .cart-table .main-apply-code-box .checkout-btn,
    .wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .continue-shopping-wrapper {
        margin: 0 0 15px;
    }

    .cart-section .cart-wrapper .cart-table .main-apply-code-box .checkout-btn,
    .wishlist-section .wishlist-wrapper .wishlist-table .main-apply-code-box .continue-shopping-wrapper,
    .cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .update-quantity-wrapper,
    .cart-section .cart-wrapper .cart-table .update-and-shopping-wrapper .continue-shopping-wrapper {
        max-width: 100%;
    }

    .cart-table table,
    .wishlist-table table {
        margin-bottom: 30PX;
    }

    .testimonials-slider-box {
        padding: 30px 20px;
    }

    .checkout-section .payment-form .payment-methods .payment-check a {
        margin-top: 20px;
        display: block;
    }

    .product-discription-section .tab-content .reviews ul li .single-review .review-content .c-header .review-meta h5 a {
        font-size: 13px;
    }

    .product-discription-section .tab-discription {
        padding-top: 20px;
    }

    .services-main-details .services-image {
        flex-wrap: wrap;
    }

    .services-main-details .services-image img {
        width: 100%;
    }
}


/*media-css*/
.imagecover {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px 15px 0 0 ;
}
.swiperblog {
    overflow: hidden;
    padding: 5px 0 35px 0 ;
}
.swipertest { overflow: hidden;}
.swiperblog .card {
    border-radius: 15px;-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.swiperblog .card a {
    color: #00152b;-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.swiperblog .card:hover a {
    color:#40b3a2;
}
.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
[data-id="maximenuck115"] .mobilemenuck-bar-title {
       background-color: #E27D60 !important;
    color: #FFFFFF;
    font-weight: bold; 
    line-height: 33px;
    font-size: 20px; }
    [data-id="maximenuck115"] .mobilemenuck-bar-button {
    background-color: #E27D60 !important;
 
    width: 53px !important;
    color: #FFFFFF;
    font-size: 1.8em;
}
.wc-footer-content ul li a {
    color: #000000;
}
.wc-footer-content a { color: #000000 !important;}
.wc-footer-content ul li {
    display: block !important;
    float: left !important;
    width: 100%;
    font-size: 18px;
    font-family: 'Bahnschrift';
    font-weight: normal;
    margin-bottom: 10px;
}
.wc-footer-content h3 { 
    font-weight: 500;
    font-size: 20px;
    color: #40B3A2;
    margin-bottom: 25px;
}
.wc-footer-content {
    color:#000
}
.fieldacyname, .acyfield_email  {
    border-radius: 15px;
    margin : 10px 0;
}
.fieldacyname input, .acyfield_email input{   border-radius: 5px;
color:cadetblue;
border: none;
padding: 5px 5px;
font-size: 20px;
background-color:#ddd;
 
  box-shadow: 
    12px 12px 16px 0 rgba(255, 255, 255, 0.9) inset,
    -8px -8px 12px 0 rgba(0, 0, 0, .1) inset;}
 .acysubbuttons {
    margin-top: 10px;
    float: left;
 }
 .theme3.mytestimonial {
  
  margin: 70px 0 35px 0 !important;}
 .com-content-article.item-page{
    width: 80%;
    margin: 20px auto;
 }
 img.leaflet-marker-icon.leaflet-zoom-animated.leaflet-interactive {
    width: 38px !important;
    height: 38px !important;
    margin-top: 0 !important;
 }
 