body {
  padding-top: 0;
  background:#fff;
  min-height: 75rem;
}
body {
  font-family: 'avenir_lt_std55_roman', sans-serif; font-weight:normal;
}

h1 {font-size:34px; line-height:38px;}
@media (min-width: 768px) {
  h1 {font-size:42px; line-height:44px;}
}
h2 {font-size:24px; line-height:27px;}
@media (min-width: 768px) {
  h2 {font-size:36px; line-height:40px;}
}
h1 {font-family: 'avenir_lt_std95_black', sans-serif; font-weight:normal; /*line-height:1em !important;*/ /*letter-spacing:0.5em;*/}
h2 {font-family: 'avenir_lt_std95_black', sans-serif; font-weight:normal; /*line-height:1em !important;*/ /*letter-spacing:0.5em;*/}
h3 {font-family: 'avenir_lt_std65_medium', sans-serif; font-size:22px; font-weight:normal; line-height:1.2em; /*letter-spacing:0.15em;*/}
h4 {font-family: 'avenir_lt_std65_heavy', sans-serif; font-size:17px; font-weight:normal; line-height:1.2em; /*letter-spacing:9px;*/}
h5 {font-family: 'avenir_lt_std95_black', sans-serif; font-size:16px; font-weight:normal; line-height:1.1em; /*letter-spacing:6px;*/}
h6 {font-family: 'avenir_lt_std95_black', sans-serif; font-weight:normal; font-size:12px; /*letter-spacing:6px;*/}

p {font-family: 'avenir_lt_std55_roman', sans-serif; font-size:15px; line-height:21px; font-weight: normal;/*letter-spacing:0.06rem;*/}

li {font-family: 'avenir_lt_std55_roman', sans-serif; font-size:14px; line-height:21px; margin-bottom:1em;/* letter-spacing:0.06rem;*/}

.h1-37 {font-size:37px; line-height:40px;}
.pAlt {
  font-family: 'avenir_lt_std55_roman', sans-serif; font-size:14px; line-height:20px;
  margin-bottom:0;
}
.h6Alt {font-family: 'avenir_lt_std55_roman', sans-serif !important; font-size:15px; font-weight:normal; line-height:1.2em; letter-spacing:2px;}
.h4Alt {font-family: 'avenir_lt_std55_roman', sans-serif; font-size:21px; line-height:23px; letter-spacing:2px;}

/* PICK-O-FONT */
.avenirBlack {font-family: 'avenir_lt_std95_black', sans-serif; font-weight:normal;}
.avenirMedium {font-family: 'avenir_lt_std65_medium', sans-serif; font-weight:normal;}
.avenirRoman {font-family: 'avenir_lt_std55_roman', sans-serif; font-weight:normal;}

.text-large {font-family: 'avenir_lt_std55_roman', sans-serif; font-size:16px; font-weight:normal; line-height:24px;}
.text-blue {color: #047b9a;}
.text-gray {color:#4d4d4d;}
.text-green {color:#61a00e;}
.text-primary {color:#33aea1 !important;}

a {color: #33aea1; font-size: 15px; line-height: 21px; text-decoration:none;}
a:vistited {color:#666;}
a, a:active, a:focus { outline: none; }
a:hover {color:#ffba00; text-decoration:underline;}
a:focus {text-decoration:none; color:#ffba00;}
img {border: 0;}
a img {border: none;}

strong {font-family:'avenir_lt_std95_black'; font-weight:normal !important;}

.btn-primary, a.btn-primary {
    color: #fff !important;
    background-color: #33aea1;
    border-color: #33aea1;
    font-size:14px;
    text-decoration: none;
}
a.btn-primary:hover, .btn-primary:hover {background-color:#006693; border-color:#006693; text-decoration: none;}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .9rem;
        padding-left: .9rem;
    }
}
.nav-item a {
  font-family: 'avenir_lt_std55_roman', sans-serif; 
  font-size:14px; 
  font-weight:normal; 
  line-height:1em;
  color:#949494;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #33aea1;
}

/* ICONS */
ul.fizioIcons {
  margin: 0 auto;
}
ul.fizioIcons li {/*width: 100%;*/ margin: 0 20px 20px;}
ul.fizioIcons li .iconImage {/*width: 96px;*/ height: 110px; margin:0 auto 20px auto; display: block}
.belowIcon {padding: 10px; font-size: 14px; text-align:center; white-space: nowrap;}
@media (min-width: 768px) {
  ul.fizioIcons li {width: 160px; margin: 20px 20px;}
}
ul.fizioIcons li a {text-decoration: none; color:#4d4d4d;}
.fizioIcons img {
  border-radius: 100%;
  border: 1px solid;
  padding: 2px;
}

ul.helpIcons {
  margin: 0 auto;
}
ul.helpIcons li {/*width: 100%;*/ margin: 0 40px 20px;}
ul.helpIcons li .iconImage {/*width: 96px;*/ height: 68px; margin:0 auto 20px auto; display: block}
ul.helpIcons li a {text-decoration: none;}



.disclaimer {font-size: 0.7rem; letter-spacing:0.05rem;}
.text-extrasmall {font-size: 0.35rem; letter-spacing:0.05rem;}

.tooltip {font-size: 0.7rem; line-height:1.0rem; color:#fff;}
.tooltip-bg {background:#4d4d4d;}
.tooltip-inner {padding:10px;}

.relative {position: relative;}
.centerImg img {margin-left: auto; margin-right: auto;}

.blueBk {background:#006693;}
.greenBk {background:#61a00e;}
.yellowBk {background:#f6b14d;}
.grayBk {background: #4d4d4d;}
.purpleBk {background: #8f519a;}
.whiteBk {background: #fff;}
.ltGreenBk {background:#f0f4e6;}

.blueBorder {border-color:#006693 !important;}
.purpleBorder {border-color: #8f519a !important;}
.greenBorder {border-color:#61a00e !important;}
.yellowBorder {border-color:#f6b14d !important;}
.redBorder {border-color:#d34300 !important;}

.rounded-14 {border-radius: 14px;}
.rounded-14-top {border-radius: 14px 14px 0 0;}
.rounded-14-bottom {border-radius: 0 0 14px 14px;}

.mt80 {margin-top: 80px;}
.mt90 {margin-top:  90px;}
.my80 {margin-top: 80px; margin-bottom: 80px;}

.footer {background:#e7e7e7; color:#4d4d4d;}
.footerNav li a, ul.ptc li a {color:#4d4d4d; text-decoration: none; font-size: 12px;}
.footerNav li a:hover, ul.ptc li a:hover {color:#000; text-decoration: underline;}
.footer a {color:#4d4d4d;}
.footer .social a {color:#33aea1}

.footer .border-right {border-right:1px solid #4d4d4d; padding:0 13px 0 0; margin:0 12px 0 0;}
.footer .border-top {border-top:1px solid #4d4d4d !important;}
.footer .disclaimer {letter-spacing: 0 !important;}
ul.ptc {
  margin-bottom:0;
}
.ptc li a, .ptc li {line-height:12px !important;}
.homeHeader {
  background: url('../images/fz_homeHeader.jpg') no-repeat center center;
  background-size: cover;
  height: 90vh;
}
.homeHeaderGif {
  background: url('../video/fizioLog_w_loop_l.gif') no-repeat center center;
  background-size: cover;
  height: 90vh;
}
.headerLogo {
  position:absolute;
  top:0; right:0; bottom:0; left:0;
  width:100%;
  height:300px;
  margin:auto;
  text-align: center;
}
.headerLogo img {width:240px; margin:auto;}
@media (min-width: 768px) {
  .headerLogo img {width:480px;}
}

/* video header*/
.headerVideo {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.headerVideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.headerVideo .container {
  position: relative;
  z-index: 2;
}

.headerVideo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}





.credibleBkgd {
  background-image: url('../images/sources_Mockup.png');
  background-position: 105% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 440px;
}
@media (min-width: 768px) {
  .credibleBkgd {
    height: 290px;
  }
}
@media (min-width: 992px) {
  .credibleBkgd {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .credibleBkgd {
    height: 600px;
  }
}

.fzpath {
  background: url('../images/fizioLogPath_f_m.svg') no-repeat center center;
  background-size: contain;
  height: 400px;
  max-width:100%;
  margin:auto;
}
@media (min-width: 768px) {
  .fzpath {
    background: url('../images/fizioLogPath_f.svg') no-repeat top center;
    background-size: contain;
    height: 200px;
    max-width:1200px;
    margin:auto;
  }
}

.worksmartermobi {min-height: 600px; padding-top: 0;}
.worksmarter {display:none;}
@media (min-width: 768px) {
  .worksmarter {min-height: 510px; padding-top: 200px; display:flex;}
}
.leaper {
  z-index: 3;
  width: 270px;
  height: 700px;
  position: absolute;
  top: 0;
  left: 40%;
  margin-left: -135px;
}

.fzfone {
  margin-top:0;
  width:100%;
  height:100%; 
}
@media (min-width: 768px) {
  .fzfone {
    margin-top:-20px;
    width:360px;
    height:100%; 
  }
}
@media (min-width: 992px) {
  .fzfone {
    margin-top:-68px;
    width:500px;
    height:100%; 
  }
}
@media (min-width: 1200px) {
  .fzfone {
    margin-top:-100px;
    width:700px;
    height:100%; 
  }
}
.esmobi {min-height: 380px; padding-top: 0; padding-right:0;}
.es {display:none;}
@media (min-width: 768px) {
  .es {display:flex;}
  .encourage {min-height: 510px; padding-top: 200px; padding-right: 5%;}
  .encourage img {height: 234px;}
}
.success {
  z-index: 3;
  width: 300px;
  height: 800px;
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 10%;
  margin-right: 5%;
}

.winwinmobi {min-height: 400px; padding-top: 0;}
.winwin {display:none;}
@media (min-width: 992px) {
  .winwin {min-height: 510px; padding-top: 140px; display:flex;}
}
.bizChair {
  z-index: 3;
  width: 280px;
  position: absolute;
  top: 0;
  left: 16%;
}
@media (min-width: 768px) {
  .bizChair {
    z-index: 3;
    width: 330px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .bizChair {
    z-index: 3;
    width: 330px;
    position: absolute;
    top: 0;
    left: 16%;
  }
}
.bizTowel {
  z-index: 3;
  width: 260px;
  position: absolute;
  top: 9%;
  right: 15%;
}
@media (min-width: 768px) {
  .bizTowel {
    z-index: 3;
    width: 260px;
    position: absolute;
    top: 9%;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .bizTowel {
    z-index: 3;
    width: 260px;
    position: absolute;
    top: 9%;
    right: 15%;
  }
}





.iconBullet {
  padding-left: 36px;
}

.iconBullet span {
  margin-left: -42px;
}
.iconBullet .fa-stack { font-size: 1.0em; }
i { vertical-align: middle; }


.graphHolder {
  background: #fff;
  border-radius: 14px;
}
.roundedGrayBox {
  min-height: 370px;
  background: #ededed;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .roundedGrayBox {
    min-height: 234px;
    background: #ededed;
    border-radius: 14px;
  }
}

.iPadBox {
  margin-top: 0px;
  padding-top: 0px;
}
.iPadBox img {margin-top: 0px}

@media (min-width: 768px) {
  .iPadBox {
    margin-top: -40px;
    padding-top: 40px;
  }
  .iPadBox img {
    margin-top: -40px;
  }
}


@media (min-width: 992px) {
  .iPadBox {
    margin-top: -200px;
    padding-top: 200px;
  }
  .iPadBox img {
    margin-top: -200px;
  }
}

.padtopSpecial {padding-top:0px;}
@media (min-width: 768px) {
  .padtopSpecial {padding-top:40px;}
}
@media (min-width: 992px) {
  .padtopSpecial {padding-top:200px;}
}

.needsBox {
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  background-clip: padding-box;
  /* !importanté */
  border: solid 2px transparent;
  /* !importanté */
  border-radius: 14px;
  height: 234px;
}
.needsBox:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to bottom, #ededed, #94519f);
}

.storyBox {
  /*position: relative;*/
  padding: 40px;
  box-sizing: border-box;
  background: url('../images/fizStoryBkgd.jpg') no-repeat center center;
  border-radius: 14px;
  background-size: cover;
  height: 234px;
}


/* FEATURES PAGE */
.featuresHeader {
/* background:#ebf3e2; */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf3e2+0,ebf3e2+50,ffffff+51,ffffff+100 */
  background: #ebf3e2; /* Old browsers */
  background: -moz-linear-gradient(top,  #ebf3e2 0%, #ebf3e2 65%, #ffffff 65.1%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ebf3e2 0%,#ebf3e2 65%,#ffffff 65.1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ebf3e2 0%,#ebf3e2 65%,#ffffff 65.1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf3e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.featuresBoxes .card {
  width:300px;
  margin:auto;
  border:none;
  border-radius: 14px;
}
@media (min-width: 992px) {
  .featuresBoxes .card {
    width:400px;
  }
}

.featuresBoxes .card-header {
  border-radius: 14px 14px 0 0;
  border:none;
}
.featuresBoxes .card-footer {
  border-radius: 0 0 14px 14px;
  border:none;
  background-color: #fff;
}

.iconFE {
  width:61px;
  height:61px;
}

.centerLineBk {
  background: url('../images/centerLine.gif') repeat-x center center;
}

.ubHeader {
  background: url('../images/ub_ind_headerBkgd.jpg') no-repeat center center;
  background-size: cover;
  max-width:810px;
  margin:0 auto;
  z-index: 2;
  position: relative;
}

.ubHeaderPro {
  background: url('../images/ub_pro_headerBkgd.jpg') no-repeat center center;
  background-size: cover;
  max-width:810px;
  margin:0 auto;
  z-index: 2;
  position: relative;
}
.ubHeaderBiz {
  background: url('../images/ub_business_headerBkgd.jpg') no-repeat center center;
  background-size: cover;
  max-width:810px;
  margin:0 auto;
  z-index: 2;
  position: relative;
}

.ubInnerContent {
  margin-top:-30px;
}

.ubicIcon {
  width:120px;
  height:120px;
}


.mxw-350, .mxw-270, .mxw512, .mxw-380 {max-width:94%;}
@media (min-width: 768px) {
  .mxw-350 {max-width:350px;}
  .mxw-270 {max-width:270px;}
  .mxw512 {max-width: 512px;}
  .mxw-380 {max-width: 380px;}
}

.ubWrapper-x::before  {
  content:'';
  position:absolute;
  top:-250px; right:0; bottom:0; left:0;
  z-index:-1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebf3e2+0,ebf3e2+50,ffffff+51,ffffff+100 */
  background: #ebf3e2; /* Old browsers */
  background: -moz-linear-gradient(top,  #ebf3e2 0%, #ebf3e2 65%, #ffffff 65.1%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ebf3e2 0%,#ebf3e2 65%,#ffffff 65.1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ebf3e2 0%,#ebf3e2 65%,#ffffff 65.1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf3e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.ubWrapper {
  position:relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+7,fce7c8+8 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 7%, #fce7c8 7.1%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 7%,#fce7c8 7.1%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 7%,#fce7c8 7.1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fce7c8',GradientType=0 ); /* IE6-9 */
}
.ubWrapperPro {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+7,dfeccf+8,dfeccf+96,ffffff+97,ffffff+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 7%, #dfeccf 7.1%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 7%,#dfeccf 7.1%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 7%,#dfeccf 7.1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfeccf',GradientType=0 ); /* IE6-9 */
  position:relative;
}
.ubWrapperBiz {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+7,cce0e9+8,cce0e9+96,ffffff+97,ffffff+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 7%, #cce0e9 7.1%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 7%,#cce0e9 7.1%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 7%,#cce0e9 7.1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cce0e9',GradientType=0 ); /* IE6-9 */
  position:relative;
}

.maxeffortmobi {min-height: 400px; padding-top: 0;}
.maxeffort, .crunch {display:none;}
@media (min-width: 992px) {
  .maxeffort {min-height: 510px; padding-top: 10px; margin-right:auto; display:block;}
  .maxeffort img {height: 234px;}
  .crunch {
    z-index: 3;
    width: 600px;
    height: 200px;
    position: absolute;
    top: 230px;
    bottom: 0;
    right: 3%;
    margin-right: 3%;
    display:block;
  }
}

.exeexpmobi {min-height: 400px; padding-top: 0;}
.exeexp, .spotter {display:none;}
@media (min-width: 992px) {
  .exeexp {min-height: 510px; padding-top: 170px; margin-right:auto; display:block;}
  .exeexp img {height: 134px; }
  .spotter {
    z-index: 3;
    width: 500px;
    height: 280px;
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 5%;
    display:block;
  }
}

.bizbenemobi {min-height: 500px; padding-top: 0;}
.bizbene, .bizwoman {display:none;}
@media (min-width: 992px) {
  .bizbene {min-height: 410px; padding-top: 100px; margin-right:auto; display:block;}
  .bizbene img {height: 134px; }
  .bizwoman {
    z-index: 3;
    width: 350px;
    height: 700px;
    position: absolute;
    top: 40px;
    bottom: 0;
    right: auto;
    left:55%;
    display:block;
  }
}


/* PRICING PAGE */
.planBox {
  border:2px solid transparent; 
  border-radius:15px;
}
.grayyellowGrad {
  background: linear-gradient(white, white) padding-box,
              linear-gradient(to bottom, #dadada, #f6b14d) border-box;
}

.graygreenGrad {
  background: linear-gradient(white, white) padding-box,
              linear-gradient(to bottom, #dadada, #61a00e) border-box;
}

.grayblueGrad {
  background: linear-gradient(white, white) padding-box,
              linear-gradient(to bottom, #dadada, #006693) border-box;
}

.planBox .card-header {height:14px; border-radius:14px 14px 0 0;}

.featuresTable .table > :not(:first-child) {
    border-top: none;
}

.featuresTable .table td, .featuresTable .table th {
  padding:12px 12px;
  font-family: 'avenir_lt_std55_roman', sans-serif; font-size:15px; line-height:21px; font-weight: normal;
}

.featuresTable .table-striped > tbody > tr:nth-of-type(2n+1) > :first-child {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
  border-radius:14px 0 0 14px;
}
.featuresTable .table-striped > tbody > tr:nth-of-type(2n+1) > :last-child {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
  border-radius: 0 14px 14px 0;
}



/* Contact Modal */

#contactModal .modal-dialog, #supportModal .modal-dialog {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a397+0,005d80+100 */
  background: #00a397; /* Old browsers */
  background: -moz-linear-gradient(top,  #00a397 0%, #005d80 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #00a397 0%,#005d80 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #00a397 0%,#005d80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a397', endColorstr='#005d80',GradientType=0 ); /* IE6-9 */
}

#contactModal .modal-content, #supportModal .modal-content {
  background:transparent;
  border:none;
}

#contactModal .modal-header, #supportModal .modal-header {
  border-bottom: none;
}
#contactModal .modal-footer, #supportModal .modal-footer {
  border-top: none;
}

.form-control {
  background-color:transparent !important;
  color:#fff !important;
}
.form-control::placeholder {
  color:#33aea1 !important;
}

/* Accordion FAQs*/

.accordion-button:not(.collapsed) {
    color: #4d4d4d;
    background-color: #cce0e9;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}



.btt {
  margin:0;
  position:relative;
}


/* Testimoonial */

.testimonialBk {
  background: url('../images/testimonialHeaderBk_m.jpg') no-repeat 60% center;
  background-size: cover;
  height:600px;
  margin:0 auto;
}
@media (min-width: 992px) {
.testimonialBk {
  background: url('../images/testimonialHeaderBk.jpg') no-repeat center center;
  background-size: cover;
  height:800px;
  margin:0 auto;
}
}

  .testimonialText {width:800px; margin:auto;}
  .testimonialText img {height: 134px;}
