@supports (-webkit-touch-callout: none) {
  .sppb-addon-wrapper,
  [id^="sppb-addon-"] {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;

    -webkit-transform-style: flat !important;
    transform-style: flat !important;

    -webkit-perspective: none !important;
    perspective: none !important;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
  [data-sppb-event="onscroll"], 
  .sppb-addon-wrapper[style*="transform"],
  [id^="sppb-addon-"][style*="transform"] {
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

#sp-header .container {
    max-width: 100%;
}

#sp-header .container-inner {
  border-bottom: 1px solid #0e2c51;
}
.logo .logo-image-phone {
    height: 24px;
}

#sp-top-bar .container, #sp-top-bar .sppb-row-container {
    max-width: 100%;
    padding: 0;
}

/*.jmodedit {
  display: none;
}*/


@media(max-width: 991px) {
  /*.logo-image-phone {
    height: 44px!important;
  }*/
  #sp-header {
    padding-left: 0px;
  
  }
  #sp-top1.col-lg-6,
  #sp-top2.col-lg-6 {
      width: 50%;
    }
}
@media(max-width: 641px) {
  #sp-top1.col-lg-6,
  #sp-top2.col-lg-6 {
      width: 100%;
    }
}

@media(max-width: 1061px) {
  .logo-image {
      height: 30px!important;
  }
}

.border-r {
   border-right: 1px solid #000;
}

.border-b {
  border-bottom: 1px solid #000;
}
@media(max-width: 767px) {
  .border-r {
     border-right: none;
  }
  .border-b-mob {
    border-bottom: 1px solid #000;
  }
}
.rad-r-top {
  border-radius: 0 50px 0 0;
}