@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #f0f0f0 !important;
    font-family: "Inter", sans-serif;
}
p {
    font-weight: 300;
}
h1, h2, h3 {
    font-family: "Inter", sans-serif;
    font-weight: 700 !important;
}
p, a, span, input, textarea {
    font-family: "Inter", sans-serif;
    font-size: 16px ;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}
.container {
    max-width: 1320px !important;
}
section {
    padding: 60px 0;
}
/*Header Css Start*/
header {
    background-color: #F5F5F5;
    padding: 8px 0;
}
.dropdown-menu a {
    font-size: 14px;
    margin: 5px 0;
}
#navbarSupportedContent a:hover {
    background-color: #000 !important;
}
.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  background-color: #000;
    border-radius: 10px;
    padding: 10px;
}

.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
nav {
    padding: 0 !important;
}
.navbar-brand img {
    width: 100%;
}
.navbar-brand {
    width: 190px;
    margin: 0;
}
header .navbar-nav {
    margin: 0 !important;
}
div#navbarSupportedContent {
    justify-content: end !important;
}
.navbar-nav li a {
    background-color: #6F2232;
    border-radius: 30px;
    color: #fff !important;
    padding: 6px 16px !important;
    border: 1px dashed #fff;
}
.navbar-nav li {
    margin-left: 10px;
}

/*Banner Css Start*/
.banner {
    background: url(../images/home-banner.webp) center center / cover no-repeat;
    padding: 70px 0;
    height: 800px;
}
.slide-img img {
    width: 100%;
    height: 480px;
    object-fit: contain;
}
.slide-cap h1 {
    font-size: 46px;
    margin: 10px 0 20px;
}
.slide-cap {
    color: #fff;
}
.slide-cap span {
    text-transform: uppercase;
    font-size: 18px !important;
    letter-spacing: 7px;
}
.cta-btns {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
}
.wapp-btn {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 100px;
    gap: 4px;
    padding: 4px 15px;
    transition: all .2s linear;
    width: max-content;
}
.wapp-btn img {
    position: relative;
    top: 2px;
}
.wapp-btn span {
    color: black;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
}
.wapp-btn p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.theme-btn {
    font-size: 18px;
    background-color: white;
    font-weight: 600;
    padding: 13px 25px;
    border-radius: 100px;
    color: #000;
}
.cta-btns a {
    color: #000;
    height: 58px;
    line-height: 30px;
}
.flx-center {
    align-items: center;
}
.slide-cap p {
    line-height: 26px;
}

/*Partners Sec CSS Start*/
.partners {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}
.logos {
    display: flex;
    width: max-content;
    gap: 20px;
    animation: scrollLogos 30s linear infinite;
}
.logos:hover {
    animation-play-state: paused;
}
.logos img {
    max-height: 50px;
}

@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/*About Sec Css Start*/
.about-img {
    background-color: #F5F5F5;
    padding: 50px 0;
}
.about-img .about-content {
    position: relative;
    /* display: flex; */
    gap: 20px;
    display: block;
}
.about-img .about-cta-btn {
    position: absolute;
    /* right: -10px; */
    bottom: -85px;
    border: 2px solid #6F2232;
    border-radius: 100px;
    transform: matrix(0.9, 0, 0, 0.9, 0, 0);
}
.about-img .info-content h4, section.cta-sec-wrap h3, .our-services .info-content h4, .ready-sec h5, .cta-wrap-sec form h3, .sep-sec h4, .brout-title h3 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: -1px;
}
.about-img p {
    line-height: 24px;
    color: black;
    text-transform: math-auto;
    font-weight: 400;
    padding-bottom: 10px;
}
.about-content img {
    width: 100%;
}
.about-cta-btn img {
    width: auto;
}
.about-cta-btn p {
    padding: 0;
}
.about-img .about-content .image-abt1 {
    width: 49%;
    /* float: left; */
    /* clear: both; */
    display: inline-block;
    margin-left: 11px;
}

.about-img .about-content .image-abt1  img.smllimg {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.about-img .about-content .image-abt img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 25px;
}

.about-img .about-content .image-abt {
    width: 49%;
    float: left;
    /* display: inline-block; */
    /* border-radius: 0; */
}


section.cta-sec-wrap {
    background-color: #262632;
    color: white;
    text-align: center;
}

.txt-white {
  color: white;
}
.cta-sec-wrap .single-btn {
    background-color: #6F2232;
    padding: 12px 40px;
    border: 1px dashed #fff;
    border-radius: 30px;
    color: #fff;
}
.ctas-btn a {
    margin: 0 10px;
}

.ser-wrap .ser-boxes {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ser-wrap .ser-boxes h4 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: -1px;
}
.ser-wrap .ser-boxes p , .sep-sec p{
    font-size: 16px;
    line-height: 24px;
    color: black;
    text-transform: math-auto;
    font-weight: 400;
}
.our-services {
  background: url(../images/our-ser-bg.png) center center/cover repeat;
      color: white;
}

.our-services .info-content {
    text-align: center;
}

.our-services .info-content .txt {
    font-size: 21px;
    border-radius: 100px;
    display: inline-block;
}
.our-services .info-content p {
    font-size: 16px;
    line-height: 24px;
    color: white;
    text-transform: math-auto;
    font-weight: 300;
    max-width: 90%;
    margin: auto;
}


.services-box ul {
    max-width: 460px;
    height: 450px;
    border: 4px solid #fffffff5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #6F2232;
}
.services-box ul li span {
    position: absolute;
    transform: rotate(-90deg);
    font-size: 35px !important;
    font-weight: 700;
    left: -172px;
    letter-spacing: 2px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.services-box ul li:nth-child(1) {
    width: 20%;
}

.services-box ul li:nth-child(2) {
    width: 80%;
}

.services-box ul li p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    padding-top: 20px;
    padding-right: 25px;
}

.services-box ul::before {
    position: absolute;
    content: '';
    border-right: 4px solid #fffffff5;
    left: 63px;
    height: 100%;
}
.our-services .col-12 {
    margin-top: 30px;
}
.about-img .about-cta-btn p {
  padding: 0;
}
.services-box ul:hover {
  background-color: red;
}

.services-box ul:hover {
    background-color: #76374E;
    transition: .2s linear;
}

.ready-sec .content p {
    font-size: 16px;
    line-height: 24px;
    color: black;
    text-transform: math-auto;
    font-weight: 400;
}
.ready-sec ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 13px;
    margin-top: 20px;
        margin-bottom: 50px;
}
.ready-sec ul li span {
    font-size: 13px !important;
    background-color: #6f2233;
    color: white;
    padding: 15px 15px;
    display: block;
    border-radius: 100px;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid;
    transition: all .3s linear;
}
section.cta-wrap-sec img {
    width: 100%;
}
.ready-sec ul li span:hover {
    background-color: transparent;
    color: black;
    transform: translateY(-3px);
    transition: all .3s linear;
}
.cta-wrap-sec {
  background: url(../images/cta-bg.png) center center/cover repeat;
}

.cta-wrap-sec form label {
    font-size: 15px;
    color: white;
    margin-top: 20px;
}

.cta-wrap-sec form .form-grp {
    display: flex;
    gap: 15px;
    max-width: 100%;
}

.cta-wrap-sec form .form-grp input {
    min-width: 70%;
    padding: 10px;
    height: 55px;
}

.cta-wrap-sec form .form-grp button {
    width: 30%;
    height: 55px;
    background-color: #6f2234;
    color: white;
}

.cta-wrap-sec form p {
    color: white;
    font-size: 13px;
    font-weight: 200;
    padding-top: 5px;
}
.sep-sec {
  background-color: #F5F5F5;
}
.sep-sec .info-content {
  text-align: center;
}

.step-boxes {
    display: grid;
    grid-template-columns: auto auto;
    gap: 22px;
}

.step-boxes li {
    border: 2px solid #6f2235;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
    min-width: 300px;
    padding: 20px;
}

.step-boxes li h3 {
    font-size: 20px;
    padding-top: 10px;
    font-weight: 600;
}

.step-boxes li p {
    font-size: 15px;
    line-height: 21px;
}

.step-boxes li:hover {
    background-color: #6f2236;
    color: white;
}

.step-boxes li:hover p {
    color: white;
}

.sep-sec .content h4 {
    font-size: 40px;
    line-height: 36px;
    padding-bottom: 10px;
}

.sep-sec .content ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}

.sep-sec .content ul li::before {
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background-color: #6f2235;
    clip-path: circle();
    left: 0;
    top: 8px;
}

.sep-sec .content ul {
    margin-top: 20px;
}

/*Brouth Life Sec Css Start*/
.book-section {
  background: linear-gradient(135deg, #6a0030, #0c0c1d);
  padding: 80px 0;
  color: #fff;
}

.book-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.book-left img {
  width: 300px;
  border-radius: 15px;
}

.book-right {
  flex: 1;
}

.book-right h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.book-right p {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.6;
}

/* Slider Images */
.brouth-life-slider img {
  width: 100%;
  border-radius: 12px;
}

/* Make spacing between slides */
.brouth-life-slider .slick-slide {
  padding: 0 10px;
}

/* Active effect */
.slick-current {
  /* transform: scale(1.05); */
  /* transition: 0.3s; */
}

.left-image {
  width: auto;
}

.left-image img {
  width: 100%;
  border-radius: 10px;
}

.right-content {
  width: 100%;
}

.text-slider {
  margin-bottom: 30px;
}

.thumb-slider img {
  width: 120px;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.6;
}

.thumb-slider .slick-current img {
  opacity: 1;
  border: 2px solid #fff;
}

.thumb-slider .slick-current img {border: 0;}

.thumb-slider img {
    width: 100%;
    opacity: 1;
    height: 350px;
    object-fit: cover;
}


.thumb-slider .slick-slide {
    margin: 0 10px;
    opacity: 1;
}

.text-slider .txt-bx {
    padding: 0 0px 0 12px;
}

.image-slider img {
    width: 100%;
    height: 700px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.text-slider .txt-bx h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.book-section .text-slider .txt-bx p {
    font-size: 16px;
}

.thumb-slider .slick-next:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #000;
}

.thumb-slider .slick-next {
    background: #fff !important;
    color: #000;
    border-radius: 50px;
    padding: 0px;
    width: 35px;
    height: 35px;
    right: -65px;
}

.thumb-slider .slick-prev {
    background: #fff;
    color: #000;
    border-radius: 50px;
    padding: 0px;
    width: 35px;
    height: 35px;
    left: -84%;
}

.thumb-slider .slick-prev::before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #000;
}
/*Brouth Life Sec Css End*/

/*review-sect*/

.review-sect{}

.review-sect .titlehead {
  display: block; /* override Bootstrap flex */
  text-align: center;
}

.review-sect .titlehead h2{
    font-size: 50px;
    font-weight: 700;
}

.review-sect .titlehead p{
    font-size: 18px;
    font-weight: 400;
    width: 52%;
    margin: 0 auto 20px;
}

.review-sect{}

.review-sect .review-section {
  overflow: hidden;
}




.review-sect .card {
  /* background: #eee; */
  /* padding: 20px; */
  /* margin: 10px; */
  /* border-radius: 10px; */
  /* height: 100%; */
  border: 0;
}

.review-sect .slick-slide {
  padding: 0 10px;
  margin: 0 10px;
}


.review-sect .slider {
  overflow: hidden;
}

/*.review-sect .slick-track {
  display: flex !important;
}*/

.slider-top,
.slider-bottom {
  width: 100%;
  overflow: hidden;
}

.review-section {
  display: block; /* flex hata do */
}
.review-sect .slick-slide {
  height: auto;
  opacity: 1;
}

@media (max-width: 768px) {
  .review-sect .card {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .review-sect .card {
    padding: 12px;
  }
}

.review-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.slider-top,
.slider-bottom {
  width: 100%;
}

.slider-bottom .slick-track {
  animation-direction: reverse;
}
.slider-bottom {
  transform: scaleX(-1);
}

/* flip cards back */
.slider-bottom .card {
  transform: scaleX(-1);
}

.review-section .card-innr {
    background: #fff;
    border: 0;
    padding: 20px 2px;
}

.review-section .card-innr .stars ul {
    display: flex;
    gap: 2px;
}

.review-section .card-innr .stars {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.review-section .card-innr .stars ul li i {
    color: #ff7f00;
}

.review-section .card-innr p {
    font-size: 16px;
    font-weight: 400;
}

.slick-dots {
  bottom: -30px;
  display: block !important;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #000;
}
/*review-sect End*/
/*cta-bookown*/
.cta-bookown {
    background: url(../images/cta-bg1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0;
}
.cta-bookown .row {
    align-items: center;
}
.cta-bookown .leftimg-cta {
    width: 445px;
    left: -90px;
    position: relative;
    top: 0;
}

.cta-bookown .leftimg-cta img {
    width: 100%;
    height: 430px;
    object-fit: contain;
}

.cta-bookown h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.cta-bookown p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.cta-bookown .ctas-btn p {
    color: #000;
}

.cta-bookown .ctas-btn .single-btn {
    background-color: #6F2232;
    padding: 12px 40px;
    border: 1px dashed #fff;
    border-radius: 30px;
    color: #fff;
}
.txtbx-cta {
    padding-top: 0;
    position: relative;
    left: 30px;
}

.rightimg-cta img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    margin-top: 0;
}

/*cta-bookown end*/

/*manuscript css*/

.manuscript-sect{
    background: url(../images/faqs-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0;
}

.manuscript-sect .titlehead{
    text-align: center;
    justify-content: center;
    margin-bottom: 60px;
}

.manuscript-sect .titlehead h2{
    font-size: 50px;
    font-weight: 700 !important;
}

.manuscript-sect .titlehead h2 span{
    font-size: 50px;
    font-weight: 700;
    display: block;
}

.manuscript-sect .step-card {
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 15px;
    transition: 0.3s all ease-in-out;
    position: relative;
    overflow: hidden;
}

/* Closed state description hidden */
.manuscript-sect .step-description {
    max-height: 0;
    opacity: 0;
    transition: 0.4s all ease;
    margin-top: 0;
    color: #f1f1f1;
}

.manuscript-sect .step-header {
    display: flex;
    align-items: center;
}

.manuscript-sect .step-num {
    width: 50px;
    height: 50px;
    border: 2px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-right: 15px;
    transition: 0.3s;
    background: #000;
    color: #fff;
}

/* ACTIVE STATE */
.manuscript-sect .step-card.active {
    /* background: linear-gradient(90deg, #5d0f28 0%, #800e2b 100%); */
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 20px rgba(93, 15, 40, 0.3);
    background: #29111E;
    background: linear-gradient(0deg, rgba(41, 17, 30, 1) 0%, rgba(100, 8, 47, 1) 100%);
}

.manuscript-sect .step-card.active .step-num {
    border-color: #fff;
    color: #fff;
    background: #000;
    margin-bottom: 10px;
}

.manuscript-sect .step-card.active .step-description {
    max-height: 200px;
    /* Expand effect */
    opacity: 1;
    margin-top: 10px;
}

.manuscript-sect .step-card.active h5 {
    display: block;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.manuscript-sect .step-card.active .step-header {
    display: block;
}

.manuscript-sect .step-card .step-description p {
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
}
.manuscript-sect .step-header h5.mb-0 {
    font-size: 24px;
}
.manuscript-sect img {
    width: 85%;
    position: relative;
    top: -20px;
}
/*Manuscript css end*/

/*faqs css*/
.faq-section .accordion-item:first-of-type .accordion-button {background: #1a1613;}

.faq-section .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(7500%) hue-rotate(184deg) brightness(106%) contrast(101%);
    filter: brightness(0) saturate(100%);
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #1a1613;
}

.faq-section .faqs-main-sec .row {
    justify-content: center;
}

.faq-section .faqs-main-sec {
    padding: 90px 0px 40px;
}
.faq-section .accordion-button:not(.collapsed) {
    font-size: 28px;
    color: #ab99c8;
}

.faq-section .accordion-item {
    margin-bottom: 20px;
    border: unset;
}


.faq-section .accordion-body {
    background: #1a1613;
}
.faq-section .accordion-body p{
    color: #000;
}

.faq-section .faqs-main-sec .mix-brands-mix-strengths-heading {
    margin-bottom: 30px;
}
.faq-section a#submitBtn {
    border: unset;
    background: #dbc0db;
    color: #fff !important;
    border-radius: 30px;
    padding: 10px 38px;
}
.faq-section .accordion-item {
    background: #fff;
    border-radius: 20px !important;
}
.faq-section button.accordion-button.collapsed {
    font-size: 24px;
    color: #000 !important;
    background-color: #fff !important;
    border-radius: 20px !important;
    font-weight: 600;
}

.faq-section .accordion-item:first-of-type .accordion-button {background: #fff;border-radius: 10px !important;font-size: 24px;border: 0;box-shadow: none;padding: 15px 20px 15px;font-weight: 600;color: #000;}

.faq-section .accordion-button::after {
    /* filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(7500%) hue-rotate(184deg) brightness(106%) contrast(101%); */
    filter: brightness(0) saturate(100%);
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #fff;
}

.faq-section .faqs-main-sec .row {
    justify-content: center;
}

.faq-section .faqs-main-sec {
    padding: 90px 0px 40px;
}
.faq-section .accordion-button:not(.collapsed) {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: none;
    font-size: 24px;
    border: 0;
    box-shadow: none;
    padding: 15px 20px 15px;
    font-weight: 600;
    color: #000;
}

.faq-section .accordion-item {
    margin-bottom: 20px;
    border: unset;
}


.faq-section .accordion-body {
    background: #fff;
    border-radius: 20px !important;
    padding-top: 0;
}

.faq-section .faqs-main-sec .mix-brands-mix-strengths-heading {
    margin-bottom: 30px;
}
section.faq-section {
    background: url(../images/faqs-contct.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.faq-section h3.fw-bold.mb-3 {
    color: #fff;
    font-size: 45px;
}

.faq-section p {
    color: #fff;
    font-size: 17px;
}

.faq-section .contact-form {background: #fff;border-radius: 20px;padding: 0px 0px 60px;overflow: hidden;border: 1px solid #fff;}

.faq-section .contact-form .content-frm {
    text-align: center;
    padding-bottom: 20px;
}

.faq-section .contact-form .content-frm h3 {
    font-size: 50px;
    font-weight: 700;
}

.faq-section .contact-form .content-frm p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.contact-form .form-control {
    background: #F3F3F0;
    border: 0;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 45px;
    opacity: 1;
}

input.form-control {}

.contact-form .form-control::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.contact-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}

.contact-form textarea.form-control {
    height: 95px;
}

button.btn-theme {
    background-color: #6F2232;
    padding: 15px 70px;
    border: 1px dashed #fff;
    border-radius: 30px;
    color: #fff;
    display: table;
    text-transform: uppercase;
    margin: 0 auto;
}
/*faqs css end*/

/*Footer Css*/

.footer {}

.footer img.ftrlogo {
    width: 50%;
    margin-bottom: 30px;
}

.footer p {
    font-size: 16px;
    font-weight: 400;
}

.footer img.paymt {
    width: 85%;
    margin-top: 88px;
}

.footer .quicklnks {
    display: inline-flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 10px;
    margin: 0 19px;
}

.footer .quicklnks h4 {
    font-size: 30px;
    font-weight: 700;
}

.footer .quicklnks ul.qucklnk {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    gap: 4px;
    list-style: disc;
    padding-left: 22px;
}

.footer .quicklnks ul.qucklnk li a {
    color: #000;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.footer .quicklnks ul.qucklnk li {
    list-style: disc;
}

.footer .sociallnks {
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: space-around;
}

.footer .sociallnks ul {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer .sociallnks ul li a img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.footer .sociallnks h6 {
    font-size: 25px;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 0;
}

.footer h4 {
    font-size: 30px;
    font-size: 30px;
    font-weight: 700;
}

.footer .ctas-btn {
    margin-top: 20px;
}

.footer .ctas-btn a.wapp-btn {
    background: transparent;
    /* background: linear-gradient(0deg, rgba(41, 17, 30, 1) 0%, rgba(100, 8, 47, 1) 100%); */
    color: #5a0a2c !important;
    margin-top: 0px;
    margin-left: 0;
    width: 100%;
    padding: 10px 20px;
}

.footer .ctas-btn a.wapp-btn span {
    color: #fff;
}

.footer .ctas-btn a.wapp-btn p {
    color: #000;
    font-size: 14px;
}

.footer .ctas-btn a.wapp-btn  img {
    width: 42px;
    margin-right: 10px;
}

.footer .logo-badge {
    padding-top: 40px;
}

.footer .logo-badge ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.footer .logo-badge ul li img {
    width: 90px;
}
.copyright {
    padding: 0;
    background: #29111E;
    background: linear-gradient(0deg,rgba(41, 17, 30, 1) 0%, rgba(100, 8, 47, 1) 100%);
    padding: 15px 0;
}

.copyright p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.copyright ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.copyright ul li a {
    color: #fff;
}

/*Footer css End*/


/*Innerpages Css start*/

/*Bookwrtingpge css*/

section.banner.innerpgebnnr {
    background: url(../images/inner-bnnr.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto !important;
    padding: 20px 0;
}

section.cta-wrap-sec.innrcta img {
    width: 100%;
    position: relative;
}

section.cta-wrap-sec.innrcta {
    padding-bottom: 30px;
    padding-top: 50px;
}

section.cta-bookown.bswk {
    padding: 50px 0;
}

section.cta-bookown.bswk .leftimg-cta img {
    height: 380px;
    object-fit: contain;
}

section.cta-bookown.bswk  .rightimg-cta img {
    height: 380px;
    object-fit: cover;
}

/*Bookwritngpage css end*/

/*Aboutus css start*/

section.ready-sec.inabtwht.pb-0 {
    background: #fff;
}

section.ready-sec {
    position: relative;
}

section.ready-sec:before {
    content: '';
    position: absolute;
    right: 0;
    top: 80px;
    background: url(../images/arrow-bg.webp);
    width: 300px;
    height: 215px;
    background-size: contain;
    background-repeat: no-repeat;
}

/*Aboutus css End*/

/*order form css Start*/


.order-frm .titlehead {
    text-align: center;
    margin-bottom: 30px;
}

.order-frm .titlehead h2 {
    font-size: 50px;
    font-weight: 700;
}

.order-frm .titlehead p {
    font-size: 16px;
    font-weight: 400;
    width: 81%;
    margin: 0 auto 10px;
}

.order-frm .services {
    display: flex;
    gap: 0;
    margin-bottom: 1.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.order-frm .svc-btn {
    padding: 10px 8px;
    border-radius: 6px;
    border: 1px solid #444;
    background: transparent;
    color: #000;
    font-size: 21px;
    cursor: pointer;
    transition: all 0.2s;
    width: 100%;
    font-weight: 600;
}

.order-frm .svc-btn.selected {
    background: #7B1C2E;
    border-color: #7B1C2E;
    color: #fff;
    background: #29111E;
    background: linear-gradient(0deg, rgba(41, 17, 30, 1) 0%, rgba(100, 8, 47, 1) 100%);
}

.order-frm .svc-btn:hover:not(.selected) {
    border-color: #888;
    color: #fff;
}
.services .col-3 {
    padding: 0 12px;
    margin: 10px 0;
}

.order-frm button.svc-btn:hover {
    background: #29111E;
    background: linear-gradient(0deg, rgba(41, 17, 30, 1) 0%, rgba(100, 8, 47, 1) 100%);
    color: #fff;
}

.form-area .form-control, .form-area select {
    background: #fff;
    border-radius: 10px;
    padding: 14px 18px;
    border: 1px solid #ddd;
    margin-bottom: 16px;
    font-size: 16px;
    height: 55px;
    margin-bottom: 40px;
    font-weight: 500;
    width: 100%;
}
.short-banner {
    height: auto !important;
}
.short-banner h1 {
    margin: 0;
}
.form-area .form-control::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.form-area .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}

.form-area textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.svc-submit-btn {
    padding: 14px 40px;
    background: #fff;
    color: #111;
    border: none;
    border-radius: 10px;
    font-size: 21px;
    font-weight: 700;
    cursor: pointer;
    min-width: 220px;
}

.svc-submit-btn:hover {
      background: #29111E;
    background: linear-gradient(0deg, rgba(41, 17, 30, 1) 0%, rgba(100, 8, 47, 1) 100%);
    color: #fff;
}

.terms-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ccc;
    font-size: 15px;
    cursor: pointer;
}

.terms-label input[type=checkbox] {
    width: 18px;
    height: 18px;
    accent-color: #7B1C2E;
    cursor: pointer;
}

/* Label text upar */
.form-area label.field-label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}
.form-area {
    padding: 70px 30px;
    border-radius: 20px;
    background: #262632;
}

/*order form css end*/

/*pricing-sctn css start*/

.pricing-sctn{}

.pricing-sctn .titlehead {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-sctn .titlehead h2 {
    font-size: 50px;
    font-weight: 700;
}

.pricing-sctn .titlehead p {
    font-size: 16px;
    font-weight: 400;
    width: 81%;
    margin: 0 auto 10px;
}

.pricing-sctn .price-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pricing-sctn .price-tab {
    width: 100%;
    padding: 14px 18px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    color: #111;
    font-weight: 600;
}

.pricing-sctn .price-tab.active,
.pricing-sctn .price-tab:hover {
    background: #7B1C2E;
    color: #fff;
    border-color: #7B1C2E;
    background: linear-gradient(0deg, rgba(41, 17, 30, 1) 0%, rgba(100, 8, 47, 1) 100%);
}

.pricing-sctn .price-content {
    display: none;
}

.pricing-sctn .price-content.active {
    display: block;
}

.pricing-sctn .price-desc {
    background: #1e2130;
    color: #fff;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 16px;
}

.pricing-sctn .price-desc h4 {
    font-size: 29px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

.pricing-sctn .price-pkg {
    padding: 20px 25px 40px;
    background: #1e2130;
    border-radius: 11px;
}

.pricing-sctn .pkg-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.pricing-sctn .pkg-header h5 {
    font-size: 29px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.pricing-sctn .pkg-price {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
}

.pricing-sctn .price-pkg ul {
    list-style: disc;
    padding-left: 18px;
    margin-bottom: 14px;
    color: #fff;
}

.pricing-sctn .price-pkg ul li {
    font-size: 17px;
    color: #fff;
    margin-bottom: 6px;
    list-style: disc;
    font-weight: 400;
}

.pricing-sctn .pkg-divider {
    border-color: #fff;
    margin: 30px 0 0;
    z-index: 999999;
    position: relative;
    color: #fff;
    opacity: 1;
    padding: 0px;
}

.pricing-sctn .order-btn {
    display: inline-block;
    padding: 10px 28px;
    background: #7B1C2E;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s;
    background: linear-gradient(0deg, rgba(41, 17, 30, 1) 0%, rgba(100, 8, 47, 1) 100%);
}

.pricing-sctn .order-btn:hover {
    background: #5a1220;
    color: #fff;
}
.pricing-sctn .price-desc p {
    font-size: 16px;
    font-weight: 400;
}
.pricing-sctn .price-pkg.st {
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin-top: 25px;
}

/*pricing-sctn css end*/

/*404 page css start*/

section.errorpge {
    background: #29111E;
    background: linear-gradient(0deg, rgba(41, 17, 30, 1) 0%, rgba(100, 8, 47, 1) 100%);
    position: relative;
}

section.errorpge img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

section.errorpge .text-box {
    position: absolute;
    bottom: 170px;
    top: auto;
    left: 24%;
    margin-left: -150px;
    width: 45%;
    text-align: center;
}

section.errorpge .text-box h3 {
    font-size: 64px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}

section.errorpge .text-box .btn-theme {
    background: #fff;
    color: #000;
    padding: 15px 50px;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #000;
}

section.errorpge .text-box .btn-theme:hover {
    background: #7B1C2E;
    color: #fff;
}
.fa:before {
    font-family: FontAwesome;
}

/*404 page css End*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
    margin-top:16px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}
/*Innerpages Css End*/
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){
.thumb-slider .slick-prev {
    left: -76%;
}
.thumb-slider .slick-next {
    right: -35px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
.ready-sec img {
    width: 100%;
}
.thumb-slider .slick-next {
    right: 0;
}
.thumb-slider .slick-prev {
    left: -72%;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){

.navbar-nav li {
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

.navbar-nav .dropdown-menu.show a {
    margin-bottom: 10px;
    width: 88%;
    background: transparent;
    color: #000 !important;
}
.banner h1 {
    font-size: 30px;
}
.banner .slide-cap {
    padding-top: 30px;
}

.banner .slide-cap .cta-btns {
    display: block;
}

.banner .slide-cap .cta-btns a {
    width: 100%;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 12px;
}

.banner {
    height: auto;
    background-size: auto auto;
    /* background: #000; */
    background: #29111E;
    background: linear-gradient(0deg, rgba(41, 17, 30, 1) 0%, rgba(100, 8, 47, 1) 100%);
}

.banner .slide-img img {
    height: 240px;
    margin-top: 0;
    width: 100%;
    object-fit: cover;
}

.banner .row.flx-center {
    flex-direction: column-reverse;
}
.about-img .about-content .image-abt {
    width: 47%;
}

.about-img .about-content .image-abt img {
    height: 260px;
    object-fit: cover;
    border-radius: 15px;
}

.about-img .about-content .image-abt1 {
    width: 49%;
    margin-left: 7px;
}

.about-img .about-content .image-abt1 img.smllimg {
    height: 260px;
    border-radius: 15px;
}

.about-img .about-cta-btn {
    position: absolute;
    /* top: 5px; */
    /* right: 150px; */
    /* bottom: 0; */
    width: 100%;
    right: 0px;
    bottom: -75px;
}

.about-img .info-content h4 {
    font-size: 30px;
    line-height: 36px;
}
.about-img .about-content {
    margin-bottom: 90px;
}
.cta-sec-wrap h3 {}

.cta-sec-wrap .content h3 {
    font-size: 40px;
    line-height: 56px;
}

.cta-sec-wrap .content .ctas-btn {
    display: block !important;
}

.cta-sec-wrap .content .ctas-btn a.single-btn {
    width: 93%;
    display: inline-block;
    padding: 12px 40px;
    margin-top: 20px;
}
.our-services .info-content h4 {
    font-size: 30px;
    line-height: 42px;
}

.our-services .info-content p {
    max-width: 100%;
}

.services-box ul li:nth-child(2) {
    width: 90%;
    margin-left: 20px;
}

.ready-sec .content h5 {
    font-size: 30px;
    line-height: 45px;
}

.ready-sec ul {
    display: block;
}

.ready-sec ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: 10px;
}

.ready-sec ul li span {
    padding: 25px 11px;
    font-size: 12px !important;
    border-radius: 15px;
}

section.ready-sec img {
    width: 100%;
    margin-bottom: 30px;
}


section.ready-sec .row.align-items-center {
    flex-direction: column-reverse;
}

section.ready-sec:before {
    width: 150px;
    height: 135px;
    top: 50px;
    right: -30px;
}
.cta-wrap-sec .row.align-items-center {
    flex-direction: column-reverse;
}

.cta-wrap-sec {
    padding-bottom: 0;
}

.cta-wrap-sec form h3 {
    font-size: 29px;
    line-height: 36px;
}

.cta-wrap-sec form .form-grp {
    gap: 1px;
    margin-bottom: 10px;
}

.cta-wrap-sec form .form-grp button {
    width: 60%;
    height: 56px;
    font-size: 13px;
}
.sep-sec h4 {
    font-size: 30px;
    line-height: 46px;
}

.sep-sec ul.step-boxes {
    display: block;
}

.sep-sec ul.step-boxes li {
    margin-bottom: 20px;
}

.sep-sec .content h4 {
    font-size: 25px;
    line-height: 36px;
}


/* Dono cols stack hon */
    .book-section .col-md-5,
    .book-section .col-md-7 {
        width: 100%;
    }

    /* Badi image pehle */
    .book-section .col-md-5 {
        order: 1;
    }

    /* Right column baad mein */
    .book-section .col-md-7 {
        order: 2;
    }

    /* Right content ke andar thumb pehle, text baad mein */
    .book-section .right-content {
        display: flex;
        flex-direction: column;
    }

    .book-section .thumb-slider {
        order: 1;
    }

    .book-section .text-slider {
        order: 2;
    }

    .image-slider img {
    height: 450px;
    object-fit: contain;
    margin-bottom: 50px;
}

.thumb-slider img {
    height: 220px;
    object-fit: contain;
}
.text-slider .txt-bx {
    padding: 50px 0px 0 0;
}

.text-slider .txt-bx h2 {
    font-size: 40px;
}
.thumb-slider .slick-prev {
    left: -6px;
    z-index: 1;
}

.thumb-slider .slick-next {
    right: 0px;
}

.review-sect .titlehead p {
    width: 100%;
    font-size: 14px;
}

.review-sect .titlehead h2 {
    font-size: 30px;
}

.cta-bookown .leftimg-cta img {
    height: 300px;
}

.cta-bookown .leftimg-cta {
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
}

.txtbx-cta {
    padding-top: 0;
    left: 0;
}

.cta-bookown h2 {
    font-size: 28px;
}

.cta-bookown p {
    font-size: 14px;
}

.cta-bookown .ctas-btn {
    display: block !important;
    text-align: center;
}


.cta-bookown .ctas-btn a.single-btn {
    width: 84%;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.rightimg-cta img {
    height: 330px;
    object-fit: contain;
    margin-top: 0;
}
.manuscript-sect .titlehead h2 {
    font-size: 32px;
}

.manuscript-sect .titlehead h2 span {
    font-size: 32px;
}

.manuscript-sect img {
    top: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.manuscript-sect .titlehead h2 {
    font-size: 32px;
}

.manuscript-sect .titlehead h2 span {
    font-size: 32px;
}

.manuscript-sect img {
    top: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.faq-section h3.fw-bold.mb-3 {
    font-size: 26px;
}

.faq-section button.accordion-button.collapsed {
    font-size: 16px;
}

.faq-section .accordion-button:not(.collapsed) {
    font-size: 16px;
}

.faq-section .contact-form .content-frm h3 {
    font-size: 30px;
}

.faq-section .contact-form {
    padding: 60px 15px;
}

.faq-section .contact-form .content-frm p {
    font-size: 16px;
}
.manuscript-sect .titlehead h2 {
    font-size: 32px;
}

.manuscript-sect .titlehead h2 span {
    font-size: 32px;
}

.manuscript-sect img {
    top: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.faq-section h3.fw-bold.mb-3 {
    font-size: 26px;
}

.faq-section button.accordion-button.collapsed {
    font-size: 16px;
}

.faq-section .accordion-button:not(.collapsed) {
    font-size: 16px;
}

.faq-section .contact-form .content-frm h3 {
    font-size: 30px;
}

.faq-section .contact-form {
    padding: 60px 15px;
}

.faq-section .contact-form .content-frm p {
    font-size: 16px;
}

.footer img.paymt {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.footer .quicklnks {
    margin: 0 7px;
}

.footer .quicklnks h4 {
    font-size: 25px;
}

.footer .quicklnks ul.qucklnk li a {
    font-size: 14px;
}

.footer .quicklnks ul.qucklnk {
    gap: 4px;
    list-style: disc;
    padding-left: 20px;
}

.footer h4 {
    font-size: 25px;
    margin-top: 30px;
}

.copyright ul {
    text-align: center;
    gap: 0;
    display: block;
}

.copyright ul li {
    display: inline-block;
    padding: 0 5px;
}

.copyright ul li a {
    font-size: 12px;
}

.copyright p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 7px;
}
html {
    overflow-x: hidden;
}
body, html {
    height: 100%;
    overflow-x: hidden;
}
section.banner.innerpgebnnr {
    height: 1030px;
}
section.cta-bookown.bswk .rightimg-cta img {
    height: 330px;
    object-fit: contain;
    margin-top: 30px;
}
.order-frm .titlehead h2 {
    font-size: 30px;
}

.order-frm .titlehead p {
    width: 100%;
    font-size: 14px;
}

.services .col-3 {
    padding: 0 6px;
    margin: 10px 0;
    width: 50%;
}

.order-frm .svc-btn {
    font-size: 12px;
}

.form-area {
    padding: 40px 20px;
}

.form-area .col-md-12.d-flex.align-items-center.gap-3.mt-3 {
    display: block !important;
}

.svc-submit-btn {
    margin-bottom: 20px;
}

.terms-label {
    font-size: 13px;
}
.pricing-sctn .titlehead h2 {
    font-size: 29px;
}

.pricing-sctn .titlehead p {
    width: 100%;
    font-size: 14px;
}

.pricing-sctn .price-tabs {
    margin-bottom: 30px;
}

.pricing-sctn .pkg-header h5 {
    font-size: 13px;
}

.pricing-sctn .pkg-price {
    font-size: 20px;
}

.pricing-sctn .price-pkg ul li {
    font-size: 12px;
}

.pricing-sctn .price-content.active .text-end {
    text-align: center !important;
    margin-top: 30px;
}

.pricing-sctn .price-desc {
    padding: 24px 10px;
}

.pricing-sctn .price-desc h4 {
    font-size: 25px;
}

.pricing-sctn .price-desc p {
    font-size: 14px;
}
section.errorpge img {
    width: 100%;
}

section.errorpge {
}

section.errorpge .text-box {
    bottom: 90px;
    top: auto;
    left: 24%;
    margin-left: -170px;
    width: 100%;
}

section.errorpge .text-box h3 {
    font-size: 19px;
    margin-bottom: 13px;
}

section.errorpge .text-box .btn-theme {
    padding: 6px 30px;
    border-radius: 60px;
    font-size: 17px;
}

}
.contact-form form {
    padding: 0 30px;
}

.content-frm p {
    padding: 0 30px;
}

.content-frm h3 {
    padding: 30px 30px 20px;
    background: #6f2232;
    color: #fff;
}

.accordion-button {
    background: #6f2232 !important;
    color: #fff !important;
}

