body {
  overflow-x: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif !important;
}

.header-bg {
  background-color: #361c59;
}
header .logodiv .logo {
  max-height: 70px;
}

.header-bg .logodiv .social a .bi-instagram {
  color: #e1306c;
}
.header-bg .logodiv .social a .bi-facebook {
  color: #1877f2;
}

.header-bg .logodiv .social a {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.header-bg .navbar-nav .nav-link {
  color: white;
}
.banner .carousel-caption {
  right: 10%;
  padding: 0;
  left: 15%;
  color: inherit;
  text-align: left;
  top: 32%;
}
.bg {
  background-color: #e5e3fe;
}

.bg h2 {
  font-size: 40px !important;
  font-weight: normal !important;
}

.bg h2 span {
  font-family: initial;
}
.banner .carousel-caption h2 {
  color: #20224b;
  font-weight: 700;
  font-size: 2.8rem;
}
.banner .carousel-caption p {
  font-weight: 500;
  color: #232323;
  font-size: x-large;
}
.btn-custom {
  background-color: #dd2839 !important;
  color: white !important;
  font-size: large !important;
  padding: 7px 20px !important;
  font-weight: 600 !important;
}

.social-section {

  padding: 40px 0;

}
.social-section h2 {
  color: #dd2839;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.social-section p {
  color: #ffffff;
}

.blog-section {
  background-image: url(../images/contactbg.jpg);
  background-size: cover;
  padding: 40px 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog-section h2 {
  margin-bottom: 0;
  font-size: 2.5rem;
  color: white;
  font-weight: 500;
}
.blog-section h2 span {
  font-weight: 600;
}
.blog-section h2 small {
  font-size: 1.7rem;
}
.blog-section .blog {
  padding: 15px;
}

.blog-section .blog p {
  color: white;
}
.blog-section .blog h3 {
  font-size: 1.4rem;
  color: white;
  min-height: 53px;
  font-weight: 600;
  margin-top: 10px;
}
.blog-section .blog .btn {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 12px 25px;
  border-radius: 30px;
}
.blog-section .blog .btn:hover {
  background-color: #dd2839;
  border: 1px solid #dd2839;
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
}

.brd-page {
  padding: 40px 0;
  background-color: #efeefe;
}
.brd-page h2 span {
  font-weight: bold;
  font-style: italic;
}
.brd-page h2 {
  background: #6b67ad;
  color: white;
  border-radius: 12px;
  padding: 15px 0;
  margin-bottom: 0;
}
.brd-page h3 span {
  font-weight: bold;
}

.brd-page h3 {
  z-index: 1;
  position: relative;
  margin-top: -5px;
  background: #dd2839;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  border-radius: 12px;
  color: white;
}
.brd-page .tabs tr td {
  color: #3a3a3c;
  font-size: 19px;
  position: relative;
  height: 60px;
  width: 50%;
  padding: 10px 5px;
  text-align: center;
  border-left: 2px solid #9f9ecc;
  border-right: 2px solid #9f9ecc;
  border-bottom: 2px solid #9f9ecc;
}

.brd-page .tabs tr:last-child td {
  border-bottom: 0;
}
.brd-page .tabs tr td:first-child {
  border-left: 0;
}
.brd-page .tabs tr td:last-child {
  border-right: 0;
}

.brd-page .tabs tr th:first-child {
  border-left: 0;
}
.brd-page .tabs tr th:last-child {
  border-right: 0;
}

.brd-page .tabs tr th {
  position: relative;
  border-left: 2px solid #9f9ecc;
  border-right: 2px solid #9f9ecc;
  padding-bottom: 5px;
  border-bottom: 2px solid #9f9ecc;
  color: #434681;
  text-align: center;
  font-size: 2rem;
}

.brd-page .tabs .dot {
  height: 12px;
  width: 12px;
  background-color: #9f9ecc;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -7px;
}

.brd-page .tabs .dots {
  height: 12px;
  width: 12px;
  background-color: #9f9ecc;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -7px;
}

.brd-page .tabs .dot1 {
  height: 12px;
  width: 12px;
  background-color: #9f9ecc;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 49.4%;
  top: 7%;
}

.brd-page .tabs .dot2 {
  height: 12px;
  width: 12px;
  background-color: #9f9ecc;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 49.4%;
  bottom: 7%;
}

.brd-page .tabs {
  margin-top: -30px;
  z-index: 0;
  position: relative;
  border: 3px solid #6b67ad;
  padding: 30px;
  border-radius: 30px;
}

.cont-section {
  padding: 40px 0;
}

.cont-section h2 {
  color: #dd2839;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.cont-section p {
  color: #000000;
}

.cont-section .form .form-control {
  box-shadow: none;
  line-height: 2;
}

.cont-section .about-box {
  position: relative;
}

.cont-section .about-box .conta {
  left: -15%;
  position: absolute;
  width: 150px;
  height: 150px;
  top: -15%;
}

.cont-section .about-box .conta .circle1 {
  width: 150px;
  height: 150px;
  top: 0px;
  left: 0px;
}
.cont-section .about-box .conta .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(128, 128, 192, 0.2);
}

.cont-section .about-box .conta .circle2 {
  width: 70px;
  height: 70px;
  top: -15%;
  left: 0px;
}
.cont-section .about-box .conta .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(128, 128, 192, 0.2);
}

.cont-section .about-box .conta1 {
  right: -15%;
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -15%;
}

.cont-section .img-fluid {
  z-index: 1;
  position: relative;
}

.cont-section .about-box .conta1 .circle1 {
  width: 150px;
  height: 150px;
  bottom: 0px;
  right: 0px;
}
.cont-section .about-box .conta1 .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(248, 203, 208, 0.4);
}

.cont-section .about-box .conta1 .circle2 {
  width: 70px;
  height: 70px;
  bottom: 0%;
  right: 0px;
}

.cont-section .form textarea.form-control {
  min-height: 170px;
}
.testimonials {
  padding: 40px 0;
    background-image: url(../images/socialbg.jpg);
  background-size: cover;
  padding: 40px 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.testimonials h2 {
  font-weight: 700;
  color: #ffff;
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.testimonials .review-box {
  text-align: center;
  padding: 25px;
  font-style: italic;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.4);
  margin: 15px 15px 30px 15px;
}

.testimonials .review-box .media img {
  border-radius: 50%;
}
.testimonials .review-box .media-body h5 {
  font-weight: bold;
  margin-top: 10px;
  color: #ffff;
}
.testimonials .review-box .read {
  margin-top: 15px;
  min-height: 82px;
  color: #ffff;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important;
}
.swiper-pagination-bullet-active {
  background: #dd2839 !important;
}
.testimonials .swiper-slide-next .review-box {
  background-color: #dd2839;
}

.testimonials .swiper-slide-next .review-box .quote {
  filter: brightness(0) invert(1);
}

.testimonials .swiper-slide-next .review-box .read {
  color: white;
}

.testimonials .swiper-slide-next .review-box .media-body h5 {
  color: white;
}
.testimonials .swiper-slide-next .review-box .media-body p {
  color: white;
}

.footer {
  background-image: url(../images/footerbg.jpg);
  background-size: cover;
  padding: 40px 0;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer .img-fluid {
  max-height: 70px;
}
.footer h4 {
  color: white;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer .con {
  color: white;
}
.footer p {
  color: white;
}
.footer .con a {
  color: white;
  text-decoration: none;
}

.footer .con span {
  color: #e2dff0;
  font-weight: 600;
  font-size: 18px;
  vertical-align: bottom;
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer ul li {
  margin-bottom: 12px;
}
.footer ul li a {
  text-decoration: none;
  color: white;
}
.footer .social {
  margin-bottom: 15px;
}
.footer .social a {
  color: white;
  margin-right: 5px;
  font-size: 18px;
  border: 1px solid white;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: inline-block;
}
.footer .social a i {
  vertical-align: sub;
  margin-left: 9px;
}
.bottombar p {
  margin-bottom: 0;
  color: white;
}
.bottombar p a {
  text-decoration: none;
  color: white;
}
.bottombar {
  background-color: #361c59;
  padding: 13px 0;
}
.breadcumb .bread {
  display: flex;
  align-content: center;
  column-gap: 10px;
}
.breadcumb .bread h2 {
  margin-bottom: 0;
}
.breadcumb .bread h1 {
  margin-bottom: 0;
}
.breadcumb {
  background-color: #6b66ac73;
  padding: 20px 0;
}
.breadcumb .bread p {
  margin-bottom: 0px;
}
.breadcumb .bread a {
  text-decoration: none;
  color: #361c59;
  font-weight: bold;
  font-size: 18px;
  display: block;
}

.contact-page {
  padding: 40px 0;
}

.contact-page .quickcontact {
  border: 1px solid #eee;
  margin-bottom: 15px;
  padding: 30px;
}
.contact-page .quickcontact h3 {
  font-weight: 600;
}
.contact-page .quickcontact .con h4 {
  font-weight: 600;
  font-size: 18px;
}
.contact-page .quickcontact .con p a {
  text-decoration: none;
  color: #212529;
  font-weight: lighter;
  font-size: 18px;
  display: block;
}
.contact-page .quickcontact .con p {
  margin-left: 40px;
  text-decoration: none;
  color: #212529;
  font-weight: lighter;
  font-size: 18px;
  display: block;
}

.contact-page .quickcontact .con .bi {
  /*border: 1px solid;*/
  padding: 5px;
  margin-right: 5px;
}

.contact-page .quickcontact > p {
  margin-bottom: 30px;
}

.contact-page .form {
  background-color: #f5f6f6;
  padding: 30px;
}
.contact-page .form h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-page .form .form-control {
  box-shadow: none;
  border: 0;
  line-height: 2;
}

.contact-page .form textarea.form-control {
  min-height: 110px;
}

.maps {
  margin-bottom: -6px;
}

.error-page {
  padding: 40px 0;
}
.error-page ul li {
  margin-bottom: 10px;
}
.error-page ul li a,
.error-page .con p a {
  text-decoration: none;
  color: black;
}

.influencer .user {
  padding: 20px;
  background-color: #361c59;
}
.influencer .user h3 {
  color: white;
}
.influencer .user p {
  color: white;
  text-align: justify;
}
.influencer .user .ff {
  min-height: 145px;
}
.influencer .user .fh {
  min-height: 121px;
}
.influencer .user a {
  background-color: #dd2839 !important;
  color: white !important;
  font-size: large !important;
  padding: 8px 8px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
}
.influencer .user img {
  margin-bottom: 15px;
}

.influencer .download a {
  text-decoration: none;
  color: black;
}
.influencer .download {
  padding: 20px;
  background-color: #edecff;
}

.influencer .download:hover {
  background-color: #361c59;
}

.influencer .download:hover a {
  color: white;
}

.about-media {
  background-color: #6c66ac;
  padding: 5px 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-media h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0;
}

.about-media h2 span {
  font-weight: normal;
  font-family: "Cursiv";
  font-size: 35px;
  display: inline-block;
}

.about-page {
  padding: 75px 0;
}

.about-page h2 {
  color: #6c66ac;
  font-weight: 600;
  font-size: 40px;
}
.about-page h2 span {
  font-weight: normal;
  font-family: "Cursiv";
  font-size: 50px;
  display: inline-block;
}

.about-page .about-box {
  padding: 25px;
  border: 3px solid #dad9e9;
  border-radius: 30px;
  position: relative;
  margin-top: 30px;
}

.about-page .about-box h3 {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background: white;
  margin-top: -50px;
  padding: 10px;
  font-size: 22px;
  color: #e02737;
  font-weight: 600;
  font-style: italic;
}
.about-page .about-box p {
  font-size: 20px;
}
.about-page .about-box p b {
  font-size: 25px;
}
.about-page .about-box .conta {
  left: -10%;
  position: absolute;
  width: 150px;
  height: 150px;
  top: -30%;
}

.about-page .about-box .conta .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(128, 128, 192, 0.2);
}

.about-page .about-box .conta .circle1 {
  width: 70px;
  height: 70px;
  top: 30px;
  left: 50px;
}

.about-page .about-box .conta .circle2 {
  width: 40px;
  height: 40px;
  top: 10%;
  left: 40px;
}

.about-page .about-box .conta1 {
  right: -10%;
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -30%;
}

.about-page .about-box .conta1 .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(248, 203, 208, 0.4);
}

.about-page .about-box .conta1 .circle1 {
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 50px;
}

.about-page .about-box .conta1 .circle2 {
  width: 40px;
  height: 40px;
  bottom: 10%;
  right: 40px;
}

.about-page .about-box .conta2 {
  left: -10%;
  position: absolute;
  width: 150px;
  height: 150px;
  top: -20%;
}

.about-page .about-box .conta2 .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(128, 128, 192, 0.2);
}

.about-page .about-box .conta2 .circle1 {
  width: 70px;
  height: 70px;
  top: 30px;
  left: 50px;
}

.about-page .about-box .conta2 .circle2 {
  width: 40px;
  height: 40px;
  top: 10%;
  left: 40px;
}

.about-page .about-box .conta3 {
  right: -10%;
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -20%;
}

.about-page .about-box .conta3 .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(248, 203, 208, 0.4);
}

.about-page .about-box .conta3 .circle1 {
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 50px;
}

.about-page .about-box .conta3 .circle2 {
  width: 40px;
  height: 40px;
  bottom: 10%;
  right: 40px;
}

.how-sec {
  padding: 40px 0;
  background-color: #6c66ac;
}

.how-sec h2 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 40px;
}

.how-sec h2 span {
  font-weight: normal;
  font-family: "Cursiv";
  font-size: 50px;
  display: inline-block;
}

.how-sec h3 {
  color: white;
}
.how-sec h4 {
  color: white;
  font-size: 20px;
  margin-top: 15px;
}
.how-sec h5 {
  color: white;
  font-family: "Cursiv" !important;
  font-size: 35px;
}
.how-sec .tips {
  background-color: white;
  padding: 25px 50px;
  margin-top: 40px;
  border-radius: 40px;
}

.how-sec .tips p {
  color: #6c66ac;
  font-weight: 500;
  font-size: 20px;
}

.how-sec .howshape1 {
  position: absolute;
  left: -7%;
  z-index: 0;
  top: 10%;
}
.how-sec .howshape2 {
  position: absolute;
  right: -7%;
  top: 10%;
  z-index: 0;
}
.how-sec .abt-ros .img-fluid {
  z-index: 1;
  position: relative;
}

.faq-sec {
  padding: 40px 0;
}

.faq-sec h2 {
  color: #dd2839;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 40px;
}

.faq-sec h3 {
  font-weight: 600;
  color: #dd2839;
  font-style: italic;
  margin-top: 15px;
  font-size: 30px;
}

.feature-sec {
  padding: 40px 0 80px 0;
  background-color: #6c66ac;
}

.feature-sec h2 {
  color: #ffffff;
  z-index: 1;
  position: relative;
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 40px;
}

.feature-sec h2 span {
  font-weight: normal;
  font-family: "Cursiv";
  font-size: 50px;
  display: inline-block;
}

.feature-sec .featureshape1 {
  position: absolute;
  left: -7%;
  top: 10%;
  z-index: 0;
}

.feature-sec .featureshape2 {
  position: absolute;
  right: -7%;
  top: 10%;
  z-index: 0;
}

.choose-sec {
  padding-bottom: 40px;
}

.choose-sec .featureimg {
  margin-top: -91px;
  z-index: 1;
  position: relative;
}

.choose-sec h2 {
  color: #6c66ac;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 40px;
}

.choose-sec h2 span {
  font-weight: normal;
  font-family: "Cursiv";
  font-size: 50px;
  display: inline-block;
}

.choose-sec .featurebox {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  column-gap: 5px;
  margin-bottom: 25px;
}
.choose-sec .featurebox .img-fluid {
  align-self: center;
  max-height: 60px;
}
.choose-sec .featurebox h3 {
  align-self: center;
  margin-bottom: 0;
  color: #6c66ac;
}

.testimonial {
  padding: 40px 0;
  background-color: #6c66ac;
}
.testimonial .howshape1 {
  position: absolute;
  left: -7%;
  max-height: 160px;
  top: 10%;
}

.testimonial .howshape2 {
  position: absolute;
  right: -7%;
  max-height: 160px;
  top: 10%;
}

.testimonial .carousel-control-next,
.testimonial .carousel-control-prev {
  width: 5%;
}

.testimonial .carousel-control-prev {
  left: -6%;
}

.testimonial .carousel-control-next {
  right: -6%;
}

.testimonial .carousel-inner {
  border-radius: 25px;
  background: #f8f8f8;
}

.testimonial .carousel-inner p {
  color: #6c66ac;
  font-size: 24px;
  padding: 15px;
  margin-bottom: 0;
}

.testimonial .carousel-inner h4 {
  text-align: right;
  padding: 15px;
  color: #e02737;
  font-weight: 600;
}

.benefits-sec {
  padding: 40px 0;
}
.benefits-sec h3 span {
  font-weight: normal;
}

.benefits-sec h2 span {
  font-weight: normal;
  font-family: "Cursiv";
  font-size: 50px;
  display: inline-block;
}

.benefits-sec h2 {
  font-size: 40px;
  color: #6c66ac;
  font-weight: 600;
}
.benefits-sec h3 {
  color: #dd2839;
  font-weight: 600;
}
.benefits-sec h4 {
  color: #6c66ac;
  margin-bottom: 25px;
}
.benefits-sec .img-fluid {
  margin-top: 20px;
}

.faqsec {
  padding: 50px 0;
  background-color: #6863a3;
}

.faqsec .howshape1 {
  position: absolute;
  left: -7%;
  max-height: 170px;
  top: 0%;
  z-index: 0;
}

.faqsec .howshape2 {
  position: absolute;
  right: -7%;
  max-height: 170px;
  bottom: 0%;
  z-index: 0;
}

.faqsec h2 {
  color: #ffffff;
  z-index: 1;
  position: relative;
  font-size: 40px;
}

.faqsec h2 span {
  font-weight: normal;
  font-family: "Cursiv";
  font-size: 50px;
  display: inline-block;
}

.faqsec .faqdiv .head {
  border-bottom: 4px solid #bdb7d3;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.faqsec .faqdiv {
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: white;
  padding: 30px;
  z-index: 1;
  position: relative;
}

.faqsec .faqdiv .head h3 {
  color: #6c66ac;

  text-align: center;
}

.faqsec .faqdiv .head h3 span {
  font-family: "Cursiv";
  font-size: 2.5rem;
  display: inline-block;
}

.faqsec .faqdiv p {
  font-size: 20px;
  min-height: 219px;
}
.faqsec .faqdiv p span {
  line-height: normal;
  font-size: 25px;
  font-family: "Cursiv";
  color: #6c66ac;
}

.faqsec .faqdiv a {
  text-decoration: none;
  display: inline-block;
  color: white;
  border-radius: 7px;
  background-color: #6863a3;
  padding: 10px 20px;
}

.cherish-sec {
  padding: 40px 0;
  background-color: #efeefe;
}

.cherish-sec h3 {
  color: #6863a5;
  font-size: xx-large;
}
.cherish-sec h2 {
  color: #6863a5;
  font-family: "Cursiv" !important;
  font-size: 100px;
}

.howto-sec {
  padding: 40px 0;
}
.howto-sec h2 {
  color: #6c66ac;
  font-weight: 600;
  font-size: 40px;
}

.howto-sec h2 span {
  font-weight: normal;
  font-family: "Cursiv";
  font-size: 50px;
  display: inline-block;
}

.howto-sec .howdiv {
  position: relative;
}
.howto-sec .content {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.howto-sec .content .pin {
  max-height: 50px;
  margin-top: 20px;
}
.howto-sec .content h4 {
  color: #5c5c5e;
  font-size: 1.2rem;
}
.howto-sec .content h3 {
  margin-top: 10px;
  color: #6c66ac;
}
.howto-sec .howdiv .conta2 {
  left: 1%;
  position: absolute;
  width: 150px;
  height: 150px;
  top: -20%;
}

.howto-sec .howdiv .conta2 .circle1 {
  width: 70px;
  height: 70px;
  top: 30px;
  left: 50px;
}

.howto-sec .howdiv .conta2 .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(128, 128, 192, 0.2);
}

.howto-sec .howdiv .conta2 .circle2 {
  width: 40px;
  height: 40px;
  top: 10%;
  left: 40px;
}

.howto-sec .howdiv .conta3 {
  right: 1%;
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -20%;
}

.howto-sec .howdiv .conta3 .circle {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(248, 203, 208, 0.4);
}

.howto-sec .howdiv .conta3 .circle1 {
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 50px;
}

.howto-sec .howdiv .conta3 .circle2 {
  width: 40px;
  height: 40px;
  bottom: 10%;
  right: 40px;
}

.innertesti {
  padding: 50px 0;
  background-color: #6863a3;
}

.innertesti h2 {
  color: white;
}
.innertesti p {
  color: white;
}
.innertesti .review-box .media-body h5 {
  color: white;
}
.innertesti .review-box {
  box-shadow: none;
}
.innertesti .swiper-slide-next .review-box {
  background-color: #9992c6;
}

.innertesti .swiper-pagination-bullet-active {
  background: #9992c6 !important;
}

.innertesti .review-box .quote {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 1023px) {
  .cont-section .marh {
    margin-bottom: 15px;
    margin-bottom: 25px;
  }
  body,
  html {
    overflow-x: hidden;
  }
}

.logodiv .sds-a {
  display: none;
}

@media only screen and (max-width: 768px) {
  .logodiv .sds-b {
    display: none;
  }
  .sds-block {
    display: none;
  }
  .logodiv .sds-a {
    display: block;
  }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .banner .carousel-caption {
    top: 10%;
    left: 12%;
  }
  .banner .carousel-caption h2 {
    font-size: 1.5rem;
  }
  .influencer .user .ff {
    min-height: 85px;
  }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .banner .carousel-caption {
    top: 22%;
    left: 12%;
  }
  .banner .carousel-caption h2 {
    font-size: 1.5rem;
  }
  .navbar .social {
    display: none;
  }
  .navbar .nav-link {
    padding: 6px !important;
  }
  .abt-media .col-lg-3 {
      width: 50%;
  }
}

@media only screen and (max-width: 766px) {
  .banner .carousel-caption {
    top: 12%;
       left: 10% !important;
  }
  .banner .carousel-caption h2,
  .banner .carousel-caption p {
    margin-bottom: 8px;
    font-size: 15px;
  }
  .carousel-control-next, .carousel-control-prev{
          width: 10% !important;
  }
 
  .about-page .about-box .conta {
    top: -40%;
  }

  .about-page .about-box h3 {
    font-size: 17px;
  }

  .about-page .about-box .conta1 {
    bottom: -16%;
  }
  .banner .btn-custom {
    font-size: 12px !important;
    padding: 4px 10px !important;
    font-weight: normal !important;
  }

  .faqsec .howshape2 {
    right: 0;
  }

  .about-page {
    padding: 45px 0;
  }

  .footer .social {
    margin-bottom: 10px;
  }
  body,
  html {
    overflow-x: hidden;
  }

  .faqsec .faqdiv {
    height: auto !important;
  }
}

.instagram-media {
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  margin: 1px;
  max-width: 540px;
  min-width: 326px;
  padding: 0;
  width: 99.375%;
}

.instagram-placeholder {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 16px;
}

.instagram-profile-picture {
  background-color: #f4f4f4;
  border-radius: 50%;
  flex-grow: 0;
  height: 40px;
  margin-right: 14px;
  width: 40px;
}

.instagram-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}

.instagram-username,
.instagram-timestamp {
  background-color: #f4f4f4;
  border-radius: 4px;
  height: 14px;
  margin-bottom: 6px;
}

.instagram-username {
  width: 100px;
}

.instagram-timestamp {
  width: 60px;
}

.instagram-content-placeholder {
  padding: 19% 0;
}

.instagram-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0;
}

.instagram-view-post {
  color: #3897f0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 550;
  line-height: 18px;
}
.influencer h4 {
  font-size: 1rem;
  margin-top: 10px;
}
.neon-short{
    margin-top: 10px;
}
.con .bld{
       color: #282828f7;
    font-weight: 600;
}