/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ................................................*/
/* BASIC SETUP #e67e22*/
/* ................................................*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  color: #555;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
/* ................................................*/
/* REUSABLE COMPONETS */
/* ................................................*/

.row {
  max-width: 1140px;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}

.box {
  padding: 1%;
}

/*--------HEADINGS--------*/
h1,
h2,
h3,
h5 {
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  margin-bottom: -72px;
  color: #fff;
  font-size: 270%;
  word-spacing: 4px;
  letter-spacing: 1px;
}
.home {
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 270%;
  word-spacing: 4px;
  letter-spacing: 1px;
}

h2 {
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

h2:after {
  display: block;
  height: 2px;
  background-color: #e67e22;
  content: " ";
  width: 100px;
  margin: 0 auto;
  margin-top: 30px;
}

/*--------PARAGRAGH--------*/

.long-copy {
  line-height: 145%;
  width: 70%;
  margin-left: 15%;
}

.box p {
  font-size: 90%;
  line-height: 145%;
}

.box h3 {
  text-align: center;
}

/*--------ICON--------*/
.icon-big1 {
  margin-left: 40%;
}

.icon-big,
.icon-big1 {
  font-size: 360%;
  display: block;
  color: #e67e22;
  margin-top: 10%;
}

.icon-small {
  display: inline-block;
  width: 30px;
  text-align: center;
  color: #e67e22;
  font-size: 120%;
  margin-right: 10px;
  /* secrets to align text and icons*/
  line-height: 120%;
  vertical-align: middle;
  margin-top: -5px;
}

/*--------LINKS--------*/
a:link,
a:visited {
  color: #e67e22;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #e67e22;
  -webkit-transition: border-bottom 0.2s, color 0.2s;
  -o-transition: border-bottom 0.2s, color 0.2s;
  transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
  color: #555;
  border-bottom: 1px solid transparent;
}

/*--------BUTTONS--------*/

.btn:link,
.btn:visited,
input[type="submit"] {
  display: inline-block;
  padding: 10px 30px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 200px;
  -webkit-transition: background-color 0.9s, border 0.9s, color 0.9s;
  -o-transition: background-color 0.9s, border 0.9s, color 0.9s;
  transition: background-color 0.9s, border 0.9s, color 0.9s;
}

.btn-full:link,
.btn-full:visited,
input[type="submit"] {
  background-color: #e67e22;
  border: 1px solid #e67e22;
  color: #fff;
  margin-right: 15px;
  font-size: 100%;
}

.btn-ghost:link,
.btn-ghost:visited {
  border: 1px solid #e67e22;
  color: #e67e22;
  font-size: 100%;
  text-align: center;
}

.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active {
  background-color: #cf6d17;
}

.btn-full:hover,
.btn-full:active {
  border: 1px solid #cf6d17;
}

.btn-ghost:hover,
.btn-ghost:active {
  border: 1px solid #cf6d17;
  color: #fff;
}

.sub:link,
.sub:visited {
  border: 1px solid #c4302b;
  color: #c4302b;
  font-size: 100%;
}

.sub:hover,
.sub:active {
  border: 1px solid #c4302b;
  color: #fff;
}

.sub:hover,
.sub:active,
input[type="submit"]:hover,
input[type="submit"]:active {
  background-color: #c4302b;
}
/*--------POP UP--------*/
.mfp-hide {
  display: none !important;
}

/* ................................................*/
/* HEADER */
/* ................................................*/

.head1 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/hero1.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url(img/hero1.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/hero1.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.head2 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/hero-min.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url(img/hero-min.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/hero-min.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.form {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/form.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url(img/form.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/form.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.hero-text-box {
  position: absolute;
  width: 1140px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo {
  height: 100px;
  width: auto;
  float: left;
  margin-top: 20px;
}

.logo-black {
  display: none;
  height: 50px;
  width: auto;
  float: left;
  margin: 5px 0;
}

/* Main navi */

/* drop down */
.dropbtn {
  background-color: transparent;
  padding: 8px 0;
  color: #fff;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid transparent;
  margin-left: 40px;
  -webkit-transition: background-color 0.4s, border 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, border 0.4s, color 0.4s;
  transition: background-color 0.4s, border 0.4s, color 0.4s;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(29, 29, 29);
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: transparent;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}

/* Main navi */

.main-nav {
  float: right;
  list-style: none;
  margin-top: 55px;
}

.main-nav li {
  display: inline-block;
  margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid transparent;
  -webkit-transition: background-color 0.4s, border 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, border 0.4s, color 0.4s;
  transition: background-color 0.4s, border 0.4s, color 0.4s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #e67e22;
}

/* Mobile navi */

.mobile-nav-icon {
  float: right;
  margin-top: 30px;
  cursor: pointer;
  display: none;
}

.mobile-nav-icon i {
  font-size: 200%;
  color: #fff;
}

/* Sticky navi home page */
.sticky .dropbtn {
  padding: 16px 0;
  color: #555;
}
.sticky .dropdown-content a {
  padding: 16px 0;
  color: #555;
  background-color: rgba(255, 255, 255, 0.973);
}
.sticky {
  position: fixed;

  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 2px 2px #efefef;
  box-shadow: 0px 2px 2px #efefef;
  z-index: 9999;
}

.sticky .main-nav {
  margin-top: 18px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
  padding: 16px 0;
  color: #555;
}

.sticky .logo {
  display: none;
}
.sticky .logo-black {
  display: block;
}

/* Sticky navi services */
.sticky2 .dropbtn {
  padding: 16px 0;
  color: #efefef;
}
.sticky2 .dropdown-content a {
  padding: 16px 0;
  color: #efefef;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.7);
}

.sticky2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(52, 52, 52, 0.98);
  -webkit-box-shadow: 0px 2px 2px #555;
  box-shadow: 0px 2px 2px #555;
  z-index: 9999;
}

.sticky2 .main-nav {
  margin-top: 18px;
}

.sticky2 .main-nav li a:link,
.sticky2 .main-nav li a:visited {
  padding: 16px 0;
  color: #efefef;
}

.sticky2 .logo {
  display: none;
}
.sticky2 .logo-black {
  display: block;
}

/* ................................................*/
/* ABOUT */
/* ................................................*/

.section-about {
  background-color: #f4f4f4;
}

/* ................................................*/
/* FEATURES */
/* ................................................*/

.section-features .long-copy {
  margin-bottom: 30px;
}

/* ................................................*/
/* SERVICES */
/* ................................................*/
.works-step1 div {
  color: #e67e22;
  font-size: 150%;
  height: 55px;
  width: 55px;
  border: 2px solid #e67e22;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  float: left;
  padding: 5px;
  margin-bottom: 130px;
}

.service-img img {
  width: 100%;
  height: auto;
  text-decoration: none;
}

/* ................................................*/
/* MEALS */
/* ................................................*/

.section-meals {
  padding: 0;
}

.meals-showcase {
  list-style: none;
  width: 100%;
}

.meals-showcase li {
  display: block;
  float: left;
  width: 25%;
  overflow: hidden;
}

.meal-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}

.meal-photo a {
  border-bottom: none;
}

.meal-photo img {
  opacity: 0.7;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}

.meal-photo img:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

/* ................................................*/
/* POP-UP BOX */
/* ................................................*/

#video-right-static {
  position: static;
  margin: 20%;
}

.profilepicture {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modal-content {
  margin: 22% auto;
}

.raisa-video-body {
  padding-top: 45px;
}

.raisa-video-btn {
  border-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
}

.raisa-video-btn button {
  display: inline-block;
  background-color: #e67e22;
  position: absolute;
  z-index: 12;
  right: 22px;
  padding: 8px 40px;
  border-radius: 20px;
  font-size: 110%;
  border: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25px;
  padding-top: 30px;

  overflow: hidden;
}

/* ................................................*/
/* BOOKS */
/* ................................................*/

/* ................................................*/
/* Videos */
/* ................................................*/

.vid {
  background-color: #f4f4f4;
}
.vid {
  position: relative;
  padding-bottom: 3%;
  padding-top: 3%;
  overflow: hidden;
}
.box iframe {
  width: 100%;
  height: auto;
}

.vid1 {
  position: relative;
  padding-bottom: 44.25%;

  margin-left: 16%;
  height: 0;
  overflow: hidden;
}

.vid1 iframe,
.vid1 object,
.vid1 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
}
/* ................................................*/
/* CITIES */
/* ................................................*/

.box img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.service-feature {
  margin-bottom: 5px;
  text-align: center;
}

/* ................................................*/
/* TESTIMONALS */
/* ................................................*/
.pod-1 {
  margin-bottom: 0;
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(img/pod.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(img/pod.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(img/pod.png);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

/* ................................................*/
/* TESTIMONALS */
/* ................................................*/

.section-testimonials {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(img/back-customers-min.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(img/back-customers-min.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(img/back-customers-min.jpg);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

blockquote {
  padding: 2%;
  font-family: italic;
  line-height: 145%;
  position: relative;
  margin-top: 40px;
}

blockquote:before {
  content: "\201C";
  font-size: 500%;
  position: absolute;
  top: -5px;
  left: -5px;
}

cite {
  font-size: 90%;
  margin-top: 25px;
  display: block;
}

cite img {
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/* ................................................*/
/* SIGN IN */
/* ................................................*/

.section-plans {
  background-color: #f4f4f4;
}

.plan-box {
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  margin-left: 5%;
  -webkit-box-shadow: 0 2px 2px #efefef;
  box-shadow: 0 2px 2px #efefef;
}

.plan-box div {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.plan-box div:first-child {
  background-color: #fcfcfc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.plan-box div:last-child {
  text-align: center;
  border: 0;
}

.plan-price {
  font-size: 270%;
  margin-bottom: 10px;
  font-weight: 100;
  color: #e67e22;
}

.plan-price span {
  font-size: 30%;
  font-weight: 300;
}

.plan-price-meal {
  font-size: 80%;
}

.plan-box ul {
  list-style: none;
}

.plan-box ul li {
  padding: 5px 0;
}

/* ................................................*/
/* FORM */
/* ................................................*/

.contact-form1 {
  width: 60%;
  margin: 0 auto;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

textarea {
  height: 100px;
}

input[type="checkbox"] {
  margin: 10px 5px 10px 0;
}

*:focus {
  outline: none;
}

.blog_form {
  padding-top: 10%;
  position: relative;

  overflow: visible;
}

/* ................................................*/
/* FOOTER */
/* ................................................*/

footer {
  background-color: #333;
  padding: 50px;
  font-size: 80%;
}

.footer-nav {
  list-style: none;
  float: left;
}

.social-links {
  list-style: none;
  float: right;
}

.footer-nav li,
.social-links li {
  display: inline-block;
  margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
  margin: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
  text-decoration: none;
  border: none;
  color: #888;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
  color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
  font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-youtube,
.ion-social-instagram,
.ion-social-linkedin {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.ion-social-facebook:hover {
  color: #3b5998;
}

.ion-social-twitter:hover {
  color: #00aced;
}

.ion-social-youtube:hover {
  color: #dd4b39;
}

.ion-social-instagram:hover {
  color: #c13584;
}

.ion-social-linkedin:hover {
  color: #0077b5;
}

footer p {
  color: #888;
  text-align: center;
  font-size: 90%;
  margin-top: 30px;
}

/* ................................................*/
/* ANIMATION */
/* ................................................*/

.js--wp-1,
.js--wp-2,
.js--wp-3 {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.js--wp-4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
  opacity: 1;
}

/* ................................................*/
/* COUNTER ANIMATION */
/* ................................................*/

.counting-sec {
  padding: 40px 0;
  width: 100%;
  background: -o-linear-gradient(left, #3c6382, #82ccdd);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3c6382),
    to(#82ccdd)
  );
  background: linear-gradient(90deg, #3c6382, #82ccdd);
}

.inner-width {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  text-align: center;
}

.num {
  font-size: 40px;
  margin: 20px 0;
}

.jj i {
  font-size: 55px;
}

/* ................................................*/
/* basic settings S5.HTML  */
/* ................................................*/

.section-video {
  background-color: #f4f4f4;
}

.book {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.Shead {
  display: block;
  position: relative;
  padding-top: 13%;
  text-align: center;
}

.Shead h1 {
  font-size: 80px;
  font-weight: 900;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 1px 1px 0 #000;
}
/* ................................................*/
/* About drsusan */
/* ................................................*/

.Abt {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/hero-min.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/hero-min.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/hero-min.jpg);
}

/* ................................................*/
/* S1.HTML  */
/* ................................................*/

.S1 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/1.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/1.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/1.png);
}

/* ................................................*/
/* S2.HTML  */
/* ................................................*/

.S2 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/2.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/2.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/2.png);
}

/* ................................................*/
/* S3.HTML  */
/* ................................................*/

.S3 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/3.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/3.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/3.png);
}

/* ................................................*/
/* S4.HTML  */
/* ................................................*/

.S4 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/4.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/4.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/4.png);
}

/* ................................................*/
/* S3.HTML  */
/* ................................................*/

.S5 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/5.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/5.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/5.png);
}

/* ................................................*/
/* S6.HTML  */
/* ................................................*/

.S6 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/6.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/6.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/6.png);
}

/* ................................................*/
/* S6.HTML  */
/* ................................................*/

.S6 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/6.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/6.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/6.png);
}
/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S7 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/7.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/7.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/7.png);
}

/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S8 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/8.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/8.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/8.png);
}

/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S9 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/9.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/9.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/9.png);
}

/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S10 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/10.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/10.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/10.png);
}

/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S11 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/11.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/11.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/11.png);
}

/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S12 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/12.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/12.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/12.png);
}

/* ................................................*/
/* Blogg  */
/* ................................................*/
.blog11 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/13.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/13.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/13.png);
  height: 200vh;
}

.blog {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/13.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/13.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/13.png);
}

.blogkk {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/14.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/14.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/14.png);
}
.post-date {
  font-size: 76%;
  margin-bottom: 2px;
  font-weight: 100;
  color: #e67e22;
}

/*...........pages...............*/

.blog-pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 55px;
}

.pagination li {
  display: inline-block;
  margin: 0 10px;
}

.pagination li a {
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
}

.pagination li:first-child a {
  background-repeat: no-repeat;

  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:first-child a:hover {
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a {
  background-repeat: no-repeat;

  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a:hover {
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li a:hover,
.pagination .active a,
.pagination a:active,
.pagination .active a:hover,
.pagination .active a:focus,
.pagination a:focus {
  border-color: #e67e22;
  color: #e67e22;
}
/*...........images...............*/

.responsive {
  width: 100%;
  height: auto;
}
/*......side bar.....*/
.sidebar {
  padding: 0 2%;
}

.blog-sidebar {
  position: relative;
}

.side {
  display: inline-block;
  width: 20%;
  text-align: center;
  color: #e67e22;
  font-size: 120%;
  margin-right: 10px;
  /* secrets to align text and icons*/
  line-height: 120%;
  vertical-align: middle;
  margin-top: -5px;

  height: auto;
}
.sidebar-item .media {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 21px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-item .media:last-child {
  border-bottom: 0px solid #ececec;
  padding-bottom: 0;
}

.sidebar-item .media:hover {
  border-left: 2px solid #e67e22;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-item .media:hover.media .media-body h4 a {
  color: #e67e22;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a {
  color: #7d7d7d;
  font-size: 16px;
}

.sidebar-item .media .media-body p {
  color: #b4b4b4;
  font-size: 12px;
}

.post-comment .media-body {
  padding-top: 6px;
  border-bottom: 0;
  padding-bottom: 50px;
}

.post-comment .media-body p {
  margin-top: 10px;
}

.post-comment .media-body span i {
  color: #c03035;
  margin-right: 10px;
}

.post-comment .media-body span a {
  color: #c03035;
  font-weight: 700;
}

.post-comment .media-body .post-nav li a {
  font-weight: 300;
}

/* ................................................*/
/* Kimko Komki  */
/* ................................................*/

.title {
  height: 50%;
  width: auto;
  top: 180px;
  left: 30%;
  margin-left: 5px;
  position: absolute;
}

.title2 {
  height: 50%;
  width: auto;
  top: 390px;
  left: 30%;
  margin-left: 40px;
  position: absolute;
}

.komki {
  height: 60%;
  width: auto;
  bottom: -2360px;
  left: 30%;
  margin-left: 766px;
  position: absolute;
}

.kimko {
  height: 60%;
  width: auto;
  bottom: -2360px;
  right: 30%;
  margin-right: 766px;
  position: absolute;
}

.comic {
  height: 150%;
  width: auto;
}

/* ................................................*/
/* sub services popup box */
/* ................................................*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  position: absolute;
  text-align: center;
  margin: auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
}

.popup .close {
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;

  color: #333;
}
.popup .close:hover {
  text-decoration: none;
  color: #e67e22;
}
.popup .content {
  margin: 2px;
  max-height: 50%;
  overflow: hidden;
  text-align: center;
}
/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e67e22;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modal-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 6% 12%;
  width: 80%;

  overflow: hidden;
  background: rgb(36, 35, 35);
}

/* using :target */
.modal-container:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal {
  width: 120%;
  padding: 2% 2%;
  border-radius: 5%;
  bottom: 15%;
  color: rgba(255, 255, 255, 0.849);
  background: var(--background);

  position: relative;
  overflow: visible;
}

.modal__details {
  text-align: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.modal__title {
  font-size: 200%;
}

.modal__text {
  padding: 0 4%;
  margin-bottom: 4%;
  margin-bottom: 0%;

  font-size: 100%;
  line-height: 2;
}

.modal__btn {
  padding: 0.5% 0.9%;
  border: 1px solid #e67e22;
  border-radius: 200px;
  color: #e67e22;
  background: transparent;
  font-size: 100%;
  letter-spacing: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.modal__btn:hover,
.modal__btn:focus {
  border-color: hsla(0, 0%, 100%, 0.6);
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}

/* links */
/* =============================================== */

.link-2 {
  width: 40px;
  height: 40px;
  border: 1px solid #e67e22;
  border-radius: 200%;

  color: inherit;
  font-size: 220%;

  position: absolute;
  top: 2rem;
  right: 2rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-transition: 0.2s;

  -o-transition: 0.2s;

  transition: 0.2s;
}

.link-2::before {
  content: "×";

  -webkit-transform: translateY(-0.1rem);

  -ms-transform: translateY(-0.1rem);

  transform: translateY(-0.1rem);
}

.link-2:hover,
.link-2:focus {
  border-color: hsla(0, 0%, 100%, 0.6);
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}

/* ................................................*/
/* ABOUT DR SUSAN PAGE */
/* ................................................*/

.sus-img {
  width: 60%;
  height: auto;
  padding-left: 40%;
}
.Abt-side {
  width: 76%;
  margin-right: 17px;
  margin-top: 12px;
}
.Abt-side1 {
  width: 55%;
  margin-right: 90px;
  margin-top: 1%;
}
.Abt-side2 {
  width: 117%;
  margin-top: 21%;
}
.Abt-side3 {
  width: 86%;
  margin-right: 48px;
  margin-top: 34%;
}

.center {
  text-align: center;
}

.video2 {
  width: 560px;
  height: 315px;
}

.sub:hover,
.sub:active,
input[type="submit"]:hover,
input[type="submit"]:active {
  background-color: #c4302b;
}
/*--------POP UP--------*/
.mfp-hide {
  display: none !important;
}

/* ................................................*/
/* HEADER */
/* ................................................*/

.head1 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/hero1.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url(img/hero1.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/hero1.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.head2 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/hero-min.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url(img/hero-min.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/hero-min.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.form {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/form.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url(img/form.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(img/form.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.hero-text-box {
  position: absolute;
  width: 1140px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo {
  height: 100px;
  width: auto;
  float: left;
  margin-top: 20px;
}

.logo-black {
  display: none;
  height: 50px;
  width: auto;
  float: left;
  margin: 5px 0;
}

/* Main navi */

/* drop down */
.dropbtn {
  background-color: transparent;
  padding: 8px 0;
  color: #fff;
  border: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid transparent;
  margin-left: 40px;
  -webkit-transition: background-color 0.4s, border 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, border 0.4s, color 0.4s;
  transition: background-color 0.4s, border 0.4s, color 0.4s;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(29, 29, 29);
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: transparent;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
}

/* Main navi */

.main-nav {
  float: right;
  list-style: none;
  margin-top: 55px;
}

.main-nav li {
  display: inline-block;
  margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
  padding: 8px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 2px solid transparent;
  -webkit-transition: background-color 0.4s, border 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, border 0.4s, color 0.4s;
  transition: background-color 0.4s, border 0.4s, color 0.4s;
}

.main-nav li a:hover,
.main-nav li a:active {
  border-bottom: 2px solid #e67e22;
}

/* Mobile navi */

.mobile-nav-icon {
  float: right;
  margin-top: 30px;
  cursor: pointer;
  display: none;
}

.mobile-nav-icon i {
  font-size: 200%;
  color: #fff;
}

/* Sticky navi home page */
.sticky .dropbtn {
  padding: 16px 0;
  color: #555;
}
.sticky .dropdown-content a {
  padding: 16px 0;
  color: #555;
  background-color: rgba(255, 255, 255, 0.973);
}
.sticky {
  position: fixed;

  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 2px 2px #efefef;
  box-shadow: 0px 2px 2px #efefef;
  z-index: 9999;
}

.sticky .main-nav {
  margin-top: 18px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
  padding: 16px 0;
  color: #555;
}

.sticky .logo {
  display: none;
}
.sticky .logo-black {
  display: block;
}

/* Sticky navi services */
.sticky2 .dropbtn {
  padding: 16px 0;
  color: #efefef;
}
.sticky2 .dropdown-content a {
  padding: 16px 0;
  color: #efefef;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.7);
}

.sticky2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(52, 52, 52, 0.98);
  -webkit-box-shadow: 0px 2px 2px #555;
  box-shadow: 0px 2px 2px #555;
  z-index: 9999;
}

.sticky2 .main-nav {
  margin-top: 18px;
}

.sticky2 .main-nav li a:link,
.sticky2 .main-nav li a:visited {
  padding: 16px 0;
  color: #efefef;
}

.sticky2 .logo {
  display: none;
}
.sticky2 .logo-black {
  display: block;
}

/* ................................................*/
/* ABOUT */
/* ................................................*/

.section-about {
  background-color: #f4f4f4;
}

/* ................................................*/
/* FEATURES */
/* ................................................*/

.section-features .long-copy {
  margin-bottom: 30px;
}

/* ................................................*/
/* SERVICES */
/* ................................................*/
.works-step1 div {
  color: #e67e22;
  font-size: 150%;
  height: 55px;
  width: 55px;
  border: 2px solid #e67e22;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  float: left;
  padding: 5px;
  margin-bottom: 130px;
}

.service-img img {
  width: 100%;
  height: auto;
  text-decoration: none;
}

/* ................................................*/
/* MEALS */
/* ................................................*/

.section-meals {
  padding: 0;
}

.meals-showcase {
  list-style: none;
  width: 100%;
}

.meals-showcase li {
  display: block;
  float: left;
  width: 25%;
  overflow: hidden;
}

.meal-photo {
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
}

.meal-photo a {
  border-bottom: none;
}

.meal-photo img {
  opacity: 0.7;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  -o-transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}

.meal-photo img:hover {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

/* ................................................*/
/* POP-UP BOX */
/* ................................................*/

#video-right-static {
  position: static;
  margin: 20%;
}

.profilepicture {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.modal-content {
  margin: 22% auto;
}

.raisa-video-body {
  padding-top: 45px;
}

.raisa-video-btn {
  border-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
}

.raisa-video-btn button {
  display: inline-block;
  background-color: #e67e22;
  position: absolute;
  z-index: 12;
  right: 22px;
  padding: 8px 40px;
  border-radius: 20px;
  font-size: 110%;
  border: 0;
}

.video-container {
  position: relative;
  padding-bottom: 56.25px;
  padding-top: 30px;

  overflow: hidden;
}

/* ................................................*/
/* BOOKS */
/* ................................................*/

.col {
  margin: 1% 0 1% 1%;
}

.section-books {
  background-color: #ffffff;
}

.books-box {
  margin-top: 30px;
}

.books-box:first-child {
  text-align: right;
  padding-right: 3%;
}

.books-box div:last-child {
  border: 0;
}

.books-box:last-child {
  text-align: left;
  padding-left: 3%;
  margin-top: 70px;
}
.books h3 {
  margin-top: 36px;
}
.books h5,
.books1 h5 {
  font-size: 24px;
  margin-bottom: 24px;
}
.books p {
  margin-bottom: 24px;
}

.app-screen1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 1px;
  margin-top: 56px;
}

.app-screen2 {
  width: 62%;
  height: 55%;
  margin-right: 17px;
  margin-top: 28px;
}
.app-screen {
  width: 100%;
  margin-right: 17px;
}

.books {
  margin-bottom: 130px;
}

.books1:last-of-type {
  margin-bottom: 100px;
}
.books1 P {
  margin-bottom: 18px;
}
.buy-now {
  display: flex;
  justify-content: center;
}

.buy-now1 {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 12px 1fr 1fr;
  gap: 14px;
  align-items: center;
  justify-items: center;
}

.btn-app {
}

.tab {
  grid-column: 1/3;
}

.box1 {
  height: auto;
  width: 120px;
  grid-column: 1/3;
  grid-row: 1/2;
}

.tab2 {
  grid-column: 4/6;
}

.box2 {
  justify-items: end;
  height: auto;
  width: 176px;
  grid-column: 4/6;
  grid-row: 1/2;
  margin-bottom: 14px;
}

btn-app {
  height: 50px;
  width: auto;
}
.btn1-ghost:link,
.btn1-ghost:visited {
  border: 1px solid #de9350;
  color: #de9350;
  font-size: 100%;
}
.btn1-ghost:hover,
.btn1-ghost:active {
  border: 1px solid #cf6d17;
  color: #fff;
}

.required::after {
  content: "*";
  color: red;
  font-size: 20px;
}

/* ................................................*/
/* Videos */
/* ................................................*/

.vid {
  background-color: #f4f4f4;
}
.vid {
  position: relative;
  padding-bottom: 3%;
  padding-top: 3%;
  overflow: hidden;
}
.box iframe {
  width: 100%;
  height: auto;
}

.vid1 {
  position: relative;
  padding-bottom: 44.25%;

  margin-left: 16%;
  height: 0;
  overflow: hidden;
}

.vid1 iframe,
.vid1 object,
.vid1 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
}
/* ................................................*/
/* CITIES */
/* ................................................*/

.box img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.service-feature {
  margin-bottom: 5px;
  text-align: center;
}

/* ................................................*/
/* TESTIMONALS */
/* ................................................*/
.pod-1 {
  margin-bottom: 0;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(img/pod.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(img/pod.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(img/pod.png);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

/* ................................................*/
/* TESTIMONALS */
/* ................................................*/

.section-testimonials {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(img/back-customers-min.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(img/back-customers-min.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(img/back-customers-min.jpg);
  background-size: cover;
  color: #fff;
  background-attachment: fixed;
}

blockquote {
  padding: 2%;
  font-family: italic;
  line-height: 145%;
  position: relative;
  margin-top: 40px;
}

blockquote:before {
  content: "\201C";
  font-size: 500%;
  position: absolute;
  top: -5px;
  left: -5px;
}

cite {
  font-size: 90%;
  margin-top: 25px;
  display: block;
}

cite img {
  height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

/* ................................................*/
/* SIGN IN */
/* ................................................*/

.section-plans {
  background-color: #f4f4f4;
}

.plan-box {
  background-color: #fff;
  border-radius: 5px;
  width: 90%;
  margin-left: 5%;
  -webkit-box-shadow: 0 2px 2px #efefef;
  box-shadow: 0 2px 2px #efefef;
}

.plan-box div {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.plan-box div:first-child {
  background-color: #fcfcfc;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.plan-box div:last-child {
  text-align: center;
  border: 0;
}

.plan-price {
  font-size: 270%;
  margin-bottom: 10px;
  font-weight: 100;
  color: #e67e22;
}

.plan-price span {
  font-size: 30%;
  font-weight: 300;
}

.plan-price-meal {
  font-size: 80%;
}

.plan-box ul {
  list-style: none;
}

.plan-box ul li {
  padding: 5px 0;
}

/* ................................................*/
/* FORM */
/* ................................................*/

.contact-form {
  width: 60%;
  margin: 0 auto;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

textarea {
  height: 100px;
}

input[type="checkbox"] {
  margin: 10px 5px 10px 0;
}

*:focus {
  outline: none;
}

.blog_form {
  padding-top: 10%;
  position: relative;

  overflow: visible;
}

/* ................................................*/
/* FOOTER */
/* ................................................*/

footer {
  background-color: #333;
  padding: 50px;
  font-size: 80%;
}

.footer-nav {
  list-style: none;
  float: left;
}

.social-links {
  list-style: none;
  float: right;
}

.footer-nav li,
.social-links li {
  display: inline-block;
  margin-right: 20px;
}

.footer-nav li:last-child,
.social-links li:last-child {
  margin: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
  text-decoration: none;
  border: none;
  color: #888;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
  color: #ddd;
}

.social-links li a:link,
.social-links li a:visited {
  font-size: 160%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-youtube,
.ion-social-instagram,
.ion-social-linkedin {
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.ion-social-facebook:hover {
  color: #3b5998;
}

.ion-social-twitter:hover {
  color: #00aced;
}

.ion-social-youtube:hover {
  color: #dd4b39;
}

.ion-social-instagram:hover {
  color: #c13584;
}

.ion-social-linkedin:hover {
  color: #0077b5;
}

footer p {
  color: #888;
  text-align: center;
  font-size: 90%;
  margin-top: 30px;
}

/* ................................................*/
/* ANIMATION */
/* ................................................*/

.js--wp-1,
.js--wp-2,
.js--wp-3 {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.js--wp-4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
  opacity: 1;
}

/* ................................................*/
/* COUNTER ANIMATION */
/* ................................................*/

.counting-sec {
  padding: 40px 0;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3c6382),
    to(#82ccdd)
  );
  background: -o-linear-gradient(left, #3c6382, #82ccdd);
  background: linear-gradient(90deg, #3c6382, #82ccdd);
}

.inner-width {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container {
  text-align: center;
}

.num {
  font-size: 40px;
  margin: 20px 0;
}

.jj i {
  font-size: 55px;
}

/* ................................................*/
/* basic settings S5.HTML  */
/* ................................................*/

.section-video {
  background-color: #f4f4f4;
}

.book {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head {
  background-size: cover;
  background-position: center;
  height: 100vh;
  background-attachment: fixed;
}

.Shead {
  display: block;
  position: relative;
  padding-top: 13%;
  text-align: center;
}

.Shead h1 {
  font-size: 80px;
  font-weight: 900;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 1px 1px 0 #000;
}
/* ................................................*/
/* About drsusan */
/* ................................................*/

.Abt {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/hero-min.jpg);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/hero-min.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/hero-min.jpg);
}

/* ................................................*/
/* S1.HTML  */
/* ................................................*/

.S1 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/1.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/1.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/1.png);
}

/* ................................................*/
/* S2.HTML  */
/* ................................................*/

.S2 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/2.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/2.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/2.png);
}

/* ................................................*/
/* S3.HTML  */
/* ................................................*/

.S3 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/3.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/3.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/3.png);
}

/* ................................................*/
/* S4.HTML  */
/* ................................................*/

.S4 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/4.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/4.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/4.png);
}

/* ................................................*/
/* S3.HTML  */
/* ................................................*/

.S5 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/5.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/5.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/5.png);
}

/* ................................................*/
/* S6.HTML  */
/* ................................................*/

.S6 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/6.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/6.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/6.png);
}

/* ................................................*/
/* S6.HTML  */
/* ................................................*/

.S6 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/6.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/6.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/6.png);
}
/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S7 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/7.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/7.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/7.png);
}

/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S8 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/8.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/8.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/8.png);
}

/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S9 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/9.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/9.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/9.png);
}

/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S10 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/10.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/10.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/10.png);
}

/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S11 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/11.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/11.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/11.png);
}

/* ................................................*/
/* S7.HTML  */
/* ................................................*/

.S12 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/22.jpg);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/22.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/22.jpg);
}

/* ................................................*/
/* Blogg  */
/* ................................................*/
.blog11 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/13.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/13.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/13.png);
  height: 200vh;
}

.blog {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/13.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/13.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/13.png);
}
.book-location {
  background: #000;
  /* background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/velvet.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/velvet.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/velvet.png); */
}

.blogkk {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/14.png);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/14.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/14.png);
}
.post-date {
  font-size: 76%;
  margin-bottom: 2px;
  font-weight: 100;
  color: #e67e22;
}

/*...........pages...............*/

.blog-pagination {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 55px;
}

.pagination li {
  display: inline-block;
  margin: 0 10px;
}

.pagination li a {
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
}

.pagination li:first-child a {
  background-repeat: no-repeat;

  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:first-child a:hover {
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a {
  background-repeat: no-repeat;

  background-position: center top 10px;
  width: 32px;
  height: 36px;
  border: none;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li:last-child a:hover {
  background-position: center top -37px;
  background-repeat: no-repeat;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.pagination li a:hover,
.pagination .active a,
.pagination a:active,
.pagination .active a:hover,
.pagination .active a:focus,
.pagination a:focus {
  border-color: #e67e22;
  color: #e67e22;
}
/*...........images...............*/

.responsive {
  width: 100%;
  height: auto;
}
/*......side bar.....*/
.sidebar {
  padding: 0 2%;
}

.blog-sidebar {
  position: relative;
}

.side {
  display: inline-block;
  width: 20%;
  text-align: center;
  color: #e67e22;
  font-size: 120%;
  margin-right: 10px;
  /* secrets to align text and icons*/
  line-height: 120%;
  vertical-align: middle;
  margin-top: -5px;

  height: auto;
}
.sidebar-item .media {
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
  padding-top: 21px;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-item .media:last-child {
  border-bottom: 0px solid #ececec;
  padding-bottom: 0;
}

.sidebar-item .media:hover {
  border-left: 2px solid #e67e22;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-item .media:hover.media .media-body h4 a {
  color: #e67e22;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-item .media .media-body h4 {
  margin-top: 0;
  margin-bottom: 8px;
}

.sidebar-item .media .media-body h4 a {
  color: #7d7d7d;
  font-size: 16px;
}

.sidebar-item .media .media-body p {
  color: #b4b4b4;
  font-size: 12px;
}

.post-comment .media-body {
  padding-top: 6px;
  border-bottom: 0;
  padding-bottom: 50px;
}

.post-comment .media-body p {
  margin-top: 10px;
}

.post-comment .media-body span i {
  color: #c03035;
  margin-right: 10px;
}

.post-comment .media-body span a {
  color: #c03035;
  font-weight: 700;
}

.post-comment .media-body .post-nav li a {
  font-weight: 300;
}

/* ................................................*/
/* Kimko Komki  */
/* ................................................*/

.title {
  height: 50%;
  width: auto;
  top: 180px;
  left: 30%;
  margin-left: 5px;
  position: absolute;
}

.title2 {
  height: 50%;
  width: auto;
  top: 390px;
  left: 30%;
  margin-left: 40px;
  position: absolute;
}

.komki {
  height: 60%;
  width: auto;
  bottom: -2360px;
  left: 30%;
  margin-left: 766px;
  position: absolute;
}

.kimko {
  height: 60%;
  width: auto;
  bottom: -2360px;
  right: 30%;
  margin-right: 766px;
  position: absolute;
}

.comic {
  height: 150%;
  width: auto;
}

/* ................................................*/
/* sub services popup box */
/* ................................................*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  position: absolute;
  text-align: center;
  margin: auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
}

.popup .close {
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;

  color: #333;
}
.popup .close:hover {
  text-decoration: none;
  color: #e67e22;
}
.popup .content {
  margin: 2px;
  max-height: 50%;
  overflow: scroll;
  text-align: center;
}
/* custom scroll bar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e67e22;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.modal-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 6% 12%;
  width: 80%;

  overflow: hidden;
  background: rgb(36, 35, 35);
}

/* using :target */
.modal-container:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal {
  width: 120%;
  padding: 2% 2%;
  border-radius: 5%;
  bottom: 15%;
  color: rgba(255, 255, 255, 0.849);
  background: var(--background);

  position: relative;
  overflow: visible;
}

.modal__details {
  text-align: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.modal__title {
  font-size: 200%;
}

.modal__text {
  padding: 0 4%;
  margin-bottom: 4%;
  margin-bottom: 0%;

  font-size: 100%;
  line-height: 2;
}

.modal__btn {
  padding: 0.5% 0.9%;
  border: 1px solid #e67e22;
  border-radius: 200px;
  color: #e67e22;
  background: transparent;
  font-size: 100%;
  letter-spacing: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.modal__btn:hover,
.modal__btn:focus {
  border-color: hsla(0, 0%, 100%, 0.6);
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}

/* links */
/* =============================================== */

.link-2 {
  width: 40px;
  height: 40px;
  border: 1px solid #e67e22;
  border-radius: 200%;

  color: inherit;
  font-size: 220%;

  position: absolute;
  top: 2rem;
  right: 2rem;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-transition: 0.2s;

  -o-transition: 0.2s;

  transition: 0.2s;
}

.link-2::before {
  content: "×";

  -webkit-transform: translateY(-0.1rem);

  -ms-transform: translateY(-0.1rem);

  transform: translateY(-0.1rem);
}

.link-2:hover,
.link-2:focus {
  border-color: hsla(0, 0%, 100%, 0.6);
  -webkit-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
}

/* ................................................*/
/* ABOUT DR SUSAN PAGE */
/* ................................................*/

.sus-img {
  width: 60%;
  height: auto;
  padding-left: 40%;
}
.Abt-side {
  width: 76%;
  margin-right: 17px;
  margin-top: 12px;
}
.Abt-side1 {
  width: 55%;
  margin-right: 90px;
  margin-top: 1%;
}
.Abt-side2 {
  width: 117%;
  margin-top: 21%;
}
.Abt-side3 {
  width: 86%;
  margin-right: 48px;
  margin-top: 34%;
}

.center {
  text-align: center;
}

.video2 {
  width: 560px;
  height: 315px;
}

.art-content {
  line-height: 145%;
  width: 70%;
  margin-left: 6%;
  text-align: justify;
}

.art-responsive {
  position: relative;
  padding-bottom: 3.25%;

  height: 0;
  overflow: hidden;
  width: 85%;
  height: auto;
}

.side {
  display: inline-block;
  width: 20%;
  text-align: center;
  color: #e67e22;
  font-size: 120%;
  margin-right: 10px;
  line-height: 120%;
  vertical-align: middle;
  margin-top: 13px;
  height: auto;
}
.blog-sidebar {
  position: relative;
}

.page1 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.185)),
    url(img/pg1.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg1.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg1.jpg);
}
.page2 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg2.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg2.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg2.jpg);
}
.page3 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg3.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg3.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg3.jpg);
}
.page4 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg4.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg4.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg4.jpg);
}
.page5 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg5.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg5.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg5.jpg);
}
.page6 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg6.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg6.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg6.jpg);
}
.page7 {
  background-image: -o-linear-gradient(
      rgba(0, 0, 0, 0.822),
      rgba(0, 0, 0, 0.479)
    ),
    url(img/pg7.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg7.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.849), rgba(0, 0, 0, 0.548)),
    url(img/pg7.jpg);
}
.page8 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg8.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg8.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg8.jpg);
}
.page9 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg9.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg9.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg9.jpg);
}
.page10 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg10.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg10.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg10.jpg);
}
.page11 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg11.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg11.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg11.jpg);
}
.page12 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg12.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg12.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg12.jpg);
}

.page13 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(pg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/pg13.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/pg13.png);
}
.SS1 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.185)),
    url(img/ss1.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/ss1.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/ss1.jpg);
}
.SS2 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.185)),
    url(img/ss2.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/ss2.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/ss2.jpg);
}
.SS3 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.185)),
    url(img/ss3.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/ss3.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/ss3.jpg);
}
.Feed {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.185)),
    url(img/ff.jpg);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/ff.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/ff.jpg);
}
.testimonial {
  line-height: 145%;
  width: 90%;
  margin-left: 5%;
  text-align: center;
}
.testimonial-sec {
  padding: 30px 0;
}

h4 {
  font-weight: 300;
  color: #fff;
  font-size: 180%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

/* ................................................*/
/* opa */
/* ................................................*/
.hero-text-box-opa {
  font-family: "Arial Black", sans-serif;
  position: absolute;
  width: 1140px;
  top: 60%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sub-text-box-opa {
  font-family: "Lato", sans-serif;
  position: absolute;
  width: 1140px;
  top: 80%;
  left: 46%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sub-text-box-opa h4 {
  color: #fff;
  text-align: justify;
}
.opapic1 {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.185)),
    url(img/opa1.png);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.1))
    ),
    url(img/opa1.png);
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/opa1.png);
}

.opahead {
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url(img/opahead.png);
  position: absolute;
  width: 850px;
  top: 3%;
  left: 5%;
}
