body {
  font: 14px/24px "Roboto", Arial, Helvetica, sans-serif;
  color: #232323;
  background: #fff;
}

/* Standard Styles Starts */

a {
  color: #009bdb;
}

a:hover,
a:focus {
  color: #057cad;
}

a:focus {
  outline: none;
}

/* Heading Styles Starts */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  margin-bottom: 21px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 2.143em;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.lite {
  font-weight: 300;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #282828;
  z-index: 999;
}

/* Typography Styles Starts */
.top-bar,
#nav.navbar-default .navbar-nav,
.camera_caption > div,
.camera_caption a.btn-secondary,
.tabs-wrap-2 .nav-tabs > li > a,
#doctors-filter,
.about-featured .btn-transparent,
.news-post .quote,
.list-style-1 li,
.cblock-1 li,
.contact-form .btn,
.block-404 .btn,
.book-appointment-box .btn-main,
.footer-top-bar .btn-black {
  font-family: "Lato", sans-serif;
}

/* Form & Buttons Styles Starts */

.btn-main,
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
  background-color: #fff;
}

.btn-main {
  color: #4db1e2;
}

.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
  color: #0186d5;
}

.btn-secondary {
  background-color: #009bdb;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-black,
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #0487bd;
}

.btn-black {
  background-color: #262626;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
  background-color: #0f0f0f;
}

.btn-transparent {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active {
  color: #009bdb;
  background-color: #fff;
}

.btn-transparent.inverse {
  color: #777;
  border-color: #bdbdbd;
}

.btn-transparent.inverse:hover,
.btn-transparent.inverse:focus,
.btn-transparent.inverse:active,
.btn-transparent.inverse.active {
  color: #fff;
  border-color: #009bdb;
  background-color: #009bdb;
}

/******* Social media btn ********/
.btn.instagram:hover {
  background-color: #c49176;
}

.btn.twitter:hover {
  background-color: #3cf;
}

.btn.facebook:hover {
  background-color: #3b579d;
}

.btn.soundcloud:hover {
  background-color: #fe4600;
}

.btn.google-plus:hover {
  background-color: #cd4130;
}

.btn.youtube:hover {
  background-color: #c5302b;
}

.btn.pinterest-p:hover {
  background-color: #cd2129;
}

.btn.vimeo:hover {
  background-color: #1ab7ea;
}

/* Header Styles Starts */

.main-header {
  background-color: #fff;
}

/* Navbar Styles Starts */
.header {
  /* background-color: #282753; */
}

.header.main-menu.fixedmenu {
  background-color: rgb(130 6 97);
}

.carousel-inner {
  border-top: 1px solid #1d1e20;
}

#nav {
  margin-bottom: 0;
  background: none;
  text-transform: uppercase;
}

#nav .navbar-brand {
  padding: 10px 0 0;
  color: #009bdb;
  font-size: 30px;
  font-weight: 500;
  height: auto;
  line-height: normal;
}

#nav .navbar-brand .fa {
  margin-right: 10px;
  font-size: 42px;
  vertical-align: middle;
}

#nav.navbar {
  min-height: 100px;
  border: none;
}

#nav .nav {
  margin-top: 27px;
}

#nav .nav li:hover > .dropdown-menu {
  display: block;
}

#nav.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  padding: 18px 10px;
}

#nav.navbar-default .navbar-nav > li:last-of-type > a {
  /*padding-right: 0;*/
}

#nav .navbar-nav > li.active > a,
#nav.navbar-default .navbar-nav > .open > a,
#nav.navbar-default .navbar-nav > .open > a:hover,
#nav.navbar-default .navbar-nav > .open > a:focus,
#nav .dropdown-menu > .active > a,
#nav .dropdown-menu > .active > a:hover,
#nav .dropdown-menu > .active > a:focus {
  background: none;
}

#nav .navbar-nav > li:hover > a,
#nav .navbar-nav > li.active > a,
#nav .navbar-nav > li > a:hover,
#nav .navbar-nav > li > a:focus {
  background-color: #009bdb;
  color: #fff;
}

#nav .dropdown-menu {
  background-color: #009bdb;
  padding: 10px 0;
  left: 0;
  border: none;
  text-transform: capitalize;
  min-width: 225px;
}

#nav .dropdown-menu > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
}

#nav .dropdown-menu > li > a:hover,
#nav .dropdown-menu > li > a:focus {
  background-color: #0376a6;
}

#nav .dropdown-menu > .active > a,
#nav .dropdown-menu > .active > a:hover,
#nav .dropdown-menu > .active > a:focus {
  background-color: #006088;
}

#nav .navbar-toggle {
  margin-top: 45px;
  margin-bottom: 0;
  padding: 0;
}

#nav .navbar-toggle:hover,
#nav .navbar-toggle:focus {
  background: none;
}

#nav .navbar-toggle:hover .icon-bar,
#nav .navbar-toggle:focus .icon-bar {
  background-color: #009bdb;
}

.sony-xperia-s {
  position: absolute;
  right: 70px;
  bottom: -135px;
}

.iphone {
  position: absolute;
  right: 0;
  bottom: -135px;
}

.left-col {
  width: 250px;
  padding: 0;
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  height: 100%;
  background-color: #2a3f54;
  overflow-x: hidden;
  overflow-y: scroll;
  display: none;
  -webkit-box-shadow: inset 1px 1px 3px #3c3c3c;
  -moz-box-shadow: inset 1px 1px 3px #3c3c3c;
  box-shadow: inset 1px 1px 3px #3c3c3c;
}

#sidebar-menu {
  width: 250px;
}

.navbar-toggle {
  position: fixed;
  background-color: #e3e3e3;
  z-index: 99;
  margin: 0;
  top: 10px;
  left: 20px;
  padding: 5px 20px;
  box-shadow: 0px 0px 3px 1px #897b7b;
}

.visible {
  display: block;
}

.pushLeft {
  left: 260px;
}

.nav > li.parent_menu > a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0,
    inset rgba(255, 255, 255, 0.16) 0 1px 0;
}

.nav > li.parent_menu > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.nav.child_menu li {
  padding-left: 21px;
}

#sidebar-menu .child_menu li:before {
  background: #425668;
  bottom: auto;
  content: "";
  height: 8px;
  left: 17px;
  margin-top: 18px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
}

#sidebar-menu .child_menu li:after {
  border-left: 1px solid #425668;
  bottom: 0;
  content: "";
  left: 20px;
  position: absolute;
  top: 0;
}

#sidebar-menu .child_menu li a {
  color: #ffffff;
}

#sidebar-menu .child_menu li a:hover {
  background-color: rgba(255, 255, 255, 0.33);
}

/* ======= Promo Section ======= */
.promo-section {
  background: #343e49;
  position: relative;
}

.hero-carousel {
  height: 665px;
  color: #fff;
}

.hero-carousel .item-content {
  position: relative;
  top: 55px;
}

.hero-carousel .carousel-inner .item {
  height: 665px;
  background-position: center center;
  /* padding-top: 90px; */
}

.hero-carousel .carousel-inner .item-1 {
  background-image: url("../images/bg/pink_violet_gradient_glowing_particles_background_hd_abstract.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.icon .fa.fa-tiktok {
  background-image: url("../images/tiktok.png");
  background-size: cover;
  width: 43px;
  height: 50px;
  top: 6px;
  position: relative;
}
div.icon .fa.fa-clubhouse {
  background-image: url("../images/clubhouse.png");
  background-size: contain;
  width: 41px;
  height: 47px;
  top: 6px;
  position: relative;
}
.hero-carousel .carousel-inner .item-content-inner {
  max-width: 100%;
  /* margin: 0 auto; */
}

.panel-body {
  position: relative;
}

.loaderAccountIndicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #f1f2f3;
  text-align: center;
  z-index: 9;
}

.loaderAccountIndicator img {
  width: 120px;
}

.hero-carousel .carousel-inner .heading {
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  font-weight: 900;
  text-shadow: 2px 0px 5px #000;
  font-size: 37px;
}

.hero-carousel .carousel-inner .intro {
  font-weight: 600;
  /* letter-spacing: 8.8px; */
  text-shadow: 2px 0px 5px #000;
  font-size: 52px;
}

.hero-carousel .carousel-inner .item-content-inner a.btn {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 40px;
}

/* Main Container Styles Starts */
.main-container {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* Welcome Section Styles Starts */
.welcome-area {
  /*color: #8d8d8d;*/
  text-align: justify;
}

.welcome-area.about {
  margin-top: 80px;
  background: url(../images/about/about-img1.jpg) no-repeat right bottom;
}

.welcome-area h2 + h2,
.welcome-area h3 + h3 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.welcome-area p {
  margin-bottom: 20px;
}

.welcome-area.about .main-heading1 {
  color: #009bdb;
  font-weight: 500;
}

.welcome-area.about .main-heading2 {
  color: #121212;
  font-weight: bold;
}

.welcome-area.about .about-col {
  padding-bottom: 60px;
}

.main-heading2 {
  padding-bottom: 15px;
  position: relative;
  color: #009bdb;
}

.main-heading2:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #009bdb;
}

.text-circular {
  border: 1px solid #009bdb;
  text-align: center;
  line-height: 40px;
  background-color: rgba(0, 155, 219, 0.48);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.review-date {
  color: #878787;
  font-size: 14px;
}

star-rating {
  margin-bottom: 10px;
}

.star-rating {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.star-rating .star {
  padding: 1px;
  color: #ddd;
  font-size: 20px;
  text-shadow: 0.05em 0.05em #aaa;
  list-style-type: none;
  display: inline-block;
  cursor: pointer;
}

.star-rating .star.filled {
  color: #fd0;
}

.star-rating.readonly .star.filled {
  /*color: #666;*/
}

/****** Features ******/
.featured {
  padding-top: 70px;
  padding-bottom: 70px;
  /* text-align: center; */
  background-color: #2e3340;
  color: #fff;
}

.featured ul li {
  position: relative;
  list-style-type: none;
}

.featured ul li:before {
  content: "";
  height: 18px;
  width: 18px;
  background: #41c19d url(../images/ico-check-white.png);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 2px;
}

/***** SERVICES ******/
.section-callout {
  background-color: #158ea9;
}

.section-callout .main-container {
  margin: 0 auto;
}

.section-callout .main-container h2.main-heading2 {
  color: #ffffff;
  text-align: center;
  font-style: 3em;
}

.section-callout .main-container h2.main-heading2:after {
  display: none;
}

.section-callout .main-container ul li:before {
  display: none;
}

.services .service {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #009bdb;
  color: #ffffff;
  font-size: 52px;
}

.services .service:hover {
  box-shadow: 0px 0px 5px 0px #999;
  border: 3px solid #fff;
}

.services .icon {
  margin-bottom: 10px;
}

/* Footer Styles Starts */
.main-footer {
}

.footer-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #313131;
}

.footer-area,
.footer-area a {
  color: #8d8d8d;
}

.footer-area a:hover {
  color: #4db1e2;
}

.footer-area h4 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}

.footer-area h4:after {
  content: "";
  position: absolute;
  width: 69px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #009bdb;
}

.footer-area ul {
  margin-bottom: 0;
}

.footer-area li + li {
  /* margin-top: 10px; */
}

.footer-area li .fa {
  margin-right: 7px;
  font-weight: bold;
}

.footer-area .address-list {
  margin-top: 15px;
  margin-bottom: 0;
}

.footer-area .address-list li {
  margin-top: 10px;
}

.footer-area .address-list li .fa {
  margin: 8px 20px 0 0;
  float: left;
  color: #fff;
}

.footer-area .address-list li.address .fa {
  margin: 8px 16px 20px 0;
  font-size: 18px;
}

.footer-area .tweets-list {
}

.footer-area .tweets-list li {
  margin-top: 10px;
  list-style-type: square;
}

.footer-area .tweets-list li .fa {
  margin: 7px 12px 20px 0;
  color: #fff;
  font-size: 18px;
  float: left;
}

.footer-area .tweets-list li a:hover {
  text-decoration: underline;
}

.footer-area .newsletter {
  margin-top: 35px;
}

.footer-area .newsletter .form-control {
  padding: 15px 20px;
  height: 52px;
  color: #fff;
  background-color: #434343;
  border-color: #595959;
}

.footer-area .newsletter .form-control:focus {
  border-color: #777;
}

.footer-area .newsletter .btn-secondary {
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Copyright Styles Starts */
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #262626;
}

.copyright,
.copyright a {
  color: #8d8d8d;
}

.copyright span,
.copyright a:hover {
  color: #4db1e2;
}

.copyright p,
.copyright ul {
  margin-bottom: 0;
}

.copyright li {
  padding-left: 10px;
  padding-right: 10px;
}

.copyright li:last-of-type {
  padding-right: 0;
}

/***** Material design *****/
md-list-item.md-no-proxy,
md-list-item .md-no-style {
  padding: 4px 16px;
}

md-list-item.md-3-line > md-icon:first-child,
md-list-item.md-3-line > .md-avatar,
md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 5px;
}

@media (max-width: 568px) {
  .hero-carousel .carousel-inner .item {
    padding-top: 45px;
  }

  .hero-carousel .carousel-inner .intro {
    font-size: 2.4em;
    text-align: center;
    margin-top: 50px;
    letter-spacing: normal;
  }

  .hero-carousel .carousel-inner .item-content-inner {
    text-align: center;
  }

  .hero-carousel .carousel-inner .item-content-inner a.btn {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    font-size: 12px;
  }

  .hero-carousel .carousel-inner .heading {
    font-size: 2em;
    text-align: center;
    letter-spacing: normal;
    font-weight: 700;
  }

  .main-container {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .welcome-area {
    /* color: #8d8d8d; */
    text-align: initial;
  }

  .main-heading2 {
    font-size: 28px;
    text-align: left;
  }

  .main-heading1.lite {
    font-size: 24px;
  }

  .featured {
    padding: 0;
  }

  .nopadding-md {
    padding: 0 15px;
  }

  md-list-item.md-no-proxy,
  md-list-item .md-no-style {
    padding: 4px 0;
  }
}

@media (min-width: 568px) and (max-width: 1024px) {
  #chapo h3 {
    font-size: 18px !important;
    text-transform: uppercase;
  }
  .pricing-tables.attached .col12-5 {
    width: 100% !important;
  }
  .breadcrump {
    display: none;
  }
  .secondary-header .container h1 {
    font-size: 20px;
  }
  .subservice-txt h3,
  .subservice-txt h4 {
    font-size: 18px;
  }
  .hero-carousel .item-content {
    top: 20px;
    position: initial;
  }
  .hero-carousel .carousel-inner .item {
    padding-top: 0;
  }
  .iphone {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 180px;
    top: initial !important;
  }
  .sony-xperia-s {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 180px;
    top: initial !important;
  }
}

/********** SPINNER *************/
.spinner {
  -webkit-animation: rotation 1.4s linear infinite;
  animation: rotation 1.4s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.circle {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.4s ease-in-out infinite;
  animation: turn 1.4s ease-in-out infinite;
}

@-webkit-keyframes turn {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes turn {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

svg:nth-child(1) {
  stroke: #e51c23;
}

svg:nth-child(2) {
  stroke: #e91e63;
}

svg:nth-child(3) {
  stroke: #9c27b0;
}

svg:nth-child(4) {
  stroke: #673ab7;
}

svg:nth-child(5) {
  stroke: #3f51b5;
}

svg:nth-child(6) {
  stroke: #5677fc;
}

svg:nth-child(7) {
  stroke: #03a9f4;
}

svg:nth-child(8) {
  stroke: #00bcd4;
}

svg:nth-child(9) {
  stroke: #009688;
}

svg:nth-child(10) {
  stroke: #259b24;
}

svg:nth-child(11) {
  stroke: #8bc34a;
}

svg:nth-child(12) {
  stroke: #cddc39;
}

svg:nth-child(13) {
  stroke: #ffeb3b;
}

svg:nth-child(14) {
  stroke: #ffc107;
}

svg:nth-child(15) {
  stroke: #ff9800;
}

svg:nth-child(16) {
  stroke: #ff5722;
}

svg:nth-child(17) {
  stroke: #795548;
}

svg:nth-child(18) {
  stroke: #9e9e9e;
}

svg:nth-child(19) {
  stroke: #607d8b;
}

.secondary-header {
  width: 100%;
  height: 110px;
  background-image: url("../images/header-bg-inner.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.secondary-header .container {
  height: 100%;
  position: relative;
}

.secondary-header .container h1 {
  color: #fff;
  text-shadow: 2px 0px 5px #000;
}

.secondary-header .breadcrump {
  position: absolute;
  right: 0;
  top: 45px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-transform: lowercase;
}

/********* PRICING ************/
.pricing-tables {
}

.pricing-tables h1 {
  font-size: 48px;
}

.pricing-tables .plan.first {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pricing-tables .plan.last {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pricing-tables .plan.recommended {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pricing-tables .plan.recommended .head {
  margin-bottom: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pricing-tables.attached .col-sm-4,
.pricing-tables.attached .col-md-4,
.pricing-tables.attached .col-sm-3,
.pricing-tables.attached .col-md-3,
.pricing-tables.attached .col-sm-2,
.pricing-tables.attached .col-md-2 {
  padding-left: 0;
  padding-right: 0;
}

.pricing-tables.attached .col12-5 {
  width: 25% !important;
}

.pricing-tables.attached .plan {
  border-radius: 0;
}

.pricing-tables.attached .plan .head {
  border-radius: 0;
}

.pricing-tables.attached .plan.recommended {
  border-radius: 4px;
}

.pricing-tables.attached .plan.recommended .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.pricing-tables.attached .plan.last {
  border-bottom-right-radius: 4px;
}

.pricing-tables.attached .plan.last .head {
  border-top-right-radius: 4px;
}

.pricing-tables.attached .plan.first {
  border-bottom-left-radius: 4px;
}

.pricing-tables.attached .plan.first .head {
  border-top-left-radius: 4px;
}

.plan {
  box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
  min-height: 100px;
  background: #fff;
  border-radius: 4px;
  margin: 20px 10px;
  padding-bottom: 25px;
  text-align: center;
  border: 1px solid #333;
  height: 500px;
  position: relative;
}

.plan .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 12px 16px;
  background: #313131;
  color: #fff;
}

.plan .head h1,
.plan .head h2,
.plan .head h3 {
  padding: 0;
  margin: 0;
  font-weight: 100;
}

.plan .price {
  /*border-top: 1px solid #eee;*/
  margin: 0 auto 0px auto;
  width: 80%;
}

.plan .price h3 {
  font-size: 60px;
  vertical-align: top;
  line-height: 1;
  margin-bottom: 0;
}

.plan .price h3 span {
  font-size: 25px;
  vertical-align: top;
  position: relative;
  margin: 6px 0 0 -7px;
  display: inline-block;
}

.plan .price h4 {
  color: #aaa;
  font-size: 14px;
}

.plan .btn {
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  bottom: 10px;
}

.plan ul {
  list-style-type: none;
  padding: 20px 5px;
  margin-top: 2px;
}

.plan ul li {
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.plan ul li.important {
  color: #009bdb;
  font-size: 15px;
}

.plan ul li a {
  text-decoration: underline;
  color: #e6e9ed;
}

.plan ul li:last-child {
  border-bottom: none;
}

.plan ul strong {
  font-weight: 700;
}

.plan.recommended {
  /*margin-top: 6px;*/
  box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
  position: relative;
  z-index: 9;
  border-radius: 4px;
}

.plan.recommended .head {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #313131;
}

.plan.recommended .btn {
  margin-bottom: 10px;
}

.subservice-txt {
  height: 84px;
  padding: 10px;
  margin: 20px 0;
}
.subservice-txt h3,
.subservice-txt h4 {
  margin-top: 0;
  margin-left: 80px;
  margin-bottom: 5px;
  color: #fff;
}
.subservice-logo {
  width: 64px;
  float: left;
}

div#hit {
  width: 1170px;
}
.circleStep {
  width: 95px;
  height: 95px;
  line-height: 90px;
  border-radius: 50%;
  background: #2e3340;
  color: white;
  text-align: center;
  font-size: 2em;
}

.circleStep.green {
  background: #87b644;
}

.medias {
  display: grid;
  background-color: #fafafa;
  width: 100%;
  box-shadow: 0px 1px 3px 0px #0003, 0px 1px 1px 0px #00000024,
    0px 2px 1px -1px #0000001f;
  min-height: 100px;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 100px;
  column-gap: 10px;
  row-gap: 10px;
  padding: 10px;
}
.medias.row-fluid > div {
  /* height: 100px; */
  aspect-ratio: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.no-media {
  width: 100%;
  min-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  color: rgba(185, 185, 185, 0.84);
}
.media-container {
  position: relative;
}
.media-container .media-video {
  display: inline-table;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 50px;
  opacity: 0.6;
  text-shadow: 0px 0px 4px #000;
  text-align: center;
}
.media-header {
  position: absolute;
  top: 0;
  padding: 3px 5px;
  left: 0;
}
.media-footer {
  position: absolute;
  bottom: 0;
  height: auto;
  padding: 0 5px;
  color: WHITE;
  background-color: #00000080;
  font-size: 14px;
  left: 0;
  right: 0;
}

@media (min-width: 1281px) {
  .medias {
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 150px;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
md-checkbox {
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 16px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  min-width: 10px;
  min-height: 20px;
  margin-left: 0;
  width: 21px;
  margin-right: 16px;
  margin-bottom: 0;
}
#chapo {
  background: #f3f2ed;
  border: 4px double white;
  padding: 10px;
  margin: 30px 0 30px 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  display: table;
  -webkit-border-radius: 10px;
  box-shadow: 3px 3px 6px 2px #a9a9a9;
  -moz-box-shadow: 3px 3px 6px 2px #a9a9a9;
  -webkit-box-shadow: 3px 3px 6px #a9a9a9;
}
#chapo p:before,
#accueil #home .table p:before {
  /*content: url(../images/main3.png) " ";*/
}

.section-plugin-inner {
  max-width: 100%;
  width: 100%;
  margin: 20px auto 0;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-left: 1px solid #959595;
  margin-bottom: 78px;
  -webkit-box-shadow: -2px 4px 18px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: -2px 4px 18px 0 rgba(0, 0, 0, 0.27);
  box-shadow: -2px 4px 18px 0 rgba(0, 0, 0, 0.27);
}
.section-plugin-inner .section-content {
  height: 100%;
  width: 60%;
  float: left;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  min-height: 360px;
}
.section-plugin-inner .section-content .section-head {
  border-right: 1px solid #fff;
}
.section-plugin-inner .section-aside {
  height: 100%;
  width: 40%;
  float: left;
  margin: 0;
}

.section-plugin-inner .section-head {
  background-color: #2e3340;
}
.section-plugin-inner .section-head h4 {
  color: #fff;
  font-size: 1.33em;
  margin: 0;
  padding: 17px 34px;
}
@media (max-width: 768px) {
  .section-plugin-inner .section-aside,
  .section-plugin-inner .section-content {
    width: 100%;
  }

  .pricing-tables.attached .plan {
    height: auto;
  }
  .pricing-tables.attached .plan .btn {
    width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pricing-tables.attached .col12-5 {
    width: 50% !important;
  }
  .plan.recommended {
    margin: 20px 0;
  }
  .breadcrump {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .plan .price h3 {
    font-size: 40px;
  }
  .pricing-tables.attached .plan {
    height: 520px;
  }
}

.flex-paragraphe {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-wrapper.header.main-menu {
  top: 0;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
}

@media (max-width: 767px) {
  #chapo h3 {
    font-size: 18px !important;
    text-transform: uppercase;
  }
  .pricing-tables.attached .col12-5 {
    width: 100% !important;
  }
  .breadcrump {
    display: none;
  }
  .secondary-header .container h1 {
    font-size: 20px;
  }
  .subservice-txt h3,
  .subservice-txt h4 {
    font-size: 18px;
  }
  .hero-carousel .item-content {
    top: 20px;
    position: initial;
  }
  .hero-carousel .carousel-inner .item {
    padding-top: 0;
  }
  .iphone {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 160px;
    top: initial !important;
  }
  .sony-xperia-s {
    position: absolute;
    right: 20px;
    bottom: 40px;
    width: 160px;
    top: initial !important;
  }

  .flex-paragraphe {
    flex-direction: column;
  }
  .flex-paragraphe-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .pricing-tables.attached .col12-5 {
    width: 25% !important;
  }
}

.tooltip-inner {
  width: 350px;
  max-width: 350px;
}

.fa-periscope:before {
  content: "P";
}

.alert {
  margin: 20px 0;
}
tags-input .tags {
  padding: 6px 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
tags-input.disabled .tags {
  background-color: #e3e3e3;
}
tags-input.disabled input,
tags-input.disabled .remove-button {
  display: none;
}
tags-input .tags .input {
  font-size: 18px;
}
tags-input .tags .tag-item {
  font-size: 16px;
}

.wizard-type1 {
  margin-top: -55px;
}
.wizard-type1 .progress {
  height: 4px;
  margin: 1px -15px 0 -15px;
}
.wizard-type1 ul.steps {
  margin: 0 -15px;
  line-height: 39px;
  height: 39px;
  background: #f5f7fa;
  overflow: hidden;
}
.wizard-type1 ul.steps li {
  margin: 0;
}
.wizard-type1 ul.steps li a {
  padding: 0 10px;
  height: 39px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #374767;
  margin: 0;
  font-size: 12px;
}
.wizard-type1 ul.steps li a .badge {
  background-color: #e1e6ef;
  color: #374767;
  margin-right: 5px;
}
.wizard-type1 ul.steps li.active a {
  background: white;
  border-left: 1px solid #e1e6ef;
  border-right: 1px solid #e1e6ef;
  margin: 0 -1px;
}
.wizard-type1 ul.steps li.active a .badge {
  background-color: #20a8d8;
  color: white;
}
.wizard-type1 ul.steps li.complete a {
  background: white;
}
.wizard-type1 ul.steps li.complete a .badge {
  background-color: #79c447;
  color: white;
}
.wizard-type1 .tab-pane {
  padding: 15px 0;
}
.wizard-type1 .actions {
  border-top: 1px solid #e1e6ef;
  background: #f2f4f8;
  margin: 0 -15px -15px -15px;
  padding: 15px;
}
.wizard-type2 {
  margin-top: -55px;
}
.wizard-type2 .progress {
  height: 4px;
  margin: 10px -5px 0 -5px;
}
.wizard-type2 ul.steps {
  margin: 0 -15px;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-align: center;
}
.wizard-type2 ul.steps li {
  margin: 0;
  display: inline-block;
  float: none;
}
.wizard-type2 ul.steps li a {
  padding: 0 20px;
  height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #9d9d9d;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
}
.wizard-type2 ul.steps li.active a {
  background: transparent;
  color: #6d84b1;
  border-bottom: 1px solid #6d84b1;
  font-weight: bold;
}
.wizard-type2 ul.steps li.active a span {
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 100% !important;
  background: #6d84b1;
  color: #fff;
}
.wizard-type2 ul.steps li.complete a {
  background: transparent;
  color: #79c447;
  border-bottom: 1px solid #79c447;
}
.wizard-type2 .tab-pane {
  padding: 15px 0;
}
.pricing p {
  font-size: 18px !important;
}
.discountedPrice {
  color: red;
}
.oldPrice span {
  text-decoration: line-through;
}

img.new-service {
  position: absolute;
  right: 3px;
  width: 35px;
  top: 3px;
  display: none;
}

img.hot-service {
  position: absolute;
  right: 3px;
  width: 19px;
  top: 3px;
  display: none;
}

.new-service img.new-service {
  display: block;
}

.hot-service img.hot-service {
  display: block;
}

tags-input .tags .input {
  width: 100%;
}
@media (max-width: 768px) {
  .instagram-container .layout-column.fixed-column-layout {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 110px;
    bottom: 0;
    background-color: #FFF;
  }

  .instagram-container
    .layout-column.fixed-column-layout
    #tab2
    .form-group.text-center {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 10px;
    background: #fff;
    margin-bottom: 0;
  }
}
