@import url("https://fonts.googleapis.com/css?family=Poppins:300,500,700,900&display=swap");
/* General Styles */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins';
}

*:focus {
  outline: none;
}

h1, h2, h3, h4 {
  color: #49acc2;
  font-weight: bold;
}

p {
  font-weight: 300;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body, .all {
  width: 100%;
  overflow-x: hidden;
}

/* //General Styles */
/* Basic */
.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1vh;
}

.pt2 {
  padding-top: 2vh;
}

.pt3 {
  padding-top: 3vh;
}

.pt4 {
  padding-top: 4vh;
}

.pt5 {
  padding-top: 5vh;
}

.pt6 {
  padding-top: 6vh;
}

.pt7 {
  padding-top: 7vh;
}

.pt8 {
  padding-top: 8vh;
}

.pt10 {
  padding-top: 10vh;
}

.pt12 {
  padding-top: 12vh;
}

.pt15 {
  padding-top: 15vh;
}

.pt20 {
  padding-top: 20vh;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 1vh;
}

.pb2 {
  padding-bottom: 2vh;
}

.pb3 {
  padding-bottom: 3vh;
}

.pb4 {
  padding-bottom: 4vh;
}

.pb5 {
  padding-bottom: 5vh;
}

.pb6 {
  padding-bottom: 6vh;
}

.pb7 {
  padding-bottom: 7vh;
}

.pb8 {
  padding-bottom: 8vh;
}

.pb10 {
  padding-bottom: 10vh;
}

.pb12 {
  padding-bottom: 12vh;
}

.pb15 {
  padding-bottom: 15vh;
}

.pb20 {
  padding-bottom: 20vh;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 1vh;
}

.pl2 {
  padding-left: 2vh;
}

.pl3 {
  padding-left: 3vh;
}

.pl4 {
  padding-left: 4vh;
}

.pl5 {
  padding-left: 5vh;
}

.pl6 {
  padding-left: 6vh;
}

.pl7 {
  padding-left: 7vh;
}

.pl8 {
  padding-left: 8vh;
}

.pl10 {
  padding-left: 10vh;
}

.pl12 {
  padding-left: 12vh;
}

.pl15 {
  padding-left: 15vh;
}

.pl20 {
  padding-left: 20vh;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 1vh;
}

.pr2 {
  padding-right: 2vh;
}

.pr3 {
  padding-right: 3vh;
}

.pr4 {
  padding-right: 4vh;
}

.pr5 {
  padding-right: 5vh;
}

.pr6 {
  padding-right: 6vh;
}

.pr7 {
  padding-right: 7vh;
}

.pr8 {
  padding-right: 8vh;
}

.pr10 {
  padding-right: 10vh;
}

.pr12 {
  padding-right: 12vh;
}

.pr15 {
  padding-right: 15vh;
}

.pr20 {
  padding-right: 20vh;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1vh;
}

.mt2 {
  margin-top: 2vh;
}

.mt3 {
  margin-top: 3vh;
}

.mt4 {
  margin-top: 4vh;
}

.mt5 {
  margin-top: 5vh;
}

.mt6 {
  margin-top: 6vh;
}

.mt7 {
  margin-top: 7vh;
}

.mt8 {
  margin-top: 8vh;
}

.mt10 {
  margin-top: 10vh;
}

.mt12 {
  margin-top: 12vh;
}

.mt15 {
  margin-top: 15vh;
}

.mt20 {
  margin-top: 20vh;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1vh;
}

.mb2 {
  margin-bottom: 2vh;
}

.mb3 {
  margin-bottom: 3vh;
}

.mb4 {
  margin-bottom: 4vh;
}

.mb5 {
  margin-bottom: 5vh;
}

.mb6 {
  margin-bottom: 6vh;
}

.mb7 {
  margin-bottom: 7vh;
}

.mb8 {
  margin-bottom: 8vh;
}

.mb10 {
  margin-bottom: 10vh;
}

.mb12 {
  margin-bottom: 12vh;
}

.mb15 {
  margin-bottom: 15vh;
}

.mb20 {
  margin-bottom: 20vh;
}

.w90 {
  width: 90%;
  margin: auto;
}

.w80 {
  width: 80%;
  margin: auto;
}

.w70 {
  width: 70%;
  margin: auto;
}

.w60 {
  width: 60%;
  margin: auto;
}

.w50 {
  width: 50%;
  margin: auto;
}

.w40 {
  width: 40%;
  margin: auto;
}

.w30 {
  width: 30%;
  margin: auto;
}

.w20 {
  width: 20%;
  margin: auto;
}

.w10 {
  width: 10%;
  margin: auto;
}

.max150 {
  max-width: 150px;
}

.max200 {
  max-width: 200px;
}

.max250 {
  max-width: 250px;
}

.max300 {
  max-width: 300px;
}

.max350 {
  max-width: 350px;
}

.max400 {
  max-width: 400px;
}

.max450 {
  max-width: 450px;
}

.max500 {
  max-width: 500px;
}

.max550 {
  max-width: 550px;
}

.max600 {
  max-width: 600px;
}

.max650 {
  max-width: 650px;
}

.max700 {
  max-width: 700px;
}

.max800 {
  max-width: 800px;
}

.max900 {
  max-width: 900px;
}

.max1000 {
  max-width: 1000px;
}

.max1100 {
  max-width: 1100px;
}

.max1200 {
  max-width: 1200px;
}

.pd3 {
  padding: 3px;
}

.pd5 {
  padding: 5px;
}

.pd7 {
  padding: 7px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd25 {
  padding: 25px;
}

.h1px {
  height: 1px;
}

@media all and (max-width: 850px) {
  .mobile-fade {
    display: none;
  }
}

.input-divider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8px auto;
      grid-template-columns: auto 8px auto;
}

.third-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.3% 33.3% 33.3%;
      grid-template-columns: 33.3% 33.3% 33.3%;
}

.expanded {
  font-size: 1.2em;
}

.reduced {
  font-size: 12px;
}

.hard-card {
  padding: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.round {
  border-radius: 50%;
  overflow: hidden;
}

.italic {
  font-style: italic;
}

.bold5 {
  font-weight: 500;
}

.bold7 {
  font-weight: 700;
}

.divided {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1px 49.5%;
      grid-template-columns: auto 1px 49.5%;
}

@media all and (max-width: 850px) {
  .divided {
    display: block;
  }
}

.divider {
  height: 100%;
  background-color: #3a8899;
  opacity: 0.7;
}

@media all and (max-width: 850px) {
  .divider {
    width: 100%;
    height: 1px;
  }
}

.doubled {
  -webkit-transform: scale(2);
          transform: scale(2);
}

.button100 button,
.button100 input[type="submit"] {
  width: 100%;
}

.button80 button,
.button80 input[type="submit"] {
  width: 80%;
}

.button60 button,
.button60 input[type="submit"] {
  width: 60%;
}

.free-grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
}

.grid-3-auto100 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 100px 100px;
      grid-template-columns: auto 100px 100px;
}

@media all and (max-width: 850px) {
  .grid-3-auto100 {
    -ms-grid-columns: auto 90px 90px;
        grid-template-columns: auto 90px 90px;
  }
}

.danger {
  color: #ff0000;
}

.normal {
  font-style: normal !important;
}

.fade5 {
  opacity: 0.05;
}

.fade10 {
  opacity: 0.10;
}

.fade15 {
  opacity: 0.15;
}

.fade20 {
  opacity: 0.20;
}

.fade30 {
  opacity: 0.30;
}

.fade40 {
  opacity: 0.40;
}

.fade50 {
  opacity: 0.50;
}

.full-hidden {
  display: none;
}

.temp-hidden {
  opacity: 0;
  pointer-events: none;
}

.clickable {
  cursor: pointer;
}

/* //Basic */
/* Header */
/* Header */
.header {
  width: 100%;
  background-color: #71c3d6;
  color: #ffffff;
  position: fixed;
  z-index: 200;
  padding: 0 80px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 1px 6px 1px rgba(35, 84, 95, 0.2);
          box-shadow: 0 1px 6px 1px rgba(35, 84, 95, 0.2);
  /* Responsive */
}

.header h1, .header h2, .header h3, .header a {
  color: #ffffff;
}

.header .logo {
  width: 160px;
}

.header .logo img {
  width: 100%;
}

.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .nav li {
  list-style-type: none;
  padding-top: 10px;
}

.header .nav img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header .nav img:active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

@media all and (min-width: 1140px) {
  .header .nav img {
    display: none;
  }
}

.header .nav .first-nav li {
  display: inline-block;
  margin-right: 25px;
}

.header .nav .first-nav li a {
  color: #ffffff;
  font-weight: 300;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.header .nav .first-nav li a:hover {
  font-weight: 700;
}

@media all and (max-width: 1140px) {
  .header .nav .first-nav li {
    display: none;
  }
}

.header .nav-dropdown {
  position: absolute;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
  background-color: rgba(249, 251, 255, 0.9);
  -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
  color: #20578a;
  right: 30px;
  top: 70px;
  overflow: hidden;
  z-index: 300;
  transition: 0.3s ease;
}

.header .nav-dropdown ul .pending {
  display: none;
}

@media all and (max-width: 1140px) {
  .header .nav-dropdown ul .pending {
    display: block;
  }
}

.header .nav-dropdown ul li {
  list-style-type: none;
  line-height: 2;
}

.header .nav-dropdown ul li a {
  color: #3a8899;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header .nav-dropdown ul li a:hover {
  color: #000000;
}

@media all and (max-width: 850px) {
  .header {
    padding: 0 30px;
    min-height: 80px;
  }
  .header .logo {
    width: 120px;
  }
}

.pointer-hover {
  cursor: pointer;
}

.header-place-holder {
  width: 100%;
  height: 80px;
}

/* //Header */
/* Footer */
.footer {
  width: 100%;
  background-color: #EDF6F8;
  font-weight: 300;
}

.footer .footer-main {
  padding: 50px 0px 20px;
}

.footer .footer-main .footer-main-section {
  padding: 10px 10px 20px;
}

.footer .footer-main .footer-main-section h4 {
  margin-bottom: 15px;
}

.footer .footer-main .footer-main-section p {
  margin-bottom: 2px;
}

.footer .footer-main .footer-main-section p a {
  color: #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer .footer-main .footer-main-section p a:hover {
  color: #49acc2;
}

.footer .footer-main .footer-main-section .social-icons {
  padding-top: 10px;
}

.footer .footer-main .footer-main-section .social-icons a {
  color: #49acc2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer .footer-main .footer-main-section .social-icons a:hover {
  color: #3a8899;
}

.footer .footer-main .footer-main-section .social-icons a i {
  font-size: 30px;
  margin-right: 10px;
}

.footer .footer-main .footer-main-section .sect {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px auto;
      grid-template-columns: 30px auto;
}

.footer .divider {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

.footer .footer-bottom {
  padding: 25px;
  text-align: center;
}

/* //Footer */
/* //Header */
/* Services */
.light-info-sect {
  background-color: #F7FBFC;
  padding: 6vh 0;
}

.center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.w90 {
  width: 90%;
  margin: auto;
}

.w80 {
  width: 80%;
  margin: auto;
}

.service-card {
  text-align: center;
}

.service-card h5 {
  color: #49acc2;
  font-weight: bold;
}

.service-card .service-image {
  width: 90%;
  max-width: 200px;
  margin: auto;
}

.team-card {
  width: 96%;
  max-width: 350px;
  margin: auto;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 10px;
}

.team-card .service-image {
  width: 60%;
  margin: 1.5vh auto 3vh;
  border-radius: 35%;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.17);
}

.team-card h5 {
  color: #49acc2;
  font-weight: bold;
  margin-bottom: 0;
}

.team-card p span {
  font-style: italic;
}

.team-card .icon-spread {
  width: 90%;
  margin: 1vh auto;
  max-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team-card .icon-spread a {
  color: #ffffff;
  border-radius: 50%;
}

.team-card .icon-spread a:nth-child(1) {
  padding: 8px 12px;
  background-color: #4268b3;
}

.team-card .icon-spread a:nth-child(2) {
  padding: 8px 9px;
  background-color: #1883bb;
}

.team-card .icon-spread a:nth-child(3) {
  padding: 8px 8px;
  background-color: #43bceb;
}

.team-card .icon-spread a:hover {
  background-color: #23545f;
}

/* //Services */
/*  */
/* // */
/* Utility Classes */
.spacer {
  width: 100%;
  height: 80vh;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

@media all and (max-width: 800px) {
  .mobile-fade {
    display: none;
  }
}

.web-fade {
  display: none;
}

@media all and (max-width: 800px) {
  .web-fade {
    display: block;
  }
}

.centerd-text, .centered-text {
  text-align: center;
}

.centerd-text h1, .centerd-text h2, .centerd-text h3, .centerd-text h4, .centerd-text h5, .centerd-text h6, .centerd-text p, .centered-text h1, .centered-text h2, .centered-text h3, .centered-text h4, .centered-text h5, .centered-text h6, .centered-text p {
  text-align: center;
}

.centerd-special h1, .centerd-special h2, .centerd-special h3, .centerd-special h4, .centerd-special h5, .centerd-special h6, .centerd-special p {
  text-align: center;
}

.space-up3 {
  margin-top: 3vh;
}

.space-up5 {
  margin-top: 5vh;
}

.space-up10 {
  margin-top: 10vh;
}

.grid-sm {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

@media all and (max-width: 575px) {
  .grid-sm {
    display: block;
  }
}

.bold-5 {
  font-weight: 500;
  margin-bottom: 10px;
  font-style: normal !important;
}

.active {
  color: #49acc2;
}

.inactive {
  color: #888888;
}

@media all and (max-width: 650px) {
  .center-on-mobile {
    text-align: center;
  }
  .center-on-mobile h1, .center-on-mobile h2, .center-on-mobile h3, .center-on-mobile h4, .center-on-mobile h5, .center-on-mobile h6, .center-on-mobile p {
    text-align: center;
  }
}

.text-center, .text-centered {
  text-align: center;
}

.submit-sect {
  padding-top: 10px;
}

.register-companion h5 {
  text-align: center;
  margin-top: 15px;
}

.register-companion .slant {
  font-style: italic;
}

.register-companion .slant-center {
  font-style: italic;
  text-align: center;
  margin: 15px auto 0;
}

.fixed-height {
  font-size: 13px;
  text-align: center;
}

/* //Utility Classes */
.taxt-centered {
  text-align: center;
}

.in-form-margin {
  margin-bottom: 0;
  margin-top: 20px;
}

.mild-space {
  padding: 2vh;
}

.centered {
  margin: 15vh auto;
}

.top-margin-10 {
  margin-top: 10vh;
}

.tight-list {
  text-decoration: none;
}

/* Home */
/* Hero */
.hero {
  width: 100;
  min-height: 100vh;
  background-image: url(../images/hero-vector.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  padding: 10vh 5px;
}

.hero h1, .hero h2, .hero p {
  color: #ffffff;
}

.hero p {
  font-weight: 300;
  line-height: 2;
}

.hero .hero-mobile-bubble {
  position: absolute;
  width: 200px;
}

.hero .hero-mobile-bubble img {
  width: 100%;
}

.hero .floater-top {
  left: 20px;
  top: 30px;
}

.hero .floater-bottom {
  right: 20px;
  bottom: 100px;
}

.hero button {
  padding: 10px 30px;
  background: #F01C8E;
  border: 0px;
  border-radius: 10px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hero button:hover {
  background: #b11769;
}

.hero button:focus {
  outline: none;
}

.hero .hero-text {
  width: 80%;
  padding-top: 15vh;
}

@media all and (max-width: 120px) {
  .hero .hero-text {
    padding-top: 10vw;
  }
}

@media all and (max-width: 850px) {
  .hero .hero-text {
    padding-top: 10vh;
    margin: auto;
  }
  .hero .hero-text h1 {
    font-size: 2em;
  }
}

@media all and (max-width: 991px) {
  .hero .push-down-991 {
    padding-top: 10vh;
  }
}

@media all and (max-width: 1200px) {
  .hero {
    background-size: inherit;
    background-position-x: center;
  }
}

/* //Hero */
/* Sub-Hero */
.explore {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.explore p {
  line-height: 1.6;
}

.explore a {
  font-weight: 500;
  color: #49acc2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.explore a:hover {
  color: #23545f;
}

.explore h2 {
  margin-bottom: calc(2vh + 2vw);
}

.explore .feature-card {
  width: 96%;
  max-width: 400px;
  margin: auto;
}

.explore .feature-card button {
  border-radius: 8px;
  border: 1px solid #F01C8E;
  padding: 5px 15px;
  background-color: #ffffff;
  color: #F01C8E;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.explore .feature-card button:hover {
  color: #ffffff;
  background-color: #F01C8E;
}

.explore .feature-card button:focus {
  outline: none;
}

.explore .feature-image-long {
  width: 80%;
  margin: 3vh auto;
}

.explore .feature-image-long img {
  width: 100%;
}

.explore .feature-image-short {
  width: 100%;
  margin: 3vh auto;
}

.explore .feature-image-short img {
  width: 100%;
}

.explore .feature-image-short .leveler {
  height: 10px;
}

.what-we-do {
  padding-top: 5vw;
}

.what-we-do h2 {
  margin-bottom: calc(2vh + 2vw);
}

.what-we-do .video-sect {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: auto;
}

.what-we-do .video-sect div {
  position: relative;
  height: 0;
  padding-top: 56.2%;
  border-radius: 0px 20px 20px 20px;
  overflow: hidden;
}

.what-we-do .video-sect div .youtube {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0px 20px 20px 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  bottom: 0;
  top: 0;
}

.home-vid {
  background-color: #F3F3F3;
}

.services {
  background-color: #F6FDFF;
  padding-top: calc(5vw + 5vh);
  padding-bottom: calc(5vw + 5vh);
}

.services h2 {
  margin-bottom: calc(2vh + 2vw);
}

.services .carousel-control-next-icon:after {
  content: '>';
  font-size: 90px;
  font-weight: 700;
  color: #111111;
}

.services .carousel-control-prev-icon:before {
  content: '<';
  font-size: 90px;
  font-weight: 700;
  color: #111111;
}

.services .service-text {
  padding: 0 10%;
}

.services .service-text p {
  width: 80%;
  margin: 2vh auto 3vh;
  color: #000000;
}

.services .floating-quote-top {
  font-size: 90px;
  margin-bottom: 0;
  color: #b9b9b9;
  line-height: 1;
  text-align: left;
}

@media all and (max-width: 550px) {
  .services .floating-quote-top {
    font-size: 50px;
  }
}

.services .floating-quote-top i {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.services .floating-quote-bottom {
  font-size: 90px;
  margin-bottom: 0;
  color: #b9b9b9;
  line-height: 1;
  text-align: right;
  margin-bottom: 3vh;
}

@media all and (max-width: 550px) {
  .services .floating-quote-bottom {
    font-size: 50px;
  }
}

.services .floating-quote-bottom i {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.services .slide-image {
  width: 80%;
  margin: auto;
  max-width: 80vw;
}

.testimonials {
  padding-top: calc(5vw + 5vh);
  padding-bottom: calc(5vw + 5vh);
}

.testimonials h2 {
  margin-bottom: calc(2vh + 2vw);
}

.testimonials .carousel-control-next-icon:after {
  content: '>';
  font-size: 90px;
  font-weight: 700;
  color: #111111;
}

.testimonials .carousel-control-prev-icon:before {
  content: '<';
  font-size: 90px;
  font-weight: 700;
  color: #111111;
}

.testimonials .service-text {
  padding: 0 10%;
}

.testimonials .service-text h4 {
  width: 80%;
  margin: 0 auto 4vh;
  color: #000000;
}

.testimonials .service-text h6 {
  color: #000000;
}

.testimonials .service-text p {
  width: 80%;
  margin: 2vh auto 3vh;
  color: #000000;
}

.testimonials .add-testimonial {
  padding: 5vh 0;
}

.testimonials .add-testimonial button {
  border: 1px solid #F01C8E;
  background-color: #ffffff;
  color: #F01C8E;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 5px 15px;
  border-radius: 5px;
}

.testimonials .add-testimonial button:hover {
  background-color: #b11769;
  border-color: #b11769;
  color: #ffffff;
}

.testimonials .add-testimonial button:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.testimonials .add-testimonial button:focus {
  outline: none;
}

/* //Sub-Hero */
/* //Home */
/* be-companion */
/*  */
.case {
  position: relative;
  font-weight: 300;
  padding: 5vh 0 20vh;
}

.case .top-left-floater {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  max-width: 180px;
}

.case .bottom-left-floater {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  max-width: 300px;
}

.case .bottom-right-floater {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  max-width: 300px;
}

.case .top-left-floater {
  position: absolute;
  top: 40;
  left: 20;
  width: 12%;
  max-width: 300px;
}

.case .top-right-floater {
  position: absolute;
  top: 40;
  right: 20;
  width: 12%;
  max-width: 300px;
}

.case .form-card {
  width: 90%;
  max-width: 550px;
  margin: auto;
  padding: 50px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 14px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 14px 3px rgba(0, 0, 0, 0.15);
}

@media all and (max-width: 767px) {
  .case .form-card {
    padding: 30px 20px;
  }
}

.case .curved {
  border-radius: 10px 50px 50px 10px;
}

@media all and (max-width: 767px) {
  .case .curved {
    border-radius: 10px;
  }
}

@media all and (max-width: 767px) {
  .case {
    padding: 5vh 0 10vh;
  }
}

.case .companion-progress {
  width: 90%;
  max-width: 1100px;
  margin: 4vh auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.case .companion-progress .progress-circle {
  border-radius: 50%;
  border: 4px solid #49acc2;
  padding: 10px;
}

.case .companion-progress .progress-circle div {
  border-radius: 50%;
  padding: 10px;
  margin: 1px;
}

.case .companion-progress .progress-circle div p {
  margin: 0;
  padding: 0px 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.case .companion-progress .progress-circle .awaiting p {
  color: #49acc2;
}

.case .companion-progress .progress-circle .reached {
  background-color: #49acc2;
}

.case .companion-progress .progress-circle .reached p {
  color: #ffffff;
}

@media all and (max-width: 767px) {
  .case .companion-progress .progress-circle {
    padding: 5px;
  }
  .case .companion-progress .progress-circle div {
    padding: 6px;
  }
  .case .companion-progress .progress-circle div p {
    font-size: 20px;
    padding: 0px 5px;
  }
}

.case .companion-progress .line-div {
  height: 10px;
  width: calc(8vw + 10px);
  background-color: #49acc2;
  margin: 0 5px;
}

.case .full-button {
  padding: 8px 50px !important;
  margin-top: 3vh;
  margin-bottom: 2vh;
}

.specialtyPopulator {
  width: 98%;
  border-radius: 10px;
  padding: 5px;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  margin-top: 15px;
}

.specialtyPopulator > div {
  width: 98%;
  margin: 6px auto;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 50px;
      grid-template-columns: auto 50px;
}

.specialtyPopulator > div div {
  padding: 6px 10px;
}

.specialtyPopulator > div div:nth-child(1) {
  background-color: #ffffff;
  border-radius: 5px 0 0 5px;
}

.specialtyPopulator > div div:nth-child(2) {
  background-color: #ff0000;
  border-radius: 0 5px 5px 0;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-align: center;
}

.specialtyPopulator > div div:nth-child(2):hover {
  background-color: #b10000;
}

.specialtyPopulator > div div:nth-child(2):active {
  background-color: #8d0000;
}

.specialtyPopulator > div div:nth-child(2) i {
  font-size: 1.2em;
}

/* // */
/* Reusable */
.form-holder select,
.form-holder input[type="text"],
.form-holder input[type="number"],
.form-holder input[type="file"],
.form-holder input[type="date"],
.form-holder textarea,
.form-holder input[type="email"],
.form-holder input[type="password"] {
  width: 98%;
  padding: 8px 20px;
  border-radius: 5px;
  margin: 0 auto 10px;
  border: 0.5px solid #49ACC2;
  font-weight: 300;
  -webkit-box-shadow: inset 0px 0px 8px rgba(46, 101, 113, 0.1);
          box-shadow: inset 0px 0px 8px rgba(46, 101, 113, 0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-holder select::-webkit-input-placeholder,
.form-holder input[type="text"]::-webkit-input-placeholder,
.form-holder input[type="number"]::-webkit-input-placeholder,
.form-holder input[type="file"]::-webkit-input-placeholder,
.form-holder input[type="date"]::-webkit-input-placeholder,
.form-holder textarea::-webkit-input-placeholder,
.form-holder input[type="email"]::-webkit-input-placeholder,
.form-holder input[type="password"]::-webkit-input-placeholder {
  font-weight: 300;
  color: #666666;
}

.form-holder select:-ms-input-placeholder,
.form-holder input[type="text"]:-ms-input-placeholder,
.form-holder input[type="number"]:-ms-input-placeholder,
.form-holder input[type="file"]:-ms-input-placeholder,
.form-holder input[type="date"]:-ms-input-placeholder,
.form-holder textarea:-ms-input-placeholder,
.form-holder input[type="email"]:-ms-input-placeholder,
.form-holder input[type="password"]:-ms-input-placeholder {
  font-weight: 300;
  color: #666666;
}

.form-holder select::-ms-input-placeholder,
.form-holder input[type="text"]::-ms-input-placeholder,
.form-holder input[type="number"]::-ms-input-placeholder,
.form-holder input[type="file"]::-ms-input-placeholder,
.form-holder input[type="date"]::-ms-input-placeholder,
.form-holder textarea::-ms-input-placeholder,
.form-holder input[type="email"]::-ms-input-placeholder,
.form-holder input[type="password"]::-ms-input-placeholder {
  font-weight: 300;
  color: #666666;
}

.form-holder select::placeholder,
.form-holder input[type="text"]::placeholder,
.form-holder input[type="number"]::placeholder,
.form-holder input[type="file"]::placeholder,
.form-holder input[type="date"]::placeholder,
.form-holder textarea::placeholder,
.form-holder input[type="email"]::placeholder,
.form-holder input[type="password"]::placeholder {
  font-weight: 300;
  color: #666666;
}

.form-holder select option,
.form-holder input[type="text"] option,
.form-holder input[type="number"] option,
.form-holder input[type="file"] option,
.form-holder input[type="date"] option,
.form-holder textarea option,
.form-holder input[type="email"] option,
.form-holder input[type="password"] option {
  font-weight: 300;
}

.form-holder select:focus,
.form-holder input[type="text"]:focus,
.form-holder input[type="number"]:focus,
.form-holder input[type="file"]:focus,
.form-holder input[type="date"]:focus,
.form-holder textarea:focus,
.form-holder input[type="email"]:focus,
.form-holder input[type="password"]:focus {
  border: 1px solid #49ACC2;
  -webkit-box-shadow: inset 0px 0px 8px rgba(51, 148, 170, 0.3), 0px 2px 8px rgba(46, 101, 113, 0.2);
          box-shadow: inset 0px 0px 8px rgba(51, 148, 170, 0.3), 0px 2px 8px rgba(46, 101, 113, 0.2);
}

.form-holder label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0px;
}

.form-holder span {
  font-style: italic;
}

.form-holder span a {
  font-style: normal;
}

.form-holder input[type="submit"] {
  color: #ffffff;
  border: none;
  padding: 7px 30px;
  background-color: #F01C8E;
  border-radius: 7px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form-holder input[type="submit"]:hover {
  background-color: #b11769;
}

.form-holder input[type="submit"]:active {
  background-color: #861451;
}

.form-holder input[type="submit"]:focus {
  outline: none;
}

.form-holder input[type="submit"]:disabled {
  background-color: #999999;
}

.form-holder input[type="submit"]:disabled:hover {
  background-color: #999999;
}

.form-holder .hide-switch {
  margin-left: -30px;
}

.central-form-button {
  color: #ffffff;
  border: none;
  padding: 7px 30px;
  background-color: #F01C8E;
  border-radius: 7px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.central-form-button:hover {
  background-color: #b11769;
}

.central-form-button:active {
  background-color: #861451;
}

.central-form-button:focus {
  outline: none;
}

.central-form-button:disabled {
  background-color: #999999;
}

.central-form-button:disabled:hover {
  background-color: #999999;
}

.section-2 {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.8;
}

/* //Reusable */
.spread-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.optional_input_controller {
  cursor: pointer;
  color: #49acc2;
}

.optional_input_case {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

/* //be-companion */
/*  */
.filter {
  width: 96%;
  margin: 3vh auto 5vh;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.filter .filter-head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px auto;
      grid-template-columns: 150px auto;
  text-align: center;
  border-bottom: 0.5px solid #dadada;
}

.filter .filter-head div {
  padding: 15px;
}

.filter .filter-head div p {
  padding: 0;
  margin: 0;
}

.filter .filter-head .description p {
  font-weight: 500;
  font-size: 1.2rem;
}

@media all and (max-width: 990px) {
  .filter .filter-head .description p {
    font-size: 1rem;
  }
}

@media all and (max-width: 800px) {
  .filter .filter-head .description p {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 320px) {
  .filter .filter-head .description p {
    font-size: 1rem;
  }
}

.filter .filter-head .filter-button {
  background-color: #49acc2;
  cursor: pointer;
  color: #ffffff;
  border-radius: 8px 0 0 8px;
}

.filter .filter-head .filter-button i {
  font-size: 30px;
  margin-top: 0;
  line-height: 0;
}

.filter .filter-body {
  padding: 2vh 3vh;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.filter .filter-body label {
  font-size: 16px;
}

.filter .filter-body input, .filter .filter-body select {
  font-size: 14px;
}

.companion-card {
  width: 96%;
  max-width: 1100ps;
  margin: 3vh auto 5vh;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
      grid-template-columns: 70% 30%;
}

.companion-card .core-details {
  padding: 15px;
}

.companion-card .core-details span {
  font-style: italic;
}

.companion-card .core-details p {
  font-weight: 700;
  margin-top: 15px;
}

.companion-card .core-details li {
  list-style: none;
}

.companion-card .core-details h3 {
  color: #222222;
}

.companion-card .core-details button {
  color: #ffffff;
  border: none;
  padding: 7px 20px;
  background-color: #F01C8E;
  border-radius: 7px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.companion-card .core-details button:hover {
  background-color: #b11769;
}

.companion-card .core-details button:active {
  background-color: #861451;
}

.companion-card .core-details button:focus {
  outline: none;
}

.companion-card .core-details button:disabled {
  background-color: #999999;
}

.companion-card .core-details button:disabled:hover {
  background-color: #999999;
}

.companion-card .core-details .profile {
  width: 60%;
  text-align: center;
  margin: auto;
}

.companion-card .core-details .profile .profile-image {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  margin: 1vh auto 2vh;
}

.companion-card .core-details .profile .profile-image img {
  width: 100%;
}

.companion-card .core-details .profile .active-star {
  color: #ffc700;
}

.companion-card .core-details .profile .inactive-star {
  color: #b6b6b6;
}

.companion-card .core-details .profile p {
  margin: 0;
  margin: 0;
}

.companion-card .more-details {
  padding: 10px;
  border-left: 0.5px solid #dadada;
}

.companion-card .more-details .head-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto;
}

.companion-card .more-details .head-tabs .info-switch {
  border-bottom: 3px solid rgba(218, 218, 218, 0);
  padding: 0px 0px 5px;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}

.companion-card .more-details .tabs-content .intro-section, .companion-card .more-details .tabs-content .availability-section {
  display: none;
}

.companion-card .availability-section h6 {
  margin-bottom: 0;
  margin-top: 5px;
}

.companion-card .availability-section p {
  margin-top: 0;
  margin-bottom: 10;
}

@media all and (max-width: 1050px) {
  .companion-card {
    display: block;
  }
  .companion-card .more-details {
    border-left: none;
    border-top: 0.5px solid #dadada;
  }
}

.active-star {
  color: #ffc700;
}

.inactive-star {
  color: #b6b6b6;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.modal-background {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-card {
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
}

.modal-card-w {
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  width: 90%;
  max-width: 650px;
}

.info-modal {
  padding: 2vh 5px 3vh;
  max-height: 70vh;
  overflow: auto;
}

.info-modal h5 {
  color: #49acc2;
  font-weight: 500;
  margin-bottom: 1.5vh;
}

.button-divider {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 10% 45%;
      grid-template-columns: 45% 10% 45%;
}

.choice-buttons {
  width: 80%;
  margin: auto;
}

.choice-buttons button:nth-child(3) {
  color: #ffffff;
  border: none;
  padding: 7px 15px;
  background-color: #F01C8E;
  border-radius: 7px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
}

.choice-buttons button:nth-child(3):hover {
  background-color: #b11769;
}

.choice-buttons button:nth-child(3):active {
  background-color: #861451;
}

.choice-buttons button:nth-child(3):focus {
  outline: none;
}

.choice-buttons button:nth-child(3):disabled {
  background-color: #999999;
}

.choice-buttons button:nth-child(3):disabled:hover {
  background-color: #999999;
}

.choice-buttons button:nth-child(1) {
  background-color: #ffffff;
  color: #49acc2;
  padding: 7px 15px;
  border: 1px solid #49acc2;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px 1px rgba(94, 117, 122, 0.15);
          box-shadow: inset 0 0 6px 1px rgba(94, 117, 122, 0.15);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
}

.choice-buttons button:nth-child(1):hover {
  color: #23545f;
  border-color: #3a8899;
  -webkit-box-shadow: inset 0 0 10px 1px rgba(94, 117, 122, 0.25);
          box-shadow: inset 0 0 10px 1px rgba(94, 117, 122, 0.25);
}

.choice-buttons button:nth-child(1):active {
  background-color: #c8e7ee;
}

.choice-buttons button:nth-child(1):focus {
  outline: none;
}

.blue-link {
  color: #0084ff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.blue-link:hover {
  color: #014a8f;
}

.filter_arrow {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* // */
/*  */
.dashboard-header-place-holder {
  width: 100%;
  height: 120px;
}

@media all and (max-width: 767px) {
  .dashboard-header-place-holder {
    height: 90px;
  }
}

.dashboard-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1px auto;
      grid-template-columns: 1px auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  min-height: calc(100vh - 180px);
}

.dashboard-grid .side-bar {
  padding: 10vh 10px;
  height: calc(90vh - 150px);
}

.dashboard-grid .side-bar .side-barcontent {
  position: fixed;
  width: 250px;
  left: 10px;
  top: 140px;
  background: #D8F3FA;
  border-radius: 10px 40px 40px 10px;
  z-index: 100;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media all and (max-width: 850px) {
  .dashboard-grid .side-bar .side-barcontent {
    -webkit-transform: translateX(-270px);
            transform: translateX(-270px);
  }
}

.dashboard-grid .side-bar .sidebar-toggle {
  position: absolute;
  color: #ffffff;
  right: -70px;
  top: -10px;
  padding: 15px 15px 10px;
  border-radius: 50%;
  background-color: #71c3d6;
  display: none;
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.dashboard-grid .side-bar .sidebar-toggle i {
  font-size: 20px;
  margin: 0;
}

@media all and (max-width: 850px) {
  .dashboard-grid .side-bar .sidebar-toggle {
    display: block;
  }
}

.dashboard-grid .side-bar .sidebar-toggle:hover {
  opacity: 1;
  -webkit-box-shadow: 0 1px 10px 1px rgba(0, 52, 68, 0.2);
          box-shadow: 0 1px 10px 1px rgba(0, 52, 68, 0.2);
}

.dashboard-grid .side-bar .sidebar-toggle:active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.dashboard-grid .main-content {
  margin-left: 250px;
  padding: 0 5vw 3vh;
}

@media all and (max-width: 850px) {
  .dashboard-grid .main-content {
    margin-left: -1px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media all and (max-width: 850px) {
  .dashboard-grid {
    -ms-grid-columns: 0.5px auto;
        grid-template-columns: 0.5px auto;
  }
}

.button-holder {
  width: 100%;
  margin: 0;
  padding: 0;
}

.side-bar-button {
  width: 90%;
  margin: 10px auto;
  border-radius: 10px 30px 30px 10px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.side-bar-button .button-main {
  color: #ffffff;
  background-color: #49acc2;
  display: -ms-grid;
  display: grid;
  cursor: pointer;
  -ms-grid-columns: 40px auto;
      grid-template-columns: 40px auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.side-bar-button .button-main .icon-space {
  padding: 12px 0px 12px 12px;
}

.side-bar-button .button-main .text-space {
  padding: 12px 12px;
  position: relative;
}

.side-bar-button .button-main .text-space i {
  position: absolute;
  right: 20px;
  top: 13px;
  font-size: 24px;
  opacity: 0.5;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.side-bar-button .button-main:hover {
  background-color: #3a8899;
}

.side-bar-button .button-main:hover .text-space i {
  opacity: 1;
}

.side-bar-button .sub-section {
  overflow: hidden;
  padding-left: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.side-bar-button .sub-section .sub-class-grid {
  background-color: #ffffff;
  cursor: pointer;
  color: #23545f;
  font-weight: 300;
  border-radius: 6px;
  margin: 5px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto;
      grid-template-columns: 40px auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.side-bar-button .sub-section .sub-class-grid div {
  padding: 5px 8px;
}

.side-bar-button .sub-section .sub-class-grid:hover {
  background-color: #b2ebf8;
}

.db-card {
  position: relative;
  width: 96%;
  max-width: 350px;
  min-height: 150px;
  margin: 2vh auto;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
}

.db-card .db-card-header {
  width: 100%;
  height: 40px;
  background-color: #49acc2;
  color: #ffffff;
  padding: 8px 20px;
}

.db-card .db-card-header-slim {
  width: 100%;
  height: 10px;
  background-color: #49acc2;
  color: #ffffff;
}

.db-card .db-card-body {
  padding: 12px 20px;
}

.db-large-card {
  position: relative;
  width: 96%;
  max-width: 650px;
  margin: 2vh auto 3vh;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
}

.db-large-card .db-card-header {
  width: 100%;
  height: 40px;
  background-color: #49acc2;
  color: #ffffff;
  padding: 8px 20px;
}

.db-large-card .db-card-header-slim {
  width: 100%;
  height: 10px;
  background-color: #49acc2;
  color: #ffffff;
}

.db-large-card .large-card-body {
  min-height: 350px;
  width: 100%;
}

.db-large-card .center-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.card-hover:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sk-circle {
  margin: auto;
  width: 100px;
  height: 100px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #49acc2;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* // */
/*  */
.video-sect-full {
  position: relative;
  width: 100%;
  margin: auto;
}

.video-sect-full > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.2%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.video-sect-full > div .youtube {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  bottom: 0;
  top: 0;
}

.video-sect-full .no-vid {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  height: 30px;
  z-index: 160;
  display: none;
}

.container90 {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.detail-card {
  width: 96%;
  max-width: 1100ps;
  margin: 3vh auto 5vh;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
}

.detail-card .italic {
  font-style: italic;
}

.detail-card .bold {
  font-weight: 700;
}

.detail-card p {
  margin-bottom: 0;
}

.detail-card li {
  list-style: none;
}

.detail-card h3 {
  color: #222222;
}

.detail-card button {
  color: #ffffff;
  border: none;
  padding: 7px 20px;
  background-color: #F01C8E;
  border-radius: 7px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.detail-card button:hover {
  background-color: #b11769;
}

.detail-card button:active {
  background-color: #861451;
}

.detail-card button:focus {
  outline: none;
}

.detail-card button:disabled {
  background-color: #999999;
}

.detail-card button:disabled:hover {
  background-color: #999999;
}

.detail-card .visual-detail {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 80px;
  width: 100%;
}

.detail-card .visual-detail .companion-image {
  width: 90%;
  max-width: 50vw;
  border-radius: 25%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  margin: 1vh auto 2vh;
}

.detail-card .visual-detail .companion-image img {
  width: 100%;
}

.detail-card .visual-detail .active-star {
  color: #ffc700;
}

.detail-card .visual-detail .inactive-star {
  color: #b6b6b6;
}

.detail-card .visual-detail p {
  margin: 0;
  margin: 0;
}

.space-center {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  width: 100%;
}

.space-center button {
  color: #ffffff;
  border: none;
  padding: 7px 20px;
  background-color: #F01C8E;
  border-radius: 7px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 10px;
  width: 80%;
}

.space-center button:hover {
  background-color: #b11769;
}

.space-center button:active {
  background-color: #861451;
}

.space-center button:focus {
  outline: none;
}

.space-center button:disabled {
  background-color: #999999;
}

.space-center button:disabled:hover {
  background-color: #999999;
}

.space-center-100 {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 80px;
  width: 100%;
}

.space-center-100 button {
  color: #ffffff;
  border: none;
  padding: 7px 20px;
  background-color: #F01C8E;
  border-radius: 7px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 10px;
  width: 100%;
}

.space-center-100 button:hover {
  background-color: #b11769;
}

.space-center-100 button:active {
  background-color: #861451;
}

.space-center-100 button:focus {
  outline: none;
}

.space-center-100 button:disabled {
  background-color: #999999;
}

.space-center-100 button:disabled:hover {
  background-color: #999999;
}

.space-text {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.bottom-border {
  border-bottom: 1px solid #cfe7f0;
}

.transparent-card {
  width: 90%;
  margin: 3vh auto 1vh;
}

@media all and (max-width: 850px) {
  .transparent-card {
    text-align: center;
  }
}

.transparent-card-100 {
  width: 100%;
  margin: 3vh auto 1vh;
}

@media all and (max-width: 850px) {
  .transparent-card-100 {
    text-align: center;
  }
}

.transparent-card-2 {
  width: 90%;
  margin: 3vh auto 2vh;
}

@media all and (max-width: 850px) {
  .transparent-card-2 {
    text-align: center;
  }
}

.transparent-card-22 {
  width: 90%;
  margin: 2vh auto;
}

@media all and (max-width: 850px) {
  .transparent-card-22 {
    text-align: center;
  }
}

.h-rule {
  width: 100%;
  height: 1px;
  background-color: #cfe7f0;
}

.highlight-blue {
  color: #71c3d6;
  font-weight: 500;
  padding-bottom: 3vh;
}

.highlight-blue span {
  cursor: pointer;
}

.trimable {
  overflow: hidden;
}

.p2-bottom {
  margin-bottom: 2vh;
}

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

.hollow-button button {
  background-color: #ffffff;
  color: #49acc2;
  border: 1px solid #49acc2;
  -webkit-box-shadow: inset 0 0 6px 1px rgba(94, 117, 122, 0.205);
          box-shadow: inset 0 0 6px 1px rgba(94, 117, 122, 0.205);
}

.hollow-button button:hover {
  color: #ffffff;
}

.button-hollow {
  color: #ffffff;
  border: none;
  padding: 7px 25px;
  background-color: #F01C8E;
  border-radius: 7px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background-color: #ffffff;
  color: #49acc2;
  border: 1px solid #49acc2;
  -webkit-box-shadow: inset 0 0 6px 1px rgba(94, 117, 122, 0.205);
          box-shadow: inset 0 0 6px 1px rgba(94, 117, 122, 0.205);
}

.button-hollow:hover {
  background-color: #b11769;
}

.button-hollow:active {
  background-color: #861451;
}

.button-hollow:focus {
  outline: none;
}

.button-hollow:disabled {
  background-color: #999999;
}

.button-hollow:disabled:hover {
  background-color: #999999;
}

.button-hollow:hover {
  color: #ffffff;
}

.button-hollow:disabled {
  -webkit-filter: grayscale(0.8);
          filter: grayscale(0.8);
  background-color: #ebebeb;
  color: #666666;
}

.button-hollow:disabled:hover {
  background-color: #e1e1e1;
  color: #666666;
  border: 1px solid #49acc2;
}

@media all and (max-width: 850px) {
  .min-button {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.availability-section-private h6 {
  margin-bottom: 0;
  margin-top: 5px;
}

.availability-section-private p {
  margin-top: 0;
  margin-bottom: 10px;
}

.floating-return-button {
  position: absolute;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}

.floating-return-button i {
  color: inherit;
  font-size: 40px;
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}

@media all and (max-width: 850px) {
  .floating-return-button {
    -webkit-transform: translate(-20%, -60%);
            transform: translate(-20%, -60%);
  }
}

.floating-return-button:hover {
  color: #ffffff;
  background-color: #71c3d6;
}

.regular-button {
  color: #ffffff;
  border: none;
  padding: 7px 20px;
  background-color: #F01C8E;
  border-radius: 7px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.regular-button:hover {
  background-color: #b11769;
}

.regular-button:active {
  background-color: #861451;
}

.regular-button:focus {
  outline: none;
}

.regular-button:disabled {
  background-color: #999999;
}

.regular-button:disabled:hover {
  background-color: #999999;
}

.no-vid2 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-image: url(./../images/no-video.jpg);
  background-size: contain;
}

.no-vid-float {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(./../images/no-video.jpg);
  background-size: contain;
}

/* // */
input[type="file"] {
  border: 1px solid #ffffff !important;
  padding: 0 !important;
  background-color: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 4px auto;
}

input[type="file"]::-webkit-file-upload-button {
  border-radius: 5px;
  padding: 6px 10px;
  border: 1px solid #49acc2;
  margin-right: 15px;
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

input[type="file"]::-webkit-file-upload-button:focus {
  outline: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

input[type="submit"]:focus {
  outline: none;
}

/*  */
/* // */
/* Overiders */
@media all and (max-width: 850px) {
  .center-mobile {
    text-align: center !important;
  }
}

/* //Overiders */
/*  */
/* // */
/*# sourceMappingURL=styles.css.map */