/*my changes*/

img{
    max-width: 100%;
}
.number-list{
  list-style: decimal;
}
.table_privacy tr th{
  background-color: #ececec;
  border: 1px solid white;
}
.table_privacy tr td{
  background: #f7f7f7;
  border: 1px solid #fff;
  font-size: 13px;
}
.table_privacy tr td:first-child{
  width: 32%;
}

/** footer **/
@media (max-width: 767px) {
  .mobile_footer_sub{
    margin-top: 0 !important;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
  }
  .mobile_footer_sub h4{
    font-size: 18px;
    cursor: pointer;
    position: relative;
    margin: 0;
  }
  .mobile_footer_sub h4:before{
    content: "";
    border: solid #3c4858;
    border-radius: 0.5px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    right: 5px;
    top: 11px;
  }
  .mobile_footer_sub.active h4:before{
    -webkit-transform: rotate(-134deg);
    transform: rotate(-134deg);
  }
  .mobile_footer_sub ul{
    height: 1px;
    margin: 0 !important;
    overflow: hidden;
  }
  .mobile_footer_sub.active ul{
    height: auto;
    margin: 10px 0 !important;
  }
  .mobile_footer_sub.active ul li{
    margin-top: 4px;
  }
  .mobile_footer_sub.active ul li a{
    display: block;
  }

}
/* Home */
.key-feature .icon{
    line-height: initial !important;
}

@media (max-width: 768px){
  .text_left_mobile {
      text-align: left;
  }
  .container {
      /* text-align: left; */
      padding-right: 20px;
      padding-left: 20px;
  }
}
  /*Increase Your Revenue*/
  .increase_revenue_sec .faq-container img{
      margin: 5px 15px 0 0;
      float: left;
  }
  
  /* partners */
  .page-next-level .page-next{
      padding: 6px 15px;
  }
  .partners_programs .pricing-rates{
    padding:  40px 80px;
    
    max-width: 400px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .partners_programs .pricing-rates ul{
    text-align: left;
  }
  .partners_programs .pricing-rates ul a{
    padding-left: 24px;
  }
  @media (max-width: 1200px) {
    .partners_programs .pricing-rates{
        padding:  40px;
     }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .partners_programs .pricing-rates{
        padding:  40px 20px;
     }
    .partners_programs .pricing-rates .feature .feature-list {
        margin: auto auto 5px;
        font-size: 12px;
    }
    .partners_programs .pricing-rates a.btn{
        font-size: 15px;
    }
  }
  @media (max-width: 767px) {
    .partners_programs .pricing-rates ul{
        text-align: left;
    }
    .partners_programs .pricing-rates ul a{
        padding-left: 0;
    }
    .page-next-level .page-next{
        padding: 3px 12px;
    }
    .page-next-level .page-next li a, .page-next-level .page-next li span {
        font-size: 12px;
    }
  }

  /* contact-us*/
  .contact_us_section .icon_c-u{
    float: left;
    margin-right: 15px;
  }
  .dog_icon{
    max-width: 100%;
  }
  
  .contact_us_section .icon.icon_c-u img{
    height: auto;
  }
  .mobile_button a{
    display: block;
    margin: 20px auto !important;
    max-width: 320px;
  }
  
  @media (max-width: 990px) {
    .title-heading .heading{
      font-size: 40px;
    }
    .contact_us_section{
      height: auto !important;
      padding: 100px 0 80px
    }
  }
  
  @media (min-width: 768px) {
    .mobile_button,
    .mobile{
      display: none;
    }
  }
  @media (max-width: 767px) {
    .bg-home, .bg-half-170, .bg-half-260, .main-slider .slides .bg-slider, .bg-marketing {
      padding: 75px 0 !important;
      height: auto;
    }
    .container{
      max-width: 720px;
    }
    .increase_revenue_sec .faq-container img{
    /*  float: none;
      margin: 0px auto 10px; */
	  float: left;
    }
    .desktop{
      display: none;
    }
  }
  
  @media (max-width: 576px) {
    .contact_us_section .home-desc-center .container{
      text-align: center;
    }
    .contact_us_section .icon_c-u{
      float: none;
      margin: 0 auto;
    }
    .dog_icon{
      max-width: 65%;
      margin-bottom: 20px;
    }
    .desketop_button a{
      font-size: 13px;
      padding: 8px 12px;
      border-radius: 8px;
    }
  }
  
  @media (min-width: 440px) {
    .menu-extras{
      display: none;
    }
  }
  @media (max-width: 440px) {
    .desketop_button{
    /*  display: none;*/
    }
  }

  


/****** Steps ******/
.steps_nav{
    width: 100%;
    max-width: 430px;
    position: relative;
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.steps_nav span {
    background: #ebedf2;
    font-size: 20px;
    line-height: 44px;
    height: 44px;
    padding-left: 1.1em;
    padding-right: 1.1em;
    border-radius: 0.9em;
    position: relative;
    z-index: 1;
}
.steps_nav span.current_step {
    background-color: #2f55d4;
    color: #ffffff;
    transition: all 0.5s ease; 
    cursor: pointer;
}
.steps_nav:before {
    content: "";
    width: 99%;
    position: absolute;
    top: 40%;
    left: 0;
    height: 20%;
    background-color: #ebedf2;
}
.steps_nav:after {
    content: "";
    width: 0%;
    position: absolute;
    top: 40%;
    left: 0;
    height: 20%;
    background-color: #2f55d4;
    transition: all 0.5s ease; 
}
.steps_nav.show-step2:after{
    width: 100%;
}
/* .steps_nav.show-step3:after{
    width: 100%;
} */

form.steps_form {
    font-size: 0;
    max-width: 920px;
    margin: 0px auto;
    position: relative;
    z-index: 999;
}
form.steps_form .steps_wrap {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
form .step1, form .step2, form .step3 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    transition: all 1s ease-in;
    margin: 20px 0;
    box-sizing: border-box;
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

form .wrap_input{
    width: 46%;
    margin-top: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}
form .half_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
form .half_wrap .wrap_input {
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (max-width: 767px) {
  .steps_wrap input,.steps_wrap textarea, .steps_wrap select {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .steps_wrap input,.steps_wrap textarea, .steps_wrap select {
    font-size: 12px;
  }
}