.landing-page.nft-dev-page .jumbotron {
    background: url(../images/nft-dev/nft-hero-web.jpg) fixed center center no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    min-height: 800px;
}
.landing-page.nft-dev-page h2 {
    font-size: calc(26px + (35 - 26) * ((100vw - 280px) / (1920 - 280)));
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: 500;
}
.landing-page.nft-dev-page h2 span {
    width: 50px;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    border-top: 3px solid #f26b2b;
}
.landing-page.nft-dev-page p, 
.landing-page.nft-dev-page ul.listed-items li {
    font-size: calc(16px + (18 - 16) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif!important;
}
.gaq-btn-big {
    width: auto;
    line-height: normal !important;
    padding: 12px 15px;
    height: auto;
    font-size: 15px;
    margin: 30px auto 0;
    display: block;
    text-align: center;
    position: relative;
    float: none;
    background-color: #f26b2b;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
}


.organization-wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-flow: row wrap;
}
.organization-wrap .org-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #f6f7f7;
    transition: 0.2s ease all;
    padding: 20px 10px;
    flex-basis: 18%;
    margin: 1%;
    border-bottom: 2px solid transparent;
}
.organization-wrap .org-inner:hover {
    border-bottom: 2px solid #f26b2b;
    box-shadow: 0 0 12px 2px rgb(149 150 150 / 45%);
}
.organization-wrap .org-inner img {
    margin: 10px 0;
    width: 100px;
}
.organization-wrap .org-inner h3 {
    text-align: center;
    font-weight: 600;
    min-height: 50px;
    max-width: 100%;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif!important;
    line-height: 1.2;
    text-transform: none;
}
.nft-dev-page .organization-wrap .org-inner h3 {min-height: unset;}
.organization-wrap .org-inner p {
    text-align: justify;
}
.organization-wrap.nft-use-cases .org-inner {
    flex-basis: 23%;
    margin: 1%;
}
.organization-wrap.nft-development .org-inner {
    flex-basis: 31%;
    margin: 1%;
    background-color: transparent;
}
.organization-wrap.nft-development .org-inner img {
    width: auto;
    height: auto;
    max-height: 235px;
}

.layers-list {display: flex;width: 100%;}
.layers-list ul {max-width:100%;}
.layers-list ul li {display: flex;justify-content:center;align-items: center;margin-bottom: 20px;}
.layers-list ul li .lft-wrap {width: 250px;display: flex;align-items: center;justify-content:space-between;}
.layers-list ul li .rgt-wrap {margin-right: 10px;width: calc(100% - 250px);padding: 10px;}
.layers-list ul li .lft-wrap .square-img {margin-right: 10px;}
.layers-list ul li .lft-wrap div {display: flex;}


.top-manufacturing-app {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin-top: 50px;
}
.tma-inner {
    flex-basis: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0.5%;
    margin-bottom: 50px;
}
.tma-inner .img-wrap {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    margin-bottom: 20px;
}
.tma-inner .img-wrap img {
    max-width: 50px;
    height: auto;
}
.tma-inner .txt-wrap {
    font-size: calc(16px + (18 - 16) * ((100vw - 280px) / (1920 - 280))) !important;
    line-height: 1.5;
    max-width: 100%;
    padding: 0 10px;
}
.tma-inner .txt-wrap h4 {text-align: center;font-weight: 600;margin-bottom: 15px;}
.tma-inner .number-wrap {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(243,222,219,0.75);
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.tma-inner .img-wrap.img-bg-one {
    background-color: #d5a6bd;
}
.tma-inner .img-wrap.img-bg-two {
    background-color: #c9daf8;
}
.tma-inner .img-wrap.img-bg-three {
    background-color: #e6b8af;
}
.tma-inner .img-wrap.img-bg-four {
    background-color: #d9ead3;
}
.tma-inner .img-bg-one .number-wrap {background: #ead8e1;}
.tma-inner .img-bg-two .number-wrap {background: #e6eaf1;}
.tma-inner .img-bg-three .number-wrap {background: #f1d3cd;}
.tma-inner .img-bg-four .number-wrap {background: #edf9e8;}


.features-wrap {
    display: flex;
    flex-flow: column wrap;
}
.features-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    margin: 50px 0;
}
.features-inner .txt-wrap {
    flex: 1;
    padding-top: calc(2rem + 1vw);
}
.hm-hor-block .features-inner h3 {
    font-size: calc(24px + (26 - 24) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.35;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: normal;
}
.features-inner .img-wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    padding-top: calc(2rem + 1vw);
    padding-right: 15px;
    padding-left: 15px;
}
.features-inner ul {
    margin-top: 30px;
}
.features-inner ul li {
    margin: 10px 0;
    font-size: 16px;
    margin-right: 15px;
}
.features-inner ul li .row .col-auto {
    margin-right: 15px;
}
.features-inner .img-wrap img {
    max-width: 80%;
}

.lft-side-nav .title {
    padding: 20px 0px;
    font-size: calc(20px + (24 - 20) * ((100vw - 280px) / (1920 - 280)));
    text-transform: capitalize;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: 500;
}
.lft-side-nav .title span {
    width: 50px;
    margin: 5px 0;
    display: none;
    border-top: 3px solid #f26b2b;
}
.lft-side-nav .tab-content ul li {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.lft-side-nav .tab-content ul li a {
  color: #333 !important;
  font-size: 0.95rem;  
  padding: 5px 0;
  display: block;
}
.lft-side-nav .tab-content ul li:hover a,
.lft-side-nav .tab-content ul li.active a {
    color:#f26b2b!important;
}
.lft-side-nav .tab-content ul li:hover,
.lft-side-nav .tab-content ul li.active {
    border-bottom: 1px solid #f26b2b;
}
/*CSS Accordion Start*/
.accordion .tabs {
  overflow: hidden;
}
.accordion .tabs input {display: none;}
.accordion .tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.accordion .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0;
  color: #333 !important;
  font-size: 0.85rem;
  text-shadow: none;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 15px;
  /* Icon */
}
.accordion .tab-label a {
  color: #333 !important;
}
.accordion .tab-label:hover {
  /*background: #eee;*/
}
.accordion .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  font-size: 16px;
  text-align: center;
  transition: all 0.35s;
}
.accordion .tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.accordion .tab-label p {
  margin: 0px;
  color: #333 !important;
  font-size: 0.75rem;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: none;
}
.accordion .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #eee;
  cursor: pointer;
}

.accordion input:checked + .tab-label::after {
  transform: rotate(90deg);
  margin-top:4px;
}
.accordion input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 5px 15px;
}


.blockchain-index {
    padding: 20px 0;
}
.blockchain-index ul {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    position: relative;
}
.blockchain-index ul:after {
    content: '';
    border-bottom: 1px solid #e0c2b3;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    z-index: -1;
}
.blockchain-index ul li {
    background-color: #fdf5f1;
    border-radius: 5px;
    transition: all 0.5s;
}
.blockchain-index ul li a {
    color:#333;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 7px 20px;
    display: block;
}
.blockchain-index ul li:hover {
    background-color:#f26b2b;
}
.blockchain-index ul li:hover a {
    color:#fff;
}
.blockchain-index h4 a {
    color: #333;
    text-decoration: underline;
}
/*.toc-toggle {display:none;}*/
#techstack_tab::-webkit-scrollbar,
ul.csd-tab-ul::-webkit-scrollbar {
    -webkit-appearance: none;
}
#techstack_tab::-webkit-scrollbar:vertical,
ul.csd-tab-ul::-webkit-scrollbar:vertical  {
    width: 11px;
}
#techstack_tab::-webkit-scrollbar-thumb,
ul.csd-tab-ul::-webkit-scrollbar-thumb  {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .15);
}
#techstack_tab::-webkit-scrollbar-track,
ul.csd-tab-ul::-webkit-scrollbar-track  { 
    background-color: #fff; 
    border-radius: 8px; 
} 

.our-services-block #techstack_tab.service-exp-degn-block {overflow: auto;}
.techstack-wrap {
    display: flex;
    justify-content: space-between;
    align-items:stretch;
    flex-flow: row wrap;
}
.techstack-single {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    /*background-color: #f6f7f7;*/
    transition: 0.2s ease all;
    padding: 20px;
    flex-basis: 32%;
    margin: 1%;
    text-align: center;
    /*border-bottom: 2px solid transparent;*/
    margin-bottom: 20px !important;
}
.techstack-single:hover {
    /*border-bottom: 2px solid #f26b2b;*/
    /*box-shadow: 0 0 12px 2px rgb(149 150 150 / 45%);*/
}
.techstack-single p {
    color:#000;
    font-size: calc(16px + (18 - 16) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif!important;
}
.techstack-single .fa {
    font-size: 24px;
    color: #f26b2b;
    margin-top:10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-name: hover;
    animation-name: hover;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.blockchain-wrap {
    display: flex;
    justify-content: flex-start;
    align-items:stretch;
    flex-flow: row wrap;
}

.techstack-wrap-slide .blockchain-wrap {
    margin-bottom: 25px!important;
}
.techstack-wrap-slide .carousel-indicators li::marker {display: none;}

.blockchain-single {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #f6f7f7;
    transition: 0.2s ease all;
    padding: 20px;
    flex-basis: 18%;
    margin: 1%;
    text-align: center;
    border-bottom: 2px solid transparent;
    min-height: 150px;
}
.blockchain-single:hover {
    border-bottom: 2px solid #f26b2b;
    box-shadow: 0 0 12px 2px rgb(149 150 150 / 45%);
}

.blockchain-single img {
    max-height:75%;
}
/*.sticky-top, .sticky {top:55px!important;}*/

/*Techstack section tab design*/
.visible-sm {display:none;}
.techstack-wrap-box.hidden-sm {display: flex;}
.techstack-wrap-box {
    background: #fafafa;
    border: 1px solid #dadfe3;
    box-shadow: none;
}
.techstack-vtab {
    border-right: 1px solid #dadfe3;
    box-shadow: 4px 0 9px -6px rgb(50 50 50 / 25%);
    height: 100%;
    min-height: 454px;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
.landing-page.nft-dev-page .techstack-vtab {min-height: 751px;}
.techstack-wrap-box .nav-item {
    display: block;
    width: 100%;
}
.techstack-wrap-box .t-nav-link {
    background-color: transparent;
    color: #3b3c3d;
    cursor: pointer;
    display: block;
    font-weight: 400;
    height: 100%;
    width: 100%;
    padding: 30px 15px 30px 40px;
}
.techstack-wrap-box .t-nav-link.active {
    background: #fafafa;
    box-shadow: none;
    color: #005eb8;
    position: relative;
    text-decoration: none;
    transform: none;
    width: 100%;
    padding: 30px 15px 30px 40px;
}
.techstack-wrap-box h6.subtitle {
    font-size: 16px;
    color: #3b3c3d;
}
.techstack-wrap-box .t-nav-link.active h6.subtitle {
    font-weight: 600;
    font-size: 16px;
    color: #f26b2b;
}
.techstack-wrap-box .t-nav-link.active:before {
    background: #f26b2b;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}
.techstack-wrap-box .tab-pane h2 {font-size: 24px!important; margin:20px 0;}
.techstack-wrap-box .blockchain-single {flex-basis: 31%;}
.techstack-wrap-slide .carousel-indicators {margin-top: 20px;}
.blockchain-index {
    padding: 20px 0;
}
.blockchain-index ul {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    position: relative;
}
.blockchain-index ul:after {
    content: '';
    border-bottom: 1px solid #e0c2b3;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
    z-index: -1;
}
.blockchain-index ul li {
    background-color: #fdf5f1;
    border-radius: 5px;
    transition: all 0.5s;
}
.blockchain-index ul li a {
    color:#333;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    padding: 7px 20px;
    display: block;
}
.blockchain-index ul li:hover {
    background-color:#f26b2b;
}
.blockchain-index ul li:hover a {
    color:#fff;
}
/*.toc-toggle {display:none;}*/


.sub-lp-wrap {
    background-color: #f26b2b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    transition: all 1s;
}
.sub-lp-wrap .lft-wrap {
    padding: 15px 0 15px 15px;
    text-align: center;
    max-width: 200px;
    background-color: #000;
    position: relative;
    height: 69px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-lp-wrap .lft-wrap::before {
    content: "";
    position: absolute;
    right: -9px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #000;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    top: -5px;
}
.sub-lp-wrap .lft-wrap .title {color:#fff;line-height: 1.2;font-size: 16px;font-weight: 600;}
.sub-lp-wrap .lft-wrap .title a {color:#fff;}
.sub-lp-wrap .rgt-wrap {width:calc(100% - 100px);}
.sub-lp-wrap .rgt-wrap ul {display: flex;justify-content: space-between;align-items: center;flex-flow:row wrap;}
.sub-lp-wrap .rgt-wrap ul li {line-height: 1.35!important;color: #fff;width: 31%;margin: 5px 1%;text-align: center;display: flex;align-items: center;justify-content: flex-start;padding-left: 20px;}
.sub-lp-wrap .rgt-wrap ul li a {color: #fff; font-size: 14px; text-align: center;font-weight: 600;}
.sub-lp-wrap .rgt-wrap ul li a:before {content: "\25CF";color: #fff; margin-right: 5px;line-height: 1;font-size: 18px;}
.sub-lp-wrap.sticky {width: auto;max-width:1170px;z-index: 99999;margin-top: 0px;top:67px;}
.blockchain-index {display: none;}

/*Techstack section*/
.techstack .our-services-block .service-exp-degn-block ul {
    width: 33.5%;
}
.techstack .our-services-block .service-exp-degn-block ul li .exp-dign-discription {
    width: calc(66.5% - 5px);
    height:auto;
    right: 0;
    padding: 15px;
}
.techstack .exp-dign-discription-inner {
    width: 100%;
    height: auto;
}
.techstack .exp-dign-discription-inner h2 {
    font-size: 24px!important;
}
.techstack .our-services-block .service-exp-degn-block ul {
    display: flex!important;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #fafafa;
    padding: 0;
    border-right: 1px solid #dadfe3;
    box-shadow: 4px 0 9px -6px rgb(50 50 50 / 25%);
}
.techstack .our-services-block {
    background-image: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom:0;
    display: block;
}
.techstack .our-services-block .service-exp-degn-block ul li.active a {
    font-weight: 600;
    font-size: 16px;
    color: #f26b2b;
}
.techstack .our-services-block .service-exp-degn-block ul li a {
    color: #3b3c3d;
    font-size: 16px;
    opacity: 1;
    letter-spacing: unset;
    padding: 30px 15px 30px 40px;
}
.techstack .our-services-block .service-exp-degn-block ul li.active a,
.techstack .our-services-block .service-exp-degn-block ul li a:hover {
    background-color: #fff;
}
.techstack .our-services-block .service-exp-degn-block ul li.active a:before {
    background: #f26b2b;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}
.techstack .our-services-block .row {
    border: 1px solid #dadfe3;
}
.techstack .our-services-block .service-exp-degn-block ul li.active a:after {
    content: unset;
}
.techstack .our-services-block .service-exp-degn-block ul li.active .exp-dign-discription {
    justify-content: flex-start;
}
.techstack .blockchain-single {
    width: 31%;
    flex-basis: unset;
}
.techstack .our-services-block .service-exp-degn-block ul {
    height: 475px;
}
.nft-techstack .techstack .our-services-block .service-exp-degn-block ul {
    height: 775px;
}
@media screen and (max-width:1920px) {
    /*.sub-lp-wrap.sticky {width: 1170px;}*/
}
@media screen and (max-width:1536px) {
    #sticky1.stick1 {width: 73%;}
    /*.sub-lp-wrap.sticky {width: 1122px;}*/
    .organization-wrap.nft-development .org-inner img {max-height: 220px;}
}
@media screen and (max-width:1440px) {
    .organization-wrap.nft-development .org-inner img {max-height: 200px;}
    /*.sub-lp-wrap.sticky {width: 1050px;}*/
}
@media screen and (max-width:1366px) {
    .organization-wrap .org-inner h3 {font-size:16px;}
    .organization-wrap.nft-development .org-inner {flex-basis: 31%;}
    .organization-wrap.nft-development .org-inner img {max-height: 175px;}
    /*.sub-lp-wrap.sticky {width: 994.8px;}*/
}
@media screen and (max-width:1280px) {
    .organization-wrap.nft-development .org-inner img {max-height: 175px;}
    .techstack-wrap-box {margin: 0 7.5px;}
    .blockchain-single img {max-width: 100% !important;}
    .techstack-wrap-box .t-nav-link,
    .techstack-wrap-box .t-nav-link.active {padding: 20px;text-align: left;}
    .sub-lp-wrap .rgt-wrap ul li {padding-left: 0px;}
}
@media screen and (max-width:1148px) {
    .blockchain-index ul li a {font-size: 0.85rem;}
    .sub-lp-wrap .lft-wrap .title {font-size: 12px;}
    .sub-lp-wrap .lft-wrap {padding: 15px 0 15px 5px;max-width: 130px;}
    .sub-lp-wrap .rgt-wrap ul li a {font-size: 12px;}
}
@media screen and (max-width:1024px) {
    .organization-wrap .org-inner {flex-basis: 48%;}
    .tma-inner {flex-basis: 49%;}
    .features-inner {flex-direction:column;}
    /*.sub-lp-wrap.sticky {width: 725.25px;}*/
    .organization-wrap.nft-development .org-inner img {max-height: 120px;}
    .organization-wrap .org-inner h3,
    .techstack-wrap-box .t-nav-link h6.subtitle,
    .techstack-wrap-box .t-nav-link.active h6.subtitle {font-size: 14px;}
    .techstack .blockchain-single {min-height: 120px;}
    .sub-lp-wrap .rgt-wrap ul li a:before {margin-right: 3px;font-size: 16px;}
    .sub-lp-wrap .rgt-wrap ul li a {font-size: 11px;}
}
@media screen and (max-width:991px) {
    .visible-sm {display: block!important;}
    .hidden-sm {display: none!important;}
    /*.col-lg-3.col-md-12 {padding: 0;}*/
    .accordion .tab-label a {color:#fff!important;}
    .blockchain-index ul {flex-flow:column wrap;margin-left: 15px;border-left: 1px solid #999;}
    .blockchain-index ul li {background-color: transparent;border-radius: 0;transition: none;display: flex;justify-content: flex-start;text-decoration: underline;}
    .blockchain-index ul li span {display: inline-block;font-weight: 800;width: 5px;height: 5px;margin-left: -3px;text-align: center;line-height: 5px;border-radius: 50%;background: #999;color: white;
position: relative;margin-top:15px;}
    .blockchain-index ul li:hover {background-color:transparent;}
    .blockchain-index ul li:hover a {color: #333;}
    .blockchain-index ul li::before {top: -35px;left: 13px;width: 0.2em;height: 4em;}
    .blockchain-index ul:after {border-bottom:none;}
    .blockchain-single {flex-basis: 31%;}
    .features-inner .txt-wrap {width: 100%;}
    .title-overlay .container ul.breadcrumb {width: calc(100% - 370px);margin-left: 0;}
    .carousel-inner {min-height: 510px;}
    #sticky1.stick1 {width:97%;}
    /*.toc-toggle {display: block;top:8px;}*/
    .lft-side-nav .title {padding-left: 20px;}
    .blockchain-index {display: block;}
    .sub-lp-wrap {display: none;}
    .blockchain-index ul li a {font-size:calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));}
    .blockchain-index ul li.active,
    .blockchain-index ul li.active a {color:#f26b2b;}
    .blockchain-index ul li.active span {background-color:#f26b2b;}
}
@media screen and (max-width:768px) {
    .blockchain-single {flex-basis: 31%;}
    .nft-dev-page .organization-wrap .org-inner h3 {margin: 20px 0 0;}
    .organization-wrap.nft-development .org-inner img {
        max-height: 200px;
    }
}
@media screen and (max-width:620px) {
    .blockchain-index ul li a {font-size: 14px;padding: 7px 10px;text-align: center;}
    /*#sticky1.stick1 {width: 100%;left: 0;padding: 0;}*/
    /*#sticky.stick {top:218px;}*/
    /*.lft-side-nav {top:0;margin-bottom: 10px;}*/
    .blockchain-index {margin-bottom: 30px;margin-bottom: 10px;}
    .title-overlay .container {width: 100%;}
}
@media screen and (max-width:540px) {
    .techstack-single p {text-align: center;}
    .organization-wrap.nft-use-cases .org-inner {flex-basis: 31%;}
    .organization-wrap.nft-development .org-inner {flex-basis: 100%;}
    .techstack-single {padding: 20px 0;}
    .organization-wrap .org-inner img {width: 75px;height: auto;}
    .title-overlay .container ul.breadcrumb {width:100%;}
}
@media screen and (max-width:414px) {
    .organization-wrap .org-inner,
    .tma-inner {flex-basis: 100%;margin: 15px 0;}
    .layers-list ul li {flex-direction:column;}
    .layers-list ul li .rgt-wrap,
    .layers-list ul li .lft-wrap {width: 100%;}
    .layers-list ul li .lft-wrap p {font-weight: 600;}
    .blockchain-index ul li {flex-basis:30%;}
    .blockchain-index {margin-bottom: 0px;}
    /*#sticky.stick {top: 218px;}*/
    .blockchain-index {padding: 0 0 20px;}
    .landing-page.nft-dev-page .jumbotron {background: url(../images/nft-dev/nft-hero-mob.jpg) fixed top center no-repeat;padding:50px 0;min-height: 360px!important;}
    .techstack-single {flex-basis: 100%;}
    .blockchain-single, .organization-wrap.nft-use-cases .org-inner {flex-basis: 48%;}
    .techstack-wrap-slide {margin-top: 30px;}
    .carousel-inner {min-height: 480px;}
    .nft-techstack .carousel-inner {min-height: 420px;}
}
@media screen and (max-width:280px) {
    .blockchain-index ul li a {font-size: 12px;padding: 7px;}
    .blockchain-index ul li {margin-bottom: 10px;}
    .landing-page.nft-dev-page .jumbotron {
        min-height: 400px!important;background-size: cover!important;padding: 50px 0;
    background: url(../images/nft-dev/nft-hero-mob.jpg) fixed center center no-repeat;}
    .csd-faq .card-header {padding: 0;}
    .csd-faq .card-header h2,
    .landing-page h2 span.csd-faq-q {font-size: 16px!important;}
    p, .solution-page .top-desc p, .off-the-shelf p, .ots-inner-wrap .txt-wrap ul li, .mobile-nxt-btn,
    ul.listed-items li, .conclusion-ul li, .features-inner ul li, .csd-faq .card-body {font-size: 14px !important;text-align: left;}
    .features-inner ul li {font-size: calc(14px + (16 - 14) * ((100vw - 280px) / (1920 - 280)));}
    .csd-faq-q {font-size: 15px!important;}
}