body,
html {
  width: 100%;
  height: 100%;  
}

body, body *{
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

body{
  overflow-x: hidden;
}

.navbar a:hover{
  text-decoration: none !important;
}



hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #0084ff;
}

hr.light {
  border-color: #fff;
}

a {
  color: #0084ff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #0084ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#sentence0{
  font-size: 40px;
}

.bg-primary {
  background-color: #0084ff !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

#pricing{
  max-width: 100% !important;
}





img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #0084ff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #0084ff;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link{
  padding: 0.8rem 1rem;
  font-size: .9rem;
  font-weight: normal;
  text-transform: uppercase;
  /*color: #212529;*/
}


#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #0084ff;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #0084ff !important;
  background-color: transparent;
}


#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}


.box-pricing{
  background-color: #fff;
  box-shadow: 0px 7px 50px rgba(43, 105, 70, 0.12); border-radius: 5px;  border: 1px solid #dfe6ed;
}


@media (min-width: 992px) {
  /*#mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }*/
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    /*color: rgba(255, 255, 255, 0.7);*/
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #0084ff;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #0084ff;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #0084ff;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    text-decoration: underline;
    color: #5aa02c;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("https://silferbots.io/images/home.svg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

.pb-6, .py-6 {
  padding-bottom: 5rem!important;
}

.pt-6, .py-6 {
  padding-top: 5rem!important;
}

.pb-7, .py-7 {
  padding-bottom: 7rem!important;
}

.pt-7, .py-7 {
  padding-top: 7rem!important;
}






/* =======================================================================================================================*/
.st_inner_feature_item {
  background-color: #fff;
  display: flex;
  padding: 25px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,.05);
  margin-bottom: 40px;
}


.st_inner_feature_item .st_inner_feature_icon {
  margin-right: 14px;
  flex: 0 0 auto;
  font-size: 1.125em;
  background-color: #fff;
  color: #1e43dd;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 100%;
}


.text-medium-purple {
  color: #8066dc!important;
}

.rgba-medium-purple {
  background-color: rgba(128,102,220,.1)!important;
}

.st_inner_feature_item .st_inner_feature_content h3 {
  font-size: 16px;
  font-size: 1rem;
}

.st_inner_feature_item .st_inner_feature_content p {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.7;
}

.st_inner_feature_item .st_inner_feature_content h3 {
  font-size: 1.25em;
  margin-bottom: 20px;
}

.st_inner_feature_item .st_inner_feature_content {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.st_faq_tab_waraper .st_faqs_tab, .st_work_single_item {
  position: relative;
  text-align: center;
}

.st_work_single_item::after {
  width: 63px;
  height: 36px;
  position: absolute;
  left: auto;
  top: 50px;
  content: "";
  background-image: url(../images/landpage/arrow.png);
  right: -40px;
  background-repeat: no-repeat;
}

.last_child_none .st_work_single_item::after {
  display: none;
}

#div_integration{
  text-align: center;
}
#div_integration .itg{
  padding: 0.7rem;
  display: inline-block;  
}
#div_integration .itg div{
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  height: 4rem;
  max-height: 5rem;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,.05);
  align-items: center;
  justify-content: center;
  display: flex;
  max-width: 200px;
  width: 200px;
}

#div_integration div p{
  padding-left: 0.5rem !important;
  font-size: 1em !important;
  margin: 0;

}

#div_integration div img{
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}



@media only screen and (max-width: 991.98px){
  .st_work_single_item::after {
      position: relative;
      left: auto;
      top: inherit;
      right: inherit;
      display: block;
      margin: 50px auto;
      transform: rotate(90deg);
  }
}

/* =======================================================================================================================*/


.fb-video iframe span{
  opacity: 0 !important;
}











@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}



.text-primary {
  color: #0084ff !important;
}

.text-primary-hover:hover {
  color: #0084ff !important;
}

.irs--flat .irs-bar, .irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{
  background-color: #5aa02c !important;
}

.irs--flat .irs-handle>i:first-child{
  background-color: #5aa02c !important;
}

.text-alternative{
  color: #5aa02c !important;
}

.text-alternative-hover:hover{
  color: #5aa02c !important;
}


div .flex-row .fa-info-circle{
  opacity: 0.5 !important;
}



.irs-grid-text{
  font-size: 12px;
  color: #333333 !important;
}
  

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #0084ff;
  border-color: #0084ff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #0264ff !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 255, 0.5) !important;
}

.navbar-light .navbar-toggler {
  border: none !important;
  outline: none !important;
}

.navbar-light .navbar-toggler:hover {
    border: 1px solid rgba(0, 0, 0, 0.1) !important
}

.navbar-brand{
  cursor: pointer;
}

.text-muted{
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.footer .list-inline-item a{
  font-size: 13px
}

.btn-get-start{
  border-radius: 6px;
  padding: 6px 20px;
  text-transform: none;
  font-weight: normal
}

.w-100{
  width: 100% !important;
  max-width: 100%;
}


#btt_navbar_toggler{
  border: none !important;
}

#btt_navbar_toggler:hover{
  opacity: 0.7;
}

#i_total_sold{
  appearance: none;
  -webkit-appearance:none;
  -moz-appearance: textfield;   
  box-shadow: none !important; 
  border: 0.08rem solid #e6e6e6; 
  padding-left: 0.3rem;
  font-size: 0.8rem;
  color: #555;
  width: 50px;
}

input[type=number] {
  -moz-appearance:textfield; /* Firefox */
}

#i_total_sold::-webkit-outer-spin-button, #i_total_sold::-webkit-inner-spin-button {
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  appearance: none !important;
  margin: 0;
}


.price {
  font-size: 5rem;
  font-weight: 200;
  opacity: .9;
}

.price-unit {
  display: inline-block;
  font-size: 16px;
  vertical-align: text-top;
  margin-right: -10px;
  margin-top: 16px;
}

footer{
  position: relative;
  width: 100%;
  min-height: 400px;
}

.footer-angle {
  position: relative;
  overflow: visible;
  z-index: 0
}

.footer-angle:before {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #fff;
  background-size: cover;
  /*-webkit-clip-path: polygon(0% 100%, 100% 0%, 0% -1%);*/
  clip-path: polygon(0% 100%, 100% 0%, 0% -1%);
  z-index: -1
}
.text-white-30 {
  color: rgba(255,255,255,.3)!important;
}

.text-white-40 {
  color: rgba(255,255,255,.4)!important;
}

.text-white-80 {
  color: rgba(255,255,255,.8)!important;
}

.bg-dark-20{
  background-color: rgba(0, 0, 0, .2) !important;
}


.wrapper{
  width:70%;
}

@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}

.panel-heading {
  padding: 0;
    border:0;
}

.panel-title>a, .panel-title>a:active{
  display:block;
  color:#000;
  font-size:16px;    
  letter-spacing:1px;
  text-decoration:none;
  padding-top: 24px;
  padding-bottom: 12px;
}


.panel-heading  a:before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
  float: right;
  transition: all 0.5s;
  font-weight: 300;
  color: #888
}

.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
} 

#section_faqs{
  margin-bottom: 9rem;
}

#section_faqs .panel-default{
  border-bottom: 1px solid #dfe6ed;
  padding-left: 1rem;
  padding-right: 1rem;

}

#section_faqs .panel-default:first-child{
  border-top: 1px solid #dfe6ed
}


#div_footer_callToAction{
  position: relative;
  top: -20px;
  border: 1px solid #dfe6ed;
}





@media only screen and (max-width: 1000px) {
  #pricing .container{
    width: 93% !important;
    max-width: 93% !important;
  }
}


@media only screen and (max-width: 900px) {
  #pricing .container{
    width: 95% !important;
    max-width: 95% !important;
  }
}

@media only screen and (max-width: 800px) {
  #div_footer_callToAction{
    top: -40px;
  }
}

@media only screen and (max-width: 700px) {
  #div_footer_callToAction{
    top: -60px;
  }
}

@media only screen and (max-width: 600px) {
  #pricing .container{
    width: 100% !important;
    max-width: 100% !important;
  }

  #div_footer_callToAction{
    top: -90px;
  }

  





@media only screen and (max-width: 500px) {
  #div_integration .itg{
    padding: 0.4rem 0.3rem;
    
  }
  #div_integration .itg div{
    padding-left: 0.2rem;
    padding-right: 0.2rem;   
    width: 180px;
  }
  
}

}

@media only screen and (max-width: 420px) {
  #div_integration .itg{
    padding: 0.3rem 0.1rem ;
  }

  #div_integration .itg div{
    padding-left: 0.1rem;
    padding-right: 0.1rem;   
    width: 170px;
    max-width: 170px;
  }
  
}




@media only screen and (max-width: 380px) {
  #div_footer_callToAction{
    top: -110px;
  }

  #div_integration .itg div{
    padding-left: 0.1rem;
    padding-right: 0.1rem;   
    width: 155px !important;
    max-width: 155px !important;
  }

  #div_integration div img{
    max-width: 30px;
    max-height: 30px;
  }
}

@media only screen and (max-width: 340px) {
  
  #div_footer_callToAction{
    top: -110px;
  }

  #div_integration .itg{
    padding: 0.5;
  }


  #div_integration .itg div{
    padding-left: 0.1rem;
    padding-right: 0.1rem;   
    width: 100vw !important;
    max-width: 90vw !important;
    min-width: 90vw !important;
  }

  #div_integration div img{
    max-width: 40px;
    max-height: 40px;
  }
}