/*style web tipsen */
/*====*/
main{
  margin-top: -75px;
}

.sticky-top{
  top: -1px;
}

.bg-nav-blue {
  background:transparent !important;
  transition:0.4s ease;
}
.bg-nav-blue.scrolled {
  background:#2c92f6 !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
}

.bg-nav-blue:before{
  content: '';
  position: absolute;
  width: calc(100% - 96px);
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, .40);
  transform: translateX(-50%);
  transition:0.4s ease;
}

.bg-nav-blue.scrolled:before{
  content: '';
  position: absolute;
  width: calc(100% - 96px);
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: unset;
  transform: translateX(-50%);
}

.btn-outline-primary{
  background-color: #fff;
  color: #2c92f6;
  border-color: #fff;
}
.btn-outline-primary:hover{
  background-color: #1c7bd6;
  color: #fff;
  border-color: #1c7bd6;
}

.text-align-left{
  text-align: left !important;
}

.text-align-right{
  text-align: right !important;
}

.pl-5{
  padding-left: 5px;
}

.pt-120{
  padding-top: 120px;
}

.pb-50{
  padding-bottom: 50px;
}

.m-xy-4{
  margin: 4rem 0rem;
}

.mr-3{
  margin-right: 1rem;
}

.btn-block{
  width: 100%;
}

.navbar-shadow{
  box-shadow: 0px 5px 9px rgb(2 2 2 / 11%);
}

.tipsen-mockup-img{
  width: 370px;
  overflow: hidden;
  right: 10px;
  margin-right: 20px;
  margin-top: 100px;
  position: absolute;
  z-index: 9;
}

.tipsen-mockup-img img{
 height:auto;
}

.phirogo-feautures{
  width: 450px;
  overflow: hidden;
  float: right;
  margin-top: 40px;
  margin-right: 20px;
}

.tipsen-mockup-img img{
  width: 100%;
}

.bg-home-phirogo {
  color:#333;
  background-image: url('../img/HOME_BG.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -220px;
  background-color: #fff;
}

.bg-pricing{
  background-image: url('../img/bg-pricing-tipsen.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -10px;
}

.bg-home-features {
  width: 100%; 		 
  color:#333;
  background-image: url('../img/BG_VIDEO.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -45px;
  background-color: #fff;
}

.phirogo-logo-banner{
  width: 265px;
  overflow: hidden;
  margin-top: 20%;
  margin-bottom: 20px;
}

.phirogo-logo-banner h2{
  font-size: 3rem
}

.phirogo-logo-video{
  width: 517px;
  overflow: hidden;
  margin-top: 10%;
  margin-bottom: 20px;
}

.phirogo-logo-banner img{
  width: 100%;
  margin-left: -8px;
}

.phirogo-logo-video img{
  width: 100%;
  margin-left: 10px;
}

.tipsen-video{
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  margin-top: 10%;
  margin-bottom: 55px;
  background-color: #013f73;  
  border-radius: .25rem;
  box-shadow: 0px 5px 10px rgba(51, 51, 51, .2);
}

.tipsen-video img{
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.icon-features{
    width: 75px;
    padding: 10px;
    border-radius: .25rem;
    display: block;
    margin: 15px 5px auto;
}

.tipsen-modal-video .modal-lg {
    max-width: 1000px;
}

.tipsen-modal-video button{
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 65px;
    font-weight: 200;
    color: #fff;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-backdrop {
  background-color: #000;
  opacity: 0.9 !important;
}

.icon-features img{
  width: 100%;
}

.bg-gray-row {
  background-color:#f7f7f7;
  color:#333;
  background-image: url('../img/bg-gray-img.png');
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-size: contain;
}

.testimony-panel{
  border: 1px solid #ddd;
  border-radius: .25rem;
  padding: 25px 20px;
  box-shadow: 8px 8px #ddd;
  margin: auto 130px;
}

.testimony-panel .w-30{
  margin-right: 25px;
}

.testimony-panel .user-pic{
  width: 110px;
  border-radius: 20%;
  overflow: hidden;
}

.testimony-panel .user-pic img{
  width: 100%;
}

.testimony-panel .blockquote{
  font-size: 1rem;
}

.testimony-panel .blockquote-footer{
  margin-top: 1rem;
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}

.card-deck .card {
    min-width: 220px;
}

.price-panel .card-body{
  padding: 40px 30px
}

.price-panel .features-list{
  height: 450px;
  overflow-y: auto;
  margin-bottom: 20px;
}

.price-panel .price-benefit{
  text-align: left;
  list-style: none;
  padding-left: 0px;
}

.price-panel .price-benefit li{
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.price-panel .price-benefit li:before{
  background-image: url(../img/check-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.price-panel .price-benefit li:last-child{
  margin-bottom: 0px;
}

.line-separator{
  opacity: .1;
}

.pricing-table{
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: .25rem;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.pricing-table .price-title-row td{
  border-bottom: 2px solid #ddd !important;
}

.pricing-table .price-package-title{
  padding: 25px 10px;
  background-color: #5f9cfe;
  color: #fff;
  width: 110px;
  margin: 0 auto;
  border-radius: .25rem;
  position: relative;
  margin-bottom: 10px;
}

.pricing-table .price-package-title.enterprise{
  background-color: #0e6efd;
}

.pricing-table .price-package-title.enterprise:before{
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom:-10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0e6efd transparent transparent transparent;
}

.pricing-table table tr td .fa-check{
  color: #0e6efd;
}

.pricing-table table tr td .fa-times{
  color: #9c9c9c;
}

.pricing-table .pricing-footer, .pricing-table .pricing-footer td{
  border-bottom: none;
}

.pricing-table .sticky-header-table {
  position: sticky;
  top: 73px;
  background-color: #fff;
  z-index: 1;
  box-shadow: inset 0 -1px #ddd;
}

.pricing-table .table thead,
.pricing-table .table tbody,
.pricing-table .table tfoot,
.pricing-table .table tr,
.pricing-table .table td, th {
    vertical-align: middle;
}

.card-contact-label{
  min-height: 85px;
  padding: 23px
}

.card-contact-label .icon-contact{
  background-color: #005ddb;
  padding: 7px 5px;
  border-radius: .25rem;
  color: #fff;
  width: 50px;
  margin-right: 20px;
  margin-bottom: 10px;
  box-shadow: 6px 6px #b9d3f7;
}

#contact .card-footer{
    margin-top: -6px;
}

.notif-bg{
  overflow: hidden;
  width: 350px;
  margin: 0 auto;
}

.notif-bg img{
  width: 100%;
}

.form-group{
  margin-bottom: 15px;
}

.highlight-package{
  background-color: #f4f7fb !important;
  border-left: 2px solid #0e6efd;
  border-right: 2px solid #0e6efd;
}

.highlight-package-header{
  border-left: 2px solid #0e6efd ;
  border-right: 2px solid #0e6efd ;
  border-top: 2px solid #0e6efd ;
}

.highlight-package-footer{
  border-left: 2px solid #0e6efd ;
  border-right: 2px solid #0e6efd ;
  border-bottom: 2px solid #0e6efd !important;
}

.price-title-header{
  display: inline-block;
  margin: 0 auto;
  padding: 8px 30px;
  background-color: #1694fd;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

.price-label{
  padding-top: 25px;
}

.price-label .price-label-small{
  margin-bottom: 0px;
  font-weight: normal;
}

.price-label h4{
  font-weight: bold;
  font-size: 2rem;
}

.price-label .currency-label{
  font-size: .9rem;
}

.price-desc-label{
  font-weight: normal;
  font-size: .9rem;
}

.list-pricing{
  list-style: none;
  padding-left: 0px;
}

.list-pricing li .fas{
  color: #1694fd;
}

.list-pricing li{
  font-size: .9rem;
  margin-bottom: 7px;
}

.row-feature .col-md-3 .card-feature{
  border: none;
  box-shadow: none !important;
  border-right: 1px solid #ddd;
  border-radius: 0;
}

.row-feature .col-md-3:last-child .card-feature{
  border-right: 0px;
}

.img-features{
  width: 800px;
  overflow: hidden;
  display: inline-block;
}

.img-features img{
  width: 100%;
}

.phone-frame{
  position: relative;
  width: 100%;
  height: 735px;
  display: inline-block;
}

.tipsen-demo-video{
  position: absolute;
  right: 10px;
  width: 243px;
  margin-right: 81px;
  margin-top: 205px;
  z-index: 8;
}


@media (max-width: 768px) {
  .testimony-panel {
    flex-direction: column;
    margin: auto 10px;
  }

  .testimony-panel .w-30 {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .testimony-panel .user-pic {
    margin: 0 auto;
  }

  .testimony-panel .blockquote {
    padding: 0px 20px;
  }

  .pricing-table {
    overflow-x: auto;
  }

  .pricing-table .sticky-header-table {
    top: 0;
  }

  .bg-pricing{
    background-image: unset;
  }

  .row-feature .col-md-3 .card-feature{
    border-right: 0;
  }

  .img-features{
    width: 100%;
  }

  main {
    margin-top: -140px;
  }

  header nav a.me-5{
    margin-right: 1rem !important;
  }

  .phirogo-logo-banner {  
    margin-top: 160px;
    margin-bottom: 20px;
  }

  .bg-home-phirogo {
    background-position-y: -40px;
    background-size: 1080px auto;
  }

  .phirogo-logo-banner h2 {
      font-size: 1.5rem;
  }
}



@media (min-width: 1920px) {
  .bg-home-phirogo{
    background-position-y: -478px;
  }
}

@media (max-width: 1024px) {
  .bg-home-phirogo{
    background-position-y: -15px !important;
  }
}

@media (max-width: 1366px) {
  .bg-home-phirogo{
    background-position-y: -175px;
  }
}

