/* common css Start */
h1, h2, h3, h4, h5, p{
    color: #000000;
}
/* common css End */

/* Logo Section Start */

.Logo__container .Logo__cont_img {
    max-width: 120px;
}

@media only screen and (max-width: 767px) {
.Logo__container .Logo__cont_img {
    max-width: 90px;
}
}
.index__body .about-section {
    background-color: white; /* light beige */
    padding: 24px 23px;
  }
/* Logo section End */

/* product banner section Start */ 
.index__body .product__banner_image img {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

/* product banner section End */ 

/* Founder banner section Start */
.index__body .Founder__banner_section .Founder__banner__img {
    width: 100%;
}

/* Founder banner section End */


/* Grid image section start */ 
.index__body .grid__image_section {
    padding: 25px 12px;
}

.index__body .grid__image_section .grid__image_sec_heading {
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.index__body .grid__image_section .grid__image__button {
    text-decoration: none;
    display: block;
    background-color: #000000;
    color: #ffffff;
    width: fit-content;
    margin: 0 auto;
    margin-top: 20px;
    padding: 7px 20px;
}
.index__body .grid__image_section .grid__image_container .grid__image_sub_container .grid__image_sec_subheading {
    margin-top: 13px;
    font-weight: 600;
    color: #000000;
}
.index__body .grid__image_section .grid__image_container .grid__image_sub_container a {
    text-decoration: none;
}
@media only screen and (max-width: 1023px) {
.index__body .grid__image_section .grid__image_sec_heading {
    font-size: 22px;
}
.index__body .grid__image_section .grid__image_container .grid__image_sub_container .grid__image_sec_subheading {
    font-size: 18px;
}
}

@media only screen and (max-width: 576px) {
.index__body .grid__image_section {
    padding: 13px 12px 18px;
}
.index__body .grid__image_section .grid__image_container .grid__image_sub_container {
    margin-bottom: 13px;
    padding: 0 8px;
}
.index__body .grid__image_section .grid__image_sec_heading {
    font-size: 20px;
    margin-bottom: 10px;
}
.index__body .grid__image_section .grid__image_container .grid__image_sub_container .grid__image_sec_subheading {
    margin-top: 10px;
    font-size: 15px;
}
.index__body .grid__image_section .grid__image__button {
    margin-top: 3px;
    font-size: 13px;
    padding: 5px 16px 7px;
}
}
/* Grid image section End */ 

/* Expert banner Section Start */
.index__body .expert__banner_section img {
    width: 100%;
    margin: auto;
}

/* Expert banner Section End */

/* Image Slider Section Start */

.index__body .image_slider_section {
    padding: 15px 0px;
}
.index__body .image_slider_section .image_slider__sec_heading {
    text-transform: uppercase;
}
.index__body .image_slider_section .image_slider_sec_container {
    overflow: hidden;
    background-color: #f4f4f4;
    padding: 20px 40px;
}
.index__body .image_slider_section .image_slider_sec_container .image_slider_sec_subcontainer .image_slider_img {
    width: 70%;
    margin: auto;
}
.index__body .image_slider_section .image_slider_sec_container .slick-prev {
    left: 8px;
}
.index__body .image_slider_section .image_slider_sec_container .slick-prev::before {
    background-image: url(./Picture/Arrow.png);
    width: 50px;
    height: 50px;
}
.index__body .image_slider_section .image_slider_sec_container .slick-next {
    right: 38px;
}
.index__body .image_slider_section .image_slider_sec_container .slick-next::before {
    background-image: url(./Picture/Arrow.png);
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
}
.slick-slider .slick-next:before, .slick-slider .slick-prev:before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    width: 20px;
    height: 37px;
    background-position: center;
    background-size: contain;
    opacity: 1;
}


@media only screen and (max-width: 1299px) {
.index__body .image_slider_section .image_slider_sec_container .slick-prev,
.index__body .image_slider_section .image_slider_sec_container .slick-next {
    top: 73px;
}
}

@media only screen and (max-width: 899px) {
.index__body .image_slider_section .image_slider_sec_container .slick-prev, .index__body .image_slider_section .image_slider_sec_container .slick-next {
    top: 55px;
}
}

@media only screen and (max-width: 1023px){
.index__body .image_slider_section .image_slider__sec_heading {
    font-size: 22px;
}
}

@media only screen and (max-width: 767px) {
.index__body .image_slider_section {
    padding: 14px 0px;
}
.index__body .image_slider_section .image_slider_sec_container {
    padding: 20px;
}
.index__body .image_slider_section .image_slider_sec_container .slick-prev {
    left: -3px;
    top: 58px;
}
.index__body .image_slider_section .image_slider_sec_container .slick-prev::before,
.index__body .image_slider_section .image_slider_sec_container .slick-next::before {
    width: 30px;
    height: 30px;
}
.index__body .image_slider_section .image_slider_sec_container .slick-next {
    top: 58px;
    right: 12px;
}
.index__body .image_slider_section .image_slider__sec_heading {
    font-size: 20px;
}
}

@media only screen and (max-width: 365px) {
.index__body .image_slider_section .image_slider_sec_container .slick-prev::before, .index__body .image_slider_section .image_slider_sec_container .slick-next::before {
    width: 25px;
    height: 25px;
}
.index__body .image_slider_section .image_slider_sec_container .slick-prev {
    left: -1px;
    top: 50px;
}
.index__body .image_slider_section .image_slider_sec_container .slick-next {
    top: 50px;
    right: 5px;
}
}

/* Image Slider Section End */
 
/* BackToTop Start */
#BackToTop {
  position:fixed;
  right:22px;
  bottom:80px;
  width: fit-content;
  z-index: 9;
}
.back_to_top_section #BackToTop {
    text-transform: uppercase;
    text-decoration: none;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px 7px;
}

@media only screen and (max-width: 767px) {
.back_to_top_section #BackToTop {
    font-size: 10px;
}
}
/* BackToTop End */

/* Footer Section Start */
.Footer__section {
    padding: 25px 8px;
    background-color: #f4f4f4;
}
.Footer__section .social_heading {
    text-transform: capitalize;
    font-weight: 600;
}
.Footer__section .social_icons {
    display: flex;
    justify-content: center;
    column-gap: 4px;
    margin-top: 7px;
}
.Footer__section .social_icons .Social__icon_img {
    height: 25px;
}
.Footer__section .formulated_content {
    margin-top: 12px;
}
.Footer__section .formulated_head {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 700;
}
.Footer__section .Domestic_head {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 700;
}   
.Footer__section .formulated_cont,
.Footer__section .Domestic_cont {
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
.Footer__section .social_icons {
    gap: 3px;
}
.Footer__section .social_icons .Social__icon_img {
    height: 20px;
}
.Footer__section .formulated_head,
.Footer__section .Domestic_head {
    font-size: 15px;
}
.Footer__section .formulated_cont,
.Footer__section .Domestic_cont {
    font-size: 13px;
}
}

/* Footer Section End */

/* testimonial css */

.testimonial__slider .testimonial__slider_container .slide-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: 45%;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
 .testimonial__slider .testimonial__slider_container .prev-arrow {
    left: 5%;
}
.testimonial__slider .testimonial__slider_container .next-arrow {
    right: 5%;
}
 .testimonial__slider .testimonial__slider_container .slide-arrow svg {
    width: 16px;
    height: 16px;
}


/* Slick Css End */

.expert__banner_section{
    display:none;
}
.testimonial__slider{
    padding:40px 12px;
    background: #f4f4f4;
}
/* .testimonial__slider .testimonial__slider_container {
     max-width: 1770px; *
    margin: auto;
    padding: 0 32px;
} */
 .testimonial__slider .testimonial__slider_container .testimonial__slider_box {
    display: flex;
    align-items: center;
    line-height: 0;
    margin-right: 80px;
}
.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__content_container .testimonial__name {
    /* font-size: 45px; */
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.5px;
    margin: 0 0 8px;
    color: #000000;
    text-transform: capitalize;
}
.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__content_container .testimonial__destination {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.5px;
    color:#000000 ;
    margin: 0 0 20px;
}
.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__content_container .testimonial__content {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Source Serif 4", serif;
    /* text-transform: capitalize; */
    color: #000000;
    letter-spacing: 0;
    margin: 0;
}

.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__content_container {
    margin-left: 30px;
    width: calc(100% - 330px);
}
 .testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__img_contain {
    width: 300px;
}
.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__img_contain img {
    width: 100%;
}

@media (max-width: 1299px) {
.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__img_contain {
    width: 250px;
}
 .testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__content_container .testimonial__name {
    /* font-size: 35px; */
    line-height: 40px;
    margin: 0 0 4px;
}
.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__content_container .testimonial__destination {
    font-size: 20px;
    margin: 0 0 15px;
}
.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__content_container .testimonial__content {
    font-size: 17px;
    line-height: 24px;
    /* line-height: 22px; */
}
.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__content_container {
    width: calc(100% - 280px);
}
.testimonial__slider .testimonial__slider_container .testimonial__slider_box {
    margin-right: 40px;
}
}

@media (max-width: 768px) {
.testimonial__slider .testimonial__slider_container .testimonial__slider_box {
    display: block;
    margin: 0;
}
.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__img_contain {
    max-width: 180px;
    margin: 0 auto 24px;
}
.testimonial__slider .testimonial__slider_container .testimonial__slider_box .testimonial__content_container {
    width: 100%;
    margin: 0;
    text-align: center;
}
.testimonial__slider .testimonial__slider_container .slide-arrow {
    top: 20%;
 }
}

.index__body .why-skinq-founder{
    padding: 25px 12px 10px;
}

.index__body .why-skinq {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  /*align-items: center;*/
  background: #fff;
  font-family: 'Arial', sans-serif;
}

.index__body .why-skinq__content {
  flex: 1 1 70%;
  padding-right: 30px;
}

.index__body .why-skinq__title {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-size: 24px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-weight:600;
}

.index__body .why-skinq__content p {
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.index__body .why-skinq__content strong {
  font-weight: 700;
}

.index__body .why-skinq__image {
  flex: 1 1 30%;
  position: relative;
  text-align: center;
}

.index__body .why-skinq__image img {
  max-width: 100%;
  height: 400px;
}

.index__body .why-skinq__caption {
  background-color: #0a0b63;
  color: #fff;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  width:80%;
}
.index__body .heading-part.mobile-visible{
    display:none;
}
@media (max-width: 768px) {
.index__body .why-skinq{
    flex-direction: column-reverse;
}
.index__body .heading-part.desktop-visible{
    display:none;
}
.index__body .heading-part.mobile-visible{
    display:block;
    text-align: center;
}
.index__body .why-skinq__content p {
  font-size: 16px;
  line-height: 1.4;
}
.index__body .why-skinq__content {
  flex: 1 1 100%;
  padding-right: 0;
  margin-top:30px;
}
}

