/* [ -- Master Stylesheet -- ] */
/* ------------- Index of Stylesheet -------------
:: 1.0 Import Fonts
:: 2.0 Import All CSS
:: 3.0 Base CSS
:: 4.0 Header Area CSS
:: 5.0 Welcome Area CSS
:: 6.0 Book An Appoinment Area
:: 7.0 About Us Area CSS
:: 8.0 Service Area CSS
:: 9.0 Gallery Area CSS
:: 10.0 Features Area CSS
:: 11.0 Emergency Area CSS
:: 12.0 Footer Area CSS
:: 13.0 Breadcumb Area CSS
:: 14.0 Video Area CSS
:: 15.0 Tabs Area CSS
:: 16.0 Services Area CSS
:: 17.0 Single Benefits Area CSS
:: 18.0 CTA Area CSS
:: 19.0 Blog Area CSS
:: 20.0 Contact Area CSS
:: 21.0 Shortcode Area CSS
::22.0 Team section
------------------------------------------------ */
/* :: 1.0 Import Fonts */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(animate.css);
@import url(owl.carousel.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(themify-icons.css);
@import url(eredium-icons.css);
@import url(nice-select.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "PT Sans", sans-serif;
  background: #fafafa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232121;
  font-weight: 500;
  font-family: "Montserrat" !important;
}

p {
  color: #57595c;
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
}
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
}

#preloader {
  overflow: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
  background: #37a8b2;
}
.three-border-nul {
  border-left-width: 0;
  background: #fff;
  border-right-width: 0;
  border-top-width: 0;
}
.eremedium-load {
  -webkit-animation: 2000ms linear 0s normal none infinite running
    eremedium-load;
  animation: 2000ms linear 0s normal none infinite running eremedium-load;
  background: transparent;
  border-color: #ffffff;
  border-top-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 50px;
  left: calc(50% - 25px);
  position: relative;
  top: calc(50% - 25px);
  width: 50px;
  z-index: 9;
}

@-webkit-keyframes eremedium-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes eremedium-load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.medica-table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}

.medica-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-100 {
  margin-bottom: 100px;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-transparent {
  background-color: transparent;
}

.bg-transparent-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.height-500 {
  height: 500px !important;
}

.height-600 {
  height: 600px !important;
}

.height-700 {
  height: 700px !important;
}

.height-800 {
  height: 800px !important;
}

#scrollUp {
  background-color: #008c96;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 70px;
  text-align: center;
  width: 70px;
  line-height: 66px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#scrollUp:hover {
  background-color: #232121;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  #scrollUp {
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    line-height: 46px;
  }
}

.section-padding-100 {
  padding: 100px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-50-0 {
  padding: 50px 0 0 0;
}

.section-padding-100-70 {
  padding: 100px 0 70px;
}

.section-padding-100-50 {
  padding: 100px 0 50px;
}

.section-padding-100-0 {
  padding: 100px 0 0;
}

.section-padding-0-100 {
  padding: 0 0 100px;
}

.section-padding-100-20 {
  padding: 100px 0 20px 0;
}

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.section-heading h2 {
  font-size: 44px;
  margin-bottom: 0;
}

.btn {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn:hover,
.btn:focus {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.eremedium-btn {
  display: inline-block;
  color: #008c96;
   background-color: #008c96;
  height: 45px;
  padding: 0 15px 0 15px;
  line-height: 42px;
  font-size: 14px;
  /* min-width: 140px; */
  border-radius: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.eremedium-btn span {
  width: 40px;
  height: 40px;
  background-color: #ed5d74;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -30px;
  font-size: 24px;
  color: #ffffff; 
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.eremedium-btn {
  float: left;
  height: 40px;
   background-color: #D65469 !important; 
  color: #fff !important;
  line-height: 40px;
  background: none;
  box-shadow: none;
}

.eremedium-btn-submit {
  float: left;
  height: 40px;
   background-color: #007E87 !important; 
  color: #fff !important;
  line-height: 40px;
  background: none;
  box-shadow: none;
}

.eremedium-btn-cancel {
  float: left;
  height: 40px;
   background-color: #D65469 !important; 
  color: #fff !important;
  line-height: 40px;
  background: none;
  box-shadow: none;
}

.eremedium-btn:hover {
    background-color: #000 !important;
    color: #ffffff;
}
.search-button {
  width: 100%;
}
.owl-nav i {
  font-size: 40px;
}
.er-btn {
  background: #008c96;
  color: #fff;
  width: 160px;
  font-size: 18px;
}
.er-btn:hover {
  background: #000;
  color: #fff;
  font-size: 18px;
}
.search-button {
     margin-top: -51px;
    height: 49px;
    font-size: 24px;
}
.eremedium-appointment-form .form-group,
 .eremedium-appointment-form .form-group input {
  border: none;
}
.eremedium-appointment-form .form-group input#name {
    margin-top: -4px !important;
}
button.btn.eremedium-btn.search-button i {
    
}
.eremedium-appointment-form {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #ededed;

    font-size: 20px;
    padding: 0 0px 0 15px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%);
}
.eremedium-appointment-form .form-group input:placeholder {
  color: #000;
}
.eremedium-btn:hover,
.eremedium-btn:focus {
  /* background-color: #000;
  color: #ffffff; */
}

.eremedium-btn:hover span,
.eremedium-btn:focus span {
  color: #ffffff;
  background-color: #37a8b2;
}
.eremedium-btn.btn-2 {
  background-color: #232121;
  color: #ffffff;
}
.eremedium-btn.btn-2 span {
  color: #ffffff;
  background-color: #008c96;
}
.eremedium-btn.btn-2:hover,
.eremedium-btn.btn-2:focus {
  background-color: #008c96;
  color: #ffffff;
}
.eremedium-btn.btn-2:hover span,
.eremedium-btn.btn-2:focus span {
  color: #ffffff;
  background-color: #232121;
}
.eremedium-btn.btn-3 {
  background-color: #ffffff;
  color: #232121;
  border: 2px solid;
  border-color: #008c96;
}
.eremedium-btn.btn-3 span {
  top: -2px;
  right: -2px;
}
.eremedium-btn.btn-4 {
  background-color: #ffffff;
  color: #232121;
  border: 2px solid;
  border-color: #008c96;
}
.eremedium-btn.btn-4 span {
  background-color: #008c96;
  top: -2px;
  right: -2px;
}

.eremedium-appoint-btn {
  display: inline-block;
  color: #ffffff;
  background-color: #1d929c;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  min-width: 140px;
  border-radius: 0;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  box-shadow: none;
}
.eremedium-appoint-btn span {
  font-weight: 700;
}
.eremedium-appoint-btn:hover,
.eremedium-appoint-btn:focus {
  color: #ffffff;
  background-color: #000;
  box-shadow: none;
  font-weight: 500;
}
.eremedium-appoint-btn:hover span,
.eremedium-appoint-btn:focus span {
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-appoint-btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-appoint-btn {
    margin-top: 10px;
  }
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #008c96;
  opacity: 0.85;
  content: "";
  border-radius: 10px;
}

.bg-overlay-black {
  position: relative;
  z-index: 1;
}
/* .bg-overlay-black::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
  content: "";
} */

.bg-overlay-white {
  position: relative;
  z-index: 1;
}
.bg-overlay-white::after {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 35, 19, 0.5);
  content: "";
}

.bg-gray {
  background-color: #f5f7f9;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.nicescroll-rails {
  z-index: 999999 !important;
}

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.top-header-area {
  position: relative;
  z-index: 1;
  height: 45px;
  background-color: #232121;
}
.top-header-area p {
  margin-bottom: 0;
  color: #b5b5b5;
}
.top-header-area p span {
  color: #008c96;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header-area p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .top-header-area p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .top-header-area {
    height: auto;
    padding: 15px 0;
  }
}
a.navbar-brand img {
  max-width: 200px;
  /* margin-top: 25px; */
}
.main-header-area {
  width: 100%;
  height: 110px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-area {
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .main-header-area {
    height: 70px;
  }
}

.is-sticky .main-header-area {
  width: 100%;
  z-index: 10000 !important;
  height: 80px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .is-sticky .main-header-area {
    height: 70px;
  }
}

.header-area .main-menu .nav-link {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 20px;
  color: #000000;
  font-weight: 500;
  margin: 0 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .main-menu .nav-link {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .main-menu .nav-link {
    padding: 10px 30px;
    margin: 1px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-area .main-menu .nav-link {
    padding: 10px 30px;
    margin: 1px 0;
  }
}
.header-area .main-menu .nav-item:hover,
.header-area .main-menu .nav-link:focus {
  background-color: #ed5d74;
}
.header-area .main-menu .nav-item.active .nav-link,
.header-area .main-menu .nav-item:hover,
.header-area .main-menu .nav-link:focus {
  background-color: #ed5d74;
}

.header-area .main-menu .nav-item:hover ali.nav-item.active a {
  color: #fff !important;
}
.fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
}
.fa-atom:before {
  content: "\f5d2";
}
.dropdown-menu.show {
  border: none;
  padding: 15px 0;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
}

.dropdown-item {
  font-size: 13px;
  font-weight: 500;
  color: #5f5f5f;
  text-transform: uppercase;
}
.dropdown-item:hover {
  color: #008c96;
  font-size: 13px;
  font-weight: 500;
  background-color: #f5f7f9;
}
.dropdown-item:focus {
  color: #008c96;
  font-size: 13px;
  font-weight: 500;
  background-color: #f5f7f9;
}

.navbar {
  padding: 0;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-toggler {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #eremediumMenu {
    width: 100%;
    background-color: #232121;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    padding: 30px 15px;
    border-radius: 0 0 6px 6px;
    margin-top: -2px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  #eremediumMenu {
    width: 100%;
    background-color: #232121;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
    padding: 20px 10px;
    border-radius: 0 0 6px 6px;
    margin-top: -2px;
    border-radius: 0;
  }
}

/* :: 5.0 Welcome Area CSS */
.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-hero-slide {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .single-hero-slide {
    height: 550px;
  }
}

.hero-slides-content h2 {
  color: #fff;
  font-size: 42px;
    margin-top: 50px;
}

.hero-slides-content h6,
.hero-slides-content a.btn {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slides-content h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slides-content h2 {
    font-size: 24px;
  }
}
.hero-slides-content h5 {
  color: #232121;
  font-size: 22px;
  font-weight: 600;
}

.hero-area .owl-prev,
.hero-area .owl-next {
  width: 50px;
  height: 70px;
  position: absolute;
  top: 50%;
  line-height: 85px;
  text-align: center;
  color: #ffffff;
  left: 0px;
  margin-top: -35px;
  opacity: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #232121;
  font-size: 14px;
}
.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
  background-color: #008c96;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .owl-prev,
  .hero-area .owl-next {
    left: 30px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .owl-prev,
  .hero-area .owl-next {
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
  }
}
.hero-area .owl-next {
  left: auto;
  right: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .owl-next {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .owl-next {
    right: 15px;
  }
}
.hero-area:hover .owl-prev,
.hero-area:hover .owl-next {
  opacity: 1;
}
.hero-area .owl-dots {
  width: 1110px;
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .owl-dots {
    width: 920px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .owl-dots {
    width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area .owl-dots {
    width: 85%;
  }
}
.hero-area .owl-dot {
  display: inline-block;
  width: 36px;
  height: 4px;
  background-color: #cacaca;
  margin-right: 8px;
}
.hero-area .owl-dot.active {
  background-color: #ed5d74;
}

/* :: 6.0 Book An Appoinment Area */
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

.form-control {
  background-color: transparent;
  width: 100%;
  height: 55px;
  border-radius: 0;
  font-size: 20px;
  /* font-style: italic; */
  color: #000;
  margin-bottom: 15px;
  font-weight: 500;
  padding: 0 15px;
  border: 2px solid #536174;
}
.form-control:hover,
.form-control:focus {
  background-color: transparent;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 100px !important;
  padding: 20px;
}
.footer-contact-form textarea {
  height: 70px !important;
}
.nice-select {
  line-height: 34px;
}
.nice-select .list {
  left: 0 !important;
  right: 0 !important;
  border-radius: 0;
}

/* .eremedium-book-an-appoinment-area {
  position: relative;
  z-index: 1;
  margin-top: -340px; }*/

.eremedium-book-an-appoinment-area {
  
  z-index: 1;
  top: 50%;
  left: auto;
  width: 100%;
}
.eremedium-book-an-appoinment-area .appointment-form-content {
  /* height: 60px; background-size: 24px 24px; box-shadow: 0 0 20px 0 #48d4e0;*/
  border-radius: 5px;
  	margin-top:30px;


  /*  background: #fff; box-shadow: 0 0 20px 0 #f7f7f7; */

  background-position: 20px center;
  display: grid;
  align-content: space-evenly;
  max-width: 100%;
}
/*  .eremedium-book-an-appoinment-area .eremedium-appointment-form {
     padding:30px 50px; }*/
.eremedium-book-an-appoinment-area .eremedium-appointment-form select {
  border: 1px solid #536174;
  background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-book-an-appoinment-area .eremedium-appointment-form {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-book-an-appoinment-area .eremedium-appointment-form {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-book-an-appoinment-area
    .eremedium-appointment-form
    button[type="submit"] {
    margin-top: 15px;
  }
}
.eremedium-book-an-appoinment-area .eremedium-contact-info {
  padding: 30px;
  background-color: #008c96;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-book-an-appoinment-area .eremedium-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
  }
}

.single-contact-info img {
  margin-bottom: 15px;
}
.single-contact-info p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

/* :: 7.0 About Us Area CSS */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .medica-about-content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .medica-about-content {
    margin-bottom: 100px;
  }
}
.medica-about-content h2 {
  font-size: 44px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .medica-about-content h2 {
    font-size: 30px;
  }
}

/* :: 8.0 Service Area CSS */
.medica-services-area {
  position: relative;
  z-index: 1;
}

.single-service-area {
  margin-bottom: 80px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-service-area .service-icon {
  width: 64px;
  height: 64px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  margin-right: 30px;
  text-align: center;
  line-height: 55px;
  font-size: 30px;
  background-color: #cacaca;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-service-area .service-content {
  margin-top: 15px;
}
.single-service-area .service-content h5 {
  font-size: 22px;
  margin-bottom: 15px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-service-area .service-content p {
  margin-bottom: 0;
}
.single-service-area:hover .service-icon {
  background-color: #008c96;
}
.single-service-area:hover .service-content h5 {
  color: #008c96;
}

/* :: 9.0 Gallery Area CSS */
.single-gallery-item {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-gallery-item::after {
  background-color: rgba(0, 108, 255, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  opacity: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-gallery-item:hover::after {
  opacity: 1;
}
.single-gallery-item .view-more-btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 9;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-gallery-item .view-more-btn a {
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
  display: block;
  box-shadow: none;
  font-weight: 700;
  opacity: 0;
}
.single-gallery-item:hover .view-more-btn a {
  opacity: 1;
}

/* :: 10.0 Features Area CSS */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .features-content {
    margin-bottom: 100px;
  }
}
.features-content h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .features-content h2 {
    font-size: 30px;
  }
}

/* :: 11.0 Emergency Area CSS */
.eremedium-emergency-area {
  background-color: #008c96;
}
.eremedium-emergency-area .emergency-content i {
  font-size: 130px;
  color: #ffffff;
  display: block;
  margin-bottom: 50px;
}
.eremedium-emergency-area .emergency-content h2 {
  font-size: 44px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-emergency-area .emergency-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-emergency-area .emergency-content h2 {
    font-size: 24px;
  }
}
.eremedium-emergency-area .emergency-content h3 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eremedium-emergency-area .emergency-content h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-emergency-area .emergency-content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-emergency-area .emergency-content h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-emergency-area .emergency-content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-emergency-area .emergency-content {
    margin-bottom: 100px;
  }
}
.eremedium-emergency-area .single-emergency-helpline h5 {
  color: #ffffff;
  margin-bottom: 20px;
}
.eremedium-emergency-area .single-emergency-helpline p {
  color: #ffffff;
  margin-bottom: 0;
}

/* :: 12.0 Footer Area CSS */
.footer-widget-area ul li {
  line-height: 36px;
  border-bottom: 1px solid #333333;
}
.footer-widget-area ul a {
  color: #fff;
  line-height: 55px;
  width: 100%;
}
.sticky-logo {
  display: none;
}

.is-sticky .navbar-brand img {
  display: none;
}
.is-sticky .navbar-brand img.sticky-logo {
  display: block;
  margin-top: 0;
  width: 170px;
}
.footer-widget-area ul a:hover {
  color: #008c96;
}

.footer-area {
  background-color: #616060;

  padding: 50px 45px 20px 45px;
}

/*************************Footer contact Css*************************/
.contact-details {
  margin-top: -10px;
}
.contact-details h5 {
  color: #ed5d74;
  font-weight: 300;

  padding-bottom: 10px;
}
.contact-details h5 i,
.contact-details p i {
  margin-right: 10px;
}
.contact-details p {
  margin-bottom: 10px;

  padding-bottom: 10px;

  border-bottom: 1px solid #333333;
}
.contact-details p i {
  font-size: 16px;
  color: #ed5d74;
}

.contact-details a {
  color: #ed5d74;
  font-size: 16px;
  font-weight: 400;
}
.contact-details a:hover {
  color: #008c96;
}
.footer-social-info a:hover i {
  color: #008c96;
}
div#eremediumMenu {
  background: #008c96;
  padding-bottom: 20px;
}
.header-area .main-menu .nav-link {
  margin: 0px;
  border-bottom: 1px solid #00a1ad;
}
.eremedium-appoint-btn {
  margin: 20px 0 0 20px;
  background: #ed5d74;
}
.eremedium-appoint-btn:hover {
  background: #000;
}
button.navbar-toggler {
  background: #37a8b2;
}
/************************************************/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-area {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-area {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-area {
    margin-bottom: 50px;
  }
}
.footer-widget-area .footer-logo {
  margin-bottom: 30px;
}
.footer-widget-area p {
  color: #ffffff;
  margin-bottom: 0;
}
.footer-widget-area .footer-social-info {
  margin-top: 40px;
}
.footer-widget-area .footer-social-info a {
  color: #ffffff;
  margin-right: 15px;
  font-size: 18px;
  display: inline-block;
}
.footer-widget-area .widget-title h6 {
  font-size: 18px;
  color: #008c96;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.footer-widget-area .widget-single-blog-post {
  margin-bottom: 15px;
}
.footer-widget-area .widget-single-blog-post .widget-post-thumbnail {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 30px;
}
.footer-widget-area .widget-single-blog-post .widget-post-content a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 2px;
}
.footer-widget-area .widget-single-blog-post .widget-post-content p {
  font-size: 12px;
}
.footer-widget-area .footer-contact-form {
  background-color: #000000;
  padding: 30px 40px;
}
@media only screen and (max-width: 767px) {
  .footer-widget-area .footer-contact-form {
    padding: 30px 20px;
  }
}
.footer-widget-area .footer-newsletter-area form {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.footer-widget-area .footer-newsletter-area input {
  width: 100%;
  height: 48px;
  background-color: #232121;
  font-size: 15px;
  padding: 0 15px;
}
.footer-widget-area .footer-newsletter-area button {
  position: absolute;
  top: 0;
  padding: 0 20px;
  height: 48px;
  right: 0;
  z-index: 9;
  cursor: pointer;
  background-color: #008c96;
  color: #ffffff;
  border: none;
}
.footer-widget-area .footer-newsletter-area p {
  font-size: 12px;
  color: #57595c;
  font-style: italic;
  margin-bottom: 0;
}

.copywrite-text p {
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 0;
}
.copywrite-text p a {
  color: rgba(255, 255, 255, 0.35);
}
.widget-post-content a:hover {
  color: #37a8b2 !important;
}
/* :: 13.0 Breadcumb Area CSS */
.breadcumb-area {
  width: 100%;
  height: 270px;
  position: relative;
  z-index: 1;
     padding-top: 0;
    text-align: center;
}
.breadcumb-content {
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
  /* Header is position:absolute over the hero; .site-logo is absolute left — inset text so it does not sit under the logo or right-side actions */
}
@media only screen and (min-width: 992px) {
  .breadcumb-content {
    padding-left: max(220px, env(safe-area-inset-left, 0px));
    padding-right: max(140px, env(safe-area-inset-right, 0px));
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcumb-content {
    padding-left: max(216px, env(safe-area-inset-left, 0px));
    padding-right: max(120px, env(safe-area-inset-right, 0px));
  }
}
.breadcumb-area .breadcumb-title {
  font-size: 50px;
  margin-bottom: 0;
  line-height: 1.1;
}
/* Tablet + mobile: avoid clipping, keep text inside the viewport */
@media only screen and (max-width: 991px) {
  .breadcumb-area {
    height: auto;
    min-height: 220px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .breadcumb-content {
    word-break: break-word;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcumb-area .breadcumb-title {
    font-size: 40px;
    line-height: 1.15;
  }
}
@media only screen and (max-width: 767px) {
  .breadcumb-area {
    min-height: 200px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .breadcumb-content {
    /* .site-logo img scales to ~115px on mobile (style.css); reserve space for logo + hamburger / Login */
    padding-left: max(128px, env(safe-area-inset-left, 0px));
    padding-right: max(72px, env(safe-area-inset-right, 0px));
  }
  .breadcumb-area .breadcumb-title {
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.2;
  }
  .breadcumb-content p {
    font-size: 0.95rem;
    line-height: 1.45;
    margin-top: 0.35rem;
  }
}
.breadcumb-area::after {
  background-color: rgba(230, 241, 255, 0.75);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/* :: 14.0 Video Area CSS */
.video-box {
  position: relative;
  z-index: 1;
}
.video-box .play-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.video-box .play-btn a {
  margin-bottom: 30px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .video-box .play-btn a {
    margin-bottom: 15px;
  }
}
.video-box .play-btn h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .video-box .play-btn h6 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-content {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .video-content {
    margin-top: 100px;
  }
}
.video-content h2 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .video-content h2 {
    font-size: 24px;
  }
}
.video-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.single-pie-bar {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.single-pie-bar canvas {
  margin-bottom: 20px;
}
.single-pie-bar p {
  margin-bottom: 0;
}

/* :: 15.0 Tabs Area CSS */
.eremedium-tabs-content .nav-tabs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
.eremedium-tabs-content .nav-link {
  padding: 15px 30px;
  background-color: #f0f0f0;
  display: block;
  border-radius: 0 !important;
  border: none;
  border-bottom: 20px solid #ffffff;
  font-size: 18px;
  color: #232121;
}
.eremedium-tabs-content .nav-link:hover,
.eremedium-tabs-content .nav-link:focus {
  border-color: #ffffff;
}
.eremedium-tabs-content .nav-link.active {
  background-color: #008c96;
  color: #ffffff;
  border-color: #008c96;
}
@media only screen and (max-width: 767px) {
  .eremedium-tabs-content .nav-link.active {
    border-color: #ffffff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eremedium-tabs-content .nav-link {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-tabs-content .nav-link {
    padding: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-tabs-content .nav-link {
    padding: 10px;
    font-size: 12px;
  }
}
.eremedium-tabs-content .eremedium-tab-content {
  margin-top: 1px;
  border: none;
  padding: 70px;
  box-shadow: 0 1px 3px 0 rgb(86 86 86 / 20%);
}
div#myTabContent {
  border-top: 1px solid #008c96;
  margin-top: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-tabs-content .eremedium-tab-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-tabs-content .eremedium-tab-content {
    padding: 15px;
  }
}
.eremedium-tabs-content .eremedium-tab-content .eremedium-tab-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(55% - 50px);
  flex: 0 0 calc(55% - 50px);
  min-width: calc(55% - 50px);
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .eremedium-tabs-content .eremedium-tab-content .eremedium-tab-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
  }
}
.eremedium-tabs-content .eremedium-tab-content .eremedium-tab-text h2 {
  font-size: 44px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-tabs-content .eremedium-tab-content .eremedium-tab-text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-tabs-content .eremedium-tab-content .eremedium-tab-text h2 {
    font-size: 30px;
  }
}
.eremedium-tabs-content .eremedium-tab-content .eremedium-tab-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  min-width: 45%;
}

/* :: 16.0 Services Area CSS */
.singleServiceArea {
  position: relative;
  z-index: 1;
  width: 33.3333333%;
  display: inline-block;
  float: left;
  padding: 70px 45px 23px 20px;
  height: 460px !important;
}
.singleServiceArea:first-child {
  background-color: #008c96;
}
.singleServiceArea:last-child {
  background-color: #ed5d74;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .singleServiceArea {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .singleServiceArea {
    padding: 50px 20px;
    width: 100%;
  }
}
.singleServiceArea .singleServiceIcon {
  margin-right: 20px;
}
.singleServiceArea .singleServiceIcon i {
  color: #ffffff;
  font-size: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .singleServiceArea .singleServiceIcon i {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .singleServiceArea .singleServiceIcon i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .singleServiceArea .singleServiceIcon i {
    font-size: 30px;
  }
}
.singleServiceArea .singleServiceText {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .singleServiceArea .singleServiceText {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .singleServiceArea .singleServiceText {
    padding-top: 0;
  }
}
.singleServiceArea .singleServiceText h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .singleServiceArea .singleServiceText h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .singleServiceArea .singleServiceText h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .singleServiceArea .singleServiceText h2 {
    font-size: 24px;
  }
}
.singleServiceArea .singleServiceText p {
  color: #ffffff;
}

/* :: 17.0 Single Benefits Area CSS */
.single-benefits-area {
  position: relative;
  z-index: 1;
}
.single-benefits-area .single-benefits-title {
  margin-bottom: 20px;
}
.single-benefits-area .single-benefits-title i {
  font-size: 50px;
  color: #008c96;
}
.single-benefits-area .single-benefits-title h5 {
  font-size: 22px;
  margin: 0 15px;
}

/* :: 18.0 CTA Area CSS */
.eremedium-cta-area {
  position: relative;
  z-index: 1;
  background-color: #008c96;
  padding: 15px 0;
}
.eremedium-cta-area .cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.eremedium-cta-area .cta-content i {
  color: #ffffff;
  font-size: 42px;
  margin-right: 30px;
  display: inline-block;
}
.eremedium-cta-area .cta-content h2 {
  margin-bottom: 0;
  font-size: 24px;
  margin-right: 30px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-cta-area .cta-content h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-cta-area .cta-content h2 {
    font-size: 20px;
    margin: 15px 0;
  }
}
.eremedium-cta-area .cta-content h2 a {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 32px;
}
.eremedium-cta-area .cta-content h2 a:hover {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .eremedium-cta-area .cta-content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-cta-area .cta-content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-cta-area .cta-content {
    display: block;
  }
}

/* :: 19.0 Blog Area CSS */
.single-blog-area {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 10px 10px 0 10px;
  box-shadow: 0 1px 3px 0 rgb(86 86 86 / 20%);
  margin-bottom: 40px;
  min-height: 580px;
}
.single-blog-area:hover {
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 20%);
}

.single-blog-area .blog-post-thumbnail {
  position: relative;
  z-index: 1;
}
.blog-post-thumbnail img {
  height: 260px;
}
.single-blog-area .blog-post-thumbnail .post-date a {
  min-width: 110px;
  height: 35px;
  background-color: #008c96;
  display: block;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  top: 20px;
  left: 20px;
  z-index: 3;
}
.single-blog-area .post-content {
  z-index: 1;
  padding: 50px 20px;
}
.single-blog-area .post-content .post-author {
  width: 58px;
  height: 58px;
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  top: -29px;
  left: 20px;
}
.single-blog-area .post-content .post-author a {
  border-radius: 50%;
}
.single-blog-area .post-content .post-author a img {
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.single-blog-area .post-content .headline {
  font-size: 14px;
  margin-bottom: 5px;
  color: #FFF;
  display: block;
}
.single-blog-area .post-content .comments {
  font-size: 12px;
  color: #57595c;
  text-decoration: underline;
  font-weight: 300;
}

.search-widget-area form {
    position: relative;
    z-index:99;
}
div#myModal {
    text-align: center;
}
.modal-body p {
    font-weight: 500 !important;
    font-size: 18px;
}
.modal-footer {
    justify-content: center !important;
}
.search-widget-area input[type="search"] {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: none;
  font-size: 20px;
  padding: 0 15px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 12%);
}
.search-widget-area input[type="submit"] {
  width: 80px;
  height: 50px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #008c96;
  font-weight: 500;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.eremedium-catagories-card h5 {
  margin-bottom: 20px;
}
.news-letter h6 {
  margin: 20px 0 !important;
}
.eremedium-catagories-card ul li a {
  display: block;
  padding: 10px;
  color: #57595c;
  font-size: 14px;
  font-weight: 400;
}
.eremedium-catagories-card ul li a:hover,
.eremedium-catagories-card ul li a:focus {
  color: #008c96;
}
.bottom-footer-content {
  text-align: center;
  margin-top: 30px;
  color: #000;
}

.copywrite-text p,
.copywrite-text a {
  color: #fff !important;
}

.copywrite-text a:hover {
  color: #24abb7 !important;
}
.latest-news-widget-area h5 {
  margin-bottom: 30px;
}
.latest-news-widget-area .widget-single-blog-post {
  margin-bottom: 30px;
}
.latest-news-widget-area .widget-single-blog-post .widget-post-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58px;
  flex: 0 0 58px;
  min-width: 58px;
}
.latest-news-widget-area .widget-single-blog-post .widget-post-content a {
  display: block;
  color: #57595c;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
.latest-news-widget-area .widget-single-blog-post .widget-post-content:hover a,
.latest-news-widget-area .widget-single-blog-post .widget-post-content:focus a {
  color: #008c96;
}
.latest-news-widget-area .widget-single-blog-post .widget-post-content p {
  font-size: 12px;
  color: #008c96;
  margin-bottom: 0;
  font-weight: 500;
}

.eremedium-emergency-card {
  padding: 20px 15px;
}
 .eremedium-emergency-card i {
font-size: 70px;
    display: block;
    margin-bottom: 25px;
    color: #ffffff;
}
.eremedium-contact-area .contact-form h5,
.eremedium-contact-card h5 {
    margin-bottom: 50px;
    color: #081f3e !important;
    font-size: 24px;
}
.contact-icon {
    width: 60px;
    height: 60px;
    background: #fb4a66;
    margin-right: 30px;
    text-align: center;
    line-height: 50px;
 
}
.contact-meta {
    max-width: 75%;
}
.contact-icon i:before{
	   color: #fff;
}
.eremedium-emergency-card h2 {
  font-size: 28px;
    color: #000;
    font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eremedium-emergency-card h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-emergency-card h2 {
    font-size: 20px;
  }
}
.eremedium-emergency-card h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .eremedium-emergency-card h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .eremedium-emergency-card h3 {
    font-size: 20px;
  }
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #008c96;
}
.pagination .page-link {
  padding: 0;
  margin-left: 3px;
  line-height: 43px;
  font-size: 16px;
  color: #232121;
  background-color: #f5f7f9;
  border: none;
  width: 43px;
  height: 43px;
  text-align: center;
}
.pagination .page-link:focus,
.pagination .page-link:hover {
  color: #ffffff;
  background-color: #008c96;
}

.post-meta {
  margin-bottom: 30px;
}
.post-meta a {
  font-size: 14px;
  color: #57595c;
  font-weight: 400;
}

.comments-area h5 {
  margin-bottom: 50px;
}

.single_comment_area {
  margin-bottom: 50px;
}
.single_comment_area .comment-wrapper .comment-author {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  min-width: 60px;
  border-radius: 50%;
  margin-right: 30px;
}
.single_comment_area .comment-wrapper .comment-author img {
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .single_comment_area .comment-wrapper .comment-author {
    margin-right: 10px;
  }
}
.single_comment_area .comment-wrapper .comment-content .comment-meta a {
  display: inline-block;
  color: #232121;
  font-size: 14px;
  margin-bottom: 20px;
}
.single_comment_area .comment-wrapper .comment-content .comment-meta a:hover {
  color: #008c96;
}
@media only screen and (max-width: 767px) {
  .single_comment_area .comment-wrapper .comment-content .comment-meta a {
    font-size: 12px;
  }
}
.single_comment_area .comment-wrapper .comment-content p {
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single_comment_area .comment-wrapper .comment-content p {
    font-size: 13px;
  }
}
.single_comment_area .children {
  margin-top: 50px;
  padding-left: 90px;
}
@media only screen and (max-width: 767px) {
  .single_comment_area .children {
    padding-left: 30px;
  }
}

.leave-comment-area .comment-form h5,
.leave-comment-area .contact-form h5,
.eremedium-contact-area .comment-form h5,
.eremedium-contact-area .contact-form h5 {
  margin-bottom: 50px;
}
.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.eremedium-contact-area .comment-form .form-group,
.eremedium-contact-area .contact-form .form-group {
  margin-bottom: 10px;
}
.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.eremedium-contact-area .comment-form .form-control,
.eremedium-contact-area .contact-form .form-control {
  width: 100%;
  height: 55px;
  background-color: #f5f7f9;
  padding: 15px;
  border: none;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0 !important;
  	border-bottom: 2px solid #ededed;
}
.leave-comment-area .comment-form textarea.form-control,
.leave-comment-area .contact-form textarea.form-control,
.eremedium-contact-area .comment-form textarea.form-control,
.eremedium-contact-area .contact-form textarea.form-control {
  height: 250px !important;
}
.eremedium-contact-area .contact-form .form-control:focus{
	border-bottom: 2px solid #fb4a66;
}
.leave-comment-area .comment-form button[type="submit"],
.leave-comment-area .contact-form button[type="submit"],
.eremedium-contact-area .comment-form button[type="submit"],
.eremedium-contact-area .contact-form button[type="submit"] {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .eremedium-contact-area .comment-form,
  .eremedium-contact-area .contact-form {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .leave-comment-area .comment-form,
  .leave-comment-area .contact-form,
  .eremedium-contact-area .comment-form,
  .eremedium-contact-area .contact-form {
    margin-bottom: 100px;
  }
}



/* :: 20.0 Contact Area CSS */
.single-contact {
  margin-bottom: 20px;
}
.single-contact .contact-icon i {
  color: #008c96;
  font-size: 20px;
}
.single-contact .contact-meta p, .single-contact .contact-meta p a {
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
}
.single-contact .contact-meta p a:hover{
	    color: #fb4a66;
}

.contact-social-area {
  margin-top: 30px;
}
.contact-social-area a {
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
  color: #b4b4b4;
}
.contact-social-area a:focus,
.contact-social-area a:hover {
  color: #008c96;
}

.googleMap {
  width: 100%;
  height: 600px;
  border-bottom: 5px solid;
  border-color: #008c96;
}

/* :: 21.0 Shortcode Area CSS */
.elements-title h2 {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 50px;
}

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;
}
.single-accordion:last-of-type {
  margin-bottom: 0;
}
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.single-accordion h6 a {
  background-color: #1d1d1d;
  border-radius: 0;
  color: #ffffff;
  display: block;
  margin: 0;
  padding: 20px 60px 20px 20px;
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}
.single-accordion h6 a span {
  font-size: 10px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 24px;
}
.single-accordion h6 a span.accor-open {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.single-accordion h6 a.collapsed {
  background-color: #008c96;
  color: #ffffff;
}
.single-accordion h6 a.collapsed span.accor-close {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.single-accordion h6 a.collapsed span.accor-open {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
}
.single-accordion .accordion-content p {
  padding: 20px 15px 5px;
  margin-bottom: 0;
}
.eremedium-catagories-card ul li a {
  display: block;
  padding: 5px 5px;
  color: #57595c;
  font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.pagination-area {
    margin-top: -60px;
}
/*.eremedium-catagories-card ul li a i {
    color: #fff;
    background: #a5c1bd;
    width: 16px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    line-height: 17px;
    margin-right: 15px;
}*/
.catagories-menu li {
    border-bottom: 1px #efe8e8 solid;
  
}

.playlist-series li{
 display: flex;
    position: relative;
	border-bottom:1px #efe8e8 solid;
}



..playlist-series li a:last-child {
    position: absolute;
    right: 20px;
    top: -5px;

}

.playlist-series li:hover i{
	color:red;
	background:#fff;
}
.eremedium-catagories-card ul li a i {
    /* color: #fff; */
    /* background: #000000; */
    /* width: 16px; */
    /* height: 17px; */
    /* text-align: center; */
    /* border-radius: 50%; */
    line-height: 17px;
    margin-right: 15px;
}

.eremedium-catagories-card ul li a:hover {
    color: #fb2345 !important;
}


.playlist-series li a:hover i {
    color: #fb2345;
}
.playlist-series li img{
	right:10px;
	top:5px;
	position:absolute;
	
}

.popup-video img {
  max-width: 70px;
}
.video-sec .post-content {
  padding: 1px !important;
  height:auto;
}
.eremedium-catagories-card ul li a:hover,
.eremedium-catagories-card ul li a:focus {
  color: #225462;
}
section.eremedium-cool-facts-area {
 /* padding-top: 150px;*/
    padding-top: 30px;
}
section.eremedium-blog-area {
    padding-top: 35px;
}
/* Cool Facts CSS */
.single-cool-fact-area {
  text-align: center;
  background: #ffff;
  box-shadow: 0 0 45px #eaeaea;
  padding: 25px 10px 5px 10px;
  min-height: 410px;
}
.single-cool-fact-area i {
  color: #008c96;
  margin-bottom: 30px;
  display: block;
  position: absolute;
  box-shadow: 0 0 45px #eaeaea;
  left: 28%;
  top: -15%;
  background: #fff;
  padding: 24px;
  border-radius: 50%;
  font-size: 75px;
}
.single-cool-fact-area h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
.single-cool-fact-area h6 {
  font-size: 18px;
  margin-bottom: 20px;
}
.single-cool-fact-area p {
  margin-bottom: 0;
}

.all-icons-area {
  position: relative;
  z-index: 1;
}
.all-icons-area .eremedium-single-icon {
  padding: 30px;
  border: 1px solid #f5f7f9;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.all-icons-area .eremedium-single-icon i {
  font-size: 50px;
  color: #008c96;
  display: block;
  margin-bottom: 15px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.all-icons-area .eremedium-single-icon span {
  display: block;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.all-icons-area .eremedium-single-icon:hover,
.all-icons-area .eremedium-single-icon:focus {
  background-color: #008c96;
}
.all-icons-area .eremedium-single-icon:hover i,
.all-icons-area .eremedium-single-icon:focus i {
  color: #ffffff;
}
.all-icons-area .eremedium-single-icon:hover span,
.all-icons-area .eremedium-single-icon:focus span {
  color: #ffffff;
}

.header-area .main-menu .nav-item:hover a,
.header-area .main-menu .nav-item.active:hover a,
.header-area .main-menu .nav-item.active a {
  color: #fff !important;
}
span.helptext {
  font-size: 16px;
  color: red;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.form-detail p {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.form-detail p a {
  color: #1d929c;
}
.form-detail p a:hover {
  color: #ed5d74;
}
.form-row {
  position: relative;
  width: 100%;
  float: left;
  margin: 0px;
}
.form-row label {
  position: absolute;
  color: #000;
  top: 0;
}

.title-heading h2 {
  color: #1d929c;
  position: relative;
}

.title-heading h2:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #1d929c;
  bottom: -30px;
  left: 44%;
  right: auto;
}
.title-heading h2 span {
  color: #ed5d74;
}

.single-cool-fact-area span img {
    max-width: 50px;
	    margin-bottom: 10px;
}
.eremedium-blocks-area .title-heading{
margin-bottom:80px;
}	
.eremedium-blocks-area{
	text-align:center;
}

.eremedium-blocks-area i{
	position:relative;
	top: auto;
    left: auto;
    text-align: center;
	    background: none !important;
    box-shadow: none !important;
    padding: 0;
}
.eremedium-blocks-area .single-cool-fact-area {
        padding: 50px 10px;
    min-height: 370px !important;
}
section.eremedium-cat-listing {
    background: #fff;
    padding: 50px 0;
	margin-bottom:50px;
}
.eremedium-cat-listing li {
  font-size: 25px;
    list-style: none;
    line-height: 39px;
    text-align: center;
}
.line-blocks .single-service-area {
    box-shadow: 0 0 45px #eaeaea;
    background: #fff;
    padding: 20px;
	    margin-bottom: 30px;
	min-height:240px;
}
ul#autocomplete-result-list-1 {
    z-index: 9999;
}
	.eremedium-benefits-area ul li{
	list-style: disc;
    padding-left: 5px;
    margin-left: 24px;
    font-size: 16px;
	}
/******************************Client logo *****************************************/

.customer-logos{
	margin:50px 0;
	
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
	background:#fff;
	box-shadow:0 0 10px #eaeaea;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/************************************************************************/

.search-widget-area {
  position: relative;
}

.search-widget-area .search-submit {
  position: absolute;
  top: 0px;
  right: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 15px;
}

.search-widget-area .search-submit:focus {
  outline: none;
  border: none;
  box-shadow: none;
}



/* ::22 Team section */


.team{
      margin: -50px 0 50px 0;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}
.team .title-heading h4 {
    margin-top: 53px;
}
.team .section-heading{
	margin-bottom:30px;
}
.team-member figure {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member figcaption ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-member figcaption ul {
  visibility: visible;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
  display: inline-block;
  padding: 10px;
}

.team-member h4 {
  margin: 10px 0 0;
  padding: 0;
}

.team-member figcaption {
  padding: 50px;
  color: transparent;
  background-color: transparent;
  position: absolute;
  z-index: 996;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-member .col-md-3:hover .team-member, .team-member .col-md-4:hover .team-member {
  visibility: visible;
  color: #fff;
  background: rgba(230, 78, 62, 0.9);
  /* Primary color, can be changed via colors.css */
  
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.col-md-3:hover .team-member ul li a:hover, .col-md-4:hover .team-member ul li a:hover {
  color: rgba(49, 49, 49, .97);
}

.col-md-3 .team-member img, .col-md-4 .team-member img {
  -webkit-transform: scale(1) rotate(0) translateY(0);
  -moz-transform: scale(1) rotate(0) translateY(0);
  -o-transform: scale(1) rotate(0) translateY(0);
  -ms-transform: scale(1) rotate(0) translateY(0);
  transform: scale(1) rotate(0) translateY(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.col-md-3 .team-member:hover img , .col-md-4 .team-member:hover img{
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}


.eremedium-contact-area p{
	max-width:80%;
	margin:-20px auto 20px auto;
	text-align:center;
}

section.profile-page {
    margin-top: -70px;
    z-index: 1;
    position: relative;

      }
	ul.catagories-menu, .eremedium-blog-sidebar-area {
    width: 100%;

	}	
	.catagories-menu img {
    max-width: 30px;
}  
#homepage-slider{
	position:relative;
}
#homepage-slider input {
    position: absolute;
	bottom: -30px;
}
#homepage-slider input#slide1{
	left:48%;	
}
#homepage-slider input#slide2{
	left:50%;	
}

#homepage-slider input#slide3{
	left:52%;	
}
#homepage-slider input#play1{
	left:54%;	
}
.profile-info-list li:nth-child(2) {
    margin: 0 !important;
    padding: 0 !important;
}


.logo-btns{
display: flex;
    position: absolute;
    top: 10px;
    z-index: 2;
    /* background: rgb(255 255 255 / 50%); */
    width: 30px;
    left: 15px;
    right:auto;
    flex-direction: row-reverse;
}

.logo-btns-sharing{
display: flex;
    position: absolute;
    top: 10px;
    z-index: 2;
    /* background: rgb(255 255 255 / 50%); */
    width: 200px;
    left: 15px;
    right:auto;
    flex-direction: row-reverse;
}

.actions-btns{
display: flex;
    position: absolute;
    top: 10px;
    z-index: 2;
    /* background: rgb(255 255 255 / 50%); */
    width: 100%;
    left: auto;
    right:5px;
    flex-direction: row-reverse;
}

.actions-btns a {
    font-size: 20px;
    margin-right: 5px;
    color: #233a4c;
	height: 44px;
	    overflow: hidden;
}

.actions-btns a:hover{
	color:#ed5d74;
}

.actions-btns i.fas.fa-edit{
	   font-size: 20px;
}

.copy-field {
    position: relative;
}

.copy {
    position: absolute;
    z-index: 2;
    top: 17px;
    right: 10px;
    color:red !important;
}

.model-close-btn {
    position: absolute;
    right: 0;
}
.model-act-btns a {
    margin-right: 10px;
    background: #42a5e0;
}
.model-act-btns a:nth-child(1){
	  background: #30ba45;
	
}
.model-act-btns a:nth-child(3){
	  background:red;
	
}
.share-modal-box input.form-control {
    border: 1px solid #636363;
	background:#fff;
}
.dropdown.form-group a#dropdownMenuLink {
    background: #fff;
    color: #616d7f;
	border: 1px solid #636363;
	border-radius:0;
	box-shadow: none;
	
}

      .profile-info-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
      }
      .friend-list,
      .img-grid-list {
        margin: -1px;
        list-style-type: none;
      }
      .profile-info-list > li.title {
        font-size: 16px;
        font-weight: 700;
        color: #008c96;
        padding: 0 0 0.3125rem;
        margin-top: 30px;
      }
      .profile-info-list > li + li.title {
        padding-top: 1.5625rem;
      }
      .profile-info-list > li {
        padding: 0.625rem 0;
      }
      .profile-info-list > li .field {
        font-weight: 700;
      }
      .profile-info-list > li .value {
        color: #666;
      }
      .profile-info-list > li.img-list a {
        display: inline-block;
      }
      .profile-info-list > li.img-list a img {
        max-width: 2.25rem;
        -webkit-border-radius: 2.5rem;
        -moz-border-radius: 2.5rem;
        border-radius: 2.5rem;
      }
      .coming-soon-cover img,
      .email-detail-attachment .email-attachment .document-file img,
      .email-sender-img img,
      .friend-list .friend-img img,
      .profile-header-img img {
        max-width: 100%;
      }
      .table.table-profile th {
        border: none;
        color: #000;
        padding-bottom: 0.3125rem;
        padding-top: 0;
      }
      .table.table-profile td {
        border-color: #c8c7cc;
      }
      .table.table-profile tbody + thead > tr > th {
        padding-top: 1.5625rem;
      }
      .table.table-profile .field {
        color: #666;
        font-weight: 600;
        width: 25%;
        text-align: right;
      }
      .table.table-profile .value {
        font-weight: 500;
      }
      .profile-header {
        position: relative;
        overflow: hidden;
        border-radius: 5px;
      }
      .profile-header .profile-header-cover {
        background: #fff;
        background-size: 100% auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9;
        bottom: 0;
      }
      .profile-header .profile-header-cover:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ce90a7 url(img/dr_vivek3.png) no-repeat right top;
        background-size: contain;
        border-radius: 5px;
      }
      .profile-header .profile-header-content,
      .profile-header .profile-header-tab,
      .profile-header-img,
      body .fc-icon {
        position: relative;
      }
      .profile-header .profile-header-tab {
        background: #fff;
        list-style-type: none;
        margin: -1.25rem 0 0;
        padding: 0 0 0 8.75rem;
        border-bottom: 1px solid #c8c7cc;
        white-space: nowrap;
        z-index: 99;
      }
      .profile-header .profile-header-tab > li {
        display: inline-block;
        margin: 0;
      }
      .profile-header .profile-header-tab > li > a {
        display: block;
        color: #000;
        line-height: 1.25rem;
        padding: 0.625rem 1.25rem;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.75rem;
        border: none;
      }
      .profile-header .profile-header-tab > li.active > a,
      .profile-header .profile-header-tab > li > a.active {
        color: #007aff;
      }
      .profile-header .profile-header-content:after,
      .profile-header .profile-header-content:before {
        content: "";
        display: table;
        clear: both;
      }
      .profile-header .profile-header-content {
        color: #fff;
        padding: 1.25rem;
        z-index: 99;
		height:200px;
      }
      body .fc th a,
      body .fc-ltr .fc-basic-view .fc-day-top .fc-day-number,
      body .fc-widget-header a {
        color: #000;
      }
      .profile-header-img {
        float: left;
        width: 7.5rem;
        height: 7.5rem;
        overflow: hidden;
        z-index: 10;
        margin: 0 1.25rem -1.25rem 0;
        padding: 0.1875rem;
        -webkit-border-radius: 0.25rem;
        -moz-border-radius: 0.25rem;
        border-radius: 0.25rem;
        background: #fff;
      }
      .profile-header-info h4 {
        font-weight: 500;
        margin-bottom: 0.3125rem;
      }
      .profile-container {
        padding: 20px 0px;
		margin-top: 20px;
      }
.single-blog-area.bg-gray.mb-50.video-sec {
      padding: 0;
    background: #fff;
    /*min-height: 450px !important;*/
    margin-bottom: 16px;
}
.profile-container .col-md-3.hidden-xs.hidden-sm {
    box-shadow: 0 1px 3px 0 rgb(86 86 86 / 20%);
    background: #fff;
}
.nav-item.dropdown.show a.nav-link.dropdown-toggle {
    background: #fff;
    color: #fff;
    padding: 10px;
    box-shadow: 0 2px 8px 0 rgb(36 48 66 / 10%);
}
.nav-item.dropdown a.nav-link.dropdown-toggle i, .nav-item.dropdown a.nav-link.dropdown-toggle {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
ul.list-unstyled.CTAs a, ul.list-unstyled.CTAs a i {
    text-align: left;
	cursor:pointer;
    font-size: 15px !important;
    /* margin-bottom: 0; */
}
ul.list-unstyled.CTAs br{
	
	display:none;
	
}
.video-sec .post-content {
    /*background: #f5f5f5;*/
    background: #007E87;
	border-top: 3px solid #dc3545;
	/*padding: 10px !important;*/
	text-align: center;
	height:56px;
}

@media(min-width:1199px){
.video-sec {
    min-height: 450px !important;
}

}
      @media (max-width: 967px) {
        .profile-header-img {
          width: 5.625rem;
          height: 5.625rem;
          margin: 0;
        }
        .profile-header-info {
          margin-left: 6.5625rem;
          padding-bottom: 0.9375rem;
        }
        .profile-header .profile-header-tab {
          padding-left: 0;
        }
      }
      @media (max-width: 767px) {
        .profile-header .profile-header-cover {
          background-position: top;
        }
        .profile-header-img {
          width: 3.75rem;
          height: 3.75rem;
          margin: 0;
        }
        .profile-header-info {
          margin-left: 4.6875rem;
          padding-bottom: 0.9375rem;
        }
        .profile-header-info h4 {
          margin: 0 0 0.3125rem;
        }
        .profile-header .profile-header-tab {
          white-space: nowrap;
          overflow: scroll;
          padding: 0;
        }
        .profile-container {
          padding: 0.9375rem 0.9375rem 3.6875rem;
        }
        .friend-list > li {
          float: none;
          width: auto;
        }
      }
      .profile-info-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
      }
      .friend-list,
      .img-grid-list {
        margin: -1px;
        list-style-type: none;
      }
      .profile-info-list > li + li.title {
        padding-top: 1.5625rem;
      }
      .profile-info-list > li {
        padding: 0.625rem 0;
      }
      .profile-info-list > li .field {
        font-weight: 700;
      }
      .profile-info-list > li .value {
        color: #666;
      }
      .profile-info-list > li.img-list a {
        display: inline-block;
      }
      .profile-info-list > li.img-list a img {
        max-width: 2.25rem;
        -webkit-border-radius: 2.5rem;
        -moz-border-radius: 2.5rem;
        border-radius: 2.5rem;
      }
      .coming-soon-cover img,
      .email-detail-attachment .email-attachment .document-file img,
      .email-sender-img img,
      .friend-list .friend-img img,
      .profile-header-img img {
        max-width: 100%;
      }
      .table.table-profile th {
        border: none;
        color: #000;
        padding-bottom: 0.3125rem;
        padding-top: 0;
      }
      .table.table-profile td {
        border-color: #c8c7cc;
      }
      .table.table-profile tbody + thead > tr > th {
        padding-top: 1.5625rem;
      }
      .table.table-profile .field {
        color: #666;
        font-weight: 600;
        width: 25%;
        text-align: right;
      }
      .table.table-profile .value {
        font-weight: 500;
      }
      .row.row-space-2 {
        margin: 0 -5px;
      }
      .m-b-2 {
        margin-bottom: 2px !important;
      }
      .m-b-10 {
        margin-bottom: 10px !important;
      }
      .embed-responsive {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
      }
      .row.row-space-2 > [class*="col-"] {
        padding: 0 5px;
      }
      .profile-header-info h4 {
        font-weight: 600;
      }
      .profile-header-info h4,
      .profile-header-info p {
        color: #fff;
      }
      .profile-header-info .btn-info i {
        font-size: 16px;
      }
      .profile-header-info .btn-info:hover {
        background-color: #ed5d74;
        border-color: #ed5d74;
      }
	  
	



/**********************************************/

.lock-video {
  position: relative;
    min-height: auto;
    display: table;
	width:100%;
}
.lock-video:before {
    content: '\f023';
    position: absolute;
    left: 0;
    top: 107px;
    z-index: 999;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 36px;
    bottom: auto !important;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 100%;
}
video {
    width: 100%;
}
.single-blog-area {
    min-height: auto !important;
}	
	.login-active {
    float: right;
	margin: 35px 50px 0 0;
}  
	.login-active ul {
	display:inline-flex;
	}
		.login-active ul li a{
		color:#000;
		padding:0 10px;
		border-right:1px solid #000;
		}
		.login-active ul li:last-child a{
		border:none;
		}
			.login-active ul li a:hover{
			color:#fff;
			}
			
@media(max-width:767px){
.site-logo img {
    width: 115px !important;
    height: auto !important;
}

.login-active{
margin:10px 0;
}
.eremedium-cta-area .cta-content h2 a {
    font-size: 28px;
}

}

.action-buttons{
flex-direction: row;
    float: right;
    margin-right: 60px;
    margin-top: 30px;
}
/* Tablet / mobile: keep Login (and user menu) in the top bar so it does not sit over breadcrumb hero text */
@media only screen and (max-width: 991px) {
  .header-area .nav-bar-wrapper .nav-bar .action-buttons {
    float: none;
    position: absolute;
    top: max(8px, env(safe-area-inset-top, 0px));
    right: max(12px, env(safe-area-inset-right, 0px));
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 6px;
    max-width: calc(100% - 140px);
  }
  .header-area .action-buttons .nav-link.dropdown-toggle {
    margin-right: 0 !important;
    padding: 6px 8px;
    max-width: min(200px, 42vw);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header-area .btn-login-header {
    padding: 6px 14px;
    font-size: 14px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 575px) {
  .header-area .nav-bar-wrapper .nav-bar .action-buttons {
    max-width: calc(100% - 124px);
    right: max(8px, env(safe-area-inset-right, 0px));
    top: max(6px, env(safe-area-inset-top, 0px));
  }
  .header-area .btn-login-header {
    padding: 5px 12px;
    font-size: 13px;
  }
}
.action-buttons .action-form{
margin-top: 20px;

}
.navbar-toggle {
    color: #33cabb !important;
	
}
.nav-link img {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	margin: -8px 0;
	float: left;
	margin-right: 10px;
}


.action-buttons a {
	color: #888;
	font-size: 15px;
}
.search-box {
	position: relative;
}
.search-box input {
	padding-right: 35px;
	border-color: #dfe3e8;
	border-radius: 4px !important;
	box-shadow: none
}
.search-box .input-group-text {
	min-width: 35px;
	border: none;
	background: transparent;
	position: absolute;
	right: 0;
	z-index: 9;
	padding: 7px;
	height: 100%;
}
.search-box i {
	color: #a0a5b1;
	font-size: 19px;
}
.action-buttons .sign-up-btn {
	min-width: 110px;
	max-height: 36px;
}
.action-buttons .dropdown-menu {
	color: #999;
	font-weight: normal;
	border-radius: 1px;
	border-color: #e5e5e5;
	box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.action-buttons a, .action-buttons a:active {
	color: #fff;
	padding: 8px 20px;
	background: transparent;
	line-height: normal;
}
.action-buttons .navbar-form {
	border: none;
}
.action-buttons .action-form {
	width: 280px;
	padding: 20px;
	left: auto;
	right: 0;
	font-size: 14px;
}
.action-buttons .action-form a {
	color: #33cabb;
	padding: 0 !important;
	font-size: 14px;
}
.action-buttons .action-form .hint-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 13px;
}
.action-buttons .btn-primary, .action-buttons .btn-primary:active {
	color: #fff;
	background: #33cabb !important;
	border: none;
}
.action-buttons .btn-primary:hover, .action-buttons .btn-primary:focus {
	color: #fff;
	background: #31bfb1 !important;
}
.action-buttons .social-btn .btn, .action-buttons .social-btn .btn:hover {
	color: #fff;
	margin: 0;
	padding: 0 !important;
	font-size: 13px;
	border: none;
	transition: all 0.4s;
	text-align: center;
	line-height: 34px;
	width: 47%;
	text-decoration: none;
}
.action-buttons .social-btn .facebook-btn {
	background: #507cc0;
}
.action-buttons .social-btn .whatsapp-btn {
	background: #30BA45;
}
.action-buttons .social-btn .facebook-btn:hover {
	background: #4676bd;
}
.action-buttons .social-btn .telegram-btn {
	background: #28A8E9;
}
.action-buttons .social-btn .twitter-btn {
	background: #64ccf1;
}
.action-buttons .social-btn .twitter-btn:hover {
	background: #4ec7ef;
}
.action-buttons .social-btn .btn i {
	margin-right: 5px;
	font-size: 16px;
	position: relative;
	top: 2px;
}
.or-seperator {
	margin-top: 32px;
	text-align: center;
	border-top: 1px solid #e0e0e0;
}
.or-seperator b {
	color: #666;
	padding: 0 8px;
	width: 30px;
	height: 30px;
	font-size: 13px;
	text-align: center;
	line-height: 26px;
	background: #fff;
	display: inline-block;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	position: relative;
	top: -15px;
	z-index: 1;
}
.action-buttons .action-buttons .dropdown-toggle::after {
	display: none;
}
.form-check-label input {
	position: relative;
	top: 1px;
}
@media (min-width: 1200px){
	.form-inline .input-group {
		width: 300px;
		margin-left: 30px;
	}
}
@media (max-width: 768px){
	.action-buttons .dropdown-menu.action-form {
		width: 100%;
		min-width:250px;
		padding: 10px 15px;
		background: #fff;
		border: none;
	}
	.action-buttons .form-inline {
		display: block;
	}
	.action-buttons .input-group {
		width: 100%;
	}
	.action-buttons {
    margin-top: 50px;
}
}

.image {
  width: 100%;
  height: 200px;
}
.radio {
  /*display: none;*/
}
.images {
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius:10px;
}
.images-inner {
  width: 500%;
  transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
  transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
      animation: slide 12300ms infinite !important;
}
.image-slide {
  width: 20%;
  float: left;
}
.image-slide,
.fake-radio,
.radio-btn {
  transition: all 0.5s ease-out;
}
.fake-radio {
  float: right;
}




/* Move slides overflowed container */
#slide1:checked ~ .images .images-inner {
  margin-left: 0;
}
#slide2:checked ~ .images .images-inner {
  margin-left: -100%;
}
#slide3:checked ~ .images .images-inner {
  margin-left: -200%;
}




/* Color of bullets */
#slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
#slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
#slide3:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  background: red;
}
.radio-btn {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: gray;
  display: inline-block !important;
  margin: 0 1px;
  cursor: pointer;
}
/* Color of bullets - END */




/* Text of slides */
#slide1:checked ~ .labels .label:nth-child(1),
#slide2:checked ~ .labels .label:nth-child(2),
#slide3:checked ~ .labels .label:nth-child(3) {
  opacity: 1;
}

.label {
  opacity: 0;
  position: absolute;
}
/* Text of slides - END */



/* Calculate AUTOPLAY for BULLETS */
@keyframes bullet {
  0%, 33.32333333333334%	{
    background: red;
  }
  33.333333333333336%, 100% {
    background: gray;
  }
}


#play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
  animation: bullet 12300ms infinite -1000ms;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
  animation: bullet 12300ms infinite 3100ms;	
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
  animation: bullet 12300ms infinite 7200ms;	
}
/* Calculate AUTOPLAY for BULLETS - END */




/* Calculate AUTOPLAY for SLIDES */
@keyframes slide {
  0%, 25.203252032520325%	{ margin-left: 0; }
  33.333333333333336%, 58.53658536585366%	{ margin-left: -100%; }
  66.66666666666667%, 91.869918699187%	{ margin-left: -200%; }
}


.st-slider > #play1:checked ~ .images .images-inner {
  animation: slide 12300ms infinite;	
}
/* Calculate AUTOPLAY for SLIDES - END */





/* Calculate AUTOPLAY for CAPTION */
@keyframes caption {
  0%, 33.32333333333334%	{
    opacity: 1;
  }
  33.333333333333336%, 100% {
    opacity: 0;
  }
}


#play1:checked ~ .labels .label:nth-child(1) {
  animation: caption 12300ms infinite -1000ms;
}

#play1:checked ~ .labels .label:nth-child(2) {
  animation: caption 12300ms infinite 3100ms;	
}

#play1:checked ~ .labels .label:nth-child(3) {
  animation: caption 12300ms infinite 7200ms;	
}
/* Calculate AUTOPLAY for CAPTION - END */

.cat-active {
    color: #fb2345 !important;
}

@media(min-width:1080px)
{.col-12.col-md-3.infinite-item {
    padding-right: 0;
}}

.profile-page .btn-success {
    background: #ed5d74;
    border: 1px solid #d65469;
}
.profile-page .model-close-btn button.btn.btn-default {
    background: #33cabb;
    color: #fff;
}
.profile-page .btn-success:hover,
.profile-page .model-close-btn button.btn.btn-default:hover {

    background: #000;
    border: 1px solid #000;
}
#playlist_id{
	 border: 1px solid #27d1dd;
	 display: block !important;
}
.nice-select.form-control {
   display:none;
}

#playlist_id:focus {
box-shadow:0 0 30px rgb(34 34 34 / 25%);
}
.profile-page form {
    float: left;
    width: 100%;
}
.form-group.copy-field {
    float: left;
    width: 100%;
	text-align: center;
}


.select-playlist .copy-field button.btn-success {
    margin-bottom: 10px;
}

.mylogostyle video {
    /*background: url(/media/uploads/users_data/profile_logo/vikbizz78-logo-01_zYjut0C.png) no-repeat left top;
    background-size: 350px;
	margin-left:100px;*/
}
@media(max-width:767px){
	.image {
    width: 100%;
    height: 130px;
}


.action-buttons {
    margin-top: 25px;
}
.navbar-toggle {
    top: 30px !important;
	
}
/**.share-modal-box input.form-control {
    width: 80%;
}**/
p.hint-text {
    font-size: 18px !important;
    line-height: 28px;
    width: 80%;
}
a.nav-link.dropdown-toggle.mr-4 b {
    display: none;
}

.model-act-btns a {
    margin-right: 5px !important;
	
}
}

@media(max-width:419px){
.form-group.social-btn.model-act-btns a {
    font-size: 12px;
    margin: 0 1px !important;
}
}

.bell-notify {
    position: relative;
	margin-top: 10px;
}

.bell-notify .circle {
    position: absolute;
    top: -11px;
    right: -12px;
    border-radius: 50%;
}




@media (max-width: 991px) {
/*.profile-container > .row{*/
/*    flex-direction: row-reverse;*/

/*}*/
.profile-container .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

}


@media (max-width: 768px) {
.form-v6-content {
    margin: 10px !important;
    flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    width: 95% !important;
}
.login-title , section.login-register.form-v6-content {
 
    text-align: center;
}
.form-v6-content .form-detail .form-row input {
    width: 100% !important;
    padding: 10px;
}
.form-v6-content .form-detail .form-row input.eremedium-btn {
    padding: 5px 10px;
    height: auto !important;
    margin-bottom: 30px;
}
video {
    width: 100%;
    background-size: cover !important;
    height: 100%;
}
}



@media (max-width:767px) {
.profile-container .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.profile-container > .row {
    flex-direction: column-reverse;
}
.profile-container .col-md-3.hidden-xs.hidden-sm {
    margin-bottom: 30px;
}
.video-sec .post-content {
    text-align: center;
    height: auto !important;
    display: block;
    width: 100% !important;
    padding: 10px 0 !important;
}
#homepage-slider input#slide1 {
    left: 40%;
}
#homepage-slider input#slide2 {
    left: 46%;
}
}

.site-footer {
    float: left;
    width: 100%;
}

.profile-info-list.mob-show{display:none}
.profile-info-list.mob-hide{display:block}
@media(max-width:768px){
.image-slide img {
    height: 100%;
    max-width: 100%;
    object-fit: fill;
}
.contact-form .row {
    margin: 0 !important;
    float: left !important;
}
.wrapper {
    /*float: left;*/
    display: block !important;
    background: #fff;
}
.profile-info-list.mob-show{display:none}
.profile-info-list.mob-hide{display:none}
}

.eremedium-blog-sidebar-area_mobile {
	display: none;
}

@media(max-width:769px)
{
.eremedium-blog-sidebar-area_mobile {
	display: block;
}

.eremedium-blog-sidebar-area {
	display: none;
}
}