@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

@font-face {
  font-family: InterDisplay-Regular;
  src: url("fonts/InterDisplay-Regular.eot");
  src: url("fonts/InterDisplay-Regular.eot?") format("☺"),
    url("fonts/InterDisplay-Regular.woff") format("woff"),
    url("fonts/InterDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: InterDisplay-Bold;
  src: url("fonts/InterDisplay-Bold.eot");
  src: url("fonts/InterDisplay-Bold.eot?") format("☺"),
    url("fonts/InterDisplay-Bold.woff") format("woff"),
    url("fonts/InterDisplay-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  width: 100%;
  overflow-y: auto;
}

body {
  overflow: hidden;
}

p {
  font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "InterDisplay-Bold", sans-serif !important;
}

ol {
  /* padding: 0; */
}

.btnOrange {
  background: #f47503;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  display: inline-block;
  width: max-content;
  margin: 80px auto 10px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  transition: all 0.5s;
  cursor: pointer;
}

.btnOrange:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0px 1px 4px #0000003d;
  background: #fa7907;
}

.NewHomePage {
  font-family: "Inter", sans-serif;
}

.NewHomePage header-component .navbar a {
  font-family: "Inter", sans-serif;
}

.NewHomePage header-component .navbar a.signUpButton {
  font-weight: 500;
  padding: 9px 20px;
}

.NewHomePage header-component .navbar a.nav-link {
  color: #edf0f2;
}

.NewHomePage header-component .navbar a.nav-link span svg path {
  stroke: #edf0f2;
}

.NewHomePage header-component .navbar a.nav-link:hover {
  color: #fc6e28;
}

.NewHomePage header-component .navbar a.nav-link:hover span svg path {
  stroke: #fc6e28;
}

.NewHomePage header-component .navbar a.nav-link:hover.signUpButton {
  color: #fff !important;
}

.NewHomePage header-component .navbar .langEnable img {
  filter: invert(1);
}

.NewHomePage header-component .navbar.active {
  box-shadow: 0px 1px 1px #dce0e3;
}

.NewHomePage header-component .navbar.active a.nav-link {
  color: #54536c;
}

.NewHomePage header-component .navbar.active a.nav-link:hover {
  color: #fc6e28;
}

.NewHomePage header-component .navbar.active a.nav-link:hover span svg path {
  stroke: #fc6e28;
}

.NewHomePage header-component .navbar.active a.signUpButton {
  color: #fff;
}

.NewHomePage header-component .navbar.active a span svg path {
  stroke: #54536c;
}

.NewHomePage header-component .navbar.active .langEnable img {
  filter: invert(0);
}

.NewHomePage .flex {
  display: flex;
}

.NewHomePage h2 {
  color: #0d0f0f !important;
  font-size: 40px;
  text-align: center;
  margin: 0 auto 70px;
  line-height: 44px;
}

.NewHomePage .bannerWrap {
  background-image: url(../img/vmaker-home-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
}

.NewHomePage .bannerWrap .container {
  margin: auto;
}

.NewHomePage .bannerWrap h1 {
  color: #fff;
  font-size: 56px;
  max-width: 1000px;
  padding: 110px 0 0;
  margin-bottom: 0;
  line-height: 58px;
  text-align: center;
  margin: auto;
}

.NewHomePage .bannerWrap p {
  color: #fff;
  margin: 16px auto 0px;
  font-size: 20px;
  text-align: center;
}

.NewHomePage .bannerWrap .btnGroup {
  text-align: center;
  display: inline-block;
  width: 100%;
}

.NewHomePage .bannerWrap .btnBorder,
.NewHomePage .bannerWrap .btnBg {
  font-size: 16px;
  border-radius: 24px;
  text-align: center;
  padding: 11px 62px;
  display: inline-block;
  text-decoration: none;
  margin: 50px 12px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.5s;
}

.NewHomePage .bannerWrap .btnBorder {
  border: 1px solid #f8f8f8;
  font-weight: 500;
}

.NewHomePage .bannerWrap .btnBorder:hover {
  background: #fff;
  color: #0d0f0f;
  box-shadow: 0px 1px 4px #0000003d;
  transform: translateY(-4px);
}

.NewHomePage .bannerWrap .btnBg {
  border: 2px solid #ffffff5c;
  background: #fff;
  color: #0d0f0f;
}

.NewHomePage .bannerWrap .btnBg:hover {
  box-shadow: 0px 0px 2px #0000003d;
  transform: translateY(-4px);
}

.NewHomePage .bannerWrap .row {
  flex-wrap: nowrap;
  flex-direction: row;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.NewHomePage .bannerWrap .card {
  border: 1px solid;
  border-radius: 16px;
  background: transparent;
  font-family: "Inter", sans-serif;
  max-width: 310px;
  margin: 70px 20px 50px;
  background: #151919;
  border-color: #303636;
  padding: 30px 15px;
  transition: all 0.5s;
  overflow: hidden;
}

.NewHomePage .bannerWrap .card:first-child {
  margin-left: auto;
}

.NewHomePage .bannerWrap .card:last-child {
  margin-right: auto;
}

.NewHomePage .bannerWrap .card span.animSpan {
  position: absolute;
  display: block;
}

.NewHomePage .bannerWrap .card span.animSpan:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #03e9f4);
  animation: animate1 5s linear infinite;
  animation-delay: 0s;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}

.NewHomePage .bannerWrap .card span.animSpan:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #03e9f4);
  animation: animate2 5s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

.NewHomePage .bannerWrap .card span.animSpan:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #03e9f4);
  animation: animate3 5s linear infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

.NewHomePage .bannerWrap .card span.animSpan:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #03e9f4);
  animation: animate4 5s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
}

.NewHomePage .bannerWrap .card .card-body {
  z-index: 9;
  padding: 0;
}

.NewHomePage .bannerWrap .card h5 {
  color: #fff;
  font-size: 20px;
}

.NewHomePage .bannerWrap .card p {
  color: #d0d1d1;
  font-size: 16px;
  min-height: 120px;
}

.NewHomePage .bannerWrap .card a,
.NewHomePage .bannerWrap .card .btn-primary.edit {
  background-color: #222b2b;
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 16px;
  border-color: #222b2b;
  cursor: pointer;
  transition: all 0.5s;
  font-family: "Inter", sans-serif;
  box-shadow: 0px 1px 4px #0000003d;
}

.NewHomePage .bannerWrap .card a:hover,
.NewHomePage .bannerWrap .card .btn-primary.edit:hover {
  transform: translateY(-3px);
}

.NewHomePage .bannerWrap .card.active {
  background: transparent linear-gradient(180deg, #63d6b5 0%, #08b3e5 100%) 0% 0% no-repeat padding-box;
  border-color: transparent;
}

.NewHomePage .bannerWrap .card.active a {
  color: #0d0f0f;
  background: #fff;
  border: 2px solid #ffffff5c;
  box-shadow: none;
}

.NewHomePage .bannerWrap .card.active p {
  color: #fff;
}

.NewHomePage .bannerWrap .card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 16px #090a0ab9;
  border-top: 1px solid #63d6b5;
  border-bottom: 1px solid #08b3e5;
  border-left: 1px solid #63d6b5;
  border-right: 1px solid #08b3e5;
}

.NewHomePage .bannerWrap .card:hover a,
.NewHomePage .bannerWrap .card:hover .btn-primary.edit {
  color: #0d0f0f;
  background: #fff;
  border-color: #fff;
}

.NewHomePage .bannerWrap .card:hover p {
  color: #fff;
}

.NewHomePage .how {
  background: #f5f7f7;
  font-family: "Inter", sans-serif;
}

.NewHomePage .how .video {
  max-width: 1000px;
}

.NewHomePage .how #amimaker-play-mywidget .player,
.NewHomePage .how #amimaker-play-mywidget .animaker-thumbnailImage,
.NewHomePage .how #amimaker-play-mywidget .animaker-thumbnailImage img {
  border-radius: 16px;
}

.NewHomePage .rating {
  max-width: 100%;
  text-align: center;
  border: 0px;
}

.NewHomePage .rating .flex {
  max-width: 1000px;
}

.NewHomePage .rating .rate {
  margin: 10px 0 0;
}

.NewHomePage .rating .rating-input {
  display: none;
}

.NewHomePage .rating .item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  min-width: 31%;
  padding: 25px 10px !important;
  position: relative;
  font-family: "Inter", sans-serif;
}

.NewHomePage .rating .item .brandLogo img {
  width: 180px;
  height: 40px;
  object-fit: contain;
  object-position: center;
}

.NewHomePage .rating a {
  background: #f47503;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  text-decoration: none;
  padding: 13px 36px;
  display: inline-block;
  margin: 60px 0 0;
  font-weight: 600;
  transition: all 0.5s;
}

.NewHomePage .rating a:hover {
  transform: translateY(-3px);
  box-shadow: 0px 1px 4px #0000003d;
  background: #fa7907;
}

.NewHomePage .createVideo {
  background: #0d0f0f;
  padding: 100px 0;
  position: relative;
}

.NewHomePage .createVideo .flex {
  padding: 0px 90px;
}

.NewHomePage .createVideo .bgImg {
  position: absolute;
  z-index: 1;
}

.NewHomePage .createVideo .bgImg.bgImg1 {
  right: 0px;
  top: 0px;
}

.NewHomePage .createVideo .bgImg.bgImg2 {
  left: 0px;
  bottom: 0px;
}

.NewHomePage .createVideo .flex {
  justify-content: space-evenly;
}

.NewHomePage .createVideo h2 {
  color: #fff !important;
  margin-bottom: 70px;
}

.NewHomePage .createVideo .item {
  max-width: 312px;
  text-align: center;
  margin: 0px 10px 50px;
}

.NewHomePage .createVideo .item h3 {
  color: #fff;
  font-size: 18px;
  margin: 30px auto 20px;
  max-width: 94%;
  font-family: "Inter", sans-serif !important;
}

.NewHomePage .createVideo .item p {
  color: #a3aec2;
  font-size: 15px;
  margin: 0px auto 0px;
  max-width: 90%;
  min-height: 115px;
  position: relative;
  z-index: 2;
}

.NewHomePage .createVideo .item img {
  max-width: 97%;
}

.NewHomePage .createVideo.contentRequirement .flex {
  padding: 0;
}

.NewHomePage .createVideo.contentRequirement .item {
  max-width: 25%;
  margin: 0px 0px 50px;
}

.NewHomePage .createVideo.contentRequirement .item a {
  color: #f47503;
  font-size: 16px;
  text-decoration: none;
  margin: 20px 0 0;
  display: inline-block;
  position: relative;
  z-index: 99;
}

.NewHomePage .createVideo.contentRequirement .item a:hover {
  text-decoration: underline;
}

.NewHomePage .whyVmaker .flex .item ul li:first-of-type {
  max-width: 46%;
}

.NewHomePage .whyVmaker .flex .item ul li h2 {
  font-size: 36px;
  font-weight: 600;
}

.NewHomePage .videoSuite {
  background: transparent linear-gradient(290deg, #775afc 0%, #a365fc 100%) 0% 0% no-repeat padding-box;
  padding: 80px 0;
  text-align: center;
}

.NewHomePage .videoSuite h2 {
  color: #fff !important;
}

.NewHomePage .videoSuite img {
  width: 84px;
  height: 84px;
  margin: 0px 30px 30px;
}

.NewHomePage .videoSuite svg {
  margin-bottom: 20px;
}

.NewHomePage .videoSuite .animLogo {
  animation: rotate 1.6s ease-in-out infinite;
}

@keyframes rotate {

  0%,
  40%,
  100% {
    transform: scale(0.9);
  }

  20% {
    transform: scale(1);
  }
}

.NewHomePage .videoSuite .logo1 {
  animation-delay: -1.4s;
}

.NewHomePage .videoSuite .logo2 {
  animation-delay: -1s;
}

.NewHomePage .videoSuite .logo3 {
  animation-delay: -0.6s;
}

.NewHomePage .videoSuite p {
  color: #fff;
  font-size: 20px;
}

.NewHomePage .getVmaker {
  text-align: center;
  padding: 100px 0;
}

.NewHomePage .getVmaker .flex {
  justify-content: center;
  flex-wrap: nowrap;
}

.NewHomePage .getVmaker .card {
  border: 1px solid;
  border-radius: 16px;
  background: transparent;
  font-family: "Inter", sans-serif;
  border-color: #e5e5e5;
  width: 226px;
  text-align: center;
  padding: 20px;
  margin: 0px 20px;
  cursor: pointer;
}

.NewHomePage .getVmaker .card a {
  text-decoration: none;
}

.NewHomePage .getVmaker .card h3 {
  color: #0d0f0f;
  font-size: 18px;
  font-family: "Inter", sans-serif !important;
}

.NewHomePage .getVmaker .card img {
  width: 60px;
  height: 60px;
  margin: 20px auto;
  transition: all 0.5s;
}

.NewHomePage .getVmaker .card.Mac:hover {
  background: transparent linear-gradient(180deg, #ffffff 0%, #f5faff 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #0000001a;
  border: 1px solid #e5e5e5;
}

.NewHomePage .getVmaker .card.Windows:hover {
  background: transparent linear-gradient(180deg, #ffffff 0%, #f5fbff 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #0000001a;
  border: 1px solid #e5e5e5;
}

.NewHomePage .getVmaker .card.Chrome:hover {
  background: transparent linear-gradient(180deg, #ffffff 0%, #fffdf5 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #0000001a;
  border: 1px solid #e5e5e5;
}

.NewHomePage .getVmaker .card.iOS:hover {
  background: transparent linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #0000001a;
  border: 1px solid #e5e5e5;
}

.NewHomePage .getVmaker .card:hover img {
  transform: scale(1.2);
}

.NewHomePage .reviews {
  background-color: #f5f7f7;
}

.NewHomePage .reviews p a {
  text-decoration: none;
  position: relative;
}

.NewHomePage .reviews p a.orange {
  color: #f47503;
}

.NewHomePage .reviews p a.orange::after,
.NewHomePage .reviews p a.orange::before {
  background: #f47503;
}

.NewHomePage .reviews p a:hover {
  text-decoration: underline;
}

.NewHomePage .ctaHome {
  background: transparent linear-gradient(122deg, #63d6b5 0%, #08b3e5 100%) 0% 0% no-repeat padding-box;
}

.NewHomePage .ctaHome h2 {
  color: #fff !important;
  margin-bottom: 40px;
}

.NewHomePage .ctaHome a {
  background: #fff;
  color: #0d0f0f;
  padding: 20px 45px;
  border-radius: 50px;
  border-color: #fff;
  cursor: pointer;
  font-family: "InterDisplay-Bold", sans-serif;
}

.NewHomePage .ctaHome a:hover {
  transform: translateY(-3px);
  box-shadow: 0px 1px 4px #0000003d;
}

.NewHomePage .trustedBrands {
  background: #f5f7f7;
  text-align: center;
  padding: 100px 200px 100px;
}

.NewHomePage .trustedBrands ul {
  display: flex;
  justify-content: center;
}

.NewHomePage .trustedBrands ul li {
  margin: 20px 30px;
}

.NewHomePage .allInOne {
  background: #fff;
}

.NewHomePage .allInOne .flex {
  flex-wrap: wrap;
}

.NewHomePage .allInOne .flex .item {
  min-width: 312px;
  margin: 0px auto 50px;
}

.NewHomePage .allInOne .flex .item .title {
  font-family: "InterDisplay-Bold", sans-serif;
  color: #0d0f0f;
}

.NewHomePage .allInOne .flex .item p {
  color: #54536c;
}

.NewHomePage .allInOne .flex .item img {
  width: 88px;
  height: 88px;
}

.ctaHome p,
.ctaHome p small {
  font-family: "Inter", sans-serif !important;
}

footer-component footer {
  background: #0d0f0f;
  font-family: "Inter", sans-serif;
}

footer-component footer ul,
footer-component footer ul li,
footer-component footer p,
footer-component footer a {
  font-family: "Inter", sans-serif;
  font-size: 18px;
}

footer-component footer .address p small,
footer-component footer .address p,
footer-component footer .address,
footer-component footer .address p strong {
  font-family: "Inter", sans-serif !important;
}

footer-component footer .address p {
  margin-bottom: 2px;
}

footer-component footer .address p a {
  font-size: 15px !important;
  text-decoration: none;
}

footer-component footer .copyright p,
footer-component footer .copyright p strong {
  color: #9aa2ad;
}

footer-component footer li a {
  color: #9aa2ad;
}

footer-component footer .address .social a {
  padding: 5px;
}

footer-component footer .address .social a svg {
  width: 32px;
  height: 32px;
}

.reviews .carousel#google .carousel-item img {
  padding: 0px;
}

.reviews .carousel .carousel-control-next,
.reviews .carousel .carousel-control-prev {
  opacity: 1;
}

.reviews .carousel .carousel-control-next {
  right: -50px;
}

.reviews .carousel .carousel-control-prev {
  left: -50px;
}

.reviews .carousel#google .carousel-control-prev {
  transform: translate(-100%, -50%);
}

.reviews .carousel#capterra .carousel-control-prev {
  transform: translate(-100%, -80%);
}

.reviews .carousel#others .carousel-control-prev {
  transform: translate(-100%, -30%);
}

.reviews h3 {
  color: #0d0f0f;
  font-size: 24px;
}

.reviews p {
  font-size: 18px;
  color: #54536c;
}

.reviews .carousel .carousel-indicators [data-bs-target] {
  background: #dcdddf;
  border-color: #dcdddf;
}

.reviews .carousel .carousel-indicators [data-bs-target].active {
  background: #08d198;
  border-color: #08d198;
}

.reviews .carousel .carousel-item img {
  box-shadow: 0px 1px 3px #00000029;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px;
}

.windowsPage a {
  cursor: pointer;
}

.windowsPage .bannerWrap {
  background-image: url("../img/windows-banner.png");
  max-height: 540px;
}

.windowsPage .bannerWrap .container {
  text-align: center;
}

.windowsPage .bannerWrap h1 {
  margin: auto;
  text-align: center;
  padding: 60px 0 0;
}

.windowsPage .bannerWrap p {
  color: #d6dae0;
}

.windowsPage .bannerWrap a {
  background: #fff 0% 0% no-repeat padding-box;
  border: 2px solid #ffffff5c;
  border-radius: 50px;
  color: #0d0f0f !important;
  font-size: 16px;
  margin: 20px auto 10px;
  display: inline-block;
  padding: 10px 40px;
}

.windowsPage .bannerWrap a:hover {
  box-shadow: 0px 0px 2px #0000003d;
  border: 3px solid #ffffff5c;
}

.windowsPage.vmakerPages .bannerWrap .container .banner-content ul li:nth-child(2):before {
  content: url(../img/edit-icon.svg);
}

.windowsPage .bannerWrap small {
  text-align: center;
  margin: auto;
  color: #d6dae0;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.windowsPage .how ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.windowsPage .how ul li {
  width: 30%;
  margin: 0px 15px 25px;
  position: relative;
}

.windowsPage .how ul li::after {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d8d8d8;
  right: 0;
}

.windowsPage .how ul li:last-child::after {
  display: none;
}

.windowsPage .how ul li p {
  border-left: 0px;
}

.windowsPage .whyVmaker small {
  text-align: center;
  color: #54536c;
  font-size: 14px;
}

.windowsPage .createVideo .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0px;
}

.windowsPage .createVideo .flex .item {
  width: 25%;
  padding: 10px;
  margin: 0px 0px 50px;
}

.windowsPage .createVideo .flex .item img {
  max-width: 88px !important;
}

.windowsPage .faqs {
  font-family: "Inter", sans-serif;
}

.windowsPage .faqs .accordion-item .accordion-button {
  color: #0d0f0f;
  font-size: 20px;
}

.securityPolicy header-component .navbar a {
  font-family: "Inter", sans-serif;
}

.securityPolicy header-component .navbar a.nav-link {
  color: #edf0f2;
}

.securityPolicy header-component .navbar a.nav-link span svg path {
  stroke: #edf0f2;
}

.securityPolicy header-component .navbar a.nav-link:hover {
  color: #fc6e28;
}

.securityPolicy header-component .navbar a.nav-link:hover span svg path {
  stroke: #fc6e28;
}

.securityPolicy header-component .navbar a.nav-link:hover.signUpButton {
  color: #fff !important;
}

.securityPolicy header-component .navbar .langEnable img {
  filter: invert(1);
}

.securityPolicy header-component .navbar.active a.nav-link {
  color: #54536c;
}

.securityPolicy header-component .navbar.active a.nav-link:hover {
  color: #fc6e28;
}

.securityPolicy header-component .navbar.active a.nav-link:hover span svg path {
  stroke: #fc6e28;
}

.securityPolicy header-component .navbar.active a.signUpButton {
  color: #fff;
}

.securityPolicy header-component .navbar.active a span svg path {
  stroke: #54536c;
}

.securityPolicy header-component .navbar.active .langEnable img {
  filter: invert(0);
}

.securityPolicy .custom_container.container {
  max-width: 1130px;
}

.securityPolicy .securityBanner {
  padding: 70px 0 0;
  background: transparent linear-gradient(295deg, #5ed4b8 0%, #20b4e4 100%) 0% 0% no-repeat padding-box;
}

.securityPolicy .securityBanner .custom_container {
  padding: 80px 0px 100px;
}

.securityPolicy .securityBanner h1 {
  font-size: 70px;
  text-align: center;
  margin: 0px auto 30px;
  color: #fff;
  font-weight: 600;
}

.securityPolicy .securityBanner p {
  color: #ffffff;
  font-size: 20px;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.securityPolicy .security_policy_section {
  margin: 80px auto;
  max-width: 1130px;
  text-align: justify;
}

.securityPolicy .security_policy_section .security_subdiv {
  margin-bottom: 40px;
}

.securityPolicy .security_policy_section .security_subdiv h2 {
  font-size: 24px;
  color: #2d2d2d;
  font-weight: bold;
  margin-bottom: 20px;
}

.securityPolicy .security_policy_section .security_subdiv p {
  font-size: 20px;
  color: #54536c;
  line-height: 1.5;
}

.securityPolicy .security_policy_section .security_subdiv img {
  width: 300px;
}

.securityPolicy .security_policy_section .security_subdiv a {
  color: #f1821e;
}

.securityPolicy .certified_blocks {
  padding: 100px 0 50px 0;
}

.securityPolicy .certified_blocks .row {
  display: flex;
}

.securityPolicy .certified_blocks img {
  width: 100px;
}

.securityPolicy .certified_blocks .certified {
  text-align: center;
  max-width: 30%;
  border: 1px solid #d5d5d5;
  border-radius: 18px;
  opacity: 1;
  padding: 40px 15px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.securityPolicy .certified_blocks .certified p {
  font-size: 18px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: 1.2;
  margin-top: 20px;
}

.authorPage .bannerWrap {
  max-height: 540px;
  background-image: url("../img/authorBackground.png");
}

.authorPage .bannerWrap p {
  color: #d6dae0;
}

.authorPage .whyVmaker .contentP {
  text-align: center;
  font-size: 18px;
  color: #54536c;
}

.authorPage .whyVmaker a {
  cursor: pointer;
}

.authorPage .createVideo .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.authorPage .createVideo .item {
  max-width: 30%;
}

.authorPage .createVideo .btnOrange {
  margin: 0px;
}

.authorPage .eLearning {
  background-color: #0d0f0f;
  padding: 100px;
}

.authorPage .eLearning h2 {
  color: #fff !important;
  margin: 0 auto 12px;
  max-width: 828px;
}

.authorPage .eLearning p {
  text-align: center;
  color: #d6dae0;
  font-size: 18px;
}

.authorPage .eLearning .card {
  background: #151919 0% 0% no-repeat padding-box;
  border: 1px solid #303636;
  border-radius: 16px;
  width: 40%;
  margin: 20px;
}

.authorPage .eLearning .card .cardHeader {
  text-align: center;
  padding: 24px 20px;
  border-bottom: 1px solid #303636;
}

.authorPage .eLearning .card .cardHeader img {
  object-fit: contain;
}

.authorPage .eLearning .card .cardBody {
  padding: 32px 32px 0;
}

.authorPage .eLearning .card .cardBody li {
  color: #d6dae0;
  font-size: 18px;
  margin: 0px 0px 32px;
  position: relative;
}

.authorPage .eLearning .card .cardBody li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 20px 0px 0px;
  position: relative;
  top: 5px;
}

.authorPage .eLearning .card:first-child {
  margin-left: auto;
}

.authorPage .eLearning .card:first-child .cardBody li::before {
  background: url("../img/checkmarkgreen.svg");
}

.authorPage .eLearning .card:last-child {
  margin-right: auto;
}

.authorPage .eLearning .card:last-child .cardBody li::before {
  background: url("../img/checkmarkvoilet.svg");
}

.authorPage .eLearning.tranCard .card:nth-child(2) li::before {
  background: url("../img/checkmarkblue.svg");
}

.authorPage.trainPage .bannerWrap {
  background-image: url("../img/Traindarkbackground.png");
  min-height: 634px;
}

.authorPage.trainPage .createVideo .contentP {
  font-size: 18px;
  color: #d6dae0;
  margin: -58px auto 70px;
}

.authorPage.trainPage .createVideo .flex {
  justify-content: center;
}

.authorPage.trainPage .trustedBrands ul {
  justify-content: space-around;
}

.enterPrice .bannerWrap {
  background-image: url(../img/enterprise-banner-image.png);
  max-height: 575px;
  text-align: center;
}

.enterPrice .LDTeam {
  background-color: #0d0f0f;
  text-align: center;
  position: relative;
  padding: 100px;
}

.enterPrice .LDTeam h2 {
  color: #0d0f0f !important;
  font-size: 40px;
  text-align: center;
  margin: 0 auto 70px;
  line-height: 44px;
  color: #fff !important;
}

.enterPrice .LDTeam:before {
  content: "";
  top: 0;
  width: 484px;
  height: 1px;
  background: #2b3239 0% 0% no-repeat padding-box;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 50px);
}

.enterPrice .LDTeam svg {
  display: block;
  margin: auto;
  max-width: calc(100% - 30px);
}

.enterPrice .createVideo .flex {
  justify-content: center;
  flex-wrap: wrap;
}

.enterPrice .createVideo .item p {
  max-width: 100%;
}

.enterPrice .allInOne h2+p {
  color: #54536c;
  font-size: 18px;
  margin-top: -55px !important;
}

.enterPrice badge-component .badges {
  background-color: #f5f7f7;
}

.enterPrice .bookDemo {
  text-align: center;
  background-color: #f5f7f7;
}

.enterPrice .bookDemo .btnOrange {
  margin: 10px auto 120px;
}

.trainExperts .container {
  max-width: 1190px;
}

.trainExperts .bannerWrap {
  background: #0e1010;
  min-height: fit-content;
  height: auto;
  padding: 50px 15px 30px;
}

.trainExperts .bannerWrap .container {
  max-width: 1200px;
}

.trainExperts .bannerWrap ol {
  display: flex;
  margin: 50px auto 10px;
  max-width: 900px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.trainExperts .bannerWrap ol li {
  color: #fff;
  text-align: center;
  margin: 0 0 30px;
  width: 33%;
  position: relative;
}

.trainExperts .bannerWrap ol li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #63d6b5;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  position: absolute;
  margin: 0px 0px 0px -20px;
  top: 10px;
}

.trainExperts .bannerWrap p {
  max-width: 820px;
}

.trainExperts .bannerWrap .dFlex {
  display: flex;
  justify-content: center;
}

.trainExperts .bannerWrap .dFlex label {
  color: #d6dae0;
  font-size: 18px;
  background: #191d1d 0% 0% no-repeat padding-box;
  border-radius: 24px;
  padding: 10px 30px;
  margin: 30px 10px 20px;
  min-width: 140px;
  text-align: center;
}

.trainExperts .bannerWrap ul {
  display: inline-block;
  width: 100%;
  margin: 70px 0px 70px;
}

.trainExperts .bannerWrap ul li {
  width: 48%;
  float: left;
  margin: 10px;
  min-height: 50px;
  display: flex;
  background: #151919 0% 0% no-repeat padding-box;
  border: 1px solid #303636;
  border-radius: 8px;
  color: #d6dae0;
  font-size: 15px;
  min-height: 80px;
  align-items: center;
  padding: 16px 25px;
  cursor: pointer;
}

.trainExperts .bannerWrap ul li a {
  color: #d6dae0;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.trainExperts .bannerWrap ul li:hover {
  background: #1d2222 0% 0% no-repeat padding-box;
  border: 1px solid #3a4343;
}

.trainExperts .bannerWrap ul li svg {
  margin-right: 16px;
  min-width: 24px;
}

.trainExperts .goTosection .goToCommon {
  padding: 60px 0 0;
}

.trainExperts .goTosection .goToCommon.bgColor {
  background: #f5f7f7;
}

.trainExperts .goTosection h2 {
  margin: 0 auto 50px;
}

.trainExperts .goTosection .video {
  max-width: 830px;
  margin: auto auto 50px;
}

.trainExperts .goTosection .video .animaker-thumbnailImage,
.trainExperts .goTosection .video .animaker-thumbnailImage img,
.trainExperts .goTosection .video .player,
.trainExperts .goTosection .video .player video {
  border-radius: 8px !important;
}

.trainExperts .goTosection ul {
  display: flex;
  justify-content: space-between;
}

.trainExperts .goTosection ul li {
  position: relative;
  margin: 0px 0px 50px 0px;
  width: 49%;
}

.trainExperts .goTosection ul li::before {
  content: "";
  width: 100%;
  display: inline-block;
  height: 2px;
  background-color: #dce0e3;
  margin: 0px 0 25px;
}

.trainExperts .goTosection ul li h3 {
  color: #0d0f0f;
  font-size: 20px;
  margin-bottom: 16px;
}

.trainExperts .goTosection ul li p {
  color: #54536c;
  font-size: 16px;
}

.trainExperts .goTosection ul li p a {
  color: #54536c;
  text-decoration: none;
  font-weight: 900;
}

.trainExperts .goTosection .contentP {
  font-size: 18px;
  color: #d6dae0;
  margin: -50px auto 70px;
  max-width: 820px;
}

.trainExperts .goTosection .btnOrange {
  margin: 10px auto 10px;
}

.trainExperts .goTosection .btnBorder {
  font-size: 16px;
  border-radius: 24px;
  text-align: center;
  padding: 11px 62px;
  display: inline-block;
  text-decoration: none;
  color: #f47503;
  cursor: pointer;
  transition: all 0.5s;
  margin: 10px 10px 10px auto;
  border: 1px solid #f47503;
}

.trainExperts .goTosection .btnBorder:hover {
  transform: translateY(-3px);
  background-color: #f47503;
  color: #fff;
}

.trainExperts .goTosection .createVideo {
  background: transparent;
  padding: 0px 0 70px;
}

.trainExperts .goTosection .createVideo h2 {
  font-size: 32px !important;
  color: #0d0f0f !important;
  margin-bottom: 20px !important;
}

.trainExperts .goTosection .createVideo .flex .item img {
  background: transparent linear-gradient(122deg, #63d6b5 0%, #08b3e5 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  max-height: 175px;
  object-fit: contain;
}

.explainerVideo .bannerWrap {
  max-height: 600px;
  background-image: url("../img/Traindarkbackground.png");
}

.explainerVideo .bannerWrap h1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.explainerVideo .bannerWrap p {
  color: #d6dae0;
  line-height: 28px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.explainerVideo .bannerWrap a {
  background: #fff 0% 0% no-repeat padding-box;
  border: 2px solid #ffffff5c;
  border-radius: 50px;
  color: #0d0f0f !important;
  font-size: 16px;
  margin: 50px auto 50px;
  display: inline-block;
  padding: 10px 40px;
  text-decoration: none;
}

.explainerVideo .bannerWrap a:hover {
  box-shadow: 0px 0px 2px #0000003d;
  border: 4px solid #ffffff5c;
}

.explainerVideo .cardWithoutImage {
  background: #f5f7f7;
  padding: 100px 100px;
}

.explainerVideo .cardWithoutImage .flex {
  flex-wrap: wrap;
  justify-content: center;
}

.explainerVideo .cardWithoutImage .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px #12141729;
  border: 1px solid #dce0e3;
  border-radius: 8px;
  padding: 32px 24px;
  max-width: 315px;
  margin: 15px;
  text-align: center;
  justify-content: center;
}

.explainerVideo .cardWithoutImage .card h3 {
  color: #0d0f0f;
  font-size: 18px;
  margin-bottom: 12px;
}

.explainerVideo .cardWithoutImage .card p {
  margin: 0;
  color: #54536c;
  font-size: 15px;
}

.explainerVideo .how {
  background: #fff;
}

.explainerVideo .how ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.explainerVideo .how ul li {
  width: 47%;
  margin-bottom: 50px;
}

.explainerVideo .how ul li::after {
  display: none;
}

.explainerVideo .how ul h3 {
  font-size: 16px;
  color: #0d0f0f;
  line-height: 20px;
  font-weight: 500;
}

.explainerVideo .how ul p {
  font-size: 15px;
  color: #54536c;
  line-height: 20px;
  font-family: "Open Sans", sans-serif !important;
}

.explainerVideo .ctaHome a {
  font-weight: 500;
}

.explainerVideo .createVideo .flex {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px;
}

.explainerVideo .createVideo .flex .item {
  width: 33%;
  padding: 10px;
  margin: 0px 0px 50px;
  max-width: 385px;
}

.explainerVideo .createVideo .flex .item img {
  max-width: 88px !important;
}

.explainerVideo .reviews .carousel#others .carousel-item img {
  padding: 0;
}

.vmakerPages .reviews .carousel#others .carousel-item img {
  padding: 0;
}

/* Resource tab */
.resources h2 {
  color: #0d0f0f;
  padding-top: 80px;
  font: normal normal bold 40px/44px Inter Display;
  text-align: center;
  margin-bottom: 50px;
}

.resources .faqs #faqs {
  max-width: 1100px;
}

.resources .faqs .accordion-item .accordion-body p:not(:last-of-type),
.faqs .accordion-item .accordion-body li:not(:last-of-type) {
  margin-bottom: 15px;
}

.sf-custom-tabs ul li {
  font: normal normal normal 20px/46px Inter;
  letter-spacing: 0px;
  color: #54536c;
}

.sf-custom-tabs ul li a {
  font: normal normal normal 20px/36px Inter;
  letter-spacing: 0px;
  color: #54536c;
  text-decoration: none;
  border-radius: 8px;
}

.sf-custom-tabs .nav-item .nav-link {
  font: normal normal normal 20px/36px Inter;
  letter-spacing: 0px;
  color: #54536c;
  border: unset;
  border-radius: 0.25rem;
}

.sf-custom-tabs .nav-tabs {
  border-bottom: unset;
  gap: 20px;
}

.sf-custom-tabs button[aria-selected="true"] {
  background: transparent linear-gradient(121deg, #63d6b5 0%, #08b3e5 100%) 0% 0% no-repeat padding-box;
  border-radius: 8px;
  color: #fff !important;
  transition: all 0.3s;
}

.sf-custom-tabs .faqs .accordion-item .accordion-body {
  border-width: unset;
  border-style: unset;
}

.resources .faqs #faqs {
  max-width: 1100px;
}

.tab-section.sf-provi-laexce-box {
  max-width: 1100px;
  margin: 0 auto;
}

.vmakerPages .resources .sf-custom-tabs .faqs {
  padding: 60px 0 0;
}

/* .tab-section .faqs #faqs {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
} */

.tab-section .accordion .accordion-item {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #ebebeb;
  border-bottom: 0px solid #ebebeb;
}

.tab-section .accordion .accordion-item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  border: 1px solid #eee;
}

.tab-section .faqs .accordion-item .accordion-body {
  border-radius: unset;
}

.ultimate {
  padding: 60px 0;
}

.ultimate .grid {
  display: grid;
  grid-template-columns: repeat(3, 345px);
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.ultimate .grid .item {
  background: transparent linear-gradient(180deg, #ffffff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #dce0e3;
  border-radius: 8px;
  padding: 28px;
  text-align: center;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.ultimate .grid .item:hover {
  box-shadow: 10px 8px 15px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.ultimate .grid .item h6 {
  text-align: center;
  font: normal normal bold 18px/21px Inter;
  letter-spacing: 0px;
  color: #0d0f0f;
  padding: 20px 0 5px;
  margin: 0;
}

.ultimate .grid .item p {
  text-align: center;
  font: normal normal normal 17px/24px Inter;
  letter-spacing: 0px;
  color: #54536c;
}

.ultimate .grid .item a {
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter";
  letter-spacing: 0px;
  color: #fa7907;
}

.ultimate .explore-link {
  position: relative;
}

.ultimate .explore-link::after {
  content: url("../img/orange-right.svg");
  position: absolute;
  top: 0;
  right: -25px;
}

#carousel-inn a.carousel-control-next.circle {
  display: flex;
  justify-content: start;
  align-items: center;
  display: flex;
  width: 100%;
  margin-left: 55px;
  margin-top: 2px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-size: 50% 75% !important;
  background-color: #292c2c !important;
  padding: 30px !important;
  border-radius: 50px;
}

/* .carousel-control-prev-icon{
  background-color: #292C2C !important;
  padding: 28px !important;
  border-radius: 50px;
} */

.blog,
.video {
  padding: 60px 0 !important;
}

.blog .grid,
.video .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.blog .grid .item {
  text-align: left;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}

.video .grid .video-holder {
  text-align: left;
  width: 100%;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 20px;
}

.blog .grid .item .blog-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog .grid .item img,
.video .grid .item img {
  width: 100%;
  height: 200px;
  /* object-fit: cover; */
  border-radius: 5px;
  overflow: hidden;
}

.blog .grid .item h6,
.video .grid .item h6 {
  font: normal normal bold 16px/20px Inter;
  letter-spacing: 0px;
  color: #54536c;
  padding: 15px 40px 15px 0;
  margin: 0;
  text-decoration: none;
}

.video .grid .item h6 {
  padding: 15px 0px 15px 0;
}

.blog-link {
  text-decoration: none;
}

.blog .item a {
  text-decoration: none;
}

.blog .grid .item p {
  color: #8d8d99;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
}

.video-holder {
  width: 450px;
  height: 0;
  overflow: hidden;
  padding-top: 30%;
  position: relative;
  border-radius: 3px;
  max-width: 100%;
  margin: 0 10px 20px;
}

.video-holder iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.bg-stretch img {
  object-fit: cover;
  max-width: none;
  height: 100%;
  width: 100%;
}

.play-button {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 80px;
  height: 80px;
  padding: 0;
  border: 0;
  z-index: 2;
}

.resources .faqs .accordion-item .accordion-body p:not(:last-of-type),
.faqs .accordion-item .accordion-body li:not(:last-of-type) {
  margin-bottom: 15px;
}

.action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.macScreenRecorder .action-btn.mac-space {
  margin-bottom: 60px;
}

/* .windowsPageEn .action-btn{
  padding-top: 60px;
} */
.action-click {
  background: #fa7907 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 4px #0000003d;
  border-radius: 30px;
  font: normal normal bold 20px/24px Inter Display;
  font-family: "Inter Display", sans-serif;
  letter-spacing: 0.48px;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 25px;
  border: 1px solid transparent;
}

.action-click:hover {
  color: #fa7907;
  background-color: #fff;
  border: 1px solid #fa7907;
}

.how .video {
  margin: 0 auto;
}

.action-btn small {
  text-align: center;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  display: block;
  padding-top: 10px;
}

.further {
  padding: 100px 50px;
  background-color: #f5f7f7;
}

.explore {
  padding: 50px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 2px #00000029;
  border: 1px solid #dce0e3;

  border: 1px solid #dce0e3;
  border-radius: 16px;
  width: 75vw;
  margin: 0 auto;
}

.further .explore h2 {
  margin-bottom: 20px;
}

.grid-box {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  padding: 20px 0;
  gap: 25px;
  align-items: center;
}

.explore .item {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dce0e3;
  border-radius: 8px;
  padding: 0px 24px;
  align-items: center;
  display: flex;
  padding: 0 25px;
}

.explore .item:hover {
  background: transparent linear-gradient(101deg, #e2fff6 0%, #d3f5ff 100%) 0% 0% no-repeat padding-box;
  cursor: pointer;
}

.explore .item.toggle {
  background: transparent linear-gradient(101deg, #e2fff6 0%, #d3f5ff 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 2px #00000029;
  border: 1px solid #dce0e3;
}

.explore .item a {
  display: block;
  letter-spacing: 0px;
  color: #0d0f0f;
  text-decoration: none;
  font-size: 18px;
  line-height: 46px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-align: left;
}

.resources .faqs .accordion-item .accordion-button.collapsed h3 {
  font: normal normal normal 20px/46px Inter;
  font-family: "Inter" !important;
}

.resources .faqs .accordion-item .accordion-button h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Inter" !important;
  color: #0d0f0f;
}

/* banner */
.vmakerPages .bannerWrap {
  max-height: inherit;
  height: auto;
}

.vmakerPages .bannerWrap .flex {
  padding: 80px 0 60px;
  justify-content: space-evenly;
}

.vmakerPages.NewHomePage.hellobarAdded .bannerWrap .container .banner-content h1 {
  font-size: 50px;
  padding: 0;
}

.vmakerPages .bannerWrap .container .banner-content h1 {
  font-size: 56px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.vmakerPages .bannerWrap .container .banner-content p {
  font-size: 20px;
  font-weight: 400;
  color: #d6dae0;
  text-align: center;
  line-height: 28px;
  margin: 0 auto;
  padding: 25px 0;
  font-family: "Inter", sans-serif;
}

.vmakerPages .bannerWrap .container .banner-content ul {
  display: inline-flex;
  gap: 10px;
  justify-content: space-evenly;
  align-items: flex-end;
  width: 62%;
  padding: 15px 0 50px;
  color: #d6dae0;
  font-weight: 400;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.vmakerPages .bannerWrap .container .banner-content ul li {
  position: relative;
}

.bannerWrap .container .banner-content ul li:nth-child(1):before {
  content: url("../img/quality-recording.svg");
  position: relative;
  left: -10px;
  top: 05px;
}

.windowsPageEn .bannerWrap .container .banner-content ul li:nth-child(1):before {
  content: url("../img/quality-recording.svg");
}

.windowsPageEn.vmakerPages.new .bannerWrap .container .banner-content ul li:nth-child(1):before {
  content: url("../img/scissor-icons.svg");
}

.bannerWrap .container .banner-content ul li:nth-child(2):before {
  content: url("../img/share-icon.svg");
  top: 10px;
  left: -10px;

  position: relative;
}

.macScreenRecorder.vmakerPages .bannerWrap .container .banner-content ul li:nth-child(2):before {
  content: url("../img/draw-pencil.svg");
  top: 10px;
  left: -10px;

  position: relative;
}

.bannerWrap .container .banner-content ul li:nth-child(3):before {
  content: url("../img/watermark-icon.svg");
  top: 10px;
  left: -10px;
  position: relative;
}

.vmakerPages .ctaHome p {
  margin-top: 10px;
}

.vmakerPages .banner-sub-images {
  display: grid;
  grid-template-columns: repeat(3, 360px);
  place-content: center;
  margin: 60px 0 0px;
}

/* .vmakerPages.windowsPageEn .how .video{
  margin-top: 80px;
} */
.vmakerPages .banner-sub-images .item {
  display: flex;
  flex-direction: column;
  place-items: center;
}

.vmakerPages .bannerWrap .container .banner-content .banner-sub-images .item p {
  text-align: center;
  font-size: 18px;
  line-height: 21px;
  font-family: "Inter";
  letter-spacing: 0px;
  color: #ffffff;
}

.vmakerPages .gradientBtn.new {
  background: #fff;
  color: #0d0f0f;
  padding: 20px 30px;
  border-radius: 50px;
  border-color: #fff;
  cursor: pointer;
  font-family: "InterDisplay-Bold", sans-serif;
  display: block;
  margin: 0px auto;
}

.windowsPageEn .ctaHome a.gradientBtn {
  padding: 20px 15px;
}

.vmakerPages .bannerWrap .container .banner-content small {
  text-align: center;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #d6dae0;
  display: block;
  padding-top: 30px;
}

.vmakerPages .client {
  background-color: #f5f7f7;
  padding: 50px;
}

.vmakerPages .client-logo {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 40px;
  place-items: center;
}

.vmakerPages .bgcolor {
  background: #fafafa;
}

.vmakerPages .banner-sub-images .item p.desc {
  text-align: center;
  font: normal normal bold 18px/21px Inter;
  letter-spacing: 0px;
  color: #0d0f0f;
  opacity: 1;
  margin: 20px auto 40px;
}

.vmakerPages .reasons {
  background-color: #000;
  padding: 75px 0;
}

.vmakerPages .reasons .container h2 {
  text-align: center;
  font: normal normal bold 40px/44px Inter Display;
  letter-spacing: 0px;
  color: #ffffff !important;
  padding-bottom: 60px;
}

.vmakerPages a.carousel-control-prev.circle {
  left: 42%;
  top: 70px;
  background: #101010;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  opacity: 1;
}

.vmakerPages #carousel-inn a.carousel-control-next.circle {
  display: flex;
  justify-content: start;
  align-items: center;
  display: flex;
  margin-left: 55px;
  margin-top: 2px;
  opacity: 1;
}

.vmakerPages .reasons .carousel-item .right ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a3aec2;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 50px;
}

.vmakerPages a.carousel-control-next.circle {
  left: 45%;
  top: 2px;
}

.carousel-control-next.circle,
.carousel-control-prev.circle {
  position: relative;
}

.vmakerPages .reasons .carousel-inner {
  height: 350px;
}

.carousel-control-next.circle,
.carousel-control-prev.circle {
  position: relative;
}

.vmakerPages .reasons .carousel-item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.vmakerPages .reasons .carousel-item .right {
  padding: 0 50px;
}

.vmakerPages .reasons .container h3 {
  padding-bottom: 20px;
  font: normal normal bold 36px/44px Inter Display;
  letter-spacing: 0px;
  color: #ffffff;
}

.vmakerPages .reasons .carousel-item .right p {
  color: #a3aec2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 75%;
  position: relative;
}

.vmakerPages .reasons .carousel-item .right ul li {
  color: #a3aec2;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 60%;
  position: relative;
  padding-left: 15px;
}

.vmakerPages .pros-cons {
  padding-top: 30px;
}

.vmakerPages .pros-cons .pros-section {
  padding-top: 30px;
}

.vmakerPages .pros-cons h3 {
  color: #000;
}

.vmakerPages .pros-section h5,
.vmakerPages .pros-section .grid .item h6 {
  font-size: 20px;
  font-family: "Inter";
  line-height: 24px;
  font-weight: bold;
  color: #000000;
}

.vmakerPages .pros-section p,
.vmakerPages .pros-section .grid .item ul li {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.vmakerPages .pros-section p {
  padding-bottom: 20px;
}

.vmakerPages .pros-section .grid {
  display: grid;
  grid-template-columns: repeat(2, 525px);
  justify-content: space-between;
  align-items: self-start;
}

.vmakerPages .pros-section .grid .item.pros {
  background: #edfaf6;
  border-radius: 14px;
  padding: 30px;
  min-height: 400px;
}

.vmakerPages .pros-section .grid .item.pros ul li,
.vmakerPages .pros-section .grid .item.cons ul li {
  position: relative;
  padding: 0px 20px;
  margin-top: 30px;
  color: #000;
}

.vmakerPages .pros-section .grid .item.pros ul li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 2px solid #82d3b7;
  border-right: 2px solid #82d3b7;
  position: absolute;
  left: 0;
  top: 6px;
}

.vmakerPages .pros-section .grid .item.cons ul li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 13px;
  width: 13px;
  border-bottom: 2px solid #f19f9c;
  position: absolute;
  left: 0px;
  top: 2px;
}

.no {
  display: inline-block;
  transform: rotate(45deg);
  height: 13px;
  width: 13px;
  border-bottom: 2px solid #f19f9c;
  position: absolute;
  left: 0px;
  top: 2px;
}

.vmakerPages .pros-section .grid .item.cons ul li::after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 13px;
  width: 13px;
  border-right: 2px solid #f19f9c;
  position: absolute;
  left: -8px;
  top: 2px;
}

.vmakerPages .pros-section .grid .item.cons {
  background: #fff6f5;
  border-radius: 14px;
  padding: 30px;
  min-height: 400px;
}

.card.iOS {
  position: relative;
}

.card.iOS::after {
  content: "Coming Soon";
  position: absolute;
  right: -18px;
  top: -11px;
  background: #f47503;
  border-radius: 17px;
  color: #fff;
  font-size: 12px;
  padding: 3px 7px;
  font-weight: 500;
}

.vmakerPages .faqs .accordion-item .accordion-button {
  padding: 20px 60px 20px 20px;
  border: 0;
}

.vmakerPages .createVideo h2 {
  width: 60%;
}

.vmakerPages .how {
  background-color: #fff;
  padding: 100px 0 0;
}

.vmakerPages .getVmaker {
  padding: 100px 0px;
  background: #f5f7f7;
}

.vmakerPages .createVideo {
  padding: 100px 0px 0;
}

.NewHomePage.windowsPageEn .how .video {
  max-width: 820px;
  height: 500px !important;
}

.vmakerPages .how .video {
  max-width: 1000px !important;
}

.vmakerPages.windowsPage .how .video {
  height: auto !important;
}

.vmakerPages .faqs .accordion-item .accordion-body ol li {
  list-style: decimal;
}

.vmakerPages .faqs .accordion-item .accordion-body li:first-child {
  margin-top: 10px;
}

.vmakerPages .macTable,
.vmakerPages .macTable {
  background-color: #fff !important;
}

.macScreenRecorder.vmakerPages .resources .tab-content,
.vmakerPages .resources .tab-content {
  padding: 0 0 100px;
}

/* end tab */
/* review section revamp  */
.review-section {
  background: #fafafa 0% 0% no-repeat padding-box;
  padding: 100px 0;
}

.review-section h2 {
  font: normal normal normal 36px/44px Inter Display;
  letter-spacing: 0.29px;
  text-align: center;
  color: #1d1d1d;
  margin: 0px 0 10px;
}

.review-section p {
  text-align: center;
  font: normal normal normal 18px/24px Inter;
  letter-spacing: 0px;
  color: #54536c;
}

.review-section .card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 336px);
  column-gap: 30px;
  justify-content: center;
  padding: 80px 0 0;
}

.review-section .card-wrap .card-section {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000014;
  border-radius: 20px;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: all 0.5s ease;
}

.review-section .card-wrap .card-section img {
  display: block;
  margin: 20px auto;
  width: 101px;
  height: 101px;
  border-radius: 50px;
  border: 1px solid #eee;
  object-fit: contain;
  transform: scale(1);
  transition: all 0.5s ease;
}

.review-section .card-wrap .card-section:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(0, 0, 0, 0.22);
}

.review-section .card-wrap .card-section:hover img {
  transform: scale(1.1);
}

.review-section .card-wrap .card-section h3 {
  text-align: center;
  font: normal normal normal 18px/26px Inter;
  letter-spacing: 0px;
  color: #54536c;
  padding: 10px 0;
}

.review-section .card-wrap .card-section p {
  text-align: center;
  font: normal normal normal 15px/20px Inter;
  letter-spacing: 0px;
  color: #54536c;
}

.review-section .card-wrap .card-section .review-details {
  text-align: center;
}

.review-section .card-wrap .card-section .review-details h6 {
  font: normal normal bold 16px/24px Lato;
  letter-spacing: 0px;
  color: #54536c;
  margin: 40px 0 -5px;
  padding: 0;
  position: relative;
}

.review-section .card-wrap .card-section .review-details h6::before {
  content: url("/assets/img/doubleqoutes.png");
  position: absolute;
  top: -50px;
  left: 46%;
}

.review-section .card-wrap .card-section .review-details span {
  margin: 0;
  padding: 0;
  font: normal normal normal 12px/24px Inter;
  letter-spacing: 0px;
  color: #54536c;
}

/* end review section */
.toolbar-header {
  background: transparent linear-gradient(90deg, #FF1286 0%, #FF7717 100%) 0% 0% no-repeat padding-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 50px;
  padding: 8px;
  gap: 10px;
}

.home-toolbar .navbar {
  top: 50px;
}

.home-toolbar.NewHomePage .bannerWrap h1 {
  padding: 160px 0 0;
}

.toolbar-header .toolbar-btn {
  background: transparent linear-gradient(90deg, #432FEB 0%, #8936F2 100%) 0% 0% no-repeat padding-box;
  border-radius: 16px;
  color: #fff;
  font: normal normal medium 13px/18px Poppins;
  text-decoration: none;
  padding: 5px 12px;
  font-weight: 600;
}

.toolbar-header p {
  font: normal normal medium 15px/18px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: 600;
}


.windowsPage.windowsPageEn.vmakerPages.new.hellobarAdded {
  padding-top: 115px;
}

.NewHomePage.hellobarAdded .navbar {
  top: 50px;
  background-color: #0C1315;
}

.review-section .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em solid #FC0;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 10px;
}

.review-section .star::before,
.review-section .star::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em solid #FC0;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}

.review-section .star::after {
  transform: rotate(35deg);
}

.review-section .star-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

@media screen and (max-width: 1199px) {
  .securityPolicy .certified_blocks img {
    width: 60px;
  }

  .securityPolicy .certified p {
    font-size: 14px;
  }

  .trainPage .eLearning .flex {
    flex-wrap: wrap;
  }

  .trainPage .eLearning .card {
    width: 70%;
    margin: 20px auto 20px;
  }

  .trainExperts .bannerWrap ul li {
    width: 47%;
    margin: 0px 10px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .NewHomePage .bannerWrap {
    height: auto;
    min-height: 680px;
  }

  .NewHomePage .bannerWrap h1 {
    font-size: 35px;
    line-height: 1.5;
  }

  .NewHomePage .bannerWrap p {
    font-size: 15px;
  }

  .NewHomePage .bannerWrap .card {
    margin: 15px auto !important;
    max-width: 300px;
  }

  .NewHomePage h2 {
    font-size: 29px !important;
  }

  .NewHomePage .createVideo .flex {
    padding: 0px;
  }

  .NewHomePage .createVideo .item {
    max-width: 50% !important;
    margin: 0px 0px 50px;
  }

  .NewHomePage .getVmaker .card {
    width: 200px;
    margin: 0px 8px;
  }

  .trainExperts .bannerWrap ul li {
    width: 47%;
    margin: 0px 10px 20px;
  }
}

@media screen and (max-width: 991px) {
  .mobilehide {
    display: none;
  }

  .NewHomePage .createVideo .item p {
    min-height: auto;
  }

  .NewHomePage header-component .navbar a.signUpButton {
    color: #fff !important;
  }

  .NewHomePage header-component .navbar a.nav-link {
    color: #54536c;
  }

  .NewHomePage header-component .navbar a.nav-link span svg path {
    stroke: #54536c;
  }

  .NewHomePage .navbar .navbar-toggler.collapsed span,
  .NewHomePage .navbar .navbar-toggler.collapsed span::before,
  .NewHomePage .navbar .navbar-toggler.collapsed span::after {
    background: #fff;
  }

  .NewHomePage .navbar.active .navbar-toggler.collapsed span,
  .NewHomePage .navbar.active .navbar-toggler.collapsed span::before,
  .NewHomePage .navbar.active .navbar-toggler.collapsed span::after {
    background-color: #54536c;
  }

  .NewHomePage .bannerWrap {
    height: auto;
    padding-bottom: 50px;
  }

  .NewHomePage .bannerWrap h1 {
    font-size: 30px;
    line-height: 1.5;
  }

  .NewHomePage .bannerWrap p {
    font-size: 15px;
  }

  .NewHomePage .bannerWrap .row {
    flex-wrap: wrap;
  }

  .NewHomePage .bannerWrap .card {
    margin: 15px auto !important;
    max-width: 300px;
  }

  .NewHomePage h2 {
    font-size: 25px !important;
    text-align: center !important;
  }

  .NewHomePage p {
    font-size: 15px !important;
  }

  .NewHomePage .whyVmaker .flex .item ul li h2 {
    text-align: left !important;
  }

  .NewHomePage .createVideo .flex {
    padding: 0;
  }

  .NewHomePage .createVideo .item {
    max-width: 50% !important;
    margin: 0px 0px 50px;
  }

  .NewHomePage .getVmaker .card {
    margin: 20px 5px;
    padding: 20px 10px;
  }

  .NewHomePage .trustedBrands {
    padding: 70px 40px 40px;
  }

  .NewHomePage .trustedBrands ul {
    flex-wrap: wrap;
  }

  .windowsPage .how ul li {
    width: 45%;
  }

  .windowsPage .how ul li:after {
    display: none;
  }

  .windowsPage .createVideo .flex .item {
    width: 50%;
  }

  .certified_blocks .row {
    flex-wrap: wrap;
  }

  .certified {
    max-width: 45%;
    width: 100%;
  }

  .securityPolicy header-component .navbar a.nav-link {
    color: #54536c;
  }

  .authorPage .trustedBrands {
    padding: 70px 40px 40px;
  }

  .authorPage .eLearning {
    padding: 70px 10px 40px;
  }

  .authorPage .eLearning .card {
    width: 50%;
  }

  .authorPage.trainPage .eLearning .flex {
    flex-wrap: wrap;
  }

  .authorPage.trainPage .eLearning .card {
    width: 70%;
    margin: 20px auto 20px;
  }

  .badges .flex .item {
    width: 35%;
    padding: 0px 0px 0;
    margin: 0px auto 7px !important;
  }

  .badges .flex .item img {
    object-fit: contain;
  }

  .enterPrice .LDTeam {
    padding: 50px 15px;
  }

  .enterPrice .LDTeam svg {
    max-width: calc(100% - 10px);
    height: auto;
  }

  .trainExperts .bannerWrap ul li {
    width: 100%;
    margin: 0px 0px 20px;
  }
}

@media screen and (max-width: 767px) {
  .toolbar-header p {
    margin: 0;
  }

  .vmakerPages.NewHomePage.hellobarAdded .bannerWrap .container .banner-content h1 {
    font-size: 40px;
    padding: 50px 0 0;
  }

  .toolbar-header {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    gap: 0;
    height: 135px;
    text-align: center;
    z-index: 999;
  }

  .NewHomePage.hellobarAdded .toolbar-header p {
    font-size: 14px;
  }

  .home-toolbar .navbar {
    top: 135px;
  }

  .toolbar-header.others {
    height: 80px;
  }

  .NewHomePage.hellobarAdded .navbar {
    top: 80px;
  }

  .home-toolbar.NewHomePage .bannerWrap h1,
  .vHome .bannerWrap h1 {
    padding: 230px 0 0;
  }

  .mobilehide {
    display: none;
  }

  .NewHomePage .bannerWrap .container h1 br {
    display: none;
  }

  .vmakerPages .pros-section .grid .item.pros {
    margin-bottom: 20px;
  }

  .NewHomePage .createVideo .item p {
    min-height: auto;
  }

  .trainExperts .bannerWrap ol {
    max-width: 310px;
  }

  .trainExperts .bannerWrap ol li {
    width: 100%;
    text-align: left;
  }

  .NewHomePage header-component .navbar a.nav-link {
    color: #54536c;
  }

  .NewHomePage header-component .navbar a.nav-link span svg path {
    stroke: #54536c;
  }

  .NewHomePage .navbar .navbar-toggler.collapsed span,
  .NewHomePage .navbar .navbar-toggler.collapsed span::before,
  .NewHomePage .navbar .navbar-toggler.collapsed span::after {
    background: #fff;
  }

  .NewHomePage .navbar.active .navbar-toggler.collapsed span,
  .NewHomePage .navbar.active .navbar-toggler.collapsed span::before,
  .NewHomePage .navbar.active .navbar-toggler.collapsed span::after {
    background-color: #54536c;
  }

  .NewHomePage .bannerWrap {
    height: auto;
    padding-bottom: 60px;
  }

  .NewHomePage .bannerWrap h1 {
    font-size: 30px;
    line-height: 1.5;
  }

  .NewHomePage .bannerWrap p {
    font-size: 15px;
  }

  .NewHomePage .bannerWrap .row {
    flex-wrap: wrap;
  }

  .NewHomePage .bannerWrap .card {
    margin: 15px auto !important;
    max-width: 300px;
  }

  .NewHomePage h2 {
    font-size: 25px !important;
    text-align: center !important;
  }

  .NewHomePage p {
    font-size: 15px !important;
  }

  .NewHomePage .createVideo .flex {
    padding: 0;
  }

  .NewHomePage .createVideo .bgImg {
    display: none;
  }

  .NewHomePage .flex {
    flex-wrap: wrap !important;
  }

  .NewHomePage .flex .item {
    max-width: 90% !important;
    margin: 15px auto !important;
  }

  .NewHomePage .flex .item img {
    width: 100% !important;
    max-width: 350px !important;
    margin: 10px auto;
  }

  .NewHomePage .videoSuite img {
    width: 45px;
    height: 45px;
    margin: 0px 10px 30px;
  }

  .NewHomePage .createVideo.contentRequirement .item {
    max-width: 90%;
  }

  .NewHomePage .getVmaker .card {
    margin: 20px auto;
  }

  .NewHomePage .badges .flex .item {
    width: 41%;
    padding: 0px;
  }

  .NewHomePage .badges .flex .item img {
    object-fit: contain;
  }

  .windowsPage .bannerWrap {
    min-height: 540px;
  }

  .windowsPage .how ul li {
    width: 100%;
  }

  .windowsPage .how ul li:after {
    display: none;
  }

  .windowsPage .createVideo .flex .item {
    width: 100%;
  }

  .securityPolicy .securityBanner .custom_container {
    width: 100%;
    padding: 25px;
  }

  .securityPolicy .securityBanner {
    padding: 90px 0 0;
  }

  .securityPolicy .securityBanner h1 {
    font-size: 35px;
  }

  .securityPolicy .securityBanner p {
    font-size: 16px;
  }

  .securityPolicy .certified_blocks .row {
    flex-wrap: wrap;
    padding: 0px 20px;
  }

  .securityPolicy .certified_blocks .certified {
    max-width: 45%;
    width: 100%;
  }

  .securityPolicy .certified_blocks .security_subdiv p {
    font-size: 16px;
  }

  .NewHomePage .whyVmaker .flex .item ul li h2 {
    text-align: center !important;
  }

  .authorPage .bannerWrap a {
    min-width: 300px;
    margin: 30px auto 5px !important;
  }

  .authorPage .trustedBrands ul {
    flex-wrap: wrap;
  }

  .authorPage .eLearning {
    padding: 70px 15px 40px;
  }

  .authorPage .eLearning .card {
    width: 100% !important;
    margin: 5px 5px 15px !important;
  }

  .authorPage .eLearning .card .cardBody {
    padding: 32px 15px 0;
  }

  .trainExperts .bannerWrap .dFlex {
    flex-wrap: wrap;
  }

  .trainExperts .bannerWrap .dFlex label {
    margin: 20px auto 10px;
  }

  .trainExperts .bannerWrap ul li {
    width: 100%;
    margin: 0px 0px 20px;
  }

  .trainExperts .goTosection ul {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .trainExperts .goTosection ul li {
    width: 100%;
    margin: 0px 0px 0px 0px;
    text-align: center;
  }

  .explainerVideo .cardWithoutImage {
    padding: 70px 0;
  }

  .explainerVideo .createVideo .flex .item {
    width: 100%;
  }

  .review-section .card-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 579px) {
  .securityPolicy .certified_blocks .certified {
    max-width: 100%;
    width: 100%;
  }
}

/*css for vmaker virtual demo*/
#vmaker-virtual-demo {
  background-image: none;
}

#vmaker-virtual-demo .desc {
  max-width: 500px;
  width: 600px;
}

#vmaker-virtual-demo .flex {
  justify-content: center;
  padding: 130px 0 130px;
}

#vmaker-virtual-demo .modal-content {
  border: 0px;
  background-color: #fff0;
}

#vmaker-virtual-demo .styled-checkbox {
  display: none;
}

#vmaker-virtual-demo h1 {
  margin-bottom: 50px;
  text-align: center;
  color: #0d0f0f;
}

#vmaker-virtual-demo .form-control {
  padding: 0.675rem 0.75rem;
  border-radius: 0rem;
  border-bottom: 2px solid #e4e4e4 !important;
  border: 0px;
  margin-bottom: 33px;
}

#vmaker-virtual-demo .form-control:focus {
  border-bottom: 2px solid black !important;
}

#vmaker-virtual-demo #my-form {
  box-shadow: 0px 0px 1px 2px #ddd;
  padding: 40px;
  border-radius: 4px;
}

#vmaker-virtual-demo #my-form .gradientBtn {
  background-image: linear-gradient(to left bottom,
      #61d5b8,
      #44cfc4,
      #26c8cf,
      #0fc1d8,
      #1eb8de);
  margin-top: 30px;
  margin-left: auto !important;
  text-align: center;
}

#vmaker-virtual-demo #my-form .gradientBtn:hover {
  background-image: linear-gradient(to right top,
      #9762fd,
      #9060fd,
      #895efd,
      #825dfd,
      #7a5bfd);
  color: white;
}

#vmaker-virtual-demo ::placeholder {
  color: #c5c5c5;
}

.windowsPageEn .video {
  overflow: hidden;
  padding-top: 45.25%;
  border-radius: 1rem;
}

@media screen and (max-width: 900px) {
  .windowsPageEn .video {
    padding-top: 60.25%;
  }
}

.macScreenRecorder .how {
  background-color: #ffffff;
}

.macScreenRecorder .macTable,
.vmakerPages .macTable {
  background-color: #fafafa;
}

.macScreenRecorder .macTable .table-responsive,
.vmakerPages .macTable .table-responsive {
  width: 84.5%;
  margin: 0 auto;
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 1px 10px #02bbff1a;
  border: 1px solid #e8eaec;
  border-radius: 16px;
  opacity: 1;
}

@media (max-width: 700px) {

  .macScreenRecorder .macTable .table-responsive,
  .vmakerPages .macTable .table-responsive {
    width: 93%;
  }
}

.macScreenRecorder .macTable .table,
.vmakerPages .macTable .table {
  margin: 0px;
  color: #0d0f0f;
  font-size: 16px;
}

.macScreenRecorder .macTable .table thead>tr,
.vmakerPages .macTable .table thead>tr {
  font-family: Inter, sans-serif;
}

.macScreenRecorder .macTable .table thead>tr th,
.vmakerPages .macTable .table thead>tr th {
  width: 33%;
  padding: 30px 32px !important;
  font-weight: 600;
  border: 1px solid #e8eaec;
}

.macScreenRecorder .macTable .table thead>tr th:last-child,
.vmakerPages .macTable .table thead>tr th:last-child {
  text-align: center;
}

.macScreenRecorder .macTable .table thead>tr th:nth-child(2),
.vmakerPages .macTable .table thead>tr th:nth-child(2) {
  text-align: center;
  background: transparent linear-gradient(102deg, #63d6b5 0%, #08b3e5 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

@media (max-width: 700px) {

  .macScreenRecorder .macTable .table thead>tr th,
  .vmakerPages .macTable .table thead>tr th {
    padding: 12px !important;
  }
}

.macScreenRecorder .macTable .table tbody>tr td,
.vmakerPages .macTable .table tbody>tr td {
  width: 33%;
  border: 1px solid #e8eaec;
  padding: 22px 20px !important;
}

.macScreenRecorder .macTable .table tbody>tr td:last-child,
.vmakerPages .macTable .table tbody>tr td:last-child {
  text-align: center;
  color: #f76868;
}

.macScreenRecorder .macTable .table tbody>tr td:nth-child(2),
.vmakerPages .macTable .table tbody>tr td:nth-child(2) {
  text-align: center;
  color: #06b281;
  background: #f8fffd 0% 0% no-repeat padding-box;
}

@media (max-width: 700px) {
  .macScreenRecorder .macTable .table tbody>tr td .vmakerPages .macTable .table tbody>tr td {
    padding: 12px !important;
  }
}

.macScreenRecorder .reviews .carousel#others .carousel-control-prev {
  transform: translate(-100%, -100%);
}

@media (max-width: 999px) {
  .macScreenRecorder .reviews .carousel .carousel-control-next {
    right: -16px;
  }

  .macScreenRecorder .reviews .carousel .carousel-control-prev {
    left: -16px !important;
  }
}

.macScreenRecorder .faqs .accordion-item .accordion-body li,
.macScreenRecorder .faqs .accordion-item .accordion-body ul {
  margin: 10px auto;
}

.macScreenRecorder .faqs .accordion-item .accordion-body li {
  margin: 0px 0px 0px 30px;
  list-style: disc;
}

.windowsPage .reviews .carousel#others .carousel-control-prev,
.explainerVideo .reviews .carousel#others .carousel-control-prev {
  transform: translate(-100%, -100%);
}

/*# sourceMappingURL=new-style.css.map */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .toolbar-header p {
    margin: 0;
    text-align: center;
  }

  .toolbar-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 110px;
    z-index: 999;
  }

  .home-toolbar .navbar,
  .NewHomePage.hellobarAdded .navbar {
    top: 110px;
  }

  .blog .grid,
  .video .grid,
  .ultimate .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .sf-custom-tabs .nav-tabs {
    gap: 0;
  }

  .vmakerPages .banner-sub-images {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .vmakerPages .client-logo {
    grid-template-columns: repeat(6, 1fr);
    margin: 40px 0;
    gap: 20px;
  }

  .vmakerPages .reasons .carousel-inner {
    height: auto;
  }

  .vmakerPages .reasons .carousel-item .right ul li,
  .vmakerPages .reasons .carousel-item .right p {
    width: 100%;
  }

  .vmakerPages .reasons .carousel-item .right {
    padding: 50px 100px 0;
  }

  .vmakerPages a.carousel-control-prev.circle {
    left: 36%;
  }

  .vmakerPages .pros-section .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .vmakerPages .sf-custom-tabs .nav-item .nav-link {
    font-size: 14px;
    padding: 0 15px;
  }

  .vmakerPages .createVideo h2 {
    width: 60%;
  }

  .macScreenRecorder .macTable .table thead>tr th,
  .vmakerPages .macTable .table thead>tr th {
    width: 33%;
    padding: 15px 25px !important;
  }

  .review-section .card-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sf-custom-tabs .nav-tabs {
    justify-content: center;
  }

  .blog .grid,
  .video .grid,
  .ultimate .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .vmakerPages .banner-sub-images {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .bannerWrap .container .banner-content ul {
    display: block;
    margin: 10px 0;
  }

  .vmakerPages .client-logo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    justify-content: center;
    align-items: center;
  }

  .vmakerPages .reasons .carousel-inner {
    height: auto;
  }

  .vmakerPages .reasons .carousel-item .right ul li,
  .vmakerPages .reasons .carousel-item .right p {
    width: 100%;
  }

  .vmakerPages .reasons .carousel-item .right {
    padding: 50px 25px 0;
  }

  .vmakerPages a.carousel-control-prev.circle {
    left: 28%;
  }

  .vmakerPages #carousel-inn a.carousel-control-next.circle {
    margin-left: 30px;
    top: 0px;
  }

  .vmakerPages .pros-section .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .vmakerPages .bannerWrap .container .banner-content h1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .vmakerPages .bannerWrap .container .banner-content ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .vmakerPages .createVideo h2 {
    width: 100%;
  }
}