html,
body {
  overflow-x: hidden;
}

/* banner content */
.banner_content_div {
  margin-top: 65px;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .smart-system-popularity_last_para p {
    border-bottom: 1px solid #8a8a8a;
  }
}

.banner_content_div .title {
  font-size: 38px;
}

.banner_img_slider {
  margin-top: 38px;
}

.smart-system-repair-top {
  background-color: #161417;
  color: #fff;
  margin-top: -2px;
}

.smart-system-repair-top .sub-title {
  font-size: 24px;
  line-height: 1.8;
}

.smart-system-repair-top .benefits {
  font-size: 18px;
  color: #aeadb2;
  margin-bottom: 50px;
}

.smart-system-repair-top .benefits li {
  list-style: none;
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
}

.smart-system-repair-top .benefits li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #737373;
  left: 0;
  top: 50%;
  border-radius: 25px;
  transform: translateY(-50%);
}

.smart-system-popularity {
  width: 80%;
  margin: 49px auto 0 auto;
}

.smart-system-popularity p {
  border-top: 1px solid #c0b1b1;
  padding: 15px 0;
  color: #8a8a8a;
  margin: 0 40px;
}

.features-center-overview {
  padding: 0 15px;
}

.features-center-overview img {
  width: 90px;
  margin-bottom: 15px;
}

.features-center-overview h5 {
  font-weight: 700;
}

.features-center-overview p {
  font-size: 18px;
}

.feature-right-overview {
  position: relative;
  padding-left: 70px;
  margin-bottom: 35px;
}

.feature-right-overview img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}

.feature-right-overview h5 {
  font-weight: 700;
  margin-bottom: 25px;
}

.feature-right-overview p {
  font-size: 18px;
}


.after-download .steps {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  left: -25px;
  top: -25px;
  background: url(../../../images/download/download-steps.png) no-repeat center;
}

/* banner */
@media screen and (max-width: 1024px) {
  .banner_img_slider {
    display: flex;
    align-items: center;
    margin-top: 0;
  }

  .smart-system-popularity p {
    margin: 10px 0;
  }
}

@media screen and (max-width: 991px) {
  .smart-system-popularity {
    width: 100%;
  }
}

/* ----<!-- how it works step -->--- */

.work_heading,
.download_heading {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

.download_side_steps {
  text-align: left;
}

.call_rec_dwn_step_outer_div {
  display: flex;
  margin-bottom: 20px;
}

.After_capture_tools_title {
  padding: 0px 20px 20px 30px;
  text-align: left;
}

.After_capture_tools_title h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}

.After_capture_tools_title p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.download_step_one {
  display: none;
}

.download_step_icon {
  color: #2ba45f;
  font-size: 18px;
}

.dot_div {
  display: flex;
  margin-top: 5px;
}

.dot {
  cursor: pointer;
  height: 50px;
  width: 50px;
  margin: 0 2px;
  border-radius: 50%;
  border: 1px solid #2ba45f;
  transition: background-color 0.6s ease;
  position: relative;
  line-height: 30px;
}

.download_step_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.activestep {
  background-color: #27ae5f;
  border: 1px solid #27ae5f;
  color: #fff;
}

.activestep .download_step_icon {
  color: #fff;
}

.dot:hover,
.dot:hover {
  background-color: #27ae5f;
  border: 1px solid #27ae5f;
  color: #fff;
}

.dot:hover .download_step_icon {
  color: #fff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.get-started-btn a {
  background: #27ae5f;
  color: #fff;
  padding: 10px 25px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  margin-left: 85px;
}

.get-started-btn a:hover {
  background: #268850;
}

.download_bg_img {
  background: url("../../windows/images/computer-win.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 400px;
}

.download_step_upper_windows_img {
  position: absolute;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media screen and (max-width: 1199px) {
  .download_step_upper_windows_img {
    max-width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .download_step_upper_windows_img {
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .download_step_upper_windows_img {
    max-width: 400px;
  }

  .download_bg_img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 425px) {
  .download_step_upper_windows_img {
    max-width: 250px;
  }
}

@media screen and (max-width: 375px) {
  .download_step_upper_windows_img {
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .download_bg_img {
    margin: 0 auto 30px auto;
  }
}

@media screen and (max-width: 767px) {
  .download_step_upper_windows_img {
    max-width: 300px;
  }
}

@media screen and (max-width: 575px) {
  .download_step_upper_windows_img {
    max-width: 250px;
  }
}


/* easy download */
.exif-studio-window-easy-to-use {
  display: flex;
  justify-content: center;
}

/* download section */
.section-product-download.smart-system-repair_window {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/download-section-background-images.png) no-repeat center;
  background-size: cover;
}

/* --------Features section side image-------- */
.feature_section h2 {
  font-size: 36px;
  color: #333;
  font-weight: 700;
}

.features_heading h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.features_heading p {
  margin-bottom: 40px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.feature_section p {
  font-size: 16px;
  margin: 30px auto 0;
  max-width: 880px;
  color: #000;
}

.features_dowload_now_btn {
  margin-top: 20px;
}

.features_dowload_now_btn a {
  background: #2ba45f;
  padding: 15px 25px;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  border-radius: 9px;
}

.features_dowload_now_btn i {
  padding-right: 10px;
  font-size: 20px;
}

.features_dowload_now_btn a:hover {
  background: #268850;
}

.features_btn_bottom_para {
  font-size: 16px;
  font-weight: 500;
}

.features_side_img {
  background-image: url(../../windows/images/secure-antimalware-features_side_images.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
}

.feature_side_img_section section {
  padding-top: 0;
}

.feature_side_img_section {
  margin-bottom: 50px;
}

@media screen and (max-width: 1500px) {

  .featur_col {
    padding-left: 80px;
  }
}

@media screen and (max-width: 1440px) {
  .features_side_img {
    background-size: auto 95%;
  }

}

@media screen and (max-width: 1350px) {
  .features_side_img {
    background-size: auto 91%;
  }
}

@media screen and (max-width: 1300px) {
  .features_side_img {
    background-size: auto 82%;
  }
}

@media screen and (max-width: 1280px) {
  .features_heading {
    min-height: 160px;
  }

  .features_side_img {
    background-size: auto 92%;
  }
}

@media screen and (max-width: 1240px) {
  .features_side_img {
    background-size: auto 93%;
  }
}

@media screen and (max-width: 1200px) {
  .features_side_img {
    background-size: auto 75%;
  }

  .features_heading {
    min-height: 206px;
  }
}

@media screen and (max-width: 1100px) {
  .features_side_img {
    background-size: auto 67%;
  }

  .features_heading {
    min-height: 180px;
  }
}

@media screen and (max-width: 1024px) {
  .featur_col {
    padding-left: 15px;
  }

  .features_side_img {
    background-size: auto 65%;
  }

  .features_heading {
    min-height: auto;
  }

  .features_heading p {
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 991px) {
  .features_side_img {
    background-image: none;
  }

  .features_side_img {
    margin-top: 20px;
  }

  .features_heading {
    min-height: 160px;
    max-width: none
  }

  .Secure_antimalware_side_img_features section {
    padding-top: 0;
  }
}

/* ------6 feature section------ */
.product-main-features p {
  font-size: 16px;
  color: rgb(226 226 226);
}

@media screen and (max-width: 1024px) {
  .features_images {
    max-width: 800px;
    right: 189px;
  }
}

@media screen and (max-width: 991px) {
  .features_images {
    max-width: 800px;
    right: 189px;
  }
}

@media screen and (max-width: 768px) {
  .features_images {
    display: none;
  }

  .product-main-features h5 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {

  .product-main-features h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 470px) {
  .feature_section p {
    width: auto;
  }

}

.dupliacte-photos-sweeper-slider-img {
  max-width: 99%;
}

/* -----home page buttons-------- */
@media screen and (max-width: 768px) {
  .dupliacte-photos-sweeper-slider-img {
    margin-top: 40px;
  }
}

/* -------feature_section-------- */
.features_section {
  margin: 100px 0;
}

.secure_antimalware_fearure_left_content {
  padding-right: 100px;
}

.secure_antimalware_fearure_right_content {
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.features {
  margin-bottom: 200px;
}

.secure_antimalware_fearure_row h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.feature_icons {
  max-width: 50px;
  margin-bottom: 10px;
}

.secure_antimalware_fearure_row p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-bottom: 30px;
}

.secure_antimalware_features {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.secure_antimalware_features_img {
  background: #f2f2f2;
  border-radius: 50%;
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 20px;
}

.secure_antimalware_features_img i {
  font-size: 16px;
}

.features_outer_div {
  margin-bottom: 10px;
}

.secure_antimalware_feature_text {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  line-height: 32px;
}

.feature_download_now_button {
  margin-top: 40px;
}

.feature_download_now_button a {
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 600;
  background: #2ba45f;
  color: #fff;
  border-radius: 9px;
}

.feature_download_now_button a:hover {
  background: #268850;
}

.real_time_protection_feature_span {
  color: #27ae5f;
  font-weight: 700;
}

.real-time-feature-para {
  padding: 0px 0 20px 0;
}

.secure_antimalware_fearure_img_section {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .secure_antimalware_fearure_img {
    margin-top: 100px;
  }
}

/* -----home page button----- */
.btn-single-page:hover {
  background-color: #20262c;
}

/* ---------featur section responsive */

@media screen and (max-width: 1024px) {
  .secure_antimalware_fearure_left_content {
    padding-right: 15px;
  }

  .secure_antimalware_fearure_right_content {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .secure_antimalware_slider_col {
    margin-top: 30px;
  }

  .secure_antimalware_fearure_img {
    margin-top: 50px;
  }
}


@media screen and (max-width: 425px) {
  .features_section {
    margin: 50px 0;
  }

  .features {
    margin-bottom: 100px;
  }

  .secure_antimalware_fearure_row h2 {
    font-size: 36px;
  }
}



/* ---------Font Size------ */
@media screen and (max-width: 500px) {
  .title {
    font-size: 36px;
  }

  .smart-system-repair-top .sub-title {
    font-size: 20px;
  }

  .feature_section h2,
  .secure_antimalware_fearure_row h2 {
    font-size: 36px;
  }

  .section-product-feature h2 {
    font-size: 36px;
  }

  .product-main-features h5 {
    font-weight: 600;
    font-size: 20px;
  }

  .wise-bg-secondary .work_heading {
    font-size: 36px;
  }

  .wise-bg-secondary .mb-70 {
    margin-bottom: 0 !important;
  }

  .download_heading {
    font-size: 36px;
  }

  .section-product-download .title-tag {
    font-size: 30px;
  }

  .section-product-download .pro-name {
    font-size: 36px;
  }
}

.btn-single-page {
  margin: 15px 10px 0 0px !important;
}

.secure_antimalware_features_img img {
  max-width: 30px;
}

.features_bg_dots_img_five {
  position: absolute;
  z-index: 1;
  top: -16px;
  right: 30px;
  width: 80%;
  opacity: 1;
  animation: rotateme 40s infinite linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/* navbar */
@media (max-width: 991px) {
  .navbar-toggler {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {

  .navbar_header_logo,
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px;
  }
}