.header-top-three{
  height: 30px;
}
.main-menu .navigation > li > ul > li > a span{
  clear: both;
  font-size: 10px;
  float: left;
  margin-left: 35px;
  margin-top: -10px;
}
.main-menu .navigation > li > ul > li > a img{
  width: 29px;
  height: 29px;
}
.main-menu .navigation > li > ul > li .navSub{
  font-size: 10px;
  float: left;
  margin-left: 55px;
}
.main-menu .navigation > li > ul > li .navSub a{
   text-decoration: underline;
   color: #0000005e;
}
.main-menu .navigation > li > ul > li .navSub a:hover{
  color: #7fc540;
}
.main-header .header-lower {
  border-bottom: 1px solid #e9eff2;
}
.service-block .inner-box:hover {
  box-shadow: none;
  transform: none;
  /* border-bottom: none; */
}
.service-block:hover {
  /* border: 1px solid #aeaeae; */
}
/* .service-block {
  cursor: pointer;
  border: 1px solid #aeaeae;
  border-radius: 12px;
  background-color: white;
} */
.service-block .inner-box {
  border-bottom: none;
}
.service-block .inner-box:hover span {
  transform: scale(1.2);
  transition: all .5s;
}
.NewService .inner-box:hover span {
  transform: none;
}
.service-block .inner-box {
  border-bottom: none;
  cursor: pointer;
  border: 1px solid #aeaeae;
  border-radius: 12px;
  background-color: white;
}
.service-block h5 {
  font-size: 16px;
}
.service-block .icon img{
  height: 60px;
  width: 60px;
}
.feature-block-two .icon img{
  height: 30px;
}
.feature-block-two .inner-box:hover {
  background-color:white;
  color: black !important;
  cursor: pointer;
}
.feature-block-two {
  display: inline-block;
}
.feature-block-two h4 {
  clear:both;
}
/* home marquee */
.marquee-wrapper{
  background:#2F394C;
  text-align:center;
}
.marquee-wrapper .container{
  overflow:hidden;
}
.marquee-inner span{
  float:left;
  width:50%;
  display: inline-flex;
}
 .marquee-block{
  --total-marquee-items:10;
  height: 250px;
  width: calc(250px * (var(--total-marquee-items)));
  /* overflow: hidden; */
  box-sizing: border-box;
  position: relative;
  /* margin: 20px auto; */
  /* display: inline-block; */
  /* padding: 30px 0; */
}
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}

.marquee-inner.to-left{
  animation: marqueeLeft 45s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 45s linear infinite;
}
.marquee-item{
  height: auto;
  display: inline-block;
  float: left;
  transition: all .2s ease-out;
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
}

.feature-block-four .icon img{
  height: 70px;
  width: 70px;
}
.main-footer .widgets-section::before
{
  background-color: #ffffff;
}
.marBtm{
  margin-bottom: -30px !important;
  margin-top: 20px;
}
.main-footer.style-three .footer-bottom{
  background-color: #000000;
}
.main-footer .footer-bottom .copyright-text p {
  text-align: center;
}
.scroll-to-top :hover{
  color: #000000;
}
.why-choose-us .content-box .inner {
  margin-top: 40px;
  margin-bottom: 40px;
}
.social-icon-three {
  margin-top: 50px;
}

.btnCss{
  display: inline-block;
  text-align: center;
  width: 237.33px;
  height: 63.76px;
  color: #fff;
  font-size: 16px;
  border-radius: 36.7578px;
  background: #7fc540;
  transition: all 300ms ease;
  line-height: 60px;
}
.btnCss:hover{
  transform: translateY(-10px);
  transition: all .5s;
  color: #000000;
}
.feature-block-four .inner-boxNew {
  /* position: relative;
  background-color: #ffffff;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
  transition: all 300ms ease; */
  width: 226.47px;
  height: auto;
  box-shadow: 0 7px 14px hsla(0, 0%, 55.3%, .25);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
}
.inner-boxNew .text {
  font-size: 13px;
  margin-top: 10px;
  line-height: 20px;
}
.homeBTN{
  width: 150px;
  height: 40px;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  line-height: 35px;
  text-align: center;
  margin-top: 16px;
  color: #000;
  font-size: 12px;
  border: 1px solid #000;
  padding: 20px;
  position: relative;
}
.homeBTN:hover span{
  top: -5px;
  color: #7cc05a;
}
.homeBTN span{
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
  top: 0;
}
.homeBTN .leftC{
  left: 87%;
}
.main-menu .navigation > li > a:hover, .main-menu .navigation > li.dropdown > span:hover{
  color: #7cc05a;
}
.header-top-three .top-left .contact-list li a:hover {
  color: #000;
}
.pricing-section .tab-buttons li:hover{
  color: #ffffff;
  background-color: #7cc05a;
}
.can-do-section{
  position: relative;
  padding: 50px 0px;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.user-detail .name{
  font-size: 34px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 700;
  margin-bottom: 10px;
}
.user-detail .text{
  margin-bottom: 20px;
}
.user-detail .features {
  position: relative;
  margin: 0 auto 20px;
}

.user-detail  .features li{
  position: relative;
  display: block;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
}

.user-detail  .features li:before{
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  line-height: 30px;
  content: "\f166";
  font-family: 'Flaticon';
  color: #7fc540;
}

.user-detail  .features li.false:before{
  color: #e1137b;
  content: "\51";
}

.user-detail  .features li a{
  color: #848484;
}

.user-detail  .features li:last-child{
  border-bottom: 0;
}

.btn-box{
  position: relative;
}

.btn-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #7fc540;
  background-color: #ffffff;
  font-weight: 600;
  padding: 8px 8px;
  border: 2px solid #7fc540;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
  align-items: center;
  margin-bottom: 10px;
}

.btn-box a:hover{
  color: #ffffff;
  background-color: #7fc540;
}

.btn-box a:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.20);
}

.hl-box{
  position: relative;
}

.hl-box  a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #7fc540;
  background-color: #ffffff;
  font-weight: 600;
  padding: 15px 20px;
  border: 2px solid #7fc540;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
  align-items: center;
  margin-bottom: 10px;
}

.hl-box a:hover{
  color: #ffffff;
  background-color: #7fc540;
}

.hl-box a:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,0.20);
}

.feature-block-four .inner-box {
  word-wrap: break-word;
}
.spanColor{
  color: white;
  font-size: 30px;
}
.content-pages {
  position: relative;
  padding: 60px 10px;
  background-color: #ffffff;
}
.buy_download {
  width: 100%;
  /* justify-content: space-between; */
  /* flex-direction: inherit; */
  /* display: flex; */
  margin-top: 20px;
}
.NewService .inner-box {
  box-shadow: 1px 8px 18px rgba(121, 128, 255, .15);
  padding: 39px 19px;
  border: none;
}
.NewService .inner-box:hover {
  box-shadow: 1px 8px 18px rgba(121, 128, 255, .15);
  cursor:auto;
}
#product-nav ul > li {
  background-color: transparent;
  color: #595757;
  font-size: 16px;
  height: 50px;
  line-height: 68px;
  border-width: 0;
  border-color: transparent;
  margin-right: 20px;
  width: auto;
}

#product-nav ul > li.active{
	border-bottom: 3px solid #7fc540;
}
.stickRightBtn{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
}
#product-nav ul{
  display: inline-flex; 
}
#product-nav ul > li > a {
  color: #595757;
  height: 64px;
  line-height: 68px;
  width: 100%;
  font-size: 16px;
  display: block;
}
#product-nav ul > li > a:hover {
  color: #7fc540;
}
#product-nav ul > li:hover {
  border-bottom: 3px solid #7fc540;
}
.page-title {
  background-position: right bottom;
}
.best-section {
  position: relative;
  /* padding: 0px 0px; */
  padding: 40px 0px;
}
.best-service-block .inner-box{
  background-color: rgba(249,250,251,1);
  border: none;
  padding: 0px 30px;
  padding-bottom: 30px;
}
.best-service-block .inner-box:hover span {
  transform: none;
}
.best-service-block .inner-box:hover {
  background-color: rgba(249,250,251,1);
}
.best-service-block .inner-box .icon{
  height: 50px;
  width: 50px;
  margin-top: -1.5rem;
}
.store-license .inner-box{
  text-align: left;
  border: 1px solid #ebebeb;
}
.store-license .inner-box:hover span {
  transform: none;
}
.store-license .btn-box a
{
  display: flex;
  margin-top: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  border-radius: 7px;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}
.store-license .inner-box:hover {
  border-color: #ebebeb;
}
.store-license .inner-box {
  cursor:auto;
}
/* ribbon Css */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  border: 5px solid #7fc540;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 10px 0;
  background-color: #7fc540;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 18px;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 15px;
}
.ribbon-top-right::after {
  bottom: 15px;
  right: 0;
}
.ribbon-top-right span {
  left: -10px;
  top: 30px;
  transform: rotate(45deg);
}
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.store-license .inner-box:hover .NotRotate {
  transform: rotate(45deg);
}
.products-item-price{
  font-weight: 600;
  font-size: 32px;
  color: #111;
  margin-right: 9px;
  min-height: 55px;
  max-width: 174px;
  float: left;
}
.products-item-price-text{
  font-weight: 300;
  color: #616161;
  position: relative;
  font-size: 10px;
}
.products-old_price {
  color: #616161;
  text-decoration: line-through;
  bottom: 16px;
  font-weight: 300;
  font-size: 15px;
  text-transform: capitalize;
  margin-right: 20px;
  margin-left: 20px;
}
.carousel-indicators li {
  background-color: #7fc540;
}
.price-group{
  width: 90%;
  height: 50px;
  display: contents;
  margin-top: 20px;
}
.licenseNew .btn-box a {
  width: 50%;
}
.store-license .btn-box i {
  margin-right: 10px;
}
.products-bundles-item{
  background: linear-gradient(177.37deg, #7fc540 -37.25%, rgba(160, 163, 255, .17) 97.8%);
-webkit-backdrop-filter: blur(4.06073px);
backdrop-filter: blur(4.06073px);
border-radius: 13.1974px;
padding: 24px;
margin-bottom: 50px;
position: relative;
}
.products-bundles-item .sec-title {
  margin-bottom: 0px;
}
.products-item{
  background-color: white;
  margin: 20px;
}
.licenseNew .name {
  font-size: 20px;
  margin-top: 20px;
}
.banner-showHide{
  display: none;
}
.data-recovery-banner h4{
  font-size: 24px;
  line-height: 190.4%;
  color: #000;
}
.data-recovery-banner h2{
  font-weight: 700;
  font-size: 30px;
  line-height: 125.4%;
  color: #000;
  margin-top: 15px;
}
.data-recovery-banner ul li{
  font-size: 20px;
  line-height: 230.19%;
  color: #000;
  font-weight: lighter;
}
.data-recovery-banner ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  margin-bottom: 3px;
  margin-right: 5px;
  background-color: #7fc540;
}
.data-recovery-banner .buy_download {
  display: flex;
}

.data-recovery-banner .buy_download  .fst{
  background-color: #7fc540;
  color: #FFFFFF;
}

.data-recovery-banner .theme-btn{
  height: 65px;
  font-weight: 600;
  font-size: 22px;
  /*display: inline-block;*/
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  background-color: #fff0;
}
.data-recovery-banner .buy_download .btn-box{
  margin-right: 20px;
}
.data-recovery-banner .buy_download .btn-box a {
  border: 3px solid #7fc540;
}
.data-recovery-banner small {
  font-size: 14px;
}
/* .btn1{
  background-color: #7fc540;
}
.btn1 a{
  color: #ffffff;
} 
.btn2 a{
  display: flex !important;
}
*/
.new-feature-block img{
  height: 50px;
  width: 50px;
}
.new-feature-block .inner-box {
  padding-left: 90px;
  border: none;
  box-shadow: 0 6px 40px 0 rgb(0 0 0 / 10%);
  border-radius: 0px;
  min-height: 170px;
}
.new-feature-block .inner-box:hover {
  box-shadow:none;
  transform: none;
  box-shadow: 0 6px 40px 0 rgb(0 0 0 / 10%);
}
.new-feature-block .inner-box:hover::before {
  transform: none;
}
.new-feature-block  .icon {
  left: 20px;
  top: 25%;
  position: absolute;
}
.newBGColor{
  background-color: rgba(243,244,246,1);
}
.newBGColor .name {
  margin-bottom: 20px;
}
.newBGColor .text{
  color: #000000;
}
.switchover_img{
  width: 13px;
  height: 9px;
  display: inline;
}
.switchover img{
  display: inline !important;
  width: auto !important;
}
.switchover {
  font-size: 16px;
  line-height: 166.9%;
  color: #000;
  margin-top: 17px;
  display: inline-block;
  cursor: pointer;
}
.switchover:hover .switchover_img {
  transform: translateX(10px);
  transition: all .5s;
}
.stickRightBtn i{
  margin-right: 10px;
  font-size: 20px;
}
/*Mobile CSS*/
@media only screen and (max-width: 768px){
	.pricing-section .tab-buttons li{
   padding: 10px;
    font-size: 12px;
    margin-right: 10px;
  }
  .service-block {
    /* width: 170px; */
  }
  .about-section-three .content-column {
    margin-bottom: 0px;
  }
  .about-section-three{
    padding: 0px;
  }
  .about-section-three .sec-title {
    margin-bottom: 0px !important;
  }
  .pricing-section{
    padding: 0px;
  }
  .why-choose-us .content-box .title-box
  {
    margin-top: 81px;
  }
  .marquee-inner span {
    width: 100% !important;
    display: inline-flex !important;
  }
  .feature-block-two .inner-box {
    text-align: left;
    height: 230px;
  }
  .marquee-block {
    overflow: hidden;
  }
  .why-choose-us .upper-box {
    padding-bottom: 40px;
  }
  .slide-item .feature-block-four {
    width: 45%;
  /* margin-left: 6%; */
  margin-bottom: 30px;
  }
  .feature-block-four .inner-boxNew {
    width: 170px !important;
  }
  .homeBTN {
    width: 130px;
    height: 30px;
  }
  .homeBTN .leftC {
    left: 90%;
  }
  .main-footer {
    margin-top: 0px  !important;
  }
  .main-footer .footer-column {
    margin-bottom: 0px  !important;
  }
  .main-footer .footer-column .widget-title {
    margin-bottom:  0px  !important;
  }
  .user-links {
    margin-top: 0px  !important;
  }
  .user-detail .name {
    font-size: 20px;
  }  
  .testimonial-carousel-two .owl-nav {
    left: 0%;
    width: 84%;
  }
  .owl-nav {
    display: inline-block;
  }
  .testimonial-carousel-two .owl-prev{
  left: -20px;
  }
  .default-tabs.style-two .tab-buttons{
    display: inline-flex;
  }
  #product-nav{
    display: contents;
  }
  .best-section {
    padding: 0px 0 40px;
  }
  .banner-section-two .slide-item {
    position: relative;
    background-repeat: repeat;
    background-position: right bottom;
    background-size: 100%;
  }
  .products-item-price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px){
  .products-item-price {
    font-size: 20px;
  }
  .service-block .inner-box {
    padding: 10px;
  }
  .user-detail .name {
    font-size: 20px;
  }  
  .testimonial-carousel-two .owl-nav {
    left: 0%;
    width: 74%;
  }
  .owl-nav {
    display: inline-block;
  }
  .testimonial-carousel-two .owl-prev{
  left: -20px;
  }
  #product-nav ul > li.active, #product-nav ul > li a{
    font-size: 12px;
  }
  .header-style-three .theme-btn{
    display: inline-block;
  }
  .stickRightBtn {
    justify-content: center;
  }
  .best-section {
    padding: 0px 0 40px;
  }
  .banner-section-two .slide-item {
    position: relative;
    background-repeat: repeat;
    background-position: right bottom;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1023px){
  .banner-section-two .content-box {
    margin-left: 5%;
    width: 100%;
  }
  .banner-section-two .content-box h1 {
    font-size: 35px;
  }
  .feature-block-four .inner-boxNew {
    width: 180px;
  }
  .marquee-block {
    height: 250px;
  }
}

@media only screen and (max-width: 599px){
  .user-detail .name {
    font-size: 20px;
  }
  .testimonial-carousel-two .owl-nav {
    left: 0%;
    width: 74%;
  }
  .owl-nav {
    display: inline-block;
  }
  .testimonial-carousel-two .owl-prev{
  left: -20px;
  }
  .best-section {
    padding: 0px 0 40px;
  }
  .banner-section-two .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
  }
  .products-item-price {
    font-size: 20px;
  }
  .data-recovery-banner .buy_download .btn-box a{
    /* width: 190px; */
    height: 50px;
    font-size: 18px;
  }
  .data-recovery-banner small {
    font-size: 10px;
  }
  .data-recovery-banner .buy_download {
    display: contents;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1100px){
  .banner-showHide{
    display: block;
  }
  .data-recovery-banner h2 {
    font-size: 56px;
  }
}

.user-detail ul{
	margin-top:10px;
}
.user-detail ul li{
  font-size: 17px;
  line-height: 230.19%;
  color: #333333;
}

.user-detail ul li::before {
	content: "\2022";
	color: #7fc540;
	font-weight: 800;
	display: inline-block;
	width: 1em;
}

.can-do-section .headingText{
  font-weight: 600;
  font-size: 21px;
  line-height: 60px;
  color: #7fc540;
  margin-left: 17px;
}

.outer-boxWidth{
  text-align: -moz-center;
  align-content: center;
  /* text-align: center; */
}
.outer-boxWidth .count-text{
  font-size: 2.6rem;
  color: #7fc540;
  font-weight:700;
}

.colorCode{
  color: #7fc540;
}
.colorRed{
  color: #dc2626;
}
.imgWidth{
  width: 100px;
}
.titlePadding{
  padding-top: 10px;
  padding-bottom: 10px;
}
.colorGray {
  color: #6b7280;
  padding-top: 10px;
}
@media only screen and (max-width: 599px){
  .best-section {
    padding: 40px 0 40px !important;
  }
  .outer-boxWidth .counter-title{
    margin-bottom: 40px;
  }
  .outer-boxWidthN .counter-column{
    margin-bottom: 40px;
  }
}

ul.cloud{
	list-style:none;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height:2.0rem;
}

ul.cloud li{
	margin-right: 7px;
	margin-bottom:12px;
}

ul.cloud a{
	display: block;
	color: black; 
	background-color: #ADE58F;
	border-radius:50px;
	padding:5px 12px;
}

ul.cloud a:hover{
	color: white; 
	background-color: #5FC540;
}

.blogs ul{
	position: relative;
    margin: 0 auto 30px;
	list-style:none;
}

.blogs li{
	line-height: 40px;
	margin-left: 20px;
}

.blogs li:before{
	position:relative;
	display: inline-block;
    left: -5px;
    font-size: 16px;
    line-height: 30px;
    content: "\f166";
    font-family: 'Flaticon';
    color: #7fc540;
}

.blogs a{
	margin-left: 5px;
	font-size: 17px;
	color: black;
	line-height: 20px;
}

.blogs a:hover{
	color: #7fc540;
}

.review{
	color: #7fc540;
	font-weight: 600;
	font-size: 18px;
}

.content-pages .buy_download  .fst{
  background-color: #7fc540;
  color: #FFFFFF;
}

.sticky-header .buy_download  .fst{
  background-color: #7fc540;
  color: #FFFFFF;
}

.can-do-section .buy_download  .fst{
  background-color: #7fc540;
  color: #FFFFFF;
}

.can-do-section .bgnd{
	border-radius: 1.5rem; 
	background-image: linear-gradient(30deg, #F9E8AE, #7fc540);
}

.header-lower .hglt {
	background-color:#F58440;
	border-radius:8px;
	padding:5px 12px;
	color:#FFFFFF;
}

@media only screen and (max-width: 600px){
.fixed-header .sticky-header {
  visibility: hidden;
	}
}