.tab_menu{
  display: flex;
  justify-content: center;
}
.tab_icon{
  font-size: 24px;
  margin-right: 5px;
}
.tab_image{
  height: 900px;
}
.heading-logo{
  height: 80px;
  width: 80px;
}
.install_btn_logo{
  height: 20px;
  width: 20px;
}
.app_title{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rating_star{
  display: flex;
  align-items: baseline;
  font-size: 20px;
}

.rating_star i{
  color: black;
}
/*  ************ index ********** */

.horizons_box{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.horizons-tabs{
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 10px;
  /* padding: 3px; */
}
.horizons-tabs ul {
  display: block;
  border-bottom: none;
}

.horizons-tabs li {
  display: block;
}
.horizons-tabs li a {
  font-size: 40px;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  /* margin-top: 10px;
  margin-bottom: 10px; */
  text-decoration: none;
  opacity: 0.27;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  width: 100%;
  
}
@media (max-width: 767px) {
  .horizons-tabs li a {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.horizons-tabs li a:hover {
  color: unset;
  opacity: 0.5;
}

.horizons-tabs li a.active {
  opacity: 1;
  border-width: 1px; 
  border-color: #49BBFB;
  border-radius: 10px;
  border-style: solid;
}

.horizons-tabs li a .number {
  position: absolute;
  top: 0;
  right: -25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.horizons-tabs li a.active .number {
  opacity: 1;
  transform: translateX(0);
}

.horizons-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}
.services-content-item.active img.services-image {
  animation: services-tabs-animation-1 0.7s ease-in-out;
}
img.services-image :nth-child(3) {
  position: relative;
  width: 140px !important;

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  img.services-image {
    width: 60%;
    margin: 0 0 0 35%;
  }
}

.customize-tabs{
  background-color: #EEEEEE;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 10px;
  height: 515px;
}
.customize_box{
display: flex;
flex-direction: column;
gap: 14px;
padding: 10px;
}
.customize-tabs ul {
  display: block;
  border-bottom: none;
}

.customize-tabs li {
  display: block;
}
.customize-tabs li a {
  font-size: 40px;
  letter-spacing: -1px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  /* margin-top: 10px;
  margin-bottom: 10px; */
  text-decoration: none;
  opacity: 0.27;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  width: 100%;
  
}
@media (max-width: 767px) {
  .customize-tabs li a {
    font-size: 30px;
    /* margin-bottom: 10px; */
  }
}

.customize-tabs li a:hover {
  color: unset;
  opacity: 0.5;
}

.customize-tabs li a.active {
  background-color: white;
  box-shadow: 0px 0px 5px 3px lightgray;
  opacity: 1;
  border-radius: 10px;
}

.customize-tabs li a .number {
  position: absolute;
  top: 0;
  right: -25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  opacity: 0;
  transform: translateX(5px);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.customize-tabs li a.active .number {
  opacity: 1;
  transform: translateX(0);
}

.customize-tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0, 0, 0.58, 1);
}
.Powerful_features_box{
  padding: 10px;
  background-color: white;
  box-shadow: 0px 0px 5px 3px lightgray;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}

.Powerful_features_box:nth-of-type(2){
  display: flex;
  flex-direction: column;
}



h6.text-gray {
  padding-bottom: 10px;
}

img.img-checkout-2 {
  width: 85%;
  display: flex;
  margin: auto;
  border-radius: 50%;
  border: 15px solid #f5f5f5;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
} 

img.img-checkout {
  width: 100%;
  max-width: 100%;
}
.owl-carousel .owl-stage {
position: relative;
touch-action: manipulation;
display: flex;
align-items: center;
}
.blog-category ul li.active a {
color: #0000007c !important;
}

.presentation{
  color:white !important
}
.custom_field_icon{
  font-size: 25px;
}

.test-merchand-centre {
  display: flex;
  justify-content: left;
  align-items: center;
}

.line_item_tab{
  display: flex;
  align-items:center;
  justify-content: space-between;
  padding: 5px;
  border-width: 4px;
  border-style: solid;
  border-color: #019DFF;
  border-radius: 5px;
  width: 100%;
  height: 120px;
}
.logo_line{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: fit-content;
}

/* work pak sub nav css */
.sub_nav{
    background-color: #ffffff;
  }
  .sub_nav_item{
    padding: 10px 60px ;
    color: #000;
  }
  .work_list{
    display: flex; 
    flex-direction: column;
    align-items: center;
  }
  .work_list img{
    height: 86px;
    width: 86px;
  }

  /* services page css start */
  .long_arrow{
    font-size: 40px;
  }
  .btn_size{
    font-size: 1.5625em;
    display: flex;
    gap: 7px;
    align-items: center;
    border: none;
    background-color: #ED5122;
  }
  .btn_size:hover{
    background-color: #39B0D7;
  }
  .btn_size_2{
    font-size: 1.5625em;
    display: flex;
    gap: 7px;
    align-items: center;
    border: none;
    background-color: #39B0D7;
  }
  .btn_size_2:hover{
    background-color: #ED5122;
  }
  .Outsourcing{
    background-color: #F3F3F3;
  }
  .Outsourcing_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .dizzy_1{
    background-color: #39B0D7;
    border-radius: 50%;
    padding: 70px;
  }
  .dizzy_2{
    background-color: #EC5121;
    border-radius: 50%;
    padding: 20px;
  }
  .dizzy_3{
    background-color: #AACF64;
    border-radius: 50%;
    padding: 20px;
  }
  .services-work-image{
    height: 40px;
    margin-bottom: 70px;
  }
  .service_work_logo{
    display: flex;
    justify-content: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.676);
    font-size: 100px;
  }

#scrollable .navbar-feature-sticky-text  {
  /* overflow: auto;
  white-space: nowrap;
   */
overflow: auto;
  white-space: nowrap;
}
#navbar-feature-sticky-text ,a{
  /* font-size: 20px; */
  font-size: 1.25rem;
}

.opacity-60 {
    opacity: .6;
}
.sticky {
  box-sizing: border-box;
  position: sticky;
  top: -20px;
  z-index: 40;
  background-color: rgb(255, 255, 255);
  padding-top: 30px;
  padding-bottom: 10px;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  line-height: 24px;
}



.relative  {
  box-sizing: border-box;
  list-style: outside none none;
  padding: 0px 0px 0px 8px;
  position: relative;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  line-height: 24px;
  background-color: rgb(255, 255, 255);

}

/* header-stickey */

body.home.page-template.page-template-page-templates.page-template-homepage.page-template-page-templateshomepage-php.page.page-id-18 div#header-featuer {
  height: 103px;
  position: fixed !important;
  z-index: 9;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  width: 100%;
}

body.home.page-template.page-template-page-templates.page-template-homepage.page-template-page-templateshomepage-php.page.page-id-18 div#header-sticky {
  position: fixed !important;
  top: 0px;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  margin-top: 0 !important;
}
.sticky-feauture {
  box-sizing: border-box;
  position: sticky;
  top: 55px !important;
  z-index: 40;
  background-color: rgb(255, 255, 255);
  padding-top: 30px;
  padding-bottom: 30px !important;
  text-rendering: optimizelegibility;
  text-size-adjust: 100%;
  line-height: 24px;
}


.leading-\[1\.3\] {
    line-height: 1.3;
}
.font-semibold a{
    font-weight: 900;
}
.feature-headding-text{
  margin-top: 10px;
  margin-bottom: 13px;
}
.text-xl {
    /* font-size: 1.25rem; */
    line-height: 1.75rem;
}

.font-medium {
    font-weight: 500;
}

#header-area{
  background-color: black;
}
.text-white-font{
  color: #100b0b99;
  margin-top: 10px;
}


.extendcheck{
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

#small-box{
  height: 580px;
  padding: 0 4px 0px 4px;
  border-radius: 5px;
  height: 100%;
  background-color: #F7F7F7;
}
.Customization-box{
  border-radius: 5px;
  margin-top: 20px;
  height: auto;
  padding: 0px 13px 0px 13px;
  background-color: #F7F7F7;
}
.customization-text{
  padding: 10px;
  height: 155px;
}
.portfolio-img{
  /* margin-top: 49px; */
}

.customization-text-long-box {
  min-height: 141px;
  height: 100%;
}

div#customize-item-3 img.services-image.img-fluid.horizons-tabs {
  height: 547px;
  object-fit: contain;
}

div#customize-item-2 img.services-image.img-fluid.horizons-tabs {
  width: 100%;
  height: 548px;
  object-fit: contain;
}

div#services-item-3 img.services-image.img-fluid.horizons-tabs {
  height: 512px;
    object-fit: cover;
    object-position: top;
}

.tab-content.horizons-images.services-content div#services-item-1 img.services-image.img-fluid.horizons-tabs {
  height: 512px;
  object-fit: cover;
  object-position: top;
}
.padding-long-box {
  padding: 20px;
  padding: 0px 13px 0px 13px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.custom-field{
  display: flex;

}
.padding-small-box {
  padding: 0px 15px 0px 15px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.relative.w-full.overflow-x-auto {
  padding: 0;
}

li#navbar-feature-sticky-text :nth-child(1) {
  padding-left: 0!important;
}

ul#scrollable :nth-child(1) {
  padding-left: 0!important;
}



.overflow-x-auto {
    overflow-x: auto;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

@media (min-width: 768px) {
    .md\:space-x-4>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem* var(--tw-space-x-reverse));
        margin-left: calc(1rem* calc(1 - var(--tw-space-x-reverse)));
    }
}
.opacity-60 {
    opacity: .6;
}


.font-semibold {
    font-weight: 600;
}
 
 .heading-features {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    font-size: 40px !important;
    font-weight: 600;
}

 
  .navlink-db{
    color: #000 !important;
    font-weight: 700;
    border: none !important;
    font-size: 20px !important;
    text-transform: none !important;
  }
 
.create-block-discreption{
  font-weight: 600 !important;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
    .header-area.header-four.absolute-header {
        margin-top: 40px !important;
    }
}
.header-area.absolute-header .main-menu ul li.active:before {
    background: #000 !important; 
}
#support-page{
  margin-top: 15px !important;
}

div#services-item-2 img.services-image.img-fluid.horizons-tabs {
  height: 513px;
}

.nav-item.active a {
  color: #ed7d32;
}

div#customize-item-1 img.services-image.img-fluid.horizons-tabs {
  height: 550px;
  object-fit: contain;
}
