/* slider demo link https://codepen.io/cpandya/pen/MWWPopp  */
#sync1 .item {
      background: transparent;
      position: relative;
      padding: 0;
      margin: 0;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
    }
    #sync1 .item::before{
      position: absolute;
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
    }
    #sync1 h1 {
      font-size: 55px;
      line-height: 55px;
      padding-top: 290px;
      color: #bed730;
      animation: right-in 0.5s ease-in-out 1.5s;
      animation-fill-mode: backwards;
      position: relative;
      font-weight: 900;
    }
    #sync1 .item .caption{
      position: absolute;
      left: 120px;
      bottom: 140px;
      text-align: left;
    }
    #sync2{
      width: 60%;
      position: absolute;
      bottom: 85px;
      right: 0;
    }
    #sync2 .item {
      background: transparent;
      padding: 10px 0px;
      margin: 5px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
    }
    #sync2 .owl-dot.active,#sync1 .owl-dot.active{
      display: block;
    }
    #sync1 .owl-dot.active button{
      background: transparent;
      color: #fff;
      font-size: 27px;
      border: 0;
      position: absolute;
      right: 165px;
      bottom: 26px;
    }
    #sync2 .owl-dot, #sync1 .owl-dot{
      display: none;
    }
    #sync1 .owl-nav{
      position: relative;
      bottom: 75px;
      left: 38%;
      width: 460px;
    }
    #sync2 .owl-nav{
      position: relative;
      bottom: 0;
      left: 0;
      width: 100px;
    }
    #sync1.owl-theme .owl-nav img, #sync2.owl-theme .owl-nav img{
      width: 50px;
      height: 50px;
      color: #fff;
      /*font-size: 17px;
      background: #6a655844;
      padding: 10px 13px;
      border-radius: 50%;
      margin-top: 20px;
      margin-right: 0;
      vertical-align: bottom;
      cursor: pointer;*/
    }
    #sync2 .item h1 {
      font-size: 18px;
      display: none;
    }
    #sync2 .current .item {
      background: transparent;
    }

    .owl-theme .owl-nav {
      /*default owl-theme theme reset .disabled:hover links */
    }
    .owl-theme .owl-nav [class*='owl-'] {
      transition: all .3s ease;
    }
    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
      background-color: #D6D6D6;
    }

    #sync1.owl-theme {
      position: relative;
    }
    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
      width: 60px;
      height: 60px;
      margin-top: 0;
      position: absolute;
      top: 50%;
    }
    #sync1.owl-theme .owl-prev {
      left: 22px;
    }
    #sync1.owl-theme .owl-next {
      left: 79px;
    }
    #sync1 .owl-nav::before{
      position: absolute;
      content: '';
      left: 150px;
      right: 0;
      width: 100%;
      height: 1px;
      background: #fff;
      top: 29px;
      bottom: auto;
    }
@media only screen and (max-width: 992px) and (min-width: 768px)  {
    #sync1 .owl-nav::before{
        position: absolute;
        content: '';
        left: 147px;
        right: 0;
        width: 18%;
        height: 1px;
        background: #fff;
        top: 29px;
        bottom: auto;
    }
    #sync1 h1{
        font-size: 45px;
        line-height: 45px;
        padding-top: 0;
    }
    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev,#sync1.owl-theme .owl-nav img, #sync2.owl-theme .owl-nav img{
        width: 40px;
        height: 40px;
    }
    #sync1 .owl-nav::before{
        display: none;
    }
    #sync1 .owl-nav{
        position: absolute;
        left: auto;
        width: 130px;
        right: 0;
        bottom: 44px;
    }
    #sync2 {
        width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
    }
    #sync1 .item .caption {
        position: absolute;
        text-align: left;
    }
}    
@media screen and (max-width: 767px) {
    .dockcharge_header .fixed-top.navbar{
        position: relative;
    }
    #sync1 h1{
        font-size: 25px;
        line-height: 27px;
        padding-top: 0;
    }
    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev,#sync1.owl-theme .owl-nav img, #sync2.owl-theme .owl-nav img{
        width: 40px;
        height: 40px;
    }
    #sync1 .owl-nav::before{
        display: none;
    }
    #sync1 .owl-nav{
        position: absolute;
        left: auto;
        width: 130px;
        right: 0;
        bottom: 44px;
    }
    #sync2 {
        width: 100%;
        position: relative;
        bottom: 0;
        right: 0;
    }
    #sync1 .item .caption {
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: left;
    }
    .pricingplan{
        margin-bottom: 20px;
    }
}