/* general css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }
  a {
    text-decoration: none;
  }
  li{
    list-style: none;
  }
  .text-right{
    text-align: right !important;
  }
  .container {
    max-width: 1260px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-md-2 {
    max-width: 16.66%;
    width: 100%;
  }
  .col-md-3 {
    max-width: 25%;
    width: 100%;
  }
  .col-md-4 {
    max-width: 33.33%;
    width: 100%;
  }
  .col-md-5 {
    max-width: 41.66666667%;
    width: 100%;
  }
  .col-md-6 {
    max-width: 50%;
    width: 100%;
  }
  .col-md-7 {
    max-width: 58.33333333%;
    width: 100%;
  }
  .col-md-8{
    max-width: 66.66666667%;
    width: 100%;
  }
  .col-md-10 {
    max-width: 83.33333333%;
    width: 100%;
  }
  .col-md-11 {
    max-width: 91.66666667%;
    width: 100%;
  }
  .col-md-12 {
    max-width: 100%;
    width: 100%;
  }
  .mb-0{
    margin-bottom: 0px !important;
  }
  .mweb-br{
    display: none;
  }
  /* header css */
  .main_header{
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    padding: 14px 0px;
  }
  .main_header .row{align-items: center;}
  .header{
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .offer_text {
    line-height: 1.4;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(28, 28, 28, 1);
}
  .btn{
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .primary_btn{
    padding: 8px 24px;
    color: rgba(249, 27, 28, 1);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid rgba(249, 27, 28, 1);
    transition: 0.5s ease;
    line-height: 1.2;
  }
  .main_header .primary_btn:hover {
    background-color: rgba(249, 27, 28, 1);
    color: #fff;
}
.primary_btn:hover {
    box-shadow: 0 4px 8px 0 rgb(204 204 204 / 70%);
}
.page_title{
  margin-bottom: 30px;
}
.page_title h2{
  font-family: "Roboto", sans-serif;
  color: #222;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 10px;
}
.page_title p{
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
  /* start banner css */
.banner_wrap {
  background-image: url(../images/hero-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 73px;
  width: 100%;
  position: relative;
  }
  .banner_text h1 {
    font-family: 'Inter 24pt' , sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 20px;
    margin-top: 12px;
}
.banner_text{
  padding-left: 85px;
}
.offer_tag{
  display: block;
    margin-bottom: 10px;
}
.banner_list li {
  font-family: 'Inter 24pt' , sans-serif;
  color: rgba(34, 34, 34, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  gap: 12px;
  margin-bottom: 4px;
}
.banner_list{
    margin-bottom: 20px;
}
.list_img{
  display: block;
}
.banner_price {
  font-family: 'Inter 24pt' , sans-serif;
  color: rgba(0, 0, 0, 1);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.price_year {
  font-family: 'Inter 24pt' , sans-serif;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  bottom: 6px;
}
.banner-btn{
  display: inline-block;
  font-family: 'Inter 24pt', sans-serif;
  padding: 12px 40px;
  color: #FFF;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  background: #EC0001;
  border: none;
  border: 1px solid #EC0001;
}
.banner-btn:hover {
    background-color: #fff;
    color: #EC0001;
}
.astrick{
  position: relative;
  bottom: 5px;
  font-size: 16px;
  line-height: 28px;
}
.banner_img .web-banner{
  position: absolute;
  bottom: 0;
}
.highlight_offer{
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  color: rgba(249, 27, 28, 1);
  display: block;
  margin-bottom: 6px;
}
.mweb-banner{display: none;}
.mrp_price{
  font-family: 'Inter 24pt' , sans-serif;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.banner-price{
  display: flex;
  gap: 40px;
  align-items: center;
}
.star-img img{display: block;}
.offer-text{
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 50px;
  background: linear-gradient(90deg, #14B175 0%, #167C9A 100%);
  max-width: 170px;
  width: 100%;
}
.offer-text p{
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
/* start award wrap css */
.award_wrap{
  padding: 50px 0px;
  background: rgba(34, 34, 34, 1);
}
.hightlight-bx {
  padding: 6px 12px;
  background: #005CA4;
  border-radius: 8px;
  color: #fff;
}
.award-img{
  text-align: center;
}
.award-mweb-img{
  display: none;
}
.award_wrap .page_title h2{
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}
.hightlight_cl_2{
  color: rgba(255, 195, 82, 1);
}
.award_wrap .award-web-img{
  max-width: 80%;
  width: 100%;
}
/* industry_wrap */
.industry_wrap{
  padding: 50px 0px;
  background-color: #F7F7F7;
}
.industry_wrap .page_title h2{
  text-align: left;
}
.industry_wrap .page_title p{
  text-align: left;
}
.industry_wrap .award-img img{
  width: 100%;
}
/* accounting_software css */
.secure_wrap{
  padding: 50px 0px;
}
.inner-bit{
  padding: 50px 60px;
  background: url('../images/bit-bg.webp');
  border-radius: 20px;
}
.secure_wrap .page_title img{
 margin-bottom: 20px;
 max-width: 18%;
 width: 100%;
}
.secure_wrap .page_title p{
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
.secure_wrap .page_title{
  margin-bottom: 30px;
}
.hightlight_cl{
  color: rgba(249, 27, 28, 1);
}
.accounting_box{
  padding: 35px;
  border-radius: 20px;
  background: #fff;
  transition: 0.5s ease;
}
.accounting_box:hover {
  box-shadow: 0 4px 8px 0 rgb(204 204 204 / 70%);
  transform: translate(0px, -4px);
}

.account_heading{
  display: block;
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 8px;
}
.accounting_box .acconting-content p{
    color: #222;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    height: 72px;
}
.accounting-img{
  margin-bottom: 18px;
}
.box-5 {
  margin-bottom: 0px;
}

.secure_wrap .slick-slider {
  margin:0 -13px;
}
.secure_wrap .slick-slide {
  padding:10px;
  text-align:center;
  margin-right:13px;
  margin-left:13px;
}
.secure_wrap .slick-dots {
  text-align: center;
  margin-top: 15px;
  padding-left: 0px !important;
}
.secure_wrap .slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  border: none;
  height: auto;
  width: 0px;
  padding: 3px;
  margin: 0 4px;
  background-color: rgba(34, 34, 34, 0.30);
  border-radius: 50%;
  display: inline-block;
}
.secure_wrap .slick-active button {
  background:#222 !important;
}
.secure_wrap .slick-dots li {
  display: inline-block;
}
.slick-slider {
    margin:0 -13px;
}
.slick-slide {
    margin-right:13px;
    margin-left:13px;
}
/* start performance css */
.performance-wrap{
  padding-bottom: 50px;
}
.performance-img img{
  width: 100%;
}
/* start protection wrap css */
.protection_wrap{
  padding: 50px 0px;
}
.performance-title{
display: block;
    color: #222;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 30px;
}
.performance-text{
  padding-left: 20px;
}
.performnce-list li{
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}
.performnce-list .include-text{ 
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}
.performnce-list .include-icon img {
  position: relative;
  top: 2px;
  width: 25px;
  height: auto;
}
.inner-performance{
  padding: 40px 60px;
  border-radius: 20px;
  background: #F7F7F7;
}
.performance-wrap .slick-slider {
  margin:0 -13px;
}
.performance-wrap.slick-slide {
  padding:10px;
  text-align:center;
  margin-right:13px;
  margin-left:13px;
}
.performance-wrap .slick-dots {
  text-align: center;
  margin-top: 15px;
  padding-left: 0px !important;
}
.performance-wrap .slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  border: none;
  height: auto;
  width: 0px;
  padding: 4px;
  margin: 0 4px;
  background: rgba(34, 34, 34, 0.30);
  border-radius: 50%;
  display: inline-block;
}
.performance-wrap .slick-active button {
  background: #222 !important;
}
.performance-wrap .slick-dots li {
  display: inline-block;
}
/* end css */
.tab {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  margin: 0px auto 30px auto;
  text-align: center;
}
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 15px;
  transition: 0.3s;
  font-size: 16px;
  line-height: 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background-color: transparent;
  color: #222;
  border-radius: 50px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  transition: 0.5s ease;
  width: 170px;
}
.offer-cta-img{
    position: absolute;
    top: 18px;
    left: -6px;
    display: inline-flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 4px 20px 20px 4px;
    background: linear-gradient(90deg, #14B175 0%, #167C9A 100%);
}
.tab button:last-child {
  border-right: none;
}
.tab button:hover {
  border: 1px solid #222;
}
.tab button.active {
  color: #fff;
  background-color: #222;
  padding: 8px 24px;
  border-color: #222;
}
.tabcontent {
  display: none;
  border-top: none;
}
.session {
  border-radius: 20px;
  background: linear-gradient(180deg, #426DA9 0%, #1796A7 100%);
  padding: 40px;
}
.protection-title{
  display: block;
  color: #222;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 20px;
}
.protection-text p{
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
}
.protection-text{
  display: flex;
  height: 100%;
  align-items: center;
}
.box-common p{
  margin-bottom: 15px;
}
.box-common p:last-child{
  margin-bottom: 0px;
}
.protection-image{
  text-align: center;
}
/* start privacy_wrap css */
.privacy_wrap{
  background-color: #03142A;
  padding: 50px 0px;
}
.icon-item {
    display: block;
    margin-bottom: 24px;
}
.box-title{
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
}
.box-heading{
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.6px;
  margin-bottom: 6px;
  display: block;
}
.box-content p{
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}
.box-content p:last-child {
    margin-bottom: 0px;
}
.box-header{
  margin-bottom: 10px;
}
.box-text{
  margin-bottom: 24px !important;
}
.tab-container {
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
}

.tab-header {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 35px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
}

.tab-link {
  position: relative;
  padding: 10px 28px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 40px;
  transition: color 0.3s ease;
  z-index: 1;
  font-family: 'Inter', sans-serif;
}


.tab-link.active {
  color: #fff;
  font-weight: 600;
  z-index: 2;
}

.tab-link {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.70);
  font-size: 20px;
  line-height: 1.3;
  margin: 0 20px;
  cursor: pointer;
  transition:  0.3s;
  font-weight: 700;
}

.tab-link.active {
    color: #000 !important;
    background-color: #fff;
}

.tab-content {
  padding: 60px 70px;
  border-radius: 30px;
  background-color: #fff;
}

.tab-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.tab-panel.active {
  display: block;
  opacity: 1;
}
.tab-link:hover {
    color: #fff;
}

.tab-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.text-section {
  flex: 1 1 50%;
}

.image-section {
  flex: 1 1 40%;
}

.image-section img {
  width: 100%;
  border-radius: 10px;
}
.privacy-slider{
  display: none !important;
}
.shine {
    position: relative;
    overflow: hidden;
}
.shine::before {
    background: linear-gradient(to right, #fff0 0%, rgb(255 255 255 / .3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
    animation: shine 3s infinite;
}
@keyframes shine{
  0% {
    left: -75%;
}
100% {
    left: 125%;
}
}
.protection_wrap .highlight_offer{
  text-align: center;
  margin-bottom: 2px;
}
/* start software css */
.software_wrap {
    padding: 40px 0px;
}

.software-area {
    background: url(../images/software-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    border-radius: 20px
}

.software_item {
    display: flex;
    padding: 40px 70px 0 70px;
    justify-content: space-between;
    align-items: center;
    height: 358px
}

.software-content p {
    color: #222;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 30px;
}

.software-content .skew {
    padding: 10px 23px;
    display: inline-block;
    background: linear-gradient(90deg,#016DFF 0%,#0750B1 100%);
    transform: skew(-12deg,0deg);
    border-radius: 10px;
    margin-bottom: 15px
}

.software-content .tag-title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px
}

.software_list li {
    display: flex;
    color: #222;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 23px;
    gap: 10px
}

.software_list {
    display: flex;
    gap: 30px
}

.software-feature {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px
}

.tech-box {
    display: flex;
    width: 270px;
    height: 290px;
    padding: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    border: 1px solid #2072F3;
    background: #FFF;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / .12)
}

.tech-title {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
    display: block
}

.tech-content p {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.feature-slider {
    display: none!important
}

/* start plan wrap css */
.plan_wrap{
  background: #FAF1EC;
  padding: 50px 0px;
}
.plan_wrap .container {
  max-width: 1060px;
}
.plan_wrap .page_title h2{
  color: #fff;
}

.include-title{
  display: block;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.include-list ul li {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
.include-list ul li span{
  display: block;
}

.include-text{
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}
.align-center{
  align-items: center;
}
.defender-icon{
  display: block;
  margin-bottom: 15px;
}
.product-title{
    color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 33.6px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
}
.include-icon img {
  width: 14px;
  height: auto;
}
.support-text{
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}
.support-list>ul>li>span{
  display: block;
}
.support-list>ul>li{
  display: flex;
  align-items: center;
  gap: 10px;
}
.support-list>ul{
  display: flex;
  gap: 24px;
}
.plan-price{
  position: relative;
  padding: 60px 24px 20px 24px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  width: 280px;
  border: 1px solid #CCC;
}
.plan-title{
  display: block;
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
}
.trust-text{
  display: block;
  color: #222;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  margin-bottom: 20px;
}
.cta-text {
  font-family: 'Inter 24pt';
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}
.plan-offer-text{
  display: block;
  color: #F91B1C;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 20px;
}
.plan-price-area{
  font-family: 'Inter 24pt';
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px;
}
.per-year {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    bottom: 7px;
}
.gst-text{
  display: block;
  color: rgba(34, 34, 34, 0.50);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.del-price{
  display: block;
  color: rgba(34, 34, 34, 0.60);
  font-size: 13px;
  font-weight: 700;
  line-height: 18.2px;
}
.buynow{
  text-align: center;
}
.buynow .banner-btn {
  padding: 10px 40px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  width: 100%;
}
/* end plan */
/* testimonial wrap */
.testimonial_wrap{
  background: #F7F7F7;
  padding: 50px 0px;
}
.testimonial-box{
  padding: 30px 30px;
  background: #FFF;
  border-radius: 20px;
}
.testimonial-content p{
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.user_name{
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}
.user-designation{
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.quote-icon{
  margin-bottom: 24px;
}
.quote-icon img{
  display: block;
}
.testimonial-content{
  height: 105px;
  margin-bottom: 24px;
}
.user-name {
  display: flex;
  gap: 10px;
  align-items: center;
}
.mweb-testimonial-slider{
  display: none !important;
}
span.defender-icon img {
    max-width: 50%;
    width: 100%;
}
/* start footer css */
/* footer */
.footer_email a img {
  margin-right: 7px;
  vertical-align: middle;
}
.footer_upper .row{
  align-items: center;
}

.footer-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #09112F;
}
.footer_email {
  text-align: right;
}
.footer_email a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.social_link li {
  list-style: none;
  display: inline-block;
  margin-left: 6px;
}
.follow-links{
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;
}

.social_link {
  display: flex;
  text-align: right;
}
.social_link img{
  vertical-align: middle;
}
.follow_us {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  top: 3px;
}
.protection-slider{
  display: none !important;
}
/* footer */
/* svg animations */
.check-animated {
    stroke: #2072F3;
    stroke-width: 2.5;
    fill: none;
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
    animation: checkDraw 2s ease-in-out infinite;
}

@keyframes checkDraw {
    0% {
        stroke-dashoffset: 20;
        opacity: 1;
    }

    50% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    90% {
        stroke-dashoffset: 0;
        opacity: 0;
    }

    100% {
        stroke-dashoffset: 20;
        opacity: 0;
    }
}

.draw {
    stroke: #2072F3;
    stroke-width: 2;
    fill: none;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawAnimation 2s linear infinite;
}

@keyframes drawAnimation {
    to {
        stroke-dashoffset: 0;
    }
}
.smile-path {
    stroke: #2072F3;
    stroke-width: 2;
    fill: none;
    stroke-linecap: round;
    stroke-dasharray: 25;
    stroke-dashoffset: 25;
    animation: drawSmile 2s ease-in-out infinite;
}
@keyframes drawSmile {
    0% {
        stroke-dashoffset: 25;
    }

    50% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: 0;
    }
}
.checkmark {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: draw-check 1.2s ease-in-out infinite alternate;
}
@keyframes draw-check {
    to {
        stroke-dashoffset: 0;
    }
}
/* end */