/* 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;
  }
  .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:rgba(249, 27, 28, 1);
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid rgba(249, 27, 28, 1);
    transition: 0.5s ease;
  }
  .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.jpg);
  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: 40px;
}
.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: rgba(34, 34, 34, 0.5);
  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: 20px;
  line-height: 28px;
  background: rgba(249, 27, 28, 1);
  border: none;
}
.astrick{
  position: relative;
  bottom: 5px;
}
.banner_img .web-banner{
  position: absolute;
  bottom: 0;
}
.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;
}
/* start award wrap css */
.award_wrap{
  padding: 40px 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{
  color: #fff;
}
.hightlight_cl_2{
  color: rgba(255, 195, 82, 1);
}
/* accounting_software css */
.secure_wrap{
  background: rgba(250, 241, 236, 1);
  padding: 50px 0px;
}
.secure_wrap .page_title h2{
  color: #222;
}
.secure_wrap .page_title p{
  color: #222;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.secure_wrap .page_title{
  margin-bottom: 30px;
}
.hightlight_cl{
  color: rgba(249, 27, 28, 1);
}
.accounting_box{
  padding: 40px 34px;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 35px;
  text-align: center;
  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: 15px;
}
.accounting_box .acconting-content p{
  color: #222;
  font-size: 16px;
  line-height: 22px;
  height: 89px;
}
.accounting-img{
  margin-bottom: 18px;
  text-align: -webkit-center;
}
.accounting-img img {
  width: 60px;
  height: auto;
}
.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 protection wrap css */
.protection_wrap{
  padding: 50px 0px;
}
.protection_wrap .container{
  max-width: 1060px;
}
.tab {
  overflow: hidden;
  background: #F2F2F2;
  padding: 15px 30px;
  border-radius: 50px;
  max-width: 807px;
  width: 100%;
  margin: 0px auto 30px auto;
}
.tab button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 15px;
  transition: 0.3s;
  font-size: 16px;
  line-height: 23px;
  margin: 0 6px;
  border-right: 2px solid rgba(204, 204, 204, 1);
}
.tab button:last-child {
  border-right: none;
}
.tab button:hover {
  color: red;
}
.tab button.active {
  color: red;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.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;
}
.protection-box p{
  margin-bottom: 15px;
}
.protection-box p:last-child{
  margin-bottom: 0px;
}
.protection-image{
  text-align: center;
}
/* start antivirus_wrap css */
.antivirus_wrap{
  background-color: rgba(250, 241, 236, 1);
  padding: 50px 0px;
}
.antivirus_wrap .container{
  max-width: 1060px;
}
.antivirus-title{
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  text-align: left;
  margin-bottom: 12px;
}
.antivirus-text p{
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.antivirus-text p:last-child{
  margin-bottom: 0px;
}
.antivirus-box{
  padding: 40px 40px;
  border-radius: 20px;
  background: #FFF;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease;
}
.antivirus-box:hover{
  box-shadow: 0 4px 8px 0 rgb(204 204 204 / 70%);
  transform: translate(0px, -4px);
}
.antivirus-content p{
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  height: 75px;
}
.tech-icon{
  text-align: -webkit-center;
  margin-bottom: 24px;
}
.tech-icon img {
  width: 40px;
  height: auto;
}
.upper-antivirus-box{
  margin-bottom: 30px;
}
.antivirus_wrap .tech-icon img {
  width: 60px;
  height: auto;
}
/* start software wrap css */
.software_wrap .container {
  max-width: 1060px;
}
.software_wrap{
  background: url(../images/software-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 63px 0px;
  border-top: 30px solid #FAF1EC;
}
.software-content p{
  font-family: 'Inter 24pt' , sans-serif;
  font-size: 46px;
  color: rgba(255, 255, 255, 1);
  font-style: italic;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 13px;
}
.software-content .skew {
  padding: 10px 23px;
  display: inline-block;
  min-width: 385px;
  background: linear-gradient(90deg, #8C52FF 0%, #104EDC 100%);
  transform: skew(-12deg, 0deg);
  border-radius: 10px;
  margin-bottom: 15px;
}
.software-content .tag-title{
  font-family: 'Inter 24pt' , sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}
.software_list li {
  display: flex;
  color: #FFF;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  line-height: 23px;
  gap: 10px;
}
.software_list {
  display: flex;
  gap: 30px;
}
.side-imge {
  display: flex;
  justify-content: end;
  align-items: end;
  position: relative;
  margin-top: -87px;
}
.side-imge img{
  position: relative;
  left: -20px;
}

/* start why techjockey css */
.why_techjoceky{
  position: relative;
  margin-top: -190px;
  padding: 50px 0px;
}
.why_techjoceky:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 70%;
  width: 100%;
  background-color: #FAF1EC;;
  z-index: -1;
}
.why_techjoceky .container {
  max-width: 1090px;
}
.why_techjoceky .page_title h2{
  color: #fff;
}
.why_techjoceky .page_title p{
  color: #fff;
}
.inner-box{
  padding: 40px 80px;
  border-radius: 20px;
  background: #1B1B1B;
}
.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;
  cursor: pointer;
}
.tech-title{
  font-family: 'Inter 24pt' , sans-serif;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 15px;
  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;
}
/* start plan wrap css */
.plan_wrap{
  background: #FAF1EC;
  padding: 50px 0px;
}
.plan_wrap .container {
  max-width: 1060px;
}
.plan_wrap .page_title h2{
  color: #fff;
}
.plan-content{
  padding: 30px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.20);
}
.inner-plan-area{
  padding: 40px 60px;
  border-radius: 20px;
  background: linear-gradient(270deg, #E74D4D 0%, #C90063 100%);
}
.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: 10px;
  margin-bottom: 12px;
}
.include-list ul li span{
  display: block;
}
.include-text{
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
}
.include-list{
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.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{
  padding: 24px 24px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
}
.plan-title{
  display: block;
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 8px;
}
.trust-text{
  display: block;
  color: #222;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  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: 13px;
  font-weight: 500;
  line-height: normal;
}
.del-price{
  color: rgba(0, 0, 0, 0.50);
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  display: block;
}
.buynow{
  text-align: center;
}
.buynow .banner-btn{
  padding: 10px 40px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
/* tech_news */
.tech_news {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.title{
  color: #000;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 12px;
}
.tech-line{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}
.new-partners {
  display: flex;
  gap: 20px;
}
.news_partner_icon img {
  width: 100%;
}
.mweb-marquee{
  display: none;
}
/* testimonial wrap */
.testimonial_wrap{
  background: #FAF1EC;
  padding: 50px 0px;
}
.testimonial-box{
  padding: 30px 30px;
  background: #FFF;
  border-radius: 20px;
}
.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;
}
.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 */