@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* gold - x
   royal - #F9812A
   amber - #FFBF00
   shade of black - 4d4c4b
   tiger - #FD6A02
*/

body {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#smooth {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: black;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: black;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F9812A;
}

::-moz-selection {
  color: #fff;
  background: #F9812A;
}

::selection {
  color: #fff;
  background: #F9812A;
}

.kbootstrap-nav {
  width: 100%;
  padding: 0;
  z-index: 1001;
}
.kbootstrap-nav .top {
  display: block;
  width: 100%;
  padding: 20px 0 30px 0;
}
.kbootstrap-nav .top-menu {
  padding: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .kbootstrap-nav .top-menu {
    padding: 0;
  }
    
    #mapG {
        height: 340px;
        width: 340px;
    }
    
    #offerBack2 {
        display:none;
    }
    
}
.kbootstrap-nav .num, .kbootstrap-nav .loc {
  display: flex;
  align-items: center;    
  padding: 0 0 0 20px;    
  font-size: 23px;
  position: relative;
}
.kbootstrap-nav .num .icon, .kbootstrap-nav .loc .icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: table;
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.kbootstrap-nav .num .icon i, .kbootstrap-nav .loc .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  font-size: 38px;
  color: #FFBF00;
}

.num {
    text-align: left;
}

.kbootstrap-nav .num p, .kbootstrap-nav .loc p {
  padding-left: 80px;
}
.kbootstrap-nav .num p a, .kbootstrap-nav .loc p a {
  color: #000;
}
.kbootstrap-nav #kbootstrap-logo {
  font-size: 40px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Poppins", Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .kbootstrap-nav #kbootstrap-logo {
    text-align: left !important;
    margin-bottom: 20px;
  }
}
.kbootstrap-nav #kbootstrap-logo a {
  color: #FFBF00;
  position: relative;
}
.kbootstrap-nav #kbootstrap-logo a span {
  color: #4d4c4b;
}
.kbootstrap-nav #kbootstrap-logo a i {
  font-size: 38px;
}
.kbootstrap-nav .menu-1 {
  padding: 13px 0;
  background: rgba(245, 245, 245, 1);
  width: 100%;
  float: left;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 768px) {
  .kbootstrap-nav .menu-1 {
    display: none;
  }
}
.kbootstrap-nav ul {
  display: block;
  padding: 0;
  margin: 0;
}
.kbootstrap-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.kbootstrap-nav ul li a {
  padding: 15px;
  color: rgba(20, 20, 20, 0.9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.kbootstrap-nav ul li a:hover, .kbootstrap-nav ul li a:focus, .kbootstrap-nav ul li a.active {
  color: #FFBF00;
}


.kbootstrap-nav ul li.btn-cta a {
  padding: 0 !important;
  color: #fff;
}
.kbootstrap-nav ul li.btn-cta a span {
  background: #F9A602;
  padding: 7px 15px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.kbootstrap-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.kbootstrap-nav ul li.active > a {
  color: ;
}

#kbootstrap-hero {
  min-height: 650px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#kbootstrap-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#kbootstrap-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#kbootstrap-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 630px;
  position: relative;
}
#kbootstrap-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
#kbootstrap-hero .flexslider .flex-control-nav {
  bottom: 7em;
  z-index: 1000;
}
#kbootstrap-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#kbootstrap-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  
}
#kbootstrap-hero .flexslider .flex-direction-nav {
  display: none;
}
#kbootstrap-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 650px;
  z-index: 9;
}
#kbootstrap-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
}
#kbootstrap-hero .flexslider .slider-text > .slider-text-inner h1, #kbootstrap-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#kbootstrap-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #kbootstrap-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}
#kbootstrap-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: "Poppins", Arial, sans-serif;
}
#kbootstrap-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(255, 255, 255, 0.5);
}
#kbootstrap-hero .flexslider .slider-text > .slider-text-inner .doc-holder {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
#kbootstrap-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 18px 30px !important;
  color: #fff;
  border: none !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#kbootstrap-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: rgba(248, 148, 6, 1) !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#kbootstrap-hero .flexslider .slider-text > .slider-text-inner .kbootstrap-lead {
  font-size: 20px;
  color: #fff;
}
#kbootstrap-hero .flexslider .slider-text > .slider-text-inner .kbootstrap-lead .icon-heart {
  color: #d9534f;
}

.kbootstrap-bg-section {
  background: #f2f2f2;
}

#kbootstrap-services,
#kbootstrap-counter,
#kbootstrap-register,
.kbootstrap-pricing,
#kbootstrap-testimonial,
#kbootstrap-blog,
#kbootstrap-about,
#kbootstrap-doctor,
#kbootstrap-contact,
#kbootstrap-footer {
  padding: 5em 0;
  clear: both;
}

#kbootstrap-register {
    padding: 9em;
}


@media screen and (max-width: 768px) {
  #kbootstrap-services,
  #kbootstrap-counter,
  #kbootstrap-register,
  .kbootstrap-pricing,
  #kbootstrap-testimonial,
  #kbootstrap-blog,
  #kbootstrap-about,
  #kbootstrap-doctor,
  #kbootstrap-contact,
  #kbootstrap-footer {
    padding: 3em 0;
  }
}

#kbootstrap-services {
    background: url(../images/bg55.png) center center;
}

#kbootstrap-footer {
  padding: 7em 0 0 0;
}

#kbootstrap-intro {
  position: relative;
  clear: both;
}

.intro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
}

.intro-grid {
  padding: 4em 2.5em;
  color: rgba(255, 255, 255, 0.8) !important;
  overflow: hidden;
  position: relative;
  width: 33.333%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .intro-grid {
    width: 100%;
  }
}

.services {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services h3 {
  font-size: 20px;
}
.services h3 a {
  color: #000;
}
.services .icon {
  width: 70px;
  height: 70px;
  background: #F9A602;
  display: table;
  text-align: center;
  margin-bottom: 30px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services .desc {
  padding-left: 90px;
}
.services:hover .icon, .services:focus .icon {
  background: #FD6A02;
}
.services:hover .icon i, .services:focus .icon i {
  color: #fff;
}

.services p {
    font-size: 18px;
}
.kbootstrap-counters {
  padding: 7em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.kbootstrap-counters .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(249, 129, 42, 0.9);
}
.kbootstrap-counters .kbootstrap-counter {
  font-size: 44px;
  display: block;
  color: white;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .1em;
}
.kbootstrap-counters .kbootstrap-counter-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2em;
  display: block;
  font-family: "Montserrat", sans-serif;
}
.kbootstrap-counters .icon i {
  font-size: 45px;
  color: #fff;
}

.choose {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
}
.choose .half {
  width: 50%;
  display: inline-block;
  background: #F9A602;
}
@media screen and (max-width: 768px) {
  .choose .half {
    width: 100%;
  }
}

.features-wrap {
  padding: 4em;
}
@media screen and (max-width: 768px) {
  .features-wrap {
    padding: 1em;
  }
}
.features-wrap h2, .features-wrap h3, .features-wrap p {
  color: #fff !important;
}
.features-wrap p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.features {
  position: relative;
  margin-bottom: 60px;
}
.features h3 {
  font-size: 20px;
}
.features .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 80px;
  height: 80px;
  background: #F9812A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.features .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  font-size: 30px;
  color: #fff;
}
.features .desc {
  padding-left: 100px;
}

.img-bg, .img-user {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.kbootstrap-video {
  display: table;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.kbootstrap-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.kbootstrap-social-icons {
  margin: 0;
  padding: 0;
}
.kbootstrap-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.kbootstrap-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #F9812A;
  padding-left: 10px;
  padding-right: 10px;
}
.kbootstrap-social-icons li a i {
  font-size: 20px;
}

.contact-info-wrap {
  margin-bottom: 3em;
}
.contact-info-wrap p span {
  padding-right: 10px;
}
.contact-info-wrap p span i {
  font-size: 20px;
  color: #F9812A;
}

.kbootstrap-heading {
  margin-bottom: 2em;
}
.kbootstrap-heading h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #F9A602;    
}

.kbootstrap-heading p {
    font-size: 22px;
}

@media screen and (max-width: 768px) {
  .kbootstrap-heading h2 {
    font-size: 28px;
  }
}

#kbootstrap-blog {
  position: relative;
}

#kbootstrap-blog {
  position: relative;
}
#kbootstrap-blog .blog-slide {
  position: relative;
  color: #fff !important;
}
#kbootstrap-blog .blog-slide .blog-box {
  display: block;
  width: 100%;
  height: 430px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 30px;
}
#kbootstrap-blog .blog-slide .blog-box .date {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-bottom: 7px;
  text-transform: uppercase;
  padding: 10px 15px;
  background: #F9A602;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#kbootstrap-blog .blog-slide .desc h3 {
  font-weight: 400;
}
#kbootstrap-blog .blog-slide .desc h3 a {
  color: #000;
}
#kbootstrap-blog .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#kbootstrap-blog .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#kbootstrap-blog .arrow-thumb a:hover, #kbootstrap-blog .arrow-thumb a:focus, #kbootstrap-blog .arrow-thumb a:active {
  text-decoration: none;
}
#kbootstrap-blog .owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.3) !important;
}
#kbootstrap-blog .owl-theme .owl-dots .active span {
  background: black !important;
}

.blog-wrap {
  margin-bottom: 4em;
}

.blog-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.blog-desc {
  margin-bottom: 5em;
}
.blog-desc h2 a {
  color: rgba(0, 0, 0, 0.9);
}
.blog-desc .post-meta {
  display: block;
  margin-bottom: 15px;
}
.blog-desc .post-meta span {
  margin-right: 10px;
}
.blog-desc .post-meta span a {
  color: rgba(0, 0, 0, 0.3);
}

.comment-area {
  margin-bottom: 5em;
}
.comment-area h2 {
  display: block;
  padding: 1em;
  background: rgba(0, 0, 0, 0.08);
}

#kbootstrap-register {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
#kbootstrap-register .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
}
#kbootstrap-register h2, #kbootstrap-register h3, #kbootstrap-register p {
  color: #fff;
}

#kbootstrap-register p {
    font-size: 21px;
}

#kbootstrap-register h2 {
  font-size: 60px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #kbootstrap-register h2 {
    font-size: 30px;
  }
}
#kbootstrap-register h2 .color {
  color: #FFBF00;
}
#kbootstrap-register .countdown {
  margin-bottom: 20px;
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #kbootstrap-register .countdown {
    font-size: 40px;
  }
}
#kbootstrap-register .countdown span {
  margin: 0 30px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}
#kbootstrap-register .countdown small {
  display: block;
  font-size: 16px;
  font-family: "Poppins", Arial, sans-serif;
}
#kbootstrap-register .btn i {
  margin-left: 20px;
}





.btn-big {
  display: block;
  width: 100%;
  float: left;
}
.btn-big a {
  width: 100%;
  float: left;
  display: block;
  font-size: 20px;
  padding: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.testimony {
  position: relative;
  padding: 4em 2em 2em 2em;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .testimony {
    margin-bottom: 70px;
  }
}
.testimony .img-user {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -50px;
  left: -95px;
  margin-left: 50%;
  
}
.testimony .user {
  display: block;
  margin-bottom: 20px;
}
.testimony blockquote {
  padding: 0;
  margin: 70px 0 20px 0;
  border: none;
}
.testimony blockquote p {
  color: #000;
  font-size: 20px;
}

#kbootstrap-footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff !important;
}
#kbootstrap-footer p {
  color: rgba(255, 255, 255, 0.7);
}
#kbootstrap-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#kbootstrap-footer .kbootstrap-footer-links {
  padding: 0;
  margin: 0;
}
#kbootstrap-footer .kbootstrap-footer-links li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#kbootstrap-footer .kbootstrap-footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
#kbootstrap-footer .kbootstrap-footer-links li a:hover {
  text-decoration: underline;
}
#kbootstrap-footer .kbootstrap-widget {

}
@media screen and (max-width: 768px) {
  #kbootstrap-footer .kbootstrap-widget {
    text-align: left;
  }
}
#kbootstrap-footer .kbootstrap-widget h2 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 2px;
  
  font-family: "Poppins", Arial, sans-serif;
  color: #fff;
}

#kbootstrap-footer .kbootstrap-widget h2 a, a {
    color: #fff;
}

#kbootstrap-footer .form-group input[type="name"],
#kbootstrap-footer .form-group input[type="text"],
#kbootstrap-footer .form-group input[type="email"],
#kbootstrap-footer .form-group textarea {
  font-size: 18px;
}
#kbootstrap-footer .form-group input[type="name"]::-webkit-input-placeholder,
#kbootstrap-footer .form-group input[type="text"]::-webkit-input-placeholder,
#kbootstrap-footer .form-group input[type="email"]::-webkit-input-placeholder,
#kbootstrap-footer .form-group textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#kbootstrap-footer .form-group input[type="name"]:-moz-placeholder,
#kbootstrap-footer .form-group input[type="text"]:-moz-placeholder,
#kbootstrap-footer .form-group input[type="email"]:-moz-placeholder,
#kbootstrap-footer .form-group textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
#kbootstrap-footer .form-group input[type="name"]::-moz-placeholder,
#kbootstrap-footer .form-group input[type="text"]::-moz-placeholder,
#kbootstrap-footer .form-group input[type="email"]::-moz-placeholder,
#kbootstrap-footer .form-group textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
#kbootstrap-footer .form-group input[type="name"]:-ms-input-placeholder,
#kbootstrap-footer .form-group input[type="text"]:-ms-input-placeholder,
#kbootstrap-footer .form-group input[type="email"]:-ms-input-placeholder,
#kbootstrap-footer .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#kbootstrap-footer .form-group input {
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
#kbootstrap-footer .form-group textarea {
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
#kbootstrap-footer .form-group #btn-submit {
  background: #F9A602;
  color: #fff;
}
#kbootstrap-footer .copyright {
  background: #000;
  padding: 2em;
}
#kbootstrap-footer .copyright .block {
  display: block;
}
#kbootstrap-footer .copyright .block a {
  color: rgba(255, 255, 255, 0.5);
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.appointment-wrap {
  border: 4px solid rgba(0, 0, 0, 0.03);
  padding: 3em;
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(249, 129, 42, 1);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.kbootstrap-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  margin-top: -10px;
}
.kbootstrap-nav-toggle.active i::before, .kbootstrap-nav-toggle.active i::after {
  background: #444;
}
.kbootstrap-nav-toggle:hover, .kbootstrap-nav-toggle:focus, .kbootstrap-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.kbootstrap-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.kbootstrap-nav-toggle i::before, .kbootstrap-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.kbootstrap-nav-toggle.kbootstrap-nav-white > i {
  color: #fff;
  background: #000;
}
.kbootstrap-nav-toggle.kbootstrap-nav-white > i::before, .kbootstrap-nav-toggle.kbootstrap-nav-white > i::after {
  background: #000;
}
.kbootstrap-nav-toggle.kbootstrap-nav-white.active > i {
  color: #fff;
  background: #000;
}
.kbootstrap-nav-toggle.kbootstrap-nav-white.active > i::before, .kbootstrap-nav-toggle.kbootstrap-nav-white.active > i::after {
  background: #fff;
}

.kbootstrap-nav-toggle i::before {
  top: -7px;
}

.kbootstrap-nav-toggle i::after {
  bottom: -7px;
}

.kbootstrap-nav-toggle:hover i::before {
  top: -10px;
}

.kbootstrap-nav-toggle:hover i::after {
  bottom: -10px;
}

.kbootstrap-nav-toggle.active i {
  background: transparent;
}

.kbootstrap-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.kbootstrap-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.kbootstrap-nav-toggle {
  position: absolute;
  right: 0px;
  top: 25px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .kbootstrap-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  text-transform: uppercase;
  font-size: 20px;    
  padding: 10px 30px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {    
  background: #F9A602;
  color: #fff;
  border: 2px solid #F9A602;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #F9812A !important;
  border-color: #F9812A !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #34b8c0;
  border: 2px solid #34b8c0;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #34b8c0;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 14px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #34b8c0;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Rolling-0.8s-200px.svg) center no-repeat #fff;
}

.row-padded-mb {
  margin-bottom: 3em !important;
}

.col-padded {
  margin: 0 !important;
  padding: 0 !important;
}

.js .animate-box {
  opacity: 0;
}

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#sticky_item.is_stuck {
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px;
  }
}

/*#sourceMappingURL=style.css.map */

.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

#products {
    text-align: center;
    padding: 5rem;
    font-size: 18px;
}

#products h2 {
    display: inline-block;
    border-bottom: 3px solid #F9812A;
    padding-bottom: 10px;
}

#products tr th {
    text-align: center;
}

#th1 {
    color: #F9812A;
}

#th2 {
    color: green;
}

#th3 {
    color: blue;
}

#th4 {
    color: brown;
}
.hover-royal:hover {
    color: orange !important;
}

/*Offer*/


#offer {
    
}

#offerBack {
    height: 500px;
    padding: 80px 0;
    color: black;
}

#offerBack .text-center h2,h3 {
    font-size: 30px;
    color: black;
}

#offerBack .text-center p {
    font-size: 22px;
    padding: 0 0 100px 0;
} 

#offerBack .text-center p a {
    font-size: 26px;    
    padding: 10px;
}

#offerBack2 {
    background-image: url(../images/deal.png);
    background-size: cover;
    height: 500px;
	width: 650px;
    padding: 0;
}

.modal-content {
    background: white;
    padding: 50px 20px;
}

.modal-dialog {
    width: 700px;
    height: 500px;
    padding: 100px 0;
    text-align: center;
}



.popup {
	position: absolute;
	width: 300px;
	height: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 40px;
	background-color: #FFF;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 23px;
	height: 23px;
	cursor: pointer;
}

.close-popup:before {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	left: -4px;
	transform: rotate(-45deg);
}

.close-popup:after {
	content: '';
	background-color: #000;
	position: absolute;
	height: 1px;
	width: 31px;
	top: 11px;
	transform: rotate(45deg);
	left: -4px;
}

#subm {
    background: orange !important;
}