html {
  scroll-behavior: unset!important;
}


.tabs-main .wrapper .tab_container .change-tab{
  cursor: pointer;
  text-decoration:none;
  display:none;
}
.tabs-main .wrapper .tab_container ul, .tabs-main .wrapper .tab_container ol{
  list-style:none;
  padding-left: 40px;
 margin-bottom:20px;
}

.single-casestudy .tabs-main .wrapper .tab_container ul, .single-casestudy .tabs-main .wrapper .tab_container ol{
  margin-top:8px;
}

.tabs-main .wrapper .tab_container ol{
  list-style:none;
  background: #FAFBFB;
  border: 1px solid #EBEDF0;
  border-radius: 5px;
}
.tabs-main .wrapper .tab_container .special-container  ol{
  list-style:none;
  background: #FAFBFB;
  border: none;
  border-radius: 0;
}
.tabs-main .wrapper .tab_container .special-container{
  background: #FAFBFB;
  border: 1px solid #EBEDF0;
  border-radius: 5px;
  margin-bottom:30px;
}
.tabs-main .wrapper .tab_container .special-container div{
  position: relative;
  padding-left:30px;
}
.tabs-main .wrapper .tab_container .special-container div:before{
  width: 4px;
  height: 90%;
  background-color: #3B62BE;
  position: absolute;
  left:24px;
  content: '';
  border-radius: 20px;
  top: 50%;
transform: translateY(-50%);
}
.tabs-main .wrapper .tab_container .special-container div p{
  margin-left:20px;
  margin-bottom:12px;
}
.tabs-main .wrapper .tab_container ul li, .tabs-main .wrapper .tab_container ol li{
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #575B65;
  margin-bottom: 16px;
  display: block;
  position:relative;
}
.tabs-main .wrapper .tab_container ol li:first-child{
  margin-top: 16px;
}
.tabs-main .wrapper .tab_container ul li:last-child{
  margin-bottom: 0px;
}
.tabs-main .wrapper .tab_container ul li:before{
  content: url("https://www.skunexus.com/hubfs/Products/check-circle.svg");
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  margin-left: -20px;
  vertical-align: middle;
margin-top: 3px;
  position:absolute;
  left:-13px;
}
.single-casestudy .tabs-main .wrapper .tab_container ul li:before{
  content: url("https://www.skunexus.com/hubfs/Products/arrow-icon.svg");
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 10px;
  margin-left: -20px;
margin-top: 3px;
  position:absolute;
  left:-13px;
}
.tabs-main .wrapper .tab_container ol li:before{
   content: "\2022";
  display: inline-block;
  font-size: 30px;
  margin-right: 10px;
  margin-left: -10px;
  color:#A3571F;
  position:absolute;
  left:-13px;
}

.tabs-main .wrapper .tab_container h3{
  margin-bottom:20px;
  font-family: "Inter", sans-serif;
}
.tabs-main .wrapper .tab_container h2{
    margin-bottom:20px;
  font-size: 38px;
  line-height: 130%;
  }
.tabs-main .wrapper .tab_container .tab_content .left-line{
  max-width: 485px;
  position: relative;
  margin-bottom: 10px;
}
.tabs-main .wrapper .tab_container .tab_content .left-line p{
  margin-left: 20px;
  margin-bottom: 10px;
}
.single-casestudy .tabs-main .wrapper .tab_container .tab_content .left-line p:first-child{
  margin-bottom: 12px;
}
.tabs-main .wrapper .tab_container .tab_content .left-line:before{
  width: 4px;
  height: 100%;
  background-color: #A3571F;
  position: absolute;
  left:0;
  content: '';
  border-radius: 20px;
}
.tabs-main .wrapper .tab_container p{
  color: #717683;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom:16px;
}
.tabs-main .wrapper .tab_container p a{
  color: #575B65;
  font-weight: 600;
}

.tabs-main .wrapper .tab_container p strong{
  color: #575B65;
}
.tabs-main .wrapper .tab_container .tab_content > p:first-child{
  margin-bottom:0px;
}
.tabs-main .wrapper .tab_container .tab_content > p:last-child{
  margin-bottom:0px;
}
.tabs-main .wrapper .tab_container img{
  padding-top:14px;
  padding-bottom:30px;
}

.tabs-main .wrapper .tab_container td img {
  padding-top: 0px;
  padding-bottom: 0px;
}

.single-casestudy .tabs-main .wrapper .tab_container img{
  padding-top:16px;
  padding-bottom:16px;
}

.tabs-main .wrapper .tab_container td img {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tabs-main .wrapper .tab_container .integrations-quote{
  max-width: 598px;
}
.tabs-main .wrapper .tab_container h5{
  padding-top:14px;
  padding-bottom:12px;
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  font-family: "Inter", sans-serif;
}

.tabs-main .wrapper .tab_container blockquote h5 span span:first-child img, .single-casestudy .tabs-main .wrapper .tab_container blockquote p img:first-child{
  padding-top:0;
  padding-bottom:0;
  vertical-align: top;
  margin-right:4px;
}

.tabs-main .wrapper .tab_container blockquote h5 span span:last-child img, .single-casestudy .tabs-main .wrapper .tab_container blockquote p img:last-child{
  padding-top:0;
  padding-bottom:0;
  vertical-align: bottom;
  margin-left:4px;
}

.single-casestudy .tabs-main .wrapper .tab_container .tab_content .left-line {
  max-width: 100%;
}
.single-casestudy .tabs-main .wrapper .tab_container .tab_content .left-line:before {
  background-color: #D9D9D9;
}

.tabs-main{
  margin: 0 auto !important;
  max-width: 1460px;
  padding: 101px 20px 80px 20px;
}

.wrapper{ 
  max-width: 1143px;  
  float: none; 
  display:flex;
}
.tabs-desktop .tabs {
  margin: 0;
  padding: 24px;
  float: left;
  list-style: none;
  max-width:373px;
  background-color:#FAFBFB;
  border-radius 10px;
  position: sticky;
  top: 90px;
}

.tabs-desktop .tabs a {
  display:flex;
  align-items:center;
  float: left;
  margin: 0;
  cursor: pointer;
  height: 64px;
  line-height: 26px;
  font-size:18px;
  background-color: #FAFBFB;
  color: #717683;
  position: relative;
  width:100%;
  border-radius: 3px;
  margin:2px 0;
  text-decoration: none;
  font-weight: 500;
}
.tabs-desktop .tabs a span{
  padding:0 20px;
}

.tab_last {
}

.tabs-desktop .tabs a:hover {
  background-color: #FC9803;
  color: #000;
  font-weight:400;
}

.tabs-desktop .tabs a.active {
  background-color: #FC9803;
  color: #000;
  font-weight:400;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
 padding-left:100px;
   max-width: 670px;
}

.tab_content {

 
}

.tab_accordion_heading { display: none; }

.container {
	 display: flex;
	 flex-flow: row wrap;
	 justify-content: center;
	 align-items: center;
}
 .container__title {
	 width: 100%;
	 color: #fff;
	 margin-bottom: 25px;
	 font-weight: 400;
	 text-align: center;
}
 .select-dropdown {
	 position: relative;
	 display: inline-block;
	 max-width: 100%;
	 margin-bottom: 27px;
}
 .select-dropdown::last-child {
	 margin-right: 0px;
}
.select-dropdown__button {
  padding: 10px 25px 10px 15px;
  background-color: #FC9803;
  border: none;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  font-family: Poppins,sans-serif;
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.select-dropdown__button .tabs-mobile__chevron{
   transition: all ease-in-out 0.2s;
}
 .select-dropdown__button::focus {
	 outline: none;
}
 .select-dropdown__list {
	 position: absolute;
	 display: block;
	 left: 0;
	 right: 0;
	 max-height: 300px;
	 overflow: auto;
	 margin: 0;
	 padding: 0;
	 border: 1px solid #cecece;
	 border-top: 0px solid transparent;
	 list-style-type: none;
	 opacity: 0;
	 pointer-events: none;
	 transform-origin: top left;
	 transform: scale(1, 0);
	 transition: all ease-in-out 0.3s;
	 z-index: 2;
}
 .select-dropdown__list.active {
	 opacity: 1;
	 pointer-events: auto;
	 transform: scale(1, 1);
}
 .select-dropdown__button.active .tabs-mobile__chevron {
	 transform: rotate(180deg);
}
 .select-dropdown__list li {
	 display: block;
	 list-style-type: none;
	 padding: 10px 15px;
	 background: #fff;
	 border-top: 1px solid #e6e6e6;
	 font-size: 14px;
	 line-height: 1.4;
	 cursor: pointer;
	 color: #616161;
	 text-align: left;
	 transition: all ease-in-out 0.3s;
}
 .select-dropdown__list li:hover {
	 background-color: #FC9803;
	 color: #fff;
	 transition: all ease-in-out 0.3s;
}

.tabs-mobile{
  display:none;
}

.single-casestudy .row-fluid [class*="span"]{
 min-height:0; 
}
@media screen and (max-width: 1200px) {
  .tab_container {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1000px) {

  .industries-subpage .select-dropdown, .single-casestudy .select-dropdown, .product-page .select-dropdown {
    margin-bottom: 16px;
  }

  .tabs-main .wrapper .tab_container ul, .tabs-main .wrapper .tab_container ol{
    margin-bottom:16px;
  }

  .tabs-main .wrapper .tab_container ol li:first-child {
    margin-top: 11px;
  }
  .tabs-main .wrapper .tab_container ol li:last-child {
    margin-bottom: 11px;
  }
  .single-casestudy .tabs-main .wrapper .tab_container ol li:first-child {
    margin-top: 16px;
  }
  .single-casestudy .tabs-main .wrapper .tab_container ol li:last-child {
    margin-bottom: 16px;
  }

  .tabs-main .wrapper .tab_container > .tab_content > p:first-child, .tabs-main .wrapper .tab_container > .tab_content > p:last-child{
    margin-bottom:0;
  }

  .tabs-main{
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .single-casestudy .tabs-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tabs-desktop{
    display:none;
  }

  .tabs-mobile{
    display:block;
  }
  .wrapper{ 
    flex-direction: column;
  }
  .tab_container {
    padding-left: 0;
  }

  .tabs-main .wrapper .tab_container h3{
    font-size: 20px;
    line-height: 140%;
    margin-bottom:8px;
    font-weight: 500 !important;
  }
  .tabs-main .wrapper .tab_container h2{
    font-size: 24px;
    line-height: 140%;
    margin-bottom:8px;
    font-weight: 500 !important;
  }
  .tabs-main .wrapper .tab_container p{
    font-size: 14px !important;
    line-height: 160%;
    margin-bottom:8px;
  }
  
  .tabs-main .wrapper .tab_container .tab_content .left-line p {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 160%;
  }

  .single-casestudy .tabs-main .wrapper .tab_container .tab_content .left-line blockquote p:first-child{
    margin-bottom: 7px;
    font-size: 12px !important;
  }
  .single-casestudy .tabs-main .wrapper .tab_container .tab_content .left-line blockquote p:last-child{
    margin-bottom: 7px;
    font-size: 12px !important;
  }
  .tabs-main .wrapper .tab_container img{
    padding-top: 8px;
    padding-bottom: 16px;
    border-radius: 8px;
  }

  .industries-subpage .tabs-main .wrapper .tab_container img, .single-casestudy .tabs-main .wrapper .tab_container img{
    padding-top:8px;
    padding-bottom:16px;
  }
  .tabs-main .wrapper .tab_container h5{
    padding-top:8px;
    padding-bottom:0;
    margin-bottom:8px;
    font-size: 16px;
    line-height: 160%;
  }


  .tabs-main .wrapper .tab_container ul li, .tabs-main .wrapper .tab_container ol li{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 8px;
  }
  .single-casestudy .tabs-main .wrapper .tab_container ol{
    padding-right:15px;
  }
  .single-casestudy .tabs-main .wrapper .tab_container ul li{
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 8px;
  }
  .single-casestudy .tabs-main .wrapper .tab_container ol li{
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 16px;
  }
  .tabs-main .wrapper .tab_container ul li:before{
    content: url("https://www.skunexus.com/hubfs/Products/small-check-circle.svg");
    height: 12px;
    width: 12px;
    margin-right: 5px;
    margin-left: -15px;
  }

  .single-casestudy .tabs-main .wrapper .tab_container ul li::before {
    content: url("https://www.skunexus.com/hubfs/Products/small-arrow-icon.svg");
    display: inline;
    height: 9px;
    width: 9px;
    margin-right: 8px;
    margin-left: -15px;
    margin-top: 1px;
  }
  .industries-page .tabs-main .wrapper .tab_container ul li::before {
    margin-top: 1px;
  }
  .tabs-main .wrapper .tab_container ol, .tabs-main .wrapper .tab_container ul {
    padding-left: 30px;
  }

  .tabs-main .wrapper .tab_container ol li:before{
    display: inline-block;
    font-size: 23px;
    margin-right: 5px;
    margin-left: -10px;
  }
  .tabs-main .wrapper .tab_container p.asterisk-text{
    font-size:12px !important;
  }

  .tabs-main .wrapper .tab_container .special-container {
    margin-bottom: 16px;
  }

  .tabs-main .wrapper .tab_container .special-container div {
    padding-left: 20px;
  }
  .tabs-main .wrapper .tab_container .special-container div p{
    font-weight: 400;
    font-size: 12px !important;
    line-height: 160%;
    margin-bottom: 8px;
    margin-left: 8px;
  }
  .tabs-main .wrapper .tab_container .special-container div::before {
    left: 14px;
  }
  .tabs-main .wrapper .tab_container .integrations-quote h5{
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
  }

}