@font-face {
    font-family: 'Outfit-bold';
    src: url('fonts/Outfit-Bold.woff2') format('woff2'),
        url('fonts/Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-extralight';
    src: url('fonts/Outfit-ExtraLight.woff2') format('woff2'),
        url('fonts/Outfit-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-medium';
    src: url('fonts/Outfit-Medium.woff2') format('woff2'),
        url('fonts/Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-semibold';
    src: url('fonts/Outfit-SemiBold.woff2') format('woff2'),
        url('fonts/Outfit-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-light';
    src: url('fonts/Outfit-Light.woff2') format('woff2'),
        url('fonts/Outfit-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-regular';
    src: url('fonts/Outfit-Regular.woff2') format('woff2'),
        url('fonts/Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-extrabold';
    src: url('fonts/Outfit-ExtraBold.woff2') format('woff2'),
        url('fonts/Outfit-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-black';
    src: url('fonts/Outfit-Black.woff2') format('woff2'),
        url('fonts/Outfit-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-thin';
    src: url('fonts/Outfit-Thin.woff2') format('woff2'),
        url('fonts/Outfit-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



img {
    max-width: 100%;
    height: auto;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}
b, strong{font-family: 'Outfit-bold';}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    font-family: 'Outfit-regular';
}

.p_0 {
    padding: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.main {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1470px;
    margin: 0px auto;
}

.header-start {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: space-between;
}


.menus {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.menus ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.menus li:last-child {
    padding-right: 0;
}

.menus li {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 13px;
    margin: 0;
    align-items: center;
    justify-content: center;
    position: relative;
}

.menus ul li.active a {
    position: relative;
}

.menus li a {
    color: #000;
    position: relative;
    font-family: 'Outfit-medium';
    font-size: 16px;
    line-height: 20px;
    transition: all .3s;
}

/* .menus li.current-menu-item a,
.menus li a:hover {
    color: #000;
    transition: all .3s;
} */



/* === */

.menus li:hover .sub-menu{
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}

.menus li:hover .menus li a{
    color: #1d818a;
}


.menus li:hover .sub-menu li:hover .sub-menu{
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
}
 .sub-menu li:hover a{
    color:#1d818a;
}
.sub-menu li .sub-menu li a
{
    text-align: center;
}
.sub-menu li .sub-menu li:hover a{
    color:#1d818a;
}
/* .menus li:hover .sub-menu li:hover .sub-menu li a{
    color: #1d818a;
} */

.category-ctn-main.active {
    display: block;
}
.category-ctn-main{
    display: none;
}




.menus ul li > .sub-menu{
    position: absolute;
    z-index: 1001;
    top: 100%;
    margin: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.2rem;
    min-width: calc(13rem + 1.5rem);
    font-size: calc(.875rem - .01rem);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.5s all;
}
.menus ul li > .sub-menu li{
    border-bottom: 1px solid #000;
}
.menus ul li > .sub-menu .menu-item-has-children::after{
    content: '\203A';
    display: inline-block;
    margin: 0 0 0px 7px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color:#1d818a;
    font-size: 14px;
}
.menus ul li.menu-item-has-children{
    position: relative;
}

.menus ul li.menu-item-has-children::after{
    content: '\f107';
    display: inline-block;
    margin: 1px 0 0px 7px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color:#1d818a;
    font-size: 14px;
}

.menus ul li > .sub-menu .sub-menu li::after{
    content: "";
}

.menus ul li > .sub-menu .sub-menu{
    z-index: 1001;
    min-width: 220px;
    position: absolute;
    right: unset;
    left: 100%;
    top: 0;
    margin: 0;
    font-size: calc(.875rem - .01rem);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    display:block;   
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.5s all;
}

.menu-item-4826 .menu-item-has-children .sub-menu{
    left: 15% !important;
    top: 100% !important;
}



/* === */



.header {
    width: 100%;
    padding: 18px 0;
    background-color: white;
}

.header-right {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.mobile-menu-toggle {
    display: none;
}

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

.logo {
    margin-top: -45px;
    width: 135px;
}

/* --header-- */

.topbar-all {
    width: 100%;
    background-image: linear-gradient(to right, #ffffff, #FFFF, #fff, #e9f1f0, #a8d2d4, #42AEB8);
    padding: 10px 0;
}

.topbar-ctn ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    margin-bottom: -16px;
}

.topbar-ctn ul li {
    list-style: none;
}

.topbar-ctn ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
}

.topbar-ctn ul li:first-child a {
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: rgba(100, 107, 111, 0.2) 0px 7px 29px 0px;
}

.topbar-ctn ul li a img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* ------ banner ------- */
.home-page-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    padding: 450px 0 0;
}

.banner-right{
    float: right;
}

.banner-left {
    width: 80%;
    margin: 0 auto;
}

.banner-left h3 {
    font-size: 27px;
    font-family: 'Outfit-bold';
    line-height: 40px;
    color: #000;
    margin-bottom: 8px;
}

.banner-left p {
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
}

.banner-left-btn {
    margin-top: 17px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 70px;
}

.banner-left-btn a {
    background-color: #42AEB8;
    padding: 8px 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 40px;
}

.banner-left-btn a:hover {
    background-color: #fff;
    color: #000;
}

.banner-left-btn a:last-child {
    margin-left: 15px;
    background-color: #42AEB8;
}

.banner-left-btn a:last-child:hover {
    background-color: white;
}

.home-page-banner .col-lg-7 {
    padding-right: 0;
    padding-top: 20px;
}

.home-page-banner .row {
    align-items: center;
}

/* -------------------- */

.home-banner-tab .tab-content-head h4 {
    font-size: 22px;
    font-family: 'Outfit-bold';
    color: #000;
    line-height: 40px;
    margin-bottom: 10px;
}

.banner-tab-all a.nav-item.nav-link.active{
    background-color: #fff;
    color: #008181;
}

.home-banner-tab .tab-content-head p {
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
}

.home-banner-tab .tab-content-head {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 45px;
}

.home-banner-tab .tab-content {
    padding: 50px 0;
}

.home-banner-tab .tab-content .product-image
{
    height: 100%;
}
.home-banner-tab .tab-content .product-image img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
    padding-bottom: 20px;
}

.home-banner-tab .tab-content .col-lg-3 {
    padding: 0 10px;
}

.home-banner-tab .product-more-btn {
    text-align: center;
    margin: 60px 0 10px;
}

.home-banner-tab .product-more-btn a {
    background-color: transparent;
    padding: 8px 80px;
    color: #fff;
    font-size: 15px;
    border-radius: 40px;
    font-family: 'Outfit-regular';
    color: #000;
    border: 2px solid #000;
}
.home-banner-tab .product-more-btn a:hover{
    background-color: #1d818a;
    border-color: #1d818a;
    color: #fff;
}

.banner-tab-all nav {
    justify-content: center;
}

.banner-tab-all .nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: none;
    margin: 0 1.40rem;
}

.banner-tab-all .nav-fill .nav-item,
.nav-fill>.nav-link a {
    font-size: 15px;
    font-family: 'Outfit-regular';
    color: #fff;
    padding: 0.5rem 1rem;
}

.banner-tab-all .nav-fill {
    background-color: #268694;
    padding: 8px 0;
}

.banner-tab-all .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
}

.invest-all {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0 150px;
}

.invest-all::after {
    position: absolute;
    content: '';
    background-color: #000000ce;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -9;
}

.invest-all .row {
    justify-content: flex-end !important;
}

.invest-ctn-all {
    width: 100%;
    background-color: #fff;
    padding: 40px 55px 50px;
}

.invest-ctn-all h5 {
    font-size: 24px;
    line-height: normal;
    color: #000;
    padding-bottom: 6px;
    font-family: 'Outfit-bold';
}

.invest-ctn-all p {
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-regular';
}

.invest-ctn-btn {
    margin-top: 30px;
}

.invest-ctn-btn a {
    padding: 8px 55px;
    background-color: #fff;
    border-radius: 40px;
    border: 2px solid #000;
    font-size: 16px;
    color: #000;
}

.invest-ctn-btn a:hover {
    background-color: #258695;
    color: #fff;
    border-color: #258695;
}

.invest-all .row .col-lg-5 {
    max-width: 45%;
    flex: 0 0 45%;
}

.brand-logos {
    padding: 65px 0 95px;
}

.brand-logo-head h6 {
    font-size: 24px;
    color: #000;
    font-family: 'Outfit-bold';
    text-align: center;
}

.brandss-slider {
    margin-top: 55px;
}

.brand-logo-one img {
    width: 160px;
    height: 160px;
    aspect-ratio: 2/2;
    object-fit: contain;
    margin: auto;
}

.support-brand {
    width: 100%;
    margin-bottom: 80px;
}

.support-brand .row .col-lg-7 {
    padding-left: 0;
}

.support-brand .row {
    align-items: center;
}

.support-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0 150px 0 0;
}

.support-right h5 {
    font-size: 22px;
    line-height: 48px;
    color: #000;
    padding-bottom: 4px;
    font-family: 'Outfit-bold';
}

.support-right {
    padding-left: 50px;
}

.support-right p {
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-regular';
}

.support-right-btn {
    margin-top: 45px;
}

.support-right-btn a {
    background-color: #268694;
    padding: 12px 25px;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    border: 2px solid #268694;
}

.support-right-btn a:hover {
    background-color: transparent;
    color: #268694;
}

.test-slider {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.test-slider-all {
    width: 100%;
    background-color: #258695;
    padding: 60px 0;
}

.test-slide-image img {
    width: 135px;
    height: 135px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.test-slide-image {
    padding-bottom: 30px;
}

.test-slider-arrow img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    margin-right: 10px;
}

.test-slider-arrow img:last-child {
    margin-right: 10px;
}

.test-slider-arrow {
    text-align: center;
    margin-top: 50px;
}

.test-slide-ctn p {
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-regular';
    color: #fff;
}

.test-slider-name {
    padding-top: 25px;
}

.test-slider-name h6 {
    font-size: 24px;
    color: #000;
    padding-bottom: 5px;
    font-family: 'Outfit-bold';
    color: #fff;
}

.test-slider-name p {
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-regular';
    color: #fff;
}

.test-slider-arrow .slick-arrow.slick-hidden {
    display: inline-block;
}

.creation-head {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.creation-all {
    padding: 50px 0;
}

.creation-head h5 {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    padding-bottom: 8px;
    font-family: 'Outfit-bold';
}

.creation-head p {
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-regular';
}

.creation-gallery {
    width: 100%;
    margin-top: 52px;
}

.creation-gallery .creation-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.creation-gallery .col-lg-3 {
    padding: 0 8px;
}

.client-all h5 {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    font-family: 'Outfit-bold';
    text-align: center;
}

.client-all {
    background-color: #d3e7ea;
    padding: 60px 0;
}

.client-all .client-images {
    background-color: #fff;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 40px;
}

.client-ctn p {
    font-size: 18px;
    font-family: 'Outfit-regular';
    color: #000;
    text-align: center;
}

.map-all iframe {
    width: 100%;
    height: 520px;
}

/* ---------- footer ----------- */
.footer {
    padding: 50px 0 35px;
    /* padding-left: 100px; */
}

.footer-product h6 {
    font-size: 20px;
    font-family: 'Outfit-bold';
    color: #000;
    padding-bottom: 30px;
}

.footer-product ul {
    padding-left: 20px;
}

.footer-product ul li {
    padding: 5px 0;
  position: relative;
  list-style: none;
}
.footer-product ul li::after{
    position: absolute;
    content: '';
    left: -17px;
    top: 15px;
    width: 7px;
    height: 3px;
    background-color: #1d818a;
    transform: rotate(180deg);
    
}

.footer-product ul li a {
    color: #000;
    font-size: 16px;
}

.footer-product ul li a:hover {
    color:#1d818a;
}

.footer-social ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #1d818a;
    background-color: #1d818a4f;
    line-height: 1;
}

.footer-social ul li a:hover {
    background-color: #fff;
}

/* .footer-social ul li {
    list-style: none !important;
    margin-right: 10px;
} */
.footer-social ul li::after{
    display: none;
}

.footer-social ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.footer-bottom p {
    width: 45%;
    border-top: 1px solid #e9e9e9;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
}
.footer-bottom p a{
    color: #1d818a;
}

.footer .row {
    padding-bottom: 10px;
}


/* ------- Business card -------- */

.business-card-banner {
    background-repeat: no-repeat;
    background-position: center;
    padding: 115px 0 120px;
}

.business-banner-ctn h5 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    font-family: 'Outfit-bold';
    margin-bottom: 7px;
}

.business-banner-ctn {
    width: 45%;
}

.business-banner-ctn p {
    font-size: 18px;
    font-family: 'Outfit-regular';
    color: #fff;
}

.business-card-head h5 {
    font-size: 24px;
    color: #000;
    line-height: 26px;
    font-family: 'Outfit-bold';
    margin-bottom: 10px;
}

.business-card-all {
    width: 100%;
}

.business-card-head p {
    font-size: 17px;
    font-family: 'Outfit-regular';
    color: #000;
}

.business-card-head {
    width: 100%;
    text-align: start;
    margin:0 0 35px auto;
}

.main-product-category {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    margin: 45px 0 20px;
}

.product-category-one h3{
    font-size: 20px;
    color: #1d818a;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-family: 'Outfit-semibold';
    border-bottom: 2px solid #1d818a;
    cursor: pointer;
}
.category-ctn li{
    display: flex;
    justify-content: space-between;
}
.category-ctn{
    display: none;
}

.product-category-one {
    width: 30%;
    padding-right: 45px;
    position: sticky;
    top: 40px;
}
.product-category-one ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.product-category-one ul li a {
    /* width: 175px; */
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: rgb(112, 112, 112);
    text-decoration: none;
    padding-bottom: 20px;
}

.product-category-one ul li a span{
    color: #1d818a;
    font-family: 'Outfit-medium';
}

.business-card-one{margin: 10px;height: 100%;}
.business-card-one .card {
    width: 100% !important;
    border: none;
    padding: 0px;
    transition: all 0.3s;
    height: 100%;
}
.business-card-one .card a img
{
    height: 400px;
}


.business-card-one .card:hover {
    box-shadow: 0px 0px 15px hsla(0, 0%, 60%, .3);
    padding: 0;
}

.business-card-one .card:hover h2.woocommerce-loop-category__title{margin-left: 15px;padding-bottom: 40px;}
.business-card-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom: 3px solid #258695;
}
h2.woocommerce-loop-category__title:hover {
    color: #258695;
}

.business-card-one h2{
    font-size: 20px;
    color: #000;
    line-height: 40px;
    font-family: 'Outfit-semibold';
    margin-top: 10px;
    text-align: left;
    transition: all .2s;
    -webkit-transition: all .2s;
    padding-bottom: 40px;

}
.business-card-one mark{
    background-color:transparent;
    color:#258695;
}   
.business-card-one .card-body {
    padding: 0.8rem 0;
    margin-left:0;
    transition: 0.5s all;
}
.business-card-one .card:hover .card-body{ margin-left: 15px;}
.business-card-one .card-body p {
    font-size: 17px;
    font-family: 'Outfit-medium';
    color: #1d818a;
}

.business-card-one .card-body ul li {
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
}

.business-card-one .card-body ul {
    padding-left: 28px;
}

.business-card-one .card-body h5 {
    font-size: 20px;
    color: #000;
    line-height: 25px;
    font-family: 'Outfit-bold';
    margin-bottom: 12px;
}

.business-card-one .card-body a {
    padding: 8px 25px;
    border-radius: 40px;
    font-size: 16px;
    background-color: #268694;
    border-color: #268694;
    border: 2px solid;
    margin-top: 15px;
    transition: 0.5s all;
    height: auto !important;
}

.business-card-one .card-body a:hover {
    background-color: transparent;
    color: #258695;
}

.business-card-one .card-body a:focus {
    box-shadow: none;
}

.business-card-one .btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    border-color: transparent !important;
    background-color: transparent !important;
}
.business-cards{
    width: 100%;
}

.business-cards .col-lg-4 {
    padding: 0 5px;
    margin-bottom: 15px;
}

.business-card-btn {
    text-align: center;
    margin: 15px 0 55px;
}

.business-card-btn a {
    background-color: transparent;
    padding: 10px 84px;
    color: #fff;
    font-size: 16px;
    border-radius: 40px;
    font-family: 'Outfit-regular';
    color: #000;
    border: 2px solid #000;
}

.cfvsw-label-option, .cfvsw-image-option {
    border: 2px solid  #258695 !important;
    border-radius: 10px !important;
}
.variations .value select {
    background-color: #Efefef;
    border: none !important;
    padding: 0 10px;
    height: 42px;
    /* padding: 10px !important; */
    box-shadow: 0 1px 2px rgb(63 63 63 / 20%);
}
.variations .value select:focus-visible{
    border: 0;
    outline: 0;
}

.save-more .invest-ctn-btn a {
    color: #268694;
    border-color: #258695;
    padding: 10px 70px;
}

.save-more .invest-ctn-btn a:hover {
    color: #fff;
}

.breadcrumb-main {
    width: 100%;
    padding: 15px 0;
    background-color: #f5f5f5;
}

.breadcrumb-main ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-main ul li {
    list-style: none;
    /* margin: 0 10px; */
}

.breadcrumb-main ul li a {
    color: #b9b7b7;
    font-size: 16px;
    font-family: 'Outfit-regular';
}

.breadcrumb-main ul li a.active {
    color: #000;
}

.breadcrumb-main ul li a:hover {
    color: #000;
}

.business-position {
    position: sticky;
    top: 0;
}

.business-detail-slider .business-slide img {
    width: 98%;
    max-height: 600px;
    height: auto;
    object-fit: cover;
}

.business-slider-nav .business-slide img {
    width: 98%;
    max-height: 135px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.business-slider-nav .business-slide.slick-slide.slick-current img{border:1px solid #268694}
.business-slider-nav .business-slide {
    margin: 20px 15px 0 0px;
}

.business-slider-nav .business-slide:last-child {
    margin: 20px 0 0 0;
}

.business-slider-nav .slick-list {
    padding: 0 !important;
}

.business-detail-all {
    width: 100%;
    padding: 20px 0;
}
.original-business{border-bottom: 2px solid #ccc;}
.original-business h6 {
    font-size: 20px;
    color: #767676;
    line-height: 36px;
    font-family: 'Outfit-bold';
}

.original-business h5 {
    font-size: 24px;
    color: #000;
    line-height: 40px;
    font-family: 'Outfit-bold';
    margin-bottom: 5px;
}

.original-business p {
    font-size: 20px;
    color: #000;
    line-height: 36px;
    font-family: 'Outfit-regular';
}

.original-business ul li a img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    padding: 20px 0;
}

.original-business ul li {
    list-style: none;
    margin: 0 3px;
}

.original-business ul li:first-child {
    margin: 0 3px 0 0;
}

.original-business ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}

.business-detail-right-ctn {
    padding-left: 18px;
}

.premium-part p {
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-regular';
}

.premium-part ul {
    margin-bottom: 0;
    margin-top: 15px;
    padding-left: 0px;
    
}
.woocommerce-product-description ul{
    margin-bottom: 0;
    margin-top: 15px;
    display: block;
    padding: 0;}
.premium-part ul ul{
    margin-bottom: 0;
    margin-top: 15px;
    display: block;
    padding: 0;
}

.premium-part ul li {
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-regular';
}

.premium-part h4 {
    font-size: 20px;
    color: #000;
    line-height: 36px;
    font-family: 'Outfit-medium';
}

.business-detail-tab {
    background-color: #f3f4f6;
    padding: 50px 0 50px;
    margin-top: 35px;
}

.business-detail-tab .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 40px;
    font-size: 20px;
    padding: 7px 35px;
    font-family: 'Outfit-medium';
    color: #AAA3A3;
    margin: 0 5px;
}

.business-detail-tab .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-color: #000;
    color: #000;

}

.business-detail-tab .nav-pills {
    padding-bottom: 40px;
    justify-content: center;
}

/* ------- about ------- */

.about-banner {
    padding: 135px 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.about-banner::after {
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-banner h3 {
    font-size: 35px;
    line-height: 40px;
    font-family: 'Outfit-bold';
    color: #fff;
    text-align: center;
}

.about-ctn-all .about-ctn-left h4 {
    font-size: 45px;
    line-height: 40px;
    font-family: 'Outfit-bold';
    color: #000;
    padding-bottom: 25px;
}
.about-ctn-all .about-ctn-left h3{
    font-size: 35px;
    font-family: 'Outfit-semibold';
    color:#008181;
    padding-bottom: 15px;
}
.about-ctn-left {
    padding-top: 20px;
    /* padding-left: 20px; */
}
.our-value .row .about-ctn-left{
    padding-left: 40px;
}

.about-ctn-all .about-ctn-left p {
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
    padding-bottom: 20px;
}

.about-ctn-right {
    width: 100%;
    text-align: end;
    margin-left: auto;
}

.about-ctn-right img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.about-ctn-all .row .col-lg-6{padding: 0;}

.about-ctn-all {
    width: 100%;
    padding: 65px 0 00px;
}
.about-ctn-all.our-value{padding-top: 0;}

.our-value {
    width: 100%;
    padding: 0px 0 90px;
}

.our-value .about-ctn-right {
    margin-left: 0;
}

.about-ctn-all .row {
    align-items: center;
}

.our-value .row .about-ctn-left {
    padding-top: 0;
}

.about-good .invest-ctn-all h5 {
    line-height: 30px;
}

.about-good .invest-ctn-all p {
    padding-top: 20px;
}

.about-good {
    padding: 135px 0;
}

.new-way {
    width: 100%;
    padding: 80px 0 0;
}

.new-way .row {
    align-items: center;
}

.new-way .row .about-ctn-left {
    padding-top: 0;
}

.new-way:nth-child(even) {
    padding: 30px 0;
}

.new-way:nth-child(even) .about-ctn-right {
    margin-left: 0;
}

.our-mission-all{
    background-color:#008181;
    padding: 65px 0;
    width: 100%;
}
.our-mission-ctn{
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.our-mission-ctn h2{
    font-size: 45px;
    margin-bottom: 18px;
    color: #fff;
    font-family: 'Outfit-bold';
}
.our-mission-ctn p{
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #fff;
}

.our-goal-ctn{
    width: 80%;
    margin: 0 auto;
}

.our-goal{
    width: 100%;
    padding: 60px 0;
    background-color: #f7f8f9;
}

.our-goal-ctn-inner h4{
    font-size: 20px;
    padding: 8px 15px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    width: 250px;
    background-color: #008181;
    color: #fff;
    font-family: 'Outfit-medium';
}
.our-goal-ctn-inner p{
    font-size: 17px;
    color: #000;
    font-family: 'Outfit-regular';
}
.our-goal-image img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.our-goal-ctn-one{
    width: 100%;
    margin-bottom: 35px;
}

.our-main .about-ctn-left{
    padding-right: 30px;
}

.our-main {
    padding-bottom: 60px;
}
.our-main .our-portfolio .row .col-lg-6{
 padding: 0 10px;
}
.our-main .our-portfolio .row{
    align-items: start;
}
.our-port-left img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}
.our-port-right img{
    width: 100%;
    height: 640px;
    object-fit: cover;
}

.our-product-about-all{
    width: 100%;
    background-color: #f7f8f9;
    padding: 65px 0 35px;
}
.our-product-ctn-about-main {
    width: 90%;
    margin: 0 auto;
}
.our-product-about-head h2{
    font-size: 45px;
    margin-bottom: 18px;
    color: #000;
    font-family: 'Outfit-bold';
    margin-bottom: 10px;
}
.our-product-about-head{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
}

.our-product-about-head h5{
    font-size: 30px;
    margin-bottom: 25px;
    color: #008181;
    font-family: 'Outfit-semibold';
}
.our-about-pro-image img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    mix-blend-mode: darken;
    border: 3px solid #00b5bd;
    border-radius: 30px;
}
.our-product-ctn-about-main .row .col-lg-6{
    margin-bottom: 30px;
}
.our-about-pro-ctn{
    width: calc(100% - 200px);
    padding-left: 15px;
}
.our-about-pro-one{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.our-about-pro-ctn span{
    margin-bottom: 10px;
    display: block;
}
.our-about-pro-ctn h6{
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Outfit-medium';
}

.our-work-about-all{
    width: 100%;
    margin-top: 50px;
}
.our-work-about-head{
    text-align: center;
    margin-bottom: 60px;
}
.our-work-about-head h2{
    font-size: 45px;
    margin-bottom: 18px;
    color: #000;
    font-family: 'Outfit-bold';
}
.our-work-about-image img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.our-work-about-all .row .col-lg-4{
    margin-bottom: 30px;
}

.our-about-client-all{
    width: 100%;
    padding: 60px 0 60px;
}

.our-about-client-one{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 18px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.our-about-client-one img{
    width: 260px;
    height: 200px;
    object-fit: contain;
}
.our-team-about-all{
    width: 100%;
    padding: 60px 0;
    background-color:#f7f8f9;
}
.our-team-about-one{
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}

.our-team-about-one img{
   width: 100%;
   height: auto;
   object-fit: cover;
   transform: rotate(8deg);
}
.our-team-about-one-ctn h5{
   font-size: 24px;
   color: #000;
   font-family: 'Outfit-semibold';
   margin-top: 10px;

}
.our-team-about-one-ctn{
    font-size: 17px;
    color: #000;
    font-family: 'Outfit-regular';
    margin-top: 8px;
}

.about-contact-all{
    padding: 60px 0;
    width: 100%;
}
.about-contact-left-part h2{
    font-size: 45px;
    margin-bottom: 25px;
    color: #000;
    font-family: 'Outfit-bold';
    text-transform: uppercase;
}
.about-contact-left-part p{
    font-size: 20px;
    color: #000;
    font-family: 'Outfit-regular';
    margin-bottom: 10px;
}
.about-contact-left-part p span{
    /* padding-left: 10px; */
    display: block;
}
.about-contact-left-part p span a{
    color: #008181;
}

.about-contact-right-part img{
    width: 100%;
    height: 500px;
    object-fit: contain;
}
.about-contact-all .row{
    align-items: center;
}
/* -------- login page ------- */

.login-all {
    background-color: #f2f2f2;
    width: 60%;
    padding: 60px 55px;
    margin: 145px auto 70px;
}

.login-all h4 {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Outfit-bold';
    color: #000;
    padding-bottom: 25px;
}

.login-acc ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
}

.login-acc ul li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-right: 30px;
    align-items: center;
}

.login-acc ul li input {
    width: 20px;
    height: 20px;
    border: none;
    margin-right: 13px;
    accent-color: #000;
}

.login-acc ul li p {
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-medium';
}

.input-email-one input {
    width: 100%;
    padding: 11px 15px;
    margin: 25px 0 20px;
    background-color: transparent;
    border: none;
    border: 2px solid #c5c4c4;
    font-size: 14px;
}
.input-email-one input::placeholder {
    color: #B8B8B8;
}

.forget-all p {
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-medium';
}

.checkbox-login .round {
    position: relative;
}

.checkbox-login .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    width: 24px;
    display: block;
}

.checkbox-login .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 6px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 12px;
}

.checkbox-login .round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}

.checkbox-login .round input[type="checkbox"]:checked+label {
    background-color: #66bb6a;
    border-color: #66bb6a;
}

.checkbox-login .round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.login-check-all {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0;
}

.check-box-ctn {
    padding-left: 15px;
}

.check-box-ctn p {
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-regular';
}

.check-box-ctn p a {
    border-bottom: 1px solid #000;
    color: #000;
}

.login-submit input {
    background-color: #268694;
    width: 48%;
    padding: 9px 0;
    font-size: 22px;
    border: 2px solid #268694;
    color: #fff;
    transition: all 0.5s;
}

.login-submit input:hover {
    background-color: transparent;
    color: #268694;
}

.faq-banner {
    width: 100%;
    background-color: #268694;
    text-align: center;
    padding: 100px 0;
}

.faq-banner input {
    height: 53px;
    padding: 0 20px;
    width: 40%;
    border: none;
    border-radius: 3px;
    background-image: url(../images/lens-two.png);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 20px;
}

.faq-banner input::placeholder {
    font-size: 15px;
    color: #B8B8B8;
}

.faq-banner h2 {
    font-size: 34px;
    font-family: 'Outfit-bold';
    line-height: 40px;
    color: #fff;
    margin-bottom: 25px;
}

.help-one-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.help-one-ctn p {
    font-size: 17px;
    font-family: 'Outfit-semibold';
    color: #000;
    margin-top: 5px;
}

.faq-ctn-all {
    width: 100%;
    padding: 40px 0 30px ;
    background-color: #e3f1f2;
}

.faq-ctn-all .nav-fill .nav-item,
.nav-fill>.nav-link {
    margin: 0;
    text-align: start;
}

.faq-ctn-all .nav-pills .nav-link {
    cursor: pointer;
    border: 1px solid #CECECE;
    margin: 0 10px;
    padding: 36px 25px ;
    width: 15.25%;
}

.faq-ctn-all .nav-pills .nav-link:first-child {
    margin-left: 0;
}

.faq-ctn-all .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #f4f4f4;
}

.tab-ctn-all {
    padding: 45px 0;
}

.tab-ctn-left h4 {
    font-size: 24px;
    font-family: 'Outfit-bold';
    color: #000;
    margin-bottom: 25px;
}

.tab-ctn-left ul {
    padding-left: 17px;
}

.tab-ctn-left ul li {
    font-size: 16px;
    line-height: 40px;
    font-family: 'Outfit-regular';
    color: #000;
}

.tab-ctn-right h4 {
    font-size: 24px;
    font-family: 'Outfit-bold';
    color: #000;
    margin-bottom: 35px;
}

.tab-ctn-right a {
    background-color: #000;
    border: 2px solid #000;
    padding: 10px 55px;
    font-size: 20px;
    font-family: 'Outfit-medium';
    color: #fff;
}

.tab-ctn-right a:hover {
    background-color: transparent;
    color: #000;
}

.tab-ctn-right {
    padding-left: 100px;
}

.faq-ctn-all .col-lg-6:nth-child(odd) .tab-ctn-right {
    padding-left: 0;
}

.contact-banner h2 {
    margin-bottom: 0;
}

.contact-all {
    width: 100%;
    padding: 70px 0 70px;
}

.contact-box-image img {
    max-width: 100%;
    height: auto;
    width: 50px;
    object-fit: cover;
    min-height: 50px;
    max-height: 50px;
}
.contact-box-one{
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 100%;
    padding: 20px;
}
.contact-box-ctn {
    padding-top: 18px;
    width: 100%;
    margin: 0 auto;
}

.contact-box-ctn h6 {
    font-size: 19px;
    font-family: 'Outfit-regular';
    color: #000;
    margin-bottom: 26px;
}

.contact-box-ctn p {
    font-size: 17px;
    font-family: 'Outfit-regular';
    color: #000;
}

.contact-box-ctn span {
    font-size: 17px;
    font-family: 'Outfit-regular';
    color: #000;
    line-height: 10px;
}

.contact-right h4 {
    font-size: 24px;
    font-family: 'Outfit-bold';
    color: #000;
    margin-bottom: 35px;
}

.contact-right ul {
    padding-left: 17px;
}

.contact-right ul li {
    font-size: 17px;
    line-height: 40px;
    font-family: 'Outfit-regular';
    color: #000;
}

.contact-right h4 {
    font-size: 22px;
    font-family: 'Outfit-bold';
    color: #000;
    margin: 0px 0px 30px;
}

.contact-right h4:nth-child(2) {
    margin: 40px 0px 45px;
}

.contact-right a {
    background-color: #268694;
    border: 2px solid #268694;
    padding: 10px 57px;
    font-size: 20px;
    font-family: 'Outfit-medium';
    color: #fff;
}

.contact-right a:hover {
    background-color: transparent;
    color: #268694;
}


.card-all {
    padding: 60px 0;
    width: 100%;
}

.cart-left-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cart-left {
    padding: 45px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.cart-right {
    padding: 25px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.card-left-check a {
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #fff;
    background-color: #268694;
    padding: 11px 35px;
    border-radius: 40px;
    border: 2px solid #268694;
}

.card-left-check a:hover {
    background-color: transparent;
    color: #268694;
}

.cart-left-head>a {
    font-size: 20px;
    font-family: 'Outfit-semibold';
    color: #000;
}

.card-head h1 {
    font-size: 40px;
    font-family: 'Outfit-medium';
    color: #000;
    margin-bottom: 50px;
}

.cart-right h5 {
    font-size: 20px;
    font-family: 'Outfit-semibold';
    border-bottom: 1px solid #D8D4D4;
    padding-bottom: 15px;
}

.card-right-boxes {
    width: 100%;
    border-top: 1px solid #D8D4D4;
    padding: 20px 0 6px;
}

.card-right-boxes:last-child {
    padding-bottom: 0;
}

.access-box-ctn select {
    width: 100%;
    padding: 7px 10px;
    border: 2px solid #D8D4D4;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: 94%;
    margin-bottom: 28px;

}

.access-box-ctn select:focus-visible {
    outline: none !important;
    box-shadow: none !important;

}

.card-right-boxes .col-lg-6 {
    padding: 0 8px;
}

.card-boxes-head h6 {
    font-size: 16px;
    font-family: 'Outfit-medium';
    color: #000;
}

.card-boxes-head {
    margin-bottom: 20px;
}

.card-boxes-head p {
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
}

.access-box-ctn a {
    font-size: 16px;
    color: #fff;
    background-color: #268694;
    border: 2px solid #268694;
    padding: 7px 35px;
    border-radius: 40px;
    display:inline-block;
    margin-bottom: 10px;
}

.access-box-ctn a:hover {
    background-color: transparent;
    color: #258695;
}
.access-box-ctn ul{
    padding: 0;
}
.access-box-ctn ul li{
    font-size: 15px;
    color: #000;
}
.access-box-image {
    width: 145px;
    height: 145px;
}

.access-box-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-left-ctn {
    padding: 40px 0 0;
}

.cart-main-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cart-left-ctn h4 {
    font-size: 20px;
    font-family: 'Outfit-medium';
    color: #000;
}

.cart-left-ctn h4 span {
    font-size: 18px;
    font-family: 'Outfit-regular';
    color: #000;
}

.cart-left-ctn p {
    font-size: 20px;
    font-family: 'Outfit-regular';
    color: #000;
}

.cart-left-ctn {
    width: calc(100% - 215px);
    padding-left: 25px;
}

.cart-left-img {
    width: 215px;
    height: 140px;
}

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

.card-left-ctn .col-lg-3 .cart-right-select select {
    width: 100%;
    padding: 10px 10px;
    border: 2px solid #D8D4D4;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: 94%;
    margin-bottom: 10px;

}

.card-left-ctn .col-lg-3 .cart-right-select select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.close-icon {
    padding-left: 20px;
}

.close-icon i {
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 3px 5px;
    color: #000;
}

.cart-right-select {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.cart-left-price p {
    text-align: end;
    font-size: 20px;
    color: #000;
    font-family: 'Outfit-semibold';
}

.card-left-ctn .col-lg-3 {
    padding-right: 0;
}

.card-left-ctn .col-lg-1 {
    padding-left: 8px;
    padding-top: 11px;
}

.card-left-ctn {
    width: 100%;
    border-bottom: 2px solid #D8D4D4;
    padding-bottom: 33px;
}

.shipping-ctn-all h4 {
    font-size: 20px;
    font-family: 'Outfit-medium';
}

.shipping-ctn-all {
    width: 50%;
    margin-top: 15px;
    margin-left: auto;
}

.cart-county-select {
    text-align: end;
}

.cart-county-select select {
    width: 60%;
    padding: 10px 10px;
    border: 2px solid #D8D4D4;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-position: 94%;
    margin-top: 15px;
    margin-left: auto;

}

.cart-county-select select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.shipping-all table {
    width: 100%;
    margin: 18px 0 30px;
}

.shipping-all table tr td {
    padding: 5px 0;
    font-size: 17px;
    font-family: 'Outfit-light';
    color: #000;
}

.shipping-all table tr td:last-child {
    font-family: 'Outfit-bold';
}

.cart-final-btn a {
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #fff;
    background-color: #268694;
    padding: 11px 35px;
    border-radius: 40px;
    border: 2px solid #268694;
}

.cart-final-btn a:hover {
    background-color: transparent;
    color: #268694;
}

.cart-final-btn {
    text-align: end;
    margin: 50px 0 40px;
}


/* ------------- blog-detail -------------- */

.original-left-head h4 {
    font-size: 26px;
    font-family: 'Outfit-medium';
    color: #000;
    margin-bottom: 30px;
}

.original-left-images img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.tab-original {
    width: 100%;
    margin-top: 35px;
}

.bleed-one-image img {
    max-width: 50px;
    max-height: 50px;
    object-fit: cover;
}
.pink img{
    filter: invert(81%) sepia(93%) saturate(6810%) hue-rotate(283deg) brightness(102%) contrast(85%);
}

.bleed-one {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.bleed-one-ctn {
    width: calc(100% - 48px);
    padding-left: 17px;
}

.bleed-one-ctn p {
    font-size: 15px;
    color: #000;
    font-family: 'Outfit-regular';
}

.bleed-one-ctn h5 {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-family: 'Outfit-regular';
}

/* ---------------------------- */
.original-right-all{
    width: 80%;
    margin: 0 auto;
}
.original-card-down {
    padding: 40px 30px 1px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.original-card-down ul li {
    list-style: none;
    width: 50%;
    padding-bottom: 15px;
}

.original-card-down ul {

    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.original-card-down ul li .download {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px 17px;
    justify-self: center;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    color: #1ba0e0;
    border: 2px solid #1ba0e0;
    transition: ease 0.3s;
}

.original-card-down ul li .download:hover{
    background-color: #1ba0e0;
    color: #fff;
}
.original-card-down ul li .download:hover.download i{
    top: 7px;
    position: relative;
}

.original-card-down ul li .downloade-name p {
    font-size: 17px;
    line-height: 36px;
    color: #000;
    text-align: center;
}
.original-card-down ul li .ai-one{
    color: #ed773e;
    border: 2px solid #ed773e;
}
.original-card-down ul li .ai-one:hover{
    background-color: #ed773e;
}
.original-card-down ul li .indd-one{
    color: #e6498f;
    border: 2px solid #e6498f;
}
.original-card-down ul li .indd-one:hover{
    background-color: #e6498f;
}

.original-card-down ul li .jpg-one{
    color: #456e7f;
    border: 2px solid #456e7f;
}
.original-card-down ul li .jpg-one:hover{
    background-color: #456e7f;
}
.for-more p{
    font-size: 18px;
    color: #000;
    font-family: 'Outfit-medium';
    padding-top: 20px;
    text-align: center;
}
.for-more p a{
    color: #107c5d;
}

/* ----------------------------- */

.choose-your-site {
    width: 100%;
    padding: 20px 0;
}

.choose-your-site h4 {
    font-size: 20px;
    color: #000;
    line-height: 36px;
    font-family: 'Outfit-medium';
    margin-bottom: 17px;
}

.choose-card-one {
    width: 100%;
    border: 2px solid #D6D6D6;
    padding: 20px;
    cursor: pointer;
}

.choose-image {
    width: 105px;
    height: 65px;
    margin-bottom: 18px;
}

.choose-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.choose-ctn h5 {
    font-size: 20px;
    line-height: 36px;
    font-family: 'Outfit-medium';
}

.choose-ctn p {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Outfit-medium';
    color: #929292;
}

.choose-your-site .col-lg-6 .choose-image {
    width: 100%;
    max-height: 100%;
    height: 98px;
}

.choose-your-site .choose-card-one {
    height: 100%;
}

.choose-qaulity table {
    width: 100%;
    border: 2px solid #D6D6D6;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.choose-qaulity h4 {
    font-size: 20px;
    color: #000;
    line-height: 36px;
    font-family: 'Outfit-medium';
    margin-bottom: 14px;
}

.choose-qaulity table tr td {
    padding: 10px;
}

.choose-qaulity table tr th {
    padding: 10px;
    background-color: #F6F6F6;
}

.choose-qaulity table tbody tr:hover {
    background-color: #42AEB8;
    color: #fff;
}

.choose-qaulity table tbody tr {
    transition: all 0.2s;
    border-bottom: 2px solid #D6D6D6;
}

.show-more {
    padding: 10px 0 10px 30px;
}

.show-more a {
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
}

.summary h4 {
    font-size: 20px;
    color: #000;
    line-height: 36px;
    font-family: 'Outfit-medium';
    margin: 15px 0;
}

.summary table {
    width: 80%;
}

.summary table tr td {
    padding: 8px 0;
}

.start-making {
    margin: 30px 0 0;
}

.start-making a {
    background-color: #268694;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content: center;
    font-size: 22px;
    font-family: 'Outfit-medium';
    line-height: 32px;
    color: #fff;
    border: 2px solid #268694;
}

.start-making a:hover {
    background-color: transparent;
    color: #268694;
}

.bag-icon .badge{
    background-color: #C71E1E;
    font-size: 9px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -2px;
    color: #fff;
    z-index: 99;
    width: 18px;
    height: 18px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.bag-icon{
    position: relative;
}



/* ---------------menubar---------------- */

/*responsive-menu*/
.animated-icon1,
.animated-icon2,
.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #4faeaa;
}

.header-main.header-bg-wh .animated-icon1 span {
    background: #fff;
}

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

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

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

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

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

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

.mobile-menu-toggle button:focus {
    outline: none;
    box-shadow: none;
}

.menu-res {
    display: none;
}

@media (min-width:768px) {
    .mobile-menu-toggle {
        display: none;
    }
}

.mobile-menu-toggle {
    position: absolute;
    right: 15px;
    transition: all 0.5s ease;
    top: 40px;
    z-index: 9999;
}

.navbar-toggler {
    padding: 0;
}

.search input.active{
    display: block;
}
.search input {
    width: 100%;
    /* margin-top: 10px; */
    margin: 25px 0;
    display: none;
    border: none;
    background-color: #ffff;
    border-radius: 10px;
    padding: 5px ;
    /* margin-bottom: 50px; */
    border: 2px solid #47AFB9;
    transition: all .5s;
}

.card-body .d-flex{
    align-items: center;
}
.business-card-one .card-body button {
    height: 44px !important;
    border-radius: 40px;
    font-size: 16px;
    background-color: #268694;
    border-color: #268694;
    border: 2px solid;
    margin-top: 15px !important;
    transition: 0.5s all;
}
.help-one-image {
    width: 48px;
    height: 48px;
    object-fit: cover;
}


/* ------- Check ------- */

.checkout-main{
    padding: 15px 0 30px;
}

.checkout-main .col-1 {
    max-width:50%;
}
.checkout-main .col-2 {
    max-width: 50%;
}
.checkout-main form  h3{
 font-size: 28px !important;
 font-family: 'Outfit-semibold';
 color: #000;
 margin-bottom:15px;
}
.checkout-main .woocommerce form .form-row{
    width: 100%;
    display: inline-block;
}
.checkout-main .woocommerce form .form-row label{
    list-style:none !important;
    margin: 0.5rem 0;
    font-family: 'Outfit-medium';
    font-size: 18px;
    color: #000;
}
.checkout-main .select2-container--default .select2-selection--single{
    height: 38px;
    border: 2px solid #AAA3A3;
    border-radius: 5px;
    padding: 0 10px;
}
.checkout-main .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}
.checkout-main .select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 3px;
    border-color:#42AEB8 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}
.checkout-main .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 6px;
}
.checkout-main .woocommerce-input-wrapper input{
    height: 38px;
    padding: 0 10px;
    border: 2px solid #AAA3A3;
    border-radius: 5px;
}
.checkout-main .woocommerce-input-wrapper textarea
{
    border: 2px solid #AAA3A3;
    padding: 5px 10px;
    border-radius: 5px;
}
.checkout-main .checkbox input{
    width: 20px;
    height: 20px;
    accent-color:#008181;
    margin-right: 8px;
}
.checkout-main #order_review_heading{
    margin: 0px 0 25px;
}

.checkout-main .woocommerce .col2-set, .woocommerce-page .col2-set{
    margin: 40px 0;
}
.checkout-main .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]:hover {
    background-color:#52B4BD !important;
}
.checkout-main .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color:#52B4BD !important ;
}
.checkout-main .woocommerce-privacy-policy-text a{
 color: #7249A4;
 font-family: 'Outfit-semibold';
}
.checkout-main .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 2px solid #007cba;
}
.checkout-main .wc-block-components-notice-banner.is-info{
    border: 2px solid #007cba;
}
.checkout-main .wc-block-components-notice-banner__content a{
    color: #007cba;
    font-family: 'Outfit-medium';
}
.checkout-main .checkout_coupon input{
    border: 2px solid #007cba;
    height: 38px;
    padding: 0 10px;
    border-radius: 5px;
}
.checkout-main .wc-block-components-notice-banner{
    border: 2px solid;
    border-radius: 5px;
}



.login-submit .button.woocommerce-button.button.woocommerce-form-login__submit{
    margin: 15px 0 30px;
    font-size: 20px;
}
.login-check #rememberme {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
}
.login-check input{
    accent-color:#1d818a;
}
.login-check {
    display:flex;
    flex-wrap: wrap;
    margin-top: 3px;
}
.login-check span{
    font-size: 18px;
    margin-top: -4px;
    font-family: 'Outfit-medium';
}
.login-pass a{
    font-size: 18px;
    color: #000;
    font-family: 'Outfit-medium';
}
.login-pass a:hover{
    color: #42AEB8;
}
.login-submit button:hover{
    background-color: transparent !important;
    color: #258695 !important;
}
.input-email-one h2{
    font-size: 26px;
    font-family: 'Outfit-semibold';
    color: #000;
    margin-bottom: 10px;
}
.register-submit .button{
    margin:30px 0;
    font-size: 20px !important;
}
.register-submit button {
    width: 98% !important;
}
.register-submit button:hover{
    background-color: transparent !important;
    color: #258695 !important;
}
.input-email-one .woocommerce-privacy-policy-text{
    color: #000;
    font-family: 'Outfit-medium';
    font-size: 17px;
    margin: 10px 0;
}
.input-email-one .woocommerce-privacy-policy-text a{
    color: #42AEB8;
}
.login-check-pass {
    width: 100%;
}
.login-check-pass .row{
    margin: 0;
}


/* ---- account page ---- */

.my-account-main{
    padding: 60px 0;
}

.my-account-main .woocommerce-MyAccount-navigation ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:0 15px;
}
.my-account-main .woocommerce-MyAccount-navigation ul li{
    list-style-type: none;
    line-height: 1;
    box-shadow: 5px 6px 20px 0px #eeeeee87;
    border: 2px solid #8080802e;
}
.my-account-main .woocommerce-MyAccount-navigation ul li.is-active {
    border-color: #258695;
}
.my-account-main .woocommerce-MyAccount-navigation ul li a{
    color: #1B1C1D;
    font-family: 'Outfit-regular';
    font-size: 13px;
    text-decoration: none;
    line-height: 20px;
    padding: 10px 50px;
    display: inline-block;
    text-transform: uppercase;
}
.my-account-main .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #258695;
    font-family: 'Outfit-medium';
}

.my-account-main .woocommerce-MyAccount-navigation{
    margin-bottom: 30px;
}
.my-account-main .woocommerce-MyAccount-content p{
  font-size: 16px;
  font-family: 'Outfit-regular';
  color: #000;
}
.my-account-main .woocommerce-MyAccount-content a{
    color:#1d818a;
    font-family: 'Outfit-medium';
}
.my-account-main .woocommerce-MyAccount-content {
    padding: 0 15px;
}
.my-account-main .woocommerce-MyAccount-content .reviewx-order-table th{
    background-color: #c2d5d7c5!important;
    border: 2px solid #c2d5d7c5;
}
.my-account-main .woocommerce-MyAccount-content table .rx_my_account_submit_review {
    background-color:#1d818a !important;
}
.my-account-main .woocommerce-MyAccount-content table .rx_my_account_view_review {
    background-color:#1d818a !important;

}
.my-account-main .woocommerce-MyAccount-content .wc-block-components-notice-banner{
    border: 2px solid #007cba ;
}
.my-account-main .woocommerce-MyAccount-content .addresses .col-1{
    max-width: 50%;
    margin-top: 25px;
    padding: 0;
}
.my-account-main .woocommerce-MyAccount-content .addresses .col-2{
    max-width: 50%;
    margin-top: 25px;
    padding: 0;
}
.my-account-main .woocommerce-MyAccount-content .addresses .woocommerce-Address-title h3{
    font-size: 26px;
    color: #000;
    font-family: 'Outfit-semibold';
    padding-bottom: 10px;
}
.my-account-main .woocommerce-MyAccount-content form h3{
    font-size: 26px;
    color: #000;
    font-family: 'Outfit-semibold';
    padding-bottom: 10px;
}
.my-account-main .woocommerce-MyAccount-content .addresses .woocommerce-Address-title   {
    margin-bottom: 10px;
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    display:block   ;
}

.my-account-main .woocommerce-MyAccount-content .woocommerce-address-fields p input{
    height: 38px;
    padding: 0 10px;
    border: 2px solid #AAA3A3;
    border-radius: 5px;
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-address-fields p textarea 
{
    border: 2px solid #AAA3A3;
    padding: 5px 10px;
    border-radius: 5px;
}

.my-account-main .woocommerce-MyAccount-content .select2-container--default .select2-selection--single{
    height: 38px;
    border: 2px solid #AAA3A3;
    border-radius: 5px;
    padding: 0 10px;
}
.my-account-main .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}
.my-account-main .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 3px;
    border-color:#42AEB8 transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}
.my-account-main .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 6px;
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-address-fields p button{
    background-color: #1d818a;
    color: #fff;
    padding: 12px 25px;
    font-family: 'Outfit-regular';
    margin-top: 25px;
    border: 2px solid #1d818a;
}
.my-account-main .woocommerce-MyAccount-content table a.woocommerce-button.button.view {
    background-color: #1d818a;
    color: #fff;
    padding: 8px;
    width: 100%;
    font-family: 'Outfit-regular';
    font-weight: 400;
    text-align: center;
    border: 2px solid #1d818a;
    margin: 4px 0;
}
.my-account-main .woocommerce-MyAccount-content table a.woocommerce-button.button.pay{
    background-color: #e9e6ed;
    color: #fff;
    padding: 8px;
    width: 100%;
    font-family: 'Outfit-regular';
    font-weight: 400;
    text-align: center;
    border: 2px solid #e9e6ed;
}
.my-account-main .woocommerce-MyAccount-content table a.woocommerce-button.button.cancel{
    background-color: rgba(126, 4, 4, 0.884);
    color: #fff;
    padding: 8px;
    width: 100%;
    font-family: 'Outfit-regular';
    font-weight: 400;
    text-align: center;
    /* border: 2px solid red; */
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-address-fields p button:hover{
     color: #1d818a;
     background-color: transparent;
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-EditAccountForm p{
    display: block;
}

.my-account-main .woocommerce-MyAccount-content .woocommerce-EditAccountForm p input{
    height: 38px;
    padding: 0 10px;
    border: 2px solid #AAA3A3;
    border-radius: 5px;
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-EditAccountForm p textarea 
{
    border: 2px solid #AAA3A3;
    padding: 5px 10px;
    border-radius: 5px;
}

.my-account-main .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button{
    background-color: #1d818a;
    color: #fff;
    padding: 12px 25px;
    font-family: 'Outfit-regular';
    margin-top: 25px;
    border: 2px solid #1d818a;

}
.my-account-main .woocommerce-MyAccount-content .woocommerce-EditAccountForm p button:hover{
     color: #1d818a;
     background-color: transparent;
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend{
    font-size: 26px;
    color: #000;
    font-family: 'Outfit-semibold';
    padding-top: 20px;
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    font-size: 28px;
    color: #000;
    font-family: 'Outfit-semibold';
    margin-bottom: 20px;   
}

.my-account-main .woocommerce-MyAccount-content .woocommerce-order-details {
    margin: 15px 0 0 0 ;
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-order-details h2{
    font-size: 28px;
    color: #000;
    font-family: 'Outfit-semibold';
    margin-bottom: 20px;   
}
.my-account-main .rx-full-width .rx-form{
    display: block;
}
.my-account-main .rx-full-width .rx-form .rx-form-btn{
    background-color: #1d818a;
    color: #fff;
    padding: 10px 25px;
    font-family: 'Outfit-regular';
    margin-top: 25px;
    border: 2px solid #1d818a !important;
}
.my-account-main .rx-full-width .rx-form .rx-form-btn:hover{
    color: #1d818a !important;
    background-color: transparent;
}
.my-account-main #rx-my-account-review-form .rx_myaccount-review_form .rx-form-group h2 {
    font-size: 26px;
    color: #000;
    font-family: 'Outfit-semibold';
}

.my-account-main .woocommerce-MyAccount-content .woocommerce-order-downloads .button{
    background-color: #1d818a;
    color: #fff;
    padding: 8px;
    width: 75%;
    font-family: 'Outfit-regular';
    text-align: center;
    border: 2px solid #1d818a;
    font-weight: 400;
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-order-downloads h2{
    font-size: 28px;
    color: #000;
    font-family: 'Outfit-semibold';
    padding: 15px 0;
}
.my-account-main .woocommerce-MyAccount-content .woocommerce-order-details table tr td ul{
    padding: 0;
    margin-top: 7px;
}
.woocommerce-form .show-password-input {
    position: absolute;
    right: 25px !important;
    top: 44% !important;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}
.woocommerce-form .show-password-input::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e010";
    text-decoration: none;
}
.my-account-main .woocommerce-MyAccount-content p mark{
    font-family: 'Outfit-medium';
}

/* ------------- cart ----------------- */
.card-left-ctn .product-remove a{
    background-color:#268694;
    font-size: 1.7em !important;
}
.card-left-ctn .woocommerce a.remove {
    color: #fff !important;
}
.card-left-ctn .product-name a{
    font-size: 16px;
    color: #000;
}
.card-left-ctn .cart_totals{
    width: 100% !important;
}
.card-left-ctn .cart_totals h2{
    font-size: 26px;
    color: #000;
    font-family: 'Outfit-semibold';
    margin: 25px 0 20px;
}
.card-left-ctn .cart_totals .shipping-calculator-button {
    font-size: 16px;
    color:#1d818a;
}
.card-left-ctn .cart_totals .wc-proceed-to-checkout a{
    font-weight: 400 !important;
}
.card-left-ctn .product-quantity button{
    background-color: #1d818a !important;
    color: #fff !important;
    font-family: 'Outfit-medium';
    border-radius: 50% !important;
    height: 33px !important;
    width: 33px !important;
}
.card-left-ctn .product-quantity input{
    font-family: 'Outfit-semibold';
    border: none !important;
}
.card-left-ctn #coupon_code {
    width: 110px;
    padding: 3px;
    border: 2px solid #1d818a;
    font-size: 14px;
    border-radius: 5px;
}
.card-left-ctn .product-thumbnail a img{
    width: 210px !important;
    height: 180px !important;
}



/* ------- new-design ------- */

.life-size-all {
    width: 100%;
    background-color:rgb(251, 251, 255);
    padding:50px 0px;
    margin: 80px 0;
}
.life-standee-all{
    width: 100%;
    margin-bottom: 25px;
    
}
.life-size-left img {
   width: 100%;
   height: auto;
   object-fit: cover;
}
.life-size-right img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 45px;
}
.life-right-ctn h3{
    font-size: 40px;
    color: #258695;
    font-family: 'Outfit-bold';
    margin-bottom: 30px;
}
.life-size-right h2{
    font-size: 40px;
    color: #258695 !important;
    font-family: 'Outfit-bold';
    margin-bottom: 30px;
}
.life-size-right h2 span{
    color: #258695 !important;
}
.life-size-right p a{
    color: #008181;
}
.life-size-right p{
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
    margin-bottom: 15px;
}
/* .life-right-note p{
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #666666;
} */
.life-right-ctn p b{
    font-size: 20px;
    padding-right: 5px;
    color: #666666;
}
.life-high-image {
    width: 240px;
    margin: 0 auto;
}
.life-high-image img{
    max-width: 100%;
    border-radius: 50%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1) ;
    padding: 6px;
}
.life-high-all h2{
    font-size: 40px;
    color: #258695;
    font-family: 'Outfit-bold';
    margin-bottom: 70px;
    text-align: center;
}
.life-high-all {
    padding: 75px 0 75px;
}
.life-high-ctn {
    margin: 30px 0 0;
    text-align: center;
}
.life-high-ctn h5{
    font-size: 24px;
    color: #000;
    font-family: 'Outfit-bold';
    padding-bottom: 20px;
}
.life-high-ctn p{
    font-size: 18px;
    color: #666666;
    font-family: 'Outfit-regular';
    padding-bottom: 15px;
}
.life-high-ctn a{
    font-size: 18px;
    color: #258695;
    font-family: 'Outfit-regular';
}
.life-high-ctn a:hover{
    color: #258695;
}
.life-guide-image img{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}
.life-size-caution-all{
    width: 100%;
    padding: 75px 0;
}
.life-size-caution-head h3{
    font-size: 40px;
    color: #000;
    font-family: 'Outfit-bold';
}
.life-size-caution-head{
    background-color: #FFE924;
    padding:10px 0;
    text-align: center;
    border-radius: 10px;
}
.life-size-caution-ctn {
    background-color:#fff;
    padding: 30px;
    margin-top: 60px;
    border-radius: 10px;
    border: 2px solid #eeee;
    transition: all 0.5s;
}
.life-size-caution-ctn:hover{
    border-color: #FFE924;
}
.life-size-caution-ctn:hover img{
    filter: invert(88%) sepia(65%) saturate(7500%) hue-rotate(332deg) brightness(105%) contrast(103%);
}
.life-cause-image {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}
.life-cause-image img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.life-cause-image h5{
    font-size: 26px;
    color: #000;
    font-family: 'Outfit-bold';
    padding-left: 25px;
}
.life-cause-ctn p{
    font-size: 18px;
    font-family: 'Outfit-medium';
    color: #696969;
    text-align: center;
}

.life-downloade-all{
    width: 100%;
    margin:40px 0;
}
.life-downloade-ctn{
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.life-downloade-ctn ul li {
    width: 20%;
    list-style: none;
    text-align: center;
    margin-bottom: 32px;
}
.life-downloade-ctn ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0;
    margin:0;
    display:flex;
}
.life-downloade-ctn ul li a{
    width: 240px;
    margin: 0 auto;
    display: block;
}
.life-downloade-ctn ul li i{
    position: relative;
    font-size: 25px;
    border: 2px solid #000;
    padding: 30px 60px;
    border-radius: 10px;
    color: #000;
}
.life-downloade-ctn ul li i::after{
    background-color: #000;
    width: 28px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: 22px;
    display: flex;
    justify-content: center;
    left: 55px;
}
.life-downloade-ctn p{
    font-size: 18px;
    color: #637184;
    padding-top: 15px;
}
.life-downloade-all h4{
    font-size: 24px;
    color: #000;
    font-family: 'Outfit-semibold';
    text-align: center;
    padding-bottom: 25px;
}
.life-downloade-ctn a:hover i{
  background-color: #000;
  color: #fff;
}
.life-downloade-ctn a:hover i::after{
    background-color: #fff;
}
.life-size-guide-all h3{
    font-size: 40px;
    color: #258695;
    font-family: 'Outfit-bold';
    margin: 55px 0 40px;
    text-align: center;
}
.Lamination-all {
    width: 100%;
    padding: 50px 0 75px;
}
.lamination-left video{
    width: 100%;
    object-fit: cover;
    height: auto;
}
.lamination-right h3{
    font-size: 40px;
    color: #258695;
    font-family: 'Outfit-bold';
    padding-bottom: 30px;
}
.lamination-right {
    text-align: center;
}
.lamination-right p{
    font-size: 19px;
    color: #666666;
    font-family: 'Outfit-medium';
    padding-top: 7px;
}
lamination-right p a{
    color: #268694 !important;
}
.Lamination-all .row{
    align-items: center;
}
.preset-size-head h3{
    font-size: 40px;
    color: #258695;
    font-family: 'Outfit-bold';
    padding-bottom: 30px;
}
.preset-size-head{

    text-align: center;
}
.preser-left-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.Preset-size-all .row{
    background-color: #fff;
    padding: 40px 25px;
}
.Preset-size-all{
    margin-bottom: 70px;
}

.preset-right-ctn table{
    width: 100%;
}
.preset-right-ctn table td{
    padding: 12px  8px;
    font-size: 19px;
    color: rgb(105,105,105);
}
.preset-right-ctn table th{
    padding: 12px 8px;
    background-color: #D9EDF7;
    font-size: 19px;
}
.preset-right-ctn table tr:nth-child(odd) {
    background-color:#F3F3F3;
    border-top: 1px solid #CECECE;
    border-bottom: 1px solid #CECECE;
}
.preset-right-ctn table tr:hover{
    background-color: #F3F3F3;
}

.side-all{
  width: 100%;
  padding: 40px 0;
}
.double-site-ctn {
    text-align: center;
    padding-top: 30px;
}
.double-site-ctn p a{
    color: #06a1b8;
}
.double-site-ctn h2{
    font-size: 30px;
    font-family: 'Outfit-semibold';
}
.double-site img{
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0,0,0,.1);
    padding: 6px;
}
.double-site-ctn p{
    font-size: 24px;
    color: #000;
    font-family: 'Outfit-bold';
}
.Foam-all {
    width: 100%;
    padding: 65px 0;
}
.Foam-all .row{
    justify-content: center;
}
.Foam-all h2{
    font-size: 40px;
    color: #258695;
    font-family: 'Outfit-bold';
    padding-bottom: 50px;
    text-align: center;
}
.start-making-button
{
    background-color: #268694;
    padding:0px 50px;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    border: 2px solid #268694;
    width: 100%;
    height:auto;
    min-height:50px;
    text-transform: uppercase;
    font-family: 'Outfit-bold';
}
.start-making-button:hover
{
    background-color:transparent;
    color: #268694;
}

.select#pa_size, .value select{
    padding: 8px !important;
    margin-bottom: 10px;
    width: 100%;
    border: 2px solid #D6D6D6;
}
.select#pa_size, .value select option{
    background-color:#42AEB8;
    color: #fff;
}
.variations .reset_variations{
    color: red;
    padding-top: 10px;
}
.business-card-all .woocommerce-result-count {
    display: none;
}
.business-card-all .woocommerce-ordering {
    display: none;
}
.premium-part ul li button{
    border: none;
    background-color: none;
    color: #42AEB8;
    font-size: 15px;
}
.premium-part ul li button a{
    color: #42AEB8;
}
.premium-part ul li a{
    color: #42AEB8;
}
.premium-part a{
    color: #42AEB8;
}
.page-numbers{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.page-numbers li{
    list-style: none;
    padding: 0 15px;
}
.page-numbers li span{
    font-size: 16px;
    font-family: 'Outfit-semibold';
    color: #000;
}
.page-numbers li a{
    font-size: 16px;
    font-family: 'Outfit-semibold';
    color: #000;
}
.page-numbers li .current {
    color: #258695;
}

/* ------ */

.privacy-policy h1{
    font-size: 32px;
    font-family: 'Outfit-bold';
    color: #000;
    padding-bottom: 10px;
}
.privacy-policy h3{
    font-size: 20px;
    font-family: 'Outfit-semibold';
    color: #000;
    padding-bottom: 25px;
    position: relative; 
}
.privacy-policy h3::after{
    position: absolute;
    background-color:#258695;
    top: 30px;
    left: 0;
    width: 130px;
    height: 3px;
    content: "";

}
.privacy-policy ol {
    margin-bottom: 25px;
    padding-left: 18px;
}
.privacy-policy p{
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
    margin-bottom: 15px; 
}
.privacy-policy p a{
    color:#06a1b8;
}

.privacy-policy li{
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
    margin-bottom: 15px; 
}
.privacy-policy ul{padding-top: 15px;}
.privacy-policy ul li{
    position: relative;
    list-style: none;
}
.privacy-policy ul li::after{
    position: absolute;
    content: '';
    left: -20px;
    top: 8px;
    width: 10px;
    height: 10px;
    filter: drop-shadow(0 3px 3.5px rgba(0,0,0,.16));
    background-color:#42AEB8;
    transform: rotate(45deg);
}
.privacy-policy hr{
    border-color: #268694;
}
.privacy-policy ol li ol{
    padding-top: 15px;
}
.privacy-policy ol li ol li{
    position: relative;
    list-style: none;

}
.privacy-policy ol li ol li::after{
    position: absolute;
    content: '';
    left: -20px;
    top: 8px;
    width: 10px;
    height: 10px;
    filter: drop-shadow(0 3px 3.5px rgba(0,0,0,.16));
    background-color:#42AEB8;
    transform: rotate(45deg);
}

/* ----- */

.terms-and-conditions h3{
    font-size: 20px;
    font-family: 'Outfit-semibold';
    color: #000;
    padding-bottom: 25px;
    position: relative; 
}
.terms-and-conditions h3::after{
    position: absolute;
    background-color:#258695;
    top: 30px;
    left: 0;
    width: 130px;
    height: 3px;
    content: "";

}

.terms-and-conditions p{
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
    padding-bottom: 15px; 
}
.terms-and-conditions p a{
    color:#258695;
    font-family: 'Outfit-semibold';
}
.terms-and-conditions ol li{
    position: relative;
    list-style: none;
    padding-bottom: 5px;

}
.terms-and-conditions ol li::after{
    position: absolute;
    content: '';
    left: -20px;
    top: 8px;
    width: 10px;
    height: 10px;
    filter: drop-shadow(0 3px 3.5px rgba(0,0,0,.16));
    background-color:#42AEB8;
    transform: rotate(45deg);
}

.terms-and-conditions ul li{
    position: relative;
    list-style: none;
    padding-bottom: 5px;

}
.terms-and-conditions ul li::after{
    position: absolute;
    content: '';
    left: -20px;
    top: 8px;
    width: 10px;
    height: 10px;
    filter: drop-shadow(0 3px 3.5px rgba(0,0,0,.16));
    background-color:#42AEB8;
    transform: rotate(45deg);
}

.business-detail-right-ctn .qib-container .qib-button {
    display: none !important;
}
.business-detail-right-ctn .qib-container input {
    display: none !important;
}
.business-detail-right-ctn .qib-container button.single_add_to_cart_button.button.alt[type='submit']{
    margin-left: 0 !important;
}
.woocommerce-breadcrumb a{
    color:#258695;
    font-family: 'Outfit-medium';
}


/* ------ search-product ------ */

.search-product-list li a {
    background-color: transparent !important;
    box-shadow: none !important;
}
.search-product-list{background-color:#258695; margin-bottom: 20px !important; justify-content: start !important;}
.search-product-list li{width: 25%; padding: 10px 0; text-align: center;}

.search-product-list li a{width: 100% !important; color: #fff !important;}
.search-product-list li:first-child a{box-shadow: none !important; border: none !important;}


.acc-all {
    background-color: #fff;
    margin-bottom: 15px;
    /* border-radius: 5px; */
    padding: 0 16px;
    border-bottom: 3px solid #258695;
}

.acc-toggle {
    font-family: 'Outfit-semibold';
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color:#258695;
    border: none;
    cursor: pointer;
    padding: 16px 0;
}

.acc-content {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all 1s;
}
.acc-content p{
    margin-bottom: 10px;
}

.side-all .row .col-lg-6{
    margin-bottom: 30px;
}
.form-ctn-right{
    width: 100%;
}
.form-one-input label{
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-semibold';
    display: block;
    line-height: 1;
    margin-bottom: 13px;
}
.form-one-input input, .form-one-input textarea {
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    font-family: 'Outfit-regular';
    width: 100%;
    border: 2px solid #1d818a;
    margin-bottom: 15px;
    min-height: 40px;
}
.form-one-input textarea{
    padding-top: 7px;
    height: 90px;
}
.form-ctn-right h4{
    font-size: 28px;
    font-family: 'Outfit-bold';
    margin-bottom: 20px;
    color: #1d818a;
}

.form-one-submit input{
    padding: 7px 32px;
    background-color: #1d818a;
    border: 2px solid #1d818a;
    font-size: 18px;
    color: #fff;
    transition: all 0.5s;
    font-family: 'Outfit-semibold';
    margin-top: 10px;
}
.form-one-submit input:hover{
    background-color: transparent;
    color: #1d818a;
}

.form-all-section {
    padding-bottom: 70px;
}

.cfvsw-selected-swatch {
    position: relative !important;
}
.cfvsw-selected-swatch:after{
    position: absolute !important;
    content: "";
    background-image: url(https://theprintguys.com.sg/wp-content/uploads/2024/04/svg-img.png) !important;
    background-repeat: no-repeat !important;
    top: 0;
    right: -28px;
    z-index: 11111111111111111111111111;
    background-size: 22px;
    width: 48px;
    height: 48px;
    /* filter: invert(47%) sepia(31%) saturate(976%) hue-rotate(140deg) brightness(88%) contrast(86%); */
}


/* -------------------- */

.past-client-all{
    width: 100%;
    padding: 20px 0 90px;
}
.past-client-head h6{
    font-size: 24px;
    color: #000;
    font-family: 'Outfit-bold';
    text-align: center;
    margin-bottom: 60px;
}
.past-client-image img{
    width: 100%;
    max-width: 100%;
    height:350px;
    object-fit: cover;
    margin-bottom: 30px;
}
.past-read-more{
    text-align: center;
    margin-top: 40px;
}
.past-read-more a{
    background-color: transparent;
    padding: 7px 80px;
    font-size: 17px;
    border-radius: 40px;
    font-family: 'Outfit-regular';
    color: #000;
    border: 2px solid #000;
}

.past-read-more a:hover{
    background-color: #1d818a;
    border-color: #1d818a;
    color: #fff;
}
.business-card-all .woocommerce-no-products-found{
    width: 100%;
}

.promo-display{
    position: fixed;
    top: 300px;
    right: -45px;
    z-index: 99999;
    width: 116px;
    height: 90px;
    animation: flickerAnimation 1.5s infinite;
}
.promo-display a img
{
    width: 70px;
    height: auto;
    object-fit: cover;
}
.promo-form{
    width: 320px;
    position: fixed;
    top: 0;
    right: -100%!important;
    z-index: 99999999999;
    background-color: #fff;
    padding: 0;
    height: 100vh;
    transition: linear 0.5s;
    border: 2px solid #00b5bd;
    padding: 15px;
    -webkit-animation: bck-clr-animation 2s ease infinite;
    -moz-animation: bck-clr-animation 2s ease infinite;
    animation: bck-clr-animation 2s ease infinite;
    overflow-y: auto;
}

.promo-form.active {
    right: -0%!important;
}

.promo-form-input-one label{
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-semibold';
    display: block;
    line-height: 1;
    margin-bottom: 13px;
}
.promo-form-input-one input, .promo-form-input-one textarea {
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    font-family: 'Outfit-regular';
    width: 100%;
    border: 2px solid #1d818a;
    margin-bottom: 15px;
    min-height: 40px;
}
.promo-form-input-one textarea{
    padding-top: 7px;
    height: 90px;
}
.promo-close{
    text-align: end;
    margin-bottom: 10px;
}
.promo-close i{
    color: #1d818a;
    text-align: end;
    font-size: 20px;
}
.promo-head h3{
    font-size: 20px;
    color: #1d818a;
    font-family: 'Outfit-semiBold';
    margin-bottom: 20px;
}
.promo-form-submit input{
    padding: 6px 32px;
    background-color: #1d818a;
    border: 2px solid #1d818a;
    font-size: 18px;
    color: #fff;
    transition: all 0.5s;
    font-family: 'Outfit-semibold';
    margin-top: 10px;
    width: auto;
}
.promo-form-submit input:hover{
    background-color: transparent;
    color: #1d818a;
}

.footer .col-lg-7 .col-lg-4 ul li:first-child a {
    color: #000;
    font-family: 'Outfit-semibold';
    font-size: 18px;
}
.footer .col-lg-7 .col-lg-4 ul li:first-child{
    list-style: disc !important;
    margin-left: -7px;
}

.footer .col-lg-7 .col-lg-4 ul li:first-child::after{
    display: none;
}




.footer .col-lg-5 .col-lg-6:first-child ul li:first-child a {
    color: #000;
    font-family: 'Outfit-semibold';
    font-size: 18px;
}
.footer .col-lg-5 .col-lg-6:first-child ul li:first-child{
    list-style: disc !important;
    margin-left: -7px;
}
.footer .col-lg-5 .col-lg-6:last-child ul li{
    list-style: disc !important;
    /* margin-left: -7px; */
}
.footer .col-lg-5 .col-lg-6:last-child ul li::after{
    display: none;
}

.footer .col-lg-5 .col-lg-6:first-child ul li:first-child::after{
    display: none;
}
.footer .col-lg-5 .col-lg-6:first-child ul{
    margin-top: 53px;
}
.footer-social ul li {
    list-style: none !important;
    margin-right: 10px;
}
.footer-social ul li::marker{
    color: transparent !important;
}
.responsive-tabs .dropdown-arrow{
    display: none;
}

.contact-new-banner{
    padding: 100px 0 ;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;

}
.contact-new-banner::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color:#1d818a;
    opacity: 0.5;
    z-index: -1;
}
.contact-new-ctn{
    text-align: center;
    width: 100%;
}
.contact-new-ctn h4{
    font-size: 34px;
    color: #fff;
    line-height: 40px;
    font-family: 'Outfit-bold';
    text-align: center;
}
.contact-new-ctn a{
    background-color: #268694;
    padding: 12px 35px;
    /* border-radius: 40px; */
    display:inline-block;
    color: #fff;
    font-size: 18px;
    margin-top: 36px;
    /* border: 2px solid #268694; */
}
.contact-new-ctn a:hover{
    background-color: #fff;
    color: #1d818a;
}

.hire-main-all{
    width: 100%;
    padding: 80px 0;
}
.hire-ctn-all{
    width: 100%;
    margin-bottom: 30px;
}
.hire-ctn-all h3{
    font-size: 30px;
    color:#1d818a;
    line-height: 40px;
    font-family: 'Outfit-bold';
    /* text-align: center; */
    margin-bottom: 10px;
}
.hire-ctn-all P{
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-regular';
    padding-bottom: 18px;
}
.hire-ctn-all ul li{
    padding-bottom: 10px;
}
.hire-ctn-all ul li h5{
    font-size: 20px;
    color:#000;
    line-height: 40px;
    font-family: 'Outfit-semibold';
    /* text-align: center; */
    margin-bottom: 15px;
}
.hire-ctn-all ul li p{
    font-size: 16px;
    color: #000;
    font-family: 'Outfit-regular';
    padding-bottom: 10px;
}

.hire-banner-all{
    padding: 100px 0 ;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.hire-banner-all::after{
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color:#1d818a;
    opacity: 0.5;
    z-index: -1;
}
.hire-banner-ctn h2{
    font-size: 34px;
    font-family: 'Outfit-bold';
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.business-card-all .page-numbers{
    display: none;
}

.wc-proceed-to-checkout a{
    background-color:#1d818a !important;
}

.hitpay-own-payment-button{
    background-color: #1d818a !important;
}

.is-success {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.card-all .is-success {
    width: 100%;
}

.cart-collaterals .select2-container--default .select2-selection--single{
    border: 2px solid #107c5d !important;
}
.cart-collaterals #calc_shipping_city{
    border: 2px solid #107c5d !important;
}
.cart-collaterals #calc_shipping_postcode{
    border: 2px solid #107c5d !important;
}




.woocommerce-terms-and-conditions h3{
    font-size: 20px;
    font-family: 'Outfit-semibold';
    color: #000;
    position: relative; 
    padding-bottom: 5px !important;
}
.woocommerce-terms-and-conditions h3::after{
    position: absolute;
    background-color:#258695;
    top: 40px;
    left: 0;
    width: 130px;
    height: 3px;
    content: "";

}

.woocommerce-terms-and-conditions p{
    font-size: 16px;
    font-family: 'Outfit-regular';
    color: #000;
    padding-bottom: 15px; 
}
.woocommerce-terms-and-conditions p a{
    color:#258695;
    font-family: 'Outfit-semibold';
}
.woocommerce-terms-and-conditions ol li{
    position: relative;
    list-style: none;
    padding-bottom: 5px;

}
.woocommerce-terms-and-conditions ol li::after{
    position: absolute;
    content: '';
    left: -20px;
    top: 8px;
    width: 10px;
    height: 10px;
    filter: drop-shadow(0 3px 3.5px rgba(0,0,0,.16));
    background-color:#42AEB8;
    transform: rotate(45deg);
}

.woocommerce-terms-and-conditions ul li{
    position: relative;
    list-style: none;
    padding-bottom: 5px;

}
.woocommerce-terms-and-conditions ul li::after{
    position: absolute;
    content: '';
    left: -20px;
    top: 8px;
    width: 10px;
    height: 10px;
    filter: drop-shadow(0 3px 3.5px rgba(0,0,0,.16));
    background-color:#42AEB8;
    transform: rotate(45deg);
}

.get-btn a
{
  background-color: #258695;
  padding: 10px 35px;
  border: 2px solid #fff;
  color: #fff;
  position: fixed;
  right: 25px;
  bottom: 20%;
  border-radius: 40px;
   z-index: 9999;
}
.get-btn a:hover{
    background-color: #107c5d;
}

/* 1-10-24 R */

.cfvsw-swatches-option.cfvsw-image-option {
    display: block;
}

.cfvsw-swatches-option p {
    padding-top: 10px;
    /*position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -30px;*/
    width: 155px;
    text-wrap:balance;
}
.cfvsw-label-option p {
    display:none;
}
.variations_form.cart .variations th.label label
{
    margin-top: 20px;
}
.variations_form.cart .variations .cfvsw-swatches-option .cfvsw-swatch-inner
{
    border-radius: 7px;
}
.variations_form.cart .variations .cfvsw-swatches-option.cfvsw-image-option
{
    position: relative;
    margin-top: 25px;
    padding: 2px 0px 0px 2px;
}
.variations_form.cart .variations .cfvsw-swatches-option.cfvsw-image-option:first-child,
.variations_form.cart .variations .cfvsw-swatches-option.cfvsw-image-option:nth-child(2),
.variations_form.cart .variations .cfvsw-swatches-option.cfvsw-image-option:nth-child(3)
{
    margin-top: 0;
}
.terms-and-condition-product-detail-page h1
{
    margin: 15px 0;
    font-size: 24px;
    color: #000;
    font-family: 'Outfit-medium';
}
.terms-and-condition-product-detail-page ul
{
    display: block;
}
.terms-and-condition-product-detail-page ul li
{
    color: #000;
    margin: 3px 0;
    position: relative;
    padding-left: 15px;
}
.terms-and-condition-product-detail-page ul li:before
{
    content: '';
    background-color: #000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    margin: auto;
}
.tiktok-embed
{
    display: none!important;
}

/* 1-10-24 R */

.product-image a h4{
    font-size: 20px;
    color: #000;
    text-align: center;
    font-family: 'Outfit-regular';
    margin-bottom: 20px;
}

.ti-widget.ti-goog .ti-header-write-btn-container .ti-header-write-btn{
    background-color: #008181 !important;
}
.home-google-main{
    text-align: center;
    margin-bottom: 60px;
}


.form-map iframe{
    width: 100%;
}