.product-div {
  width: 25%;
  padding: 0px 14px;
  margin-bottom: 14px;
}
img {
  max-width: 100%;
  height: auto;
}
.product-box {
  background: #fff;
  display: block;
  padding: 20px;
}
.product-box h5 {
  color: var(--clr-dark-blue);
  font-weight: 600;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 5px;
}
.product-section .d-flex {
  margin: 0px -14px;
}
.has-sub-menu .white-bg {
  background: #fff !important;
}
.has-sub-menu .white-bg li a {
  color: #000;
}
.has-sub-menu .white-bg li a:hover {
  color: var(--clr-main);
}
.has-sub-menu .white-bg li {
  margin-bottom: 6px;
  font-size: 15px;
}
.has-sub-menu .white-bg {
  padding: 30px 15px !important;
}
.has-sub-menu .white-bg li:last-child {
  margin-bottom: 0px !important;
}
.sub-menu.two-column {
  min-width: 780px !important;
  left: -330px !important;
}
.sub-menu li span {
  color: #0062d9;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.sub-menu li span + ul {
  margin-bottom: 26px;
  padding: 0px;
}
.sub-menu.two-column {
  display: flex;
}
.sub-menu.two-column > ul {
  padding: 0px 15px;
}
.sub-menu.two-column > ul:nth-child(1) {
  width: 35%;
}
.sub-menu.two-column > ul:nth-child(2) {
  width: 38%;
}
.sub-menu.two-column > ul:nth-child(3) {
  width: 27%;
}
.sub-menu.two-column > li:nth-child(2n+2) {
  padding-left: 10px;
  padding-right: 0;
}
.header-numbers a {
  margin-left: 20px;
}
.header-numbers a:first-child {
  margin-left: 0px;
}
.header-numbers a i {
  margin-right: 3px;
}
.tab-content {
  text-align: center;
}
.tab-content img {
    max-width: 950px;
    margin: 0 auto;
}
.tab-box1 {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}
.tab-box1 ul {
    display: flex;
    align-items: center;
}
.tab-box1 ul li {
  display: inline-block;
  margin: 0px 15px;
}
.tab-box1 ul li a {
  display: block;
  border: 2px solid #fff;
  padding: 10px 30px;
  min-width: 120px;
  text-align: center;
  font-weight: 600;
  position: relative;
  font-size: 18px;
}
.tab-box1 ul li a::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 14px;
  margin-left: -14px;
  opacity: 0;
}
.tab-box1 ul li.tab1-active a {
  background: #fff;
  color: #060922;
}
.tab-box1 ul li.tab1-active a::after {
  opacity: 1;
}
.sub-heading {
    font-size: 20px;
    margin-bottom: 18px;
}
.product-tab {
  display: flex;
  align-items: center;
}
#tabs-section2 {
  width: 48%;
  padding-right: 10px;
}
.tab-box2 {
    width: 52%;
    padding-left: 20px;
}
.tabs-nav2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
.tabs-nav2 > li {
  width: 50%;
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.tabs-nav2 > li a {
  border: 2px solid #fff;
  display: block;
  border-radius: 10px;
  padding: 24px 20px;
  height: 100%;
}
.product-card h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
  padding-right: 30px;
}
.product-card i {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
}
.product-card p {
  font-size: 15px;
}
.product-card p:last-child {
  margin-bottom: 0px;
}
.tab-content2 img {
  border-radius: 15px;
}
.tabs-nav2 > li.tab2-active > a {
    background: #fff;
    color: #060922;
}
.center-btn {
  text-align: center;
  margin-top: 20px;
}
#tabs-section1 > div:not(:first-child),
#tabs-section2 > div:not(:first-child) {
  display: none;
}
.konnect-content > div:not(:first-child) {
  display: none;
}
.konnect-nav ul {
  display: flex;
  padding: 0px;
  justify-content: center;
  margin: 0px;
  overflow: auto;
  white-space: nowrap;
}
.konnect-nav ul li {
  display: block;
}
.konnect-tab {
  max-width: 1220px;
  margin: 0 auto;
}
.konnect-nav ul li a {
  display: block;
  padding: 10px 14px;
  border-bottom: 2px solid #fff;
}
.konnect-nav ul li.active a {
  color: #09aff4;
  border-color: #09aff4;
}
.konnect-nav {
  margin-bottom: 50px;
}
.konnect-div {
  display: flex;
}
.konnect-left {
  width: 46%;
  padding-right: 30px;
  display: flex;
  align-items: center;
}
.konnect-img {
  width: 54%;
  padding-left: 20px;
}
.konnect-box {
  position: relative;
  padding-left: 94px;
  margin-bottom: 30px;
}
.konnect-box:last-child {
  margin-bottom: 0px;
}
.konnect-box > span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 72px;
  height: 72px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.konnect-box > span img {
  max-width: 50px;
}
.konnect-box h3 {
  font-size: 19px;
  font-weight: 600;
}
.konnect-box p {
  font-size: 15px;
}
.tabs-nav2 > li.tab2-active > a h6 i {
    color: rgba(var(--clr-main-rgb), 1);
}
.scale-section {
    max-width: 1000px;
    margin: 140px auto 0px;
    position: relative;
}
.scale-box {
  text-align: left;
  width: 33.33%;
  position: relative;
}
.scale-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: #fff;
}
.scale-box {
  padding-top: 30px;
}
.scale-box::before {
    content: "";
    position: absolute;
    left: -2px;
    top: -8px;
    width: 20px;
    height: 20px;
    background: #09aff4;
    border-radius: 50%;
    z-index: 9;
}
.scale-box:nth-child(2)::before {
  left: 170px;
}
.scale-box:last-child::before {
    right: -2px;
    left: inherit;
}
.scale-box > span {
    position: absolute;
    left: 0;
    top: -70px;
    font-size: 40px;
    font-weight: 500;
}
.scale-box:first-child {
  width: 32%;
}
.scale-box:first-child span {
  left: -25px;
}
.scale-box:last-child span {
    left: inherit;
    right: -25px;
}
.scale-box:nth-child(2) span {
  left: 140px;
}
.scale-box:first-child p {
  position: relative;
  left: -25px;
}
.scale-box p {
  font-size: 18px;
}
.scale-box:nth-child(2) {
    width: 31%;
    padding-left: 70px;
}
.scale-box:last-child {
    width: 37%;
    padding-left: 90px;
    padding-right: 20px;
}
.scale-box:last-child p {
  position: relative;
  left: 120px;
}
.scale-box:nth-child(2) p {
  position: relative;
  left: 40px;
}
.benefits-section {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.benefits-section p {
    font-size: 18px;
    max-width: 680px;
    margin: 0 auto;
}
.benefits-div {
  width: 33.33%;
  padding: 0px 15px;
  margin-bottom: 30px;
}
.benefits-box {
  background: #fff;
  padding: 40px;
  color: #000;
}
.benefits-box span {
    width: 80px;
    height: 80px;
    background: #09aff4;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 25px;
}
.benefits-box span img {
  max-width: 50px;
}
.benefits-box h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}
.benefits-inner .d-flex {
  flex-wrap: wrap;
}
.tab-content img {
  max-width: 100%;
  height: auto;
}
.menu-navbar .has-sub-menu .sub-arrow {
  display: none;
}
/*.country-block {
  display: block;
}
.address-box {
    position: relative;
    padding-left: 35px;
    margin-bottom: 1rem;
    padding-bottom: 0;
}
.address-box i {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  display: block;
}
*/
@media only screen and (max-width: 1300px) { 
   .konnect-nav ul li a {
    padding: 10px 8px;
  }
}
@media only screen and (max-width: 1199px) { 
  .page-header .container {
    max-width: 100%;
    padding: 0px 15px;
  }
  .page-header .controls-box .menu-toggler {
    order: 2;
    margin-left: 30px;
  }
  #tabs-section2 {
    display: none;
  }
  .tab-box2 {
    width: 100%;
    padding: 0px;
  }
  .menu-navbar .has-sub-menu {
    position: relative;
  }
  .menu-navbar .has-sub-menu .sub-arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    cursor: pointer;
    display: block;
  }
  .menu-navbar .has-sub-menu .sub-arrow::after {
    content: "";
    background: url('../assets/images/new/arrow-white.png') no-repeat bottom / cover;
    position: absolute;
    width: 16px;
    height: 9px;
    right: 0;
    top: 26px;
  }
  /*.header-basic .has-sub-menu > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }*/
  .sub-menu.two-column {
    min-width: inherit !important;
  }
  .sub-menu.two-column > ul {
    padding: 0px 10px;
    width: 100% !important;
  }
  .has-sub-menu .white-bg {
    min-width: inherit !important;
    padding: 20px 15px !important;
  }
  .header-basic .has-sub-menu > .sub-menu li {
    list-style: none;
  }
  .konnect-nav ul {
    display: block;
  }
  .konnect-nav ul li {
    display: inline-block;
  }
  .sec-heading .title {
    font-size: 2rem;
  }
  .scale-section::after {
    left: 0;
    top: 0;
    right: inherit;
    height: 100%;
    background: #fff;
    width: 2px;
  }
  .scale-box::before {
    left: -10px !important;
  }
  .scale-section .d-flex {
    display: block !important;
  }
  .scale-box {
    width: 100% !important;
    padding: 0px 0px 0px 25px !important;
    margin-bottom: 50px;
  }
  .scale-box p {
    position: static !important;
    margin-top: -12px;
  }
  .scale-box > span {
    position: relative;
    line-height: 1;
    margin-bottom: 8px !important;
    display: block;
    top: -12px !important;
    left: 0px !important;
  }
  .benefits-inner .d-flex {
    display: block;
  }
  .benefits-div {
    width: 100%;
    padding: 0px;
  }
  .benefits-box {
    padding: 30px;
  }

}

@media only screen and (max-width: 767px) {
  .product-section .d-flex {
    display: block !important;
    margin: 0px;
  }
  .product-div {
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 20px;
  }
  .page-header .controls-box .menu-toggler {
    margin-right: 0px;
  }
  /*.header-basic .controls-box {
    width: 56%;
  }*/
  .sec-heading .title {
    font-size: 1.8rem;
  }
  .tab-box1 ul {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  .tab-box1 ul li {
    display: block;
    margin: 0px 0px 22px;
    width: 100%;
  }
  .tab-box1 ul li:last-child {
    margin-bottom: 10px;
  }
  .tabs-nav2 > li {
    width: 100%;
  }
  .header-numbers a {
    margin-left: 14px;
  }
  .page-header .controls-box .menu-toggler {
    margin-left: 25px;
  }
  .header-numbers a {
    font-size: 12px;
  }
  .sub-menu.two-column > ul {
    padding: 0px;
  }
  .konnect-div {
    display: block;
    padding: 0px 10px;
  }
  .konnect-left {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px;
  }
  .konnect-img {
    width: 100%;
    padding: 0px;
  }
  .scale-section {
    margin-top: 100px;
    padding: 0px 20px;
  }
  .scale-section::after {
    left: 19px;
  }
  .benefits-section {
    padding: 0px 10px;
  }
}