.menu-ul {
    background-color: rgba(108, 108, 108, 0.1);
    padding: 6px !important;
    border-radius: 40px;
}

.menu-ul li {
    background-color: #fff;
    margin: 0px;
    border-radius: 40px;
}

.menu-ul li a {
    padding: 10px 26px !important;
    border-radius: 40px;
}

.menu-ul .active,
.menu-ul li a:hover {
    background-color: #FF6F00 !important;
    color: #fff !important;
}

.nav-user-img {
    margin: auto 5px;
}

.login-register {
    min-width: 85px;
    display: inline-block;
    text-align: center;
}

.menu-section {
    justify-content: end;
    display: flex;
    margin-right: 10px;
}

.ml-15px {
    margin-left: 15px !important;
}

.section02 .card-main {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18.5%, 1fr));
    grid-gap: 1.5%;
    align-items: stretch;
}


.section02 .card {
    background: linear-gradient(180.1deg, #EFEFEF 0.16%, #EFEFEF 0.42%, #F8F8F8 7.52%, #FFFFFF 50.93%, #F2F2F2 93.08%, #EBEBEB 97.3%, #E7E7E7 97.3%);
    border-radius: 15px;
    border: 1px solid #DEDEDE;
    height: 220px;
}

.testimonial {
    width: 18rem;
    border-radius: .7rem;
    height: 470px;
}

.section02 .card-image {
    display: flex;
    justify-content: flex-end;
    padding: 0.3rem;
    margin-bottom: 2px;
}

.section02 .card-image img {
    height: 40px;
    width: 40px;
}

.section02 .card .card-body {
    padding: 0px 10px;
    border-radius: 20px;
}

.section02 .card-image {
    padding-right: 0px;
}

.our-mission-area {
    background-image: url('../../assets/img/our-mission-bg.jpeg');
    background-size: cover;
    background-position: center;
    padding-top: 2rem;
    color: white;
}

.title {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
}

.text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    max-width: 75%;
}

.our-mission {
    /* width: 300px; */
    background: transparent;
    /* height: 136px; */
    border: none;
}

.our-mission .card-title {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
}

.our-mission .card-body {
    padding: 5px 15px;
    border-radius: 20px;
    border: 2px solid #fff;
}

.our-mission .card-text {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.user-content p {
    margin-top: 5px;
    font-size: 12px;
}

.ratings i {
    color: blue;
}

.footer-mt {
    margin-top: 4.8rem !important
}

.footer-widget {
    background-color: #FF6F00;
}

.text-secondary,
.text-soft-light {
    color: #fff !important;
}

.fs-16 {
    font-size: 16px !important;
}

.footer_logo {
    height: 126.78px;
    width: 251px;
}

.facebook img,
.instagram img,
.linkedin img {
    width: 28px;
    height: 26px;
}

ul.social a {
    display: inline-block;
    width: 28px;
    height: 26px;
    border-radius: 50em;
    line-height: initial;
    text-align: center;
    font-size: 18px;
    background-color: transparent !important;
}

.schedule_appointment {
    background-image: url("../../assets/img/schedule_appointment.png");
    min-height: 508px;
    min-height: 508px;
    background-repeat: no-repeat;
    background-size: cover;
}

.schedule_appointment .title {
    color: #fff;
}

.schedule_appointment .text {
    color: #fff;
    width: 51%;
}

.btn-schedule {
    background: #fff;
    border-radius: 50px;
    border: 2px solid #FF6F00;
    width: 245px;
    height: 40px;
    text-align: center;
    font-weight: 600 !important;
    line-height: normal;
}

.btn-certificate {
    background: #fff;
    border-radius: 50px;
    border: 2px solid #FF6F00;
    width: 191px;
    height: 40px;
    text-align: center;
    font-weight: 600 !important;
    line-height: normal;
}

.btn-our-products {
    background: #fff;
    border-radius: 50px;
    border: 2px solid #FF6F00;
    width: 229px;
    height: 40px;
    text-align: center;
    font-weight: 600 !important;
    line-height: normal;
}

/* .ratings i{
    color:blue;
} */

/* start testimonials */
.testimonials {
    text-align: center;
    position: relative;
}

.testimonials .title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #444;
}

.testimonials .slider-wrapper {
    overflow: hidden;
    width: 96%;
    height: 455px;
    margin: 10px auto;
}

.testimonials .testimonial-container {
    display: flex;
	flex-wrap: nowrap;
    gap: 25px;
    transition: transform 0.5s ease-in-out;
}

.testimonials .testimonial-card {
     flex: 0 0 calc(33.333% - 18.333px); 
    /* (100% / 3) - (20px gap * 2 / 3) */
    background: #f7f7f7;
    border-radius: 16px;
    padding: 20px;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08); */
}

.testimonials .profile-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.testimonials .stars {
    position: relative;
    width: 127px;
    height: 18.044973373413086px;
    bottom: 4.61px;
    left: 75px;
    gap: 8px;
    color: #FF6F00;
    font-size: 1.2rem;
    margin-bottom: 10px;

}

.testimonials .stars i {
    width: 19px;
    height: 19px;
}

.testimonials .testimonial-card h3 {
    margin-bottom: 8px;
    /* width: 310px; */
    height: 67.43121337890625px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-top: 20px;
    text-align: left;
}

.testimonials .testimonial-card span,
.testimonials .testimonial-card small {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.testimonials .testimonial-card p {
    color: #000000;
    /* width: 300px; */
    height: 145px;
    top: 250px;
    left: 17px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    margin-top: 20px;
    text-align: left;
}

.testimonials .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: white;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
}

.testimonials .arrow:hover {
    background: #FF6F00;
    color: white;
}

.testimonials .prev {
    left: -45px;
    /* Position outside the slider */
}

.testimonials .next {
    right: -45px;
    /* Position outside the slider */
}

.testimonials .start-quote {
    position: absolute;
    width: 87px;
    height: 68px;
    top: 105px;
    right: 75rem;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 128px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #006A59;
}

.testimonials .end-quote {
    position: absolute;
    width: 87px;
    height: 68px;
    top: 30rem;
    left: 75rem;
    font-family: Montserrat;
    font-weight: 900;
    font-size: 128px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #006A59;
}


.section04 {
    padding: 10px;
    margin-bottom: 25px;
}

.our-recent-videos .nav-tabs .nav-link.active {
    font-weight: bold;
    color: #007b5e;
}

.our-recent-videos .card video-thumbnail {
    width: 100%;
    height: auto;
}

.our-recent-videos .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
}

.our-recent-videos .carousel-inner .card {
    border: none;
}

.our-recent-videos .videodata {
    width: 100%;
    height: auto;
}

.our-recent-videos .imgdata {
    margin-bottom: 8rem;
    cursor: pointer;
}

.our-recent-videos .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 20px;
}

.our-recent-videos .nav-tabs .nav-link {
    color: #6C6C6C;
    font-weight: 500;
    padding: 5px 20px;
    border: none;
    /* border-bottom: 2px solid transparent; */
}

.our-recent-videos .nav-tabs .nav-link.active {
    color: #006A59;
    border-bottom: 2px solid #006A59;
    background: none;
}

.our-recent-videos .carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
}

.our-recent-videos .card {
    border: none;
    text-align: center;
}

.our-recent-videos .card-body {
    padding: 10px;
    border-radius: 0;
}

.our-recent-videos .card-text {
    color: #fff;
    font-weight: 500;
}

.our-recent-videos .tab-pane {
    display: none;
}

.our-recent-videos .tab-pane.active {
    display: block;
}

.section04 .nav-tabs .nav-item {
    border-bottom: 1px solid #6C6C6C;
}

.our-recent-videos h2 {
    color: #6C6C6C;
}

.our-recent-videos .carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: 10px auto;
    /* left: 105px; */
}

.our-recent-videos .carousel-control-prev {
    width: 20px;
}

.our-recent-videos .carousel-control-next {
    width: 20px;
}

.carousel-control-prev-icon {
    background-image: url('../../assets/img/circle-chevron-left-solid.svg');
}

.carousel-control-next-icon {
    background-image: url('../../assets/img/circle-chevron-right-solid.svg');
}

.banner-data {
    position: absolute;
    bottom: 75px;
}

.banner-data .title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}

.banner-data .text {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
}
/* Services */
.destiny-section {
        background: linear-gradient(
          96.04deg,
          #c4c4c4 4.24%,
          #d4d4d4 29.89%,
          #ebebeb 50.06%,
          #e2e1e1 74.58%,
          #a7a4a4 97.64%
        );
        padding: 85px 20px;
        position: relative;
        overflow: hidden;
      }
      .heading-container {
        padding: 0px 76px;
      }
      .destiny-text {
        color: #000;
        font-family: Montserrat, sans-serif;
      }
      .destiny-text h2 {
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 20px;
      }
      .destiny-text p {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 20px;
      }
      .btn-orange {
        background-color: #ff6200;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 20px;
        font-weight: bold;
        font-family: Montserrat, sans-serif;
      }
      .btn-orange:hover {
        background-color: #e65c00;
        color: white;
      }
      .zodiac-circle {
        position: absolute;
        right: 127px;
        top: 50%;
        transform: translateY(-50%);
        width: 400px;
        height: auto;
        opacity: 0.8;
      }
      .star-decor {
        position: absolute;
        right: 20px;
        top: 3%;
        bottom: 0;
        height: 95%; /* Matches the section's height */
        width: auto; /* Maintains aspect ratio */
        opacity: 0.8;
      }
      #star1 {
        top: 20px;
        right: 10px;
      }
      #star2 {
        top: 50%;
        right: 5px;
      }
      #star3 {
        bottom: 20px;
        right: 15px;
      }


/* certificate css */

.certificate-arera {
	justify-content: center;
	
}
.certificate-arera .title{
	position: relative;
    width: 201px;
    height: 39px;
    top: 0px;
    left: 430px;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #6C6C6C;

}
.certificate-arera .certificate-container{
	display: flex;
	flex-wrap: wrap;
}
/* Default horizontal frame */
.certificate-arera .certificate-img {
	position: relative; /* Needed for absolute img */
	height: 260px;
	width: 350px;
	background-image: url('/public/assets/img/frame.png');
	background-size: cover; 
	background-position: center;
	overflow: hidden;
}

/* Image inside the frame */
.certificate-arera .certificate-img img {
    position: absolute;
    top: 28px;
    right: 27px;
    height: 200px;
    width: 85%;
    object-fit: cover;
}

/* Vertical image/frame */
.certificate-arera .vertical-frame .certificate-img {
    height: 413px;
    width: 100%;
    background-image: url('/public/assets/img/frame2.png'); /* Optional: new frame */
}

/* Vertical image positioning inside frame */
.certificate-arera .vertical-frame .certificate-img img {
    top: 25px;
    left: 30px;
    height: 290px;
    width: 188px;
    object-fit: contain;
}
.section02{
	padding: 0px 80px;
}

/*product_listing*/
.banner-container {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .banner-image {
        width: 100%;
        height: auto;
        display: block;
    }
    .banner-text {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        color: #000;
        font-size: 40px;
        font-weight: 700;
        max-width: 40%;
        line-height: 1.3;
    }
    .product-list-main {
        padding-left: 80px;
        padding-right: 80px;
    }

/*single page certificate css*/
.certificate .certificate-img {
    position: relative;
    height: 715px;
    width: 968px;
    background-image: url(/public/assets/img/frame.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    top: 25px;
    margin: auto;
	margin-bottom: 40px;
}
.certificate .certificate-img img {
    position: absolute;
    top: 72px;
    right: 73px;
    height: 570px;
    width: 826px;
    object-fit: cover;
}
.certificate .title{
	position: relative;
    width: 201px;
    height: 39px;
    top: 0px;
    left: 0px;
	font-family: Montserrat;
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #6C6C6C;
}
.certificate .vertical-frame {
    height: 345px;
    width: 100%;
    background-image: url(/public/assets/img/frame2.png);
}
.certificate .vertical-frame img {
    top: 25px;
    left: 30px;
    height: 290px;
    width: 188px;
    object-fit: contain;
}
.certificate .vertical-frame {
    height: 91rem;
    width: 100%;
    background-image: url(/public/assets/img/frame2.png);
	left: 20px;
}
.certificate .vertical-frame img {
    top: 113px;
    left: 123px;
    height: 77rem;
    width: 52rem;
    object-fit: contain;
}


/*@media (max-width: 2560px) {
	.certificate-arera .title {
	    left: 525px;
	}
	
	.certificate-arera .vertical-frame .certificate-img {
		height: 430px;
	}
	.certificate-arera .vertical-frame .certificate-img img {
		top: 35px;
        left: 31px;
        height: 360px;
        width: 250px;
        object-fit: contain;
	}
	.certificate .vertical-frame img {
		top: 140px;
		left: 95px;
		height: 98rem;
		width: 72rem;
		object-fit: contain;
	}
	.certificate .vertical-frame {
		height: 115rem;
		width: 100%;
	}
}
*/
@media(min-width: 1441px){
	.certificate-arera .vertical-frame .certificate-img img {
		top: 27px;
		left: 37px;
		height: 360px;
		width: 239px;
		object-fit: contain;
	}
}
@media (max-width: 1440px) {
	.certificate-arera .title {
	    left: 435px;
	}
	
	.certificate-arera .certificate-img img {
		position: absolute;
		top: 28px;
		right: 27px;
		height: 205px;
		width: 85%;
		object-fit: cover;
	}
	
	.certificate-arera .vertical-frame .certificate-img {
		height: 330px;
	}
	.certificate-arera .vertical-frame .certificate-img img {
		top: 23px;
        left: 26px;
        height: 285px;
        width: 195px;
        object-fit: contain;
	}
	.testimonials .start-quote {
		right: 78rem;
	}
	.testimonials .end-quote {
        top: 29rem;
        left: 78rem;
    }
	.testimonials .stars {
    	left: 66px;
	}
	.destiny-section .zodiac-circle {
		right: 10px;
	}

	.destiny-section .heading-container {
		padding: 0px 150px;
	}
	.services-section .services-container {
    	padding: 0px 150px;
	}
	.services-section .what-we-do-container {
        padding: 0px 150px;
    }
	.new-services-section .new-services-container {
		padding: 0 150px;
		margin: 0 auto;
	}
}

@media (max-width: 1024px) {
	.banner-data .title{
		font-size: 30px; 
	}
	.banner-text{
		left: 7% !important;
	}
	.banner-data{	
        left: 82px;
        bottom: 33px;
	}
	.certificate-arera .title {
		left: 350px;
	}
	.certificate-arera .certificate-img {
		height: 205px;
		width: 275px;
	}
	
	.certificate-arera .certificate-img img {
		position: absolute;
		top: 20px;
		right: 21px;
		height: 165px;
		width: 85%;
	}
	
	.certificate-arera .vertical-frame .certificate-img {
    	height: 275px;
	}
	
	.certificate-arera .vertical-frame .certificate-img img {
        top: 18px;
        left: 22px;
        height: 235px;
        width: 160px;
        object-fit: contain;
	}
	.section02 .card .card-body {
		font-size: 11px;
	}
	.section02 .card .card-title {
		font-size: 14px;
	}
	.our-mission .card-title {
	    font-size: 40px;
	}
	.our-mission .card-text {
	    font-size: 22px
	}
	.testimonials .start-quote {
        right: 52rem !important;
    }
	.testimonials .end-quote {
        top: 31.5rem;
        left: 52rem !important;
    }
	.testimonials .testimonial-card p {
		font-size: 13px;
	}
	.section04 {
    	padding: 0px; 
	}
	.testimonials .testimonial-card {
		height: 28rem; 
		flex: 0 0 calc(33.333% - 18.333px); /* show 3 cards */
		/*flex: 0 0 calc(50% - 12.5px);  Show 2 cards per row */
	}
	.testimonials .start-quote {
        right: 48rem;
        top: 6.4rem;
    }
	.testimonials .end-quote {
        top: 31.5rem;
        left: 47.5rem;
    }
	.testimonials .stars {
    	left: 30px;
	}
	
	/* service page responsive css */
	.destiny-section .heading-container {
		padding: 0px 35px;
	}
	.destiny-section .destiny-text p {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 20px;
		width: 370px;
	}
	.destiny-section .zodiac-circle {
		right: 0px;
		width: 560px;
	}
	.services-section .services-container {
    	padding: 0px 35px;
	}
	.services-section .what-we-do-container {
        padding: 0px 35px;
    }
	.services-section .category-card {
		gap: 13px;
		width: 20%;
		margin-right: 10px;
	}
	
	.services-section .category-card .icon-circle {
		width: 82px;
		height: 82px;
	}
	
	.services-section .category-card .icon-circle img {
		width: 65px;
		height: 65px;
	}
	
	.services-section .category-card h4 {
    	font-size: 15px;
	}
	.services-section .category-card p {
		font-size: 12px;
		margin-right: 5px;
	}
	.services-section .category-card:not(:last-child)::after {
    	right: 0px;
	}
	.what-we-do .what-we-do-decor img {
   		margin-right: 0px;
	}
	.what-we-do .my-astro-btn img {
    	margin-left: 0px;
	}
	.what-we-do .what-we-do-text h2 {
    	font-size: 35px;
	}
	.what-we-do .what-we-do-text p {
    	font-size: 15px;
	}
	.new-services-section .new-services-container {
		padding: 0 35px;
		margin: 0 auto;
	}
	/* end service page responsive css */
	
	.certificate .certificate-img {
		height: 665px;
		width: 900px;
		left: 0px;
	}
	.certificate .certificate-img img {
		position: absolute;
		top: 63px;
		right: 65px;
		height: 537px;
		width: 770px;
		object-fit: cover;
	}
	.certificate .vertical-frame {
		height: 77rem;
		width: 100%;
	}
	.certificate .vertical-frame img {
        top: 95px;
        left: 93px;
        height: 65.5rem;
        width: 45rem;
        object-fit: contain;
    }
	#blog-description {
		padding: 0px 90px !important;
	}
	.blog-container .blog-card {
		width: 275px !important;
	}
	.blog-container .aiz-carousel .slick-next {
        right: 20px;
    }
}
@media (min-width: 992px) {
    .testimonials .testimonial-card {
        flex: 0 0 calc(33.333% - 18.333px);
    }
}
/* Responsive */
@media (max-width: 900px) {
    .testimonials .testimonial-card {
        flex: 0 0 100%;
        /* One card per view */
    }

    .testimonials .prev {
        right: 0px;
        /* Adjust for smaller screens */
    }

    .testimonials .next {
       left: 35rem;
        /* Adjust for smaller screens */
    }
}



@media (min-width: 600px) and (max-width: 991px) {
    .testimonials .testimonial-card {
        flex: 0 0 100%;
    }
}
/* end testimonials */

@media (max-width: 768px) {
	
	.header-data{
		padding : 0px 40px !important;
	}
	.banner-text{
		font-size: 32px !important;
    	line-height: 1 !important;
		left: 4% !important;
	}
	.product-list-main{
		padding: 0px 40px !important;
	}
	.banner-data{	
        left: 15px;
        bottom: 33px;
		padding: 0px 30px;
	}
	.banner-data .title{
		font-size: 25px;
	}
	
	.certificate-arera .certificate-img {
		height: 235px;
		width: 100%;
	}
	
	.certificate-arera .certificate-img img {
        position: absolute;
        top: 21px;
        right: 23px;
        height: 190px;
        width: 270PX;
    }
	
	.certificate-arera .title {
    	left: 235px;
	}
	
	.certificate-arera .vertical-frame .certificate-img {
        height: 320px;
        width: 235px;
    }
	
	.certificate-arera .vertical-frame .certificate-img img {
		top: 25px;
        left: 24px;
        height: 270px;
        width: 188px;
    }
	.section02 .card .card-body {
		font-size: 9px;
	}
	.section02 .card .card-title {
		font-size: 10px;
		font-weight: 500;
	}
	.our-mission .card-title {
	    font-size: 30px;
	}
	.our-mission .card-text {
	    font-size: 14px
	}
	.section02 .card .card-body hr {    
		margin-top: 0px;    
		margin-bottom: 5px;  
	}
	.section02 .card {
	    height: 200px;
	}
	.testimonials .testimonial-card {
        height: 27.5rem;
        flex: 0 0 100%;
    }
	.testimonial-container {
    	width: 15rem;
	}
	 .testimonials .start-quote {
        right: 35rem !important;
        top: 6.4rem;
 	}
	.testimonials .end-quote {
        top: 30.7rem  !important;
        left: 33.5rem !important;
	}
	.testimonials .slider-wrapper {
		width: 88%;
	}
	.testimonials .prev {
		left: -25px;
	}

	.section02{
		padding: 0px 40px !important;
	}
	.menu-section {
        display: none;
    }
	.schedule_appointment_data{
		padding: 0px 40px !important;
	}
	.our-mission-area-data{
		padding: 0px 40px !important;
	}
	
	.blog-container{
		padding: 0px 40px !important;
	}
	.blog-detail-img {
		padding: 0px 45px !important;
	}
	#blog-description {
        padding: 0px 50px !important;
    }
	.blog-container .blog-card {
        width: 225px !important;
    }
	.blog-container .aiz-carousel .slick-next {
        right: 15px;
    }
	.blog-container .blog-card-detail {
        width: 260px !important;
    }
	/* service page responsive css */
	.destiny-section {
		padding: 40px 20px !important;
	}
	.destiny-section .heading-container {
		padding: 0px 20px;
	}
	.destiny-section .destiny-text h2 {
    	font-size: 30px;
	}
	.destiny-section .destiny-text p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
        width: 260px;
    }
	.destiny-section .zodiac-circle {	
        width: 400px;
    }
	.services-section {
    	padding: 50px 20px;
	}
	.services-section .services-container {
        padding: 0px 50px;
    }
	.services-section .what-we-do-container {
        padding: 0px 20px;
    }
	.services-section .category-card {
        gap: 10px;
        width: 20%;
        margin-right: 10px;
        position: relative;
        right: 30px;
    }
	.services-section .category-card .icon-circle {
        width: 70px;
        height: 70px;
    }
	.services-section .category-card .icon-circle img {
        width: 50px;
        height: 50px;
    }
	.services-section .category-card h4 {
        font-size: 13px;
	}
	.services-section .category-card p {
        font-size: 10px;
    }
	.services-section .category-card:not(:last-child)::after {
        left: 130px;
    }
	.services-section .my-astro-btn {
     margin-right: 0px;
	}
	.new-services-section .new-services-container {
        padding: 0 20px;
        margin: 0 auto;
    }
	.new-services-section .new-category-row {
		grid-template-columns: repeat(2, 1fr);
	}
	/* end service page responsive css */
	
	.certificate .certificate-img {
        height: 485px;
        width: 660px;
        left: 0px;
    }
	.certificate .certificate-img img {
        position: absolute;
        top: 48px;
        right: 50px;
        height: 390px;
        width: 560px;
        object-fit: cover;
    }
	.certificate .vertical-frame {
		height: 56rem;
		width: 100%;
	}
	.certificate .vertical-frame img {
        top: 69px;
        left: 50px;
        height: 47.5rem;
        width: 35rem;
        object-fit: contain;
    }
	.contactus .contactus-container{
		background-color: {{ hex2rgba(get_setting('base_color', '#d43533'), 0.02) }} !important; 
		margin: 0px 40px !important;
	}
	.contactus .reachout{
		border-right: none !important;
	}
}


@media (max-width: 600px) {
    .testimonials .arrow {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .testimonials .prev {
        right: 0;
    }

    .testimonials .next {
        left: 24rem;
    }
	.testimonials .start-quote {
    	top: 132px ;
	}
	.testimonials .start-quote {
        right: 22rem !important;
	}
	.testimonials .end-quote {
        top: 34rem !important;
        left: 22.5rem !important;
    }
}

@media (max-width: 425px) {
	.filter-btn{
    display: flex;
    padding: 0px ;
    margin-left: -25px;
    gap: 8px;
	}
	.header-data{
		padding: 0px 15px !important;
	}
	.banner-text{
		font-size: 20px !important;
        line-height: 1 !important;
        left: 7% !important;
    	max-width: 40%;
	}
	.banner-data{
		left: 0;
    	bottom: 0;
    	font-size: 12px;
    	margin: 0;
    	padding: 0px 15px;
	}
	.banner-data .title{
		font-size: 20px;
    	width: 76%;
	}
	.banner-data .text{
		margin: 0 !important;
        font-size: 12px;
        line-height: 15px !important;
	}
	.banner-buttons{
		display: flex;
    	flex-direction: column;
    	gap: 8px;
		margin-bottom: 10px !important;
	}
	.banner-data .btn-schedule{
		width: 52%;
    	font-size: 14px;
	}
	
	.btn-our-products{
		margin: 0 !important;
    	width: 66% ;
    	font-size: 14px;
	}
		
	.certificate-arera .title {
		left: 75px;
	}
	
	.container-testimonial{
		padding: 10px 85px !important;
	}
	
	.certificate-arera .certificate-img {
        height: 270px;
        width: 100%;
    }
	
	.certificate-arera .certificate-img img {
        position: absolute;
        top: 24px;
        right: 27px;
        height: 218px;
        width: 85%;
    }
	
	.certificate-arera .vertical-frame .certificate-img {
        height: 345px;
        width: 255px;
    }
	
	.certificate-arera .vertical-frame .certificate-img img {
		top: 25px;
        left: 28px;
        height: 295px;
        width: 200px;
    }
	.testimonials .start-quote {
        display: none !important;
    }
	 .testimonials .end-quote {
        display: none !important;
    }
	.testimonials .next {
        left: 255px	 !important;
    }
	.section02 {
        padding: 0px 15px !important;
    }
	 .section02 .card .card-title {
        font-size: 9px;
    }
	 .section02 .card-main {
        grid-template-columns: repeat(1, 1fr);
    }
	.section02 .card .card-title {
        font-size: 29px;
    }
	.section02 .card .card-body {
        font-size: 15px;
    }
	.section02 .card-image {
		padding-right: 5px;
		padding-top: 6px;
	}
	.section02 .card-image img {
		height: 45px;
		width: 45px;
	}
	.section02 .card {
        height: 215px;
    }
	.our-mission-area {
		position: relative;
		top: 5rem;
	}
	.our-mission-area-data{
		padding: 0px 15px !important;
	}
	.testimonials {
    	top: 5rem;
	}
	.testimonials .title{
		font-size: 28px;
	}
	.testimonials .slider-wrapper {
        width: 100%;
    }
	.testimonials .prev {
        left: -45px;
    }
	.testimonials .testimonial-card {
        height: 27.5rem;
        flex: 0 0 100%;
    }
	 .section04 {
        margin-top: 3rem;
    }
	.schedule_appointment_data{
		padding: 0px 15px !important;
	}
	.schedule_appointment_data .text{
		width : 100% !important;
	}
	.btn-schedule{
		margin-bottom: 10px !important;
    	padding: 0px 15px !important;
	}
	.btn-certificate{
		padding: 0px 15px !important;
    	margin: 0px 0px 10px !important;
	}
	.my-account-footer{
		margin-bottom: 60px;
	}
	
	.new-services-section .new-category-row {
        grid-template-columns: repeat(1, 1fr);
    }
	.new-services-section .new-services-container {
		padding: 0 0px;
	}
	
	.what-we-do {
		    display: grid !important;
	}
	.services-section .services-container {
        padding: 0px 0px;
    }
	.services-section .what-we-do-container {
        padding: 0px 0px;
    }
	.services-section .category-row {
		flex-direction: column;
	}
	.services-section .category-card .icon-circle img {
        width: 70px;
        height: 70px;
    }
	.services-section .category-card h4 {
        font-size: 16px;
    }
	.services-section .category-card p {
        font-size: 13px;
    }
	.services-section .category-card:not(:last-child)::after {
        display: none;
    }
	.services-section .category-card {
        width: 80%  !important;
        left: 40px !important;
    }
	.destiny-section .heading-container {
        padding: 0px 0px;
    }
	.destiny-section {
		height: 680px !important;
	}
	.destiny-section .zodiac-circle {
        width: 370px;
        margin-top: 160px;
		margin-right: 80px;
    }
	.destiny-section .destiny-text p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
        width: 360px;
    }
	.destiny-section .star-decor {
        position: absolute;
        right: 20px;
        top: 350px;
        bottom: 0;
        height: 49%;
        width: 30%;
        opacity: 0.8;
    }
	.blog-container {
        padding: 0px 20px !important;
    }
	.blog-container .blog-card {
        width: 385px !important;
    }
	#blog-description{
		padding: 0px 20px !important;
		font-size: 18px !important;
	}
	#blog-description p{
		margin-bottom: 0rem !important;
	}
	.blog-detail-img{
    	padding: 0px 20px !important;
	}
	.blog-container .aiz-carousel .slick-next {
        right: 5px;
    }
	.blog-container .blog-card-detail {
        width: 245px !important;
    }
	.certificate .certificate-img {
        height: 265px;
        width: 360px;
	}
	.certificate .certificate-img img {
        position: absolute;
        top: 25px;
        right: 25px;
        height: 214px;
        width: 308px;
        object-fit: cover;
    }
	.certificate .title {
	    height: 15px;
		font-size: 25px;
	}
	.certificate .vertical-frame {
		height: 30.8rem;
		width: 100%;
	}
	.certificate .vertical-frame img {
        top: -133px;
        left: 47px;
        height: 47.5rem;
        width: 17rem;
        object-fit: contain;
    }
	.services-header h5 {
    	font-size: 15px;
	}
	.services-header h2 {
    	font-size: 27px;
	}
	.our-recent-videos .carousel-control-prev {
    	width: 20px;
    	left: -8px;
	}
	.our-recent-videos .carousel-control-next {
    	width: 20px;
    	right: -8px;
	}
	.our-mission-area-data .text{
		max-width: 100% !important;
	}
	.schedule_appointment_data .text{
		max-width: 100% !important;
	}
}

@media (max-width: 375px) {
	.blog-container{
		padding: 0px 15px !important;
	}
	.banner-data .btn-schedule{
		width: 62%;
    	font-size: 15px;
	}
	.banner-buttons {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 4px !important;
    }
	.btn-our-products{
		width: 60%;
    	font-size: 13px;
	}
	.banner-data .text{
		line-height: 20px !important;
	}
	.certificate-arera .title {
		left: 75px;
	}
	 .certificate-arera .certificate-img {
        height: 235px;
        width: 100%;
    }
	.certificate-arera .certificate-img img {
        position: absolute;
        top: 23px;
        right: 25px;
        height: 190px;
        width: 85%;
    }
	.section02 .card {
        height: 221px;
    }
	.testimonial-container {
        width: 12rem;
    }
	.testimonials .start-quote {
        right: 12.5rem;
    }
	 .testimonials .end-quote {
        top: 35.5rem;
        left: 12rem;
    }
	.testimonials .testimonial-card {
        height: 28rem;
    }
    .testimonials .stars {
        left: 10px;
    }
	.testimonials .next {
        left: 12.6rem  !important;
    }
	.testimonials .prev {
        left: -2.5rem !important;
    }
	.testimonials .testimonial-card h3 {
    	font-size: 13px;
		margin-top: 0px;
	}
	.testimonials .testimonial-card span, .testimonials .testimonial-card small {
    	font-size: 12px;
	}
	.testimonials .title {
        font-size: 27px;
    }
	.testimonials .testimonial-card p {
        font-size: 11px;
    }
	.section04 {
        margin-top: 3rem;
    }
	.destiny-section {
        height: 655px !important;
    }
	.destiny-section .star-decor {
        position: absolute;
        right: 20px;
        top: 350px;
        bottom: 0;
        height: 47%;
        width: 28%;
        opacity: 0.8;
    }
	.destiny-section .zodiac-circle {
        width: 330px;
        margin-top: 160px;
		right: -10px;
    }
	.destiny-section .destiny-text p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
        width: 330px;
    }
	.services-section .category-card {
        left: 20px !important;
    }
	.what-we-do .what-we-do-text p {
        font-size: 13px;
    }
	.what-we-do .what-we-do-text h2 {
        margin-right: 50px;
		font-size: 27px;
    }
	.banner-text {
        font-size: 17px !important;
        left: 1.5% !important;
        max-width: 50%;
    }
	.product-list-main{
		padding: 0px 15px !important;
	}
	.filter-btn{
		
    display: flex;
    padding: 0px ;
    margin-left: -25px;
    gap: 8px;
	}
	.certificate .certificate-img {
        height: 232px;
        width: 315px;
    }
	.certificate .certificate-img img {
        position: absolute;
        top: 25px;
        right: 25px;
        height: 185px;
        width: 265px;
        object-fit: cover;
    }
	.certificate .vertical-frame {
		height: 26.8rem;
		width: 100%;
	}
	.certificate .vertical-frame img {
        top: -133px;
        left: 38px;
        height: 43.5rem;
        width: 15rem;
        object-fit: contain;
    }
	.blog-container .blog-card {
        width: 345px !important;
    }
	#blog-description p {
		font-size: 17px !important;
	}
	.blog-container .blog-card-detail {
        width: 205px !important;
    }
	.blog-container .blog-detail-short-description {
    font-size: 15px;
	}
	.blog-container .fs-24 {
		font-size: 1.4rem !important;
	}
}
@media (max-width: 320px) {
	.blog-container{
		padding: 0px 15px !important;
	}
	.our-mission-area-data .text{
		max-width: 100% !important;
	}
	.schedule_appointment_data .text{
		max-width: 100% !important;
	}
	.certificate-arera .title {
		left: 35px;
	}
    .certificate-arera .certificate-img img {
        position: absolute;
        top: 17px;
        right: 18px;
        height: 132px;
        width: 185px;
        object-fit: cover;
    }
    .certificate-arera .certificate-img {
        position: relative;
		height: 165px;
		width: 85%;
    }
	
	.certificate-arera .vertical-frame .certificate-img {
        height: 230px;
        width: 170px;
    }
	
	.certificate-arera .vertical-frame .certificate-img img {
		top: 18px;
        left: 18px;
        height: 195px;
        width: 135px;
    }
	.container-testimonial{
		padding: 10px 60px !important;
	}
	.testimonial-items{
		margin-left: -0.71rem;
	}
	.testimonials .start-quote {
        right: 9rem;
        top: 12.4rem;
    }
	.testimonials .end-quote {
        top: 37.5rem;
        left: 13.5rem;
    }
	.testimonial-container {
        width: 14rem;
    }
	.testimonials .slider-wrapper {
    	width: 14rem;
	}
	.testimonials .title {
        font-size: 23px;
	}
	.testimonials .testimonial-card {
        height: 26rem;
    }
	.testimonials .prev {
        left: -3rem !important;
    }
	.testimonials .next {
        left: 13.8rem !important;
    }
	.btn-our-products{
		font-size: 14px;
    	width: 75%;
	}
	.banner-data .text {
        line-height: 15px !important;
    }
	.carousel-control-prev{
		margin-left: -10px;
	}
	.carousel-control-next{
		margin-right: -10px;
	}
	.blog-slider{
		padding: 0px 40px !important;
	}
	.new-services-section .card-wrapper {
		right: 0px;
	}
	.what-we-do .what-we-do-decor img {
		width: 140px;
	}
	.what-we-do .my-astro-btn {
		width: 65px;
		height: 65px;
	}
	.what-we-do .my-astro-btn img {
		width: 70px;
		height: 70px;
	}
	.banner-text {
        font-size: 15px !important;
    }
	.filter-btn{
		
    display: flex;
    padding: 0px ;
    margin-left: -25px;
    gap: 8px;
	}
	.what-we-do .what-we-do-text h2 {
        font-size: 27px;
    }
	.what-we-do .what-we-do-text p {
        font-size: 13px;
    }
	.certificate .certificate-img {
        height: 192px;
        width: 260px;
    }
	.certificate .certificate-img img {
        position: absolute;
        top: 19px;
        right: 20px;
        height: 154px;
        width: 220px;
        object-fit: cover;
    }
	.certificate .vertical-frame {
		height: 22rem;
		width: 100%;
	}
	.certificate .vertical-frame img {
        top: -247px;
        left: 33px;
        height: 52.9rem;
        width: 12.2rem;
        object-fit: contain;
    }
	.destiny-section .destiny-text h2 {
        font-size: 27px;
    }
	.destiny-section .destiny-text p {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 20px;
        width: 200px;
    }
	.destiny-section .star-decor {
        position: absolute;
        right: 20px;
        top: 415px;
        bottom: 0;
        height: 37%;
        width: 25%;
        opacity: 0.8;
    }
	.destiny-section .zodiac-circle {
        width: 250px;
        margin-top: 136px;
    }
	.destiny-section {
        height: 660px !important;
    }
	.services-section .category-card {
			width: 95% !important;
	}
	.services-section .category-card p {
        font-size: 12px;
    }
	.blog-container .blog-card {
        width: 290px !important;
    }
	#blog-description p {
		font-family: Montserrat, sans-serif !important;
		font-weight: 400 !important;
		font-size: 12px !important;
		line-height: 21px !important;
		letter-spacing: 0% !important;
	}
	.blog-container .blog-card-detail {
        width: 190px !important;
    }
	.blog-container .aiz-carousel .slick-prev {
		left: 0px;
	}
	.blog-container .aiz-carousel .slick-next {
        left: 245px;
    }
	.blog-container .blog-detail-short-description {
    font-size: 13px;
	}
	.blog-container .fs-24 {
		font-size: 1.3rem !important;
	}
	.our-recent-videos .carousel-control-prev {
        width: 20px;
        left: 0px;
    }
	.our-recent-videos .carousel-control-next {
        width: 20px;
        right: 0px;
    }
}
	
/* end certificate css */