main.cc_wrapper {
    margin-top: 131px;
  }
  
  .cc_main {
    padding: 80px 0;
  }
  
  
  .cc_title {
    text-align: center;
    margin-bottom: 40px;
  }
  .cc_title h6 {
  text-transform: uppercase;
  font-size: 19px;
  color: #4e4e4e;
  display: block;
  margin-bottom: 20px;
  }
  .cc_title h1, .cc_title h2 {
    /* text-transform: uppercase !important;  */
    font-weight: 700;
    font-size: 3rem;
  }
  
  .cc_title h1 {
  text-transform: uppercase !important;
  font-weight: 800;
  margin-bottom: 15px;
  }
  .cc_title p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  }
  
  .counter_card {
    display: block;
    text-align: center;
    padding: 0;
    max-width: unset;
  }
  
  .counter_card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .counter_card ul li {
    padding: 0 30px;
    border-right: 1px solid #3333;
  }
  
  
  .counter_card ul li h6 {
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    padding-top: 2px;
    /* max-width: 94px; */
    opacity: 0.78;
    line-height: 1.2;
    margin-top: 3px;
  }
  
  
  
  .counter_card ul li strong {
    font-weight: 700;
    font-size: 38px;
    display: block;
    text-align: center;
    line-height: 1.4;
  }
  
  .counter_card ul li strong * {
  font-style: normal;
  }
  
  .counter_card ul li:last-child {
    border: 0;
  }
  
  
  
  
  .btn-row {
    display: block;
    text-align: center; 
    margin: 40px 0;
  }
  .btn-row .btn {
    display: inline-block;
    min-width: 206px;
    font-size: 14px;
    margin: 0 6px;
  }
  
  
  
  
  
  
  .mob_sec {
    padding: 80px 0 0;
    background: #D0D7E8;
  }
  
  
  
  
  .feature_sec {
    padding: 80px 0;
  }
  
  
  
  
  
  
  
  
  
  
  .dcdc_swiper .swiper-wrapper {
    margin-bottom: 0 !important;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    transform: translate3d(0px, 0px, 0px) !important;
  }
  
  .slide_sl {
    color: #a0a0a0;
    font-size: 20px;
    font-weight: 600;
    display: block;
    cursor: pointer;
    /* padding: 1rem 0; */
  }
  
  
  .slide_sl:hover {
    color: #000
  }
  
  .dcdc_swiper .swiper-slide {
    width: 100% !important;
    height: unset !important;
    margin: 0 !important;
    padding: 15px 0;
    padding-left: 28px;
    border-left: 1px solid #3333;
    position: relative;
  }
  
  
  .dcdc_swiper .swiper-slide:before {
    content: "";
    width: 3px;
    height: 100%;
    display: block;
    background: #1666de; 
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
    transform: scaleY(0);
    transform-origin: top;
  }
  
  .dcdc_swiper .swiper-slide.swiper-slide-thumb-active:before{
    
    transform: scaleY(1);
  }
  
  
  
  .swiper-slide-thumb-active .slide_sl {
    color: #000000;
  }
  
  
  .slide_sl small {
  font-size: 13px;
  line-height: 1.6;
  display: block;
  font-weight: 500;
  padding-top: 9px;  
  transition: all 0.2s;  
  transform-origin: top;
  max-height: 0;
  overflow: hidden;
  }
  .swiper-slide-thumb-active .slide_sl small{
  max-height: fit-content;
  }
  
  
  .tab__content-inner h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px
  }
  
  .tab__content-inner p {
    color: #6e6e6e;
    font-size: 18px;
    line-height: 1.6
  }
  
  .tab__content-inner.card {
    padding: 50px 77px;
    text-align: center
  }
  
  .tab__content-inner.card a {
    margin: 0 auto
  }
  
  
  .slide-support .slide_sl small {
    max-width: unset;
    overflow: unset;
  display:block;
  }
  .slide-support  span.slide_sl {
    color: #000;
    margin: 20px 0 20px;
  }
  .slide-support{
  display:none;
  }
  
  .function_card.bg-white.card {
    border: 2px solid #b1b1b133;
    overflow: hidden;
    border-radius: 15px;
  }
  .function_card.bg-white.card * { 
    overflow: hidden;
    border-radius: 15px;
  }
  
  .card_type {
    text-align: center;
    /* padding: 10px; */
    background: #fff;
    border-radius: 20px;
    transition: all 0.2s;
  }
  
  
  .card_type p {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  display: flex; 
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.2s;
  }
  
  
  .card_head {
  padding: 25px;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s;
  max-height: 102px;
  cursor: default;
  border-radius: 20px;
  }
  
  
  .card_type:hover .card_head {
  bottom: 0;
  
  max-height: 100%;
  }
  
  
  
  .card_type {
  text-align: center;
  /* padding: 10px; */
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 102px;
  transition: all 0.2s;
  }
  .card_head span {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  display: block; 
  opacity: 0;
  height: 0;
  transform: translateY(-30px);
  transition: 0.2s;
  }
  
  .card_type:hover span{ 
  padding: 20px 0 ;
  opacity: 1;
  height: auto;
  transform: translateY(0);
  }
  .btn-white {
  background-color: #fff;
  }
  
  .card_head .btn {
  font-weight: 500;
  margin: 0 auto;
  transition: 0.2s;
  opacity: 0;
  height: 0;
  transform: translateY(-20px);
  padding: 0;
  }
  
  .card_type:hover .card_head .btn{ 
  padding: 8px 25px;
  opacity: 1;
  height: auto;
  transform: translateY(0);
  }
  
  
  
  
  
  .mob_sec.type_sec {
    padding: 80px 0;
  }
  
  
  .mob_sec.dev_process {
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
  }
  
  
  
  .dev_row {
    display: flex;
    align-items: center;
  }
  
  
  
  
  
  
  .dev_row {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .dev_contend {
    background-color: #333;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  
  .dev_txt {
    background: #0000006e;
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 24px;
    height: 100%;
    padding-top: 180px;
  }
  
  
  .dev_txt p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
  }
  .dev_contend ~ p {
    margin: 10px 0;
    font-size: 13px;
  }
  
  .item_container {
  display: flex;
  align-items: center;
  gap: 0 7.5px;
  }
  
  
  
  
  
  /* .item.active .item-desc h3 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
  } */
  
  
  
  
  
  
  .dev_process  .owl-item {
    width: auto !important;
  }
  
  /*  */
  .dev_process  .owl-carousel .owl-dots, .dev_process  .owl-nav
  
    {
        display: none;
    }
  
  
  /******* Middle section CSS Start ******/
  /* -------- Landing page ------- */
  .dev_process {
    padding: 60px 50px;
  }
  .dev_process .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
  }
  .dev_process .item {
      margin: 0 0;
      width: 220px;
      height: 400px;
      display: flex;
      display: -webkit-flex;
      align-items: flex-end;
      -webkit-align-items: flex-end;
      background: #343434 no-repeat center center / cover;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      cursor: pointer;
  }
  .dev_process .item.active {
    width: 750px;
    /* box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); */
    /* -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25); */
  }
  .dev_process .item:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }
  .dev_process .item-desc {
    pointer-events: none;
    padding: 0 24px 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transform: translateY(calc(100% - 54px));
    -webkit-transform: translateY(calc(100% - 34px));
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .dev_process .item.active .item-desc {
    transform: none;
    -webkit-transform: none;
  }
  .dev_process .item-desc p {
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    font-size: 12px;
  }
  
  .item-desc h6 {
    font-size: 15px;
    margin-bottom: 12px;
    transition: 0.2s;
    /* white-space: nowrap; */
    /* opacity: 0; */
    /* -webkit-transform: translateY(32px); */
    /* transform: translateY(32px); */
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
  }
  .item-desc h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 9px;
    transition: 0.2s;
    /* white-space: nowrap; */
    opacity: 0;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
  }
  .dev_process .item.active .item-desc p,  .item.active .item-desc h3  {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  
  /******** Middle section CSS End *******/
  
  /***** responsive css Start ******/
  
  @media (min-width: 992px) and (max-width: 1199px) {
   
  
    /* -------- Landing page ------- */
    .dev_process {
      padding: 50px 30px;
    }
    .dev_process .item {
      margin: 0 12px 60px;
      width: 260px;
      height: 360px;
    }
    .dev_process .item.active {
      width: 400px;
    }
    .dev_process .item-desc {
      transform: translateY(calc(100% - 46px));
      -webkit-transform: translateY(calc(100% - 46px));
    }
  }
  
  
  
  @media (max-width: 991px) {
     
    /* -------- Landing page ------- */
    .dev_process {
      padding: 30px 15px 20px;
    }
    .dev_process .item {
      margin: 0 0 0;
      width: 100%;
      height: 140px;
    }
    .dev_process .item.active {
      width: 100%;
      height: 350px ;
      box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
      -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    }
    .dev_process .item-desc {
      padding: 0 14px 5px;
      transform: translateY(calc(100% - 42px));
      -webkit-transform: translateY(calc(100% - 42px));
    }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  /* clients review */
  .tst_card {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 19px;
    display: flex;
  }
  section.p-faqs { 
    background-color: #f7f7f7;
  }
  
  .review_sec{
    padding: 80px 0;
    background:#e3f2fd;
  }
  .Stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 7px;
    font-size: 21px;
    line-height: 1;
    color: #FF9800;
  }
  
  .testimonial {
    position: relative;
    /* max-width: 900px; */
    width: 100%;
    padding: 0 0 0;
    overflow: hidden;
  }
  .testimonial .image {
    height: 100px;
    width: 100px;
  margin-bottom:40px;
    object-fit: cover;
    border-radius: 50%;
  }
  .testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 30px;
    height: 100%;
    width: 100%;
  }
  .slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  .slide .quote-icon {
    font-size: 30px;
    color: #000000;
  }
  .slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .details .name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
  }
  .slide .quote-icon {
    font-size: 30px;
    color: #4070f4;
  }
  .details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
  }
  /* swiper button css */
  .nav-btn {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50px;
    transform: translateY(30px);
    background-color: rgb(0 0 0 / 11%);
    /* transition: 0.2s; */
  }
  .nav-btn:hover {
  background-color: rgb(22 102 222);
  }
  .nav-btn::after, .nav-btn::before {
    font-size: 13px !important;
    font-weight: 600;
    color: #fff;
  }
  .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .swiper-pagination-bullet-active {
    background-color: #4070f4;
  }
  @media screen and (max-width: 768px) {
    .slide p {
      padding: 0 20px;
    }
    .nav-btn {
      display: none;
    }
  }
  
  
  
  .accordion .card {
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  .accordion .card .accordion-button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #3333;
  box-shadow: none;
  }
  
  .accordion .card .accordion-button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #3333;
  box-shadow: none;
  padding: 20px;
  font-weight: 700; 
  }
  .card-body {
  padding: 16px 0;
  font-size: 14px;
  }
  
  
  
  
  .main_img * {
  border: 0;
  outline: 0;
  box-shadow: none !important;
  }
  
  
  
  
  
  
  
  /* responsive */
  
  @media only screen and (min-width: 320px) and (max-width: 991px){
  
  main.cc_wrapper {
    margin-top: 103px;
  }
  
  .testimonial .image { 
    margin-bottom: 15px; 
  }
  .tst_card { 
    row-gap: 12px; 
  }
  .cc_main {
    padding: 40px 0;
  }
  .cc_title h6 { 
  font-size: 16px; 
  }
  .cc_title h1 {
  font-size: 30px;
  }
  
  .cc_title h2 {
  font-size: 25px;
  }
  
  
  .cc_title p { 
  font-size: 14px;
  font-weight: 500;
  }
  
  .cc_title {
  text-align: center;
  margin-bottom: 30px;
  }
  
  .counter_card ul li strong { 
  font-size: 30px; 
  }
  .counter_card ul li {
  padding: 0 14px; 
  }
  
  .btn-row .btn {
  font-size: 13px;
  margin: 0;
  width: 50%;
  min-width: unset;
  }
  .btn-row {
    display: block;
    text-align: center;
    margin: 20px 0;
    display: flex;
    gap: 0 5px;
  }
  
  
  .mob_sec {
  padding: 40px 0 0;
  }
  
  .dcdc_swiper .swiper-slide { 
  padding: 12px 0;
  padding-left: 20px; ;
  }
  .slide_sl { 
  font-size: 18px; 
  } 
  .slide_sl small {
    font-size: 13px; 
    padding-top: 4px; 
  }
  
  
  
  
  
  
  .feature_sec {
  padding: 40px 0;
  }
  .mob_sec.type_sec {
  padding: 40px 0;
  } 
  
  
  
  
  .card_type p {
  font-size: 18px; 
  }
  
  
  .card_head {
  padding: 20px; 
  width: calc(100% - 20px); 
  border-radius: 20px;
  height: fit-content;
  position: relative;
  bottom: 0;
    max-height: 100%;
  margin: 0 10px 0;
  }
  
  
  .card_type { 
  padding-top: 0; 
  padding-bottom: 10px;
  }
  
  .card_head span { 
  padding: 20px 0;
    opacity: 1;
    height: auto;
    transform: translateY(0);
  }
  
  
  .item_container { 
  gap: 10px;
  flex-direction: column;
  }
  
  
  
  .testimonial { 
  width: 100%;
  padding: 0px 0 0; 
  }
  
  .testimonial .slide { 
  row-gap: 13px; 
  }
  .testimonial .slide p {
  padding: 0 0;
  margin-bottom:0;
  }
  .review_sec {
  padding: 40px 0;
  }
  
  .accordion .card .accordion-button { 
  padding: 14px 0; 
  font-size: 14px;
  }
  .cc_wrapper .consultnow{
  padding: 40px 0;
  }
  
  
  .dcdc_swiper.modules1 .swiper-wrapper {
    display: flex !important;
    flex-direction: row;
    overflow-x: auto !important;
    padding-bottom: 20px !important;
    margin-bottom: 15px !important;
  }
  .dcdc_swiper.modules1 .swiper-wrapper .swiper-slide {
    max-width: fit-content;
    padding: 0;
    border: 0;
  }
  .dcdc_swiper.modules1 .swiper-wrapper .swiper-slide span.slide_sl small {
    display: none;
  }
  
  .dcdc_swiper.modules1 .swiper-wrapper .swiper-slide .slide_sl {
    font-size: 15px;
    line-height: 1.5;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    background: #f5f5f5;
    margin: 0 4px;
  }
  
  .dcdc_swiper .swiper-slide:before{
    display: none;
  }
  .dcdc_swiper.modules1 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .slide_sl {
    color: #ffffff;
    background: #1668e2;
  }
  .slide-support {
    display: block;
  }
  
  
  }
  
  
  
  
  
  
  
  @media only screen and (min-width: 992px) and (max-width: 1439px){
  
  main.cc_wrapper {
    margin-top: 103px;
  }
  
  
  
  .cc_main {
    padding: 60px 0;
  }
  
  .cc_title h1 {
  font-size: 40px;
  }
  
  .cc_title h2 {
  font-size: 32px;
  }
  
  
  
  .cc_title {
  text-align: center;
  margin-bottom: 30px;
  }
  
  .counter_card ul li strong { 
  font-size: 30px; 
  }
  .counter_card ul li {
  padding: 0 14px; 
  }
  
  
  
  
  .mob_sec {
  padding: 60px 0 0;
  }
  
  .dcdc_swiper .swiper-slide { 
  padding: 12px 0;
  padding-left: 20px; ;
  }
  .slide_sl { 
  font-size: 18px; 
  } 
  .slide_sl small {
    font-size: 13px; 
    padding-top: 4px; 
  }
  
  
  
  
  
  
  .feature_sec {
  padding: 60px 0;
  }
  .mob_sec.type_sec {
  padding: 60px 0;
  } 
  
  
  
  
  .card_type p {
  font-size: 18px; 
  }
  
  
  
  
  
  
  
  .testimonial { 
  width: 100%;
  padding: 0px 0 0; 
  }
  
  .testimonial .slide { 
  row-gap: 13px; 
  }
  .testimonial .slide p {
  padding: 0 0;
  }
  .review_sec {
  padding: 60px 0;
  }
  
  .accordion .card .accordion-button { 
  padding: 14px 0; 
  font-size: 14px;
  }
  .cc_wrapper .consultnow{
  padding: 60px 0;
  }
  
  
  
  
  
  }
  