/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'Trajan Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('./fonts/TrajanPro-Bold.ttf'), url('TrajanPro-Regular.woff') format('woff');
}

html {
  overflow-x: hidden;
}

body {
  color: #444444;
  background: #242122;
}

a {
  color: #106eea;
}

a:hover {
  color: #ee1b47;
  text-decoration: none;
}

p {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TranjanPro';
  font-weight: 700;
}


/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/

.logo img {
  width: 60%;
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/


/* header start*/

.dropdown-item:focus,
.dropdown-item:hover {
  color: #252525;
  text-decoration: none;
  background-color: #fff;
}

.top-bar {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0;
}

.navbar-brand img {
  height: 28px;
  width: auto;
  display: block;
  filter: brightness(10%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  color: #212121 !important;
  font-weight: 500;
  transition: all 200ms linear;
}

.nav-item:hover .nav-link {
  color: #8167a9 !important;
}

.nav-item.active .nav-link {
  color: #777 !important;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #8167a9;
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

.dropdown ul li>ul {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 5px #999;
  left: 0;
  opacity: 0;
  padding: 10px 15px;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 200px;
  z-index: 2147483647;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: #ee1b47;
  border: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.dropdown ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1)
}

a.dropdown-item {
  border-bottom: 1px solid #fff;
}

.mainmenu li {
  display: inline-block;
  position: relative;
}

.mainmenu ul li a {
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  text-align: left;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 15px;
  font-family: 'Poppins', sans-serif;
}

.mainmenu ul li.active>a {
  color: #eed970;
}

.mainmenu ul li a i {
  font-size: 12px;
}

div#navbarSupportedContent {
  background: linear-gradient( -45deg, #ee1b47 54%, #242122 26%);
  transition: all 0.5s;
  z-index: 997;
  padding: 4px 10em;
  top: 0;
}

.b-line {
  border-right: 1px solid;
}

.nav-menu a {
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #f2e2b9;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  padding: 0 3px;
  font-family: "Open Sans", sans-serif;
}

header.header-area {
  width: 85%;
  margin: auto;
}


/*--------------------------------------------------------------
# Button icons
--------------------------------------------------------------*/

i.fa.fa-phone {
  transform: rotate( 90deg);
}

.book-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 5px;
  border-radius: 50px;
  border: 2px solid #cc9933;
}

a.book-btn {
  line-height: 1;
  transition: 0.3s;
  color: #ee1b47;
  font-weight: 700;
  font-size: 14px;
}

.pull-right {
  float: right!important;
}

.contact-info {
  color: #ee1b47;
  padding-top: 60px;
  margin: 10px 0;
  font-weight: 600;
}

.contact-info a {
  color: #f2f2f2;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  padding: 80px 0 80px;
  background-size: cover!important;
  background-position: center !important;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: '';
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/

.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #106eea;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  border: 5px solid #fff;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #106eea !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
    padding: 60px 0;
    margin-top: 50px;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}

.pricing .box h4 {
  font-size: 36px;
  color: #106eea;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #106eea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #106eea;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  background: #3b8af2;
}

.pricing .featured h3 {
  color: #fff;
  background: #106eea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #106eea;
  color: #fff;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #106eea;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #106eea;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #106eea;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #106eea;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #106eea;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #3b8af2;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.logo-f img {
  width: 335px;
}

.contact-i {
  margin-top: 2em;
  margin-left: 2em;
}

.footer-info li {
  margin-top: 10px;
  font-size: 20px;
  list-style-type: none;
  display: flex;
  margin-left: -35px;
  font-weight: 600;
}

.footer-info i {
  font-weight: 700;
  color: black;
  font-size: 30px;
  margin-right: 14px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.social-link li {
  list-style-type: none;
  display: inline-flex;
  padding: 10px;
  font-size: 20px;
}

.contact-i h5 {
  font-size: 20px;
  font-weight: 600;
    color: #f2f2f2;
}


#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 0;
  background: #242122;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 25px;
  margin: 10px 0;
  padding: 5px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'TranjanPro';
  color:#f2f2f2;
}

#footer .footer-top .footer-contact h3 span {
  color: #106eea;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #106eea;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}


/*custom css*/

.mr-auto,
.mx-auto {
  margin-right: auto!important;
  float: right !important;
}


/*
.fixed-top {
position: absolute !important;
    z-index: 996;}*/

.d-none {
  float: left !important;
}

.img-fluid {
  height: 873px;
  margin-top: 7.1em;
  margin-right: 28px;
}

.banner-left {
  text-align: right;
}

.img-fluid-1 {
  width: 765px;
  margin-top: 14em;
  margin-left: 5em;
}

.map-img {
  width: 590px;
}

.about-content-area {
    width: 86%;
    margin: 20% auto;
}

.about-content-area h2 {
  color: #ee1b47;
  font-size: 35px;
  font-family: 'Oswald', sans-serif;
}

.about-content-area span {
  font-size: 18px;
  font-weight: 600;
  color: #f2f2f2;
}

.about-content-area p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.about-content-area p {
    font-size: 21px;
    position: relative;
    z-index: 1;
    text-align: justify;
    font-family: sans-serif;
    color: #fff;
}

.content-area-1 {
  margin-left: 4rem;
  margin-top: 3em;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}


/*slider*/

.card-body-1 {
    background: #e2b25e;
    left: 0;
    top: 28em;
    width: 100%;
    padding: 15px 0px 7px 0px;
    position: absolute;
}

.cruve {
  position: absolute;
  z-index: 0;
  top: 64em;
}

.form-area {
  width: 100%;
  padding: 0px 70px;
  background: url(../img/cruve-2.png);
  background-repeat: no-repeat;
}

.style-form {
  margin-top: 18em;
  padding-left: 10em;
  width: 80%;
}

.style1 i {
  position: absolute;
  margin-left: 20px;
  color: #debd78;
  margin-top: 12px;
}

.style1 i:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #000;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
}

td.style1 i.fa.fa-phone {
  transform: rotate(100deg);
}

.form-area-img img {
  margin-top: 6.6em;
  margin-left: -11em;
}

.style1 input {
  overflow: visible;
  width: 450px;
  padding: 8px 30px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 2px solid #debd78;
  margin-left: 10px;
}

.style1 textarea {
  height: 190px;
  width: 450px;
  padding: 8px 30px;
  margin-bottom: 20px;
  border-radius: 6px;
  border: 2px solid #debd78;
  margin-left: 10px;
}

.title {
  vertical-align: top;
  color: black;
  font-size: 20px;
}

.style-form h2 {
    margin-bottom: 1em;
    color: #ee1b47;
    font-size: 35px;
    font-family: 'Trajan Pro Regular';
    text-transform: uppercase;
}

.team h2 {
  text-align: center;
  color: #ee1b47;
  font-size: 35px;
}

.team-m {
  padding-left: 10em;
}

#testimonial-area {
  padding-top: 150px;
  background: url(../img/cruve-3.png);
  background-repeat: no-repeat;
      margin-top: -125px;
}

#team {
  background-image: linear-gradient( 45deg, #ffffffcf, #ffffffc7), url(../img/team-bg.jpg);
  text-align: center;
  background-position: inherit;
  margin-top: 0px;
    background-size: cover;
    padding: 50px 0;
    height: 100vh;
}


/*gallery*/

.gallery {
  margin-top: 4em;
}


/* Create four equal columns that sits next to each other */

.gallery .column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gallery .column img {
  margin-top: 15px;
  vertical-align: middle;
  box-shadow: -7px 12px 7px #bababacc;
  width: 100%;
}

.gallery .column img:hover {
    box-shadow: -7px 12px 7px red;
}
/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
  .gallery .column {
    flex: 50%;
    max-width: 50%;
  }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
  .gallery .column {
    flex: 100%;
    max-width: 100%;
  }
}

.g-col-3 {
  margin-left: 60px;
}


/*testimonial*/

.img-name {
  display: flex;
  border-bottom: 2px solid #ee1b47;
  padding-bottom: 25px;
}

.card-body2 {
  text-align: left;
  padding-left: 20px;
}

.owl-carousel.owl-drag .owl-item {
  margin-bottom: 50px;
  height: 457px;
}

.blog-c {
  text-align: left;
  margin-top: 30px;
}

.card2 {
  height: 465px !important;
}

.r-btn {
  color: #ffffff;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  font-weight: 600;
}

.blog-c p {
  margin-bottom: 32px;
  font-weight: 600;
}

.blog-c h5 {
  color: #000;
}

.card2a {
  background: #ccccccbd !important;
}

.card2a h5 {
  color: #000000 !important;
  line-height: 1.6;
}

.card2a .r-btn {
  color: #e4b83a;
  border-bottom: 1px solid;
  padding-bottom: 6px;
}

.card2b {
  background: #e0c58a !important;
}

.team-h h4 {
  margin-top: 25px;
  text-transform: uppercase;
}

.team-h1 h4 {
  margin-top: 14px;
  text-transform: uppercase;
}

.card-body-1 h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.team-m h4 {
  font-size: 18px;
  font-weight: 600;
}

.rating {
  text-align: center;
}

.page-title h2 {
    text-align: left;
    font-weight: 800;
    color: #252525;
    font-size: 50px;
    margin-top: 50px;
    margin-left: 10%;
    margin-bottom: 50px;
    font-family: 'Trajan Pro Regular';
    letter-spacing: 0px;
}

.content-area-1 {
  margin-left: 0;
  margin-bottom: 4em;
  margin-right: 2em;
}

.img-area img {
  max-width: 100%;
}

#vm-area {
  height: 50vh;
  margin-top: 30px;
  background: url(../img/cruve-3.png);
  background-repeat: no-repeat;
}

.vm {
  text-align: center;
}

.content-area-2 {
  margin-top: 5em;
  margin-left: 0;
}

.c2a-btn {
    background: #cc9933;
    padding: 20px 20px;
    color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 10px #87641e;
}

.ats-btn {
  text-align: right;
  margin-top: 1.9em;
}

.ats-btn a {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.cta-c p {
    margin-top: 1em;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
p.book-appoinment {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 700;
    color: #eed970;
}
#all-to-action {
  background: #ee1b47;
  padding: 30px 0px;
}

.content-area-y {
  margin-top: 0em;
}

.content-area-t {
  margin-top: 1em;
}

.treatment-area-1 {
  margin-left: 0;
  margin-bottom: 0em;
  margin-right: 0em;
  margin-top: 0;
}

.img-area-1 img {
  max-width: 335px;
  height: 265px;
  box-shadow: 0px 0px 10px #a4a4a475;
  border-radius: 5px;
}

.treatmet-area p {
  font-size: 17px;
  margin-top: 1em;
  text-align: center;
}

.treatmet-area h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}

.treatmet-area {
  border: 1px solid #ecd9b3;
  box-shadow: 0px 0px 10px #54545433;
  padding: 12px 5px 12px 6px;
}

.img-w img {
  max-width: 425px;
}

.gallery-p {
  padding: 0px 6em 0px 6em;
  margin-top: -7em;
}

.cont-info {
  padding-left: 45px;
}

.cont-info h2 {
  text-align: left;
}

.php-email-form button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 10px;
  transition: 0.5s;
  border-radius: 0;
  border: 0;
  color: #fff;
  background: #ee1b47;
}

#contact {
  margin-bottom: 5em;
}

.map {
  margin-top: 5em;
}

.book {
  margin-left: 12em;
  margin-top: -1em;
}

section.about-us {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

img.left-img {
    position: absolute;
    top: -78%;
    left: -21%;
    z-index: -99;
}
img.doc-style {
  padding-left: 100px;
  width: 80%;
}

img.right-img {
  position: absolute;
  right: 0;
}

section.img-carousel {
  width: 80%;
  display: block;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 0;
}

img.card-img {
  border: 1px solid #e2b25e;
}

.card-body-1 h4 a {
  color: #252525;
  font-weight: 700;
}

section.form-area.appointment-section {
  position: relative;
  margin-top: -100px;
}



img.our-team-img-right {
  position: absolute;
  right: 120px;
  margin-top: 80px;
}

img.gallery-left {
  left: 0;
  position: absolute;
  margin-top: 30%;
}


/*testimonial*/

.testimonials .card {
  background: #ee1b47;
  margin: 0px 20px;
  padding: 12px 10px;
  border-radius: 20px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}

img.card-img-top {
    max-width: 100px;
    box-shadow: rgb(149 171 187) 0px 8px 20px -4px;
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    margin: 15px auto 0px;
}

.testimonials h2 {
  text-align: center;
  color: #ee1b47;
  margin-bottom: 30px;
  font-size: 35px;
}

.card-body h3 {
  text-align: center;
  color: #f2f2f2;
}

.card-body h5 {
  text-align: center;
  color: #f2f2f2;
}

.card-body p {
    text-align: center;
    color: #f2f2f2;
    font-size: 16px;
}

span.fa.fa-star.checked {
  color: yellow;
}

span.fa.fa-star {
  color: #f2f2f2;
}


/*gallery carousel*/

.carousel-wrap {
  width: 1000px;
  margin: auto;
  position: relative;
}

.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-gallery {
  background: url(../img/icons/gallery-prev.png) no-repeat scroll;
  left: -33px;
  margin-top: 10%;
}

.owl-carousel .next-gallery {
  background: url(../img/icons/gallery-next.png) no-repeat scroll -24px 0px;
  right: -33px;
  margin-top: 10%;
}


/*blog section*/
.blog-img img {
    width: 100%;
}
section.blog-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

.card2b {
  background: #e0c58a !important;
}

.gtco-testimonials2 .card2 {
  background: rgb(236, 217, 179);
  margin: 0px 8px;
  padding: 35px;
  border-radius: 50px 50px 0px;
}

.gtco-testimonials2 .card2 .card-img-top2 {
  max-width: 100px;
  box-shadow: rgb(149, 171, 187) 0px 8px 20px -4px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: -4px 0px;
}

.gtco-testimonials2 .card2 h5 {
  color: #252525;
  line-height: 1.6;
  font-weight: 600;
}

.m-btn a.l-btn {
  color: red;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  font-weight: 600;
}

.gtco-testimonials2 h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 35px;
  color: #252525;
  
}

img.appointment-img {
 position: absolute;
    right: 0;
    width: 45%;
    top: 15%;
}

section.acne-treatment {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}

h1.acne-title {
    font-size: 35px;
    line-height: 40px;
    color: #252525;
    font-weight: 600;
    text-align: left;
    padding-bottom: 30px;
}

.text-danger {
  color: #ee1b47 !important;
}

h3.acne-title {
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 20px;
  color: #000;
}

h6.ok-icon {
  font-size: 20px;
  padding-bottom: 20px;
  color: #252525;
}

section.contact-us.appointment-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

h3.contact-title {
  font-weight: 600;
  color: #252525;
  font-size: 25px;
  margin-bottom: 20px;
}

.content-area {
  margin-top: 40px;
}

ul.footer-info-contact li {
  font-size: 20px;
  list-style-type: none;
  display: flex;
  margin-left: -35px;
  margin-top: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.5em + 0.75rem + 4px);
  padding: 1.375rem 1.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*contact us*/

.contact-main-title {
  width: 70%;
  margin: auto;
  text-align: center;
}

.contact-main-title h1 {
  font-weight: 800;
  color: #252525;
  font-size: 55px;
  margin-bottom: 20px;
  font-family: 'Trajan Pro Regular';
  letter-spacing: 0px;
}

.contact-us-area {
  margin-top: 50px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ee1b47;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(225 4 28 / 26%);
}


/*blog*/

.blog-text h4 {
  font-weight: 800;
    color: #252525;
    font-size: 55px;
    margin-bottom: 20px;
    font-family: 'Trajan Pro Regular';
    letter-spacing: 0px;
}

.card.blog {
  background: linear-gradient( 90deg, rgba(255, 255, 255, 1) 0%, rgba(242, 245, 248, 1) 35%, rgba(236, 236, 237, 1) 100%);
  box-shadow: 0 13px 15px rgb(0 0 0 / 30%);
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.blog-text {
    padding: 30px;
}

/*about us*/
section.why-us {
    padding-top: 80px;
    padding-bottom: 80px;
}
h1.about-us-title {
  font-weight: 800;
    color: #252525;
    font-size: 55px;
    margin-bottom: 20px;
    font-family: 'Trajan Pro Regular';
    letter-spacing: 6px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.about-us-area {
  width: 80%;
  margin: auto;
}

.cards {
  background: #212121;
}
.cards:hover .card-single {
  opacity: 0.15;
}

.cards .card-single {
  background: #212121;
  transition: opacity 0.5s ease-in-out;
}
.cards .card-single:hover {
  opacity: 1;
}

.card-content {
  height: 550px;
  padding: 40px;
  color: #fff;
  background: url("../img/about/stripe-pattern.png");
}
.card-content h2 {
  color: #ffca28;
  margin-bottom: 20px;
  font-size: 55px;
}

.card-text {
  max-width: 600px;
}

.card-height {
  height: 100%;
}

.card-img {
  padding: 0;
}
.card-img .carousel-item {
  height: 550px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-indicators li {
  height: 10px;
  width: 10px;
  border-radius: 50%;
}
/*footer*/

.iframe-map iframe {
  border: 2px solid #e0c58a;
  border-radius: 10px;
}

ul.social-link {
  margin-left: -50px;
  color: #f2f2f2;
}

#footer .copyright {
  padding: 20px 0 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #f2f2f2;
  background: #000;
}
.copyright a {
    color: #0adbf1 !important;
}
i.icofont-simple-up {
  font-size: 40px;
  background: red;
  border-radius: 100%;
}

/*back to top*/

#backscroll {
    position:fixed;
    right:10px;
    bottom:70px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#ee1b47;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#backscroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}

/*Gallery*/
section.products-galley {
    padding-top: 80px;
    padding-bottom: 80px;
        background: #fff;
}
.lightbox-galley img {
    width: 100%;
    outline: 1px solid white;
  outline-offset: -4px;
}
.lightbox-galley {
    padding-top: 20px;
}
.img-area {
    margin-top: 50px;
    outline: 3px solid #ffffff;
    outline-offset: -4px;
    box-shadow: 0px 0px 10px 1px rgb(2 11 38 / 63%);
}
.img-area-remove img {
    width: 100%;
    outline: 1px solid white;
    outline-offset: -4px;
}
.permananent-makeup {
    width: 100%;
    margin: auto;
}
.products-galley-width {
    width: 90%;
    margin: auto;
}
.content-area.content-area-1.hair {
    margin-top: 25%;
}

.team-gallery h2 {
    text-align: center;
    color: #ee1b47;
    margin-top: 50px;
    font-size: 35px;
}

a.book-btn.modal-btn {
    cursor: pointer;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.book-appoinment-popup a {
    color: #e22149;
    padding: 10px 0 20px;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin: auto;
    display: block;
}

img.book-appoinment-img {
    width: 80px;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #eeeeee;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.message-not-sent h4 {
    color: #ee1b47;
    padding: 50px 0 50px;
    text-align: center;
    font-size: 40px;
}

.message-succes h4 {
    color: #008000;
    padding: 50px 0 50px;
    text-align: center;
    font-size: 40px;
}
.message-section {
    padding: 80px 0 80px;
    background: #eeeeee;
}

a.book-btn.modal-btn.c2a-btn {
    background: #fff;
    border: 1px solid #f2f2f2;
    font-weight: 700;
}

section.acne-treatment p {
    color: #f2f2f2;
}

h2.acne-title.mt-4 {
    color: #252525;
}

.contact-main-title p {
    color: #252525;
}

.content-area p {
    color: #252525;
}
span.plus {
    color: #252525;
    font-size: 30px;
}