@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1270px;
}
/* ***** End Common Css **** */



/* **** Header **** */
header{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 0;
}
header .topbar{
    padding: 0;
    background-color: #FFFAF0;
}
header .topbar .row{
    align-items: center;
}
header .topbar .form-group .form-control{
    font-size: 13px;
    color: #707070;
    font-weight: 300;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    width: fit-content;
    padding-right: 40px;
}
header .topbar ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .topbar .btn-register{
    font-size: 16px;
    color: #ED1C24;
    font-weight: 400;
    padding: 10px 18px;
    display: table;
}
header .topbar .btn-sign{
    font-size: 16px;
    color: #fff;
    background-color: #ED1C24;
    font-weight: 400;
    padding: 10px 30px;
    display: table;
}
header .topbar .btn-register:hover{
    background-color: #FFAD3B;
    color: #fff;
}
header .topbar .btn-sign:hover{
    background-color: #FFAD3B;
    color: #fff;
}
.navbar{
    padding: 16px 0;
    position: relative;
    background-color: transparent;
}
.navbar .navbar-brand{
    padding: 0;
    margin: 0;
    float: none;
}
.navbar .navbar-brand img{
    height: 70px;
}
.navbar .navbar-nav{
    margin-left: auto;
    gap: 32px;
}
.navbar .navbar-nav li .nav-link{
    font-size: 16px;
    color: #111111;
    font-weight: 400;
    padding: 0;
    background: transparent;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar .navbar-nav li .nav-link i{
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:after{
    display: none;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ED1C24;
}
.navbar-light .navbar-nav li.dropdown:hover .dropdown-menu{
    opacity: 1;
    visibility: visible;
}
.navbar-light .navbar-nav li.dropdown{
    display: flex;
    gap: 10px;
}
.navbar-light .navbar-nav li .dropdown-menu{
    top: 100% !important;
    margin: 10px 0 0 !important;
    padding: 6px;
    background: #FFFAF0;
    border-radius: 12px;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar-light .navbar-nav li .dropdown-menu li{
    margin: 0;
}
.navbar-light .navbar-nav li .dropdown-menu li a{
    padding: 8px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #111;
    text-align: center;
}
.navbar-light .navbar-nav li .dropdown-menu li a:hover{
    background: transparent;
    color: #ED1C24;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;width: 24px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */
/* **** End Header **** */


.btn-red {
    font-size: 18px;
    padding: 12px 30px;
    font-weight: 500;
    display: table;
    color: #fff;
    border-radius: 60px;
    background-color: #ed1c24;
}
.btn-red:hover{
    background: #ffad3b;
    color: #fff;
}
.btn-yellow {
    font-size: 18px;
    padding: 12px 30px;
    font-weight: 500;
    display: table;
    color: #fff;
    border-radius: 60px;
    background-color: #ffad3b;
}
.btn-yellow:hover{
    background-color: #ed1c24;
    color: #fff;
}
/* **** Hero **** */
.hero-wrp {    
    border-bottom: 15px solid #ed1c24;
}
.hero-block{   
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: calc(100vh - 151px);
}
.hero-wrp .detail h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.hero-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 40px;
}
.hero-wrp .detail ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.hero-nav .swiper-button-prev,
.hero-nav .swiper-button-next{
    font-size:30px;
    color: #fff;
    right: 30px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.hero-nav .swiper-button-prev{
    left: 30px;
    right: auto;
}
.hero-nav .swiper-button-prev:after,
.hero-nav .swiper-button-next:after{
    display: none;
}
.hero-nav .swiper-button-prev:hover,
.hero-nav .swiper-button-next:hover{
    color: #ed1c24;
}
/* **** End Hero **** */

.titlebar {
    margin: 0 0 40px;
    text-align: center;
}

.titlebar1 {
    margin: 0 0 0;
    text-align: center;
}

.titlebar1 h6 {
    font-size: 18px;
    font-weight:700;
    line-height: 28px;
    color: #111;
    background-color: #ffecc7;
    padding: 10px 24px;
    border-radius: 40px;
    display: table;
    margin: 0 auto 10px;
}

.titlebar h6 {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    background-color: #ffecc7;
    padding: 10px 24px;
    border-radius: 40px;
    display: table;
    margin: 0 auto 10px;
}
.titlebar h2 {
    font-size: 40px;
    text-transform: capitalize;
    color: #111;
    font-weight: 500;
    margin: 0;
}

/* **** Services **** */
.services-wrp {
    padding: 80px 0 0 0;
}
.services-wrp .row {
    margin: 0 -20px;
    row-gap:40px;
}
.services-wrp .row .col-md-4 {
    padding: 0 20px;
}
.services-wrp .service-box {
    position: relative;
    display: table;
    margin: 0 auto;
    width: 100%;
}
.services-wrp .service-box .box-img {
    height: 450px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.services-wrp .service-box .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-wrp .service-box .box-img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0), rgba(0, 0, 0, 1));
}
.services-wrp .service-box .detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 20px;
}
.services-wrp .service-box .detail h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
/* **** End Services **** */

/* **** Testimonials **** */
.testimonials-wrp {
    padding: 60px 0;
    background-color: #fffaf0;
}
.testimonials-wrp .Swiper {
    height: 100%;
    width: 100%;
}
.testimonials-wrp .testimonial-box {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
	min-height:630px;
}
.testimonials-wrp .testimonial-box .rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 20px;
}
.testimonials-wrp .testimonial-box .rating img {
    max-width: 24px;
}
.testimonials-wrp .testimonial-box h3 {
    font-size: 24px;
    color: #111;
    font-weight: 500;
    margin: 0 0 30px;
}
.testimonials-wrp .testimonial-box p {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 40px;
}
.testimonials-wrp .testimonial-box h6 {
    font-size: 20px;
    color: #707070;
    font-weight: 600;
    margin: 0;
}
.testimonials-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0 28px;
}
.testimonials-slider .swiper-button-next,
.testimonials-slider .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 60%;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    background: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-slider .swiper-button-prev {
    left: auto;
    right: 0;
}
.testimonials-slider .swiper-button-next::after,
.testimonials-slider .swiper-button-prev::after {
    display: none;
}
/* **** End Testimonials **** */

/* **** Popular **** */
.popular-wrp {
    padding: 80px 0 0 0;
}
.popular-wrp .trending-services-slider {
    width: 100%;
    position: relative;
}
.popular-wrp .services-box {
}
.popular-wrp .services-box .box-img {
    height: 100%;
    position: relative;
}
.popular-wrp .services-box .box-img .top-right {
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.popular-wrp .services-box .box-img .top-right a {
    background-color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    font-size: 20px;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular-wrp .services-box .box-img .top-right a:hover {
    background-color: #ed1c24;
    color: #fff;
}
.popular-wrp .services-box .box-img img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
}
.popular-wrp .services-box .detail {
    padding: 24px 0 0;
}
.popular-wrp .services-box .detail h4 {
    font-size: 24px;
    color: #111111;
    text-align: center;
    font-weight: 400;
    margin: 0 0 4px;
}
.popular-wrp .services-box .detail p {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.popular-wrp .swiper-button-next,
.popular-wrp .swiper-button-prev {
    position: absolute;
    left: 0;
    top: 50%;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    background: #fff;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.popular-wrp .swiper-button-prev {
    left: auto;
    right: 0;
}
.popular-wrp .swiper-button-next::after,
.popular-wrp .swiper-button-prev::after {
    display: none;
}
/* **** End Popular **** */

/* **** FAQ **** */
.faq-wrp {
    padding: 80px 0 0 0;
}
.faq-wrp .titlebar {
    margin: 0 0 85px;
}
.faq-wrp .accordion {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.faq-wrp .accordion .accordion-item {
    border-radius: 0;
    border: none;
    background-color: transparent;
    margin: 0 0 50px;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.faq-wrp .accordion .accordion-item:last-child {
    margin: 0;
}
.faq-wrp .accordion .accordion-item .accordion-button {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 20px;
    color: #111;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    position: relative;
}
.faq-wrp .accordion .accordion-item .accordion-button::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    background-image: url("../images/minus-icon.svg");
}
.faq-wrp .accordion .accordion-item .accordion-button.collapsed::before {
    background-image: url("../images/plus-icon.svg");
}
.faq-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-wrp .accordion .accordion-item .accordion-body {
    padding: 30px 0 0;
    max-width: 927px;
}
.faq-wrp .accordion .accordion-item .accordion-body p {
    font-size: 18px;
    color: #707070;
    margin: 0;
    font-weight: 400;
}
/* **** End FAQ **** */

/* **** Contact **** */
.contact-top{padding-top: 80px !important;}

.contact-tb{padding-top: 80px !important;
			padding-bottom: 80px !important;}


.contact-wrp .contact-block {
    /* background-image: url("../images/contact-bg.jpg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fffaf0;
    padding: 45px 60px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}
.contact-wrp .contact-block::before{
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    z-index: 1;
    background-image: url("../images/contact-shape.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
}
.contact-wrp .contact-block .row {
    row-gap: 40px;
    margin: 0 -40px;
}
.contact-wrp .contact-block .row .col-md-6{
    padding: 0 40px;
}
.contact-wrp .contact-block .row .col-md-12{
    padding: 0 40px;
}
.contact-wrp .contact-block form{
    position: relative;
    z-index: 9;
}
.contact-wrp .contact-block .form-control {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    padding: 20px 35px;
    border-radius: 10px;
    border: 1px solid #707070;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    resize: none;
    background-color: #fffaf0;
}
.contact-wrp .contact-block .form-control::placeholder {
    color: #707070;
}
.contact-wrp .contact-block .btn-red {
    margin: 55px auto 0;
    border: none;
    padding: 16px 60px;
}
/* **** End Contact **** */

/* **** Get in touch **** */
.get-in-touch-wrp {
    padding: 80px 0;
}

.get-in-touch-wrp .contact-info {
    padding: 32px 24px;
    background-color: #fff;
    box-shadow: 0px -0 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
	min-height: 220px;
}
.get-in-touch-wrp .contact-info .contact-icon {
    display: table;
    margin: 0 0 30px;
}
.get-in-touch-wrp .contact-info .contact-icon i{
    font-size: 50px;
    color: #FFAD3B;
}
.get-in-touch-wrp .contact-info h4 {
    font-size: 17px;
    color: #707070;
    font-weight: 400;
    margin: 0;
}
.get-in-touch-wrp .contact-info h4 b {
    display: block;
    margin: 10px 0 0;
    color: #000;
    font-weight: 400;
}
/* **** End Get in touch **** */



/* **** Get in touch2 **** */
.get-in-touch-wrp1 {
    padding: 0px 0;
}

.get-in-touch-wrp1 .contact-info {
    padding: 32px 24px;
    background-color: #fff;
    box-shadow: 0px -0 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
	min-height: 220px;
}
.get-in-touch-wrp1 .contact-info .contact-icon {
    display: table;
    margin: 0 0 30px;
}
.get-in-touch-wrp1 .contact-info .contact-icon i{
    font-size: 50px;
    color: #FFAD3B;
}
.get-in-touch-wrp1 .contact-info h4 {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    margin: 0;
}
.get-in-touch-wrp1 .contact-info h4 b {
    display: block;
    margin: 10px 0 0;
    color: #000;
    font-weight: 500;
}
/* **** End Get in touch2 **** */



/* **** Get in touch1 **** */
.get-in-touch-wrp1 {
	padding-bottom:80px;
}

.get-in-touch-wrp1 .contact-info {
    padding: 32px 24px;
    background-color: #fff;
    box-shadow: 0px -0 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
	min-height: 220px;
}
.get-in-touch-wrp1 .contact-info .contact-icon {
    display: table;
    margin: 0 0 30px;
}
.get-in-touch-wrp1 .contact-info .contact-icon i{
    font-size: 50px;
    color: #FFAD3B;
}
.get-in-touch-wrp1 .contact-info h4 {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    margin: 0;
}
.get-in-touch-wrp1 .contact-info h4 b {
    display: block;
    margin: 10px 0 0;
    color: #000;
    font-weight: 500;
}
/* **** End Get in touch1 **** */


/* **** Footer **** */
footer {
    background-color: #9b0e13;
    padding: 0;
}
footer .footer-block {
    padding: 64px 0;
}
footer .footer-block .foot-logo img {
    max-width: 100%;
}
footer .footer-block .foot-logo ul {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
footer .footer-block .foot-logo ul li a {
    background-color: rgba(237, 237, 237, 0.2);
    height: 52px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
footer .footer-block .foot-logo ul li a:hover{
    background-color: #FFAD3B;
    color: #fff;
}
footer .footer-block h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 40px;
}
footer .footer-block .foot-links ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
footer .footer-block .foot-links ul li {
    width: 50%;
}
footer .footer-block .foot-links ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
footer .footer-block .foot-links ul li a:hover{
    color: #fff;
}
footer .footer-block .quicklinks {
    display: table;
    margin-left: auto;
}
footer .footer-block .quicklinks ul li {
    margin: 0 0 25px;
}
footer .footer-block .quicklinks ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
footer .footer-block .quicklinks ul li a:hover{
    color: #fff;
}
.copyright {
    padding: 15px 0;
    background-color: #fffaf0;
}
.copyright p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.6px;
}
.copyright h6{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    font-size: 14px;
    color: #000;
    letter-spacing: -0.6px;
    font-weight: 400;
}
.copyright h6 img{
    min-width: 70px;
    max-width: 70px;
    margin: 0 0 0 0px;
}
/* **** End Footer **** */

.blog-banner-wrp {
    background-image: url("../images/blog-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.blog-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.blog-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.blog-details-banner-wrp {
    background-image: url("../images/blog-details-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.blog-details-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.blog-details-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.career-banner-wrp {
    background-image: url("../images/career-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.career-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.career-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.book-pandit-banner-wrp {
    background-image: url("../images/book-pandit-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.book-pandit-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.book-pandit-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.contact-banner-wrp {
    background-image: url("../images/contact-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.contact-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.contact-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.forgot-banner-wrp {
    background-image: url("../images/forgot-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.forgot-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.forgot-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.checkout-banner-wrp {
    background-image: url("../images/checkout-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.checkout-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.checkout-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.login-banner-wrp {
    background-image: url("../images/login-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.login-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.login-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.cart-banner-wrp {
    background-image: url("../images/cart-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.cart-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.cart-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.terms-banner-wrp {
    background-image: url("../images/terms-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.terms-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.terms-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.privacy-banner-wrp {
    background-image: url("../images/privacy-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.privacy-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.privacy-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.register-banner-wrp {
    background-image: url("../images/register-banner-wrp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.register-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.register-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.numerology-banner-wrp {
    background-image: url("../images/numerology-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.numerology-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.numerology-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.vastu-banner-wrp {
    background-image: url("../images/vastu-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.vastu-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.vastu-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

/* **** Service **** */
.service-banner-wrp {
    background-image: url("../images/service-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.service-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.service-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}


.service-banner-wrp1 {
    background-image: url("../images/havan-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.service-banner-wrp1 .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.service-banner-wrp1 .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}


.service-banner-wrp2 {
    background-image: url("../images/jaap-path-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.service-banner-wrp2 .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.service-banner-wrp2 .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}


.service-banner-wrp3 {
    background-image: url("../images/pitru-paksha-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.service-banner-wrp3 .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.service-banner-wrp3 .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}


.service-wrp {
    padding: 75px 0;
    background-color: #fffaf0;
}
.service-wrp .service-box {
    background-color: #fff;
    padding: 22px 16px;
    border-radius: 16px;
}
.service-wrp .service-box .box-img {
    height: 215px;
    width: 100%;
}
.service-wrp .service-box .box-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.service-wrp .service-box .detail {
    padding: 20px 0 0;
}
.service-wrp .service-box .detail h3 {
    font-size: 24px;
    font-weight: 500;
    color: #111111;
    margin: 0 0 10px;
}
.service-wrp .service-box .detail p {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    margin: 0 0 35px;
}
.service-wrp .service-box .detail h6 {
    font-size: 23px;
    color: #ed1c24;
    font-weight: 500;
    margin: 0;
}
.service-wrp .service-box .detail a {
    font-size: 18px;
    color: #000;
    margin: 20px 0 0;
    display: table;
    text-decoration: underline;
}
.service-list-wrp {
    padding: 80px 0 0;
}
.service-list-wrp .service-list-tabs {
    margin: 0 0 40px;
}
.service-list-wrp .service-list-tabs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: none;
}
.service-list-wrp .service-list-tabs ul li button {
    font-size: 18px;
    color: #707070;
    background-color: #fffaf0;
    font-weight: 400;
    display: block;
    padding: 10px 30px;
    border: none;
    border-radius: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-list-wrp .service-list-tabs ul li button img{
    max-width: 20px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-list-wrp .service-list-tabs ul li button:hover,
.service-list-wrp .service-list-tabs ul li button.active {
    background-color: #ed1c24;
    color: #fff;
}
.service-list-wrp .service-list-tabs ul li button:hover img,
.service-list-wrp .service-list-tabs ul li button.active img{
    filter: brightness(0) invert(1);
}
.service-list-wrp .row {
    row-gap: 30px;
}
.service-list-wrp .list-box {
    background-color: #fff;
    border-radius: 16px;
}
.service-list-wrp .list-box .box-img {
    height: 275px;
    width: 100%;
}
.service-list-wrp .list-box .box-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.service-list-wrp .list-box .detail {
    padding: 20px 0 0;
}
.service-list-wrp .list-box .detail h3 {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    margin: 0 0 10px;
}
.service-list-wrp .list-box .detail p {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 16px;
}
.service-list-wrp .list-box .detail h6 {
    font-size: 22px;
    color: #ed1c24;
    font-weight: 500;
    margin: 0;
}
/* **** End Service **** */

.about-banner-wrp {
    background-image: url("../images/about-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.about-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.about-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.faq-banner-wrp {
    background-image: url("../images/faq-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.faq-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.faq-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.astrology-banner-wrp {
    background-image: url("../images/astrology-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.astrology-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.astrology-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.kundali-banner-wrp {
    background-image: url("../images/kundali-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.kundali-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.kundali-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}


.epuja-banner-wrp {
    background-image: url("../images/epuja-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.epuja-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.epuja-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.numerology-banner-wrp {
    background-image: url("../images/numerology-banner-bg1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.numerology-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.numerology-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.puja-offline-banner-wrp {
    background-image: url("../images/puja-offline-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.puja-offline-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.puja-offline-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.jyotish-banner-wrp {
    background-image: url("../images/jyotish-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.jyotish-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.jyotish-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}

.vastu-banner-wrp {
    background-image: url("../images/vastu-banner-bg1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 125px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 15px solid #ed1c24;
    text-align: center;
}
.vastu-banner-wrp .detail h2 {
    font-size: 54px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 8px;
}
.vastu-banner-wrp .detail p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 450px;
    margin: 0 auto 40px;
}



/* **** Login **** */
.login-wrp {
    padding: 80px 0;
}
.login-wrp .login-block {
    max-width: 650px;
    margin: 0 auto;
    background-color: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
}
.login-wrp .login-block .logo-img {
    margin: 0 auto 40px;
    display: table;
}
.login-wrp .login-block .logo-img img {
    max-width: 100%;
}
.login-wrp .login-block .titlebar h2 {
    margin: 0 0 10px;
}
.login-wrp .login-block .titlebar p {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    margin: 0;
}
.login-wrp .login-block .form-group {
    margin: 0 0 20px;
    position: relative;
}
.login-wrp .login-block .form-group .form-icon {
    position: absolute;
    left: 16px;
    top: 18px;
}
.login-wrp .login-block .form-group .form-icon img {
    max-width: 18px;
}
.login-wrp .login-block .form-group .form-control {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    padding: 15px 30px 15px 50px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: none;
    outline: none;
}
.login-wrp .login-block .form-group .form-control::placeholder {
    color: #707070;
}
.login-wrp .login-block .form-group a {
    font-size: 16px;
    color: #ed1c24;
    font-weight: 400;
    margin: 10px 0 0 50px;
    display: table;
    text-decoration: underline;
}
.login-wrp .login-block .btn-red {
    margin: 40px auto;
    border: none;
    padding: 13px 50px;
    font-size: 18px;
}
.login-wrp .login-block h6 {
    font-size: 16px;
    color: #111;
    font-weight: 400;
    text-align: center;
}
.login-wrp .login-block h6 a {
    color: #ed1c24;
    font-weight: 500;
    text-decoration: underline;
}
/* **** End Login **** */

/* **** About **** */
.story-wrp {
    padding: 80px 0;
}
.story-wrp .row {
    align-items: center;
}
.story-wrp .detail h2 {
    font-size: 32px;
    color: #111;
    font-weight: 500;
    margin: 0 0 20px;
}
.story-wrp .detail h4 {
    font-size: 22px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 20px;
}
.story-wrp .detail p {
    font-size: 16px;
    color: #555;
    font-weight: 400;
    margin: 0 0 20px;
}
.story-wrp .story-img img {
    width: 100%;
    border-radius: 20px;
}

.mission-vision-wrp {
    padding: 80px 0;
    background-color: #fffaf0;
}
.mission-vision-wrp .mission-box {
    display: block;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.mission-vision-wrp .mission-box .box-icon {
    height: 100px;
    width: 100px;
    background-color: #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
    border-radius: 100%;
}
.mission-vision-wrp .mission-box h3 {
    font-size: 26px;
    font-weight: 500;
    color: #111;
    margin: 0 0 15px;
}
.mission-vision-wrp .mission-box p {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    margin: 0;
}

.choose-wrp {
    padding: 80px 0;
}
.choose-wrp .titlebar h2 {
    margin: 0 0 20px;
}
.choose-wrp .titlebar p {
    font-size: 20px;
    color: #707070;
    font-weight: 400;
    margin: 0 auto;
    max-width: 750px;
}
.choose-wrp .row {
    row-gap: 30px;
}
.choose-wrp .choose-box {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 100%;
}
.choose-wrp .choose-box .box-icon {
    height: 100px;
    width: 100px;
    background-color: #fffaf0;
    border-radius: 100%;
    margin: 0 0 24px;
}
.choose-wrp .choose-box h3 {
    font-size: 24px;
    color: #111;
    font-weight: 500;
    margin: 0 0 10px;
}
.choose-wrp .choose-box p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0;
}

.pandits-wrp {
    padding: 80px 0;
}
.pandits-wrp .pandit-box {
    background-color: #fffaf0;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    height: 100%;
}
.pandits-wrp .pandit-box .box-icon {
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 100%;
    margin: 0 auto 24px;
}
.pandits-wrp .pandit-box h3 {
    font-size: 20px;
    color: #111;
    font-weight: 400;
    margin: 0;
}

.testimonial-wrp {
    padding: 80px 0;
}
/* **** End About **** */

/* **** Service Detail Page **** */
.service-detail-wrp {
    padding: 80px 0 0 0;
}
.service-detail-wrp .row {
    margin: 0 -40px;
}
.service-detail-wrp .col-md-6 {
    padding: 0 40px;
}

.service-detail-wrp .service-detail-slider .service_swiper {
    height: 700px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 0 20px;
    border-radius: 20px;
}
.service-detail-wrp .service-detail-slider .service_swiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-detail-wrp .service-detail-slider .service_thumb_swiper {
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.service-detail-wrp .service-detail-slider .service_thumb_swiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
    border: 2px solid transparent;
}
.service-detail-wrp .service-detail-slider .swiper-slide.swiper-slide-thumb-active img{
    border-color: #ed1c24;
}
.service-detail-wrp .service-detail-info h1 {
    font-size: 40px;
    color: #111;
    font-weight: 500;
    margin: 0 0 15px;
}
.service-detail-wrp .service-detail-info .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
}
.service-detail-wrp .service-detail-info .rating img {
    max-width: 20px;
}
.service-detail-wrp .service-detail-info p {
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    margin: 0;
}

.service-detail-wrp .service-detail-info .quote-info {
    background-color: #fffaf0;
    padding: 24px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}
.service-detail-wrp .service-detail-info .quote-info p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.service-detail-wrp .service-detail-info .quote-info .btn-red {
    white-space: nowrap;
    font-size: 16px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.service-detail-wrp .service-detail-info .quote-info .btn-contact{
    background-color: #ed1c24;
    height: 48px;
    min-width: 48px;
    width: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
}
.service-detail-wrp .service-detail-info .quote-info .btn-contact:hover{
    background-color: #ffad3b;
    color: #fff;
}
.promise-block {
    margin: 20px 0;
}
.promise-block h3 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
}
.promise-block ul {
    padding-left: 24px;
}
.promise-block ul li {
    list-style: disc;
    font-size: 18px;
    color: #111;
    font-weight: 400;
    margin: 0 0 10px;
}
.promise-block ul li:last-child {
    margin: 0;
}

.pooja-detail-wrp {
    padding: 80px 0;
}
.pooja-detail-wrp .detail h4 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
}
.pooja-detail-wrp .detail hr {
    margin: 24px 0;
}
.pooja-detail-wrp .detail h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 20px;
}
.pooja-detail-wrp .detail p {
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    margin: 0 0 20px;
}
.pooja-detail-wrp .detail p span {
    color: #111;
}
.pooja-detail-wrp .detail ul {
    padding-left: 24px;
    margin: 0 0 20px;
}
.pooja-detail-wrp .detail ul li span {
    color: #111;
}
.pooja-detail-wrp .detail ul li {
    list-style: disc;
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 10px;
}
.pooja-detail-wrp .detail ul li:last-child {
    margin: 0;
}

.packages-wrp {
    padding: 80px 0;
    background-color: #fffaf0;
}
.packages-block .row {
    margin: 0 -30px;
}
.packages-block .row .col-md-4 {
    padding: 0 30px;
}
.packages-block .package-box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 32px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.packages-block .package-box h2 {
    font-size: 40px;
    color: #111;
    font-weight: 500;
    text-align: center;
    margin: 0 0 16px;
}
.packages-block .package-box h3 {
    font-size: 24px;
    color: #111;
    text-align: center;
    margin: 0 0 20px;
}
.packages-block .package-box ul {
    margin: 0 0 32px;
}
.packages-block .package-box ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #111;
    font-weight: 400;
    justify-content: space-between;
    margin: 0 0 10px;
}
.packages-block .package-box ul li:last-child {
    margin: 0;
}
.packages-block .package-box ul li span {
    font-size: 16px;
    width: 24px;
    text-align: center;
    color: #000;
}
.packages-block .package-box ul li span img {
    width: 24px;
}
.packages-block .package-box .btn-red {
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    font-size: 18px;
}
/* **** End Service Detail Page **** */

/* **** Blog Page **** */
.blog-wrp {
    padding: 80px 0 0;
}
.blog-wrp .row {
    row-gap: 30px;
    margin: 0 -20px;
}
.blog-wrp .row .col-md-4 {
    padding: 0 20px;
}
.blog-wrp .blog-box {
    background-color: #fff;
    border-radius: 16px;
}
.blog-wrp .blog-box .box-img {
    height: 275px;
    width: 100%;
    margin: 0 0 20px;
}
.blog-wrp .blog-box .box-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}
.blog-wrp .blog-box h3 {
    font-size: 22px;
    font-weight: 400;
    color: #111111;
    margin: 0 0 10px;
}
.blog-wrp .blog-box h6 {
    font-size: 16px;
    font-weight: 400;
    color: #111111;
    margin: 0 0 10px;
}
.blog-wrp .blog-box p {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 16px;
}
.blog-wrp .blog-box a {
    font-size: 16px;
    font-weight: 500;
    color: #ed1c24;
    text-decoration: underline;
}
/* **** End Blog Page **** */

/* **** Blog Detail **** */
.blog-detail-wrp {
    padding: 80px 0;
}
.blog-post-block .post-img {
    margin: 0 0 30px;
}
.blog-post-block .post-img img {
    width: 100%;
    border-radius: 20px;
}
.blog-post-block .detail h2 {
    font-size: 40px;
    font-weight: 400;
    color: #111111;
    margin: 0 0 20px;
}
.blog-post-block .detail h6 {
    font-size: 20px;
    color: #111;
    font-weight: 500;
    margin: 0 0 20px;
}
.blog-post-block .detail p {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 20px;
}
.blog-post-block .detail h3 {
    font-size: 28px;
    font-weight: 400;
    color: #111111;
    margin: 0 0 20px;
}
.blog-post-block .detail .info {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.blog-comment-block {
    padding: 50px 0 0;
}
.blog-comment-block h3 {
    font-size: 28px;
    font-weight: 500;
    color: #111111;
    margin: 0 0 20px;
}
.blog-comment-block .comment-item {
    margin: 0 0 24px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}
.blog-comment-block .comment-item:last-child {
    margin: 0;
}
.blog-comment-block .comment-item img {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
}
.blog-comment-block .comment-item .comment-body {
    position: relative;
    flex: 1;
}
.blog-comment-block .comment-item h5 {
    color: #db4242;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px;
}
.blog-comment-block .comment-item span {
    display: inline-block;
    font-size: 16px;
    color: #7e4555;
    font-weight: 600;
    margin: 0 0 10px;
}
.blog-comment-block .comment-item p {
    font-size: 16px;
    color: #777;
    margin: 0;
}
.blog-comment-block .comment-item .btn-link {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #ed1c24;
}

.leave-comment-block {
    padding: 60px 0 0;
}
.leave-comment-block h3 {
    font-size: 28px;
    font-weight: 500;
    color: #111111;
    margin: 0 0 20px;
}
.leave-comment-block .form-group {
    margin: 0 0 16px;
}
.leave-comment-block .form-group .form-control {
    font-size: 18px;
    color: #707070;
    font-weight: 400;
    padding: 16px 30px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: transparent;
    box-shadow: none;
    outline: none;
    resize: none;
}
.leave-comment-block .form-group .form-control::placeholder {
    color: #707070;
}
.leave-comment-block .btn-red {
    border: none;
    padding: 15px 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.blog-title {
    font-size: 28px;
    font-weight: 500;
    color: #111111;
    margin: 0;
    border-bottom: 4px solid #ed1c24;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.recent-posts a {
    display: block;
    margin: 0 0 30px;
}
.recent-posts a:last-child {
    margin: 0;
}
.recent-posts .sigma_recent-post {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 0 0 40px;
}
.recent-posts .sigma_recent-post img {
    height: 80px;
    width: 80px;
    min-width: 80px;
    object-fit: cover;
}
.recent-posts .sigma_recent-post .sigma_recent-post-body h6 {
    font-size: 16px;
    color: #111;
    font-weight: 400;
    margin: 0 0 4px;
}
.recent-posts .sigma_recent-post .sigma_recent-post-body p {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    margin: 0;
}
.post-categories {
    padding: 0 0 40px;
}
.post-categories ul li {
    margin: 0 0 10px;
}
.post-categories ul li:last-child {
    margin: 0;
}
.post-categories ul li a {
    padding: 15px;
    background-color: #f7f7f7;
    color: #777;
    border-radius: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-categories ul li a span {
    border-radius: 50%;
    background-color: #ed1c24;
    color: #fff;
    font-size: 13px;
    width: 30px;
    transition: 0.3s;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-categories ul li a:hover {
    background-color: #ed1c24;
    color: #fff;
}
.post-categories ul li a:hover span {
    background-color: #fff;
    color: #ed1c24;
}

.tags-block .tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.tags-block .tagcloud a {
    font-size: 16px;
    color: #111;
    padding: 4px 12px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.contact-wrp .form-group label {
    font-size: 18px;
    color: #111;
    font-weight: 500;
    margin: 0 0 10px;
}
/* **** End Blog Detail **** */

/* **** Contact Page **** */
.contact-wrpper {
    padding: 80px 0;
}
.contact-wrpper .contact-info-block {
    padding: 0 0 60px;
}
.contact-wrpper .contact-info-block .contact-box {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 100%;
    text-align: center;
}
.contact-wrpper .contact-info-block .contact-box .box-icon {
    height: 100px;
    width: 100px;
    background-color: #fffaf0;
    border-radius: 100%;
    margin: 0 auto 24px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-wrpper .contact-info-block .contact-box h3 {
    font-size: 26px;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 0 10px;
}
.contact-wrpper .contact-info-block .contact-box a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 auto;
    display: table;
}
.contact-wrpper form {
    background-color: #fffaf0;
    padding: 75px 85px;
    border-radius: 40px;
}
.contact-wrpper form::before{
    position: absolute;
    content: "";
    height: 80%;
    width: 100%;
    z-index: 1;
    background-image: url("../images/contact-shape.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
}
.contact-wrpper form .row {
    row-gap: 30px;
}
.contact-wrpper form .form-control {
    font-size: 20px;
    color: #707070;
    font-weight: 400;
    padding: 30px 35px;
    border-radius: 15px;
    border: 1px solid #707070;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}
.contact-wrpper form .form-control::placeholder {
    color: #707070;
}
.contact-wrpper form .btn-red {
    margin: 55px auto 0;
    border: none;
    padding: 16px 60px;
}
/* **** End Contact Page **** */

/* **** Cart **** */
.cart-wrp {
    padding: 80px 0;
}
.cart-wrp .cart-details-block {
    padding: 0 0 40px;
}
.cart-wrp .cart-details-block h2 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    margin: 0 0 24px;
}
.cart-wrp .cart-details-block .product-cart-item {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.cart-wrp .cart-details-block .product-cart-item .item-image {
    height: 110px;
    width: 110px;
    border-radius: 10px;
    overflow: hidden;
}
.cart-wrp .cart-details-block .product-cart-item .item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.cart-wrp .cart-details-block .product-cart-item .info h3 {
    font-size: 20px;
    color: #111;
    font-weight: 500;
    margin: 0 0 5px;
}
.cart-wrp .cart-details-block .product-cart-item .info p {
    font-size: 16px;
    font-weight: 400;
    color: #707070;
    margin: 0 0 5px;
}
.cart-wrp .cart-details-block .product-cart-item .info h6 {
    font-size: 15px;
    font-weight: 400;
    color: #707070;
    margin: 0 0 15px;
}
.cart-wrp .cart-details-block .product-cart-item .info ul {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 20px;
}
.cart-wrp .cart-details-block .product-cart-item .info ul li {
    font-size: 15px;
    color: #707070;
    font-weight: 400;
}
.cart-wrp .cart-details-block .product-cart-item .info ul li span {
    display: block;
    color: #111111;
    font-weight: 500;
}
.cart-wrp .cart-details-block .product-cart-item .info h5 {
    font-size: 18px;
    color: #ed1c24;
    font-weight: 500;
    margin: 0;
}
.cart-wrp .offerings-block h2 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    margin: 0 0 24px;
}
.cart-wrp .offerings-block .offering-box {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 100%;
}
.cart-wrp .offerings-block .offering-box h3 {
    font-size: 16px;
    color: #111;
    font-weight: 500;
    margin: 0 0 30px;
}
.cart-wrp .offerings-block .offering-box p {
    font-size: 15px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 30px;
}
.cart-wrp .offerings-block .offering-box h6 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.cart-wrp .offerings-block .offering-box a.btn-secondary {
    font-size: 16px;
    color: #ed1c24;
    display: table;
    padding: 8px 24px;
    border: 1px solid #ed1c24;
    border-radius: 7px;
}
.cart-wrp .offerings-block .offering-box a.btn-red {
    font-size: 16px;
    color: #fff;
    padding: 8px 24px;
    border: 1px solid #ed1c24;
    border-radius: 7px;
    margin: 0 auto;
}

.coupon-block {
    margin: 0 0 40px;
}
.coupon-block h2 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    margin: 0 0 24px;
}
.coupon-block .btn-group {
    padding: 24px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.coupon-block .btn-group .form-control {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    padding: 10px 24px;
    border-radius: 10px;
    border: 1px solid #707070;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}
.coupon-block .btn-group .form-control::placeholder {
    color: #707070;
}
.coupon-block .btn-group .btn-red {
    border-radius: 10px;
    border: none;
    font-size: 16px;
    padding: 10px 24px;
}

.payment-block h2 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    margin: 0 0 24px;
}
.payment-block .accordion {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.payment-block .accordion .accordion-item {
    border: none;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.payment-block .accordion .accordion-item:last-child {
    border: none;
}
.payment-block .accordion .accordion-item h2 {
    margin: 0;
}
.payment-block .accordion .accordion-item h2 .accordion-button {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 18px;
    color: #000;
    position: relative;
    padding: 24px;
}
.payment-block .accordion .accordion-item h2 .accordion-button:after {
    position: absolute;
    content: "";
    right: 19px;
    height: 12px;
    width: 12px;
    background: #ed1c24;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
    visibility: visible;
}
.payment-block .accordion .accordion-item h2 .accordion-button:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid rgba(0, 0, 0, 0.25);
}
.payment-block .accordion .accordion-item h2 .accordion-button.collapsed:after {
    opacity: 0;
    visibility: hidden;
}
.payment-block .accordion .accordion-body {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 24px;
}
.payment-block .accordion .accordion-body .cart-amount-box {
    margin: 0 0 30px;
}
.payment-block .accordion .accordion-body .cart-amount-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    margin: 0 0 15px;
}
.payment-block .accordion .accordion-body .cart-amount-box ul li:last-child {
    margin: 0;
}
.payment-block .accordion .accordion-body .cart-amount-box ul li span.green-text {
    color: #16a34a;
}
.notes-box {
    margin: 0 0 20px;
}
.notes-box label {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin: 0 0 5px;
}
.notes-box .form-control {
    font-size: 15px;
    font-weight: 400;
    color: #111;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    resize: none;
}

.form-checkbox {
    display: block;
    margin: 0 0 40px;
}
.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.form-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: #707070;
    font-weight: 400;
    padding-left: 30px;
}
.form-checkbox label a {
    color: #ed1c24;
}
.form-checkbox label:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ed1c24;
    height: 18px;
    width: 18px;
    cursor: pointer;
}
.form-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #ed1c24;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.totle-amount {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding: 20px 0 0;
}
.totle-amount p {
    font-size: 16px;
    color: #707070;
    font-weight: 500;
    margin: 0;
}
.totle-amount p span {
    display: block;
    font-weight: 600;
    color: #111;
}
.totle-amount .btn-red {
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: 10px;
}
.totle-amount .btn-address {
    font-size: 16px;
    background-color: #707070;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
}
/* **** End Cart **** */

/* **** Privacy **** */
.privacy-wrp {
    padding: 80px 0;
}
.privacy-wrp p {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    margin: 0 0 16px;
}
.privacy-wrp ul {
    padding-left: 24px;
    margin: 0 0 16px;
}
.privacy-wrp ul li {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    margin: 0;
    list-style: disc;
}
/* **** End Privacy **** */

/* **** Checkout Page **** */
.checkout-pg {
    position: relative;
    width: 100%;
    padding: 100px 0;
}
.login-accordion .accordion-button {
    padding: 15px 20px;
    background: rgb(247 247 247);
    border-radius: 0 !important;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #1f1f1f;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}
.login-accordion .accordion-item {
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
}
.login-accordion .accordion-button::after {
    background-size: 15px;
    background-position: center;
}
.login-accordion .accordion-button a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1f1f1f;
    margin: 0 0 0 16px;
}
.login-accordion .accordion-button a:hover {
    text-decoration: underline;
}
.login-accordion .accordion-body {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin: 16px 0 0;
}
.checkout-pg .form-control,
.address-details .form-control,
.setting-box .form-control {
    padding: 15px 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    box-shadow: none;
    height: auto;
    font-size: 15px;
    background: #f9f9f9;
    font-weight: normal;
    color: #333;
    resize: none;
    outline: none;
}
.checkout-pg .form-control::placeholder,
.address-details .form-control::placeholder,
.setting-box .form-control::placeholder {
    color: #1f1f1f;
}
.checkout-pg .form-control:focus,
.address-details .form-control:focus,
.setting-box .form-control:focus {
    border-color: #1f1f1f;
}
.login-accordion .accordion-body form .form-group {
    margin: 0 0 12px;
}
.login-accordion .accordion-body form .btn-main {
    border: 0;
    padding: 15px 35px;
    font-size: 16px;
}
.login-accordion .accordion-body form .btn-main:hover {
    background: #1f1f1f;
}
.login-accordion .accordion-body form .row {
    margin: 0 -10px;
}
.login-accordion .accordion-body form .col-lg-6 {
    padding: 0 10px;
}
.login-accordion {
    margin: 0 0 20px;
}
.checkout-pg .title h1,
.checkout-pg .title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1f1f1f;
    margin: 0 0 20px;
}
.information-wrp .form-group,
.address-details .form-group,
.setting-box .form-group {
    margin: 0 0 20px;
}
.information-wrp .row,
.address-details .row,
.setting-box .row {
    margin: 0 -8px;
}
.information-wrp .col-md-6,
.information-wrp .col-md-12,
.address-details .col-md-6,
.address-details .col-md-12,
.setting-box .col-md-6,
.setting-box .col-md-12 {
    padding: 0 8px;
}
.information-wrp {
    margin: 0 0 20px;
}
.order-wrp ul li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgb(233 233 233);
}
.order-wrp ul li:last-child {
    border: 0;
}
.order-box {
    display: flex;
    align-items: center;
}
.order-box figure {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 24px 0 0;
}
.order-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.order-data h3,
.order-data p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.order-data h3 a,
.order-data p a {
    color: #333;
}
.total-rw .order-data h3,
.total-rw .order-data p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}
.order-data h3 span {
    color: rgb(105 108 112);
    margin: 8px 0 0;
    display: table;
}
.order-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.box-pay {
    width: 100%;
    margin: 0 0 20px;
    background: #f7f7f7;
    padding: 14px 20px;
    border-radius: 8px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.inner-cardfrm .form-group {
    margin: 15px 0 0;
}
.inner-cardfrm {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}
.custome-rdbx [type="radio"]:checked ~ .inner-cardfrm {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
}
.inner-cardfrm .form-control {
    background-color: transparent;
}
.chackout-sidebar .cart-cheackbx {
    padding: 0 0 0 30px;
}
.chackout-sidebar .cart-cheackbx h3 {
    border-top: 1px solid #e0e0e0;
    padding: 15px 0 0;
}
select.form-control {
    -webkit-appearance: none;
    background-image: url("../images/down.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 13px !important;
    background-position: center right 15px !important;
}
.paycheckbx .btn-main {
    border: 0;
    background: #5e2421;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
}
.paycheckbx .btn-main:hover {
    background: #000;
}
.checkout-right {
    background: #fdf7eb;
    padding: 25px;
}
/* **** End Checkout Page **** */

/* **** My Account Page **** */
.account-pg {
    position: relative;
    width: 100%;
    padding: 100px 0;
}
.account-left {
    padding-right: 50px;
    position: sticky;
    top: 100px;
}
.account-left-box {
    padding: 35px 35px;
    border-radius: 0;
    background: #fdf7eb;
}

.account-profile {
    text-align: center;
    margin: 0 0 40px;
}

.account-profile figure {
    width: 140px;
    height: 140px;
    border-radius: 140px;
    overflow: hidden;
    margin: 0 auto 16px;
}

.account-profile figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-profile h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 4px;
}

.account-profile .email {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(105 108 112);
}

.account-profile .email:hover {
    color: #1f1f1f;
}

.account-left-box .nav-tabs {
    flex-direction: column;
    border: 0;
}

.account-left-box .nav-tabs .nav-link {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1f1f1f;
    padding: 16px 20px;
    border-radius: 8px;
    text-align: left;
    border: 0;
    box-shadow: none;
    outline: 0;
}

.account-left-box .nav-tabs .nav-link i {
    font-size: 18px;
    margin: 0 10px 0 0;
    width: 20px;
}

.account-left-box .nav-tabs li {
    margin: 0 0 6px;
}

.account-left-box .nav-tabs li:last-child {
    margin: 0;
}

.account-left-box .nav-tabs .nav-link.active,
.account-left-box .nav-tabs .nav-link:hover {
    background: #fff;
}

.account-right .tab-pane {
    padding: 28px;
    border: 1px solid rgb(233 233 233);
    border-radius: 0;
}

.account-right .title h1,
.account-right .title h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 12px;
}

.orders-status .product-filters ul {
    width: 100%;
    margin: 0 auto 20px;
}

.orders-status .product-filters ul li {
    width: 20%;
    text-align: center;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    border-bottom: 1px solid rgb(233 233 233);
    overflow: hidden;
}

.orders-status .product-filters ul li::before {
    box-shadow: none;
    height: 2px;
    top: auto;
    bottom: 0;
    background: rgb(31 31 31);
    border-radius: 0;
}

.orders-status-box {
    width: 100%;
    border-radius: 0;
    border: 1px solid rgb(233 233 233);
    box-shadow: 0px 2px 2px 0px rgba(28, 36, 51, 0.1019607843);
    margin: 0 0 20px;
    transition-duration: 0s !important;
}

.orders-status-box:last-child {
    margin: 0;
    border-bottom: none;
}

.status-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgb(233 233 233);
}

.status-top p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.status-top p strong {
    font-weight: 700;
    margin: 0 0 0 5px;
    text-transform: uppercase;
}

.status-top p .tag {
    color: rgb(134 132 212);
    font-weight: 600;
    padding: 6px 16px;
    background: rgba(134 132 212 / 0.1);
    font-size: 14px;
    line-height: 22px;
    border-radius: 30px;
    margin: 0 0 0 5px;
}

.delivery .status-top p .tag {
    color: rgb(134 132 212);
    background: rgba(134 132 212 / 0.1);
}

.pending .status-top p .tag {
    color: rgb(236 176 24);
    background: rgba(236 176 24 / 0.1);
}

.completed .status-top p .tag {
    color: rgb(61 171 37);
    background: rgba(61 171 37 / 0.1);
}

.canceled .status-top p .tag {
    color: rgb(219 68 68);
    background: rgba(219 68 68 / 0.1);
}

.status-inner {
    padding: 0 20px 20px;
}

.status-inner .order-wrp ul li:last-child {
    border-bottom: 1px solid rgb(233 233 233);
}

.status-inner .cart-btns {
    margin-bottom: 0;
}

.status-inner .order-wrp {
    margin: 0 0 20px;
}

.status-inner .cart-btns {
    display: flex;
    align-items: center;
}
.status-inner .cart-btns li {
    width: auto;
    margin-right: 15px;
}
.status-inner .cart-btns li:last-child {
    margin: 0;
}

.address-details .form-group label,
.setting-box .form-group label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.address-details .form-group label span,
.setting-box .form-group label span {
    color: rgb(219 68 68);
}

.address-details .accordion-button {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    background: none !important;
    box-shadow: none !important;
    outline: 0;
    border-radius: 0 !important;
    border: 0;
    padding: 0 0 6px;
    border-bottom: 1px solid rgb(233 233 233);
    font-family: "Open Sans", sans-serif;
    color: #1f1f1f !important;
}

.address-details .accordion-item {
    border-radius: 0;
    border: 0;
    margin: 0 0 20px;
}

.address-details .accordion-item:last-child {
    margin: 0;
}

.address-details .accordion-button::after {
    background-size: 18px;
}

.address-details .accordion-body {
    padding: 20px 0 0;
}

.address-details .btn-main {
    margin: 30px 0 0;
}

.address-details .btn-primary {
    margin: 40px 0 0;
}

.choose-file-img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.choose-file-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.choose-file-row {
    display: flex;
    align-items: center;
}

.choose-file-data p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 12px;
}

.choose-file-data p span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 4px 0 0;
    color: rgb(105 108 112);
}

.choose-file-input {
    padding: 8px 12px;
    border: 1px solid rgb(233 233 233);
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}

.choose-file-input input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.setting-box .choose-file-input label {
    padding: 4px 12px;
    border-radius: 4px;
    background: rgb(233 233 233);
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 12px 0 0;
}

.setting-box .title2 {
    margin: 20px 0;
}

.pt-80{
	padding-top: 80px !important;}

.pt-120{
	padding-top: 120px !important;}
	

/* Whatsup iocn */

.whatsapp-right
	{
	position: fixed;
	bottom: 15%;
	right: 1%;
	padding: 0px;
	cursor: pointer;
	z-index: 9;
	animation: bounceup 3s infinite;
	-webkit-animation: bounceup 3s infinite;
	-moz-animation: bounceup 3s infinite;
	-o-animation: bounceup 3s infinite;
	}

.whatsapp-right img
	{
	max-width: 70px;
	}

@-webkit-keyframes bounceup {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
	}

 
@-moz-keyframes bounceup {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
	}

@-o-keyframes bounceup {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
	}

@keyframes bounceup {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
	}	

.get-in-touch {color:#000;}
.get-in-touch:hover {color:#9b0e13;}	

.red-colour{color: #9b0e13!important ;}

.pt{padding-top: 50px !important;}

.pt8{padding-top: 80px !important;}

.pb8{padding-bottom: 80px!important;}

.pb6{padding-bottom: 60px!important;}

.pb4{padding-bottom: 40px!important;}

.pb2{padding-bottom: 20px!important;}

.pb1{padding-bottom: 10px!important;}