@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

img {
  max-width: 100%;
}
body {
  font-family: "Lexend", sans-serif;
}

.loderC92 {
  border-color: rgb(150 248 137) transparent;
}
.loderC91 {
  border-color: transparent rgb(255 255 255);
}

.bannerRightImg img {
  animation: moveBottomIcon 3s ease-in-out infinite;
  transition: all 0.5s ease-in-out;
}

.voixHeader {
  background-color: #1c2335;
}

.blogsingle {
  background-color: #1e263a;
}
.voixHeader .nav-link {
  color: #bdbfc6;
  padding: 0px !important;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  display: inline-block;
}

.voixHeader .navbar-toggler {
  padding: 0px;
  background-color: #dcdcdc57;
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.voixHeader .navbar-toggler:focus {
  box-shadow: none;
}
.voixHeader .navbar-toggler-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.voixHeader .nav-link.active,
.voixHeader .nav-link:hover {
  color: #96f889;
  border-color: #96f889;
}

.voixHeader .navbar-nav .nav-item {
  margin-right: 20px;
  margin-left: 20px;
}
.v_sectionHeading h2 {
  font-size: 32px;
}
.voixHeader .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

.innerPageSection {
  padding: 60px 0px;
  background-color: #1e263a;
  color: #fff;
}
.innerPageSection.licences {
  padding: 105px 0px;
}

.innerPageSection h2 {
  text-align: center;
  margin-bottom: 38px;
  position: relative;
}
.innerPageSection h2:before {
  content: "";
  height: 2px;
  background-color: #96f889;
  width: 50px;
  display: inline-block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -14px;
}

.innerPageSection p {
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 15px;
}
.innerPageSection ul li a {
  color: #fff;
  text-decoration: none;
}

.innerPageSection ul li::marker {
  color: #96f889;
}
.innerPageSection a {
  color: #96f889;
  text-decoration: none;
}

/*--start banner--*/

.voixBanner {
  background-image: url("../img/voix_banner.svg");
  background-color: #1e263a;
  padding: 70px 0px 100px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-attachment: fixed;
}

.voixBannerBottom {
  width: 100%;
}
.voixBannerTxt p {
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 300;
}
.voixBannerTxt h1 span {
  color: #96f889;
}

.voixBannerTxt .bannerSubheading {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.voixBannerTxt .bannerSubheading span {
  display: flex;
  margin-left: 10px;
}
.bannerPlay {
  font-size: 55px;
  margin-bottom: 11px;
}
.bannerPlay a {
  display: flex;
  display: inline-flex;
  margin-top: 25px;
}
.bannerPlay a img {
  width: 100%;
  max-width: 195px;
}
.voixBannerTxt h1 {
  font-size: 55px;
}

.bannerRightImg img {
  position: relative;
  z-index: 1;
}
/*--start how to use--*/
.sectionPadding {
  padding: 90px 0px 100px;
  background-color: #1e263a;
}
.v_sectionHeading h1 {
  font-size: 34px;
}

.v_sectionHeading p {
  color: #b3b3b3;
  font-size: 15px;
}
.useCardNumber {
  width: 47px;
  height: 47px;
  background: transparent
    radial-gradient(closest-side at 50% 50%, #cffb68 0%, #96f889 100%) 0% 0%
    no-repeat padding-box;
  border: 1px solid #313953;
  opacity: 1;
  border-radius: 50%;
  color: #1e263a;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.useCardImg {
  /*background: radial-gradient(circle at 100% 100%, #ffffff00 0, #ffffff00 29px,
	transparent 29px) 0% 0% / 30px 30px no-repeat, radial-gradient(circle at 0
	100%, #ffffff 0, #ffffff00 29px, transparent 29px) 100% 0% / 30px 30px
	no-repeat, radial-gradient(circle at 100% 0, #ffffff00 0, #ffffff00 29px,
	transparent 29px) 0% 100% / 30px 30px no-repeat, radial-gradient(circle at 0
	0, #ffffff00 0, #ffffff00 29px, transparent 29px) 100% 100% / 30px 30px
	no-repeat, linear-gradient(#CFFB68, #CFFB68) 50% 50% / calc(100% - 2px)
	calc(100% - 60px) no-repeat, linear-gradient(#CFFB68, #CFFB68) 50% 50% /
	calc(100% - 60px) calc(100% - 2px) no-repeat, linear-gradient(transparent 0%,
	#96F889 100%);
	border-radius: 30px; 
	padding: 1px; 
	box-sizing: border-box;*/
}

.useCardImg {
  position: relative;
  padding: 1px;
  border-radius: 30px;
  z-index: 1;
  background-color: #1e263a;
}

.useCardImg:before {
  content: "";
  border-radius: 30px;
  mask-composite: exclude;
  position: absolute;
  height: 100%;
  background: linear-gradient(rgb(30 38 58), #cffb68);
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
}
.useCardImg.useCardImgCenter:before {
  background: linear-gradient(rgb(207 251 104), rgb(30 38 58));
}
.useCardContent {
  padding: 20px 8px 18px;
}
.useCardContent h3 {
  font-size: 22px;
}
.useCardContent p {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

/*--end how to use--*/

/*--start vocal process--*/

.vocal_Process {
  background-image: url("../img/vocalProcess.webp");
  padding: 136px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.v_ProcessCard {
  background: #1e263a 0% 0% no-repeat padding-box;
  padding: 23px 30px 34px;
  color: #fff;
  border-radius: 24px;
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: 100%;
  max-width: 95%;
  margin: 0 auto;
}
.v_ProcessCard img {
  width: 100%;
}

/*--end vocal process--*/

/*--start Features section--*/

.vocalFeatures {
  background-color: #1e263a;
  padding: 150px 0px 110px;
}
.featuresContent {
  color: #fff;
  padding: 30px 21px 37px;
}

.featuresContent p {
  color: #b3b3b3;
}
.featuresCardMain {
  position: relative;
  padding: 1px;
  border-radius: 30px;
  z-index: 1;
  background-color: #1e263a;
}
.featuresCardMain:before {
  content: "";
  border-radius: 30px;
  mask-composite: exclude;
  position: absolute;
  height: 100%;
  background: linear-gradient(rgb(30 38 58), #cffb68);
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
}
.featuresCardMain.featuresCenter:before {
  background: linear-gradient(rgb(207 251 104), rgb(30 38 58));
}

.featuresCardInner {
  background-color: #1e263a;
  border-radius: 30px 30px 30px 30px;
}
.featuresCard {
  padding: 10px 10px;
  border-radius: 20px;
}
.featuresDate span {
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 13px;
  display: inline-block;
}
.featuresContent h3 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.featuresContent p {
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 400;
}
.accordion-body a {
  color: #96f889;
  text-decoration: none;
}
.featuresBtn button {
  font-size: 14px;
  background-color: transparent;
  border: none;
  color: #fff;
  transition: all 0.3s ease;
  padding: 0;
}
.featuresBtn button span {
  transition: all 0.3s ease;
  margin-left: 2px;
}

.featuresBtn button:hover {
  color: #96f889;
}
.featuresBtn button:hover span svg path {
  fill: #96f889;
}
.featuresBtn button:hover span {
  margin-left: 7px;
}
/*--end Features section--*/

/*-- start faq--*/
.voix_faq {
  background-color: #1e263a;
  padding-bottom: 90px;
}

.voix_faqItem .accordion-item {
  margin-bottom: 5px;
}

.voix_faqItem .accordion-button:not(.collapsed),
.voix_faqItem .accordion-button,
.voix_faqItem .accordion-item {
  background-color: transparent;
  color: #bdbfc6;
  border: none;
  box-shadow: none;
}
.voix_faqItem .accordion-button {
  display: flex;
  align-items: flex-start;
  font-size: 19px;
  padding: 24px 0px 24px;
  border-bottom: 1px solid #32394f;
}
.v_faqIcon {
  display: flex;
  margin-top: 2px;
  margin-right: 10px;
}
.accordion-body {
  padding-bottom: 0px;
}

.voix_faqItem .accordion-button:not(.collapsed)::after,
.voix_faqItem .accordion-button::after {
  background-image: url("../img/accordion_icon.svg");
}

.voix_faqItem .accordion-button:focus {
  box-shadow: none;
}
.voix_faqItem .accordion-body p {
  border-bottom: 1px solid #32394f;
  padding-bottom: 30px;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: 300;
}
.voix_faqItem {
  background: transparent
    linear-gradient(180deg, #282f46 0%, #1e263a 58%, #1e263a 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 24px;
}

.voix_faqItem .accordion-header {
  padding: 0px 1rem 0px 1.25rem;
}

/*-- end faq--*/
/* cookies start code */
.cookie-consent,
.cookie-settings {
  position: fixed;
  bottom: 8px;
  left: 0px;
  background-color: #f2f2f2;
  padding: 15px;
  border: 1px solid #ccc;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid;
  padding: 18px 24px;
  box-shadow: 0 -1px 10px 0 #acabab4d;
  width: 100%;
  max-width: 98%;
  right: 0;
  margin: 0 auto;
  background: #1c2335;
  /* background: #ffffff; */
  color: #fff;
  border-radius: 5px;
  border-color: #48454e;
}
.cookie-consent {
  align-items: center;
}

.cookie-consent p {
  margin-bottom: 0px;
}
.cookie-settings {
  display: flex;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: all 1s ease;
  max-height: 100%;

  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  position: fixed;
  max-width: 100%;
  /* background: #ffffff; */
  top: 50%;
  box-sizing: border-box;
  border-radius: 6px;
  z-index: 999999999;
  color: #ffff;
  width: 100%;
  max-width: 50%;
  padding: 30px 32px;
  bottom: auto;
  box-shadow: 0 -1px 10px 0 #acabab4d;
}
.cookie-settings .accordion {
  background: #1c2335;
}
.cookie-settings .accordion .card-body,
.cookie-settings .accordion .card-header {
  background-color: #1c2335;
}

.cookie-settings .accordion .card-body {
  color: #d0d0d0;
  border-color: #474444;
  background-color: #2a2a2ad6;
}

.accordion .card {
  margin: 10px 0px;
  border-bottom: 1px solid rgb(0 0 0 / 0.125) !important;
  border-radius: 0.25rem !important;
}

.cookie-settings h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  word-break: break-word;
  margin-bottom: 20px;
}
.cookie-consent button,
.cookie-settings button {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  font-size: 14px;
  font-family: inherit;
  line-height: 24px;
  padding: 7px 20px;
  font-weight: 500;
  margin: 0 8px 0 0;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.5px;
  border-radius: 20px;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
.cookie-consent button:hover,
.cookie-settings button:hover {
  background-color: #fff;
  color: #000;
}
.cookie-consent button#customize {
  margin-right: 0px;
}
/* new code */
.cookie-settings .card-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f9fa;
}
.cookie-settings .close {
  position: absolute;
  top: -8px;
  right: 10px;
  transition: all 200ms;
  font-size: 34px;
  font-weight: normal;
  text-decoration: none;
  color: #96f889;
  opacity: 1;
  text-shadow: none;
}
.cookies-content-bg {
  background: #000000ab;
  padding: 10px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 9999;
}
.cookie-settings .close:hover {
  color: #fff !important;
}
.cookie-settings .card-header h5 {
  margin: 0px 0px 0px 5px;
  font-size: 17px;
}

.ac_swich .arrow {
  transition: transform 0.3s ease;
  font-size: 1.2rem;
}

.ac_left .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.ac_left .arrow.rotate {
  transform: rotate(180deg);
}
.ac_swich .collapsed .arrow {
  transform: rotate(0deg);
}

.ac_swich .arrow.rotate {
  transform: rotate(180deg);
}
.ac_swich {
  position: absolute;
  right: 14px;
  top: 8px;
}
.ac_swich .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin: 0;
}

.ac_swich .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ac_swich .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(160, 160, 160);
  transition: 0.4s;
  border-radius: 34px;
}

.ac_swich .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.ac_swich input:checked + .slider {
  background-image: linear-gradient(
    to right,
    #556ee7e0,
    #556ee7de,
    #e062f0c7,
    #e062f0e3,
    #e062f0
  );
}

.ac_swich input:checked + .slider:before {
  transform: translateX(26px);
}
/* end of cookies code */
/* start blog single */

.aboutBannerNone {
  background-image: none;
}
.aboutBanner {
  background-image: url(../images/about_banner.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0px;
}

.about_Banner_nav ul li a {
  color: #96f889;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.5s ease;
  cursor: pointer;
}
.about_Banner_nav ul li a:hover {
  color: #fff;
}
.about_Banner_nav ul li .active {
  color: #fff;
}

.about_Banner_nav ul li .active:hover {
  color: #fff;
}
/* end blog single */

/*--start footer css--*/

.voixFooter {
  background-color: #1e263a;
  padding-bottom: 135px;
  margin-top: -1px;
}

.footerMenu ul li a {
  color: #bdbfc6;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s ease;
}
.footerMenu ul li a:hover {
  color: #96f889;
}

.copyRighTxt p {
  color: #bdbfc6;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
}
.footerMenu ul {
  margin-bottom: 42px;
}

.greenDot {
  background: #96f889;
  height: 6px;
  width: 6px;
  display: inline-block;
  border-radius: 50%;
  top: 50%;
}
.footerLogo {
  animation: moveBottomIcon 3s ease-in-out infinite;
  transition: all 0.5s ease-in-out;
}

/* start blog section */

.blogSection {
  padding: 90px 0px 90px;
  background-color: #1e263a;
}
.blogInner {
  width: 100%;
  max-width: 77%;
  margin: 0 auto;
}
.blogDetailsInner img {
  max-width: 69%;
  margin: 0 auto;
  display: flex;
}

.blogCardLeft a {
  text-decoration: none;
}
.blogCardLeft a:hover .blogCardContent p {
  background: linear-gradient(
    to right,
    #fe8f00,
    #ff7a00,
    #ff6100,
    #ff4300,
    #fe0100
  );
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.blogCardLeft {
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
}

.blogCardLeft:hover {
  transform: translateY(-10px);
}

.blogCard {
  background-color: #191c1d;
  border-radius: 8px;
}
.blogCardContent {
  padding: 13px 20px 16px;
}
.blogCard {
  background-color: #191c1d;
  border-radius: 8px;
}

.cardDate span {
  font-size: 11px;
  font-weight: 300;
}
.blogInner {
  width: 100%;
  max-width: 77%;
  margin: 0 auto;
}
.cardDateMain {
  margin-bottom: 12px;
}
.blogCardContent p {
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogCardLeft a {
  text-decoration: none;
}
.blogCardLeft a:hover .blogCardContent p {
  background: linear-gradient(
    to right,
    #cffb68,
    #cffb68,
    #cffb68,
    #96f889,
    #96f889
  );
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.blogCardLeft {
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
}

.blogCardLeft:hover {
  transform: translateY(-10px);
}

/*--end blog page css--*/

/*--start blog detail page css--*/
.blogDetailsInner h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 35px;
}
.blogDetailsInner {
  padding: 10px 0px 20px;
}
.blogDetailsInner .cardDate span {
  font-size: 17px;
}
.blogDetailsTxt {
  border-top: 1px solid #48454e;
  margin-top: 46px;
  padding-top: 38px;
}
.blogDetailsImg img {
  width: 100%;
  max-width: 69%;
  margin: 0 auto;
  display: flex;
}
.blogDetailsInner ul {
  padding: revert;
}
.blogDetailsTxt p {
  font-size: 14px;
  line-height: 31px;
  font-weight: 300;
}
.blogDetailsTxt p strong {
  font-size: 19px;
  border-bottom: 1px solid #ffffff5c;
  padding-bottom: 4px;
}
.blogDetailsInner a {
  color: #96f889;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  transition: all 0.5s ease;
  cursor: pointer;
}
.blogDetailsInner a:hover {
  color: #fff;
}
/* end blog section */

@keyframes moveBottomIcon {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*--end footer css--*/

/*--start Responsive--*/

@media (min-width: 992px) and (max-width: 1199.98px) {
  .voixBannerTxt .bannerSubheading {
    font-size: 18px;
  }
  .voixBannerTxt h1 {
    font-size: 48px;
  }
  /* .blogDetailsInner {
        padding: 48px 0px 70px;
    } */
  .blogDetailsInner h2 {
    font-size: 32px;
  }
  .blogDetailsInner .cardDate span {
    font-size: 16px;
  }

  .blogDetailsTxt {
    margin-top: 40px;
    padding-top: 32px;
  }
  .blogDetailsTxt p {
    font-size: 16px;
    line-height: 29px;
  }
  .voixBannerTxt p {
    font-size: 16px;
  }
  .bannerPlay a img {
    max-width: 160px;
  }
  .useCardImg:before {
    border-radius: 23px;
  }
  .v_sectionHeading h2 {
    font-size: 28px;
  }
  .v_sectionHeading p {
    font-size: 16px;
  }
  .voixFooter {
    padding-bottom: 70px;
  }
  .footerMenu ul {
    margin-bottom: 30px;
  }
  .voix_faqItem .accordion-button {
    font-size: 18px;
  }
  .blogCardContent p {
    font-size: 16px;
  }
  .voix_faqItem .accordion-body p {
    font-size: 13px;
  }
  .blogInner {
    max-width: 80%;
  }

  .footerMenu ul li a {
    font-size: 14px;
  }
  /* .aboutBanner {
        padding: 115px 0px 40px;
 } */
  .innerPageSection p {
    font-size: 15px;
  }
  .blogSection {
    padding: 88px 0px 50px;
  }
  .about_Banner_nav ul li a {
    font-size: 13px;
  }
  .cookie-settings {
    max-width: 80%;
    padding: 26px 22px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .voixHeader .navbar-nav {
    text-align: center;
  }
  /* .aboutBanner {
        padding: 115px 0px 40px;
 } */
  .about_Banner_nav ul li a {
    font-size: 13px;
  }
  .footerMenu ul {
    margin-bottom: 25px;
  }

  .voixHeader .navbar-nav .nav-item {
    margin-right: 0px;
    margin: 12px 0px 0px;
  }
  .voixHeader .nav-link {
    font-size: 15px;
  }
  .voixHeader .navbar-nav {
    text-align: center;
  }

  .voixHeader .navbar-nav .nav-item {
    margin-right: 0px;
    margin: 12px 0px 0px;
  }
  .voixHeader .nav-link {
    font-size: 15px;
  }
  .voixBanner {
    padding: 55px 0px 85px;
    background-position: right;
  }
  .voixBannerTxt h1 {
    font-size: 38px;
  }
  .voixBannerTxt .bannerSubheading {
    font-size: 14px;
  }
  .voixBannerTxt p {
    font-size: 13px;
  }
  .bannerPlay a img {
    max-width: 140px;
  }
  .bannerPlay {
    text-align: center;
  }
  .bannerPlay a {
    margin-bottom: 25px;
  }
  .bannerRightImg img {
    max-width: 85%;
  }
  .bannerRightImg img {
    max-width: 95%;
  }
  .bannerRightImg {
    text-align: center;
  }
  .v_sectionHeading h2 {
    font-size: 24px;
  }
  .v_sectionHeading p {
    font-size: 13px;
  }
  .sectionPadding {
    padding: 45px 0px 55px;
  }
  .useCardImg {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .useCardImg {
    padding: 2px;
  }
  .useCardImg:before {
    border-radius: 16px;
  }
  .useCardContent h3 {
    font-size: 20px;
  }
  .useCardContent p {
    font-size: 13px;
  }
  .vocal_Process {
    padding: 80px 0px;
  }
  .vocalFeatures {
    padding: 60px 0px 60px;
  }
  .featuresCardMain {
    margin-bottom: 15px;
  }
  .featuresContent p {
    font-size: 13px;
  }
  .featuresContent h3 {
    font-size: 17px;
  }
  .featuresDate span {
    font-size: 12px;
  }
  .featuresBtn button {
    font-size: 13px;
  }
  .voix_faqItem .accordion-button {
    font-size: 16px;
  }
  .voix_faqItem .accordion-body p {
    font-size: 12px;
  }
  .voix_faqItem .accordion-button {
    padding: 20px 0px 15px;
  }
  .faqRight img {
    width: 100%;
    max-width: 70%;
  }
  .faqRight {
    text-align: center;
    margin-bottom: 30px;
  }
  .footerLogo img {
    width: 100%;
    max-width: 90%;
  }
  .footerLogo {
    text-align: center;
  }
  .blogInner {
    max-width: 90%;
  }
  .blogCardContent p {
    font-size: 15px;
  }

  .voix_faq {
    padding-bottom: 60px;
  }
  .v_ProcessCard {
    max-width: 100%;
  }
  .footerMenu ul li {
    margin: 10px 0px 0px;
  }
  .footerMenu ul li a {
    font-size: 15px;
  }
  .copyRighTxt p {
    font-size: 12px;
  }
  .voixFooter {
    padding-bottom: 69px;
  }
  .footerMenu ul li a {
    font-size: 13px;
  }
  .innerPageSection p {
    font-size: 14px;
  }
  .blogSection {
    padding: 78px 0px 40px;
  }
  /*--start blog responsive css--*/
  .blogInner {
    max-width: 90%;
  }
  .blogSection {
    padding: 78px 0px 40px;
  }
  .blogCardContent p {
    font-size: 15px;
  }
  /*--start blog details responsive css--*/
  /* .blogDetailsInner {
  padding: 48px 0px 70px;
} */
  .blogDetailsInner h2 {
    font-size: 25px;
  }
  .blogDetailsInner .cardDate span {
    font-size: 15px;
  }

  .blogDetailsTxt {
    margin-top: 40px;
    padding-top: 32px;
  }
  .blogDetailsTxt p {
    font-size: 15px;
    line-height: 28px;
  }
  .cookie-settings {
    max-width: 90%;
    padding: 26px 20px;
  }
}

@media (max-width: 767.98px) {
  .voixHeader .navbar-nav {
    text-align: center;
  }
  /* .aboutBanner {
        padding: 115px 0px 40px;
 } */
  .blogInner {
    max-width: 90%;
  }
  .blogSection {
    padding: 78px 0px 40px;
  }
  .blogCardContent p {
    font-size: 15px;
  }

  /*--start blog details responsive css--*/
  /* .blogDetailsInner {
    padding: 48px 0px 70px;
} */
  .blogDetailsInner h2 {
    font-size: 25px;
  }
  .blogDetailsInner .cardDate span {
    font-size: 15px;
  }
  .footerMenu ul li a:hover {
    color: #bdbfc6;
  }

  .blogDetailsTxt {
    margin-top: 40px;
    padding-top: 32px;
  }
  .blogDetailsTxt p {
    font-size: 14px;
    line-height: 28px;
  }
  .blogDetailsTxt p {
    font-size: 13px;
  }
  .blogDetailsTxt p strong {
    font-size: 17px;
  }

  .voixHeader .navbar-nav .nav-item {
    margin-right: 0px;
    margin: 12px 0px 0px;
  }
  .voixHeader .nav-link {
    font-size: 15px;
  }
  .voixBanner {
    padding: 55px 0px 85px;
    background-position: left;
  }
  .voixBannerTxt h1 {
    font-size: 38px;
    text-align: center;
  }
  .voixBannerTxt .bannerSubheading {
    font-size: 14px;
    justify-content: center;
  }
  .voixBannerTxt p {
    text-align: center;
    font-size: 13px;
  }
  .bannerPlay a img {
    max-width: 140px;
  }
  .bannerPlay {
    text-align: center;
  }
  .bannerPlay a {
    justify-content: center;
  }
  .bannerRightImg img {
    max-width: 85%;
  }
  .bannerRightImg img {
    max-width: 60%;
    margin-bottom: 25px;
  }
  .bannerRightImg {
    text-align: center;
  }
  .v_sectionHeading h2 {
    font-size: 24px;
  }
  .v_sectionHeading p {
    font-size: 13px;
  }
  .sectionPadding {
    padding: 45px 0px 55px;
  }
  .useCardImg {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .useCardImg {
    padding: 2px;
  }
  .useCardImg:before {
    border-radius: 25px;
  }
  .useCardContent h3 {
    font-size: 20px;
  }
  .useCardContent p {
    font-size: 13px;
  }
  .vocal_Process {
    padding: 50px 0px;
  }
  .vocalFeatures {
    padding: 60px 0px 60px;
  }
  .featuresCardMain {
    margin-bottom: 15px;
  }
  .featuresContent p {
    font-size: 13px;
  }
  .featuresContent h3 {
    font-size: 17px;
  }
  .blogInner {
    max-width: 90%;
  }
  .blogCardContent p {
    font-size: 15px;
  }
  .blogSection {
    padding: 78px 0px 40px;
  }
  .featuresDate span {
    font-size: 12px;
  }
  .featuresBtn button {
    font-size: 13px;
  }
  .voix_faqItem .accordion-button {
    font-size: 16px;
  }
  .voix_faqItem .accordion-body p {
    font-size: 12px;
  }
  .voix_faqItem .accordion-button {
    padding: 20px 0px 15px;
  }
  .faqRight img {
    width: 100%;
    max-width: 70%;
  }
  .faqRight {
    text-align: center;
    margin-bottom: 30px;
  }
  .footerLogo img {
    width: 100%;
    max-width: 90%;
  }
  .footerLogo img {
    width: 100%;
    max-width: 50%;
  }
  .footerLogo {
    text-align: center;
    margin-bottom: 35px;
  }
  .greenDot {
    display: none;
  }
  .voix_faq {
    padding-bottom: 60px;
  }
  .v_ProcessCard {
    max-width: 100%;
  }
  .footerMenu ul li {
    display: block;
    margin: 10px 0px 0px;
  }
  .footerMenu ul li a {
    font-size: 15px;
  }
  .copyRighTxt p {
    font-size: 12px;
  }
  .voixFooter {
    padding-bottom: 69px;
  }
  .footerMenu ul li a {
    font-size: 14px;
  }
  .innerPageSection p {
    font-size: 13px;
  }
  .voixBanner {
    background-attachment: scroll;
  }
  .vocal_Process {
    background-attachment: scroll;
  }
  .cookie-settings {
    max-width: 98%;
    padding: 35px 20px;
  }

  .cookieSettingBtn {
    flex-wrap: wrap;
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 3rem !important;
  }
}
/*--end Responsive--*/
