@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
 
body::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: -webkit-linear-gradient(45deg, #029eca 25%, transparent 20%, transparent 50%, #029eca 50%, #029eca 75%, transparent 75%, transparent);
    border-radius: 0px;
}
.border_new_image{
  border-radius: 15px;
}
.cover_image div.bg {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
 @media(max-width:767px){
.main_header ul.cart-search-mobile{
  display: block !important;
}
.main_header ul.cart-search-mobile .nav-menu-mobile span::before{
    cursor: pointer;
    color: var(--black);
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 15px;
}
.main_header .mega-menu{
      padding: 0 25px;
}
.main_header ul.cart-search-mobile .nav-menu-mobile{
  display: block !important;
}
.main_header ul.nav-menu-desktop {
    display: block !important;
    height: 100vh;
    text-align: left;
    width: 100%;
    overflow-y: scroll;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--white);
    padding-bottom: 8rem;
}
.main_header ul.nav-menu-desktop .x-icon {
        display: block !important;
}
.main_header ul.nav-menu-desktop.hide-popup {
   display: none !important;
}
.main_header ul.nav-menu-desktop .nav-spacing-x {
  margin-bottom: 10px !important;
}
.main_header ul.nav-menu-desktop .menu-item-title-icon {
    position: relative;
    padding-right: calc(15px * 2);
    white-space: normal !important;
    text-wrap: wrap !important;
}
} 
  
  .new_check_list li{
   padding-left:0;
  }
.top_sticky {
    position: sticky;
    z-index: 12;
    background: #fff;
    top: 0;
}
  .blue_color{
  filter: hue-rotate(326deg);
}
.border_mobile {
    border-radius: 20px;
    box-shadow: 0 0 15px 0 #1211117a !important;
    border: 7px solid #ffffff;
}
  
.border_new_img {
    border-radius: 20px;
    box-shadow: 0 0 15px 0 #1211117a !important;
    border: 7px solid #000;
}
 .border_mobile2 {
    border-radius: 8px;
    box-shadow: 0 0 15px 0 #1211117a !important;
    border: 7px solid #ffffff;
}
  .top_sticky2{
   top:70px;
  }
  
.overflow_hide {
  overflow: hidden;
}
.new_check_list.white ul li::before {
      filter: brightness(10.5);
}
.footer_main_shape {
    position: absolute;
    top: -19px;
    left: 0;
}
.main_banner {
  overflow: hidden;
}
.container_id > .inner {
  max-width: 1360px !important;
  padding: 0 80px;
}
.container_id.full > .inner {
     max-width: 100% !important;
}
.pl_ul ul {
  padding-left: 15px !important;
} 
  
  .list_dot_fixed .dot p{
      display: flex;
    gap: 3px;
  }
/*list text*/
 
.new_check_list ul li {
    position: relative; 
}
.new_check_list ul li::marker {
    display: none;
    font-size: 0;
}
.new_check_list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px; /* Adjust size as needed */
  height: 18px;
  background-image: url('/assets/storage/msgsndr/bj6idlUj77QSyiuC1k3U/media/67b6f6c67c922f1bac3a02c1.svg');
  background-size: contain;
  background-repeat: no-repeat;
} 
/*list text*/
/*header start*/
.top_bar_new {
  position: relative !important;
  background-color: #d7730e !important;
  overflow: hidden;
}
.top_bar_new::before {
  right: 0;
  width: 420px;
}
.top_bar_new::after {
  right: 410px;
  width: 8px;
}
.top_bar_new::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  height: 101%;
  -webkit-transform: skewX(-37deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
  background: linear-gradient(90deg, #319bc9 0%, rgb(16 94 128) 100%);
}
.top_bar_new::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  height: 101%;
  background-color: #029eca;
  clip-path: polygon(9% 0, 100% 0%, 100% 98%, 0% 100%);
}
.main_header {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07) !important;
}
.main_header {
  position: relative;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.main_header::before,
.main_header::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #105e80;
  -webkit-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
}
.main_header::before {
  left: -42px;
  width: 380px;
}
.main_header::after {
  left: 349px;
  width: 10px;
  z-index: -1;
}
.nav-menu-ul li:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 75px;
  padding: 5px 20px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #ed8419 0%, #ed8419 100%);
  border-radius: 3px;
  position: relative;
}
.nav-menu-ul li:last-child a:hover:before {
  -webkit-transform: scaleY(1) rotateX(0deg);
  transform: scaleY(1) rotateX(0deg);
  background-color: #105e80;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.nav-menu-ul li:last-child a:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: 0;
  background-color: #ed8419;
  content: "";
  -webkit-transform: scaleY(0) rotateX(0deg);
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
  border-radius: 3px;
}
.nav-menu-ul li:last-child a .menu-item-title {
  z-index: 3;
  color: #fff;
}
.nav-menu-ul li:last-child a .menu-item-title:hover {
  color: #fff !important;
}
/*header end*/
@keyframes movingX {
  0% {
    left: -10px;
  }
  100% {
    left: 630px;
  }
}
.box_style_two .box1 {
  background: linear-gradient(142.23deg, #f3f8ff 7.63%, #cedbff 99.01%);
  border-radius: 40px;
  box-shadow: 0px 13px 30px 0px rgb(221 221 221 / 58%);
}
.box_style_two .box2 {
  background: linear-gradient(142.23deg, #f3ede8 7.63%, #d9cbd0 99.01%),
    linear-gradient(142.23deg, #fff7f1 7.63%, #0d688c 99.01%);
  border-radius: 40px;
  box-shadow: 0px 13px 30px 0px rgb(221 221 221 / 58%);
}
.border_side > .inner {
  position: relative;
  padding: 0 35px 46px;
}
.border_side > .inner::before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 65.4%;
  content: "";
  z-index: 0;
  width: 30px;
  border: 5px solid #d5720e;
  border-right: 0;
  border-bottom: 0;
}
.banner-car {
  position: absolute;
  bottom: 0px;
  animation: movingX 10s linear infinite;
}
@keyframes Move_Left-to-Right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(42px);
    transform: translateX(42px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.list-style-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}
.list-style-1 li:first-child {
  padding-left: 0;
}
.list-style-1 li:last-child {
  padding-right: 0;
}
.list-style-1 li {
  font-size: 15px;
  color: #fff;
  padding-left: 0;
  font-family: "Inter", sans-serif;
  list-style: none;
}
.list-style-1 li {
  position: relative;
  padding-right: 23px;
  margin-right: 0;
  padding-left: 25px;
  line-height: 20px;
}
.list-style-1 li:before {
  position: absolute;
  right: -3px;
  top: 0;
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  opacity: 0.2;
}
.list-style-1 li:last-child:before {
  content: unset;
}
.list-style-1 li a {
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
}
.list-style-1 li a {
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.list-style-1 li .icon {
  margin-right: 5px;
}
.list-style-1 li i {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
/*button style*/
.theme-btn .btn-title,
.theme-btn .main-heading-button {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 500 !important;
}
.theme-btn.btn-style-3 .main-heading-button {
  color: #000 !important;
  z-index: 1;
}
.theme-btn {
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3sease;
  border-radius: 4px;
}
.btn-style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #019dc9 0%, #019dc9 100%);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.btn-style-1:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ed8419;
  content: "";
  -webkit-transform: scaleY(0) rotateX(0deg);
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
.btn-style-1:hover {
  color: #fff;
}
.btn-style-1:hover:before {
  -webkit-transform: scaleY(1) rotateX(0deg);
  transform: scaleY(1) rotateX(0deg);
  background-color: #ed8419;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.btn-style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px;
  text-transform: capitalize;
  background: linear-gradient(90deg, #ed8419 0%, #ed8419 100%);
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.btn-style-2:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ed8419;
  content: "";
  -webkit-transform: scaleY(0) rotateX(0deg);
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
.btn-style-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 20px;
  text-transform: capitalize;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.btn-style-3:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffff;
  content: "";
  -webkit-transform: scaleY(0) rotateX(0deg);
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
.btn-style-2:hover {
  color: #fff;
}
.btn-style-2:hover:before {
  -webkit-transform: scaleY(1) rotateX(0deg);
  transform: scaleY(1) rotateX(0deg);
  background-color: #105e80;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.btn-style-3:hover:before {
  -webkit-transform: scaleY(1) rotateX(0deg);
  transform: scaleY(1) rotateX(0deg);
  background-color: #029eca;
  -webkit-transition: all 0.4slinear;
  -o-transition: all 0.4s linear;
  transition: all 0.4slinear;
}
/*button style end */
/*faq*/
[id^="faq-"] .faq-contained-child {
  border: unset !important;
  margin-bottom: 10px;
  box-shadow: 0 0 15px 0 #0000001a;
}
[id^="faq-"] .hl-faq-child i {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #029dcb;
  color: #fff !important;
  border-radius: 50px;
}
[id^="faq-"] .hl-faq-child-heading {
  padding: 16px 24px !important;
}
[id^="faq-"] .hl-faq-child-panel {
  padding: 0 !important;
}
[id^="faq-"] .hl-faq-child-panel .item-text {
  padding: 0 24px 16px !important;
}
/*faq*/
/*footer */
.footer_social .social-icon {
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.footer_social .social-icons-container {
  gap: 10px;
}
.footer_line .divider-element {
  position: relative;
  border: unset !important;
  width: 42px !important;
  height: 2px;
  background: #029eca;
}
.footer_line .divider-element::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  width: 3px;
  background: #171717;
  -webkit-animation: Move_Left-to-Right 4s linear infinite alternate;
  animation: Move_Left-to-Right 4s linear infinite alternate;
}
/*mobile section*/
.tops_mobile {
    position: relative;
    width: 25% !important;
    max-width: 300px;
    padding: 10px 30px !important;
    border-radius: 10px;
    overflow: hidden;
}
 .tops_centers_mobile {
    width: 50% !important;
}
.tops_mobile .carousel__arrow svg {
    background: #f9f9f9;
    margin: 3px;
    stroke: #020202;
    width: 25px !important;
    height: 25px !important; 
    box-shadow: 0 0 10px 0 #00000026;
    border-radius: 50px;
    border: 1px solid #3333;
}
.tops_mobile .carousel__slide img {
    height: 454px !important;
    padding-top: 22px;
    object-position: center;
    object-fit: fill !important;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
}
 .tops_mobile:after{
      background-image: url(/assets/storage/msgsndr/bj6idlUj77QSyiuC1k3U/media/67b82bcf7c922f3d3c3c0e0f.png);
      position: absolute;
      background-repeat: no-repeat;
          background-position: top center;
  background-size: contain;
      content: "";
      height: 520px;
    width: 100%;
    margin: 0 auto;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 1;
  }
/*mobile section*/
/*about box */
div.feature-box {
    display: flex !important
;
    align-items: center;
    width: 48% !important;
    background-color: rgba(201, 29, 37, .1019607843) !important;
    -webkit-transition: all 300msease;
    -o-transition: all 300ms ease;
    transition: all 300msease;
    float: left;
}
div.feature-box2 {
    background-color: #fef9e5 !important;
    float: right;
    margin-top: -79px;
}
 
div.feature-box .txt-container {
    padding: 20px 0 20px 5px;
}
div.feature-box:hover .img-container img{
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
div.feature-box .img-container img{
     -webkit-transition: all 300msease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
div.feature-box .txt-container .featureText{
  display: none;
}
/*about box */
/*footer end*/
@media (min-width: 1600px) {
  /* Styles for even larger screens */
/* .main_header::before { 
       
    }
    .main_header::after {
       
    }
       .top_bar_new::before { 
       
    }
      .top_bar_new::after {
         
    }*/
}
@media (min-width: 1400px) {
  /* Styles for screens larger than 1400px */
/*   .main_header::before { 
        width: 29%;
    }
    .main_header::after {
        left: 27%; 
    }
       .top_bar_new::before { 
        width: 31%;
        clip-path: polygon(8% 0, 100% 0%, 100% 98%, 0% 100%) !important;
    }
      .top_bar_new::after {
        right: 30.5%;
        transform: skewX(-35deg) !important;
    }*/
} 
@media (max-width: 1250px) {
  .container_id > div.inner {
    max-width: 100% !important;
    padding: 0 10px;
  }
   .main_header ul.nav-menu-desktop .menu-item {
    margin-left: 5px !important;
  }
  .main_header .nav-menu-ul li:last-child a {
    margin-left: 20px;
  }
  .main_banner .border_side{
      padding: 50px 0 20px !important;
  }
  .main_banner .border_side h1{
    font-size: 45px !important;
  }
  .circle__shape { 
      margin-right: 20px !important;
  }
  .bottom_right_image {
      width: 46% !important;
      bottom: -148px !important;
  }
  .list_title h2{
    font-size: 18px ;
  }
  div.about_wrapper .right_about h2{
    font-size: 31px !important;
  }
  .tops_mobile { 
      padding: 10px 12px !important; 
  }
  .tops_mobile:after { 
      height: 473px; 
  }
  .tops_mobile .carousel__slide img {
      height: 412px !important; 
  }
  .business_wrapper .experience { 
      top: -10px;
      right: -30px; 
  }
 
  .business_r_side [class^="heading-"]{
   padding: 0 44px 10px 0 !important;
  }
  .card_circle .c-button { 
      right: 10%;
      top: 24%; 
  }
  .integrations_with_3_pl .side_left h2{
     font-size: 32px !important;
  }
  
  .ready_to_get .ready_side{
    padding: 10px 30px;
    width: 50%;
  }
 
}
@media (max-width: 1024px) {
  .container_id > div.inner {
    max-width: 100% !important;
    padding: 0 10px;
  }
  .main_banner .border_side h1 {
      font-size: 30px !important;
      line-height: 40px;
  }
  .main_banner .border_side p{
    font-size: 14px;
    padding-right: 20px;
  }
 .main_banner .border_side .theme-btn {
      padding: 12px 5px;
  }
 
  .main_banner .border_side .c-button:last-child {
      margin: -44px 0 0 135px;
  }
  .border_side > .inner::before { 
      height: 62.4%; 
  }
 .main_banner .border_side .main-heading-button {
      font-size: 13px;
  }
  div.about_wrapper .right_about h2 {
      font-size: 30px !important;
      line-height: 33px;
  }
  div.about_wrapper .right_about div p{
      font-size: 15px;
      line-height: 20px;
  }
  div.feature-box {
      min-height: 79px; 
  }
  div.feature-box2 { 
      margin-top: -79px;
  }
  div.feature-box .txt-container h3{
        font-size: 13px;
  }
    .circle__shape {
        margin-right: 10px !important;
        margin-bottom: -102px !important;
    }
.bottom_right_image { 
        bottom: -112px !important;
    }
    .circle-box {
        width: 140px !important;
        height: 140px !important;
    }
.circle-box .text-inner svg {
        width: 107px !important;
    }
  .new_check_list ul li { 
    
      font-size: 14px !important;
  }
  div.feature-box .txt-container {
    padding: 10px 0 10px 5px;
}
.mobile_wrapper_slider{
      padding: 0;
}
.core_feature_head .heading h2{
  font-size: 26px !important;
}
.core_feature_c>.inner { 
    flex-wrap: wrap;
        row-gap: 20px;
}
.core_feature_c>.inner .card_id{
       width: 47%;
}
.tops_centers_mobile h2{
      font-size: 22px !important;
}
.tops_mobile:after {
    height: 410px;
}
.core_feature_head{
  width: 100% !important;
}
    .tops_mobile .carousel__slide img {
        height: 357px !important;
    }
.tops_mobile { 
    padding: 10px 8px !important;
    width: 30% !important;
}
.optimize_wrapper{
   padding: 0 ;
}
.optimize_wrapper .left_side h2{
      font-size: 32px !important;
      line-height: 40px;
}
.business_r_side [class^="heading-"] {
    padding: 0 0px 10px 0 !important;
}
.business_r_side [class^="heading-"] h2{
          font-size: 30px !important;
}
.business_r_side [class^="paragraph-"]{
  padding: 0;
  font-size: 14px !important;
}
.experience .shape { 
    width: 120px !important;
    height: 120px !important;
}
.experience { 
    width: 110px !important;
    height: 110px !important; 
}
.experience h3 { 
    font-size: 26px !important; 
}
.experience .shape img{
  width: 100%;
}
.experience .title { 
    font-size: 13px !important;
    line-height: 13px !important; 
}
.business_wrapper .inners_id .c-image{
  margin: -110px 0 0;
}
.business_wrapper .inners_id .image-container{
    padding: 0 10px 40px 0;
}
.card_circle .c-button {
    right: -5% !important;
    top: 24% !important;
}
.ready_to_get .ready_side {
    padding: 10px 15px;
    width: 22%;
}
#row-en5B6ysCLK{
  width: 25%;
}
.integrations_with_3_pl .side_left h2 {
    font-size: 26px !important;
    line-height: 28px;
}
.main_slider_car .card_circle .txt-container h2{
   font-size: 17px;
}
.main_slider_car .card_circle .txt-container p{
  font-size: 15px;
}
.footer_new_id .footer_c_1 .c-image img{
     height: 25px;
}
.footer_new_id .footer_heading h3{
  font-size: 18px !important;
}
  .top_bar_new::before {
    width: 260px;
  }
  .top_bar_new::after {
    right: 255px;
    transform: skewX(-28deg);
  }
  .list-style-1 li {
    padding-right: 6px;
    padding-left: 8px;
    font-size: 13px;
  }
  .main_header .nav-menu-ul li a {
    font-size: 14px;
  }
  .main_header::before {
    left: -46px;
    width: 185px;
  }
  .main_header .c-nav-menu-v2 .menu-layout .image-container img {
    height: 19px !important;
  }
  .main_header::before,
  .main_header::after {
    transform: skewX(-20deg);
  }
  .main_header::after {
    left: 143px;
    width: 6px;
  }
  .main_header .nav-menu-ul li:last-child a {
    margin-left: 11px;
  }
}
.ready_to_get {
  background-image: linear-gradient(180deg, #077d9f, #0f6184);
}
@media (max-width: 767px) {
  .container_id > div.inner {
    max-width: 100% !important;
    padding: 0 10px;
  }
.main_banner .border_side h1 {
    font-size: 26px !important;
    line-height: 33px;
}
.main_banner .border_side p { 
    padding-right: 0px;
}
.tops_centers_mobile {
    width: 100% !important;
}
.mobile_rows>.inner{
    align-items: center;
    justify-content: center;
}
 
.tops_mobile .carousel__slide img {
    height: 412px !important;
}
.tops_mobile {
    padding: 10px 10px !important; 
    width: 100% !important;
    max-width: 230px;
    margin: auto;
}
.tops_mobile:after {
height: 472px !important;
}
.service_sec .card_id { 
    padding: 25px 25px !important;
}
.main_banner .border_side .c-button:last-child {
    margin: 6px 0 0 !important;
}
.main_banner .border_side .theme-btn {
    padding: 12px 5px;
    width: 100%;
}
.border_side > .inner h4{
  font-size: 13px !important;
}
.border_side > .inner::before {
    left: -10px;
    top: 7px;
    height: 54.4%;
    width: 8px;
    border: 3px solid #d5720e;
    border-right: 0;
    border-bottom: 0;
}
.border_side > .inner .c-divider{
  width: auto;
}
.footer_main_shape {
position: absolute;
top: -12px;
left: -10px;
width: 81px !important;
}
.core_feature_head .heading h2 {
    font-size: 24px !important;
    line-height: 31px !important;
}
 .box_style_two .box1,.box_style_two .box2{
       padding: 20px !important;
    margin-bottom: 20px;
 }
 .track-horizontal>.inner ,.track-horizontal-r>.inner{ 
    flex-direction: row;
    gap: 10px;
}
.icon-container {
    width: 193px !important;
    min-width: 75px !important;
    height: 44px !important;
}
 .icon-container .image-container{
    padding: 5px !important;
 }
.top_heading_all h2{
  font-size: 22px !important;
  line-height: 25px;
}
    .logo_brands {
        padding: 20px 0 !important;
    }
     .business_r_side [class^="heading-"] h2 {
        font-size: 30px !important;
        line-height: 37px;
    }
  .top_bar_new {
    display: none;
  }
  #section-aayJpfNiVV .bg{
    background-position: 100% !important;
  }
  .business_wrapper .experience { 
      right: 0;
  }
  .main_header .nav-menu-ul li:last-child a {
    margin-left: 0;
    padding: unset;
    font-size: unset;
    background: unset;
  }
  .nav-menu-mobile span::before {
    font-size: 30px !important;
  }
#col-IBKPBUC2fI>.inner{
  align-items: center;
}
.card_circle .c-button {
    right: 10% !important; 
}
.ready_to_get .c-button{
   margin: 0 0 5px 0 !important;
  text-align: left;
}
.ready_to_get .c-button button{
  width: 100%;
}
  .c-nav-menu-v2 .nav-spacing-x {
    margin-left: 0;
    margin-bottom: 10px !important;
  }
  .nav-menu-ul li:last-child a .menu-item-title {
    color: unset;
  }
  .nav-menu-ul li:last-child a:before {
    content: unset !important;
  }
  
a.sticky-floating-button .main-heading-button {
    font-size: 12px;
    font-weight: 700;
}
a.sticky-floating-button{ 
  margin-right: 16px !important;
  padding:5px 10px !important;
}
  
}
