/*--------------------- Copyright (c) 2020 --------------------------
[Master Stylesheet] 
Project: Medical Equipment - PPE Kit Responsive HTML Template
Version: 1.0.0 
Author: Kamleshyadav
 ------------------------------------------------------------------- 
[Table of contents] 
1. body 
2. top header
3. main header
4. banner
5. product
6. deal
7. testimonial
8. blog
9. partners
10. footer
11. header two
12. feature
13. blog two
14. instagram
15. feature two
16. product gallery
17. team
18. breadcrumb
19. about
20. service
21. help
22. shop
23. account
24. cart
25. checkout
26. contact
27. login
--------------------------------------------------------------------*/
body{
	font-family: 'PT Sans', sans-serif;
	/*color: #444444;*/
    color:#101010;
	font-size: 16px;
	font-weight: 500;
    line-height: 26px;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    color: #242424;
}
a{
	color: #818899;
	transition: 0.3s;
    text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #f58a5b;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
.spacer-top{
    padding-top: 80px;
}
.spacer-top-less{
   padding-top: 46px;
}
.spacer-bottom{
    padding-bottom: 80px;
}
.cv-btn{
    display: inline-block;
    min-width: 160px;
    height: 50px;
    line-height: 50px;
    background: #f68b5b;
    color: #fff;
    text-transform: capitalize;
    outline: none;
    padding: 0 20px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 30px;
    transition: 0.3s;
}
.cv-btn:hover{
    box-shadow: 0px 6px 20px 0px rgb(137 137 137 / 38%);
    transform: translateY(-5px);
    color: #fff;
    background-color: #909090;
}
.cv-btn:focus,input:focus,textarea:focus,button:focus{
    outline: none;
}
input {
    width: 100%;
    height: 40px;
    border: 1px solid #d4f0ff;
    padding: 0 20px;
    border-radius: 30px;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* top header start */
.cv-top-header {
    height: 51px;
    background: #fff;
    display: flex;
    align-items: center;
}
.cv-top-header .row{
    align-items: center;
}
.cv-head-contact h3 {
    margin: 0;
    font-size: 16px;
}
.cv-head-icon ul li svg{
    width: 16px;
    height: 16px;
    fill:#3cbcff;
}
.cv-head-icon ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.cv-head-icon ul li:last-child {
    margin: 0;
}
.cv-head-icon {
    text-align: right;
}
.cv-head-icon ul li a{
    position: relative;
}
.cv-head-icon ul li a span {
    background: #3cbcff;
    min-width: 16px;
    height: 16px;
    position: absolute;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
    border-radius: 100%;
    top: -2px;
    right: -12px;
    color: #ffffff;
    cursor: pointer;
}
/* top header end */
/* main header start */
.cv-main-header {
    height: 70px;
    display: flex;
    align-items: center;
    background: #3cbcff;
}
.cv-main-header .row,.cv-header-two .row {
    align-items: center;
}
.cv-header-two {
    box-shadow: 0px 10px 30px 0px rgba(60, 188, 255, 0.08);
    z-index: 9;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
}
/* main header end */
/* banner start */
.cv-banner,.cv-testimonial,.cv-instagram,.cv-team,.cv-related-product {
    background: #f8fdff;
}
.cv-banner .row{
    align-items: center;
}
.cv-banner-text {
    padding: 150px 0;
}
.cv-banner-text h1 {
    font-size: 70px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 1px 0 16px;
}
.cv-banner-cat {
    margin-bottom: 10px;
    background: #3cbcff;
    display: inline-block;
    padding: 3px 20px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
}
.cv-banner-text .cv-btn,.cv-banner-two-text .cv-btn {
    margin-top: 17px;
}
.cv-banner-img{
    padding: 80px 0; 
    text-align: center;
}
.cv-banner-sale {
    color: #3cbcff;
    font-size: 25px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.cv-banner-two-text h1{
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 0 8px;
}
.cv-banner-two-text {
    padding: 146px 0 150px;
    max-width: 560px;
}
.cv-banner-three-text{
    margin-top: 3px;
    padding: 106px 0 110px;
}
.cv-banner-three-text .cv-banner-cat {
    margin-bottom: 9px;
}
/* banner end */
/* new arrivals start */
.cv-product-box {
    border: 1px solid #f68b5b47;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 1px 4px #00000012;
}
.cv-product-data {
    padding: 19px 25px 25px;
}
.cv-shop .cv-product-data {
    padding: 19px 24px 20px;
}
.cv-product-img img {
    border-radius: 10px 10px 0px 0px;
/*    width: 100%;*/
    width: 86%;
    
}
.cv-product-data p {
    margin: 0;
}
.cv-price-cart svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    margin-right: 3px;
    margin-top: -3px;
}
.cv-price-cart {
    display: inline-block;
    background: #f68b5b;
    padding: 2px 10px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    border-radius: 3px;
    font-size: 14px;
}
.cv-price-cart:hover{
    color:#fff;
}
.cv-price-title {
      font-size: 15px;
    font-weight: 600;
    margin: 0px 0 5px;
    display: block;
    color: #242424;
    text-align: center;
}
.cv-product-icon ul li svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}
.cv-product-icon ul li {
    transform: translateX(40px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}
.cv-product-icon ul li:nth-child(1){
    transition-delay: 0.1s;
}
.cv-product-icon ul li:nth-child(2){
    transition-delay: 0.2s;
}
.cv-product-icon ul li:nth-child(3){
    transition-delay: 0.3s;
}
.cv-product-box:hover .cv-product-icon ul li {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}
.cv-product-icon ul li a {
    background: #3cbcff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-bottom: 3px;
    border-radius: 3px;
}
.cv-product-img {
    position: relative;
}
.cv-sale {
    background: #3cbcff;
    padding: 0 2px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    font-size: 14px;
    text-transform: capitalize;
}
.cv-product-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.cv-pdoduct-price {
    font-size: 14px;
    font-weight: 600;
    color: #f68b5b;
}
.cv-pdoduct-price del {
    margin-right: 5px;
    color: #818899;
    font-weight: 400;
}
.cv-product-img:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
        /* background: linear-gradient(0deg, rgb(255 198 173), rgb(255 198 173)); */
    background-color: #ffebe2;
    z-index: 0;
    transform-origin: bottom center;
    transform: scaleY(0);
    transition: 0.5s;
    width: 100%;
}
.cv-product-box:hover .cv-product-img:after{
    transform: scaleY(1);
}
.cv-product-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.cv-heading {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 43px;
}
.cv-heading h1 {
    font-size: 36px;
    font-weight: 600;
    color: #f68b5b;
    margin-bottom: 18px;
    text-transform: capitalize;
}
.cv-heading p {
    margin: 0;
}
.cv-arrival,.cv-protection-kit,.cv-team,.cv-blog,.cv-blog-two,.cv-instagram,.cv-footer {
    /* padding-bottom: 50px; */
}
/* new arrivals end */
/* hot deals start */
.cv-deal {
    background: linear-gradient(50deg, #f5f3f2, #ffffff94), url('../images/bg-service.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
   
}
.cv-deal-box h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 17px;
}
.cv-deal-box h3 {
    font-size: 25px;
    margin-bottom: 14px;
    color: #f68b5b;
    margin-top: -6px;
}
.cv-deal-box .cv-btn{
    margin-top: 17px;
}
.cv-deal-box {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
    background: #fffcfc;
    padding: 54px 70px 70px;
    border-radius: 10px;
}
p#me_timer {
    margin-bottom: 22px;
}
p#me_timer span {
    font-size: 23px;
    font-weight: 600;
    color: #444;
    padding: 5px;
    margin-right: 5px;
    min-width: 60px;
    max-width: 100px;
    min-height: 60px;
    max-height: 100px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #3cbcff;
}
/* hot deals end */
/* testimonial start */
.cv-testi-data {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
    background: #fff;
    padding: 44px 50px 73px;
    border-radius: 10px;
    position: relative;
    margin: 15px;
}
.cv-testimonial .cv-heading {
    margin-bottom: 28px;
}
.cv-testi-data p {
    margin: 0;
    font-size: 18px;
}
.cv-testi-img img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 5px solid #d4f0ff;
}
.cv-testi-footer {
    display: flex;
    align-items: center;
    transform: translateY(-15px);
}
.cv-testi-img {
    width: 110px;
    transform: translate(70px, -30px);
}
.cv-testi-name h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.cv-testi-name {
    width: calc(100% - 110px);
    padding-left: 130px;
}
.cv-testi-name p {
    margin-bottom: 0;
}
.cv-testi-data:after {
    position: absolute;
    content: '';
    border-top: 20px solid white;
    border-right: 20px solid rgba(56, 148, 185, 0);
    bottom: -20px;
    left: 200px;
}
.cv-testimonial{
    padding-bottom: 110px;
}
.swiper-button-prev,.swiper-button-next {
    background-image: none;
}
.swiper-button-prev:after, .swiper-button-next:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #3cbcff;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-button-prev:after {
    border-right: none;
    border-top: none;
    left: 8px;
}
.swiper-button-next:after {
    border-left: none;
    border-bottom: none;
    right: 8px;
}
.swiper-button-prev:before, .swiper-button-next:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #3cbcff;
    top: 0;
    bottom: 0;
    margin: auto;
}
.swiper-button-prev:before {
    left: 8px;
}
.swiper-button-next:before {
    right: 8px;
}
.swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
    border: 2px solid #f8fdff;
    line-height: 40px;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    transition: 0.3s;
    outline: none;
    background: #f8fdff;
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    border-color: #3cbcff;
} 
.swiper-button-next {
    right: -20px;
}
.swiper-button-prev {
    left: -20px;
}
.cv-testimonial .row{
    position: relative;
}
.cv-arrow {
    width: 50px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.cv-arrival .swiper-button-next {
    right: -10px;
}
.cv-arrival .swiper-button-prev {
    left: -10px;
}
/* testimonial end */
/* blog start */
.cv-blog-title {
    margin: 12px 0;
    font-size: 22px;
    display: block;
    color: #242424;
}
.cv-blog-data {
    padding: 21px 30px 30px;
}
.cv-blog-data p {
    margin-bottom: 0;
    display: inline-block;
}
.cv-blog-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
}
.cv-blog-img img{
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.cv-share-hover {
    display: inline-block;
    background: #3cbcff;
    padding: 0px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-transform: capitalize;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 0;
}
.cv-share-hover:after {
    position: absolute;
    content: '';
    border-top: 10px solid #3cbcff;
    border-right: 10px solid #0000ff00;
    transform: rotate(135deg) translate(4px,4px);
    top: 10px;
    right: -4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.cv-blog-share:hover .cv-share-hover:after {
    opacity: 1;
    visibility: visible;
    transform: rotate(135deg) translate(0px,0px);
}
.cv-share-hover svg {
    width: 14px;
    margin-right: 5px;
    fill: #fff;
    height: 14px;
    vertical-align: middle;
    margin-top: -4px;
}
.cv-blog-share ul{
    display: inline-block;
    vertical-align: top;
}
.cv-blog-share ul li svg{
    width: 14px;
    height: 14px;
    fill: #fff;
}
.cv-blog-share ul li {
    display: inline-block;
    transform: translate(-10px, 0px);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.cv-blog-share:hover ul li {
    transform: translateX(10px);
    opacity: 1;
    visibility: visible;
}
.cv-blog-share ul li:nth-child(1){
    transition-delay: 0.3s;
}
.cv-blog-share ul li:nth-child(2){
    transition-delay: 0.4s;
}
.cv-blog-share ul li:nth-child(3){
    transition-delay: 0.5s;
}
.cv-blog-share ul li a {
    background: #3cbcff;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
}
.cv-blog-share ul li a:hover{
    transform: translateY(-3px);
}
.cv-blog-share {
    margin-top: 18px;
    display: inline-block;
}
.cv-blog-date{
    font-size: 14px;
    color: #3cbcff;
}
/* blog end */
/* footer start */
.cv-footer {
    background: #242424;
}
.cv-foot-box {
    padding-bottom: 30px;
}
.cv-foot-box a, .cv-foot-box p,.cv-foot-box h2 {
    color: #fff;
}
.cv-foot-box a:hover{
    color: #3cbcff;
}
.cv-foot-box h2 {
    font-size: 25px;
    margin-bottom: 16px;
}
.cv-foot-logo img {
    margin-bottom: 22px;
}
.cv-foot-box ul li {
    margin-bottom: 10px;
}
.cv-foot-links ul li{
    position: relative;
    padding-left: 15px;
}
.cv-foot-links ul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3cbcff;
    border-right: 2px solid #3cbcff;
    transform: rotate(45deg);
    margin: auto;
}
.cv-foot-box ul li:last-child,.cv-foot-social li:last-child,.cv-foot-box p {
    margin-bottom: 0px;
}
.cv-foot-social li svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}
.cv-foot-social li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #f68b5b;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
}
.cv-foot-social li a:hover {
    transform: translateY(-3px);
}
.cv-foot-box .cv-foot-social li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.cv-foot-social {
    margin-top: 23px;
}
.cv-foot-newsletter form {
    display: flex;
    margin-bottom: 30px;
}
.cv-foot-newsletter form input {
    border-radius: 30px 0px 0px 30px;
}
.cv-foot-newsletter form .cv-btn {
    border-radius: 0px 30px 30px 0px;
    min-width: 120px;
}
.cv-foot-newsletter .cv-btn:hover{
    transform: translateX(0px);
    box-shadow: none;
}
.cv-foot-newsletter p {
    margin-bottom: 10px;
}
.cv-foot-payment a {
    margin-right: 5px;
    display: inline-block;
}
.cv-foot-payment a img {
    max-width: 50px;
}
.cv-foot-payment a:last-child {
    margin: 0;
}
.cv-copyright p {
    margin: 0;
    color: #fff;
    text-transform: capitalize;
}
.cv-copyright {
    text-align: center;
    background: #3cbcff;
    padding: 10px 0;
}
.cv-foot-newsbox h2 {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 600;
}
.cv-foot-newsbox h2,.cv-foot-newsbox p{
    color: #fff;
}
.cv-news-box .row {
    align-items: center;
}
.cv-news-box .cv-foot-newsletter form {
    margin-bottom: 0;
}
.cv-news-box {
    padding-bottom: 43px;
    margin-bottom: 50px;
    border-bottom: 1px solid #484848;
}
.cv-foot-newsbox p {
    margin-bottom: 0;
}
.cv-footer-two .cv-foot-payment img{
    margin: 20px 0 0;
}
.cv-foot-contact p span {
    color: #3cbcff;
}
.cv-foot-contact p {
    margin-bottom: 10px;
}
.cv-foot-contact p:last-child {
    margin-bottom: 0px;
}
.cv-footer-two {
    padding-top: 72px;
}
/* footer end */
/* partner start */
.cv-partners img {
    filter: opacity(0.5);
    transition: 0.3s;
    border: 1px solid #b0e3ff;
    padding: 20px;
    border-radius: 10px;
}
.cv-partners img:hover {
    filter: opacity(1);
}
/* partner end */
/* feature start */
.cv-feature-two {
    padding-top: 112px;
}
.cv-feature,.cv-feature-two {
    padding-bottom: 41px;
}
.cv-feature-box {
    display: flex;
    border: 1px solid #d4f0ff;
    padding: 20px 17px 13px 12px;
    border-radius: 10px;
    margin: 0 10px 30px;
}
.cv-feature-img svg{
    width:30px;
    height: 30px;
    fill: #3cbcff;
}
.cv-feature-img {
    width: 60px;
    height: 60px;
    margin-left: -45px;
    border: 1px solid #d4f0ff;
    padding: 10px;
    background: #fff;
    border-radius: 100%;
    line-height: 35px;
    text-align: center;
    transition: 0.3s;
}
.cv-feature-box:hover .cv-feature-img {
    transform: translateY(-5px);
}
.cv-feature-text{
    padding-left: 24px;
}
.cv-feature-text h3{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.cv-feature-text p{
    margin: 0;
    font-size: 15px;
}
/* feature end */
/* blog two start */
.cv-blog-two .cv-blog-box {
    display: flex;
}
.cv-blog-two .cv-blog-img,.cv-blog-two .cv-blog-data {
    flex: 1;
}
.cv-blog-two .cv-blog-img img {
    border-radius: 10px 0px 0px 10px;
    width: 100%;
    height: 100%;
}
.cv-blog-two .cv-blog-data {
    padding: 21px 30px 30px;
}
/* blog two end */
/* instagram start */
.cv-instagram-box{
    position:relative;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 30px!important;
}
.cv-instagram-box, .cv-instagram-box img{
    border-radius: 10px;
}
.cv-instagram-box svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    fill: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.cv-instagram-box a:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3cbcff;
    transform: scale(0) rotate(45deg);
    transition: 0.3s;
    border-radius: 10px;
    opacity: 0.9;
}
.cv-instagram-box:hover{
    transform:translate(0px, -5px);
    transition: 0.3s;
}
.cv-instagram-box:hover img{
    filter: blur(1px);
    transition-delay: 0.3s;
}
.cv-instagram-box:hover a:after{
    transform: scale(1);
}
.cv-instagram-box:hover svg{
    opacity: 1;
    visibility: visible;
}
/* instagram end */
/* testimonial two start */
.cv-testimonial-two {
    padding-bottom: 135px;
}
.cv-testimonial-two .cv-testi-name {
    width: 100%;
    padding-left: 0;
    margin: 25px 0 17px;
}
.cv-testimonial-two .cv-testi-footer{
    display: block;
    transform: translateY(0px);
}
.cv-testimonial-two .cv-testi-img {
    transform: translate(0px, 0px);
    margin: auto;
}
.cv-testimonial-two .cv-testi-data {
    padding: 40px 49px 33px;
    text-align: center;
}
.cv-testimonial-two .cv-testi-data:after{
    display: none;
}
.cv-testimonial-two .cv-arrow {
    bottom: -35px;
}
/* testimonial two end */
/* product two start */
.cv-product-two .cv-sale:after,.cv-product-three .cv-sale:after {
    position: absolute;
    content: '';
    border-top: 10px solid #3cbcff;
    border-left: 10px solid rgba(56, 148, 185, 0);
    bottom: -10px;
    right: 5px;
}
.cv-product-two .cv-sale,.cv-product-three .cv-sale {
    border-radius: 4px;
    width: 50px;
    height: 25px;
    line-height: 25px;
}
.cv-cart-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
}
.cv-cart-box .cv-price-cart {
    background: #fff;
    border: 1px solid #d4f0ff;
}
.cv-cart-box .cv-price-cart svg {
    fill: #3cbcff;
    transition: 0.3s;
}
.cv-cart-box .cv-price-cart {
    color: #818899;
    font-weight: 400;
    margin: 0;
}
.cv-cart-box .cv-price-cart:hover{
    color: #fff;
}
.cv-cart-box .cv-price-cart:hover svg{
    fill: #fff;
}
.cv-cart-box .cv-price-cart:hover {
    background: #3cbcff;
    border-color:#3cbcff;
}
.cv-product-button .cv-btn {
    height: 40px;
    line-height: 40px;
    min-width: 130px;
    background: #fff;
    color: #3cbcff;
}
.cv-product-button {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
/*    align-items: center;*/
    align-items: flex-start;
    justify-content: center;
    transform: translateY( -20px);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
}
.cv-product-box:hover .cv-product-button{
    transform: translateY( 0px);
    opacity: 1;
    visibility: visible;
}
.cv-product-button .cv-btn:last-child{
    margin-top: 10px;
}
.cv-product-button .cv-btn svg {
    width: 14px;
    fill: #3cbcff;
    height: 14px;
    margin-right: 4px;
}
/* product two end */
/* feature two start */
.cv-feature-two .cv-feature-box {
    display: block;
    margin: 0 0 30px;
    text-align: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border: none;
}
.cv-feature-two .cv-feature-img {
    width: 70px;
    height: 70px;
    margin: -50px auto 4px;
    line-height: 45px;
    box-shadow: 0px -2px 0px 0px #3cbcff;
    background: #fff;
    border: none;
}
.cv-feature-two .cv-feature-text {
    padding-left: 0;
    margin-bottom: 4px;
}
/* feature two end */
/* top header two start */
.cv-top-header-two {
    background: #3cbcff;
    display: flex;
    align-items: center;
    height: 51px;
}
.cv-top-header-two .row {
    align-items: center;
}
.cv-top-header-two h3{
    color: #fff;
    margin: 0;
    font-size: 16px;
}
.cv-head-email {
    text-align: right;
}
/* top header two end */
/* product three start  */
.cv-product-slider .row{
    position: relative;
}
.cv-product-three .cv-product-data {
    padding: 19px 25px 20px;
}
.cv-product-data i {
    font-size: 14px;
    margin-right: 1px;
    color: #3cbcff;
}
/* product three end */
/* blog three start */
.cv-blog-wid-img {
    width: 120px;
}
.cv-blog-wid-box {
    display: flex;
}
.cv-blog-wid-text {
    width: calc(100% - 120px);
    padding-left: 20px;
}
.cv-blog-wid-text .cv-blog-title {
    margin: 4px 0;
}
.cv-blog-wid-img img {
    border-radius: 10px;
}
.cv-blog-wid-text p{
    margin: 0;
}
.cv-blog-widget ul li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d4f0ff;
}
.cv-blog-widget ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: none;
}
/* blog three end */
/* banner three start */
.cv-banner-img-three {
    position: relative;
    z-index: 1;
    padding: 80px 0 0;
    text-align: center;
}
.cv-banner-img-three:after {
    position: absolute;
    content: '';
    max-width: 430px;
    max-height: 430px;
    border-radius: 100%;
    background: #d4f0ff80;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border: 30px solid #3cbcff3b;
}
.cv-banner-three-text {
    padding: 76px 0 80px;
}
/* banner three end */
/* team start */
.cv-team-text h2 {
    margin-bottom: 2px;
    font-size: 22px;
    display: block;
}
.cv-team-text {
    padding: 15px 20px 18px;
}
.cv-team-text p {
    margin: 0;
}


.cv-team-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    text-align: center;
    border-bottom: 3px solid #f68b5b;
}
.cv-team-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.cv-team-social li {
    display: inline-block;
}
.cv-team-social li svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}
.cv-team-social li {
    margin-right: 5px;
}
.cv-team-social li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #f68b5b;
    text-align: center;
    line-height: 27px;
    border-radius: 5px;
}
.cv-team-social li a:hover{
    transform:translateY(-5px);
}
.cv-team-social {
    margin: -30px 0 20px;
}
.cv-team-box{
    margin-bottom: 30px;
    transition: 0.3s;
}
.cv-team-box:hover{
    transform: translateY(-10px);
}
/* team end */
/* product gallery start */
.cv-product-gallery{
    padding-bottom: 65px;
}
.cv-product-tab ul li a {
    background: #fff;
    padding: 0 20px;
    min-width: 100px;
    display: block;
    text-transform: capitalize;
    color: #3cbcff;
    height: 40px;
    line-height: 39px;
    border-radius: 30px;
    border: 1px solid #d4f0ff;
    cursor: pointer;
}
.cv-product-tab ul li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.cv-product-tab {
    text-align: center;
    margin-bottom: 35px;
}
.cv-product-tab ul li:last-child {
    margin: 0;
}
.cv-product-tab ul li a.cv-product-active {
    background: #3cbcff;
    color: #fff;
    border-color: #3cbcff;
}
.cv-product-tab ul li a:hover {
    color: #3cbcff;
}
.cv-product-tab ul li a:hover.cv-product-active {
    color: #fff;
}
.cv-gallery-grid .cv-product-box {
    margin: 15px;
}
.cv-product-gallery .col-12,.cv-shop .col-md-8 {
    padding-left: 0;
    padding-right: 0;
}
/* product gallery end */
/* breadcrumb start */
.cv-breadcrumb {
    padding: 20px 0 20px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/breadcrumbs.jpg');
}
.cv-breadcrumb-box h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f68b5b;
    text-transform: capitalize;
}
.cv-breadcrumb-box {
    text-align: center;
}
.cv-breadcrumb-box ul li{
    display: inline-block;
    margin-right: 25px;
    position: relative;
    color: #fff;
    text-transform: capitalize;
}
.cv-breadcrumb-box ul li:last-child{
    margin-right: 0px;
}
.cv-breadcrumb-box ul li:after {
    position: absolute;
    content: '';
    right: -18px;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    transform: rotate(15deg);
    width: 6px;
    height: 15px;
    border-top: 0;
    border-bottom: 0;
    margin: auto;
}
.cv-breadcrumb-box ul li:last-child:after {
    display: none;
}
.cv-breadcrumb-box ul li a{
    color: #fff;
}
.cv-breadcrumb-box ul li a:hover{
    color: #3cbcff;
}
/* breadcrumb end */
/* shop start */
.cv-shop {
/*    padding: 80px 0 65px;*/
    padding: 40px 0 65px;
}
.cv-shop .cv-gallery-grid .cv-product-box {
    margin: 15px;
    width: 29%;
}
.cv-search form{
    display: flex;
}
.cv-search form input {
    border-radius: 30px 0px 0px 30px;
}
.cv-search form .cv-btn {
    border-radius: 0px 30px 30px 0px;
    min-width: 120px;
}
.cv-widget {
    margin-bottom: 44px;
}
.cv-search .cv-btn:hover {
    transform: translateX(0px);
    box-shadow: none;
}
.cv-sidebar-title {
    font-size: 20px;
    font-weight: 600;
    color: #f68b5b;
    margin-bottom: 24px;
    margin-top:10px;
    text-transform: capitalize;
}
.cv-product-filter ul li,.cv-product-category ul li {
    margin-bottom: 15px;
    position: relative;
}
.cv-product-filter ul li a,.cv-product-category ul li a {
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}
.cv-product-filter ul li a:hover,.cv-product-filter .cv-product-active{
    color: #3cbcff;
}
.cv-product-filter ul li a span {
    background: #3cbcff;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}
.cv-product-filter ul li:last-child,.cv-product-category ul li:last-child,.cv-widget:last-child{
    margin-bottom: 0;
}
.cv-product-category ul li:after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    top: 0px;
    bottom: 0;
    margin: auto 0 auto 8px;
    border-top: 1.5px solid #3cbcff;
    border-right: 1.5px solid #3cbcff;
    right: 0;
}
.cv-widget.cv-product-instagram {
    margin-bottom: 32px;
}
.cv-product-instagram ul li {
    display: inline-block;
    margin: 0 8px 12px 0px;
}
.cv-product-instagram ul li img {
    width: 100px;
    border-radius: 10px;
}
.cv-product-category .cv-sidebar-title {
    margin-bottom: 16px;
}
.cv-widget.cv-product-category {
    margin-bottom: 37px;
}
.cv-widget.cv-product-filter {
    margin-bottom: 42px;
}
.cv-shop-title {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    border: 1px solid #d4f0ff;
    border-radius: 3px;
    margin: 0 15px 35px;
}
.cv-shop-title p,.cv-shop-title .cv-sidebar-title {
    margin: 0;
}
.cv-shop-title p span {
    font-size: 20px;
    font-weight: 600;
    color: #3cbcff;
}
/* ----------------Range Slider------------------ */
.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
    position: absolute; display: block;
    top: 0;
}
.irs-line-left {
    left: 0; width: 11%;
}
.irs-line-mid {
    left: 9%; width: 82%;
}
.irs-line-right {
    right: 0; width: 11%;
}
.irs-bar {
    position: absolute; display: block;
    left: 0; width: 0;
}
.irs-slider {
    position: absolute; display: block;
    cursor: default;
    z-index: 1;
}
.irs-slider.type_last {
    z-index: 2;
}
.irs-min {
    position: absolute; display: block;
    left: 0;
    cursor: default;
}
.irs-max {
    position: absolute; display: block;
    right: 0;
    cursor: default;
}
.irs-from, .irs-to, .irs-single {
    position: absolute; display: block;
    top: 0; left: 0;
    cursor: default;
    white-space: nowrap;
}
.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0; left: 0;
    width: 1px; height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
.irs {
    height: 47px;
}
.irs-line {
    height: 10px; top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #DDD -50%, #FFF 150%); 
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}
.irs-line-left {
    height: 8px;
}
.irs-line-mid {
    height: 8px;
}
.irs-line-right {
    height: 8px;
}
.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #3cbcff;
    border-bottom: 1px solid #3cbcff;
    background: linear-gradient(to top, #3cbcff 0%, #3cbcff 100%);
}
.irs-slider {
    top: 29px;
    width: 18px;
    height: 18px;
    background: #3cbcff;
    border-radius: 30px;
    cursor: pointer;
}
.irs-slider.state_hover, .irs-slider:hover {
    background: #f0f0f0;
}
.irs-min, .irs-max {
   display:none;
}
.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #3cbcff;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
/* ----------------Range Slider------------------ */ 
/* shop end */
/* about start */
.cv-about-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-top: 1px;
}
.cv-about-content ul li:after {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #3cbcff;
    border-right: 2px solid #3cbcff;
    transform: rotate(45deg);
    margin: auto;
}
.cv-about-content ul li {
    position: relative;
    padding: 0px 15px 5px 15px;
    display: inline-block;
}
.cv-dr-name h3 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    color: #3cbcff;
}
.cv-dr-box {
    margin-top: 18px;
    padding-top: 25px;
    border-top: 1px solid #d4f0ff;
}
.cv-dr-name p{
    margin-bottom: 0;
}
.cv-dr-signature{
    margin-top: 10px;
}
.cv-about .row{
    align-items: center;
}
.cv-about-content {
    margin-top: -8px;
    padding: 80px 0;
}
.cv-testimonial.cv-testi-about{
    background: #fff;
}
/* about end */
/* services start */
.cv-service-box {
    display: flex;
}
.cv-service-icon {
    width: 50px;
}
.cv-service-icon svg {
    width: 50px;
    height: 50px;
    fill: #3cbcff;
}
.cv-service-text {
    width: calc(100% - 50px);
    padding-left: 15px;
}
.cv-service-text h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.cv-service-text p {
    margin: 0;
}
.cv-service-ul li{
    margin-bottom: 17px;
}
.cv-service-ul li:last-child{
    margin-bottom: 0px;
}
.cv-service-ul-right {
    text-align: right;
}
.cv-service-ul-right .cv-service-text {
    padding: 0 15px 0 0;
}
.cv-service-ul {
    padding-bottom: 73px;
}
/* services end */
/* help start */
.cv-help-box h2 {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.cv-help-box {
    text-align: center;
        width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cv-help-box p {
    margin: 27px 0 0;
    font-size: 18px;
}
.cv-help{
        background: linear-gradient(45deg, rgb(246 139 91), rgb(241 119 64)), url(https://via.placeholder.com/1920x692);    
}
.cv-help-icon svg {
    width: 70px;
    height: 70px;
    fill: #fff;
}
.cv-help-icon{
    margin-bottom: 31px;
}
.cv-help-box h2,.cv-help-box p,.cv-help-box span{
    color: #fff;
}
.cv-help-quote h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.cv-help-quote {
    text-align: center;
    padding-top: 47px;
    margin-top: 53px;
    border-top: 2px dashed #fff;
    position: relative;
}
.cv-help-quote:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -9px;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg);
    margin: auto;
    background: #fff;
}
.cv-get-btn {
    min-width: 200px;
    height: 60px;
    display: block;
    line-height: 57px;
    border: 2px dashed;
    color: #fff;
    max-width: 250px;
    margin: 30px auto 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 10px;
    padding: 0 30px;
}
.cv-get-btn:hover{
    color: #fff;
    transform: translateY(-5px);
}
/* help end */
/* blog page start */
.cv-tag ul li {
    display: inline-block;
    margin: 0px 1px 5px 0px;
}
.cv-tag ul li a {
    padding: 0px 20px;
    border: 1px solid #d4f0ff;
    display: block;
    height: 40px;
    line-height: 39px;
    min-width: 80px;
    text-align: center;
    border-radius: 30px;
}
.cv-tag ul li a:hover{
    border-color: #3cbcff;
}
.cv-pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.cv-pagination ul li:last-child {
    margin: 0;
}
.cv-pagination ul li a {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
    position: relative;
}
.cv-pagination ul li a.cv-page-active, .cv-pagination ul li a:hover {
    background: #3cbcff;
    color: #fff;
}
.cv-pagination {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 15px;
}
.cv-pagination ul li:first-child a,.cv-pagination ul li:last-child a{
    border: none;
}
.cv-pagination ul li:first-child a:after,
.cv-pagination ul li:last-child a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    margin: auto;
}
.cv-pagination ul li:last-child a:after{
    border-top: 2px solid #818899;
    border-right: 2px solid #818899;
}
.cv-pagination ul li:first-child a:after{
    border-bottom: 2px solid #818899;
    border-left: 2px solid #818899;
}
.cv-pagination ul li a:hover:after{
    border-color: #fff;
}
.cv-tag ul li:last-child, .cv-tag ul li:nth-last-child(2), .cv-tag ul li:nth-last-child(3) {
    margin-bottom: 0;
}
/* blog page end */
/* blog single start */
.cv-blog-single-box .cv-blog-data {
    padding: 21px 0px 0;
}
.cv-blog-single-box .cv-blog-data p {
    margin-bottom: 8px;
}
.cv-blog-flex {
    column-count: 2;
    column-gap: 30px;
    margin: 15px 0 22px;
}
.cv-blog-single-box .cv-blog-img img, .cv-blog-flex img {
    border-radius: 10px;
}
.cv-blog-comment {
    padding-top: 51px;
}
.cv-comment-box {
    display: flex;
}
.cv-comment-img {
    width: 100px;
}
.cv-comment-img img {
    border-radius:10px;
}
.cv-comment-text {
    width: calc(100% - 100px);
    padding-left: 20px;
}
.cv-comment-text h3 {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #545b6d;
}
.cv-comment-text p {
    margin-bottom: 5px;
}
.cv-cmnt-date{
    padding-left:10px;
    color: #adb2be;
    font-size: 14px;
}
.cv-cmnt-date svg {
    width: 20px;
    fill: #adb2be;
    height: 20px;
    vertical-align: middle;
}
.cv-blog-comment ul li {
    list-style: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #d4f0ff;
    padding-bottom: 26px;
}
.cv-blog-comment ul li ul>li:first-child {
    padding-top: 30px;
    margin-top: 26px;
    border-top: 1px solid #d4f0ff;
}
.cv-blog-comment ul {
    padding: 0;
    margin: 0;
}
.cv-blog-comment ul li ul{
    margin-left:50px;
}
.cv-blog-comment ul li:last-child {
    border:none;
    padding: 0;
    margin: 0;
}
.cv-cmnt-reply svg {
    width: 14px;
    fill: #3cbcff;
    margin-right: 5px;
    vertical-align: middle;
    transition:0.3s;
}
.cv-blog-cmnt-reply {
    padding-top: 70px;
}
.cv-shop-tab .cv-blog-cmnt-reply {
/*    padding-top: 40px;*/
    padding-top: 8px;
}
.cv-blog-cmnt-reply input,.cv-blog-cmnt-reply textarea {
/*    margin-bottom: 20px;*/
margin-bottom: 0px;
}
.cv-blog-cmnt-reply textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #d4f0ff;
    padding: 10px 20px;
    border-radius: 10px;
    outline: none;
    resize: none;
}
/* blog single end */
/* product single start */
.cv-prod-content .cv-price-title {
    margin: 0px 0 10px;
}
.cv-rating i {
    font-size: 14px;
    color: #3cbcff;
}
.cv-prod-content .cv-pdoduct-price {
    margin-bottom: 5px;
}
.cv-rating {
    margin-bottom: 10px;
}
.cv-cart-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}
.cv-prod-count{
    display: flex;
}
.cv-prod-count .cv-cart-quantity {
    margin-right: 20px;
}
.cv-cart-quantity button {
    width: 25px;
    height: 25px;
    border: 1px solid #d4f0ff;
    border-radius: 4px;
    background: #fff;
    position: relative;
    outline: none;
    transition: 0.3s;
}
.cv-cart-quantity button:after, .cv-cart-quantity button:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #3cbcff;
    margin: auto;
    width: 8px;
    height: 2px;
    transition: 0.3s;
}
.cv-cart-quantity button.cv-add:before {
    width: 2px;
    height: 8px;
}
.cv-cart-quantity input {
    width: 50px;
    border-radius: 4px;
    height: 35px;
    margin: auto 4px;
    padding: 0 5px;
    text-align: center;
    line-height: 35px;
}
.cv-pro-thumb-img {
    text-align: center;
    border: 1px solid #d4f0ff;
    padding: 30px;
    border-radius: 10px;
}
.cv-prod-category {
    margin-bottom: 5px;
}
.cv-prod-text{
    margin-top: 22px;
}
.cv-tab-content {
    margin-top: 22px;
}
.cv-shop-tab .nav-link {
    text-transform: capitalize;
    font-weight: 600;
    color: #818899;
    margin-right: 55px;
}
.cv-shop-tab .nav-link.active,.cv-shop-tab .nav-link:focus,.cv-shop-tab .nav-link:hover{
    border-color: #d4f0ff #d4f0ff transparent;
    color:#f68b5b;
}
.cv-shop-tab .nav-tabs{
    border-color: #d9d9d9;
}
.cv-tab-content p{
    margin-bottom: 0;
}
.cv-prod-text p {
    margin-bottom: 10px;
}
#cv-pro-review .cv-blog-comment {
    padding-top: 8px;
}
.cv-shop-tab {
    padding-top: 33px;
}
/* product single end */
/* my account start */
.cv-account-box {
    display: flex;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    padding: 24px 30px 30px;
    margin-left: 160px;
}
.cv-account-img {
    width: 250px;
    margin-left: -160px;
    margin-top: 34px;
    position: relative;
    height: fit-content;
}
.cv-account-text{
    width: calc(100% - 210px);
    padding-left: 30px;
}
.cv-account-img img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 100%;
    border: 5px solid #3cbcff;
}
.cv-profile-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.cv-profile-svg svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
}
.cv-profile-svg input {
    width: 255px;
    z-index: 2;
    opacity: 0;
    transform: translate(0px, -30px);
    cursor: pointer;
    height: 275px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cv-profile-svg:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(60, 188, 255, 0.8);
    border-radius: 100%;
}
.cv-account-img:hover .cv-profile-svg {
    opacity: 1;
    visibility: visible;
}
.cv-ac-user-name h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.cv-ac-user-name h2 span {
    font-size: 16px;
    color: #818899;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    padding-left: 50px;
}
.cv-ac-user-name h2 span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 20px;
    height: 1px;
    content: '';
    background: #818899;
    margin: auto;
}
.cv-account-info {
    border: 1px solid #d4f0ff;
    border-left: 0;
    border-right: 0;
    margin: 24px 0 30px;
    padding: 22px 0 23px;
} 
.cv-account-info ul li{
    display: flex;
    margin-bottom: 10px;
}
.cv-account-info ul li p {
    flex: 1;
}
.cv-account-info ul li p,.cv-account-info ul li:last-child{
    margin-bottom: 0;
}
.cv-ac-info-edit ul li{
    margin-bottom: 20px;
}
.cv-ac-info-edit ul li p{
    margin-bottom: 10px;
}
.cv-ac-info-edit {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.cv-edit-open .cv-ac-info-edit{
    padding-top: 22px;
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.cv-edit-open .cv-btn.cv-edit-click,.cv-close-edit {
    display: none;
}
.cv-edit-open .cv-close-edit{
    display: block;
}
.cv-last-order table{
    width: 100%;
}
.cv-ac-info-edit .cv-btn {
    margin-top: 10px;
}
.cv-last-order table th {
    background: #3cbcff;
    color: #fff;
    padding: 12px 20px 13px;
    text-transform: capitalize;
}
.cv-last-order table th {
    border-right: 1px solid #d4f0ff;
}
.cv-last-order table th:last-child{
    border: none;
}
.cv-last-order table td {
    padding: 20px;
    text-transform: capitalize;
    border: 1px solid #d4f0ff;
    border-top: none;
    max-width: 250px;
}
.cv-cart-img img {
    width: 60px;
}
/* my account end */
/* login start */
.cv-login .modal-dialog {
    max-width: 740px;
}
.cv-login .modal-content{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    border: none;
}
.cv-login .modal-body{
    padding: 0px;
}
.cv-login .modal{
    overflow-y: auto;
}
.cv-login-box {
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}
.cv-login button.close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: #F44336;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    border: 2px solid;
    font-size: 23px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cv-login .close:not(:disabled):not(.disabled):focus,
.cv-login .close:not(:disabled):not(.disabled):hover{
    opacity: 1;
}
.cv-login-wlcm-box {
    width: 280px;
    padding: 30px;
    background: #3cbcff;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.cv-login-form {
    width: calc(100% - 280px);
    padding: 42px 50px 50px;
}
.cv-login-wlcm h2,.cv-login-form h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: capitalize
}
.cv-login-wlcm {
    padding-bottom: 8px;
    z-index: 1;
    position: relative;
}
.cv-login-wlcm p {
    color: #ffffff;
    margin-bottom: 23px;
}
.cv-login-wlcm .cv-btn {
    background: transparent;
    border: 1px solid;
    line-height: 48px;
}
.cv-login-form h2{
    color: #3cbcff;
    margin-bottom: 5px;
}
.cv-login-form input,.pa-forgot-password {
    margin-top: 12px;
    display: block;
}
.cv-login-form .cv-btn {    
    display: block;
    margin: 23px auto 0;
}
.cv-login-form p {
    margin-bottom: 0;
    font-size: 14px;
}
.cv-login-wlcm-box:after, .cv-login-wlcm-box:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background: #57c5ff;
    border-radius: 100%;
    bottom: -50px;
    left: -50px;
    z-index: 0;
}
.cv-login-wlcm-box:before {
    left: auto;
    bottom: 0;
    right: -50px;
    top: -50px;
}
div#signUpModal .cv-login-form .cv-btn,
div#forgotModal .cv-login-form .cv-btn {
    margin-top: 30px;
}
/* login end */
/* cart start */
.cv-last-order table td b {
    font-size: 20px;
    font-weight: 600;
    color: #242424;
}
.cv-cart-btn {
    text-align: right;
    margin-top: 20px;
}
td.cv-price {
    color: #3cbcff;
    font-weight: 600;
}
/* cart end */
/* checkout start */
.cv-billing-form {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    padding: 24px 30px 30px;
}
.cv-billing-form ul li {
    margin-bottom: 20px;
}
.cv-billing-form ul li:last-child {
    margin-bottom: 0px;
}
.cv-billing-form ul li p {
    margin-bottom: 10px;
}
.cv-billing .cv-account-box {
    align-items: center;
    padding: 24px 30px 23px;
}
.cv-billing .cv-account-img {
    margin-top: 0;
}
.cv-billing  .cv-account-info {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.cv-billing .cv-account-text {
    padding-left: 50px;
}
/* checkout end */
/* contact start */
.cv-contact-detail {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    border-radius: 10px;
    padding: 34px 40px 40px;
}
.cv-contact-detail ul li {
    margin-bottom: 28px;
    display: flex;
    border-bottom: 1px solid #d4f0ff;
    padding-bottom: 28px;
}
.cv-contact-detail ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
}
.cv-contact-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.cv-contact-text p {
    margin-bottom: 0;
}
.cv-contact-icon svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}
.cv-contact-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f68b5b;
    border-radius: 10px;
}
.cv-contact-text {
    width: calc(100% - 50px);
    padding-left: 20px;
}
.cv-contact-form{
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07); */
    background: #fff;
    border-radius: 10px;
    /* padding: 34px 40px 40px; */
    padding:0px 40px 40px;
}
.cv-contact-detail .cv-sidebar-title {
    /*margin-bottom: 6px;*/
    margin-bottom: 26px;
}
.cv-contact-detail .cv-sidebar-title ~ p {
    margin-bottom: 22px;
    line-height: 25px;
}
.cv-contact-form input {
    margin-bottom: 15px;
}
textarea{
    width: 100%;
    height: 150px;
    border: 1px solid #d4f0ff;
    padding: 10px 20px;
    border-radius: 10px;
    resize: none;
}
.cv-contact-form .cv-btn {
    margin-top: 23px;
}
.cv-contact-map {
    max-height: 450px;
    overflow: hidden;
}
.cv-contact-map iframe {
    width: 100%;
    height: 450px;
    /*filter: grayscale(1);*/
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.cv-contact-form form{
    position: relative;
}
.response {
    color: #F44336;
    position: absolute;
    right: 0;
    bottom: 12px;
}
.response p{
    margin: 0;
}
/* contact end */
/* pre loader start */
@keyframes cv-preloader {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(180deg) }
    100% { transform: rotate(360deg) }
}
.cv-preloader div {
    position: absolute;
    animation: cv-preloader 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #3cbcff;
    transform-origin: 80px 82px;
}
.cv-ellipsis {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.cv-preloader {
    margin: 0 auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 200px;
    height: 200px;
    text-align: center;
    z-index: 9999;
}
/* pre loader end */
/* top header style3 start */
.cv-top-head-style3 .container-fluid,
.cv-header-style3 .container-fluid,
.cv-header-style4 .container-fluid,
.cv-top-head-style4 .container-fluid,
.cv-banner5 .container-fluid {
    max-width: 1690px;
}
.cv-top-head-style3 {
    border-bottom: 1px solid #e6e9f2;
    padding: 10px 0 8px;
}
.cv-header-info, .cv-search-wrap, .cv-header-cart {
    display: inline-block;
    margin: 10px 0;
}
.cv-header-info {
    color: #ffab10;
}
.cv-header-info ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}
.cv-header-info ul li {
    display: flex;
    flex-wrap: wrap;
}
.cv-header-info ul li {
    margin-right: 30px;
}
.cv-tophead-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #e6e9f2;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.cv-tophead-icon svg {
    width: 15px;
    height: 15px;
    fill: #3b4964;
}
.cv-header-info ul li .cv-tophead-contact {
    padding-left: 15px;
}
.cv-header-info ul li .cv-tophead-contact p {
    margin: 0;
    display: block;
    color: #ffab10;
}
.cv-header-info ul li .cv-tophead-contact a {
    color: #3b4964;
    font-weight: 600;
    display: inline-block;
}
.cv-top-head-style3 .col-xl-9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.cv-search-wrap {
    max-width: 350px;
    min-width: 350px;
    width: 100%;
}
.cv-search-wrap form {
    display: flex;
}
.cv-search-wrap input {
    border-radius: 10px 0 0 10px;
    padding: 0 30px 0;
    height: 50px;
    width: calc(100% - 115px);
}
.cv-search-wrap .cv-btn {
    min-width: auto;
    padding: 0 30px;
    width: auto;
    height: 50px;
    border-radius: 0 10px 10px 0;
}
.cv-search-wrap .cv-btn, .cv-search-wrap .cv-btn:hover {
    transform: unset;
    box-shadow: none;
}
.responsive-search-btn {
    display: none;
}
.cv-cart-holder {
    background: #f4f8f9;
    height: 50px;
    position: relative;
    margin-left: 30px;
    display: inline-block;
    border: none;
    border-radius: 10px;
    padding: 15px 20px 15px;
    min-height: 50px;
    max-width: 180px;
}
.cv-cart-count {
    border-right: 1px solid #e6e9f2;
    padding-right: 6px;
    margin-right: 16px;
}
.cv-cart-total {
    color: #8390a5;
    font-weight: 500;
}
.cv-header-cart svg {
    width: 15px;
    height: 15px;
}
.cv-cart-count .cv-eco-cart {
    background: #3cbcff;
    width: 16px;
    height: 16px;
    position: relative;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    border-radius: 100%;
    top: -5px;
    right: 6px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
}
/* top header style3 end */
/* main header style3 start */
.cv-header-style3 .cv-menu>ul>li>a {
    color: #818899;
}
.cv-header-style3 .cv-nav-bar {
    text-align: left;
    position: relative;
}
.cv-header-style3 .cv-children-menu:after {
    border-bottom-color: #3cbcff;
}
.cv-header-wooInfo {
    text-transform: capitalize;
}
.cv-header-wooInfo ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
}
.cv-header-wooInfo ul li {
    margin-right: 40px;
    position: relative;
}
.cv-header-wooInfo ul li:last-child {
    margin-right: 0px;
}
.cv-header-wooInfo ul li span {
    display: inline-block;
    margin-right: 10px;
}
.cv-header-wooInfo ul li span.cv-head-woo-text {
    margin: 0;
}
.cv-header-wooInfo ul li a span svg {
    height: 16px;
    width: 16px;
    fill: #3b4964;
}
.cv-header-wooInfo ul li ul.cv-language-selector {
    position: absolute;
    top: 100%;
    right: 0;
    margin: auto;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 7%);
    transform: scaleY(0);
    transition: 0.5s;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border-radius: 0px 0px 3px 3px;
    max-width: 200px;
    width: max-content;
    min-width: 130px;
    padding: 12px 19px 13px;
}
.cv-header-wooInfo ul li a {
    padding: 10px 0;
}
.cv-header-wooInfo ul li:hover .cv-language-selector {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
ul.cv-language-selector {
    display: block;
}
.cv-header-style3 {
    background: #ffffff;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    z-index: 9;
}
/* main header style3 end */
/* banner4 start */
.cv-banner4 {
    background: url(https://via.placeholder.com/1920x800);
    background-size: cover;
    background-position:right;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.cv-banner4 .container {
    position: relative;
}
.cv-banner4 h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #3cbcff;
    letter-spacing: 2px;
}
.cv-banner4 h2 {
    font-size: 52px;
    font-weight: 800;
    margin: 10px 0 20px;
}
.cv-banner4 .cv-banner-text {
    padding: 275px 0;
    z-index: 1;
    position: relative;
}
.cv-banner-virus li {
    position: absolute;
    width: fit-content;
    width: -moz-fit-content;
}
.cv-banner-virus li:first-child {
    left: -250px;
    top: 50px;
    animation: cv-virus 10s linear infinite;
}
.cv-banner-virus li:nth-child(2) {
    right: 50px;
    top: 50px;
    animation: cv-virus2 20s linear infinite;
}
.cv-banner-virus li:nth-child(3) {
    left: -250px;
    bottom: 50px;
    animation: cv-virus2 10s linear infinite;
}
.cv-banner-virus li:nth-child(4) {
    right: 50px;
    bottom: 50px;
    animation: cv-virus1 10s linear infinite;
}
.cv-banner-virus li:nth-child(5) {
    right: 30%;
    left: 0px;
    top: 50px;
    margin: auto;
    animation: cv-virus2 10s linear infinite;
}
.cv-banner-virus li:nth-child(6) {
    right: 30%;
    left: 0px;
    bottom: 50px;
    margin: auto;
    animation: cv-virus 10s linear infinite;
}
@keyframes cv-virus {
    0% { 
        transform: translateY(50px)
    }
    50% { 
        transform: translateX(100px) 
    }
    75% { 
        transform: translateX(-50px) 
    }
    100% { 
        transform: translateY(50px) 
    }
}
@keyframes cv-virus1 {
    0% { 
        transform: translateX(50px) 
    }
    50% { 
        transform: translateY(100px) 
    }
    75% { 
        transform: translateY(-50px) 
    }
    100% { 
        transform: translateX(50px) 
    }
}
@keyframes cv-virus2 {
    0% { 
        transform: translateX(100px) 
    }
    50% { 
        transform: translateY(50px) 
    }
    75% { 
        transform: translateY(-50px) 
    }
    100% { 
        transform: translateX(100px) 
    }
}
/* banner4 end */
/* tips start */
.cv-tips-wrap {
    padding-bottom: 50px;
}
.cv-tips-box {
/*    text-align: center;*/
    background: #ffffff;
    box-shadow: 0 0px 8px 0 rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 15px 0px rgb(0 42 106 / 6%);
    padding: 30px 15px 32px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
        max-height: 300px;
    transition: 0.3s;
    margin-bottom: 30px;
    height: 100%;
    
}

.cv-tips-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #e926265e;
    width: 40%;
    margin: auto;
    transition: 0.3s;
}



.cv-tips-box:hover {
    transform: translateY(-5px);
}
.cv-tips-icon img {
    width: 60px;
}
/*.cv-tips-icon {
    margin: 0 0 50px;
}*/
.cv-tips-icon {
    margin: 0 0 20px;
    display: inline-flex;
    vertical-align: middle;
}
/*.cv-tips-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}*/

.cv-tips-title {
    margin: 0px 9px 0px;
    font-size: 18px;
    font-weight: 700;
}
.cv-read-more {
    color: #3cbcff;
    margin: 15px 0 0;
    display: inline-block;
    font-weight: 500;
}
.right-icon,
.left-icon {
    fill: #edfdff;
    height: 120px;
    width: 120px;
    position: absolute;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}
.left-icon {
    left: -60px;
    top: 0;
    animation-name: virus-down;
}
.right-icon {
    right: -60px;
    top: 60px;
    animation-name: virus-up;
}
@keyframes virus-down {
    0% {
        -webkit-transform: translateY(30px);
    	-moz-transform: translateY(30px);
    	-ms-transform: translateY(30px);
    	-o-transform: translateY(30px);
    	transform: translateY(30px);
    }
    100% {
        -webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
    	transform: translateY(0);
    }
}
@keyframes virus-up {
    0% {
        -webkit-transform: translateY(-30px);
    	-moz-transform: translateY(-30px);
    	-ms-transform: translateY(-30px);
    	-o-transform: translateY(-30px);
    	transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
    	transform: translateY(0);
    }
}
.cv-tips-box p {
    margin: 0;
}

.cv-tips-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #b22222;
    width: 0%;
    margin: auto;
    transition: 0.3s;
}
.cv-tips-box:hover:before {
    width: 80%;
}
/* tips end */
/* counter start */
.cv-counter-wrap {
    background: linear-gradient(45deg, rgb(246 139 91 / 92%), rgb(246 139 91 / 96%)), url('../images/slider/bg1.jpg');
	
    background-size: cover;
    background-repeat: no-repeat;
}
.cv-counter-wrap .cv-heading h1,
.cv-counter-wrap .cv-heading p {
    color: #fff;
}
.cv-counter-item h2 {
    color: #ffffff;
    font-size: 44px;
    margin: 0 0 10px;
    font-weight: 700;
}
.cv-counter-item p {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}
/* counter end */
.seperator {
    border-top: 1px solid #d4f0ff;
    border-bottom: 1px solid #d4f0ff;
    padding: 1px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
/* New Arrivals start */
.cv-product-tab2 li {
    display: inline-block;
    margin-right: 20px;
}
.cv-product-tab2 li:last-child {
    margin-right: 0px;
}
.cv-product-tab2 {
    text-align: right;
}
.cv-heading {
    margin: 0 auto 20px;
}
.cv-product-tab2 li a {
    font-weight: 600;
    cursor: pointer;
    color: #242424;
}
.cv-product-tab2 li a.cv-product-active {
    color: #3cbcff;
}
/* New Arrivals end */
/* header style4 start */
.cv-top-head-style4 {
    padding: 15px 0;
    background: #f55a74;
}
.cv-top-head-style4 ul li .cv-tophead-contact p,
.cv-top-head-style4 ul li .cv-tophead-contact a {
    color: #ffffff;
    display: inline-block;
}
.cv-top-head-style4 .cv-header-info,
.cv-top-head-style4 .cv-search-wrap,
.cv-top-head-style4 .cv-header-cart {
    margin: 0;
}
.cv-top-head-style4 .cv-header-wooInfo ul li span {
    color: #fff;
}
.cv-top-head-style4 ul li a span svg {
    fill: #ffffff;
}
.cv-top-head-style4 ul li .cv-tophead-contact p {
    padding-right: 10px;
}
.cv-header-style4 .cv-menu>ul>li>a {
    color: #818899;
}
/* header style4 end */
/* banner5 start */
.cv-banner5 {
    background: url(https://via.placeholder.com/1920x850);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.cv-banner5 .cv-banner-text h3 {
    background: #f55a74;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 600;
}
.cv-banner5 .cv-banner-text h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    margin: 0;
}
.cv-banner5 .cv-banner-text p {
    color: #fff;
    margin: 15px 0;
    font-size: 18px;
}
.cv-banner5 .cv-banner-text {
    padding: 250px 0;
    max-width: 520px;
}
/* banner5 end */
/* responsive start */
@media screen and (min-width:1200px){
   
    /* main header start */
    .cv-menu>ul>li {
        display: inline-block;
        margin-right: 25px;
        padding: 22px 0;
        position: relative;
    }
    .cv-menu>ul>li.cv-children-menu {
        margin-right: 40px;
    }
    .cv-menu>ul>li:last-child{
        margin-right: 0;
    }
    .cv-menu>ul>li>a{
        color: #fff;
    }
    .cv-header-two .cv-menu>ul>li>a{
        color: #818899;
    }
    .cv-header-two .cv-menu>ul>li>a:hover{
        color: #3cbcff;
    }
    .cv-nav-bar {
        text-align: right;
    }
    /* main header end */
    /* mega menu start */
    .cv-menu {
        position: relative;
    }
    .cv-mega-menu,.cv-sub-mmenu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: left;
        background: #fff;
        padding: 26px 30px 0px;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
        transform: scaleY(0);
        transition: 0.5s;
        transform-origin: top;
        visibility: hidden;
        opacity: 0;
        z-index: 9;
        border-radius: 0px 0px 3px 3px;
    }
    .cv-menu>ul>li.cv-mega-li {
        position: unset;
    }
    .cv-menu>ul>li:hover .cv-mega-menu,.cv-menu>ul>li:hover .cv-sub-mmenu{
        transform: scaleY(1);
        visibility: visible;
        opacity: 1;
    }
    .cm-menu-list {
        display: inline-block;
        width: 24%;
        margin-bottom: 23px;
    }
    .cm-menu-list ul li {
        margin-bottom: 10px;
    }
    .cm-menu-list ul li a {
        text-transform: capitalize;
    }
    .cm-menu-list ul li:last-child,.cv-sub-mmenu li:last-child {
        margin-bottom: 0;
    }
    .cm-menu-list ul li h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #3cbcff;
        letter-spacing: 2px;
    }
    /* mega menu end */
    .cv-sub-mmenu {
        max-width: 200px;
        width: max-content;
        min-width: 130px;
        padding: 12px 19px 13px;
    }
    .cv-sub-mmenu li {
        margin-bottom: 5px;
    }
    .cv-children-menu:after {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        background: #ff000000;
        transform: rotate(-45deg);
        top: -1px;
        bottom: 0;
        margin: auto 0 auto 8px;
        border-bottom: 6px solid #fff;
        border-right: 6px solid rgba(60, 188, 255, 0);
    }
    /* header two start */
    .cv-header-two .cv-menu,.cv-header-two .cv-head-icon {
        display: inline-block;
    }
    .cv-header-two .cv-head-icon {
        padding-left: 25px;
    }
    .cv-header-two .cv-children-menu:after{
        border-bottom-color:#3cbcff;
    }
    /* header two end */
    .cv-header-style4 .cv-children-menu:after {
        border-bottom-color: #f55a74;
    }
}
@media screen and (max-width:1399px){
    .cv-tophead-icon {
        width: 40px;
        height: 40px;
    }
    .cv-header-info ul li {
        margin-right: 15px;
    }
    .cv-search-wrap {
        max-width: 320px;
        min-width: 320px;
    }
    .cv-cart-holder {
        padding: 12px;
        margin-left: 10px;
    }
    .cv-cart-count {
        padding-right: 0px;
        margin-right: 8px;
    }
    .cv-banner5 .cv-banner-text {
        padding: 190px 0;
    }
}
@media screen and (max-width:1199px){
    .cv-header-wooInfo ul li:last-child .woo-text {
        margin-right: 15px;
    }
    .cv-toggle-nav span {
        display: block;
        width: 18px;
        height: 2px;
        background: #fff;
        margin-bottom: 4px;
        transition: 0.3s;
    }
    .cv-toggle-nav span:nth-child(3){
        margin-bottom: 0px;
    }
    .cv-header-two .cv-toggle-nav span {
        background: #3cbcff;
    }
    .cv-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -270px;
        width: 260px;
        background: #fff;
        z-index: 9;
        transition: 0.3s;
        overflow-y: auto;
        box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
    }
    .cv-open-menu .cv-menu{
        left: 0;
    }
    .cv-menu>ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #d4f0ff;
    }
    .cv-menu>ul>li a {
        color: #222;
        padding: 10px 15px;
        display: block;
    }
    ul.cv-sub-mmenu li:first-child, .cm-menu-list ul li:first-child{
        border-top: 1px solid #d4f0ff;
    }
    .cv-menu>ul li:last-child {
        border: none;
    }
    .cm-menu-list ul li h3 {
        font-size: 18px;
        font-weight: 600;
        padding: 12px 15px;
        color: #3cbcff;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    ul.cv-sub-mmenu li, .cm-menu-list ul li {
        padding-left: 20px;
    }
    .cv-open-menu .cv-toggle-nav span:nth-child(1) {
        transform: translate(1px, 6px) rotate(-48deg);
    }
    .cv-open-menu .cv-toggle-nav span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    .cv-open-menu .cv-toggle-nav span:nth-child(3) {
        transform: translate(1px, -6px) rotate(48deg);
    }
    .cv-main-header .cv-toggle-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .cv-children-menu .cv-sub-mmenu, .cv-children-menu .cv-mega-menu {
        display: none;
    }
    li.cv-children-menu {
        position: relative;
    }
    li.cv-children-menu:after {
        position: absolute;
        content: '';
        right: 20px;
        top: 19px;
        bottom: 0;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid #3cbcff;
        border-right: 2px solid #3cbcff;
        transform: rotate(45deg);
    }
    .cv-header-two .cv-head-icon {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .cv-header-two .cv-head-icon ul {
        margin-right: 15px;
    }
    .cv-header-two .cv-head-icon ul li:last-child {
        margin-top: -6px;
    }
    .cv-feature-text {
        padding-left: 10px;
    }
    .cv-feature-box {
        padding: 15px 7px;
    }
    .cv-blog-two .cv-blog-box {
        display: block;
    }
    .cv-blog-two .cv-blog-img img {
        border-radius: 10px 10px 0px 0px;
    }
    .cv-banner-img-three:after {
        max-width: 370px;
        max-height: 370px;
    }
    .cv-gallery-grid .cv-product-box {
        width: 21%;
    }
    .cv-shop .cv-gallery-grid .cv-product-box {
        width: 45%;
    }
    .cv-feature-two .cv-feature-text {
        margin-bottom: 2px;
    }
    .cv-feature-two {
        padding-top: 117px;
    }
    .cv-header-info {
        display: none;
    }
    .cv-header-style3,.cv-header-style4 {
        padding: 12px 0;
    }
    .cv-header-style3 .cv-toggle-nav span,
    .cv-header-style4 .cv-toggle-nav span {
        background: #3cbcff;
    }
    .cv-header-style4 
    .cv-header-style3 .cv-header-wooInfo .cv-children-menu:after,
    .cv-top-head-style4 .cv-header-wooInfo .cv-children-menu:after {
        right: 0;
        top: 9px;
    }
    .cv-top-head-style4 .cv-header-wooInfo .cv-children-menu:after {
        border-color: #fff;
    }
    .cv-banner4 .cv-banner-text {
        padding: 80px 0;
    }
    .cv-banner5 .cv-banner-text h2 {
        font-size: 40px;
    }
    .cv-top-head-style4 .cv-header-wooInfo ul {
        justify-content: center;
    }
    .cv-header-style4 .cv-toggle-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
@media screen and (max-width: 991px){
    p#me_timer span {
        min-width: 40px;
        min-height: 40px;
        line-height: 30px;
        font-size: 16px;
    }
    .spacer-top{
        padding-top: 60px;
    }
    .spacer-top-less{
        padding-top: 51px;
    }
    .spacer-bottom,.cv-blog-two.cv-blog-three{
        padding-bottom: 60px;
    }
    .cv-banner-text,.cv-banner-img,
    .cv-banner5 .cv-banner-text{
        padding: 60px 0;
    }
    .cv-banner-two-text {
        padding: 56px 0 60px;
    }
    .cv-banner-three-text{
        padding: 57px 0 60px;
    }
    .cv-banner-img-three {
        padding: 60px 0 0;
    }
    .cv-deal-box {
        padding: 34px 50px 50px;
    }
    .cv-arrival, .cv-protection-kit, .cv-team, .cv-blog, .cv-blog-two, .cv-instagram, .cv-footer,.cv-tips-wrap  {
        padding-bottom: 30px;
    }
    .cv-testi-data {
        padding: 23px 29px 52px;
    }
    .cv-testi-img {
        transform: translate(40px, -30px);
    }
    .cv-testi-data:after {
        left: 150px;
    }
    .cv-testi-name {
        padding-left: 80px;
    }
    .cv-testimonial {
        padding-bottom: 90px;
    }
    .cv-testimonial-two {
        padding-bottom: 115px;
    }
    .cv-banner-text h1,.cv-banner-two-text h1 {
        font-size: 38px;
    }
    .cv-feature {
        padding-bottom: 21px;
    }
    .cv-footer-two {
        padding-top: 52px;
    }
    .cv-testimonial-two .cv-testi-data {
        padding: 30px 29px 23px;
    }
    .cv-banner-img-three:after {
        max-width: 270px;
        max-height: 270px;
    }
    .cv-feature-two .cv-feature-box {
        margin: 0 0 67px;
    }
    .cv-feature-two .col-md-6:nth-last-child(2) .cv-feature-box,
    .cv-feature-two .col-md-6:last-child .cv-feature-box {
        margin-bottom: 0;
    }
    .cv-feature-two {
        padding-top: 97px;
        padding-bottom: 51px;
    }
    .cv-gallery-grid .cv-product-box {
        width: 45%;
    }
    .cv-product-gallery {
        padding-bottom: 45px;
    }
    .cv-blog-three .cv-blog-box:first-child {
        margin-right: 30px;
    }
    .cv-blog-three .cv-blog-box {
        display: inline-block;
        width: 47%;
    }
    .cv-shop-title {
        margin-bottom: 35px;
    }
    .cv-shop-sidebar {
        margin-top: 39px;
    }
    .cv-shop {
        padding: 60px 0 16px;
    }
    .cv-about-content {
        margin-top: -8px;
        padding: 40px 0 60px;
    }
    .cv-service-img {
        text-align: center;
    }
    .cv-service-ul {
        padding-bottom: 0px;
    }
    .cv-service-ul-right {
        text-align: left;
        padding: 17px 0 53px;
    }
    .cv-blog-sidebar {
        margin-top: 54px;
    }
    .cv-contact-form{
        margin-top: 60px;
    }
    .cv-blog-comment {
        padding-top: 31px;
    }
    .cv-blog-cmnt-reply {
        padding-top: 50px;
    }
    .cv-breadcrumb {
        padding: 51px 0 53px;
    }
    .cv-product-single .cv-shop-sidebar {
        margin-top: 47px;
    }
    .cv-shop-tab .cv-blog-cmnt-reply {
        padding-bottom: 7px;
    }
    .cv-account-text {
        width: 100%;
    }
    .cv-account-img {
        width: 190px;
    }
    .cv-account-img img {
        width: 180px;
        height: 180px;
    }
    .cv-profile-svg input {
        width: 180px;
        height: 206px;
    }
    .cv-blog-widget ul li {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .cv-banner-three-text .cv-banner-cat {
        margin-bottom: 10px;
    }
    .cv-blog-two .cv-blog-img img{
        height: auto;
    }
    .cv-counter-item {
        margin-top: 15px;
    }
    .cv-banner4 {
        background-position: left;
    }
    .cv-banner5-img {
        text-align: center;
    }
    .cv-banner5-img img {
        max-height: 500px;
    }

}
@media screen and (max-width: 767px){
    .cv-top-header .cv-head-icon,.cv-head-contact,.cv-head-email,.cv-logo,.cv-product-tab2 {
        text-align: center;
    }
    .cv-heading.text-left {
        text-align: center!important;
    }
    .cv-top-header,.cv-top-header-two {
        height: auto;
        padding: 10px 0;
    }
    .cv-head-contact {
        margin-bottom: 6px;
    }
    .cv-banner-text{
        padding: 60px 0 0; 
    }
    .cv-banner-two-text {
        padding: 56px 0 0px;
    }
    .cv-deal-box h2 {
        font-size: 40px;
    }
    .cv-deal-box {
        padding: 39px 50px 50px;
    }
    .cv-news-box {
        padding-bottom: 50px;
    }
    .cv-footer-two .cv-foot-newsletter {
        margin-top: 23px;
    }
    .seperator {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .cv-banner-img-three:after,td.cv-d-none,.cv-cart-total{
        display: none;
    }
    .cv-cart-count {
        border-right: none;
        padding-right: 0px;
        margin-right: 0px;
    }
    .cv-feature-two .col-md-6:nth-last-child(2) .cv-feature-box {
        margin-bottom: 67px;
    }
    .cv-gallery-grid .cv-product-box {
        width: 44%;
    }
    .cv-blog-two .cv-blog-box {
        width: 100%;
    }
    .cv-blog-two .cv-blog-box:first-child {
        margin-right: 0px;
    }
    .cv-shop .cv-gallery-grid .cv-product-box {
        width: 43%;
    }
    .cv-service-ul-right .cv-service-text {
        padding: 0 0 0 15px;
        order: 1;
    }
    .cv-service-ul-right {
        text-align: left;
    }
    .cv-help-box-two{
        padding-top: 53px;
    }
    .cv-help-box p {
        margin: 17px 0 0;
    }
    .cv-account-box {
        display: block;
        margin-left: 0px;
    }
    .cv-account-img{
        margin: 0;
    }
    .cv-account-text{
        padding-left: 0;
        padding-top: 24px;
    }
    .cv-billing .cv-account-text {
        padding-left: 0;
    }
    .cv-account-img {
        width: 180px;
    }
    .cv-last-order tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
        border-top: 1px solid #d4f0ff;
    }
    .cv-last-order table td {
        max-width: 100%;
    }
    .cv-last-order table th,.cv-last-order table th:last-child{
        border: 1px solid #d4f0ff;
        border-top: none;
    }
    .cv-last-order tbody tr:last-child {
        margin-bottom: 0;
    }
    .cv-billing .cv-account-box {
        padding: 30px 30px 23px;
    }
    .cv-login-wlcm-box {
        width: 100%;
        display: block;
        padding: 32px;
    }
    .cv-login-box{
        display: block;
    }
    .cv-login-form {
        width: 100%;
        padding: 32px 40px 40px;
    }
    .cv-login .modal-dialog {
        max-width: max-content;
    }
    .cv-banner-three-text {
        padding: 57px 0 60px;
    }
    .cv-banner-img-three {
        padding: 0;
    }
    .cv-banner-two-text h1 {
        margin: 0px 0 9px;
    }
    .cv-banner-sale {
        margin-bottom: 11px;
    }
    .cv-banner-cat,.cv-banner-three-text .cv-banner-cat{
        margin-bottom: 15px;
    }
    .cv-banner-text h1 {
        margin: 0px 0 9px;
    }
    .cv-top-head-style3 .col-xl-9 {
        justify-content: center;
    }
    .cv-search-wrap input {
        width: 100%;
        padding: 0 10px 0;
    }
    .cv-search-wrap {
        max-width: 218px;
        min-width: 218px;
    }
    .cv-search-wrap .cv-btn {
        padding: 0 15px;
    }
    .cv-offer-box {
        padding-top: 10px;
    }
}
@media screen and (max-width: 575px){
    p#me_timer span {
        min-width: 40px;
        min-height: 40px;
        line-height: 30px;
        font-size: 16px;
    }
    .cv-banner-cat {
        padding: 3px 10px;
    }
    .cv-deal-box {
        padding: 19px 30px 30px;
    }
    .cv-testi-name {
        padding-left: 70px;
    }
    .cv-feature-img {
        margin-left: 0;
    }
    .cv-feature-box {
        margin: 0px 0px 30px;
    }
    .cv-arrival .swiper-button-prev {
        left: 2px;
    }
    .cv-arrival .swiper-button-next {
        right: 2px;
    }
    .cv-gallery-grid .cv-product-box,.cv-shop .cv-gallery-grid .cv-product-box {
        width: 90%;
    }
    .cv-product-tab ul li {
        margin-bottom: 5px;
    }
    .cv-product-tab {
        margin-bottom: 30px;
    }
    .cv-contact-form,.cv-contact-detail {
        padding: 24px 30px 30px;
    }
    .cv-prod-content {
        padding-top: 35px;
    }
    .cv-login .modal-dialog {
        max-width: 100%;
    }
    .cv-header-wooInfo ul li span.cv-head-woo-text,.cv-language-toggle span.woo-text {
        display: none;
    }
    .cv-header-wooInfo ul li span,
    .cv-header-wooInfo ul li {
        margin-right: 15px;
    }
    .cv-banner4 h2 {
        font-size: 32px;
    }
    .cv-banner4 h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 480px){
    .cv-blog-wid-box,.cv-shop-title,.cv-comment-box,.cv-ac-user-name h2 span {
        display: block;
    }
    .cv-blog-wid-text {
        width: 100%;
        padding-left: 0;
        padding-top: 21px;
    }
    .cv-blog-widget ul li {
        margin-bottom: 30px;
        padding-bottom: 23px;
    }
    .cv-blog-two.cv-blog-three {
        padding-bottom: 53px;
    }
    .cv-shop-title .cv-sidebar-title {
        margin-bottom: 5px;
    }
    .cv-product-instagram ul li img {
        width: 85px;
    }
    .cv-contact-map iframe {
        height: 300px;
    }
    .cv-contact-map {
        max-height: 300px;
    }
    .cv-comment-text {
        width: 100%;
        padding-left: 0;
        padding-top: 9px;
    }
    .cv-blog-comment ul li ul {
        margin-left: 30px;
    }
    .cv-blog-flex {
        column-gap: 15px;
    }
    .cv-account-info ul li {
        display: block;
        margin-bottom: 15px;
    }
    .cv-ac-user-name h2 span:after{
        display: none;
    }
    .cv-ac-user-name h2 span{
        padding-left: 0;
    }
    .cv-account-info {
        margin: 26px 0 30px;
    } 
}
/*
[Master Stylesheet] 
Project: Pharma Shop Html
-------------------------------------------------------------------*/


/********************************************************
1. body start
 *******************************************************/
:root {
    --grey-color: #a9a7c2;
    --bg-color: #fafcff;
    --theme-color: #4988fb;
    --dark-color: #282828;
    --white-color: #ffffff;
    --btn-hover-color:#ff3659;        
}
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";    	
	-webkit-font-smoothing: antialiased;
}
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;
	text-transform:capitalize;
	word-break: break-word;
}
img {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
   word-break: break-word; 
}
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}
/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--theme-color);
}

/* button css */
.ps-btn{
    max-width: 150px;
    width: 100%;
    background-color: #6d6d6d;
    color: var(--white-color);
    font-size: 16px;    
    padding: 12px 0px;
    border-radius: 40px;
    display: block;
    text-align: center;    
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}
.ps-btn:before{
	position: absolute;
	content: '';
	background-color: #969695;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	border-radius: 40px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	right: 100%;
}
.ps-btn span {
    position: relative;
    z-index: 1;
    color: var(--white-color);
}
.ps-btn:hover:before {
    right: 0;
}
/* button css end*/
/* top header css start */
.ps-top-header-wrapper{
    padding: 0 100px;
    background-color: var(--bg-color);    
    border-bottom: 4px double #dde3f0;
}
.ps-top-header-wrapper .ps-top-header-left {
    padding: 15px 0;
}
.ps-top-header-left img {
    padding-right: 10px;
}
.ps-top-header-wrapper .ps-top-header-left a {
    background-color: var(--theme-color);
    color: var(--white-color);
    max-width: 206px;
    width: 100%;
    border-radius: 20px;
    padding: 5px 13px;
    font-weight: 400;
        font-size: 16px;
    letter-spacing: 1px;
}
.ps-top-header-wrapper .ps-top-header-left p{
    display: inline-block;
    font-size: 14px;
    color: var(--grey-color);
    font-weight: 500;
    padding-left: 10px;
}
.ps-top-header-right ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.ps-top-header-right ul li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--dark-color);
    padding-left: 60px;
    position: relative;
}
.ps-top-header-right ul li span {
    padding-left: 5px;
}
.ps-top-header-right ul li i {
    vertical-align: middle;
    padding-left: 10px;
    color: var(--dark-color);
}
.ps-top-header-right ul li a:nth-child(2) {
    padding-left: 5px;
}
.ps-top-header-right ul li a:after{
    content: '';
    width: 1px;
    height: 22px;
    background-color: #dde3f0;
    position: absolute;
    left: 25px;
}
.ps-top-header-right ul li a:nth-child(2):after{
    display: none;
}
.ps-top-header-right ul li a.todyadeal:after{
    display: none;
}
/* top header submenu dropdown css start*/
ul.ps-top-header-dropdown {
    display: block;
    position: absolute;
    top: 45px;
    background-color: var(--white-color);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    width: 200px;
    z-index: 9;
    padding: 10px 0 10px 0px;
    text-align: left !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
ul.ps-top-header-dropdown li {
    padding-top: 10px !important;
}
ul.ps-top-header-dropdown li a{
    padding-left: 20px;
}
ul.ps-top-header-dropdown li a:after{
    display: none;
}
.language-dropdown, .usd-dropdown{
    position: relative;
}
.language-dropdown:hover ul.ps-top-header-dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
}
.usd-dropdown:hover ul.ps-top-header-dropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
}
/* top header submenu dropdown css end */
/* top header css end */
/* navigation bar css start */
.ps-navigation-wrapper{
    padding: 17px 100px;
}
.ps-main-logo {
    margin-top: 8px;
}
.ps-navbar {
    margin-top: 22px;
    margin-right: 50px;
}
.ps-navbar ul {
    text-align: right;
}
.ps-navbar ul li{
    display: inline-block;
}
.ps-navbar ul li a {
    padding: 0 0 32px 40px;
    color: var(--dark-color);
    font-weight: 500;
    transition: all 0.5s;
}
.ps-navbar ul li a:hover{
    color: #ff8b57;
}
.ps-top-header-right ul li a:hover{
    color: var(--theme-color);
}
.ps-navbar ul li i{
    vertical-align: middle;
    padding-left: 10px;
}
.newtag{
    position: relative;
}
.newtagbubble {
    position: absolute;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 400;
    background-color: #ff9333;
    box-shadow: 0px 3px 10px rgb(255 132 23 / 60%);
    padding: 4px 15px;
    border-radius: 15px;
    right: -25px;
    bottom: 25px;
}
.newtagbubble:after {
    content: '';    
    position: absolute;
    top: 18px;
    left: 9px;
    border-left: 18px solid #ff9333;
    border-top: 14px solid transparent;
    transform: rotate(87deg);    
    z-index: -1;
}
/* navigaion bar css end */
/* submenu css start */
ul.ps-submenu {
    position: absolute;
    top: 73px;
    background-color: var(--white-color);
    box-shadow: 0 10px 20px rgb(99 149 189 / 30%);
    width: 210px;
    z-index: 9;
    padding: 20px 0 15px 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.categry-dropdown, .blog-dropdown, .pages-dropdown{
    position: relative;
}
.shop-dropdown:hover ul.ps-submenu{
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
}
.categry-dropdown:hover ul.ps-submenu{
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
}
.blog-dropdown:hover ul.ps-submenu{
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
}
.pages-dropdown:hover ul.ps-submenu{
    opacity: 1;
    visibility: visible;
    transform: translateY(-20px);
}
ul.ps-submenu li {
    padding-bottom: 5px;
    display: block;
    text-align: left; 
}
ul.ps-submenu li a {
    padding-left: 0;
    color: var(--dark-color);
    font-weight: 500;
    font-size: 15px;
}
ul.ps-submenu li a:hover{
    color: #f08352;
}
/* submenu css end */
/* navigation search css start */
.ps-navigation-header-search {
    width: 100%;
    max-width: 350px;
    margin: auto;
}
.ps-navigation-input {    
    max-width: 350px;    
    position: relative;
}
.ps-navigation-input input {
    padding: 12px 61px 12px 30px;
    border-radius: 40px;
    border: 1px solid #dde3f0;
    background-color: #fbfcff;
    width: 100%;
}
.ps-navigation-input span {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}
.ps-navigation-input input::placeholder{
    color: #d4d9e7;
}
.ps-navigation-icon {    
    position: relative;    
    margin-left: 20px;    
    cursor: pointer;
}
.ps-navigation-icon:hover .ps-icon{
    background-color: #f68b5b;    
    border: 2px solid #f68b5b;
}
.ps-navigation-icon:hover .ps-icon span svg{
    fill: var(--white-color);
}
.ps-icon {
    background-color: transparent;
    border: 2px solid #dde3f0;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s;
}
span.ps-bubble {
    font-size: 10px;
    color: var(--white-color);
    font-weight: 700;
    width: 22px;
    height: 22px;
    background-color: #f68b5b;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -5px;
}
span.pink-bubble{
    background-color: #ff6695;
}
span.yellow-bubble{
    background-color: #fbd244;
}
.ps-icon span svg {
    height: 18px;
    width: 18px;
    transition: all 0.5s;
}
.ps-icon-parent{
    display: flex;
}
.ps-navigation-main-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* navbar fixed css start */
.ps-navigation-wrapper.ps-navbar-fixed{
    position: fixed;
    top: 0;
    z-index: 10;    
    background-color: var(--white-color);
    box-shadow:0 0 20px rgba(99,149,189,0.3);
    width: 100%;
   -webkit-animation: slideInDown 1s;
   -moz-animation: slideInDown 1s;
   -ms-animation: slideInDown 1s;
   -o-animation: slideInDown 1s;
   animation: slideInDown 1s;
   backface-visibility: hidden;
}
/* navbar fixed css end */
/* navigation search css end */
/* banner css start */
.ps-banner-swiper-main-wrapper {
    position: relative;
    z-index: 0;
}
.ps-banner-content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #4893d6;
    background-color: var(--white-color);
    max-width: 271px;
    width: 100%;
    padding: 10px 20px;
    border-radius: 30px;
}
.ps-banner-content h2{
    font-size: 46px;
    font-weight: 400;
    color: #6d6d6d;
    margin: 40px 0;
    line-height: 1.5;
}







.ps-banner-swiper-main-wrapper .swiper-slide {
    background-image: url('../images/slider/sl1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 200px 135px 250px 250px;
}
.ps-banner-swiper-main-wrapper .swiper-slide {
    background-image: url('../images/slider/sl1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 200px 135px 250px 250px;
}
.ps-banner-slider-btn .swiper-button-prev, .swiper-button-next {
    color: var(--white-color);
    height: 70px;
    width: 70px;
    background: #79b1e4;
    border-radius: 50%;
    right: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.ps-banner-slider-btn .swiper-button-prev:hover{
    background-color: var(--white-color);
    color: var(--theme-color);
}
.ps-banner-slider-btn .swiper-button-next:hover{
    background-color: var(--white-color);
    color: var(--theme-color);
}
.ps-banner-slider-btn .swiper-button-prev {
    left: 60px;
}
.ps-banner-swiper-main-wrapper .swiper-button-next:after, .swiper-button-prev:after {    
    font-size: 14px;
    font-weight: 800;
}
/* banner css end */
/* service section css start */
.ps-service-rectangle {
    background-color: var(--white-color);
    border-radius: 10px;
    filter: drop-shadow(0 0 25px rgba(99,149,189,0.1));    
    padding: 47px 60px 30px 35px;
    margin-top: -130px;
}
.ps-service-rectangle .ps-service-box{
    text-align: center;
    cursor: pointer;
}
.ps-service-box:hover .ps-service-icon{
    transform: translateY(-10px);
}
.ps-service-icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: #fff6e9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px auto;
    transition: all 0.5s;
}
.ps-service-icon-shipping span svg{
    fill: #ffac2f;
}
.ps-service-icon-days{
    background: #e9f1ff;
}
.ps-service-icon-days span svg{
    fill: #4a8cff;
}
.ps-service-icon-offer{
    background: #e5f6ff;
}
.ps-service-icon-offer svg{
    fill: #4ac3ff;
}
.ps-service-icon-secure{
    background: #ffecee;
}
.ps-service-icon-secure svg{
    fill: #ff4355;
}
.ps-service-info h4{
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 12px;
}
.ps-service-info p{
    font-size: 15px;
    color: #000000;
    font-weight: 400;    
}
/* service section css end */
/* ad section css start */
.ps-ad-wapper{
    padding: 80px 85px;
}
.ps-ad-box {
    text-align: center;
}
/* ad section css end */
/* best seller section css start */
.ps-best-seller-main-wrapper {
    padding-bottom: 80px;
	    padding-top: 80px;
}
.ps-best-seller-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* border-bottom: 4px double #dde3f0; */
    /* padding-bottom: 25px; */
}
.ps-best-seller-heading h4{
    font-size: 28px;
    color: var(--dark-color);
    font-weight: 700;    
}
.para{
	    padding-top: 10px;
    font-size: 16px;
        text-align: justify;
}
.ps-best-seller-heading a{
    font-size: 16px;
    text-decoration: underline;
    color: #f68b5b;
    font-weight: bold;
}
/* product css start */
.ps-product-box{
    margin-top: 50px;
    cursor: pointer;
}
.ps-product-img {
    background-color: #f4f9fd;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    position: relative;
    min-height: 340px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ps-product-info {
    /* margin-top: 10px; */
    cursor: pointer;
	text-align: center;
	background-color: #f68b5b1f;
}
/* .ps-product-info:hover{ */
	/* color:#fff; */
	/* background-color: #f68b5b; */
/* } */
.ps-product-info span{
  font-size: 15px; 
  color: var(--grey-color); 
  font-weight: 400;
  padding-left: 10px;
}
.ps-product-info h4{
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 700;
    padding: 12px 0;
}
.ps-product-info p{
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 500;
}
.ps-product-info del{
    color: #ff2140;
    font-weight: 700;
    padding-left: 8px;
}
.ps-product-icon {
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.ps-product-box:hover .ps-product-icon {
    opacity: 1;
    visibility: visible;
    transform: translateY(-15px);
}
.ps-product-icon ul{
    display: flex;
    justify-content: center;    
}
.ps-product-icon ul li a span {
    width: 40px;
    height: 40px;
    background: #1f2732;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s;
}
.ps-product-icon ul li a span:hover{
    box-shadow: 0 0 0 25px var(--btn-hover-color) inset;
    transform: translateY(-5px); 
}
.ps-product-icon ul li {
    margin: 0 5px;
}
.ps-product-icon ul li a span svg{
    fill: var(--white-color);
    transition: all 0.5s;
}
/* product css end */
/* best seller section css end */
/* brand setion css start */
.ps-brand-main-wrapper{
    padding:80px 0 60px 0;
    /* background-color: #edf3f6; */
}
.ps-brand-logo{
    margin-top: 50px; 
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-column-gap: 20px;       
}
.ps-brand-logo img{
    margin-bottom: 20px;
    transition: all 0.3s;
}
.ps-brand-logo img:hover{
    transform: translateX(-5px);
}
/* brand section css end */
/* deal of the week section start */
.ps-deal-main-wrapper .container-fluid {
    padding: 0 85px;
}
.ps-deal-main-wrapper{
    /* padding: 40px 0; */
}
/* .ps-deal-left-ad {
    margin: 51px 50px 50px 0;
    width: 100%;
    max-width: 500px;
} */

.ps-deal-left-ad {
    margin: 51px 50px 50px 0;
    width: 100%;
    /* max-width: 500px; */
    /* box-shadow: 0px 0px 7px 2px #0000005c; */
}
.ps-deal-left-ad1 {
    margin: 51px 50px 50px 0;
    width: 100%;
    /* max-width: 500px; */
    /* box-shadow: 0px 0px 7px 2px #0000005c; */
}
.title1{
	padding-top: 46px;
}
.ic{
	font-size: 34px;
    color: #f68b5b;
}
.ps-deal-parent {
    display: flex; 
}
.ps-deal-box-parent {
    width: 100%;
}
.ps-deal-box-parent .ps-product-info{
    margin-top: 20px;
}
.ps-deal-box-parent .ps-product-info h4{
    padding: 11px 0;
}
/* deal of the week section end */
/* testimonial slider css start */
.ps-testmonial-slider-wrapper{
    /* background-color: #edf3f6; */
    padding: 80px 0;
}
.ps-testmonial-slider-wrapper .swiper-container {
    padding: 55px 0 70px 0;
}
.ps-testml-slider-heading h4{
    text-align: center;
    font-size: 28px;
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 40px;
}
.ps-testm-slider-box {
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 0 20px 25px 20px;
    position: relative;
}
.ps-testm-heading-parent{
    display: flex;
    align-items: center;
    padding: 35px 0 35px 20px;
}
.ps-testm-name{
    margin-left: 20px;
}
.ps-testm-name h4{
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 700;
}
.ps-testm-name p{
    font-size: 15px;
    font-weight: 400;
    color:var(--grey-color);
}
.ps-testm-inner-box{
    background-color: #f6f7fa;
    padding: 30px 24px 30px 18px;
    border-radius: 10px;
    border: 1px solid #e8eef6;
}
.ps-testm-inner-box p{
    font-size: 15px;
    font-weight: 400;
    /*color: #848ba0;*/
    color:#000;
}
.ps-testm-quote {
    position: absolute;
    right: 40px;
    top: -34px;
}
.ps-testm-quote img{
    filter: drop-shadow(10.382px 7.824px 15px rgba(73,136,251,0.5));
}
.ps-tstm-dot ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.ps-tstm-dot ul li{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #cad7dd;   
    margin: 0 4px; 
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #f68b5b;    
}
/* testimonial slider css end */
/* shop category section css start */
.ps-shop-categry-main-wrapper{
    padding: 80px 0 44px 0;
}
.ps-shop-categry-left h4{
    font-size: 28px;
    color: var(--dark-color);
    font-weight: 700;
}
.ps-shop-categry-left p {
    font-size: 15px;
    color: var(--grey-color);
    font-weight: 400;
    max-width: 310px;
    margin-top: 25px;
    line-height: 1.5;
}
.ps-shop-categry-inner {
    border-radius: 10px;
    filter: drop-shadow(0 0 25px rgba(99,149,189,0.1));
    background-color: var(--white-color);
    margin-bottom: 30px;
    padding: 36px 0 36px 50px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.ps-shop-categry-inner:hover{
    transform: translateY(-10px);
}
.ps-shop-categry-inner p {
    font-size: 18px;
    color: var(--dark-color);
    font-weight: bold;
    padding-left: 20px;
}
.ps-shop-categry-right {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
}
/* shop category section css end */
/* latest news section css start */
.ps-news-main-wrapper{
    padding: 80px 0;
    /* background-color: #edf3f6; */
}
.ps-news-main-wrapper .ps-testml-slider-heading h4 {
    margin-bottom: 50px;
}
.ps-news-inner{
    text-align: justify;
    padding: 20px 20px 20px 20px;
}
.ps-news-box{
    background-color: var(--white-color);
    border-radius: 10px;
    cursor: pointer;    
   /* max-height: 190px;
    height: 100%;*/
}

.vsn {
    max-height: 190px;
    height: 100%;
}

.ps-news-img{
    position: relative;
}
.ps-news-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.5);
    transform: scale(1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.ps-news-box:hover .ps-news-overlay{
    opacity: 1;
    visibility: visible;
    transform: scale(0);
}
.ps-news-content {
    padding: 0 20px;
}
.ps-news-content h3 {
   font-weight: 600;
}
.ps-news-date-btn a {
    max-width: 140px;
    width: 100%;
     background-color: #8c8c8c;
    display: block;
    padding: 12px 0;
    color: var(--white-color);
    border-radius: 40px;
    box-shadow: 0px 0px 20px rgb(161 161 161 / 70%);
    position: absolute;
    right: 20px;
    bottom: -22px;
    text-align: center;
}
.sr{
	text-align: center;
    font-size: 18px;
}
.ps-news-content h4{
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 700;
    text-align: left;
    margin: 40px 0 17px 0;
}
/*.ps-news-content p {
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 400;
    text-align: left;
    width: 100%;
}*/
.ps-news-btn .ps-btn {
    max-width: 120px;
    width: 100%;
    font-size: 14px;
    padding: 12px 0;
    margin-top: 5px;
    box-shadow: 0px 5px 20px rgb(138 138 138 / 52%);
}
/* latest news section css end */
/* partner section start */
.ps-partner-main-wrapper{
    padding: 80px 0;
	background-color: #fbfbfb;
    margin-top: 30px;
}
.ps-partner-heading h4{
    margin-bottom: 80px;
}
.ps-partner-main-wrapper .swiper-container{
    text-align: center;
}
.ps-partner-main-wrapper .swiper-container .swiper-wrapper img{
    /* opacity: 0.5; */
    transition: all 0.5s;
    cursor: pointer;
}
.ps-partner-main-wrapper .swiper-container .swiper-wrapper img:hover{
    opacity: 1;
}
/* partner section end */
/* footer section start */
.ps-footer-main-wrapper{
    padding: 30px 0 50px 0;
    background-color: #1c1917;
}
.ps-footer-newsletter-retangle {
    max-width: 970px;
    width: 100%;
    border-radius: 10px;
    background-color: #2a3033;
    margin: 0 auto 60px auto;
    padding: 50px 40px;
}
.ps-footer-newsletter-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
.ps-footer-newsltr-text{
    z-index: 1;
}
.ps-footer-newsltr-text h4{        
    font-size: 26px;
    color: var(--white-color);
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;    
}  
.ps-footer-newsltr-input {
    max-width: 460px;
    width: 100%;
    position: relative;
}
.ps-footer-newsltr-input input {
    width: 100%;
    border-radius: 40px;
    background-color: var(--white-color);
    padding: 20px 160px 20px 30px;
    border: none;
}
.ps-footer-newsltr-input input::placeholder{
    font-size: 15px;
    color: var(--grey-color);
    font-weight: 400;
}
.ps-footer-newsltr-input .ps-btn {
    max-width: 130px;
    width: 100%;
    border-radius: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}
.footer-newsltr-icon{
    position: absolute;    
    left: 60px;
    z-index: 0;
}
.ps-footer-link h4{
    font-size: 22px;
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 30px;    
}
.ps-footer-link ul{
    list-style: disc;
    margin-left: 20px;
}
.ps-footer-link ul li {
    margin-bottom: 10px;
    list-style: disc;
}
.ps-footer-link ul li::marker{
    font-size: 18px;
    color: #f68b5b;
}
.ps-footer-link ul li a{
    font-size: 15px;
    color: #959595;
    font-weight: 400;
    padding-bottom: 30px;
    transition: all 0.5s;
}
.ps-footer-link ul li a:hover{
    color: var(--white-color);
}
.ps-footer-addres{
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}
.ps-footer-addres span{
    font-size: 15px;
    color: #f68b5b;   
}
.ps-footer-addres p{
    font-size: 14px;
    color: #959595;
    font-weight: 400;
    display: inline-block;
    padding-left: 18px;
	text-transform: initial;
}
/* footer section end */
/* copyright section css start */
.ps-copyright-wrapper {
    background-color: #1e2223;
    font-size: 15px;
    color: #959595;
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
}
.ps-copyright-wrapper a{
    color: var(--white-color);
}
/* copyright section css end */
/* bottom to top css */
.ps_top_icon a {
    display: flex;
    background-color: #f68b5b;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	animation: 5s installation infinite alternate;
}
@keyframes installation {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}
.ps_top_icon a svg {
    fill: #ffffff;
    transform: rotate(270deg);
}
.ps_top_icon a:hover {
  cursor: pointer;
  box-shadow: 0 0 0 25px #959595 inset;
}
.ps_top_icon a:active {
  background-color: #555;
}
.ps_top_icon a.show {
  opacity: 1;
  visibility: visible;
}
/* bottom to top css end */
/* loader css start */
.loader {
	position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
.loader img {
	width: 80px;
}
/* loader css start end */
/* sign in popup css start */
.ps-signin-popup-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;    
    text-align: center;
    width: 100%;    
    background-color: rgba(73,136,251,0.8);
    padding: 100px;
    transition: all 0.5s;
    z-index: 9;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
}
.ps-signin-popup-inner:before{
	content:"";
	width: 1px;
	height:100% ;
	display: inline-block;
	vertical-align: middle;
}
.ps-signin-popup-wrapper > .ps-signin-popup-inner {
    margin-top: 50px;
    padding: 25px 40px 40px 40px;
    position: relative;
    border-radius: 10px;
    max-width: 450px;
    background-color: var(--white-color);
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-100px);
    transition: all 0.5s;
    width: 100%;
}
.ps-signin-popup-heading h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--dark-color);    
    padding: 40px 0 30px 0;
    text-transform: none;
}
.ps-signin-popup-heading span{
    color: var(--theme-color);
}
.ps-signin-popup-heading p{
    color: var(--grey-color);
    font-weight: 400;
}
.ps-popup-input-field {    
    position: relative;
    margin-top: 20px;
}
.ps-popup-input-field input {
    max-width: 350px;
    width: 100%;
    padding: 15px 70px 15px 30px;
    border-radius: 40px;
    border: 1px solid #dde3f0;
    background-color: #fbfcff;
}
.ps-popup-input-field input::placeholder{
    color: #d4d9e7;
}
.ps-popup-input-field span {
    position: absolute;
    top: 50%;
    right: 42px;
    transform: translateY(-50%);
    color: #d4d9e7;
}
.ps-popup-signin-btn a{
    color: var(--theme-color);
    font-weight: 500;
}
.ps-popup-signin-btn .ps-btn{
    max-width: 350px;
    width: 100%;
    color: var(--white-color);
    margin: 30px auto;
}
.ps-popup-signin-btn p{
    color: var(--grey-color);
    font-weight: 400;
}
.ps-signin-popup-inner .close {
    position: absolute;
    top: 4px;
    right: 7px;
}
.ps-signin-popup-inner span.close:hover{
	color: red !important;
}
.ps-signin-popup_open .ps-signin-popup-wrapper{
    opacity: 1;
	visibility: visible;	
    transform: scale(1);
}
/* sign in popup css end */
/* register popup css start */
.ps-signin-popup-wrapper > .ps-register-popup-inner{
    padding: 25px 40px 10px 40px;
}
.ps-signin-popup_open .ps-signin-popup-wrapper.ps-register-popup_open{
    opacity: 0;
	visibility: hidden;	           
}
.ps-register-popup_open .ps-register-popup_open{
    opacity: 1;
	visibility: visible;    
}
.ps-register-popup_open .ps-signin-popup-wrapper > .ps-signin-popup-inner,
.ps-signin-popup_open .ps-signin-popup-wrapper > .ps-signin-popup-inner{
    transform: translateY(0);
}
/* register popup css end */


.ps-main-logo {
    margin-left: 30px;
}


@media(max-width:1730px){
    .ps-navbar ul{
        text-align: left;
    }
	.ps-main-logo {
        margin-left: 30px;
    }
}
.ps-banner-slider-btn {
    display: none;
}
.abtsms{
	color: #f68b5b;
}
.abtsms1 {
    color: #e74c3c;
}
.mail_styl{
	 
}

/* responsive end */


.gg{
    position: relative;
    height: 1107.9px;
}



.mt-24{
    margin-top:5px;
}







/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 100%;
 position: sticky;
  z-index: 1;
  top: 0;
  left: 0;
 background-color: #e3e3e32e;
/*     height: calc(100vh - 90px);*/
    overflow-y: auto;
   overflow-x: hidden;
    border-radius: 5px;
    padding: 20px 0px 20px 14px;
    box-shadow: 0px 0px 5px #d7d7d7;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 17px;
  color: #090909;
  display: block;
  border: none;
  background: none;
  font-weight: 500;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f68b5b;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
/*  background-color: #f68b5b;*/
  color: #f68b5b;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
     background-color: #26262600;
    padding-left: 22px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
        padding-top: 5px;
  float: right;
  padding-right: 8px;
}
.fa-caret-right {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    margin-right: 30px;
    color: #010101;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link:focus, .nav-link:hover {
    color: #f68b5b;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f68b5b;
    background-color: #fff;
    border-color: #fff #fff #f68b5b;
}

.p-title{
    color: #ff8853;
    margin-bottom: 12px;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    margin-top: 0px;
    padding-left: 6%;
    padding-right: 6%;
}
.p-subtitle {
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 6%;
    font-size: 15px;
    color: #ff8853;
}
.p-line{
    margin-left: 6%;
    font-weight: 400;
    margin-bottom: 24px;
    margin-right: 6%;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
    color: #ff8853;
}
.p-btn {
    height: 37px;
    line-height: 34px;
    min-width: 108px;
    display: inline-block;
    background: #f68b5b00;
    text-transform: capitalize;
    outline: none;
    padding: 0px 20px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ff8750;
    border-radius: 0px;
    transition: 0.3s;
    width: 42%;
    margin-right: auto;
    margin-left: auto;
}
.p-btn:hover {
    box-shadow: 0px 6px 20px 0px rgb(137 137 137 / 38%);
    transform: translateY(-5px);
    
    background-color: #ff8750;
}
a.p-btn {
    color: #ff8750;
}
a.p-btn:hover {
    color: #fff;
}
.nav-tabs .nav-link:hover {
    border-color: #fff #fff #f68b5b;
    isolation: isolate;
}
.p-txt{
       color: #444444;
    font-weight: 400;
}
.p-heading{
    color: #f68b5b;
}
.form-title{
   font-size: 22px;
    color: #818899;
    text-transform: inherit;
    margin-bottom: 24px;
}
.mail{
    text-decoration: underline;
    color: #f68b5b;
}
.ps-dnt{
    /*color:#737373;*/
        color: #000000;
}
.enqbtn{
    margin-top: 30px;
    margin-bottom:30px;
}

.download-btn {
  background-color: #f68b5b;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 20px;
}
.download-btn:hover {
  background-color: #fff;
  border:1px solid #f68b5b;
  color:#f68b5b;
}
.mb-30{
    margin-bottom:30px;
}
.ps-dnt ul li {
    list-style: disc;
    line-height: 40px;
    font-size: 17px;
    font-weight: 400;

}

.ps-dnt ul li::marker {
    font-size: 18px;
    color: #f68b5b;
}
.d-flex {
    display: flex!important;
}
.features-list {
    /*padding: 20px;*/
    padding: 0px 25px 0px 25px;
}
.features-list1 {
    /*padding: 20px;*/
    padding: 0px 25px 0px 25px;
    margin-left: 80px;
}



button.accordion {
    background-color: #fff;
}

.accordion {
    /* background-color: #eee; */
    color: #040404;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-weight: 400;
    font-size: 17px;
    transition: 0.4s;
}

.active, .accordion:hover {
/*  background-color: #ccc; */
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2212";
}

.enq{
    display: flex;
    flex-wrap: wrap;

}
 .box_space{
    padding:10px;
 }
.product-imgsize{
    width:100%;
    height: auto;
}


.nav-tabs {
     border-bottom: 1px solid #dee2e6; 

}
/** {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto;
  text-decoration: none;
}*/

.slider-container {
  width: 100%;
  position: relative;
}

.slide {
  width: 100%;
  /*display: none;*/
  transition: opacity 0.5s ease;
}
.fade-slider {
    animation: fade-slider ease 3s;
}
.slide-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  filter: brightness(0.6);
}

.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
  padding: 1rem;
}
.slide-title {
  width: 100%;
  max-width: 50rem;
  color: white;
  font-size: 4rem;
  font-weight: 500;
  text-transform: uppercase;
}
.slide-desc {
  width: 100%;
  max-width: 50rem;
  color: lightgray;
  font-size: 1rem;
  font-weight: 300;
}
.slide-btn {
  color: black;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1rem;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  text-transform: capitalize;
  transition: ease 0.3s;
}
.slide-btn:hover {
  gap: 1rem;
}

.slide-number-container {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 5;
  font-size: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: rgba(211, 211, 211, 0.788);
  letter-spacing: 0.2rem;
}
.slide-number-container hr {
  width: 3rem;
  transform: rotate(130deg);
  border-color: rgba(211, 211, 211, 0.788);
}

.slider-nav {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.slider-nav-btn {
  cursor: pointer;
  background-color: rgba(211, 211, 211, 0.226);
  color: white;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
}
.slider-nav-btn:hover {
  background-color: white;
  color: black;
}

.dot-container {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.dot {
  cursor: pointer;
  height: 1rem;
  width: 1rem;
  background-color: rgba(211, 211, 211, 0.226);
  border-radius: 50%;
  display: inline-block;
  transition: ease 0.3s;
}
.active,
.dot:hover {
  background-color: white;
}

.fade {
  animation-name: fade;
  animation-duration: 1s;
}
@keyframes fade {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}









p.abtcnt {
    margin-top: 10px;
}
.serpara {
    margin-bottom: 50px !important;
}






        .btn-apply p {
            font-size: 13px;
            text-align: center;
            color: #0000007a;
        }


       .btn-apply{
            float: inline-end;
            margin-top: -78px;
            margin-right: 42px;
       }

        .job-listing {
            background-color: #fff;
            margin: 10px 0;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0,0,0,22%);
        }
        .job-title {
            font-size: 1.5em;
            color: #e56931;
            margin-bottom: 10px;
            font-weight: 700;
        }
        .job-details {
            margin-bottom: 10px;
        }
        .apply-button {
            background-color: #f68b5b;
            color: #fff;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            transition: background-color 0.3s;
        }
        .apply-button:hover {
                background-color: #d9612c;
                color: #fff;
        }



/*===---xxxx--===file upload=======xxxx--*/


.sr-only {
  position: absolute;
  margin: -1px;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.btn {
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: .25rem;
  color: #fff;
  background-color: #f68b5b;
  cursor: pointer;
}

[type=file]:focus + .btn {
  outline: 5px solid #f68b5b;
}






.container-resume {
  height: 60vh;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #fcfcfc;
}

.card {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  width: 600px;
  height: 260px;
  background-color: #ffffff;
  padding: 10px 30px 40px;
  text-align: center;
}

.card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #f68b5b;
}

.drop_box {
  margin: 10px 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px dotted #a3a3a3;
  border-radius: 5px;
}

.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}

.drop_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #a3a3a3;
}

/*.btn {
  text-decoration: none;
  background-color: #005af0;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  outline: none;
  transition: 0.3s;
}

.btn:hover{
  text-decoration: none;
  background-color: #ffffff;
  color: #005af0;
  padding: 10px 20px;
  border: none;
  outline: 1px solid #010101;
}*/
.form input {
  margin: 10px 0;
  width: 100%;
  background-color: #e2e2e2;
  border: none;
  outline: none;
  padding: 12px 20px;
  border-radius: 4px;
}


/*===---xxxx--===file upload END =======xxxx--*/




/*===---xxxx--===Job description start =======xxxx--*/


        .header img {
            max-width: 100px;
        }
        .content {
            padding: 20px;
        }
        .content h1 {
            font-size: 17px;
            color: #000;
            padding-top: 10px;
        }

        .content h3 {
            font-size: 24px;
            color: #000;
            padding-top: 10px;
/*            text-align:center;*/
        }

        .content p {
            padding-top: 10px;
            font-size: 16px;
            line-height: 1.5;
            font-weight: 400;
        }
        .section {
            margin: 20px 0;
        }
        .content h2 {
            font-size: 20px;
            color: #000;
             display: inline-block;
             border-bottom: 2px solid #f68b5b;
            padding-bottom: 5px;
            padding-top: 10px;
        }

       
        .content .section ul li {
            list-style-type: disc;
            padding-left: 0px;
            padding-top: 10px;
            font-weight: 400;
        }


        
       .bg-content{
            background-color: #ffede5;
            border-radius: 8px;
            border: 1px solid #f5c7b2;
       }

       .file-upd {
            color: #8d8d8d;
            font-size: 13px !important;
            text-align: center;
        }

        .btn-sec {
            text-align: center;
        }


/*===---xxxx--===Job description start =======xxxx--*/


.ml-2 {
    margin-left: 18px;
}

 .mt-all{
    margin-top:10%;
 }






































/*===----xxxxxx Slider start ====-------xxx*/




header .item {
  height: 100vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}



.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 20px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    top: 73%;
}

.my-float {
    margin-top: 10px;
}




.float-button {
        text-decoration: none;
/*        position: relative;*/
        padding: 10px;
        padding-right: 15px;
        bottom: 30px;
        right: 0px;
        margin-bottom: 20px;
        color: #fff;
        background-color:#25D366;
        border-radius: 5px 25px 25px 30px;
        z-index: 0;
        font-family: sans-serif;
        font-size: 17px;
        animation: whatsapp-animation 0.5s ease-in-out;
        box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
        transition:all 0.3s ease-out;
    }

    .float-button:hover {
         background-color: #128C7E;
          color: #fff;
    }

    .fa-whatsapp {
/*        font-size: 20px !important;*/
        padding-right: 5px;
        padding-left: 5px;
    }

    @keyframes whatsapp-animation {
        from {
            opacity: 0%;
        }

        to {
            opacity: 100%
        }
    }

    @media screen and (max-width: 545px) {
      /*  span {
            display: none;
        }*/

        .col-5ths {
    flex: 0 0 100%;
    max-width: 100%;
}

        .float-button {
            bottom: 15px;
            right: 15px;
            width: 20px;
            border-radius: 20px 20px 5px 20px;
        }

        .fa-whatsapp {
            font-size: 22px !important;
            padding: 4px;
        }
    }


    .bg-service{
        background-image: url('../images/service/bg-service.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;

    }

    .ser-caption{
        font-size: 27px;
    }


.img-service {
    border: 7px solid #fff;
    border-radius: 80px 14px 14px 8px;
    box-shadow: 0px 0px 12px 5px #0000002e;
}

.img-service1{
    border: 7px solid #fff;
    border-radius: 14px 80px 14px 80px;
    box-shadow: 0px 0px 12px 5px #0000002e;
}

.para2 {
    padding-top: 38px;
    font-size: 16px;
    text-align: justify;
}


.title-service{
    color:#19427e;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.owl-carousel {
    
    z-index: 0 !important;
}

.owl-carousel,
.owl-stage-outer,
.owl-stage,
.owl-item {
  height: 100%;
}


.owl-carousel .item {
  height: 100vh;
}

.owl-item img {
  display: block;
}









/*=====--------xxxxx-----About start ---------xxxx======*/

.box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 30px;
    width: 320px;
    height: 400px;
    transition: 0.5s;
    &::before {
      content: " ";
      position: absolute;
      top: 0;
      left: 50px;
      width: 50%;
      height: 100%;
      text-decoration: none;
      background: #fff;
      border-radius: 8px;
      transform: skewX(15deg);
      transition: 0.5s;
    }
    &::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50px;
      width: 50%;
      height: 100%;
      background: #fff;
      border-radius: 8px;
      filter: blur(30px);
      transform: skewX(15deg);
      transition: 0.5s;
    }
    &:hover {
      &:before, &:after {
        left: 20px;
        width: calc(100% - 90px);
        transform: skewX(0deg);
      }
      span {
        &::before {
          top: -50px;
          left: 50px;
          width: 100px;
          height: 100px;
          opacity: 1;
        }
        &::after {
          bottom: -50px;
          right: 50px;
          width: 100px;
          height: 100px;
          opacity: 1;
        }
      }
      .content {
        left: -25px;
        padding: 60px 40px;
      }
    }
    &:nth-child(1) {
      &:before, &:after {
        background: linear-gradient(315deg, #0093E9, #80D0C7);
      }
    }
    &:nth-child(2) {
      &:before, &:after {
        background: linear-gradient(315deg, #6b95c1, #EE74E1);
      }
    }
    &:nth-child(3) {
      &:before, &:after {
        background: linear-gradient(315deg, #4dff03, #00d0ff);
      }
    }
    span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      pointer-events: none;
      &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        opacity: 0;
        transition: 0.5s;
        animation: animate 2s ease-in-out infinite;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      }
      &::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        opacity: 0;
        transition: 0.5s;
        animation: animate 2s ease-in-out infinite;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        animation-delay: -1s;
      }
    }
    .content {
      position: relative;
      z-index: 1;
      left: 0;
      padding: 20px 40px;
      color: #fff;
      border-radius: 8px;
      backdrop-filter: blur(10px);
      background: #0098dbc2;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: 0.5s;
      h2 {
        margin-bottom: 10px;
        font-size: 2em;
        color: #fff;
      }
    p {
            margin-bottom: 10px;
            font-size: 1em;
            font-weight: 400;
            line-height: 1.6em;
            text-align: center;
            color: #fff;
        }
      a {
        display: inline-block;
        margin-top: 5px;
        padding: 10px;
        text-decoration: none;
        font-weight: 400;
        color: #fff;
        border-radius: 5px;
        border: 1px solid rgb(255 255 255 / 50%);;
        background-color: transparent;
        transition: .25s;
        &:hover {
          color: #111;
          background-color: #fff;
        }
      }
    }
  }


@keyframes animate {
  0%,
  100% {
    transform: translateY(10px);
  }

  50% {
    transform: translate(-10px);
  }
}


.bg-about{
    background: #1d061a;
}

.about-align{
    text-align: center;
}

.abt-img{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 40px 30px; */
    width: 100%;
    height: auto;
    max-width: 380px;
}





.bg-about{
        background-image: url('../images/abt/about-bg.jpg');
          background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   min-height: 500px;

    }


.mt-80{
    margin-top:80px;
}



/*=====--------xxxxx-----About End ---------xxxx======*/









/*=====--------xxxxx-----Career page start ---------xxxx======*/

.hero-service{
    background: url('../images/service/bg-service.png') no-repeat center center/cover;
    color: #000;
    padding: 50px 10px 50px 10px;
    animation: fadeIn 1s ease-in-out;
}


.hero-service .cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e74c3c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
    animation: bounce 2s infinite;
}

/*===** service 2----------xxxx*/









.hero {
    background: url('../images/service/bg-service.png') no-repeat center center/cover;
    color: #000;
    text-align: center;
    padding: 50px 10px 50px 10px;
    animation: fadeIn 1s ease-in-out;
}


.hero h1 {
    font-size: 25px;
    margin: 0;
    animation: slideIn 1s ease-in-out;
    font-weight: 600;
    text-transform: math-auto;
}

.hero p {
    font-size: 18px;
    animation: slideIn 1s ease-in-out;
    color: #000;
    padding: 50px 50px 0px 50px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.hero .cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e74c3c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
    animation: bounce 2s infinite;
}



.hero .cta-button:hover {
    background-color: #c0392b;
}

.content-section {
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
}

.content-section h2 {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    animation: fadeIn 1s ease-in-out;
}

.content-section h2:after {
    content: '';
    width: 100px;
    height: 3px;
    background: #e74c3c;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.alt-background1 {
    background-color: #edededc9;
}

.infographic {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    animation: fadeIn 1s ease-in-out;
}

.infographic-item {
    flex: 1;
    min-width: 300px;
    margin: 15px;
    background-color: white;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.infographic-item i {
    font-size: 3em;
    color: #3498db;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.infographic-item h3 {
    margin: 10px 0;
    font-size: 1.2em;
    transition: color 0.3s ease;
}

.infographic-item p {
    font-size: 1em;
    color: #7f8c8d;
}

.infographic-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.infographic-item:hover i,
.infographic-item:hover h3 {
    color: #e74c3c;
}

.work-life-widget {
    margin: 20px;
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 8px;
}
.work-life {
    padding: 60px 20px;
    background-color: #bdc3c7;
    color: #2c3e50;
    text-align: left;
    animation: fadeIn 1s ease-in-out;
}

.work-life-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.work-life-item {
    flex: 1;
    min-width: 300px;
    margin: 10px;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.work-life-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideInFromLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}









.no-opening {
    opacity: 0.9;
    text-align: center;
}

.no-opening .apply-button {
    background: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

.no-opening .job-title {
    color: #555;
}






.hero-block {
  position: relative;
  aspect-ratio: 9/18;
  
  @media (min-width: 40em) {
    aspect-ratio: 100/87;
  }
  @media (min-width: 64em) {
    aspect-ratio: 16/9;
  }
}



.background-container {  
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 1;
}

.scene {
  
}
.scene__dots {
  position: absolute;
  width: 200px;
  aspect-ratio: 1;
  border-radius: 5in;
  top: 40%;
  left: 60%;
  overflow: hidden;
  background-image: radial-gradient(circle, #a4d0ff78 2px, transparent 2px);
  background-size: 9px 9px;
  animation: fade-in 1s .2s cubic-bezier(.22, 1, .36, 1) both;
  
  @media (prefers-reduced-motion: no-preference) {
    animation: translate linear both, fade-in 1s .2s cubic-bezier(.22, 1, .36, 1) both;
    animation-timeline: scroll(), auto;
  }

  @media (min-width: 40em) {
    top: 25%;
    left: 40%;
    width: 300px;
    height: 300px;
    background-size: 11px 11px;
  }
}

.scene__dots--small {
    width: 250px;
    height: 250px;
    background-size: 8px auto;
}



.scene__line {
  position: absolute;
  height: 60px;
  width: 2px;
  top: 20%;
  left: 50%;
  left: var(--x);
  top: var(--y);
  rotate: var(--rotate);

  animation: rotate linear both;
  animation-timeline: scroll();

  @supports (animation-timeline: view()) {
    animation: rotate linear both, rotate2 60s linear infinite, fade-in 1s .3s cubic-bezier(.22, 1, .36, 1) both;
    animation-timeline: scroll(), auto, auto;
  }

  @media (prefers-reduced-motion) {
    animation: fade-in 1s .3s cubic-bezier(.22, 1, .36, 1) both;
  }
  
  @media (max-width: 40em) {
    width: 3px
  }
}

.scene__line--small {
  width: 2px;
}

.scene__line--lightblue {
  background-color: #44a5ff;
}

.scene__line--darkblue {
  background-color: #006fff;
}

.scene__line--medium {
    height: 90px;
}

.scene__line--large {
    height: 160px;
}

.scene__line--xlarge {
  height: 250px;
  opacity: 0;

  @media (min-width: 40em) {
    opacity: 1;
  }
}







@keyframes translate {
  to {
    translate: 0 calc(var(--y,0) - 100px);
    background-position: 0, 100px;
    
  }
}

@keyframes rotate {
  to {
    rotate: calc(var(--rotate,0) + 1turn);
  }
}

@keyframes rotate2 {
  to {
    transform: rotate(1turn);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.icn-clr{
    color:firebrick;
    font-size: 24px;
}

.container-career {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1.8rem);
    padding-left: var(--bs-gutter-x, 1.8rem);
    margin-right: auto;
    margin-left: auto;
}


 .col-5ths {
            flex: 0 0 20%;
            max-width: 20%;
        }

 .bg-clr {
    /* background-color: #00000005; */
 }

   
/* CSS */
.slider-container {
    position: relative;
    width: 100%;
    /* max-width: 600px; */
    margin: auto;
    overflow: hidden;
    border-radius: 0px;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    min-width: 100%;
    box-sizing: border-box;
  }
  
  .slide img {
    width: 100%;
    display: block;
    border-radius: 0px;
  }
  
  .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    display: none;
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
  
  .pagination {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .pagination .dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .pagination .dot.active {
    background-color: #717171;
  }



/*=====--------xxxxx-----Career page End ---------xxxx======*/

.img-logo {
    width: 120px;
    height: auto;
}



.vm-section {
  padding: 90px 0;
  /* background: linear-gradient(135deg, #f8fbff, #ffffff); */
      background: linear-gradient(135deg, #ebebeb61, #ffffff);
}

.vm-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  text-align: center;
}

.vision-card h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.vision-card h2 span,
.vm-title span {
  color: #f68b5b;
}

.vision-card p {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
}

.vm-title {
  font-size: 34px;
  font-weight: 700;
}

.mission-list {
  list-style: none;
  padding: 0;
}

.mission-list li {
  background: #fff;
  padding: 18px 20px;
  margin-bottom: 15px;
  border-left: 4px solid #f68b5b;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  font-size: 15.5px;
}

.mission-list li:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgb(246 139 91 / 23%);
}
