
.socialList, .contactList {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .contactList svg {
    width: 30px;
    color: #fff;
    fill: #444;
}
.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.site-footer__bottom-menu li {
  position: relative;
  display: block;
}

.site-footer__bottom-menu li+li {
  margin-left: 25px;
}

.site-footer__bottom-menu li a {
  position: relative;
  display: inline-block;
  color: rgba(var(--stchp-white-rgb), .70);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq_common .accordion-item{
	margin-left: 26px;
    border: none;
	border: 1px solid transparent;
}

.ion-ques {
	position: relative; 
}

@media (max-width: 767px) {
	.ion-ques {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5em; 
		font-weight: 500;
	}
	.faq_common .accordion-item{
		margin-left: 0px; 
	}
}

.ion-ques::before,
.ion-ques::after {
	position: absolute;
	display: block;
	content: "";
	top: -12px;
	left: -66px;
	margin: auto;
	width: 58px;
	height: 49px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}
.faq_common .list-group-item{padding-left: 43px;}

.faq_common .accordion-collapse::before {
	position: absolute;
	display: block;
	content: "";
	top: 12px;
	left: -66px;
	margin: auto;
	width: 58px;
	height: 49px;
	background: url('data:image/svg+xml,<svg viewBox="0 0 58 49" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="49" width="49" height="49" rx="5" transform="rotate(90 49 0)" fill="%23D2E2ED"/><path d="M19.3072 35.5H14.6935L21.7234 15.1364H27.2717L34.2915 35.5H29.6779L24.5771 19.7898H24.418L19.3072 35.5ZM19.0188 27.4957H29.9165V30.8565H19.0188V27.4957Z" fill="white"/><path d="M58 24.5L48.25 30.1292L48.25 18.8708L58 24.5Z" fill="%23D2E2ED"/></svg>') center no-repeat;
	-webkit-transition: all 0.3s 0.4s;
	-moz-transition: all 0.3s 0.4s;
	-ms-transition: all 0.3s 0.4s;
	-o-transition: all 0.3s 0.4s;
	transition: all 0.3s 0.4s;
	opacity: 0
}
.faq_common .accordion-collapse.show::before {
	opacity: 1;
	left: -22px;
    z-index: 3;
}
.faq_common .accordion-collapse.show{
	position: relative;
}
@media only screen and (min-width: 1025px) {
    .faq_common .accordion-item:hover {
		border: 1px solid #0068b7 !important;
	}
	.faq_common .accordion-item.active:hover{
		border: 1px solid transparent !important
	}
	 
	.faq_common .accordion-item:hover .ion-ques::before {
		background: url('data:image/svg+xml,<svg viewBox="0 0 58 49" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="49" height="49" rx="5" fill="%230068B7"/><path d="M58 24.5L48.25 30.1292L48.25 18.8708L58 24.5Z" fill="%230068B7"/></svg>') center/contain no-repeat
	}
	
}
@media (max-width: 767px) {

	.ion-ques::before,
	.ion-ques::after {
		width: 43px;
		height: 35px;
		left: -40px;
		top: 10px;
		display: none !important;
	}
	.bggrey{ padding: 10px 14px !important;}
}
.ion-ques::before {
	background: url('data:image/svg+xml,<svg viewBox="0 0 58 49" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="49" height="49" rx="5" fill="%23D2E2ED"/><path d="M58 24.5L48.25 30.1292L48.25 18.8708L58 24.5Z" fill="%23D2E2ED"/></svg>') center no-repeat;
}

.faq_common .accordion-item.active .ion-ques::before{
	transform: rotate(90deg);
	top: -8px;
    left: -72px;
	background: url('data:image/svg+xml,<svg viewBox="0 0 58 49" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="49" height="49" rx="5" fill="%230068B7"/><path d="M58 24.5L48.25 30.1292L48.25 18.8708L58 24.5Z" fill="%230068B7"/></svg>') center/contain no-repeat !important;
}

.shophome-process{
	position: relative;
    overflow: hidden;
    background-color: rgb(255 0 0 / .0509803922);
    background-image: url(../images/top-bg.png);
	border-top: 1px solid #ffc7c7;
	border-bottom: 1px solid #ffc7c7;
}
.underline::after {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
	display: block;
    content: "";
    background: #d71b1f;
    height: 4px;
	margin-bottom: 15px;
}
.product-item{
	background: #fff;
    border-radius: 6px;
    border: 1px solid #ffb9b9;
    padding: 10px;
    text-align: center;
    transition: all 0.7s;
    position: relative;
}

.ion-ques::after {
	display: flex;
	justify-content: center;
	align-items: center;
	content: "Q";
	left: -70px;
	font-size: 28px;
	font-size: 1.8rem;
	line-height: 1em;
	font-weight: 700;
	color: #fff;
	font-family: sans-serif;
}
.ct-infobox-carousel1 .item--inner{
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 8px 38px rgba(12, 12, 12, 6%);
    -khtml-box-shadow: 0 8px 38px rgba(12,12,12,6%);
    -moz-box-shadow: 0 8px 38px rgba(12,12,12,6%);
    -ms-box-shadow: 0 8px 38px rgba(12,12,12,6%);
    -o-box-shadow: 0 8px 38px rgba(12,12,12,6%);
    box-shadow: 0 8px 38px rgba(12, 12, 12, 6%);
    padding: 52px 30px 20px;
    text-align: center;
    margin-bottom: 30px;
    z-index: 1;
    border-color: #76a713;
}
.ct-infobox-carousel1 .item--inner:before {
    content: '';
    -webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    position: absolute;
    opacity: .29;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    z-index: -1;
}
.ct-infobox-carousel1 .item--inner:hover:before {
    opacity: 1;
    border-width: 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ct-infobox-carousel1 .item--inner:hover .item--title{color: #d71b1f}
.ct-infobox-carousel1 .item--image {
    position: relative;
    z-index: 1;
}
.ct-infobox-carousel1 .item--title {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 24px;
}
.ct-infobox-carousel1 .item--description {
    font-size: 15px;
    line-height: 22px;
    color: #666;
    margin-bottom: 19px;
}

.btn-icon-animate {
	font-size: 16px;
	font-weight: 700;
	color: #1a2428;
	overflow: hidden;
	z-index: 1;
	line-height: 32px;
	padding-left: 40px;
	padding-right: 0;
	display: inline-flex;
	position: relative
}

.btn-icon-animate:before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background-color: #76a713;
	-webkit-border-radius: 32px;
	-khtml-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	-webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-o-transition: .3s cubic-bezier(.24, .74, .58, 1);
	transition: .3s cubic-bezier(.24, .74, .58, 1)
}

.btn-icon-animate .ct-icon-frist {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	-webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-o-transition: .3s cubic-bezier(.24, .74, .58, 1);
	transition: .3s cubic-bezier(.24, .74, .58, 1)
}

.btn-icon-animate .ct-icon-last {
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 40px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	-webkit-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
	-o-transition: .3s cubic-bezier(.24, .74, .58, 1);
	transition: .3s cubic-bezier(.24, .74, .58, 1);
	opacity: 0
}

.btn-icon-animate:hover,
.btn-icon-animate:focus {
	color: #fff;
	padding-left: 19px;
	padding-right: 40px
}

.btn-icon-animate:hover:before,
.btn-icon-animate:focus:before {
	width: 100%
}

.btn-icon-animate:hover .ct-icon-frist,
.btn-icon-animate:focus .ct-icon-frist {
	opacity: 0;
	left: 40px
}

.btn-icon-animate:hover .ct-icon-last,
.btn-icon-animate:focus .ct-icon-last {
	opacity: 1;
	right: 15px
}


.menubeauty ul{
	padding: 0;
	margin: 0;
}
 
.menubeauty li a::before {
    content: "\f101";
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 16px;
	color: #f25000;
}
.menubeauty li:first-child{border: none;}
 
.menubeauty li,
.menubeauty li a{ 
	position: relative; 
	transition: all 0.5s linear 0s; 
	color: #444;
}
 
.menubeauty li a span{
	--qodef-background-position: calc(100% - 2px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px),currentColor 1px);
    background-size: 0 calc(100% - 2px);
    transition: .4s background-size cubic-bezier(.26,.57,.14,.81);
    background-position-x: 100%;
    transition: color .2s ease-out,.5s background-size cubic-bezier(.26,.57,.14,.81);
	padding-bottom: 2px;
}
.menubeauty li a:hover span{
	background-size: 100% calc(100% - 2px);
    background-position-x: 0;
}

.hover-text-white:hover{text-decoration: none !important;}

.menukey li.iconhot:after {
    content: "";
    background-image: url(../images/icons/icon-hot.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 60px;
    height: 20px;
    top: 2px;
}
.menukey li.iconstar:after {
    content: "";
    background-image: url(../images/icons/icon-feature.png);
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 36px;
    height: 20px;
    top: 2px;
}
.rock-podcast-newsltr-inner .rock-podcast-input{
    position: relative;
    z-index: 1;
    width: 100%;
}
.rock-podcast-newsltr-inner .rock-podcast-input img{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 2;
    color: #000;
    background: #ffc7c7;
}
 footer .ft-contact .contact-bx {
    display: flex;
    align-items: center; }
    footer .ft-contact .contact-bx .icon i {
      font-size: 24px;
      color: #fff;
      margin-right: 15px;
      background-color: #dc3545;
      border-radius: 30px 30px 0px 30px;
      width: 58px;
      height: 58px;
      line-height: 58px;
      text-align: center; }
    footer .ft-contact .contact-bx .contact-number .number {
      margin-bottom: 0;
      font-size: 20px; }
    footer .ft-contact .contact-bx .contact-number span {
      color: #dc3545;
      font-size: 14px;
      margin-bottom: 5px;
      font-weight: 600;
      display: block; }

.list-style-1 ul{ 
	margin-top: 12px;
    line-height: 26px;	
}
.list-style-1 p{padding-bottom: 10px}
.rounded-img img{
	border-radius: 20px;
}
.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}
#timeoutsess {
    display: none;
}
#timeoutsess a {
    color: #2f70a7 !important;
}
.process-count-one{
	counter-reset: count;
}
.process-one__count {
  position: relative;
  display: block;
}

.process-one__count::before {
	position: relative;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 1px rgba(255,255,255, .70);
    font-family: "Inter Tight", sans-serif;
    counter-increment: count;
    content: "0" counter(count);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bg-feedback{
	background: url(../images/home3bg.png);
    position: relative;
}

.ht-testi .ht-shapes img {
	width: inherit
}

.ht-testi .ht-shapes .drs1 {
	position: absolute;
	right: 17%;
	bottom: 0%
}

.ht-testi .ht-shapes .drs2 {
	position: absolute;
	bottom: 13%;
	left: 9%
}

.ht-testi .ht-shapes .drs3 {
	position: absolute;
	right: 8%;
	transform: rotate(75deg)
}

.ht-testi .ht-shapes .drs4 {
	position: absolute;
	left: 6%
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.ht-testi .ht-shapes .drs4 {
		left: 0%
	}
}
.item-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out
}

@keyframes bounce {
	0% {
		transform: translateY(-5px)
	}

	50% {
		transform: translateY(10px)
	}

	100% {
		transform: translateY(-5px)
	}
}

.item-animateOne {
	-webkit-animation: animateOne 15s infinite ease-in-out;
	-o-animation: animateOne 15s infinite ease-in-out;
	-ms-animation: animateOne 15s infinite ease-in-out;
	-moz-animation: animateOne 15s infinite ease-in-out;
	animation: animateOne 15s infinite ease-in-out
}

@-webkit-keyframes animateOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes animateOne {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	50% {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}
.testimonials-card__rating {
  color: #f93;
  letter-spacing: 0.1em;
}

.testimonials-card__rating i:last-child {
  color: #f93;
}
.fb-customer{
	display: inline-block;
    margin-bottom: 5px;
    margin-left: 8px;
    font-size: 14px; 
    align-self: flex-end;
}
.imgheight{
	max-height: 80px;
}
.shadow-top{
	position: absolute;
    pointer-events: none;
    background-image: url(../images/shadow-top.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: 42px;
    width: 100%;
    top: -1px;
    z-index: 99;
}
.shadow-bottom {
    position: absolute;
    pointer-events: none;
    background-image: url(../images/shadow-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 32px;
    width: 100%;
    bottom: 0;
    z-index: 99;
}
.searchWarrInfo{
	width: 100%;
    max-width: 936px;
    margin: 0 auto;
}
.searchWarrInfo .input-group{
	display: block;
}
.searchWarrInfo .inputleft{
	border-radius: 30px 0 0 30px !important;
    border: none;
    padding: 0 0 0 25px;
    border-right: 1px solid #d6d7d8 !important;
    width: 100% !important;
    height: 55px
}
.searchWarrInfo .inputright{
    border: none;
    padding: 0 0 0 25px;
    width: 100% !important;
    height: 55px;
	position: relative;
    z-index: 3;
}
.searchWarrInfo .input-group-addon{background:#fff}
.searchWarrInfo .btn-primary{
	margin-left: -35px;
    background-color: #ef2573;
    color: #fff;
    border-radius: 30px;
    padding: 18px 41px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .7px;
    background: #f35704;
    border: 1px solid #ef2573;
    outline: 0;
	transition: 0.5s ease-in-out;
}
.searchWarrInfo .btn-primary::after {
    content: "";
    background-color: #0d6efd;
	border: 1px solid #0d6efd;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}
.searchWarrInfo .btn-primary:hover{border: 1px solid #0d6efd;}
.searchWarrInfo .btn-primary:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}
.searchWarrInfo .btn-primary:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
    background: url(../images/icsearch.png) no-repeat center;
}
.accordion-button{
	 outline: none !important;
    box-shadow: none !important;
}

.bgpink{background: #fff7f7}
.icon-car-2 {
    fill: #d71b1f;
    transition: fill 0.3s;
    height: 20px;
    width: 20px;
}

.bggrey{
	background-color: #ffffff !important;
    color: #0f0e0e !important;
    padding: 22px 22px 22px 44px;
}
.faq_help{
	background-image: url(../images/faqs-image-ultimate.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	display: flex;
    min-height: 582px;
	position: relative;
	border-radius: 20px;
}
.blockwhy{
	bottom: -30px;
	left: -23px;
    position: absolute;
    background: #fff;
    border-radius: 20px;
    width: 76%;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.jkit-button-wrapper {
    background: #d71b1f;
    color: #fff;
    padding: 9px 8px 7px 26px;
    border-radius: 50px 50px 50px 50px;
    border: 1px solid #d71b1f;
    position: relative;
    display: inline-block;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
	font-size: 1.125rem;
}
.jkit-button-wrapper i{
	color: #d71b1f;
    margin-left: 11px;
    padding: 10px 10px 10px 10px;
    border-radius: 50px 50px 50px 50px;
    background: #fff;
}
.jkit-button-wrapper:hover{
	background: #fff;
	color: #d71b1f !important; 
}
.jkit-button-wrapper:hover i{
	background: #d71b1f;
	color: #fff !important; 
}
.car-svg-icon{
	color: #fff;
    fill: #e0e0e0;
    height: 70px;
    display: block;
    position: relative;
}
 

@media screen and (max-width: 767px) and (min-width: 321px) {
    .searchWarrInfo .inputright, .searchWarrInfo .inputleft {
        border-radius: 30px !important;
        margin-bottom: 10px;
    }
	.searchWarrInfo .btn-primary {
        display: block;
        margin: 0 auto;
		width: 100%;
    }
}
.playme{
	animation: play0 1.5s ease infinite; 
}
@keyframes play0 {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}