#status footer{
  display: none;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.footer-stick{
  display: none;
}
body {
  margin: 0;
  padding :0 !important;
  overflow: hidden;
  background-color: #1e212b;
}
.body_2 {
  display: none;
}

.roi .container { 
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.roi_header {
     position: relative;
    height: 100vh;
    box-sizing: border-box;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.main_block {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;

}
.h1 {
font-family: Roboto Slab !important;
color:  #ffffff;
font-size: 44px;
font-weight: 700;
line-height: 68px;
text-align: left;
}

.sub-text {
 font-family: 'Open Sans';
color:  #9ea6b9;
font-size: 20px;
font-weight: 300;
line-height: 34px;
text-align: left;
}

.bold_subtext {
  font-weight: 700;
}
.header_text {
    max-width: 83%;
    margin-right: auto;
     margin-top: -100px;
}
.seperator {
  width: 73px;
  height: 6px;
  margin-top: 19px;
  margin-bottom: 19px;
  clear: left;
  background-color: #1968f4;
}
.body{
  background-color: #1e212b;
  background-image: url('./images/Background.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: 9;
  background-position-y: 100%;
  height: 100%;
}
.main_industry_box_div {
  max-width: 500px;
   min-width: 500px;
  margin-left: 50px;
  padding-right: 26px;
  padding-left: 26px;
  clear: right;
  border: 1px solid #2b2e38;
  border-radius: 16px;
  background-color: #22252d;
  box-shadow: -8px 2px 50px -17px rgba(38, 38, 42, .5);
}

.box_title {
  clear: none;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
   font-weight: 100;
  text-align: center;
  padding: 20px 0;

}
.roi_feild {
    border-bottom: 1px solid #353945;
    box-sizing: border-box;
    background-color: #2a2e37;
    padding : 10px;
    font-family: 'Open Sans';
color:  #ffffff;
font-size: 18px;
font-weight: 400;
text-align: left;
}
.roi_feild input{
    background: transparent;
border: none;
      float: right;
          height: 100%;
}
.main_feilds {
    border-radius: 6px;
    border: 1px solid #353945;
    margin-bottom: 20px;
}
 .last {
border:none;
}
.grey{
  color:  #989da9;
}
.roi_feild_small {
    font-family: 'Open Sans';
    color: #989da9;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    padding: 0 10px;
}
.roi_feild_website {
    font-family: 'Open Sans';
    color: #989da9;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    padding: 0 10px;
}
.white{
  color:  #FFFFFF;
}
.roi_feild_small input {
    float: right;
    background: transparent;
    border: none;
    border-bottom: 1px solid #4a4b50;
    height: 100%;
}
#submit {
    width: 100%;
    margin-top: 40px;
     margin-bottom: 40px;
    background: #fec600;
    border: none;
    padding: 20px;
    border-radius: 5px;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bolder;
    color:#4a4b50;
    text-align: center;
}
input:focus {
    outline: none;
}

.roi_form input{
      text-align: right;
          color: #FFFFFF;
}
.roi_feild i {
    color: #1670e0;
     padding-right: 10px;

}
.roi_feild_small i {
    color: #1670e0;
     padding-right: 10px;

}
.roi_feild_website i {
    color: #1670e0;
     padding-right: 10px;

}
i.icon-info-circled {
    float: right;
    color: #373c48;
}
::-webkit-input-placeholder {
   color:  #989da9;
}

:-moz-placeholder { /* Firefox 18- */
   color:  #989da9;
}

::-moz-placeholder {  /* Firefox 19+ */
  color:  #989da9; 
}

:-ms-input-placeholder {  
  color:  #989da9;
}
input#range{
  margin-top: 10px;
}
input#gm {
    width: 20%;
}



.input-with-symbol { 
    float: right;
    height: 100%;
}
.input-with-symbol .symbol { 
    display: inline-block;
    float: right;
    color: #989da9;
    line-height: 27px;
    margin-left: 2px;
}

.roi_feild_small .input-with-symbol .symbol { 
  line-height: 21px;
  font-size: 14px;
}

.roi_feild_small .input-with-symbol input { border-bottom:0; }

.roi_feild_small .input-with-symbol { 
  border-bottom: 1px solid #4a4b50;
}



input[type="range"]{

    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 6px;
    background-color:#4d525e;
    
}

input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 50%;
background-color:  #71b1ff;
width: 18px;
height: 18px;
    cursor: -webkit-grab;
}

.roi_feild_website input {
    float: right;
    background: transparent;
    border: none;
    margin-top: 5px;
    height: 100%;
}



/* Tooltip */

[data-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition:
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.tooltip:before,
[data-tooltip]:before {
  z-index: 999;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

.tooltip:after,
[data-tooltip]:after {
    z-index: 999;
    padding: 14px;
    width: 300px;
    content: attr(data-tooltip);
    font-size: 1em;
    line-height: 1.2;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #6b6d77;
    font-size: 13px;
    line-height: 17px;
}
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}
.tooltip-right:after {
  bottom:-50%;
}

.tooltip-right.high_tooltip:after, .tooltip-right.high_tooltip:before {
  left:90%;
}
.tooltip-right.high_tooltip:after {
  bottom:20%;
}


.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #ccc;
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(7px);
  -moz-transform:    translateX(7px);
  transform:         translateX(7px);
}

.tooltip-right:before {
  top: 3px;
}

.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}


.tooltip-left:before,
.tooltip-left:after {
  bottom: 50%;
  right: 100%;
}
.tooltip-left:after {
  bottom:-50%;
}

.tooltip-left.high_tooltip:after, .tooltip-left.high_tooltip:before {
  right:110%;
}
.tooltip-left.high_tooltip:after {
  bottom:20%;
}


.tooltip-left:before {
  margin-bottom: 0;
  margin-right: -12px;
  border-top-color: transparent;
  border-left-color: #ccc;
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-7px);
  -moz-transform:    translateX(-7px);
  transform:         translateX(-7px);
}

.tooltip-left:before {
  top: 3px;
}

.tooltip-left:after {
  margin-right: 0;
  margin-bottom: -16px;
}
/* EOF Tooltip */


#my_tooltip {

  font-weight:100;
  font-size:20px;
  text-align:center;
  padding:0;
  margin:0;
  position:relative;
  border-radius:5px;
  box-shadow:10px 10px 0px rgba(0,0,0,.05);
  float: right;
}

#my_tooltip:before {
 content: attr(data-description);
    box-sizing: border-box;
    display: block;
    background: rgba(0,0,0,.7);
    color: white;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: -55px;
    margin-left: -100px;
    width: 216px;
    height: 97px;
    line-height: 16px;
    border-radius: 5px;
    opacity: 0;
    transition: .25s ease-in-out;
    font-size: 14px;
}

#my_tooltip:after {
  content:'';
  display:block;
  position:absolute;
  top:0px;
  left:50%;
  margin-left:-8px;
  height:0;
  width:0;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-top:8px solid rgba(0,0,0,.7);
  transition:.25s ease-in-out;
  opacity:0;
}

#my_tooltip:hover:before {
  opacity:1;
  top:-75px;
}

#my_tooltip:hover:after {
  opacity:1;
  top:-10px;
}
.loading_title{
  font-family: 'Open Sans';
color:  #ffffff;
font-size: 20px;
font-weight: 700;
text-align: center;
margin-bottom: 30px;
}
.loading i{
   position: absolute;
      top: -100px;
    font-size: 25px;
    margin-left: -20px;
}
.loading{
      display: none;
     background-color: rgba(30, 33, 43, 0.84);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 99;
}
.loading .label {
    position: absolute;
    top: -50px;
    left: 50%;
    margin: 0px 0 20px 0;
    font-size: 0.75rem;

    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: 'Open Sans';
    color: #ffffff;
    font-size: 15px !important;
    font-weight: lighter;
    text-align: center;
}
.loading .squares {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading .boxes {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 790px;
  height:227px;;
  font-family: "Open Sans";
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 6px;
border-style: solid;
border-width: 1px;
border-color:  #333640;
background-color:  #292c34;
  width: 100%;
  height: 100%;
  padding: 0 80px;

}
.loading .box:nth-child(1), .box:nth-child(2) {
  position: absolute;
}
.loading .box:nth-child(1) {
  left: 3%;
  width: 94%;
}
.loading .box:nth-child(2) {
  left: 2%;
  width: 96%;
}

.loading .progress-loading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}

.loading .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1d2029;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
}
.loading .bar__fill {
  display: block;
  background: #1575eb;
  height: 100%;
}

.loading .point {
  position: relative;
  color: #1575eb;
  cursor: pointer;
}
.loading .point:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.loading .show-radius .point:before {
  background: rgba(0, 0, 0, 0.1);
}
.loading .point--complete, .point--active {
  color: #1575eb;
}

.loading .bullet {
  z-index: 1;
  position: relative;
  background: #FFFFFF;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.loading .point--complete .bullet, .point--active .bullet {
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 6px #1575eb;
}
.loading .point--active .bullet {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 0 0 10px #1575eb;
}

.result .cta_sectionv3{
  background-image: none;
  height: auto;
  background-color: #fafbfc;
}


.loading .radius-toggle {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  background: #FFF;
  border: 0;
  border-radius: 4px;
  box-shadow: 40px 0 65px rgba(212, 197, 186, 0.4);
  padding: 10px;
  color: #BA7C3F;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.result-header .h1 {
   font-family: Roboto Slab;
color:  #ffffff;
font-size: 44px;
font-weight: 700;
line-height: 68px;
text-align: center;
}


.result-header .sub-text {
    font-family: 'Open Sans';
color:  #ffffff;
font-size: 20px;
font-weight: 300;
line-height: 34px;
text-align: center;
}
.result-header {
    width: 64%;
	margin: 150px auto 54px auto;
}
.result {
    background-color: #fafbfc;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    border-style: solid;
    border-width: 0;
    border-color: #f3f3f3;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 2px 0px 0px #f3f3f3;
    border-radius: 10px;
}


.result-header .seperator {
    margin-right: auto;
    margin-left: auto;
}

.industry_sticky_btn{
    width: 100%;
    height: 80px;
    margin-bottom: 7px;

}
.navigation{
  width: 100px;
  margin-left: -30px;
  z-index: 9;
  opacity: 1;
  float:left;
}
.navigation .icons{
  font-size: 20px;
}
.navigation i{

  font-size: 40px;
}
.tooltiptext {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-top: 3px;
    color:#FFFFFF;
    font-size: 14px;
}
.smallboxbtn {
  margin-bottom: 11px;
  padding-bottom: 0px;
  border: 1px solid #2b2e38;
  border-radius: 7px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background-color: #24272f;
    color:#1968f4;
        padding: 10px 0;
}
.last .smallboxbtn { margin-bottom:0; }
.navigation i {
    font-size: 25px;

}
.smallboxbtn:hover, a.active .smallboxbtn {
  border-color: #3277f0;
  background-color: #3277f0;
  color:#FFFFFF !important;
}
.navigation i.icon-reviews {
      margin-left: 14px;
}
.navigation i.icon-traffic-loader {
    margin-left: 5px;
}
.navigation i.icon-ads {
    text-align: center;
        display: block;
}
.navigation i.icon-sales {
    margin-left: 15px;
}

.result .part_1 .text {
  	width: 77%;
}
.section_image {
    width: 23%;
}
.part_1 {
   border-bottom: 4px solid #f3f3f3;
   padding: 40px;
   display: flex;
   align-items: center;
   background: #fff;
}

.section_title{
font-family: 'Open Sans';
color:  #4a4b50;
font-size: 40px;
font-weight: 300;
line-height: 68px;
text-align: left;
}
.section_subtitle{
  font-family: 'Open Sans';
color:  #9ea6b9;
font-size: 16px;
font-weight: 300;
line-height: 32px;
text-align: left;
}

.part_2 {
    padding: 0 40px 40px 40px;
    background: #fafbfc;
}










/* Shake On Error */
.shake_on_error{ 
    -webkit-animation: shake_on_error 0.4s 1 linear;
    -moz-animation: shake_on_error 0.4s 1 linear;
    -o-animation: shake_on_error 0.4s 1 linear;
}

input.error_color { 
   color: #f04860;
}
input.error_color::-webkit-input-placeholder {
   color: #f04860;
}

input.error_color:-moz-placeholder { /* Firefox 18- */
   color: #f04860;
}

input.error_color::-moz-placeholder {  /* Firefox 19+ */
  color: #f04860;
}

input.error_color:-ms-input-placeholder {  
  color: #f04860;
}

@-webkit-keyframes shake_on_error {
  0% { -webkit-transform: translate(10px); }
  20% { -webkit-transform: translate(-10px); }
  40% { -webkit-transform: translate(5px); }
  60% { -webkit-transform: translate(-5px); }
  80% { -webkit-transform: translate(2px); }
  100% { -webkit-transform: translate(0px); }
}
@-moz-keyframes kf_shake {
  0% { -moz-transform: translate(10px); }
  20% { -moz-transform: translate(-10px); }
  40% { -moz-transform: translate(5px); }
  60% { -moz-transform: translate(-5px); }
  80% { -moz-transform: translate(2px); }
  100% { -moz-transform: translate(0px); }
}
@-o-keyframes kf_shake {
  0% { -o-transform: translate(10px); }
  20% { -o-transform: translate(-10px); }
  40% { -o-transform: translate(5px); }
  60% { -o-transform: translate(-5px); }
  80% { -o-transform: translate(2px); }
  100% { -o-origin-transform: translate(0px); }
}












/* stickem */
.stickem-container {
  position: relative;
}

.stickit {
    position: fixed;
    top: 130px;
}

.stickit-end {
    position: absolute;
    bottom:0;
}
/* eof stickem */

.block {
    background: #1575eb;
    height: 185px;
    border-radius: 6px;
    padding: 60px;
    transition: .25s;
    max-width:1000px;
    margin-right:auto;
    margin-left:auto;
}
.block .tooltip-right:before { 
	top:10px;
}
.block .next_to_title { 
  display: none;
  font-size: 16px;
  color: #71b1ff;
}
.block .tooltip { 
	display: none;
    font-size: 20px;
    line-height: 1;
    opacity: 1;
}
.block .tooltip:before, .block .tooltip:after { 
	z-index:9999;
}
.block .tooltip:after, .block [data-tooltip]:after { 
	border-color: #343944;
	background-color: #252932;
	color: #fff;
	font-weight: 400;
	text-align:left;
	z-index:9999;
}
.block .tooltip-right:before { 
	border-right-color: #343944;
}
[data-tooltip]:before, [data-tooltip]:after { 
	transition: .2s cubic-bezier(0.71,1.7,.77,1.24);
}
.block .tooltip-right:hover:after,
.block .tooltip-right:focus:after { 
	transform:none;
	margin-left:7px;
}


.block .tooltip i.icon-info-circled { 
	color: #71B1FF;
}
.block.stickit .tooltip, .block.stickit-end .tooltip { 
	display: inline-block;
}
.block.stickit .next_to_title, .block.stickit-end .next_to_title { 
  display: inline-block;
  margin-left:10px;
}
.block-holder { 
  margin-top:40px;
  height:185px;
  max-width:1000px;
  margin-right:auto;
  margin-left:auto;
}



.section_result_title{
  font-family: 'Open Sans';
color:  #ffffff;
font-size: 26px;
font-weight: 400;
line-height: 32px;
text-align: left;
}
.section_result_subtitle{
  font-family: 'Open Sans';
  color:  #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top:10px;
  text-align: left;
}
.section_results{
	font-family: 'Open Sans';
	color:  #ffffff;
	font-size: 44px;
	font-weight: 700;
	line-height: 68px;
	text-align: right;
}


.features_title{
font-family: 'Open Sans';
color:  #9ea6b9;
font-size: 20px;
font-weight: 400;
line-height: 68px;
text-align: center;
margin-top: 20px;
}
.result .row{
    margin-right: -5px;
    margin-left: -5px;
}
.features-block {
  padding: 0 5px;
  margin-bottom: 10px;
}

.features-block-inner { 
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #f3f3f3;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 2px 0px 0px #f3f3f3;
    height: 204px;
    text-align: center;
}
.features-block img {
    margin: 40px 0 10px 0;
}

.single_feature_title{
font-family: 'Open Sans';
color:  #4a4b50;
font-size: 16px;
font-weight: 700;
line-height: 34px;
text-align: center;
}
.single_feature_text{
	font-family: 'Open Sans';
	color:  #9ea6b9;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	padding:0 15px;
}

.results_sections_wrapper{ 
  position: relative;
}


/* sticky block */
@media (min-width: 1200px) {
  .block.stickyblock2 { 
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    height:0;
    padding:0;
    margin:0 auto;
    position: absolute;
    transition:none;
  }
  .block.stickyblock.stickit, .block.stickyblock.stickit-end {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    left:0;
    right:0;
    margin-top:0;
    z-index:9000;
    height:auto;
    padding:13px 20px;
    transition: 0.25s ease-in-out;
  }
  .block.stickyblock.stickit {
    position: fixed;
  }

  .block.stickyblock.stickit-end { z-index:990; }



  .block.stickit .section_result_subtitle, .block.stickit-end .section_result_subtitle{ display:none; }
  .block.stickit .section_result_title, .block.stickit-end .section_result_title { font-size: 18px; }
  .block.stickit .section_results, .block.stickit-end .section_results { 
    font-size:25px;
    line-height: 35px;
  }


  .stickyblock.blockstick1.stickit { top:116px; }
  .stickyblock.blockstick2.stickit { top:180px; }
  .stickyblock.blockstick3.stickit { top:244px; }
  .stickyblock.blockstick4.stickit { top:308px; }
}
/* eof sticky block */



.result_section {
    border-bottom: 5px solid #fec600;
    background: #fafbfc;
}
.result_section:first-child { 
	border-top: 5px solid #fec600;	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.result_section:first-child .part_1 { 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.result_section:last-child { 
  border-bottom:0;
}
.revenues_text {
    font-family: 'Open Sans';
    color: #4a4b50;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}
.cta_title {
    font-family: 'Open Sans';
    color: #4a4b50;
    font-size: 33px;
    font-weight: 300;
    line-height: 68px;
    text-align: center;
}
.revenu {
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #f3f3f3;
    box-sizing: border-box;
    background-color: #fefeff;
    box-shadow: 0px 2px 0px 0px #f3f3f3;
    max-width: 580px;
    color: #1575eb;
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
    text-align: center;
    margin: 20px auto;
    min-height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.cta {
    font-family: 'Open Sans';
    color: #4a4b50;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    background: #fec600;
    padding: 20px 0px;
    -webkit-border-radius: 5px;
    display: flex;
    margin: 10px auto;
    justify-content: center;
    max-width: 366px;
    margin-bottom: 50px;
}
div#section_end {
    border-bottom: none;
    background-color: #fff;
    padding: 70px 0;
    border-top: 5px solid #fec600;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.before_section_end_spacer { 
    width: 100%;
    background: #fafbfc;
    height: 25px;
}
div#section_end .cta { margin-bottom:0; margin-top:55px; }
@media screen and (max-width: 1280px) {
.main_industry_box_div{
      margin-top: 50px;
}
.sub-text{
  font-size: 16px;
  line-height: 34px;
}
.h1{
  font-size: 34px;
  line-height: 47px;
}
.body{

  background-image: url('./images/Background-laptop.png');
  background-size: cover;
  background-position-y: 50%;
  }

  }
 
  @media screen and (max-width: 1100px) {
    .roi_header{
      overflow: visible;
    }
.main_block{
  width: 100%;
  height: auto;
}
.roi .container{
  height: 100%;
  width: 100%;
}
.h1 {
    text-align: center;
}
.seperator {
    margin-right: auto;
    margin-left: auto;
}
.header_text {
    max-width: 100%;
    margin-right: auto;
    margin-top: 100px;
    margin-left: auto;
}

body{
  overflow: auto;
}
.h1 {
    font-size: 25px;
    line-height: 33px;
}

.roi_feild_small {
    border-bottom: 1px solid #353945;
    box-sizing: border-box;
    background-color: #2a2e37;
    padding : 10px;
    font-family: 'Open Sans';
color:  #ffffff;
font-size: 15px;
font-weight: 400;
text-align: left;
line-height: inherit;
border: 1px solid #353945;
    border-bottom: none;
}
.roi_feild_small input{
background: transparent;
border: none;
float: right;
height: 100%;
width: 25%;
}
.roi_feild {
font-size: 15px;

}
.body{

  background-image: none;
  }
  .main_feilds {
margin-bottom: 0px;
  }

.roi_feild input{
width: 45%;

}
 input#range{
      margin-top: 15px;
          width: 100%;
 } 
 .last{
      padding-bottom: 40px;
 }  
 .main_feilds{
  border-radius: 0px;
 }
 .roi_feild_website{
  font-size: 15px;
 }
.roi_feild_website input{
     width: 60%
   }

  .main_industry_box_div{
  margin-left:0;
}
  }


 @media screen and (max-width: 600px) {
  .roi_header{
  height: 100%;
}
  .main_industry_box_div {
    margin-top: 0px;
    margin-left: 0;
    min-width: 100%;
    border: transparent;
    background: transparent;
     padding-right: 15px;
    padding-left: 15px;

}
  .loading .box{
      padding: 0 30px;
}
.hide_mobile{
display: none;
}
h2.box_title {
    display: none;
}
}
    @media screen and (max-width: 350px) {
.roi_feild {
font-size: 12px;

}
.roi_feild_small {
font-size: 12px;

    }
     .roi_feild_website{
  font-size: 12px;
 }
.roi_feild_website input{
     margin-top: 6px;
  }

}












/* ROI Container */
.roi-container { 
  max-width:1080px;
  margin-right:auto;
  margin-left:auto;
  position: relative;
  background: #1e212b;
}




/* How it Works */
.with-yotpo-section1 { 
  background: transparent;
  padding:0;
}
.with-yotpo-section1 li { 
  width:33.333333%;
}
.with-yotpo-section1 ul { 
  -ms-flex-pack: distribute; 
      justify-content: space-around;
}
.with-yotpo-section1 li img { 
  max-height: 190px;
  height: auto;
  width:auto;
}
.with-yotpo-section1 li .text { 
  max-width: 250px;
  margin: 0 auto;
  padding:0;
}
.with-yotpo-section1 li .text br { display: none; }


@media (min-width: 1100px) { 
  .with-yotpo-section1 li .title { 
    font-size: 28px;
    line-height: 35px;
  }
}

@media (max-width: 1350px) { 
  .with-yotpo-section1 li img { 
    max-height: 120px;
  }
  .with-yotpo-section1 li .title { 
    margin-bottom: 15px;
  }
}
@media (max-width: 900px) { 
  .with-yotpo-section1 li img { 
    max-height: 145px;
  }
  .with-yotpo-section1 li .text{ 
    padding: 0 20px;
  }
}
@media (max-width: 767px) { 
  .with-yotpo-section1 li { 
    width: 100%;
  }
  .with-yotpo-section1 li .text{ 
    padding: 0;
  }
}






/* Success Stories */
.success_stories-section { 
    padding-top: 48px;
}

.success_stories-title { 
  color: #9ea6b9;
  font-size:20px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.single_success_story_inner { 
    border: 1px solid #343944;
    background: #252932;
    border-radius: 5px;
    width: 100%;
    -webkit-transition:all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.single_success_story .details { 
  padding:20px;
}
.single_success_story .stars-wrapper svg.svgicon { 
  width:16px;
}

.single_success_story .img-wrap { 
  height:122px;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
}
.single_success_story .img-wrap img { 
  min-height: 122px;
  width:auto;
  min-width: 100%;
  height: auto;
  -webkit-transition: all .3s cubic-bezier(.3,.1,.58,1);
  -moz-transition: all .3s cubic-bezier(.3,.1,.58,1);
  -o-transition: all .3s cubic-bezier(.3,.1,.58,1);
  -ms-transition: all .3s cubic-bezier(.3,.1,.58,1);
  transition: all .3s cubic-bezier(.3,.1,.58,1);
}

.single_success_story h5 { 
  font-size: 16px;
  color: #9ea6b9;
  font-weight: bold;
  overflow: hidden;
  height: 17px;
  margin: 6px 0;
}

.single_success_story .excerpt {
  line-height: 18px;
  font-size: 12px;
  color: #6b6d77;
  height:36px;
  overflow: hidden;
}

.single_success_story_inner:hover:hover { 
    box-shadow: 0 0px 1px rgba(0,0,0,.05), 0 1px 4px rgba(0,0,0,.1);
}
.single_success_story_inner:hover .img-wrap img { 
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}







/* EOF Success Stories */






/* FAQ */
.faq-section { 
    padding:55px 0 70px 0;
    min-height: 600px;
}

.faq-title { 
  color: #9ea6b9;
  font-size:20px;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

.single_faq { 
    border: 1px solid #343944;
    background: #252932;
    border-radius: 5px;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #e4eaf2;
    font-weight: 300;
    margin-top: 20px;
    -webkit-transition:all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
    padding-right: 0;
    margin-bottom:0;
}

.single_faq:hover { 
    box-shadow: 0 0px 1px rgba(0,0,0,.05), 0 1px 4px rgba(0,0,0,.1);
}

.single_faq_header { 
    cursor: pointer;
    padding:25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.single_faq_header .title { 
    font-size:18px;
    color: #9ea6b9;
    font-weight: bold;
}

.single_faq_header i { 
    font-size:23px;
    color: #2f84ed;
    -webkit-transition:all .3s cubic-bezier(.25,.8,.25,1);
    transition: all .3s cubic-bezier(.25,.8,.25,1);
}
.single_faq_header i:before { 
    width:auto;
    margin:0;
    line-height: 1;
}

.single_faq_header.open i { 
    -webkit-transform: rotate(180deg); 
            transform: rotate(180deg);
}

.single_faq_content { 
    display: none;
    padding: 0 25px 25px 25px;
}
.single_faq_content a { 
    color: #e4eaf2;
    border-bottom:1px solid #e4eaf2;
    text-decoration: none;
    -webkit-transition:.25s;
    transition: .25s;
}
.single_faq_content a:hover, .single_faq_content a:focus { 
    color: #e4eaf2;
    border-bottom:1px solid #e4eaf2;
    text-decoration: none;
    padding-bottom: 2px;
}
.single_faq_content p:last-child { margin-bottom: 0; }



@media (max-width: 767px) { 
    .faq-section h3.heading { 
        margin-top:0;
    }
    .faq-section { padding:40px 0; }
    .single_faq_header .title { font-size:14px; }
    .single_faq { 
        font-size:14px;
        line-height: 25px;
    }
    .single_faq_header { 
        padding:20px;
    }
    .single_faq_content { 
        padding: 0 20px 20px 20px;
    }
}
/* EOF FAQ */


























/****************************/
/******** Responsive ********/
/****************************/


@media (max-width: 1700px) {
  .block .tooltip:after, .block [data-tooltip]:after { 
    width:250px;
  }
}

@media (max-width: 1500px) {
  .block .tooltip-right:after { 
    left:auto !important;
    right:100% !important;
    bottom:50% !important;
  }
  .block .tooltip-right:before { 
    border-left-color: #343944 !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    left:auto !important;
    right:100% !important;
  }
  .tooltip-right:hover:before, .tooltip-right:hover:after, .tooltip-right:focus:before, .tooltip-right:focus:after { 
    transform: translateX(11px);
  }
  .body { 
    background-position: 0 10%;
  }
}


@media (max-width: 1350px) {
  .nav-and-result-wrapper { 
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
  }
  .block-holder{ 
    max-width: 880px;
  }
  .result { 
    margin-right: 0;
    max-width: 940px;
  }
  .navigation { 
    margin-left:0;
  }
  .section_results { 
    width:50%;
    font-size:40px;
    line-height: 60px;
  }
  .block .text.left {
    width:50%;
  }
  .block {
    max-width: 880px;
    display: flex;
    align-items: center;
  }
  .block.stickyblock.stickit, .block.stickyblock.stickit-end{ 
    margin:0;
    width: 880px;
    left:auto;
    right:auto;
  }
  .section_image { 
    width: 26%;
  }
  .section_image img { 
    max-height: 166px;
    width:auto;
    height:auto;
  }
  .result .part_1 .text { 
    width: 74%;
  }
  .result-header { 
    width: 1050px;
    padding-left: 180px;
    padding-right: 70px;
  }
}

@media (max-width: 1280px) {
  .header_text { 
    margin-right: 0;
  }
}


@media (max-width: 1200px) { 
  .block.stickyblock.stickit, .block.stickyblock.stickit-end { 
    position: relative;
    z-index:9;
  }
  .block.stickit .tooltip, .block.stickit-end .tooltip { display: none !important; }
  .stickit { top:0; }
}


@media (max-width: 1150px) { 
  .navigation { display:none !important; }
  .nav-and-result-wrapper { 
    width:100%;
  }
  .result-header { 
    max-width:100%;
    padding: 0 50px;
  }
  .result { 
    margin-right: auto;
  }
  .roi-container { 
    max-width: 100%;
    padding-right:15px;
    padding-left:15px;
  }

}


@media (max-width: 1100px) {
  .roi_header, .roi .container { 
    height: auto;
  }
  .header_text { 
    margin-right: auto;
    margin-top:120px;
  }
  .main_industry_box_div { 
    margin-top:30px;
  }
  .sub-text { 
    text-align: center;
  }
  .roi_feild_website { margin-top:10px; }
  .body { 
      padding-bottom: 80px;
  }
  #section_4 .section_image img { 
    position: relative;
    left: -22px;
  }
}


@media (max-width: 960px) {
  .result-header .h1 { 
    font-size: 34px;
    line-height: 46px;
  }
  .result-header .sub-text { 
    font-size: 18px;
    line-height: 30px;
  }
  .block { 
    max-width: 96%;
  }
  .block.stickyblock.stickit, .block.stickyblock.stickit-end { 
    left:0;
    right:0;
    max-width: 96%;
    margin:0 auto;
  }
  .single_success_story { 
    float:none;
    width:100%;
    max-width: 400px;
    margin:0 auto 30px auto;
  }
  .single_success_story:last-child { margin-bottom: 0; }
  .features-block { 
    width:50%;
  }
  .features-block-inner { 
    padding-top: 15px;
    padding-bottom: 15px;
    height: 230px;
  }
  .single_feature_text { 
    padding:0 25px;
  }
  .section_image img { 
    max-height: 145px;
  }
  #section_4 .section_image img { 
    left: -18px;
  }


  .section_result_subtitle { display:none; }
  .block { 
    flex-direction: column;
    padding: 20px;
    text-align: center;
    height: auto;
  }
  .block-holder { 
    margin-top:20px;
    height: auto;
  }
  .block .text.left { 
    width: 100%;
  }
  .section_result_title { 
    text-align: center;
  }
  .section_results { 
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .result-header .h1 { 
    font-size: 26px;
    line-height: 36px;
    padding:0 15px;
  }
  .result-header {
    margin: 120px auto 40px auto;
    padding:0 15px;
  }
  .result-header .sub-text { display:none; }
  .section_results {
    width:100%;
    font-size: 26px;
    line-height: 36px;
  }
  .section_image{ display:none; }
  .result .part_1 .text { width:100%; }
  .part_1 { 
    padding:25px;
  }
  .section_title { 
    font-size: 22px;
    line-height: 32px;
  }
  .section_subtitle { 
    font-weight: 400;
    margin-top:10px;
    line-height: 20px;
    font-size: 12px;
  }
  .features_title { 
    font-size: 16px;
    line-height: 28px;
    margin-bottom:10px;
  }
  .features-block { 
    width:100%;
  }
  .features-block img { 
    display: none;
  }
  .features-block-inner { 
    height: auto;
    padding:15px;
    width:100%;
  }
  .single_feature_text {
    display: none;
  }
  .part_2{ 
    padding:0 15px;
  }
  .single_feature_title { text-align: left; }
  .result_section { padding-bottom: 30px; }
  .before_section_end_spacer { display:none; }

  div#section_end { 
    padding:30px 15px;
  }

  .revenues_text{ 
    font-size: 18px;
  }
  .revenu  {
    min-height: 70px;
    font-size: 26px;
    line-height: 36px;
  }
  .cta_title { 
    font-size: 20px;
    line-height: 30px;
    margin: 25px 0 20px 0;
  }
  .success_stories-title, .faq-title { 
    font-size: 16px;
  }
  .single_success_story .excerpt { 
    height: auto;
  }
  .single_success_story h5 { 
    height: auto;
    line-height: 21px;
  }
  .sub-text { display:none; }
  .roi_feild_small.last_field { 
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .roi_feild:first-child, .main_feilds { 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #submit {
    margin-bottom: 0;
    margin-top: 20px;
  }


  .roi_feild input { 
    padding:0;
  }
  .input-with-symbol .symbol { 
    line-height: 20px;
    font-size: 14px;
  }
  .roi_feild .input-with-symbol input { 
    line-height: 20px;
  }
  .roi_feild_website input { 
    max-width: 145px;
    font-size: 14px;
  }
  .roi_feild_small .input-with-symbol { 
    max-width: 95px;
    height: auto;
    border-bottom: 0;
    position: relative;
  }
  .roi_feild_small .input-with-symbol .symbol { 
    line-height: 17px;
    font-size: 12px;
    position: absolute;
    right: 0;
  }
  .roi_feild_small .input-with-symbol input {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #4a4b50;
    border-radius: 0;
    -webkit-appearance: none;
    padding:0 11px 0 0;
  }
}




@media (max-width: 375px) { 
  .roi_feild_website input { 
    max-width: 125px;
    font-size: 12px;
  }
  .roi_feild_small .input-with-symbol { 
    max-width: 80px;
  }
}
