.header {
  padding: 36px 20px 26px;
  background: #120808;
}

.header .container {
  max-width: 1290px;
}

.info-data {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.info-data img {
  margin-right: 15px;
  height: 52px;
  width: 52px;
  object-fit: contain;
  border-radius: 10px;
  object-position: center;
}

.info-title {
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 18px;
  line-height: 1.27em;
  margin: 0px;
  padding: 0px;
  color: #fff;
}

.cell-number {
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 22px;
  line-height: 1.27em;
  margin: 0px;
  padding: 0px;
  color: #ff6600;
}

.cell-number:hover {
  color: #fff;
}

.hero {
  background: url(../assests/Banner_background.webp) center no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  padding: 85px 20px;
}

.hero::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.68);
  height: 100%;
  width: 100%;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .container {
  max-width: 1310px;
}

.img-text img {
  max-width: 533px;
  width: 100%;
  max-width: 533px;
  width: 100%;
  margin-bottom: -6px;
  margin-top: -50px;
}

.img-text .img-caption {
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  line-height: 1.33em;
  margin: 0px;
  padding: 0px;
  color: #fff;
  letter-spacing: -0.024em;
}

.hero .title {
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 49px;
  line-height: 1.025em;
  margin: 0px;
  color: #fff;
  /*background: url(../assests/orange_separator.png) no-repeat bottom left;
  background-attachment: scroll;
  background-size: auto;
  padding-bottom: 13px;*/
}

.primary-text {
  color: #ff6600;
}

.hero .sub-title {
  font-family: NeueHaas Display Bold;
  font-style: italic;
  text-decoration: none;
  text-transform: none;
  font-size: 22px;
  line-height: 1.18em;
  margin-top: 24px;
  margin-bottom: 10px;
  padding: 0px;
  color: #fff;
}

.hero .text {
  font-family: NeueHaas Display Roman;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 19px;
  line-height: 1.42em;
  margin: 0px;
  margin-bottom: 24px;
  padding: 0px;
  color: #fff;
}

.btn-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 18px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 12px 24px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  line-height: 1.35em;
  gap: 12px;
  font-family: 'NeueHaas Display Bold';
  font-style: normal;
  text-transform: none;
  flex-wrap: nowrap;
}

.btn:hover,
.btn.primary-btn:hover {
  color: #ff6600;
  background: #000;
}

.btn.primary-btn {
  max-width: 220px;
  margin: 0 auto;
  background: #ff6600;
  color: #fff;
  padding: 13px 24px;
}

.featured {
  padding: 65px 20px 50px;
  background: #fff;
}

.featured .row {
  flex-direction: column;
}

.featured .container {
  max-width: 1265px;
}

.column-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 36px;
  margin-top: 65px;
  margin-bottom: 60px;
}

.featured-box {
  background: #242424;
  border-radius: 24px;
  padding: 35px;
  color: #fff;
  padding-top: 0;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.featured-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  border-radius: 50%;
  background: #ff6000;
  width: auto;
  margin-top: -65px;
}

.featured-img img {
  height: 65px;
  width: 65px;
  object-fit: contain;
  object-position: center;
}

.featured-title h4 {
  font-family: NeueHaas Display Roman;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 23px;
  line-height: 1.21em;
  margin: 0px;
  margin-top: 20px;
  padding: 0px;
  color: #fff;
}

.trusted-heading {
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  font-size: 37px;
  line-height: 1.225em;
  margin: 0;
  color: #000000;
  /*background: url(../assests/orange_separator_2.png) no-repeat bottom center;
  background-attachment: scroll;
  background-size: auto;
  padding-bottom: 20px;*/
}

.counter-container {
  background: #161616;
  padding: 18px 20px;
}

.counter-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

.percentage {
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  font-size: 48px;
  line-height: 1.125em;
  margin: 0;
  color: #ff6600;
  font-weight: bold;
}

.label {
  font-family: NeueHaas Display Roman;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 19px;
  line-height: 1.4em;
  margin: 0px;
  padding: 0px;
  color: #fff;
}

.footer {
  padding: 25px 20px;
  background: #202020;
  display: flex;
  justify-content: center;
  align-items: center;
}

p.footer-text {
  font-family: NeueHaas Display Roman;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 0px;
  color: #fff;
  text-align: center;
}

.footer .vertical-btns {
  display: flex;
  flex-direction: column;
  gap: 21px;
  position: fixed;
  right: 0;
  top: 20vh;
  z-index: 999;
}

.footer .vertical-btns img {
  width: 64px;
}

.cta-container {
  background: url(../assests/Layer-25-1.webp) center center no-repeat;
  background-size: cover;
  padding: 48px 20px;
}

.cta-heading {
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  font-size: 34px;
  line-height: 1.3em;
  margin: 0;
  color: #fff;
  max-width: 435px;
}

.cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.cta-btns .cta-btn-1 {
  font-family: NeueHaas Display Roman;
  font-size: 20px;
  font-weight: 400;
  fill: #000000;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 23px 10px 22px 10px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.cta-btns .cta-btn-1:hover {
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #FF6600;
}

.cta-btns .cta-btn-2 {
  font-family: NeueHaas Display Roman;
  font-size: 23px;
  font-weight: 400;
  text-transform: uppercase;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #FF6600;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
}

.cta-btns .cta-btn-2 span.small {
  font-size: 13px;
  color: #000;
  line-height: 1;
}

.cta-btns .cta-btn-2:hover {
  fill: #000000;
  color: #000000;
  background-color: #FFFFFF;
}

.cta-btns .cta-btn-2:hover span.small {
  color: #FF6600;
}

.tab-container {
  background: url(../assests/Gradient_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 70px 20px;
}

.tab-container-2 {
  background: url(../assests/Gradient_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 20px 100px;
}

.h-28 {
  font-family: NeueHaas Display Roman;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 28px;
  line-height: 1.1em;
  margin: 0;
}

.saffron-text .h-28 {
  font-family: NeueHaas Display Bold;
  color: #ff6600;
  /*padding-bottom: 18px;
  background: url(../assests/dark_separator.png) no-repeat bottom center;
  background-attachment: scroll;
  background-size: auto;*/
}

.h-38 {
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 38px;
  line-height: 1.05em;
  margin: 0;
}

.dark-text .h-38 {
  margin: 16px 0px;
}

.logo-carosel {
  margin-top: 16px;
}

.logo-carosel .carousel-wrapper {
  padding-left: 32px;
  padding-right: 32px;
}

.image-groups img {
  padding: 16px 0px;
  width: 86%;
}

/* ======= Tab wrapper ======= */
.tabs {
  max-width: 100%;
  margin: 0 auto;
  margin-top: 52px;
}

/* ======= Tab buttons ======= */
.tab-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}

.tab-btn {
  flex: 1 0 0;
  padding: 20px;
  cursor: pointer;
  border: none;
  background: #292929;
  transition: background .25s;
  font-family: NeueHaas Display Roman;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 21px;
  line-height: 1.1em;
  margin: 0;
  color: #FFFFFF;
  border-radius: 16px;
}

.tab-btn:hover {
  background: #ff6600;
}

/* ======= Panels ======= */
.tab-panels {}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* ======= Responsive tweak ======= */
@media (max-width: 600px) {
  .tab-list {
    flex-direction: column;
  }

  .tab-btn[aria-selected="true"] {
    background: #ff6600;
  }

  .tab-btn:last-child {
    border-bottom: none;
  }
}

/* ======================  */
/* Yashvi css */

.y-container {
  max-width: 1170px !important;
  padding: 85px 30px;
  background: #fff;
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.y-container-section-2 {
  padding: 70px 30px;
}

.y-section-header {
  text-align: center;
  margin-bottom: 30px;
}

.y-section-header h2 {
  font-size: 38px;
  line-height: 1.052;
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  color: #262626;
  /*background: url(../assests/orange_separator_2.png) no-repeat bottom center;
  background-attachment: scroll;
  background-size: auto;
  padding-bottom: 20px;*/
}

.y-section-header .y-sub-title {
  font-size: 27px;
  line-height: 1.037em;
  color: #ff6702;
  font-family: NeueHaas Display Roman;
  font-style: normal;
  margin-top: 18px;
}

.y-section-header .y-sub-title19 {
  font-size: 19px;
  line-height: 1.263;
  color: #000000;
  font-family: NeueHaas Display Roman;
  font-style: normal;
  margin-top: 15px;
}

.y-title-bottom {
  font-size: 23px;
  line-height: 1.043em;
  color: #000000;
  font-family: NeueHaas Display Roman;
  font-style: normal;
  margin-bottom: 40px;
  text-align: center;
}

.column-grid.y-column-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 16px;
  margin-bottom: 46px;
}

.y-gap-10 {
  gap: 38px;
}

.y-product-img {
  border: 1px solid #c5c5c5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.y-video-frame {
  border: 0px;
  width: 100%;
  height: 260px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.y-video-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.y-product-card .y-product-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.y-product-card h3 {
  width: 317px;
  margin-top: 50px;
  font-size: 30px;
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-align: left;
  line-height: 1.133;
  margin-bottom: 10px;
  color: #141414;
}

.y-product-card p {
  margin-top: 30px;
  font-family: NeueHaas Display Roman;
  font-style: normal;
  font-size: 14px;
  color: #171717;
  line-height: 1.5em;
  text-align: left;
}

.y-bottom-section {
  max-width: 540px;
  margin: 0 auto;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 12px 24px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  line-height: 1.35em;
  gap: 12px;
  font-family: 'NeueHaas Display Bold';
  font-style: normal;
  text-transform: none;
  flex-wrap: nowrap;
}

.btn-grid .j-btn {
  font-size: 18px;
  line-height: 1.2em;
  background: #161616;
  border-radius: 40px;
  color: #fff;
}

.btn-grid .j-btn:hover{
  background: #ff6600;
  color: #FFFFFF;
}
.btn-grid .j-btn:hover span {
  color: #fff !important;
}

.dark-btns .j-btn:hover,
.dark-btns .j-btn:hover span {
  background: #FFFFFF;
  color: #ff6600 !important;
}

.btn-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 18px;
}

.y-review-box {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: auto;
}

/*--------------*/
/* j-css */
.tab-box img {
  width: 100%;
  max-width: 100%;
}

.j-tab-row {
  display: block !important;
}

.tab-panels .j-grid-tab {
  gap: 18px;
  margin-top: 24px;
  margin-bottom: 0px;
  row-gap: 44px;
}

.tab-panels .tab-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.tab-tittle p {
  font-size: 21px;
  line-height: 1.2em;
  color: #060606;
  margin-top: 25px;
}

.tab-tittle-2 p {
  font-size: 27px;
  line-height: 1.037em;
  color: #060606;
  font-family: NeueHaas Display Roman;
  font-style: normal;
  margin-top: 40px;
}

/*======================*/
.both-section-padding {
  padding: 45px 0px 75px;
  margin-top: 200px;
}

.j-main-section {
  padding: 20px;
}

.j-main-section .j-row {
  flex-wrap: nowrap;
  gap: 30px;
}

.j-title {
  font-size: 38px;
  line-height: 1.052em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0px;
  padding: 0px;
  margin-bottom: 13px;
  color: #262626;
}

.j-title-col {
  color: #fff;
  margin-bottom: 17px;
  margin-top: 20px;
}

.j-main-section .j-text-align {
  text-align: center;
  margin-bottom: 30px;
}

.main-list .icon-list-icon {
  margin-top: 4px;
  flex-shrink: 0;
}

.main-list .icon-list-text {
  font-size: 23px;
  font-family: NeueHaas Display Roman;
  line-height: 1.44em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #1c1c1c;
  padding-left: 15px;
}

.j-text-color {
  color: #fff !important;
}

.main-list .j-icon-list {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
}

.main-list .li-icon-list-item {
  display: flex;
  justify-content: flex-start;
  text-align: left;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}

.j-main-section .main-list .li-icon-list-item:after {
  content: "";
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #ddd;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.j-main-section .j-margin {
  margin-top: 38px;
}

.j-hero .j-margin {
  margin-top: 24px;
}

/*.j-main-section .btn-grid .j-btn {
  font-size: 18px;
  line-height: 1.2em;
  background: #161616;
  border-radius: 40px;
  color: #fff;
}
*/
.j-main-section .iframne-container iframe {
  aspect-ratio: 1/1;
  width: 100%;
  height: 600px !important;
}

.j-main-section .column-grid .j-featured-box {
  padding: 20px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 0px;
  height: 160px;
  justify-content: center;
}

.j-main-section .column-grid .feat-tittle h4 {
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 400;
  margin-top: 7px;
}

.j-main-section .j-column-grid {
  gap: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.max-container .y-section-header h2 {
  font-size: 38px;
  line-height: 1.052;
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  font-weight: 400;  
  color: #000000;
  /*background: url(../assests/orange_separator_2.png) no-repeat bottom center;
  background-attachment: scroll;
  background-size: auto;
  padding-bottom: 20px;*/

}

.max-container .y-section-header .y-sub-title {
  font-size: 27px;
  line-height: 1.037;
  color: #ff6702;
  font-family: NeueHaas Display Roman;
  font-style: normal;
  margin-top: 16px;
  margin-bottom: 46px;
  text-align: center;
}

.j-hero {
  background: url(../assests/background.jpg) center no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 70px 20px;
  padding-bottom: 88px;
}

.j-hero .img-text-2 img {
  width: auto;
}

.j-hero .j-title-bg h2 {
  font-size: 50px;
  line-height: 1.3;
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-bottom: 50px;
  /*background: url(../assests/black-line.png) no-repeat bottom center;
  background-attachment: scroll;
  background-size: auto;
  padding-bottom: 25px;*/
}

.j-hero .img-tc {
  font-family: NeueHaas Display Bold;
  font-size: 36px;
  line-height: 1.2em;
  text-align: left;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  margin-top: 35px;
  margin-bottom: 10px;
}

.j-hero .img-heading-1 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  margin-top: 12px;
}

.img-heading-2 {
  font-family: NeueHaas Display Roman;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
  color: #fff;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  margin-top: 30px;
}

.j-hero .j-container {
  max-width: 1340px;
}

.j-hero .content-carousel {
  padding: 0px 75px;
}

.j-hero .j-sub-title {
  font-size: 24px;
  color: #fff;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: none;
}

.j-btn-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  margin-top: 21px;
}

.j-btn-grid a {
  font-size: 17px;
  padding: 16px 24px;
}

.call-to-action .heading-1,
.call-to-action .heading-2,
.call-to-action .heading-3 {
  font-family: NeueHaas Display Roman;
  font-size: 20px;
  line-height: 2em;
  color: #fff;
  font-weight: 400;
}

.call-to-action .heading-2 {
  color: #000000;
}

.call-to-action .heading-2 a {
  color: #000;
  text-decoration: none;
}

.j-testimonial-banner {
  background: url(../assests/testimonial-background.jpg) center no-repeat;
  background-attachment: scroll;
  background-size: cover;
  padding: 70px 20px;
  padding-bottom: 0px;
}

.j-testimonial-banner .container {
  max-width: 1260px;
}

.j-testimonial-banner .testimonial-carousel {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  margin-bottom: -200px;
  z-index: 9;
}

.saffron-text .h-26 {
  font-family: NeueHaas Display Bold;
  color: #ff6600;
  /*padding-bottom: 18px;
  background: url(../assests/white-separator.png) no-repeat bottom center;
  background-attachment: scroll;
  background-size: auto;*/

}

.h-26 {
  font-size: 26px;
  line-height: 1.1em;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

.h-46 {
  font-size: 46px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2em;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  margin-top: 13px;
}

.mt {
  margin-top: 10px;
  margin-bottom: 40px;
}

.testimonial-column-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.testimonial-box {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #a4a4a4;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  width: calc(100% - 32px);
  margin: 0 auto;
  height: 100%;
}

.testimonial-dots {
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  gap: 12px;
}

.testimonial-dots .dot {
  height: 14px;
  width: 14px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-dots .dot.active {
  background: #ff6600;
  height: 16px;
  width: 16px;
}

.image-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
  gap: 15px;
}

.client-info {
  margin-right: 24px;
}

.client-info h5 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.3em;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  text-align: left;
}

.client-info p {
  font-size: 13px;
  line-height: 1.2em;
  color: #a1a1a1;
  text-align: left;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
}

.image-box .avtar {
  flex-shrink: 0;
}

.star {
  text-align: left;
  margin-top: 12px;
}

.parag {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  text-align: left;
  line-height: 1.6em;
  margin-top: 10px;
}

.google {
  position: absolute;
  right: 30px;
}

/*--- New Page Changes ---*/
/* new-page-css */
.orang-20 {
  font-size: 20px;
  line-height: 1.65em;
  font-weight: 700;
  color: #ff6600;
}

.j-hero .j-margin.dark-btns {
  max-width: 540px;
  margin: 0 auto;
  margin-top: 32px;
}

.wcu-font {
  font-size: 38px;
  line-height: 1.05em;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  color: #262626;
  /*background: url(../assests/orange_separator_2.png) no-repeat bottom left;
  background-attachment: scroll;
  background-size: auto;
  padding-bottom: 20px;*/
}

.both-content {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.main-list .icon-list-items .both-content .text-family {
  padding-left: 0px;
  font-family: 'NeueHaas Display Bold';
}

.icon-list-parag {
  font-size: 19px;
  line-height: 1.74em;
  font-style: normal;
}

.grid-3 {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 36px;
  margin-top: 50px;
}

.max-container {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 90px;
}

.max-container .y-section-header {
  width: 100%;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 12px;
  row-gap: 16px;
  /*overflow-y: scroll;
  padding-right: 20px;
  height: 740px;*/
}

.featured-btn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  font-family: 'NeueHaas Display Bold';
  font-style: normal;
  font-size: 19px;
  line-height: 1.6315;
  background: #ececec;
  color: #1c1c1c;
  border: 1px solid #989795;
  border-radius: 0px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: none;
}
.featured-btn img {
  margin-top: 3px;
}
.featured-btn:hover {
  background: #ff6702;
  color: #FFFFFF;
  border-color: #ff6702;
}

.max-container .y-section-header {
  margin: 0 auto;
}

.about-intelliTrac {
  padding: 80px 20px;
}

.about-intelliTrac .j-title {
  margin-bottom: 30px;
}

.arrow-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.arrow-list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  font-family: NeueHaas Display Roman;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0px;
}

.arrow-list li img {
  margin: 6px 0px;
}

.grid-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8%;
}

.list-box.flex-start {
  display: flex;
  justify-content: flex-start;
}

.list-box.flex-end {
  display: flex;
  justify-content: flex-end;
}

.quick-img {
  width: 67.25%;
  margin-top: -72px;
  margin-bottom: -35px;
}

.dark-section {
  background: #161616;
  padding: 100px 20px 90px;
}

.award-section .light-text {
  font-family: NeueHaas Display Roman;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 15px;
  line-height: 1.866;
  letter-spacing: 0px;
  color: #FFFFFF;
  max-width: 415px;
}

.award-section h2.title {
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 49px;
  line-height: 1.21em;
  margin: 0px;
  color: #fff;
  margin-bottom: 30px;
  max-width: 375px;
  /*background: url(../assests/orange_separator.png) no-repeat bottom left;
  background-attachment: scroll;
  background-size: auto;
  padding-bottom: 16px;*/
}
.popup-title{
  font-family: NeueHaas Display Bold;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 39px;
  line-height: 1.21em;
  margin: 0px;
  color: #000;
  margin-bottom: 24px;
}
button.contact-img {
  background: transparent;
}
/*--- New Page Changes ---*/
/*---LAPTOP SCREEN----*/
@media only screen and (max-width: 1366px) {
  .j-hero .content-carousel {
    padding: 0px 40px;
  }
}

/*---LAPTOP SCREEN----*/

/*---TABLET SCREEN----*/
@media only screen and (max-width: 1024px) {
  .column-grid.y-column-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .y-product-card h3 {
    margin-top: 40px;
    font-size: 26px;
    width: 100%;
  }

  .y-product-card p {
    margin-top: 20px;
  }

  .y-container {
    padding: 75px 30px;
  }

  .y-section-header .y-sub-title19 {
    font-size: 18px;
  }

  .y-video-frame {
    width: 100%;
    height: 280px;
  }

  .y-title-bottom {
    font-size: 19px;
  }

  .y-container-section-2 {
    padding: 60px 30px;
  }

  .j-testimonial-banner {
    padding: 60px 20px;
    padding-bottom: 0px;
  }

  .j-main-section {
    padding: 20px;
  }

  .j-title {
    font-size: 32px;
  }

  .main-list .icon-list-text {
    font-size: 21px;
  }

  .icon-list-parag {
    font-size: 18px;
  }

  .y-section-header h2 {
    font-size: 34px;
  }

  .wcu-font {
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 12px;
  }
  .main-list .icon-list-icon img {
    width: 18px;
  }
  .max-container .y-section-header h2 {
    font-size: 34px;
    line-height: 1.1;
  }

  .y-section-header .y-sub-title {
    font-size: 23px;
  }

  .max-container .y-section-header .y-sub-title {
    font-size: 24px;
    line-height: 1.1;
    margin-top: 14px;
    margin-bottom: 38px;
  }

  .j-hero {
    padding: 60px 20px;
  }

  .j-hero .j-title-bg h2 {
    font-size: 34px;
    margin-bottom: 40px;
  }

  .j-hero .img-tc {
    font-size: 30px;
  }

  .j-hero .img-heading-1 {
    font-size: 16px;
  }

  .call-to-action .heading-1,
  .call-to-action .heading-2,
  .call-to-action .heading-3 {
    font-size: 18px;
  }

  .testimonial-box {
    border-radius: 16px;
    padding: 40px 20px;
    width: calc(100% - 24px);
  }

  .j-testimonial-banner .testimonial-carousel {
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    margin-bottom: -150px;
    z-index: 9;
  }

  .testimonial-dots {
    margin-top: 40px;
    height: 20px;
    gap: 10px;
  }

  .testimonial-dots .dot {
    height: 12px;
    width: 12px;
  }

  .testimonial-dots .dot.active {
    background: #ff6600;
    height: 14px;
    width: 14px;
  }

  .j-hero .content-carousel {
    padding: 0px 24px;
  }

  .both-section-padding {
    padding: 40px 0px 40px;
    margin-top: 150px;
  }

  .tab-tittle p {
    font-size: 19px;
    margin-top: 20px;
  }

  .tab-tittle-2 p {
    font-size: 24px;
    line-height: 1.1em;
    margin-top: 32px;
  }

  .h-26 {
    font-size: 22px;
  }

  .h-46 {
    font-size: 42px;
  }

  .header {
    padding: 30px 20px;
  }

  a.logo img {
    width: 210px;
  }

  .info-data img {
    margin-right: 12px;
    height: 48px;
    width: 48px;
  }

  .info-title {
    font-size: 16px;
    line-height: 1.25em;
  }

  .cell-number {
    font-size: 20px;
    line-height: 1.25em;
  }

  .hero {
    padding: 75px 20px;
  }

  .img-text img {
    margin-bottom: 0px;
    margin-top: -40px;
  }

  .img-text .img-caption {
    font-size: 21px;
    line-height: 1.33em;
    letter-spacing: -0.021em;
  }

  .hero .title {
    font-size: 42px;
    line-height: 1.1em;
  }

  .hero .sub-title {
    font-size: 21px;
    line-height: 1.2em;
    margin-top: 21px;
    margin-bottom: 10px;
  }

  .hero .text {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 21px;
  }

  .btn-grid {
    gap: 12px;
    margin-bottom: 16px;
  }

  .btn,
  .j-btn-grid a {
    font-size: 16px;
    line-height: 1.35em;
    gap: 10px;
  }

  .btn.primary-btn {
    max-width: 200px;
    padding: 13px 24px;
  }

  .featured {
    padding: 60px 20px 48px;
  }

  .column-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    column-gap: 20px;
    row-gap: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .featured-box {
    border-radius: 20px;
    padding: 25px;
    padding-top: 0px;
  }

  .featured-img {
    padding: 20px;
    border-radius: 50%;
    background: #ff6000;
    width: auto;
    margin-top: -40px;
  }

  .featured-img img {
    height: 40px;
    width: 40px;
  }

  .featured-title h4 {
    font-size: 21px;
    line-height: 1.21em;
    margin-top: 18px;
  }

  .trusted-heading {
    font-size: 32px;
    line-height: 1.21em;
  }

  .footer {
    padding: 20px 20px;
  }

  p.footer-text {
    font-size: 16px;
    line-height: 1.625em;
  }

  .footer .vertical-btns {
    display: flex;
    gap: 16px;
  }

  .footer .vertical-btns img {
    width: 52px;
  }

  .counter-container {
    background: #161616;
    padding: 30px 20px;
  }

  .counter-box {
    gap: 10px;
    padding: 10px 0px;
  }

  .percentage {
    font-size: 40px;
    line-height: 1.125em;
  }

  .label {
    font-size: 18px;
    line-height: 1.5em;
  }

  .cta-container {
    padding: 40px 20px;
  }

  .cta-heading {
    font-size: 30px;
    line-height: 1.3em;
  }

  .cta-btns .cta-btn-1 {
    font-size: 18px;
    padding: 22px 10px;
  }

  .cta-btns .cta-btn-2 {
    font-size: 21px;
    padding: 10px 20px;
  }

  .cta-btns .cta-btn-2 span.small {
    font-size: 12px;
  }

  .logo-carosel .carousel-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-groups img {
    padding: 12px 0px;
    width: 85%;
  }

  .tab-container,
  .tab-container-2 {
    padding: 60px 20px;
  }

  .tab-btn {
    padding: 18px;
    font-size: 20px;
  }

  .j-hero .img-text-2 img {
    width: 100%;
  }

  .j-btn-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    margin-top: 16px;
  }

  .j-hero .j-sub-title {
    font-size: 21px;
  }

  .img-heading-2 {
    font-size: 16px;
  }

  /*--- New page ---*/
  .max-container {
    padding-top: 70px;
  }

  .featured-grid {
    column-gap: 10px;
    row-gap: 10px;
    /*padding-right: 20px;*/
  }
  .featured-btn img {
    width: 21px;
  }

  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 42px;
    gap: 24px;
  }

  .about-intelliTrac {
    padding: 60px 20px;
  }

  .quick-img {
    margin: -30px 0px;
  }

  .grid-col-3 {
    gap: 30px;
  }

  .about-intelliTrac .j-title {
    margin-bottom: 27px;
  }

  .award-section h2.title {
    font-size: 42px;
    margin-bottom: 27px;
    max-width: 375px;
  }

  .dark-section {
    padding: 70px 20px;
  }

  .orang-20 {
    font-size: 18px;
    line-height: 1.65em;
  }

  .main-list .li-icon-list-item {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .popup-title{
    font-size: 34px;
    line-height: 1.21em;
    margin-bottom: 21px;
  }
  .featured-btn{
    font-size: 18px;
    line-height: 1.6;
    padding: 9px 18px;
  }
  /*--- New page ---*/
}

/*---TABLET SCREEN----*/

/*---MOBILE SCREEN----*/
@media only screen and (max-width: 767px) {

  /*yashvi css 767*/
  .y-container {
    padding: 50px 30px;
  }

  .column-grid.y-column-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 20px;
    row-gap: 30px;
  }

  .y-product-card h3 {
    margin-top: 30px;
    font-size: 22px;
    width: 100%;
  }

  .y-product-card p {
    margin-top: 15px;
  }

  .y-section-header .y-sub-title19 {
    font-size: 16px;
  }

  .y-video-frame {
    width: 100%;
    height: 260px;
  }

  .y-title-bottom {
    font-size: 16px;
  }

  .y-container-section-2 {
    padding: 50px 30px;
  }

  .y-review-box {
    bottom: -30px;
  }

  .j-testimonial-banner {
    padding: 50px 10px;
    padding-bottom: 0px;
  }

  .j-hero {
    padding: 50px 10px;
  }

  .j-hero .content-carousel {
    padding: 0px 16px;
  }

  .j-main-section {
    padding: 10px;
  }

  .j-title {
    font-size: 27px;
  }

  .main-list .icon-list-text {
    font-size: 18px;
  }

  .icon-list-parag {
    font-size: 16px;
  }

  .j-main-section .j-row {
    flex-wrap: wrap;
    gap: 20px;
  }

  .j-main-section .j-margin {
    margin-top: 20px;
  }

  .j-hero .j-margin {
    margin-top: 28px;
  }

  .main-list .li-icon-list-item {
    padding-bottom: 9px;
    padding-top: 9px;
  }

  .j-main-section .column-grid .feat-tittle h4 {
    font-size: 14px;
  }

  .y-section-header h2 {
    font-size: 30px;
  }

  .wcu-font {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .max-container .y-section-header h2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .y-section-header .y-sub-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .max-container .y-section-header .y-sub-title {
    font-size: 21px;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 32px;
  }

  .testimonial-box {
    border-radius: 16px;
    padding: 30px 16px;
    width: calc(100% - 16px);
  }

  .j-testimonial-banner .testimonial-carousel {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    margin-bottom: -100px;
    z-index: 9;
  }

  .testimonial-dots {
    margin-top: 30px;
    height: 16px;
    gap: 10px;
  }

  .testimonial-dots .dot {
    height: 10px;
    width: 10px;
  }

  .testimonial-dots .dot.active {
    background: #ff6600;
    height: 12px;
    width: 12px;
  }

  .both-section-padding {
    padding: 30px 0px;
    margin-top: 100px;
  }

  .j-hero .j-title-bg h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .j-hero .img-tc {
    font-size: 28px;
    margin-top: 20px;
  }

  .j-hero .img-heading-1 {
    font-size: 14px;
  }

  .j-btn-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .call-to-action .heading-1,
  .call-to-action .heading-2,
  .call-to-action .heading-3 {
    font-size: 16px;
  }

  .img-heading-2 {
    margin-top: 19px;
    font-size: 16px;
  }

  .tab-tittle p {
    font-size: 18px;
    margin-top: 20px;
  }

  .tab-tittle-2 p {
    font-size: 21px;
    ;
    margin-top: 24px;
  }

  .tab-panels .j-grid-tab {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
  }

  .h-46 {
    font-size: 38px;
  }

  .testimonial-column-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .row {
    flex-wrap: wrap;
    gap: 30px;
  }

  .row {
    flex-wrap: wrap;
    gap: 30px;
  }

  .md-reverse {
    flex-direction: column-reverse;
  }

  .header {
    padding: 20px 10px;
  }

  a.logo img {
    width: 175px;
  }

  .info-data img {
    margin-right: 10px;
    height: 44px;
    width: 44px;
  }

  .cell-number {
    font-size: 18px;
    line-height: 1.25em;
  }

  .hero {
    padding: 50px 10px;
  }

  .img-text img {
    margin-top: -30px;
  }

  .img-text .img-caption {
    font-size: 18px;
    line-height: 1.33em;
    letter-spacing: -0.018em;
  }

  .hero .title {
    font-size: 36px;
    line-height: 1.1em;
  }

  .hero .sub-title {
    font-size: 18px;
    line-height: 1.33em;
    margin-top: 18px;
    margin-bottom: 10px;
  }

  .hero .text {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 18px;
  }

  .btn-grid {
    gap: 10px;
    margin-bottom: 16px;
    grid-template-columns: repeat(1, 1fr);
  }

  .btn {
    font-size: 16px;
    line-height: 1.35em;
    gap: 10px;
  }

  .btn.primary-btn {
    max-width: 200px;
    padding: 13px 24px;
  }

  .featured {
    padding: 50px 10px 40px;
  }

  .column-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    column-gap: 20px;
    row-gap: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .featured-box {
    border-radius: 15px;
    padding: 20px;
    padding-top: 0px;
  }

  .featured-img {
    padding: 15px;
    border-radius: 50%;
    background: #ff6000;
    width: auto;
    margin-top: -30px;
  }

  .featured-img img {
    height: 30px;
    width: 30px;
  }

  .featured-title h4 {
    font-size: 18px;
    line-height: 1.21em;
    margin-top: 16px;
  }

  .trusted-heading {
    font-size: 28px;
    line-height: 1.21em;
  }

  .footer {
    padding: 15px 10px;
  }

  p.footer-text {
    font-size: 14px;
    line-height: 1.625em;
  }

  .footer .vertical-btns {
    display: none;
  }

  .footer .vertical-btns img {
    width: 40px;
  }

  .counter-container {
    padding: 50px 10px;
  }

  .percentage {
    font-size: 32px;
    line-height: 1.125em;
  }

  .label {
    font-size: 16px;
    line-height: 1.5em;
  }

  .counter-container .row,
  .cta-container .row {
    gap: 16px;
  }

  .cta-container {
    padding: 30px 10px;
  }

  .cta-heading {
    font-size: 27px;
    line-height: 1.3em;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
  }

  .cta-btns {
    gap: 10px;
  }

  .cta-btns .cta-btn-1 {
    font-size: 16px;
    padding: 20px 10px;
  }

  .cta-btns .cta-btn-2 {
    font-size: 18px;
    padding: 10px 20px;
  }

  .cta-btns .cta-btn-2 span.small {
    font-size: 10px;
  }

  .logo-carosel {
    margin-top: 0px;
  }

  .logo-carosel .carousel-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-groups img {
    padding: 10px 0px;
    width: 90%;
  }

  .tab-container,
  .tab-container-2 {
    padding: 50px 10px;
  }

  .tab-btn {
    padding: 16px;
    font-size: 18px;
  }

  .j-hero .img-text-2 img {
    width: 100%;
  }

  .j-hero .j-sub-title {
    font-size: 18px;
  }
  .main-list .icon-list-icon img {
    width: 16px;
  }
  .max-container {
    padding-top: 50px;
  }

  .featured-btn{
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 16px;
  }

  .featured-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    /*padding-right: 20px;*/
  }
  .featured-btn img {
    width: 18px;
  }
  .grid-3 {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    margin-top: 36px;
    gap: 30px;
  }

  .about-intelliTrac {
    padding: 50px 10px;
  }

  .quick-img {
    width: 360px;
    margin: 20px 0px;
  }

  .grid-col-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }

  .list-box.flex-end,
  .list-box.flex-start,
  .list-box {
    display: block;
  }

  .about-intelliTrac .j-title {
    margin-bottom: 24px;
    text-align: left;
  }

  .arrow-list li {
    font-size: 14px;
    line-height: 1.6;
  }

  .arrow-list li img {
    margin: 4px 0px;
  }

  .sm-hide {
    display: none;
  }

  .dark-section {
    padding: 50px 10px;
  }

  .award-section h2.title {
    font-size: 36px;
    margin-bottom: 24px;
    max-width: 375px;
  }

  .orang-20 {
    font-size: 16px;
    line-height: 1.65em;
  }
  .popup-title{
    font-size: 30Px;
    line-height: 1.21em;
    margin-bottom: 18px;
  }
}

/*---MOBILE SCREEN----*/