@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');



@import url('../css2');
@import url('../css2-1');
*{
	padding: 0px;
	margin: 0px;
}

html{
	scroll-behavior: smooth;
}
body{
	overflow-x: hidden;
}



:root{
	--red-color:#fb22ea;
	--white-color:#fff;
	--black-color:#000000;
	--light-gray:#F7F7F7;
	--text-color:#9F9F9F;
	--input-text-color:#B4B4B4;
}

.container{
	max-width: 1305px!important;
}
a:hover{
	text-decoration: none;
}
h1, h2{
	font-family: "Jost", sans-serif;
}

a, p, li, h3, h4, h5, small, label{
	font-family: "Jost", sans-serif;
}
ul{
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}
label{
 font-weight: 500;
}
section{
	position: relative;
	padding: 100px 0px;
}
.fancybox-slide video{
	height: 550px!important;
}
.form-control{
	box-shadow: none!important;
}

.alert-box{
	position: fixed;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 100px;
	z-index: 9999;
}


.mene-bar .bar-open{
	font-size: 30px;
}

.menu-box-wapper{
	width: 80%;
	background-color: var(--white-color);
	position: fixed;
	left: -100%;
	top: 0px;
	transition: 0.4s ease;
	z-index: 99999;
	height: 100%;
	box-shadow: 0px 0px 10px rgb(0 0 0  / 20%);
}
.menu-active{
	left: 0px;
}
.phone-social-icon{
	justify-content: start!important;
}
.phone-social-icon i{
	le
}

.menu-box-wapper .logo-box{
	padding: 16px 20px; 
	width: 100%;
	position: relative;
	border-bottom: 1px dashed var(--input-text-color);
}
.menu-box-wapper .logo-box .close-icon{
	position: absolute;
	right: 14px;
	top: 17px;
	font-size: 25px;
	color: var(--black-color);
}
..menu-box-wapper .logo-box .close-icon i{
	font-size: 12px;
}

.menu-box-phone{
	padding-left: 20px;
	padding-top: 20px;
}

.menu-box-phone .menu-list .item{
	margin-bottom: 10px;
}
.menu-box-phone .menu-list .item .link{
	color: var(--black-color);
}
.menu-box-phone .menu-list .item .link.active{
	color: var(--red-color);
}
.phone-text-banner{
	display: none;
}


/*--------------Start-Header-box--------------*/
.header-section .logo-box img{
	width: 55%;
}
.header-section{
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
}
.header-section .logo-box small{
	display: block;
	font-size: 11px;
	text-align: center;
}

.header-menu-box .menu-list{
	display: flex;
    align-items: center;
    justify-content: left;
    gap: 14px;
}
.header-menu-box .menu-list .item .link.active{
	color: var(--red-color);
}
.header-menu-box .menu-list .item .link{
	color: var(--black-color);
	font-size: 14px;
	font-weight: 500;
	transition: 0.4s ease;
}
.header-menu-box .menu-list .item .link:hover{
	color: var(--red-color);
}
.header-menu-box .menu-list .item{
	position: relative;
}

.submenu-dropdown-box-wrapper{
	width: 200px;
	position: absolute;
	z-index: 9;
	transition: 0.3s ease;
	padding-top: 31px;
	transition: 0.2s ease;
  visibility: hidden;
  z-index: 999999999;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}

.header-menu-box .menu-list .item:hover .submenu-dropdown-box-wrapper{
	    opacity: 1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(1) translateZ(100px);
    transform: scaleY(1) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 99;
    visibility: visible;
}

.dropdown-inner-box{
	width: 100%;
	height: 100%;
	background-color: var(--white-color);
	box-shadow: 0px 10px 10px rgb(0 0 0 / 20%);
}

.dropdown-list-menu .item{
	text-align: left;
	border-bottom: 1px solid var(--input-text-color);
	padding: 5px 10px;
	width: 100%;
}
.dropdown-list-menu .item:hover{
	background-color: var(--red-color);
	color: var(--white-color);
}
.dropdown-list-menu .item .link{
	width: 100%;
	display: inline-block;
}
.dropdown-list-menu .item .link:hover{
	color: var(--white-color)!important;
}
.dropdown-list-menu .item:last-child{
	border: none;
}

.social-media-icon a{
	color: var(--black-color);
}
.social-media-icon a .icon-media{
	width: 35px;
	height: 35px;
	border: 2px solid var(--red-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	font-size: 18px;
	transition: 0.3s ease;
	margin-left: 16px;
}

.social-media-icon a {

}
.social-media-icon a .icon-media:hover{
	color: var(--white-color);
	background-color: var(--red-color);
	border-color: var(--white-color);
}
.social-media-icon a .fa-facebook{
	color: #4267B2;
	border: 2px solid #4267B2;
}


.social-media-icon a .fa-facebook:hover{
	background-color: #4267B2;
	border-color: #4267B2;
}

.social-media-icon a .fa-instagram{
	color: #e95950;
	border: 2px solid #e95950;
}
.social-media-icon a .fa-instagram:hover{
	color: var(--white-color);
	border-color: #e95950;
	background-color: #e95950;
}
/*.social-media-icon a .fa-whatsapp{
	color: #25d366;
	border: 2px solid  #25d366;
}*/
/*.social-media-icon a .fa-whatsapp:hover{
	color: var(--white-color);
	border-color:#25d366;
	background-color: #25d366;
}*/

.social-media-icon a .fa-twitter{
	color: #1DA1F2;
	border: 2px solid #1DA1F2;
}
.social-media-icon a .fa-twitter:hover{
	background-color: #1DA1F2;
	border-color: #1DA1F2;
}



.social-media-icon{
	display: flex;
	align-items: center;
	justify-content: left;
}

.fixed-header{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: var(--white-color);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	z-index: 999;
	animation: header 1 1s ;
	padding-top: 40px;
}
@keyframes header{
	0%{
		transform: translateY(-100px);
	}
	100%{
		transform: translateY(0px);
	}
}
/*----------------ENd-header-box---------------*/

/*-------------Start-banner-section-here-----------*/
.main-banner-box{
	background-image: url('../image/banner-image/smoothing-image.jpg');
	min-height: 740px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
	display: flex;
	align-items: center;
}

.bannner-content-box h2{
	color: var(--white-color);
	font-weight: 600;
	font-size: 30px;
}
.bannner-content-box .shark-tank-india-logo-box h5{
	font-weight: 600;
}
.bannner-content-box h1{
	font-size: 39px;
	font-weight: 600;
	color: var(--white-color);
}
.bannner-content-box h1 span{
	color: var(--red-color);
}
.bannner-content-box .tagline{
	color: var(--white-color);
	padding: 5px 20px;
	border: 2px solid var(--white-color);
	text-transform: uppercase;
	display: inline-flex;
	margin-top: 15px;
}
.bannner-content-box .phone-btn {
	display: none;
	margin-top: 20px;
}

.common-btn .btn{
	background-color: var(--white-color);
	color: var(--black-color);
	border-radius: 0px;
	height: 46px;
	align-items: center;
	display: inline-flex;
	padding: 5px 30px;
}
.common-btn .btn:hover{
	background-color: var(--red-color);
	color: var(--white-color);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.banner-form-box{
	width: 540px;
    border-radius: 10px;
    position: absolute;
    transform: translate(-50%,-50%);
    right: -18.6%;
    top: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    overflow: hidden;
    padding: 30px 25px 30px 25px;
    z-index: 9;
    background-color: #fff;
    min-height: 500px;
}
.banner-form-box .shape-top{
	position: absolute;
	right: 0px;
	top: 0px;
}
.banner-form-box .shape-bottom{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.banner-form-box .form-content .common-input textarea{
	height: 50px;
}

.banner-form-box .form-content .common-input .captcha_code{
	margin-top: 8px;
}

.Panchkula-banner .Panchkula-text{
    font-size: 62px;
    font-weight: 700;
 }

 .Panchkula-banner .open{
    font-size: 70px;
    font-weight: 700;
 }



.title-text h1{
	font-weight: 700;
	font-weight: 800;
	font-size: 30px;
}
.Services-section{
	overflow: hidden;
}
.form-control:focus{
	border: 1px solid var(--red-color);
}
.form-control{
	border: 1px solid var(--input-text-color);
	margin-bottom: 14px;
}
.common-input textarea{
	height: 100px;
	resize: none;
}
.black-btn .btn{
	background-color: var(--black-color);
	color: var(--white-color);
}
.heading-text h1{
	font-size: 40px;
}
.Services-section .left-image{
	position: absolute;
	left: 0px;
	top: 0px;
}
.Services-section .right-image {
	position: absolute;
	right: -60px;
    top: -30px;
	animation: move 2s linear infinite alternate;
}
@keyframes move{
	100% {
	    top: 0px;
	}
	0% {
	    bottom: 100px;
	}
}
#Services-slider .owl-nav .owl-next,
#Services-slider .owl-nav .owl-prev{
	width: 45px;
	height: 45px;
	position: absolute;
	top: 35%;
	left: -27px;
	transform: translate(-50% , -50%);
	color: var(--input-text-color);
	transition: 0.3s ease;
	border-radius: 100px;
	border: 1px solid var(--input-text-color);
}
#Services-slider .owl-nav .owl-next{
	right: -72px;
	left: inherit;
}
#Services-slider .owl-nav .owl-next:hover,
#Services-slider .owl-nav .owl-prev:hover{
	background-color: var(--red-color);
	color: var(--white-color);
}


.dots-carousel .owl-dots .owl-dot{
	width: 25px;
	height: 25px;
	border-radius: 100px;
	margin-right: 5px;
	border: 2px solid var(--white-color);
	position: relative;
}

.dots-carousel .owl-dots .owl-dot.active:after{
	 content: '';
	 position: absolute;
	 width: 75%;
     height: 75%;
	 background-color: var(--white-color);
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%,-50%);
	 border-radius: 100px;
}

.banner-section .dots-carousel .owl-dots{
	position: absolute;
	left: 35px;
    bottom: 60px;
}

.text-testimonial-box .dots-carousel .owl-dots .owl-dot{
	border: 2px solid var(--black-color);
}
.text-testimonial-box .dots-carousel .owl-dots .owl-dot.active:after{
	background-color: var(--black-color);
	left: 50%;
    top: 49%;
}
.text-testimonial-box .dots-carousel .owl-dots{
	text-align: center;
	margin-top: 20px;
}
.video-dots .owl-dots{
	position: absolute;
	transform: translate(-50%,-50%);
	left: 54%;
	bottom: 20px;
}

.video-dots .dots-carousel .owl-dots .owl-dot{
	border: 2px solid var(--white-color);
}
.video-dots  .dots-carousel .owl-dots .owl-dot.active:after{
	background-color: var(--white-color);
	left: 52%;
    top: 51%;
}
/*-------------End-banner-section-here------------------*/



/*-----------Start-services-here---------*/
.Services-carousel-box .round-shape-box{
	width: 100%;
	/*background-color: var(--red-color);*/
	height: 284px;
	border-radius: 100%;
	position: relative;
	transition: 0.3s ease;
}

.Services-carousel-box .round-shape-box:after{
	content: '';
    width: 95%;
    border-radius: 100%;
    height: 96%;
    background-color: var(--white-color);
    position: absolute;
    left: 4px;
    transition: 0.3s ease;
    top: 4px;
}
.Services-carousel-box .item:hover .round-shape-box{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.Services-carousel-box .round-shape-box .image-shape{
	width: 91%;
    border-radius: 100%;
    height: 91%;
    background-image: url(../image/Services-image/rounded-image.jpg);
    background-size: cover;
    position: absolute;
    left: 7px;
    top: 9px;
    z-index: 99;
}
.Services-carousel-box .Services-content h2{
	color: var(--red-color);
	font-weight: 500;
	margin-top: 30px;
}
.Services-carousel-box .Services-content p{
	font-size: 15px;
	font-weight: 400;
}
.Services-carousel-box .Services-content h2 del{
	color: var(--input-text-color);
	font-size: 20px;
}
.Services-carousel-box .Services-content h2 del i{
	font-size: 14px;
}
.Services-carousel-box .Services-content h2 i{
	font-size: 23px;
}
.red-btn .btn{
	background-color: var(--red-color);
	color: var(--white-color);
}
.red-btn .btn:hover{
	background-color: var(--black-color);
	color: var(--white-color);
}
/*------------End-services-here-----------*/

/*---------start-logo-section-top-here-------*/
.logo-section-top{
	border-spacing: 3px;
}
.logo-section-top .logo-box{
	height: 110px;
	padding-right: 20px;
}

.right-border{
	border-right: 1px dashed var(--input-text-color);
	border-spacing: 3px;
}
/*---------End-logo-section-top-here-----------*/

/*----------------start-Our Gallery-here-----------*/
.Our-Gallery-section{
	background-color: var(--light-gray);
	z-index: 99;
}
.Our-Gallery-section:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	background-color: var(--white-color);
	left: 0px;
	bottom: 0px;
	z-index: -1;
}




.Our-Gallery-section .image-box{
	position: relative;
	height: 480px;
}
.Our-Gallery-section .image-box img{
	width: 100%;
}

.black-dots .owl-dots{
	text-align: center;
	margin-top: 20px;
}
.black-dots .owl-dots .owl-dot{
	border-color: var(--black-color);
}
.black-dots .owl-dots .owl-dot.active:after{
	background-color: var(--black-color);
	left: 53%;
    top: 49%;
}
.Our-Gallery-section .image-box .image-overlay{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
	background-color: #00000070;
}
.Our-Gallery-section .image-box:hover .image-overlay{
	opacity: 1;
	visibility: visible;
}
.Our-Gallery-section .image-box .image-overlay  i{
	color: var(--white-color);
	font-size: 26px;
}
.counter-box{
	 background-color: var(--white-color);
	 padding: 35px 30px 35px 30px;
	 width: 100%;
 	 margin: 50px 0px 0px;
 	 border-bottom: 6px solid var(--red-color);
 	 border-radius: 10px;
 	 box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.counter-inner-box{
	position: relative;
	height: 120px;
	z-index: 999;
}
.counter-inner-box .shape{
	top: -2px;
    width: 73px;
    height: 73px;
    border-radius: 100px;
    position: absolute;
    background-color: var(--light-gray);
    left: 72px;
    z-index: -1;
}

.Happy-Clients .shape{
	left: 23px;
}

.Total-Services .shape{
	left: 11px;
}

.Repetitive .shape{
	left: 50px;
}


.counter-inner-box h1{
	font-weight: 500;
	font-size: 50px;
}
.counter-inner-box p{
	font-size: 20px;
	margin-top: 25px;
}


/*-----------ENd-Our Gallery-here------------*/

/*---------------Start-Sucess-Stories-section-here----------*/
.Sucess-Stories-section .testimonial-image-box .image{
	width: 100px;
	height: 100px;
}
.Sucess-Stories-section .testimonial-image-box .image img{
	width: 100%;
	height: 100%;
}
.testimonial-image-box{
	padding-left: 20px;
}
.address-name .inner-box,
.Sucess-Stories-section .testimonial-image-box .profile-section{
	display: flex;
	align-items: center;
	gap: 15px;
}
.Sucess-Stories-section .testimonial-image-box .intro h2{
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 0px;
}
.Sucess-Stories-section .testimonial-image-box p{
	color: var(--text-color);
	font-size: 14px;
}
.video-testimonial-bc-image{
	background-image: url(../image/testimonial-img/video-testimonial-bc-image.jpg);
	height: 390px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px 0px 0px 20px;
}

.testimonial-image-box .profile-section .quote i{
	font-size: 100px;
	color: var(--red-color);
	margin-bottom: 20px;
}
.testimonial-image-box .star{
	color: #fbbc04;
}
.testimonial-image-box .profile-section{
	justify-content: space-between;
}
.Sucess-Stories-section .dryer-two{
	position: absolute;
	left: 0px;
	animation: move 2s linear infinite alternate;
	top: 20px;
}


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}



/*-------------ENd-Sucess-Stories-section-here-------------*/


/*--------------Start-Membership-section-here-------*/
.Membership-section .Membership-box{
	padding: 50px 20px;
	border-radius: 30px;
	background-image: url(../image/mambership-image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
}

.Membership-section  .Membership-box h1{
	font-weight: 700;
	font-size: 34px;
	color: var(--white-color);
}
.Membership-section .Membership-box p{
	font-size: 23px;
}

.Membership-section  .Membership-box h1 span{
	color: var(--red-color);
}
/*----------End-Membership-section-here------------*/


/*-----------------Start-Locate-here-------------*/

.Locate-section .Locate-box{
	background-color: var(--white-color);
	border-radius: 30px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	padding: 30px 30px;
}
.Locate-section .heading-text h1{
	font-size: 34px;
}
.Locate-section .address-name .text h4{
	font-size: 17px;
	margin-bottom: 0px;
}
.Locate-section .address-name .text h4 span{
	font-weight: 700;
	display: block;
}

.Locate-section .address-name .text h4 a{
	color: var(--black-color);
}
.Locate-section  .address-name{
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.Locate-section .Locate-box .border-bottom{
	border-bottom: 1px dashed var(--input-text-color)!important;
}

.Locate-section .address-name .text{
	font-size: 14px;
	margin: 6px 0px;
}

.Locate-section .address-name .inner-box{
	align-items: start;
}

.Locate-section .bc-image-box{
	width: 55%;
    height: 87%;
    border-radius: 0px 30px 30px 0px;
    position: absolute;
    left: 0px;
    top: 56px;
}
.Locate-section .bc-image-box img{
	width: 100%;
	border-radius: 0px 30px 30px 0px;
	height: 100%;
}




/*--------ENd-Locate-here------------------*/


/*-----------End-Make-Appointment-bottom-here-------*/
.Make-Appointment-bottom{
	background-color: var(--light-gray);
}

.inner-box-Make-Appointment{
	background-color: var(--white-color);
    padding: 35px 30px 35px 30px;
    width: 100%;
    margin: 0px auto;
    border-bottom: 6px solid var(--red-color);
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}
.inner-box-Make-Appointment .bottom-text .or-text {
	color: var(--black-color);
	font-size: 20px;
}

.inner-box-Make-Appointment .bottom-text h4{
	font-weight: 600;
	font-size: 12px;
  margin-bottom: 0px;
}
.inner-box-Make-Appointment .bottom-text h4 a{
	color: var(--black-color);
}
.inner-box-Make-Appointment .bottom-text h4 span{
	color: var(--red-color);
	font-size: 12px;
}
.image-dryer{
	position: absolute;
	right: 0px;
	top: -126px;
	animation: move 2s linear infinite alternate;
}
.inner-box-Make-Appointment .bottom-text .call-us{
	font-family: "Jost", sans-serif;
	color: var(--red-color);
	font-weight: 600;
    font-size: 24px;
  
}
.number-list{
	display: flex;
	align-items: center;
	justify-content: space-between;
    flex-wrap: wrap;
}

.number-list  li{
	border-right: 1px dashed var(--input-text-color);
	width: 9%;
  margin-bottom: 19px;
}
.number-list  li:nth-child(7){
	border-right: none;
}

/*------------ENd-Make-Appointment-bottom-here---------*/

/*------------Start-inner-banner-section-here-------*/
.inner-banner-section{
	background-image: url(../image/banner-image/about-banner-image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 320px;
}

.banenr-content-inner h1{
	font-size: 60px;
}
/*-------------End-inner-banner-section-here----------*/

/*--------------Start-about-page-about-details-section-here------*/
.mission-section .box-wrapper{
	padding: 60px 30px;
	position: relative;
	background-image: url(../image/banner-image/patner-banner-image.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mission-section .box-wrapper:before,
.mission-section .box-wrapper:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0px;
	top: 0px;
	background-color: #fff;
}

.mission-section .box-wrapper:before{
	top: inherit;
	bottom: 0px;
}
.center-image{
	position: relative;
	z-index: 9;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}
.stone-image{
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 99;
} 
.cricle-image-box{
	height: 80px;
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 30px;
	gap: 20px;
	background-color: var(--light-gray);
}
.cricle-image-box .number-box{
	width: 100px;
	height: 100%;
	background-color: var(--red-color);
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.cricle-image-box span h3{
	font-size: 20px;
}

.blog-box-wrapper {
    border-radius: 20px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    margin-top: 30px;
}
.blog-box-wrapper .image-box{
    border-radius: 0px;
}
.blog-box-wrapper .content {
    padding: 20px;
}
.blog-box-wrapper .content h5 {
    font-size: 17px;
}
.first-color,
.blog-box-wrapper .content a h4{
    color: var(--red-color);
}
/*------------End-about-details-section-here-----------*/




/*----------------Start-Team-box-wrapper-here------*/

.manager-image{
	padding: 10px;
	background-color: var(--red-color);
}


 .founder-section{
 		padding: 0px;
 }


.links-media-box .box-social-media .social-media-icon{
	flex-direction: column;
}
.links-media-box .box-social-media .social-media-icon a i{
	background-color: #fff;
	margin-bottom: 10px;
}
.links-media-box .box-social-media .social-media-icon a i:hover{
	background-color: var(--red-color);
}


.customer-support-pop-icon a span{
	bottom: 41px;
  color: #000;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 0px;
  font-size: 12px;
  line-height: 12px;
  width: 159px;
}
.customer-support-pop-icon .phone-play-button{
  position: relative;
  left: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #29a10e;
  color: #fff;
  font-size: 25px;
  text-align: center;
  z-index: 999999;
  border-radius: 100px;
}
.form-content .customer-support-pop-icon .phone-play-button{
	top: 70px;
	right: 30px;
}



.customer-support-pop-icon .phone-play-button i{
  position: relative;
  z-index: 99;
  line-height: 40px;
}
.phone-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #29a10e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}
.phone-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #29a10e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.text-black{
	color: #000;
}
/*--------------End-Team-box-wrapper-here----------*/


/*------------Start-services-section-here----------*/
.services-section{
	background-color: var(--light-gray);
	padding: 0px;
	margin: 0px 0px;
	z-index: 1;
}
.services-section:after,
.services-section:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 30px;
	background-color: var(--white-color);
}

.services-section:after{
	top: inherit;
	bottom: 0px;
	z-index: -1;
}


.services-section .imag-box img{
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	border: 5px solid var(--red-color);
}


.services-section .content-box{
	padding: 50px 0px 0px 0px;
}

/*--------------Start-Franchisee-Owners-section-here-------*/
 
/*---------------End-Franchisee-Owners-section-here-----------*/

/*------------Start-Franchise-Support-Benefits-section-here----------*/

 .Franchise-Support-Benefits-section{
 	background-color: var(--light-gray);
 }
.Support-Benefits-box{
	background-color: var(--white-color);
	padding: 10px 20px;
	margin-top: 140px;
	position: relative;
	top: 0px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	min-height: 276px;
	transition: 0.3s ease;
	border-radius: 10px;
}

.Support-Benefits-box-large{
	min-height: 336px;
}
.Support-Benefits-box:hover{
	top: -20px;
}
.Support-Benefits-box .content p{
	display: flex;
	gap: 5px;
}

.Support-Benefits-box .icon-box{
	width: 150px;
	height: 150px;
	display: flex;
		transition: 0.3s ease;
	align-items: center;
	margin: -85px auto 30px auto;
	justify-content: center;
	padding: 25px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
	border-radius: 100%;
	background-color: var(--red-color);
}
.Support-Benefits-box:hover .icon-box{
	background-color: var(--black-color);
}

.partners-banner h2{
	font-size: 50px;
}

.partners-banner h1 .guaranteed-text{
	font-size: 70px;
}
.partners-banner h1{
	font-size: 47px;
}

.partner-form-section .banner-form-box{
	width: 100%;
	transform: inherit;
	position: static;
}


.thank-you-conntent h1{
	font-weight: 800;
	font-size: 60px;
	color: var(--white-color);
}
.thank-you-conntent p{
	color: var(--white-color);
}
.thank-you-page{
	background-image: url(../image/thank-you-bc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.white-hover .btn:hover{
	border: 2px solid var(--white-color);
}

/*----------------End-Franchise-Support-Benefits-section-here------------*/


/*-----------Start-image-section-shark-here-----*/
.image-section-shark{
	background-image: url(../image/bc-img-shark.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 100px;
}

.debut-image{
	box-shadow: 0px 0px 10px rgb(0 0 0 / 40%);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	border: 5px solid var(--white-color);
	z-index: 1;
}
.Terms-Conditions p a{
	color:#000;
	transition: 0.3s ease;
}
.Terms-Conditions p a:hover{
	color:var(--red-color);
  	transition: 0.3s ease;
}


/*---------------End-image-section-shark-here-------*/