/* OTC Page */

/* Section 1 */
.herosection-box h1.hero-1-middle {
  display: inline;
  text-align: center;
}

.hero-heading {
  min-height: 112px;
}

.otc-section-1 .herosection-box h1 {
  line-height: 48px;
}

.hero-1-middle .type-anim,
.hero-1-middle .type-anim__content {
  text-align: center;
}

.hero-1-middle .type-anim:last-child {
  margin-left: -10px;
}

.otc-section-1 {
  padding: 80px 0 0;
}

.hero-image-container {
  position: relative;
  margin: 0;
  max-width: 100%;
}

.hero-image-container .hero-image {
  z-index: 2;
  position: relative;
  text-align: center;
}

.hero-image-container .hero-absolute-image {
  position: absolute;
  left: 50%;
  top: 35%;
  min-width: 1100px;
  transform: translate(-50%, -50%);
}

.hero-image-container .hero-absolute-image img {
  filter: blur(20px);
  opacity: 0.7;
}

.hero-text {
  margin-top: 10px;
}

.hero-text p,
.hero-text span {
  font-size: 15px;
  line-height: 20px;
}

.hero-heading .type-anim__content {
  font-size: 48px;
  line-height: 56px;
}

.hero-button {
  margin-top: 20px;
  z-index: 2;
  position: relative;
}

/* End - Section 1 */
/* Section 2 */

.otc-section-2 {
  position: relative;
  padding: 40px 0 40px;
  background: #111112;
}

.ods-section-4 .ovstsection-box {
  position: relative;
  z-index: 2;
}

.ods-section-4 h2,
.ods-section-4 h2 span {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #E5E5E5;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
}

.mad-section-3 h2 span {
  display: block;
}

.ovst-subheading p {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #E5E5E5;
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
}

.ovst-subheading {
  margin-bottom: 30px;
}

.ovst-box-container {
  display: grid;
  grid-template-columns: 472px 1fr;
  position: relative;
  gap: 30px;
}

.ovst-sub-box {
  border-radius: 24px;
  border: solid 1px #313138;
  padding: 30px 0 20px;
  position: relative;
  z-index: 2;
}

.ovst-sub-box .box-heading {
  margin-bottom: 20px;
}

.ovst-sub-box h3 {
  font-size: 17px !important;
  line-height: 24px !important;
  color: #E5E5E5;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
}

.ovst-sub-box .box-content-row {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 15px;
  padding: 15px 25px;
  margin: 0 20px;
  cursor: pointer;
  border-radius: 12px;
}

.box-content-row span {
  color: #E5E5E5;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.box-content-row.row4 {
  align-items: center;
}

.ovst-box--col:nth-child(1) .box-content-row.row5,
.ovst-box--col:nth-child(1) .box-content-row.row6 {
  align-items: center;
}

.ovst-box--col:nth-child(1) .box-content-row.row5 span,
.ovst-box--col:nth-child(1) .box-content-row.row6 span {
  min-height: 40px;
  display: flex;
  align-items: center;
}

.box-content-row b {
  font-weight: 600;
}

.ovst-sub-box .box-content-row::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.box-content-row.row-tick::before {
  background-image: url(../img/web-app-development/offshore-software-testing-center/circle-check-icon.svg); 
}

.box-content-row.row-close::before {
  background-image: url(../img/web-app-development/offshore-software-testing-center/problem-icon.svg); 
}

.ovst-sub-box.ovst-right .box-content-row {
  margin-right: 10px;
  border-radius: 0 8px 8px 0;
}

.ovst-sub-box .box-content-row:last-child {
  margin-bottom: 0;
}

.row1 .row1,
.row2 .row2,
.row3 .row3,
.row4 .row4,
.row5 .row5,
.row6 .row6 {
  background-color: rgba(255, 255, 255, 0.1);
}

.ovst-sub-box .box-heading,
.ovst-sub-box .box-content {
  position: relative;
  z-index: 2;
}

.ovst-button-container {
  margin-top: 20px;
  text-align: right;
}

.ovst-button-container p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  background: #E60078;
  border-radius: 25px;
  padding: 15px 30px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0;
}

.ovst-sub-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: inherit;
  background: linear-gradient(270deg, #3E93F7, #E60A78, #3E93F7, #E60A78);
  background-size: 300% 300%;
  animation: borderMove 4s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: -3px;
  top: -3px;
  transition: 0.5s;
}

.ovst-sub-box.active::before {
  opacity: 1;
  transition: 0.5s;
  z-index: 2;
}

/* Section 2 */

.ods-section-2 {
  padding: 40px 0;
}

.ods-section-2 .pvssection-box {
  display: block;
  z-index: 2;
  position: relative;
}

.ods-section-2 .pvs-heading span {
  display: inline-block;
}

.ods-section-2 .pvs-heading {
  margin-bottom: 10px;
}

.otc-section-3 .heading-gradient {
  color: #E5E5E5;
  font-size: 36px !important;
  line-height: 44px !important;
  text-align: center;
}

.otc-section-3 .heading-gradient span {
  font-size: 36px !important;
  line-height: 44px !important;
}

.ods-section-2 .pvs-subheading {
  text-align: center;
  margin-bottom: 30px;
}

.ods-section-2 .pvs-subheading h4 {
  color: #E5E5E5;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 400;
}

.ods-section-2 .wctn-box-right {
  display: grid;
  grid-template-columns: 320px 320px 1fr;
  gap: 15px;
}

.otc-section-3 {
  padding: 40px 0;
}

.otc-section-3 .wctn-image img {
  border-radius: 17px;
}

.otc-section-3 .wctn-image {
  margin-bottom: 20px;
}


.icon-btns {
  display: grid;
  grid-gap: 5em;
  grid-template-columns: repeat(2, 1fr);
  margin: auto;
  padding: 3em 0;
  overflow: visible;
}

.icon-btn {
  background-color: transparent;
  outline: none;
  position: relative;
  width: 44px;
  height: 44px;
  perspective: 24em;
  transform-style: preserve-3d;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
}

.icon-btn__back,
.icon-btn__front,
.icon-btn__label {
  transition:
    opacity 0.6s cubic-bezier(0.83, 0, 0.17, 1),
    transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}

.icon-btn__back,
.icon-btn__front {
  border-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-btn__back {
  box-shadow: 0.5em -0.5em 0.75em hsla(223, 10%, 10%, 0.15);
  display: block;
  transform: rotate(15deg);
  transform-origin: 100% 100%;
}

.icon-btn__front {
  background-color: hsla(0, 0%, 100%, 0.15);
  box-shadow: 0 0 0 0.1em hsla(0, 0%, 100%, 0.3) inset;
  backdrop-filter: blur(0.75em);
  -webkit-backdrop-filter: blur(0.75em);
  display: flex;
  transform-origin: 80% 50%;
}

.icon-btn__icon {
  margin: auto;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-btn__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.icon-btn__label {
  font-size: 1em;
  white-space: nowrap;
  text-align: center;
  line-height: 2;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  transform: translateY(0);
}

.icon-btn:focus-visible .icon-btn__back,
.icon-btn:hover .icon-btn__back,
.wctn-info-row.active .icon-btn .icon-btn__back,
.wvn-box.active .icon-btn .icon-btn__back {
  transform: rotate(25deg) translate3d(-0.5em, -0.5em, 0.5em);
}

.icon-btn:focus-visible .icon-btn__front,
.icon-btn:hover .icon-btn__front,
.wctn-info-row.active .icon-btn .icon-btn__front,
.wvn-box.active .icon-btn .icon-btn__front {
  transform: translateZ(2em);
}

.icon-btn:focus-visible .icon-btn__label,
.icon-btn:hover .icon-btn__label,
.wctn-info-row.active .icon-btn .icon-btn__label,
.wvn-box.active .icon-btn .icon-btn__label {
  opacity: 1;
  transform: translateY(20%);
}

.otc-section-3 .wctn-box {
  display: grid;
  grid-template-columns: 320px 320px 1fr;
  gap: 15px;
}

.wctn-info-row {
  border: solid 1px #313138;
  border-radius: 18px;
  padding: 35px 30px 30px;
  position: relative;
}

.wctn-right h3 {
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 600;
  color: #E5E5E5;
  margin-bottom: 10px;
}

.wctn-info-row .icon-btn {
  margin-bottom: 20px;
}

.wctn-right p,
.wctn-right li,
.wctn-right li span {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  color: #848589;
}

.wctn-right li {
  margin-bottom: 10px;
}

.wctn-right li span {
  font-weight: 600;
}

.wctn-right ul {
  margin-left: 3px;
  padding-left: 12px;
  padding-bottom: 0;
}

.wctn-right li:last-child {
  margin-bottom: 0;
}

.wctn-info-row::before,
.ovst-sub-box::before,
.wvn-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: inherit;
  background: linear-gradient(270deg, #3E93F7, #E60A78, #3E93F7, #E60A78);
  background-size: 300% 300%;
  animation: borderMove 4s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: -3px;
  top: -3px;
  transition: 0.5s;
}

.wctn-info-row.active::before,
.ovst-sub-box.active::before,
.wvn-box.active::before {
  opacity: 1;
  transition: 0.5s;
  z-index: 2;
}

.wctv-link .button-openmd,
.boqa-button .button-openmd {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  background: #E60078;
  border-radius: 25px;
  padding: 11px 30px;
  cursor: pointer;
  margin-bottom: 0;
}

.wctv-link {
  text-align: center;
  margin-top: 20px;
}

/* End - Section 3 */
/* Section 4 */

.boqa-heading h2,
.boqa-heading h2 span {
  font-size: 32px !important;
  line-height: 40px !important;
  color: #E5E5E5;
  margin-bottom: 0;
}

.boqasection-second-box {
  display: grid;
  grid-template-columns: 470px 350px;
  gap: 200px;
  align-items: center;
}

.boqa-subheading h4 {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #E5E5E5;
  margin-bottom: 5px;
  font-weight: 600;
  font-style: italic;
}

.boqasection-box {
  position: relative;
  z-index: 2;
}

.boqa-subheading {
  margin-top: 25px;
}

.boqa-content {
  font-size: 15px;
  line-height: 20px;
  color: #86868B;
  margin-bottom: 30px;
}

.otc-section-4 {
  padding: 60px 0;
  background: #111112;
  position: relative;
}

.beyond-offshore-section::before,
.beyond-offshore-section::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 1;
  background-position: center;
  left: 0;
}

.beyond-offshore-section::before {
  top: 0;
  background-image: url(../img/web-app-development/outsource-software-development/why-choose-top-light.svg);
}

.beyond-offshore-section::after {
  bottom: 0;
  background-image: url(../img/web-app-development/outsource-software-development/why-choose-footer-light.svg);
}
/* End - Section 4 */
/* Section 5 */

.wvn-heading {
  text-align: center;
}

.wvn-heading h2,
.wvn-heading span {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #E5E5E5;
  font-weight: 600;
}

.wvn-heading h2 {
  margin-bottom: 10px;
}

.wvn-subHeading p {
  font-size: 15px;
  line-height: 20px;
  color: #E5E5E5;
  text-align: center;
  margin-bottom: 40px;
}

.wvn-box-container {
  display: grid;
  grid-template-columns: 460px 450px;
  gap: 70px;
  align-items: center;
  justify-content: center;
}

.wvn-box-container .wvn-box-left img {
  height: 500px;
  object-fit: cover;
}

.wvn-box {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 30px;
  align-items: center;
  border-radius: 14px;
  background: linear-gradient(90deg, #1E1E21, #000000);
  margin-bottom: 20px;
  padding: 14px 30px 14px 20px;
  transition: 0.6s;
  position: relative;
}

.wvn-box .wvn-left {
  display: flex;
  padding-top: 8px;
}

.wvn-box h3,
.wvn-box h3 span {
  font-size: 17px !important;
  font-weight: 500;
  line-height: 24px !important;
}

.wvn-box h3 {
  margin-bottom: 0;
  color: #E5E5E5;
}

.wvn-box h3 span {
  color: #E60078;
}

.wvn-box.active {
  background: transparent;
}

.wvn-box::before {
  padding: 2px;
  transition: 0.6s;
}

.wvn-link h4 {
  font-size: 15px !important;
  line-height: 20px !important;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 5px;
}

.wvn-link a {
  color: #3381F2;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.otc-section-5 {
  padding: 40px 0;
  position: relative;
}

/* End - Section 5 */

/* Section 6 */

.otc-section-6 {
  padding: 40px 0;
}

.agt-heading {
  min-height: auto;
  margin-bottom: 30px;
}

.agt-heading h2,
.agt-heading h2 span {
  font-size: 36px !important;
  line-height: 44px !important;
}

/* End - Section 6 */

/* Section 7 */

.otc-section-7 {
  background: #000000;
  padding: 40px 0;
}

.otc-section-7 .ts-heading h2,
.otc-section-7 .ts-heading h2 span {
  font-size: 36px !important;
  line-height: 44px !important;
  font-weight: 600;
}

/* End - Section 7 */
/* Section 8 */
.otc-section-8 {
  padding: 40px 0;
  background: #111112;
}

.otc-section-8 .ts-heading h2,
.otc-section-8 .ts-heading h2 span {
  font-size: 36px !important;
  line-height: 44px !important;
  font-weight: 600;
}

.ohc-box-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.ohc-content {
  text-align: center;
  margin-bottom: 40px;
}

.ohc-content p {
  margin-bottom: 0;
  color: #E5E5E5;
  font-size: 15px;
  line-height: 20px;
}

.ohc-heading {
  margin-bottom: 10px;
}

.ohc-box {
  border-radius: 18px;
  border: solid 1px #22222B;
  padding: 40px 30px 30px;
  position: relative;
  transition: 0.6s;
}

.ohc-box.active {
  background-color: #12032C;
}

.ohc-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: inherit;
  background: linear-gradient(270deg, #3E93F7, #E60A78, #3E93F7, #E60A78);
  background-size: 300% 300%;
  animation: borderMove 4s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: -3px;
  top: -3px;
  transition: 0.5s;
}

.ohc-box .ohc-box-content {
  z-index: 3;
  position: relative;
}

.ohc-box-content img {
  margin-bottom: 40px;
}

.ohc-box-content p {
  font-size: 15px;
  line-height: 20px;
  color: #E5E5E5;
  margin-bottom: 30px;
  font-weight: 400;
}

.ohc-box-content h3 {
  color: #E5E5E5;
  font-size: 15px !important;
  line-height: 19px !important;
  font-weight: 600;
  margin-bottom: 5px;
}

.ohc-box-content h4 {
  color: #848589;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 400;
}

.ohc-button-container {
  text-align: center;
  margin-top: 20px;
}

.ohc-button-container a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 30px;
  background-color: #E60078;
  border-radius: 25px;
  cursor: pointer;
}

/* End - Section 8 */

/* Section 9 */

.lbwa-heading h2,
.lbwa-heading h2 span {
  font-size: 36px !important;
  line-height: 44px !important;
}

.lbwa-heading h2.h2-block {
  display: block;
}

.lbwa-heading {
  margin-bottom: 15px;
}

.lbwa-content p {
  margin-bottom: 40px;
}

.lbwa-content p,
.lbwa-content p span {
  font-size: 15px;
  line-height: 20px;
  color: #E5E5E5;
}

.otc-section-9 .lbwasection-box {
  grid-template-columns: 470px 1fr;
  gap: 88px;
}

.lbwasection-box .box-right img {
  margin-left: 0;
}
/* End - Section 9 */

/* OTC Page - End */

/* MAD Page */

.mad-section-1 .hero-heading {
  min-height: 240px;
}

.mad-section-1 .hero-heading .type-anim__content {
  text-align: left;
}

.madsection-box .type-anim,
.madsection-box.herosection-box h1 {
  display: inline !important;
}

.page-template-GrooveWebAppDevelopment-MobileAppDevelopment #main.site-mad {
  background-color: #05000F;
}

.mad-section-4.beyond-offshore-section::before {
  background-image: url(../img/web-app-development/mobile-app-development/mobile-app-development-top-light.svg);
  left: 0;
}

.mad-section-2::after,
.mad-section-4.beyond-offshore-section::after {
  background: url(../img/web-app-development/mobile-app-development/mobile-app-development-bottom-light.svg) no-repeat center bottom;
  left: 0;
}

/* Section 1 */

.mad-section-1 {
  padding: 80px 0 59px;
}

.madsection-box {
  display: grid;
  grid-template-columns: 500px 591px;
  gap: 79px;
  align-items: center;
}

.madsection-box .type-anim {
  min-width: 100% !important;
  text-align: left;
}

.madsection-box .hero-text {
  margin-top: 20px;
}

.madsection-box .hero-text p {
  text-align: left;
}

.madsection-box .hero-button {
  text-align: left;
  margin-top: 30px;
}

.madsection-box .hero-heading {
  text-align: left;
}

/* End - Section 1 */

/* Section 2 */

.mad-section-2 {
  background: #0D031F;
  position: relative;
}

.mad-section-2::after {
  display: block;
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
}

.wwd-image img {
  border-radius: 11px;
  height: 400px;
  object-position: top;
}

/* End - Section 2 */
/* Section 3 */

.mad-section-3 .ovst-subheading {
  margin-bottom: 30px;
}

.wwd-service-box {
  margin-bottom: 10px;
  padding: 20px 30px;
}

.mad-section-3 {
  background: #05000F;
}

.wwd-service-box h4 {
  font-size: 15px !important;
  line-height: 20px !important;
  margin-bottom: 5px;
}

.wwd-service-box p {
  color: #848589;
}

.mad-section-3 .wwd-service-container {
  margin-top: 20px;
}

.box-des-image {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 5px;
  align-items: center;
  margin-top: 21px;
}

.wwd-service-box:last-child {
  margin-bottom: 0;
}

.wwd-service--left .wwd-service-box:last-child {
  min-height: 244px;
}

/* End - Section 3 */
/* Section 4 */

.mad-section-4 .boqa-subheading {
  margin-top: 15px;
}

.mad-section-4 .boqa-subheading h4 {
  margin-bottom: 5px;
}

.mad-section-4 .boqasection-second-box {
  grid-template-columns: 470px 350px;
  gap: 200px;
}

.mad-section-4 {
  background: #0D031F;
}
/* End - Section 4 */
/* Section 5 */
.mad-section-5 {
  background: transparent;
}

/* End - Section 5 */
/* Section 6 */

.mad-section-6 {
  background: #0D031F;
}

/* End - Section 6 */
/* Section 7 */

.mad-section-7 {
  background: #05000F;
}

.mad-section-7 .ohc-box-content p {
  color: #848589;
  min-height: 60px;
}

.mad-section-7 .ohc-box-content h3 {
  font-size: 17px !important;
  line-height: 20px !important;
}

.mad-section-8 .lbwasection-box .box-right img {
  min-width: 775px;
  margin-left: -99px;
}
/* End - Section 7 */


/* MAD Page - End */

@media (min-width: 767px) {
  .ohc-box.active::before {
    opacity: 1;
    transition: 0.5s;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  /* OTC Page */
  .hero-bottom .type-anim {
    min-width: 100% !important;
  }

  .herosection-box h1 {
    display: inline-flex;
  }

  .otc-section-1 {
    padding-top: 40px;
  }

  .hero-heading .type-anim__content {
    font-size: 32px;
    line-height: 40px;
  }

  .herosection-box h1 {
    display: inline;
    min-width: auto !important;
    line-height: normal;
  }

  .hero-2-middle.right {
    text-align: left;
  }

  .hero-heading {
    min-height: 164px;
    max-width: 350px;
    margin: 0 auto;
  }

  .hero-middle {
    display: inline-flex;
  }

  .hero-image-container {
    padding: 0;
  }

  .hero-image-container .hero-absolute-image {
    min-width: calc(100% + 310px);
    transform: translate(-45%, -24%);
    top: 0;
  }

  .hero-image-container .hero-absolute-image img {
    transform: rotate(-5deg);
    min-width: 1660px;
    height: 460px;
    object-fit: cover;
  }

  .otc-section-2 {
    padding: 40px 0;
  }

  .otc-section-2 h2,
  .otc-section-2 h2 span {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 700;
    text-align: left;
    display: inline;
  }

  .otc-section-2 h2 span {
    display: inline;
  }

  .ovst-heading {
    margin-bottom: 20px;
  }

  .ovst-heading,
  .ovst-subheading {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 5px;
  }

  .ovst-subheading {
    margin-bottom: 30px;
  }

  .ovst-subheading p {
    text-align: left;
    font-weight: 600;
    font-style: italic;
  }


  .ovst-box-overflow {
    width: 100%;
    overflow-x: auto;
    padding: 3px 0;
  }

  .ovst-box-container {
    grid-template-columns: 302px 302px;
    padding-left: 20px;
    padding-bottom: 5px;
    gap: 10px;
    width: 654px;
  }

  .ovst-sub-box h3 {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .ovst-sub-box {
    padding: 30px 0 28px;
  }

  .ovst-sub-box .box-heading {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .ovst-sub-box .box-content-row {
    margin: 0 5px 2px;
    padding: 10px 5px;
    grid-template-columns: 16px 1fr;
    gap: 10px;
    border-radius: 8px;
  }

  .ovst-box--col:nth-child(1) .box-content-row.row5, .ovst-box--col:nth-child(1) .box-content-row.row6 {
    align-items: start;
  }

  .ovst-sub-box .box-content-row::before {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .box-content-row span {
    font-size: 15px;
    line-height: 20px;
    min-height: 60px;
  }

  .ovst-box--col:nth-child(1) {
    order: 2;
  }

  .ovst-box--col:nth-child(1) .row3 span {
    min-height: 60px;
  }

  .ovst-box--col:nth-child(1) .box-content-row.row5,
  .ovst-box--col:nth-child(1) .box-content-row.row6 {
    min-height: 80px;
  }

  .box-content-row {
    align-items: start !important;
  }

  .ovst-box--col .row4 span {
    min-height: auto;
  }

  .otc-section-3 .heading-gradient,
  .otc-section-3 .heading-gradient span {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .otc-section-3 .heading-gradient span {
    display: inline;
  }

  .otc-section-3 .pvs-heading {
    min-height: fit-content;
  }

  .otc-section-3 {
    padding: 40px 20px;
  }

  .otc-section-3 .wctn-subheading {
    margin-bottom: 20px;
  }

  .otc-section-3 .wctn-subheading h4 {
    text-align: center !important;
  }

  .otc-section-3 .wctn-box {
    display: block;
  }

  .wctn-info-row {
    margin-bottom: 15px;
  }

  .wctn-info-row:last-child {
    margin-bottom: 0;
  }

  .boqa-heading h2, .boqa-heading h2 span {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .boqasection-second-box {
    display: block;
  }

  .otc-section-4 {
    padding: 60px 20px;
  }

  .boqa-heading h2, .boqa-heading h2 span {
    display: inline;
  }

  .boqa-subheading {
    margin-top: 20px;
  }

  .boqa-subheading h4 {
    margin-bottom: 5px;
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .icon-btn__back, .icon-btn__front {
    border-radius: 10px;
  }

  .icon-btn {
    width: 40px;
    height: 40px;
  }

  .icon-btn__icon {
    width: 20px;
  }

  .icon-btn:focus-visible .icon-btn__back,
  .icon-btn:hover .icon-btn__back,
  .wctn-info-row.active .icon-btn .icon-btn__back,
  .wvn-box.active .icon-btn .icon-btn__back {
    transform: rotate(25deg) translate3d(-0.5em, -0.25em, 0.5em);
  }

  .boqa-content {
    margin-bottom: 30px;
    color: #848589;
  }

  .bwa-image-mobile img {
    width: 100%;
  }

  .otc-section-5 {
    padding: 40px 20px;
  }

  .boqa-button {
    text-align: center;
    margin-top: 30px;
  }

  .wvn-heading h2, .wvn-heading span {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .wvn-subHeading p {
    margin-bottom: 20px;
  }

  .wvn-box-container .wvn-box-left img {
    height: auto;
  }

  .wvn-box-container {
    display: block;
  }

  .wvn-box-left {
    margin-bottom: 30px;
  }

  .wvn-box {
    margin-bottom: 10px;
  }

  .wvn-link {
    margin-top: 15px;
  }

  .lbwa-heading h2, .lbwa-heading h2 span {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 600;
  }

  .lbwasection-box .box-left {
    text-align: center;
  }

  .lbwa-content p {
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    color: #E5E5E5;
    margin-bottom: 20px;
  }

  .lbwasection-box .box-right {
    margin-top: 0px;
    text-align: center;
  }

  .lbwasection-box .box-right img {
    width: 313px;
    min-width: 313px;
    margin: 0 auto;
  }

  .icon-btn__back, .icon-btn__front {
    border-radius: 10px;
  }

  .icon-btn {
    width: 40px;
    height: 40px;
  }

  .wctn-info-row.active .icon-btn .icon-btn__back {
    transform: rotate(25deg) translate3d(-0.5em, -0.25em, 0.5em);
  }


  .ohc-content {
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .ohc-box-container {
    display: block;
    width: 100%;
  }

  .ohc-box-container .slick-track {
    padding: 3px 0;
  }

  .ohc-heading {
    margin-bottom: 15px;
  }

  .cwa2-section-7 .ts-heading h2 {
    text-align: center;
    line-height: 42px !important;
  }

  .cwa2-section-7 .ts-heading span {
    display: block;
  }

  .otc-section-6 {
    padding: 40px 0;
  }

  .otc-section-6 .agt-heading h2,
  .otc-section-6 .agt-heading h2 span {
    font-size: 32px !important;
    line-height: 40px !important;
    display: inline;
  }

  .agt-heading {
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .agt-box-container .box-right {
    gap: 5px;
  }

  .agt-content-box h3 {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .otc-section-7 .ts-heading h2,
  .otc-section-7 .ts-heading h2 span {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .ts-heading {
    margin-bottom: 20px;
  }

  .ohcsection-box .ohc-heading {
    margin-bottom: 10px;
  }

  .ohc-box {
    min-height: 351px;
  }

  .ohc-box-content p {
    font-size: 17px;
    line-height: 24px;
    min-height: 96px;
  }

  .otc-section-8 .ts-heading h2,
  .otc-section-8 .ts-heading h2 span {
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 700;
  }

  .ohc-box-container {
    display: block;
    width: 100%;
  }

  .ohc-box-container .slick-track {
    padding: 3px 0;
  }

  .ohc-box-container .slick-list {
    width: 100%;
  }

  .ohc-box {
    width: 270px;
    margin: 0 7px;
    padding: 40px 30px 50px;
    transition: 0.6s;
    min-height: 314px;
  }

  .ohc-box.active {
    background-color: transparent;
  }

  .ohc-box.slick-current::before {
    opacity: 1;
    transition: 0.5s;
    z-index: 2;
  }

  .ohc-box.slick-cloned {
    opacity: 0;
  }

  .ohc-box-content p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 20px;
    min-height: 60px;
  }

  .ohc-box-content p {
    color: #848589;
    transition: 0.6s;
  }

  .slick-active .ohc-box-content p {
    color: #E5E5E5;
  }

  .ohc-button-container {
    margin-top: 20px;
  }

  .otc-section-3 .wctn-image img {
    border-radius: 6px;
  }

  .otc-section-9 {
    padding: 40px 15px 0;
  }

  .lbwa-content p,
  .lbwa-content p span {
    font-size: 15px;
    line-height: 20px;
    color: #E5E5E5;
  }

  .lbwa-heading {
    margin-bottom: 10px;
  }

  .lbwa-content p span {
    display: block;
  }
  /* End - OTC Page */

  /* MAD Page */

  .madsection-box {
    display: block;
  }

  .madsection-box .type-anim {
    text-align: center;
    max-width: 250px;
  }

  .madsection-box .box-left {
    padding: 0;
  }

  .mad-section-1 {
    padding: 40px 0;
  }

  .madsection-box .hero-text {
    margin-top: 10px;
  }

  .madsection-box .hero-button {
    margin-top: 20px;
  }

  .madsection-box .hero-heading {
    min-height: 164px;
    text-align: center;
  }

  .madsection-box .hero-button,
  .madsection-box .type-anim,
  .madsection-box.herosection-box h1 {
    text-align: center;
  }

  .otc-section-1 .herosection-box h1 {
    line-height: 40px;
  }

  .madsection-box .hero-image img {
    min-width: 100%;
    margin: 18px 0 0;
  }

  .madsection-box .hero-text p {
    text-align: center;
  }

  .mad-section-2 .heading-gradient {
    text-align: left;
  }

  .ods-section-2 .pvs-subheading h4 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 400;
    text-align: left;
  }

  .wctn-right p, .wctn-right li, .wctn-right li span {
    color: #86868B;
  }

  .mad-section-2::after {
    background-size: contain;
    left: 0;
  }

  .mad-section-3 .ovst-subheading p {
    font-size: 15px !important;
    line-height: 20px !important;
    font-style: normal;
    font-weight: 400;
  }

  .mad-section-3 .ovst-heading {
    margin-bottom: 10px;
  }

  .mad-section-3 .ovst-subheading {
    margin-bottom: 20px;
  }

  .wwd-image img {
    height: 230px;
    object-fit: cover;
    border-radius: 6px;
  }

  .mad-section-3 .wwd-image,
  .mad-section-3 .wwd-service-container {
    padding: 0 20px;
  }

  .mad-section-3 .wwd-service-box {
    margin-bottom: 10px;
    padding: 30px;
  }

  .mad-section-3 .box-des-image {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px 6px;
    margin-top: 21px;
  }

  .mad-section-3 {
    padding: 60px 0 50px;
  }

  .mad-section-4 .boqa-heading {
    max-width: 350px;
  }

  .mad-section-4 .boqa-subheading {
    margin-top: 15px;
  }

  .mad-section-4 .boqa-subheading h4 {
    margin-bottom: 5px;
  }

  .mad-section-4 {
    padding: 40px 20px;
  }

  .mad-section-6 {
    background-color: #111112;
  }

  .mad-section-7 .ohc-content {
    margin-bottom: 30px;
  }

  .ohc-button-container a {
    padding: 11px 30px;
  }

  .mad-section-8 .lbwasection-box .box-right {
    margin-top: 10px;
  }

  .mad-section-8 .lbwasection-box .box-right img {
    min-width: calc(100% + 40px);
    margin-left: -20px;
    height: 330px;
    object-fit: cover;
  }

  .mad-section-8 .lbwa-background-bottom-right {
    z-index: 3;
  }

  /* End - MAD Page */

}