@font-face {
  font-family: "Objektiv_Mk1XBD";
  src: url("../fonts/ObjektivMk1_XBd.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1BD";
  src: url("../fonts/ObjektivMk1_Bold.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1MD";
  src: url("../fonts/ObjektivMk1_Medium.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1RG";
  src: url("../fonts/ObjektivMk1_Regular.ttf");
}

@font-face {
  font-family: "Objektiv_Mk1LT";
  src: url("../fonts/ObjektivMk1_Light.ttf");
}

html {
  scroll-behavior: smooth;
}

:root {
  --red-primary: #c33531;
  --red-secondary: #581212;
  --grey-primary: #dedede;
  --grey-secondary: #939393;
  --black-primary: #000000;
  --white-primary: #ffffff;
  --light-font: "Objektiv_Mk1LT";
  --regular-font: "Objektiv_Mk1RG";
  --medium-font: "Objektiv_Mk1MD";
  --bold-font: "Objektiv_Mk1BD";
  --extrabold-font:"Objektiv_Mk1XBD";
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1552px;
  }
}

.media_kit_card h3 {
  font-size: 30px;
  line-height: 37px;
}
img.play-butn {
  height: auto !important;
  width: 100px !important;
  height: 100px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.rd-btn {
  width: auto;
  padding: 1vw 1.75vw 1vw 1.75vw;
  border-radius: 2.5vw;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--red-secondary);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
}

.rd-btn_light {
  width: auto;
  padding: 1vw 1.75vw 1vw 1.75vw;
  border-radius: 2.5vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
}


.white-btn {
  width: auto;
  padding: 1vw 1.75vw 1vw 1.75vw;
  border-radius: 2.5vw;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
}

.white-btn-trans {
  width: auto;
  padding: 1vw 1.75vw 1vw 1.75vw;
  border-radius: 2.5vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: transparent;
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
}



.outline-btn {
  width: max-content;
  height: 3vw;
  padding: 0.8vw 1.25vw 0.8vw 1.25vw;
  border-radius: 8px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 0.8vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
}

.outline-btn:hover {
  background: var(--red-primary);
  color: var(--white-primary);
}

.pb-6{
  padding-bottom: 100px!important;
}



body {
  margin: 0;
  overflow-x: hidden;
  font-size: 1vw;
  line-height: 1.5vw;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 1;
}

.title_h1 {
  font-family: var(--medium-font);
  font-size: 4.8vw;
  line-height: 5.75vw;
  text-align: left;
  font-weight: 300;
}

.title_h3{
  font-family: var(--medium-font);
  font-size: 3.5vw;
  line-height: 4.3vw;
  text-align: left;
}

.title_h4 {
  font-family: var(--medium-font);
  font-size: 2.1vw;
  line-height: 3.35vw;
  text-align: left;
}

.title_h5 {
  font-family: var(--bold-font);
  font-size: 1.5vw;
  line-height: 1.875vw;
  text-align: left;
}

.title_h6 {
  font-family: var(--bold-font);
  font-size: 1.2vw;
  line-height: 1.8vw;
  text-align: left;
}



header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 999;
}


.nsm_main-logo {
  opacity: 1;
  margin: 0;
  position: absolute;
  bottom: 0;
}

.nsm_main-logo img {
  width: 50vw;
  margin-bottom: 1vw;
}


.secondary-header .nsm_main-logo {
  top: 0.4vw;
}


.main-home-screen .tag-title {
  font-family: var(--medium-font);
  font-size: 3.5vw;
  color: var(--red-primary);
  line-height: 4.5vw;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#fullpage {
  width: 72%;
}


.nsm_side-area {
  /*  width: 28%;*/
  width: 400px;
  background: var(--black-primary);
  height: 100vh;
  float: left;
  position: fixed;
  right: 0;
  padding: 1vw 1vw;
  margin-bottom: 1.5vw;
  position: fixed;
  transition: 1s ease;
  z-index: 99;
}

.nsm_side-area .col-md-4{
    flex: 0 0 auto;
    width: 100%;
    padding: 0 .8vw 0 0;
}


.nsm_side-area-full{
  width: 100%;
  z-index: 999;
}

.nsm_side-area-full .col-md-4{
  flex: 0 0 auto;
  width: 25%;
}


.ovflw {
  overflow-y: scroll;
  padding: 1vw;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 95vh;
}

.ovflw::-webkit-scrollbar {
  display: none;
}

/* .nsm_overflow-scroll{
    overflow-y:scroll;
    height: 100vh;
} */

.nsm_overflow-scroll::-webkit-scrollbar {
  width: 0;
}

.nsm_side-area .container {
  width: 100%;
}

.nsm_side-area .title_h5 {
  color: var(--white-primary);
  text-transform: uppercase;
  margin-bottom: 1vw;
  margin-top: 1vw;
}

.nsm_single-card {
  background-size: cover;
  background-position: center;
  height: 23vw;
  position: relative;
  margin-bottom: 1vw;
  border-radius: 1.4vw;
}

.nsm_single-card .nsm_cat {
  font-size: 0.7vw;
  line-height: 0.875vw;
  text-transform: uppercase;
  font-family: var(--regular-font);
  position: absolute;
  top: 1.2vw;
  left: 1.2vw;
  color: var(--white-primary);
}

.nsm_single-card .nsm_cat-arrow {
  position: absolute;
  top: 1.2vw;
  right: 1.2vw;
}

.nsm_single-card .nsm_cat-arrow img {
  width: 1.4vw;
}

.nsm_single-card .title_h6 {
  color: var(--white-primary);
  font-family: var(--regular-font);
  position: absolute;
  bottom: 1.2vw;
  left: 1.2vw;
}

.nsm_cat-menu {
  padding: 1.5vw 0vw;
  border-top: 1px solid var(--white-primary);
  border-bottom: 1px solid var(--white-primary);
  display: flex;
}

.nsm_cat-menu li {
  display: inline-block;
  margin-right: 2%;
}

.nsm_cat-menu li a {
  font-family: var(--regular-font);
  font-size: 1.5vw;
  line-height: 1.875vw;
  text-align: left;
  color: var(--red-primary);
  text-decoration: none;
  width: max-content;
  display: block;
}

.expand-btn {
  position: absolute;
  background: var(--black-primary);
  padding: 5px 10px;
  color: var(--white-primary);
  text-transform: uppercase;
  font-size: 0.7vw;
  letter-spacing: 0.1vw;
  top: 46%;
  transform: rotate(-90deg);
  /*  left: -15%;*/
  left: -4.5vw;
  cursor: pointer;
  z-index: 999;
}

.collapse-btn {
  position: fixed;
  background: var(--black-primary);
  padding: 5px 10px;
  color: var(--white-primary);
  text-transform: uppercase;
  font-size: 0.7vw;
  letter-spacing: 0.1vw;
  top: 46%;
  transform: rotate(-90deg);
  left: -0.5%;
  cursor: pointer;
  z-index: 9;
}


.nsm_side-area-expand {
  width: 100%;
  background: var(--black-primary);
  height: 100vh;
  padding: 1vw 1vw;
  margin-bottom: 1.5vw;
}

.nsm_side-area-expand .cat.title_h6 {
  color: var(--white-primary);
  text-transform: uppercase;
  margin-bottom: 1.5vw;
  font-family: var(--medium-font);
}

.nsm_side-area-expand .title_h5 {
  color: var(--white-primary);
  text-transform: uppercase;
  margin-bottom: 1vw;
}


.nsm_homeofinnovation {
  position: relative;
  padding-left: 20%;
}

.nsm_homeofinnovation .title_h1 {
  color: var(--red-primary);
  margin-bottom: 3vw;
  margin-top: 3vw;
  width: 48vw;
}

.nsm_fix-nav {
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 990;
}

.nsm_navbar {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  z-index: 999;
  opacity: 1;
  margin: 0;
}

.nsm_navbar li {
  padding: 0.6vw 0vw;
}

.nsm_navbar li a {
  text-decoration: none;
  color: var(--red-primary);
  text-transform: uppercase;
  font-family: var(--regular-font);
  font-size: 0.9vw;
  line-height: 1.35vw;
}

.nsm_side-area-expand {
  width: 100%;
  background: var(--black-primary);
  height: 100vh;
  /* overflow-y: scroll; */
  padding: 1vw 1vw;
  margin-bottom: 1.5vw;
}

.nsm_side-area-expand .cat.title_h6 {
  color: var(--white-primary);
  text-transform: uppercase;
  margin-bottom: 1.5vw;
  font-family: var(--medium-font);
}

.nsm_side-area-expand .title_h5 {
  color: var(--white-primary);
  text-transform: uppercase;
  margin-bottom: 1vw;
}

.fp-warning,
.fp-watermark {
  display: none;
}

.nsm_card-box {
  padding: 2.5vw;
  border-radius: 1.5vw;
  background: url("/themes/custom/nasscomredesigntheme/images/Mesh-Gradient-Red.svg");
  background-size: cover;
  height: 28vw;
  margin: 0;
  position: absolute;
  bottom: -20%;
  right: 5%;
}

.nsm_card-box .title_h4 {
  color: var(--white-primary);
  margin-bottom: 1.5vw;
}

.nsm_card-box .list-item {
  padding: 0;
}

.nsm_card-box .list-item li {
  list-style-type: none;
  margin-bottom: 1.5vw;
}

.nsm_card-box .list-item li .list-title {
  font-size: 1vw;
  line-height: 1.5vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 0.5vw;
}

.nsm_card-box .list-item li .list-context {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
}

.nsm_leadershipred {
  padding-left: 20%;
}

.min-icon-element {
  position: absolute;
  right: 2%;
  top: 2%;
  width: 19vw;
}

.dollar-icon-element {
  position: absolute;
  left: 20%;
  bottom: -18%;
  width: 18vw;
}

.nsm_card-box-open .title_h4 {
  color: var(--white-primary);
  margin-bottom: 2vw;
}

.nsm_card-box-open .list-item {
  padding: 0;
}

.nsm_card-box-open .list-item li {
  list-style-type: none;
  margin-bottom: 2.5vw;
}

.nsm_card-box-open .list-item li .list-title {
  font-size: 1vw;
  line-height: 1.5vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 0.5vw;
}

.nsm_card-box-open .list-item li .list-context {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
}

.nsm_card-round {
  padding: 5vw 2.5vw;
  border-radius: 1.5vw;
  background: url("/themes/custom/nasscomredesigntheme/images/BG-Red.svg");
  background-size: cover;
  height: 26vw;
  width: 26vw;
  margin: 0;
  position: absolute;
  bottom: -10%;
  right: 5%;
  border-radius: 50%;
}

.nsm_card-round .desc {
  font-size: 1.8vw;
  line-height: 2.25vw;
  text-align: center;
  color: var(--white-primary);
  font-family: var(--regular-font);
  font-weight: 200;
}

.eco-rejuvenation {
  background: url("/themes/custom/nasscomredesigntheme/images/change-red-bg.svg");
  background-size: cover;
}

.eco-rejuvenation .nsm_card-box-open {
  position: absolute;
  right: 5%;
  top: 28%;
}

.eco-rejuvenation .dollar-icon-element {
  position: absolute;
  left: 30%;
  bottom: 0%;
  width: 22vw;
}

.inclusive-growth {
  background: url("/themes/custom/nasscomredesigntheme/images/change-red-bg.svg");
  background-size: cover;
}

.inclusive-growth .nsm_card-box-open {
  position: absolute;
  right: 8%;
  top: 15%;
}

.inclusive-growth .dollar-icon-element {
  position: absolute;
  left: 18%;
  top: 4%;
  width: 25vw;
}

.inclusive-growth .trending-up-element {
  position: absolute;
  left: 35%;
  bottom: -10%;
  width: 22vw;
}

.nsm_card-round-left {
  padding: 5vw 2.5vw;
  border-radius: 1.5vw;
  background: url("/themes/custom/nasscomredesigntheme/images/BG-Red.svg");
  background-size: cover;
  height: 24vw;
  width: 24vw;
  margin: 0;
  position: absolute;
  top: 5%;
  left: 16%;
  border-radius: 50%;
}

.nsm_card-round-left .desc {
  font-size: 1.6vw;
  line-height: 2vw;
  text-align: center;
  color: var(--white-primary);
  font-family: var(--regular-font);
}

.nsm_leadershipred {
  background: url("/themes/custom/nasscomredesigntheme/images/change-red-bg.svg");
  background-size: cover;
}

.nsm_footer-area {
  background: var(--white-primary);
  width: 100vw;
  position: absolute;
  z-index: 9;
}

.nsm_footer-area .container {
  margin-left: 15%;
}

.nsm_footer-area .title_h1 {
  color: var(--red-primary);
  margin-bottom: 3.5vw;
}

.scrolling-wrapper {
  display: flex;
  flex-wrap: no-wrap;
  overflow-x: auto;
  cursor: grab;
  width: 100%;
}

.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}

.scrolling-wrapper.active {
  cursor: grabbing;
}

.scrolling-wrapper[data-dragging="true"] a {
  pointer-events: none;
}

.nsm_home-footer.nsm_footer-widget {
  display: flex;
  background: var(--white-primary);
  width: 100%;
}

.nsm_block_footer {
  flex: 0 0 auto;
  /* Centering text only */
  display: flex;
}

.nsm_footer-text {
  font-size: 1.5vw;
  font-family: var(--regular-font);
  color: var(--red-primary);
  margin-bottom: 1vw;
  font-weight: 200;
}

.nsm_footer-social {
  font-size: 1.5vw;
  font-family: var(--medium-font);
  color: var(--red-primary);
  margin-bottom: 0;
  text-decoration: none;
}

.nsm_footer-social img{
  width:3vw;
  margin-right: 1vw;
}

.nsm_footer-social a {
  text-decoration: none;
  color: var(--red-primary);
  font-size: 1.2vw;
}

.nsm_withimage-block {
  width: 45%;
  border-radius: 2vw;
  margin-right: 1%;
}

.nsm_withimage-block img{
  border-radius: 2vw;
}

.nsm_withtext-block {
  width: 30%;
  border-radius: 2vw;
  margin-right: 1%;
  padding: 2vw;
  position: relative;
}

.nsm_withtext-block .nsm_desc {
  color: var(--white-primary);
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-family: var(--regular-font);
}

.nsm_withtext-block .nsm_detail {
  bottom: 1.8vw;
  position: absolute;
  display: flex;
  width: 100%;
}

.nsm_withtext-block .nsm_detail .label {
  color: var(--white-primary);
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: var(--bold-font);
}

.nsm_withtext-block .nsm_detail .date {
  color: var(--white-primary);
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-family: var(--bold-font);
  position: absolute;
  right: 15%;
}

.widget-reddark {
  background: var(--red-secondary);
}

.widget-blackdark {
  background: var(--black-primary);
}

.widget-redlight {
  background: var(--black-primary);
}

/*---- About Us Page Css Start ------*/

.secondary-header {
  position: fixed;
  left: 0;
  top: 1vw;
  width: 100%;
  padding: 0;
  z-index: 999;
  padding: 1.5vw 0px;
}

.secondary-header .nsm_main-logo {
  opacity: 1;
}

.secondary-header .nsm_main-logo img {
  width: 17.25vw;
  margin-bottom: 1vw;
  transition: all 0.5s ease-in-out;
}

.secondary-header.logoSmall .nsm_main-logo img {
  width: 10.25vw;
  margin-bottom: 1vw;
  transition: all 0.5s ease-in-out;
}



@media (max-width:767px){

  .secondary-header.logoSmall .nsm_main-logo img {
    width: 35.25vw;
    margin-bottom: 1vw;
    transition: all 0.5s ease-in-out;
  }
}




.nsm_fix-nav-inner {
  position: fixed;
  bottom: 0;
  left: 2%;
  z-index: 10;
}

.nsm_navbar-inner {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.nsm_navbar-inner li {
  padding: 1vw 0vw;
}

.dropdown_menu li{
  padding: 0.8vw 0vw;
}



.nsm_navbar-inner li a {
  text-decoration: none;
  color: var(--red-primary);
  text-transform: uppercase;
  font-family: var(--regular-font);
  font-size: 0.9vw;
  line-height: 1.35vw;
}

.main-content-area {
  margin-top: 5%;
}

.about-intro {
  padding: 2vw 0vw;
  margin-bottom: -8%;
  margin-left: 20%;
}

.about-intro .title_h1 {
  padding: 2.5vw 0vw 3.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
  line-height:5.75vw;
}

.nsm-button-row {
  display: flex;
  margin-bottom: 3vw;
}

.nsm-button-row .outline-btn {
  margin-right: 0.5vw;
}

.about-intro .nsm_context {
  font-size: 0.9vw;
  line-height: 1.35vw;
  color: var(--black-primary);
  font-family: var(--regular-font);
}

.about-intro .nsm_image {
  position: relative;
  z-index: 9;
}

.about-intro .nsm_image img {
  border-radius: 1.5vw;
  width: 100%;
}

.about-intro .nsm-image-element {
  position: absolute;
  bottom: -18%;
  left: 35%;
}

.about-intro .nsm-image-element {
  width: 14.75vw;
}

.about-intro .nsm-image-element img {
  width: 100%;
}


@media (max-width:767px){
  .about-intro .nsm-image-element {
    position: absolute;
    bottom: -16%;
    left: 35%;
  }

  .about-intro .nsm-image-element {
    width: 36.75vw;
  }

  .about-intro .nsm-image-element img {
    width: 100%;
  }
}

/* .nsm_vision-mission {
  background: url("/themes/custom/nasscomredesigntheme/images/Thought-Leadership.svg");
  background-size: cover;
  padding: 3vw 0vw;
  position: relative;
}

.nsm_vision-mission .nsm-image-element {
  position: absolute;
  bottom: -20%;
  left: 25%;
}

.nsm_vision-mission .nsm-image-element img {
  height: 25.3vw;
  width: 25.3vw;
}

.nsm_vision-mission .container {
  margin-left: 20%;
}

.nsm_vision-mission .outline-box {
  background: transparent;
  border: 0.2vw solid var(--white-primary);
  border-radius: 1.5vw;
  padding: 2.5vw;
  width: 31vw;
  height: auto;
}

.nsm_vision-mission .outline-box .subtext {
  font-size: 0.8vw;
  line-height: 1.2vw;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  margin-bottom: 1.8vw;
}

.nsm_vision-mission .outline-box .title {
  font-size: 1.8vw;
  line-height: 2.25vw;
  font-family: var(--medium-font);
  color: var(--white-primary);
  margin-bottom: 1.8vw;
}

.nsm_vision-mission .outline-box .desc {
  font-size: 1vw;
  line-height: 1.6vw;
  font-family: var(--regular-font);
  color: var(--white-primary);
  margin-bottom: 1.8vw;
}

.nsm_vision-mission .outline-box .desc {
  margin-bottom: 1.5vw;
} */

.custom-margin {
  margin-top: 35%;
}

.nsm_strategic-section {
  background: url("/themes/custom/nasscomredesigntheme/images/Thought-Leadership.svg");
  background-size: cover;
  padding: 6vw 0vw 3vw 0vw;
}


.nsm_strategic-section#membership-strategic{
  padding: 6vw 0vw 6vw 0vw;
}

.nsm_strategic-section .container {
  margin-left: 20%;
}

.nsm_strat-slider {
  cursor: grab;
}



.nsm_strategic-section .title_h3 {
  color: var(--white-primary);
  margin-bottom: 3vw;
  margin-top: 2vw;
  font-family: var(--regular-font);
}

.nsm_strategic-section .nsm_strat-slider .item-block {
  margin-right: 1vw;
}

.nsm_strategic-section .nsm_strat-slider .item-block img {
  border-radius: 1.5vw;
  margin-bottom: 1.8vw;
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-title {
  font-size: 1.8vw;
  line-height: 2.25vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 1.5vw;
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-desc {
  font-size: 1.2vw;
  line-height: 1.8vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
  margin-bottom: 1.5vw;
}

.nsm_spirit-nasscom{
  background: url("/themes/custom/nasscomredesigntheme/images/Spirit of nasscomSpirit-of-nasscom.jpg");
  background-size: cover;
  padding: 6vw 0vw 6vw 0vw;
  border-radius: 1.5vw
}




.nsm_spirit-nasscom .title_h3{
  text-align: center;
  color: var(--white-primary);
}

.nsm_spirit-nasscom .title_h3::after{
  content: '';
  width: 65%;
  height: 2px;
  background: var(--white-primary);
  display:block;
  margin: 4vw auto;
}

@media (max-width:767px){
  .nsm_spirit-nasscom .title_h3::after{
    margin: 4vw auto 6vw;
  }

  .nsm_spirit-nasscom .title_h3 {
    font-family: var(--bold-font);
  }
}

.nsm_spirit-nasscom ul{
  list-style-type: none;
}

.nsm_spirit-nasscom ul li{
  font-size: 3vw;
  line-height: 4.2vw;
  text-align: center;
  color: var(--white-primary);
}

.nsm_spirit-nasscom ul li::after{
  content: '*';
  padding: 0vw 0.5vw;
}

.slick-list {
  padding: 0 20% 0 0 !important;
}

@media (max-width:767px){
  .slick-list {
    padding: 0 10% 0 0 !important;
  }
}

.nsm_strat-slider .slick-list{
  padding: 0 32% 0 0 !important;
}

.nsm_path-traveled {
  padding: 4vw 0vw;
  margin-left: 20%;
}

.nsm_path-traveled .title_h3 {
  color: var(--red-primary);
  font-family: var(--regular-font);
  margin-bottom: 0;
}

.nsm_path-traveled .subtext {
  font-size: 0.9vw;
  line-height: 1.35vw;
  color: var(--red-primary);
  text-align: right;
  font-family: var(--medium-font);
}

.nsm_pathimage-block .nsm_path-year {
  font-size: 3vw;
  line-height: 3.6vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 1.5vw;
}

.nsm_pathimage-block .nsm_path-image img {
  width: 100%;
  border-radius: 1.5vw;
}

.nsm_pathcontext-block {
  width: 100%;
  background: url("/themes/custom/nasscomredesigntheme/images/Mesh-Gradient-Red-new.svg");
  background-size: cover;
  padding: 2vw;
  border-radius: 1.5vw;
}

.nsm_pathcontext-block .sub-title {
  font-size: 0.9vw;
  line-height: 1.35vw;
  font-family: var(--bold-font);
  color: var(--white-primary);
  margin-bottom: 1.5vw;
}

.nsm_pathcontext-block .title_h4 {
  font-family: var(--bold-font);
  color: var(--white-primary);
  border-top: 0.1vw solid var(--white-primary);
  border-bottom: 0.1vw solid var(--white-primary);
  padding: 0.9vw 0vw;
  margin-bottom: 1.5vw;
}

.nsm_pathcontext-block .desc {
  font-size:1.5vw;
  line-height: 1.875vw;
  font-family: var(--regular-font);
  color: var(--white-primary);
  margin-bottom: 1.5vw;
}

.nsm_pathcontext-block .desc p{
  margin-bottom: 0;
}

.nsm_blockarrow-down {
  height: 24vw;
  width: 24vw;
  margin: auto;
  margin-bottom: -12%;
}

.nsm_blockarrow-down img {
  width: 100%;
  margin-top: -20%;
  margin-bottom: -20%;
}

.nsm_membership_slider_div {
  padding: 2vw 0vw;
  position: absolute;
  height: 0vh;
  left: 0px;
  overflow: hidden;
  width:100%;
}

.nsm_membership_slider_div .image-block {
  width: 100%;
  position: relative;
  margin-top: 5%;
  border-radius: 1.5vw!important;
}

.animate-cstm {
  margin: 0;
  position: absolute;
}

.nsm_membership_slider_div .carousel{
  border-radius: 1.5vw!important;
  overflow: hidden!important;
}

.nsm_membership_slider_div  .carousel-inner{
  border-radius: 1.5vw!important;
  overflow: hidden!important;
}

.nsm_membership_slider_div .carousel-item{
  border-radius: 1.5vw!important;
}

.nsm_membership_slider_div .image-block img {
  width: 100%;
  border-radius: 1.5vw;
  height: 27.3vw;
  object-fit: cover;
  object-position: center;
}

.nsm_membership_slider_div .image-block .image-tag {
  font-size: 0.9vw;
  line-height: 1.3vw;
  color: var(--white-primary);
  font-family: var(--medium-font);
  text-transform: capitalize;
  position: absolute;
  right: 3%;
  bottom: 5%;
}

.nsm_membership_slider_div .content-block {
  margin-left: 20%;
  padding-top: 1.5vw;
  position: relative;
}

.nsm_membership_slider_div .content-block .row {
  align-items: center;
}

.nsm_membership_slider_div .content-block .title_h4 {
  color: var(--red-primary);
  margin-bottom: 1vw;
}

.nsm_membership_slider_div .content-block .desc {
  font-size: 1.2vw;
  line-height: 1.875vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
  margin-bottom: 1vw;
  font-weight: 200;
}

.nsm_membership_slider_div .content-block .link-btn {
  font-size: 0.9vw;
  line-height: 1.35vw;
  color: var(--red-primary);
  font-family: var(--bold-font);
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
}

.nsm_membership_slider_div .content-block .link-btn:hover {
  text-decoration: underline;
}







.page-intro {
  padding: 5vw 0vw;
  margin-bottom: -8%;
  margin-left: 20%;
}

.page-intro .title_h1 {
  padding: 2.5vw 0vw 3.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
}

.page-intro .nsm_context{
  color: var(--black-primary);
  font-family: var(--regular-font);
}



/*** Mraket & Industry Page Css ***/


.market-industry-intro {
  padding: 5vw 0vw;
  margin-bottom: -8%;
  margin-left: 20%;
}

.market-industry-intro .title_h1 {
  padding: 2.5vw 0vw 3.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
}

.market-industry-intro .nsm_context{
  color: var(--black-primary);
  font-family: var(--regular-font);
}

.market-industry-intro .nsm_context p{
  margin-bottom: 0;
}

@media (max-width:767px){
  .market-industry-intro .nsm_context {
    color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 3.8vw;
    line-height: 5.6vw;
  }

  .market-industry-intro .title_h1{
    padding: 5.5vw 0vw 5.5vw 0vw;
    color: var(--red-primary);
    font-family: var(--bold-font);
    font-size: 9vw;
  }
}


.market-industry-main-content {
  padding: 5vw 0vw;
  margin-bottom: -8%;
  margin-left: 20%;
}



.market-industry-main-content .tab{
  text-decoration: none;
  font-size: 0.9vw;
  line-height: 1.35vw;
  font-family: var(--medium-font);
  color: var(--black-primary);
  text-transform: uppercase;
  margin-right: 20px;
}

.market-industry-main-content .tab.active{
  color: var(--red-primary);
  border-bottom: 1px solid var(--red-primary);
  padding-bottom: 0.25vw;
}

.tabs-nav{
  background: var(--white-primary);
  padding: 30px 0px;
  z-index: 99;
}

.tabs-nav h4{
  font-size: 1.6vw;
  line-height: 2.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}

.stickyelement{
  position: sticky;
  background: var(--white-primary);
  top: 0;
}


.tabs-nav ul {
  margin: 0;
  padding: 0;
}

.tabs-nav li {
  display: inline-block;
  color: var(--black-primary);
  margin-right: 5px;
}

.tabs-nav a {
  display: block;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 0.75vw;
}

.tabs-nav p{
  color: var(--black-primary);
  font-family: var(--bold-font);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-transform: uppercase;
}
/* Active tab */

.tabs-nav li.active {
  color: var(--red-primary);
}

.tabs-nav li.active a {
  color: var(--red-primary);
  border-bottom: 1px solid var(--red-primary);
  padding-bottom: 0.25vw;
}
/* Tab content */



.tabs-content {
  border-top: 1px solid var(--black-primary);
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding-top: 4vw;
  overflow: hidden;
}

.tabs-content IMG {
  margin-right: 10px;
}
/* Hide all but first content div */

.tabs-content .tab-item:not(:first-child) {
  display: none;
}


.tabs-content .main-title h3{
  font-family:var(--bold-font);
  font-size: 2.4vw;
  line-height: 3.36vw;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--red-primary);
}

.tabs-content .main-title p{
  font-family: var(--bold-font);
  font-size: 1.2vw;
  line-height: 1.8vw;
  letter-spacing: 0em;
  text-align: left;
  color: var(--red-primary);
  margin-bottom: 0;
}

.tabs-content .main-button{
  text-align: right;
}

.tabs-content .rd-btn{
  color: var(--white-primary);
}

.tabs-content .content-block{
  width: 95%;
  padding-top: 1.5VW;
}

.tabs-content .content-block h5{
  font-family: var(--bold-font);
  font-size: 1vw;
  line-height: 1.5vw;
  color: var(--red-primary);
  text-transform: uppercase;
  margin-bottom: 2.5vw;
}

.tabs-content .content-block .inner-context{
  font-family: var(--regular-font);
  font-size: 1vw;
  line-height: 1.6vw;
  color: var(--black-primary);
  margin-bottom: 2.5vw;
}

.tabs-content .content-block a{
  /* font-family: var(--bold-font); */
  /* font-size: 1vw; */
  line-height: 1.5vw;
  color: var(--black-primary);
  text-transform: uppercase;
  text-decoration: none;
}



.tabs-content  .image-block img{
  width:100%;
  border-radius: 1.5vw;
}

@media (max-width:767px){
  .tabs-content  .image-block img{
    width:100%;
    border-radius: 1.5vw;
    margin-bottom: 6vw;
  }
}

.tabs-content .objective-point h6{
  font-family: var(--bold-font);
  font-size: 1vw;
  line-height: 1.6vw;
  color: var(--black-primary);
  text-transform: uppercase;
}

.tabs-content .objective-point{
  margin-bottom: 1.5vw;
}

.tabs-content .objective-point p{
  font-family: var(--regular-font);
  font-size: 1vw;
  line-height: 1.6vw;
  color: var(--black-primary);
  width: 85%;
}


.tabcontent-slider .item-block img{
  margin-bottom: 1vw;
}

.tabcontent-slider .item-block .block-title{
  text-transform: capitalize;
  color: var(--black-primary);
  font-size: 1.5vw;
  line-height: 1.875vw;
  margin-bottom: 1vw;
  font-family: var(--bold-font);
}

.tabcontent-slider .item-block .block-desc{
  color: var(--black-primary);
  font-size: 1vw;
  line-height: 1.5vw;
  font-family: var(--regular-font);
}

.tabcontent-slider .item-block{
  margin-right: 1vw;
}

.innovation-tab-row{
  position: relative;
}

.innovation-tab-row .content-block a{
  color: var(--red-primary);
  position: absolute;
  bottom: 0;
  font-family: var(--bold-font);
}

#people {
  padding: 5vw 0vw;
  margin-bottom: -8%;
  margin-left: 15%;
}

#people .tabs-nav{
  padding-left:6%;
}


#people .tabs-content {
  border-top: 0px solid var(--black-primary);
  margin-top: 3vw;
  padding-top: 0vw;
}

@media (min-width:768px){
#people .tabs-content .col-5{
  width:20%;
}
}

.people-card{
  margin-bottom: 1.5vw;
}

.people-card img{
  width: 100%;
  margin-bottom: 1vw;
}

.people-card .name{
  font-size: 1vw;
  line-height: 1.5vw;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 0.5vw;
}

.people-card .desg{
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: var(--black-primary);
  font-family: var(--regular-font);
}


/*--- contact page start ---*/



.contact-main-content {
  padding: 5vw 0vw 0vw 0vw;
  margin-bottom: -5%;
  margin-left: 20%;
}

.contact-main-content .tabs-nav.stickyelement{
  position: sticky;
  top: 0;
  width: 100%;
}


@media (max-width:767px){
  .contact-main-content .tabs-nav.stickyelement{
    position: sticky;
    top: 15vw;
    width: 100%;
  }
}


.contact-main-content .tab{
  text-decoration: none;
  font-size: 0.9vw;
  line-height: 1.35vw;
  font-family: var(--medium-font);
  color: var(--black-primary);
  text-transform: uppercase;
  margin-right: 20px;
}

.contact-main-content .tabs-nav{
border-bottom: 1px solid var(--black-primary);
}

.contact-main-content .tab.active{
  color: var(--red-primary);
  border-bottom: 1px solid var(--red-primary);
  padding-bottom: 0.25vw;
}


.contact-main-content .tabs-content{
  padding-top: 0vw;
  margin-bottom: 0vw;
  border-top: 0 solid var(--black-primary);
  margin-top: 0;
}


.contact-main-content .tabs-content .heading{
  font-family: var(--bold-font);
  margin-bottom: 0.4vw;
}

.contact-main-content .tabs-content .desc{
  margin-bottom: 30px;
}

.map-block iframe{
  width:100%;
  height: 36vw;
  border-radius: 1vw;
}

/*--- contact page end ---*/

/*--- career page start ---*/



.page-intro {
  padding: 5vw 0vw;
  margin-bottom: -8%;
  margin-left: 20%;
}

.careerpage{
  position: relative;
}



.careerpage .title_h1 {
  padding: 2.5vw 0vw 1.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
}

.careerpage .title_h3 {
  padding: 0vw 0vw 1.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--medium-font);
  font-size: 3vw;
  line-height: 4vw;
}

.careerpage .row{
  position: relative;
}

.careerpage .rd-btn_light{
  position: absolute;
  right: 0;
  top: 20%;
}

.careerpage .rd-btn{
  position: absolute;
  right: 5%;
  top: 10%;
  color: var(--white-primary);
}


@media(max-width:767px){
  .careerpage .rd-btn{
    position: static;
    padding: 5vw 6.75vw 5vw 6.75vw;
    border-radius: 8.5vw;
    color: var(--red-primary);
    text-transform: uppercase;
    background: var(--red-secondary);
    font-size: 3.6vw;
    line-height: 5.35vw;
    color: var(--white-primary);
    margin-bottom: 8vw;
    width: 100%;
  }
}

.career-main-content .tabs-nav.stickyelement{
  position: fixed;
  top: 0;
  width: 75%;
}

.careerpage .video_block{
  position: relative;
}


.careerpage .video_block img{
  width: 100%;
  border-radius: 1vw;
}

.careerpage .video-playbtn{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.careerpage .video-playbtn img{
  height: 6vw;
  width: 6vw;
}

.careerpage_slick .container{
  margin-left: 15%;
}

@media (max-width:767px){
  .careerpage_slick  .white-btn{
    width:100%;
  }
}


.career_join_section{
  padding: 3vw 0vw 0vw 0vw;
}

.career_join_section .container{
  padding-left: 15%;
  margin: 0;
}

.career_join_section .title_h3 {
  padding: 2.5vw 0vw 1.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
}

.career_join_section p{
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 1vw;
  width: 60vw;
}


.career-main-content {
  padding: 0vw 0vw 3vw 0vw;
  margin-bottom: 0;
  margin-left: 20%;
}



.career-main-content .tab{
  text-decoration: none;
  font-size: 0.9vw;
  line-height: 1.35vw;
  font-family: var(--medium-font);
  color: var(--black-primary);
  text-transform: uppercase;
  margin-right: 20px;
}

.career-main-content  .tab.active{
  color: var(--red-primary);
  border-bottom: 1px solid var(--red-primary);
  padding-bottom: 0.25vw;
}


.career-main-content .tabs-content{
  padding-top: 0vw;
  margin-bottom: 0vw;
  border-top: 0px solid var(--black-primary);
}


.career-main-content .tabs-nav{
  border-bottom: 1px solid var(--black-primary);
}

.career-main-content  .tabs-content .heading{
  font-family: var(--bold-font);
  margin-bottom: 0.4vw;
}

.career-main-content .tabs-content .desc{
  margin-bottom: 30px;
}


.career-main-content .tabs-content .career_card{
  background: #eeeeee;
  border: 2px solid var(--grey-primary);
  border-radius: 1vw;
  margin-bottom: 2vw;
}

.career-main-content .tabs-content .career_card .job_title{
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 0.9vw;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0.5vw;
  padding: 1vw 1vw 0vw 1vw;
/*  height: 4vw;*/
  overflow: hidden;
}


.career-main-content .tabs-content .career_card .job_desc{
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 0.7vw;
  line-height: 1.1vw;
  text-align: left;
  margin-bottom: 1.5vw;
  padding: 0vw 1vw;
  height: 4.5vw;
  overflow-y: hidden;
}

.career-main-content .tabs-content .career_card .seperator{
  height: 1.5px;
  width: 100%;
  background: var(--grey-primary);
}

.career_card .action-btn{
  padding: 0.8vw 1vw;
  display: flex;
}

.career_card .action-btn .cat{
  width:70%;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 0.7vw;
  height: 1.8vw;
  overflow: hidden;
}

.career_card .action-btn .apply{
  width:70%;
  text-align: right;
}

.career_card .action-btn .apply a{
  text-decoration: none;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 0.7vw;
}


.career_card .action-btn .apply a:hover{
  color: var(--red-primary);
}

.career-main-content .tabs-nav select{
  border: 0!important;
    color: var(--black-primary);
    font-family: var(--medium-font);
    font-size: 0.9vw;
    line-height: 1.35vw;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 0.75vw;
    margin-left: -0.3vw;
    background: url(/themes/custom/nasscomredesigntheme/images/red_drop_arrow.svg) no-repeat !important;
    background-size: 0.8vw !important;
    background-position: calc(100% - 0%) 0.4vw !important;
    background-repeat: no-repeat !important;
    width: 5vw;

}



.career-main-content .tabs-nav select:focus{
  outline: 0;
}


.market-industry-main-content .tabs-nav select{
  border: 0;
    color: var(--black-primary);
    font-family: var(--medium-font);
    font-size: 0.9vw;
    line-height: 1.35vw;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 0.75vw;
    margin-left: -0.3vw;
    background: url(/themes/custom/nasscomredesigntheme/images/red_drop_arrow.svg) no-repeat !important;
    background-size: 0.8vw !important;
    background-position: calc(100% - 0%) 0.4vw !important;
    background-repeat: no-repeat !important;
    width: 5vw;
}

.market-industry-main-content .tabs-nav select:focus{
  outline: 0;
}

.dropdown_menu {
  list-style-type: none;
  padding: 10px 10px 0px 10px;
  display: none;
}


.dropdown_menu li a{
  color: var(--black-primary);
  text-decoration: none;
  text-transform: capitalize;
}

.dropdown_menu li a:hover{
  color: var(--red-primary);
}

li.bold  > a{
  font-family: var(--bold-font);
}

.dropdown_menu li.active a{
  color: var(--red-primary);
}

/*--- career page end ---*/



/*--- career detail start ---*/

.career_job_detail{
  padding: 3vw 0vw 3vw 0vw;
  margin-left: 20%;
}



.career_job_detail .title_h3 {
  padding: 2.5vw 0vw 1.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
}

.career_job_detail h4{
  font-size: 1.6vw;
  line-height: 2.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 5vw;
  margin-top: 3vw;
}

.career_job_detail p{
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 1vw;
  width: 60vw;
  margin-bottom: 0.2vw;
}

.careerpage.detailed .rd-btn_light {
  position: fixed;
  right: 2%;
  top: 20%;
}


@media (max-width:767px){

  .careerpage.detailed .pb-5{
    padding-bottom: 0.8rem !important;
  }

  .careerpage.detailed .rd-btn_light {
    position: static;
    font-size: 3.6vw;
    margin-bottom: 5vw;
    border-radius: 8.5vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;

  }
}

.career_job_detail .red_text{
  font-family: var(--bold-font);
    color: var(--red-primary);
    margin-bottom: 1.5vw;
}

.career_job_detail ul{
  margin-bottom: 1.5vw;
}

.career_job_detail ul li{
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 1vw;
  width: 60vw;
  margin-bottom: 0.2vw;
}


.career_job_detail p span{
  font-family: var(--bold-font);
}

.cstm_divider{
  height: 0.1vw;
  width: 100%;
  background: var(--black-primary);
  margin-top: 2vw;
}


.nsm_form_section{
  background: #efefef;
  padding: 5vw 0vw 5vw 0vw;
  margin-bottom: -5%;
  position:relative;
  z-index: 9;
}

.nsm_form_section .title_h3 {
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 1.8vw;
}

.nsm_form_section .sub_text{
  color: var(--red-primary);
  font-family: var(--regular-font);
  font-size: 1vw;
  width: 60vw;
  margin-bottom: 0.2vw;
}

.nsm_form_section .container{
  padding-left: 15%;
}


@media (max-width:767px){

  .application_form  input[type="submit"]{
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    border-radius: 8vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
    margin-bottom: 3vw;
    margin-top: 3vw;
  }

.application_form input[type="file"]{
  padding: 1.2rem 3.5vw;
  min-height: 3.5rem;
}


#applynow .application_form input[type="file"]{
  padding: 3vw 1.5vw;
  min-height: 2.5rem;
}

}

.application_form #fileLabel{
  width: 85%;
}

.application_form #fileLabel2{
  width: 85%;
}

@media (max-width:767px){
  .application_form #fileLabel2{
    width: 80%;
  }
}

form input[type="submit"]:hover{
  background: var(--red-secondary);
}

form.application_form{
  margin-top: 2.4vw;
}

.fileupload{
  position: relative;
}

#fileLabel{
  color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 1vw;
    /* margin-bottom: 0.2vw; */
    position: absolute;
    left: 2.4vw;
    top: 14px;
}

#fileLabel2{
  color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 1vw;
    /* margin-bottom: 0.2vw; */
    position: absolute;
    left: 2.4vw;
    top: 14px;
}


/*--- career detail end ---*/


/*-- membership form single start --*/

.membership_form_single .title_h1 {
  padding: 2.5vw 0vw 1.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
}

.membership_form_single .nsm_context .bold_red{
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 1.5vw;
}

.membership_form_single .nsm_context {
  color: var(--black-primary);
  font-family: var(--regular-font);
  width: 90%;
}

.nsm_membership_section{
  padding: 5vw 0vw 0vw 0vw;
  margin-left: 20%;
}

.nsm_membership_section h4 {
  font-size: 1.8vw;
  line-height: 2.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}


}

form.node-member-profile-form .form-textarea{
   padding: 1vw 1.5vw!important;
}


form.node-member-profile-form .form-textarea::placeholder{

font-size: 1vw!important;
color: var(--black-primary)!important;
font-family: var(--regular-font)!important;
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>')
    no-repeat!important;
    background-size: 1vw !important;
    background-position: calc(100% - 1.5vw) 1.2vw !important;
  background-repeat: no-repeat!important;
}


@media (max-width:767px){

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>')
    no-repeat!important;
    background-size: 3.5vw !important;
    background-position: calc(100% - 3.5vw) 3.5vw !important;
  background-repeat: no-repeat!important;
}

}

#register input[type="submit"]{
  margin-top: 3vw;
}

.submit-btnblock{
  text-align: center;
  margin: 3vw 0vw 0vw;
}


.submit-btnblock input[type="submit"]{
  padding: 1vw 8vw 1vw 8vw;
}

@media (max-width:767px){
  .submit-btnblock input[type="submit"]{
    border-radius: 8.5vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
    margin-bottom: 3vw;
  }
}

.nsm_membership_section .sub_text{
  font-size: 1vw;
  line-height: 2.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 1.5vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.8vw;
    line-height: 1.2vw;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-bottom: 1.5vw;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1vw;
  width: 1vw;
  background-color: #fff;
border:1px solid black;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #f5f5f5;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #c33531;
border:0px solid black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 0.4vw;
  top: 0.1vw;
  width: 0.3vw;
  height: 0.6vw;
  border: solid white;
  border-width: 0 0.2vw 0.2vw 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.tc_content .container-checkbox{
  width: 62%;
}

.tc_content .container-checkbox a{
  text-decoration: underline;
  color: var(--black-primary);

}



/*-- membership form single end --*/



/*--- media press start ---*/

.filter_search{
  text-align: end;
}

.filter_search img{
  height: 1.2vw;
  width: 1.2vw;
  margin-top: 1.2vw;
}


.tabs-content .media_card{
  margin-bottom: 2vw;
}

.tabs-content .media_card .media_card_content{
  border: 2px solid var(--grey-primary);
  border-radius: 0vw 0vw 1vw 1vw;
  background: #eeeeee;
}

.tabs-content .media_card img{
  width:100%;
  border-radius: 1vw 1vw 0vw 0vw;
}

.tabs-content .media_card .job_title{
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 0.9vw;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0.5vw;
  padding: 1vw 1vw 0vw 1vw;
  height: 4vw;
  overflow: hidden;
}

.tabs-content .media_card .job_desc{
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 0.7vw;
  line-height: 1.1vw;
  text-align: left;
  margin-bottom: 1.5vw;
  padding: 0vw 1vw;
  height: 3.5vw;
  overflow-x: hidden;
}

.tabs-content .media_card .seperator{
  height: 1.5px;
  width: 100%;
  background: var(--grey-primary);
}

.media_card .action-btn{
  padding: 0.8vw 1vw;
  display: flex;
}

.media_card .action-btn .postdate{
  width:50%;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 0.7vw;
}

.media_card .action-btn .category{
  width:50%;
  text-align: right;
}

.media_card .action-btn .category a{
  text-decoration: none;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 0.7vw;
}


.media_card .action-btn .apply a:hover{
  color: var(--red-primary);
}


.media_press_tabcontent{
  margin-bottom: 0vw;
}



.media_contact{
  padding: 5vw 0vw 0vw 0vw;
  margin-left: 20%;
}

.media_contact h4 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}

.media_contact p{
  color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 1vw;
    line-height: 1.35vw;
    margin-bottom: 0.4vw;
}

.media_contact a{
  color: var(--black-primary);
    font-family: var(--regular-font);
    font-size: 1vw;
    line-height: 1.35vw;
    text-decoration: none;
    display: block;
}

.media_contact a:hover{
  color: var(--red-primary);
}


.media_contact .bold_text{
  font-family: var(--bold-font);
}

.media_contact .seperator{
  height: 1px;
  width: 100%;
  background: var(--black-primary);
  margin-top: 2.5vw;
}


.media_kit .section_title h5 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}

.media_kit{
  margin-left: 15%;
  padding-top: 5vw;
  border-top: 1px solid var(--black-primary);
}

.media_press_page{
  margin-bottom: 0;
}

/*--- media press end ---*/


.nsm_faq_section{
  background: #efefef;
  padding: 5vw 0vw 5vw 0vw;
  margin-bottom: -5%;
  position:relative;
  z-index: 999;
}

.nsm_faq_section .title_h3{
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 3vw;
  font-size: 3vw;
  line-height: 4vw;
  margin-bottom: 4vw;
}





.nsm_faq_section .accordion-item{
  margin-bottom: 0.8vw;
  background: var(--red-primary);
  border-radius: 1vw!important;
}

.nsm_faq_section .accordion-item .accordion-button{
  background: var(--red-primary);
  border-radius: 1vw!important;
  color: var(--white-primary);
  box-shadow: none;
  font-size: 1vw;
  line-height: 1.5vw;
  font-family: var(--bold-font);
  padding: 1vw 2vw;
}

.nsm_faq_section  .accordion-body{
  color: var(--white-primary);
  background: var(--red-primary);
  border-radius: 0vw 0vw 1vw 1vw;
  font-size: 1vw;
  font-family: var(--medium-font);
}

.accordion-button::after{
  background-image:url('/themes/custom/nasscomredesigntheme/images/acc.svg')!important;
}

.nsm_faq_section .container{
  padding-left: 15%;
}

.media_kit-slider .item-block {
  margin-right: 1vw;
}

.media_kit-slider .item-block img {
  border-radius: 1.5vw;
  margin-bottom: 1.8vw;
  height: 24vw;
  object-fit:cover;
  border-radius: 1.5vw;
}

.media_kit-slider .item-block .block-title {
  font-size: 1.5vw;
  line-height: 2.25vw;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 1.5vw;
}

/*--- career page end ---*/


.nsm_footer-area-dark {
  background: url("/themes/custom/nasscomredesigntheme/images/footer-dark-bg.svg");
  background-size: cover;
  margin-left: 22.8%;
  margin-top: 5%;
  padding: 4vw 0vw 2.5vw 0vw;
  z-index: 99;
    position: relative;
}


.nsm_footer-area-dark .title_h3 {
  color: var(--white-primary);
  margin-bottom: 3.5vw;
  font-family: var(--regular-font);
  border-top: 0px solid var(--white-primary);
}

.nsm_footer-area-dark .nsm_footer-widget {
  background: transparent;
  width: 100%;
}

.nsm_footer-area-dark .nsm_withimage-block {
  width: 55%;
  border-radius: 2vw;
  margin-right: 1%;
}

.nsm_footer-area-dark .nsm_withtext-block {
  width: 38%;
  border-radius: 2vw;
  margin-right: 1%;
  padding: 2vw;
  position: relative;
}

.nsm_footer-area-dark .nsm_withtext-block .nsm_desc {
  color: var(--white-primary);
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-family: var(--regular-font);
}

.nsm_footer-area-dark .nsm_withtext-block .nsm_detail {
  bottom: 1.8vw;
  position: absolute;
  display: flex;
  width: 100%;
}

.nsm_footer-area-dark .nsm_withtext-block .nsm_detail .label {
  color: var(--white-primary);
  font-size: 1.2vw;
  line-height: 2vw;
  font-family: var(--bold-font);
}

.nsm_footer-area-dark .nsm_withtext-block .nsm_detail .date {
  color: var(--white-primary);
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-family: var(--bold-font);
  position: absolute;
  right: 15%;
}


.nsm_footer-area-dark .container{
  padding-right: 0;
  margin-right: 0;
}

.nsm_footer-area-dark .container .col-md-12{
  padding-right: 0;
}

.scrolling-wrapper {
  display: flex;
  flex-wrap: no-wrap;
  overflow-x: auto;
  cursor: grab;
}

.scrolling-wrapper::-webkit-scrollbar {
  display: none !important;
}

.scrolling-wrapper.active {
  cursor: grabbing;
}

.scrolling-wrapper[data-dragging="true"] a {
  pointer-events: none;
}

.footer_slider{
height: 22vw;
}

.footer_slider .nsm_block_footer {
  flex: 0 0 auto;
  /* Centering text only */
  display: flex;
  height: 22vw;
}

.footer_slider  .nsm_withtext-block{
  margin-right: 0.5%;
  width: 340px!important;
}

.footer_slider  .nsm_withimage-block{
  margin-right: 0.5%;
  width: 480px!important;
}

.footer_slider  .nsm_withimage-block img{
  object-fit: cover;
}

.widget-reddark {
  background: var(--red-secondary);
}

.widget-blackdark {
  background: var(--black-primary);
}

.widget-redlight {
  background: var(--black-primary);
}

.nsm_footer-area-dark .nsm_footer-text {
  font-size: 1.5vw;
  font-family: var(--regular-font);
  color: var(--white-primary);
  margin-bottom: 1.5vw;
}

.nsm_footer-area-dark .nsm_footer-social {
  font-size: 1.5vw;
  font-family: var(--medium-font);
  color: var(--white-primary);
  margin-bottom: 1.5vw;
  text-decoration: none;
}

.nsm_footer-area-dark .nsm_footer-social a {
  text-decoration: none;
  color: var(--white-primary);
  font-size: 1.2vw;
}
.section {
  /* position: relative; */
  height: 100vh;
}




/*---- login ---*/


.loginregister_page .tabs-nav-login ul {
  margin: 0;
  padding: 0;
}

.loginregister_page .tabs-nav-login li {
  display: inline-block;
  color: var(--black-primary);
  margin-right: 5px;
}

.loginregister_page .tabs-nav-login a {
  display: block;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 0.75vw;
}

.loginregister_page .tabs-nav-login p{
  color: var(--black-primary);
  font-family: var(--bold-font);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-transform: uppercase;
}
/* Active tab */

.loginregister_page .tabs-nav-login li.active {
  color: var(--red-primary);
}

.loginregister_page .tabs-nav-login li.active a {
  color: var(--red-primary);
  border-bottom: 1px solid var(--red-primary);
  padding-bottom: 0.25vw;
}

.loginregister_page .tabs-content-login {
  border-top: 1px solid var(--black-primary);
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding-top: 4vw;
  overflow: hidden;
}

.loginregister_page  .tabs-content-login .tab-item:not(:first-child) {
  display: none;
}

.loginregister_page{
  background: var(--black-primary);
  padding: 3vw 0px;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
  display: none;
}

.loginregister_page .form_card{
  background: var(--white-primary);
  width:30vw;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 3vw 2vw;
}

.loginregister_page .form_card .form_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 1.2vw;
}

.loginregister_page .form_card .form_logo img{
  width:12vw;
}

.loginregister_page .form_card .form_close{
  position: absolute;
  top: 2.5%;
  right: 5%;
  cursor: pointer;
}

.loginregister_page .form_card .form_close img{
  width:1.8vw;
}


.loginregister_page .form_card .form_close2{
  position: absolute;
  top: 2.5%;
  right: 5%;
  cursor: pointer;
}

.loginregister_page .form_card .form_close2 img{
  width:1.8vw;
}

.loginregister_page .form_card form input[type="submit"]{
  padding: 1vw 2vw 1vw 2vw;
  border-radius: 2.5vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 0;
  width: 100%;
  margin-bottom: 0;
}


.loginregister_page .form_card form input[type="submit"]:hover{
  background: var(--red-secondary);
}


.loginregister_page .form_card form input[type="checkbox"]{
  width:max-content;
  accent-color: var(--red-secondary);
  height: 15px;
  width: 15px;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 0;
  -webkit-appearance: checkbox;
}

.loginregister_page .form_card form label{
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 12px;
}

.loginregister_page .tabs-nav-login{
  padding-bottom: 0;
  padding-top: 1.5vw;
}

.loginregister_page .tabs-content-login{
  padding-top: 3vw;
}

.loginregister_page .tabs-nav-login li{
  margin-right: 0.2vw;
}

.loginregister_page  .tabs-nav-login li.active a{
  padding-bottom: 0.8vw;
}


.loginregister_page .tabs-content-login{
  margin-top: 0;
}


.calculatepopup .popup-title{
  font-family: var(--medium-font);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2vw;
    font-size: 1.1vw;
    line-height: 2.1vw;
    border-bottom: 1px solid var(--black-primary);
    padding-bottom: 1.5vw;
    margin-top: 2vw;
}


.calculatepopup table{
  margin-bottom: 2vw;
  font-size: 0.9vw;
  font-family: var(--medium-font);
  color: var(--black-primary);
  width: 100%;
}

.calculatepopup .total-charge{
  margin-bottom: 0vw;
  border-top: 1px solid var(--black-primary);
}



.calculatepopup table .desc{
  width: 75%;
}

.calculatepopup table .value{
  text-align: right;
}

.calculatepopup table td{
  padding: 0.7vw 0vw;
}

.calculatepopup table.total-charge td{
  font-family: var(--bold-font);
  color: var(--black-primary);
  padding-top: 1.5vw;
}


@media (max-width:767px){
  .calculate-btn .rd-btn {
    color: var(--white-primary);
    background: var(--red-primary);
    cursor: pointer;
    border-radius: 8vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw!important;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
    margin-bottom: 3vw;
}

.loginregister_page .form_card .form_close2 img{
  width: 4.8vw;
}

.calculatepopup .popup-title {
  font-family: var(--medium-font);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5vw;
  font-size: 4.2vw;
  line-height: 5.2vw;
  border-bottom: 1px solid var(--black-primary);
  padding-bottom: 5.5vw;
  margin-top: 5vw;
}

.calculatepopup .form_card .form_logo img {
  width: 48vw!important;
}

.calculatepopup table {
  margin-bottom: 5vw;
  font-size: 3.2vw;
  font-family: var(--medium-font);
  color: var(--black-primary);
  width: 100%;
}

.calculatepopup table td {
  padding: 2.1vw 0vw;
}

.calculatepopup table.total-charge td{
  padding-top: 3.5vw;
}

}


/*---- login ---*/







/* ******************************************* */
/* ******************CSS******************* */
/* ******************************************* */
#fullpage {
  width: calc(100% - 400px);
  /* border: 1px solid red; */
}

.main {
  position: relative;
  height: 100vh;
  padding: 0;
  /* border: 1px solid yellow; */
/*  z-index: 100;*/
}
.logo-div {
  opacity: 1;
  left: -14%;
  top: 80vh;
  position: fixed;
  /* bottom: 20px; */
  z-index: 9;
  width: 100%;
  /* border: 1px solid black; */
}
.nsm_navbar.nsm_navbar_white li a {
  color: #fff;
}
.driving-innovative-carousel {
  /* transform: translate(0%, 100%); */
}
.we-are-innovation-div {
  color: var(--red-primary);
  /* transform: translate(0%, 100%); */
  padding: 0 70px 0 200px;
}

.we-are-innovation-div .title_h1{
  font-size: 3.4vw;
  line-height: 4.4vw;
}

.thought-leadership-div {
  position: absolute;
  bottom: -18%;
  right: 5%;
  /* background: url("/themes/custom/nasscomredesigntheme/images/Mesh-Gradient-Red.svg"); */
  background-image: linear-gradient(to right, #781a19, #9d1f1a);
  border-radius: 20px;
  width: 40%;
  height: 57vh;
}
.thought-leadership-div .thought-leadership-box {
  padding: 2.5vw;
  background-size: cover;
  height: 28vw;
  width: 100%;
  margin: 0;
}

.thought-leadership-div .thought-leadership-box .title_h4 {
  color: var(--white-primary);
  margin-bottom: 1.5vw;
}



.thought-leadership-div .thought-leadership-box .list-item {
  padding: 0;
  width: 24vw;
}

.thought-leadership-div .thought-leadership-box .list-item li {
  list-style-type: none;
  margin-bottom: 1.5vw;
}

.thought-leadership-div .thought-leadership-box .list-item li .list-title {
  font-size: 1vw;
  line-height: 1.5vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 0.5vw;
}

.thought-leadership-div .list-item li .list-context {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
}

.nasscom-members-container {
  padding: 5vw 2.5vw;
  border-radius: 1.5vw;
  background: url("/themes/custom/nasscomredesigntheme/images/BG-Red.svg");
  /* background-image: linear-gradient(to right, #781a19, #9d1f1a); */
  background-size: cover;
  height: 22vw;
  width: 22vw;
  margin: 0;
  position: absolute;
  /* bottom: -10%; */
  /* right: 5%; */
  /* left: 20%; */
  /* transform: translate(40%, -10%); */
  border-radius: 50%;
  display: flex;
}
.nasscom-members-content {
  align-self: center;
}
.nasscom-members-desc {
  font-size: 1.5vw;
  line-height: 2.25vw;
  text-align: center;
  color: var(--white-primary);
  font-family: var(--regular-font);
  font-weight: 200;
}
.brain-icon-container {
  opacity: 0;
  position: absolute;
  right: 2%;
  top: 2%;
  width: 19vw;
}

.dollar-icon-container {
  opacity: 0;
  position: absolute;
  left: 20%;
  bottom: -18%;
  width: 18vw;
}

.economic-rejuvenation-div {
  position: absolute;
  right: 5%;
  top: 28%;
  width: 24vw;
}

.economic-rejuvenation-div .title_h4 {
  color: var(--white-primary);
  margin-bottom: 2vw;
}

.economic-rejuvenation-div .list-item {
  padding: 0;
}

.economic-rejuvenation-div .list-item li {
  list-style-type: none;
  margin-bottom: 1.5vw;
}

.economic-rejuvenation-div .list-item li .list-title {
  font-size: 1vw;
  line-height: 1.5vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 0.5vw;
}

.economic-rejuvenation-div .list-item li .list-context {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
}

.inclusive-growth-div {
  position: absolute;
  right: 5%;
  top: 28%;
  width: 24vw;
}

.inclusive-growth-div .title_h4 {
  color: var(--white-primary);
  margin-bottom: 2vw;
}

.inclusive-growth-div .list-item {
  padding: 0;
}

.inclusive-growth-div .list-item li {
  list-style-type: none;
  margin-bottom: 1.5vw;
}

.inclusive-growth-div .list-item li .list-title {
  font-size: 1vw;
  line-height: 1.5vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 0.5vw;
}

.inclusive-growth-div .list-item li .list-context {
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
}

.trending-icon-container {
  position: absolute;
  left: 35%;
  bottom: -10%;
  width: 20vw;
}


#membership_page{
  z-index: 0;
}

.nsm_membership_review{
  background: linear-gradient(45deg,  #000000a6,  #000000a6) ,url("/themes/custom/nasscomredesigntheme/images/membership_page_gif.gif");
  background-size: cover;
  padding: 6vw 0vw 6vw 0vw;
  border-radius: 1.5vw;
  height:100vh;
  position: relative;
}


.nsm_membership_review .title_h3{
  text-align: center;
  color: var(--white-primary);
  font-family: var(--medium-font);
  font-size: 3vw;
  line-height: 4vw;
  width: 62%;
  margin: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nsm_membership_review .title_h3 span{
  text-align: center;
  color: var(--white-primary);
  font-family: var(--medium-font);
  font-size: 1.8vw;
  line-height: 2.25vw;
  font-style: italic;
  margin-top: 3.5vw;
  display: block;
}



.membership_detail_section{
  padding: 3vw 0vw 3vw 0vw;
}

.membership_detail_section .container{
  padding-left: 15%;
}

.membership_detail_section .row:nth-child(1){
  border-bottom: 0px solid var(--black-primary);
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  align-items: center;
}


.membership_detail_section .rd-btn{
  color: var(--white-primary);
  float: right;
}

.membership_detail_section .title_h3 {
  padding: 2.5vw 0vw 1.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
}

@media(max-width:767px){

  .membership_detail_section .rd-btn{
    float: none;
    padding: 5vw 6.75vw 5vw 6.75vw;
    border-radius: 8.5vw;
    color: var(--red-primary);
    text-transform: uppercase;
    background: var(--red-secondary);
    font-size: 3.6vw;
    line-height: 5.35vw;
    color: var(--white-primary);
    margin-bottom: 6vw;
    width: 100%;
  }


  .membership_detail_section .title_h3 {
    padding: 5.5vw 0vw 3.5vw 0vw;
    color: var(--red-primary);
    font-family: var(--bold-font);
  }
}


.membership_detail_section .joining_criteria{
  margin-bottom: 3vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid var(--black-primary);
}

.membership_detail_section .joining_criteria h4 {
padding: 0vw 0vw 1.5vw 0vw;
color: var(--red-primary);
font-family: var(--bold-font);
font-size: 3vw;
line-height: 4vw;
margin-bottom: 1vw;
}


.membership_detail_section .joining_criteria .point{
  font-family: var(--bold-font);
  text-transform: uppercase;
  color: var(--black-primary);
  font-size: 0.8vw;
  line-height: 1.2vw;
}

.membership_detail_section .joining_criteria .desc{
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 1.1vw;
  line-height: 1.8vw;
  width: 94%;
}




/* .membership_detail_section .membership_fees{
  margin-bottom: 3vw;
  padding-bottom: 2vw;
  border-bottom: 1px solid var(--black-primary);
} */

.membership_detail_section .membership_fees h4 {
padding: 0vw 0vw 1.5vw 0vw;
color: var(--red-primary);
font-family: var(--bold-font);
font-size: 3vw;
line-height: 4vw;
margin-bottom: 1vw;
}


.membership_detail_section .membership_fees .point{
  font-family: var(--bold-font);
  text-transform: uppercase;
  color: var(--black-primary);
  font-size: 0.8vw;
  line-height: 1.2vw;
}

.membership_detail_section .membership_fees .desc{
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 1.1vw;
  line-height: 1.8vw;
  width: 94%;
  margin-bottom: 2.5vw;
}

.membership_detail_section .membership_fees a{
  width: auto;
    padding: 1vw 1.75vw 1vw 1.75vw;
    border-radius: 0.5vw;
    color: var(--red-primary);
    text-transform: uppercase;
    background: var(--white-primary);
    font-size: 0.9vw;
    line-height: 1.35vw;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--red-primary);
}

.membership_detail_section .membership_fees a:hover{
  background: var(--red-primary);
  color: var(--white-primary);
}



.nsm_footer_div {
  width: 100vw;
  height: 0vh;
  position: absolute;
  z-index: 9;
}

.nsm_footer_div .container {
  margin-left: 20%;
  margin-top: 2%;
}

.nsm_footer_div .title_h3 {
  color: var(--red-primary);
  margin-bottom: 2.5vw;
}

.footer-text-div {
  position: absolute;
}



/*---- Perspectives page start ----*/

.perspectives-industry-intro {
  padding: 5vw 0vw;
  margin-bottom: -8%;
  margin-left: 20%;
}

.perspectives-industry-intro .title_h1 {
  padding: 2.5vw 0vw 3.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
}

.perspectives-industry-intro .nsm_context{
  color: var(--black-primary);
  font-family: var(--regular-font);
}



.perspectives-industry-intro .banner_block{
  position: relative;
}

.perspectives-industry-intro .banner_block img{
  width: 100%;
  height: 36vw;
  object-fit: cover;
  object-position:center;
  border-radius: 1vw;
}


.perspectives-main-content {
  padding: 5vw 0vw;
  margin-bottom: -8%;
  margin-left: 20%;
}



.perspectives-main-content .tab{
  text-decoration: none;
  font-size: 0.9vw;
  line-height: 1.35vw;
  font-family: var(--medium-font);
  color: var(--black-primary);
  text-transform: uppercase;
  margin-right: 20px;
}

.perspectives-main-content .tab.active{
  color: var(--red-primary);
  border-bottom: 1px solid var(--red-primary);
  padding-bottom: 0.25vw;
}

.perspectives-main-content .tabs-nav select{
  border: 0;
    color: var(--black-primary);
    font-family: var(--medium-font);
    font-size: 0.9vw;
    line-height: 1.35vw;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 0.75vw;
    margin-left: -0.3vw;
    background: url(/themes/custom/nasscomredesigntheme/images/red_drop_arrow.svg) no-repeat !important;
    background-size: 0.8vw !important;
    background-position: calc(100% - 0%) 0.4vw !important;
    background-repeat: no-repeat !important;
    width: 5vw;

}

.perspectives-main-content .tabs-nav select:focus{
  outline: 0;
}


.perspectives_card{
  margin-bottom: 2vw;
}

.perspectives_card .perspectives_card_content{
  border: 2px solid var(--grey-primary);
  border-radius: 0vw 0vw 1vw 1vw;
  background: #eeeeee;
}



 .perspectives_card img{
  width:100%;
  height: 15.5vw;
  object-fit: cover;
  border-radius: 1vw 1vw 0vw 0vw;
}

.perspectives_card .job_title{
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 0.9vw;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0.5vw;
  padding: 1vw 1vw 0vw 1vw;
/*  height: 4.2vw;*/
  overflow: hidden;
}

.perspectives_card .job_desc{
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 0.7vw;
  line-height: 1.1vw;
  text-align: left;
  margin-bottom: 1.5vw;
  padding: 0vw 1vw;
  height: 3.5vw;
  overflow-y: hidden;
}





.perspectives_card .seperator{
  height: 2px;
  width: 100%;
  background: #e3e3e3;
}

.perspectives_card .action-btn{
  padding: 0.8vw 1vw;
  display: flex;
  align-items: center;
}

.perspectives_card .action-btn .postdate{
  width:33.33%;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 0.7vw;
}

.perspectives_card .action-btn .category{
  width:33.33%;
  text-align: center;
}

.perspectives_card .action-btn .category a{
  text-decoration: none;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 0.7vw;
}

.perspectives_card .action-btn .fee{
  width:33.33%;
  text-align: right;
}

.perspectives_card .action-btn .fee a{
  text-decoration: none;
  color: var(--red-primary);
  font-family: var(--regular-font);
  font-size: 0.7vw;
}

.perspectives_card .action-btn .apply a:hover{
  color: var(--red-primary);
}

.perspectives-main-content {
  padding: 5vw 0vw;
  margin-bottom: -8%;
  margin-left: 20%;
}



.perspectives-industry-intro.detailpage .title_h1 {
  padding: 2.5vw 0vw 1.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
}

.perspectives-industry-intro.detailpage .nsm_context{
  color: var(--black-primary);
  font-family: var(--regular-font);
  width: 98%;
}


.perspectives-industry-intro.detailpage .rd-btn_light {
  position: fixed;
  right: 3%;
  top: 20%;
  z-index: 9;
}

.perspectives-industry-intro.detailpage .white-btn {
  position: fixed;
  right: 3%;
  top: 28%;
  z-index: 9;
  background:none;
}

@media (max-width:767px){
  .perspectives-industry-intro.detailpage .rd-btn_light{
    position: static;
    border-radius: 8.5vw;
    color: var(--white-primary);
    text-transform: uppercase;
    background: var(--red-primary);
    margin-bottom: 4vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
  }

  .perspectives-industry-intro.detailpage .white-btn{
    position:static;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
  }
}

 .perspectives_card .action-btn .category{
  height: 1.8vw;
  overflow: hidden;
}

.perspectives_card .action-btn .postdate{
  height: 1.8vw;
  overflow: hidden;
}

.event-page .tabs-content .row{
  align-items: flex-start;
}

@media (max-width:767px){
  .event-page .perspectives_card .action-btn .category{
    height:max-content;
    overflow: visible;
  }

  .event-page .perspectives_card .action-btn .postdate{
    height: max-content;
    overflow: visible;
  }
}

#members_listing .tabs-nav select{
  width: 130px;
}

#members_listing  .perspectives_card .action-btn {
  padding: 0.8vw 1vw 1.5vw 1vw;
}

#members_listing .perspectives_card .perspectives_card_content{
  border-radius:10px;
  min-height: 9vw;
}

@media (max-width:767px){
  #members_listing .perspectives_card .perspectives_card_content{
    border-radius: 10px;

  }
}

#members_listing .perspectives_card .job_title{
  margin-bottom: 0vw;
  padding: 1vw 1vw 1vw 1vw;
  max-height: 5vw;
  min-height: 2.5vw;
  overflow-x: hidden;
}

#members_listing .perspectives_card .action-btn .category{
  width: auto;
  text-align: left;
}

#members_listing .perspectives_card .action-btn .category a{
  font-family: var(--medium-font);
}

#members_listing .perspectives_card .action-btn .fee{
  width: auto;
  text-align: left;
}

#members_listing .perspectives_card .action-btn .fee img{
  height: 0.8vw;
    width: 1.8vw;
    object-fit: contain;
    border-radius: 0;
    margin-left: 0.5vw;
}

#members_listing .tabs-nav ul{
  position: relative;
}

#members_listing .tabs-nav ul input{
  position: absolute;
    right: 1vw;
    top: 0.8vw;
    background: transparent;
    border-bottom: 1px solid var(--black-primary);
    border-width: 0px 0px 1px 0px;
    padding: 0.3vw 0.6vw;
    font-family: var(--regular-font);
    font-size: 0.9vw;
    display: none;
}

#members_listing .tabs-nav ul input:focus {
  border-bottom: 1px solid var(--black-primary);
  outline: 0;
}



#members_listing .filter_search {
  cursor: pointer;
}



@media (max-width:767px){
  #members_listing .tabs-nav ul input {
    position: absolute;
    right: 5vw;
    top: 8.8vw;
    background: transparent;
    border-bottom: 1px solid var(--black-primary);
    border-width: 0px 0px 1px 0px;
    padding: 0.3vw 0.6vw;
    font-family: var(--regular-font);
    font-size: 2.7vw;
}
}

.cstm_pagination {
  text-align: center;
}

.cstm_pagination ul{
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-top: 2vw;
}

.cstm_pagination ul li{
  display: inline-block;
}

.cstm_pagination ul li a{
  background: var(--grey-primary);
    min-width: 3vw;
    display: block;
    height: 2vw;
    text-align: center;
    font-size: 1vw;
    line-height: 2.1vw;
    text-decoration: none;
    color: var(--black-primary);
    padding:0vw 0.5vw;
    border-radius: 0.3vw;
    font-family: var(--medium-font);
}

.cstm_pagination ul li.disabled{
  display: none;
}

.cstm_pagination ul li.active a{
  background: var(--red-primary);
  color: var(--white-primary);
}

.cstm_pagination ul li a:hover{
  background: var(--red-secondary);
  color: var(--white-primary);
}

@media (max-width:767px){
  .cstm_pagination ul li a{
    background: var(--grey-primary);
      min-width: 5vw;
      display: block;
      height: 6.5vw;
      text-align: center;
      font-size: 3.5vw;
      line-height: 6.5vw;
      text-decoration: none;
      color: var(--black-primary);
      padding:0vw 4vw;
      border-radius: 1.4vw;
      font-family: var(--medium-font);
  }
}

@media (min-width:768px){
.nsm_main-logo .mobile_logo{
display: none;
}
}


.key_finding-section {
  background: var(--white-primary);
  padding: 6vw 0vw 3vw 0vw;
}


.key_finding-section .container {
  margin-left: 15%;
}

.key_finding {
  cursor: grab;
}

.key_finding .slick-list{
  padding: 0 30% 0 0 !important;
}

.key_finding-section .title_h3 {
  color: var(--red-primary);
  margin-bottom: 3vw;
  margin-top: 2vw;
  font-family: var(--regular-font);
}

.key_finding-section h4 {
  color: var(--red-primary);
  margin-bottom: 3vw;
  margin-top: 2vw;
  font-family: var(--bold-font);
  font-size: 1.8vw;
  line-height: 2.2vw;
}





.key_finding-section .key_finding .item-block {
  margin-right: 1vw;
}

.key_finding-section .key_finding .item-block img {
  border-radius: 1.5vw;
  margin-bottom: 1.8vw;
}

.key_finding-section .key_finding .item-block .block-title {
  font-size: 1.5vw;
  line-height: 1.8vw;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 1.5vw;
  padding-bottom: 2vw;
  border-bottom: 0.1vw solid var(--black-primary);
  display: flex;
  align-items: top;
  /* height: 5vw; */
}

.key_finding-section .key_finding .item-block .block-desc {
  font-size: 0.9vw;
  line-height: 1.3vw;
  color: var(--black-primary);
  font-family: var(--regular-font);
}

.video_block{
  position: relative;
}


.video_block img{
  width: 100%;
  height: 40vw;
  object-fit:cover ;
  border-radius: 1vw;
}

.video-playbtn{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

.video-playbtn img{
  height: 6vw;
  width: 6vw;
}


.fact_figures-section {
  background: url("/themes/custom/nasscomredesigntheme/images/Thought-Leadership.svg");
  background-size: cover;
  padding: 6vw 0vw 3vw 0vw;
}


.fact_figures-section .container {
  margin-left: 15%;
}

.fact_figures_slider {
  cursor: grab;
}



.fact_figures-section .title_h3 {
  color: var(--white-primary);
  margin-bottom: 3vw;
  margin-top: 2vw;
  font-family: var(--regular-font);
}


.fact_figures_slider .item-block img {
  border-radius: 1.5vw;
}

.fact_figures_slider .slick-list{
  padding: 0 40% 0 0!important;
}

.fact_figures_slider .slick-slide{
  margin: 0px 15px 0px 0px!important;
}



.perspectives-main-content-detailpage {
  padding: 5vw 0vw;
  margin-bottom: -8%;
  margin-left: 15%;
}

.perspectives-main-content-detailpage .title_h3 {
  color: var(--red-primary);
  font-family: var(--regular-font);
  margin-bottom: 3.5vw;
}


.event_detail-intro {
  padding: 5vw 0vw;
  margin-bottom: -4%;
  margin-left: 20%;
}

.event_detail-intro .title_h1 {
  padding: 2.5vw 0vw 3.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--regular-font);
}


@media (max-width:767px){
  .event_detail-intro .title_h1 {
    padding: 5.5vw 0vw 5.5vw 0vw;
    color: var(--red-primary);
    font-family: var(--bold-font);
  }
}

.event_detail-intro .nsm_context{
  color: var(--black-primary);
  font-family: var(--regular-font);
  width: 92%;
}


@media (max-width:767px){
  .event_detail-intro .nsm_context{
    color: var(--black-primary);
    font-family: var(--regular-font);
    width: 98%;
    font-size: 4.2vw;
    line-height: 5.8vw;
  }
}

.event_detail-intro .nsm_event_detail_date{
  font-size: 1.2vw;
  line-height: 1.6vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  text-align: left;
}

.event_detail-intro .nsm_event_detail_date p{
  margin-bottom: 1.6vw;
}

.event_detail-intro .banner_block{
  position: relative;
}

.event_detail-intro .banner_block img{
  width: 100%;
  height: 36vw;
  object-fit: cover;
  object-position:center;
  border-radius: 1vw;
}

.event_detail-content{
  padding: 3.5vw 0vw 0vw 0vw;
}

.event_detail-content .container{
  padding-left: 20%;
}

.event_detail-content h4 {
  font-size: 1.6vw;
  line-height: 2.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}

.event_detail-content h5 {
  font-size: 3vw;
  line-height: 3.6vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}

.event_detail-content p {
  margin-bottom: 0;
  font-size: 0.9vw;
  line-height: 1.4vw;
  font-family: var(--bold-font);
  color: var(--black-primary);
}

.event_detail-content ul li {
  font-size: 0.9vw;
  line-height: 1.4vw;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.event_detail-intro .rd-btn_light {
  position: fixed;
  right: 3%;
  top: 20%;
  z-index: 9;
}

@media (max-width:767px){
  .event_detail-intro .rd-btn_light{
    position: static;
    border-radius: 8.5vw;
    color: var(--white-primary);
    text-transform: uppercase;
    background: var(--red-primary);
    height: max-content;
        padding: 5.4vw 6.25vw 5.4vw 6.25vw;
        font-size: 3.4vw;
        line-height: 4.6vw;
        width: 100%;
        margin-bottom: 4vw;
  }
}

/*---- Perspectives page end ----*/


#desktop_tab{
  display: block;
}

#mobile_tab{
  display: none;
}

.recent_newsletters-section {
  background: var(--white-primary);
  padding: 3vw 0vw 3vw 0vw;
}


.recent_newsletters-section .container {
  margin-left: 15%;
}



.recent_newsletters-section h4 {
  color: var(--red-primary);
  margin-bottom: 3vw;
  margin-top: 2vw;
  font-family: var(--bold-font);
  font-size: 1.8vw;
  line-height: 2.2vw;
}

/* .recent_newsletters-section .row:nth-child(1){
  align-items: center;
} */

.recent_newsletters-section .rd-btn{
  color: var(--white-primary);
  margin: 1.5vw;
}


.newsletter_slider .item-block {
  margin-right: 1vw;
}



.newsletter_card .newsletter_card_content{
  border: 2px solid var(--grey-primary);
  border-radius: 0vw 0vw 1vw 1vw;
  background: #eeeeee;
}

 .newsletter_card img{
  width:100%;
  height: 15.5vw;
  object-fit: cover;
  border-radius: 1vw 1vw 0vw 0vw;
}

.newsletter_card .job_title{
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 0.9vw;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0.5vw;
  padding: 1vw 1vw 0vw 1vw;
  min-height: 2.8vw;
}

.newsletter_card .job_desc{
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 0.7vw;
  line-height: 1.1vw;
  text-align: left;
  margin-bottom: 1.5vw;
  padding: 0vw 1vw;
}

.recent_newsletters-section .newsletter_card .job_title{
  height: 4vw;
  overflow: hidden;
}

.recent_newsletters-section .newsletter_card .job_desc{
  height: 3.5vw;
  overflow-y: auto;
}

.newsletter_card .seperator{
  height: 2px;
  width: 100%;
  background:#e3e3e3;
}

.newsletter_card .action-btn{
  padding: 0.8vw 1vw;
  display: flex;
  align-items: center;
}

.newsletter_card .action-btn .postdate{
  width:33.33%;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 0.7vw;
}

.newsletter_card .action-btn .category{
  width:33.33%;
  text-align: center;
}

.newsletter_card .action-btn .category a{
  text-decoration: none;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 0.7vw;
}

.newsletter_card .action-btn .fee{
  width:33.33%;
  text-align: right;
}

.newsletter_card .action-btn .fee a{
  text-decoration: none;
  color: var(--red-primary);
  font-family: var(--regular-font);
  font-size: 0.7vw;
}

.newsletter_card .action-btn .apply a:hover{
  color: var(--red-primary);
}

.reg_complete .nsm_context{
  width: 90%;
  padding-bottom: 1vw;
}

.reg_complete .btn-block{
  margin-bottom: 3vw;
}

.reg_complete .btn-block a{
  text-transform: capitalize;
  margin-right: 1vw;
}

.reg_complete .nsm_context a{
  color: var(--red-primary);
  text-decoration: none;
  font-family: var(--bold-font);
}

.reg_complete .nsm_context a:hover{
  color: var(--red-secondary);
}

.reg_complete h4{
  font-size: 1.6vw;
  line-height: 2.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}

@media (max-width:767px){

  .reg_complete{
    margin-bottom: 3vw;
  }

  .reg_complete .nsm_context{
    width: 100%;
  }

  .reg_complete .btn-block{
    margin-bottom: 12vw;
  }

  .reg_complete h4{
    font-size: 7.5vw;
    line-height: 9.3vw;
    text-align: left;
    margin-bottom: 6vw;
  }

  .reg_complete .btn-block a {
    text-transform: capitalize;
    margin-right: 2vw;
    font-size: 3.6vw;
    line-height: 4.6vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    margin-bottom: 2vw;
    display: block;
    width:100%;
}
}


.key_finding-section#policypage{
  padding: 6vw 0vw 0vw 0vw;
}

@media (max-width:767px){
  .key_finding-section#policypage{
    padding: 9vw 0vw 9vw 0vw;
  }

}

.key_finding-section#policypage .container .key_finding {
  border-bottom: 1px solid var(--black-primary);
  padding-bottom: 6vw;
}

.nsm_focusarea-section {
  background: url("/themes/custom/nasscomredesigntheme/images/Thought-Leadership.svg");
  background-size: cover;
  padding: 6vw 0vw 3vw 0vw;
}

.nsm_focusarea-section .container {
  margin-left: 15%;
}

.nsm_focusarea-slider {
  cursor: grab;
}

.nsm_focusarea-slider .slick-list{
  padding: 0 30% 0 0 !important;
}

.nsm_focusarea-section .title_h3 {
  color: var(--white-primary);
  margin-bottom: 3vw;
  margin-top: 2vw;
  font-family: var(--regular-font);
}

/* .nsm_focusarea-section .nsm_focusarea-slider .item-block {
  margin-right: 1vw;
} */

.nsm_focusarea-section .nsm_focusarea-slider .item-block img {
  border-radius: 1.5vw;
  margin-bottom: 1.8vw;
  height: 15vw;
  object-fit: cover;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-title {
  font-size: 1.8vw;
  line-height: 2.25vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 1.5vw;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-list {
  font-size: 1.2vw;
  line-height: 1.8vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
  margin-bottom: 1.5vw;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-desc {
  font-size: 0.9vw;
  line-height: 1.4vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
  margin-bottom: 1.5vw;
}


.hamburger_icon{
  display: none;
}

.secondary-header .desk_logo{
  display: block;
}

.secondary-header .mobile_logo{
  display: none;
}


/*------- mobile responsive code start --------*/

@media (max-width:767px){


  body {
    margin: 0;
    overflow-x: clip;
    font-size: 3vw;
    line-height: 4.2vw;
}

.white-btn {
  width: auto;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
    padding: 5vw 6.75vw 5vw 6.75vw;
    border-radius: 8.5vw;
    color: var(--red-primary);
    text-transform: uppercase;
    background: var(--white-primary);
    font-size: 3.6vw;
    line-height: 5.35vw;
    margin-bottom: 6vw;
}

.slick-slider{
  margin-bottom: 15vw;
}

.title_h1 {
  font-family: var(--medium-font);
  font-size: 9.8vw;
  line-height: 11.75vw;
  text-align: left;
  font-weight: 300;
}

.title_h3{
  font-family: var(--medium-font);
    font-size: 7.5vw;
    line-height: 9.3vw;
    text-align: left;
}


.page-intro{
  margin-left: 0%;
}


.contact-main-content{
  margin-left: 0%;
  padding: 5vw 0vw 5vw 0vw;
  margin-bottom: 0;
}

.tabs-nav{
  padding: 0px 0px 1vw 0px;
  margin-bottom: 1vw;
}

.tabs-nav.stickyelement {
  position: sticky;
  background: var(--white-primary);
  top: 16vw;
}

.tabs-nav p{
  color: var(--black-primary);
    font-family: var(--bold-font);
    font-size: 4.2vw;
    line-height: 5.4vw;
    text-transform: uppercase;
    margin-right: 5vw;
    width: max-content;

}

.tabs-nav a{
  display: block;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 2.8vw;
  line-height: 3.70vw;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 2.75vw;
  margin-bottom: 1.75vw;
}

.tabs-nav li{
  margin-bottom: 2vw;
}

.tabs-content .content-block{
  margin-top: 3vw;
}

.tabs-content .content-block .inner-context{
    font-family: var(--regular-font);
    font-size: 2vw;
    line-height: 2.6vw;
    color: var(--black-primary);
    margin-bottom: 1.5vw;
}

.mobile_tabitems_block .headtab_item {
  display: none;
}
.mobile_tabitems_block .headtab_item.active {
  display: block;
}

.contact-main-content .tabs-content .heading{
  font-size: 4.2vw;
  line-height: 5.4vw;
}

.contact-main-content .tabs-content .desc {
  margin-bottom: 5.5vw;
  font-size: 4.2vw;
  line-height: 5.4vw;
}


.map-block iframe{
  height: 52vw;
}





.market-industry-intro{
  margin-left: 0%;
}

#people{
  padding: 10vw 0vw 0vw 0vw;
    margin-bottom: 0%;
    margin-left: 0%;
}

#people .tabs-nav{
  padding-left: 0%;
}

#people .tabs-content .col-5 {
  width: 50%;
}

.people-card img{
  margin-bottom: 2vw;
}


.people-card .name {
  font-size: 3.4vw;
  line-height: 3.8vw;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 1.4vw;
}


.people-card .desg {
  font-size: 2.9vw;
  line-height: 3.4vw;
  color: var(--black-primary);
  font-family: var(--regular-font);
}


.perspectives-industry-intro{
  margin-left: 0%;
}

.perspectives-industry-intro .title_h1 {
  padding: 5.5vw 0vw 5.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--bold-font);
}

.perspectives-industry-intro.detailpage .title_h1{
  font-family: var(--bold-font);
  padding: 5.5vw 0vw 5.5vw 0vw;
}


.perspectives-industry-intro .nsm_context {
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 4.2vw;
  line-height: 5.8vw;
}

.perspectives-main-content{
  margin-left: 0%;
  margin-bottom: 0;
}

.perspectives-main-content .tabs-nav select {
  border: 0;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 3.6vw;
  line-height: 4.8vw;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 0.75vw;
  margin-left: -0.3vw;
  background: url(/themes/custom/nasscomredesigntheme/images/red_drop_arrow.svg) no-repeat !important;
  background-size: 2.7vw !important;
  background-position: calc(100% - 0%) 1.2vw !important;
  background-repeat: no-repeat !important;
  width: 100%;
  margin-bottom: 3vw;
}

.perspectives_card {
  margin-bottom: 6vw;
}

.perspectives_card img{
  width:100%;
  height: 56.5vw;
  object-fit: cover;
  border-radius: 3vw 3vw 0vw 0vw;
}

.perspectives_card .perspectives_card_content {
  border: 2px solid var(--grey-primary);
  border-radius: 0vw 0vw 3vw 3vw;
  background: #eeeeee;
}

.perspectives-main-content-detailpage .title_h3 {
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 8vw;
}

.nsm_focusarea-section {
  background: url(/themes/custom/nasscomredesigntheme/images/Thought-Leadership.svg);
  background-size: cover;
  padding: 9vw 0vw 9vw 0vw;
}

.nsm_focusarea-section .container{
  margin-left: 0%;
}

.nsm_focusarea-section .title_h3 {
  color: var(--white-primary);
  margin-bottom: 6vw;
  margin-top: 3vw;
  font-family: var(--bold-font);
}

.nsm_focusarea-slider .slick-list {
  padding: 0 15% 0 0 !important;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block img {
  border-radius: 3.5vw;
  margin-bottom: 3.8vw;
  height: 35vw;
  object-fit: cover;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-title {
  font-size: 4.6vw;
  line-height: 5.8vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 3.5vw;
}

.nsm_focusarea-section .nsm_focusarea-slider ul{
  padding-left: 1rem;
}


.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-list {
  font-size: 3.8vw;
  line-height: 5vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
  margin-bottom: 3.5vw;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-desc {
  font-size: 3.6vw;
  line-height: 4.8vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
  margin-bottom: 3.5vw;
}

.career_job_detail .title_h3 {
  padding: 5.5vw 0vw 3.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--bold-font);
}





.recent_newsletters-section{
  padding: 6vw 0vw 28vw 0vw;
  position: relative;
}

.recent_newsletters-section .container {
  margin-left: 0%;
}

.recent_newsletters-section h4 {
  color: var(--red-primary);
  margin-bottom: 8vw;
  margin-top: 2vw;
  font-family: var(--bold-font);
  font-size: 4.8vw;
  line-height: 6vw;
}

.recent_newsletters-section .rd-btn {
  color: var(--white-primary);
  margin: 0;
  border-radius: 8.5vw;
  position: absolute;
    right: 3%;
    bottom: 0;
    height: max-content;
        padding: 5.4vw 6.25vw 5.4vw 6.25vw;
        font-size: 3.4vw;
        line-height: 4.6vw;
        width: 93%;
        margin-bottom: 8vw;
}



.newsletter_card img{
    width: 100%;
    height: 55.5vw;
    object-fit: cover;
    border-radius: 3vw 3vw 0vw 0vw;
}

.newsletter_card .newsletter_card_content {
  border: 2px solid var(--grey-primary);
  border-radius: 0vw 0vw 3vw 3vw;
  background: #eeeeee;
}

.newsletter_card .job_title {
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 3.6vw;
  line-height: 4.8vw;
  text-align: left;
  margin-bottom: 1.5vw;
  padding: 3vw 3vw 0vw 3vw;
  min-height: 5.8vw;
}

.newsletter_card .job_desc{
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 2.8vw;
  line-height: 4vw;
  text-align: left;
  margin-bottom: 3.5vw;
  padding: 0vw 3vw;
}


.newsletter_card .action-btn {
  padding: 2.4vw 3vw;
  display: flex;
  align-items: center;
}

.newsletter_card .action-btn .postdate{
  width:33.33%;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 2.8vw;
}

.newsletter_card .action-btn .category{
  width:33.33%;
  text-align: center;
}

.newsletter_card .action-btn .category a{
  text-decoration: none;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 2.8vw;
}

.newsletter_card .action-btn .fee{
  width:33.33%;
  text-align: right;
}

.newsletter_card .action-btn .fee a{
  text-decoration: none;
  color: var(--red-primary);
  font-family: var(--regular-font);
  font-size: 2.8vw;
}


.recent_newsletters-section .job_title {
  height: 20vw;
  min-height: 20vw;
  overflow: hidden;
}

.recent_newsletters-section .job_desc {
  height: 30vw;
  min-height: 30vw;
  overflow: hidden;
}



.tabs-content .content-block h5 {
  font-family: var(--extrabold-font);
  font-size: 5.5vw;
  line-height: 5.5vw;
  color: var(--red-primary);
  text-transform: uppercase;
  margin-bottom: 8.5vw;
}

.tabs-content .objective-point h6 {
  font-family: var(--bold-font);
  font-size: 4.2vw;
  line-height: 5.4vw;
  color: var(--black-primary);
  text-transform: uppercase;
  margin-bottom: 3.5vw;
}

.tabs-content .objective-point p {
  font-family: var(--regular-font);
  font-size: 4vw;
  line-height: 5.2vw;
  color: var(--black-primary);
  width: 100%;
  margin-bottom: 8vw;
}

.tabcontent-slider .item-block img {
  margin-bottom: 3vw;
}


.market-industry-main-content .tabs-nav#mobile_tab{
  border-top: 0px;
}

.market-industry-main-content .tabs-nav h4{
  font-family: var(--extrabold-font);
        font-size: 5.5vw;
        line-height: 5.5vw;
        color: var(--red-primary);
        text-transform: uppercase;
        margin-bottom: 8.5vw;
}

.market-industry-main-content .tabcontent-slider .item-block .block-title {
  text-transform: capitalize;
  color: var(--black-primary);
  font-size: 4vw;
  line-height: 5.2vw;
  margin-bottom: 3vw;
  font-family: var(--bold-font);
}

.market-industry-main-content .tabcontent-slider .item-block .block-desc {
  color: var(--black-primary);
  font-size: 3.8vw;
  line-height: 4.2vw;
  font-family: var(--regular-font);
}


.market-industry-main-content .tabs-content .content-block .inner-context{
  font-family: var(--regular-font);
  font-size: 3.6vw;
  line-height: 4.8vw;
  color: var(--black-primary);
  margin-bottom: 5.5vw;
}


.market-industry-main-content .tabs-content .content-block a {
    font-family: var(--bold-font);
    font-size: 3.6vw;
    line-height: 4.8vw;
    color: var(--black-primary);
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5vw;
    display: block;
    border-radius: 8.5vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
    margin-bottom: 3vw;
    text-align: center;
}

.innovation-tab-row .content-block a{
  position: static;
}

.market-industry-main-content .tabs-content {
  border-top: 0px solid var(--black-primary);
  margin-top: 3vw;
  margin-bottom: 8vw;
  padding-top: 7vw;
  overflow: hidden;
}


.market-industry-main-content .tabs-content .main-title h3 {
  font-family: var(--bold-font);
  font-size: 6vw;
  line-height: 7.2vw;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--red-primary);
}

.market-industry-main-content .tabs-content .main-title p {
  font-family: var(--bold-font);
  font-size: 3.6vw;
  line-height: 5.4vw;
  letter-spacing: 0em;
  text-align: left;
  color: var(--red-primary);
  margin-bottom: 0;
}

.market-industry-main-content .tabs-content .tab-item > .pb-5{
  padding-bottom: 1rem !important;
}


.nsm_footer-area-dark .title_h3 {
  color: var(--white-primary);
  margin-bottom: 8.5vw;
  font-family: var(--regular-font);
      border-top: 1px solid var(--white-primary);
    padding-top: 10vw;
}


.perspectives_card .job_title {
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 3.6vw;
  line-height: 4.8vw;
  text-align: left;
  margin-bottom: 3.5vw;
  padding: 3vw 3vw 0vw 3vw;
  min-height: max-content;
  height: max-content;
}


.perspectives_card .job_desc {
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 3.2vw;
  line-height: 4.4vw;
  text-align: left;
  margin-bottom: 4.5vw;
  padding: 0vw 3vw;
  height: max-content;
  overflow-y: visible;
}


.perspectives_card .action-btn{
  padding: 2.4vw 3vw;
  display: flex;
  align-items: center;
}

.perspectives_card .action-btn .postdate{
  width:33.33%;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.2vw;
  height: max-content;
}

.perspectives_card .action-btn .category{
  width:33.33%;
  text-align: center;
  height: max-content;
}

.perspectives_card .action-btn .category a{
  text-decoration: none;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.2vw;
}

.perspectives_card .action-btn .fee{
  width:33.33%;
  text-align: right;
}

.perspectives_card .action-btn .fee a{
  text-decoration: none;
  color: var(--red-primary);
  font-family: var(--regular-font);
  font-size: 3.2vw;
}


.filter_search img{
  height: 4.2vw;
  width: 4.2vw;
  margin-top: -16.8vw;
}


.event_detail-intro{
  margin-left: 0%;
}



.event_detail-intro .nsm_event_detail_date{
  font-size: 3.2vw;
  line-height: 3.8vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  text-align: left;
}

.event_detail-intro .nsm_event_detail_date p {
  margin-bottom: 3.2vw;
  font-size: 4.2vw;
  line-height: 4.8vw;

}


.event_detail-intro .banner_block img {
  width: 100%;
  height: 52vw;
  object-fit: cover;
  object-position: center;
  border-radius: 1vw;
}


.event_detail-content .container{
  padding-left: 3%;
}


.event_detail-content h4 {
  font-size: 4.2vw;
  line-height: 5.4vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}

.event_detail-content h5 {
  font-size: 3.6vw;
  line-height: 4.8vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 5vw;
}


.event_detail-content p {
  margin-bottom: 0;
  font-size: 3.6vw;
  line-height: 4.8vw;
  font-family: var(--bold-font);
  color: var(--black-primary);
  margin-bottom: 5vw;
}

.event_detail-content ul {
  padding-left: 1rem;
}

.event_detail-content ul li{
  margin-bottom: 0;
  font-size: 3.6vw;
  line-height: 4.8vw;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.event_detail-content .pb-5{
  padding-bottom: 0.8rem !important;
}


.careerpage .title_h3{
  padding: 0vw 0vw 3.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--medium-font);
  font-size: 6vw;
  line-height: 8vw;
}

.careerpage .video_block img{
  width: 100%;
  border-radius: 3vw;
  height: 60vw;
}



.careerpage .video-playbtn img{
  height: 12vw;
  width: 12vw;
}


.careerpage_slick .container {
  margin-left: 0;
}

.careerpage_slick ..white-btn{
  width: 100%;
}


.career_job_detail .pt-5{
  padding-top: 1rem !important;
}


.career_job_detail .col-md-12{
  padding-bottom: 1rem !important;
}


.nsm_strategic-section{
  padding: 9vw 0vw 9vw 0vw;
}

.nsm_strategic-section .title_h3 {
  color: var(--white-primary);
  margin-bottom: 6vw;
  margin-top: 5vw;
  font-family: var(--bold-font);
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-title{
  font-size: 4.6vw;
  line-height: 5.8vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 3.5vw;
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-desc {
  font-size: 3.6vw;
  line-height: 4.8vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
  margin-bottom: 3.5vw;
}

.nsm_strategic-section .nsm_strat-slider .item-block img {
  border-radius: 3.5vw;
  margin-bottom: 3.8vw;
}


.career_join_section .container{
  padding-left: 3%;
}


.career_join_section{
  padding: 9vw 0vw 9vw 0vw;
}

.career_join_section .title_h3 {
  padding: 3.5vw 0vw 2.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--bold-font);
}

.career_join_section p {
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.6vw;
  line-height: 4.8vw;
  width: 100%;
}



.career-main-content{
  margin-left: 0%;
}

.career-main-content .tabs-content{
  padding-top: 8vw;
}

.career-main-content .tabs-nav select{
  border: 0;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 2.8vw;
  line-height: 3.70vw;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 0.75vw;
  margin-left: -0.3vw;
  background: url(/themes/custom/nasscomredesigntheme/images/red_drop_arrow.svg) no-repeat !important;
  background-size: 2.7vw !important;
  background-position: calc(100% - 0%) 1.2vw !important;
  background-repeat: no-repeat !important;
  width:100%;
  margin-bottom: 3vw;
  font-size: 3.6vw;
  line-height: 4.8vw;
}

.career-main-content .tabs-nav.stickyelement{
  width: 100%;
  position: sticky;
  top:16vw;
}


.career-main-content .tabs-content .career_card{
  background: #eeeeee;
  border: 2px solid var(--grey-primary);
  border-radius: 3vw;
  margin-bottom: 5vw;
}

.career-main-content .tabs-content .career_card .job_title{
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 3.6vw;
  line-height: 4.8vw;
  text-align: left;
  margin-bottom: 3.5vw;
  padding: 3vw 3vw 0vw 3vw;
  height: max-content;
  overflow: visible;
}

.career-main-content .tabs-content .career_card .job_desc{
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 3.2vw;
  line-height: 4.4vw;
  text-align: left;
  margin-bottom: 4.5vw;
  padding: 0vw 3vw;
  height: max-content;
  overflow: visible;
}


.career_card .action-btn .cat{
  width:50%;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.2vw;
  height: max-content;
}

.career_card .action-btn .apply{
  width:50%;
  text-align: right;
}

.career_card .action-btn .apply a{
  text-decoration: none;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.2vw;
}


.career_card .action-btn {
  padding: 2.4vw 3vw;
  display: flex;
}

.career_card .action-btn .apply a:hover{
  color: var(--red-primary);
}




.career_job_detail{
  padding: 3vw 0vw 3vw 0vw;
  margin-left: 0%;
}


.career_job_detail h4 {
  font-size: 3.6vw;
  line-height: 5.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 2vw;
}

.career_job_detail p {
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.6vw;
  line-height: 4.8vw;
  width:100%;
  margin-bottom: 2.4vw;
}


.cstm_divider {
  height: 0.1vw;
  width: 100%;
  background: var(--black-primary);
  margin-top: 6vw;
}

.career_job_detail ul {
  margin-bottom: 1.5vw;
  padding-left: 1rem;
}

.career_job_detail ul li {
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.4vw;
  line-height: 4.6vw;
  width: 90%;
  margin-bottom: 1.2vw;
}

.career_job_detail .red_text {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 3vw;
  margin-top: 3vw;
}

.nsm_form_section{
  background: #efefef;
    padding: 10vw 0vw 10vw 0vw;
    margin-bottom: -5%;
    position: relative;
    z-index: 9;
}

.nsm_form_section .title_h3 {
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 3.6vw;
}


form input[type="submit"] {
  width: auto;
  padding: 5vw 8vw 5vw 8vw;
  border-radius: 8.5vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 0;
}





.nsm_form_section .sub_text {
  color: var(--red-primary);
  font-family: var(--regular-font);
  font-size: 4.2vw;
  line-height: 5.4vw;
  width: 100%;
  margin-bottom: 2.4vw;
}


.nsm_form_section .container {
  padding-left: 3%;
}



#fileLabel {
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.6vw;
  margin-bottom: 0;
  position: absolute;
  left: 6.4vw;
  top: 17px;
}


#fileLabel2 {
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.6vw;
  margin-bottom: 0;
  position: absolute;
  left: 6.4vw;
  top: 17px;
}



form input[type="file"] {
  background-image: url(/themes/custom/nasscomredesigntheme/images/lucide_upload.svg);
  background-size: 6vw 6vw;
  background-position: calc(100% - 15px) calc(100% - 16px);
  background-repeat: no-repeat;
  color: transparent;
  cursor: pointer;
  margin-bottom: 8px;
}


.nsm_faq_section{
  background: #efefef;
  padding: 12vw 0vw 12vw 0vw;
  margin-bottom: -5%;
  position: relative;
  z-index: 999;
}


.nsm_faq_section .container {
  padding-left: 3%;
  max-width: 100%;
}


.nsm_faq_section .title_h3{
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 6vw;
  line-height: 7vw;
  margin-bottom: 10vw;
}


.nsm_faq_section .accordion-item{
  border-radius: 3vw!important;
}

.nsm_faq_section .accordion-item .accordion-button{
  background: var(--red-primary);
    border-radius: 3vw !important;
    color: var(--white-primary);
    box-shadow: none;
    font-size: 3.6vw;
    line-height: 4.8vw;
    font-family: var(--bold-font);
    padding: 3vw 5vw;
}

.nsm_faq_section .accordion-body {
  color: var(--white-primary);
  background: var(--red-primary);
  border-radius: 0vw 0vw 3vw 3vw;
  font-size: 3.2vw;
  font-family: var(--medium-font);
}





.tabs-nav h4 {
  font-size: 3.6vw;
  line-height: 5.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 6vw;
}



.loginregister_page .form_card{
  top: 48%;
}


.loginregister_page .form_card .form_logo img{
  width: 32vw;
}

.loginregister_page .form_card .form_close img {
  width: 5.8vw;
}

.loginregister_page .form_card{
  width: 85vw;
  padding: 9vw 6vw;
}

.loginregister_page .form_card .form_logo{
  margin-bottom: 3.2vw;
}

form input{
  background: transparent;
  border: 1px solid var(--black-primary);
  padding: 3vw 3.5vw;
  width: 100%;
  margin-bottom: 10px;
  --webkit-appearance:none;
  border-radius: 0;
  color: var(--black-primary);
  height: max-content;
}


form input::placeholder{
  color: var(--black-primary)!important;
  font-family: var(--regular-font);
  font-size: 3.6vw;
  width: 60vw;
  margin-bottom: 0.6vw;
}

.loginregister_page .form_card form input[type="checkbox"] {
  width: max-content;
  accent-color: var(--red-secondary);
  height: 15px;
  width: 15px;
  padding: 0.3rem;
  float: left;
  margin-right: 0.3rem;
}

form select {
  background: transparent;
  border: 1px solid var(--black-primary);
  padding: 3vw 3.5vw;
  width: 100%;
  margin-bottom: 3.5vw;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.6vw;
  -webkit-appearance: none;
  border-radius: 0;
}

form{
  font-family: var(--regular-font)!important;
}

.loginregister_page .form_card form label{
  font-size: 12px;
}

.loginregister_page .form_card form input[type="submit"] {
  padding: 3vw 6vw 3vw 6vw;
  border-radius: 6.5vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 2.7vw;
  line-height: 4.05vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 0;
  width: 100%;
  margin-bottom: 0;
}



.media_kit {
  margin-left: 3%;
  padding-top: 8vw;
  border-top: 1px solid var(--black-primary);
  overflow-x: hidden;
}

.media_kit .section_title h5 {
  font-family: var(--extrabold-font);
        font-size: 5.5vw;
        line-height: 5.5vw;
        color: var(--red-primary);
        text-transform: uppercase;
        margin-bottom: 8.5vw;
}


.media_kit-slider .item-block img {
  margin-bottom: 3.8vw;
  height: 48vw;
  object-fit: cover;
  border-radius: 3.5vw;
}


.media_kit-slider .item-block .block-title {
  font-size: 4.2vw;
  line-height: 5.4vw;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 3.5vw;
}


.media_contact {
  padding: 5vw 0vw 0vw 0vw;
  margin-left: 0%;
}


.media_contact h4 {
  font-family: var(--extrabold-font);
        font-size: 5.5vw;
        line-height: 5.5vw;
        color: var(--red-primary);
        text-transform: uppercase;
        margin-bottom: 8.5vw;
}

.media_contact p {
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.8vw;
  line-height: 4.8vw;
  margin-bottom: 2.2vw;
}


.media_contact p:last-child{
  margin-bottom: 5vw;
}


.media_contact a {
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.8vw;
  line-height: 4.8vw;
  text-decoration: none;
  display: block;
}


.market-industry-main-content {
  padding: 5vw 0vw;
  margin-bottom: -8%;
   margin-left: 0%;
}


.market-industry-main-content .tabs-nav select{
  border: 0;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 3.6vw;
  line-height: 4.8vw;
  text-decoration: none;
  text-transform: uppercase;
  /* margin-right: 0.75vw; */
  /* margin-left: -0.3vw; */
  background: url(/themes/custom/nasscomredesigntheme/images/red_drop_arrow.svg) no-repeat !important;
  background-size: 10px !important;
  background-position: calc(100% - 0%) 2px !important;
  background-repeat: no-repeat !important;
  width: 100%;
  margin-bottom: 12px;
  padding-left: 0px;
}


.tabs-content .media_card .job_title {
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 3.6vw;
  line-height: 4.8vw;
  text-align: left;
  margin-bottom: 3.5vw;
  padding: 3vw 3vw 0vw 3vw;
  height: max-content;
  overflow: visible;
}


.tabs-content .media_card .job_desc {
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 3.2vw;
  line-height: 4.4vw;
  text-align: left;
  margin-bottom: 4.5vw;
  padding: 0vw 3vw;
  height: max-content;
}

.tabs-content .media_card {
  margin-bottom: 6vw;
}

.media_card .action-btn .postdate {
  width: 50%;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.2vw;
}

.media_card .action-btn .category a {
  text-decoration: none;
  color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 3.2vw;
}


.media_card .action-btn {
  padding: 2.4vw 3vw;
  display: flex;
}

.white-btn-trans {
    width: auto;
    padding: 3vw 3.75vw 3vw 3.75vw;
    border-radius: 5.5vw;
    color: var(--white-primary);
    text-transform: uppercase;
    background: transparent;
    font-size: 3.6vw;
    line-height: 5.35vw;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
}


.nsm_strategic-section#membership-strategic{
  padding: 9vw 0vw 9vw 0vw;
}

.nsm_strategic-section#membership-strategic .white-btn-trans{
  width: 100%;
}

.nsm_membership_review {
  background: linear-gradient(45deg, #000000a6, #000000a6), url(/themes/custom/nasscomredesigntheme/images/membership_page_gif.gif);
  background-size: cover;
  padding: 12vw 0vw 12vw 0vw;
  border-radius: 3.5vw;
  height: 50vh;
  position: relative;
}


.nsm_membership_review .title_h3 {
  text-align: center;
  color: var(--white-primary);
  font-family: var(--medium-font);
  font-size: 6vw;
  line-height: 7vw;
  width: 86%;
  margin: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nsm_membership_review .title_h3 span {
  text-align: center;
  color: var(--white-primary);
  font-family: var(--medium-font);
  font-size: 4.2vw;
  line-height: 5.25vw;
  font-style: italic;
  margin-top: 5.5vw;
  display: block;
}

.membership_detail_section .container {
  padding-left: 3%;
  margin: 0;
  max-width: 100%;
}

.membership_detail_section .joining_criteria .point {
  font-family: var(--bold-font);
  text-transform: uppercase;
  color: var(--black-primary);
  font-size: 4.2vw;
  line-height: 5.4vw;
}

.membership_detail_section .joining_criteria .desc {
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 4vw;
  line-height: 5.2vw;
  width: 95%;
}

.membership_detail_section .joining_criteria h4 {
  padding: 0vw 0vw 3.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--extrabold-font);
  font-size: 5.5vw;
  line-height: 5.5vw;
  margin-bottom: 3vw;
}

.membership_detail_section .joining_criteria .pb-5 {
  padding-bottom: 1rem !important;
}

.membership_detail_section .joining_criteria {
  margin-bottom: 6vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid var(--black-primary);
}



.membership_detail_section .membership_fees h4 {
  padding: 0vw 0vw 3.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--extrabold-font);
  font-size: 5.5vw;
  line-height: 5.5vw;
  margin-bottom: 3vw;
}


.membership_detail_section {
  padding: 6vw 0vw 6vw 0vw;
}



.membership_detail_section .membership_fees .point {
  font-family: var(--bold-font);
  text-transform: uppercase;
  color: var(--black-primary);
  font-size: 4.2vw;
  line-height: 5.4vw;
}


.membership_detail_section .membership_fees .desc {
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 4vw;
  line-height: 5.2vw;
  width: 100%;
  margin-bottom: 5.5vw;
}


.membership_detail_section .membership_fees a {
  border-radius: 3vw;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
  padding: 5.4vw 6.25vw 5.4vw 6.25vw;
  border-radius: 3vw;
  font-size: 3.4vw;
  line-height: 4.6vw;
  width: 100%;
}



.membership_fees .pb-5{
  padding-bottom: 2.5rem !important;
}

.nsm_membership_section {
  padding: 8vw 0vw 0vw 0vw;
  margin-left: 0%;
  overflow-x: hidden;
}


.membership_detail_section .row:nth-child(1){
  margin-bottom: 8vw;
  padding-bottom: 5vw;
}

.nsm_membership_section h4 {
  font-size: 5.2vw;
  line-height: 6.4vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 5vw;
}

.nsm_membership_section .sub_text {
  font-size: 4.2vw;
  line-height: 5.4vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 5vw;
}



.container-checkbox .checkmark {
  position: absolute;
  top: 0.3vw;
  left: 0;
  height: 4vw;
  width: 4vw;
  background-color: #fff;
  border: 1px solid black;
}


.container-checkbox {
  display: block;
  position: relative;
  padding-left: 5.5vw;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 3.4vw;
  line-height: 4.6vw;
  font-family: var(--regular-font);
  color: var(--black-primary);
  margin-bottom: 3.5vw;
}

.tc_content .container-checkbox {
  width: 100%;
}


.container-checkbox .checkmark:after {
  left: 1.2vw;
  top: 0.2vw;
  width: 1.2vw;
  height: 2.5vw;
  border: solid white;
  border-width: 0 0.2vw 0.2vw 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tabs-content .media_card .media_card_content {
  border: 2px solid var(--grey-primary);
  border-radius: 0vw 0vw 3vw 3vw;
  background: #eeeeee;
}



.key_finding-section {
  background: var(--white-primary);
  padding: 9vw 0vw 6vw 0vw;
}

.key_finding-section .container {
  margin-left: 0;
}

.key_finding-section .title_h3 {
  color: var(--red-primary);
  margin-bottom: 3vw;
  margin-top: 2vw;
  font-family: var(--bold-font);
}

.key_finding-section .key_finding .item-block .block-title {
  font-size: 4.2vw;
  line-height: 5.4vw;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 5.5vw;
  padding-bottom: 5vw;
  border-bottom: 0.1vw solid var(--black-primary);
  display: flex;
  align-items: center;
  height: 12vw;
}

.key_finding-section .key_finding .item-block .block-desc {
  font-size: 3.6vw;
  line-height: 4.8vw;
  color: var(--black-primary);
  font-family: var(--regular-font);
}

.key_finding-section .key_finding .item-block img {
  border-radius: 3.5vw;
  margin-bottom: 3.8vw;
}

.key_finding .slick-list {
  padding: 0 15% 0 0 !important;
}

.key_finding-section .key_finding .item-block {
  margin-right: 2.5vw;
}



.key_finding-section h4 {
  color: var(--red-primary);
  margin-bottom: 6vw;
  margin-top: 5vw;
  font-family: var(--bold-font);
  font-size: 4.2vw;
  line-height: 5.4vw;
}

.video_block img{
  height: 60vw;
}

.video-playbtn img {
  height: 12vw;
  width: 12vw;
}

.fact_figures_slider .slick-list {
  padding: 0 15% 0 0 !important;
}

.fact_figures-section .title_h3 {
  color: var(--white-primary);
  margin-bottom: 8vw;
  margin-top: 2vw;
  font-family: var(--bold-font);
}

.perspectives-main-content-detailpage {
  padding: 10vw 0vw;
  margin-bottom: -8%;
  margin-left: 0%;
}


.fact_figures-section .container {
  margin-left: 0%;
}

.fact_figures-section {
  background: url(/themes/custom/nasscomredesigntheme/images/Thought-Leadership.svg);
  background-size: cover;
  padding: 9vw 0vw 6vw 0vw;
}


.tabs-content .rd-btn {
  color: var(--white-primary);
  border-radius: 8.5vw;
  height: max-content;
  padding: 5.4vw 6.25vw 5.4vw 6.25vw;
  font-size: 3.4vw;
  line-height: 4.6vw;
  width: 100%;
  margin-bottom: 3vw;
}

.tabs-content .main-button {
  text-align: left;
  margin-top: 5vw;
}



.nsm_strategic-section .container{
  margin-left: 0;
}


.about-intro{
  margin-left: 0%;
}

.nsm_strat-slider .slick-list {
  padding: 0 15% 0 0 !important;
}


.about-intro .title_h1{
  line-height: 11.75vw;
  padding: 5.5vw 0vw 5.5vw 0vw;
    color: var(--red-primary);
    font-family: var(--bold-font);
}


.nsm_spirit-nasscom ul li {
  font-size: 6vw;
  line-height: 7.2vw;
  text-align: center;
  color: var(--white-primary);
  margin-bottom: 2.4vw;
  font-family: var(--regular-font);
}

.nsm_spirit-nasscom ul{
  padding: 0;
}


.nsm_spirit-nasscom {
  background: url('/themes/custom/nasscomredesigntheme/images/Spirit of nasscomSpirit-of-nasscom.jpg');
  background-size: cover;
  padding: 12vw 0vw 12vw 0vw;
  border-radius: 3.5vw;
}

.nsm_path-traveled {
  padding: 12vw 0vw;
  margin-left: 0%;
}


.nsm_path-traveled .pb-5{
  padding-bottom: 1.5rem !important;
}


.nsm_path-traveled .title_h3 {
  font-family: var(--bold-font);
}


.nsm_pathimage-block{
  padding-top: 4vw;
}



.nsm_pathimage-block .nsm_path-year {
  font-size: 6vw;
  line-height: 6.6vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 3.5vw;
}

.nsm_pathimage-block .nsm_path-image img {
  width: 100%;
  border-radius: 3.5vw;
  margin-bottom: 3vw;
}

.nsm_pathcontext-block .sub-title {
  font-size: 3.7vw;
  line-height: 4.35vw;
  font-family: var(--bold-font);
  color: var(--white-primary);
  margin-bottom: 3.5vw;
}

.nsm_pathcontext-block .title_h4 {
  font-family: var(--bold-font);
  color: var(--white-primary);
  border-top: 0.1vw solid var(--white-primary);
  border-bottom: 0.1vw solid var(--white-primary);
  padding: 3.7vw 0vw;
  margin-bottom: 3.5vw;
  font-size: 6.4vw;
  line-height: 6.35vw;
}


.nsm-button-row{
  margin-bottom: 6vw;
  display: block;
}




.nsm-button-row .outline-btn {
  margin-right: 2vw;
  height: max-content;
  padding: 5.4vw 6.25vw 5.4vw 6.25vw;
  border-radius: 3vw;
  font-size: 3.4vw;
  line-height: 4.6vw;
  width: 100%;
  margin-bottom: 3vw;
}


.page-intro .title_h1 {
  padding: 5.5vw 0vw 5.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 9vw;
}

.page-intro .nsm_context{
  font-size: 3.8vw;
  line-height: 5.6vw;
}



.about-intro .nsm_context {
  font-size: 3.8vw;
  line-height: 5.6vw;
  color: var(--black-primary);
  font-family: var(--regular-font);
}


.nsm_blockarrow-down {
  height: 38vw;
  width: 38vw;
  margin: auto;
  margin-bottom: -8%;
}

.nsm_path-traveled > .row{
  padding-bottom: 1.5rem !important;
}

.nsm_pathcontext-block .desc {
  font-size: 3.2vw;
  line-height: 4.8vw;
  font-family: var(--regular-font);
  color: var(--white-primary);
  margin-bottom: 3.5vw;
}


.nsm_pathcontext-block {
  width: 100%;
  background: url(/themes/custom/nasscomredesigntheme/images/Mesh-Gradient-Red-new.svg);
  background-size: cover;
  padding: 5vw;
  border-radius: 3.5vw;
}


.nsm_footer-area-dark{
  margin-left: 0%;
  padding: 15vw 0vw 20vw 0vw;
  overflow-x:hidden;
}

.nsm_footer-area-dark .pb-5{
  padding-bottom: 1.5rem !important;
}




.nsm_footer-area-dark .nsm_footer-text{
  font-size: 4.2vw;
  line-height: 5.4vw;
  font-family: var(--medium-font);
  color: var(--white-primary);
  margin-bottom: 5vw;
}

.nsm_footer-area-dark .nsm_withimage-block {
 width: 90%;
  border-radius: 2vw;
  margin-right: 1%;
}


.nsm_footer-area-dark .nsm_withtext-block{
  width: 58%;
  padding: 3vw;
}

.nsm_footer-area-dark .nsm_withtext-block .nsm_desc{
  color: var(--white-primary);
  font-size: 2.8vw;
  line-height: 3.8vw;
  width: 90%;
  font-family: var(--regular-font);
}



.nsm_footer-area-dark .nsm_withtext-block .nsm_detail .label {
  color: var(--white-primary);
  font-size: 2.8vw;
  line-height: 3.8vw;
  font-family: var(--bold-font);
}

.nsm_footer-area-dark .nsm_withtext-block .nsm_detail .date {
  color: var(--white-primary);
  font-size: 2vw;
  line-height: 2.6vw;
  font-family: var(--bold-font);
  position: absolute;
  right: 15%;
}

.nsm_footer-social img {
  width: 15vw;
  margin-right: 8vw;
}

.nsm_footer-area-dark .nsm_footer-social.footer_links{
  font-size: 4.2vw;
  line-height: 5.4vw;
  width:95%;
}

.nsm_footer-area-dark .nsm_footer-social.footer_links a{
  text-decoration: none;
  color: var(--white-primary);
  font-size: 4.2vw;
  line-height: 5.4vw;
  margin-right: 2vw;
  margin-left: 2vw;
}

.nsm_footer-area-dark .nsm_footer-social:nth-child(2){
  border-bottom: 1px solid var(--white-primary);
  padding-bottom: 10vw;
  margin-bottom: 10vw;
}

.secondary-header{
  position: sticky;
  padding: 6.5vw 0;
  background: var(--red-primary);
  top:0vw;
  z-index: 999;
}

.nsm_main-logo{
  position: static;
}

.secondary-header .nsm_main-logo img{
  width: 35.25vw;
}


.secondary-header .container.p-0{
  padding-right: calc(var(--bs-gutter-x)* .5)!important;
  padding-left: calc(var(--bs-gutter-x)* .5)!important;
}

.secondary-header .col-md-12.p-0{
  padding-right: calc(var(--bs-gutter-x)* .5)!important;
  padding-left: calc(var(--bs-gutter-x)* .5)!important;
}

.accordion-button::after{
  background-size: 4vw;
  height: 4vw;
}

.accordion-button:not(.collapsed)::after{
  background-size: 4vw;
  height: 4vw;
  margin-right: 1vw;
}



.nsm_fix-nav-inner{
  background: var(--red-primary);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 9999;
}

.hamburger_icon{
position: absolute;
top: 5.2vw;
right: 3%;
display: block;
}



.hamburger_icon .toggle_icon{
  width: 8vw;
  }

.hamburger_icon .close_icon{
  width: 6.8vw;
  z-index: 9999;
}


.mobilelogin_icon{
  position: absolute;
  top: 5.2vw;
  right: 14%;
  display: block;
}

.mobilelogin_icon img{
  width:6.8vw;
}

.mobilemenu_logo{
  padding: 6.5vw 3.5vw;
}

.mobilemenu_logo img{
  width: 40vw;
}


.overflowhidden{
  overflow-y: hidden;
}

.nsm_navbar-inner{
  margin: 3.5vw;
  position: static;
  padding: 0vw;
  border-top: 1px solid var(--white-primary);
  border-bottom: 1px solid var(--white-primary);
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.nsm_navbar-inner li {
  padding: 5vw 0vw;
  text-align: left;
}

.nsm_navbar-inner li a {
  text-decoration: none;
  color: var(--white-primary);
  text-transform: uppercase;
  font-family: var(--bold-font);
  font-size: 3.3vw;
  line-height: 3.4vw;
  letter-spacing: 0.1vw;
}

.nsm_navbar-inner .dropdown_menu {
  padding: 0;
  margin-top: 3.5vw;
}

.nsm_navbar-inner .dropdown_menu li {
  padding: 5vw 8vw 5vw 0vw;
  text-align: left;
  width: max-content;
  display: inline-block;
}

.nsm_navbar-inner .dropdown_menu li:last-child a{
  padding-bottom: 0;
}

.nsm_navbar-inner .dropdown_menu li a {
text-transform: capitalize;
font-family: var(--regular-font);
font-size: 3.3vw;
line-height: 3.4vw;
}



.nsm_navbar-moreinner{
  list-style-type: none;
  padding: 0;
  margin: 3.5vw;
}

.nsm_navbar-moreinner li {
  padding: 5vw 8vw 5vw 0vw;
  text-align: left;
  width: max-content;
  display: inline-block;
}

.nsm_navbar-moreinner li a {
  text-decoration: none;
  color: var(--white-primary);
  text-transform: uppercase;
  font-family: var(--bold-font);
  font-size: 3.3vw;
  line-height: 3.4vw;
  letter-spacing: 0.1vw;
}

#desktop_tab{
  display: none;
}

#mobile_tab{
  display: block;
  padding-top: 8vw;
  margin-top: 2vw;
  border-top: 1px solid var(--black-primary);
}



.mobile_tabitems_block{
  width: 100%;
  display: flex;
  overflow-x: auto;
}

.mobile_tabitems_block::-webkit-scrollbar {
  display: none;
}

.mobile_tabitems_block li.active a{
  padding-bottom: 2.5vw;
  font-family: var(--bold-font);
  border-bottom:2px solid var(--red-primary);
}


.mobile_tabitems_block li a{
  display: block;
    color: var(--black-primary);
    font-family: var(--medium-font);
    font-size: 3.6vw;
    line-height: 4.8vw;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 2.75vw;
    margin-bottom: 1.75vw;
    width: max-content;
}




.mobilehead_tab{
  border-bottom: 0px;
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-wrap: unset;
}

.mobilehead_tab::-webkit-scrollbar {
  display: none;
}

.mobilehead_tab .nav-link{
  border: 0;
  padding:0;
  color: var(--grey-secondary);
  font-family: var(--medium-font);
  font-size: 4.2vw;
  line-height: 5.4vw;
  text-transform: uppercase;
  margin-right: 5vw;
  width: max-content;
}

.mobilehead_tab  .nav-link.active{
  color: var(--black-primary);
  font-family: var(--bold-font);
}


.mobilehead_tab li{
  margin-bottom: 6vw;
}

.secondary-header .desk_logo{
  display: none;
}

.secondary-header .mobile_logo{
  display: block;
}

#members_listing  .tabs-nav {
  padding: 0;
  margin-bottom: 1vw;
  height: 28vw;
  padding-top: 8vw;
  padding-bottom: 4vw;
}

#members_listing .perspectives_card .job_title{
  margin-bottom: 0vw;
  padding: 5vw 5vw 5vw 5vw;
  min-height: auto;
  font-size: 4.2vw;
  line-height: 5.4vw;
  min-height: max-content;
  max-height: max-content;
}

#members_listing .perspectives_card .action-btn {
  padding: 2.5vw 5vw 5vw 5vw;
}

#members_listing .perspectives_card .action-btn .category a{
  font-size: 3.8vw;
  line-height: 5vw;
}

#members_listing .perspectives_card .action-btn .fee img {
  height: 2.4vw;
  width: 4.32vw;
  object-fit: contain;
  border-radius: 0;
  margin-left: 1.5vw;
}

#members_listing .tabs-nav select {
  font-family: var(--medium-font);
  font-size: 3.6vw;
  line-height: 4.8vw;
  width: 36vw;
}

#members_listing .tabs-nav select{

}

.recent_newsletters-section .newsletter_card .job_desc{
  height: max-content;
  overflow-y: auto;
}

}





/*------- mobile responsive code end --------*/































/*----- homepage mobile code start -----*/


@media (max-width:767px){


  section .container{
    padding: 0vw 4vw;
  }

  .section {
    /* position: relative; */
    /* height: 100vh; */
  }


  .home-mobile {
    padding: 6.5vw 5vw;
    display: none;
  }

  .showheader{
    display: block;
    position: fixed;
  }

  .homepage .row{
    --bs-gutter-x: 0rem!important;
    --bs-gutter-y: 0;
    margin-right: calc(var(--bs-gutter-x))!important;
    margin-left: calc(var(--bs-gutter-x))!important;
  }

  .nsm_side-area{
    display: none;
  }

  .logo-div{
    position: static;
    padding: 10vw 0vw;
    margin: auto;
    width: 100%;
    text-align: center;
  }

  .logo-div img{
    width: 45vw;
    margin: auto;
  }

  .carousel_section_home{
    height: 100vh;
  }

  .carousel_section_home .tag-title{
    line-height: 10.75vw;
    padding: 0vw 5.5vw 0vw 5.5vw;
    color: var(--red-primary);
    font-family: var(--medium-font);
    font-size: 8vw;
    display: block;
    text-align: center;
  }

  .carousel_section_home .col-md-8{
    margin-top: 10%;
  }


  .nsm_fix-nav{
    background: var(--red-secondary);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 9999;
  }

  .nsm_navbar{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .nsm_navbar li {
    padding: 1vw 0vw;
    text-align: center;
  }

  .nsm_navbar li a {
    text-decoration: none;
    color: var(--white-primary);
    text-transform: uppercase;
    font-family: var(--regular-font);
    font-size: 6.97vw;
    line-height: 12.35vw;
  }

  .nsm_navbar .dropdown_menu li a {
  text-transform: capitalize;
  font-size: 4.97vw;
    line-height: 10.35vw;
  }






  .nsm_membership_slider_div{
    padding: 8vw 0vw;
    position: static;
    height:100vh;
    opacity: 1!important;
  }

  .nsm_membership_slider_div .container{
    padding: 0;
  }

  .nsm_membership_slider_div .image-block img{
    border-radius: 0;
    height: 65vw;
  }

  .nsm_membership_slider_div .image-block .image-tag{
    font-size: 3vw;
    line-height: 4.2vw;
    color: var(--white-primary);
    font-family: var(--medium-font);
    text-transform: capitalize;
    position: absolute;
    left: 5%;
    bottom: 5%;
  }

  .nsm_membership_slider_div .content-block{
    margin-left: 0%;
    padding-top: 3.5vw;
  }


  .nsm_membership_slider_div .content-block .title_h4{
    font-family: var(--bold-font);
    color: var(--red-primary);
    font-size: 7.5vw;
    line-height: 9.3vw;
    margin: 3vw 12vw 6vw 12vw;
    text-align: center;
  }

  .nsm_membership_slider_div .content-block .desc{
    font-size: 4.2vw;
    line-height: 5.4vw;
    color: var(--red-primary);
    font-family: var(--medium-font);
    text-align: center;
    padding: 0px 12vw;
  }

  .nsm_membership_slider_div .content-block .col-md-4{
    margin: 6vw auto;
    text-align: center;
  }

  .nsm_membership_slider_div .content-block .rd-btn{
    float: none;
    padding: 5vw 6.75vw 5vw 6.75vw!important;
    border-radius: 8.5vw;
    font-size: 3.6vw;
    line-height: 4.8vw;
    color: var(--white-primary);
    margin-bottom: 6vw;
}



  .nsm_membership_slider_div .content-block .link-btn{
    font-size: 3.6vw;
    line-height: 4.8vw;
    color: var(--red-primary);
    font-family: var(--bold-font);
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    display: block;
  }

  .nsm_mobile_arrow{
    padding: 6vw 0vw;
    text-align: center;
  }


  .nsm_whats_new_strip{
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
  }

  .nsm_whats_new_strip .strip_box{
    background: var(--black-primary);
    padding: 6vw 6vw;
    display: flex;
    align-items: center;
  }


  .nsm_whats_new_strip .strip_box .title{
    color: var(--white-primary);
    text-transform: uppercase;
    font-size: 4.8vw;
    line-height: 6vw;
    font-family: var(--bold-font);
    width: 80%;
  }

  .nsm_whats_new_strip .strip_box .expand_icon{
    width: 10%;
}

.nsm_whats_new_strip .strip_box .halfexpand_icon{
  width: 10%;
}

.main-home-screen{
  height: 500vh;
  background-image: linear-gradient(to right, #781a19, #9d1f1a);
}



.we-are-innovation-div{
  display: block!important;
  padding: 8vw 12vw 8vw 5vw;
  position: relative;
  overflow: hidden;
}

.we-are-innovation-div .title_h1{
  font-size: 9.8vw;
  line-height: 11.75vw;
  font-family: var(--regular-font);
  color: var(--white-primary);
}

.brain-icon-container {
  opacity: 1;
  position: static;
  right:unset;
  top: unset;
  width: 92vw;
}

.main-home-screen .nsm_mobile_arrow{
  position: absolute;
  bottom: 32vw;
  margin-left: 42vw;
}


.thought-leadership-div{
  display: block!important;
  position: relative;
  background-image: none;
  overflow-x: hidden;
  height: 100vh;
  right: 0%;
  bottom: 0%;
}

.thought-leadership-div .thought-leadership-box{
  width: 100%;
  height: auto;
  padding: 30vw 5vw;
  z-index: 99;
  position: relative;
}

.thought-leadership-div .thought-leadership-box .title_h4{
  font-family: var(--bold-font);
  color: var(--white-primary);
  font-size: 8vw;
  line-height: 9.2vw;
  margin-bottom: 8.5vw;
}

.thought-leadership-div .thought-leadership-box .list-item li{
  margin-bottom: 8.5vw;
}

.thought-leadership-div .thought-leadership-box .list-item li .list-title{
  font-size: 4.2vw;
  line-height: 5.4vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 2.5vw;
}

.thought-leadership-div .list-item li .list-context{
  font-size: 3.6vw;
  line-height: 4.8vw;
  color: var(--white-primary);
  font-family: var(--medium-font);
}


.thought-leadership-div  .brain-icon-container{
  position: absolute;
  top: -15vw;
  left: 40vw;
  z-index: 9;
}


.thought-leadership-div .dollar-icon-container{
  opacity: 1;
  position: absolute;
  left: -25%;
  bottom: 5%;
  width: 85vw;
  z-index: 9;
}


.red-bg-container{
  display: block!important;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.red-bg-container .dollar-icon-container{
  opacity: 1;
    position: absolute;
    left: 30%;
    bottom: 16%;
    width: 92vw;
    z-index: 9;
}

.red-bg-container .brain-icon-container{
  position: absolute;
  top: -10%;
  left: -18%;
  width: 60vw;
}

.nasscom-members-container {
  padding: 5vw 5.5vw;
  border-radius: 1.5vw;
  background: url(/themes/custom/nasscomredesigntheme/images/BG-Red.svg);
  /* background-image: linear-gradient(to right, #781a19, #9d1f1a); */
  background-size: cover;
  height: 85vw;
  width: 85vw;
  margin: 0;
  position: absolute;
  /* bottom: -10%; */
  right: 6%;
  /* left: 20%; */
  /* transform: translate(40%, -10%); */
  border-radius: 50%;
  display: flex;
  margin: 35% 0;
  z-index: 99;
}

.nasscom-members-desc {
  font-size: 6.8vw;
  line-height: 9.2vw;
  text-align: center;
  color: var(--white-primary);
  font-family: var(--regular-font);
  font-weight: 200;
}


.red-bg-container-2{
  display: block!important;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}

.red-bg-container-2 .economic-rejuvenation-div{
  opacity: 1!important;
  position: absolute;
    right: 3%;
    top: 28%;
    width: 92vw;
}

.red-bg-container-2 .economic-rejuvenation-div .title_h4{
  font-family: var(--bold-font);
  color: var(--white-primary);
  font-size: 8vw;
  line-height: 9.2vw;
  margin-bottom: 8.5vw;
}

.red-bg-container-2 .economic-rejuvenation-div .list-item li{
  margin-bottom: 8.5vw;
}

.red-bg-container-2 .economic-rejuvenation-div .list-item li .list-title{
  font-size: 4.2vw;
  line-height: 5.4vw;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 2.5vw;
}

.red-bg-container-2 .economic-rejuvenation-div .list-item li .list-context{
  font-size: 3.6vw;
  line-height: 4.8vw;
  color: var(--white-primary);
  font-family: var(--medium-font);
}


.red-bg-container-2 .economic-rejuvenation-div .list-item {
  padding: 0;
  width: 92%;
}


.red-bg-container-2 .economic-rejuvenation-div  .dollar-icon-container{
  position: absolute;
  top: -35%;
  left: 35%;
  width: 70vw;
  opacity: 1 !important;
}

.red-bg-container-2 .economic-rejuvenation-div  .trending-icon-container{
  position: absolute;
  left: -15%;
  bottom: -55%;
  width: 85vw;
}



.red-bg-container-3{
  display: block!important;
  height: 100vh;
  position: relative;
  overflow-x: hidden;
}


.red-bg-container-3 .inclusive-growth-div{
  position: absolute;
  opacity: 1 !important;
  right: 3%;
  top: 28%;
  width: 92vw;
}


.red-bg-container-3 .inclusive-growth-div .title_h4{
  font-family: var(--bold-font);
  color: var(--white-primary);
  font-size: 8vw;
  line-height: 9.2vw;
  margin-bottom: 8.5vw;
}



.red-bg-container-3 .inclusive-growth-div .list-item li{
    margin-bottom: 8.5vw;
  }

  .red-bg-container-3 .inclusive-growth-div .list-item li .list-title{
    font-size: 4.2vw;
    line-height: 5.4vw;
    color: var(--white-primary);
    font-family: var(--bold-font);
    margin-bottom: 2.5vw;
  }

  .red-bg-container-3 .inclusive-growth-div .list-item li .list-context{
    font-size: 3.6vw;
    line-height: 4.8vw;
    color: var(--white-primary);
    font-family: var(--medium-font);
  }


  .red-bg-container-3 .inclusive-growth-div .list-item {
    padding: 0;
    width: 92%;
  }

  .red-bg-container-3 .inclusive-growth-div .trending-icon-container{
    position: absolute;
    left: 5%;
    bottom: 58%;
    width: 85vw;
    opacity: 1 !important;
  }




}


ul.pager li.pager__item a.button {
  width: auto!important;
  padding: 0.5vw 1vw 0.5vw 1vw!important;
  color: var(--white-primary)!important;
  text-transform: capitalize!important;
  background: var(--red-primary)!important;
  font-size: 0.9vw!important;
  line-height: 1.35vw!important;
  text-align: center!important;
  font-family: var(--bold-font)!important;
  text-decoration: none!important;
  display: inline-block!important;
  border: 0!important;
  border-radius: 0.5vw!important;
}


ul.pager li.pager__item a.button:hover{
  background: var(--red-secondary)!important;
}

.js-pager__items.pager{
  padding: 0!important;
  text-align: center!important;
}

@media (max-width:767px){
  ul.pager li.pager__item a.button {
    width: auto!important;
    padding: 1.5vw 3vw 1.5vw 3vw!important;
    color: var(--white-primary)!important;
    text-transform: capitalize!important;
    background: var(--red-primary)!important;
    font-size: 2.7vw!important;
    line-height: 3.35vw!important;
    text-align: center!important;
    font-family: var(--bold-font)!important;
    text-decoration: none!important;
    display: inline-block!important;
    border: 0!important;
    border-radius: 1.5vw!important;
  }
}

/*----- homepage mobile code end -----*/

.nsm_membership_slider_div .content-block .rd-btn {
  float: right;
  color: var(--white-primary);
  position: relative;
  z-index: 99;
}

.nsm_membership_slider_div .content-block .rd-btn:hover{
  color: var(--white-primary);
  background: var(--red-primary);
}

.calculate-btn{
  margin-bottom: 3vw;
}

.calculate-btn .rd-btn{
  color: var(--white-primary);
  background: var(--red-primary);
  padding: 1.25vw 2.5vw;
  cursor: pointer;
}


.calculate-btn .rd-btn:hover{
  background: var(--red-secondary);
  color: var(--white-primary);
}



::-webkit-scrollbar-track
{
	background-color:  #c0c0c0!important;
}

::-webkit-scrollbar
{
	width: 0.5vw!important;
	background-color: var(--grey-primary)!important;
}

::-webkit-scrollbar-thumb
{
	background-color: var(--red-primary)!important;
	border: 0px solid #555555!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--black-primary);
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--black-primary);
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--black-primary);
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--black-primary);
  opacity: 1;
}
.checkbox-container{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}






#policypage #v1 .item-block .block-title{
  height: max-content;
  border-bottom: 0;
  margin-bottom: 0;
  align-items: flex-start;
}

#policypage #v1 .item-block .title-btn-hr{
  margin-top:0;
}


#policypage #v2 .item-block .block-title {
  height: 3.6vw;
  border-bottom: 0;
  margin-bottom: 0;
  align-items: flex-start;
  overflow: hidden;
}


#policypage div.click-here {
  margin-top: 50px;
}

#policypage div.click-here a.btn-primary {
  width: auto;
  padding: 1vw 1.75vw 1vw 1.75vw;
  border-radius: 2.5vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  height: max-content;
  border: 0;
}


@media (max-width:767px){

  #policypage #v2 .item-block .block-title {
    height: 10vw;
    border-bottom: 0;
    margin-bottom: 0;
    align-items: flex-start;
    overflow: hidden;
  }

  #policypage div.click-here a.btn-primary{
    width: auto;
    padding: 3vw 3.75vw 3vw 3.75vw;
    border-radius: 5.5vw;
    color: var(--white-primary);
    text-transform: uppercase;
    background: var(--red-primary);
    font-size: 3.2vw;
    line-height: 1.35vw;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    height: max-content;
    border: 0;
  }
}






/*--- for landscape mode ---*/

.orientation-popup {
  background: var(--black-primary);
  padding: 20px 0px;
  height: 100% !important;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
  display: none;
}

.orientation-popup .popup_card {
  background: var(--white-primary);
  width: 65%;
  height: max-content;
  margin: 0 auto;
  padding: 30px 30px !important;
}


.orientation-popup .popup_card .popup_close {
  position: absolute;
  top: 2.5%;
  right: 5%;
  cursor: pointer;
}

.orientation-popup .popup_card .popup_close img {
  width: 1.8vw;
}

.orientation-popup .popup_card .popup_logo {
  width: 100%;
  text-align: center;
  margin-bottom: 2.2vw;
}

.orientation-popup .popup_card .popup_logo img {
  width: 180px;
}

.orientation-popup .popup_card .text-center {
  background: transparent;
  border: 0px solid var(--black-primary);
  padding: 0vw 0vw;
  width: 100%;
  margin-bottom: 1.5vw;
  border-radius: 0;
  color: var(--black-primary);
  height: max-content;
  color: var(--black-primary) !important;
  font-family: var(--regular-font);
  font-size: 26px;
  margin-bottom: 0;
}


@media (max-width: 767px) {
  .home-toggle {
      position: absolute;
      top: -0.8vw!important;
      right: 3%;
      display: block;
  }

  .slick-dots li{
    width: 3.6vw;
    height: 3.6vw;
  }

  .slick-dots li button{
    width: 3.6vw;
    height: 3.6vw;
  }

  .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 3.6vw;
    height: 3.6vw;
    background: white;
    border: 1px solid var(--red-primary);
    border-radius: 50%;
    display: block;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-dots li.slick-active button:before{
    opacity: 1;
    background: var(--red-primary);
    border: 1px solid var(--red-primary);
  }


}


.navigation-arrow{
  position: absolute;
  right: 2%;
  z-index: 99;
  display: flex;
  bottom: 3%;
}

.navigation-arrow .navigate-down{
  /* margin: 0 2%; */
  cursor: pointer;
}

.navigation-arrow .navigate-up{
  /* margin: 0 2%; */
  cursor: pointer;
  display: none;
}




/** people page tabs fix **/
#people .tabs-content{
  margin-top: 1vw;
}

.desktophead_tab{
  border: 0;
}

.desktophead_tab .nav-link{
  border: 0;
  padding:0;
  color: var(--black-primary);
  font-family: var(--bold-font);
  font-size: 1vw;
  line-height: 1vw;
  text-transform: uppercase;
  margin-right: 2.4vw;
  width: max-content;
}

.desktophead_tab  .nav-link.active{
  color: var(--red-primary);
  font-family: var(--bold-font);
}


.desktophead_tab li{
  margin-bottom: 2vw;
}

.desktop_tabitems_block li.active a {
  font-size: 1vw;
  line-height: 1.35vw;
  text-decoration: none;
  text-transform: capitalize;
}

.desktop_tabitems_block li a{
  font-size: 1vw;
  line-height: 1.35vw;
  text-decoration: none;
  text-transform: capitalize;
}

/** people page tabs fix **/





/** new homepage **/



#myVideo{
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 110vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-nasscom::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  content: '';
  background-image: linear-gradient(#000000b9, #000000b9);
}

.header_home .top-head{
  background: linear-gradient(to right,#c33531, #9d1f1a);
  padding: 1.5vw 2.5vw;
  border-radius: 0.5vw 0.5vw 0vw 0vw;
}

.header_home .top-head .mainlogo{
  width: 12vw;
}

.header_home .top-head .mainlogo img{
  width:100%;
}

.header_home .top-head .mainmenu ul{
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: right;
  margin: 0;
}

.header_home  .top-head .mainmenu ul li {
  margin-left: 1.5vw;
}

.header_home  .top-head .mainmenu ul li a{
  text-decoration: none;
  font-size: 0.8vw;
  text-transform: uppercase;
  color: var(--white-primary);
  font-family: var(--bold-font);
}

.header_home .row .bottom-head{
  background: #ffffffe7;
  border-radius: 0vw 0vw 0.5vw 0.5vw;
  padding: 0.5vw 2.5vw;
  box-shadow: 0 14px 28px rgb(0 0 0 / 6%), 0 10px 10px rgb(0 0 0 / 3%);
}

.header_home .row .bottom-head .row{
  align-items: center;
}

.header_home .bottom-head .leftmenu ul{
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: left;
  margin: 0;
}

.header_home  .bottom-head .leftmenu ul li {
  margin-right: 1.5vw;
}

.header_home  .bottom-head .leftmenu ul li a{
  text-decoration: none;
  font-size: 0.8vw;
  text-transform: uppercase;
  color: var(--red-primary);
  font-family: var(--bold-font);
}


.header_home .bottom-head .rightmenu ul{
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: right;
  margin: 0;
}

.header_home  .bottom-head .rightmenu ul li {
  margin-left: 1.5vw;
}

.header_home  .bottom-head .rightmenu ul li a{
  text-decoration: none;
  font-size: 0.8vw;
  text-transform: uppercase;
  color: var(--red-primary);
  font-family: var(--bold-font);
}

.iconblock img{
  height: 1.8vw;
  width: 1.8vw;
  margin-left: 1vw;
}

.header_home  .bottom-head .rightblock{
  display: flex;
  justify-content: right;
  align-items: center;
}

.header_home .bottom-head .rightblock .rightmenu{
  border-right: 0.2vw solid var(--red-primary);
  margin-right: 1vw;
  margin-left: 1vw;
  padding-right: 2vw;
}

.banner-nasscom{
  background: url(/themes/custom/nasscomredesigntheme/images/banner-bg.png);
  background-size: cover;
  height: 110vh;
}

.main-banner-text h2{
  font-size: 4vw;
  line-height: 5vw;
  color: var(--white-primary);
  font-family: var(--medium-font);
  width: 90%;
}

.main-banner-text{
  margin-bottom: 10vw;
}

.header_home.hide {
	top: -10vw;
}

.header_home {
    position: fixed;
    left: 0;
    top: 1.5vw;
    width: 100%;
    padding: 0;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.banner-nasscom .row{
  padding-top: 22vw;
  position: relative;
  z-index: 9;
}



.banner-nasscom .action-btn{
  text-align: right;
}

.banner-nasscom .action-btn a{
  background: linear-gradient(to right,#c33531,#9d1f1a);
  padding: 1.4vw 2.2vw;
  border-radius: 3vw;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8vw;
  display:inline-block;
  margin-left: 0.8vw;
}

.banner-nasscom .down-arrow img{
  width: 4vw;
  height: 4vw;
  cursor: pointer;
}

.news-us{
  background:var(--white-primary);
  padding: 3.6vw 0vw 4.2vw 0vw;
}

.news-seperator{
  border-bottom: 0.5px solid var(--black-primary);
}

.news-us .title_h4{
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 2.4vw;
}

.news-us .view-btn{
  font-size: 1vw;
  font-family: var(--medium-font);
  text-decoration: none;
  color: var(--red-primary);
  display: block;
  width: max-content;
  float: right;
}

.news-us .news-slider  img{
  border-radius:0.5vw;
  margin-bottom: 1.5vw;
  height: 28vw;
  object-fit: cover;
}

.news-us .news-slider{
  margin-bottom: 0;
  margin-top: 2.8vw;
}

.news-us .news-slider .news-title{
  font-size: 1vw;
  line-height: 1.5vw;
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 0.2vw;
  text-transform: uppercase;
}

.news-us .news-slider .news-desc{
  font-size: 1vw;
  line-height: 1.5vw;
  color: var(--black-primary);
  font-family: var(--regular-font);
  width: 90%;
  margin-bottom: 0;
}

.news-us .news-slider .slick-slide{
  margin: 0vw 0.4vw;
}

.news-us .news-slider  .slick-list{
  padding: 0!important;
  margin: 0vw -0.4vw 0vw -0.4vw;
}


.key-insights{
  background:var(--white-primary);
  padding: 3.6vw 0vw 4.2vw 0vw;
}

.key-insights .title_h5{
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 1.5vw;
  font-size: 1.8vw;
  line-height: 2.2vw;
  margin-top: 1vw;
}

.key-insights .title_h4{
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 2.4vw;
}

.key-insights .view-btn{
  font-size: 1vw;
  font-family: var(--medium-font);
  text-decoration: none;
  color: var(--red-primary);
  display: block;
  width: max-content;
  float: right;
}

.key-insights img{
  width: 96%;
  height: 38vw;
  object-fit: cover;
  border-radius: 0.5vw;
}

.key-insights .desc{
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.key-insights .action-btn{
  position: absolute;
  bottom: 0;
}

.key-insights .action-btn a{
  background: linear-gradient(to right,#c33531,#9d1f1a);
  padding: 1.4vw 2.2vw;
  border-radius: 3vw;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9vw;
  display: block;
}

.dedicated-goals{
  padding: 3.6vw 0vw 4.2vw 0vw;
  position: relative;
  background:url(/themes/custom/nasscomredesigntheme/images/Mesh-Gradient-Red-1.svg);
  overflow: hidden;
	animation: gradient 12s ease infinite;
}

@keyframes gradient {
	0% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-4-min.jpg');
    background-size: cover;
	}
	10% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-5-min.jpg');
    background-size: cover;
	}
  20% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-6-min.jpg');
    background-size: cover;
	}
  30% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-7-min.jpg');
    background-size: cover;
	}
  40% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-4-min.jpg');
    background-size: cover;
	}
	50% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-5-min.jpg');
    background-size: cover;
	}
  60% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-6-min.jpg');
    background-size: cover;
	}
  70% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-7-min.jpg');
    background-size: cover;
	}
  80% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-4-min.jpg');
    background-size: cover;
	}
  90% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-5-min.jpg');
    background-size: cover;
	}
	100% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-6-min.jpg');
    background-size: cover;
	}
}


.dedicated-goals .title_h4{
  font-family: var(--bold-font);
  color: var(--white-primary);
  margin: 0;
  font-size: 2.4vw;
}


.dedicated-goals .view-btn{
  display: flex;
  justify-content: right;
}

.dedicated-goals .prev-slide-g{
  margin-left: 1vw;
  cursor: pointer;
}

.dedicated-goals .next-slide-g{
  margin-left: 1.5vw;
  cursor: pointer;
}

.dedicated-goals .goals_slider {
  margin-left: 6%;
  margin-top: 2.8vw;
  margin-bottom: 0;
}

.dedicated-goals .goals_slider .slick-slide{
  margin: 0vw 0.4vw;
}

.dedicated-goals .goals_slider  .slick-list{
  padding: 0 30% 0 0 !important;
  margin: 0vw -0.4vw 0vw -0.4vw;
}

.dedicated-goals .goal-card{
  padding: 1.5vw 2vw;
  border: 0.1vw solid var(--white-primary);
  border-radius: 0.5vw;
}

.dedicated-goals .goal-card .title_h5{
  font-size: 1.6vw;
  color: var(--white-primary);
  margin-bottom: 2vw;
  border-bottom: 0.1vw solid #fff;
  padding-bottom: 2vw;
  margin-top: 0.5vw;
}

.dedicated-goals .goal-card .content-pointer{
  padding-bottom: 0.8vw;
}

.dedicated-goals .goal-card .content-pointer h6{
  font-size: 1vw;
  font-family: var(--bold-font);
  color: var(--white-primary);
}

.dedicated-goals .goal-card .content-pointer p{
  font-size: 0.8vw;
  color: var(--white-primary);
  font-family: var(--regular-font);
  width:90%;
}

.nasscom-bcmember{
  background:var(--white-primary);
  padding: 3.6vw 0vw 4.2vw 0vw;
}

.nasscom-bcmember .title_h4{
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 2.4vw;
}

.nasscom-bcmember .view-btn{
  font-size: 1vw;
  font-family: var(--medium-font);
  text-decoration: none;
  color: var(--red-primary);
  display: block;
  width: max-content;
  float: right;
}

.nasscom-bcmember img{
  width: 96%;
  height: 38vw;
  object-fit: cover;
  border-radius: 0.5vw;
}

.nasscom-bcmember .desc{
  font-size: 1.2vw;
  line-height: 1.8vw;
  font-family: var(--regular-font);
  color: var(--black-primary);
  margin-top: 1vw;
}

.nasscom-bcmember .action-btn{
  position: absolute;
  bottom: 0;
}

.nasscom-bcmember .action-btn a{
  background: linear-gradient(to right,#c33531,#9d1f1a);
  padding: 1.4vw 2.2vw;
  border-radius: 3vw;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9vw;
  display: block;
}


.nasscom-konnect{
  background:#EBEBEB;
  padding: 3.6vw 0vw 6.2vw 0vw;
  position: relative;
}

.nasscom-konnect .title_h3{
  text-transform: capitalize;
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 0vw;
  font-size: 3vw;
}

.nasscom-konnect .view-btn{
  margin-bottom: 0vw;
  display: block;
  color: var(--red-primary);
  text-decoration: none;
  font-size: 1vw;
  font-family: var(--medium-font);
  width: max-content;
  float: right;
}

.nasscom-konnect .outline-btn{
  background: #EBEBEB;
  margin-right:1vw;
}

.nasscom-konnect .outline-btn:hover{
  background: var(--red-primary);
}

.nasscom-konnect .prev-slide-k{
  position: absolute;
  left: 2%;
  top: 50%;
}

.nasscom-konnect .prev-slide-k img{
  cursor: pointer;
  height: 2.4vw;
  width: 2.4vw;
}

.nasscom-konnect .next-slide-k img{
  cursor: pointer;
  height: 2.4vw;
  width: 2.4vw;
}

.nasscom-konnect .next-slide-k{
  position: absolute;
  right: 2%;
  top: 50%;
}

.home-konnect{
  margin-top: 2.4vw;
}

.home-konnect .slick-slide{
  margin: 0vw 0.4vw;
}

.home-konnect .slick-list{
  padding: 0!important;
  margin: 0vw -0.4vw 0vw -0.4vw;
}

.home-konnect .slick-dots{
  bottom: -80px;
}


.home-konnect .slick-dots li{
  margin: 0vw 0.1vw;
}

.home-konnect .slick-dots li button:before{
  content: ''!important;
  height: 0.9vw;
  width: 0.9vw;
  border: 0.2vw solid var(--red-primary);
  background: #ebebeb;
  border-radius: 50%;
  display: block;
  opacity: 1;
}

.home-konnect .slick-dots li.slick-active button:before{
  background: var(--red-primary);
  opacity: 1;
}



.nasscom-konnect .konnect-card img{
  border-radius: 0.5vw;
  margin-bottom: 1.5vw;
}

.nasscom-konnect .konnect-card .card-title{
  font-size: 1.2vw;
  line-height: 1.8vw;
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 1vw;
}

.nasscom-konnect .konnect-card .card-desc{
  font-size: 0.8vw;
  line-height: 1.2vw;
  color: var(--black-primary);
  font-family: var(--regular-font);
  margin-bottom: 1vw;
}

.nasscom-konnect .konnect-card .card-details{
  color: var(--black-primary);
  font-family: var(--bold-font);
  text-transform: capitalize;
  font-size: 0.8vw;
  line-height: 1.2vw;
  margin-bottom:1.8vw;
}

.action-btn a:hover{
  background: linear-gradient(to right,#9d1f1a,#c33531);
}


.nsm_footer-homepage{
  background: url(/themes/custom/nasscomredesigntheme/images/footer-dark-bg.svg);
  background-size: cover;
  padding:4vw 0vw;
}


.nsm_footer-homepage .footer_logo{
  width: 18.5vw;
}

.nsm_footer-homepage .nsm_footer-social{
  text-align: right;
}

.nsm_footer-homepage .nsm_footer-social img {
  width:3.8vw;
  margin-left: 1vw;
  margin-right: 0;
}

.nsm_footer-homepage .footer_links{
  width:100%;
  text-align: right;
}

.nsm_footer-homepage .footer_links a{
  text-decoration: none;
  color: var(--white-primary);
  font-size: 0.9vw;
  line-height: 1.2vw;
  margin-left: 1.8vw;
  font-family: var(--bold-font);
  text-transform: uppercase;
}

.nsm_footer-homepage .hastagfooter{
  font-family: var(--medium-font);
  font-size: 1.6vw;
  line-height: 1.8vw;
  text-align: left;
  color: var(--white-primary);
  margin: 0;
}

.nsm_footer-homepage .scroll-footerslider{
  padding-left: 6%;
  margin-bottom: 3vw;
  margin-top: 2vw;
}

.nsm_footer-homepage .scroll-footerslider .slick-slide{
  margin: 0vw 0.4vw;
}

.nsm_footer-homepage .scroll-footerslider .slick-list {
  padding: 0 20% 0 0!important;
  margin: 0vw -0.4vw 0vw -0.4vw;
}

.nsm_footer-homepage .scroll-footerslider .nsm_withimage-block{
  width: 38vw!important;
  height: 26vw!important;
  margin-right: 0!important;
}

.nsm_footer-homepage .scroll-footerslider .nsm_withimage-block img{
  object-fit: cover;
}

.nsm_footer-homepage .scroll-footerslider .nsm_withtext-block{
  width: 25vw!important;
  height: 26vw!important;
  margin-right: 0!important;
}

.section-for-mobile{
  display: none;
}

.dedicated-goals-mobile{
  display: none;
}

.header_home .bottom-head .rightblock.formobile{
  display: none;
}

@media (max-width:767px){

html{
  overflow-x: hidden;
}

.header_home.hide{
  top: 0;
}

.header_home.hide .row .bottom-head{
  margin-top: -9vw;
  z-index: -1;
}

.header_home{
  top:0;
}

.header_home .top-head{
  background: var(--red-primary);
  padding: 6.5vw 3.5vw;
  border-radius: 0vw;
}

.header_home .top-head .mainlogo{
  width:40vw
}

.header_home .top-head .mainmenu ul{
  display: none;
}

.header_home .row .bottom-head{
  background: var(--white-primary);
  padding: 2vw 3.5vw;
}

.header_home .row .bottom-head .leftmenu{
  display: none;
}

.header_home .bottom-head  .rightblock.fordesk{
  display: none;
}

.header_home .bottom-head .rightblock.formobile{
  display: flex;
}

.header_home .bottom-head .rightblock .rightmenu{
  width: 100%;
}

.header_home .bottom-head .rightmenu ul{
  justify-content: left;
}

.header_home .bottom-head .rightmenu ul li{
  margin-left: 0;
  margin-right: 8.6vw;
}

.header_home .bottom-head .rightmenu ul li:last-child{
  margin-right: 0;
}

.header_home .bottom-head .rightmenu ul li a {
  text-decoration: none;
  font-size: 3vw;
  text-transform:capitalize;
  color: var(--red-primary);
  font-family: var(--bold-font);
}

.header_home .bottom-head .iconblock li{
  list-style-type: none;
}

.header_home .bottom-head .iconblock{
  width: 20vw;
  text-align: center;
}



.header_home .bottom-head .iconblock li a {
  text-decoration: none;
  font-size: 3vw;
  text-transform:capitalize;
  color: var(--red-primary);
  font-family: var(--bold-font);
}

.section-for-mobile{
  display: block;
}

.section-for-desktop{
  display: none;
}



.down-arrow{
  position: absolute;
  bottom: -12vw;
  left: 45%;
}

.banner-nasscom{
  position: relative;
}

.banner-nasscom .down-arrow img {
  width: 10vw;
  height: 10vw;
  cursor: pointer;
}

.banner-nasscom .row {
  position: absolute;
  bottom: 12%;
  padding-top: 0;
  width: 100%;
}

.main-banner-text h2 {
  font-size: 8vw;
  line-height: 12vw;
  color: var(--white-primary);
  font-family: var(--medium-font);
  width: 100%;
  text-align: center;
  padding: 0px 2vw;
  height: 50vw;
  display: flex;
  align-items: center;
}

.main-banner-text{
  margin-bottom: 0;
}

.banner-nasscom .action-btn{
  height:38vw;
}

.banner-nasscom .action-btn a {
  font-size: 3.4vw;
  line-height: 4.8vw;
  font-family: var(--bold-font);
  padding: 4.6vw 7.2vw;
  width: max-content;
  border-radius: 8vw;
  display: block;
  margin: 5vw auto;
}


.banner-nasscom {
  background: url(/themes/custom/nasscomredesigntheme/images/banner-bg.png);
  background-size: cover;
  height: 80vh;
}

.banner-nasscom::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  content: '';
  background-image: linear-gradient(#000000b9, #000000b9);
}

#myVideo {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.key-insights {
    background: var(--white-primary);
    padding: 12vw 0vw 12vw 0vw;
}

.key-insights .title_h4{
  font-size: 7.5vw;
  line-height: 9.3vw;
}

.key-insights .view-btn{
  font-size: 3.4vw;
  line-height: 4.6vw;
  float: none;
  margin-top: 3.2vw;
}

.key-insights img {
  width: 100%;
  height: 85vw;
  object-fit: cover;
  border-radius: 2vw;
}

.key-insights .pb-5{
  padding-bottom: 8vw!important;
}

.key-insights img {
  width: 100%;
  height: 85vw;
  object-fit: cover;
  border-radius: 3vw;
  margin-bottom: 5vw;
}

.key-insights .title_h5{
  font-size: 5.5vw;
  line-height: 8.5vw;
  margin-bottom: 3.6vw;
  width: 90%;
}

.key-insights .desc{
  font-size: 3.95vw;
  line-height: 6.85vw;
}

.key-insights .desc p{
  margin-bottom: 6vw;
}

.key-insights .action-btn{
  position:static;
  margin-top: 8vw;
}

.key-insights .action-btn a{
  font-size: 3.4vw;
  line-height: 4.6vw;
  font-family: var(--bold-font);
  padding: 4.6vw 5.8vw;
  width: max-content;
  border-radius: 8vw;
}


.dedicated-goals-mobile{
  padding: 12vw 0vw 6vw 0vw;
  position: relative;
  background:url(/themes/custom/nasscomredesigntheme/images/Mesh-Gradient-Red-1.svg);
  overflow: hidden;
	animation: gradient 12s ease infinite;
  display: block;
}

@keyframes gradient {
	0% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-4-min.png');
	}
	10% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-5-min.png');
	}
  20% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-6-min.png');
	}
  30% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-7-min.png');
	}
  40% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-4-min.png');
	}
	50% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-5-min.png');
	}
  60% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-6-min.png');
	}
  70% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-7-min.png');
	}
  80% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-4-min.png');
	}
  90% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-5-min.png');
	}
	100% {
		background: url('/themes/custom/nasscomredesigntheme/images/Light-Gradient-6-min.png');
	}
}


.dedicated-goals-mobile .goals_slider {
  margin-bottom: 0vw;
}


.dedicated-goals-mobile .goals_slider .slick-list{
  padding: 0!important;
}



.dedicated-goals-mobile .title_h4{
  font-size: 7.5vw;
  line-height: 9.3vw;
  color: var(--white-primary);
  width:90%;
  margin-bottom: 12vw;
  font-family: var(--bold-font);
}



.dedicated-goals-mobile .goal-card .title_h5{
  font-size: 5.6vw;
  line-height: 6.4vw;
  color: var(--white-primary);
  margin-bottom: 6vw;
  padding-bottom: 6vw;
  border-bottom: 0.2vw solid var(--white-primary);
}


.dedicated-goals-mobile .goal-card .content-pointer{
  font-size: 3.6vw;
  line-height: 5.6vw;
  font-family: var(--regular-font);
  color:var(--white-primary);
  margin-bottom: 6vw;
  width: 95%;
}


.dedicated-goals-mobile .goal-card .content-pointer span{
  font-size: 3.6vw;
  line-height: 5.6vw;
  font-family: var(--medium-font);
}

.dedicated-goals-mobile .goal-card .content-pointer:last-child{
  margin-bottom: 0;
}

.news-us {
  background: var(--white-primary);
  padding: 12vw 0vw 20vw 0vw;
}

.news-us .title_h4{
  font-size: 7.5vw;
  line-height: 9.3vw;
}

.news-us .view-btn{
  font-size: 3.4vw;
  line-height: 4.6vw;
  float: none;
  margin-top: 3.6vw;
  font-family: var(--medium-font);
}

.news-us .news-slider img{
  width: 100%;
  height: 85vw;
  object-fit: cover;
  border-radius: 3vw;
  margin-bottom: 5vw;
  margin-top: 3vw;
}

.news-us .news-slider{
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.news-us .news-slider .news-title{
  font-size: 5vw;
  line-height: 6.5vw;
  margin-bottom: 2.4vw;
  text-transform: capitalize;
}

.news-us .news-slider .news-desc{
  font-size: 3.95vw;
  line-height: 5.45vw;
  width:100%;
}

.news-slider .slick-dots{
  bottom:-75px;
}

.news-slider .slick-dots li{
  margin:0vw 1.5vw;
}

.news-slider .slick-dots li button:before{
  height: 2.8vw;
  width: 2.8vw;
  border: 0.4vw solid var(--red-primary);
}

.nasscom-bcmember {
  background: var(--white-primary);
  padding: 12vw 0vw 16vw 0vw;
}

.nasscom-bcmember .title_h4{
font-size: 7.5vw;
line-height: 9.3vw;
}

.nasscom-bcmember .view-btn{
font-size: 3.4vw;
line-height: 4.6vw;
float: none;
margin-top: 2.8vw;
}

.nasscom-bcmember img {
width: 100%;
height: 85vw;
object-fit: cover;
border-radius: 3vw;
}

.nasscom-bcmember .pb-5{
padding-bottom: 8vw!important;
}

.nasscom-bcmember img {
width: 100%;
height: 85vw;
object-fit: cover;
border-radius: 3vw;
margin-bottom: 5vw;
}

.nasscom-bcmember .title_h5{
font-size: 5.5vw;
line-height: 8.5vw;
margin-bottom: 3.6vw;
width: 90%;
}

.nasscom-bcmember .desc{
font-size: 3.95vw;
line-height: 6.85vw;
}

.nasscom-bcmember .action-btn{
position:static;
margin-top: 8vw;
}

.nasscom-bcmember .action-btn a{
font-size: 3.4vw;
line-height: 4.6vw;
font-family: var(--bold-font);
padding: 4.6vw 5.8vw;
width: 100%;
text-align: center;
border-radius: 8vw;
}



.nasscom-konnect{
  padding: 12vw 0vw 12vw 0vw;
}

.nasscom-konnect .title_h3{
  font-size: 7.5vw;
  line-height: 9.3vw;
}

.nasscom-konnect .view-btn{
  font-size: 3.4vw;
  line-height: 4.6vw;
  float: none;
  margin-top: 2.8vw;
}


.nasscom-konnect .konnect-card img{
  margin-top: 5vw;
  margin-bottom: 5vw;
  border-radius: 3vw;
}

.nasscom-konnect .konnect-card .card-title{
  font-size: 5.5vw;
  line-height: 8.5vw;
  margin-bottom: 3.6vw;
}

.nasscom-konnect .konnect-card .card-desc{
  font-size: 3.6vw;
  line-height: 5.95vw;
  margin-bottom: 5vw;
}

.nasscom-konnect .konnect-card .card-details{
  font-size: 3.6vw;
  line-height: 5.2vw;
}

.home-konnect .slick-dots li{
  margin:0vw 1.5vw;
}

.home-konnect .slick-dots li button:before{
  height: 2.8vw;
  width: 2.8vw;
  border: 0.4vw solid var(--red-primary);
}


.nasscom-konnect .outline-btn {
  background: #EBEBEB;
  margin-right: 1vw;
  font-size: 3.4vw;
  line-height: 4.6vw;
  font-family: var(--bold-font);
  padding: 4.2vw 5.8vw;
  height: max-content;
  border: 0.8vw solid var(--red-primary);
}

.nasscom-konnect .outline-btn {
  background: #EBEBEB;
  margin-right: 6vw;
  font-size: 3.6vw;
  line-height: 4.6vw;
  font-family: var(--bold-font);
  padding: 4.2vw 5.8vw;
  height: max-content;
  width: 46%;
  border: 0.6vw solid var(--red-primary);
}

.nasscom-konnect .outline-btn:last-child{
  margin-right: 0;
}

.nasscom-konnect .prev-slide-k{
  display: none!important;
}

.nasscom-konnect .next-slide-k{
  display: none!important;
}

.nasscom-konnect .konnect-card .card-details{
  margin-bottom: 10vw;
}

.home-konnect .slick-dots{
  bottom: -75px;
}

.nsm_footer-homepage{
  padding: 12vw 0vw;
  height: 100vh;
}

.nsm_footer-homepage .footer_logo{
  display: none;
}

.nsm_footer-homepage .nsm_footer-social {
  text-align: left;
  border-top: 0.5vw solid var(--white-primary);
  margin-top: 6vw;
  padding-top: 6vw;
  display: flex;
  width: 100%;
}

.nsm_footer-homepage .nsm_footer-social a {
  display: block;
  width: 25%;
  text-align: center;
}

.nsm_footer-homepage .nsm_footer-social img {
  width: 14.8vw;
  margin-right: 0;
}

.nsm_footer-homepage .nsm_footer-social .twitternass{
  width: 10.8vw;
  margin-right: 0;
  margin-top: 2vw;
}

.nsm_footer-homepage .scroll-footerslider .nsm_withimage-block {
  width: 85vw !important;
  height: 46vw !important;
  margin-right: 0 !important;
}

.nsm_footer-homepage .scroll-footerslider .nsm_withtext-block {
  width: 45vw !important;
  height: 46vw !important;
  margin-right: 0 !important;
  padding: 4vw;
}

.nsm_footer-homepage .scroll-footerslider .slick-slide {
  margin: 0vw 0.8vw;
}

.nsm_footer-homepage .scroll-footerslider .slick-list {
  padding: 0 10% 0 0 !important;
  margin: 0vw -0.8vw 0vw -0.8vw;
}

.nsm_footer-homepage .scroll-footerslider .slick-slide {
  margin: 0vw 0.4vw;
}

.nsm_withtext-block .nsm_desc {
  color: var(--white-primary);
  font-size: 2.4vw;
  line-height: 3.6vw;
  font-family: var(--regular-font);
  height: 33vw;
  overflow-y: auto;
}

.nsm_withtext-block .nsm_desc::-webkit-scrollbar{
  display: none!important;
}

.nsm_withtext-block .nsm_detail{
  bottom: 2.8vw;
}

.nsm_withtext-block .nsm_detail .label {
  color: var(--white-primary);
  font-size: 2.4vw;
  line-height: 2.4vw;
  font-family: var(--bold-font);
}

.nsm_withtext-block .nsm_detail .date {
  color: var(--white-primary);
  font-size: 2.4vw;
  line-height: 2.4vw;
  font-family: var(--bold-font);
  position: absolute;
  right: 15%;
}

.nsm_footer-homepage .hastagfooter{
  display: none;
}

.nsm_footer-homepage .footer_links{
  text-align: left;
  border-top: 0.5vw solid var(--white-primary);
  margin-top: 8vw;
  padding-top: 3vw;
  margin-left: 2vw;
  margin-right: 2vw;
  width: 96%;
}

.nsm_footer-homepage .footer_links a {
  text-decoration: none;
  color: var(--white-primary);
  font-size: 3.6vw;
  line-height: 6.6vw;
  margin-left: 0vw;
  font-family: var(--bold-font);
  text-transform: uppercase;
  display: block;
  margin-bottom: 7vw;
  margin-top: 7vw;
}


.dedicated-goals{
  display: none;
}

#membership-strategic .customcontain{
  padding-left: 3.5%;
}

#strategic-imperative .customcontain{
  padding-left: 3.5%;
}

.scroll-footerslider2 .nsm_withimage-block {
  width: 85vw !important;
  height: 46vw !important;
  margin-right: 0 !important;
}

.scroll-footerslider2 .nsm_withtext-block {
  width: 45vw !important;
  height: 46vw !important;
  margin-right: 0 !important;
  padding: 4vw;
}

.scroll-footerslider2{
  margin-left: 4%;
}

.fact_figures_slider{
  margin-left: 4%;
}

.perspectives-single .rd-btn_light {
  width: auto;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  padding: 5vw 6.75vw 5vw 6.75vw;
  border-radius: 8.5vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 3.6vw;
  line-height: 5.35vw;
  margin-bottom: 0vw;
}

}

/** new homepage **/




/** pages redifine start **/

.market-industry-intro{
  padding: 10vw 0vw 5vw 0vw;
  margin-bottom: 0%;
  margin-left: 0%;
}

#people .tabs-nav{
  padding-left:0;
}

.market-industry-intro .title_h1{
  padding: 3.5vw 0vw 3.5vw 0vw;
}

.market-industry-main-content{
  padding: 0vw 0vw 3vw 0vw!important;
}

.people-card{
  margin-bottom: 2.5vw;
}

#innovation{
  margin-left: 0%!important;
  margin-bottom: 0!important;
}

.nsm_fix-nav-inner{
  display: none;
}

.page-intro{
  padding: 10vw 0vw 5vw 0vw;
  margin-bottom: 0%;
  margin-left: 0%;
}

.careerpage .rd-btn{
  position: static;
  float: right;
  margin-bottom: 1rem;
}

.nsm_faq_section{
  margin-bottom: 0;
}

.nsm_faq_section .container {
  padding-left: calc(var(--bs-gutter-x)* .5);
  max-width: auto;
}


.membership_detail_section .container{
  padding-left:  calc(var(--bs-gutter-x)* .5);
}

.nsm_path-traveled{
  margin-left: auto;
  padding: 5vw 0vw;
}

.nsm_strategic-section .container{
  margin-left: auto;
}

.about-intro {
  padding: 10vw 0vw 5vw 0vw;
  margin-bottom: -8%;
  margin-left: auto;
}

.about-intro .nsm_context{
  font-size: 1.06vw;
  line-height: 1.75vw;
  color: var(--black-primary);
  font-family: var(--regular-font);
}

.nsm_spirit-nasscom{
  border-radius: 0;
}

.nsm_spirit-nasscom ul li::after{
  display:none;
}

.nsm_spirit-nasscom{
  background: linear-gradient(#000000c7, #000000c7), url(/themes/custom/nasscomredesigntheme/images/012799292e2e10add92df8ea52485f1e.jpg);
  position: relative;
  border: 0;
}

.nsm_blockarrow-down{
  height: 16vw;
  width: 16vw;
}

.nsm_blockarrow-down.right{
  margin: inherit;
  margin-bottom: 0;
  margin-top: 5vw;
}

.nsm_blockarrow-down.left{
  margin: inherit;
  margin-bottom: 0;
  margin-top: 5vw;
  float: right;
}

.slick-slider .slick-slide{
  margin: 0vw 0.8vw;
}

.nsm_strategic-section .nsm_strat-slider .item-block{
  margin-right: 0;
}

.slick-slider  .slick-list{
  margin: 0vw -0.8vw 0vw -0.8vw;
}

#strategic-imperative{
  padding: 3vw 0vw 3vw 0vw;
}
/*
#strategic-imperative .slick-slider .slick-list{
  padding: 0!important;
} */

#membershipmainpage{
  margin-bottom: -14%;
}

#membershipmainpage .video_block img {
  width: 100%;
  border-radius: 0.5vw;
}

.nsm_membership_review{
  border-radius: 0;
}

#membership-strategic  .nsm_strat-slider{
  margin-bottom: 3vw;
}

/* #membership-strategic  .nsm_strat-slider .slick-list{
  padding: 0!important;
} */

.nsm_strategic-section#membership-strategic{
  padding: 12vw 0vw 6vw 0vw;
}

@media(max-width:767px){

  #strategic-imperative{
    padding: 15vw 0vw 9vw 0vw;
  }

  .about-intro {
    padding: 30vw 0vw 5vw 0vw;
    margin-bottom: -20%;
  }



  .about-intro .nsm-image-element {
    width: 32.75vw;
    bottom: -10%;
  }

  .nsm_blockarrow-down {

    height: 38vw;
    width: 38vw;
    margin: auto!important;
    margin-bottom: -4%;
    float: none!important;
    padding-top: 12vw;
}

  #strategic-imperative .slick-slider{
    margin-bottom: 0;
  }

  .about-intro{
    padding: 30vw 0vw 5vw 0vw;
  }

  .nsm_path-traveled{
    padding: 12vw 0vw;
  }

  .about-intro .nsm_context {
    font-size: 3.8vw;
    line-height: 5.6vw;
    color: var(--black-primary);
    font-family: var(--regular-font);
  }

  .page-intro{
    padding: 30vw 0vw 5vw 0vw;
  }




.market-industry-intro{
  padding: 30vw 0vw 5vw 0vw;
}

.market-industry-main-content .tabs-content .content-block a {
  color: var(--red-primary);
  text-align: left;
  padding: 3vw 0;
}

#people .tabs-content .col-md-3 {
  width: 50%;
}

.market-industry-main-content .tabcontent-slider{
  margin-left: 4%;
}

.market-industry-main-content  .outline-btn {
  background: var(--white-primary);
  margin-right: 6vw;
  font-size: 3.6vw;
  line-height: 4.6vw;
  font-family: var(--bold-font);
  padding: 4.2vw 5.8vw;
  height: max-content;
  width: 46%;
  border: 0.6vw solid var(--red-primary);
  margin-top: 5vw;
}

.market-industry-main-content .customcontain h5{
  margin-left: 4%;
}


.recent_newsletters-section{
  padding: 6vw 0vw 6vw 0vw;
}

.recent_newsletters-section .pb-6{
  padding-bottom: 0!important;
}

.recent_newsletters-section .slick-list{
  padding: 0% 15% 0% 0% !important;
}

.recent_newsletters-section .slick-slider{
  margin: 0% 4%;
  margin-bottom: 0;
}

.recent_newsletters-section .newsletter_card .job_title{
  height: max-content;
  min-height: max-content;
}


.nsm_focusarea-section{
  padding: 12vw 0vw 6vw 0vw;
}

.nsm_focusarea-section .slick-slider{
  margin-left: 4%;
  margin-bottom: 0;
}

.key_finding-section .slick-slider{
  margin-left: 4%;
  margin-bottom: 0;
}

.page-intro.careerpage{
  margin-bottom: -14%;
}

#policypage div.click-here a.btn-primary{
    font-size: 3.4vw;
    line-height: 4.6vw;
    font-family: var(--bold-font);
    padding: 4.6vw 5.8vw;
    width: max-content;
    border-radius: 8vw;
}

.slick-slider .slick-slide {
  margin-right: 2.5vw!important;
}

.nsm_withimage-block img{
  margin-right: 0;
}

.membership_detail_section .membership_fees .pb-6{
  padding-bottom: 50px !important;
}

.membership_detail_section .joining_criteria{
  margin-bottom: 12vw;
  padding-bottom: 3vw;
}

.mobile_tabitems_block li a{
  margin-right: 4.75vw;
}


}
/** pages redifine end **/




/** pages vw to px **/

@media (min-width:768px) and (max-width:1499px){
  .header_home .top-head .mainlogo{
    width: 200px;
  }

  .header_home .top-head .mainmenu ul li {
    margin-left: 24px;
  }

  .header_home .top-head .mainmenu ul li a{
    font-size: 11px;
    line-height: 12px;
  }

  .header_home .bottom-head .leftmenu ul li a{
    font-size: 11px;
    line-height: 12px;
  }

  .header_home .bottom-head .rightmenu ul li a{
    font-size: 11px;
    line-height: 12px;
  }

  .header_home .top-head .row{
    align-items: center;
  }

  .iconblock img {
    height: 28px;
    width: 28px;
    margin-left: 14px;
  }

  .iconblock a{
    font-size: 11px;
    line-height: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--red-primary);
    font-family: var(--bold-font);
  }

  .header_home .top-head{
    background: linear-gradient(to right,#c33531, #9d1f1a);
    padding: 20px 35px;
    border-radius: 10px 10px 0vw 0vw;
  }

  .market-industry-intro{
    padding: 150px 0px 60px 0px;
  }

  .market-industry-intro .title_h1 {
    padding: 45px 0px 45px 0px;
    font-size: 65px;
  }

  .desktophead_tab .nav-link{
    font-size: 18px;
    line-height: 18px;
    margin-right: 42px;
  }

  .market-industry-intro .nsm_context{
    font-size: 14px;
    line-height: 22px;
  }

  .desktop_tabitems_block li a{
    font-size: 18px;
    line-height: 24px;
  }



  .desktop_tabitems_block li.active a {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
}

.desktophead_tab li{
  margin-bottom: 32px;
}

#people #mycontainer{
  border-bottom: 0px solid var(--black-primary);
}

.people-card .name {
  font-size: 18px;
  line-height: 24px;
}

.people-card .desg{
  font-size: 16px;
  line-height: 22px;
}

.nsm_footer-homepage .footer_logo{
  width: 300px;
}

.nsm_footer-homepage .nsm_footer-social img {
  width: 52px;
  margin-left: 16px;
  margin-right: 0;
}

.nsm_footer-homepage .nsm_footer-social .twitternass{
  width: 46px;
  margin-left: 16px;
  margin-right: 0;
}

.nsm_footer-homepage .hastagfooter{
  font-size: 26px;
  line-height: 26px;
}

.nsm_footer-homepage .footer_links a{
    font-size: 12px;
    line-height: 21px;
}

.header_home .bottom-head .rightblock .rightmenu {
  border-right: 2px solid var(--red-primary);
  margin-right: 30px;
  margin-left: 20px;
  padding-right: 30px;
}

.header_home .bottom-head .rightmenu ul li {
  margin-left: 25px;
}


.main-banner-text h2 {
  font-size: 50px;
  line-height: 62px;
  color: var(--white-primary);
  font-family: var(--medium-font);
  width: 90%;
}

.banner-nasscom .action-btn a{
  background: linear-gradient(to right,#c33531,#9d1f1a);
  padding: 20px 28px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display:inline-block;
  margin-left: 13px;
}

.banner-nasscom .down-arrow img {
    width: 62px;
    height: 62px;
    cursor: pointer;
}


.banner-nasscom {
  background: url(/themes/custom/nasscomredesigntheme/images/banner-bg.png);
  background-size: cover;
  height: 750px;
  position: relative;
}

.banner-nasscom::after{
  height: 100%;
}

#myVideo{
  height: 750px;
}


.banner-nasscom .container{
  position: relative;
  height: 100%;
}

.banner-nasscom .row{
  padding-top: 0px;
}

.banner-nasscom .buttonrow{
  position: absolute;
  width: 100%;
  bottom: 5%;
}



.main-banner-text{
  margin-bottom: 0px;
}


.banner-nasscom .rowslider{
  padding-top: 300px;
}

.key-insights {
  background: var(--white-primary);
  padding: 60px 0px 80px 0px;
}

.key-insights .title_h4 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 38px;
  line-height: 54.2px;
  letter-spacing: -0.02em;
  text-align: left;
}

.key-insights .view-btn{
  font-size: 14px;
  line-height: 22px;
  font-family: var(--medium-font);
  text-decoration: none;
  color: var(--red-primary);
  display: block;
  width: max-content;
  float: right;
}

.key-insights img {
  width: 96%;
  height: 524px;
  object-fit: cover;
  border-radius: 10px;
}

.key-insights .title_h5 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 38px;
  margin-top: 15px;
}

.key-insights .desc {
  font-size: 14px;
  line-height: 26px;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.key-insights .action-btn a {
  background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: block;
}


.nasscom-bcmember {
  background: var(--white-primary);
  padding: 60px 0px 80px 0px;
}

.nasscom-bcmember .title_h4 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 38px;
  line-height: 54.2px;
  letter-spacing: -0.02em;
  text-align: left;
}

.nasscom-bcmember .view-btn{
  font-size: 14px;
  line-height: 22px;
  font-family: var(--medium-font);
  text-decoration: none;
  color: var(--red-primary);
  display: block;
  width: max-content;
  float: right;
}

.nasscom-bcmember img {
  width: 96%;
  height: 524px;
  object-fit: cover;
  border-radius: 10px;
}

.nasscom-bcmember .title_h5 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 38px;
  margin-top: 15px;
}

.nasscom-bcmember .desc {
  font-size: 14px;
  line-height: 26px;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.nasscom-bcmember .action-btn a {
  background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: block;
}



.dedicated-goals{
  padding: 60px 0px 80px 0px;
  background-size: cover;
}

.dedicated-goals .title_h4 {
  font-family: var(--bold-font);
  color: var(--white-primary);
  margin: 0;
  font-size: 38px;
  line-height: 54.2px;
  letter-spacing: -0.02em;
  text-align: left;
}


.dedicated-goals .prev-slide-g{
  margin-left: 30px;
  cursor: pointer;
}

.dedicated-goals .next-slide-g{
  margin-left: 30px;
  cursor: pointer;
}

.dedicated-goals .goals_slider {
  margin-left: 0%;
  margin-top: 48px;
  margin-bottom: 0;
}

.dedicated-goals .goals_slider .slick-slide{
  margin: 0vw 0.4vw;
  height: 545px;
}

.dedicated-goals .goals_slider  .slick-list{
  padding: 0 30% 0 0 !important;
  margin: 0vw -0.4vw 0vw -0.4vw;
}

.dedicated-goals .goal-card{
  padding: 20px 25px;
  border: 1px solid var(--white-primary);
  border-radius: 10px;
}

.dedicated-goals .goal-card .title_h5{
  font-size: 24px;
  line-height: 30px;
  color: var(--white-primary);
  margin-bottom: 28px;
  border-bottom: 1px solid #fff;
  padding-bottom: 28px;
  margin-top: 10px;
}

.dedicated-goals .goal-card .content-pointer{
  padding-bottom: 12px;
}

.dedicated-goals .goal-card .content-pointer h6{
  font-size: 14px;
  line-height: 24px;
  font-family: var(--bold-font);
  color: var(--white-primary);
}

.dedicated-goals .goal-card .content-pointer p{
  font-size: 12px;
  line-height: 20px;
  color: var(--white-primary);
  font-family: var(--regular-font);
  width:100%;
}



.news-us {
  background: var(--white-primary);
  padding: 60px 0px 80px 0px;
}

.news-us .title_h4 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 38px;
  line-height: 54.2px;
  letter-spacing: -0.02em;
  text-align: left;
}

.news-us .view-btn {
  font-size: 14px;
  line-height: 22px;
  font-family: var(--medium-font);
  text-decoration: none;
  color: var(--red-primary);
  display: block;
  width: max-content;
  float: right;
}


.news-us .news-slider .news-title {
  font-size: 16px;
  line-height: 26px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 4px;
  text-transform: uppercase;
}

.news-us .news-slider .news-desc {
  font-size: 15px;
  line-height: 26px;
  color: var(--black-primary);
  font-family: var(--regular-font);
  width: 100%;
  margin-bottom: 0;
  letter-spacing: -1%;
}

.news-us .news-slider img {
  border-radius: 10px;
  margin-bottom: 30px;
  height: 365px;
  object-fit: cover;
}


.nasscom-konnect {
  background: #EBEBEB;
  padding: 60px 0vw 100px 0vw;
  position: relative;
}

.nasscom-konnect .prev-slide-k img {
  cursor: pointer;
  height: 34px;
  width: 34px;
}

.nasscom-konnect .next-slide-k img {
  cursor: pointer;
  height: 34px;
  width: 34px;
}

.nasscom-konnect .prev-slide-k {
  position: absolute;
  left: -5%;
  top: 50%;
}

.nasscom-konnect .next-slide-k {
  position: absolute;
  right: -5%;
  top: 50%;
}

.home-konnect .slick-dots li {
  margin: 0px 2px;
}

.home-konnect .slick-dots li button:before {
  content: '' !important;
  height: 14px;
  width: 14px;
  border: 1px solid var(--red-primary);
  background: #ebebeb;
  border-radius: 50%;
  display: block;
  opacity: 1;
}

.nasscom-konnect .title_h3{
  text-transform: capitalize;
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 0vw;
  font-size: 52px;
  line-height: 66px;
}

.nasscom-konnect .view-btn {
  margin-bottom: 0vw;
  display: block;
  color: var(--red-primary);
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
  font-family: var(--medium-font);
  width: max-content;
  float: right;
}

.nasscom-konnect .konnect-card .card-title {
  font-size: 18px;
  line-height: 30px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 18px;
}

.nasscom-konnect .konnect-card .card-desc {
  font-size: 12px;
  line-height: 20px;
  color: var(--black-primary);
  font-family: var(--regular-font);
  margin-bottom: 18px;
}

.nasscom-konnect .konnect-card .card-details {
  color: var(--black-primary);
  font-family: var(--bold-font);
  text-transform: capitalize;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 34px;
}


.nasscom-konnect .konnect-card  .outline-btn {
  width: max-content;
  height: max-content;
  padding: 14px 24px 14px 24px;
  border-radius: 8px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: #ebebeb;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
}

.nasscom-konnect .konnect-card  .outline-btn:hover{
  background: var(--red-primary);
  color: var(--white-primary)
}

.nasscom-konnect .outline-btn {
  margin-right: 16px;
}

.desktophead_tab li{
  margin-bottom: 24px;
}

.desktophead_tab .nav-link{
  font-size: 15px;
  line-height: 24px;
  margin-right: 42px;
  font-family: var(--extrabold-font);
}

.desktophead_tab .nav-link.active{
  font-family: var(--extrabold-font);
}

.desktop_tabitems_block li.active a {
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
}

.desktop_tabitems_block li a {
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  text-transform: capitalize;
}

.people-card img {
  width: 100%;
  margin-bottom: 20px;
}

.people-card .name {
  font-size: 16px;
  line-height: 24px;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 10px;
}

.people-card .desg {
  font-size: 13px;
  line-height: 21px;
  color: var(--black-primary);
  font-family: var(--regular-font);
}

.people-card {
  margin-bottom: 30px;
}

.tabs-nav p {
  color: var(--black-primary);
  font-family: var(--extrabold-font);
  font-size: 15px;
  line-height: 24px;
  margin-right: 42px;
  text-transform: uppercase;
}


.tabs-nav a {
  display: block;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 24px;
  margin-right: 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.careerpagefilter .tabs-nav a{
  margin-right: 16px;
}


.tabs-content {
  border-top: 1px solid var(--black-primary);
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 40px;
  overflow: hidden;
}

.tabs-content .main-title h3{
  font-size: 36px;
  line-height: 57.2px;
  letter-spacing: -0.02em;
}

.tabs-content .main-title p{
  font-size: 18.5px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.tabs-content .content-block {
  width: 95%;
  padding-top: 30px;
}



.tabs-content .content-block .inner-context {
  font-family: var(--regular-font);
  font-size: 14px;
  line-height: 26px;
  color: var(--black-primary);
  margin-bottom: 40px;
}

.tabs-content .content-block a{
  font-size: 16px;
  line-height: 24px;
}


.tabs-content .main-button .rd-btn {
  width: auto;
  padding: 17px 40px 17px 40px;
  border-radius: 60px;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-secondary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
}

.membership_detail_section{
  padding: 60px 0px 60px 0px;
}


.membership_detail_section .title_h3{
  font-size: 42px;
  font-weight: 400;
  line-height: 52.4px;
  text-align: left;
  padding: 0;
}

.membership_detail_section .joining_criteria h4 {
  padding: 0px 0px 20px 0px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.membership_detail_section .membership_fees h4{
  padding: 0px 0px 20px 0px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}


.membership_detail_section .joining_criteria .point {
  font-family: var(--extrabold-font);
  text-transform: uppercase;
  color: var(--black-primary);
  font-size: 12px;
  line-height: 20px;
}

.membership_detail_section .joining_criteria .desc {
  font-family: var(--regular-font);
  color: var(--black-primary);
  width: 100%;
  font-size: 16px;
  line-height: 26.2px;
  letter-spacing: -0.01em;
}

.membership_detail_section .joining_criteria a {
  width: auto;
  padding: 10px 20px 10px 20px;
  border-radius: 10px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
}

.membership_detail_section .membership_fees .point {
  font-family: var(--extrabold-font);
  text-transform: uppercase;
  color: var(--black-primary);
  font-size: 12px;
  line-height: 20px;
}

.membership_detail_section .membership_fees .desc {
  font-family: var(--regular-font);
  color: var(--black-primary);
  width: 100%;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26.2px;
  letter-spacing: -0.01em;
}

.membership_detail_section .membership_fees a {
  width: auto;
  padding: 12px 24px 12px 24px;
  border-radius: 10px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
}

.membership_detail_section .rd-btn{
  width: auto;
  padding: 17px 40px 17px 40px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-secondary);
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
}

.joining_criteria .col-md-6:last-child{
  padding-bottom: 1.5rem !important;
}

.membership_fees .col-md-6:last-child{
  padding-bottom: 1.5rem !important;
}

.membership_detail_section .joining_criteria {
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-top: 60px;
  border-bottom: 1px solid var(--black-primary);
  border-top: 1px solid var(--black-primary)
}


.membership_detail_section .row:nth-child(1){
  margin-bottom: 0px;
}

.nsm_faq_section{
  padding: 80px 0px 100px 0px;
}

.nsm_faq_section .title_h3{
  font-size: 38px;
  line-height: 54.2px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}

.nsm_faq_section .accordion-item .accordion-button {
  background: var(--red-primary);
  border-radius: 20px!important;
  color: var(--white-primary);
  box-shadow: none;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--bold-font);
  padding: 20px 40px;
}

.nsm_faq_section .accordion-body {
  color: var(--white-primary);
  background: var(--red-primary);
  border-radius: 0vw 0vw 20px 20px;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--medium-font);
  padding: 10px 40px;
}

.nsm_faq_section{
  padding: 60px 0px 80px 0px;
}


.page-intro {
  padding: 150px 0px 60px 0px;
  margin-bottom: -14%;
}


.careerpage .title_h1{
  padding: 45px 0px 45px 0px;
  font-size: 65px;
}

.careerpage .title_h3{
  font-size: 35px;
  line-height: 47px;
  padding: 0px 0px 20px 0px;
}

.page-intro .nsm_context{
  font-size: 14px;
  line-height: 22px;
}

.careerpage .rd-btn{
  width: auto;
  padding:17px 40px 17px 40px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-secondary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
}

.careerpage .video_block img{
  height: 680px;
  object-fit: cover;
  border-radius: 10px;
}

.careerpage .video_block iframe{
  height: 680px;
  object-fit: cover;
  border-radius: 10px;
}


.nsm_membership_review {
  background: linear-gradient(45deg, #000000a6, #000000a6), url(/themes/custom/nasscomredesigntheme/images/membership_page_gif.gif);
  background-size: cover;
  padding: 80px 0px 80px 0px;
  border-radius: 0;
  height: 900px;
  position: relative;
}

.nsm_membership_review .title_h3{
  text-align: center;
  color: var(--white-primary);
  font-family: var(--medium-font);
  font-size: 39px;
  line-height: 49px;
  width: 64%;
  margin: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nsm_membership_review .title_h3 span {
  text-align: center;
  color: var(--white-primary);
  font-family: var(--medium-font);
  font-size: 25px;
  line-height: 35px;
  font-style: italic;
  margin-top: 54px;
  display: block;
}


.nsm_strategic-section .title_h3 {
  color: var(--white-primary);
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 42px;
  line-height: 52.4px;
  font-family: var(--regular-font);
}

.nsm_strategic-section .nsm_strat-slider .item-block img {
  border-radius: 10px;
  margin-bottom: 38px;
  height: 215px;
  object-fit: cover;
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-title {
  font-size: 18px;
  line-height: 28.5px;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 15px;
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-desc {
  font-size: 14px;
  line-height: 26px;
  color: var(--white-primary);
  font-family: var(--regular-font);
  margin-bottom: 15px;
}

.nsm_strategic-section .white-btn {
  width: auto;
  padding:17px 40px 17px 40px;
  border-radius: 60px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
}

.nsm_strategic-section .white-btn-trans{
    width: auto;
    padding:17px 40px 17px 40px;
    border-radius: 60px;
    color: var(--white-primary);
    text-transform: uppercase;
    background: transparent;
    font-size: 13px;
  line-height: 21px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
}

#membership-strategic .nsm_strat-slider{
  margin-bottom: 50px;
}

.nsm_strategic-section#membership-strategic{
  padding: 160px 0px 80px 0px;
}


.about-intro {
  padding: 150px 0px 80px 0px;
  margin-bottom: -12%;
  margin-left: auto;
}

.about-intro .title_h1 {
  color: var(--red-primary);
  font-family: var(--regular-font);
  line-height: 78.2px;
  padding: 45px 0px 45px 0px;
  font-size: 65px;
}

.about-intro .nsm_context{
  font-size: 14px;
  line-height: 22px;
}

.about-intro .nsm-button-row .outline-btn{
  width: auto;
  padding: 12px 24px 12px 24px;
  border-radius: 10px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
  height: max-content;
}

.about-intro .nsm-button-row .outline-btn:hover{
  background: var(--red-primary);
  color: var(--white-primary);
}

.about-intro .nsm_image img {
  border-radius: 10px;
  width: 100%;
}

.about-intro .nsm-image-element {
  width: 201.23px;
}

#strategic-imperative {
  padding: 80px 0px 60px 0px;
}

#strategic-imperative .slick-slider {
  margin-bottom: 0px;
}


.nsm_spirit-nasscom{
  padding: 80px 0px 80px 0px;
  height: max-content;
}

.nsm_spirit-nasscom .title_h3{
  font-size: 42px;
  line-height: 52.4px;
}

.nsm_spirit-nasscom .title_h3::after {
  content: '';
  width: 65%;
  height: 1px;
  background: var(--white-primary);
  display: block;
  margin: 40px auto;
}

.nsm_spirit-nasscom ul li {
  font-size: 36px;
  line-height: 62px;
  text-align: center;
  color: var(--white-primary);
  font-family: var(--regular-font);
}


.nsm_path-traveled {
  margin-left: auto;
  padding: 60px 0px;
}

.nsm_path-traveled .title_h3{
  font-size: 42px;
  line-height: 52.4px;
}

.nsm_pathimage-block .nsm_path-year{
  font-size: 42px;
  line-height: 52.4px;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  font-family: var(--bold-font);
}

.nsm_pathcontext-block {
  width: 100%;
  background: url(/themes/custom/nasscomredesigntheme/images/Mesh-Gradient-Red-new.svg);
  background-size: cover;
  padding: 30px;
  border-radius: 10px;
}

.nsm_pathcontext-block .sub-title {
  font-size: 12px;
  line-height: 21px;
  font-family: var(--extrabold-font);
  color: var(--white-primary);
  margin-bottom: 20px;
}

.nsm_pathcontext-block .title_h4 {
  font-family: var(--bold-font);
  color: var(--white-primary);
  border-top: 1px solid var(--white-primary);
  border-bottom:1px solid var(--white-primary);
  padding: 12px 0px;
  margin-bottom: 1.5vw;
  font-size: 32px;
  line-height: 51.2px;
  letter-spacing: -0.02em;
}

.nsm_pathcontext-block .desc {
  font-size: 20px;
  line-height: 30.5px;
  font-family: var(--regular-font);
  color: var(--white-primary);
  margin-bottom: 20px;
  width: 90%;
}

.nsm_pathimage-block .nsm_path-image img {
  width: 100%;
  border-radius: 10px;
}

.tabs-content .image-block img{
  border-radius: 10px;
}

.nsm_blockarrow-down {
  width: 180px;
}

.nsm_focusarea-section .container{
  margin-left: auto;
}

.nsm_focusarea-section{
  padding:160px 0px 80px 0px;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block img{
  height: 225px;
}

.nsm_focusarea-section .title_h3{
  color: var(--white-primary);
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 42px;
  line-height: 52.4px;
  font-family: var(--regular-font);
}

.nsm_focusarea-section .nsm_focusarea-slider{
  margin-bottom: 0;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block img {
  border-radius: 10px;
  margin-bottom: 1.8vw;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-title {
  font-size: 24px;
  line-height: 33px;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 30px;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-desc {
  font-size: 13px;
  line-height: 24px;
  color: var(--white-primary);
  font-family: var(--regular-font);
  margin-bottom: 0px;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-list{
  font-size: 16px;
  line-height: 28px;
  color: var(--white-primary);
  font-family: var(--regular-font);
}


.key_finding-section .container{
  margin-left: auto;
}

.key_finding-section .container{
  margin-left:auto;
}

.key_finding-section#policypage{
  padding: 60px 0px 60px 0px;
}

.key_finding-section .title_h3{
  font-size: 42px;
  font-weight: 400;
  line-height: 52.4px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.key_finding-section h4{
  padding: 0px 0px 20px 0px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  margin-top: 40px;
}

.key_finding-section .key_finding .item-block .block-title{
  text-align: left;
  font-size: 22px;
  line-height: 32.5px;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.key_finding-section .key_finding .item-block .block-desc{
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  color: var(--black-primary);
  font-family: var(--regular-font);
}


.key_finding-section .key_finding .item-block  .blog-author{
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  color: var(--black-primary);
  font-family: var(--regular-font);
}

.key_finding-section .key_finding .item-block img{
  border-radius:10px;
  margin-bottom: 36px;
}

.key_finding#v1{
  margin-bottom: 0;
}

.key_finding-section#policypage .container .key_finding{
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.recent_newsletters-section .pb-6{
  padding-bottom: 30px!important;
}

#policypage div.click-here a.btn-primary{
  width: auto;
  padding: 17px 40px 17px 40px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
}


.recent_newsletters-section{
  padding: 30px 0px 60px 0px;
}


.recent_newsletters-section .container{
  margin-left:auto;
}

.newsletter_card .newsletter_card_content{
  border-radius: 0px 0px 20px 20px;
}

.recent_newsletters-section h4{
  padding: 0px 0px 0px 0px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 0px;
  margin-top: 0px;
}

.newsletter_card img{
  width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}


.newsletter_card .newsletter_card_content{
  border-radius: 0px 0px 10px 10px;
  border: 2px solid #E3E3E3;
}

.recent_newsletters-section .rd-btn{
  width: auto;
  padding: 17px 40px 17px 40px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-secondary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
}

.recent_newsletters-section .newsletter_card .job_title{
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 0px;
  padding: 20px 20px 0px 20px;
  min-height: 48px;
  height: 48px;
  overflow: hidden;
}

.recent_newsletters-section .newsletter_card .job_desc{
  font-family: var(--regular-font);
    color: var(--black-primary);
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 20px;
    padding: 0px 20px;
    height: 90px;
    overflow-y: hidden;
}

.newsletter_card .action-btn .postdate{
  font-size: 11px;
  line-height: 18px;
}

.newsletter_card .action-btn .category{
  display: flex;
  justify-content: center;
}

.newsletter_card .action-btn .category a{
  font-size: 11px;
  line-height: 18px;
}

.newsletter_card .action-btn .category a:hover{
  background: transparent;
}

.newsletter_card .action-btn .fee{
  display: flex;
  justify-content: center;
}

.newsletter_card .action-btn .fee a{
  font-size: 11px;
  line-height: 18px;
}

.newsletter_card .action-btn .fee a:hover{
  background: transparent;
}

.newsletter_card .action-btn{
  padding: 16px 20px;
}


.recent_newsletters-section .col-md-4{
  text-align: right;
}

.policy-sep{
  height: 1px;
  width: 100%;
  background: var(--black-primary);
  margin: 0px 15px;
}



.market-industry-main-content{
  margin-left: 0;
  padding: 0px 0px 60px 0px!important;
  margin-bottom: 0%;
}

.market-industry-main-content .tabs-content{
  margin-bottom: 0;
}


.market-industry-main-content .tabs-content .content-block a{
  font-size: 14px;
  line-height: 26px;
  font-family: var(--bold-font);
}

.market-industry-main-content .tabs-content .content-block h5{
  font-family: var(--extrabold-font);
  font-size: 14px;
  line-height: 22px;
  color: var(--red-primary);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.market-industry-main-content .tabs-content .content-block{
  padding-top: 0;
}

.market-industry-main-content .tabcontent-slider .item-block .block-title{
  font-size: 18px;
  line-height: 28.5px;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 15px;
}

.market-industry-main-content .tabcontent-slider  .item-block .block-desc {
  font-size: 14px;
  line-height: 26px;
  color: var(--black-primary);
  font-family: var(--regular-font);
  margin-bottom: 15px;
  height: 52px;
  overflow: hidden;
}

.market-industry-main-content  .tabcontent-slider{
  margin-bottom: 50px;
}

.market-industry-main-content .slick-list{
  padding: 0 30% 0 0 !important;
}

.market-industry-main-content  .tabs-content{
  border-top: 0;
  margin-top: 0;
}

.market-industry-main-content .tabs-content .objective-point{
  margin-bottom: 30px;
}

.tabs-content .objective-point h6{
  font-family: var(--bold-font);
  font-size: 14px;
  line-height: 24.2px;
  letter-spacing: -0.01em;
  color: var(--black-primary);
  text-transform: uppercase;
}

.tabs-content .objective-point p{
  font-family: var(--regular-font);
  color: var(--black-primary);
  width: 85%;
  font-size: 14px;
  line-height: 24.2px;
  letter-spacing: -0.01em;
}



.market-industry-main-content #mycontainer{
  border-bottom: 1px solid var(--black-primary);
  padding-bottom:20px;
}

.market-industry-main-content .tabs-content .objective-point{
  margin-bottom: 30px;
}

.market-industry-main-content#innovation #mycontainer{
  border-bottom: 0px solid var(--black-primary)!important;
  padding-bottom:40px;
}

.market-industry-main-content#innovation .tabs-content{
  border-top: 1px solid var(--black-primary)!important;
  margin-top: 20px;
}

.market-industry-main-content .tabcontent-slider .item-block img{
  border-radius: 10px;
  height: 215px;
  object-fit: cover;
}

.market-industry-main-content .outline-btn {
  width: max-content;
  height: max-content;
  padding: 12px 24px 12px 24px;
  border-radius: 8px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
}

.market-industry-main-content .outline-btn:hover{
  background: var(--red-primary);
  color: var(--white-primary);
}

.scroll-footerslider2 .nsm_withtext-block {
  width: 342px !important;
  height: 355px!important;
  margin-right: 0 !important;
}


.scroll-footerslider2 .nsm_withimage-block {
  width: 520px !important;
  height: 355px !important;
  margin-right: 0 !important;
}

.reachus{
  margin-bottom: 0;
}

.contact-main-content {
  padding: 0px 0px 0px 0px;
  margin-bottom: 0;
  margin-left: 0;
}

.map-block iframe {
  width: 100%;
  height: 581.02px;
  border-radius: 0;
}

.contact-main-content .tabs-nav{
  padding: 30px 0px 50px 0px;
  border-bottom: 0;
}

.contact-main-content .tabs-content{
  border-top: 1px solid var(--black-primary);
}

.page-intro .title_h1{
  padding: 45px 0px 45px 0px;
  font-size: 65px;
  margin-bottom: 0;
}

.reachus .nsm_context p{
  margin-bottom: 0;
}


.contact-main-content .tabs-content .heading{
  margin-bottom: 8px;
}



.page-intro.perspectivepage{
  margin-bottom: 0%;
  padding: 150px 0px 25px 0px;
}

.perspectives-main-content{
  padding: 0px 0px 60px 0px;
  margin-bottom: 0;
  margin-left: 0;
}

.perspectives-main-content .tabs-content{
  margin-top: 20px;
}

.perspectives-main-content .tabs-nav select {
  border: 0;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 24px;
  margin-left: -3px;
  background: url(/themes/custom/nasscomredesigntheme/images/red_drop_arrow.svg) no-repeat !important;
  background-size: 12px !important;
  background-position: calc(100% - 0%) 8px !important;
  background-repeat: no-repeat !important;
  width: 80px;
}




.perspectives_card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.perspectives_card .perspectives_card_content{
  border-radius: 0px 0px 10px 10px;
  border: 2px solid #E3E3E3;
}




.perspectives_card .job_title{
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 10px;
  padding: 20px 20px 0px 20px;
  min-height: 70px;
  height: 70px;
  overflow: hidden;
}

.perspectives_card .job_desc{
  font-family: var(--regular-font);
    color: var(--black-primary);
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-bottom: 30px;
    padding: 0px 20px;
    height: 75px;
}

.perspectives_card .action-btn .postdate{
  font-size: 11px;
  line-height: 18px;
  height: 16px;
}

.perspectives_card .action-btn .category{
  display: flex;
  justify-content: center;
  height: 16px;
}

.perspectives_card .action-btn .category a{
  font-size: 11px;
  line-height: 18px;
}

.perspectives_card .action-btn .fee{
  display: flex;
  justify-content: right;
  height: 16px;
}

.perspectives_card .action-btn .fee a{
  font-size: 11px;
  line-height: 18px;
}

.perspectives_card .action-btn{
  padding: 16px 20px;
}

.perspectives_card .action-btn a:hover{
  background: transparent;
}

.perspectives_card{
  margin-bottom: 30px;
}

#members_listing .perspectives_card .perspectives_card_content {
  border-radius: 10px;
  min-height: 110px;
}

#members_listing .perspectives_card .job_title{
  height: auto;
  max-height: 70px;
  overflow: hidden;
  padding: 20px 20px;
}

#members_listing .perspectives_card .action-btn{
  padding: 10px 20px;
}

.filter_search{
  margin-right: 0!important;
}

.filter_search img {
  height: 24px;
  width: 24px;
  margin-top: 0;
  margin-bottom: 6px;
}

.perspectives-main-content .tabs-nav .row {
  align-items: end;
}



.perspectives-single{
  margin-bottom: 0;
}

.perspectives-single .btn-block{
  text-align: right;
}




.perspectives-single .rd-btn_light {
  width: auto;
  padding: 17px 40px 17px 40px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
  position: static;
}

.perspectives-single .white-btn {
  width: auto;
  padding: 17px 40px 17px 40px;
  border-radius: 60px;
  text-transform: uppercase;
  background: transparent;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--red-primary);
  position: static;
}



.key_finding-section{
  padding:0px 0px 60px 0px;
}

/* .perspectivekey .item-block .block-title{
  height: 60px!important;
} */


.perspectivevideo .video-block-image{
  height: 713px!important;
  border-radius: 0;
}

.perspectivevideo .video-playbtn img{
  height: 90px!important;
  width: 90px!important;
}


.perspectives-main-content-detailpage{
  margin-left: 0%;
  padding: 60px 0px;
  margin-bottom: 0;
}

.perspectives-main-content-detailpage .title_h3{
  font-size: 42px;
  font-weight: 400;
  line-height: 52.4px;
  text-align: left;
  padding: 0;
  margin-bottom: 40px;
}

.fact_figures-section{
  padding: 60px 0px 60px 0px;
}

.fact_figures-section .container{
  margin-left: auto;
}

.fact_figures-section .title_h3{
  font-size: 42px;
  font-weight: 400;
  line-height: 52.4px;
  text-align: left;
  padding: 0;
  margin-bottom: 50px;
  margin-top: 0;
}

.fact_figures_slider .item-block img{
  border-radius: 10px;
}

.fact_figures_slider{
  margin-left: 1%;
}

.eventintro{
  margin-bottom: 0;
}

.event_detail-intro .nsm_event_detail_date p{
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 24px;
}

.eventintro p{
  margin-bottom: 0;
}

.event_detail-intro{
  margin-bottom: 0;
}

.event_detail-intro .nsm_event_detail_date {
  font-family: var(--bold-font);
  color: var(--red-primary);
  text-align: left;
}

.event_detail-intro .rd-btn_light{
  width: auto;
  padding:17px 40px 17px 40px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
  position: static;
}

.event_detail-content{
  padding: 0px 0px 40px 0px;
}

.event_detail-content h4 {
  font-size: 24px;
  line-height: 33px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 20px;
  text-align: left;
}

.event_detail-content p {
  font-size: 13px;
  line-height: 21px;
  font-family: var(--bold-font);
  color: var(--black-primary);
}

.event_detail-content p span{
  font-size: 13px;
  line-height: 21px;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.event_detail-content ul li {
  font-size: 13px;
  line-height: 21px;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.event_detail-content h5 {
  font-size: 14px;
  line-height: 22px;
  font-family: var(--extrabold-font);
  color: var(--red-primary);
  margin-bottom: 20px;
}


.event_detail-content .container{
  padding-left: calc(var(--bs-gutter-x)* .5);
}

.event_detail-intro .btn-block{
  text-align: right;
}

.event_detail-content .pb-5{
  padding-bottom: 1.2rem !important;
}


.mediapresscontent{
  padding: 40px 0px 40px 0px;
}


.media_kit_card img{
  height: 248.75px;
  object-fit: cover;
  border-radius: 10px;
}


.media_kit_card h3{
  font-family: var(--bold-font);
  font-size: 18px;
  line-height: 28.5px;
  color: var(--black-primary);
  width: 95%;
  margin-top: 24px;
}

.media_press_tabcontent {
  border-top: 1px solid var(--black-primary);
  margin-top: 20px!important;
  margin-bottom: 0px!important;
  padding-top: 40px;
  overflow: hidden;
}

.join_context label{
  font-size: 13px;
  line-height: 21px;
  font-family:var(--regular-font);
}

.tabs-nav select{
  padding-bottom: 5px;
  height:28px;
}

.tabs-nav li:last-child{
  margin-right: 0;
}

.tabs-nav li.active a{
  padding-bottom: 5px;
}


.upload-div{
  position: relative;
}

.upload-div .upload-file{
  position: absolute!important;
  top:0!important;
  left: 0;
}

form input{
  background: transparent;
    border: 1px solid var(--black-primary);
    padding: 16px 24px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-appearance: none;
    border-radius: 0;
    color: var(--black-primary);
}




form input::placeholder{
  color: var(--black-primary)!important;
  font-family: var(--regular-font);
  font-size: 13px;
  line-height: 21px;
  width: 100%;
  margin-bottom: 4px;
}


form select{
  background: transparent;
    border: 1px solid var(--black-primary);
    padding: 16px 24px;
    width: 100%;
    margin-bottom:30px;
    color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 13px;
  line-height: 21px;
  --webkit-appearance:none;
  border-radius: 0;
}


form select:focus{
  outline: 0;
}

form input:focus{
  outline: 0;
}

form input[type="url"]:focus{
  outline: 0;
}

form input[type="submit"]{
  width: auto;
  padding: 24px 40px 24px 40px;
  border-radius: 60px;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 0;
}

form input[type="file"]{
  background-image: url('/themes/custom/nasscomredesigntheme/images/lucide_upload.svg');
  background-size: 30px 30px;
  background-position: calc(100% - 15px) calc(100% - 10px);
  background-repeat: no-repeat;
  color:transparent;
  cursor: pointer;
}

form input[type="file"]::-webkit-file-upload-button {
  display: none;
}

form input[type="file"]::-ms-browse {
  display: none;
}

form input[type=file]::file-selector-button {
  display: none;
}

.application_form input[type="file"]{
  padding: 20px 30px;
}



.video_block img {
  height: 527px!important;
  object-fit: cover;
  border-radius: 10px;
}

.careerpagefilter{

}

.nsm_footer-homepage{
  padding: 60px 0px;
}

.nsm_footer-homepage .scroll-footerslider{
  padding-left: 0;
}


.customcontain{
  margin-left: calc((100% - 1140px) / 2);
  display: flex;
  flex-wrap: wrap;
}

.nsm_footer-homepage .scroll-footerslider{
  padding-left: 0;
}

.nsm_footer-homepage .scroll-footerslider .nsm_withtext-block {
  width: 342px !important;
  height: 355px!important;
  margin-right: 0 !important;
}


.nsm_footer-homepage .scroll-footerslider .nsm_withimage-block {
  width: 520px !important;
  height: 355px !important;
  margin-right: 0 !important;
}

.nsm_withtext-block .nsm_detail .label {
  color: var(--white-primary);
  font-size: 16px;
  line-height: 24px;
  font-family: var(--bold-font);
}

.nsm_withtext-block .nsm_detail .date {
  color: var(--white-primary);
  font-size: 16px;
  line-height: 24px;
  font-family: var(--bold-font);
  position: absolute;
  right: 15%;
}

.nsm_withtext-block .nsm_desc {
  color: var(--white-primary);
  font-size: 18px;
  line-height: 26px;
  font-family: var(--regular-font);
  height: 235px;
  overflow: auto;
}

.nsm_withtext-block .nsm_desc::-webkit-scrollbar{
  display: none;
}

.nsm_withtext-block{
  padding: 20px;
  border-radius:20px;
}



.mymodal{
  display: none;
}

.mymodal{
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.mymodal .overlay{
  background: #000000e0;
  height: 100%;
  width: 100%;
}

.mymodal .modal-copy{
  width: 600px;
  background: var(--white-primary);
  z-index: 99;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 10px;
  border: 1px solid var(--white-primary);
}


.mymodal .modal-copy .contxt{
  text-align: center;
  padding: 30px 30px;
}

.mymodal .modal-copy video{
  width:100%;
  border-radius: 10px 10px 0px 0px;
}

.mymodal .modal-copy h2{
  font-family:var(--bold-font);
  font-size: 30px;
  line-height: 37.5px;
  text-align: center;
  color: var(--red-primary);
  margin-bottom: 24px;
}

.mymodal .modal-copy p{
  font-family:var(--medium-font);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: var(--red-primary);
  margin-bottom: 36px;
}

.mymodal .modal-copy p span{
  font-family:var(--bold-font);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: var(--red-primary);
  display: block;
}

.mymodal .modal-copy .modallogo{
  width: 200px;
}

.overflowhide{
  overflow-y: hidden;
}

.mymodal .modal-copy .closebtn{
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
}
img.play-butn {
  height: 100px !important;
}


.loginregister_page .tabs-nav-login a{
  display: block;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 0.9vw;
  line-height: 1.2vw;
  margin-right: 0.9vw;
  text-decoration: none;
  text-transform: uppercase;
}

.loginregister_page  form input{
  font-size: 0.9vw;
  line-height: 1.2vw;
  padding: 1vw 1.5vw;
  margin-bottom: 1vw;
}


.loginregister_page  form select{
  font-size: 0.9vw;
  line-height: 1.2vw;
  padding: 1vw 1.5vw;
  margin-bottom: 1vw;
}

.loginregister_page  form select option{
  font-size: 0.9vw;
  line-height: 1.2vw;
  padding: 1vw 1.5vw;
  margin-bottom: 1vw;
}

.loginregister_page  form input::placeholder{
  font-size: 0.9vw;
  line-height: 1.2vw;
}

.loginregister_page .form_card form label{
  font-size: 0.8vw;
}

.mediapresscard .perspectives_card .action-btn .postdate{
  width: 50%;
  text-align: left;
}

.mediapresscard .perspectives_card .action-btn .category{
  width: 50%;
  justify-content: right;
}




.membership_form_single{
  margin-bottom: 0;
}

.nsm_membership_section{
  margin-left: 0%;
  padding: 0px 0px 80px 0px;
}

.nsm_membership_section form{
  margin: 0;
}

#fileLabel{
  color: var(--black-primary);
  font-family: var(--regular-font);
  position: absolute;
  left: 36px;
  top: 18px;
  font-size: 14px;
  line-height: 24px;
}

#fileLabel2{
  color: var(--black-primary);
  font-family: var(--regular-font);
  position: absolute;
  left: 36px;
  top: 18px;
  font-size: 14px;
  line-height: 24px;
}



.tc_content .container-checkbox{
  width: 62%;
}

.calculate-btn .rd-btn{
  width: auto;
  padding: 17px 40px 17px 40px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
}

.container-checkbox{
  display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    line-height: 20px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-bottom: 15px;
}

.container-checkbox .checkmark{
  height: 14px;
  width: 14px;
}

.nsm_membership_section h4{
  font-size: 28px;
  line-height: 38px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 20px;
}

.nsm_membership_section .sub_text {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 20px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>) no-repeat !important;
  background-size: 18px !important;
  background-position: calc(100% - 24px) 16px !important;
  background-repeat: no-repeat !important;
}

.submit-btnblock input[type="submit"]{
  padding: 20px 120px 20px 120px;
}

.application_form input{
  margin-bottom: 15px;
}

.application_form select{
  margin-bottom: 15px;
}


.reg_complete{
  margin-bottom: 0;
}

.reg_complete h4{
  font-size: 24px;
  line-height: 34px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 30px;
}

.reg_complete .btn-block{
  margin-bottom: 70px;
}

.reg_complete .btn-block .outline-btn {
  width: auto;
  padding: 12px 24px 12px 24px;
  border-radius: 8px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
  height: max-content;
}


.reg_complete .btn-block .outline-btn:hover{
  background: var(--red-primary);
  color: var(--white-primary);
}


}



@media (min-width:1500px) {

  .header_home{
    top: 30px;
  }

  .header_home .top-head .mainlogo{
    width: 200px;
  }

  .nsm_footer-homepage .footer_logo{
    width: 340px;
  }

  .header_home .top-head{
    background: linear-gradient(to right,#c33531, #9d1f1a);
    padding: 20px 35px;
    border-radius: 10px 10px 0vw 0vw;
  }

  .header_home .top-head .mainmenu ul li a{
    font-size: 13px;
    line-height: 14px;
  }

  .header_home .bottom-head .leftmenu ul li a{
    font-size: 13px;
    line-height: 14px;
  }

  .header_home .bottom-head .rightmenu ul li a{
    font-size: 13px;
    line-height: 14px;
  }



 .iconblock a{
    font-size: 13px;
    line-height: 14px;
    text-decoration: none;
        text-transform: uppercase;
        color: var(--red-primary);
        font-family: var(--bold-font);
  }



  .main-banner-text h2 {
    font-size: 89px;
    line-height: 107px;
    color: var(--white-primary);
    font-family: var(--medium-font);
    width: 100%;
  }

  .banner-nasscom .action-btn a{
    background: linear-gradient(to right,#c33531,#9d1f1a);
    padding: 28px 44px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display:inline-block;
    margin-left: 18px;
  }

  .banner-nasscom .down-arrow img {
    width: 62px;
    height: 62px;
    cursor: pointer;
}

.banner-nasscom {
  background: url(/themes/custom/nasscomredesigntheme/images/banner-bg.png);
  background-size: cover;
  height: 1000px;
  position: relative;
}

.banner-nasscom::after{
  height: 100%;
}

#myVideo{
  height: 1000px;
}


.banner-nasscom .container{
  position: relative;
  height: 100%;
}

.banner-nasscom .row{
  padding-top: 0px;
}

.banner-nasscom .buttonrow{
  position: absolute;
  width: 100%;
  bottom: 5%;
}



.main-banner-text{
  margin-bottom: 0px;
}


.banner-nasscom .rowslider{
  padding-top: 350px;
}

.header_home .row .bottom-head {
  background: #ffffffe7;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 40px;
}

.header_home .bottom-head .rightblock .rightmenu {
  border-right: 3px solid var(--red-primary);
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.iconblock{
  display: flex;
  align-items: end;
  margin-top: 0px;
}

.iconblock img {
  height: 28px;
  width: 28px;
  margin-left: 14px;
}


.header_home .top-head .row{
  align-items: center;
}

.header_home .bottom-head .row{
  align-items: center;
}


.header_home .bottom-head .leftmenu ul li{
  margin-right: 30px;
  display: flex;
}

.header_home .bottom-head .rightmenu ul li{
 display: flex;
}

.header_home .top-head .mainmenu ul li{
  display: flex;
}

.key-insights {
  background: var(--white-primary);
  padding: 80px 0px 100px 0px;
}

.key-insights .title_h4 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: left;
}

.key-insights .view-btn{
  font-size: 18px;
  line-height: 27px;
  font-family: var(--medium-font);
  text-decoration: none;
  color: var(--red-primary);
  display: block;
  width: max-content;
  float: right;
}

.key-insights img {
  width: 96%;
  height: 766px;
  object-fit: cover;
  border-radius: 0.5vw;
}

.key-insights .title_h5 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 45px;
  margin-top: 20px;
}

.key-insights .desc {
  font-size: 24px;
  line-height: 36px;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.key-insights .action-btn a {
  background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 22px 38px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

.dedicated-goals{
  padding: 80px 0px 100px 0px;
  background-size: cover;
}

.dedicated-goals .title_h4 {
  font-family: var(--bold-font);
  color: var(--white-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: left;
}


.dedicated-goals .prev-slide-g{
  margin-left: 1vw;
  cursor: pointer;
}

.dedicated-goals .next-slide-g{
  margin-left: 1.5vw;
  cursor: pointer;
}

.dedicated-goals .goals_slider {
  margin-left: 0%;
  margin-top: 48px;
  margin-bottom: 0;
}

.dedicated-goals .goals_slider .slick-slide{
  margin: 0vw 0.4vw;
  height: 662px;
}

.dedicated-goals .goals_slider  .slick-list{
  padding: 0 30% 0 0 !important;
  margin: 0vw -0.4vw 0vw -0.4vw;
}

.dedicated-goals .goal-card{
  padding: 1.5vw 2vw;
  border: 0.1vw solid var(--white-primary);
  border-radius: 0.5vw;
}

.dedicated-goals .goal-card .title_h5{
  font-size: 36px;
  line-height: 45px;
  color: var(--white-primary);
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-top: 10px;
}

.dedicated-goals .goal-card .content-pointer{
  padding-bottom: 16px;
}

.dedicated-goals .goal-card .content-pointer h6{
  font-size: 20px;
  line-height: 30px;
  font-family: var(--bold-font);
  color: var(--white-primary);
}

.dedicated-goals .goal-card .content-pointer p{
  font-size: 16px;
  line-height: 24px;
  color: var(--white-primary);
  font-family: var(--regular-font);
  width:100%;
}

.news-us {
  background: var(--white-primary);
  padding: 80px 0px 100px 0px;
}

.news-us .title_h4 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: left;
}

.news-us .view-btn {
  font-size: 18px;
  line-height: 27px;
  font-family: var(--medium-font);
  text-decoration: none;
  color: var(--red-primary);
  display: block;
  width: max-content;
  float: right;
}

.news-us .news-slider .news-title {
  font-size: 20px;
  line-height: 30px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 4px;
  text-transform: uppercase;
}

.news-us .news-slider .news-desc {
  font-size: 21px;
  line-height: 35px;
  color: var(--black-primary);
  font-family: var(--regular-font);
  width: 100%;
  margin-bottom: 0;
  letter-spacing: -1%;
}

.news-us .news-slider img {
  border-radius: 10px;
  margin-bottom: 30px;
  height: 495px;
  object-fit: cover;
}

.nasscom-bcmember {
  background: var(--white-primary);
  padding: 80px 0px 100px 0px;
}

.nasscom-bcmember .title_h4 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin: 0;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  text-align: left;
}

.nasscom-bcmember .view-btn{
  font-size: 18px;
  line-height: 27px;
  font-family: var(--medium-font);
  text-decoration: none;
  color: var(--red-primary);
  display: block;
  width: max-content;
  float: right;
}

.nasscom-bcmember img {
  width: 96%;
  height: 766px;
  object-fit: cover;
  border-radius: 0.5vw;
}

.nasscom-bcmember .title_h5 {
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 45px;
  margin-top: 20px;
}

.nasscom-bcmember .desc {
  font-size: 24px;
  line-height: 36px;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.nasscom-bcmember .action-btn a {
  background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 22px 38px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  display: block;
}



.nasscom-konnect {
  background: #EBEBEB;
  padding: 80px 0vw 120px 0vw;
  position: relative;
}

.nasscom-konnect .prev-slide-k img {
  cursor: pointer;
  height: 42px;
  width: 42px;
}

.nasscom-konnect .next-slide-k img {
  cursor: pointer;
  height: 42px;
  width: 42px;
}

.nasscom-konnect .prev-slide-k {
  position: absolute;
  left: -5%;
  top: 50%;
}

.nasscom-konnect .next-slide-k {
  position: absolute;
  right: -5%;
  top: 50%;
}

.home-konnect .slick-dots li {
  margin: 0px 2px;
}

.home-konnect .slick-dots li button:before {
  content: '' !important;
  height: 16px;
  width: 16px;
  border: 1px solid var(--red-primary);
  background: #ebebeb;
  border-radius: 50%;
  display: block;
  opacity: 1;
}

.nasscom-konnect .title_h3{
  text-transform: capitalize;
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 0vw;
  font-size: 60px;
  line-height: 72px;
}

.nasscom-konnect .view-btn {
  margin-bottom: 0vw;
  display: block;
  color: var(--red-primary);
  text-decoration: none;
  font-size: 18px;
  line-height: 27px;
  font-family: var(--medium-font);
  width: max-content;
  float: right;
}

.nasscom-konnect .konnect-card .card-title {
  font-size: 24px;
  line-height: 36px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  margin-bottom: 20px;
}

.nasscom-konnect .konnect-card .card-desc {
  font-size: 16px;
  line-height: 24px;
  color: var(--black-primary);
  font-family: var(--regular-font);
  margin-bottom: 20px;
}

.nasscom-konnect .konnect-card .card-details {
  color: var(--black-primary);
  font-family: var(--bold-font);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 36px;
}


.nasscom-konnect .konnect-card  .outline-btn {
  width: max-content;
  height: max-content;
  padding: 16px 26px 16px 26px;
  border-radius: 8px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: #ebebeb;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
}

.nasscom-konnect .konnect-card  .outline-btn:hover{
  background: var(--red-primary);
  color: var(--white-primary)
}

.nasscom-konnect .outline-btn {
  margin-right: 20px;
}

.customcontain{
  margin-left: calc((100% - 1552px) / 2);
  display: flex;
  flex-wrap: wrap;
}

.market-industry-intro{
  padding: 180px 0px 100px 0px;
}

.market-industry-intro .title_h1{
  font-size: 96px;
  line-height: 115.2px;
  padding: 65px 0px;
}

.market-industry-intro .nsm_context{
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.desktophead_tab li{
  margin-bottom: 24px;
}

.desktophead_tab .nav-link{
  font-size: 18px;
  line-height: 27px;
  margin-right: 48px;
  font-family: var(--extrabold-font);
}

.desktophead_tab .nav-link.active{
  font-family: var(--extrabold-font);
}

.desktop_tabitems_block li.active a {
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  text-transform: capitalize;
}

.desktop_tabitems_block li a {
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  text-transform: capitalize;
}

#people #mycontainer{
  border-bottom: 0px solid var(--black-primary);
}

.people-card img {
  width: 100%;
  margin-bottom: 20px;
}

.people-card .name {
  font-size: 20px;
  line-height: 30px;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 10px;
}


.people-card .desg {
  font-size: 16px;
  line-height: 24px;
  color: var(--black-primary);
  font-family: var(--regular-font);
}

.people-card {
  margin-bottom: 50px;
}

.tabs-nav select{
  padding-bottom: 5px;
  height:34px;
}

.tabs-nav li:last-child{
  margin-right: 0;
}

.tabs-nav li.active a{
  padding-bottom: 5px;
}

.tabs-nav p {
  color: var(--black-primary);
  font-family: var(--extrabold-font);
  font-size: 18px;
  line-height: 27px;
  margin-right: 48px;
  text-transform: uppercase;
}

.tabs-nav a {
  display: block;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 18px;
  line-height: 27px;
  margin-right: 28px;
  text-decoration: none;
  text-transform: uppercase;
}

.tabs-content {
  border-top: 1px solid var(--black-primary);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  overflow: hidden;
}

.media_press_tabcontent {
  border-top: 1px solid var(--black-primary);
  margin-top: 30px!important;
  margin-bottom: 0px!important;
  padding-top: 60px;
  overflow: hidden;
}

.tabs-content .main-title h3{
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
}

.tabs-content .main-title p{
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
}

.tabs-content .content-block .inner-context {
  font-family: var(--regular-font);
  font-size: 20px;
  line-height: 32px;
  color: var(--black-primary);
  margin-bottom: 2.5vw;
}

.tabs-content .content-block a{
  font-size: 24px;
  line-height: 36px;
}


.tabs-content .main-button .rd-btn {
  width: auto;
  padding: 28px 38px 28px 38px;
  border-radius: 60px;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-secondary);
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
}






.nsm_faq_section{
  padding: 80px 0px 100px 0px;
}

.nsm_faq_section .title_h3{
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  margin-bottom: 60px;
}

.nsm_faq_section .accordion-item .accordion-button {
  background: var(--red-primary);
  border-radius: 20px!important;
  color: var(--white-primary);
  box-shadow: none;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--bold-font);
  padding: 20px 40px;
}

.nsm_faq_section .accordion-body {
  color: var(--white-primary);
  background: var(--red-primary);
  border-radius: 0vw 0vw 20px 20px;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--medium-font);
  padding: 10px 40px;
}

.membership_detail_section .title_h3{
  font-size: 72px;
  font-weight: 400;
  line-height: 86.4px;
  text-align: left;
  padding: 0;
}

.membership_detail_section .row:nth-child(1) {
  border-bottom: 0px solid var(--black-primary);
  margin-bottom: 0px;
  padding-bottom: 60px;
  align-items: center;
}

.membership_detail_section .rd-btn {
  width: auto;
  padding: 24.55px 46.04px 20.46px 46.04px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-secondary);
  font-size: 18px;
  line-height:27px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
}

.membership_detail_section .joining_criteria{
  margin-bottom: 60px;
  padding-bottom: 40px;
  padding-top: 60px;
  border-bottom: 1px solid var(--black-primary);
  border-top: 1px solid var(--black-primary);
}

.membership_detail_section .joining_criteria h4 {
  padding: 0px 0px 30px 0px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  margin-bottom: 20px
}

.membership_detail_section .membership_fees h4{
  padding: 0px 0px 30px 0px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  margin-bottom: 20px
}


.membership_detail_section .joining_criteria .point {
  font-family: var(--bold-font);
  text-transform: uppercase;
  color: var(--black-primary);
  font-size: 16px;
  line-height: 24px;
}

.membership_detail_section .joining_criteria .desc {
  font-family: var(--regular-font);
  color: var(--black-primary);
  font-size: 22px;
  line-height: 35.2px;
  width: 100%;
}

.membership_detail_section{
  padding: 80px 0px 80px 0px;
}


.membership_detail_section .membership_fees .point {
  font-family: var(--extrabold-font);
  text-transform: uppercase;
  color: var(--black-primary);
  font-size: 16px;
  line-height: 24px;
}

.membership_detail_section .membership_fees .desc {
  font-family: var(--regular-font);
  color: var(--black-primary);
  width: 100%;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 35.2px;
  letter-spacing: -0.01em;
}

.membership_detail_section .membership_fees a {
  width: auto;
  padding: 20px 28px 20px 28px;
  border-radius: 10px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
}

.page-intro {
  padding: 180px 0px 100px 0px;
  margin-bottom: -14%;
}


.careerpage .title_h1{
  font-size: 96px;
  line-height: 115.2px;
  padding: 65px 0px;
}

.careerpage .title_h3{
  font-size: 48px;
  line-height: 62.4px;
  padding: 0px 0px 30px 0px;
}

.page-intro .nsm_context{
    font-size: 20px;
    line-height: 32px;
}

.careerpage .rd-btn{
  width: auto;
  padding: 24.55px 46.04px 20.46px 46.04px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-secondary);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
}

.careerpage .video_block img{
  height: 727px;
  object-fit: cover;
  border-radius: 10px;
}

.careerpage .video_block iframe{
  height: 727px;
  object-fit: cover;
  border-radius: 10px;
}

.nsm_membership_review {
  background: linear-gradient(45deg, #000000a6, #000000a6), url(/themes/custom/nasscomredesigntheme/images/membership_page_gif.gif);
  background-size: cover;
  padding: 120px 0px 120px 0px;
  border-radius: 0;
  height: 1080px;
  position: relative;
}

.nsm_membership_review .title_h3{
  text-align: center;
  color: var(--white-primary);
  font-family: var(--medium-font);
  font-size: 48px;
  line-height: 62.4px;
  width: 36%;
  margin: auto;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nsm_membership_review .title_h3 span {
  text-align: center;
  color: var(--white-primary);
  font-family: var(--medium-font);
  font-size: 36px;
  line-height: 46.8px;
  font-style: italic;
  margin-top: 60px;
  display: block;
}

.nsm_strategic-section .title_h3 {
  color: var(--white-primary);
  margin-bottom: 60px;
  margin-top: 40px;
  font-size: 72px;
  line-height: 86.4px;
  font-family: var(--regular-font);
}

.nsm_strategic-section .nsm_strat-slider .item-block img {
  border-radius: 10px;
  margin-bottom: 36px;
  height: 306.92px;
  object-fit: cover;
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-title {
  font-size: 30px;
  line-height: 37.5px;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 30px;
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-desc {
  font-size: 20px;
  line-height: 32px;
  color: var(--white-primary);
  font-family: var(--regular-font);
  margin-bottom: 30px
}

.nsm_strategic-section .white-btn {
  width: auto;
  padding:25px 60px 25px 60px;
  border-radius: 60px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
}

.nsm_strategic-section .white-btn-trans{
    width: auto;
    padding:25px 60px 25px 60px;
    border-radius: 60px;
    color: var(--white-primary);
    text-transform: uppercase;
    background: transparent;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
}

#membership-strategic .nsm_strat-slider{
  margin-bottom: 60px;
}

.nsm_strategic-section#membership-strategic{
  padding: 320px 0px 120px 0px;
}


.about-intro {
  padding: 180px 0px 100px 0px;
  margin-bottom: -8%;
  margin-left: auto;
}

.about-intro .title_h1 {
  color: var(--red-primary);
  font-family: var(--regular-font);
  font-size: 96px;
  line-height: 115.2px;
  padding: 65px 0px;
}

.about-intro .nsm_context{
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.about-intro .nsm-button-row .outline-btn{
  width: auto;
        padding: 20px 28px 20px 28px;
        border-radius: 8px;
        color: var(--red-primary);
        text-transform: uppercase;
        background: var(--white-primary);
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        font-family: var(--bold-font);
        text-decoration: none;
        text-decoration: none;
        display: inline-block;
        border: 1px solid var(--red-primary);
        height: max-content;
}

.about-intro .nsm-button-row .outline-btn:hover{
  background: var(--red-primary);
  color: var(--white-primary);
}

.about-intro .nsm_image img {
  border-radius: 10px;
  width: 100%;
}

.about-intro .nsm-image-element {
  width: 302.23px;
}

#strategic-imperative {
  padding: 120px 0px 60px 0px;
}

.nsm_spirit-nasscom{
  padding: 120px 0px 120px 0px;
  height: 1080px;
}

.nsm_spirit-nasscom .title_h3{
  font-size: 72px;
  line-height: 86.4px;
}

.nsm_spirit-nasscom .title_h3::after {
  content: '';
  width: 65%;
  height: 1px;
  background: var(--white-primary);
  display: block;
  margin: 80px auto;
}

.nsm_spirit-nasscom ul li {
  font-size: 60px;
  line-height: 84px;
  text-align: center;
  color: var(--white-primary);
  font-family: var(--regular-font);
}

.nsm_path-traveled {
  margin-left: auto;
  padding: 100px 0px;
}

.nsm_path-traveled .title_h3{
  font-size: 72px;
  line-height: 86.4px;
}

.nsm_pathimage-block .nsm_path-year{
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
  text-align: left;
  font-family: var(--bold-font);
}

.nsm_pathcontext-block {
  width: 100%;
  background: url(/themes/custom/nasscomredesigntheme/images/Mesh-Gradient-Red-new.svg);
  background-size: cover;
  padding: 40px;
  border-radius: 10px;
}

.nsm_pathcontext-block .sub-title {
  font-size: 18px;
  line-height: 27px;
  font-family: var(--extrabold-font);
  color: var(--white-primary);
  margin-bottom: 30px;
}

.nsm_pathcontext-block .title_h4 {
  font-family: var(--bold-font);
  color: var(--white-primary);
  border-top: 1px solid var(--white-primary);
  border-bottom:1px solid var(--white-primary);
  padding: 18px 0px;
  margin-bottom: 1.5vw;
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
}

.nsm_pathcontext-block .desc {
  font-size: 30px;
  line-height: 37.5px;
  font-family: var(--regular-font);
  color: var(--white-primary);
  margin-bottom: 30px;
  width: 98%;
}

.nsm_pathimage-block .nsm_path-image img {
  width: 100%;
  border-radius: 10px;
}

.tabs-content .image-block img{
  border-radius: 10px;
}

.nsm_blockarrow-down {
  height: 320px;
  width: 320px;
}

.nsm_focusarea-section .container{
  margin-left: auto;
}

.nsm_focusarea-section{
  padding:320px 0px 120px 0px;
}

.nsm_focusarea-section .title_h3{
  color: var(--white-primary);
  margin-bottom: 60px;
  margin-top: 40px;
  font-size: 72px;
  line-height: 86.4px;
  font-family: var(--regular-font);
}

.nsm_focusarea-section .nsm_focusarea-slider{
  margin-bottom: 0;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block img {
  border-radius: 10px;
  margin-bottom: 1.8vw;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-title {
  font-size: 36px;
  line-height: 47px;
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 30px;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-desc {
  font-size: 18px;
  line-height: 27px;
  color: var(--white-primary);
  font-family: var(--regular-font);
  margin-bottom: 0px;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-list{
  font-size: 24px;
  line-height: 36px;
  color: var(--white-primary);
  font-family: var(--regular-font);
}

.key_finding-section .container{
  margin-left:auto;
}

.key_finding-section#policypage{
  padding: 80px 0px 80px 0px;
}

.key_finding-section .title_h3{
  font-size: 72px;
  font-weight: 400;
  line-height: 86.4px;
  text-align: left;
  padding: 0;
  margin: 0;
}

.key_finding-section h4{
  padding: 0px 0px 30px 0px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  margin-top: 40px;
}

.key_finding-section .key_finding .item-block .block-title{
  text-align: left;
  font-size: 30px;
  line-height: 37.5px;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.key_finding-section .key_finding .item-block .block-desc{
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: var(--black-primary);
  font-family: var(--regular-font);
}


.key_finding#v1{
  margin-bottom: 0;
}

.key_finding-section .key_finding .item-block  .blog-author{
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  color: var(--black-primary);
  font-family: var(--regular-font);
}

.key_finding-section .key_finding .item-block img{
  border-radius:10px;
  margin-bottom: 36px;
}

.key_finding-section#policypage .container .key_finding{
  padding-bottom: 100px;
  margin-bottom: 100px;
}


#policypage div.click-here a.btn-primary{
  width: auto;
  padding: 24.55px 46.04px 20.46px 46.04px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
}

#members_listing .tabs-nav select{
  width:175px;
}

.recent_newsletters-section{
  padding: 60px 0px 80px 0px;
}

.recent_newsletters-section .pb-6{
  padding-bottom: 60px !important;
}


.recent_newsletters-section .container{
  margin-left:auto;
}

.recent_newsletters-section h4{
  padding: 0px 0px 0px 0px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 48px;
  line-height: 67.2px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  margin-top: 0;
}

.newsletter_card img{
  width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}


.newsletter_card .newsletter_card_content{
  border-radius: 0px 0px 10px 10px;
  border: 2px solid #E3E3E3;
}


.recent_newsletters-section .rd-btn{
  width: auto;
  padding: 24.55px 46.04px 20.46px 46.04px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-secondary);
  font-size: 18px;
  line-height:27px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
  margin: 0;
}

.recent_newsletters-section .newsletter_card .job_title{
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 10px;
  padding: 20px 20px 0px 20px;
  min-height: 52px;
  height: 52px;
  overflow: hidden;
}

.recent_newsletters-section .newsletter_card .job_desc{
  font-family: var(--regular-font);
    color: var(--black-primary);
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 30px;
    padding: 0px 20px;
    height: 105px;
}

.mediapresscontent{
  padding: 80px 0px 80px 0px;
}

.mediapresscontent h4{
  padding: 0px 0px 0px 0px;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  margin-top: 0;
}


.newsletter_card .action-btn .postdate{
  font-size: 14px;
  line-height: 21px;
}

.newsletter_card .action-btn .category{
  display: flex;
  justify-content: center;
}

.newsletter_card .action-btn .category a{
  font-size: 14px;
  line-height: 21px;
}

.newsletter_card .action-btn .fee{
  display: flex;
  justify-content: center;
}

.newsletter_card .action-btn .fee a{
  font-size: 14px;
  line-height: 21px;
}

.newsletter_card .action-btn{
  padding: 16px 20px;
}


.recent_newsletters-section .col-md-4{
  text-align: right;
}

.policy-sep{
  height: 1px;
  width: 100%;
  background: var(--black-primary);
  margin: 0px 15px;
}

.media_kit_card img{
  height: 378.75px;
  object-fit: cover;
  border-radius: 10px;
}

.media_kit_card h3{
  font-family: var(--bold-font);
  font-size: 30px;
  line-height: 37.5px;
  color: var(--black-primary);
  width: 95%;
  margin-top: 30px;
}



.market-industry-main-content{
  margin-left: 0;
  padding: 0px 0px 80px 0px!important;
  margin-bottom: 0%;
}

.market-industry-main-content .tabs-content{
  margin-bottom: 0;
}


.market-industry-main-content .tabs-content .content-block a{
  font-size: 20px;
  line-height: 30px;
  font-family: var(--bold-font);
}

.market-industry-main-content .tabs-content .content-block h5{
  font-family: var(--extrabold-font);
  font-size: 20px;
  line-height: 30px;
  color: var(--red-primary);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.market-industry-main-content .tabs-content .content-block{
  padding-top: 0;
}

.market-industry-main-content .tabcontent-slider .item-block .block-title{
  font-size: 30px;
  line-height: 37.5px;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 30px;
}

.market-industry-main-content .tabcontent-slider  .item-block .block-desc {
  font-size: 20px;
  line-height: 32px;
  color: var(--black-primary);
  font-family: var(--regular-font);
  margin-bottom: 30px;
}

.market-industry-main-content .slick-list{
  padding: 0 30% 0 0 !important;
}

.market-industry-main-content  .tabs-content{
  border-top: 0;
  margin-top: 0;
}

.market-industry-main-content .tabs-content .objective-point{
  margin-bottom: 30px;
}

.tabs-content .objective-point h6{
  font-family: var(--bold-font);
  font-size: 20px;
  line-height: 32px;
  color: var(--black-primary);
  text-transform: uppercase;
}

.tabs-content .objective-point p{
  font-family: var(--regular-font);
  font-size: 20px;
  line-height: 32px;
  color: var(--black-primary);
  width: 85%;
}



.market-industry-main-content #mycontainer{
  border-bottom: 1px solid var(--black-primary);
  padding-bottom:20px;
}

.market-industry-main-content#innovation #mycontainer{
  border-bottom: 0px solid var(--black-primary)!important;
  padding-bottom:40px;
}

.market-industry-main-content#innovation .tabs-content{
  border-top: 1px solid var(--black-primary)!important;
  margin-top: 30px;
}


.market-industry-main-content .tabcontent-slider{
  margin-bottom: 60px;
}

.market-industry-main-content .tabcontent-slider .item-block img{
  border-radius: 10px;
  height: 306.92px;
  object-fit: cover;
}

.market-industry-main-content .outline-btn{
    width: max-content;
    height: max-content;
    padding: 16px 26px 16px 26px;
    border-radius: 8px;
    color: var(--red-primary);
    text-transform: uppercase;
    background: var(--white-primary);
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--red-primary);
}

.market-industry-main-content .outline-btn:hover{
  background: var(--red-primary);
  color: var(--white-primary);
}

.scroll-footerslider2 .nsm_withimage-block{
  width: 692px !important;
  height: 473px !important;
  margin-right: 0 !important;
}

.scroll-footerslider2 .nsm_withimage-block img{
  object-fit: cover;
}

.scroll-footerslider2 .slick-slide{
  margin: 0vw 0.4vw;
}


.scroll-footerslider2 .nsm_withtext-block{
  width: 455px !important;
  height: 473px !important;
  margin-right: 0 !important;
}


.reachus{
  margin-bottom: 0;
}

.contact-main-content {
  padding: 0px 0px 0px 0px;
  margin-bottom: 0;
  margin-left: 0;
}

.map-block iframe {
  width: 100%;
  height: 781.02px;
  border-radius: 0;
}

.contact-main-content .tabs-nav{
  padding: 30px 0px 60px 0px;
  border-bottom: 0;
}

.contact-main-content .tabs-content{
  border-top: 1px solid var(--black-primary);
}

.page-intro .title_h1{
  font-size: 96px;
  line-height: 115.2px;
  padding: 65px 0px;
}

.reachus .nsm_context p{
  margin-bottom: 0;
}


.contact-main-content .tabs-content .heading{
  margin-bottom: 8px;
}

.page-intro.perspectivepage{
  margin-bottom: 0%;
  padding: 180px 0px 50px 0px;
}

.perspectives-main-content{
  padding: 0px 0px 80px 0px;
  margin-bottom: 0;
  margin-left: 0;
}

.perspectives-main-content .tabs-content{
  margin-top: 20px;
}

.perspectives-main-content .tabs-nav select {
  border: 0;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 48px;
  margin-left: -3px;
  background: url(/themes/custom/nasscomredesigntheme/images/red_drop_arrow.svg) no-repeat !important;
  background-size: 16px !important;
  background-position: calc(100% - 0%) 8px !important;
  background-repeat: no-repeat !important;
  width: 100px;
}


#members_listing .perspectives_card .perspectives_card_content {
  border-radius: 10px;
  min-height: max-content;
}


.perspectives_card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.perspectives_card .perspectives_card_content{
  border-radius: 0px 0px 10px 10px;
  border: 2px solid #E3E3E3;
}

#members_listing .perspectives_card .perspectives_card_content {
  border-radius: 10px;
  min-height: 110px;
}


#members_listing .perspectives_card .job_title{
  margin-bottom: 0vw;
  padding: 30px 20px;
  max-height: 75px;
  min-height: 75px;
  overflow-x: hidden;
}

#members_listing .perspectives_card .action-btn{
  padding: 15px 20px;
}

.perspectives_card .job_title{
  font-family: var(--bold-font);
  color: var(--red-primary);
  font-size: 18px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 10px;
  padding: 20px 20px 0px 20px;
  min-height: 80px;
  height: 80px;
  overflow: hidden;
}

.perspectives_card .job_desc{
  font-family: var(--regular-font);
    color: var(--black-primary);
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-bottom: 30px;
    padding: 0px 20px;
    height: 65px;
}

.perspectives_card .action-btn .postdate{
  font-size: 14px;
  line-height: 21px;
  height: 22px;
}

.perspectives_card .action-btn .category{
  display: flex;
  justify-content: center;
  height: 22px;
}

.perspectives_card .action-btn .category a{
  font-size: 14px;
  line-height: 21px;
}

.perspectives_card .action-btn .fee{
  display: flex;
  justify-content: right;
  height: 22px;
}

.perspectives_card .action-btn .fee a{
  font-size: 14px;
  line-height: 21px;
}

.perspectives_card .action-btn{
  padding: 16px 20px;
}

.perspectives_card .action-btn a:hover{
  background: transparent;
}

.perspectives_card{
  margin-bottom: 30px;
}

.filter_search{
  margin-right: 0!important;
}

.filter_search img {
  height: 32px;
  width: 32px;
  margin-top: 0;
  margin-bottom: 12px;
}

.perspectives-main-content .tabs-nav .row {
  align-items: end;
}

.perspectives-single{
  margin-bottom: 0;
}

.perspectives-single .btn-block{
  text-align: right;
}


.perspectives-single .rd-btn_light {
  width: auto;
  padding: 24.55px 46.04px 20.46px 46.04px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
  position: static;
}



.perspectives-single .white-btn {
  width: auto;
  padding: 24.55px 46.04px 20.46px 46.04px;
  border-radius: 60px;
  text-transform: uppercase;
  background: transparent;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--red-primary);
  position: static;
}

.key_finding-section{
  padding:0px 0px 80px 0px;
}

/* .perspectivekey .item-block .block-title{
  height: 80px!important;
} */


.perspectivevideo .video-block-image{
  height: 913px!important;
  border-radius: 0;
}

.perspectivevideo .video-playbtn img{
  height: 120px!important;
  width: 120px!important;
}


.perspectives-main-content-detailpage{
  margin-left: 0%;
  padding: 80px 0px;
  margin-bottom: 0;
}

.perspectives-main-content-detailpage .title_h3{
  font-size: 72px;
  font-weight: 400;
  line-height: 86.4px;
  text-align: left;
  padding: 0;
  margin-bottom: 60px;
}

.fact_figures-section{
  padding: 80px 0px 80px 0px;
}

.fact_figures-section .container{
  margin-left: auto;
}

.fact_figures-section .title_h3{
  font-size: 72px;
  font-weight: 400;
  line-height: 86.4px;
  text-align: left;
  padding: 0;
  margin-bottom: 60px;
  margin-top: 0;
}

.fact_figures_slider .item-block img{
  border-radius: 10px;
}

.fact_figures_slider{
  margin-left: 1%;
}


.eventintro{
  margin-bottom: 0;
}


.event_detail-intro .nsm_event_detail_date p{
  margin-bottom: 32px;
}

.eventintro p{
  margin-bottom: 0;
}

.event_detail-intro{
  margin-bottom: 0;
}

.event_detail-intro .nsm_event_detail_date {
  font-size: 24px;
  line-height: 36px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  text-align: left;
}

.event_detail-intro .rd-btn_light{
  width: auto;
  padding: 24.55px 46.04px 20.46px 46.04px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
  position: static;
}

.event_detail-content{
  padding: 0px 0px 60px 0px;
}

.event_detail-content h4 {
  font-size: 36px;
  line-height: 45px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 40px;
  text-align: left;
}

.event_detail-content p {
  font-size: 18px;
  line-height: 27px;
  font-family: var(--bold-font);
  color: var(--black-primary);
}

.event_detail-content p span{
  font-size: 18px;
  line-height: 27px;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.event_detail-content ul li {
  font-size: 18px;
  line-height: 27px;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.event_detail-content h5 {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--extrabold-font);
  color: var(--red-primary);
  margin-bottom: 40px;
}


.event_detail-content .container{
  padding-left: calc(var(--bs-gutter-x)* .5);
}

.event_detail-intro .btn-block{
  text-align: right;
}


.join_context label{
  font-size: 18px;
  line-height: 27px;
  font-family:var(--regular-font);
}



form input{
  background: transparent;
    border: 1px solid var(--black-primary);
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 30px;
    -webkit-appearance: none;
    border-radius: 0;
    color: var(--black-primary);
    font-size: 20px;
  line-height: 30px;
}




form input::placeholder{
  color: var(--black-primary)!important;
  font-family: var(--regular-font);
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  margin-bottom: 4px;
}


form select{
  background: transparent;
    border: 1px solid var(--black-primary);
    padding: 20px 30px;
    width: 100%;
    margin-bottom:30px;
    color: var(--black-primary);
  font-family: var(--regular-font);
  font-size: 20px;
  line-height: 30px;
  --webkit-appearance:none;
  border-radius: 0;
}


form select:focus{
  outline: 0;
}

form input:focus{
  outline: 0;
}

form input[type="url"]:focus{
  outline: 0;
}

form input[type="submit"]{
  width: auto;
  padding: 24px 40px 24px 40px;
  border-radius: 60px;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 18.41px;
  line-height: 27.62px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 0;
}

form input[type="file"]{
  background-image: url('/themes/custom/nasscomredesigntheme/images/lucide_upload.svg');
  background-size: 40px 40px;
  background-position: calc(100% - 15px) calc(100% - 10px);
  background-repeat: no-repeat;
  color:transparent;
  cursor: pointer;
}

form input[type="file"]::-webkit-file-upload-button {
  display: none;
}

form input[type="file"]::-ms-browse {
  display: none;
}

form input[type=file]::file-selector-button {
  display: none;
}

.application_form input[type="file"]{
  padding: 20px 30px;
}

.video_block img {
  height: 727px;
  object-fit: cover;
  border-radius: 10px;
}

.nsm_footer-homepage{
  padding: 80px 0px;
}

.nsm_footer-homepage .scroll-footerslider{
  padding-left: 0;
}

.nsm_footer-homepage .scroll-footerslider .nsm_withtext-block {
  width: 455px !important;
  height: 473px !important;
  margin-right: 0 !important;
}

.nsm_footer-homepage .scroll-footerslider .nsm_withimage-block {
  width: 692px !important;
  height: 473px !important;
  margin-right: 0 !important;
}


.nsm_withtext-block .nsm_detail .label {
  color: var(--white-primary);
  font-size: 20px;
  line-height: 36px;
  font-family: var(--bold-font);
}

.nsm_withtext-block .nsm_detail .date {
  color: var(--white-primary);
  font-size: 20px;
  line-height: 36px;
  font-family: var(--bold-font);
  position: absolute;
  right: 15%;
}

.nsm_withtext-block .nsm_desc {
  color: var(--white-primary);
  font-size: 24px;
  line-height: 36px;
  font-family: var(--regular-font);
  height: 325px;
  overflow: auto;
}

.nsm_withtext-block .nsm_desc::-webkit-scrollbar{
  display: none;
}

.nsm_withtext-block{
  padding: 24px;
  border-radius:24px;
}


.nsm_footer-homepage .nsm_footer-social img {
  width: 74px;
  margin-left: 20px;
  margin-right: 0;
}

.nsm_footer-homepage .nsm_footer-social .twitternass{
  width: 56px;
  margin-left: 16px;
  margin-right: 0;
}


.nsm_withimage-block img{
  border-radius: 24px;
}

.nsm_footer-homepage .hastagfooter {
  font-family: var(--medium-font);
  font-size: 42px;
  line-height: 46px;
  text-align: left;
  color: var(--white-primary);
  margin: 0;
}

.nsm_footer-homepage .footer_links a {
  text-decoration: none;
  color: var(--white-primary);
  font-size: 18px;
  line-height: 27px;
  margin-left: 32px;
  font-family: var(--bold-font);
  text-transform: uppercase;
}

#members_listing .perspectives_card .action-btn .fee img {
  height: 0.6vw;
  width: 1.2vw;
  object-fit: contain;
  border-radius: 0;
  margin-left: 0.5vw;
}

.upload-div{
  position: relative;
}

.upload-div .upload-file{
  position: absolute!important;
  top:0!important;
  left: 0;
}


.overflowhide{
  overflow-y: hidden;
}

.loginregister_page .tabs-nav-login a{
  display: block;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 0.9vw;
  line-height: 1.2vw;
  margin-right: 0.9vw;
  text-decoration: none;
  text-transform: uppercase;
}

.loginregister_page  form input{
  font-size: 0.9vw;
  line-height: 1.2vw;
  padding: 1vw 1.5vw;
  margin-bottom: 1vw;
}

.loginregister_page  form select{
  font-size: 0.9vw;
  line-height: 1.2vw;
  padding: 1vw 1.5vw;
  margin-bottom: 1vw;
}

.loginregister_page  form input::placeholder{
  font-size: 0.9vw;
  line-height: 1.2vw;
}

.loginregister_page .form_card form label{
  font-size: 0.8vw;
}


.mediapresscard .perspectives_card .action-btn .postdate{
  width: 50%;
  text-align: left;
}

.mediapresscard .perspectives_card .action-btn .category{
  width: 50%;
  justify-content: right;
}

.membership_form_single{
  margin-bottom: 0;
}

.nsm_membership_section{
  margin-left: 0%;
  padding: 0px 0px 80px 0px;
}

.nsm_membership_section form{
  margin: 0;
}

#fileLabel{
  color: var(--black-primary);
  font-family: var(--regular-font);
  position: absolute;
  left: 46px;
  top: 22px;
  font-size: 20px;
  line-height: 30px;
}

#fileLabel2{
  color: var(--black-primary);
  font-family: var(--regular-font);
  position: absolute;
  left: 46px;
  top: 22px;
  font-size: 20px;
  line-height: 30px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>) no-repeat !important;
  background-size: 28px !important;
  background-position: calc(100% - 30px) 28px !important;
  background-repeat: no-repeat !important;
}

.tc_content .container-checkbox{
  width: 62%;
}

.calculate-btn .rd-btn{
  width: auto;
  padding: 24.55px 46.04px 20.46px 46.04px;
  border-radius: 60px;
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  color: var(--white-primary);
}

.container-checkbox{
  display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-bottom: 30px;
}

.container-checkbox .checkmark{
  height: 20px;
  width: 20px;
}

.nsm_membership_section h4{
  font-size: 36px;
  line-height: 45px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 40px;
}

.nsm_membership_section .sub_text {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 40px;
}

.reg_complete{
  margin-bottom: 0;
}

.reg_complete h4{
  font-size: 36px;
  line-height: 45px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 40px;
}

.reg_complete .btn-block{
  margin-bottom: 90px;
}

.reg_complete .btn-block .outline-btn {
  width: auto;
  padding: 20px 28px 20px 28px;
  border-radius: 8px;
  color: var(--red-primary);
  text-transform: uppercase;
  background: var(--white-primary);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--red-primary);
  height: max-content;
}


.reg_complete .btn-block .outline-btn:hover{
  background: var(--red-primary);
  color: var(--white-primary);
}

}

/** pages vw to px **/



.mymodal #deskvideo{
  display: block;
}

.mymodal #mobvideo{
  display: none;
}


@media (max-width:767px){

.careerpage .video_block iframe {
    border: 0;
    height: 195px;
    border-radius: 3vw;
}

  .media_kit_card h3 {
    font-size: 4.8vw;
    line-height: 5.6vw;
    font-family: var(--bold-font);
    margin-top: 3vw;
  }

  .media_kit_card img{
    height: 52vw;
    object-fit: cover;
    border-radius: 10px;
  }

  .mymodal{
    display: none;
  }img.play-butn {
    width: 60px !important;
    height: 60px !important;}

  .mymodal #deskvideo{
    display: none;
 }

.mymodal #mobvideo{
  display: block;
}

  .mymodal{
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
  }

  .mymodal .overlay{
    background: #000000e0;
    height: 100%;
    width: 100%;
  }

  .mymodal .modal-copy{
    width: 95%;
    background: var(--white-primary);
    z-index: 99;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    border-radius: 10px;
    border: 1px solid var(--white-primary);
  }


  .mymodal .modal-copy .contxt{
    text-align: center;
    padding: 20px 20px;
  }

  .mymodal .modal-copy video{
    width:100%;
    border-radius: 10px 10px 0px 0px;
  }

  .mymodal .modal-copy h2{
    font-family:var(--bold-font);
    font-size: 30px;
    line-height: 37.5px;
    text-align: center;
    color: var(--red-primary);
    margin-bottom: 24px;
  }

  .mymodal .modal-copy p{
    font-family:var(--medium-font);
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--red-primary);
    margin-bottom: 36px;
  }

  .mymodal .modal-copy p span{
    font-family:var(--bold-font);
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--red-primary);
    display: block;
  }

  .mymodal .modal-copy .modallogo{
    width: 200px;
  }

  .overflowhide{
    overflow-y: hidden;
  }

  .mymodal .modal-copy .closebtn{
    position: absolute;
    top: -50px;
    right: 0px;
    cursor: pointer;
  }

  .policy-sep{
    height: 1px;
        width: 100%;
        background: var(--black-primary);
        margin: 0px 15px;
  }

  .mediapresscontent .col-md-8 h4 {
    color: var(--red-primary);
    margin-bottom: 4vw;
    margin-top: 2vw;
    font-family: var(--bold-font);
    font-size: 4.8vw;
    line-height: 6vw;
}

.mediapresscontent .col-md-8 p{
  font-family: var(--regular-font);
  font-size: 3.2vw;
  line-height: 4.4vw;
}

.recent_newsletters-section .job_desc{
  min-height: max-content;
}

}



/*---- dropdown menu added new header ----*/

.header_home .top-head .mainmenu ul li{
  margin-left: 0;
}

.header_home .top-head .mainmenu ul li a{
  padding: 28px 18px;
}

.header_home .top-head .mainmenu ul li:nth-child(5) a{
  padding:28px 0px 28px 18px;
}

.nav_hasdropdown{
  position: relative;
}

.nav_hasdropdown.showdrop > a{
  background: var(--red-secondary);
  padding: 28px 18px;
}

.nav_submenu{
  display:none!important;
  padding:15px 20px!important;
  margin:0!important;
  position:absolute;
  top:45px!important;
  box-shadow: 0 5px 15px rgb(0 0 0 / 6%), 0 5px 5px rgb(0 0 0 / 3%);
  background: var(--white-primary);
  width: max-content!important;
}

.nav_hasdropdown.showdrop .nav_submenu{
  display:block!important;
}

.nav_submenu li{
  margin-left:0px!important;
  padding:10px 0px!important;
}

.nav_submenu li a{
  color:var(--red-primary)!important;
  padding:5px 0px!important;
  display:block;
  font-size:12px!important;
  text-transform:capitalize!important;
  border-bottom:1px solid var(--white-primary)!important;
}

.nav_submenu li a:hover{
 border-bottom:1px solid var(--red-primary)!important;
}


@media (min-width:1500px){
  .header_home .top-head{
    padding: 0px 35px;
  }

  .header_home .top-head .mainmenu ul li{
    margin-left: 0;
  }

  .header_home .top-head .mainmenu ul li a{
    padding: 38px 18px;
  }

  .header_home .top-head .mainmenu ul li:nth-child(5) a{
    padding: 38px 0px 38px 18px;
  }

  .nav_hasdropdown{
    position: relative;
  }

  .nav_hasdropdown.showdrop > a{
    background: var(--red-secondary);
    padding: 38px 28px;
  }

  .nav_submenu{
    display:none!important;
    padding:15px 20px!important;
    margin:0!important;
    position:absolute;
    top:90px!important;
    box-shadow: 0 5px 15px rgb(0 0 0 / 6%), 0 5px 5px rgb(0 0 0 / 3%);
    background: var(--white-primary);
    width: max-content!important;
  }

  .nav_hasdropdown.showdrop .nav_submenu{
    display:block!important;
  }

  .nav_submenu li{
    margin-left:0px!important;
    padding:10px 0px!important;
  }

  .nav_submenu li a{
    color:var(--red-primary)!important;
    padding:10px 0px!important;
    display:block;
    font-size:14px!important;
    text-transform:capitalize!important;
    border-bottom:1px solid var(--white-primary)!important;
  }

  .nav_submenu li a:hover{
   border-bottom:1px solid var(--red-primary)!important;
  }

}



/*---- dropdown menu added new header ----*/




.hide_element{
  display: none!important;
}


.key-insights .view-btn{
  pointer-events: none!important;
}

.news-us .view-btn{
  pointer-events: none!important;
}

.nasscom-bcmember .view-btn{
  pointer-events: none!important;
}

.nasscom-konnect .view-btn{
  pointer-events: none!important;
}

.news-card:hover .news-desc{
  color:var(--red-primary);
}

.news-card a{
  text-decoration: none;
}


.news-card .image-block{
  width: 100%;
  overflow:hidden;
  height: 365px;
  border-radius: 10px;
  margin-bottom: 30px;
  object-fit: cover;
}

.news-card .image-block img{
  transition: all 0.5s ease-in-out;
}

.news-card .image-block img:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  z-index: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


@media (min-width:1500px){
  .news-card .image-block{
    width: 100%;
    overflow:hidden;
    height: 495px;
    border-radius: 10px;
    margin-bottom: 30px;
    object-fit: cover;
  }
}

@media (max-width:767px){
  .news-card .image-block{
    width: 100%;
    height: 85vw;
    object-fit: cover;
    border-radius: 3vw;
    margin-bottom: 5vw;
    margin-top: 3vw;
    overflow: hidden;
  }
}



@media (min-width:1080px) and (max-width:1230px){
  .nasscom-konnect .slick-arrow{
    display: none!important;
  }

  .customcontain{
    margin-left: calc((100% - 960px) / 2)!important;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width:1230px) and (max-width:1270px){
  .nasscom-konnect .slick-arrow{
    display: none!important;
  }

  .customcontain{
    margin-left: calc((100% - 1140px) / 2)!important;
    display: flex;
    flex-wrap: wrap;
  }
}


.voicegrid{
  margin-bottom: 0;
}

.voicegrid_content .perspectives_card .action-btn .fee{
  width: max-content;
}






@media (min-width: 768px) and (max-width: 1499px) {
.voicegrid_content .perspectives_card .job_desc{
  height:55px;
}

.voicegrid_content  .title_h3 {
  font-size: 42px;
  font-weight: 400;
  line-height: 52.4px;
  text-align: left;
  padding: 0;
  margin: 0;
  color: var(--red-primary);
  margin-bottom: 60px;
  font-family: var(--regular-font);
}

.voicepod .title_h1 {
  width: 90%;
}

.voice-slider  .slick-list{
  padding: 0!important;
}

.voicegrid .prev-slide-k img {
  cursor: pointer;
  height: 34px;
  width: 34px;
}

.voicegrid .next-slide-k img {
  cursor: pointer;
  height: 34px;
  width: 34px;
}

.voicegrid .prev-slide-k {
  position: absolute;
  left: -5%;
  top: 50%;
}

.voicegrid .next-slide-k {
  position: absolute;
  right: -5%;
  top: 50%;
}


.content-forblock{
  position: absolute;
  bottom: 0;
  padding: 35px;
  width: 100%;
}

.content-forblock .title_h3{
  color: var(--white-primary);
  font-family: var(--bold-font);
  margin-bottom: 16px;
  padding: 0;
  font-size: 40px;
  line-height: 52px;
}

.content-forblock .desc{
  font-family:var(--medium-font);
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  color: var(--white-primary);
}

.content-forblock .aud-details{
  border-top: 1px solid var(--white-primary);
  margin-top: 16px;
  padding-top: 18px;
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-primary);
  font-family: var(--medium-font);
  text-transform: uppercase;
}

.content-forblock .aud-details div{
  margin-right: 35px;
}

.video_block .highlight{
  font-size: 14px;
  line-height: 24px;
  color: var(--white-primary);
  font-family: var(--medium-font);
  text-transform: uppercase;
  position: absolute;
  top: 35px;
  left: 35px;
}

.overlayer{
  background: var(--black-primary);
  height: 527px;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0.5;
  border-radius: 10px;
}

.paymentpage .container{
  text-align: center;
}

.paymentpage .title_h1{
  font-size: 48px;
  margin-bottom: 50px;
  text-align: center;
}

.paymentpage .action-btn a {
  background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
}

.paymentpage .action-btn a:hover{
  background: linear-gradient(to right, #9d1f1a, #c33531);
}

.paymentpage .action-btn.trans a{
  background: white;
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--black-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
}

.paymentpage .action-btn.trans a:hover{
  color: var(--red-primary);
}

.paymentpagebilling {
  padding-bottom: 30px;
}

.paymentpagebilling .title_h1{
  font-size: 48px;
  margin-bottom: 0px;
  text-align: left;
}

.billing-details input{
  font-size: 14px;
  line-height: 22px;
  font-family: var(--regular-font);
}

.billing-details select{
  font-size: 14px;
  line-height: 22px;
  font-family: var(--regular-font);
}

.billing-details input::placeholder{
  font-size: 14px;
  line-height: 22px;
  font-family: var(--regular-font);
}




.billing-details .submit-btnblock input[type="submit"]{
  background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
}

.billing-details .submit-btnblock input[type="submit"]:hover{
  background: linear-gradient(to right, #9d1f1a, #c33531);
}

.context-of-paymentpage{
  padding: 0px 0px 80px 0px;
}

.context-of-paymentpage .container{
  border-top: 1px solid var(--black-primary);
}

.context-of-paymentpage form{
  padding-top: 60px;
}



.steps-payment .label{
  color: var(--black-primary);
  font-family: var(--extrabold-font);
  font-size: 14px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.steps-payment .steps-to{
  display: flex;
  list-style-type: none;
  padding: 0;
}

.steps-payment .steps-to li a{
  display: block;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 14px;
  line-height: 23px;
  margin-right: 28px;
  text-decoration: none;
  text-transform: uppercase;
}

.steps-payment .steps-to li.active a {
  color: var(--red-primary);
  border-bottom: 1px solid var(--red-primary);
  padding-bottom: 0.25vw;
}

.steps-payment .steps-to li.hidden a {
  color: var(--grey-secondary);
  border-bottom: 0px solid var(--red-primary);
  padding-bottom: 0.25vw;
}

.arrowstep{
  margin-right:22px;
  color:var(--grey-secondary);
}

.context-of-paymentpage .action-btn a{
  background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  display: block;
  width: max-content;
  border: 0;
      margin: 40px auto 0px auto;
}

.context-of-paymentpage .action-btn a:hover{
  background: linear-gradient(to right, #9d1f1a , #c33531);
}


.context-of-paymentpage input[type="submit"]{
  background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 21px;
  display: block;
  width: max-content;
  border: 0;
      margin: 40px auto 0px auto;
}

.context-of-paymentpage input[type="submit"]:hover{
  background: linear-gradient(to right, #9d1f1a , #c33531);
}




.context-of-paymentpage table{
  margin-top: 50px;
}

.context-of-paymentpage table th{
  font-family: var(--bold-font);
  color: var(--grey-secondary);
  text-align: right;
  font-weight: normal;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 21px;
}

.context-of-paymentpage table th:nth-child(1){
  text-align: left;
}


.context-of-paymentpage table td{
  font-family: var(--bold-font);
  color: var(--black-primary);
  text-align: right;
  font-weight: normal;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 21px;
}


.context-of-paymentpage table td:nth-child(1){
  width: 42%;
  padding-right: 15px;
  text-align: left;
}

.context-of-paymentpage table a{
  text-decoration: none;
  color: var(--black-primary);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--black-primary);
}

.context-of-paymentpage table input[type="submit"]{
  text-decoration: none;
  color: var(--black-primary);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--black-primary);
  background: transparent;
  border-radius: 0;
  text-transform: capitalize;
  margin-right: 0;
  margin-top: 0;
}

.context-of-paymentpage table input[type="submit"]:hover{
  text-decoration: none;
  color: var(--black-primary);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--black-primary);
  background: transparent;
  border-radius: 0;
  text-transform: capitalize;
  margin-right: 0;
  margin-top: 0;
}

.context-of-paymentpage table .quantity{
  display: flex;
  justify-content: flex-end;
}




.context-of-paymentpage table  .quantity button {
  background-color: var(--black-primary);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.context-of-paymentpage table  .quantity button:hover {
  background-color: var(--black-primary);
}

.context-of-paymentpage table  .input-box {
  width: 40px;
  text-align: center;
  padding: 2px 10px;
  font-size: 14px;
  outline: none;
  color: var(--red-primary);
  border: 1px solid var(--black-primary);
}

/* Hide the number input spin buttons */
.context-of-paymentpage table  .input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.context-of-paymentpage table  .input-box[type="number"] {
  -moz-appearance: textfield;
}

.context-of-paymentpage table .total-cart{
  border-top: 1px solid var(--black-primary);
  border-bottom: 1px solid var(--black-primary);
}

.context-of-paymentpage table .total-cart td{
  padding-top: 50px;
}

.context-of-paymentpage .action-btn a{
  background: linear-gradient(to right, #c33531, #9d1f1a);
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--white-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  border: 0;
}

.context-of-paymentpage .action-btn a:hover{
  background: linear-gradient(to right, #9d1f1a, #c33531);
}


.context-of-paymentpage .review-table td:nth-child(1){
  width: 60%;
  padding-right: 15px;
  text-align: left;
}

.orderinfo .title_h1{
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 0px;
  text-align: left;
  padding: 20px 0px;
}

.orderinfosection{
  padding: 150px 0px 40px 0px;
}

.orderinfosection.sectiontwo{
  padding: 40px 0px 0px 0px;
}



.orderinfosection h2{
  font-family: var(--regular-font);
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 0px;
  text-align: left;
  padding: 45px 0px 45px 0px;
  color: var(--red-primary);
}

.orderinfosection.sectiontwo h2{
  padding: 20px 0px 45px 0px;
}

.orderinfo-table{
  width: 100%;
}


.formobonly{
  display: none;
}

.orderinfo-table td{
  font-family: var(--regular-font);
  color: var(--black-primary);
  text-align: left;
  font-weight: normal;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 21px;
  width: 80%;
}

.orderinfo-table th{
  font-family: var(--bold-font);
  color: var(--black-primary);
  text-align: left;
  font-weight: normal;
  padding-bottom: 24px;
  font-size: 14px;
  line-height: 21px;
  width: 20%;
}

.orderinfosection .container{
  border: 0;
}

.orderinfosection table{
  margin-top: 0;
}



.spacerforinfo{
  height: 60px;
}

.voicearticle_content{
  padding: 60px 0px 60px 0px;
}

.voicearticle_content .title_h3 {
  font-size: 42px;
  font-weight: 400;
  line-height: 52.4px;
  text-align: left;
  padding: 0;
  margin: 0;
  color: var(--red-primary);
  margin-bottom: 60px;
  font-family: var(--regular-font);
}

.voice_detail-content h4{
  font-size: 24px;
  line-height: 33px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 20px;
  text-align: left;
}

.voice_detail-content p {
  font-size: 13px;
  line-height: 21px;
  font-family: var(--regular-font);
  color: var(--black-primary);
  margin-bottom: 16px;
}

.voice_detail-content p:last-child{
  margin-bottom: 0;
}

.voice_detail-content.sectiontoppadding{
  padding-top: 60px;
}

#mobview{
  display:none;
}

.voicegrid_content .perspectives_card .job_title{
  height:65px;
  min-height: 65px;
}

}

@media (min-width:1500px){

  .voicegrid_content .perspectives_card .job_title{
    height:75px;
    min-height: 75px;
  }


  .voicepod .title_h1 {
    width: 90%;
  }

  .voicegrid_content  .title_h3{
    font-size: 72px;
    font-weight: 400;
    line-height: 86.4px;
    text-align: left;
    padding: 0;
    margin: 0;
    color: var(--red-primary);
    margin-bottom: 80px;
    font-family: var(--regular-font);
  }

  .voice-slider  .slick-list{
    padding: 0!important;
  }

  .voicegrid{
    position: relative;
  }

  .voicegrid .prev-slide-k {
    position: absolute;
    left: -5%;
    top: 50%;
  }

  .voicegrid .next-slide-k {
    position: absolute;
    right: -5%;
    top: 50%;
  }


  .voicegrid .prev-slide-k img {
    cursor: pointer;
    height: 42px;
    width: 42px;
  }

  .voicegrid .next-slide-k img {
    cursor: pointer;
    height: 42px;
    width: 42px;
  }

  .content-forblock{
    position: absolute;
    bottom: 0;
    padding: 35px;
    width:100%
  }

  .content-forblock .title_h3{
    color: var(--white-primary);
    font-family: var(--bold-font);
    margin-bottom: 10px;
    padding: 0;
    font-size: 60px;
    line-height: 72px;
  }

  .content-forblock .desc{
    font-family:var(--medium-font);
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: var(--white-primary);
  }

  .content-forblock .aud-details{
    border-top: 1px solid var(--white-primary);
    margin-top: 16px;
    padding-top: 18px;
    display: flex;
    font-size: 14px;
    line-height: 24px;
    color: var(--white-primary);
    font-family: var(--medium-font);
    text-transform: uppercase;
  }

  .video_block .highlight{
    font-size: 14px;
    line-height: 24px;
    color: var(--white-primary);
    font-family: var(--medium-font);
    text-transform: uppercase;
    position: absolute;
    top: 35px;
    left: 35px;
  }

  .content-forblock .aud-details div{
    margin-right: 35px;
  }


  .overlayer{
    background: var(--black-primary);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    border-radius: 10px;
  }

  .paymentpage .container{
    text-align: center;
  }

  .paymentpage .title_h1{
    font-size: 60px;
    margin-bottom: 50px;
    text-align: center;
  }

  .paymentpage .action-btn a {
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 22px 38px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
  }

  .paymentpage .action-btn a:hover{
    background: linear-gradient(to right, #9d1f1a, #c33531);
  }

  .paymentpage .action-btn.trans a{
    background: white;
    padding: 22px 38px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--black-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
  }

  .paymentpage .action-btn.trans a:hover{
    color: var(--red-primary);
  }


  .paymentpagebilling {
    padding-bottom: 30px;
  }

  .paymentpagebilling .title_h1{
    font-size: 60px;
    margin-bottom: 0px;
    text-align: left;
  }

  .billing-details input{
    font-size: 18px;
    line-height: 27px;
    font-family: var(--regular-font);
  }

  .billing-details select{
    font-size: 18px;
    line-height: 27px;
    font-family: var(--regular-font);
  }

  .billing-details input::placeholder{
    font-size: 18px;
    line-height: 27px;
    font-family: var(--regular-font);
  }

  .billing-details .submit-btnblock input[type="submit"]{
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 22px 38px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
  }

  .billing-details .submit-btnblock input[type="submit"]:hover{
    background: linear-gradient(to right, #9d1f1a, #c33531);
  }

  .context-of-paymentpage{
    padding: 0px 0px 80px 0px;
  }

  .context-of-paymentpage .container > .row{
    border-top: 1px solid var(--black-primary);
  }



  .context-of-paymentpage form{
    padding-top: 60px;
  }

  .orderinfosection{
    padding: 180px 0px 40px 0px;
  }

  .orderinfosection.sectiontwo{
    padding: 40px 0px 40px 0px;
  }



  .orderinfosection h2{
    font-family: var(--regular-font);
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0px;
    text-align: left;
    padding: 65px 0px 65px 0px;
    color: var(--red-primary);
  }

  .orderinfo-table{
    width: 100%;
  }

  .orderinfo-table td{
    font-family: var(--regular-font);
    color: var(--black-primary);
    text-align: left;
    font-weight: normal;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    width: 75%;
  }

  .orderinfo-table th{
    font-family: var(--bold-font);
    color: var(--black-primary);
    text-align: left;
    font-weight: normal;
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    width: 25%;
  }

  .steps-payment .label{
    color: var(--black-primary);
    font-family: var(--extrabold-font);
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .steps-payment .steps-to{
    display: flex;
    list-style-type: none;
    padding: 0;
    align-items: center;
  }

  .steps-payment .steps-to li a{
    display: block;
    color: var(--black-primary);
    font-family: var(--medium-font);
    font-size: 18px;
    line-height: 27px;
    margin-right: 28px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .steps-payment .steps-to li.active a {
    color: var(--red-primary);
    border-bottom: 1px solid var(--red-primary);
    padding-bottom: 0.25vw;
  }

  .steps-payment .steps-to li.hidden a {
    color: var(--grey-secondary);
    border-bottom: 0px solid var(--red-primary);
    padding-bottom: 0.25vw;
  }

  .arrowstep{
    margin-right:28px;
    color:var(--grey-secondary);
  }

  .context-of-paymentpage .action-btn a{
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 22px 38px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: block;
    width: max-content;
    border: 0;
        margin: 60px auto 0px auto;
  }

  .context-of-paymentpage .action-btn a:hover{
    background: linear-gradient(to right, #9d1f1a , #c33531);
  }

  .context-of-paymentpage input[type="submit"]{
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 22px 38px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    display: block;
    width: max-content;
    border: 0;
        margin: 60px auto 0px auto;
  }

  .context-of-paymentpage input[type="submit"]:hover{
    background: linear-gradient(to right, #9d1f1a , #c33531);
  }


  .context-of-paymentpage table{
    margin-top: 50px;
  }

  .context-of-paymentpage table th{
    font-family: var(--bold-font);
    color: var(--grey-secondary);
    text-align: right;
    font-weight: normal;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 27px;
  }

  .context-of-paymentpage table th:nth-child(1){
    text-align: left;
  }


  .context-of-paymentpage table td{
    font-family: var(--bold-font);
    color: var(--black-primary);
    text-align: right;
    font-weight: normal;
    padding-bottom: 60px;
    font-size: 20px;
    line-height: 30px;
  }


  .context-of-paymentpage table td:nth-child(1){
    width: 42%;
    padding-right: 15px;
    text-align: left;
  }

  .context-of-paymentpage table a{
    text-decoration: none;
    color: var(--black-primary);
    padding-bottom: 5px;
    border-bottom: 1px solid var(--black-primary);
  }

  .context-of-paymentpage table input[type="submit"]{
    text-decoration: none;
    color: var(--black-primary);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--black-primary);
    background: transparent;
    border-radius: 0;
    text-transform: capitalize;
    margin-right: 0;
    margin-top: 0;
  }

  .context-of-paymentpage table input[type="submit"]:hover{
    text-decoration: none;
    color: var(--black-primary);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--black-primary);
    background: transparent;
    border-radius: 0;
    text-transform: capitalize;
    margin-right: 0;
    margin-top: 0;
  }

  .context-of-paymentpage table .quantity{
    display: flex;
    justify-content: flex-end;
  }

  .formobonly{
    display: none;
  }


  .context-of-paymentpage table  .quantity button {
    background-color: var(--black-primary);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
  }

  .context-of-paymentpage table  .quantity button:hover {
    background-color: var(--black-primary);
  }

  .context-of-paymentpage table  .input-box {
    width: 40px;
    text-align: center;
    padding: 2px 10px;
    font-size: 16px;
    outline: none;
    color: var(--red-primary);
    border: 1px solid var(--black-primary);
  }

  /* Hide the number input spin buttons */
  .context-of-paymentpage table  .input-box::-webkit-inner-spin-button,
  .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .context-of-paymentpage table  .input-box[type="number"] {
    -moz-appearance: textfield;
  }

  .context-of-paymentpage table .total-cart{
    border-top: 1px solid var(--black-primary);
    border-bottom: 1px solid var(--black-primary);
  }

  .context-of-paymentpage table .total-cart td{
    padding-top: 50px;
  }

  .context-of-paymentpage .action-btn a{
    background: linear-gradient(to right, #c33531, #9d1f1a);
    padding: 22px 38px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--white-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    border: 0;
  }

  .context-of-paymentpage .action-btn a:hover{
    background: linear-gradient(to right, #9d1f1a, #c33531);
  }


  .context-of-paymentpage .review-table td:nth-child(1){
    width: 60%;
    padding-right: 15px;
    text-align: left;
  }

  .orderinfo .title_h1{
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 0px;
    text-align: left;
    padding: 30px 0px;
  }

  .orderinfosection .container .row{
    border: 0;
  }

  .orderinfosection table{
    margin-top: 0;
  }

  .spacerforinfo{
    height: 80px;
  }

  .orderinfosection.sectiontwo h2{
    padding: 25px 0px 65px 0px;
  }

  .voicearticle_content{
    padding: 80px 0px 80px 0px;
  }

  .voicearticle_content .title_h3 {
    font-size: 72px;
    font-weight: 400;
    line-height: 86.4px;
    text-align: left;
    padding: 0;
    margin: 0;
    color: var(--red-primary);
    margin-bottom: 80px;
    font-family: var(--regular-font);
}

.voice_detail-content h4{
  font-size: 36px;
  line-height: 45px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-bottom: 40px;
  text-align: left;
}

.voice_detail-content p {
  font-size: 18px;
  line-height: 27px;
  font-family: var(--regular-font);
  color: var(--black-primary);
  margin-bottom: 16px;
}

.voice_detail-content p:last-child{
  margin-bottom: 0;
}

.voice_detail-content.sectiontoppadding{
  padding-top: 80px;
}

#mobview{
  display:none;
}

}


@media (max-width: 767px) {

  .voice-slider  .slick-list{
    padding: 0!important;
  }

  .voicegrid{
    margin-bottom: 0!important;
  }

  .voicegrid_content .title_h3 {
      color: var(--red-primary);
      margin-bottom: 8vw;
      margin-top: 2vw;
      font-family: var(--bold-font);
      font-size: 7.5vw;
      line-height: 9.3vw;
      text-align: left;
  }

  .voicegrid_content .perspectives_card_content .job_desc{
    height: 13.5vw;
    overflow-y: hidden;
  }

  .voicegrid .prev-slide-k {
    display: none !important;
  }

  .voicegrid .next-slide-k {
    display: none !important;
  }

  .content-forblock{
    position: absolute;
    bottom: 0;
    padding: 5vw;
  }

  .content-forblock .title_h3{
    color: var(--white-primary);
    font-family: var(--bold-font);
    margin-bottom: 3vw;
    padding: 0;
    font-size: 6.8vw;
    line-height: 8.6vw;
  }

  .content-forblock .desc{
    font-family:var(--medium-font);
    font-size: 3.2vw;
    line-height: 4.4vw;
    text-align: left;
    color: var(--white-primary);
  }

  .content-forblock .aud-details{
    border-top: 1px solid var(--white-primary);
    margin-top: 1vw;
    padding-top: 4vw;
    display: flex;
    font-size: 3vw;
    line-height: 4.2vw;
    color: var(--white-primary);
    font-family: var(--medium-font);
    text-transform: uppercase;
  }

  .content-forblock .aud-details div{
    margin-right: 3vw;
  }

  .video_block .highlight{
    font-size: 3vw;
    line-height: 4.2vw;
    color: var(--white-primary);
    font-family: var(--medium-font);
    text-transform: uppercase;
    position: absolute;
    top: 5vw;
    left: 5vw;
  }

  .overlayer{
    background: var(--black-primary);
    height: 60vw;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    border-radius: 10px;
  }

  .paymentpage {
    padding: 60vw 0vw 30vw 0vw;
}

  .paymentpage .container{
    text-align: center;
  }

  .paymentpage .title_h1{
    font-size: 7.5vw;
    line-height: 9.3vw;
    color: var(--red-primary);
    width: 100%;
    margin-bottom: 12vw;
    font-family: var(--bold-font);
    text-align: center;
  }

  .paymentpage .action-btn a {
    background: linear-gradient(to right, #c33531, #9d1f1a);
    font-size: 3.4vw;
    line-height: 4.6vw;
    font-family: var(--bold-font);
    color: var(--white-primary);
    padding: 4.6vw 5.8vw;
    border-radius: 8vw;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    width: 90%;
  }

  .paymentpage .action-btn a:hover{
    background: linear-gradient(to right, #9d1f1a, #c33531);
  }

  .paymentpage .action-btn.trans a{
    background: var(--white-primary);
    font-size: 3.4vw;
    line-height: 4.6vw;
    font-family: var(--bold-font);
    color: var(--black-primary);
    padding: 4.6vw 5.8vw;
    width: max-content;
    border-radius: 8vw;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
  }

  .paymentpage .action-btn.trans a:hover{
    color: var(--red-primary);
  }

  .steps-payment .label{
    font-size: 4.2vw;
    line-height: 5.4vw;
    font-family: var(--bold-font);
    color: var(--black-primary);
    margin-bottom: 5vw;
  }

  .steps-payment .steps-to{
    display: flex;
    list-style-type: none;
    padding: 0;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
    overflow-x: auto;
  }

  .steps-payment .steps-to::-webkit-scrollbar {
    display: none;
  }

  .steps-payment .steps-to li a{
    display: block;
    color: var(--black-primary);
    font-family: var(--medium-font);
    font-size: 3.6vw;
    line-height: 4.8vw;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 2.75vw;
    margin-bottom: 1.75vw;
    width: max-content;
}

  .steps-payment .steps-to li.active a {
    color: var(--red-primary);
    border-bottom: 1px solid var(--red-primary);
    padding-bottom: 0.25vw;
  }

  .steps-payment .steps-to li.hidden a {
    color: var(--grey-secondary);
    border-bottom: 0px solid var(--red-primary);
    padding-bottom: 0.25vw;
  }

  .arrowstep{
    margin-right:3vw;
    margin-top: -3vw;
    color:var(--grey-secondary);
  }

  .context-of-paymentpage .action-btn a{
    background: linear-gradient(to right, #c33531, #9d1f1a);
    border-radius: 8.5vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
    margin-bottom: 3vw;
    text-align: center;
    text-transform: uppercase;
  }

  .context-of-paymentpage .action-btn a:hover{
    background: linear-gradient(to right, #9d1f1a , #c33531);
  }

  .context-of-paymentpage input[type="submit"]{
    background: linear-gradient(to right, #c33531, #9d1f1a);
    border-radius: 8.5vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
    margin-bottom: 3vw;
    text-align: center;
    text-transform: uppercase;
  }

  .context-of-paymentpage input[type="submit"]:hover{
    background: linear-gradient(to right, #9d1f1a , #c33531);
  }

  #deskview{
    display: none;
  }

  .context-of-paymentpage table{
    margin-top: 0;
  }

  .context-of-paymentpage table tr{
    margin-bottom: 5vw;
    padding-bottom: 3vw;
    vertical-align: text-top;
  }

  .context-of-paymentpage table th{
    font-family: var(--bold-font);
        color: var(--grey-secondary);
        text-align: left;
        font-weight: normal;
        padding-bottom: 5vw;
        font-size: 3.2vw;
        line-height: 4.4vw;
  }

  .context-of-paymentpage table th:nth-child(1){
    text-align: right;
    padding-right: 6vw;
  }


  .context-of-paymentpage table td{
    font-family: var(--bold-font);
    color: var(--black-primary);
    text-align: left;
    font-weight: normal;
    padding-bottom: 5vw;
    font-size: 3.2vw;
    line-height: 4.4vw;
  }



  .context-of-paymentpage table a{
    text-decoration: none;
    color: var(--black-primary);
    padding-bottom: 5px;
    border-bottom: 1px solid var(--black-primary);
  }

  .context-of-paymentpage table input[type="submit"]{
    text-decoration: none;
    color: var(--black-primary);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--black-primary);
    background: transparent!important;
    border-radius: 0;
    text-transform: capitalize;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: max-content;
  }

  .context-of-paymentpage table input[type="submit"]:hover{
    text-decoration: none;
    color: var(--black-primary);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--black-primary);
    background: transparent!important;
    border-radius: 0;
    text-transform: capitalize;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: max-content;
  }

  .context-of-paymentpage table .quantity{
    display: flex;
    justify-content: flex-start;
  }




  .context-of-paymentpage table  .quantity button {
    background-color: var(--black-primary);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 3.2vw;
    width: 6vw;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
    border-radius: 0;
  }

  .context-of-paymentpage table  .quantity button:hover {
    background-color: var(--black-primary);
  }

  .context-of-paymentpage table  .input-box {
    width: 6.5vw;
    text-align: center;
    padding: 0.5vw 2vw;
    font-size: 3.2vw;
    outline: none;
    color: var(--red-primary);
    border: 1px solid var(--black-primary);
    border-radius: 0;
  }

  /* Hide the number input spin buttons */
  .context-of-paymentpage table  .input-box::-webkit-inner-spin-button,
  .input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
  }

  .context-of-paymentpage table  .input-box[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;;
  }

  .context-of-paymentpage table .total-cart{
    border-top: 1px solid var(--black-primary);
    border-bottom: 1px solid var(--black-primary);
  }

  .context-of-paymentpage table .total-cart th{
    padding-bottom: 0;
  }

  .context-of-paymentpage table .total-cart td{
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .context-of-paymentpage table td.sep{
    height: 8vw;
  }

  .context-of-paymentpage table.review-table td.sep{
    height: 8vw;
    padding: 0;
  }


  .context-of-paymentpage .action-btn a{
    background: linear-gradient(to right, #c33531, #9d1f1a)!important;
    color: var(--white-primary);
    border-radius: 8.5vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
    margin-bottom: 3vw;
    text-align: center;
    display: block;
    text-decoration: none;
    font-family: var(--bold-font)!important;
    margin: 8vw 0vw 16vw 0vw;
}

  .context-of-paymentpage .action-btn a:hover{
    background: linear-gradient(to right, #9d1f1a, #c33531);
  }


  .context-of-paymentpage input[type="submit"]{
    background: linear-gradient(to right, #c33531, #9d1f1a)!important;
    color: var(--white-primary);
    border-radius: 8.5vw;
    height: max-content;
    padding: 5.4vw 6.25vw 5.4vw 6.25vw;
    font-size: 3.4vw;
    line-height: 4.6vw;
    width: 100%;
    margin-bottom: 3vw;
    text-align: center;
    display: block;
    text-decoration: none;
    font-family: var(--bold-font)!important;
    margin: 8vw 0vw 16vw 0vw;
    border: 0;
}

  .context-of-paymentpage input[type="submit"]:hover{
    background: linear-gradient(to right, #9d1f1a, #c33531);
  }

  /* .context-of-paymentpage .review-table td:nth-child(1){
    width: 60%;
    padding-right: 15px;
    text-align: left;
  } */

  .orderinfosection {
    padding: 30vw 0vw 5vw 0vw;
  }

  .orderinfosection.sectiontwo {
    padding: 5vw 0vw 5vw 0vw;
  }

.orderinfosection .title_h1{
  padding: 5.5vw 0vw 5.5vw 0vw;
  color: var(--red-primary);
  font-family: var(--bold-font);
  font-size: 9vw;
}

.orderinfo-table td {
  font-family: var(--regular-font);
  color: var(--black-primary);
  text-align: left;
  font-weight: normal;
  padding-bottom: 5vw;
  font-size: 3.2vw;
  line-height: 4.4vw;
  width:50%;
}

.orderinfo-table th {
  font-family: var(--bold-font);
  color: var(--black-primary);
  text-align: left;
  font-weight: normal;
  padding-bottom: 5vw;
  font-size: 3.2vw;
  line-height: 4.4vw;
  width:50%;
}

.spacerforinfo{
  height: 15vw;
}

.formobonly{
  display: block;
}

  .steps-payment .steps-to{
    margin-top: 3vw!important;
  }

  .billing-details{
    margin-top: 3vw!important;
  }

  .review-table{
    margin-top: 3vw!important;
  }

  .voicearticle_content{
    padding: 5vw 0vw;
  }

  .voicearticle_content .title_h3 {
    color: var(--red-primary);
    margin-bottom: 8vw;
    margin-top: 2vw;
    font-family: var(--bold-font);
    font-size: 7.5vw;
    line-height: 9.3vw;
    text-align: left;
  }

  .voice_detail-content h4{
    font-size: 4.8vw;
    line-height: 5.8vw;
    font-family: var(--bold-font);
    color: var(--red-primary);
    margin-bottom: 3vw;
  }

  .voice_detail-content p {
    font-size: 3.6vw;
    line-height: 4.8vw;
    font-family: var(--regular-font);
    color: var(--black-primary);
    margin-bottom: 6vw;
  }

  .voice_detail-content p:last-child{
    margin-bottom: 0;
  }

  .voice_detail-content.sectiontoppadding{
    padding-top: 6vw;
  }

  .review-table td:nth-child(1){
    padding-right: 6vw;
  }

  .container {
    max-width: 100%;
}

}


.recent_newsletters-section .newsletter_card .newsletter_card_content .fee{
  display: flex;
  justify-content: right;
}


.recent_newsletters-section .newsletter_card .newsletter_card_content .fee a{
  pointer-events: none;
}

.perspectives-main-content .perspectives_card .action-btn .fee a{
  pointer-events: none;
}

.main-banner-text .carousel-item{
  transition: none!important;
}


/* fix fold phone screen */

@media (min-width:690px) and (max-width:767px){

  .banner-nasscom .down-arrow img{
    width: 40px;
    height: 40px;
  }

  .down-arrow {
    position: absolute;
    bottom: -38px;
    left: 46%;
}

.banner-nasscom .row {
  position: absolute;
  bottom: 12%;
  padding-top: 0;
  width: 100%;
  left: 20px;
}

  .main-banner-text h2{
    font-size: 34.59px;
    line-height: 44.97px;
    text-align: center;
    height: max-content;
    justify-content: center;
  }

  .header_home .top-head {
    background: var(--red-primary);
    padding: 25px 30px;
    border-radius: 0vw;
}

  .header_home .top-head .mainlogo {
    width: 164px;
}

.hamburger_icon {
  position: absolute;
  top: 18px;
  right: 3%;
  display: block;
}

.hamburger_icon .toggle_icon {
  width: 38px;
}

.header_home .bottom-head .rightblock .rightmenu{
  margin-top:0;
}

.mobilemenu_logo img {
  width: 164px;
}

.hamburger_icon .close_icon {
  width: 38px;
}

.mobilemenu_logo {
  padding: 25px 30px;
}

.nsm_navbar-inner li {
  padding: 25px 0px;
  text-align: left;
}

.nsm_navbar-inner li a{
  font-size: 13px;
  line-height: 14px;
}

.nsm_navbar-inner {
  margin: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nsm_navbar-moreinner li a{
  font-size: 13px;
  line-height: 14px;
}

.nsm_navbar-moreinner li {
  padding: 25px 45px 25px 0px;
  text-align: left;
  width: max-content;
  display: inline-block;
}

.nsm_navbar-inner .dropdown_menu li a{
  font-size: 13px;
  line-height: 14px;
}

.nsm_navbar-inner .dropdown_menu li {
  padding: 20px 30px 20px 0px;
  text-align: left;
  width: max-content;
  display: inline-block;
}

.header_home .bottom-head .rightmenu ul{
  line-height: 0;
}

  .header_home .row .bottom-head {
    background: var(--white-primary);
    padding:10px 25px 10px 25px;
  }

  .header_home .bottom-head .iconblock li{
    line-height: 0;
  }

  .header_home .bottom-head .rightmenu ul li a{
    font-size: 12px;
    line-height: 14px;
  }

  .header_home .bottom-head .rightmenu ul li {
    margin-left: 0;
    margin-right: 36px;
}

  .header_home .bottom-head .iconblock li a{
    font-size: 12px;
    line-height: 14px;
  }

  .banner-nasscom .action-btn a{
  font-family: var(--bold-font);
  width: max-content;
  margin: 10px auto;
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 10px;
  border-radius: 60px;
}

  .key-insights .title_h4 {
    font-size: 30px;
    line-height: 37.5px;
}

.key-insights .view-btn{
  font-size: 14px;
  line-height: 21px;
  margin-top: 10px;
}

.key-insights .pb-5 {
  padding-bottom: 40px !important;
}

.key-insights {
  background: var(--white-primary);
  padding: 50px 0px 50px 0px;
}

.key-insights img {
  width: 100%;
  height: 85vw;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.key-insights .title_h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  width: 90%;
}

  .key-insights .desc{
    font-size: 14px;
    line-height: 21px;
  }

  .key-insights .desc p{
    margin-bottom: 20px;
  }

  .key-insights .action-btn {
    position: static;
    margin-top: 30px;
}

  .key-insights .action-btn a {
    font-family: var(--bold-font);
    width: max-content;
    padding: 18px 25px 18px 25px;
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 20px;
    border-radius: 60px;
  }

  .nasscom-konnect .outline-btn{
    padding: 18px 25px 18px 25px;
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 20px;
    border-radius: 10px;
    width: 35%;
  }

  .banner-nasscom{
    height: 829px;
  }

  #myVideo{
    height: 829px;
  }

  .banner-nasscom::after{
    height: 829px;
  }

  #myVideo{
    top:50%;
  }

  .nasscom-konnect{
    padding: 50px 0px 50px 0px;
  }

  .nasscom-konnect .title_h3{
    font-size: 30px;
    line-height: 37.5px;
  }

  .nasscom-konnect .konnect-card .card-title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .nasscom-konnect .konnect-card .card-desc{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
  }

  .home-konnect{
    margin-bottom: 80px;
  }

  .nasscom-konnect .konnect-card .card-details{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px;
  }

  .nasscom-konnect .outline-btn{
    font-size: 14px;
    line-height: 21px;
    padding: 20px 30px 20px 30px;
    border: 2px solid;

  }

  .nasscom-konnect .view-btn {
    font-size: 14px;
        line-height: 21px;
        float: none;
        margin-top: 10px;
}

  .news-us .title_h4{
    font-size: 30px;
    line-height: 37.5px;
  }

  .news-us .news-slider {
    margin-top: 20px;
    margin-bottom: 60px;
}

  .news-us .view-btn{
    font-size:14px;
    line-height: 21px;
    float: none;
    margin-top: 10px;
  }

  .news-card .image-block{
    margin-top: 0;
  }

  .news-us .news-slider .news-title{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
  }

  .news-slider .slick-dots li button:before {
    height: 16px;
    width: 16px;
    border: 0.4vw solid var(--red-primary);
}

  .news-us .news-slider .news-desc{
    font-size: 14px;
    line-height: 21px;
  }

  .nasscom-konnect .konnect-card img {
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.news-us .news-slider img {
  width: 100%;
  height: 85vw;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}


  .news-us{
    padding:50px 0px 50px 0px;
  }

  .dedicated-goals-mobile .title_h4{
    font-size: 30px;
    line-height: 37.5px;
    margin-bottom: 50px;
  }


  .dedicated-goals-mobile{
    padding:50px 0px 50px 0px;
  }

  .dedicated-goals-mobile .goal-card .title_h5{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .dedicated-goals-mobile .goal-card .content-pointer{
    margin-bottom: 30px;
  }

  .dedicated-goals-mobile .goal-card .content-pointer span {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--medium-font);
}

  .dedicated-goals-mobile .goal-card .content-pointer{
    font-size: 16px;
    line-height: 24px;
  }

  .nasscom-bcmember{
    padding:50px 0px 60px 0px;
  }

  .nasscom-bcmember .title_h4 {
    font-size: 30px;
    line-height: 37.5px;
}



.nasscom-bcmember .view-btn {
  font-size:14px;
  line-height: 21px;
  float: none;
  margin-top: 10px;
}

.nasscom-bcmember .pb-5 {
  padding-bottom: 40px !important;
}

.nasscom-bcmember .action-btn {
  position: static;
  margin-top: 30px;
}

.nasscom-bcmember .desc{
  font-size:14px;
  line-height: 21px;
}

.nasscom-bcmember .pb-5{
  padding-bottom:50px ;
}

.nasscom-bcmember .action-btn a{
  font-size: 14px;
  line-height: 17.5px;
  padding: 20px 30px 20px 30px;
}

.nsm-button-row {
  margin-bottom: 20px;
  display: block;
}

#strategic-imperative {
  padding: 80px 0px 40px 0px;
}

.nsm_strategic-section .title_h3{
  font-size: 30px;
  line-height: 37.5px;
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-title{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-desc{
  font-size: 12px;
  line-height: 19px;
}

.about-intro {
  padding: 140px 0px 100px 0px;
}

.about-intro .title_h1{
  font-size: 30px;
  line-height: 37.5px;
}

.about-intro .nsm_context{
  font-size: 14px;
  line-height: 21px;
}

.nsm-button-row .outline-btn{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.nsm_spirit-nasscom{
  padding: 80px  0px 80px 0px;
}

.nsm_spirit-nasscom .title_h3{
  font-size: 30px;
  line-height: 37.5px;
}

.nsm_spirit-nasscom ul li{
  font-size: 20px;
  line-height: 30px;
}

.nsm_path-traveled{
  padding: 80px 0px;
}

.nsm_path-traveled .title_h3{
  font-size: 30px;
  line-height: 37.5px;
}

.nsm_pathcontext-block{
  padding: 30px;
}

.nsm_pathimage-block .nsm_path-year{
  font-size: 30px;
  line-height: 37.5px;
}

.nsm_pathcontext-block .sub-title{
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}

.nsm_pathcontext-block .title_h4{
  font-size: 30px;
  line-height: 37.5px;
  padding: 20px 0px;
  margin-bottom: 20px;
}

.nsm_pathcontext-block .desc{
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}

.event_detail-intro .rd-btn_light{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 60px;
}



.policy-sep {
  height: 1px;
  width: 100%;
  background: var(--black-primary);
  margin: 25px 0px -25px 0px;
}

.event_detail-intro{
  padding-bottom: 20px!important;
}

.key_finding-section .container{
  padding: 0px 15px;
}

form input{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 10px;
  border-radius: 0;
}

form input::placeholder{
  color: var(--black-primary)!important;
  font-family: var(--regular-font);
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 10px;
}


form input[type="file"] {
  background-image: url(/themes/custom/nasscomredesigntheme/images/lucide_upload.svg);
  background-size: 30px;
  background-position: calc(100% - 15px) calc(100% - 16px);
  background-repeat: no-repeat;
  color: transparent;
  cursor: pointer;
  margin-bottom: 8px;
}

form input[type="submit"]{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 60px;
}

form select{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 10px;
  border-radius: 0;
}

select{
  background-size: 18px !important;
  background-position: calc(100% - 18px) 18px !important;
}

.nsm_membership_section h4{
  font-size: 30px;
  line-height: 37.5px;
}

.nsm_membership_section .sub_text{
  font-size: 24px;
  line-height: 28.5px;
}

.nsm_membership_section{
  padding: 20px 0px  80px 0px;
}

.submit-btnblock input[type="submit"]{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 10px;
  border-radius: 60px;
}


.calculate-btn .rd-btn{
  padding: 18px 25px 18px 25px!important;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 10px;
  border-radius: 60px;
}

.container-checkbox{
  font-size: 12px;
  line-height: 19px;
}

.container-checkbox .checkmark{
  height: 16px;
  width: 16px;
}

.container-checkbox .checkmark:after{
  left: 5px;
  top: 0.2vw;
  width: 6px;
  height: 10px;
}

#fileLabel{
  font-size: 14px;
  line-height: 17.5px;
}

#fileLabel2{
  font-size: 14px;
  line-height: 17.5px;
}

.perspectives_card .action-btn .category a{
  font-size: 12px;
  line-height: 19px;
}

.perspectives_card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.perspectives_card .perspectives_card_content{
  border-radius: 0px 0px 10px 10px;
}

.event_detail-content h4{
  font-size: 30px;
  line-height: 37.5px;
  margin-bottom: 30px!important;
}

.event_detail-content ul li {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
  font-family: var(--regular-font);
  color: var(--black-primary);
}

.event_detail-content p{
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}

.event_detail-content  .nsm_context.join_context{
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}

.page-intro .title_h1{
  font-size: 30px;
  line-height: 37.5px;
}

.page-intro.careerpage{
  padding: 140px 0px 40px 0px;
}


.page-intro{
  padding: 140px 0px 100px 0px;
}


.careerpage .title_h3{
  font-size: 20px;
  line-height: 24px;
}

.page-intro .nsm_context{
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}

.careerpage .rd-btn{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 60px;
}

.nsm_focusarea-section .title_h3{
  font-size: 30px;
  line-height: 37.5px;
  margin-bottom: 30px;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-title{
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}

.nsm_focusarea-section .nsm_focusarea-slider .item-block .block-desc{
  font-size: 14px;
  line-height: 21px;
}

.nsm_focusarea-section{
  padding: 80px 0px 20px 0px;
}

.key_finding-section#policypage {
  padding: 40px 0px 40px 0px;
}

.key_finding-section .title_h3{
  font-size: 30px;
  line-height: 37.5px;
}

.nsm_faq_section{
  padding: 60px 0px 60px 0px;
}

.nsm_faq_section .title_h3{
  font-size: 30px;
  line-height: 37.5px;
  margin-bottom: 30px;
}

.nsm_faq_section .accordion-item .accordion-button {
  background: var(--red-primary);
  border-radius: 10px!important;
  color: var(--white-primary);
  box-shadow: none;
  font-size: 14px;
  line-height: 21px;
  font-family: var(--bold-font);
  padding: 20px 25px;
}

.nsm_faq_section .accordion-body{
  font-size: 12px;
  line-height: 19px;
}

.accordion-button::after {
  background-size: 20px;
  height: 24px;
}

.accordion-button:not(.collapsed)::after{
  background-size: 20px;
  height: 24px;
}


.perspectives_card .job_title{
  font-size: 14px;
  line-height: 21px;
  padding: 20px 20px 0px 20px;
  margin-bottom: 10px;
}

.perspectives_card .job_desc{
  font-size: 12px;
  line-height: 19px;
  padding: 0px 20px;
  margin-bottom: 10px;
}

.perspectives_card .action-btn{
  padding: 10px 20px;
}

.perspectives_card .action-btn .postdate{
  font-size: 12px;
  line-height: 19px;
}

.perspectives_card .action-btn .fee a{
  font-size: 12px;
  line-height: 19px;
}

.event_detail-content{
  padding: 30px 0px 60px 0px;
}

.event_detail-content h5{
  font-size: 22px;
  line-height: 28px;
}

.event_detail-intro .nsm_event_detail_date p {
  margin-bottom: 20px;
  font-size:20px;
  line-height: 28px;
}

.mobilehead_tab .nav-link{
  font-size: 16px;
  line-height: 24px;
}



.perspectives-main-content .tabs-nav select{
  font-size: 14px;
  line-height: 21px;
}

.mobilehead_tab li {
  margin-bottom: 30px;
}

#mobile_tab {
  display: block;
  padding-top: 40px;
  margin-top: 0;
  border-top: 1px solid var(--black-primary);
}

.mobile_tabitems_block li a{
  font-size: 14px;
  line-height: 21px;
}

.mobile_tabitems_block li.active a{
  padding-bottom: 10px;
}

.eventintro{
  padding-bottom: 0;
}

.market-industry-intro{
  padding: 140px 0px 40px 0px;
}

.market-industry-intro .title_h1{
  font-size: 30px;
  line-height: 37.5px;
}

.market-industry-intro .nsm_context{
  font-size: 14px;
  line-height: 21px;
}

.tabs-content .image-block img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0px;
}

.tabs-content .rd-btn{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 60px;
}

.market-industry-main-content .tabs-content .content-block .inner-context{
  font-size: 14px;
  line-height: 21px;
}

.market-industry-main-content .tabs-content .content-block a {
  color: var(--red-primary);
  text-align: left;
  padding: 0;
  font-size: 14px;
  line-height: 21px;
}

.market-industry-main-content .tabs-content .main-title h3{
  font-size: 30px;
  line-height: 37.5px;
}

.market-industry-main-content .tabs-content .main-title p{
  font-size: 18px;
  line-height: 24px;
}

.contact-main-content .tabs-content .heading{
  font-size: 14px;
  line-height: 21px;
}

.contact-main-content .tabs-content .desc{
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}

.reachus{
  padding-bottom: 0;
}

.people-card .name {
  font-size: 14px;
  line-height: 21px;
  color: var(--black-primary);
  font-family: var(--bold-font);
  margin-bottom: 5px;
}

.people-card .desg {
  font-size: 14px;
  line-height: 21px;
}

.mediapresscontent .col-md-8 h4 {
  color: var(--red-primary);
  margin-bottom: 20px;
  margin-top: 15px;
  font-family: var(--bold-font);
  font-size: 30px;
  line-height: 37.5px;
}

.media_kit_card h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: var(--bold-font);
  margin-top: 20px;
}

.mediapresscontent .col-md-8 p {
  font-family: var(--regular-font);
  font-size: 14px;
  line-height: 21px;
}

.recent_newsletters-section {
  padding: 20px 0px;
}

.membership_form_single{
  padding-bottom: 0;
}


#members_listing .tabs-nav {
  padding: 0;
  margin-bottom: 1vw;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0px;
}

.tabs-nav p{
  font-size: 16px;
  line-height: 24px;
}

.reg_complete .btn-block a{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.reg_complete h4{
  font-size: 30px;
  line-height: 37.5px;
}

.reg_complete .btn-block {
  margin-bottom: 60px;
}

#members_listing .tabs-nav select{
  font-size: 14px;
  line-height: 21px;
}

.perspectives-main-content .tabs-nav select{
  background-size: 15px!important;
}

#members_listing .perspectives_card .job_title{
  font-size: 14px;
  line-height: 21px;
  padding: 20px 20px 0px 20px;
  margin-bottom: 10px;
}

#members_listing .perspectives_card .action-btn .category a{
  font-size: 14px;
  line-height: 21px;
}


#members_listing .perspectives_card .action-btn {
  padding: 10px 20px 20px 20px;
}

.white-btn{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 60px;
}

.nsm_strategic-section#membership-strategic .white-btn-trans{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 60px;
}

.membership_detail_section .membership_fees a{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.membership_detail_section .membership_fees .desc{
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  margin-bottom: 30px;
}

.membership_detail_section .membership_fees .point{
  font-size: 14px;
  line-height: 21px;
}

.membership_detail_section .membership_fees .pb-6{
  padding-bottom: 30px!important;
}

.membership_detail_section .membership_fees h4{
  font-size: 22px;
  line-height: 28px;
}

.membership_detail_section .joining_criteria {
  margin-bottom: 60px;
  padding-bottom: 30px;
}

.membership_detail_section .joining_criteria .desc{
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  margin-bottom: 30px;
}

.membership_detail_section .joining_criteria .point{
  font-size: 14px;
  line-height: 21px;
}

.membership_detail_section .joining_criteria h4{
  font-size: 22px;
  line-height: 28px;
}


.membership_detail_section .rd-btn{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 60px;
}


.membership_detail_section .row:nth-child(1) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.membership_detail_section .title_h3{
  font-size: 30px;
  line-height: 37.5px;
}

.nsm_membership_review .title_h3{
  font-size: 20px;
  line-height: 32px;
}

.nsm_membership_review .title_h3 span{
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
}

.nsm_membership_review{
  height: 380px;
  padding: 60px 0px;
}

.paymentpage .title_h1{
  margin-bottom: 30px;
}

.paymentpage{
  margin-bottom: 60px;
}

.paymentpage .action-btn a{
  font-size: 14px;
  line-height: 17.5px;
  padding: 20px 30px 20px 30px;
}

.paymentpage .action-btn.trans a{
  font-size: 14px;
  line-height: 17.5px;
  padding: 20px 30px 20px 30px;
}

.context-of-paymentpage .action-btn a{
  font-size: 14px;
  line-height: 17.5px;
  padding: 20px 30px 20px 30px;
  margin: 40px 0px 80px 0px;
}

.steps-payment .label{
  font-size: 20px;
  line-height: 24px;
}

.steps-payment .steps-to li a{
  font-size: 14px;
  line-height: 21px;
}

.context-of-paymentpage table td{
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 20px;
}

.context-of-paymentpage table th{
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 20px;
}

.context-of-paymentpage table{
  margin-top: 20px;
  width: 100%;
}

  .nsm_footer-homepage{
    height: max-content;
    padding: 60px 0px;
  }


  .nsm_footer-homepage .nsm_footer-social img {
    width: 56px;
    margin-right: 0;
  }

  .nsm_footer-homepage .nsm_footer-social .twitternass {
    width: 52px;
    margin-right: 0;
    margin-top: 0px;
  }

  .nsm_fix-nav-inner{
    height: 100%;
    overflow-y: auto;
  }

  .nsm_footer-homepage .footer_links a{
    font-size: 15px;
    line-height: 22.5px;
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .context-of-paymentpage table .input-box{
    width: 25px;
    text-align: center;
    padding: 1px 1px;
    font-size: 14px;
    outline: none;
    color: var(--red-primary);
    border: 1px solid var(--black-primary);
    border-radius: 0;
  }

  .context-of-paymentpage table .quantity button {
    background-color: var(--black-primary);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    width: 20px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
    border-radius: 0;
}

.perspectives-single .rd-btn_light{
  padding: 18px 25px 18px 25px;
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 20px;
  border-radius: 60px;
}

.fact_figures-section .title_h3{
  font-size: 30px;
  line-height: 37.5px;
}

.perspectives-main-content-detailpage .title_h3{
  font-size: 30px;
  line-height: 37.5px;
}

.fact_figures_slider {
  margin-left: 4%;
  margin-bottom: 30px;
}

.key_finding-section .key_finding .item-block .block-title{
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.key_finding-section .key_finding .item-block .block-desc{
  font-size: 14px;
  line-height: 21px;
}

.perspectives-single{
  padding-bottom: 0;
}

.voicegrid{
  padding-bottom: 0;
}

.voicegrid .voice-slider{
  margin-bottom: 0;
}

.voicegrid_content .title_h3{
  font-size: 30px;
  line-height: 37.5px;
}

.voice_detail-content h4{
  font-size: 20px;
  line-height: 24px;
}

.voice_detail-content p{
  font-size: 14px;
  line-height: 21px;
}

.voicearticle_content .title_h3{
  font-size: 30px;
  line-height: 37.5px;
}

.header_home .bottom-head .iconblock{
  width: 10vw;
  text-align: right;
}

.tabs-nav.stickyelement{
  top: 65px;
}

.main-banner-text{
  margin-bottom: 30px;
}


.news-us .news-slider img{
  width: 100%;
  height: 85vw;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

.nasscom-bcmember img{
  width: 100%;
  height: 85vw;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 30px;
}

}





@media (min-width:768px) and (max-width:1024px){
  .banner-nasscom .buttonrow .col-md-7{
    width: 50.333333%;
  }

  .banner-nasscom .buttonrow .col-md-5{
    width: 49.666667%;
  }

  .banner-nasscom  .main-banner-text {
    margin-bottom: 0px;
    height: 200px;
    display: flex;
    align-items: center;
  }
}





@media (min-width:768px) and (max-width:1499px){


/* new homepage banner code */

.banner-nasscom {
  background: url(/themes/custom/nasscomredesigntheme/images/ntlf-bg.jpg);
  background-size: cover;
}

.landingpage .main-banner-text h2{
  font-size: 72px;
  line-height: 82.2px;
  color: var(--white-primary);
  font-family: var(--medium-font);
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.landingpage .main-banner-text h3{
  font-size: 26px;
  line-height: 44px;
  color: var(--white-primary);
  font-family: var(--light-font);
  width: 100%;
  text-align: center;
}


.landingpage .main-banner-text .sep-ele{
  font-size: 40px;
  line-height: 40px;
  border-bottom: 1px solid var(--white-primary);
  font-family: var(--medium-font);
  padding-bottom: 36px;
  padding-left: 56px;
  padding-right: 56px;
  margin: 0 auto 36px auto;
  width: max-content;
}

.landingpage .down-arrow{
  text-align:right;
  display: none;
}


.banner-nasscom .action-btn {
  text-align: center;
  margin: 30px 0px 30px 0px;
}

.banner-nasscom .action-btn a {
  background:var(--white-primary);
  padding: 22px 42px;
  border-radius: 60px;
  font-family: var(--bold-font);
  color: var(--red-primary);
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  width: max-content;
  margin-left: 0;
}

.banner-nasscom .rowslider {
  padding-top: 200px;
}


.banner-nasscom{
  height: 800px;
}

#myVideo{
  height: 800px;
}

.nasstext{
  text-align: center;
}

.nasstext img{
  width:251px;
  margin-bottom: 34px;
}

}



@media (min-width:1500px){


  /* new homepage banner code */


  .banner-nasscom {
    background: url(/themes/custom/nasscomredesigntheme/images/ntlf-bg.jpg);
    background-size: cover;
    background-position: center;
  }


  .landingpage .main-banner-text h2{
    font-size: 96px;
    line-height: 115.2px;
    color: var(--white-primary);
    font-family: var(--medium-font);
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .landingpage .main-banner-text h3{
    font-size: 36px;
    line-height: 54px;
    color: var(--white-primary);
    font-family: var(--light-font);
    width: 100%;
    text-align: center;
  }

  .landingpage .main-banner-text .sep-ele{
    font-size: 60px;
    line-height: 60px;
    border-bottom: 1px solid var(--white-primary);
    font-family: var(--medium-font);
    padding-bottom: 50px;
    padding-left: 76px;
    padding-right: 76px;
    margin: 0 auto 50px auto;
    width: max-content;
  }

  .landingpage .down-arrow{
    text-align:right;
    display: none;
  }


  .banner-nasscom .action-btn {
    text-align: center;
    margin: 50px 0px 50px 0px;
  }

  .banner-nasscom .action-btn a {
    background:var(--white-primary);
    padding: 28px 58px;
    border-radius: 60px;
    font-family: var(--bold-font);
    color: var(--red-primary);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
    width: max-content;
  }

  .banner-nasscom .rowslider {
    padding-top: 250px;
  }

  .banner-nasscom{
    height: 1100px;
  }

  #myVideo{
    height: 1100px;
  }

  .nasstext{
    text-align: center;
  }

  .nasstext img{
    width:351px;
    margin-bottom: 34px;
  }

  }


  @media (max-width:767px){

    .banner-nasscom .row{
      bottom: 12%;
    }

    .banner-nasscom {
      background: url(/themes/custom/nasscomredesigntheme/images/ntlf-bg.jpg);
      background-size: cover;
      height: 90vh;
    }

    .banner-nasscom::after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90vh;
      content: '';
      background-image: linear-gradient(#000000b9, #000000b9);
    }

    #myVideo {
      position: absolute;
      z-index: 0;
      object-fit: cover;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0%;
      transform: none;
    }

    .main-banner-text h2 {
      font-size: 10vw;
      line-height: 14vw;
      color: var(--white-primary);
      font-family: var(--medium-font);
      width: 100%;
      text-align: center;
      padding: 0;
      height: max-content;
      display: flex;
      align-items: flex-start;
      justify-content: left;
      margin-bottom: 5vw;
    }

    .main-banner-text h3 {
      font-size: 4vw;
      line-height: 6vw;
      color: var(--white-primary);
      font-family: var(--medium-font);
      text-align: center;
      margin-bottom: 0vw;
    }

    .main-banner-text h3.sep-ele{
      font-size: 6vw;
      line-height: 8vw;
      border-bottom: 1px solid var(--white-primary);
      font-family: var(--medium-font);
      padding-bottom: 4vw;
      padding-left: 0vw;
      padding-right: 0vw;
      margin: 0 auto 4vw auto;
      width: max-content;
    }

    .main-banner-text{
      margin-bottom: 0;
    }

    .banner-nasscom .action-btn{
      height:38vw;
      text-align: center;
    }

    .banner-nasscom .action-btn a {
      font-size: 3.4vw;
      line-height: 4.6vw;
      font-family: var(--bold-font);
      padding: 4.6vw 7.2vw;
      width: max-content;
      border-radius: 8vw;
      background:var(--white-primary);
      color: var(--red-primary);
      text-transform: uppercase;
      text-decoration: none;
      display: inline-block;
      margin-top: 10vw;
    }

    .nasstext{
      text-align: center;
    }


    .nasstext img{
      width:46vw;
      margin-bottom: 6vw;
    }

    .banner-nasscom .row{
      bottom: auto;
      top: 25%;
    }

    .banner-nasscom .buttonrow{
      display: none;
    }

  }

  @media (min-width:690px) and (max-width:767px){
    .landingpage .main-banner-text h3 {
      font-size: 24px;
      line-height: 34.2px;
      color: var(--white-primary);
      font-family: var(--light-font);
      width: 100%;
      text-align: center;
  }

  .landingpage .main-banner-text .sep-ele {
    font-size: 40px;
    line-height: 40px;
  }

  .landingpage .main-banner-text h2 {
    font-size: 58px;
    line-height: 62.2px;
    margin-bottom: 30px;
    text-align: center;
}

.nasstext img{
  text-align: center;
}

.nasstext img{
  width:220px;
  margin-bottom: 34px;
}

  .action-btn{
    margin-top: 0px;
  }


  .banner-nasscom .action-btn a{
    font-family: var(--bold-font);
    width: max-content;
    padding: 18px 25px 18px 25px;
    font-size: 14px;
    line-height: 17.5px;
    margin-bottom: 20px;
    border-radius: 60px;
    margin-top: 50px;
  }

  }


/* new homepage banner code */









/* christmas popup */


@media (min-width: 768px) and (max-width: 1499px){

  .mymodal{
    display: none;
  }

  .mymodal{
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
  }

  .mymodal .overlay{
    background: #000000e0;
    height: 100%;
    width: 100%;
  }

  .mymodal .modal-copy{
    width: 550px;
    height: 450px;
    display: flex;
    align-items: end;
    background: var(--white-primary);
    z-index: 99;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    border-radius: 10px;
    border: 1px solid var(--white-primary);
  }


  .mymodal .modal-copy .contxt{
    text-align: center;
    padding: 30px 90px;
  }

  .mymodal .modal-copy video{
    width:100%;
    border-radius: 10px 10px 0px 0px;
  }

  .mymodal .modal-copy h2{
    font-family:var(--bold-font);
    font-size: 20px;
    line-height: 26.5px;
    text-align: center;
    color: var(--red-primary);
    margin-bottom: 10px;
  }

  .mymodal .modal-copy p{
    font-family:var(--medium-font);
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: var(--red-primary);
    margin-bottom: 15px;
  }

  .mymodal .modal-copy p span{
    font-family:var(--bold-font);
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: var(--red-primary);
    display: block;
  }

  .mymodal .modal-copy .modallogo{
    width: 120px;
  }

  .overflowhide{
    overflow-y: hidden;
  }

  .mymodal .modal-copy .closebtn{
    position: absolute;
    top: 0;
    right: -40px;
    cursor: pointer;
  }

  .mymodal .modal-copy .closebtn img{
    height: 32px;
    width: 32px;
  }
}



@media (min-width:1500px){

.mymodal{
  display: none;
}

.mymodal{
  width: 100%;
  height: 100%;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.mymodal .overlay{
  background: #000000e0;
  height: 100%;
  width: 100%;
}

.mymodal .modal-copy{
  width: 800px;
  height: 700px;
  display: flex;
  align-items: end;
  background: var(--white-primary);
  z-index: 99;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  border-radius: 10px;
  border: 1px solid var(--white-primary);
}




.mymodal .modal-copy .contxt{
  text-align: center;
  padding: 30px 98px;
}

.mymodal .modal-copy video{
  width:100%;
  border-radius: 10px 10px 0px 0px;
}

.mymodal .modal-copy h2{
  font-family:var(--bold-font);
  font-size: 30px;
  line-height: 37.5px;
  text-align: center;
  color: var(--red-primary);
  margin-bottom: 24px;
}




.mymodal .modal-copy p{
  font-family:var(--medium-font);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: var(--red-primary);
  margin-bottom: 36px;
}

.mymodal .modal-copy p span{
  font-family:var(--bold-font);
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: var(--red-primary);
  display: block;
}

.mymodal .modal-copy .closebtn{
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.mymodal .modal-copy .modallogo{
  width: 200px;
  margin-bottom: 16px;
}
}



@media (max-width:767px){
   .mymodal{
    display: none;
  }img.play-butn {
    width: 60px !important;
    height: 60px !important;}

  .mymodal #deskvideo{
    display: none;
 }

.mymodal #mobvideo{
  display: block;
}

  .mymodal{
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
  }

  .mymodal .overlay{
    background: #000000e0;
    height: 100%;
    width: 100%;
  }

  .mymodal .modal-copy{
    width: 95%;
    height: 300px;
    display: flex;
    align-items: end;
    background: var(--white-primary);
    z-index: 99;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    border-radius: 10px;
    border: 1px solid var(--white-primary);
    background-size: cover!important;
    background-position: center!important;
  }


  .mymodal .modal-copy .contxt{
    text-align: center;
    padding: 20px 30px;
  }

  .mymodal .modal-copy video{
    width:100%;
    border-radius: 10px 10px 0px 0px;
  }

  .mymodal .modal-copy h2{
    font-family:var(--bold-font);
    font-size: 16px;
    line-height: 26.5px;
    text-align: center;
    color: var(--red-primary);
    margin-bottom: 2px;
  }

  .mymodal .modal-copy p{
    font-family:var(--medium-font);
    font-size: 8px;
    line-height: 12px;
    text-align: center;
    color: var(--red-primary);
    margin-bottom: 10px;
  }


  .mymodal .modal-copy .modallogo{
    width:90px;
    margin-bottom: 5px;
  }

  .overflowhide{
    overflow-y: hidden;
  }

  .mymodal .modal-copy .closebtn{
    position: absolute;
    top: -50px;
    right: 0px;
    cursor: pointer;
  }
}

@media (min-width:690px) and (max-width:767px){
  .mymodal .modal-copy{
    width: 65%;
    height: 372px;
  }

      .mymodal .modal-copy .contxt {
        text-align: center;
        padding: 20px 98px;
    }
}

/* christmas popup */







/* people page changes */

.desktophead_tab .nav-link{
  text-transform: capitalize;
}

.mobilehead_tab .nav-link{
  text-transform: capitalize;
}

@media (min-width:768px){
#people .tab-item .col-md-3{
  width: 20%;
}

.tab-item .col-md-3{
  width: 20%;
}

}

/* people page changes */
