@charset "UTF-8";
/*-- float utilities --*/
@import url("https://fonts.googleapis.com/css?family=Montserrat");
.float-left {
  float: left   !important;
}

.float-right {
  float: right  !important;
}

.float-none {
  float: none   !important;
}

@media (min-width: 768px) {
  .float-sm-left {
    float: left   !important;
  }
  .float-sm-right {
    float: right  !important;
  }
  .float-sm-none {
    float: none   !important;
  }
}

@media (min-width: 992px) {
  .float-md-left {
    float: left   !important;
  }
  .float-md-right {
    float: right  !important;
  }
  .float-md-none {
    float: none   !important;
  }
}

@media (min-width: 1200px) {
  .float-lg-left {
    float: left   !important;
  }
  .float-lg-right {
    float: right  !important;
  }
  .float-lg-none {
    float: none   !important;
  }
}

/*-- text utilities --*/
.text-left {
  text-align: left   !important;
}

.text-right {
  text-align: right  !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left   !important;
  }
  .text-sm-right {
    text-align: right  !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left   !important;
  }
  .text-md-right {
    text-align: right  !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left   !important;
  }
  .text-lg-right {
    text-align: right  !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

/*-- spacing utilities --*/
.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.vpb-btn-primary, .vpb-btn-secondary, .vpb-btn-white, .vpb-btn-transparent, .vpb-btn-gradient {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  color: white;
  margin: 10px auto;
  padding: 5px 10px;
  text-transform: uppercase;
  border: none;
  outline: none;
  font-size: 12px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}

.vpb-btn-primary {
  background: #00a99d;
}

.vpb-btn-secondary {
  background: #F7931E;
}

.vpb-btn-white {
  background: white;
  color: #707E8C;
  border: 1px solid #00a99d;
}

.vpb-btn-primary i, .vpb-btn-secondary i, .vpb-btn-white i {
  font-size: 14px;
  margin-top: 8px;
  float: right;
}

.vpb-btn-transparent {
  height: 50px;
  margin: 5px auto;
  border-radius: 25px;
  text-align: left;
  text-transform: unset;
  background: transparent;
  color: #707E8C;
  font-size: 16px;
}

.vpb-btn-transparent img {
  margin-right: 15px;
  margin-left: -5px;
}

.vpb-btn-transparent i {
  font-size: 18px;
  margin-top: 12px;
  float: right;
  margin-right: 5px;
  color: #00a99d;
}

.vpb-btn-gradient {
  height: 50px;
  margin: 5px auto;
  border-radius: 25px;
  text-align: left;
  text-transform: unset;
  background: #00a99d;
  background-image: -webkit-gradient(linear, left top, right top, from(#00a99d), to(#3EA7F1));
  background-image: linear-gradient(to right, #00a99d, #3EA7F1);
  color: #ffffff !important;
  font-size: 16px;
}

.vpb-btn-gradient img {
  margin-right: 15px;
  margin-left: -5px;
}

.vpb-btn-gradient i {
  font-size: 18px;
  margin-top: 12px;
  float: right;
  margin-right: 5px;
  color: #ffffff;
}

.vpb-btn-gradient .icon-work {
  border-color: #ffffff;
}

.top-home-bg, .top-valpal-bg, .top-movepal-bg, .top-portalpal-bg, .top-designpal-bg, .top-chatpal-bg, .top-additional-services-bg, .top-marketing-bg, .top-stats-bg, .top-testimonial-bg, .top-blogs-bg, .top-partners-bg, .brochure-section-bg, .middle-marketing-bg, .valuation-tool-section-bg, .form-section-bg, .contact-container-bg {
  background: #00a99d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top-home-bg {
  background-image: url(/images/top-home-bg.png);
}

.top-valpal-bg {
  background-image: url(/images/top-valpal-bg.png);
  min-height: 385px;
  padding-top: 35px;
}

.top-movepal-bg {
  background-image: url(/images/top-movepal-bg.png);
  min-height: 420px;
  padding-top: 80px;
}

.top-portalpal-bg {
  background-image: url(/images/top-portalpal-bg.png);
  min-height: 330px;
  padding-top: 40px;
}

.top-designpal-bg {
  background-image: url(/images/top-designpal-bg.png);
  min-height: 330px;
  padding-top: 40px;
}

.top-chatpal-bg {
  background-image: url(/images/top-chatpal-bg.png);
  min-height: 330px;
  padding-top: 50px;
}

.top-additional-services-bg {
  background-image: url(/images/top-additional-services-bg.png);
  min-height: 330px;
  padding-top: 50px;
}

.top-marketing-bg {
  background-image: url(/images/top-marketing-services-bg.png);
  min-height: 270px;
}

.top-stats-bg {
  background-image: url(/images/top-stats-bg.png);
}

.top-testimonial-bg {
  background-image: url(/images/top-testimonial-bg.png);
}

.top-blogs-bg {
  background-image: url(/images/top-blogs-bg.png);
}

.top-partners-bg {
  background-image: url(/images/top-marketing-services-bg.png);
}

.brochure-section-bg {
  background-image: url(/images/brochure-bg.png);
  margin-top: 60px;
}

.middle-marketing-bg {
  background-image: url(/images/middle-marketing-bg.png);
}

.valuation-tool-section-bg {
  background-image: url(/images/valuation-tool-bg.png);
}

.form-section-bg {
  background-image: url(/images/form-bg.png);
}

.contact-container-bg {
  background: url(/images/contact-map.png);
  background-attachment: fixed;
}

.footer-section-bg {
  background: #26425E;
}

.top-our-packages-bg {
  background: -webkit-gradient(linear, left top, right top, from(#40a7f4), to(#00a99d));
  background: linear-gradient(to right, #40a7f4, #00a99d);
  min-height: 330px;
}

.vp-text {
  color: #707E8B;
}

.vp-text-white {
  color: #ffffff !important;
}

.vp-text-teal {
  color: #00a99d !important;
}

.vp-text-blue {
  color: #26425E !important;
}

.vp-text-dark-blue {
  color: #173859 !important;
}

.vp-bg-white {
  background: #ffffff !important;
}

.vp-bg-teal {
  background: #00a99d !important;
}

.vp-bg-blue {
  background: #26425E !important;
}

.vp-bg-dark-blue {
  background: #173859 !important;
}

.vpb-gray {
  color: #BDCCD4 !important;
}

.vpb-green {
  color: #00a99d !important;
}

.vpb-blue {
  color: #21A8CA !important;
}

.hide-tr {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.max-1920 {
  max-width: 1920px;
}

.max-1200 {
  max-width: 1200px;
}

.max-1150 {
  max-width: 1150px;
}

.max-1100 {
  max-width: 1100px;
}

.max-1050 {
  max-width: 1050px;
}

.max-1000 {
  max-width: 1000px;
}

.max-990 {
  max-width: 920px;
}

.max-950 {
  max-width: 950px;
}

.max-920 {
  max-width: 920px;
}

.max-900 {
  max-width: 900px;
}

.max-880 {
  max-width: 880px;
}

.max-850 {
  max-width: 850px;
}

.max-820 {
  max-width: 820px;
}

.max-800 {
  max-width: 800px;
}

.max-780 {
  max-width: 780px;
}

.max-750 {
  max-width: 750px;
}

.max-700 {
  max-width: 700px;
}

.max-650 {
  max-width: 650px;
}

.max-620 {
  max-width: 620px;
}

.max-600 {
  max-width: 600px;
}

.max-580 {
  max-width: 580px;
}

.max-520 {
  max-width: 520px;
}

.max-550 {
  max-width: 550px;
}

.max-500 {
  max-width: 500px;
}

.max-480 {
  max-width: 480px;
}

.max-460 {
  max-width: 460px;
}

.max-450 {
  max-width: 450px;
}

.max-440 {
  max-width: 440px;
}

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

.max-350 {
  max-width: 350px;
}

.max-320 {
  max-width: 320px;
}

.max-300 {
  max-width: 300px;
}

.max-280 {
  max-width: 280px;
}

.max-250 {
  max-width: 250px;
}

.max-230 {
  max-width: 230px;
}

.max-220 {
  max-width: 220px;
}

.max-200 {
  max-width: 200px;
}

.max-150 {
  max-width: 150px;
}

.max-100 {
  max-width: 100px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-140 {
  margin-top: 140px;
}

.vp-inline-block {
  display: inline-block;
}

.icon-xs {
  font-size: 12px;
}

.icon-sm {
  font-size: 24px;
}

.icon-md {
  font-size: 36px;
}

.icon-lg {
  font-size: 48px;
}

.icon-xl {
  font-size: 60px;
}

.icon-services {
  display: block;
  position: relative;
  width: 110px;
  height: 110px;
  border: 3px solid #cccccc;
  border-radius: 50%;
  margin: auto;
}

.icon-services .icon-tvpn {
  line-height: 110px;
  font-weight: 300;
  color: #00a99d;
}

.icon-work {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  text-align: center;
}

.icon-work .icon-steps {
  float: none;
  margin: auto;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  vertical-align: middle;
}

.sm-menu-icon {
  display: block;
  margin: 6px auto 15px;
  font-size: 24px;
  color: #00a99d;
}

.navbar-nav > li > a {
  padding: 15px 12px;
  color: #26425E !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.nav-container {
  max-width: 1120px;
  margin: auto;
  text-align: center;
}

.nav-row-white {
  background: white;
  padding: 5px;
}

.navbar-logo-gap {
  padding: 5px;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .navbar-logo-gap {
    margin-right: 4px;
  }
}

.nav-col-border {
  border-right: 1px solid #707E8C;
}

.navbar-block-static {
  position: static !important;
}

.vp-menu-arrow {
  margin-left: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.vp-arrow-rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#vp-contact-dropdown-js a {
  background: none !important;
}

.vp-menu-contact {
  border: none;
  outline: none;
  color: #707E8C !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 10px !important;
}

@media (max-width: 991px) {
  .vp-menu-contact {
    margin-top: 0px !important;
  }
}

.vp-menu-contact a {
  color: #707E8C !important;
  background: none !important;
}

.vp-menu-contact a:hover {
  background: none !important;
  text-decoration: underline !important;
}

.navbar-right i {
  font-size: 18px;
  color: #BDCCD4;
  margin-right: -10px;
}

.btn-login {
  display: block;
  width: 80px;
  height: 30px;
  margin: 10px;
  padding: 3px !important;
  border: 2px solid #00a99d;
  border-radius: 20px;
  text-align: center;
}

#vpbNavbar {
  border: none;
  text-align: left;
}

@media (max-width: 991px) {
  #vpbNavbar {
    position: absolute;
    width: 100%;
    z-index: 1000;
    left: 0px;
    padding-left: 3px;
    background: #ffffff;
  }
}

@media (max-width: 767px) {
  #vpbNavbar {
    padding-left: 18px;
  }
}

#vpb-dropdown {
  position: absolute;
  background: white;
  left: 0px;
  right: 0px;
  z-index: 999;
  max-width: 100%;
}

.vpb-dropdown-container {
  max-width: 930px;
  margin: auto;
  padding: 10px 0px 20px;
}

@media (min-width: 1200px) {
  .vpb-dropdown-container {
    max-width: 980px;
  }
}

.vpb-dropdown-container > .row {
  margin-right: 0px;
  margin-left: -25px;
}

@media (min-width: 375px) {
  .vpb-dropdown-container > .row {
    margin-left: -15px;
  }
}

.vpb-dropdown-menu {
  position: relative;
  display: inline-block;
  list-style: none;
  margin-bottom: 10px;
  margin-left: -10px;
}

.vpb-dropdown-menu h4 {
  margin: 0px 0px 10px;
  color: #00a99d;
}

.vpb-dropdown-menu li {
  padding: 5px 0px;
}

.vpb-dropdown-menu a {
  color: #707E8C;
}

.flip-card-wraper {
  white-space: nowrap;
  width: 100%;
  height: 400px;
  margin: 45px auto;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 480px) {
  .flip-card-wraper::-webkit-scrollbar {
    height: 12px;
  }
  .flip-card-wraper::-webkit-scrollbar-track {
    visibility: hidden;
  }
  .flip-card-wraper::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border-radius: 10px;
  }
}

.flip-card {
  display: inline-block;
  position: relative;
  width: 260px;
  height: 337px;
  margin: 10px;
  text-align: center;
  white-space: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-card button {
  margin: 20px auto;
}

.flip-card img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.flip-card p {
  color: #707E8C;
  font-size: 14px;
}

.flip-card hr {
  margin: 15px auto;
}

.flip-card a {
  margin: 50px auto;
}

.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: white;
  border-radius: 10px;
}

.flip-card-front p {
  font-size: 14px;
  line-height: 22px;
}

.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background: white;
  border-radius: 10px;
}

.flip-card-img {
  height: 200px;
  margin: auto;
  padding: 0px 20px;
  text-align: center;
  font-weight: bold;
}

.flip-card-img a {
  color: #00a99d;
  text-align: left;
  cursor: pointer;
}

.flip-card-img span {
  color: #00a99d;
}

.flip-card-img i {
  margin-top: 3px;
}

.flip-card-close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #707E8C !important;
  cursor: pointer;
}

.flip-card-input {
  display: block;
  width: 100%;
  height: 40px;
  margin: 50px auto;
  padding: 8px 0px 0px 0px;
  border-radius: 20px;
  border: 1px solid #00a99d;
}

.flip-card-input input {
  width: 170px;
  color: #707E8C;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

.flip-card-input input::-webkit-input-placeholder {
  color: #707E8C;
  text-transform: uppercase;
}

.flip-card-input input:-ms-input-placeholder {
  color: #707E8C;
  text-transform: uppercase;
}

.flip-card-input input::-ms-input-placeholder {
  color: #707E8C;
  text-transform: uppercase;
}

.flip-card-input input::placeholder {
  color: #707E8C;
  text-transform: uppercase;
}

.flip-card-input i {
  font-size: 22px;
  color: #707E8C;
  vertical-align: sub;
  cursor: pointer;
}

.icon-card-input {
  display: inline-block;
  height: 40px;
  width: 60px;
  font-size: 22px;
  color: #707E8C;
  background: #ffffff;
  border: 1px solid #00a99d;
  border-radius: 20px;
  border-left: 0;
  cursor: pointer;
}

.flip-card-leads {
  font-size: 36px;
  font-weight: bold;
}

.services-card {
  margin: 20px auto;
  padding: 10px;
  background: white;
  border-radius: 10px;
  border: none;
  text-align: center;
}

.services-card a {
  width: 180px;
}

.services-card:hover {
  background: #00a99d;
  background: -webkit-gradient(linear, left bottom, left top, from(#54a2d9), to(#19aa9f));
  background: linear-gradient(to top, #54a2d9, #19aa9f);
  cursor: pointer;
}

.services-card:hover .icon-services {
  border-color: transparent !important;
}

.services-card:hover i, .services-card:hover h3, .services-card:hover p {
  color: #ffffff !important;
}

.services-card:hover a {
  background: #ffffff;
  color: #00a99d !important;
}

.services-card:hover a .fa-arrow-right {
  color: #00a99d !important;
}

.services-card-img {
  display: block;
  min-height: 220px;
  margin: auto;
  padding: 0px 20px;
  text-align: center;
}

.services-card-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.services-card-img h3 {
  color: #00a99d;
}

.services-card-img p {
  color: #707E8C;
  width: 70%;
  margin: auto;
  font-size: 16px;
}

.services-card-additional {
  margin: auto;
  padding: 50px 10px 10px;
  line-height: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .services-card-img p {
    width: 80%;
  }
  .services-card-additional {
    padding-top: 30px;
    font-size: 20px;
    margin: 0px -20px;
  }
}

.work-container {
  max-width: 970px;
}

.work-container .home-work-text {
  font-size: 16px;
  line-height: 27px;
  text-align: center;
}

.nurture-container {
  min-height: 600px;
}

.diagram-container {
  display: block;
  margin: auto;
  text-align: center;
  background: none;
}

@media (min-width: 480px) {
  .diagram-container {
    background: url(/images/work-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
  }
}

.diagram-container i {
  padding: 20px 30px;
  font-size: 30px;
}

.diagram-top-block {
  display: block;
}

.diagram-middle-block {
  display: block;
}

.diagram-bottom-block {
  display: block;
}

.diagram-top-text {
  width: 230px;
  background: white;
  margin: auto;
  text-align: center;
}

.diagram-pound-img {
  display: block;
  background: #ffffff;
  padding: 10px;
  margin-top: 5px;
}

.steps-top-block {
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #BDCCD4;
  margin: auto;
  text-align: center;
  max-width: 320px;
  cursor: pointer;
}

.steps-top-block span {
  font-size: 15px;
}

.steps-top-block i {
  padding: 0px 10px;
}

@media (min-width: 400px) {
  .steps-top-block {
    max-width: 390px;
  }
  .steps-top-block i {
    padding: 0px 20px;
  }
}

@media (min-width: 480px) {
  .steps-top-block {
    max-width: 440px;
  }
  .steps-top-block i {
    padding: 0px 30px;
  }
}

.steps-middle-block {
  max-width: 320px;
  margin: 0px auto 50px;
}

@media (min-width: 400px) {
  .steps-middle-block {
    max-width: 380px;
    margin: auto;
  }
}

@media (min-width: 480px) {
  .steps-middle-block {
    max-width: 440px;
  }
}

.nav-blogs {
  max-width: 960px !important;
  border-radius: 10px !important;
  margin-top: -27px !important;
}

.search-blog {
  display: none;
  width: 150px;
  height: 34px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px 0px 0px 4px;
}

.search-icon {
  background: white;
  color: #808080;
}

.blogs-container {
  max-width: 991px;
  padding: 80px 15px 20px;
}

.thumbnail-round {
  display: block;
  margin: 5px auto;
  background: white;
  border-radius: 20px;
  overflow: hidden;
}

.thumbnail-round a {
  text-decoration: none !important;
}

.thumbnail-round:hover {
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.thumbnail-padding {
  padding: 0px 20px 20px 20px;
}

.blog-heading-color {
  color: #00a99d;
  text-decoration: none !important;
  line-height: 25px;
}

.blog-sub-heading {
  color: #808080;
  margin-bottom: 20px;
}

.blog-text-color {
  color: #808080;
  text-decoration: none !important;
}

.blog-body {
  background: #f5f5f5;
  padding-top: 40px;
}

.thumbnail-blog {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  background: white;
}

.main-thumbnail-blog {
  display: block;
  padding: 0px;
  margin-bottom: 40px;
  background: white;
}

.main-caption-blog {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

.caption-blog {
  padding: 15px;
  color: #808080;
}

.main-img-container {
  width: 69%;
  display: inline-block;
}

.blog-img {
  width: 100%;
  height: auto;
}

.blog-img-round {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px #808080;
          box-shadow: 0px 5px 10px #808080;
}

.sidebar-heading {
  color: #808080;
  font-weight: bold;
}

.social-share-container {
  position: relative;
  margin-top: 10px;
}

.share-icon {
  float: right;
  margin: 15px 15px 5px;
  cursor: pointer;
}

.share-icon i {
  font-size: 24px;
  color: #9fb8c4;
}

.share-icon span {
  margin-left: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #00a99d;
  vertical-align: super;
}

.social-media-popup {
  display: none;
  position: absolute;
  z-index: 99;
  width: 280px;
  height: 200px;
  padding: 20px;
  right: 15px;
  bottom: 30px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 10px #808080;
          box-shadow: 5px 5px 10px #808080;
}

.social-media-popup:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 220px;
  border-top: 30px solid #ffffff;
  border-left: 30px solid transparent;
}

.social-media-popup .input-group-addon {
  font-size: 12px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .social-media-popup {
    width: 330px;
    right: -240px;
  }
  .social-media-popup:after {
    left: 40px;
    border-top: 30px solid #ffffff;
    border-right: 30px solid transparent;
    border-left: 0px;
  }
}

.social-share-box {
  margin-bottom: 20px;
  margin-left: -40px;
}

.social-share-box li {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 8px;
  margin-right: 5px;
  cursor: pointer;
}

.social-share-box .twitter {
  background: #000000;
}

.social-share-box .facebook {
  background: #3b5998;
}

.social-share-box .linkedin {
  background: #0077B5;
}

.social-share-box .instagram {
  background: #e4405f;
}

.stats-block {
  margin: 21px auto 80px;
  text-align: center;
  padding: 10px;
  color: white;
}

.stats-block i {
  margin: 0px 5px;
}

.stats-block .fa-info-circle {
  font-size: 24px;
}

.stats-block .fa-clock {
  font-size: 22px;
}

.stats-block .fa-redo-alt {
  font-size: 20px;
}

.stats-heading {
  font-size: 48px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .stats-heading {
    font-size: 36px;
    line-height: 50px;
  }
}

.stats-subheading {
  margin: 20px auto;
  font-size: 18px;
}

.stats-update {
  max-width: 500px;
  margin: 0px auto 20px;
  padding: 10px;
  border: 1px solid;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.stats-last-update {
  display: inline-block;
}

.stats-next-update {
  display: inline-block;
}

.stats-tabs-block {
  margin: -55px auto 50px;
  padding: 0px;
  text-align: center;
  border: none;
}

.stats-tabs-block span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
}

.stats-tabs {
  display: inline-block;
  margin: 0px 10px;
  width: 280px;
  padding: 10px;
  font-weight: bold;
  color: #ffffff;
  background: #26425E;
  text-transform: uppercase;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  line-height: 20px;
  cursor: pointer;
}

.stats-tabs.active {
  color: #26425E;
  background: #ffffff;
  padding: 20px 10px;
}

.stats-tabs.active span {
  border-bottom: 2px solid #00a99d;
}

@media (max-width: 767px) {
  .stats-tabs {
    width: 180px;
  }
}

@media (max-width: 480px) {
  .stats-tabs {
    width: 150px;
    margin: 0px;
    font-size: 12px;
  }
}

@media (max-width: 374px) {
  .stats-tabs {
    width: 125px;
    margin: 0px;
  }
}

.team-bg {
  background: #f8f8f8;
  padding: 0px 0px 10px;
}

.team-container {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}

.team-container hr {
  width: 70px;
  border-top: 2px solid #BDCCD4;
}

.team-member-profile {
  display: inline-block;
  width: 224px;
  height: 350px;
  margin: auto;
  padding: 20px;
  vertical-align: middle;
  background: #f8f8f8;
  cursor: pointer;
}

.team-member-profile:hover {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}

.team-member-img, .team-profile-img {
  width: 200px;
  height: 200px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  background: white;
  border: 3px solid #bdccd4;
}

.team-profile-img {
  width: 220px;
  height: 220px;
  margin: -140px auto 20px;
}

.team-member-name {
  font-size: 16px;
  font-weight: bold;
  color: #26425E;
  margin: 20px 10px 2px;
}

.team-member-job-title {
  color: #707E8C;
}

.team-member-tayab {
  margin: 0px 0px 0px -12px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.team-profile-container {
  margin: 100px auto 50px;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d3d3;
  box-shadow: 0px 0px 20px #d3d3d3;
}

#registerModal {
  margin: 20px auto;
  padding: 10px !important;
}

#registerModal textarea {
  resize: none;
}

@media (min-width: 480px) {
  #registerModal {
    margin-top: 50px;
  }
}

#loginModal, #designpalModal, #dp-thankyouModal {
  margin: 20px auto;
  padding: 10px !important;
}

@media (min-width: 480px) {
  #loginModal, #designpalModal, #dp-thankyouModal {
    margin: 100px auto 50px;
  }
}

#dp-thankyouModal {
  overflow: visible;
}

.vp-login-register-modal, .designpal-order {
  width: 100%;
  max-width: 320px;
  margin: auto;
  text-align: center;
}

.vp-login-register-modal hr, .designpal-order hr {
  width: 50px;
  margin-top: 0px;
  border-top: 2px solid #BDCCD4;
}

.vp-login-register-modal input, .designpal-order input {
  border-radius: 10px;
}

.vp-login-register-modal .modal-content, .designpal-order .modal-content {
  padding: 5px 10px;
  border-radius: 10px;
}

.vp-login-register-modal .panel, .designpal-order .panel {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vp-login-register-modal .vp-text-teal, .designpal-order .vp-text-teal {
  cursor: pointer;
}

.vp-login-register-modal .vp-register, .designpal-order .vp-register {
  margin: 0 -10px;
}

.contact-modal-sm {
  max-width: 300px;
  margin: 100px auto;
  padding: 20px;
  text-align: center;
}

.contact-modal-header {
  border: none;
  padding: 15px;
  text-align: center;
  color: #26425E;
  font-size: 24px;
}

.contact-modal-header .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
}

.contact-modal-top-circle {
  display: block;
  margin: -70px auto 0px;
}

.contact-modal-body {
  position: relative;
  padding: 0px 30px;
  font-size: 16px;
  color: #707E8C;
}

.vp-close {
  position: absolute;
  z-index: 999;
  top: 5px;
  right: 10px;
  font-size: 30px;
  border: none !important;
  outline: none !important;
}

.cp-form-block {
  position: relative;
  margin: 20px auto;
  padding: 20px 40px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
}

.cp-form-block label {
  font-weight: normal;
  margin: 20px auto 0px !important;
}

.cp-form-block hr {
  width: 70px;
  border-top: 2px solid #BDCCD4;
}

.cp-form-block a {
  color: #26425E;
  text-decoration: underline;
}

@media (max-width: 420px) {
  .cp-form-block {
    padding: 20px;
  }
}

.cp-form-text {
  font-size: 14px;
}

.cp-gallery-thumb {
  cursor: pointer;
}

.our-packages-top {
  padding: 30px 0px 130px;
  text-align: center;
  color: #ffffff;
}

.our-packages-container {
  display: table;
  margin: -110px auto 20px;
}

.our-package {
  position: relative;
  width: 100%;
  max-width: 280px;
  height: 600px;
  margin-bottom: 50px;
  padding: 0px 15px 50px;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px #d3d3d3;
  box-shadow: 0px 0px 15px #d3d3d3;
}

.our-package h4 {
  margin-bottom: 0px;
}

.our-package p {
  font-size: 14px;
  margin-bottom: 15px;
}

.our-package-type {
  margin: 0px -15px;
  border-radius: 10px;
  overflow: hidden;
}

.our-package-type h3 {
  font-size: 48px;
}

.our-package-type span {
  display: block;
  margin-top: -55px;
  margin-left: 130px;
  font-size: 18px;
}

.our-package-type p {
  margin-top: 15px;
  margin-bottom: 50px;
  margin-left: 40px;
}

.our-package-type img {
  width: 300px;
  margin-top: -215px;
  margin-bottom: 15px;
}

.starting-price {
  margin: 0px !important;
  font-size: 16px !important;
}

.db-header-bg {
  background: #00a99d;
  background-image: -webkit-gradient(linear, left top, right top, from(#54a1d8), to(#00a99d));
  background-image: linear-gradient(to right, #54a1d8, #00a99d);
}

.db-header-btn {
  display: inline-block;
  height: 50px;
  width: 150px;
  margin: 5px auto;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none !important;
}

.db-header-btn:visited, .db-header-btn:hover, .db-header-btn:active {
  color: #ffffff;
  text-decoration: none !important;
}

.db-btn-active {
  background: rgba(0, 0, 0, 0.3);
}

.db-nav-icon {
  position: relative;
}

.db-icon-container {
  margin: auto;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0px 5px;
}

@media (min-width: 320px) {
  .db-icon-container::-webkit-scrollbar {
    height: 10px;
  }
  .db-icon-container::-webkit-scrollbar-track {
    visibility: hidden;
  }
  .db-icon-container::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border-radius: 10px;
  }
}

.db-icon-menu {
  display: inline-block;
  margin: 20px 15px 0px;
  padding: 0px 0px 10px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.db-icon-menu i {
  display: block;
  color: #00a99d;
  margin: 10px auto;
  font-size: 24px;
  text-align: center;
}

.db-icon-menu a {
  text-decoration: none;
  color: #707E8C;
}

@media (min-width: 768px) {
  .db-icon-menu {
    margin: 20px 16px 0px;
  }
}

@media (min-width: 1200px) {
  .db-icon-menu {
    margin: 20px 28px 0px;
  }
}

.db-icon-active {
  border-color: #00a99d;
  border-bottom-style: solid;
}

.db-container-bg {
  background: #F2F2F2;
}

.db-stats-container {
  width: 100%;
  margin: auto;
  text-align: center;
}

.db-stats-value {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: auto;
  padding: 10px 30px;
  text-align: center;
}

.db-stats-value h1 {
  font-size: 48px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .db-stats-value {
    display: inline-block;
    padding: 30px 30px 10px;
  }
}

.db-btn-export {
  float: right;
  width: 200px;
  height: 34px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 6px 12px;
  color: #00a99d;
  background: transparent;
  border-radius: 20px;
  border: 2px solid #00a99d;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  outline: none;
}

.db-export-icon {
  float: right;
  font-size: 18px;
}

.db-leads-container {
  margin-bottom: 50px;
  padding: 15px;
  background: #ffffff;
  border-radius: 6px;
}

.db-leads-container label {
  margin: 15px auto;
  font-size: 13px;
}

.db-leads-container select {
  font-size: 12px;
}

.db-leads-container .input-group > input {
  font-size: 12px;
  border-right-color: transparent;
}

.db-leads-btn {
  max-width: 210px;
  margin: 24px auto 48px;
  height: 34px;
  line-height: 26px;
}

@media (min-width: 768px) {
  .db-leads-btn {
    margin: 48px auto 24px;
  }
}

.db-btn-width {
  width: 200px;
}

@media (min-width: 768px) {
  .db-btn-width {
    width: 210px;
  }
}

@media (min-width: 992px) {
  .db-btn-width {
    width: 150px;
  }
}

@media (min-width: 1200px) {
  .db-btn-width {
    width: 190px;
  }
}

.db-leads-table {
  padding: 0px 15px;
}

@media (min-width: 992px) {
  .db-leads-table {
    overflow: visible;
  }
}

.db-leads-table tr:hover {
  background: #dddddd;
}

.db-leads-table tr:hover .db-full-survey {
  display: block;
}

.db-leads-table th {
  color: #27435F;
}

.db-leads-table th, .db-leads-table td {
  padding: 15px 10px !important;
  font-size: 12px;
  vertical-align: middle !important;
}

.db-leads-table th:first-child, .db-leads-table td:first-child {
  position: relative;
  min-width: 50px;
}

@media (min-width: 992px) {
  .db-leads-table th:first-child, .db-leads-table td:first-child {
    min-width: 0px;
  }
}

.db-leads-table th:last-child, .db-leads-table td:last-child {
  width: 150px;
}

.db-leads-table th:nth-last-child(3), .db-leads-table td:nth-last-child(3) {
  width: 150px;
  min-width: 150px;
}

.db-leads-table th:nth-last-child(2), .db-leads-table td:nth-last-child(2) {
  width: 230px;
  min-width: 230px;
}

.db-view-table {
  padding: 0px 15px;
  margin-bottom: -35px;
}

.db-view-table th {
  color: #27435F;
}

.db-view-table th, .db-view-table td {
  padding: 20px 10px !important;
  font-size: 12px;
  text-align: center;
  vertical-align: middle !important;
}

.db-view-table th:first-child, .db-view-table td:first-child {
  text-align: left;
}

.db-view-table tbody tr:last-child {
  background: #27435F;
  color: #ffffff;
}

.db-view-table tbody tr:last-child td:first-child > div {
  height: 57px;
  margin-top: -20px;
  margin-bottom: -37px;
  margin-left: -25px;
  background: #27435F;
  border-bottom-left-radius: 6px;
}

.db-view-table tbody tr:last-child td:last-child > div {
  height: 57px;
  margin-top: -20px;
  margin-bottom: -37px;
  margin-right: -25px;
  background: #27435F;
  border-bottom-right-radius: 6px;
}

.db-full-survey {
  display: none;
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  color: #00a99d;
}

.db-full-survey i {
  float: right;
  font-size: 30px;
}

.db-full-survey:hover {
  text-decoration: none;
  color: #00a99d;
}

.db-leads-btn-save {
  width: 120px;
  height: 34px;
  padding: 6px 12px;
  color: #ffffff;
  background: #f7931e;
  border-radius: 20px;
  border: none;
  outline: none;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.db-hot-label {
  position: absolute;
  overflow: visible;
  top: 20px;
  left: -10px;
  padding: 5px 10px;
  color: #ffffff;
  background: #00a99d;
  font-weight: bold;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (min-width: 992px) {
  .db-hot-label {
    left: -30px;
  }
}

.db-branch-dropdown {
  left: 25%;
  min-width: 125px;
  border: none;
}

@media (min-width: 992px) {
  .db-branch-dropdown {
    left: 33%;
  }
}

@media (min-width: 1200px) {
  .db-branch-dropdown {
    left: 32.4%;
  }
}

.form-section-top {
  position: relative !important;
  margin: 70px auto 25px !important;
  color: #ffffff;
  text-align: center;
}

.form-section-top img {
  position: absolute;
  left: -10px;
  top: -40px;
}

.form-section-top hr {
  width: 70px;
  border-top: 2px solid #BDCCD4;
}

.form-section-top p {
  font-size: 16px;
  padding: 20px;
  color: #ffffff !important;
}

.form-section-top a {
  color: white;
  text-decoration: underline;
}

.form-section-content {
  max-width: 950px;
  margin: auto;
}

.form-section-content label {
  display: block;
  color: white !important;
  margin-bottom: 20px;
}

.form-section-content input, .form-section-content textarea {
  background: #95d3ec;
  border: 1px solid #ffffff;
  border-radius: 6px;
  margin-top: 10px;
  resize: none;
}

.form-section-content button {
  width: 250px;
  color: #00a99d;
  margin: 25px auto 50px;
  font-weight: bold;
  font-size: 14px;
}

.footer-section-content {
  padding: 15px 30px;
  margin: 20px auto;
  color: #ffffff !important;
}

.footer-section-content ul {
  list-style: none;
  margin-left: -40px;
}

.footer-section-content li {
  margin: 6px 0px;
}

.footer-section-content a {
  color: #BDCCD4;
  text-decoration: none;
}

.footer-section-content h5 {
  font-size: 16px;
  margin: 20px auto;
}

.footer-row {
  height: auto;
}

@media (min-width: 768px) {
  .footer-row {
    min-height: 200px;
  }
}

.email-phone-address {
  display: block;
}

.email-phone-address i {
  color: white;
  font-size: 16px;
}

.email-phone-address pre {
  background: none;
  border: none;
  color: #BDCCD4;
  font-family: inherit;
  font-size: inherit;
  display: inline;
}

.social-link li {
  display: inline-block;
}

.social-link li a {
  display: block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  color: #fff;
  background: #163249;
  border-radius: 50%;
  text-align: center;
  padding: 8px;
  margin-right: 5px;
}

.social-link:hover, .social-link:focus {
  text-decoration: none;
}

.social-link .twitter a:hover {
  background: #000000;
}

.social-link .twitter .fa-twitter::before {
  content: url('/img/x.png') !important;
}

.social-link .facebook a:hover {
  background: #3b5998;
}

.social-link .linkedin a:hover {
  background: #0077B5;
}

.social-link .instagram a:hover {
  background: #e4405f;
}

.footer-divider {
  border-top: 1px solid #1D3851;
}

.footer-angel-logo {
  padding: 10px;
  text-align: center;
}

.footer-angel-logo p {
  margin: 10px auto;
  font-size: 12px;
  color: #BDCCD4;
}

.footer-angel-logo a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.top-additional-services-bg h1 {
  font-weight: bold;
  padding-top: 25px;
}

.top-designpal-bg, .top-chatpal-bg {
  padding-top: 40px;
}

.top-designpal-bg h4, .top-chatpal-bg h4 {
  margin-top: 20px;
  font-size: 28px;
}

.pp-setting img {
  margin: 25px auto 45px;
}

.middle-marketing-bg h3 {
  font-size: 32px;
}

.call-us-today {
  font-size: 21px;
  color: #26425E;
}

.showcase-heading {
  font-size: 21px;
  font-weight: bold;
  color: #707E81;
  text-align: center;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif !important;
}

body p {
  font-size: 16px;
  line-height: 27px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.img-sharp {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.contact-inner-container {
  background: white;
  margin: 80px auto;
  border-radius: 10px;
  padding: 20px;
}

.contact-inner-container a {
  text-decoration: none !important;
  color: #707E8C !important;
}

@media (min-width: 992px) {
  .contact-inner-container {
    padding: 30px 50px;
  }
}

.vp-container-block {
  margin: 50px auto;
  padding: 10px;
}

.vp-tool-work {
  background: #F2F9FE;
}

.vp-tool-work p {
  padding: 30px;
}

.vp-tool-work .plane {
  position: absolute;
  top: -20px;
  left: 0px;
}

.pp-container {
  margin: 60px auto 20px;
}

.pp-text-block {
  margin-top: 20px;
}

.pp-question-mark-block {
  margin: 30px auto;
}

.top-text-middle {
  max-width: 800px;
  margin: 40px auto;
  padding: 0px 10px;
  text-align: center;
  color: white;
}

.top-text-middle p {
  font-size: 21px;
  line-height: 30px;
}

.vp-heading {
  color: #173859;
  font-weight: bold;
  line-height: 35px;
}

.heading-container {
  margin: 50px auto;
}

.heading-container hr {
  width: 70px;
  border-top: 2px solid #BDCCD4;
}

.heading-container .vpb-btn-white {
  width: 260px;
  color: #00a99d;
}

.heading-container i {
  float: right;
  font-size: 18px;
  margin: 5px;
}

.anchor-block {
  display: block;
  margin: 0px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.anchor-btn-block {
  display: block;
  margin: 20px auto;
  color: #ffffff !important;
  text-decoration: none !important;
}

.anchor-funnel-block {
  display: block;
  margin: 20px auto;
  color: #707E8C;
  text-decoration: none !important;
}

.designpal-container {
  margin: 100px auto;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d3d3;
  box-shadow: 0px 0px 20px #d3d3d3;
}

.testimonial-container {
  display: block;
  position: relative;
  max-width: 900px;
  height: auto;
  margin: 50px auto;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d3d3;
          box-shadow: 0px 0px 20px #d3d3d3;
}

.testimonial-container .quotes-up {
  display: block;
  position: absolute;
  top: -20px;
  left: -10px;
}

.testimonial-container .quotes-down {
  display: block;
  position: absolute;
  bottom: -20px;
  right: -10px;
}

.testimonial-container .fa-star {
  color: #BDCCD4;
}

.testimonial-container .vp-star {
  color: #FBB03B;
}

.testimonial-home {
  margin: 20px auto 130px;
}

.testimonial-home h4 {
  line-height: 27px;
}

.valpal-tool-carousel {
  white-space: nowrap;
  width: 100%;
  height: 360px;
  margin: auto;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 480px) {
  .valpal-tool-carousel::-webkit-scrollbar {
    height: 12px;
  }
  .valpal-tool-carousel::-webkit-scrollbar-track {
    visibility: hidden;
  }
  .valpal-tool-carousel::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border-radius: 10px;
  }
}

.vp-img-inline {
  display: inline-block;
  max-width: 100%;
  margin: auto;
}

.header-shadow {
  margin: 0px -15px;
  padding: 0px 15px;
  -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
          box-shadow: 0px 0px 10px 0px #cccccc;
}

.dp-product {
  margin: 20px auto;
  text-align: center;
}

.dp-product-text {
  margin: 20px auto;
}

.dp-product-text h4 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .dp-product-text {
    min-height: 125px;
  }
}

@media (min-width: 1200px) {
  .dp-product-text {
    min-height: 100px;
  }
}

.dp-product-price {
  font-size: 20px;
  color: #00a99d;
}

.dp-product-price span {
  font-size: 24px;
  font-weight: bold;
}

table#designpal-selected-products > tbody > tr > td {
  text-align: left;
  border: none;
  border-bottom: 1px solid #dddddd;
  color: #707E8B;
}

.dp-delete-item {
  font-weight: bold;
  cursor: pointer;
  color: #00a99d;
}

.check-block-dp {
  width: 230px;
  height: 40px;
  line-height: 25px;
  margin: 30px auto;
  background: #fff;
  color: #00a99d;
  border-radius: 20px;
  font-weight: bold;
  border: 1px solid #00a99d;
  cursor: pointer;
}

.check-block-dp p {
  font-size: 12px;
}

.check-block-dp:hover {
  background: #00a99d;
  color: #ffffff;
}

.check-block-dp label {
  display: inline-block;
}

.check-block-dp p {
  display: inline-block;
  vertical-align: middle;
}

.check-dp {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.check-dp input {
  opacity: 0;
  cursor: pointer;
}

.checkmark-dp {
  display: inline-block !important;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1.5px solid #00a99d;
  border-radius: 5px;
  margin-top: 12px;
}

.checkmark-dp:after {
  content: "";
  position: relative;
  display: none;
}

.check-dp input:checked ~ .checkmark-dp:after {
  display: block !important;
}

.check-dp .checkmark-dp:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #00a99d;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-dp-select {
  background: #00a99d;
  color: #ffffff;
}

.db-boost-full {
  margin: 60px auto;
}

.as-first-img {
  margin: 50px auto;
}

@media (min-width: 992px) {
  .as-first-img {
    margin: 150px auto;
  }
}

.sm-bg {
  background: #f4f4f3;
  padding: 50px 0px;
}

.nav-marketing {
  position: absolute;
  width: 100%;
  max-width: 991px;
  margin: auto;
  z-index: 999;
  left: 0px;
  right: 0px;
  margin-top: 12px;
  border-radius: 10px;
  background: white;
  -webkit-box-shadow: 0px 10px 20px #c4c4c4;
          box-shadow: 0px 10px 20px #c4c4c4;
}

@media (min-width: 1200px) {
  .nav-marketing {
    max-width: 1120px;
  }
}

.nav-marketing ul {
  float: none;
  text-align: center;
}

.nav-marketing ul > li {
  float: none;
  display: inline-block;
  background: white;
}

.vp-table-marketing > .table th {
  padding: 20px 16px;
  border: none !important;
}

.vp-table-marketing > .table td {
  padding: 16px 20px;
}

.vp-table-marketing > .table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

.vp-table-marketing > .table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

.vp-table-marketing > .table tr:last-child th:first-child {
  border-bottom-left-radius: 10px;
}

.vp-table-marketing > .table tr:last-child th:last-child {
  border-bottom-right-radius: 10px;
}

.vp-table-marketing > .table tbody tr:first-child td {
  border: none !important;
}

#marketing-navbar li.active a {
  background: none;
  color: #00a99d !important;
}

.easter-competition {
  display: block;
  max-width: 555px;
  margin: 0px auto 50px;
  line-height: 25px;
  color: #707E8B;
}

@media (min-width: 1200px) {
  .easter-competition {
    float: right;
  }
}

.indepth-insight {
  display: block;
}

@media (min-width: 1200px) {
  .indepth-insight {
    max-width: 800px;
    margin: 80px 20px 20px;
  }
}

.fb-marketing-ads {
  position: relative;
  min-height: 580px;
  margin: 0px auto 50px;
}

@media (min-width: 991px) {
  .fb-marketing-ads {
    padding: 90px 0px;
  }
}

@media (min-width: 1200px) {
  .fb-marketing-ads {
    padding: 70px 0px;
  }
}

.fb-marketing-ads img:first-child:hover {
  position: relative;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.fb-ad-oscar {
  display: block;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
}

.fb-ad-oscar:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 991px) {
  .fb-ad-oscar {
    width: 422px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -211px;
  }
}

.paul-long-table {
  max-width: 650px;
  margin: 50px auto;
  border: none !important;
}

.paul-long-table tr:nth-child(odd) {
  background: #e8edef !important;
}

.paul-long-table tr:first-child {
  color: #ffffff;
  background: #5C658F !important;
  border-radius: 10px;
}

.paul-long-table th, .paul-long-table td {
  font-size: 12px;
  text-align: center;
  vertical-align: middle !important;
  border: none !important;
  padding: 15px !important;
}

.paul-long-table th:first-child {
  font-size: 20px;
  text-align: left;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.paul-long-table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.paul-long-table td:first-child {
  min-width: 250px;
  color: #27435F !important;
  font-size: 14px;
  text-align: left;
}

.paul-long-table i {
  font-size: 24px;
  color: #409CE9;
}

.chatpal-full i {
  display: block;
  font-size: 36px;
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (min-width: 992px) {
  .chatpal-full img {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
  }
  .chatpal-full img:first-child {
    width: 40%;
  }
  .chatpal-full i {
    display: inline-block;
    font-size: 30px;
    vertical-align: middle;
    -webkit-transform: none;
            transform: none;
  }
}

@media (min-width: 1826px) {
  .chatpal-full img {
    width: auto;
  }
  .chatpal-full img:first-child {
    width: auto;
  }
}

.company-profile-container {
  text-align: center;
}

.company-profile-container a {
  text-decoration: none !important;
  color: #707E8C !important;
}

.company-profile-container i {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00a99d;
}

_:-ms-fullscreen, :root .vp-contact-icons {
  color: #00a99d;
}

.company-logo-container {
  max-width: 400px;
  margin: auto;
  padding: 30px;
}

.contact-subheading {
  margin: 20px auto 40px;
}

.contact-number {
  margin-bottom: 30px !important;
}

.contact-address {
  margin: 0px 10px 20px !important;
}

.contact-form-block {
  margin: 20px auto;
  padding: 0px 20px;
  border-radius: 10px;
}

.contact-textarea {
  max-width: 100%;
  background: #95d3ec;
  border-color: white;
}

.vp-contact-icons {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border: 1px solid #bdccd4;
  border-radius: 50%;
  color: #00a99d;
  line-height: 40px;
}

@media (max-width: 420px) {
  .vp-contact-icons {
    display: block;
    margin: 10px auto 5px;
  }
}

.vp-contact-icons + span {
  display: inline-block;
  color: #707E8C;
  font-weight: bold;
  text-align: left;
  margin: 10px;
  vertical-align: top;
}

@media (max-width: 420px) {
  .vp-contact-icons + span {
    display: block;
    margin: 10px -15px 20px !important;
    padding: 0px;
    text-align: center;
  }
}

.vp-contact-radios {
  text-align: center;
}

.vp-contact-radios input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
  width: 0px;
  height: 0px;
}

.vp-contact-type {
  max-width: 250px;
  margin: 30px auto;
  padding: 15px 0px 0px;
  border-radius: 10px;
  line-height: 25px;
  cursor: pointer !important;
  border: 1px solid #00a99d;
}

.vp-contact-type label {
  cursor: pointer !important;
  font-size: 16px;
}

.vp-contact-active {
  border: 1px solid white;
  background: white;
}

.vp-contact-active > label {
  color: #00a99d !important;
}

.vp-portalpal-header {
  background: #00a99d;
  background: -webkit-gradient(linear, left top, right top, from(#54a2d9), to(#19aa9f));
  background: linear-gradient(to right, #54a2d9, #19aa9f);
  height: auto;
  margin: 0px -15px;
}

.vp-error-page {
  display: block;
  color: white;
  background: url(/images/error-bg.png);
  background-position: center;
  padding: 1px;
  text-align: center;
  max-height: 350px;
}

.pp-bottom-container {
  display: block;
  margin: 40px auto;
  padding: 50px 20px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d3d3;
  box-shadow: 0px 0px 20px #d3d3d3;
}

.pp-bottom-container a {
  margin-top: 40px;
}

.ppc-container {
  margin: 0px auto 20px;
  padding: 60px 30px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px #d3d3d3;
  box-shadow: 0px 0px 20px #d3d3d3;
}

.ppc-container-top-circle {
  margin: -115px auto 30px;
}

.ppc-adword-1 {
  margin: 0px auto 60px;
}

@media (min-width: 992px) {
  .ppc-adword-1 {
    margin: 80px auto 40px;
  }
}

.ppc-adword-2 {
  margin: -20px auto 30px;
}

@media (min-width: 992px) {
  .ppc-adword-2 {
    margin: 80px auto 30px;
  }
}

.ppc-adword-3 {
  margin: 30px auto;
}

@media (min-width: 992px) {
  .ppc-adword-3 {
    margin: -18px auto 30px;
  }
}

.advertise-img {
  display: block;
  max-width: 260px;
  margin: 40px auto;
}

@media (min-width: 768px) {
  .advertise-img {
    max-width: 100%;
  }
}

.partners-container {
  width: 100%;
  height: auto;
  margin: auto;
  padding: 30px 0px;
  text-align: center;
}

.eas-logo {
  display: inline-block;
  width: 225px;
  margin: 20px auto;
  padding: 10px;
  vertical-align: middle;
}

.pp-header-block {
  position: relative;
  color: #ffffff;
}

.pp-header {
  position: absolute;
  top: -60px;
  right: 0px;
}

.pp-question-mark {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px 15px 5px 0px;
  border-radius: 50%;
  background: transparent;
  color: #00a99d;
  border: 1px solid #BBCAD2;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
}

.portalpal-steps-container {
  position: relative;
  max-width: 420px;
  margin: auto;
}

.portalpal-steps-container h3 {
  font-size: 21px;
}

.portalpal-steps-block {
  position: relative;
  height: 300px;
  margin: 30px auto;
}

.portalpal-steps-block img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.portalpal-steps-block .step-4 {
  margin: 70px auto 0px;
}

.portalpal-steps {
  display: block;
  width: 40px;
  height: 40px;
  margin: 20px auto;
  border-radius: 50%;
  background: #00a99d;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.pg-guide-container {
  margin: 20px auto 100px;
  padding: 20px 40px;
  text-align: center;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px #d3d3d3;
  box-shadow: 0px 0px 15px #d3d3d3;
}

.pg-guide-block {
  max-width: 550px;
  margin: auto;
  color: #707E8C;
}

.pg-email-setup {
  margin: 30px auto;
  padding: 5px 40px;
  border: 1px solid #BBCAD2;
  cursor: pointer;
}

.pg-guide-text {
  max-width: 750px;
  margin: auto;
  text-align: left;
}

.pg-guide-text p {
  margin: 20px auto;
  text-indent: -15px;
}

.pg-guide-text p:first-line {
  text-indent: 0px;
}

.pg-guide-text .fa-caret-right {
  font-size: 24px;
  color: #00a99d;
  margin-right: 5px;
  vertical-align: middle;
  margin-left: -10px;
}

.pp-guide-regex {
  display: block;
  margin-top: 5px;
  padding: 10px 20px;
  border: 1px solid #BBCAD2;
  border-radius: 10px;
}

.about-form-block {
  position: relative;
  margin: 20px auto;
  padding: 20px 40px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
}

.about-form-block a {
  color: #ffffff;
  text-decoration: underline;
}

.about-form-block label {
  font-weight: normal;
  margin: 0px auto 0px;
}

.about-form-block img {
  position: absolute;
  bottom: -30px;
  right: -15px;
}

@media (max-width: 420px) {
  .about-form-block {
    padding: 20px;
  }
  .about-form-block img {
    display: none;
  }
}

.np-available-container {
  position: relative;
}

.np-available-now {
  position: static;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .np-available-now {
    position: absolute;
    top: -10px;
    right: 7%;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .np-available-now {
    right: 17%;
  }
}

@media (min-width: 1200px) {
  .np-available-now {
    right: 23%;
  }
}

.mp-img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 15px 10px -5px #acacac;
          box-shadow: 0px 15px 10px -5px #acacac;
}

.without-movepal {
  list-style-type: none;
  margin-top: 20px;
  margin-left: -40px;
  font-size: 16px;
  text-align: left;
}

.without-movepal li {
  margin: 10px auto;
  text-indent: -30px;
  padding-left: 30px;
}

.without-movepal li:before {
  content: url(/images/movepal-clock.png);
  margin-right: 8px;
  color: #00a99d;
  font-weight: bold;
  vertical-align: sub;
}

.with-movepal {
  list-style-type: none;
  margin-top: 20px;
  margin-left: -40px;
  font-size: 16px;
  text-align: left;
}

.with-movepal li {
  margin: 10px auto;
  text-indent: -20px;
  padding-left: 20px;
}

.with-movepal li:before {
  content: '✔';
  margin-right: 8px;
  color: #00a99d;
  font-weight: bold;
}

.enhanced-marketing-img {
  margin-top: -4.5%;
}

.starter-pack, .content-pack, .enhanced-marketing-pack {
  list-style-type: none;
  margin-top: 30px;
  margin-left: -40px;
  font-size: 13px;
  text-align: left;
}

@media (min-width: 768px) {
  .starter-pack, .content-pack, .enhanced-marketing-pack {
    min-height: 680px;
  }
}

@media (min-width: 992px) {
  .starter-pack, .content-pack, .enhanced-marketing-pack {
    min-height: 530px;
  }
}

@media (min-width: 1200px) {
  .starter-pack, .content-pack, .enhanced-marketing-pack {
    min-height: 460px;
  }
}

.starter-pack li, .content-pack li, .enhanced-marketing-pack li {
  margin: 5px auto;
  text-indent: -20px;
  padding-left: 30px;
  padding-right: 15px;
}

.starter-pack li:before, .content-pack li:before, .enhanced-marketing-pack li:before {
  content: '✔';
  margin-right: 12px;
  margin-left: -7px;
  font-size: 16px;
  font-weight: bold;
}

.starter-pack {
  min-height: auto;
}

.starter-pack li:before {
  color: #F8B44C;
}

.content-pack {
  min-height: auto;
}

.content-pack li:before {
  color: #00ADEE;
}

.enhanced-marketing-pack {
  min-height: auto;
}

.enhanced-marketing-pack li:before {
  color: #E84D93;
}

.packages-btn {
  max-width: 230px;
  margin: 0px auto;
  background: transparent;
  color: #00a99d !important;
  border: 2px solid #00a99d;
}

.packages-btn .vp-arrow-rotate {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.packages-divider {
  width: 90%;
  border-width: 2px;
}

.social-media-packages {
  margin-top: 40px;
}

.package-price {
  position: relative;
  margin: 25px auto 50px;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .package-price {
    margin: 100px auto 50px;
  }
}

.package-price img {
  position: absolute;
  top: -115px;
  right: 10px;
}

.package-price h1 {
  margin: 5px auto;
  font-weight: bold;
}

.package-price span {
  font-size: 16px;
  font-weight: normal;
  vertical-align: super;
}

.package-price span:last-of-type {
  margin-left: -40px;
  color: #26425E;
  font-weight: bold;
  vertical-align: baseline;
}

.packages-border {
  margin-right: -15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .packages-border {
    border-right: 2px solid #eee;
    min-height: 755px;
  }
}

@media (min-width: 1200px) {
  .packages-border {
    min-height: 662px;
  }
}

.starter-pack-bg {
  background: #F8B44C;
}

.content-pack-bg {
  background: #00ADEE;
}

.enhanced-pack-bg {
  background: #E84D93;
}

.valpal-powered {
  width: 100%;
  min-height: 60px;
  margin: auto;
  padding: 18px 0px;
  margin-top: -30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 10px #cccccc;
          box-shadow: 0px 5px 10px #cccccc;
}

.valpal-powered p {
  font-size: 14px;
}

@media (min-width: 768px) {
  .valpal-powered p {
    border-right: 2px solid #cccccc;
  }
}

@media (min-width: 768px) {
  .valpal-powered {
    border-radius: 10px;
  }
}

@media (min-width: 992px) {
  .valpal-powered {
    max-width: 800px;
    padding: 18px 10px;
  }
}

.valpal-powered-logos {
  padding: 2px;
}

.valpal-powered-logos img {
  display: inline-block;
  padding: 0px 3px;
  margin-top: -10px;
}

@media (min-width: 992px) {
  .valpal-powered-logos img {
    padding: 0px 6px;
  }
}

.testimonial-valpal {
  width: 100%;
  max-width: 1024px;
  margin: 20px auto 130px;
}

@media (max-width: 767px) {
  .db-full-width {
    max-width: 100% !important;
    margin: 0px auto !important;
  }
  .nav-blogs {
    max-width: 100%;
    border-radius: 0px !important;
  }
  .blogs-search-form {
    max-width: 20px;
    margin-left: 10px;
    margin-bottom: 10px !important;
    padding: 0px;
    border: none;
  }
}

@media (max-width: 991px) {
  .db-full-width {
    max-width: 100% !important;
  }
  .db-pc-full {
    max-width: 100% !important;
    width: 100% !important;
    margin: 30px auto 0px !important;
    padding: 0px !important;
  }
  .db-boost-full {
    margin: 10px auto;
    width: 100%;
  }
  .blogs-search-form {
    margin-bottom: 20px;
  }
  .nav-marketing {
    border-radius: 0px;
  }
  .nav-marketing ul {
    float: left;
    text-align: left;
  }
  .nav-marketing ul > li {
    float: none;
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .db-book-full-width {
    max-width: 100% !important;
    float: none !important;
    margin-right: 0px !important;
    padding: 0px !important;
  }
  .db-book-full {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0px auto !important;
  }
  .dp-book-full {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0px auto 50px !important;
  }
  .dp-book-full-width {
    max-width: 100% !important;
    float: none !important;
    margin-right: 0px !important;
    padding: 0px 15px 15px !important;
    margin-top: 0px;
  }
}

.footer-recaptcha {
  position: absolute;
  left: 50%;
  margin-left: -150px;
}

@media screen and (max-width: 400px) {
  .g-recaptcha > div {
    transform: scale(0.89);
    -webkit-transform: scale(0.89);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-left: auto !important;
  }
  .footer-recaptcha {
    margin-left: -138px;
  }
}

@media screen and (max-width: 350px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-left: auto !important;
  }
  .footer-recaptcha {
    margin-left: -115px !important;
  }
}

.byg-close-popup {
  height: 20px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

.vp-byg-modal-close {
  float: left;
  margin-left: -37px;
  opacity: 1;
  color: #ffffff;
  padding: 8px 12px !important;
}

.vp-byg-modal {
  float: right;
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-width: 400px;
  height: 100%;
}

.vp-byg-modal-content {
  min-height: 100%;
  background: #00a99d;
  border: none;
  border-radius: 0px;
}

.vp-byg-modal-overflow {
  padding: 0px !important;
  z-index: 999999;
}

.vp-byg-modal-body {
  position: relative;
  padding: 40px;
  margin: auto;
  color: #000000;
  text-align: center;
  background-image: url("/images/valpal-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.vp-byg-top-text {
  width: 240px;
  margin: 20px auto;
  font-size: 15px;
  text-align: center;
}

.vp-byg-label {
  font-weight: normal;
}

.vp-byg-input {
  background: #ffffff;
  border-radius: 8px;
  color: #30bfb5;
  text-align: center;
  height: 40px;
}

.vp-byg-mandatory-text {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 10px;
}

#form-byg-vp .vp-byg-btn {
  width: 100% !important;
  height: 40px !important;
  padding: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold !important;
  border-radius: 8px;
  background: #26425E;
  color: #ffffff;
  border: none;
}

.vp-byg-btn:hover {
  color: #fff;
}

.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.vp-byg-bottom-text {
  margin: auto;
  font-size: 12px;
  text-align: center;
}

.vp-byg-thankyou {
  display: none;
  margin: 100px auto;
  padding: 30px;
  border: 2px solid #00a99d;
  border-radius: 10px;
}

.vp-byg-thankyou-text {
  width: 250px;
  margin: auto;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 480px) {
  .vp-byg-modal {
    width: 320px;
  }
  .vp-byg-modal-body {
    padding: 30px;
  }
  .vp-byg-thankyou-text {
    width: 200px;
    line-height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 360px) {
  .vp-byg-modal {
    width: 260px;
  }
  .vp-byg-modal-body {
    padding: 20px;
  }
  .vp-byg-thankyou-text {
    width: 160px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .vp-byg-thankyou {
    margin: 50px auto;
  }
}

/*Cookie Consent Begin*/
#cookieContainer {
  height: 40px;
  display: none;
}

#cookieConsent {
  text-align: left;
  background-color: #ff9933;
  min-height: 30px;
  line-height: 30px;
  padding: 8px;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  margin: auto;
  width: 100%;
}

#cookieConsent a {
  color: inherit;
  text-decoration: underline;
}

#closeCookieConsent {
  float: right;
  cursor: pointer;
  height: 30px;
  width: 20px;
  margin: 0;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}

.cookie-text {
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 480px) {
  .cookie-text {
    font-size: 12px;
    color: #fff;
  }
  #closeCookieConsent {
    font-weight: normal;
    font-size: 18px;
  }
}

/*Cookie Consent End*/
/*# sourceMappingURL=style.css.map */