body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
}
.glob_gray {
  background: #f7f7f7;
}
.globle_h {
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
}
.globle_sh {
  font-size: 18px;
}
html {
  scroll-behavior: smooth;
}
a {
  color: #181617;
}
a:hover {
  color: #181617;
  text-decoration: none;
}
a {
  color: #181617;
}
.text-red {
  color: #e11f26;
}
.product_banner_b2c {
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(227, 227, 227, 1) 100%
  );
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
.product_title {
  display: block;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1rem;
}
.product_banner_b2c h1 {
  font-size: 45px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #181617;
  margin-top: 0.5rem;
}
.product_banner_b2c h1 span img {
  position: absolute;
  bottom: 0.11rem;
  margin-left: 0.5rem;
}
.product_banner_b2c h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #787878;
  margin: 1.4rem 0;
  line-height: 1.6;
}
.product_banner_b2c ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_banner_b2c ul li {
  font-size: 16px;
  margin-top: 0.33rem;
  padding-left: 1.55rem;
  position: relative;
  margin-bottom: 0.5rem;
  z-index: 0;
}
.product_banner_b2c ul li h3 {
  font-size: 16px;
  font-family: "Open Sans";
}
.product_banner_b2c ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.product_banner_b2c ul li:after {
  width: 15px;
  height: 15px;
  border-radius: 14px;
  background: #099e44;
  position: absolute;
  left: 0;
  margin: auto;
  content: "";
  top: 3px;
  z-index: 0;
}
.lern_text {
  display: inline-block;
  margin-left: 0.3rem;
  font-weight: 600;
  color: #e11f26;
  position: relative;
}
.lern_text:after {
  width: 100%;
  height: 2px;
  background: #e11f26;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-in-out;
}
.lern_text:hover {
  color: #e11f26;
}
.lern_text:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.button_box {
  margin-top: 1.5rem;
  display: flex;
  position: relative;
}
.free_download {
  display: flex;
  background: #099e44;
  color: #fff;
  padding: 1em;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
}
.free_download i {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-left: 0.3rem;
  line-height: normal;
  font-style: normal;
}
.free_download i span {
  font-size: 11px;
  font-style: normal;
  display: block;
  font-weight: 400;
}
.free_download:hover {
  background: #0d9543;
  color: #fff;
  text-decoration: none;
}
.free_download:hover svg.os_icon {
  transform: translateX(-30px) scale(0);
  transform-origin: left;
  opacity: 0;
}
.free_download .free_btn_text {
  transform: translateX(0) scale(1);
  transition: all 0.4s;
  opacity: 1;
}
.free_download:hover .free_btn_text {
  transform: translateX(60px) scale(0);
  transform-origin: right;
  opacity: 0;
}
.radio_btn {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  font-weight: 600;
  font-family: "Montserrat";
  position: relative;
  margin-top: 0.8rem;
}
.radio-container {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  font-weight: 600;
  text-indent: 2px;
  margin: 5px 0 0 0;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  border: solid 1px #000;
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  border: solid 1px #e11f26;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}
.radio-container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e11f26;
}
span.bottom_lene {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: auto;
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  justify-content: center;
  transform: scaleX(0);
  transition: all 0.5s;
  opacity: 0;
}
.down_arrow_col {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
@keyframes dowload {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
.feature_content a {
  margin-left: 0.3rem;
  font-weight: 600;
  color: #e11f26;
  position: relative;
}
.feature_content a:after {
  width: 100%;
  height: 2px;
  background: #e11f26;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transition: all 0.3s;
  transform-origin: left;
}
.feature_content a:hover {
  color: #e11f26;
}
.feature_content a:hover:after {
  transform: scaleX(1);
}
.button_box svg.down_arrow,
.button_box span.bottom_lene {
  position: static;
  transform: translateY(0);
  opacity: 1;
}
.button_box span.bottom_lene {
  margin-top: 0.11rem;
  transform: scale(0.8);
  opacity: 1;
}
.buy_button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e11f26;
  border: solid 1px #e11f26;
  padding: 1rem;
  border-radius: 5px;
  margin-left: 1rem;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
}
.buy_button span {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-left: 0.7rem;
  line-height: normal;
  position: relative;
}
.buy_button:hover svg {
  fill: #fff;
  position: relative;
}
.buy_button:hover {
  background: #e11f26;
  transition: 0.5s all;
}
.buy_button:hover {
  color: #fff;
}
.buy_button:hover:before {
  transform: translate(0);
}
.buy_button:hover img {
  filter: brightness(0) invert(1);
}
.dsiclmr {
  font-size: 12px;
  color: #616161;
  padding-top: 0.9rem;
  margin-bottom: 0.5rem;
}
.change_os a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #616161;
  text-indent: 6px;
}
.top_award {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.video_wrapper {
  max-width: 474px;
  margin-left: auto;
  margin-top: 0.5rem;
}
.video_thumb {
  max-width: 100%;
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 0 43px rgb(0 0 0 / 44%);
  margin-left: auto;
  position: relative;
}
.video_overlay {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  color: #fff !important;
  font-family: "Montserrat";
  height: 100%;
}
.video_overlay .watch {
  background: #4f2423;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-family: "Montserrat";
  font-weight: 600;
  margin-top: 1rem;
  font-size: 10px;
}
.video_overlay h3 {
  margin-top: 1rem;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
}
.text-red-2 {
  color: #ff3c46;
  font-weight: 700;
  padding-bottom: 0.13rem;
}
.video_overlay:hover {
  color: #fff;
  text-decoration: none;
}
.play_btn img {
  z-index: 0;
}
.play_btn {
  display: inline-flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
}
.play_btn:before {
  max-width: 48px;
  height: 48px;
  border-radius: 88px;
  background: #ff3c46;
  opacity: 0.1;
  content: "";
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.play_btn:after {
  max-width: 40px;
  height: 40px;
  border-radius: 80px;
  background: #fff;
  opacity: 0.16;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.downarrow {
  position: relative;
  left: 1rem;
}
.video_overlay:hover .play_btn:after {
  animation: wave_circle infinite;
  animation-duration: 3s;
}
.video_overlay:hover .play_btn:before {
  animation: wave_circle2 infinite;
  animation-duration: 3s;
  animation-delay: 0.5s;
}
.banner_logo {
  margin-top: 2rem;
}
.banner_logo h5 {
  font-size: 19px;
  font-weight: 700;
}
.banner_logo p {
  font-size: 13px;
}
@keyframes wave_circle {
  from {
    opacity: 0.26;
  }
  to {
    transform: scale(9);
    opacity: 0;
  }
}
@keyframes wave_circle2 {
  from {
    opacity: 0.2;
  }
  to {
    transform: scale(9);
    opacity: 0;
  }
}
.quote_gry {
  filter: grayscale(1);
  opacity: 0.5;
  margin-left: auto;
  display: block;
  transform: rotate(180deg);
}
.award_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  margin-left: 0;
  padding: 0;
}
.award_list li img {
  filter: grayscale(1);
  opacity: 0.4;
  transition: all 0.5s;
}
.award_list li img:hover {
  filter: none;
  opacity: 1;
}
.award_list li {
  position: relative;
}
.award_list li span {
  display: inline-flex;
  padding: 0.5rem 0.5rem;
  margin: 0 auto;
  background: #181617;
  position: absolute;
  left: 0;
  right: 0;
  top: -4rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  border-radius: 20px;
  width: 190px;
  box-sizing: border-box;
  margin-bottom: 2rem;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s;
}
.award_list li span:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: solid 13px transparent;
  border-right: solid 13px transparent;
  border-top: solid 10px #181617;
  margin: auto;
  bottom: -10px;
}
.award_list li img:hover ~ span {
  transform: translateY(0);
  opacity: 1;
}
.file_services {
  padding-top: 1rem;
}
.camera_wrapper {
  padding-bottom: 5rem;
}
.file_format .laptop_man {
  position: relative;
  left: -6rem;
  z-index: 1;
}
.file_format_icons {
  position: absolute;
  left: -17rem;
  top: 3rem;
  margin: auto;
}
.file_format_icons .icon1 {
  position: absolute;
  top: -3.5rem;
  left: -5rem;
}
.file_format_icons .icon2 {
  position: relative;
  top: -3.5rem;
  left: 6rem;
}
.file_format_icons .icon3 {
  position: relative;
  top: 6rem;
  right: 7rem;
}
.file_format_icons .icon4 {
  position: relative;
  top: 16rem;
  right: 17rem;
  z-index: 1;
}
.file_format_icons .icon5 {
  position: relative;
  top: 12rem;
  right: 11rem;
}
.file_format_icons .red_box1 {
  position: absolute;
  top: -10px;
  left: 40px;
}
.file_format_icons .red_box2 {
  position: absolute;
  top: 120px;
  right: 140px;
}
.file_format_icons .red_box3 {
  position: absolute;
  bottom: -160px;
  left: 16px;
}
.red_box1,
.red_box2,
.red_box3 {
  opacity: 0.1;
}
.file_format_icons img {
  filter: drop-shadow(-32px -5px 16px #ccc);
}
.file_right_col {
  padding-right: 3rem;
}
.red_h {
  font-size: 16px;
  text-transform: uppercase;
  color: #e11f26;
  font-family: "Montserrat";
  font-weight: 700;
}
.repair_list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.repair_list li {
  position: relative;
  padding-left: 1.3rem;
  margin-top: 0.7rem;
  color: #454545;
  font-size: 16px;
}
.repair_list li:before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
}
.repair_list li:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 10px;
  background: #099e44;
  position: absolute;
  top: 5px;
  left: 0;
}
.media_file.active .file_format_icons img {
  animation-name: example;
  animation-duration: 0.5s;
  transform-origin: bottom left;
}
@keyframes example {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.media_file p {
  color: #616161;
  padding: 1rem 0;
  line-height: 28px;
  font-size: 18px;
}
.file_type_nav {
  margin: auto;
  margin-bottom: 4rem;
  justify-content: space-between;
  background: #fff;
  max-width: 320px;
  position: relative;
  border-radius: 50px;
  border: solid 1px #eb7b9a;
  overflow: hidden;
}
ul.file_type_nav li {
  width: 50%;
  display: flex;
  justify-content: center;
}
ul.file_type_nav li a {
  display: inline-flex;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 16px;
  background: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 0.5rem 0;
}
ul.file_type_nav li a.active {
  background: linear-gradient(
    270deg,
    rgb(245 56 67) 0%,
    rgba(41, 87, 149, 1) 100%
  );
  color: #fff;
}
ul.file_type_nav li a {
  position: relative;
}
.features_col {
  display: flex;
  align-items: flex-start;
  margin-top: 3rem;
}
.feature_content {
  padding-left: 2rem;
}
.feature_content .features_title,
.feature_content h3,
.feature_content h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 28px;
}
.feature_content p {
  color: #454545;
  line-height: 28px;
  padding-top: 0.5rem;
  font-size: 18px;
}
.right_features {
  padding-left: 1rem;
}
.left_features {
  padding-right: 1rem;
}
.gallery {
  width: 1700px;
  margin-top: 2rem;
}
.gallery-container {
  align-items: center;
  margin: 0;
  max-width: 1366px;
  margin-bottom: 50px;
  position: relative;
}
.testimonial svg path {
  stroke-dasharray: 10;
  animation: dash 5s linear infinite;
}
.switch {
  position: relative;
  display: inline-block;
  width: 155px;
  height: 42px;
  margin-left: 3rem;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transform: translate(0, 0);
  transition: 0.6s ease transform;
  border: solid 1px #d1d1d1;
}
.slider:before {
  position: absolute;
  content: "";
  height: 37px;
  width: 78px;
  left: 2px;
  bottom: 2px;
  background: linear-gradient(
    90deg,
    rgba(41, 87, 149, 1) 0%,
    rgba(225, 31, 38, 1) 100%
  );
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider:before {
  transform: translateX(70px);
}
.toggle-btn {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 3rem;
}
.slider.round {
  border-radius: 100px;
}
.slider.round:before {
  border-radius: 70px;
}
.package-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.toggle_text,
.toggle_text2 {
  margin: 0 0.8rem;
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
}
.toggle_text2 i {
  display: block;
  font-size: 14px;
  color: #f24248;
  font-style: normal;
  padding-bottom: 0.5rem;
  font-weight: 600;
  text-indent: -7px;
}
.divider_line {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    125deg,
    rgba(142, 139, 139, 1) 0%,
    rgba(255, 255, 255, 0) 60%
  );
}
.switch .oneyaer {
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-left: 16px;
  padding-top: 10px;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}
.switch .lifetime {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding-right: 13px;
  padding-top: 10px;
  justify-content: center;
  font-weight: 700;
  cursor: pointer;
}
.price_container {
  border: solid 2px rgba(204, 204, 204, 0.64);
  position: relative;
  min-height: 100%;
  border-radius: 5px;
  border-radius: 15px;
  transition: all 0.5s;
}
.price_container:hover {
  box-shadow: 0 0 10px #ccc;
}
.price_container.Premium {
  border: none;
  position: relative;
  background: #f7f7f7;
  z-index: 1;
  border-radius: 15px;
}
.price_container.Premium:before,
.price_container:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f7f7f7;
  z-index: 0;
  border-radius: 15px;
}
.gradient_border {
  width: 100%;
  display: block;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(41, 87, 149, 1) 0%,
    rgba(225, 31, 38, 1) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  transform: scale(1.008, 1.008);
  border-radius: 15px;
}
.bestvalue {
  display: block;
  background: linear-gradient(
    90deg,
    rgba(41, 87, 149, 1) 0%,
    rgba(225, 31, 38, 1) 100%
  );
  padding: 0.1rem;
  text-align: center;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.price_container.Premium .card_box {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.price_container.Premium .fearures_box {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.card_box {
  padding: 0 1rem;
  background: #fff;
  min-height: 100%;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.card_box h4 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 3.4rem;
}
.card_box p {
  color: #686868;
  font-size: 16px;
  padding-top: 0.51rem;
}
.price_cox strike {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #e11f26;
  display: block;
  margin-top: 0.5rem;
}
.price_cox strike sup {
  font-size: 60%;
}
.price_cox .offer_price {
  font-size: 42px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #181617;
  margin-bottom: 0;
  padding-top: 0;
}
.price_cox .offer_price sup {
  font-size: 55%;
}
.price_cox .save_price {
  font-family: "Montserrat";
  font-size: 14px;
  display: block;
  color: #165ca1;
  font-weight: 600;
  margin-bottom: 0.5rem;
  padding-top: 0.58rem;
}
.price_buy .buy_button {
  padding: 0.8rem 0.8rem;
  display: inline-flex;
  margin: 1rem auto;
}
.price_buy .buy_button span {
  font-size: 14px;
}
.free_trail {
  font-weight: 500;
  color: #181617;
  border-bottom: solid 1px #181617;
}
.price_container .read_more i.lern_text {
  font-size: 14px;
}
.price_container.Premium .price_cox .price_buy .buy_button {
  color: #fff;
  background-color: #e11f26;
}
.price_container.Premium .price_cox .price_buy .buy_button svg {
  position: relative;
  fill: #fff;
}
.readmore_p {
  position: absolute;
  bottom: 0rem;
  left: 1rem;
}
.price_cox .buy_now:hover {
  background: #e11f26;
  color: #fff;
}
a.features_btn {
  display: inline-flex;
  align-items: center;
  max-width: 218px;
  width: 100%;
  border: solid 1px #e11f26;
  justify-content: center;
  padding: 1rem 1rem;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 14px;
  border-radius: 3px;
  position: relative;
  color: #fff;
  overflow: hidden;
  margin-top: 4rem;
}
a.features_btn svg {
  margin-top: 0.2rem;
  margin-left: 0.5rem;
  position: relative;
}
a.features_btn span {
  position: relative;
  font-family: "Montserrat";
  color: #e11f26;
  transition: all 0.5s;
}
a.features_btn:before {
  width: 100%;
  height: 100%;
  background: #e11f26;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: translateX(-220px);
  transition: transform 500ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
a.features_btn:hover:before {
  transform: translateX(0);
}
a.features_btn:hover span {
  color: #fff;
}
a.features_btn svg path {
  fill: #e11f26;
}
a.features_btn:hover svg path {
  fill: #fff;
}
.fearures_box {
  position: relative;
  background: #f7f7f7;
  padding-bottom: 3rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.fearures_box ul {
  list-style: none;
  padding-left: 0;
  padding-top: 1rem;
  padding-right: 1rem;
}
.fearures_box ul li {
  position: relative;
  padding-left: 1.2rem;
  padding-top: 0.5rem;
  color: #454545;
  margin-left: 1rem;
  font-size: 14px;
}
.fearures_box ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #454545;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0;
}
.left_quote,
.right_quote {
  position: absolute;
}
.left_quote {
  left: 0;
  top: 0;
}
.right_quote {
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.light_quote {
  opacity: 0.5;
}
.award_sec {
  overflow: hidden;
}
#wrapper_bu {
  position: relative;
  margin-top: 30px;
  height: 383px;
}
.holder_bu_center {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  max-width: 394px;
  padding: 1rem;
  animation-name: active_box;
  animation-duration: 1s;
  transform-origin: right bottom;
  padding-top: 2rem;
  background: #fff !important;
  border: none !important;
  box-shadow: -1px 13px 81px rgb(225 31 38 / 18%);
  min-height: 313px;
}
.holder_bu.holder_bu_awayR1,
.holder_bu.holder_bu_awayR2 {
  transition: all 0.5s;
}
.holder_bu.holder_bu_awayR1:hover,
.holder_bu.holder_bu_awayR2:hover {
  box-shadow: 0 0 20px #d1d1d1;
}
@keyframes active_box {
  from {
    transform: translateX(100px) scale(0);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes active_header {
  from {
    transform: translateX(-200px) scale(0);
    opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes active_body {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes upcoming_box {
  from {
    transform: translateX(100px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes next_box {
  from {
    transform: translateX(100px);
  }
  to {
    transform: translateX(0);
  }
}
.holder_bu_awayR1 {
  cursor: pointer;
  position: absolute;
  bottom: 20%;
  left: 60%;
  width: 100%;
  height: 100%;
  max-width: 218px;
  max-height: 149px;
  background: none;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  animation-name: next_box;
  animation-duration: 1s;
  transform-origin: right bottom;
}
.holder_bu_awayR2 {
  cursor: pointer;
  position: absolute;
  bottom: 20%;
  left: 95%;
  width: 100%;
  height: 100%;
  max-width: 218px;
  max-height: 149px;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  animation-name: upcoming_box;
  animation-duration: 1s;
  transform-origin: right bottom;
}
.holder_bu_awayL1 {
  cursor: pointer;
  position: absolute;
  top: 12%;
  left: 100%;
  width: 24%;
  height: 263px;
  background: #fff;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100px);
}
.holder_bu_awayL2 {
  cursor: pointer;
  position: absolute;
  top: 20%;
  left: 100%;
  width: 22%;
  height: 190px;
  background: #fff;
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100px);
}
.holder_bu {
  border: solid 1px #ccc;
  border-radius: 10px;
  background: #f7f7f7;
}
.holder_bu .review_body {
  display: none;
}
.holder_bu .review_header {
  display: flex;
}
.holder_bu figure {
  margin-left: -3rem;
}
.holder_bu figure img {
  max-width: 90px;
}
.holder_bu figcaption {
  margin-left: 1rem;
  text-align: left;
}
.holder_bu .review_header figcaption .glob_sh {
  font-size: 16px;
  font-weight: 700;
}
.holder_bu .review_header figcaption svg {
  opacity: 0.5;
}
.holder_bu_center .review_header {
  display: flex;
  align-items: flex-start;
  animation-name: active_header;
  animation-duration: 1.2s;
  transform-origin: left;
}
.holder_bu_center .review_header figure {
  padding: 0;
  margin: 0;
}
.holder_bu_center .review_header figure img {
  position: relative;
  left: -2.8rem;
}
.holder_bu_center .review_header figcaption svg {
  filter: none;
  opacity: 1;
}
.holder_bu_center .review_header figcaption {
  margin-left: -2rem;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
}
.holder_bu_center .review_header figcaption .glob_sh {
  font-size: 24px;
  font-weight: 700;
}
.holder_bu_center .review_body {
  padding: 1rem 2rem;
  position: relative;
  padding-right: 0.5rem;
  text-align: left;
  display: block;
  animation-name: active_body;
  animation-duration: 1.2s;
  transform-origin: bottom;
  content: "";
  margin-top: 0.7rem;
}
.holder_bu_center .review_body p {
  padding: 0 0.5rem;
  text-align: left;
  font-size: 16px;
}
.holder_bu_center .review_body .left_quote {
  position: absolute;
  left: 0;
  top: 0;
}
.holder_bu_center .review_body .right_quote {
  position: absolute;
  right: 0.5rem;
  bottom: 0;
}
.require_col_left h5 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
}
.require_col_right ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  color: #686868;
}
.require_col_right ul li {
  margin-bottom: 0.3rem;
  font-size: 16px;
}
.os {
  display: flex;
  align-items: center;
}
.require_col_left,
.require_col_right {
  color: #686868;
}
.require_col_right {
  border-bottom-color: #e3e3e3 !important;
}
.spec_table {
  color: #616161;
}
.spec_table tr td {
  padding: 0.3rem 0.5rem;
  padding-right: 1rem;
}
.spec_table tr td:first-child {
  min-width: 200px;
  padding-left: 0;
}
.installtion_guide_plate ul {
  list-style: none;
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
}
.installtion_guide_plate ul li a {
  display: inline-flex;
  align-items: center;
  text-indent: 0.5rem;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.2rem;
}
.installtion_guide_plate ul li a:after {
  width: 100%;
  height: 1px;
  background: #616161;
  content: "";
  position: absolute;
  left: 1.5rem;
  bottom: 1px;
  transform: scaleX(0);
  transition: all 0.5s;
  transform-origin: left bottom;
}
.installtion_guide_plate ul li a:hover:after {
  transform: scaleX(1);
}
.installtion_guide_plate ul li a.user_guid span {
  position: relative;
  z-index: 1;
  color: #616161;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user_guid span img,
ul li a.user_guid span {
  transition: all 0.3s;
}
.installtion_guide_plate ul li a.user_guid:hover span {
  color: #fff;
}
.article_box {
  max-width: 407px;
  padding: 2rem 2rem;
  border-radius: 10px;
  margin-top: 3rem;
  transition: all 0.5s;
  min-height: 90%;
}
.light_box {
  background: #f3f6fc;
}
.danger_box {
  background: #fef5f5;
}
.article_title {
  font-size: 18px;
  font-weight: 700;
}
.article_discription {
  margin-top: 1rem;
  color: #686868;
}
.article_box:hover {
  box-shadow: 2px 1px 46px 3px #c9c7c7a6;
}
.read_more {
  display: block;
  font-style: normal;
  margin-top: 2rem;
  font-family: "Montserrat";
}
.read_more i.lern_text {
  font-style: normal;
}
.read_more svg {
  transition: all 0.3s;
  transform: translateX(0);
}
.read_more:hover svg {
  transform: translateX(5px);
}
.ser_sec_inner {
  background: url(../jpg/product_service.jpg)
    no-repeat scroll top center #000;
  background-size: cover;
  color: #fff;
}
.ser_sec_sh {
  font-size: 18px;
}
#register-modile {
  padding-right: 0 !important;
}
.card.faq_q {
  box-shadow: 0 0 5.22px 0.78px rgb(0 0 0 / 14%);
  overflow: hidden;
  border-radius: 5px 5px 5px 5px !important;
  padding: 1rem;
  position: relative;
}
.faq_h {
  display: flex;
  align-items: baseline;
  padding: 5px 10px;
  color: #555;
  font-weight: 600;
  width: 100%;
}
.faq_h:hover {
  color: #181617;
  text-decoration: none;
}
.ans,
.qes {
  font-size: 52px;
  font-family: "Montserrat";
  font-weight: 400;
}
.qes {
  color: #e11f26;
}
.faq_title {
  font-size: 18px;
  font-family: "Montserrat";
}
.faq_h_card_title p {
  margin-bottom: 0;
}
.faq_h:before {
  width: 10px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(245, 56, 67) 0%,
    rgb(47, 87, 149) 100%
  );
  position: absolute;
  left: -5px;
  top: 0;
  content: "";
  filter: grayscale(1);
  opacity: 0.5;
  transition: ease-in-out 0.3s;
}
a.faq_h[aria-expanded="true"]:before {
  filter: none;
  opacity: 1;
}
.faq_h:after {
  width: 25px;
  height: 25px;
  background: url(../svg/left-gray-arrow.svg);
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  bottom: 0;
  margin: 0;
  content: "";
  background-repeat: no-repeat;
  background-position: top;
  transition: ease-in-out 0.3s;
  transform-origin: center;
}
a.faq_h[aria-expanded="true"]:after {
  transform: rotate(90deg);
}
.faq_h_card_title {
  font-size: 17px;
  color: #333;
  padding-left: 25px;
  padding-right: 80px;
}
.faq_h_card_title a {
  color: #e11f26;
}
.lernmore_btn {
  display: inline-flex;
  padding: 1rem 2rem;
  color: #fff;
  background: #e11f26;
  font-family: "Montserrat";
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
}
.lernmore_btn img {
  filter: brightness(0) invert(1);
  margin-left: 10px;
  transition: 0.6s all;
}
.lernmore_btn:hover {
  color: #fff;
}
.lernmore_btn:hover img {
  transform: translateX(5px);
}
.nav-top {
  background: #f0f0f0;
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  transform: translateY(-100px);
  z-index: 10;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
.nav-top.hidden {
  transform: translateY(0%);
}
.product_navbar {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-direction: row;
}
.product_navbar li {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
}
.product_navbar li > svg {
  border-right: solid 1px #616161;
  padding-right: 1rem;
  display: block;
  width: 151px;
}
.product_navbar li a {
  font-size: 13px;
  position: relative;
  padding: 1.5rem 0.3rem;
  font-weight: 700;
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  margin-left: 1.3rem;
}
.product_navbar li a img {
  margin-right: 0.5rem;
  display: inline-block;
}
.product_navbar li > a:before {
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e11f26;
  z-index: 2;
  content: "";
  transform: scaleX(0);
  transition: all 0.5s;
  transform-origin: left;
}
.product_navbar li > a.active:before {
  transform: scaleX(1);
}
.product_navbar .free_download i {
  font-size: 10px;
  color: #fff;
  margin-left: 0;
}
.product_navbar li .button_box svg {
  margin: auto;
  padding: 0;
  width: 20px;
  border: none;
}
.product_navbar li .button_box {
  margin-top: 0;
}
.product_navbar li .button_box a {
  border: none;
  margin: 0 0.12rem;
  white-space: nowrap;
  padding: 0.5rem 0.6rem;
}
.product_navbar li .button_box .free_download i span {
  font-size: 11px;
}
.product_navbar li .button_box .down_arrow_col {
  margin-right: 3px;
}
.product_navbar li .button_box .buy_button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e11f26;
  border: solid 1px #e11f26;
  padding: 0.5rem 0.6rem;
  border-radius: 5px;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
  margin-left: 0.4rem;
}
.product_navbar li .button_box .buy_button span {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-left: 0.3rem;
  line-height: normal;
  position: relative;
}
.product_navbar li .button_box .buy_button:hover span {
  color: #fff;
}
.email_delivery {
  position: relative;
}
.tooltip_box {
  max-width: 180px;
  background: #181617;
  color: #fff;
  font-size: 12px;
  padding: 1rem 0.5rem;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0rem;
  z-index: 12;
  opacity: 0;
  transition: all 0.5s;
  transform: translateX(-200px);
}
.email_delivery img:hover ~ .tooltip_box {
  opacity: 1;
  transform: translateX(-180px);
}
.product_navbar li a span {
  font-family: "Montserrat";
}
.tooltip_box:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #181617;
  content: "";
  position: absolute;
  right: -0.5rem;
  top: 1rem;
}
.user_guide {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 12px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.user_guide li a {
  display: flex;
  align-items: center;
  margin: 2rem 0.7rem 1rem 0;
  text-indent: 4px;
}
.user_guide li a:hover {
  text-decoration: underline;
}
.gototop {
  display: inline-flex;
  padding: 0.5rem;
  background: #000;
  border-radius: 20px;
  position: fixed;
  bottom: 7rem;
  right: 2rem;
  width: 32px;
  height: 32px;
  z-index: 9;
  opacity: 0.6;
  transition: all 0.3s;
}
.gototop:hover {
  opacity: 1;
}
.te_prof {
  font-size: 12px;
  max-width: 200px;
  display: block;
  margin-top: 1rem;
}
h3.te_tes {
  max-width: 190px;
  text-transform: capitalize;
}
.watchv2 {
  background: linear-gradient(
    270deg,
    rgb(245 56 67) 0%,
    rgba(41, 87, 149, 1) 100%
  );
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  font-family: "Montserrat";
  font-weight: 600;
  margin-top: 1rem;
  text-transform: uppercase;
  color: #fff;
}
@keyframes wave-eff {
  0% {
    transform: scale(0);
    opacity: 0.5;
  }
  100% {
    transform: scale(5);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .multi-item-carousel .carousel-inner .carousel-item {
    margin-right: inherit;
  }
  .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active
    + .carousel-item
    + .carousel-item {
    display: block;
  }
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item,
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    transition: none;
  }
  .multi-item-carousel
    .carousel-inner
    .carousel-item.active
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.33333333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .multi-item-carousel .carousel-inner .carousel-item-next,
  .multi-item-carousel .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .multi-item-carousel
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
  .multi-item-carousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item,
  .multi-item-carousel
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  .multi-item-carousel
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
  .multi-item-carousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item,
  .multi-item-carousel
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    display: block;
    visibility: visible;
  }
}
.crousel_controler a.carousel-control-next {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 40px;
  top: 3rem;
  right: -1rem;
}
.crousel_controler a.carousel-control-next svg {
  transform: rotate(90deg);
}
.crousel_controler a.carousel-control-prev {
  padding: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 40px;
  top: 3rem;
  left: -1rem;
}
.crousel_controler a.carousel-control-prev svg {
  transform: rotate(268deg);
}
.watch_btn {
  display: inline-flex;
  background: none;
  outline: none;
  border: none;
  text-indent: 20px;
  position: relative;
  align-items: center;
}
.watch_btn .play_icon {
  width: 0;
  height: 0;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-left: solid 10px #fff;
  display: block;
  position: relative;
  margin-left: 14px;
  margin-top: 9px;
}
.watch_btn:focus {
  outline: none;
  border: none;
}
.watch_btn:before {
  width: 35px;
  height: 35px;
  background: #e11f26;
  border-radius: 30px;
  content: "";
  position: absolute;
  top: 0;
  margin: auto 0;
  left: 0;
  transition: cubic-bezier(0, 0, 0, 0.79) 0.3s;
}
.watch_btn:hover:before,
.watch_btn:focus:before {
  width: 160px;
}
.watch_btn span {
  position: relative;
  margin-top: 4px;
  display: block;
  transition: cubic-bezier(0, 0, 0, 0.79) 0.5s;
  font-family: "Montserrat";
  font-weight: 600;
}
.watch_btn:hover span,
.watch_btn:focus span {
  color: #fff;
}
.video_popup {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 2rem;
}
.video_popup iframe {
  width: 100%;
  height: 440px;
}
.skidder-viewport {
  position: relative;
  transition: opacity 0.4s ease-in-out;
  height: 1000px;
}
.slideshow .slide {
  max-width: 700px;
  margin: auto;
  width: 100%;
}
.slideshow .slide img {
  max-width: 100%;
  display: block;
  height: 100% !important;
}
.skidder-viewport .skidder-wrapper {
  width: 5000px;
  position: absolute;
  z-index: 1;
}
.skidder-viewport .skidder-wrapper .skidder-slide {
  float: left;
  position: relative;
  z-index: 0;
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
}
.skidder-viewport .skidder-wrapper .skidder-slide .stet_content {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.skidder-viewport.skidder-fade .skidder-wrapper {
  width: auto;
  margin: 0 auto;
}
.skidder-viewport.skidder-fade .skidder-wrapper .skidder-slide {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.skidder-viewport .skidder-wrapper .skidder-slide.active,
.skidder-viewport .skidder-wrapper .skidder-slide.disengage {
  opacity: 1;
  z-index: 1;
}
.skidder-viewport .skidder-wrapper .skidder-slide.active .stet_content {
  opacity: 1;
}
.skidder-viewport .skidder-clickwrapper {
  position: absolute;
  width: 25%;
  height: 100%;
  z-index: 4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.skidder-viewport .skidder-prevwrapper {
  left: 0;
}
.skidder-viewport .skidder-nextwrapper {
  right: 0;
}
.skidder-viewport .skidder-clickwrapper .skidder-clickelement {
  position: relative;
  height: 100px;
  width: 56px;
  z-index: 5;
  background-position: center center;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 8rem;
}
.skidder-viewport .skidder-clickwrapper:hover .skidder-clickelement {
  opacity: 1;
}
.skidder-viewport .skidder-clickwrapper .skidder-prev {
  float: left;
  margin-left: 10px;
  background-image: url(../svg/leftside-arrow.svg);
  background-position: 0 50%;
}
.skidder-viewport .skidder-clickwrapper .skidder-next {
  float: right;
  margin-right: 10px;
  background-image: url(../svg/rightside-arrow.svg);
}
.skidder-viewport .skidder-clickwrapper .skidder-next.jumpback {
  background-image: url(../svg/leftside-arrow.svg);
}
.skidder-viewport .skidder-touchwrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.skidder-viewport .skidder-pager {
  display: none;
  position: relative;
  top: 92%;
  margin: 0 auto;
  z-index: 4;
  padding: 0 0 15px 0;
}
.skidder-viewport .skidder-pager .skidder-pager-dot {
  display: table-cell;
  box-sizing: border-box;
  cursor: pointer;
  float: left;
  height: 12px;
  width: 12px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-radius: 6px;
  border: 2px solid #fff;
  text-decoration: none;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1),
    0 0 4px 2px rgba(0, 0, 0, 0.1) inset;
}
.skidder-viewport .skidder-pager .skidder-pager-dot:last-child {
  margin-right: 0;
}
.skidder-viewport .skidder-pager .skidder-pager-dot:hover,
.skidder-viewport .skidder-pager .skidder-pager-dot.active {
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
.skidder-viewport:hover .skidder-pager .skidder-pager-dot {
  opacity: 1;
}
.screen_shot {
  padding: 3rem 0;
  overflow: hidden;
}
.slider_wrapper {
  margin: 2rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.slider_wrapper img {
  max-width: 100%;
  margin-left: 0 !important;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
}
.slideshow {
  height: 590px !important;
}
.stet_content {
  margin-bottom: 2rem;
  text-align: center;
}
.stet_content .globle_h {
  font-size: 24px;
}
.slide {
  margin-top: 2rem;
}
.article_sec .carousel-inner {
  padding-bottom: 2rem;
}
.top_1 {
  background: #616161;
  padding-top: 0.6rem;
}
.footer_row {
  display: flex;
  padding: 1rem 0;
  align-items: center;
}
.footer_brand {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin-left: auto;
}
.footer_row figure {
  padding-right: 3rem;
  border-right: solid 1px #8d8d8d;
}
.footer_row p {
  color: #cbcbcb;
  font-size: 13px;
}
.footer_brand li {
  margin-left: 1rem;
}
.top_2 {
  background: #595959;
  padding-top: 1rem;
}
.also_ablable {
  margin-left: auto;
}
.also_ablable h5 {
  font-size: 14px;
  color: #cbcbcb;
  font-family: "Montserrat";
}
.trustpilot_riview {
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-size: 14px;
  text-decoration: none;
  color: #181617;
}
.trustpilot_riview svg {
  padding: 0 5px;
}
.trustpilot_riview i {
  border-bottom: solid 1px #191919;
  border-left: solid 1px #191919;
  bottom: 1px;
  height: 5px;
  left: 8px;
  position: relative;
  transform: rotate(-45deg);
  width: 5px;
  transition: transform 0.2s;
}
.whats_new {
  overflow: hidden;
  padding: 1rem 0;
}
.whats_new .media {
  align-items: center;
}
.whats_new .media h5 {
  font-size: 24px;
  color: #fff;
}
.whats_new .media p {
  font-size: 15px;
  color: #d8c1c8;
  margin-bottom: 0;
}
.w_new {
  text-decoration: underline;
  color: #fff;
  margin-left: 0.3rem;
  display: inline-flex;
  align-items: center;
}
.w_new svg {
  margin-left: 0.2rem;
  display: inline-block;
  transition: ease-in-out 0.3s;
}
.w_new:hover {
  color: #fff;
  text-decoration: underline;
}
.w_new:hover svg {
  transform: translateX(3px);
}
.Cus_testimonial .content {
  position: relative;
  max-width: 427px;
  width: 100%;
  overflow: hidden;
  border-radius: 22px;
  min-height: 100%;
  box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.18);
  background: #fff;
}
.Cus_testimonial .content a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 0 0 0;
}
.Cus_testimonial .content > a:hover > img {
  filter: none;
}
.Cus_testimonial .content .overlay:hover {
  filter: none;
}
.Cus_testimonial .opacity {
  height: 100%;
  overflow: hidden;
}
.Cus_testimonial .watch_test span {
  font-family: "montserrat";
}
.Cus_testimonial .info {
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  color: #181617;
  background: #fff;
  padding: 0 25px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 1rem 1rem 1rem;
}
.Cus_testimonial .info img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.Cus_testimonial .info h4 {
  font-size: 18px;
  font-weight: 700;
  color: #555;
}
.Cus_testimonial .about-icon {
  position: relative;
}
.quote {
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  position: absolute;
  top: -13px;
}
.quote .left {
  display: block;
  background: linear-gradient(
    -90deg,
    rgb(245, 56, 67) 0%,
    rgb(47, 87, 149) 100%
  );
  width: 8%;
  height: 4px;
}
.quote img {
  margin: 0 5px;
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.75));
}
.quote .right {
  display: block;
  background: linear-gradient(
    90deg,
    rgb(245, 56, 67) 0%,
    rgb(47, 87, 149) 100%
  );
  width: 100%;
  height: 4px;
}
.Cus_testimonial .info p {
  font-size: 13px;
  padding-top: 1rem;
  color: #888;
  font-weight: 400;
  margin-bottom: 0;
}
.Cus_testimonial .info p strong {
  font-size: 14px;
}
.Cus_testimonial img.full_img {
  width: 100%;
  transition: ease-in-out 0.5s;
  filter: grayscale();
}
.video_overlay:hover img.full_img {
  filter: none;
}
.Cus_testimonial figure:before {
  width: 50px;
  height: 50px;
  background: #e11f26;
  border-radius: 50px;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: auto;
  content: "";
  transition: ease-in-out 1s;
  z-index: 1;
  opacity: 0;
}
.video_overlay:hover figure:before {
  animation: wave-eff 1500ms infinite;
}
.Cus_testimonial .ply_icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.Cus_testimonial figure {
  padding: 0;
  margin: 0;
}
.Cus_testimonial figure {
  position: relative;
  overflow: hidden;
}
.Cus_testimonial figure span {
  position: absolute;
  z-index: 9;
  top: 1rem;
  right: 1rem;
  font-size: 11px;
  padding: 0.2rem 0.5rem;
  background: linear-gradient(
    90deg,
    rgb(245, 56, 67) 0%,
    rgb(47, 87, 149) 100%
  );
  border-radius: 25px;
}
.model_screenshot_close {
  position: absolute;
  top: -9px;
  right: -9px;
  background: #e11f26 !important;
  opacity: 1;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 0 #000;
  z-index: 1;
}
.modal-open .modal {
  backdrop-filter: blur(12px);
}
.model_screenshot_close:hover {
  color: #fff;
  outline: 0;
}
.button_wrapper {
  width: 60px;
  height: 60px;
  background: rgb(243 57 67 / 100%);
  display: block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  content: "";
  border-radius: 50px;
  z-index: 123;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease-in-out 0.3s;
}
.button_wrapper span.play_now {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  background: transparent;
  border-radius: 2px;
  padding: 0;
  position: absolute;
  left: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  filter: drop-shadow(0 9px 4px #44444449);
}
.video_overlay:hover .button_wrapper span.play_now {
  filter: drop-shadow(0 9px 4px #44444449);
}
.video_overlay:hover .button_wrapper {
  background: rgb(243 57 67 / 1);
}
.quate {
  width: 112px;
  height: 112px;
  border-radius: 112px;
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -6rem;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.crousel_wrapper {
  background: none;
}
.crousel_container {
  max-width: 605px;
  width: 100%;
}
.crousel_header .gradient_strip {
  display: inline-flex;
  padding: 0.2rem 1rem;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 600;
}
.screenShout_crousel {
  position: relative;
}
.crousel_header {
  padding: 0 3rem;
}
.crousel_body p {
  font-size: 18px;
  padding: 1rem 0;
  margin-bottom: 0;
  color: #555;
  margin-top: 0.7rem;
}
.crousel_header h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.crousel_header h4 strong {
  font-weight: 700;
  color: #e11f26;
}
.crousel_body img {
  transform: scale(1.01);
}
.screen_Swiper-pagination {
  justify-content: center;
  display: flex;
}
.screen_Swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background: #e11f26;
  height: 14px;
  border-radius: 12px;
  border-color: #e11f26;
}
.screen_Swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: none;
  border: solid 2px #bbb;
  transition: 0.3s ease-in-out;
  opacity: 1 !important;
}
.screen_Swiper-button-next,
.screen_Swiper-button-prev {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  border-radius: 25px;
  cursor: pointer;
  background: #888;
  color: #fff;
}
.screen_Swiper-button-next {
  right: 0;
}
.screen_Swiper-button-next:after,
.screen_Swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}
.screen_Swiper-button-next:after,
.screen_Swiper-button-prev:after {
  content: "next";
}
.screen_Swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.video_container {
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  background-size: contain;
  margin-top: 4rem;
}
.box-wrapper {
  max-width: 626px;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 52%,
    rgba(246, 246, 246, 1) 100%
  );
  margin-left: auto;
  border: solid 1px rgb(213, 64, 82);
  border-radius: 23px;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 3rem 0;
  padding-bottom: 4.93rem;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.19);
}
.box-wrapper .cover-img {
  margin-left: auto;
  display: block;
  margin-right: -2rem;
}
.box-wrapper .overlay {
  position: absolute;
  max-width: 207px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.overlay span {
  display: inline-block;
  padding: 0.5rem 0;
  max-width: 117px;
  text-align: center;
  font-size: 12px;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase;
}
.overlay h4 {
  color: #e55356;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 2rem;
}
.overlay {
  font-size: 18px;
  color: #555;
  font-family: "Montserrat";
}
img.play_btn {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  box-shadow: 0 16px 46px 0 rgba(0, 0, 0, 0.26);
}
.feature_content a {
  margin-left: 0;
  font-size: 16px;
}
.award_sec .globle_h {
  font-weight: 600 !important;
}
.main_award {
  max-width: 713px;
  width: 100%;
  margin-left: auto;
  position: relative;
}
.award_wrapper {
  padding: 2px;
  border-radius: 32px;
  position: relative;
  width: 100%;
}
.award-Swiper .swiper-slide {
  background: none;
  padding: 2px;
}
.award_container {
  background: #f7f7f7;
  border-radius: 28px;
  padding: 3rem 2rem;
}
.award-Swiper {
  text-align: left;
}
.award-Swiper .media-body {
  text-align: left;
}
.award-Swiper .media-body h5 {
  font-size: 32px;
  font-weight: 700;
}
.award-Swiper .media-body p {
  font-size: 20px;
  font-weight: 600;
  color: #888;
}
.award-Swiper .media figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.award-Swiper .media figure img + img {
  margin-top: 0.8rem;
}
.award-Swiper .swiper-slide {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}
.award-Swiper .swiper-slide > p {
  font-size: 18px;
  margin-bottom: 1rem;
  color: #181617;
  margin-top: 1rem;
}
.award_wrapper .bg-quote {
  position: absolute;
  top: 0;
  background: #f3f3f3;
  display: inline-block;
  padding: 0 0.5rem;
  left: 3rem;
  margin-top: -0.9rem;
}
.award_wrapper .sm-quote {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f3f3f3;
  display: inline-block;
  padding: 0 0.5rem;
  right: 3rem;
  margin-bottom: -0.5rem;
}
.award-pagination {
  margin-top: 1rem;
}
.award-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background: #e11f26;
  height: 14px;
  border-radius: 12px;
  border-color: #e11f26;
}
.award-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: none;
  border: solid 2px #bbb;
  transition: 0.3s ease-in-out;
  opacity: 1 !important;
}
.award-button-next,
.award-button-prev {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-radius: 25px;
  cursor: pointer;
  background: #888;
  color: #fff;
}
.award-button-next {
  right: -1.4rem;
}
.award-button-prev {
  left: -1.4rem;
}
.award-button-next:after,
.award-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
}
.award-button-next:after,
.award-button-prev:after {
  content: "next";
}
.award-button-prev:after,
.swiper-rtl .award-button-next:after {
  content: "prev";
}
.award_sec a.features_btn {
  max-width: 285px;
}
a.features_btn:before {
  transform: translateX(-100%);
}
.article_box {
  background: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.24);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.article_box .gradient_strip {
  padding: 0.2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.article_box .read_more {
  margin-top: auto;
}
.lab_services {
  border-radius: 22px;
  overflow: hidden;
}
.gradient_strip2 {
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 9%,
    rgb(47, 87, 149) 78%
  );
  height: 5px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.lab_services {
  max-width: 853px;
  width: 100%;
  background: #fffff;
  margin: auto;
  border: solid 1px #f1f1f1;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.18);
  background-size: auto 100%;
}
.counter_text {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
  width: 100%;
}
.counter_text li {
  text-align: center;
  margin: 1rem auto;
}
.counter_text li .gtext {
  background: linear-gradient(
    147deg,
    rgb(245, 56, 67) 10%,
    rgb(47, 87, 149) 68%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.counter_text .counter_h span {
  font-size: 42px;
  font-weight: 800;
  font-family: "Montserrat";
}
.counter_text .counter_h span sup {
  font-size: 60%;
  font-weight: 800;
  position: static;
  vertical-align: revert;
}
.counter_sh {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.counter_text p {
  margin-bottom: 0;
}
.bottom_footer_logo li img {
  max-width: 75px;
  padding-left: 5px;
}
.bg_logo {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.howitwork {
  position: relative;
}
.howitwork:before {
  width: 1px;
  height: 100%;
  position: absolute;
  right: -7px;
  content: "";
  top: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(215, 215, 215, 1) 49%,
    rgba(246, 246, 246, 0) 80%
  );
}
.award_left_col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner_left_sec {
  padding-right: 5rem;
}
.lab_services .media {
  align-items: center;
  font-size: 1.125rem;
  padding-right: 2rem;
}
@media screen and (min-width: 1920px) {
  .holder_bu_awayR1 {
    left: 53%;
  }
  .holder_bu_awayR2 {
    left: 86%;
  }
  .holder_bu_awayL2 {
    transform: translateX(200px);
  }
  .file_format_icons {
    left: -20rem;
    top: 4rem;
  }
}
@media screen and (min-width: 1500px) {
  .container-fluid {
    width: 1400px !important;
    padding: 0;
    margin: auto;
  }
}
@media screen and (max-width: 1440px) {
  .box-wrapper {
    max-width: 549px;
    padding-bottom: 3rem;
  }
  .banner_left_sec {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 1366px) {
  .product_banner_b2c h1 {
    font-size: 38px;
    font-weight: 700;
    font-family: "Montserrat";
    color: #181617;
    margin-top: 0.5rem;
  }
  .product_banner_b2c h2 {
    font-size: 17px;
    font-weight: 700;
    font-family: "Open Sans";
    color: #616161;
    margin: 1.5rem 0;
  }
  .gallery-controls-next:after {
    left: -12rem;
    bottom: 27rem;
  }
  .video_wrapper {
    max-width: 450px;
    margin-left: auto;
  }
  .product_banner_b2c:before {
    background-position-x: 120px;
  }
  .banner_award {
    bottom: 3rem;
  }
  .downarrow {
    width: 175px;
    left: 0;
  }
  .free_download i,
  .buy_button span {
    font-size: 18px;
  }
  .free_download,
  .buy_button {
    padding: 1rem 1rem;
  }
  .crousel_container {
    max-width: 545px;
  }
  .email_delivery {
    right: 2rem;
  }
  .w_new {
    margin-left: 0;
    padding-top: 0.3rem;
  }
  .screen_Swiper-button-next {
    right: -23px;
  }
  .screen_Swiper-button-prev {
    left: -23px;
  }
  .product_navbar li a {
    margin-left: 0.9rem;
  }
}
@media screen and (max-width: 1280px) {
  .product_navbar li a {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .product_banner_b2c h1 {
    font-size: 28px;
  }
  .globle_h {
    font-size: 24px !important;
  }
  .video_wrapper {
    max-width: 400px;
  }
  .video_overlay {
    padding: 1rem;
  }
  .banner_award {
    bottom: 1rem;
  }
  .product_title {
    font-size: 16px;
  }
  li.sticky_logo {
    display: none;
  }
  .product_navbar li a {
    margin-left: 0.5rem;
  }
  .file_format_icons .icon3 {
    z-index: 1;
  }
  .holder_bu.holder_bu_awayR2 {
    display: none;
  }
  .holder_bu.holder_bu_awayR1 {
    margin-left: 4rem;
  }
  .video_overlay .watch {
    margin-top: 5rem;
  }
  .play_btn {
    top: -60px;
    bottom: 0;
  }
  .play_btn img {
    max-width: 52px;
  }
  h3.te_tes {
    max-width: 153px;
  }
  .watchv2 {
    margin-top: 2rem;
  }
  .whats_new {
    padding: 1rem 0;
  }
  .whats_new .media h5 {
    font-size: 21px;
  }
  .product_navbar li a {
    font-size: 11px;
  }
  .box-wrapper {
    padding-bottom: 0;
    padding-top: 0;
  }
  .box-wrapper .overlay {
    margin-top: 5rem;
    margin-bottom: 0;
  }
  .box-wrapper .cover-img {
    margin-right: -7rem;
    margin-bottom: 2rem;
  }
  .video_overlay h3 {
    font-size: 14px;
    line-height: 19px;
  }
  .award-Swiper .media-body p br {
    display: none;
  }
  .award-Swiper .media-body p {
    font-size: 18px;
  }
  .counter_text .counter_h span {
    font-size: 25px;
  }
  .email_delivery {
    position: static;
  }
  .services .row {
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .banner_left_sec {
    padding-right: 0;
    padding-top: 30px;
  }
  .quote_part {
    padding: 0.5rem 1rem;
  }
  .video_overlay .watch {
    margin-top: 0.1rem;
  }
  .play_btn {
    top: 44px;
    bottom: 0;
  }
  .file_format_icons {
    position: static;
  }
  .file_format {
    display: none;
  }
  .file_format_icons img {
    position: static !important;
  }
  .file_format_icons {
    display: flex;
    justify-content: center;
    column-gap: 4rem;
    align-items: center;
    flex-wrap: wrap;
    max-width: 500px;
    width: 100%;
    row-gap: 1rem;
    margin-bottom: 2rem;
  }
  .red_box1,
  .red_box2,
  .red_box3 {
    display: none;
  }
  .file_type_nav {
    margin-top: 2rem;
  }
  .feature_content {
    padding-left: 0.3rem;
  }
  .article_sec {
    overflow: hidden;
  }
  .slideshow {
    height: 659px !important;
  }
  .price_buy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .price_buy .buy_button {
    margin: 1rem 0;
  }
  .price_cox .offer_price {
    font-size: 30px;
  }
  .nav-top {
    display: none;
  }
  .carousel-inner {
    width: 1050px !important;
    overflow: hidden;
  }
  .faq_h {
    display: flex;
    align-items: center;
  }
  .faq_title {
    position: static;
    padding: 1rem 0.8rem;
    margin-left: 1rem;
    font-size: 16px;
    line-height: 28px;
  }
  .ans,
  .qes {
    font-size: 24px;
  }
  .lab_services {
    position: relative;
  }
  .mobile_btn .free_download {
    padding: 1rem;
  }
  .mobile_btn .free_download i {
    font-size: 15px;
    margin-left: 0;
  }
  .mobile_btn .buy_button {
    padding: 1.2rem;
    text-indent: 10px;
  }
  .buy_button svg {
    fill: #e11f26;
  }
  .video_wrapper {
    max-width: 320px;
  }
  .play_btn img {
    max-width: 40px;
  }
  .video_overlay h3 {
    font-size: 12px;
    line-height: 18px;
  }
  .free_trail {
    margin-bottom: 1rem;
  }
  .product_banner_b2c:before {
    display: none;
  }
  h3.te_tes {
    max-width: 141px;
  }
  .watchv2 {
    margin-top: 0;
    font-size: 11px;
  }
  .features_list .product_benefit {
    padding-left: 0;
  }
  Cus_testimonial .content {
    height: 400px;
  }
  .Cus_testimonial .info img {
    width: 40px;
  }
  .Cus_testimonial .info:before {
    display: none;
  }
  .Cus_testimonial .info p {
    font-size: 14px;
  }
  .whats_new {
    padding: 2rem 0;
  }
  .whats_new .media h5 {
    font-size: 20px;
  }
  .whats_new .media p {
    line-height: 1.5;
  }
  .Cus_testimonial .info h4 {
    font-size: 15px;
  }
  .button_wrapper {
    transform: scale(0.7);
    right: 0;
    bottom: 0;
  }
  .box-wrapper {
    margin: 1rem auto;
  }
  .video_container {
    margin-top: 2rem;
  }
  .card.faq_q {
    padding: 0 2rem 0 0;
  }
  .email_delivery {
    position: static;
  }
  .product_banner_b2c h2 {
    font-weight: 600;
  }
  .product_banner_b2c h1 {
    font-size: 26px;
  }
  .product_banner_b2c ul li {
    font-size: 15px;
  }
  .screen_Swiper-button-next {
    right: 0;
  }
  .screen_Swiper-button-prev {
    left: 0;
  }
  .award_sec {
    text-align: center;
  }
  .counter_text {
    flex-wrap: wrap;
  }
  .counter_text li {
    max-width: 30%;
    width: 100%;
  }
  .crousel_container {
    max-width: 450px;
  }
  .email_delivery {
    margin-bottom: 2rem;
  }
  .article_box {
    margin: 1rem auto;
  }
}
@media screen and (max-width: 767px) {
  .glob_lr {
    padding-left: 5rem;
    padding-right: 0.5rem;
  }
  .dsiclmr {
    font-size: 11px;
  }
  .video_wrapper {
    margin: 1rem auto;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
  }
  .video_overlay {
    padding: 2rem;
  }
  .banner_award {
    position: static;
    margin: 2rem auto;
    order: 1;
  }
  .file_format_icons {
    column-gap: 1rem;
    order: 2;
  }
  .left_features {
    padding-right: 0;
  }
  .slider_wrapper img {
    margin: auto !important;
  }
  .skidder-viewport .skidder-wrapper .skidder-slide.active .stet_content {
    width: 60%;
    margin: 1rem auto;
  }
  .slideshow {
    height: 420px !important;
  }
  .switch {
    width: 226px;
  }
  .card_box {
    text-align: center;
  }
  .price_container {
    margin-bottom: 2rem;
    min-height: auto;
  }
  .price_buy {
    flex-direction: row;
    align-items: center;
  }
  .screen_shot {
    overflow: hidden;
    width: 100%;
  }
  .holder_bu_center .review_header figcaption {
    margin-left: 10px;
  }
  .holder_bu_center .review_header figure img {
    left: 0;
  }
  .holder_bu_center {
    max-width: 100%;
  }
  #wrapper_bu {
    height: 400px;
  }
  .spec_table tr {
    display: flex;
    flex-direction: column;
  }
  .ans,
  .qes {
    display: none;
  }
  .holder_bu_center .review_header figcaption .glob_sh {
    font-size: 16px;
  }
  .faq_title,
  .faq_h_card_title {
    padding-left: 0;
    margin-left: 0;
  }
  .faq_h_card_title {
    padding-right: 0.5rem;
  }
  .footer_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_brand li {
    margin-left: 0.2rem;
  }
  .footer_brand {
    margin-left: 0;
  }
  .footer_row figure {
    border-right: 0;
  }
  .footer_row p br {
    display: none;
  }
  .also_ablable img {
    max-width: 100%;
  }
  .why_stellar_row {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
  }
  .counter {
    padding: 1rem 0.5rem;
    width: 33.3%;
  }
  .why_stellar_row .counter span {
    font-size: 32px;
  }
  .video_popup iframe {
    height: 220px;
  }
  .modal-title.glob_sh {
    font-size: 16px;
  }
  .holder_bu_center {
    position: static;
  }
  #wrapper_bu {
    height: auto;
  }
  .small_heading {
    font-size: 15px;
    letter-spacing: 0.15em;
    color: #e11f26;
  }
  .pop_up_body {
    width: 100%;
    height: 100%;
    padding: 15px 25px;
  }
  input.inputname {
    flex: 1;
    padding: 10px 5px;
    background: #fff;
    border: solid 2px #e11f26;
  }
  input.inputbtn {
    font-size: 18px;
    padding: 10px 15px;
    background: #e11f26;
    border: none;
    color: #fff;
  }
   
  .collaps {
    width: 16px;
    height: 10px;
    position: absolute;
    right: 30px;
    background-size: 12px;
  }
  .right_features {
    padding-left: 0;
  }
  .product_title span,
  .downarrow {
    display: none;
  }
  .video_overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: baseline;
    height: 100%;
    padding: 2rem 1rem;
  }
  .play_btn img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 3rem;
    right: 0;
    margin: auto;
    max-width: 42px;
  }
  .features_col > img {
    max-width: 60px;
    margin-top: 0.5rem;
    padding-right: 0.5rem;
  }
  .slideshow .slide img {
    max-width: 350px;
  }
  .stet_content .globle_h {
    font-size: 18px;
  }
  .feature_content .features_title,
  .feature_content h3,
  .feature_content h4,
  .feature_content p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 0;
  }
  .spec_table tr td {
    padding-right: 0;
  }
  .mobile_btn .buy_button svg {
    margin-right: 10px;
  }
  .mobile_btn .buy_button {
    text-indent: 0;
  }
  .mobile_btn .buy_button {
    font-family: "Montserrat";
  }
  .mobile_btn .buy_button {
    padding: 0.8rem;
    font-weight: 600;
    margin-left: 5px;
  }
  .slider_wrapper {
    margin-top: 0;
  }
  a.features_btn {
    margin-top: 0;
  }
  .article_box {
    max-width: 100%;
    width: 100%;
  }
  .price_buy {
    justify-content: center;
  }
  .lab_services:before {
    display: none;
  }
  .skidder-viewport .skidder-clickwrapper .skidder-next {
    display: none;
  }
  .skidder-viewport .skidder-clickwrapper .skidder-prev {
    display: none;
  }
  .left_quote,
  .right_quote {
    display: none;
  }
  .services {
    text-align: center;
  }
  .repair_list li {
    text-align: left;
  }
  .mobile_btn .free_download {
    text-align: left;
  }
  .user_guide {
    justify-content: center;
  }
  .faq_sec {
    padding-top: 2rem;
  }
  .play_btn {
    top: 0 !important;
  }
  .product_banner_b2c ul li:after {
    top: 6px;
  }
  .product_banner_b2c ul li:before {
    top: 8px;
  }
  .product_banner_b2c {
    margin-top: 0;
  }
  div.holder_bu_awayR1:before {
    width: 40px;
    height: 40px;
    background-color: #181617;
    border-radius: 80px;
    display: flex;
    content: "";
    position: absolute;
    right: -1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: auto;
    z-index: 1;
    opacity: 0;
  }
  div.holder_bu_awayR1:after {
    width: 15px;
    height: 15px;
    border: solid #7a7a7a;
    border-width: 0 4px 4px 0;
    transform: rotate(-48deg);
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    margin-right: 0.8rem;
    z-index: 1;
    margin-right: 0;
  }
  div.holder_bu_awayL1:after {
    width: 15px;
    height: 15px;
    border: solid #7a7a7a;
    border-width: 0 4px 4px 0;
    transform: rotate(134deg);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
  }
  .holder_bu_awayR1,
  .holder_bu_awayL1 {
    overflow: inherit;
    background: none;
    box-shadow: none;
    max-width: 100% !important;
    width: 100%;
    left: 0 !important;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
  }
  .holder_bu_awayR1 p,
  .holder_bu_awayR1 h4,
  .holder_bu_awayR1 img,
  .holder_bu_awayR1 svg,
  .holder_bu_awayL1 svg,
  .holder_bu_awayL1 p,
  .holder_bu_awayL1 h4,
  .holder_bu_awayL1 img {
    display: none;
  }
  .holder_bu_awayL1 {
    visibility: visible;
    opacity: 1;
    border: none;
    transform: translate(0);
    z-index: 0;
  }
  .holder_bu_center {
    z-index: 0;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    margin: 1rem auto;
  }
  .holder_bu_center p,
  .holder_bu_center h4,
  .holder_bu_center img,
  #dp-slider .dp_item:first-child p,
  #dp-slider .dp_item:first-child img {
    animation: slide_up 600ms;
  }
  .holder_bu_awayR2,
  .holder_bu_awayL2 {
    display: none;
  }
  .holder_bu.holder_bu_awayR1 {
    margin-left: 0;
    border: 0;
  }
  .dp-content hr {
    display: none;
  }
  .dp_item {
    width: 100%;
    max-width: 100%;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .dp_item {
    position: static;
  }
  #slider {
    max-height: 350px;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  #dp-next,
  #dp-prev {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #dp-slider {
    cursor: auto;
  }
  .dp_item[data-position="2"] {
    opacity: 0;
  }
  .dp-content {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
  }
  .holder_bu_center .review_header {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .holder_bu_center .review_header figure img {
    position: static;
  }
  .holder_bu_center .review_header figcaption {
    margin-left: 0;
    align-items: center;
  }
  .holder_bu figure img {
    max-width: 100px;
  }
  .holder_bu_center,
  .holder_bu_center .review_body {
    position: relative;
    animation-name: slide_up;
  }
  #wrapper_bu {
    height: 100%;
    padding: 0 1rem;
  }
  .holder_bu_center .review_header,
  .holder_bu_awayR1 {
    animation-name: fty;
  }
  .holder_bu_center .review_body p {
    font-size: 14px;
    line-height: 1.4;
  }
  .mvp_review {
    padding-bottom: 0;
  }
  .holder_bu_center .review_header figcaption .glob_sh {
    font-size: 16px;
    font-weight: 700;
  }
  .product_banner_b2c ul li:after {
    top: 6px;
  }
  .product_banner_b2c ul li:before {
    top: 8px;
  }
  .product_banner_b2c {
    margin-top: 0;
  }
  .mobile_btn .free_download i,
  .buy_button {
    font-size: 14px;
  }
  .mobile_btn .free_download {
    padding: 1rem 0.8rem;
  }
  .resource_box p .read_more {
    opacity: 1;
  }
  .resource_box:hover img,
  .resource_box:hover .resource_title,
  .resource_box:hover p {
    transform: translate(0);
  }
  .carousel-inner {
    width: 100% !important;
    overflow: visible;
  }
  a.faq_h[aria-expanded="true"],
  a.faq_h[aria-expanded="false"] {
    background-size: 15px;
    background-position: 94% 30px;
  }
  .spec_table tr td {
    padding: 0;
    font-size: 14px;
  }
  .spec_table tr {
    margin-bottom: 0.5rem;
  }
  .spec_table tr td strong {
    font-size: 15px;
  }
  .require_col_right h5 {
    margin-bottom: 1rem;
    font-size: 15px;
  }
  .require_col_left h5 {
    margin-bottom: 0.5rem;
  }
  .email_delivery > img {
    max-width: 147px;
  }
  ul.user_guide {
    justify-content: center;
    column-gap: 10px;
    margin: 2rem auto;
  }
  .user_guide li a {
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: solid 1px #d4d4d4;
    margin: 0 auto;
  }
  .feature_content a {
    margin-left: 0;
  }
  .article_discription {
    margin-top: 1rem;
  }
  .wdr_mdal.modal {
    overflow: hidden;
  }
  .email_delivery img:hover ~ .tooltip_box {
    display: none;
  }
  .Cus_testimonial .box-container {
    margin: 1rem 0;
  }
  .Cus_testimonial .content {
    height: auto;
    margin: auto;
  }
  .faq_h_card_title p,
  .faq_h {
    padding-left: 1rem;
  }
  .services {
    text-align: left;
  }
  .lab_services .media {
    flex-direction: column;
    padding-right: 0.5rem;
  }
  .lab_services .media-body {
    padding-left: 1rem;
  }
  .whats_new {padding-top: 1rem!important; padding-bottom: 1rem!important;}
  .product_btn a{padding: 1rem; color: #fff;}
  .sticky-top{position: static!important;}
}
@media screen and (max-width: 376px) {
  .mobile_btn .free_download i {
    font-size: 15px;
  }
  .mobile_btn .buy_button {
    font-size: 15px;
  }
  .slideshow .slide img {
    max-width: 309px;
  }
  .slideshow {
    height: 349px !important;
  }
}
@media screen and (max-width: 320px) {
  .mobile_btn .free_download,
  .mobile_btn .buy_button {
    padding: 0.5rem 0.3rem;
  }
  .mobile_btn .free_download svg {
    width: 21px;
    margin-right: 8px;
  }
  .down_arrow_col {
    margin-right: 0.2rem;
  }
  .mobile_btn .free_download i,
  .mobile_btn .buy_button {
    font-size: 14px;
  }
  .button_box span.bottom_lene {
    margin-top: 0.18rem;
  }
  .trust_col {
    transform: scale(0.8);
    transform-origin: left;
  }
  .play_btn img {
    max-width: 35px;
  }
  .video_overlay h3 {
    font-size: 12px;
    line-height: 20px;
  }
  .counter p {
    font-size: 14px;
  }
  .product_banner h1 {
    font-size: 24px !important;
  }
  ul.file_type_nav li a {
    font-size: 14px;
  }
  .skidder-viewport .skidder-wrapper .skidder-slide.active .stet_content {
    width: 43%;
    margin: 1rem auto;
  }
  .slideshow .slide img {
    max-width: 271px;
  }
  .carousel-inner {
    width: 290px !important;
    overflow: hidden;
    margin: 0;
  }
  .article_discription {
    margin-top: 0;
  }
}
.why_stellar_row {
  display: flex;
  justify-content: space-around;
}
.counter span sup {
  font-size: 60%;
}
.counter {
  text-align: center;
}
.counter span {
  font-size: 52px;
  color: #e11f26;
  line-height: 0;
  font-family: "Montserrat";
  font-weight: 700;
}
.counter p {
  font-weight: 600;
  font-family: "Montserrat";
}
@font-face {
  font-family: rupee_foradianregular;
  src: url(../woff2/rupee_foradian-webfont.woff2) format("woff2"),
    url(../woff/rupee_foradian-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
.rupee {
  font-family: rupee_foradianregular;
}
em.rupee {
  font-style: normal;
  font-size: 100%;
  padding-right: 8px;
}
em.rupee span {
  font-family: Montserrat;
  font-size: 101%;
}
.globle_h p {
  font-family: Montserrat;
}
.product_banner {
  background: right top no-repeat #f0f0f0;
  background-position-x: 80%;
  position: relative;
  background-size: cover;
  padding: 10rem 4.3rem 3rem;
  color: #181617;
}
.product_banner p {
  font-size: 18px;
  letter-spacing: 0.15em;
  font-family: Montserrat;
  font-weight: 700;
}
.product_banner p.b_txt a {
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: normal;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  bottom: 3px;
  color: #565656;
}
.product_banner h1 {
  font-size: 45px;
  font-weight: 800;
}
.b_txt {
  text-transform: uppercase;
  color: #e11f26;
}
.product_banner h2 {
  font-size: 18px;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.product_banner ul {
  padding-top: 10px;
  padding-left: 0;
  font-weight: 600;
}
.product_banner li {
  padding-left: 30px;
  font-size: 18px;
  position: relative;
  margin: 8px 0;
  list-style: none;
}
.product_banner li:before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #099e44;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 10px;
}
a.free_down {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  background: #099e44;
  padding: 10px 25px 25px 18px;
  border-radius: 3px;
  position: relative;
  font-weight: 600;
}
a.free_down img {
  padding-right: 15px;
  margin-top: 18px;
}
a.free_down span {
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 56px;
  top: 59%;
  display: block;
  font-family: Montserrat;
}
.product_btn a {
  border-radius: 3px;
}
.ach_buynow {
  vertical-align: bottom;
  border: solid 1px #e11f26;
  padding: 13px 15px 21px;
  display: inline-block;
  font-size: 22px;
  color: #e11f26;
  font-weight: 600;
  line-height: 40px;
  border-radius: 3px;
  margin-left: 10px;
  transition: all 0.5s;
}
.ach_buynow img {
  vertical-align: middle;
  padding: 3px 0 0;
  margin-right: 11px;
}
.ach_buynow:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e11f27;
  border-color: #e11f27;
}
.ach_buynow:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.dsicpline,
.dsicpline a {
  font-size: 12px !important;
  color: #000;
  font-weight: 400;
  line-height: 23px;
}
.dsicpline a {
  font-weight: 700;
  padding-left: 2px;
}
.dsicpline img {
  vertical-align: inherit;
}
.banner_video {
  display: flex;
  flex-direction: column;
  max-width: 473px;
  width: 100%;
  margin-left: auto;
}
.video_thumbnil {
  width: 100%;
  border: solid 5px #fff;
  border-radius: 8px;
  display: block;
  height: 100%;
  position: relative;
  box-shadow: 11px 0 49px rgb(0 0 0 / 10%);
}
.back_thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: block;
}
.gradient_bg {
  display: block;
  position: absolute;
  left: -40%;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../png/gradient-bg.png);
  background-size: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.photo_gradient_bg {
  display: block;
  position: absolute;
  left: -40%;
  top: 0;
  width: 120%;
  height: 100%;
  background: url(../png/photo-gradient-bg.png);
  background-size: 100%;
  opacity: 0;
  transition: all 0.3s;
}
p.photo_overly_text {
  position: absolute;
  top: 3rem;
  left: 1.5rem;
  max-width: 180px;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
p.photo_overly_text span {
  display: block;
  font-size: 21px;
  color: #e11f26;
  margin-top: 2.5rem;
  padding-bottom: 0.5rem;
}
.video_thumbnil:hover p.photo_overly_text,
.video_thumbnil:hover p.photo_overly_text span {
  color: #fff;
}
.video_thumbnil:hover .photo_gradient_bg {
  opacity: 1;
}
p.overly_text {
  position: absolute;
  top: 3rem;
  left: 1.5rem;
  max-width: 180px;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}
p.overly_text span {
  display: block;
  font-size: 24px;
  color: #e11f26;
  margin-top: 2.5rem;
  padding-bottom: 0.5rem;
}
.video_thumbnil:hover .gradient_bg {
  opacity: 1;
}
.video_thumbnil:hover p.overly_text,
.video_thumbnil:hover p.overly_text span {
  color: #fff;
}
.play_btn {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fb3f46;
  top: 42%;
  border-radius: 80px;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play_bg {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  top: 40%;
  border-radius: 80px;
  display: block;
  z-index: 0;
}
.tech_radar_video {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  margin-top: 0.5rem;
}
.tech_radar_video p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Open Sans";
  letter-spacing: 0;
}
.play_btn img {
  max-width: 100%;
  padding-left: 5px;
}
a.free_v {
  text-decoration: none;
  font-size: 14px;
  font-family: "Open Sans";
  padding-top: 1rem;
  color: #e11f26;
  display: flex;
  align-items: center;
  line-height: normal;
}
.free_v img {
  padding-right: 0.5rem;
}
a.free_v:hover {
  text-decoration: underline;
  color: #e11f26;
}
@media screen and (max-width: 1440px) {
  p.overly_text {
    font-size: 15px;
    line-height: 24px;
  }
  p.photo_overly_text {
    font-size: 15px;
    line-height: 24px;
  }
  .play_btn {
    width: 60px;
    height: 60px;
    top: 42%;
  }
  .play_bg {
    width: 70px;
    height: 70px;
  }
  .product_banner h1 {
    font-size: 40px;
    top: 40%;
  }
  .product_banner h2,
  .product_banner li {
    font-size: 16px;
  }
  .banner_video {
    max-width: 460px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  p.overly_text span {
    font-size: 20px;
    margin-top: 0.5rem;
  }
  p.overly_text {
    max-width: 140px;
  }
  p.photo_overly_text span {
    font-size: 17px;
    margin-top: 0.5rem;
  }
  p.photo_overly_text {
    max-width: 140px;
  }
  .product_banner h1 {
    font-size: 34px;
  }
  .product_banner h2,
  .product_banner li,
  .product_banner .b_txt {
    font-size: 13px;
  }
  .play_btn {
    width: 50px;
    height: 50px;
    top: 0%;
    bottom: 0;
    margin: auto;
  }
  .play_btn img {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .product_banner {
    padding: 3rem 0.3rem;
  }
  .product_banner ul {
    display: none;
  }
  a.free_down {
    padding: 10px 10px 25px 12px;
    font-size: 20px;
  }
  a.free_down span {
    left: 52px;
  }
  .play_btn {
    max-height: 40px;
    max-width: 40px;
    top: 43px;
    margin: auto;
  }
  .play_btn img {
    max-width: 100%;
    width: auto;
  }
  .play_bg {
    display: none;
  }
  p.overly_text {
    top: 1rem;
  }
  p.overly_text span {
    font-size: 15px;
  }
  p.overly_text {
    font-size: 12px;
    line-height: 12px;
  }
  .tech_radar_video {
    align-items: flex-start;
  }
  .tech_radar_video p {
    font-size: 11px;
  }
  .product_banner p.b_txt a {
    margin-top: 0.5rem;
  }
  .bg-red-btn {
    background: #e11f26 !important;
  }
  .dsicpline {
    font-size: 10px !important;
    text-align: center;
  }
  .product_banner {
    padding: 1rem 0.3rem;
  }
  .product_btn {
    column-gap: 0.5rem;
  }
  .product_banner p {
    letter-spacing: 0;
  }
  .play_btn img {
    top: 0;
    bottom: 0;
  }
  .os_icon {
    margin-bottom: 1rem;
  }
  header {
    position: fixed;
    background: #f0f0f0;
    padding: 5px 15px;
    top: 0;
    z-index: 999;
  }
  .modal-backdrop.show {
    display: none;
  }
  .mobile_popup {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1rem 1rem;
    margin-top: 0rem;
  }
  .close {
    font-weight: 400;
    margin-top: 0;
    margin-right: 10px;
  }
  .cookv6desktop {
    display: none !important;
  }
  .wdr_mdal.modal {
    z-index: 9999 !important;
  }
  .bg_logo {
    display: none;
  }
  .lab_services .media {
    font-size: 0.9rem;
  }
  .lab_services .media img {
    max-width: 211px;
  }
  .lab_services .media h5 {
    padding-top: 0.8rem;
  }
  .lab_services .media p {
    margin-bottom: 0;
  }
  .lab_services .media .read_more {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .faq_h_card_title {
    padding: 0 0 1rem 2rem !important;
  }
  .left_quote,
  .right_quote {
    position: static;
    display: block;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 572px) {
  .product_banner_b2c {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  header {
    padding-left: 20px;
  }
  .mobile_btn .buy_button {
    margin-top: 1rem;
  }
  .video_thumb {
    text-align: left;
  }
  .product_title {
    font-size: 14px;
  }
  .whats_new .media {
    flex-direction: column;
    text-align: center;
    row-gap: 1rem;
  }
  .whats_new {
    padding: 2rem 0;
  }
  .overlay h4 {
    font-size: 14px;
  }
  .faq_title {
    font-size: 14px;
    line-height: 1.3;
  }
  .faq_title,
  .faq_h_card_title {
    padding-left: 1rem;
    padding-bottom: 1rem;
    font-size: 13px;
  }
  .counter_text {
    flex-wrap: wrap;
    padding-left: 0;
  }
  .counter_text li {
    max-width: 30%;
    width: 100%;
  }
  .counter_text .counter_h span {
    font-size: 22px;
  }
  .counter_sh {
    font-size: 12px;
  }
  .article_box {
    min-height: auto;
    margin: 1rem auto;
  }
  .logo_list {
    max-width: 300px;
    width: 100%;
    padding-left: 0;
    margin: 0rem auto;
    column-gap: 0.3rem;
  }
  .logo_list img {
    max-width: 100%;
  }
  .email_delivery {
    margin-bottom: 1rem;
  }
  .award_container .media {
    flex-direction: column;
  }
  .award_container {
    padding-bottom: 0;
  }
  .box-wrapper .overlay {
    margin-top: 1rem;
    margin-left: 1rem;
  }
  .box-wrapper .overlay p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
  }
  .award-Swiper .media-body h5 {
    font-size: 18px;
  }
  .award_container {
    padding: 3rem 1rem;
  }
  .award-Swiper .media-body p {
    font-size: 15px;
  }
  .award-Swiper .swiper-slide > p {
    font-size: 14px;
  }
  .quate {
    display: none;
  }
  .crousel_header .gradient_strip {
    font-size: 14px;
  }
  .video_wrapper {
    padding-bottom: 0;
  }
  .box-wrapper .cover-img {
    display: none;
  }
  img.play_btn {
    max-width: 100%;
    max-height: 100%;
  }
  .box-wrapper .cover-img {
    padding-bottom: 0;
  }
  .box-wrapper {
    height: 230px;
  }
  .box-wrapper .overlay {
    justify-content: flex-end;
    padding-bottom: 0;
  }
  .mobile_btn .free_download i,
  .buy_button {
    font-size: 16px;
  }
  .buy_button svg {
    width: 26px;
  }
  .award-button-next,
  .award-button-prev {
    display: none;
  }
  .product_title {
    margin-top: 0;
  }
  .award_left_col {
    margin-bottom: 2rem;
  }
  .mobile_btn .buy_button {
    margin-top: 0;
  }
  .video_wrapper {
    margin-top: 2rem;
  }
  .card_box h4 {
    padding-top: 1rem;
  }
  .features_col {
    margin-top: 1rem;
  }
  .Premium .card_box h4 {
    padding-top: 2rem;
  }
  .left_side_logo {
    margin-top: 1rem;
  }
  .logo_list {
    padding-bottom: 1rem;
  }
  .require_col_right ul {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.5rem;
  }
  .box-wrapper .cover-img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 290px;
  }
  h3.te_tes {
    max-width: 132px;
  }
  .file_services {
    padding-top: 0;
  }

 .video_overlay{  padding: 1rem 1rem;}
button.close{padding:0; margin:0}
}

.modal iframe {width: 100%;height: 300px;}
@media screen and (max-width: 360px) {
  .button_box {
    margin-top: 0;
  }
  .product_banner_b2c h2 {
    font-size: 0.92rem;
    line-height: 1.4;
    margin: 0.5rem 0;
  }
  .product_banner_b2c h1 {
    font-size: 18px;
    font-weight: 700;
  }
  .product_banner_b2c ul li {
    text-align: left;
  }
  .product_banner_b2c ul li strong {
    font-weight: 400;
  }
  .product_banner_b2c ul {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .product_btn .try_btn,
  .product_btn .try_btn {
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    font-size: 14px;
    font-weight: 500;
  }
  ul.file_type_nav li a {
    font-size: 13px;
  }
  .banner_award {
    display: block;
  }
  .award_stamp {
    margin-left: 0;
  }
  .stamp_bg img {
    display: none;
  }
  .quote_part {
    font-size: 16px;
  }
  .stamp_bg:before {
    display: none;
  }
  .video_overlay {
    justify-content: center;
  }
  h3.te_tes {
    max-width: 111px;
    font-size: 11px;
    line-height: 1.5;
  }
  .te_prof {
    margin-top: 0;
  }
  .watchv2 {
    padding: 7px;
    font-size: 11px;
  }
  .award-button-next,
  .award-button-prev {
    display: none;
  }
  .award-Swiper .media-body p {
    margin-bottom: 0;
  }
  .mobile_btn .free_download i,
  .buy_button {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .box-wrapper .overlay {
  }
  .box-wrapper .overlay p {
    font-size: 13px;
  }
  .overlay h4 {
    font-size: 12px;
  }
  .box-wrapper {
    height: 180px;
  }
  img.play_btn {
    z-index: 5;
  }
  img.play_btn {
    transform: scale(0.8);
  }
  .button_box {
    flex-direction: column;
  }
  .mobile_btn .free_download,
  .mobile_btn .buy_button {
    justify-content: center;
    margin: 0.5rem auto;
    max-width: 250px;
    width: 100%;
    height: 60px;
  }
  .mobile_btn .free_download i,
  .buy_button {
    font-size: 17px;
  }
  .dsiclmr,
  .change_os {
    text-align: center;
  }
  .play_btn {
    max-width: 30px;
    max-height: 30px;
  }
}
.mobile_popup h3 {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.mobile_popup .step1 p {
  padding: 0 1rem;
  font-size: 15px;
  line-height: 1.533;
  text-align: center;
  margin-top: 1rem;
}
.from_field {
  max-width: 98%;
  margin: 1rem auto;
  background: #f3f3f3;
  padding: 2rem 1rem;
  box-sizing: border-box;
  border-radius: 10px;
}
.from_field input[type="email"] {
  display: block;
  width: 100%;
  padding: 0.5rem;
  background: none;
  outline: none;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(189, 189, 189);
  border-radius: 5px;
}
.from_field input[type="email"]:focus {
  border-color: #000;
}
.from_field input[type="button"] {
  border-radius: 5px;
  background-color: rgb(225, 31, 37);
  display: block;
  width: 100%;
  padding: 0.7rem;
  color: #fff;
  border: none;
  margin-top: 1rem;
  font-weight: 600;
}
.step2 h3 {
  color: #099e44;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
}
.step2 p {
  font-size: 14px;
  padding: 0 1rem;
  line-height: 1.233;
  margin-top: 0.5rem;
}
.features_list {
  max-width: 98%;
  margin: 1rem auto;
  background: #f3f3f3;
  padding: 1rem 1rem;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 1.5rem;
}
.features_list p {
  font-size: 14px;
  text-align: left;
  padding: 0;
  font-weight: 600;
}
.product_benefit li:before {
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.features_list .product_benefit li:after {
  width: 15px;
  height: 15px;
  border-radius: 14px;
  background: #099e44;
  position: absolute;
  left: 0;
  margin: auto;
  content: "";
  top: 3px;
  z-index: 0;
}
.features_list .product_benefit li {
  margin-top: 0.33rem;
  padding-left: 1.55rem;
  position: relative;
  text-align: left;
  font-size: 14px;
  list-style: none;
}
.features_list .product_benefit {
  display: block;
}
.lern_more_product {
  color: #181617;
  font-size: 15px;
  font-weight: 600;
}
a.watchvideo {
  max-width: 298px;
  width: 100%;
  margin: 1rem auto;
  border: solid 1px rgb(204, 204, 204);
  border-radius: 5px;
  padding: 0.7rem;
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.buy_email {
  max-width: 298px;
  width: 100%;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 0.7rem;
  display: block;
  font-size: 15px;
  font-weight: 600;
  background: #e11f26;
  color: #fff;
}
.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}
