/*************** Import Css **************/
@import "common.css";
@import "fonts.css";
/* font-family: "Inter", sans-serif;
font-family: "Roboto", sans-serif;
font-family: "Archivo", sans-serif; */
/********************* Header Css ******************/
.container{
    padding: 0px 30px;
}
.header-area{
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 99;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.fixed_header{
    position: fixed;
    top: -100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.fixed_header.stky{
    top: 51px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-wapper{
    column-gap: 20px;
    background-color: #12053B;
    border-radius: 100px;
    padding: 10px 40px;
}
.menu-area ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 24px;
}
.menu-area li a{
    padding: 0px 10px 5px;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #FFFFFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    display: inline-block;
}
.menu-area li a::after{
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #17E4D6;
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-area ul li a.active::after,
.menu-area li a:hover::after{
    width: 100%;
}
.menu-area ul li a.active,
.menu-area li a:hover{
    color: #17E4D6;
}
.header-search{
    max-width: 280px;
    width: 100%;
}
.header-search form{
    display: flex;
    align-items: center;
}
.header-search input{
    background-color: #F8F9FA;
    border: none;
    width: 100%;
    border-radius: 20px;
    padding: 10px 41px 10px 16px; 
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #00000099;
}
.header-search input:focus-visible{
    outline: none;
    border: none;
}
.header-search button{
    background-color: #17E4D6;
    border-radius: 100%;
    width: 28px;
    border: none;
    height: 28px;
    margin-left: -34px;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-search button:hover{
    background-color: #12053B;
}
.header-search button:hover img{
    filter: invert(1);
}
/********************* / Header Css ******************/
.banner-area {
    margin-top: 137px;
    overflow-x: hidden;
}
/* .banner-img{
    width: 49vw;
} */
.banner-img {
    width: 100%;
    text-align: right;
}
.banner-content h1{
    margin-bottom: 40px;
}
.banner-content h3{
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    color: #000000;
    margin-bottom: 20px;
	opacity:0.8;
}
.banner-content p{
    color: #000000CC;
    margin-bottom: 55px;
}
/* .banner-content {
    margin-right: -26px;
} */
.banner-content {
    margin-right: 0;
}
.giveaway-sec{
    background-color: #17E4D6;
    padding: 100px 0;
    margin-top: 45px;
    margin-bottom: 100px;
}
/* .giveaway-content h2{
    margin-bottom: 45px;
} */
.giveaway-content h2 {
    margin-bottom: 20px;
}
.giveaway-content h3{
	font-size: 34px;
    font-weight: bold;
    color: #12053B;
    margin-bottom: 32px;
	line-height: normal;
	letter-spacing:0;
}
.giveaway-content p{
    color: #12053B;
    margin-bottom: 32px;
}
.giveaway-content .common-button{
    background-color: #12053B;
    color: #17E4D6;
}
.giveaway-content .common-button:hover{
    border-color: #12053B;
    background-color: transparent;
    color: #12053B;
}
.giveaway-img{
    padding-right: 110px;
}
.responsible-ownership-sec{
    margin-top: 100px;
    margin-bottom: 100px;
}
.responsible-ownership-heading{
    max-width: 924px;
    width: 100%;
    margin: 0px auto;
}
.responsible-ownership-slider{
    overflow-x: hidden;
}
.responsible-ownership-wrapper h2{
    margin-bottom: 40px;
}
.responsible-ownership-wrapper p{
    color: #12053B;
    margin-bottom: 60px;
    font-weight: 400;
}
.each-responsible-ownership{
    padding: 76px 20px 70px;
    background-color: #12053B;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.each-responsible-ownership h2{
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin-bottom: 18px;
    color: #17E4D6;
}
.each-responsible-ownership p{
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}
.swiper-pagination{
    position: initial;
    margin-top: 14px;
}   
.swiper-pagination-bullet{
    background-color: transparent;
    border: 1px solid #12053B80;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #12053B;
}
.ai-sec{
    background-color: #12053B;
    padding-bottom: 76px;
    margin-bottom: 100px;
}
.ai-img{
    margin-bottom: 58px;
}
.ai-center-img{
    max-width: 495px;
    width: 100%;
    padding-top: 120px;
    box-shadow: 0px 4px 50px 50px #00000040;
    -webkit-box-shadow: 0px 4px 50px 50px #00000040;
    position: relative;
    z-index: 9;
    background-color: #12053B;
}
.shake-img {
    animation: vertical-shaking 5s infinite;
  }
@keyframes vertical-shaking {
    0% { transform: translateY(0) }
    25% { transform: translateY(10px) }
    50% { transform: translateY(-10px) }
    75% { transform: translateY(10px) }
    100% { transform: translateY(0) }
}
.ai-center-img-content h3{
    margin-top: 22px;
    font-weight: 400;
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
.ai-center-img-content h2{
    font-weight: 700;
    font-size: 64px;
    line-height: normal;
    text-transform: uppercase;
    color: #17E4D6;
}
.ai-center-img-content h4{
    font-weight: 400;
    font-size: 36px;
    line-height: 55px;
    text-transform: uppercase;    
    color: #FFFFFF;
    margin-bottom: 32px;
}
.ai-content{
    width: 100%;
    margin: 0px auto 54px;
    max-width: 987px;
}
.ai-content h5{
    font-weight: 700;
    font-size: 54px;
    color: #17E4D6;
    line-height: normal;
    text-transform: uppercase;   
    margin-bottom: 54px; 
}
.ai-content p{
    color: #FFFFFF;
    margin-bottom: 25px;
}
.accordion {
    list-style: none;
    padding: 0px;
}
.accordion>li {
    display: block;
    list-style: none;
    background-color: #EEEEEE;
    border-radius: 20px;
    overflow: hidden;
    padding: 16px 73px;
    margin-bottom: 24px;
}
.accordion>li>span{
    padding:0px;
    background: url("../images/plus.svg") no-repeat 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    background-size: 20px;
    padding-right: 26px;
    min-height: 59px;
    display: flex;
    align-items: center;
}
.accordion>li>div {
    list-style: none;
    display: none;
    overflow: auto;
    margin-top: 16px;
    padding: 0 0 18px;
}
.accordion li>span.active {
    background: url("../images/minus.svg") no-repeat 100%;
    background-size: 20px;
}
.accordion p{
    color: #0F0E0E;
    margin-bottom: 36px;
}
.accordion>li>div ul{
    margin: 0;
    list-style: disc;
    padding-left: 17px;
}
.accordion>li>div ul li{
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #0F0E0E; 
}
.accordion>li>div ul li::marker{
    font-size: 10px;
}


.trusted-protection-sec{
    margin-bottom: 50px;
}
.trusted-protection-heading{
    max-width: 924px;
    width: 100%;
    margin: 0px auto 60px;
}
.trusted-protection-heading h2{
    margin-bottom: 40px;
}
.trusted-protection-heading p{
    max-width: 604px;
    width: 100%;
    margin: 0px auto 60px;
}
.trusted-protection-bg{
    position: absolute;
    left: 0;
    text-align: center;
    pointer-events: none;
/*     top: 0; */
	bottom:-25%;
    width: 100%;
}
.trusted-protection-slider{
    margin-top: 20px;
    overflow-x: clip;
}
.each-trusted-protection{
    position: relative;
    padding: 57px 102px;
    border-radius: 40px;
    background: transparent;
    z-index: 1;
    overflow: hidden;
    font-size: 18px;
    backdrop-filter: blur(2px);
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .each-trusted-protection:hover{
    backdrop-filter: blur(10px);
    box-shadow: 0px 44px 64px 0px #12053B4D;
    -webkit-box-shadow: 0px 44px 64px 0px #12053B4D;
  }
.each-trusted-protection::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: 40px;
    background: linear-gradient(90deg,rgba(18, 6, 60, 1) 0%, rgba(47, 231, 218, 1) 100%);
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-trusted-protection:hover::before{
    background: linear-gradient(90deg,rgba(47, 231, 218, 1) 0%, rgba(18, 6, 60, 1) 100%);
}
.trusted-protection-icon{
    margin-bottom: 30px;
}
.each-trusted-protection h2{
    font-size: 32px;
    margin-bottom: 30px;
}
.trusted-protection-wrapper .row{
    margin: 0px -25px;
}
.trusted-protection-wrapper .col-lg-6{
    padding: 0px 25px;
    margin-bottom: 50px;
}
/* .pricing-sec{
    margin-bottom: 100px;
} */
.pricing-sec .swiper-container{
    overflow-x: hidden;
}
.pricing-headiang h2{
    margin-bottom: 20px;
}
.pricing-headiang p{
    font-weight: 400;
}
.pricing-img{
    margin-top: 40px;
/*     margin-bottom: 59px; */
}
/* .pricing-headiang{
    margin-bottom: 60px;
} */
.each-pricing{
    border-radius: 15px;
    border: 0.7px solid #12053B;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-pricing:hover{
/*     box-shadow: 0px 44px 64px 0px #12053B4D;
    -webkit-box-shadow: 0px 44px 64px 0px #12053B4D; */
	box-shadow: 0px 20px 15px -10px #12053B4D;
    -webkit-box-shadow: 0px 20px 15px -10px #12053B4D;
}
.each-pricing-top{
    padding: 30px 40px;
    background-color: #12053B;
    box-shadow: 0px 2.84px 9.95px 0px #1C42A10A;
    -webkit-box-shadow: 0px 2.84px 9.95px 0px #1C42A10A;
    margin-bottom: 48px;
}
.each-pricing-top h2{
    margin: 0;
    font-weight: 700;
    font-size: 30px;
    color: #17E4D6;
}
.each-pricing-top h2 strong{
    font-weight: 700;
    color: #FFFFFF;
    display: block;
}
.pricing-content{
    padding: 0 25px 83px;
}
.pricing-content h3{
    color: #162B60;
    font-weight: 600;
    font-size: 55px;
    line-height: 46px;
}
.pricing-content h3 strong{
    font-weight: 400;
    font-size: 16px;
}
.pricing-content p{
    font-weight: 500;
    font-size: 17px;
    color: #162B60;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pricing-content .common-button{
    width: 100%;
    margin-top: 20px;
}
.pricing-content ul{
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.pricing-content ul li{
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.71px;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-left: 34px;
}
.pricing-content ul li::after{
    position: absolute;
    left: 0;
    width: 17px;
    height: 17px;
    background-image: url("../images/pricing-logo.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    top: 0;
}
.pricing-wrapper{
    max-width: 979px;
    width: 100%;
    margin: 0px auto;
}   
.pricing-top-wrap{
    margin-bottom: 60px;
}
.pricing-wrapper .row{
    margin: 0px -25px;
}
.pricing-wrapper .col-lg-6{
    padding: 0px 25px;
}
.pricing-toggle-button .cont {
    text-align: center;
}
.pricing-toggle-button .toggle {
    position: relative;
    display: inline-block;
}
.pricing-toggle-button .toggle__input {
    display: none;
}
.pricing-toggle-button .toggle__label {
    display: block;
    width: 56px;
    height: 24px;
    background-color: #12053B;
    border-radius: 99px;
    cursor: pointer;
}
.pricing-toggle-button .toggle__input:checked + .toggle__label::after {
    left: 36px;
}
.pricing-toggle-button .toggle__label::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 16px;
    height: 16px;
    background-color: #17E4D6;
    border-radius: 50%;
    transition: left 0.3s ease;
}
.pricing-toggle-button{
    column-gap: 24px;
    margin-bottom: 54px;
}
.pricing-toggle-button p{
    color: #12053B;
    font-weight: 700;
}
.pricing-toggle-button p strong{
    font-weight: 400;
}
.pricing-toggle-button.active > p{
    font-weight: 400;
}
.pricing-toggle-button.active > p strong{
    font-weight: 700;
}
.pricing-toggle-active{
    display: none;
}
.pricing-toggle-wrap.dark-mode .pricing-toggle-defult{
    display: none;
}
.pricing-toggle-wrap.dark-mode .pricing-toggle-active{
    display: block;
}
.contact-us-sec{
    background-color: #12053B;
    padding-top: 100px;
    margin-bottom: 17px;
    padding-bottom: 95px;
}
.contact-us-wrapper{
    padding: 60px;
    background-color: #07226D;
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(380px)
}
.contact-us-form{
    max-width: 426px;
    width: 100%;
}
.contact-us-form h2{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -2%;
    color: #FFFFFF;
    text-transform: initial;
    margin-bottom: 8px;
}
.contact-us-form  p{
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 41px;
}
.contact-us-form .row{
    margin: 0px -7px;
}
.contact-us-form .col-12,
.contact-us-form .col-6{
    padding: 0px 7px;
    margin-bottom: 14px;
}
.formStyle{
    background-color: transparent;
    padding: 12px 14px;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    color: #FFFFFF;
    border: 1px solid #FFFFFF33;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
.formStyle::placeholder{
    color: #fff;
}
textarea.formStyle{
    height: 109px;
    resize: none;
}
.formStyle:focus-visible{
    outline: none;
}
.form-img-content{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 27px;
    max-width: 466px;
    width: 100%;
}
.form-img-content p{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 12px;
}
.form-img-content h6{
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
}
.responsible-owener-wraper{
    background-color: #17E4D6;
    padding: 45px 71px;
    border-radius: 98px;
    position: relative;
    z-index: 1;
    max-width: 1142px;
    width: 100%;
    margin: -74px auto 0px;
}
.responsible-owener-wraper h2{
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
}
.responsible-owener-left{
    column-gap: 32px;
}
.responsible-owener-wraper .common-button{
    background-color: #12053B;
    color: #17E4D6;
}
.responsible-owener-wraper .common-button:hover{
    border-color: #12053B;
    background-color: transparent;
    color: #12053B;
}
/*===================== footer =====================*/
.footer-area{
    background-color: #12053B;
    padding-top: 139px;
    margin-top: -67px;
    overflow: hidden;
}
.footer-bg{
    position: absolute;
    left: 9px;
    bottom: -42px;
    pointer-events: none;
}
.footer-wrapper{
    column-gap: 55px;
    margin: 0px -20px;
    padding-bottom: 87px;
}
.footer-wrapper .menu-area ul{
    column-gap: 15px;
}
.subscribe h6,
.footer-social h6{
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.footer-social ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 15px;
}
.footer-social ul a img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social ul a:hover img{
    filter: brightness(0) invert(1);
}
.subscribe{
    max-width: 280px;
    width: 100%;
}
.subscribe form{
    display: flex;
    column-gap: 2px;
}
.subscribe input {
    background-color: #E5E7EB;
    border: none;
    width: 100%;
    padding: 9px 6px;
    font-weight: 300;
    font-size: 12px;
    line-height: normal;
    color: #B1B5BB;
    box-shadow: 0px 6px 12px -6px #FFFFFF1F;    
    -webkit-box-shadow: 0px 6px 12px -6px #FFFFFF1F;    
}
.subscribe button{
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #17E4D6 0%, #17E4D6 100%);
    background: linear-gradient(90deg, #0DA399 0%, #17E4D6 100%);
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    min-width: 106px;
    color: #FFFFFF;
}
.footer-wrapper .menu-area li a{
    font-weight: 400;
}
.privecy-policy{
    border-top: 1px solid #FFFFFF;
    padding: 20px 0;
}
.privecy-policy-wrapper{
    margin: 0px -20px;
}
.privecy-policy-left ul{
    margin: 0px;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 40px;
}
.privecy-policy-left ul a{
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #17E4D6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.privecy-policy-left ul a:hover{
    color: #FFFFFF;
}
.privecy-policy-wrapper p{
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
    color: #17E4D6;
}
.contact-us-form .wpcf7 p {
    margin-bottom: 0px;
}
.subscrib-form p {
    display: flex;
    column-gap: 2px;
}
.subscrib-form input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    min-width: 172px;
}
.subscrib-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #17E4D6 0%, #17E4D6 100%);
    background: linear-gradient(90deg, #0DA399 0%, #17E4D6 100%);
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    text-align: center;
    min-width: 89px;
    color: #FFFFFF;
}
.footer-social{
	display: flex;
	margin-top: 22px;
	column-gap: 20px;
}
.ai-button-area {
    margin-top: 50px;
}
.ai-button-area .common-button:hover{
	border: 1px solid #17E4D6;
}
.trusted-button-area .common-button{
	background-color: #12053B;
    color: #17E4D6;
	min-width: 220px;
}
.trusted-button-area .common-button:hover {
    border-color: #12053B;
    background-color: transparent;
    color: #12053B;
}

/* ==============desing-nitu================ */
.promo-banner-sec{
	background-color: #12053B;
		height: 100vh;
/* 	height: 1; */
/* 	padding-top: 103px; */
}
.promo-banner-img-area.common-background-style{
	background-position: bottom center;
}
.promo-banner-wrap{
	position: relative;
	bottom: 25px;
	padding-top: 202px;
}
.promo-banner-text{
   margin-bottom: 37px;
}
.promo-banner-text h3{
	color: #FFF;
	font-size: 32px;
	font-weight:700;
	text-transform: uppercase;
	line-height: normal;
	padding-bottom: 3px;
}
.promo-banner-text h4{
	color: #17E4D6;
	font-size: 32px;
	font-weight:700;
	text-transform: uppercase;
	line-height: normal;
/* 	padding-bottom: 8px; */
}
.promo-banner-wrap h3{
	color: #FFFFFF;
	font-size: 54px;
	font-weight:700;
	text-transform: uppercase;
	line-height: normal;
	padding-bottom: 8px;
}
.promo-banner-wrap h1{
	color: #17E4D6;
	font-size: 80px;
	font-weight:700;
	text-transform: uppercase;
	line-height: normal;
	padding-bottom: 5px;
}
.promo-banner-img{
	height: 100%;
	width: 100%;
}
.promo-banner-img-area{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
}
/* ==========promo-Promotions-sec========== */
.promo-Promotions-heading h2 {
	font-size: 64px;
	padding-bottom: 22px;
}
.promo-Promotions-heading h5 {
	font-size: 16px;
    font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 25px;
	color: #000;
	padding-bottom: 19px;
	text-transform: uppercase;
}
.promo-Promotions-slid-sec{
	padding-top: 60px;
	padding-bottom: 102px;
}
.promo-Promotions-heading p{
	max-width: 665px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	padding-bottom: 42px;
}
.house-brand-slider-nav span{
	width: 20px;
	height: 20px;
	background-color: rgba(18, 5, 59, 0.30);
	border: 0;
}
.house-brand-slider-nav .swiper-pagination-bullet-active{
	background-color: #12053B;
}
.house-brand-slider-nav .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px);
}
.promo-promotions-slider .swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 41%;
	top: 15px;
}
.promo-promotions-slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 41%;
	top: 15px;
}
.each-promo-promotions-slider {
	border-radius: 23px;
	background: #12053B;
	padding: 17px 24px;
}
.promotion-slider-img img{
	border-radius: 19px;
}
.promo-promotions-slider .swiper-slide-prev .promotion-slider-img img{
	border-radius: 13px;
}
.promotion-slider-img{
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	border-radius: 19px;
}
.each-promo-promotions-slider{
	position: relative;
}
.promotion-slider-info h3{
	color: #17E4D6;
	font-size: 32px;
	font-weight: 700;
	line-height: 160%;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.promotion-slider-info p{
	color: #F5F5F5;
	padding-top: 20px;
	padding-bottom: 32px;
}
.promo-promotions-slider .swiper-slide-prev .each-promo-promotions-slider::before{
	border-radius: 16px;
	width: 52%;
	height: 100%;
	content: "";
	top: 0;
	right: 0;
	position: absolute;
	background: #12053B;
}
.promo-promotions-slider .swiper-slide-next .each-promo-promotions-slider::before{
	border-radius: 16px;
	width: 52%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	background: #12053B;
}
.promo-promotions-slider .swiper-slide.swiper-slide-visible.swiper-slide-prev {
	position: relative;
}
.promo-promotions-slider .swiper-slide.swiper-slide-visible.swiper-slide-prev .each-promo-promotions-slider{
	background: transparent;
}
.promo-promotions-slider .swiper-slide.swiper-slide-visible.swiper-slide-next .each-promo-promotions-slider{
	background: transparent;
}
.promo-promotions-slider .swiper-slide.swiper-slide-visible.swiper-slide-prev .each-promo-promotions-slider::after{
	width: 50%;
	height: 100%;
	content: "";
	top: 0;
	right: 0;
	position: absolute;
	background: linear-gradient(270deg, rgba(18, 5, 59, 0.00) 0%, #12053B 100%);
	background-repeat: no-repeat;
    background-position: center;
	opacity: 0.4;
}
.promo-promotions-slider .swiper-slide.swiper-slide-visible.swiper-slide-next {
/* 	transform: translate3d(0px, 0px, -219.282px) rotateX(0deg) rotateY(-0.582564deg) scale(1) !important; */
	position: relative;
}
.promo-promotions-slider .swiper-slide.swiper-slide-visible.swiper-slide-prev .row, .promo-promotions-slider .swiper-slide.swiper-slide-visible.swiper-slide-next .row{
	flex-direction: row-reverse;
}
.promo-promotions-slider .swiper-slide.swiper-slide-visible.swiper-slide-next .each-promo-promotions-slider::after{
	width: 50%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(270deg, rgba(18, 5, 59, 0.00) 0%, #12053B 100%);
	background-repeat: no-repeat;
	background-position: center;
}
.promo-promotions-slider .swiper-container{
	padding-bottom: 31px;
}
.promotion-slider-info .common-button:hover {
	border: 1px solid #17E4D6;
}
/* ============promo-about-us-sec============= */
.promo-about-us-sec{
	background: linear-gradient(180deg, #12053B 0%, #12053B 100%);
	padding-top: 33px;
	padding-bottom: 82px;
}
.promo-about-us-logo{
	max-width: 553px;
	margin-left: auto;
	margin-right: auto;
}
.promo-about-us-text p{
	color: #FFF;
    line-height: 25px;
	padding-bottom: 30px;
	font-weight: 400;
}
.promo-about-us-text h3{
	color: #17E4D6;
	font-size: 64px;
	font-weight: 700;
    line-height: 102px;
	padding-bottom: 16px;
    padding-top: 30px;
}

/* =========promo-pricing-sec========== */
.promo-pricing-sec .pricing-img{
	margin-top: 0;
}
/* ===============promo-contact-us-sec=========== */
.contact-us-sec.promo-contact-us-sec {
	padding-bottom: 97px;
}
/* ===========promo-responsible-owener-sec=========== */
.promo-responsible-owener-sec .responsible-owener-wraper {
	padding: 28px 71px;
}
/* ===========privacy-policy-tab========== */
.privacy_policy_tab_sec{
	padding-top: 208px;
	padding-bottom: 75px;
}
.privacy_policy_tab_wrap{
	border-radius: 0px 0px 8px 8px;
	background: #12053B;
}
.privacy_policy_tab_wrap ul{
	background: #D9D9D9;
	column-gap: 10px;
}
.privacy_policy_tab_wrap button:focus {
	outline: 0;
}
.privacy_policy_tab_wrap li .nav-link.active{
	color: #17E4D6;
	background: #12053B;
	border-color: #12053B;
	border-radius: 0;
}
.tab-content-wrap h4{
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 160%;
}
.tab-content-wrap h5{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 160%;
	padding-top: 30px;
}
.tab-content-wrap p{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 160%;
}
.tab-content-wrap h6{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 160%;
}
.tab-content-wrap h3{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 160%;
	padding-top: 30px;
}
.privacy_policy_tab_wrap ul li button{
	color: #12053B;
	background: #D9D9D9;
}
.privacy_policy_tab_wrap .tab-content{
	padding: 46px 47px 75px;
}
.privacy_policy_tab_wrap .nav-tabs .nav-link {
	border: 0 ;
	border-radius:0 ;
	padding: 16px 30px 16px 26px;
	font-weight: 400;
	font-size: 16px;
	color: #12053B;
}
.tab-content-wrap ul{
	background: #12053B;
	padding-left: 26px;
	margin-bottom: 0;
}
.tab-content-wrap ul li{
	color: #fff;
	font-weight: 300;
	line-height: 160%;
}
.tab-content-top h3{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	padding-top: 0;
	letter-spacing: 1.008px;
}
.tab-content-top{
	padding-top: 8px;
}
.tab-content-top p{
	padding-top: 27px;
}
/* =========thank-you======== */
.thankyou-responsible-sec .responsible-owener-wraper{
	margin: -88px auto 0px;
}
.thankyou-banner{
	padding-bottom: 125px;
	height: auto;
}
.thankyou-banner .promo-banner-wrap{
	padding-top: 274px;
}
.thankyou-banner .promo-banner-wrap h1 {
	padding-bottom: 0;
	font-size: 96px;
}
.thankyou-banner .promo-banner-wrap h3 {
	margin-top: -14px;
	font-size: 48px;
	color: #F5F5F5;
}
/* =========contact_us========= */
.contactus-banner-sec h1{
	color: #FFF;
	font-size: 64px;
	font-weight: 900;
	padding-bottom: 22px;
}
.contactus-banner-sec h3{
	color: #17E4D6;
	font-size: 32px;
	font-weight: 700;
	text-transform: inherit;
	padding-bottom: 2px;
}
.contactus-banner-sec p{
	color: #FFF;
	font-size: 32px;
	font-weight: 400;
	line-height: normal;
	padding-left: 65px;
	padding-right: 65px;
	padding-bottom: 38px;
}
.contactus-banner-sec .promo-banner-img::after{
	border-radius: 240px 240px 0px 0px;
	background: linear-gradient(31deg, #12053B 1.55%, #07226D 88.54%);
	box-shadow: 0px 4px 250px 0px #07226D;
	content: "";
	top: 50%;
	left: 50%;
	width: 41%;
	height: 100%;
	position: absolute;
	transform: translate(-50% , -50%);
	z-index: -1;
	margin-top: -38px;
}
.contactus-banner-sec .promo-banner-img{
	position: relative;
	z-index: 2;
}
.contactus-banner-sec{
	height: auto;
}
.contactus-banner-sec .promo-banner-wrap {
	bottom: 25px;
	padding-top: 306px;
	z-index: 3;
}
.promo-banner-img-wrap{
	margin-top: -102px;
}
/* ======giveaway======== */
.giveaway-banner-sec .promo-banner-wrap {
	bottom: 0;
/* 	padding-top: 54px; */
	padding-top: 100px;
}
.giveaway-banner-sec{
	height: auto;
}
.giveaway-content-sec{
	background: #17E4D6;
	position: relative;
	padding-top: 88px;
/* 	padding-bottom: 82px; */
	padding-bottom: 32px;
	overflow: hidden;
}
.giveaway-content-bg {
	position: absolute;
	left: 0;
	bottom: -206px;
	pointer-events: none;
	opacity: 0.9;
}
.giveaway-content-wrap h1{
	font-size: 79.9px;
	line-height: 88px;
	letter-spacing: -1.008px;
	color: #040404;
	padding-bottom: 40px;
}
.giveaway-content-wrap h3{
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	padding-bottom: 8px;
}
.giveaway-content-wrap p{
	padding-top: 28px;
}
.giveaway-content-btn .common-button{
	font-size: 16px;
	text-decoration-line: underline;
	font-weight: 300;
	line-height: 160%;
	color: #000;
	padding: 0;
	margin-top: 22px;
	border: 0;
	background: transparent;
	transition: a
}
.giveaway-content-btn .common-button:hover{
	color: #fff;
}
.giveaway-form-sec{
	background: #12053B;
	padding-top: 120px;
	padding-bottom: 152px;
	margin-bottom: 20px;
}
.giveaway-form-sec .contact-us-form {
	max-width: 785px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.giveaway-form-wrap{
	max-width: 992px;
	background: #07226D;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	padding-top: 66px;
	padding-bottom: 75px;
}
.giveaway-form-wrap .formStyle{
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	background: rgba(255, 255, 255, 0.05);
	padding: 12px 15px;
}
.giveaway-form-wrap .contact-us-form h2{
	color: #17E4D6;
	letter-spacing: -0.6px;
	line-height: normal;
	font-family: Inter;
	font-weight: 600;
}
.giveaway-form-wrap .contact-us-form p{
	color: #fff;
}
/* =====giveaway-content-info========= */
.giveaway-content-info-wrap h4{
	font-size: 24px;
	font-weight: 700;
    line-height: 160%;
	padding-bottom: 25px;
}
.giveaway-content-info{
	padding-top: 100px;
	padding-bottom: 15px;
}
.giveaway-content-info-wrap stong{
	font-size: 16px;
	font-weight: 700;
    line-height: 160%;
	padding-bottom: 25px;
}
.giveaway-content-info-wrap p{
	font-weight: 400;
	padding-bottom: 27px;
}
.giveaway-content-info-wrap p a{
	text-decoration-line: underline;
	color: #000;
	font-weight: 400;
	font-size: 16px;
}
.giveaway-content-info{
	display: none;
}
.giveaway-form-wrap select option {
	  background-color: #fff;
	  color: #07226D;
}
.giveaway-form-wrap .wpcf7-not-valid-tip {
	text-align: left;
	margin-top: 5px;
}
.giveaway-form-wrap .contact-us-form .col-12, .contact-us-form .col-6 {
	padding: 0px 6px;
	margin-bottom: 11px;
}
.giveaway-form-wrap .wpcf7 form .wpcf7-response-output {
	margin: 0;
}
.giveaway-form-wrap .contact-us-form .row {
	margin: 0px -6px;
}
/* =======pricing-page========== */
.pricing-banner-text h1{
	color: #FFFFFF;
	text-transform: none;
	font-size: 52px;
}
.pricing-banner-text h1 em{
	color: #17E4D6;
	font-style: normal;
}
.pricing-banner-text p{
	color: #FFF;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-width: 500px;
	padding-top: 53px;
	margin-bottom: 53px;
}
.pricing-banner-text p a{
	color: #FFF;
	text-decoration: underline;
}
.pricing-banner-text h5{
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	padding-bottom: 32px;
}
.pricing-banner-text{
	padding-left: 76px;
	padding-bottom: 172px;
}
.pricing-banner-sec {
	display: flex;
	justify-content: center;
	align-items: end;
}
.pricing-banner-wrap{
	padding-top: 20px;
}
.pricing-tab-sec{
	height: auto;
	margin-top: 75px;
	padding-top: 71px;
	position: relative;
	padding-bottom: 77px;
	margin-bottom: 75px;
}
.pricing-tab-sec::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
	background-image: url(/wp-content/uploads/2025/05/pricing-bg-overly.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	z-index: -1;
}
.pricing-tab-sec::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
	background-image: url(https://www.petsales.com.au/wp-content/uploads/2025/05/pricing-bg-tab-top-1-scaled.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	z-index: -1;
}
.pricing-tab-wrap h2{
	color: #FFF;
}
.pricing-tab-wrap p{
	color: #FFF;
	max-width: 1088px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 19px;
}
.pricing-tab-wrap{
	position: relative;
	padding-bottom: 120px;
	z-index: 1;
}
.pricing-tab-area{
	z-index: 1;
	position: relative;
}
.pricing-tab-area .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: transparent;
	border-color: transparent;
	border: none;
}
.pricing-tab-area  .nav-tabs .nav-link {
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.pricing-tab-area .nav-link {
	display: block;
	padding: 0;
}
.pricing-tab-area ul{
	flex-wrap: nowrap;
	border: 0;
	justify-content: center;
}
.pricing-tab-area ul li{
	margin-bottom: 0;
	margin-left: -18px;
	margin-right: -18px;
	position: relative;
}
.pricing-tab-area ul li .active img{
	transform: scale(1.1);
	z-index: 4;
}
.pricing-tab-area ul li img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.pricing-tab-top-aera ul li::after{
	position: absolute;
	bottom: -155px;
	left: -90px;
	width: 455px;
	height: 100%;
	content:"";
	background-image: url(/wp-content/uploads/2025/05/tab1bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
/* .pricing-tab-area ul li .active.nav-link::after{
	z-index: 1;
} */
.pricing-tab-area ul li .nav-link{
	position: relative;
}
.pricing-tab-area ul li.exotic-pets-tab::after{
	bottom: -118px;
	left: -88px;
}
.pricing-tab-area ul li.mini-mates-tab::after{
/* 	bottom: -90px;
	left: -51px; */
	width: 341px;
	bottom: -100px;
	left: -35px;
}
.pricing-tab-area ul li.invertebrates-arachnids-tab::after{
	bottom: -111px;
	left: -58px;
	width: 341px;
}
.pricing-tab-area ul li.aquatics-tab::after{
	bottom: -141px;
/* 	left: -45px; */
	width: 414px;
	left: -70px;
}
.pricing-tab-area .tab-content{
	position: relative;
	margin-top: -20px;
}
.each-tab-content-info{
	position: relative;
	padding: 54px;
	width: 33.33%;
	max-width: 293px;
}
.each-tab-content-img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.tab-content-info{
	display: flex;
	column-gap: 55px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -62%);
	width: 100%
}
.each-tab-content-info h4{
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 40px;
}
.dog-cat .each-tab-content-info h4{
	padding-bottom: 0;
}
.each-tab-content-info h5{
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-transform: uppercase;
    padding-bottom: 20px;
}
.each-tab-content-info h6 strong{
	font-size: 33.293px;
	color: #17E4D6;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 28px;
}
.each-tab-content-info h6{
	font-size: 9.685px;
	font-weight: 400;
	line-height: normal;
	color: #17E4D6;
}
.each-tab-content-info p{
	font-size: 10.291px;
	font-weight: 500;
	color: #17E4D6;
	padding-top: 9px;
	padding-bottom: 9px;
}
.each-tab-content-info ul li{
	font-size: 10.291px;
	color: #17E4D6;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.605px;
	list-style: none;
	padding-bottom: 16px;
	position: relative;
	padding-left: 25px;
}
.each-tab-content-info ul{
	padding-left: 20px;
	margin: 0;
}
.each-tab-content-info ul li::after{
	position: absolute;
	width: 14px;
	height: 14px;
	content: "";
	background-image: url(/wp-content/uploads/2025/05/list-style.svg);
	background-position: center center;
	background-size: 13px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}
.each-tab-content-info .common-button{
	font-size: 12.107px;
	min-width: 120px;
	padding: 9px 20px;
	border-radius: 7px;
	margin-bottom: 15px;
}
.tab-content-listing{
	position: absolute;
	bottom: 0;
	left: 11%;
	padding-bottom: 48px;
}
.tab-content-listing-text h6{
	color: #17E4D6;
	font-weight: 700;
	line-height: normal;
	font-size: 16px;
}
.tab-content-listing-text p{
	color: #FFF;
	font-weight: 400;
	line-height: normal;
}
.each-tab-content-listing{
	display: flex;
	column-gap: 18px;
}
.tab-content-listing-text{
	max-width: 695px;
	padding-bottom: 24px;
}
.tab-content-bg-img{
	max-width: 1175px;
	margin-left: auto;
	margin-right: auto; 
	position: relative;
	z-index: -2;
}
.tab-content-listing-img{
	max-width: 47px;
	width: 100%;
}
.tab-content-listing-img img{
	width: 100%;
}
.pricing-tab-btn-img-left{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.pricing-tab-btn-img-right{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.tab-content-listing-text p strong{
	color: #17E4D6;
	font-weight: 400;
}
.pricing-tab-img-text{
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9;
	text-align: center;
	transform: translateX(-50%);
	padding-top: 98px;
	width: 60%;
}
.pricing-tab-img-text h5{
	color: #162B60;
	font-size: 20.931px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 36px;
}
.pricing-tab-img-text p{
	color: #162B60;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 24px;
}
.tab-two-area .pricing-tab-img-text h5{
	padding-bottom: 16px;
} 
.tab-three-area .pricing-tab-img-text h5{
	padding-bottom: 16px;
}
.pricing-tab-img-text a{
	color: #12053B;
	font-size: 10.558px;
	font-weight: 600;
	line-height: normal;
}
.pricing-tab-area ul li .active .pricing-tab-img-text a img{
	 transform: rotate(90deg);
}



/* =======pricing-page Mobile========== */
.pricing-banner-text h1{
	color: #FFFFFF;
	text-transform: none;
	font-size: 52px;
}
.pricing-banner-text h1 em{
	color: #17E4D6;
	font-style: normal;
}
.pricing-banner-text p{
	color: #FFF;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-width: 500px;
	padding-top: 53px;
	margin-bottom: 53px;
}
.pricing-banner-text p a{
	color: #FFF;
	text-decoration: underline;
}
.pricing-banner-text h5{
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 160%;
	padding-bottom: 32px;
}
.pricing-banner-text{
	padding-left: 76px;
	padding-bottom: 172px;
}
.pricing-banner-sec {
	display: flex;
	justify-content: center;
	align-items: end;
}
.pricing-banner-wrap{
	padding-top: 20px;
}
.pricing-slider-sec{
	height: auto;
	margin-top: 0;
	padding-top: 34px;
	position: relative;
	padding-bottom: 55px;
}
.pricing-slider-sec::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 614px;
	content:"";
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	background-image: url(/wp-content/uploads/2025/05/pricing-mobile-bg-top.png);
/* 	z-index: -1; */
}
.pricing-slider-sec::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content:"";
	background-image: url(/wp-content/uploads/2025/05/pricing-mobile-bg-overly.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}
.pricing-slider-heading h2{
	color: #FFF;
}
.pricing-slider-heading p{
	color: #FFF;
	max-width: 362px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6px;
	padding-left: 4px;
	padding-right: 4px;
}
.pricing-slider-heading{
	position: relative;
	padding-bottom: 82px;
	z-index: 1;
}


.each-pricing-top-slider{
	position: relative;
}
/* .pricing-thumbs-slider .swiper-slide{
	z-index: -2;
	
} */
.pricing-thumbs-slider .swiper-slide.swiper-slide-active{
/* 	transform: scale(1.1); */
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.pricing-top-slider-text{
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	text-align: center;
	transform: translateX(-56%);
	padding-top: 98px;
	width: 55%;
}
.pricing-top-slider-text h5{
	color: #162B60;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.pricing-top-slider-text p{
	color: #162B60;
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 24px;
}
.pricing-top-slider-text a{
	color: #12053B;
	font-size: 8px;
	font-weight: 600;
	line-height: normal;
}
.pricing-thumbs-slider .swiper-slide.swiper-slide-active .pricing-top-slider-text a img{
	 transform: rotate(90deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pricing-info-slider .mySwiper2.pricing-content-slider{
	position: relative;
	z-index: 0;
	margin-top: -42px;
}
.each-pricing-top-slider.exotic-pets-slider::after{
	bottom: -153px;
	left: -76px;
}
.each-pricing-top-slider.mini-mates-slider::after{
	bottom: -142px;
	left: -46px;
	width: 341px;
}
.each-pricing-top-slider.invertebrates-arachnids-slider::after{
	bottom: -145px;
	left: -35px;
	width: 341px;
}
.each-pricing-top-slider.aquatics-slider::after{
	bottom: -114px;
	left: -110px;
	width: 414px;
}
.pricing-thumbs-slider .each-pricing-top-slider{
	position: relative;
	max-width: 216px;
	margin-left: auto;
	margin-right: auto;
}
/* .pricing-thumbs-slider{
	overflow: unset !important;
} */
.each-pricing-top-slider img{
	position: relative;
	z-index: 1;
}
.pricing-slider-info{
	display: flex;
	column-gap: 54px;
	justify-content: center;
/* 	align-items: center; */
	position: absolute;
	top: 12%;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
}
.each-pricing-btn-slider{
	position: relative;
	padding: 35px 30px;
}
.pricing-btn-slider-img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.pricing-btn-slider-text .common-button{
	font-size: 7px;
	min-width: 120px;
	padding: 9px 20px;
	border-radius: 7px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: normal;
}
.pricing-btn-slider-text h4{
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 40px;
}
.pricing-btn-slider-text h5{
	color: #FFF;
	font-size: 11px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	text-transform: uppercase;
    padding-bottom: 20px;
}
.pricing-btn-slider-text h6 strong{
	font-size: 21.271px;
	color: #17E4D6;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 17.79px;
}
.pricing-btn-slider-text h6{
	font-size: 6.188px;
	font-weight: 400;
	line-height: normal;
	color: #17E4D6;
}
.pricing-btn-slider-text p{
	font-size: 6.575px;
	font-weight: 500;
	color: #17E4D6;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: normal;
}
.pricing-btn-slider-text ul li{
	font-size: 6px;
	color: #17E4D6;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.387px;
	list-style: none;
	padding-bottom: 9px;
	position: relative;
	padding-left: 17px;
}
.pricing-btn-slider-text ul{
	padding-left: 0;
	margin: 0;
}
.pricing-btn-slider-text ul li::after{
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	background-image: url(/wp-content/uploads/2025/05/mobile-list-style.png);
	background-position: center center;
	background-size: 13px;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	border-radius: 63.889px;
}
.dog-cat-contant .pricing-btn-slider-text h4{
	padding-bottom: 0;
}
.pricing-slider-listing-text p strong{
	color: #17E4D6;
	font-weight: 400;
}
.pricing-slider-content-listing{
	position: absolute;
	bottom: 0;
	left: 4%;
	padding-bottom: 55px;
}
.pricing-slider-listing-text h6{
	color: #17E4D6;
	font-weight: 700;
	line-height: normal;
	font-size: 16px;
}
.pricing-slider-listing-text p{
	color: #FFF;
	font-weight: 400;
	line-height: normal;
}
.each-pricing-slider-listing{
	display: flex;
	column-gap: 18px;
}
.pricing-slider-listing-text{
	max-width: 248px;
	padding-bottom: 18px;
}
.pricing-slider-listing-img{
	max-width: 30px;
	width: 100%;
}
.pricing-slider-listing-img img{
	width: 100%;
}
.pricing-slider-btn-background{
	position: relative;
}
.pricing-btn-left-img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.pricing-btn-right-img{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.pricing-slider-sec {
	position: relative;
}
/* .custom_slide {
  width: 286px !important;
} */

.exotic-pets-slider .pricing-top-slider-text{
	transform: translateX(-57%);
    width: 81%;
	padding-top: 72px;
}
.exotic-pets-slider .pricing-top-slider-text h5{
	padding-bottom: 15px;
}
.mini-mates-slider .pricing-top-slider-text h5{
	padding-bottom: 0;
}
.mini-mates-slider .pricing-top-slider-text {
	transform: translateX(-58%);
	width: 69%;
	padding-top: 80px;
}
.pricing-thumbs-slider .swiper-slide.swiper-slide-thumb-active .pricing-top-slider-text{
	padding-top: 82px;
}
.invertebrates-arachnids-slider .pricing-top-slider-text {
	transform: translateX(-55%);
	width: 63%;
}
.aquatics-slider .pricing-top-slider-text {
	transform: translateX(-35%);
}
.pricing-slider-button-area .swiper-button-next::after{
  content: '' !important;
}
.pricing-slider-button-area .swiper-button-prev::after{
	content: '' !important;
}
.each-mobile-slider .swiper-pagination{
	position: absolute;
}
.each-mobile-slider{
	padding-bottom: 50px;
}
.each-mobile-slider .swiper-pagination-bullet {
  background-color: #17E4D6;
  border: 1px solid #17E4D6;
  opacity: 1;
}
.pricing-slider-button-area .swiper-button-next, .swiper-button-prev {
	width: 48px;
	height: 48px;
	background: rgba(217, 217, 217, 0.99);
	opacity: 0.26;
	border-radius: 100%;
	top: 35%;
	right: 5%;
}
.pricing-top-slider-text img{
	width: 15px;
}
.pricing-info-slider-right::before{
	position: absolute;
	width: 264px;
	height: 264px;
	content: "";
	background-image: url(/wp-content/uploads/2025/05/pricing-mobile-slider-colour.png);
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
/* 	bottom: -77px; */
	left: -30px;
	top: 160px;
	z-index: 1;
}
.pricing-info-slider-colour-left::before{
	position: absolute;
	width: 264px;
	height: 264px;
	content: "";
	background-image: url(/wp-content/uploads/2025/05/pricing-mobile-slider-colour.png);
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
	right: -30px;
	z-index: 1;
	top: 168px;
}
.pricing-info-slider-colour-left{
	position: relative;
}
.pricing-info-slider-right{
	position: relative;
}
.pricing-tab-area ul li .nav-link::after{
	position: absolute;
	bottom: -160px;
	left: -76px;
	width: 461px;
	height: 100%;
	content:"";
	background-image: url(/wp-content/uploads/2025/05/tab1bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
 .pricing-tab-area ul li .nav-link{
	position: relative;
}
.pricing-tab-area ul li .tab-two-area::after{
	bottom: -153px;
	left: -76px;
}
.pricing-tab-area ul li .tab-three-area::after{
	bottom: -185px;
	left: -46px;
	width: 341px;
}
.pricing-tab-area ul li .tab-four-area::after{
	bottom: -145px;
	left: -35px;
	width: 341px;
}
.pricing-tab-area ul li .tab-five-area::after{
	bottom: -180px;
	left: -65px;
	width: 414px;
}
.pricing_banner{
	background-color: #12053B;
	padding-top: 300px;
}
.pricing_banner_content {
	padding-top: 40px;
	padding-bottom: 50px;
}
.pricing_banner_content h1{
	font-size: 52px;
	color: #FFFFFF;
	margin-bottom: 53px;
	text-transform: capitalize;
}
.pricing_banner_content h1 strong{
	color: #17E4D6;	
}
.pricing_banner_content h6{
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #FFFFFF;
}
.pricing_banner_content p{
	color: #FFFFFF;
	margin-bottom: 49px;
}
.pricing_banner_content p a{
	color: #FFFFFF;
	text-decoration: underline;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pricing_banner_content p a:hover{
	color: #17E4D6;
}
.pricing_banner_content h3{
	font-weight: 500;
	font-size: 24px;
	line-height: normal;
	color: #FFFFFF;
	margin-bottom: 39px;
}
.pricing_banner_image{
	position: relative;
}
.pricing_banner_image::after {
	position: absolute;
	top: 45px;
	left: 2px;
	width: 96%;
	height: 89%;
	box-shadow: 0px 4px 250px 0px #07226D;
	content: "";
	border-radius: 343px 404px 0 0;
}
.pricing_banner_image img{
	position: relative;
	z-index: 1;
}
.ai-pet-match-sec{
	background-color: #06071B;
	padding-top: 114px;
}
.ai-pet-match-left-gradian{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	top: -24%;
}
.ai-pet-match-right-gradian{
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	top: -24%;
}
.ai-pet-match-heading h2{
	font-size: 54px;
	color: #17E4D6;
	margin-bottom: 17px;
}
.ai-pet-match-heading h3{
	font-weight: 400;
	font-size: 40px;
	line-height: normal;
	color: #FFFFFFE5;
	max-width: 878px;
	width: 100%;
	margin: 0px auto 23px;
}
.ai-pet-match-heading p{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 30px;
}
.ai-pet-match-heading p a{
	color: #FFFFFF;
	text-decoration: underline;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ai-pet-match-heading p a:hover{
	color: #17E4D6;
}
.ai-pet-match-wrap{
	border-radius: 18px;
	padding: 77px 36px;
}
.ai-pet-match-wrap.blur::after{
	backdrop-filter: blur(5px);
	mask: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 33%, rgba(0, 0, 0, 1) 100%);
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 18px;
	overflow: hidden;
}
.ai-pet-match-center-area{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -11%;
	z-index: 3;
	text-align: center;
	max-width: 30%;
	width: 100%;
}
.ai-pet-match-img-area {
	margin-top: -28%;
	z-index: 1;
	position: relative;
	column-gap: 20px;
}
.ai-pet-match-left-img {
	max-width: 36%;
	width: 100%;
}
.ai-pet-match-right-img{
	max-width: 28%;
	width: 100%;
}
.ai-pet-match-heading{
	margin-bottom: 41px;
	position: relative;
	z-index: 1;
}









