/* 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: 18px;
    font-weight: 500;
    color: rgba(28, 28, 28, 1);
}
  .btn{
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .primary_btn{
    padding: 8px 30px;
    color:#EC0001;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #EC0001;
    transition: 0.5s ease;
  }
  .main_header .primary_btn:hover {
    background-color: #EC0001;
    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;
}
.logo img {
    width: 80%;
    height: auto;
}
/* end header css */
  /* start banner css */
.banner_wrap {
  background-image: url(../images/hero-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 70px;
  width: 100%;
  position: relative;
  }
  .banner_text h1 {
    font-family: 'Inter 24pt' , sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 24px;
    margin-top: 12px;
}
.banner_text{
  padding-left: 85px;
}
.highlight_text{
  color: #EC0001;
}
.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: 25px;
  display: flex;
  gap: 12px;
  margin-bottom: 11px;
}
.banner_list{
    margin-bottom: 24px;
}
.list_img{
  display: block;
}
.banner_price {
  font-family: 'Inter 24pt' , sans-serif;
  color: rgba(0, 0, 0, 1);
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 30px;
}
.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 50px;
  color: #FFF;
  border-radius: 50px;
  font-size: 18px;
  line-height: 25px;
  background: #EC0001;
  border: none;
}
.astrick{
  position: relative;
  bottom: 5px;
}
.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: 20px;
  font-weight: 500;
  line-height: 28px; 
}
.banner-price{
  display: flex;
  gap: 40px;
  align-items: center;
}
.offer-text{
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 50px;
  background: linear-gradient(90deg, #EC0001 0%, #8E0001 100%);
  max-width: 340px;
  width: 100%;
}
.offer-text p{
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
/* 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);
}
/* end banner css */
/* 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.png');
  border-radius: 20px;
}
.secure_wrap .page_title img{
 margin-bottom: 20px;
}
.secure_wrap .page_title p{
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  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;
  margin-bottom: 35px;
  transition: 0.5s ease;
  cursor: pointer;
}
.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: 700;
  line-height: 33px;
  margin-bottom: 8px;
}
.accounting_box .acconting-content p{
  color: #222;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.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;
}
/* 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: 700;
  line-height: 40px;
  margin-bottom: 30px;
}
.performance-text{
  padding-left: 20px;
}
.performnce-list li{
  display: flex;
  gap: 20px;
}
.performnce-list .include-text{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  margin-bottom: 18px;
}
.performnce-list .include-icon img {
  position: relative;
  top: 2px;
  width: 25px;
  height: auto;
}
.inner-performance{
  padding: 40px 60px;
  border-radius: 20px;
  background: #F3F8FF;
}
.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 {
  overflow: hidden;
  background: #F2F2F2;
  padding: 12px 30px;
  border-radius: 50px;
  max-width: 435px;
  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;
}
.tab button:last-child {
  border-right: none;
}
.tab button:hover {
  color: #F91B1C;
}
.tab button.active {
  color: #fff;
  background-color: #222;
  padding: 8px 24px;
}
.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: #E4F2FF;
  padding: 50px 0px;
}
.box-common{
  padding: 40px;
  border-radius: 20px;
  background: #FFF;
  height: 660px;
}
.box-title{
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
}
.box-heading{
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 25.6px;
  margin-bottom: 6px;
  display: block;
}
.box-content p{
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.box-header{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.box-text{
  margin-bottom: 30px !important;
}
.privacy-slider{
  display: none !important;
}
/* start why techjockey css */
.why_techjoceky{
  position: relative;
  padding: 50px 0px;
  background: #00132D;
}

.why_techjoceky .page_title h2{
  color: #fff;
  text-align: left;
}
.why_techjoceky .page_title p{
  color: #fff;
  text-align: left;
}
.inner-box{
  padding: 40px 80px;
  border-radius: 20px;
}
.tech-icon{
  margin-bottom: 20px;
}
.tech-box{
  padding: 30px 30px;
  border-radius: 20px;
  border: 1px solid #DDD;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.tech-title{
  font-family: 'Inter 24pt', sans-serif;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 12px;
  display: block;
}
.tech-content p{
  color: #222;
font-size: 14px;
font-weight: 400;
line-height:  22px;
}
.why_techjoceky .slick-slider {
  margin:0 -13px;
}
.why_techjoceky .slick-slide {
  padding:10px;
  text-align:center;
  margin-right:13px;
  margin-left:13px;
}
.why_techjoceky .slick-dots {
  text-align: center;
  margin-top: 15px;
  padding-left: 0px !important;
}
.why_techjoceky .slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  border: none;
  height: auto;
  width: 0px;
  padding: 3px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-block;
}
.why_techjoceky .slick-active button {
  background: rgba(255, 255, 255, 1) !important;
}
.why_techjoceky .slick-dots li {
  display: inline-block;
}
.rishabh-pant img{width: 100%;}
.tj-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: 24px;
  font-weight: 700;
  line-height: 33.6px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.product-title::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66%;
  height: 1px;
  background: #ddd;
}
.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;
}
.offer-cta-img {
    position: absolute;
    top: 18px;
    left: -6px;
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 4px 20px 20px 4px;
    background: linear-gradient(90deg, #EC0001 0%, #8E0001 100%);
}
.offer-cta-img img{
  width: 18px;
  height: 18px;
}
.cta-text {
    color: #FFF;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}
.plan-title{
  display: block;
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px;
}
.trust-text{
  display: block;
  color: #222;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
  margin-bottom: 20px;
}
.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{
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px;
}
.gst-text{
  display: block;
  color: rgba(34, 34, 34, 0.50);
  font-size: 12px;
  font-weight: 400;
  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%;
}
.star-img img{
  width: 30px;
  height: 30px;
}
/* tech_news */
/* Partner Marquee Section */
.news-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

.partner-marquee-section {
  position: relative;
  padding-top: 40px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
      max-width: 90%;
  width: 100%;
  margin: auto;
}

.news-inner {
  border-radius: 15px;
background: #111827;
  background-image: url('../images/shap3.png');
  padding: 60px 70px;
}


.news-wrap .section-title h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 5px;
}

.news-wrap .section-title p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.partner-marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.partner-marquee-content {
  display: flex;
  gap: 30px;
  padding: 0 16px;
}

.partner-marquee-content img {
    width: 120px;
    height: 120px;
  object-fit: contain;
}

/* Keyframes for smooth marquee */
@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* end news css */
/* testimonial wrap */
.testimonial_wrap{
  background:#F7FAFF;
  padding: 50px 0px;
}
.testimonial-box{
  padding: 30px 30px;
border-radius: 20px;
border: 1px solid #DDEBFF;
background: #FFF;
}
.testimonial-content p{
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height:  32px;
}
.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;
}
.testimonial-content{
  height: 128px;
  margin-bottom: 24px;
}
.user-name {
  display: flex;
  gap: 10px;
  align-items: center;
}
.user-icon img {
    width: 52px;
    height: 52px;
}
.mweb-testimonial-slider{
  display: none !important;
}
/* start footer css */
/* footer */
.footer_email a img {
  margin-right: 7px;
  vertical-align: middle;
}
.footer_upper .row{
  align-items: center;
}

.footer-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #09112F;
}
.footer_email {
  text-align: right;
}
.footer_upper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}
.footer_email a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.social_link li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.follow-links{
  display: flex;
  justify-content: end;
  gap: 30px;
  align-items: center;
}

.social_link {
  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 */