/* ---------------------------------------

[Main Stylesheet]

Project:    	  Klinic - Hospital & Clinic Website HTML Template
Version:    	  1.0
Primary Use:    Hospital & Clinic business Website

------------------------------------------

[Table of contents]

1. Fonts
2. Reset Css
3. Global Settings
4. Section Styles
5. Colors
6. Margin and Padding
7. Background Overlay
8. Buttons Style
9. Preloader
10. ScrollUp Button
11. Main Header style
12. Hero Area
13. Features Area
14. Custom Hero
15. Promo Area
16. Our Partners
17. Pricing Table
18. Why Choose us
19. Parallax Area
20. Testimonial Area
21. Counter Area
22. App Area
23. Blog Area
24. Footer Area
25. Custom Banner
26. About Area
27. Award Area
28. Card Features
29. All Partners Area
30. Team Area
31. Card Apply Form
32. Become Partner Area
33. Card Details Area
34. Choose Card
35. Faq Area
36. Error Area

-------------------------------------------*/
/*** 

===============
	Reset Css
===============

 ***/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:400,500,600,700&display=swap");

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

===================
	Global Settings
===================

 ***/
body {
    font-size: 16px;
    color: #292929;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    color: #1E90FF;
}

button,
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
    transition: .3s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input, button, select, textarea {
    outline: none;
}

textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.6em;
    font-family: "Open Sans", sans-serif;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    display: inline-block;
    max-width: 100%;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}

::selection {
    background-color: #00C9B724;
    color: #00C9B7;
}

-moz-::selection {
    background-color: #00C9B724;
    color: #00C9B7;
}

-webkit-::selection {
    background-color: #00C9B724;
    color: #00C9B7;
}

-o-::selection {
    background-color: #00C9B724;
    color: #00C9B7;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.border-0 {
    border: 0px;
}

.centered {
    text-align: center;
}

/*** 

================
	Fonts
================


font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;

 ***/
/*
	Flaticon icon font: Flaticon
	Creation date: 03/07/2019 12:56
*/
@font-face {
    font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @    font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-play-button:before {
    content: "\f100";
}

.flaticon-quotes:before {
    content: "\f101";
}

.flaticon-clinic:before {
    content: "\f102";
}

.flaticon-doctor:before {
    content: "\f103";
}

.flaticon-heart:before {
    content: "\f104";
}

.flaticon-support:before {
    content: "\f105";
}

.flaticon-tooth:before {
    content: "\f106";
}

.flaticon-scissor:before {
    content: "\f107";
}

.flaticon-pill:before {
    content: "\f108";
}

.flaticon-eye:before {
    content: "\f109";
}

.flaticon-lab:before {
    content: "\f10a";
}

.flaticon-tooth-1:before {
    content: "\f10b";
}

.flaticon-minus:before {
    content: "\f10c";
}

.flaticon-add:before {
    content: "\f10d";
}

.flaticon-tooth-2:before {
    content: "\f10e";
}

.flaticon-fat:before {
    content: "\f10f";
}

.flaticon-gynecology:before {
    content: "\f110";
}

.flaticon-flask:before {
    content: "\f111";
}

.flaticon-clock:before {
    content: "\f112";
}

.flaticon-pin:before {
    content: "\f113";
}

.flaticon-mail:before {
    content: "\f114";
}

.flaticon-electrocardiogram:before {
    content: "\f115";
}

.flaticon-hemoglobin:before {
    content: "\f116";
}

.flaticon-mri:before {
    content: "\f117";
}

.flaticon-heart-1:before {
    content: "\f118";
}

.flaticon-heart-2:before {
    content: "\f119";
}

/* Colors Class */
.cl-black {
    color: #292929;
}

.cl-primary {
    color: #00C9B7;
}

.cl-white {
    color: #ffffff;
}

.cl-blue {
    color: #000040;
}

.cl-blue-2 {
    color: #000040;
}

.cl-facebook {
    color: #3B5999;
}

.cl-twitter {
    color: #55ACEE;
}

.cl-youtube {
    color: #CD201F;
}

.cl-pinterest {
    color: #BD081C;
}

.facebook-bg {
    background: #3B5999;
}

.twitter-bg {
    background: #55ACEE;
}

.youtube-bg {
    background: #CD201F;
}

.pinterest-bg {
    background: #BD081C;
}

.google-plus-bg {
    background: #DD5144;
}

.text-gradient-one {
    background: -webkit-linear-gradient(#FE1360, #FB653C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient-two {
    background: -webkit-linear-gradient(#FD5B82, #FF828A);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-bg-1 {
    background: -webkit-linear-gradient(#FE1360, #FB653C);
    background-clip: initial;
    -webkit-background-clip: initial;
}

.gradient-bg-2 {
    background: -webkit-linear-gradient(#FD5B82, #FF828A);
    background-clip: initial;
    -webkit-background-clip: initial;
}

/*** 

==================
   Section Styles
==================

 ***/
.container {
    max-width: 1200px;
}

.section-padding {
    padding: 120px 0;
}

.section-padding-2 {
    padding-top: 120px;
    padding-bottom: 90px;
}

.section-title {
    margin-bottom: 30px;
    margin-top: -12px;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    color: #292929;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    z-index: 1;
    text-transform: capitalize;
}

.section-title h2:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 40px;
    height: 4px;
    background: #00C9B7;
}

.section-title p {
    margin-bottom: 50px;
}

.section-title-2 {
    margin-bottom: 10px;
    margin-top: -12px;
}

.section-title-2 h2 {
    position: relative;
    display: inline-block;
    color: #292929;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 40px;
    z-index: 1;
    text-transform: capitalize;
}

.section-title-2 h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 40px;
    height: 4px;
    background: #00C9B7;
}

.section-title-2 p {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .section-padding {
        padding: 100px 0;
    }

    .section-padding-2 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 80px 0;
    }

    .section-padding-2 {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .section-title h2:before {
        display: none;
    }
}

@media (max-width: 575px) {
    .title-right a {
        float: left;
        margin-bottom: 40px;
    }
}

@media (max-width: 450px) {
    .section-title h2 {
        font-size: 32px;
    }

    .section-title-2 h2 {
        font-size: 32px;
    }

    .departments-area h2 {
        font-size: 32px;
    }
}

/*** 

=======================
   Margin and Padding
=======================

 ***/
/* 
   Margin Top styles
   */
.mar-0 {
    margin: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

/* 
     Margin Bottom Styles
      */
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* 
     Margin Right Styles
      */
.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

/* 
     Padding Top Styles
     */
.pad-0 {
    padding: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

/* 
     Padding Bottom Styles
  */
.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

/*** 

============================
   Background and Overlay
============================

 ***/
.gray-bg {
    background: #F9F9F9;
}

.black-bg {
    background: #292929;
}

.black-bg-2 {
    background: #555555;
}

.primary-bg {
    background: #00C9B7;
}

.primary-light-bg {
    background: #00C9B72c;
}

.primary-bg-dark {
    background: #03AFA0;
}

.white-bg {
    background: #ffffff;
}

.blue-bg {
    background: #15124B;
}

.light-blue-bg {
    background: #234BA5;
}

.blue-bg-2 {
    background: #000040;
}

.yellow-bg {
    background: #FBA707;
}

.yellow-light-bg {
    background: #FEEDCD;
}

.purple-bg {
    background: #8E0EF0;
}

.purple-light-bg {
    background: #E8CFFC;
}

.dark-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.dark-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: .5;
}

.darkest-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.darkest-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    content: "";
    z-index: -1;
    opacity: .7;
}

.light-overlay {
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.light-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #F7F0EC;
    content: "";
    z-index: -1;
    opacity: 0.95;
}

/*** 

===================
   Buttons Style
===================

 ***/
.bttn-mid {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 45px;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.4s;
}

.bttn-small {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.bttn-mid i, .bttn-small i {
    margin-right: 7px;
}

.btn-fill {
    color: #ffffff;
    background: #00C9B7;
}

.btn-fill:hover {
    background: #ffffff;
    color: #00C9B7;
    box-shadow: 0px 7px 20px -14px rgba(34, 54, 60, 0.74);
}

.btn-fill-2 {
    border: 1px solid #00C9B7;
    color: #ffffff;
    background: #00C9B7;
}

.btn-fill-2:hover {
    background: #ffffff;
    color: #00C9B7;
    border: 1px solid #00C9B7;
    box-shadow: 0px 7px 20px -14px rgba(34, 54, 60, 0.74);
}

.bttn-mid.btn-emt {
    padding: 12px 41px;
}

.btn-emt {
    background: transparent;
    color: #00C9B7;
    border: 2px solid #00C9B7;
}

.btn-emt:hover {
    color: #fff;
    box-shadow: none;
    background: #00C9B7;
    border: 2px solid transparent;
}

.btn-wht {
    background: #ffffff;
    color: #00C9B7;
    border: 1px solid #00C9B7;
}

.btn-wht:hover {
    background: #00C9B7;
    color: #ffffff;
}

/* ==============================
   Preloader
   ============================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #f5f5f5;
}

.preloader h4 {
    color: #292929;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -56%);
}

/* 
  ==============================
     ScrollUp Button 
  ============================== 
  */
a#scrollUp {
    right: 30px;
    bottom: 30px;
    width: 35px;
    height: 35px;
    background-color: #00C9B7;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
}

a#scrollUp:hover {
    background-color: #3D3C3E;
    color: #ffffff;
}

@media (max-width: 767px) {
    a#scrollUp {
        right: 30px;
        bottom: 65px;
    }
}

/*

==========================
  Main Header style
==========================

*/
.header-style--two {
    padding: 0 !important;
}

.header-style--two .main-menu {
    padding: 0 !important;
}

.header-style--two .main-menu .navbar-brand {
    padding: 10px 20px;
    background-color: #00C9B7;
    position: relative;
}

.header-style--two .main-menu .navbar-brand img {
    transform: translateY(-50px);
}

.header-style--two .main-menu .navbar-brand::before {
    position: absolute;
    content: '';
    top: -150px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #00C9B7;
}

.header-top {
    color: #ffffff;
    padding: 20px 0;
}

.header-top .single-header-top .social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #00C9B7;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}

.header-top .single-header-top p {
    margin: 0;
    text-align: center;
}

.header-top .single-header-top.last {
    float: right;
}

.header-top .single-header-top.last a {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 35px;
    border-radius: 50px;
    display: block;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    margin-left: 10px;
}

.header-top .single-header-top.last a:hover {
    background: #ffffff;
    color: #292929;
}

.header-top .single-header-top.last .lang-drop {
    position: relative;
    display: inline-block;
}

.header-top .single-header-top.last .lang-drop:after {
    position: absolute;
    content: "\f107";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-family: Fontawesome;
}

.header-top .single-header-top.last .lang-drop select {
    -webkit-appearance: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 40px 8px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.header-top .single-header-top.last .lang-drop select option {
    background: #00C9B7;
}

@media (max-width: 575px) {
    .header-top .single-header-top.last {
        float: none;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (max-width: 575px) {
    .header-top .single-header-top {
        text-align: center;
        margin-bottom: 20px;
    }
}

.header-top.primary-bg .single-header-top ul li a:hover {
    color: #000040;
}

.header-top.blue-bg .single-header-top ul li a:hover {
    color: #00C9B7;
}

.header-area {
    padding: 10px 0;
    transition: 0.4s;
}

.sticky-header {
    background: #00C9B7;
    padding: 10px 0;
}

.navbar-brand img {
    height: 55px;
    width: auto;
}

.main-menu {
    padding-left: 0;
    padding-right: 0;
}

.main-menu ul li {
    margin-right: 25px;
}

.main-menu ul li:last-child {
    margin-right: 0px;
}

.main-menu ul li a {
    color: #292929;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

.main-menu ul li a:hover {
    color: #000040;
}

.main-menu.style-2 ul li a {
    color: #292929;
}

.main-menu.style-2 ul li.nav-item.dropdown:before {
    color: #292929;
}

.main-menu.style-2 .menu-toggle {
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
}

.main-menu.style-2 .menu-toggle:after, .main-menu.style-2 .menu-toggle:before {
    background: #333;
}

.main-menu.style-2 .menu-toggle.is-active {
    border-top: 0px solid #333;
    border-bottom: 0px solid #333;
}

.main-menu.style-2 ul li.dropdown:after {
    color: #333;
}

li.nav-item.dropdown {
    position: relative;
}

li.nav-item.dropdown:before {
    position: absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 16px;
    right: -7px;
    top: 48%;
    transform: translateY(-48%);
    color: #292929;
}

.dropdown-menu a {
    color: #181a84 !important;
}

.dropdown a {
    transition: 0.4s;
}

.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    display: block;
    background: #fff;
    margin-top: 23px;
    width: 240px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 7px 20px -14px rgba(34, 54, 60, 0.74);
    box-shadow: 0px 7px 20px -14px rgba(34, 54, 60, 0.74);
    border: 1px solid #f5f5f5;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -5px, 0);
}

.dropdown-menu a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    color: #292929 !important;
}

.dropdown-menu a:hover {
    background: transparent;
}

.dropdown-menu a:active {
    background: transparent;
}

.menu-toggle {
    position: relative;
    display: block;
    width: 25px;
    height: 20px;
    background: transparent;
    border-top: 2px solid #292929;
    border-bottom: 2px solid #292929;
    color: #292929;
    font-size: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.menu-toggle:before, .menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #292929;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    -moz-transition: -webkit-transform 0.25s ease-in-out;
    -ms-transition: -webkit-transform 0.25s ease-in-out;
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

span.menu-toggle:hover {
    color: #ffb606;
}

span.is-active {
    border-color: transparent;
}

span.is-active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

span.is-active:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dropdown-toggle::after {
    display: none;
}

.header-btn {
    margin-left: 20px;
}

.header-btn button {
    background: #00C9B7;
    color: #ffffff;
}

.search-btn {
    font-size: 12px;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}

.search-btn:hover {
    color: #fff;
}

/* Full Screen Search */
.search-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #000000f8;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    transform-origin: top;
}

.search-full.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.search-full.close {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.search-full .search-close {
    color: #00C9B7;
    font-size: 20px;
    position: absolute;
    top: 50px;
    right: 50px;
    border: 2px solid #00C9B7;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    width: 40px;
    height: 40px;
    z-index: 9;
}

.search-full--inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.main-search-form {
    width: 100%;
}

.main-search-form input {
    border: none;
    border-bottom: 1px solid #00C9B7;
    width: 100%;
    background-color: transparent;
    color: #ffffff;
    height: 55px;
    font-size: 24px;
}

.main-search-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-size: 24px;
}

.main-search-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-size: 24px;
}

.main-search-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-size: 24px;
}

.main-search-form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-size: 24px;
}

@media (max-width: 991px) {
    .navbar-brand {
        margin-left: 15px;
    }

    .main-menu ul li {
        margin-right: 0;
        position: relative;
        margin: 3px 0;
    }

    .main-menu ul li.dropdown a {
        z-index: 999;
        position: relative;
        color: #ffffff;
    }

    .main-menu ul li a {
        color: #ffffff;
    }

    .main-menu ul li.dropdown:after {
        position: absolute;
        content: "\f107";
        font-family: FontAwesome;
        right: 15px;
        top: 0;
        color: #ffffff;
        line-height: 45px;
        overflow: hidden;
        z-index: 1;
        width: 45px;
        text-align: center;
        background: #00C9B7;
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown-menu {
        width: auto;
        margin: 10px 15px 10px 0;
        background: #ffffff;
    }

    .navbar-collapse {
        margin-top: 20px;
        padding-left: 15px;
        max-height: 450px;
        overflow: auto;
        background: #292929;
        padding-bottom: 20px;
    }

    .cart-btn {
        margin-left: 0;
        margin-top: 15px;
    }

    li.nav-item.dropdown:before {
        display: none;
    }

    .header-btn {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .main-menu {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand {
        margin-left: 0;
    }

    .navbar-toggler {
        padding-right: 0;
    }
}

/*

===============================
Hero Area
===============================

*/
.hero-section {
    position: relative;
}

.hero-section .hero-area-1 {
    background: #00C9B7;
}

.hero-section .hero-area-1 .single-hero {
    position: relative;
    background-size: cover !important;
    z-index: 1;
}

.hero-section .hero-area-1 .single-hero .hero-sub {
    display: table;
    height: 100vh;
    width: 100%;
    color: #292929;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-sub {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .hero-section .hero-area-1 .single-hero .hero-sub {
        height: auto;
        padding: 150px 0;
    }
}

.hero-section .hero-area-1 .single-hero .hero-sub .table-cell {
    display: table-cell;
    vertical-align: middle;
	padding-bottom: 74px;
}

@media (max-width: 575px){
	.hero-section .hero-area-1 .single-hero .hero-sub .table-cell {
		padding-bottom: 0px;
	}
}

.hero-section .hero-area-1 .single-hero .hero-sub .table-cell .hero-left h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .hero-section .hero-area-1 .single-hero .hero-sub .table-cell .hero-left h1 {
        font-size: 36px;
    }
}

.hero-section .hero-area-1 .single-hero .hero-sub .table-cell .hero-left p {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #555555;
}

@media (max-width: 446px) {
    .hero-section .hero-area-1 .single-hero .hero-sub .table-cell .hero-left a {
        margin: 0;
        margin-top: 15px;
    }
}

.hero-section .hero-area-1 .single-hero .hero-sub .hero-sub h1 {
    font-weight: 700;
    letter-spacing: 5px;
}

.hero-section .hero-area-1 .single-hero .hero-sub.style-2 {
    text-align: left;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-sub.style-2 {
        text-align: center;
        height: initial;
        padding-top: 120px;
        margin-bottom: -100px;
    }
}

@media (max-width: 500px) {
    .hero-section .hero-area-1 .single-hero .hero-sub.style-2 {
        margin-bottom: -40px;
    }
}

.hero-section .hero-area-1 .single-hero .hero-sub.style-2 .table-cell .hero-left {
    border-right: 2px solid #ffffff3d;
    padding-right: 60px;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-sub.style-2 .table-cell .hero-left {
        border-right: 0px solid #ffffff3d;
        padding-right: 00px;
    }
}

.hero-section .hero-area-1 .single-hero .hero-sub.style-2 .table-cell .hero-left h4 {
    text-transform: uppercase;
    color: #00C9B7;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 22px;
}

.hero-section .hero-area-1 .single-hero .hero-widgets {
    width: 100%;
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-widgets {
        bottom: -42px;
    }
}

@media (max-width: 575px) {
    .hero-section .hero-area-1 .single-hero .hero-widgets {
        display: none;
    }
}

.hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget {
    width: 33.33333%;
    float: left;
    padding: 40px;
    padding-right: 0;
    color: #ffffff;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget {
        padding: 20px;
    }
}

@media (max-width: 575px) {
    .hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget {
        width: 100%;
    }
}

.hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget .widget-icon {
    float: left;
    width: 20%;
}

.hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget .widget-icon i {
    font-size: 52px;
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget .widget-icon i {
        font-size: 32px;
    }
}

.hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget .widget-content {
    float: left;
    width: 80%;
}

.hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget .widget-content h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget .widget-content h4 {
        font-size: 16px;
    }
}

.hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget .widget-content p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .hero-section .hero-area-1 .single-hero .hero-widgets .single-hero-widget .widget-content p {
        font-size: 14px;
    }
}

.hero-section .hero-area-1 .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
}

.hero-section .hero-area-1 .owl-dots button {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    border-radius: 50%;
    border: 3px solid #ffffff;
}

.hero-section .hero-area-1 .owl-dot.active {
    background: #00C9B7;
    width: 20px;
    border-radius: 50px;
    border: 3px solid #00C9B7;
}

.hero-section .hero-area-1 .owl-dot button:hover {
    background: #fff;
    border: 0px !important;
}

/*

==========================
  Appoinment Area
==========================

*/
.appointment-area img {
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {
    .appointment-area img {
        display: none;
    }
}

.appointment-area .appointment-content {
    padding: 40px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}

@media (max-width: 480px) {
    .appointment-area .appointment-content {
		padding: 40px 20px;
	}
}

.appointment-area .appointment-content.appoint-margin {
    margin: 65px 0 120px 0;
}

@media (max-width: 767px) {
    .appointment-area .appointment-content.appoint-margin {
        margin: 65px 0 100px 0;
    }
}

@media (max-width: 575px) {
    .appointment-area .appointment-content.appoint-margin {
        margin: 10px 0 80px 0;
    }
}

@media (max-width: 400px) {
    .appointment-area .appointment-content.appoint-margin {
        padding: 40px 25px;
    }
}

.appointment-area .appointment-content .appoint-select {
    position: relative;
    margin-bottom: 20px;
}

.appointment-area .appointment-content .appoint-select::after {
    position: absolute;
    content: "\f107";
    font-family: Fontawesome;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.appointment-area .appointment-content select, .appointment-area .appointment-content input {
    width: 100%;
    height: 50px;
    border: 1px solid #EAEAEA;
    border-radius: 50px;
    transition: 0.3s;
}

.appointment-area .appointment-content select:focus, .appointment-area .appointment-content input:focus {
    border: 1px solid #00C9B7;
}

.appointment-area .appointment-content select {
    -webkit-appearance: none;
    appearance: none;
    padding-left: 20px;
}

.appointment-area .appointment-content input {
    margin-bottom: 20px;
    text-indent: 20px;
}

.appointment-area .appointment-content button {
    width: 100%;
}

.appointment-area .appointment-content-text {
    margin-left: 40px;
}

@media (max-width: 480px){
	.appointment-area .appointment-content-text {
		margin-left: 00px;
	}
}

.appointment-area .appointment-content-text p {
    margin-bottom: 40px;
}

.appointment-area .appointment-content-text ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.appointment-area .appointment-content-text ul li:last-child {
    margin-bottom: 0;
}

.appointment-area .appointment-content-text ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: Fontawesome;
    color: #00C9B7;
    left: 0;
}

/*

===============================
Team Area
===============================

*/
.team-area .single-team {
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 0px 9px 1px rgba(0, 201, 183, 0.1);
    padding: 100px 40px 40px 40px;
    border-radius: 7px;
    text-align: center;
    margin-top: 65px;
}

.team-area .single-team .team-thumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
}

.team-area .single-team .team-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-area .single-team .team-title p {
    margin-bottom: 20px;
    color: #555555;
}

.team-area .single-team .team-social a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    margin: 0 2px;
    border-radius: 50%;
    font-size: 14px;
    display: inline-block;
}

.team-area .team-details .team-thumb-info {
    margin-bottom: 30px;
    border: 1px solid #E5E5E5;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.team-area .team-details .team-thumb-info img {
    width: 50%;
    float: left;
}

.team-area .team-details .team-thumb-info .team-thumb-details {
    width: 50%;
    float: left;
    padding: 40px 35px;
}

.team-area .team-details .team-thumb-info .team-thumb-details h4 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
}

.team-area .team-details .team-thumb-info .team-thumb-details p {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .team-area .team-details .team-thumb-info img, .team-area .team-details .team-thumb-info .team-thumb-details {
        width: 100%;
    }
}

.team-area .team-details .team-details-contents {
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    border-radius: 8px;
}

.team-area .team-details .team-details-contents .single-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e1e1e1;
}

.team-area .team-details .team-details-contents .single-row .left {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 30px 30px;
}

.team-area .team-details .team-details-contents .single-row .left span {
    font-weight: 600;
    text-transform: capitalize;
    color: #777777;
	position: relative;
}

.team-area .team-details .team-details-contents .single-row .right {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 30px 30px;
    border-left: 1px solid #e1e1e1;
}

.team-area .team-details .team-details-contents .single-row .right p {
    margin: 0;
}

.team-area .team-details .team-details-contents .single-row .right ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.team-area .team-details .team-details-contents .single-row .right ul li:last-child {
    margin-bottom: 0;
}

.team-area .team-details .team-details-contents .single-row .right ul li:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 7px;
    height: 8px;
    background-color: #908e8e;
}

.team-area .team-details .team-details-contents .single-row .right a {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #777777;
    border: 1px solid #777777;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}

.team-area .team-details .team-details-contents .single-row .right a:hover {
    color: #ffffff;
    background: #00C9B7;
    border: 1px solid #00C9B7;
}


@media screen and (max-width: 575px) {
	.team-area .team-details .team-details-contents .single-row {
		padding: 30px 30px;
	} 
}
@media screen and (max-width: 575px) {
	.team-area .team-details .team-details-contents .single-row .left {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0; 
	} 
}

@media screen and (max-width: 575px) {
	.team-area .team-details .team-details-contents .single-row .right {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		border: none;
		margin-top: 20px;
	} 
}
.team-area .team-details .team-details-contents .single-row .left span::before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #00C9B7;
    opacity: 0;
}
@media screen and (max-width: 575px) {
	.team-area .team-details .team-details-contents .single-row .left span::before {
		opacity: 1; 
	} 
}

/*

===============================
Departments Area
===============================

*/
.departments-area h2 {
    border-right: 3px solid #00C9B7;
}

@media (max-width: 767px) {
    .departments-area h2 {
        border-right: 0;
        margin-bottom: 20px;
    }
}

.departments-area .all-departments ul {
    margin-bottom: 50px;
}

.departments-area .all-departments ul li {
    margin-right: 30px;
}


@media (max-width: 389px){
	.departments-area .all-departments ul li {
		margin: auto;
	}
}
@media (max-width: 991px) {
    .departments-area .all-departments ul li {
        margin-bottom: 30px;
    }
}

.departments-area .all-departments ul li a {
    color: #292929;
    display: block;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    height: 150px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.departments-area .all-departments ul li a.active {
    background: #00C9B7;
}

.departments-area .all-departments ul li a.active i {
    color: #00C9B7;
    background: #ffffff;
}

.departments-area .all-departments ul li a i {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin: auto;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background: #00C9B7;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: normal;
}

@media (max-width: 767px) {
    .departments-area .all-departments .single-dept-img img {
        width: 100%;
    }
}

.departments-area .all-departments .single-dept-cont {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .departments-area .all-departments .single-dept-cont {
        margin-top: 20px;
    }
}

.departments-area .all-departments .single-dept-cont h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .departments-area .all-departments .single-dept-cont h3 {
        margin-bottom: 10px;
    }
}

.departments-area .all-departments .single-dept-cont p {
    margin-bottom: 15px;
}

.departments-area .all-departments .single-dept-cont ul {
    margin-bottom: 0;
}

.departments-area .all-departments .single-dept-cont ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.departments-area .all-departments .single-dept-cont ul li:last-child {
    margin-bottom: 0;
}

.departments-area .all-departments .single-dept-cont ul li:before {
    position: absolute;
    content: "\f00c";
    font-family: Fontawesome;
    color: #00C9B7;
    left: 0;
}

/*

===============================
Call to action Area
===============================

*/
.call-to-action {
    padding: 60px 0;
    color: #fff;
}

.call-to-action h3 {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}

.call-to-action p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}

.call-to-action .get-service-btn {
    float: right;
}

.call-to-action .get-service-btn a:hover {
    border: 1px solid #ffffff;
}

@media (max-width: 991px) {
    .call-to-action .get-service-btn {
        float: none;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .call-to-action {
        text-align: center;
        margin-bottom: 20px;
    }

    .call-to-action h3 {
        margin-bottom: 10px;
    }

    .call-to-action p {
        margin-bottom: 20px;
    }
}

/*

===============================
About Area
===============================

*/
.about-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .about-area {
        flex-direction: column;
    }
}

.about-area .about-left {
    width: 50%;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .about-area .about-left {
        height: 450px;
        width: 100%;
    }
}

.about-area .about-left .about-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.about-area .about-left .left-img-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.about-area .about-left .left-img-wrap a {
    background: #00C9B7;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 78px;
}

.about-area .about-left .left-img-wrap a img {
    height: 25px;
    width: auto;
}

.about-area .about-content {
    width: 50%;
    z-index: 2;
    padding: 120px 0 120px 0;
}

@media (max-width: 767px) {
    .about-area .about-content {
        width: 100%;
        padding-bottom: 40px;
        padding-top: 90px;
    }
}

@media (max-width: 575px) {
    .about-area .about-content {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

.about-area .about-content .about-content-inner {
    max-width: 585px;
    padding-left: 60px;
}

@media (max-width: 991px) {
    .about-area .about-content .about-content-inner {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .about-area .about-content .about-content-inner {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .about-area .about-content .about-content-inner {
        padding-left: 30px;
    }
}

.about-area .about-content .about-content-inner p {
    margin-bottom: 30px;
}

.about-area .about-content .about-content-inner ul li {
    margin-bottom: 15px;
}

.about-area .about-content .about-content-inner ul li:last-child {
    margin-bottom: 0;
}

.about-area .about-content .about-content-inner ul li i {
    color: #00C9B7;
    margin-right: 5px;
}

.about-area .about-content .about-content-inner .section-title h2:after {
    left: 25px;
}

.about-area .about-content .about-content-inner-2 {
    width: 585px;
    margin: auto;
    text-align: left;
    margin-right: 0;
    padding-right: 60px;
    color: #555555;
}

@media (max-width: 991px) {
    .about-area .about-content .about-content-inner-2 {
        width: 100%;
        padding: 0 60px;
    }
}

.about-area .about-content .about-content-inner-2 p {
    margin-bottom: 30px;
}

.about-area .about-content .about-content-inner-2 ul li {
    margin-bottom: 15px;
}

.about-area .about-content .about-content-inner-2 ul li:last-child {
    margin-bottom: 0;
}

.about-area .about-content .about-content-inner-2 ul li i {
    color: #00C9B7;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .about-area.section-padding {
        padding-top: 0;
    }
}

/*

===============================
Services Area
===============================

*/
.services-area .single-service {
    text-align: center;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 40px;
    transition: 0.4s;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.services-area .single-service .service-icon {
    height: 75px;
    width: 75px;
    line-height: 75px;
    margin: auto;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: 0.3s;
}

.services-area .single-service .service-icon i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 28px;
    display: inline-block;
    margin: auto;
    margin-top: 7px;
    transition: 0.3s;
}

.services-area .single-service h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700;
    transition: 0.3s;
}

.services-area .single-service p {
    margin: 0;
}

.services-area .single-service:hover h3 {
    color: #00C9B7;
}

.services-area .single-service.style-2 {
    text-align: left;
    padding: 0;
    box-shadow: none;
}

.services-area .single-service.style-2 h3 i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #00C9B7;
    color: #ffffff;
    margin-right: 15px;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
}

.services-area .single-service.style-2 p {
    color: #555555;
}

.services-area .services-details h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
}

.services-area .services-details p {
    margin-bottom: 20px;
}

.services-area .services-details p:last-child {
    margin-bottom: 0;
}

.services-area .services-details ul {
    margin-bottom: 30px;
}

.services-area .services-details ul li {
    margin-bottom: 10px;
}

.services-area .services-details ul li:last-child {
    margin-bottom: 0;
}

.services-area .services-details ul li i {
    margin-right: 10px;
    color: #00C9B7;
    font-size: 18px;
}

.services-area .services-details img {
    margin-bottom: 30px;
}

.services-area .services-details h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

/*

===============================
Review Area
===============================

*/
.review-area .reviews .single-review {
    padding: 30px;
    margin-bottom: 10px;
}

@media(max-width: 480px){
	.review-area .reviews .single-review {
		padding: 15px;
	}
}
.review-area .reviews .single-review .reviewer-thumb {
    margin-top: 20px;
}

.review-area .reviews .single-review .reviewer-thumb img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.review-area .reviews .single-review .reviewer-thumb h3 {
    color: #292929;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
}

.review-area .reviews .single-review .reviewer-thumb span {
    display: block;
    font-size: 14px;
    font-style: italic;
}

.review-area .reviews .single-review p {
    margin: 0;
    padding: 40px;
    border-radius: 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.8;
    box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
    color: #555555;
}

@media(max-width: 400px){
	.review-area .reviews .single-review p {
		padding: 30px;
	}
}

/*

===============================
Counter Area
===============================

*/
.counter-area {
    background-size: cover;
}

.counter-area .single-counter {
    margin-bottom: 30px;
    text-align: center;
}

.counter-area .single-counter i {
    color: #00C9B7;
    font-size: 42px;
    margin-bottom: 20px;
    display: block;
}

.counter-area .single-counter h3.count {
    height: 125px;
    width: 150px;
    line-height: 125px;
    margin: auto;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.counter-area .single-counter h5 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #292929;
}

/*

===============================
Pricing Area
===============================

*/
.pricing-area .single-pricing {
    border-radius: 6px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.pricing-area .single-pricing .pricing-head {
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 40px 0;
    overflow: hidden;
    border-radius: 6px;
}

.pricing-area .single-pricing .pricing-head::before {
    position: absolute;
    content: "";
    top: -35px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #00C9B7;
    border-radius: 0 0 50% 50%/ 30% 30%;
    transform: scaleX(1.1);
}

.pricing-area .single-pricing .pricing-head h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricing-area .single-pricing .pricing-head h3 {
    font-size: 40px;
    font-weight: 700;
}

.pricing-area .single-pricing .pricing-head h3 span {
    font-size: 18px;
}

.pricing-area .single-pricing .pricing-body {
    padding: 40px 50px;
}

.pricing-area .single-pricing .pricing-body ul {
    margin-bottom: 30px;
}

.pricing-area .single-pricing .pricing-body ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
}

.pricing-area .single-pricing .pricing-body ul li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: Fontawesome;
    color: #00C9B7;
}

.pricing-area .single-pricing .pricing-body a {
    text-align: center;
}

/*

===============================
Newslatter Area
===============================

*/
.newslatter-area .newslatters h2 {
    margin-bottom: 20px;
	margin-top: -5px;
}

.newslatter-area .newslatters form {
    position: relative;
}

.newslatter-area .newslatters form input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 50px;
    text-indent: 20px;
}

.newslatter-area .newslatters form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50%;
    text-align: center;
    border-radius: 50%;
    color: #00C9B7;
}

/*

===============================
Skills area
===============================

*/
.skill-area img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
}

.skill-area .skill-contents {
    padding-left: 40px;
	margin-top: 15px
}

@media (max-width: 400px){
	.skill-area .skill-contents {
		padding-left: 0px;
	}
}

.skill-area .skill-contents .skill-progress-bar .single-progress {
    margin-bottom: 40px;
}

.skill-area .skill-contents .skill-progress-bar .single-progress h4 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.skill-area .skill-contents .skill-progress-bar .single-progress .progress {
    height: 8px;
    overflow: visible;
}

.skill-area .skill-contents .skill-progress-bar .single-progress .progress .progress-bar {
    position: relative;
    background: #00000036 100%;
    border-radius: 8px;
}

.skill-area .skill-contents .skill-progress-bar .single-progress .progress .progress-bar span {
    position: absolute;
    right: -15px;
    bottom: 8px;
    visibility: visible;
    font-size: 11px;
    font-weight: 600;
    color: #00C9B7;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #00c9b724;
    display: inline-block;
    border-radius: 50%;
}

/*

===============================
FAQ Area
===============================

*/
.faq-contents {
    display: block;
    height: auto;
}

.faq-contents .accordion {
    list-style: none;
    padding: 0;
}

.faq-contents .accordion li {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.faq-contents .accordion li:last-child {
    margin-bottom: 0px;
}

.faq-contents .accordion li p {
    display: none;
    padding: 10px 30px 20px 20px;
    color: #333;
    font-size: 16px;
    background: #fff;
    margin-bottom: 0;
    line-height: 2;
}

.faq-contents .accordion li a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #333333;
    user-select: none;
    font-weight: 600;
}

.faq-contents .accordion li a i {
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
}

.faq-contents .accordion li a.active {
    color: #333333;
    border: 0;
}

.faq-contents .accordion li a.active::after {
    transform: rotate(225deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
}

.faq-contents .accordion li a::after {
    width: 10px;
    height: 10px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    position: absolute;
    right: 25px;
    content: " ";
    top: 22px;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.account-form {
    padding: 60px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.account-form form input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #EAEAEA;
    text-indent: 20px;
    margin-bottom: 20px;
    transition: 0.4s;
}

.account-form form input:focus {
    border: 1px solid #00C9B7;
}

.account-form form button {
    width: 100%;
}

.account-form form .check-box {
    margin-bottom: 30px;
    margin-left: 10px;
    line-height: 14px;
}

.account-form form .check-box input {
    height: 15px;
    width: 15px;
    float: left;
    margin: 0;
}

.account-form form .check-box label {
    margin: 0;
    margin-left: 10px;
}

.account-form p {
    margin: 0;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.account-form p a {
    color: #00C9B7;
    text-decoration: underline;
    font-weight: 600;
}

.account-form .social-btn {
    text-align: center;
    margin-bottom: 30px;
}

.account-form .social-btn a {
    padding: 10px 32px;
    display: inline-block;
    margin: 0 5px;
    color: #ffffff;
    border-radius: 50px;
    font-weight: 700;
}

@media (max-width: 480px){
	.account-form .social-btn a {
		margin-bottom: 15px;
	}
	.account-form {
		padding: 25px;
	}
}

@media (max-width: 340px){
	.account-form form .check-box input {
		height: 15px;
		width: 15px;
		float: left;
		margin: 0;
		display: inline-block;
		margin-top: -20px;
	}
	.account-form form .check-box label {
		margin: 0;
		margin-left: 30px;
	}
}

/*

===============================
Brands Area
===============================

*/
.brands-area {
    text-align: center;
    margin-bottom: -65px;
}

.brands-area .brands-logo {
    padding: 50px 0;
    position: relative;
}

.brands-area .brands-logo img {
    width: 140px;
    height: auto;
    margin: 0 30px;
}

@media (max-width: 991px) {
    .brands-area .brands-logo img {
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    .brands-area .brands-logo img {
        width: 110px;
    }
}

@media (max-width: 575px) {
    .brands-area .brands-logo img {
        margin-bottom: 20px;
    }
}

.brands-area .brands-logo:before {
    position: absolute;
    content: '';
    top: 2px;
    left: -18px;
    width: 0;
    height: 0;
    border-top: 63px solid transparent;
    border-left: 31px solid #04b4a4;
    border-bottom: 15px solid transparent;
    border-right: 0px solid transparent;
    transform: rotate(26deg);
}

@media (max-width: 991px) {
    .brands-area .brands-logo:after, .brands-area .brands-logo:before {
        display: none;
    }
}

/*

===============================
Blog Area
===============================

*/
.blog-area .single-blog {
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 6px;
}

.blog-area .single-blog .blog-thumb {
    position: relative;
    margin-bottom: 20px;
}

.blog-area .single-blog .blog-thumb img {
    transition: 0.4s;
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.blog-area .single-blog .blog-thumb .date {
    background: #00C9B7;
    color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    text-transform: uppercase;
    text-align: center;
    padding: 8px 30px;
    border-radius: 50px;
}

.blog-area .single-blog .thumb-blog-content {
    padding: 30px;
}

.blog-area .single-blog .thumb-blog-content h3 {
    margin-bottom: 15px;
    line-height: 26px;
    text-transform: capitalize;
}

.blog-area .single-blog .thumb-blog-content h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #292929;
}

.blog-area .single-blog .thumb-blog-content h3 a:hover {
    color: #00C9B7;
}

.blog-area .single-blog .thumb-blog-content p {
    margin-bottom: 15px;
}

.blog-area .single-blog .thumb-blog-content p a {
    color: #292929;
    font-weight: 600;
    text-transform: capitalize;
}

.blog-area .single-blog .thumb-blog-content p a:hover {
    color: #00C9B7;
}

.blog-area .single-blog .thumb-blog-content p span {
    float: right;
}

.blog-area .single-blog:hover img {
    opacity: 0.7;
}

/* Pagination */
.styled-pagination {
    position: relative;
    margin: 30px 0;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 3px 0px 0px;
}

.styled-pagination li.previous a, .styled-pagination li.next a {
    color: #292929;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    min-width: 40px;
    border-radius: 50%;
    color: #292929;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a:hover, .styled-pagination li a.active {
    color: #ffffff;
    background-color: #00C9B7;
}

/* Blog Details */
.blog-details .single-blog-details {
    margin-bottom: 40px;
}

.blog-details .single-blog-details img {
    width: 100%;
    margin-bottom: 30px;
}

.blog-details .single-blog-details h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-details .single-blog-details p {
    margin-bottom: 30px;
}

.blog-details .single-blog-details h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-details .single-blog-details .post-meta {
    background: #00c9b70f;
    border-radius: 4px;
    padding: 4px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
}

.blog-details .single-blog-details .post-meta span {
    border-right: 1px solid #d6d6d6;
    padding: 0 10px;
    color: #00C9B7;
}

.blog-details .single-blog-details .post-meta span a {
    font-weight: 600;
    color: #00C9B7;
}

.blog-details .single-blog-details .post-meta span a:hover {
    text-decoration: underline;
}

.blog-details .single-blog-details .post-meta span:last-child {
    border-right: 0px solid #fff;
}

.blog-details .blog-all-comments h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.blog-details .blog-all-comments .blog-comments {
    margin-bottom: 40px;
    padding: 30px 40px;
    overflow: hidden;
    background: #f9f9f9;
}

.blog-details .blog-all-comments .blog-comments div {
    overflow: hidden;
}

.blog-details .blog-all-comments .blog-comments .author-thumb {
    width: 20%;
    float: left;
}

.blog-details .blog-all-comments .blog-comments .author-thumb img {
    border-radius: 50%;
    width: 70px;
}

.blog-details .blog-all-comments .blog-comments .author-comments .author-details h4 {
    float: left;
    font-size: 18px;
}

.blog-details .blog-all-comments .blog-comments .author-comments .author-details .comment-reply-btn {
    float: right;
}

.blog-details .blog-all-comments .blog-comments .author-comments .author-details .comment-reply-btn a {
    padding: 5px 20px;
    border: 1px solid #00C9B7;
}

.blog-details .blog-all-comments .blog-comments .author-comments .author-designation {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

.blog-details .blog-comment-form h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-details .blog-comment-form input, .blog-details .blog-comment-form textarea {
    width: 100%;
    border: 2px solid #E5E5E5;
    text-indent: 20px;
    margin-bottom: 30px;
    transition: .3s;
    background: transparent;
    border-radius: 50px;
}

.blog-details .blog-comment-form input:focus, .blog-details .blog-comment-form textarea:focus {
    border-color: #00C9B7;
}

.blog-details .blog-comment-form input {
    height: 50px;
}

.blog-details .blog-comment-form textarea {
    padding-top: 15px;
}

.blog-comments + .blog-comments {
    margin-left: 15%;
}

@media (max-width: 767px) {
    .blog-comment-form {
        margin-bottom: 40px;
    }
}

@media (max-width: 450px) {
    .single-blog-block-img, .single-blog-block-content {
        width: 100%;
    }

    .single-blog-block-img {
        margin-bottom: 20px;
    }
}

/*

===============================
Sidebar
===============================

*/
.sidebar-widget {
    margin-bottom: 30px;
    border-radius: 7px;
    border: 1px solid #E5E5E5;
}

.sidebar-widget div {
    overflow: hidden;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget.search-bar form {
    position: relative;
    width: 100%;
}

.sidebar-widget.search-bar form input {
    height: 55px;
    text-indent: 15px;
    width: 100%;
    border-radius: 5px;
}

.sidebar-widget.search-bar form button {
    background: none;
    position: absolute;
    width: 55px;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #292929;
}

.sidebar-widget.search-bar form button:hover {
    color: #00C9B7;
}

.sidebar-widget h4 {
    margin: 0;
    padding: 15px 30px;
    background: #00C9B7;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 7px 7px 0 0;
}

.sidebar-widget.sidebar-list ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 13px 30px;
}

.sidebar-widget.sidebar-list ul li:last-child {
    border-bottom: 0;
}

.sidebar-widget.sidebar-list ul li a {
    text-transform: capitalize;
    color: #555555;
    font-weight: 600;
    display: block;
}

.sidebar-widget.sidebar-list ul li a:hover {
    color: #00C9B7;
}

.sidebar-widget.sidebar-list ul li a span {
    float: right;
}

.sidebar-widget.sidebar-list ul li a i {
    float: right;
    margin-top: 5px;
}

.sidebar-widget.sidebar-appointment form {
    padding: 20px 30px;
}

@media (max-width: 400px){
	.sidebar-widget.sidebar-appointment form {
		padding: 20px;
	}
}

.sidebar-widget.sidebar-appointment form .appoint-select {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-widget.sidebar-appointment form .appoint-select::after {
    position: absolute;
    content: "\f107";
    font-family: Fontawesome;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-widget.sidebar-appointment form select, .sidebar-widget.sidebar-appointment form input {
    width: 100%;
    height: 50px;
    border: 1px solid #EAEAEA;
    border-radius: 50px;
    transition: 0.3s;
}

.sidebar-widget.sidebar-appointment form select:focus, .sidebar-widget.sidebar-appointment form input:focus {
    border: 1px solid #00C9B7;
}

.sidebar-widget.sidebar-appointment form select {
    -webkit-appearance: none;
    appearance: none;
    padding-left: 20px;
}

.sidebar-widget.sidebar-appointment form input {
    margin-bottom: 20px;
    text-indent: 20px;
}

.sidebar-widget.sidebar-appointment form button {
    width: 100%;
}

.sidebar-widget .sidebar-tag {
    padding: 20px 30px;
}

.sidebar-widget .sidebar-tag a {
    display: inline-block;
    background: transparent;
    border: 1px solid #D9D9D9;
    color: #555555;
    border-radius: 4px;
    padding: 10px 25px;
    font-weight: 600;
    margin: 5px;
    margin-left: 0;
    text-transform: capitalize;
}

.sidebar-widget .sidebar-tag a:hover {
    background: #00C9B7;
    color: #ffffff;
    border: 1px solid #00C9B7;
}

.sidebar-widget.sidebar-news .single-sidebar-news {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 30px;
}

.sidebar-widget.sidebar-news .single-sidebar-news:last-child {
    border-bottom: 0;
}

.sidebar-widget.sidebar-news .single-sidebar-news .sidebar-news-thumb {
    width: 23%;
    float: left;
    margin-right: 10px;
}

.sidebar-widget.sidebar-news .single-sidebar-news .sidebar-news-thumb img {
    width: 62px;
    height: auto;
    border-radius: 50%;
}

.sidebar-widget.sidebar-news .single-sidebar-news .sidebar-news-content {
    width: 70%;
    float: left;
}

.sidebar-widget.sidebar-news .single-sidebar-news .sidebar-news-content h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.sidebar-widget.sidebar-news .single-sidebar-news .sidebar-news-content h5 a {
    color: #292929;
}

.sidebar-widget.sidebar-news .single-sidebar-news .sidebar-news-content h5 a:hover {
    color: #00C9B7;
}

.sidebar-widget.sidebar-news .single-sidebar-news .sidebar-news-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.2em;
}

.sidebar-widget.sidebar-news .single-sidebar-news .sidebar-news-content p a {
    color: #555555;
    border-right: 1px solid #dadada;
    padding-right: 8px;
    margin-right: 8px;
    font-weight: 600;
}

.sidebar-widget.sidebar-news .single-sidebar-news .sidebar-news-content p a:hover {
    color: #00C9B7;
}

/*

===============================
Breadcrumb area
===============================

*/
.breadcrumb-area {
    padding: 130px 0 200px 0;
    color: #fff;
    position: relative;
}

.breadcrumb-area .banner-title {
    text-align: center;
}

.breadcrumb-area .banner-title h2 {
    font-size: 60px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .breadcrumb-area .banner-title h2 {
        font-size: 42px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area .banner-title h2 {
        font-size: 32px;
    }
}

.breadcrumb-area .page-breadcrumb {
    background: #F4F4F4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.breadcrumb-area .page-breadcrumb ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    color: #292929;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.breadcrumb-area .page-breadcrumb ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumb-area .page-breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb-area .page-breadcrumb ul li a {
    color: #292929;
    margin-right: 10px;
    font-weight: 700;
}

.breadcrumb-area .page-breadcrumb ul li a:hover {
    color: #00C9B7;
}

.breadcrumb-area .page-breadcrumb ul li:after {
    position: absolute;
    font-size: 18px;
    content: "\f101";
    font-family: 'FontAwesome';
    color: #00C9B7;
    top: 1px;
    right: 0;
}

@media (max-width: 767px) {
    .custom-banner {
        text-align: center;
    }

    .page-breadcrumb ul {
        float: none;
    }

    .banner-title {
        margin-bottom: 20px;
    }
}

/*

===============================
Contact Area
===============================

*/
.contact-form {
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.05);
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 6px;
}

.contact-form form {
    text-align: center;
}

.contact-form form input, .contact-form form select {
    width: 100%;
    height: 50px;
    text-indent: 20px;
    border: 1px solid #CCCCCC;
    margin-bottom: 25px;
    border-radius: 50px;
    background: transparent;
}

.contact-form form textarea {
    width: 100%;
    text-indent: 20px;
    padding-top: 15px;
    border: 1px solid #CCCCCC;
    margin-bottom: 20px;
    border-radius: 50px;
    background: transparent;
}

.contact-form form button {
    width: 100%;
}

.contact-details .single-contact-address {
    border-radius: 6px;
    text-align: center;
    padding: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 30px;
}

@media (max-width: 480px){
	.contact-details .single-contact-address {
		padding: 25px;		
	}
}

.contact-details .single-contact-address h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-details .single-contact-address p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    font-weight: 600;
}

.contact-details .single-contact-address h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-details .single-contact-address h2 span {
    color: #00C9B7;
}

.contact-details .single-contact-address form {
    overflow: hidden;
}

.contact-details .single-contact-address form input {
    width: 55%;
    float: left;
    height: 45px;
    background: #F4F4F4;
    border-radius: 50px 0 0 50px;
    text-indent: 20px;
    color: #555555;
}

.contact-details .single-contact-address form button {
    width: 45%;
    float: left;
    height: 45px;
    background: #00C9B7;
    border-radius: 0 50px 50px 0;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.contact-details .single-contact-address form button:hover {
    background: #096b62;
}

#map {
    height: 550px;
    margin-bottom: -70px;
}


@media (max-width: 575px){
	#map {
		margin-bottom: -121px;
	}
}
@media (max-width: 400px){
	.contact-details .single-contact-address form input {
		width: 100%;
		border-radius: 50px;
		margin-bottom: 10px;
	}
	.contact-details .single-contact-address form button {
		width: 100%;
		border-radius: 50px;
	}
	.contact-form {
		padding: 40px 20px;
	}
}

/*

===============================
Footer Area
===============================

*/
.footer-area {
    background: #262229;
    padding-top: 185px;
}

@media (max-width: 991px) {
    .footer-area {
        padding-top: 140px;
    }
}

.footer-area .footer-widget {
    margin-bottom: 30px;
    color: #ffffff;
	margin-top: -4px;
}

.footer-area .footer-widget h3 {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
}

.footer-area .footer-widget h3::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 4px;
    width: 40px;
    content: "";
    background: #00C9B7;
}

.footer-area .footer-widget.footer-nav {
    margin-bottom: 30px;
}

.footer-area .footer-widget.footer-nav ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.footer-area .footer-widget.footer-nav ul li::before {
    position: absolute;
    content: "\f101";
    left: 0;
    top: 0;
    font-family: Fontawesome;
}

.footer-area .footer-widget.footer-nav ul li:last-child {
    margin-bottom: 0;
}

.footer-area .footer-widget.footer-nav ul li a {
    color: #ffffff;
    text-transform: capitalize;
}

.footer-area .footer-widget.footer-nav ul li a:hover {
    color: #00C9B7;
}

.footer-area .footer-widget.footer-form input {
    width: 100%;
    background: #3D3C3E;
    height: 50px;
    text-indent: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-area .footer-widget.footer-form textarea {
    width: 100%;
    background: #3D3C3E;
    text-indent: 15px;
    padding-top: 10px;
    margin-bottom: 15px;
    color: #ffffff;
    border-radius: 4px;
}

.footer-area .footer-widget.footer-form button {
    width: 100%;
    padding: 14px 0;
    background: #00C9B7;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    display: block;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
}

/*

===============================
Copyright Area
===============================

*/
.copyright {
    text-align: center;
    padding: 20px 0;
}

.copyright p {
    color: #292929;
    margin: 0;
}
