.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.elementor-gradient-control-field{
flex-wrap:wrap;
}
.uroan-accordion-item{
margin-bottom:24px;
}
.accordion-header,
.accordion__body {
background: white;
}
.accordion-header {
background: #F2F6F9;
color: white;
cursor: pointer;
font-size: 1em;
transition: all .3s;
color:var(--secondary-color);
}
.active.accordion__item .accordion-header{
border-bottom-left-radius:0;
border-bottom-right-radius:0;
}
.accordion-header:hover {
background: #2BA7FF;
color:#ffffff;
position: relative;
z-index: 5;
}
.accordion__body {
background: #fcfcfc;
color: #353535;
display: none;
border-radius:4px;
}
.active.accordion__item .accordion__body{
border-top-left-radius:0;
border-top-right-radius:0;
}
.accordion__body__contents {
padding: 1.5em 1.5em;
font-size: .85em;
}
.accordion__item.active:last-child .accordion-header {
border-radius: none;
}
.accordion:first-child > .accordion__item > .accordion-header {
border-bottom: 1px solid transparent;
}
.accordion > .accordion__item:last-child{
border-bottom:none;
}
.accordion__item > .accordion-header:after {
content: "\ef5d";
font-family: icomoon;
float: right;
position: relative;
top: -2px;
transition: .3s all;
color: #2B2F3E;
background: #F0F1F5;
width: 40px;
height: 40px;
font-size: 24px;
line-height: 40px;
text-align: center;
border-radius: 50%;
}
.accordion__item.active > .accordion-header:after {
content: "\ee4a";
}
.accordion__item.saasp-stone-icon-type-two > .accordion-header:after{
content: "\ef7e";
background:transparent;
}
.accordion__item.saasp-stone-icon-type-two.active > .accordion-header:after {
content: "\ef7e";
}
.accordion__item:hover > .accordion-header:after{
}
.accordion__item.active .accordion-header {
background: #2BA7FF;
color:#ffffff;
}
.accordion__item .accordion__item .accordion-header {
background: #f1f1f1;
color: #353535;
}
.uroan-accordion-style-two .uroan-accordion-item{
margin-bottom:0;
position:relative;
border-left:2px solid rgb(43 47 62 / 10%);
padding:20px;
}
.uroan-accordion-style-two .accordion__body{
background:transparent !important;
}
.uroan-accordion-style-two .uroan-accordion-item.active{
border-left-color:#2B2F3E;  
}
.uroan-accordion-style-two .uroan-accordion-item:after{
content: "";
width: 95%;
height: 1px;
background: rgb(43 47 62 / 10%);
position: absolute;
left: 20px;
bottom: 0;
}
.uroan-accordion-style-two .accordion__body__contents{
padding:10px 0 0;
}
.uroan-accordion-style-two .accordion-header,
.uroan-accordion-style-two .accordion__item.active .accordion-header{
background:transparent !important;
color:#2B2F3E;
padding:0;
}
.uroan-accordion-style-two  .accordion__item > .accordion-header:after{
display:none !important;
}
.uroan-accordion-style-two .uroan-accordion-item:first-child{
padding-top:0;
}
.uroan-accordion-style-two .uroan-accordion-item:last-child{
padding-bottom:0;
}
.uroan-accordion-style-two .uroan-accordion-item:last-child:after{
display:none;
}
.accordion__body__contents ul{
margin:0;
padding:0;
list-style: none;
}
.marquee--item{
width:350px;
margin-right:40px;
float: left;
-webkit-transform: translateY(25px);
-ms-transform: translateY(25px);
transform: translateY(25px);
-webkit-transition: all 280ms linear 0ms;
-o-transition: all 280ms linear 0ms;
transition: all 280ms linear 0ms;
}
.marquee--item--cl{
width:110px;
margin-right:20px;
float: left;
-webkit-transform: translateY(25px);
-ms-transform: translateY(25px);
transform: translateY(25px);
-webkit-transition: all 280ms linear 0ms;
-o-transition: all 280ms linear 0ms;
transition: all 280ms linear 0ms;
}
.review-cl-logo-wraper img{
max-width:180px !important;
}
.patinets-single-review-st03,
.patinets-single-review-st04{
min-height:310px;
}
@media(min-width:1300px){
.patinets-single-review-st03{
padding:40px;
}
.review-cl-logo-wraper {
margin-bottom: 34px !important;
}
.marquee--item{
width:570px;
}
}  .header {
z-index: 99;
width: 100%;
transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.xpcs-header-yes {
-webkit-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
-moz-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
-ms-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
-o-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
}
.xpcs-header-shadow-yes.xpcs-header {
box-shadow: 0 4px 6px -1px rgb(0 0 0/0.1), 0 2px 4px -2px rgb(0 0 0/0.1)
}
.admin-bar .xpcs-header {
top: 32px !important;
}
.xpcs-header {
z-index: 9999;
width: 100%;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
position: -webkit-sticky;
position: fixed !important;
top: 0 !important;
-webkit-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
-moz-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
-ms-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
-o-transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
transform: all 0.4 sease-in-out, height 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom-width 0.4s ease-in-out, border-bottom-color 0.4s ease-in-out !important;
}
.xpcs-header-transparent-yes {
position: absolute !important;
-webkit-transition: top 0s !important;
-o-transition: top 0s !important;
transition: top 0s !important;
background-color: rgba(0, 0, 0, 0) !important;
z-index: 99;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
width: 100%;
}
.elementor-editor-active .xpcs-header-transparent-yes {
position: absolute !important;
-webkit-transition: top 0s !important;
-o-transition: top 0s !important;
transition: top 0s !important;
background-color: rgba(0, 0, 0, 0) !important;
z-index: 99;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
width: 100%;
}
.xpcs-header.xpcs-blur-yes {
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}
.headerup {
-webkit-transition: transform 0.4s ease-in-out !important;
-o-transition: transform 0.4s ease-in-out !important;
-webkit-transition: -webkit-transform 0.4s ease-in-out !important;
transition: -webkit-transform 0.4s ease-in-out !important;
transition: transform 0.4s ease-in-out !important;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
-webkit-transform: translateY(-110vh) !important;
-ms-transform: translateY(-110vh) !important;
transform: translateY(-110vh) !important;
}
.xpcs-header-change-logo-color-yes .elementor-widget-theme-site-logo img.change-logo-color,
.xpcs-header-change-logo-color-yes .elementor-widget-theme-site-logo img,
.elementor-widget-theme-site-logo img,
.xpcs-header-yes .logo img {
-webkit-transition: all 0.4s ease-in-out !important;
-o-transition: all 0.4s ease-in-out !important;
transition: all 0.4s ease-in-out !important;
}
.xpcs-header-hide-on-scroll-yes {
-webkit-transition: transform 0.4s ease-in-out !important;
-o-transition: transform 0.4s ease-in-out !important;
-webkit-transition: -webkit-transform 0.4s ease-in-out !important;
transition: -webkit-transform 0.4s ease-in-out !important;
transition: transform 0.4s ease-in-out !important;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out !important;
}  .price-toggle-wrap {
text-align: center;
display: inline-block;
margin: 0 auto 56px auto;
padding: 10px;
}
.price-toggle-wrap a {
padding: 16px 30px;
float: left;
background-position: center;
position: relative;
overflow: hidden;
background-color: transparent;
color: #2B2F3E;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
font-size: 18px;
font-weight: 600;
min-width: 200px;
min-height: 65px;
}
.price-table .price-list li i {
margin-right: 6px;
}
.price-toggle-wrap a:visited {
color: #2B2F3E;
}
.price-toggle-wrap a.active {
background-position: center;
background:url(//thelakshury.com/wp-content/plugins/uroan-core/elementor/assets/images/tab_nav_bg.svg);
background-repeat:no-repeat;
color: #fff;
}
.pricing-tab-toggle-content {
display: none;
}
.pricing-tab-toggle-content.active {
display: block;
}
.price-table {
text-align: left;
padding: 40px 25px;
-webkit-transition: all 0.25s linear;
transition: all 0.25s linear;
background: #ebfaf6;
box-shadow: none;
border-radius: 20px;
border: 2px solid #2FC6A2;
border-top: 35px solid #2FC6A2;
position:relative;
}
.price-table:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
-webkit-box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
box-shadow: 0 23px 49px 0 rgba(61, 82, 96, 0.15);
}
.pricing-table-featured .price-table {
border: 2px solid #FF9515;
border-top:35px solid #FF9515;
}
.pricing-table-featured .price-table:before{
content:"";
background:url(//thelakshury.com/wp-content/plugins/uroan-core/elementor/assets/images/feat-icon.svg);
width: 80px;
height: 80px;
display: block;
position: absolute;
top: -65px;
right: -15px;
}
.price-table-resp:last-child .price-table{
border: 2px solid #65D3E9;
border-top:35px solid #65D3E9;
}
.price-table .price-icon {
display: inline-block;
}
.price-table .price-icon i {
font-size: 40px;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
color: var(--secondary-color);
}
.price-table .price-icon {
display: inline-block;
text-align: center;
font-size: 40px;
border-radius: 50%;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.price-table .price-value {
margin-top: 20px;
margin-bottom: 20px;
display: flex;
align-items: center;
}
.price-table .price-value .price-data{
font-size: 40px;
line-height: 1.4;
margin-right: 30px;
}
.price-table .price-value span {
font-size: 12px;
width:100%;
display:block;
line-height:1;
}
.price-table .price-value  .price-duration-details{
font-size: 20px;
text-transform: capitalize;
margin-bottom: 7px;
}
.price-table .price-value b {
font-size: 48px;
font-weight: 400;
color: var(--secondary-color);
}
.price-table .price-text {
margin-bottom: 30px;
}
.price-text h4 {
font-weight: 400;
font-size: 24px;
line-height: 140%;
margin-top: 20px;
margin-bottom:10px;
}
.price-table .price-text span {
text-align: center;
border-radius: 100px;
display: inline-block;
padding: 11px 40px;
}
.price-table .price-list li {
margin-top: 20px;
font-size: 18px;
line-height: 1.5;
}
.price-table .price-list li:first-child {
margin-top: 0;
}
.price-table .price-footer {
margin-top: 40px;
}
.price-table .price-footer .price-block-btn {
display: block;
border-radius: 10px;
color: #2FC6A2;
background: transparent;
padding: 15px;
font-weight: 600;
border: 2px solid #2FC6A2;
text-align: center;
}
.pricing-table-featured .price-table .price-footer .price-block-btn {
color: #ffffff;
background: #FF9515;
border-color:#FF9515;
}
.price-table-resp:last-child .price-footer .price-block-btn{
border: 2px solid #65D3E9;
color: #65D3E9;
}
.price-list {
list-style: none;
margin: 30px 0;
padding: 0;
text-align: left;
}
.uroan-descnt-wrap {
width: auto;
display: inline-block;
position: absolute;
top: 4%;
left: 9%;
margin-left: 20px;
min-width: 100px;
}
.uroan-descnt-wrap span {
color: #2B2F3E;
font-weight: 400;
}  .med-border-radius-style .medi-style-box-style2:first-child .medi-ico-hover-2,
.med-border-radius-style .medi-style-box-style2:first-child {
border-top-left-radius: 5px;
}
.med-border-radius-style .medi-style-box-style2:nth-child(4) .medi-ico-hover-2,
.med-border-radius-style .medi-style-box-style2:nth-child(4) {
border-top-right-radius: 5px;
}
.medi-ico-main {
margin-bottom: 25px;
}
.medi-style-box-style2 {
background: #91CAF2;
transition: all .2s;
}
.service-sliding-top .medi-ico-hover-2 {
padding: 70px 70px 70px 70px;
background: #fff;
-webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
-o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
}
.service-sliding-top:nth-child(4n):before,
.service-sliding-top:nth-child(4n):after,
.service-sliding-top:nth-child(5n):before,
.service-sliding-top:nth-child(5n):after,
.service-sliding-top:nth-child(6n):before,
.service-sliding-top:nth-child(6n):after,
.service-sliding-top:nth-child(7n):before,
.service-sliding-top:nth-child(7n):after {
display: none;
}
.service-sliding-top:hover .medi-ico-hover-2 {
background-color: #FFB200;
background-image: url(//thelakshury.com/wp-content/plugins/uroan-core/elementor/assets/images/Shape-3-1.png);
background-position: top right;
background-repeat: no-repeat;
}
.service-sliding-top:hover .medi-ico-hover-2 {
position: absolute;
top: -24px;
left: 24px;
width: 100%;
z-index: 10;
color: #fff;
}
.service-health-2h {
position: relative;
background: #F5FBFF
}
.service-health-2h .service-health-2h-box {
position: relative;
padding: 32px 30px 32px 30px;
}
.service-health-2h:hover .service-health-2h-box {
background: var(--secondary-color);
margin-top: -70px;
position: absolute;
transition: 0.3s;
border-radius: 8px;
box-shadow: 0px 25px 40px -10px rgb(42 167 255 / 20%);
}
.service-health-2h:hover .service-health-2h-box:before {
content: "";
width: 100%;
height: 100%;
background: url(//thelakshury.com/wp-content/plugins/uroan-core/elementor/assets/images/block-hover-bg.svg);
position: absolute;
background-repeat: no-repeat;
right: -72%;
top: -3px;
}
.medibx-one-link {
font-weight: bold;
vertical-align: middle;
display: flex;
align-items: center;
font-family: var(--alt-font-family);
}
.service-health-2h .medibx-one-link {
opacity: 0;
}
.service-health-2h:hover .medibx-one-link {
opacity: 1;
}
.service-health-2h .medi-ico-main svg {
background: #fff;
box-shadow: 0px 20px 35px -10px rgb(0 0 0 / 5%);
width: 60px;
display: inline-block;
height: 60px;
padding: 15px;
border-radius: 50%;
}
.border-radius-style2 .service-health-2h:first-child {
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
.border-radius-style2 .service-health-2h:nth-child(4) {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
} .hs-slider {
height: 800px;
}
.hs-slide .container,
.hs-slide .container .row {
height: 100%;
}
.mdwidth {
max-width: 670px;
}
.before-title span.batch-text {
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: #FFFFFF;
background: #FF684C;
border-radius: 16px;
padding: 4px 16px;
margin-right: 11px;
}
.before-title span.offer-text {
font-weight: 600;
font-size: 16px;
line-height: 150%;
color: var(--secondary-color);
}
h1.hs-title {
font-weight: 400;
font-size: 72px;
line-height: 140%;
color: var(--secondary-color);
margin-top: 14px;
margin-bottom: 30px;
}
p.hs-content {
font-weight: 500;
font-size: 20px;
line-height: 150%;
color: #77829D;
margin-bottom: 56px;
}
a.hs-btn {
font-weight: 700;
font-size: 18px;
line-height: 150%;
text-align: center;
color: #FFFFFF;
background: var(--secondary-color);
border-radius: 8px;
padding: 18px 32px;
display: inline-block;
}
.hs-slider .swiper-button-prev,
.hs-slider .swiper-container-rtl .swiper-button-next,
.hs-slider .swiper-button-next,
.hs-slider .swiper-container-rtl .swiper-button-prev {
background-image: none;
}
.hs-slider .swiper-button-prev,
.hs-slider .swiper-container-rtl .swiper-button-next {
left: 99px;
}
.hs-slider .swiper-button-next,
.hs-slider .swiper-container-rtl .swiper-button-prev {
right: 99px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
content: '';
}
.hs-slider .swiper-button-next:after,
.swiper-button-prev:after {
font-family: unset;
font-size: 0px !important;
line-height: 0;
}
.hs-slider .swiper-button-next i,
.hs-slider .swiper-button-prev i {
color: var(--secondary-color);
font-size: 16px;
background: #FFFFFF;
box-shadow: 0px 15px 35px -5px rgba(0, 0, 0, 0.08);
padding: 24px;
line-height: 1;
border-radius: 50%;
} .uroan-product {
margin-bottom: 38px;
transition: 0.3s;
position: relative;
}
.uroan-product-info h3 {
font-weight: 600;
font-size: 18px;
line-height: 150%;
text-align: center;
color: var(--secondary-color);
margin-bottom: 4px;
}
.uroan-product-price ins {
font-weight: 600;
font-size: 20px;
line-height: 150%;
text-align: center;
color: var(--secondary-color);
background: transparent;
}
.uroan-product-price del {
font-weight: 500;
font-size: 18px;
line-height: 150%;
text-align: center;
color: #77829D;
}
.uroan-product-price {
display: flex;
gap: 16px;
justify-content: center;
margin-top: 17px;
margin-bottom: 4px;
}
.uroan-product-rating {
display: flex;
justify-content: center;
padding-bottom: 4px;
}
.uroan-product-rating .star-rating span:before {
color: #FFB200;
}
.uroan-product:hover {
background: #FFFFFF;
box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.07);
transition: 0.3s;
padding: 8px;
}
.uroan-product img {
width: 100%;
}
.uroan-product-info-carousel .uroan-product-rating{
justify-content: flex-start;
}
.uroan-product-info-carousel .uroan-product-price{
text-align:left;
justify-content:flex-start;
margin-top:0;
}
.uroan-product-carousel-content{
padding:40px;
}
.uroan-product-info-carousel h3{
font-size: 24px;
line-height:1.4;
margin-bottom: 5px;
} .cat-info h4 {
font-weight: 400;
font-size: 24px;
line-height: 140%;
text-align: center;
color: var(--secondary-color);
text-transform: capitalize;
margin: 0;
}
.cat-info p {
font-weight: 500;
font-size: 18px;
line-height: 150%;
text-align: center;
color: #77829D;
margin: 0;
}
.stylist-shape-alt{
margin-bottom:0;
}
.uroan-product {
position: relative;
overflow: hidden;
}
.uroan-product-btn {
position: absolute;
top: 20px;
right: -40px;
transition: 0.3s;
}
.uroan-product:hover .uroan-product-btn{
right: 24px;
transition: 0.3s;
}
.uroan-product-btn {
display: flex;
flex-direction: column;
align-items: end;
gap: 16px;
}
.uroan-product-btn a {
background: #FFFFFF;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03) !important;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
}
.rating-qnty {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.qv-rating {
display: flex;
gap: 5px;
}
.rating-qnty .uroan-remaining-stock.green-notice {
font-weight: 600;
font-size: 20px;
line-height: 150%;
color: var(--secondary-color);
}
.rating-qnty .uroan-remaining-stock.red-notice {
font-weight: 600;
font-size: 20px;
line-height: 150%;
color: #FFB200;
}
.rating-qnty .qv-rating-count {
font-weight: 400;
font-size: 20px;
line-height: 150%;
color: #77829D;
}
.rating-qnty .star-rating span:before {
color: #FFB200;
}
.uroan-quickv-product-details .woocommerce-Price-amount.amount {
font-weight: 400;
font-size: 34px;
line-height: 140%;
color: var(--secondary-color);
}
.uroan-quickv-product-details .woocommerce-loop-product__title {
font-weight: 400;
font-size: 34px;
line-height: 140%;
color: var(--primary-color);
text-transform: capitalize;
margin-bottom: 14px;
}
.uroan-quickv-product-details .woocommerce-product-details__short-description{
margin-top: 20px;
margin-bottom: 30px;
}
.qv-cat span,
.qv-tags span {
font-weight: 600;
font-size: 18px;
line-height: 150%;
color: var(--secondary-color);
}
.qv-tags a,
.qv-cat a {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 150%;
color: #77829D;
text-transform: capitalize;
}
.qv-sku span{
font-weight: 600;
font-size: 18px;
line-height: 150%;
color: var(--secondary-color);
text-transform: uppercase;
}
.qv-sku a{
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 150%;
color: #77829D;
text-transform: uppercase;
}
.qv-cat, .qv-tags {
margin-bottom: 22px;
}
.uroan-quickv-product-details form.cart {
margin-bottom: 30px;
}
.uroan-quickv-product-details {
padding-top: 44px !important;
padding-right: 56px !important;
margin-left: 11px;
}
.uroan-quickv-product-details form .quantity,
.uroan-quickv-product-details form button {
height:50px !important;
}
.opacity-15{
opacity:.1;
}
.uroan-divider-in-front {
z-index: 666; }
.uroan-divider-flip-h {
transform: scale(-1, 1); }
.uroan-dividers-box {
position: relative;
display: inline-block;
width: 100%;
height: 100px;
pointer-events: none; }
.uroan-dividers-box * {
pointer-events: none; }
.uroan-dividers-box.uroan-divider-bottom {
position: absolute;
bottom: 0; }
.uroan-dividers-box.uroan-divider-top {
position: absolute;
top: 0; }
.uroan-dividers-box.uroan-divider-top-inverse {
position: absolute;
transform: rotate(180deg);
top: 0; }
.uroan-dividers-box .uroan-shape-dividers path {
animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite; }
.uroan-divider {
position: absolute !important;
opacity: 1 !important;
width: 100%;
left: 0; }
.uroan-divider.uroan-top-divider {
transform: rotate(180deg);
top: 0; }
.uroan-divider.uroan-top-divider.uroan-divider-flip-h {
transform: rotate(180deg) scale(-1, 1); }
.uroan-divider.uroan-bottom-divider {
bottom: 0; }
.uroan-shape-dividers {
width: 100%;
height: 100px !important;
pointer-events: none;
position: relative;
top: 0;
left: 0; }
.uroan-full-width-elm {
width: 100vw;
z-index: 9999;
margin-left: calc(-50vw + 50%);
left: 0; }
@keyframes wave {
0% {
margin-left: 0; }
100% {
margin-left: -1600px; } }  .uroan-title-gradient h3{
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}  @media only screen and (max-width: 991.98px) {
.price-table-resp:nth-child(3) {
margin-top: 30px;
}
}
@media only screen and (max-width: 767px) {
.price-table-resp:nth-child(1) {
margin-bottom: 30px;
}
}
@media (min-width: 768px) {
.col-md-4-force {
width: 33.33333333% !important
}
}  @media only screen and (max-width: 767.98px) {
.price-table-resp {
margin-top: 30px;
}
.price-table-resp:first-child {
margin-top: 0;
}
.price-toggle-wrap {
text-align: center;
display: flex;
margin: 0 auto 25px auto;
padding: 10px;
flex-wrap: wrap;
justify-content: center;
}
.sassplate-chart-data ul {
justify-content: center !important;
flex-wrap: wrap;
}
}  @media only screen and (max-width: 320px) {
.price-toggle-wrap a {
padding: 16px 25px;
}
}.section-link {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 0.5rem 0.2rem 1.2rem;
position: relative;
width: 100%;
align-self: flex-end;
}
.section-a  {
display: inline-block;
border-radius: 50%;
overflow: hidden;
border: 8px solid #EAFAF6;
margin-left: -35px;
transition: 0.3s ease-in-out;
}
.uroan-pp-client-style-one .uroan-pp-client-image-box{
display:flex;
align-items:center;
}
.uroan-pp-client-style-one .uroan-pp-client-ext-text{
margin-left:10px;
}
.uroan-pp-client-style-one .section-a img{
max-width:68px;
}
.uroan-pp-client-style-one .section-a:hover {
transform: scale(1.3);
z-index: 10;
} .uroan-animation-button-icon a {
margin-left: 36px;
font-weight: bold;
font-size: 18px;
line-height: 150%;
color: #1B3C74;
}
.uroan-animation-button-icon span {
position: absolute;
top: 50%;
left: 0;
transform: translate(-50%, -50%);
}
.uroan-animation-button-icon span::before {
content: '';
width: 30px;
height: 30px;
border-radius: 100%;
background: #F5E5B0;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: videoss 2s infinite;
}
.uroan-animation-button-icon span i {
font-size: 12px;
background: #FFB200;
width: 136px;
height: 136px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: #FFFFFF;
}
.uroan-animation-button-icon span::after {
content: '';
width: 192px;
height: 192px;
border-radius: 100%;
background: #F7D985;
position: absolute;
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
animation: videoss 2s infinite;
}
@keyframes videoss {
0% {
width: 30px;
height: 30px;
opacity: 1;
}
100% {
width: 192px;
height: 192px;
opacity: 0;
}
}
@keyframes videoss {
0% {
width: 30px;
height: 30px;
opacity: 1;
}
100% {
width: 248px;
height: 248px;
opacity: 0;
}
}