@import url("/assets/plugins/font-awesome-4.7.0/css/font-awesome.min.css");
@import url("/assets/plugins/owl-carousel/owl.carousel.css");
@import url("/assets/plugins/owl-carousel/owl.theme.default.min.css");

* {
    box-sizing: border-box;
    margin: 0;
    font-family: 'Manrope', sans-serif;
  }
  
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  
  @media (min-width: 576px) {
    .container {
      width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
    }
  }
  
  @media (min-width: 1400px) {
    .container {
      width: 1320px;
    }
  }
  
  header {
    background: #fff;
    padding: 10px 0;
  }
  
  
  .axle-banner {
    background-image: url(../../bundle/assets/images/campaign/lms-corporates/banner-form-axle.webp);
    background-size: cover;
    background-position: center;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
  }
  
  .axle-banner .ax-area {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
}
  .axle-banner .ax-area .ax-left {
    display: grid;
    align-items: center;
  }
  
  
  .axle-banner .ax-area .ax-left h2 {
    font-size: 34px;
    color: #fff;
    font-weight: 400;
    width: 80%;
    padding-bottom: 20px;
    line-height: 50px;
  }
  
  .axle-banner .ax-area .ax-left p {
    font-size: 20px;
    color: #fff;
    width: 80%;
    padding-bottom: 12px;
    line-height: 34px;
  }
  
  .axle-banner .ax-area .ax-left .btn {
    display: inline-block;
    padding: 14px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
  }
  
  
  .axle-banner .ax-area .ax-left .talk-btn-area {
    margin-top: 20px;
    display: flex;
}
  .axle-banner .ax-area .ax-left .btn-default {
    color: #fff;
    background: linear-gradient(70deg, #E37848 -10%, #E78F4C);
    border: none;
  }
  
  .axle-banner .ax-area .form-right {
    background-color: #ffffff12;
    border: 0.5px solid #ffffff4d;
    box-shadow: 0px 8px 17px -1px #0000002E;
  }
  
  .axle-banner .ax-area .form-right .f-form {
    padding-bottom: 20px;
  }
  
  .axle-banner .ax-area .form-right p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: auto;
    width: 70%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  
  .axle-banner ::placeholder {
    color: #707070;
  }
  
  .axle-banner option {
    color: #000000;
    background-color: #ffffff;
  }
  
  
  
  .axle-banner .ax-area .fe-sec {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  
  .axle-banner .ax-area .fe-sec .form-group .form-control {
    background-color: rgb(255 255 255);
    border-color: rgba(255, 255, 255, 0.23);
    color: #707070;
  }
  
  .axle-banner .ax-area .fe-sec .form-group .form-control {
    height: 43px !important;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 15px;
  }
  
  .axle-banner .ax-area .fe-sec .form-group .form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
  
  }
  
  .axle-banner .ax-area .fe-sec .form-group .form-control:focus {
    border-color: #ffffff;
    outline: 0;
  }
  
  .axle-banner .ax-area .f-form .fe-sec {
    padding: 12px 22px;
  }
  
  .axle-banner .ax-area .fe-sec.cn {
    display: block;
    text-align: center;
  }
  
  .axle-banner .ax-area .form-left {
    display: grid;
    align-items: center;
  }
  
  .iti {
    position: relative;
    display: flex;
  }
  
  .iti__hide {
    display: none;
  }
  
  .iti__v-hide {
    visibility: hidden;
  }
  
  .iti input,
  .iti input[type=text],
  .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
  }
  
  .iti__flag-container {
  
    margin-right: 15px;
  }
  
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #ffffff;
  }
  
  .iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #717171;
  }
  
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  
  .iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
  }
  
  @media (max-width: 500px) {
    .iti__country-list {
      white-space: normal;
    }
  }
  
  .iti__flag-box {
    display: inline-block;
  }
  
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
  }
  
  .iti__country {
    padding: 5px 10px;
    outline: none;
  }
  
  .iti__dial-code {
    color: #999;
  }
  
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .iti__flag-box,
  .iti__country-name,
  .iti__dial-code {
    vertical-align: middle;
  }
  
  .iti__flag-box,
  .iti__country-name {
    margin-right: 6px;
    color: #000000;
  }
  
  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type=text],
  .iti--allow-dropdown input[type=tel],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type=text],
  .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    padding-left: 6px !important;
  }
  
  .iti--allow-dropdown .iti__flag-container,
  .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
    display: flex;
  }
  
  .iti--separate-dial-code .iti__selected-flag {
    background-color: none;
    border-bottom: 1px solid #047e7f;
  }
  
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #047e7f;
    font-size: 14px;
  }
  
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
  }
  
  .iti--container:hover {
    cursor: pointer;
  }
  
  .iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
  }
  
  .iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
  }
  
  .iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
  }
  
  .iti__flag {
  
    background-position: 20px 0;
  }
  
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #717171;
  }
  
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255);
    border-color: rgba(255, 255, 255, 0.23);
    padding: 10px;
    border-radius: 5px;
  }
  
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #717171;
    font-size: 14px;
  }
  
  .iti__flag.iti__np {
    background-color: transparent;
  }
  
  
  .axle-banner .ax-area .form-group select.form-input {
    background-image: url(../../bundle/assets/images/campaign/lms-corporates/down-arrow.webp);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 9px;
    -webkit-appearance: none;
    padding-right: 27px;
  }
  
  
  .axle-banner .ax-area .form-check-inline .ch-lbl {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
  }
  
  .axle-banner .ax-area .form-check-inline {
    display: flex;
    gap: 10px;
    text-align: left;
  }
  
  .axle-banner .ax-area .form-check-inline label {
    margin-top: 2px;
  }
  
  .axle-banner .ax-area .t-button {
    text-align: center;
    margin-bottom: 0px;
  }
  
  .axle-banner .ax-area .btn {
    display: inline-block;
    padding: 12px 40px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    width: 100%;
    margin: auto;
  }
  
  .axle-banner .btn-default {
    color: #fff;
    background: linear-gradient(70deg, #E37848 -10%, #E78F4C);
    border: none;
  }
  .axle-banner .ax-area .fe-sec .form-check-inline
  {
    position: relative;
  }
  .axle-banner .ax-area .form-right .form-group {
    position: relative;
  }
  
  .axle-banner .ax-area .form-right label.error {
    position: absolute;
    left: 0;
    color: red;
    padding: 2px 11px;
    font-size: 12px;
  }
  .axle-banner .ax-area .form-right #contactno-error {
    z-index: 1;
    top: 45px;
  }
  .axle-banner .ax-area .form-right #checkbox-error
  {
    top: 35px;
  }
  
  
  
  
  .client-sec {
    padding: 40px 0px;
    position: relative;
    z-index: 1;
  }
  .client-sec .owl-carousel .owl-item img {
    display: block;
    width: 85% !important;
    margin: auto;
  }
  .client-sec .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: none;
}
  
  
  
  
  
  .corporates {
    padding: 60px 0px;
    background: #ffffff;
    position: relative;
    z-index: 99;
  }
  
  .corporates .cr-area {
    display: grid;
    grid-template-columns: 38% 60%;
    gap: 25px;
  }
  .corporates .cr-title h2 {
    font-weight: 400;
    line-height: 1.4;
    font-size: 34px;
    margin-bottom: 50px;
    color: #000;
    width: 100%;
    text-align: center;
}
  
  .corporates h2 span {
    background: -webkit-linear-gradient(50deg, #F09157 20%, #000 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .corporates .cr-area .corp-left img
  {
    width: 100%;
  }
  .corporates .cr-area .corp-right p {
    font-size: 18px;
    max-width: 100%;
    line-height: 32px;
}
  .corporates .shd-cp-r
  {
    position: absolute;
    bottom: -60%;
    right: 0;
  }
  
  
  
  .axle-learning {
    background-color: #1A0D04;
    padding: 60px 0px;
    position: relative;
    z-index: 999;
  }
  .axle-learning .title-sec h2 {
    font-size: 34px;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 20px;
    max-width: 90%;
    margin: auto;
    text-align: center;
  }
  
  .axle-learning .title-sec p {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 80px;
    max-width: 70%;
    margin: auto;
    text-align: center;
  }
  
  .axle-learning .title-sec span {
    background: -webkit-linear-gradient(50deg, #F09157 20%, #ffffff 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .axle-learning .axle-learning-area {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 55px;
  }
  
  .axle-learning .axle-learning-area .axle-learning-left h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-top: 26px;
    padding-bottom: 10px;
    max-width: 90%;
  }
  
  .axle-learning .axle-learning-area .axle-learning-left p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 30px;
    max-width: 85%;
  }
  .axle-learning .axle-learning-area .axle-learning-right p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 30px;
    max-width: 80%;
  }
  
  .axle-learning .axle-learning-area .axle-learning-right h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-top: 26px;
    padding-bottom: 10px;
  }
  .axle-learning .btn-area
  {
    display: flex;
    justify-content: center;
  }
  .axle-learning .btn-area .btn {
    display: inline-block;
    padding: 14px 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
  }
  
  .axle-learning .axle-learning-area .axle-learning-left {
    
    min-height: 280px;
  
  }
  .axle-learning .btn-default {
    color: #fff;
    background: linear-gradient(70deg, #E37848 -10%, #E78F4C);
    border: none;
  }

  .axle-learning .btn-area-mob
  {
    display: flex;
    justify-content: center;
  }

  .axle-learning .btn-area-mob .btn {
    display: inline-block;
    padding: 14px 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
  
  
  

.why-choose {
  padding: 60px 0px 60px;
  background: #f8f8f8;
  position: relative;
}

.why-choose .wc-area {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: auto;
}
.why-choose .wc-area .wc-right h2
{
    font-size: 45px;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 20px;
    color: #000;
}
.why-choose .wc-area .wc-right h2 span {
  background: -webkit-linear-gradient(50deg, #F09157 20%, #000000 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-choose .wc-title h2 {
  font-size: 45px;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: center;
  color: #000;
}
.why-choose .wc-area .wc-img {
  text-align: right;
}
.why-choose .wc-title h2 span {
  
    background: -webkit-linear-gradient(50deg, #F09157 20%, #000000 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.why-choose .wc-title p
{
  font-size: 18px;
    color: #000000;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 80px;
    max-width: 65%;
    margin: auto;
    text-align: center;
}
.why-choose .wc-area .wc-left .wc-title p {
  font-size: 20px;
  max-width: 80%;
  line-height: 1.6;
}

.why-choose .wc-area .wc-left .wc-title span {
  background: -webkit-linear-gradient(50deg, #F09157 20%, #000000 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.why-choose .wc-area .wc-right ul {
  padding-top: 50px;
  padding-left: 0;
}
.why-choose .wc-area .wc-right ul li {
  flex: 0 0 40%;
  font-size: 18px;
  padding-bottom: 30px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 26px;
  list-style: none;
  position: relative;
  line-height: 26px;
}

.why-choose .wc-area .wc-right ul li:nth-child(7) {
  border: none;
}

.why-choose .wc-area .wc-right ul li:nth-child(8) {
  border: none;
}

.why-choose .wc-area .wc-right ul li:after {
  position: absolute;
  content: "";
  background: #e68a3e;
  height: 6px;
  width: 6px;
  top: 10px;
  left: 0;
}

.why-choose .talk-btn-area
{
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.why-choose .btn {
  display: inline-block;
  padding: 14px 32px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  cursor: pointer;
}

.why-choose .btn-default {
  color: #fff;
  background: linear-gradient(70deg, #E37848 -10%, #E78F4C);
  border: none;
}





  
  .benefits {
    padding: 60px 0px;
    background: #fdfffe;
    position: relative;
    z-index: 999;
  }
  .benefits .benf-area {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin: auto;
    row-gap: 80px;
    column-gap: 12%;
    align-items: center;
    justify-content: center;
  }
  
  .benefits .benf-title h2 {
    font-size: 45px;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: center;
    color: #000;
  }
  .benefits .benf-title span {
    background: -webkit-linear-gradient(50deg, #F09157 20%, #000000 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .benefits .benf-title p {
    font-size: 18px;
    color: #000000;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 80px;
    max-width: 65%;
    margin: auto;
    text-align: center;
  }
  
  .benefits .benf-area .bf-cont {
    min-height: 240px;
    border: 1px solid;
    border-image: linear-gradient(140deg, #fd6d00 40%, #000);
    border-image-slice: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .benefits .benf-area .bf-cont p
  {
    font-size: 18px;
    line-height: 25px;
  }
  .benefits .benf-area .bf-cont img
  {
    max-width: 50px;
  }
  
  .benefits .btn-area {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  
  .benefits .btn-area .btn {
    display: inline-block;
    padding: 14px 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
  }
  
  .benefits .btn-default {
    color: #fff;
    background: linear-gradient(70deg, #E37848 -10%, #E78F4C);
    border: none;
  }
  
  .benefits .shd-benf-l {
    position: absolute;
    left: 0;
    top: -25%;
  }

  .benefits .btn-area-mob {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
  
  .benefits .btn-area-mob .btn {
    display: inline-block;
    padding: 14px 40px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
  
  
  
  
  
  
  .top-notch {
    padding: 60px 0px;
    background: #fbf7f4;
    position: relative;
    z-index: 99;
  }
  
  .top-notch .tn-area {
    display: grid;
    grid-template-columns: 42% 54%;
    gap: 45px;
  }
  .top-notch .tn-title h2 {
    font-weight: 400;
    line-height: 1.4;
    font-size: 45px;
    margin-bottom: 60px;
    color: #000;
    /* width: 65%; */
    text-align: center;
  }
  
  .top-notch h2 span {
    background: -webkit-linear-gradient(50deg, #F09157 20%, #000 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .top-notch .tn-area .tn-right
  {
    max-height: 590px;
          padding-right: 75px;
          overflow: hidden;
      overflow-y: auto;
  }
  .top-notch .tn-area .tn-right h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
  }
  .top-notch .tn-area .tn-right p
  {
    font-size: 18px;
    line-height: 24px;
  }
  .top-notch .tn-area .tn-right::-webkit-scrollbar{
    width:6px;
    background-color:#EBEBEB;
  }
    
  .top-notch .tn-area .tn-right::-webkit-scrollbar-thumb{
  background:#E8954D;
  }
  .top-notch .tn-area .tn-right p {
    font-size: 18px;
    max-width: 100%;
    line-height: 28px;
    padding-bottom: 40px;
  }
  
  .top-notch .shd-tp-l {
    position: absolute;
    left: 0;
    bottom: -1%;
  }
  .top-notch .shd-tp-r {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  
  
  
  .other-industries-1 {
    padding: 100px 0;
    background: #1a0d04;
    position: relative;
    z-index: 999;
}
  
  .other-industries-1 .oi-title h2 {
    font-size: 34px;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 20px;
    max-width: 90%;
    margin: auto;
    text-align: center;
  }
  .other-industries-1 .oi-title p {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 80px;
    max-width: 70%;
    margin: auto;
    text-align: center;
  }
  .other-industries-1 .oi-title span {
    background: -webkit-linear-gradient(50deg, #F09157 20%, #ffffff 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.other-industries-1 .oi-area {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: center;
  gap: 40px;
}
  
  .other-industries-1 .oi-area .oi-sec {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff40;
    padding-bottom: 30px;
    gap: 25px;
    /*margin-bottom: 30px;*/
    min-height: 85px;
  }
  /* .other-industries-1 .oi-area .oi-sec:nth-child(10) {
    border: none;
  }
  .other-industries-1 .oi-area .oi-sec:nth-child(11) {
    border: none;
  }
  .other-industries-1 .oi-area .oi-sec:nth-child(12) {
    border: none;
  } */
  .other-industries-1 .oi-area .oi-sec img
  {
    height: 40px;
    width: 40px;
  }
  .other-industries-1 .oi-area .oi-sec.bd {
    border: none;
  }
  
  .other-industries-1 .oi-area .oi-sec h4 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.other-industries-1 .btn-area .btn-load {
  color: #fff;
  background: linear-gradient(70deg, #E37848 -10%, #E78F4C);
  border: none;
}
.other-industries-1 .btn-area .btn {
  display: inline-block;
  padding: 10px 25px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  cursor: pointer;
}
  
  
  

.other-industries {
  padding: 60px 0px 0px 0px;
  background: #ffffff;
  position: relative;
  z-index: 999;
}

.other-industries .oi-title h2 {
  font-size: 45px;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: center;
  background: -webkit-linear-gradient(50deg, #F09157, #000 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.other-industries .oi-title p {
  font-size: 24px;
  color: #D9772C;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 80px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.other-industries .oi-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 8%;
}

.other-industries .oi-area .oi-sec {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  gap: 25px;
  margin-bottom: 30px;
}

.other-industries .oi-area .oi-sec.bd {
  border: none;
}

.other-industries .oi-area .oi-sec h4 {
  font-size: 20px;
  font-weight: 400;
}

  
  
  .a-faq {
    padding: 60px 0px;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  
  .a-faq .a-title h2 {
    font-size: 45px;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 30px;
    text-align: center;
    background: -webkit-linear-gradient(50deg, #F09157, #000 95%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .a-faq .wrapper {
    width: 80%;
    margin: 0px auto 0;
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_header {
    width: 100%;
    height: 70px;
    font-size: 20px;
    background: #ffffff;
    padding: 18px 0px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    position: relative;
    cursor: pointer;
  }
  
  .a-faq .wrapper .accordion_wrap:first-child .accordion_header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  
  .a-faq .wrapper .accordion_wrap:last-child .accordion_header {
    border-bottom: 1px solid #000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  
  .a-faq .wrapper .accordion_wrap:last-child .accordion_header:hover {
    border-bottom: 1px solid #000;
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_header:before,
  .wrapper .accordion_wrap .accordion_header:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 20px;
    height: 2px;
    background: #000000;
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_header:hover {
    color: #000000;
    border-color: #000000;
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_header:hover:before,
  .wrapper .accordion_wrap .accordion_header:hover:after {
    background: #000000;
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_header:after {
    transform: rotate(-90deg);
    transition: all 0.5s ease;
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_body {
    width: 100%;
    height: 16px;
    transition: all 0.5s ease;
    background: #ffffff;
    overflow: hidden;
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_body p {
    padding: 12px 0px;
    font-size: 16px;
    line-height: 26px;
    color: #606060;
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_header.active {
    color: #000;
    border-color: #000;
  }
  
  .a-faq .wrapper .accordion_wrap:last-child .accordion_header.active {
    border-bottom: 1px solid #000000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_header.active:before,
  .wrapper .accordion_wrap .accordion_header.active:after {
    background: #000000;
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_header.active:after {
    transform: rotate(0deg);
  }
  
  .a-faq .wrapper .accordion_wrap .accordion_header.active+.accordion_body {
    height: auto;
  }
  
  
  
  
  
  
  
  
  .axle-footer-banner-mob {
    background-image: url(../../bundle/assets/images/campaign/lms-corporates/banner-form-axle.webp);
    background-size: cover;
    background-position: center;
    height: 700px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
  }

  
  .axle-footer-banner-mob .axf-area {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
  }
  
  .axle-footer-banner-mob .axf-area .axf-left {
    display: grid;
    align-items: center;
  }
  
  .axle-footer-banner-mob .axf-area .axf-left h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    padding-bottom: 20px;
    line-height: 54px;
  }
  
  .axle-footer-banner-mob .axf-area .axf-left p {
    font-size: 20px;
    color: #fff;
    width: 100%;
    padding-bottom: 12px;
    line-height: 34px;
  }
  
  .axle-footer-banner-mob .axf-area .axf-left .btn {
    display: inline-block;
    padding: 14px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
  }
  
  .axle-footer-banner-mob .axf-area .axf-left .talk-btn-area {
    margin-top: 20px;
    display: flex;
  }
  
  .axle-footer-banner-mob .axf-area .axf-left .btn-default {
    color: #fff;
    background: linear-gradient(70deg, #E37848 -10%, #E78F4C);
    border: none;
  }
  
  .axle-footer-banner-mob .axf-area .form-right {
    background-color: #ffffff12;
    border: 0.5px solid #ffffff4d;
    box-shadow: 0px 8px 17px -1px #0000002E;
  }
  
  .axle-footer-banner-mob .axf-area .form-right .f-form {
    padding-bottom: 20px;
  }
  
  .axle-footer-banner-mob .axf-area .form-right p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: auto;
    width: 70%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  
  .axle-footer-banner-mob ::placeholder {
    color: #707070;
  }
  
  .axle-footer-banner-mob option {
    color: #000000;
    background-color: #ffffff;
  }
  
  
  
  .axle-footer-banner-mob .axf-area .fe-sec {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  
  .axle-footer-banner-mob .axf-area .fe-sec .form-group .form-control {
    background-color: rgb(255 255 255);
    border-color: rgba(255, 255, 255, 0.23);
    color: #707070;
  }
  
  .axle-footer-banner-mob .axf-area .fe-sec .form-group .form-control {
    height: 43px !important;
    border-radius: 5px;
    font-size: 14px;
    padding-left: 15px;
  }
  
  .axle-footer-banner-mob .axf-area .fe-sec .form-group .form-control {
    display: block;
    width: 100%;
    line-height: 1.5;
  
  }
  
  .axle-footer-banner-mob .axf-area .fe-sec .form-group .form-control:focus {
    border-color: #ffffff;
    outline: 0;
  }
  
  .axle-footer-banner-mob .axf-area .f-form .fe-sec {
    padding: 12px 22px;
  }
  
  .axle-footer-banner-mob .axf-area .fe-sec.cn {
    display: block;
    text-align: center;
  }
  
  .axle-footer-banner-mob .axf-area .form-left {
    display: grid;
    align-items: center;
  }
  
  .iti {
    position: relative;
    display: flex;
  }
  
  .iti__hide {
    display: none;
  }
  
  .iti__v-hide {
    visibility: hidden;
  }
  
  .iti input,
  .iti input[type=text],
  .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
  }
  
  .iti__flag-container {
  
    margin-right: 15px;
  }
  
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #ffffff;
  }
  
  .iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #717171;
  }
  
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  
  .iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
  }
  
  @media (max-width: 500px) {
    .iti__country-list {
      white-space: normal;
    }
  }
  
  .iti__flag-box {
    display: inline-block;
  }
  
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
  }
  
  .iti__country {
    padding: 5px 10px;
    outline: none;
  }
  
  .iti__dial-code {
    color: #999;
  }
  
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
  }
  
  .iti__flag-box,
  .iti__country-name,
  .iti__dial-code {
    vertical-align: middle;
  }
  
  .iti__flag-box,
  .iti__country-name {
    margin-right: 6px;
    color: #000000;
  }
  
  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type=text],
  .iti--allow-dropdown input[type=tel],
  .iti--separate-dial-code input,
  .iti--separate-dial-code input[type=text],
  .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
    padding-left: 6px !important;
  }
  
  .iti--allow-dropdown .iti__flag-container,
  .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
    display: flex;
  }
  
  .iti--separate-dial-code .iti__selected-flag {
    background-color: none;
    border-bottom: 1px solid #047e7f;
  }
  
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #047e7f;
    font-size: 14px;
  }
  
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
  }
  
  .iti--container:hover {
    cursor: pointer;
  }
  
  .iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
  }
  
  .iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
  }
  
  .iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em;
  }
  
  .iti__flag {
  
    background-position: 20px 0;
  }
  
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #717171;
  }
  
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255);
    border-color: rgba(255, 255, 255, 0.23);
    padding: 10px;
    border-radius: 5px;
  }
  
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    color: #717171;
    font-size: 14px;
  }
  
  .iti__flag.iti__np {
    background-color: transparent;
  }
  
  
  
  
  
  .axle-footer-banner-mob .axf-area .form-group select.form-input {
    background-image: url(../img/down-arrow.webp);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 9px;
    -webkit-appearance: none;
    padding-right: 27px;
  }
  
  
  .axle-footer-banner-mob .axf-area .form-check-inline .ch-lbl {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
  }
  
  .axle-footer-banner-mob .axf-area .form-check-inline {
    display: flex;
    gap: 10px;
    text-align: left;
  }
  
  .axle-footer-banner-mob .axf-area .form-check-inline label {
    margin-top: 2px;
  }
  
  .axle-footer-banner-mob .axf-area .t-button {
    text-align: center;
    margin-bottom: 0px;
  }
  
  .axle-footer-banner-mob .axf-area .btn {
    display: inline-block;
    padding: 12px 40px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    width: 100%;
    margin: auto;
  }
  
  .axle-footer-banner-mob .btn-default {
    color: #fff;
    background: linear-gradient(70deg, #E37848 -10%, #E78F4C);
    border: none;
  }
  
  .axle-footer-banner-mob .axf-area .fe-sec .form-check-inline
{
  position: relative;
}
.axle-footer-banner-mob .axf-area .form-right .form-group {
  position: relative;
}

.axle-footer-banner-mob .axf-area .form-right label.error {
  position: absolute;
  left: 0;
  color: red;
  padding: 2px 11px;
  font-size: 12px;
}
.axle-footer-banner-mob .axf-area .form-right #contactno-error {
  z-index: 1;
  top: 45px;
}
.axle-footer-banner-mob .axf-area .form-right #checkbox-error
{
  top: 35px;
}

  
  
.axle-footer-desk {
    padding: 60px 0px 60px;
    background: #130c01;
    position: relative;
  }
  
  .axle-footer-desk .auto-area {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
  }
  .axle-footer-desk .auto-area .af-left
  {
    text-align: center;
  }
  .axle-footer-desk .auto-area .af-left h2 {
    font-size: 34px;
    color: #fff;
    line-height: 48px;
    font-weight: 500;
    padding-bottom: 20px;
  }
  
  .axle-footer-desk .auto-area .btn {
    display: inline-block;
    padding: 14px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    cursor: pointer;
  }
  
  .axle-footer-desk .auto-area .btn-area {
    margin-top: 20px;
  }
  
  .axle-footer-desk .auto-area .btn-default {
    color: #fff;
    background: linear-gradient(70deg, #E37848 -10%, #E78F4C);
    border: none;
  }
  
  .axle-footer-desk .auto-area .af-right .af-img {
    text-align: right;
  }
  
  
  .copyrights {
    padding: 20px 0;
    background: #1B0D02;
  }
  
  .copyrights .c-area {
    text-align: center;
    color: #fff;
  }
  
  
  
  
  
  
  @media(max-width: 767px) {
  
    .header-logo {
      padding: 0px 12px;
    }
  
    .header-logo img {
      height: 47px;
    }
  
    .axle-banner {
      background-image: url(../../bundle/assets/images/campaign/lms-corporates/banner-axle.webp);
      height: 500px;
      display: flex;
      align-items: center;
      background-position: right;
      display: none;
    }
  
    .axle-banner .ax-area .fe-sec {
      display: grid;
      grid-template-columns: auto;
      gap: 20px;
    }
  
    .axle-banner .ax-area .ax-left p {
      font-size: 18px;
      color: #fff;
      width: 100%;
      padding-bottom: 6px;
      line-height: 34px;
      padding-top: 60px;
    }
  
    .axle-banner .ax-area {
      display: grid;
      grid-template-columns: auto;
      align-items: center;
      margin-bottom: 40px;
    }
  
    .axle-banner .ax-area .ax-left {
      display: grid;
      align-items: center;
      margin-bottom: 20px;
      display: none;
    }
  
    .axle-banner .ax-area .ax-left p {
      font-size: 20px;
      color: #fff;
      width: 100%;
      padding-bottom: 0px;
      line-height: 34px;
      padding-top: 60px;
      text-align: center;
    }
  
    .axle-banner .ax-area .ax-left h2 {
      font-size: 34px;
      color: #fff;
      font-weight: 600;
      width: 100%;
      padding-bottom: 20px;
      line-height: 46px;
      text-align: center;
    }
  
  
    .axle-banner .ax-area .ax-left .talk-btn-area {
      margin-top: 20px;
      width: 50%;
      margin: auto;
    }
    .axle-banner .ax-area .form-right {
        display: none;
    }
  
  
  
  
    .axle-cta {
      display: block;
      padding: 30px 0px 40px;
      background: #1A0D04;
    }
  
    .axle-cta .ax-sec p {
      font-size: 20px;
      color: #fff;
      width: 100%;
      padding-bottom: 30px;
      line-height: 30px;
      text-align: center;
    }
  
    .axle-cta .ax-sec h2 {
      font-size: 34px;
      color: #fff;
      font-weight: 600;
      width: 100%;
      padding-bottom: 20px;
      line-height: 46px;
      text-align: center;
    }
  
    .axle-cta .ax-sec .btn-default {
      color: #fff;
      background: linear-gradient(70deg, #E37848 -10%, #E78F4C);
      border: none;
    }
  
    .axle-cta .ax-sec .btn {
      display: inline-block;
      padding: 14px 32px;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
    }
  
    .axle-cta .ax-sec .talk-btn-area {
  
      display: flex;
      justify-content: center;
    }
  
  
  
  
  
  
    .client-sec .owl-carousel .owl-item img {
      display: block;
      width: 80% !important;
      padding: 0px 10px;
    }
  
  
  
  
  
  
    .corporates {
      padding: 30px 0px;
    }
  
    .corporates .cr-area .corp-left h2 {
      font-weight: 400;
      line-height: 1.4;
      font-size: 28px;
      margin-bottom: 30px;
      color: #000;
      width: 100%;
      text-align: center;
    }
  
    .corporates .cr-area {
      display: grid;
      grid-template-columns: auto;
      align-items: center;
      padding: 0px 10px;
    }
    .corporates .cr-title h2 {
      font-weight: 400;
      line-height: 38px;
      font-size: 24px;
      margin-bottom: 30px;
      color: #000;
      text-align: center;
      width: 100%;
  }
    .corporates .cr-area .corp-right p {
      font-size: 18px;
      max-width: 100%;
      line-height: 26px;
      text-align: left;
    }
  
    .corporates .cr-area .corp-left {
      text-align: center;
    }
    .corporates .cr-area .corp-left img 
    {
      width: 100%;
    }
  
  
  
  
  
  
  
  
    .axle-learning {
      
      padding: 30px 0px;
    }
  
    .axle-learning .axle-learning-area {
      display: grid;
      grid-template-columns: auto auto;
      gap: 50px;
      margin-bottom: 40px;
      padding: 0px 10px;
  }
  
    .axle-learning .title-sec h2 {
      font-size: 24px;
      color: #fff;
      line-height: 1.4;
      font-weight: 500;
      padding-bottom: 20px;
      max-width: 100%;
      margin: auto;
      text-align: center;
    }
  
    .axle-learning .title-sec p {
      font-size: 16px;
      color: #fff;
      line-height: 1.4;
      font-weight: 500;
      padding-bottom: 50px;
      max-width: 100%;
      margin: auto;
      text-align: center;
    }
    .axle-learning .axle-learning-area .axle-learning-left img
    {
      height: 55px;
    }
    .axle-learning .axle-learning-area .axle-learning-left {
     
      min-height: auto;
    }
  
  
  
    .axle-learning .axle-learning-area .axle-learning-left p {
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      padding-bottom: 20px;
      max-width: 100%;
    }
  
    .axle-learning .axle-learning-area .axle-learning-left h4 {
      font-size: 18px;
      color: #fff;
      font-weight: 600;
      margin-top: 20px;
      padding-bottom: 5px;
    }
  
    .axle-learning .axle-learning-area .axle-learning-left ul {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
    }
  
    .axle-learning .axle-learning-area .axle-learning-right {
      border-bottom: 1px solid #ffffff9e;
      min-height: 410px;
    }
  
    .axle-learning .axle-learning-area .axle-learning-right p {
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      padding-bottom: 20px;
      max-width: 100%;
    }
  
    .axle-learning .axle-learning-area .axle-learning-right h4 {
      font-size: 22px;
      color: #fff;
      font-weight: 600;
      margin-top: 20px;
      padding-bottom: 5px;
    }
  
    .axle-learning .axle-learning-area .axle-learning-right ul {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
    }
  
    .axle-learning .shd-un-r {
      display: none;
    }
  
    .axle-learning .btn-area
    {
      display: none;
    }
  
  
    .benefits {
      padding: 30px 0px;
      background: #fdfffe;
      
    }
  
    .benefits .benf-title h2 {
      font-size: 24px;
      line-height: 38px;
      font-weight: 500;
      padding-bottom: 10px;
      text-align: center;
    }
    .benefits .benf-title p {
      font-size: 18px;
      color: #000000;
      line-height: 1.4;
      font-weight: 500;
      padding-bottom: 40px;
      max-width: 100%;
      margin: auto;
      text-align: center;
  }
  .benefits .benf-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: auto;
    row-gap: 30px;
    column-gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
  }
    .benefits .benf-img img {
      width: 60%;
    }
  
    .benefits .shd-benf-l {
      position: absolute;
      left: 0;
      top: -50%;
      display: none;
  }
  .benefits .shd-benf-r {
    position: absolute;
    right: 0px;
    top: -50%;
    display: none;
  }
  .benefits .benf-area .bf-cont {
    min-height: 250px;
    border: 1px solid;
    border-image: linear-gradient(140deg, #fd6d00 40%, #000);
    border-image-slice: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .benefits .benf-area .bf-cont p {
    font-size: 16px;
    line-height: 25px;
    min-height: 110px;
  }
  
  .benefits .btn-area {
    display: none;
  }
  
  
    .top-notch {
      padding: 30px 0px;
      background: #fbf7f4;
      position: relative;
      z-index: 99;
  }
    .top-notch .tn-title h2 {
      font-weight: 400;
      line-height: 1.4;
      font-size: 24px;
      margin-bottom: 30px;
      color: #000;
      text-align: center;
  }
  .top-notch .tn-area {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    padding: 0px 10px;
  }
  .top-notch .tn-area .tn-left img
  {
    width: 100%;
  }
  .top-notch .tn-area .tn-right {
    max-height: 590px;
    padding-right: 20px;
    overflow: hidden;
    overflow-y: auto;
  }
  .top-notch .tn-area .tn-right h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 30px;
  }
  .top-notch .tn-area .tn-right p {
    font-size: 16px;
    max-width: 100%;
    line-height: 28px;
    padding-bottom: 20px;
  }
  .top-notch .shd-tp-l {
    display: none;
  }
  .top-notch .shd-tp-r {
    display: none;
  }
  
  
  .other-industries-1 {
    padding: 30px 0px 0px 0px;
  }
  
    .other-industries-1 .oi-title h2 {
      font-size: 24px;
      line-height: 36px;
      font-weight: 500;
      padding-bottom: 10px;
      text-align: center;
     
    }
       .other-industries-1 .oi-area .oi-sec h4 {
      font-size: 18px;
      font-weight: 400;
      color: #fff;
  }
    .other-industries-1 .oi-title p {
      font-size: 16px;
      color: #ffffff;
      line-height: 1.4;
      font-weight: 500;
      padding-bottom: 20px;
      max-width: 100%;
      margin: auto;
      text-align: center;
  }
  
     .other-industries-1 .oi-area {
      padding: 0px 15px;
      height: 430px;
      overflow: hidden;
      display: block;
    }
    .incremented-1 {
      height: 830px !important;
    }
    .incremented-2 {
      height: 1250px !important;
    }
    .other-industries-1 .btn-area {
      display: flex;
      justify-content: center;
      margin-top: 20px;
      padding-bottom: 25px;
  }
   
    /* .new-classname {
      height: 860px;
    } */
  
    .other-industries .oi-area .oi-sec h4 {
      font-size: 16px;
      font-weight: 400;
  }
  
    .other-industries-1 .oi-area .oi-sec {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #ffffff40;
      padding-bottom: 20px;
      gap: 12px;
      margin-bottom: 20px;
    }
  
    .other-industries-1 .oi-area .oi-sec.bd {
      border-bottom: 1px solid #ffffff40;
  }
    .other-industries-1 .oi-area .oi-sec.mob {
      border: none;
    }
  
  
  
  
    .other-industries {
      padding: 30px 0px 0px 0px;
    }
    
      .other-industries .oi-title h2 {
        font-size: 24px;
        line-height: 36px;
        font-weight: 500;
        padding-bottom: 10px;
        text-align: center;
       
      }
      .other-industries .oi-title p {
        font-size: 18px;
        color: #D9772C;
        line-height: 1.4;
        font-weight: 500;
        padding-bottom: 20px;
        max-width: 100%;
        margin: auto;
        text-align: center;
    }
    
      .other-industries .oi-area {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
        gap: 0%;
        padding: 0px 15px;
      }
    
      .other-industries .oi-area .oi-sec h4 {
        font-size: 18px;
        font-weight: 400;
      }
    
      .other-industries .oi-area .oi-sec {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #000;
        padding-bottom: 20px;
        gap: 10px;
        margin-bottom: 20px;
      }
    
      .other-industries .oi-area .oi-sec.bd {
        border-bottom: 1px solid #000;
      }
    
      .other-industries .oi-area .oi-sec.mob {
        border: none;
      }
    
  
  
  
  
  
    .a-faq {
      padding: 30px 0px;
      background: #fff;
    }
  
    .a-faq .a-title h2 {
      font-size: 24px;
      color: #000;
      line-height: 36px;
      font-weight: 500;
      padding-bottom: 10px;
      width: 100%;
      text-align: center;
      margin: auto;
    }
  
    .a-faq .wrapper {
      width: 100%;
      margin: 0px auto 0;
    }
  
    .a-faq .a-sec {
      margin-bottom: 30px;
      padding: 0px 15px;
    }
  
    .a-faq .wrapper .accordion_wrap .accordion_header {
      width: 100%;
      height: auto;
      font-size: 16px;
      background: #ffffff;
      padding: 15px 40px 15px 0px;
      color: #000000;
      font-weight: 600;
      border-bottom: 1px solid #000000;
      position: relative;
      cursor: pointer;
      line-height: 26px;
    }
  
    .a-faq .wrapper .accordion_wrap .accordion_header.active+.accordion_body {
      height: auto;
    }
  
    .a-faq .wrapper .accordion_wrap .accordion_body p {
      padding: 12px 0px;
      font-size: 14px;
      line-height: 22px;
      color: #606060;
    }
  
    .a-faq .wrapper .accordion_wrap .accordion_header:before,
    .wrapper .accordion_wrap .accordion_header:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 8px;
      width: 15px;
      height: 2px;
      background: #000000;
    }
  
  
  
  
  
  
  
  
    .axle-footer-desk {
        display: none;
    }
      .axle-footer-banner-mob {
        background-image: url(../../bundle/assets/images/campaign/lms-corporates/banner-form-axle.webp);
        background-size: cover;
        background-position: center;
        height: auto;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 999;
        padding: 30px 0px;
    }
    .axle-footer-banner-mob .axf-area {
      display: grid;
      grid-template-columns: auto;
      align-items: center;
      gap: 30px;
    }
    .axle-footer-banner-mob .axf-area .fe-sec {
      display: grid;
      grid-template-columns: auto;
      gap: 20px;
    }
    .axle-footer-banner-mob .axf-area .axf-left h2 {
      font-size: 24px;
      color: #fff;
      font-weight: 400;
      width: 100%;
      padding-bottom: 6px;
      line-height: 38px;
      text-align: center;
    }
    .axle-footer-banner-mob .axf-area .axf-left .btn {
      display: inline-block;
      padding: 14px 32px;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.42857143;
      text-align: center;
      cursor: pointer;
      width: 50%;
    }
    
    .axle-footer-banner-mob .axf-area .axf-left .talk-btn-area {
      margin-top: 20px;
      display: none;
    }
  
  .axle-footer-banner-mob .axf-area .form-right #checkbox-error {
    top: 55px;
}
  
  
    .copyrights .c-area p {
      font-size: 14px;
      padding: 0px 20px;
    }

    .why-choose .wc-area .wc-img {
      display: none;
  }

    .why-choose .wc-area {
      display: grid;
      grid-template-columns: 100%;
      margin: auto;
      padding: 0px 15px;
  }
  .why-choose .wc-area .wc-right h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    padding-bottom: 20px;
    color: #000;
}
.why-choose {
  padding: 30px 0px 40px;
  background: #f8f8f8;
  position: relative;
}
.why-choose .wc-area .wc-right ul {
  padding-top: 30px;
  padding-left: 0;
}
.why-choose .wc-area .wc-right ul li {
  flex: 0 0 40%;
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 26px;
  list-style: none;
  position: relative;
  line-height: 26px;
}
.why-choose .wc-area .wc-img img{
  width:100%;
}
.why-choose .talk-btn-area {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  display: none;
}

.why-choose .talk-btn-area-mob {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
  }
  
  
  
  
  @media(min-width: 768px) {
    .axle-cta {
      display: none;
    }
    .axle-footer-banner-mob
  {
   display: none;
  }
  .benefits .btn-area-mob {
    display: none;
  }
  .axle-learning .btn-area-mob {
    display: none;
  }
.talk-btn-area-mob
{
  display: none;
}
  }
  
  
  @media(min-width: 768px) and (max-width: 992px)
  {
    .axle-footer-banner-mob .axf-area .form-right #checkbox-error {
        top: 35px;
    }
    .axle-footer-banner-mob .axf-area .form-right label.error {
        position: absolute;
        left: 0;
        color: red;
        padding: 2px 6px;
        font-size: 12px;
    }
  }


  @media(min-width: 992px) and (max-width: 1024px)
  {
      .axle-footer-banner .axf-area .form-right #checkbox-error {
          top: 35px;
      }
  }

  @media(min-width: 992px) and (max-width: 1199px)
{
    .axle-banner .ax-area .form-right #checkbox-error {
        top: 50px;
    }
}

  @media(min-width: 768px) and (max-width: 1024px) {
    .axle-banner .ax-area {
        display: grid;
        grid-template-columns: 50% 50%;
        align-items: center;
    }
    .axle-banner .ax-area .form-right #checkbox-error {
        top: 50px;
    }
    .axle-banner .ax-area .form-right label.error {
        position: absolute;
        left: 0;
        color: red;
        padding: 2px 8px;
        font-size: 12px;
    }
  
    .axle-banner .ax-area .ax-left h2 {
      font-size: 40px;
      color: #fff;
      width: 100%;
      padding-bottom: 20px;
      line-height: 50px;
    }
    .axle-banner .ax-area .ax-left .btn {
      display: inline-block;
      padding: 14px 32px;
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.42857143;
      text-align: center;
      cursor: pointer;
  }
  .corporates .cr-area {
    display: grid;
    grid-template-columns: 45% 50%;
    align-items: center;
  }
  
    .corporates .cr-area .corp-left h2 {
      font-weight: 400;
      line-height: 1.4;
      font-size: 34px;
      margin-bottom: 30px;
      color: #000;
      width: 100%;
    }
    .corporates .cr-area .corp-left img 
    {
      width: 100%;
    }
  
    .axle-learning .axle-learning-area {
      display: grid;
      grid-template-columns: auto auto;
      gap: 60px;
  }
  
    .axle-learning .title-sec h2 {
      font-size: 34px;
      color: #fff;
      line-height: 1.4;
      font-weight: 500;
      padding-bottom: 20px;
      max-width: 90%;
      margin: auto;
      text-align: center;
    }
  
    .axle-learning .title-sec p {
      font-size: 18px;
      color: #fff;
      line-height: 1.4;
      font-weight: 500;
      padding-bottom: 60px;
      max-width: 90%;
      margin: auto;
      text-align: center;
    }
    .axle-learning .axle-learning-area .axle-learning-left {
      min-height: auto;
  }
  .axle-learning .axle-learning-area .axle-learning-left h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-top: 26px;
    padding-bottom: 10px;
    max-width: 90%;
  }
  .axle-learning .btn-area {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  
  
    .top-notch .tn-area .tn-left img 
    {
      width: 100%;
    }
   
  
  

  
    .other-industries .oi-area {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      align-items: center;
      gap: 5%;
    }
  
  
  
    .a-faq .wrapper {
      width: 100%;
      margin: 0px auto 0;
    }
  
    .a-faq .wrapper .accordion_wrap .accordion_header {
      width: 100%;
      height: auto;
      font-size: 20px;
      background: #ffffff;
      padding: 18px 0px;
      color: #000000;
      font-weight: 600;
      border-bottom: 1px solid #000000;
      position: relative;
      cursor: pointer;
    }
  
  
  
    .axle-footer-banner .axf-area {
      display: grid;
      grid-template-columns: 50% 50%;
      align-items: center;
  }

  .axle-footer-banner-mob .axf-area {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

}
  
  
.other-industries-1 .hidden {
    display: none !important;
}
.other-industries-1 .incremented {
  height: 860px !important;
}
@media (min-width:768px) {
  .other-industries-1 .btn-area {
display: none;
  }
}