* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
  }
  .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .clearfix {
    display: inline-block;
  }
  /* start commented backslash hack \*/
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  /* close commented backslash hack */
  p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
  }
  body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.8;
    color: #000;
    overflow-x: hidden;
    background-color: #000000;
  }
  .text-white {
    color: #fff;
  }
  .text-center {
    text-align: center;
  }
  .container {
    width: 1260px;
}
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .d-mb-block {
    display: block !important;
  }
  
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    float: left;
    padding: 0px 15px;
  }
  
  .d-none {
    display: none !important;
  }
  
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-1 {
    float: left;
    width: 8.33333333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333333%;
  }
  .col-md-5 {
    float: left;
    width: 41.66666667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-md-7 {
    float: left;
    width: 58.33333333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66666667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66666667%;
  }
  .col-md-12{
    float: left;
    width: 100%;
  }
.btn-primary{
    background: #04A78E;
    color: #fff;
    text-decoration: none;
    padding: 8px 45px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    border-radius: 6px;
    display: inline-block;
    transition: 0.5s ease;
}
.btn-primary:hover {
  box-shadow: 0 4px 8px 0 rgb(204 204 204 / 70%);
}
.br{
  display: none;
}
  /* start header css */
  .main_header{
    height: 80px;
    float: left;
    width: 100%;
    padding: 20px 0px;
    background-color: #FFF7F7;
    position: fixed;
    z-index: 9999;
  }
  .header_cta{
    text-align: end;
  }
  .logo{
    position: relative;
    top: 7px;
  }
  .logo img{
    vertical-align: middle;
    width: 52%;
    height: auto;
  }
  .offer_text{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-right: 10px;
  }
  .offer_tag {
    background: #fbe950;
    padding: 8px 28px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-radius: 10px;
    display: inline-block;
    line-height: 1.3;
}
  /* end */
  /* start banner css*/
.banner_image img {
    max-width: 100%;
    float: right;
    padding-top: 15px;
}
.banner_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/bg-banner.webp);
    margin-top: 80px;
    float: left;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
  }
  .banner_text h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.43;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 12px;
}
ul.banner_list li {
    color: #fff;
    list-style: inside;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}
  .banner_content {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 28px;
    color: #fff;
}
.banner_list{
    margin-bottom: 20px;
}
.banner_price {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.banner_price .mrp_price{
  margin-right: 12px;
  font-size: 16px;
  position: relative;
  top: 5px;
  font-weight: 500;
}
.price_main {
    font-weight: 400;
    margin-right: 10px;
}  
.price_year {
    font-size: 26px;
    font-weight: 400;
    line-height: 25px;
    margin-left: 10px;
    margin-right: 10px;
}
.banner-btn:hover{
  box-shadow: none;
}
.gst_text{
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-weight: 400;
    margin-left: 10px;
}
/* end banner css*/
/* start media css */
.media_wrap{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0px;
}
.media-icon{
    text-align: center;
}
.media-icon img{
    width: 100%;
    height: auto;
}
/* end media css */
/* page title css */
.page_title{
    margin-bottom: 50px;
}
.page_title h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    color: #fff;
}
.page_title p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
}
/* end page title css */
/* start filmora css */
.flimora-wrap{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.filmora_main {
  padding: 60px 98px;
    border-radius: 40px;
    background-color: #1F2125;
    width: 100%;
    float: left;
}

.filmora-img img {
  width: 100%;
  border-radius: 14px;
}
.title-heading{
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    display: block;
    color: #fff;
    margin-bottom: 12px;
}
.gradiant_color{
    background: linear-gradient(90deg, #53FBD5 0%, #B2FF8C 100%);
   background-clip:text;
   -webkit-background-clip:text;
   -webkit-text-fill-color: transparent;
}
.flimora_content h2{
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    color: #fff;
    margin-bottom: 20px;
}
.time_less{
    display: block;
    background: linear-gradient(90deg, #53FBD5 0%, #B2FF8C 100%);
    background-clip:text;
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}
.content_text{
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: #96989A;
    margin-bottom: 20px;
}
.smart-item{
    float: left;
    width: 100%;
}
.smart-box{
  float: left;
  width: 46%;
  background: #2C3136;
  padding: 10px 14px;
  margin-right: 20px;
  border-radius: 6px;
}
.smart-icon{
    width: 13%;
    float: left;
}
.smart-box p{
  float: left;
  width: 84%;
  color: #96989A;
  line-height: 24px;
  white-space: nowrap;
  font-size: 17px;
}
.smart-icon img{
    vertical-align: middle;
}
.slick-dots {
    margin-top: 12px;
    text-align: center;
    padding-left: 0px;
}   
.slick-active button {
    background-color: #fff !important;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    cursor: pointer;
    font-size: 0px;
    border: none;
    height: auto;
    width: 0px;
    padding: 4px;
    margin: 0 2px;
    background-color: #292929;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
.filmora_mweb_text{
    display: none;
}
/* end flimora css */
/* start why_techjockey */
.why_techjockey{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.techjocky-box{
    padding: 40px 40px 40px 0px;
    float: left;
    width: 100%;
    background-color: rgba(31, 33, 37, 1);
    border-radius: 30px;
}
.why_techjockey .content_img img{
    width: 100%;
    position: relative;
    top: 18px;
}
.content-tj-text{
    float: left;
    width: 100%;
}
.content-tj-text h2{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    margin-bottom: 20px;
}
.tj_content_heading{
    margin-bottom: 30px;
}
.tj-list{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.tj_title{
    font-size: 18px;
    font-weight: 300;
    line-height: 25.31px;
    color: #FFF;
    margin-bottom: 20px;
}
.tj-img{
    width: 8%;
    float: left;
    margin-right: 12px;
    position: relative;
    top: 5px;
}
.tj-content{
    float: left;
    width: 82%;
}
.content-heading{
    line-height: 1.4;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
    display: block;
}
.content_tj{
    font-size: 16px;
    line-height: 1.44;
    color: #fff;
    font-weight: 300;
}
.tj2{
    padding: 40px 40px 40px 40px;
}
/* common_sec_wrap */
.common_sec_wrap{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.cm_img{
    width: 5%;
}
/* end css */
/* trave css */
.travel_wrap{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
/* end css */
/* start feature-wrap css */
.feature-wrap{
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0px;
}
.feature-img img {
    max-width: 100%;
}
.feature-wrap .row{ 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.feature-wrap .col-md-4 {
    width: 25%;
    margin-bottom: 20px;
}
.pb-5{
    padding-bottom: 15px;
}
.center-column {
    width: 34% !important;
}
.center-img{
    position: relative;
    top: -22px;
}
.feature-wrap .page_title h2{
    margin-bottom: 15px;
}
.feature-inner-img img{
    width: 100%;
}
.feature-img p {
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
}
.feature-mweb-wrap{
    display: none;
}
/* mweb_why_techjockey */
.mweb_why_techjockey{
    float: left;
    width: 100%;
    display: none;
}
.mweb_why_techjockey .col-xs-12{
    padding-right: 15px;
    padding-left: 15px;
}
/* plan wrap css */
.plan-wrap{
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.inner-plan-box{
    position: relative;
    float: left;
    width: 100%;
    padding: 40px;
    background-color: #50E3C2;
    border-radius: 30px;
    height: 495px;
}
.inner-plan-box:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(80, 227, 194, 0) 0%, #50E3C2 95.5%);
    height: 52px;
    z-index: 1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.plan-package{
    position: relative;
    z-index: 2;
}
.plan-heading{
    float: left;
    width: 100%;
}
.plan-icon{
    float: left;
    width: 11%;
}
.plan-heading h2{
    width: 80%;
    float: left;
    position: relative;
    top: 20px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
}
.wander-image{
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.wander-image img{
  display: block;
}
.plan-wrap .gst_text{
  display: block;
  color: #A0A0A0;
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
      margin-top: 12px;
}
/* .content-div {
    display: none;
} */
.plan-item {
    position: relative;
    border-radius: 15px;
    background-color: #fff;
}
.plan-header{
    background-color: #37474F;
    padding: 20px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.plan-header p{
    font-size: 20px;
    font-weight: 700;
    line-height: 28.6px;
    text-align: center;
    color: #fff;
}
.plan-list{
    margin-bottom: 10px;
}
.plan-list li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 5px;
}
.plan-line{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    display: block;
}
.plan-content{
    padding: 30px 22px;
}
.drop_down{
    font-family: 'Roboto' , sans-serif;
    width: 100%;
    padding: 10px 10px;
    border: none;
    background: #f7f7f7;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-bottom: 18px;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
}
  .content-div {
  display: none;
}
.select-img-down {
    position: absolute;
    right: 15px;
    top: 14px;
    max-width: 3%;
    pointer-events: none;
}
.selling_price{
    font-size: 22px;
    color:#000000;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 18px;
}
.plan_btn{
  padding: 8px 35px;
  font-size: 18px;
}
.mrp_price{
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 12px;
}
.upper-content{
    margin-bottom: 12px;
}
.renw-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.check_icon {
    float: left;
    width: 8%;
    position: relative;
}   
.price_section{
      position: relative;
    text-align: center;
}
.plan-package .row .col-md-6{
    padding: 0px 8px;
}

/* start testimonial css */
.testimonial-wrap {
    float: left;
    width: 100%;
    padding: 50px 0px;
}
.testimonial-box {
    padding: 30px 40px;
    border-radius: 20px;
    background-color: #1d1d1d;
    float: left;
    width: 100%;
    text-align: left;
  }
  .user-name img {
    float: left;
    margin-right: 20px;
    width: 15%;
}
  .testimonial-box h3 {
    width: 75%;
    margin-top: 5px;
    font-size: 18px;
    color: #fff;
    float: left;
  }
  .testimonial-box p {
    font-size: 18px;
    width: 100%;
    line-height: 28px;
    margin-bottom: 24px;
    color: #fff;
    font-weight: 400;
  }
  .star-rating {
    width: 100%;
    margin-bottom: 8px
  }
  .testimonial-slide{
    display: none;
  }
  /* testimonal css */

  /* start trusted css */
.trusted-wrap{
    float: left;
    width: 100%;
    padding: 50px 0px;
    background-color: #000000;
}

  .trusted-box p {
    border-radius: 8px;
    background-color: #EAEAEA;
    height: 60px;
    text-align: center;
    line-height: 66px;
    font-size: 16px;
    font-weight: 500;
  }
  
  .trusted-box p span {
    position: relative;
    top: -2px;
  }
  
  .trusted-box img {
    width: 6%;
    margin-right: 8px;
    position: relative;
    top: 2px;
  }
  /* footer */
.footer_email a img {
    margin-right: 7px;
    vertical-align: middle;
  }
  
  .footer-wrap {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f5f5f5;
  }
  .footer_email {
    text-align: right;
    margin-top: 7px;
  }
  .footer_upper {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    float: left;
    width: 100%;
  }
  .footer_email a {
    color: #282828;
    font-size: 14px;
    text-decoration: none;
  }
  .social_link li {
    list-style: none;
    display: inline-block;
    margin-right: 6px;
  }

  .social_link {
    text-align: right;
    margin-top: 15px;
  }
  .social_link ul li a img{
    vertical-align: middle;
  }
  
  .follow_us {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    position: relative;
    top: 3px;
  }
  .img{
    display: none;
  }
  
  /* footer */

  .filmora-img video {
    border-radius: 30px;
}

  /* scroll animaation */

  .text {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s, transform 1s;
    transform: translateY(50px);
  }
  
  .fade-down {
    transform: translateY(-50px);
  }
  
  .fade-right {
    transform: translateX(50px);
  }
  
  .fade-left {
    transform: translateX(-50px);
  }
  
  .in-view {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
    .text-2 {
      /* transform: translateY(20px); */
      transition: opacity 1s ease, transform 0.1s ease;
    }
    .word {
      opacity: 0;
      display: inline-block;
      /* transform: translateY(20px); */
      transition: opacity 0.1s ease, transform 0.1s ease;
    }
    .word.in-view {
      opacity: 1 !important;
    }

.flimora-wrap .slick-prev, .slick-next {
  z-index: 1;
    cursor: pointer;
}
  .flimora-wrap .slick-prev{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    margin-top: -24px;
    position: absolute;
    box-shadow: 0 6px 12px 0 rgba(36, 39, 44, 0.1);
    border: 1px solid rgba(36, 39, 44, 0.1);
    background-image: url('../images/checvron_left.svg') !important;
    background-position: center;
    left: 0;
  } 
 .flimora-wrap  .slick-next {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #fff;
      top: 50%;
      margin-top: -24px;
      position: absolute;
      box-shadow: 0 6px 12px 0 rgba(36, 39, 44, 0.1);
      border: 1px solid rgba(36, 39, 44, 0.1);
      background-image: url('../images/chevron_right.svg') !important;
      background-position: center;
      right: 0;
      display: block;
  }
  
  
