/*
  Theme Name: MediDove | Health and Medical WordPress Theme
  Author: basictheme
  Support: basictheme400@gmail.com
  Description: Health and Medical WordPress Theme
  Version: 2.0.2
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header
3. Slider
4. About
5. Section Title
6. Services
7. Team
8. Fact
9. Pricing
10. CTA
11. Footer
12. Counter
13. Appoinment
14. Testimonials
15. Analysis
16. Appoinment
17. Membership
18. FAQ
19. Blog
20. Contact
21. Shop
22. Cart
23. Checkout
24. Login
25. Portfolio
26. Preloader
*/

/* 1. Theme default css */
body {
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #647589;
  font-size: 14px;
}

.img,
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus,
input:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
input.form-control:focus {
  box-shadow: 0;
}
a:focus,
a:hover {
  color: #8fb569;
  text-decoration: none;
}

a,
button {
  color: #10111e;
  outline: medium none;
}
button {
  cursor: pointer;
  transition: 0.3s;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #223645;
  margin-top: 0px;
  font-weight: 600;
  text-transform: normal;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
  letter-spacing: -0.3px;
  line-height: 1.22;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 26px;
  letter-spacing: -0.3px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #647589;
}

h6 {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 15px;
  font-weight: normal;
  line-height: 27px;
  color: #647589;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative;
}

.theme-overlay::before {
  background: #1696e7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-bottom: 2px solid #eae7ff;
}

/* button style */
.btn {
  -moz-user-select: none;
  background: #e12454;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 24px 40px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.btn:hover {
  background: #8fb569;
  color: #fff;
}
.btn:focus {
  color: #fff;
}
.btn-icon {
  border-radius: 30px;
  padding-left: 84px;
  padding-right: 50px;
  padding-top: 24px;
  padding-bottom: 22px;
  background-color: rgb(225, 36, 84);
  box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.2);
}
a.btn-icon-green {
  background-color: rgb(143, 181, 105);
  box-shadow: 0px 8px 16px 0px rgba(143, 181, 105, 0.3);
}

.btn-icon:hover {
  background-color: rgb(143, 181, 105);
  box-shadow: 0px 8px 16px 0px rgba(125, 178, 73, 0.2);
  color: #fff;
}
.btn-icon-green:hover {
  background-color: rgb(225, 36, 84);
  box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.2);
}
.btn-icon span {
  position: absolute;
  left: 5px;
  text-align: center;
  width: 50px;
  height: 50px;
  top: 5px;
  line-height: 50px;
  background: #fff;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
  color: #223645;
  border-radius: 100%;
}
.btn-icon-white {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 24px 40px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  background: #fff;
  color: #647589;
  padding-right: 35px;
  padding-left: 35px;
  margin-left: 29px;
  box-shadow: none;
  border-radius: 40px;
}
.btn-icon-white i {
  margin-right: 7px;
}
.btn.btn-icon.btn-icon-white:hover {
  border: 2px solid transparent;
}
.btn-icon-blue {
  background-color: rgb(34, 54, 69);
  box-shadow: 0px 8px 16px 0px rgba(34, 54, 69, 0.2);
  padding-right: 60px;
  padding-left: 94px;
}
.btn-icon-blue:hover {
  background-color: rgb(225, 36, 84);
  box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.2);
}
.btn-icon-dark:hover {
  background: #223645;
  box-shadow: 0px 8px 16px 0px rgba(34, 54, 69, 0.2);
}
.btn.gray-btn-border {
  font-size: 14px;
  color: #647589;
  background: 0;
  border: 2px solid #eae7ff;
  border-radius: 40px;
  padding: 23px 60px;
  line-height: 1;
  text-transform: uppercase;
}
.btn.gray-btn-border:hover {
  background: #e12454;
  color: #fff;
  border: 2px solid transparent;
}
.btn.green-bg-btn {
  padding: 23px 60px;
  border-radius: 30px;
  background: #8fb569;
  color: #fff;
}
.btn.green-bg-btn:hover {
  background: #e12454;
}
.play-btn {
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(143, 181, 105);
  box-shadow: 0px 8px 16px 0px rgba(125, 178, 73, 0.2);
  text-align: center;
  color: #fff;
  padding-left: 3px;
  margin-left: 27px;
}
.play-btn:hover {
  background-color: rgb(225, 36, 84);
  box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.2);
  color: #fff;
}
.about-video-btn {
  font-size: 14px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  padding-left: 3px;
}
.about-video-btn.white-video-btn {
  width: 120px;
  height: 120px;
  line-height: 119px;
  background: #fff;
  color: #223645;
}
.about-video-btn.white-video-btn:hover {
  background: #e12454;
  border: 2px solid #e12454;
  color: #fff;
}

.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
#scrollUp {
  background: #e12454;
  height: 50px;
  width: 50px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 48px;
}

#scrollUp:hover {
  background: #8fb569;
}

/* 2. Header */
/* header-top */
.top-bar {
  background: #f4f9fd;
}
.top-bar-fefault {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
.header-info {
  padding-left: 20px;
  padding: 15px 0;
}
.top-bar-fefault .header-info {
  padding-left: 0;
}
.header-info span {
  margin-right: 39px;
}
span.opening-label {
  margin: 0;
  font-weight: 500;
}
.header-info span i {
  margin-right: 5px;
  color: #e12454;
}
.header-padding {
  padding: 0 120px;
  padding-top: 45px;
}
.transparrent-header {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9;
}
.header-cta-info {
  margin-right: 45px;
  margin-top: 8px;
}
.header-cta-icon {
  margin-right: 20px;
}
.header-cta-text h5 {
  margin-bottom: 10px;
}
/* header menu area */
.logo img {
  position: relative;
  z-index: 2;
}
.logo-circle::before {
  position: absolute;
  content: "";
  border: 47px solid #fff;
  left: -35px;
  width: 150px;
  height: 150px;
  top: -35px;
  border-radius: 100%;
  z-index: 1;
}
.medidove-nav {
  margin: 0;
}
.header__menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.header__menu ul li.menu-item-has-children > a::after {
  content: " +";
}
.header__menu.menu-dark ul li:first-child {
  margin-left: 0;
}
.header__menu ul li a {
  color: #647589;
  font-weight: 500;
  padding: 48px 0;
  display: block;
  font-size: 14px;
}
.header__menu.header-menu-white ul li a {
  color: #ffff;
}
.header__menu.header-menu-white ul li:hover > a {
  color: #e12454;
}
.header__menu.menu-dark ul li a {
  padding: 20px 0;
  color: #b2bfcf;
}
.header__menu ul li:hover > a {
  color: #223645;
}
.header__menu.menu-dark ul li:hover > a {
  color: #fff;
}
.header__menu ul li ul.submenu {
  position: absolute;
  background: #ffffff;
  min-width: 240px;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 25px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top: 5px solid #e12454;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
.header__menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header__menu ul li ul.submenu li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.header__menu.header-menu-white ul li ul.submenu {
  background: #001d26;
}
.header__menu ul li.menu-last ul.submenu li ul.submenu {
  left: auto;
  right: 100%;
}
.header__menu ul li.menu-last ul.submenu {
  left: auto;
  right: 0;
}
.header__menu.menu-dark ul li ul.submenu {
  background: #223645;
}
.header__menu.menu-dark ul li ul.submenu li a {
  color: #b2bfcf;
}
.header__menu.menu-dark ul li ul.submenu li a:hover {
  color: #fff;
}
.header__menu ul li ul.submenu li {
  margin: 0;
  display: block;
}
.header__menu ul li ul.submenu li a {
  padding: 11px 30px;
  background: none;
}
.header__menu.header-menu-white ul li ul.submenu li:hover > a {
  color: #e12454;
}
.header__menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 96%;
}
.header__menu ul li ul.submenu li:hover > a {
  color: #223645;
}
.header__menu.menu-dark ul li ul.submenu li:hover > a {
  color: #fff;
}
.header-social-icons {
  padding-top: 48px;
  padding-right: 25px;
}
.header-defualt-social-icons {
  padding: 0;
}
.header-defualt-social-icons {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
}
.main-menu ul li:hover > a {
  color: #223645;
}
.header-right {
  margin-left: 22px;
}
.header-defualt-right {
  margin-top: 29px;
  margin-left: 55px;
}
.header-defualt-right .header-top-right-btn {
  margin-left: 30px;
}
.header-defualt-right .header-social-icons {
  margin-top: 20px;
}
.header-defualt-right .header-top-right-btn a {
  border-radius: 30px;
}
.header-social-icons ul li {
  display: inline-block;
}
.header-menu-search {
  margin-left: 24px;
}
.header-social-icons ul li a {
  font-weight: 500;
  color: #647589;
  display: inline-block;
  margin: 0 8px;
}
.header-defualt-social-icons ul li a {
  font-weight: 500;
  color: #6c7f95;
  display: inline-block;
  margin: 0px;
  background: #f5f8fa;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  font-size: 15px;
  margin-left: 5px;
}
.header-social-icons.header-defualt-social-icons ul li a:hover {
  background: #e12454;
  color: #fff;
}
.header-menu-blue .header-social-icons ul li a:hover {
  color: #fff;
}
.header-social-icons ul li a:hover {
  color: #223645;
}
.header-lang a {
  position: relative;
}
.header-lang span {
  color: #0a1121;
  font-weight: 500;
  letter-spacing: 1px;
}
.header-lang span {
  color: #0a1121;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 13px;
  text-transform: uppercase;
}
.header-lang-default span {
  color: #647589;
  margin-left: 4px;
}
.header-lang-list {
  position: absolute;
  min-width: 110px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  padding: 20px 15px;
  border-top: 3px solid;
  transition: 0.4s;
  z-index: 999;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 4px;
  top: 100%;
}
.header-lang-list-3 {
  margin-top: 0px;
}
.header-lang {
  padding: 28px 0px;
}
.header-lang img {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  box-shadow: 0px 8px 16px 0px rgba(241, 87, 19, 0.2);
  border-radius: 50%;
}
.header-lang-default img {
  width: 35px;
  height: 35px;
  border: 3px solid #fff;
  box-shadow: 0px 8px 16px 0px rgba(241, 87, 19, 0.2);
  border-radius: 50%;
}
.lang-icon-img {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 53px;
  border: 2px solid #f4f9fc;
}
.lang-icon-img img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.header-lang a {
  display: inline-block;
}
.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible;
}
.header-lang-list li {
  display: block;
  margin-bottom: 0;
  padding: 5px 0;
}
.header-lang-list li a {
  display: block;
  color: #647589;
  font-size: 13px;
}
.header-lang-list li a:hover {
  display: block;
  color: #e12454;
}

/*sticky*/
.sticky-header {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #ffffff;
  padding: 0px 70px;
}
.header-style-2.sticky-header {
  background: #223645;
  padding-top: 0;
}
.header-style-3.sticky-header {
  background: #223645;
}

/* Menu Search
-------------------------------------------------------*/
.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

.nav-search:hover {
  color: inherit;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}

input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #7f7f7f;
  display: block;
}

.mobile-links li > a:hover {
  color: #b79d82;
}

/* 3. Slider */
.slider-active .slider-height {
  min-height: 900px;
  background-position: center top;
}
.slider-active .slider-height-2 {
  min-height: 950px;
  background-size: cover;
}
.slider-height-3 {
  min-height: 780px;
}
.slider-right-2 {
  padding-top: 180px;
}
.hero-text-box {
  padding: 60px;
  background: #fff;
  padding-right: 66px;
}
.hero-slider-caption h5 {
  margin-bottom: 25px;
}
.hero-slider-caption h1 {
  font-size: 80px;
  margin-bottom: 20px;
  letter-spacing: -2.3px;
  line-height: 1.1;
}
.tp-slider-title {
  font-size: 80px;
  margin-bottom: 20px;
  letter-spacing: -2.3px;
  line-height: 1.1;
}
.hero-slider-caption p {
  margin-bottom: 35px;
}
.caregive-box {
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(227, 220, 255, 0.4);
  padding: 60px;
  padding-bottom: 24px;
}
.search-form .sub-heading {
  font-size: 14px;
  font-weight: 500;
  color: #aab6bf;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: block;
}
.search-form h3 {
  font-size: 36px;
  margin-bottom: 45px;
}
.label span {
  font-size: 12px;
  font-weight: 500;
  color: #aab6bf;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  padding-left: 70px;
}
.nice-select.postform {
  width: 100%;
  border: 0;
  padding-left: 0;
  line-height: 1;
}
.care-give-option img {
  position: absolute;
  z-index: 9;
  top: -13px;
  left: 0;
}
.nice-select.postform .current {
  font-size: 24px;
  color: #223645;
  font-weight: 600;
  letter-spacing: -0.3px;
  font-family: poppins;
  text-transform: capitalize;
}
.nice-select.postform .list {
  z-index: 16;
  width: 100%;
  border-radius: 0;
  margin-top: 13px;
}

.slider-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  background: none;
  border: 0;
  font-size: 16px;
  padding: 0;
  color: #10111e;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  line-height: 80px;
}
.slider-3 button.slick-arrow {
  color: #10111e;
  background: #fff1f0;
}
.slider-active button.slick-next {
  left: auto;
  right: 90px;
}
.slider-active:hover button.slick-prev {
  left: 105px;
}
.slider-active:hover button.slick-next {
  right: 105px;
}
.slider-active:hover button {
  opacity: 1;
  visibility: visible;
}
.slider-active button:hover {
  background: #e12454;
  color: #fff;
  box-shadow: 0px 6px 12px 0px rgba(254, 69, 54, 0.4);
}

/*slider-style-6*/
.slider-style-6 .slider-height {
  background-size: cover;
}
.slider-style-6 .hero-slider-caption .tp-slider-title span {
  font-weight: 300;
}
.slider-style-6 .hero-slider-caption .hero-sub {
  padding-left: 100px;
  position: relative;
}
.slider-style-6 .hero-slider-caption .hero-sub::before {
  position: absolute;
  background: #fff;
  height: 3px;
  width: 90px;
  bottom: 7px;
  left: 0;
  content: "";
}
.button-border {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.slider-style-6 .btn-icon {
  margin-right: 30px;
}

/* 4. About */
.about-shape {
  position: absolute;
  top: 60px;
  left: -60px;
  z-index: -9;
}
.about-author {
  margin-top: 30px;
}
.about-front-img {
  box-shadow: 0px 16px 32px 0px rgba(136, 136, 136, 0.2);
}
.about-title h5 {
  margin-bottom: 27px;
}
.about-right-side {
  padding-left: 23px;
  position: relative;
  z-index: 9;
}
.author-ava {
  margin-right: 30px;
}
.author-desination h6 {
  color: #e12454;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.author-desination h4 {
  margin-bottom: 13px;
}
.single-item .mv-icon {
  margin-right: 30px;
}
.mv-title h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.mv-title p {
  padding-right: 73px;
}
.facalty-text p {
  line-height: 26px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
}
.about-text-list ul li {
  margin-bottom: 20px;
  list-style: none;
}
.about-text-list ul li i {
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: #f6f5ff;
  padding-left: 3px;
  margin-right: 20px;
  transition: 0.4s;
  display: inline-block;
}
.about-text-list ul li:hover i {
  background: #df2855;
  color: #fff;
}
.about-text p {
  padding-right: 20px;
}
.mv-text p {
  font-size: 20px;
  color: #223645;
  margin-bottom: 0;
  padding-right: 27px;
  padding-top: 0;
}
.mv-single-list {
  padding: 30px 0;
  border-top: 1px solid #dedeff;
  border-bottom: 1px solid #dedeff;
}
.mission-vision-list .mv-single-list:last-child {
  border: 0;
}
.mv-icon {
  margin-right: 30px;
}
.mv-right-img.pos-rel img {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(205, 203, 255, 0.4);
  border-radius: 5px;
}
.testi-quato-icon.about-icon-white {
  float: right;
  margin: 0;
  margin-top: -49px;
  margin-right: -70px;
  position: relative;
  z-index: 1;
}
.medical-icon-brand {
  display: inline-block;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(136, 136, 136, 0.2);
  margin-right: 51px;
  margin-top: 48px;
  margin-left: 47px;
  z-index: -9;
}
.medical-icon-brand-2 {
  position: absolute;
  z-index: 9;
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
}
.medical-icon-brand-3 {
  right: -106px;
  margin-top: 21px;
}
.medical-icon-brand::before {
  position: absolute;
  content: "";
  left: -28px;
  right: 0;
  bottom: 0;
  top: -30px;
  height: 156px;
  width: 156px;
  border: 2px dashed #e6e6e6;
  border-radius: 50%;
}
.medical-icon-brand::after {
  position: absolute;
  content: "";
  left: -55px;
  right: 0;
  bottom: 0;
  top: -58px;
  height: 210px;
  width: 210px;
  border: 2px dashed #e6e6e6;
  border-radius: 50%;
}
.about-right-content {
  padding-right: 50px;
}
/* 5. Section Title */
.section-title h5 {
  margin-bottom: 28px;
}
.section-text.section-text-green h1 {
  margin-bottom: 24px;
}
.section-text-white h5 {
  color: #899dab;
}
.section-text-green h5 {
  color: #8fb569;
  font-weight: 400;
}
.section-text-small h5 {
  color: #e12454;
}
.calculate-section .section-text-white h5 {
  color: #b1c5d3;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.section-text-green p {
  color: #899dab;
  padding-right: 90px;
}
.section-title h1 {
  margin-bottom: 18px;
  line-height: 1.2;
}
.section-title-white h1 {
  color: #fff;
}
.section-title-white h5 {
  color: #fff;
}
.section-back-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
}
.section-text-small h1 {
  font-size: 50px;
}
.back-icon-left {
  margin: 0;
}
.back-icon-right {
  margin: inherit;
  left: inherit;
}
/* 6. Services */
.service-thumb {
  margin-bottom: 45px;
}
.service-box-3 .service-content-box {
  padding: 0 15px;
  margin-top: -30px;
  position: relative;
}
.service-box-3 .service-content {
  padding: 40px;
  background: #fff;
  padding-bottom: 20px;
  transition: 0.4s;
}
.service-box-3:hover .service-content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(181, 179, 255, 0.2);
}
.service-box-3 .service-thumb {
  margin-bottom: 0;
}
.service-box-2 .service-thumb {
  margin-bottom: 37px;
}
.service-content h3 {
  margin-bottom: 22px;
}
.service-content-2 h3 {
  font-size: 40px;
}
.service-box.service-box-2 .service-content-2 h3 a:hover {
  color: #e12454;
}

.service-content-2 h3 a {
  padding-bottom: 23px;
  display: block;
  position: relative;
}
.service-content-2 h3 a::after,
.service-content-2 h3 a::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  left: 0;
  background: #e2e0ff;
  bottom: 0;
  transition: 0.4s;
}
.service-content-2 h3 a::before {
  background: #e12454;
  z-index: 9;
  width: 0;
  width: 0px;
  visibility: hidden;
  opacity: 0;
}
.service-content-2 h3 a:hover::before {
  transition: 0.6s;
  width: 50px;
  visibility: visible;
  opacity: 1;
}
.service-content.service-content-2 p {
  padding-right: 30px;
}
.service-box {
  padding: 53px;
  background: #fff;
  transition: 0.4s;
}
.service-box-2 {
  padding: 80px;
  padding-bottom: 72px;
}
.service-box.service-box-border {
  border: 2px solid #f4f4f4;
}
.service-link {
  color: #647589;
  font-weight: 500;
  margin-top: 5px;
  display: inline-block;
}
.service-link i {
  position: relative;
  top: 1px;
  margin-left: 5px;
  transition: 0.3s;
}
.service-link:hover i {
  transform: translateX(5px);
}
.service-box-3 .service-link {
  display: block;
  background: #8fb569;
  margin: 0;
  padding: 16px;
  transition: 0.4s;
  color: #fff;
}
.service-box-3 a.service-link:hover {
  background: #e12454;
  color: #fff;
}
.service-content-2 a.service-link {
  color: #9ca8b6;
}
.service-box-2 .service-content-2 a.service-link:hover {
  color: #e12454;
}
.service-content-2 a.service-link i {
  margin-right: 5px;
}
.service-box .service-content h3 a:hover {
  color: #8fb569;
}
.service-box .service-link:hover {
  color: #8fb569;
}
.service-box:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(196, 203, 255, 0.3);
}
.service-box.service-box-border:hover {
  border: 2px solid transparent;
}
.service-big-number {
  position: absolute;
  top: 0;
  right: 19px;
  font-size: 200px;
  color: #f7f7ff;
}
.service-details-text p {
  line-height: 26px;
  padding-right: 16px;
}
.service-details-thumb img {
  width: 100%;
}
.ser-fea-box {
  margin-right: 70px;
}
.ser-fea-icon {
  margin-right: 30px;
}
.ser-fea-list h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 23px;
}
.ser-fea-list ul li {
  margin-bottom: 12px;
}
.ser-fea-list ul li i {
  color: #8fb569;
  margin-right: 8px;
}
.download-area a img {
  float: left;
  margin-right: 20px;
}
.download-area a span {
  font-weight: 500;
  color: #223645;
  margin-top: 12px;
  display: inline-block;
  transition: 0.4s;
}
.download-area a:hover span {
  color: #e12454;
}
.download-area a span.download-size {
  color: #647589;
  font-weight: 400;
  float: right;
}
.download-box {
  display: inline-block;
  padding: 18px 48px;
  width: 100%;
  border: 2px solid #e0e9ff;
}
.testi-box .testi-service-content p {
  padding: 0 10px;
}
/* service-sidebar */
.service-map {
  min-height: 400px;
}
.more-service-icon {
  width: 50px;
}
.more-service-title {
  font-size: 17px;
  font-weight: 500;
  color: #223645;
  margin-left: 20px;
  transition: 0.4s;
}
.doctor-details-title {
  font-size: 24px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.doctor-details-box h1 {
  font-size: 40px;
  text-transform: capitalize;
}
.more-service-title span {
  display: block;
  color: #647589;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
  text-transform: capitalize;
  margin-top: 2px;
}
.more-service-list ul li a:hover .more-service-title {
  color: #e12454;
}
.more-service-list ul li a {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #f2edff;
  margin-bottom: 20px;
}
.more-service-list ul li:last-child a {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
/* service-contact */
.contact-input input {
  width: 100%;
  height: 60px;
  padding: 0;
  padding-left: 60px;
  border: 2px solid #f0f8ff;
  color: #647589;
  font-weight: 400;
}
.service-contact-form input.btn {
  margin: auto;
  display: inline-block;
  float: none;
  padding-left: 60px;
  padding-right: 60px;
}
.service-contact-form select {
  border: 2px solid #f0f8ff;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  color: #647589;
}
.contact-input input::placeholder {
  color: #647589;
}
.contact-icon {
  position: relative;
}
.contact-icon::before {
  position: absolute;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 14px;
  color: #8fb569;
  top: 20px;
  left: 30px;
  z-index: 99;
}
.contact-mail::before {
  content: "\f0e0";
}
.service-contact-form .nice-select {
  width: 100%;
  height: 60px;
  padding-top: 9px;
  padding-left: 60px;
  padding-bottom: 9px;
  border: 2px solid #f0f8ff;
  border-radius: 0;
}
.service-contact-form .nice-select .current {
  font-weight: 400;
  color: #647589;
  font-size: 14px;
}
.service-contact-form .nice-select ul.list {
  width: 100%;
  border-radius: 0;
  border: 2px solid #f0f8ff;
}
.contact-hourglass::before {
  content: "\f254";
}
.ser-form-btn {
  margin-bottom: -82px;
}
/* 7. Team */
.team-thumb.thumb-circle img {
  border-radius: 100%;
}
.team-box-2 {
  padding: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(181, 179, 255, 0.1);
  padding-bottom: 18px;
}
.team-box-3 {
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.team-content h3 {
  margin-bottom: 17px;
}
.team-content h6 {
  color: #e12454;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.team-link {
  position: absolute;
  bottom: 25px;
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(143, 181, 105);
  box-shadow: 0px 8px 16px 0px rgba(143, 181, 105, 0.3);
  font-size: 26px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  right: 51px;
}
.team-link:hover {
  background-color: rgb(225, 36, 84);
  box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.2);
  color: #fff;
}
.team-box-2 .team-member-info h3 {
  margin-bottom: 18px;
}
.team-box-3 .team-member-info h3 {
  font-size: 30px;
}
.team-author-info span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e12454;
  padding: 11px 20px;
  display: inline-block;
  background: #fff;
}
.team-author-info h6 {
  font-size: 18px;
  color: #223645;
  padding: 11px 20px;
  background: #fff;
}
.team-author-info {
  position: absolute;
  margin-top: -60px;
  margin-left: 30px;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  right: 0;
  width: 146%;
  left: 0;
  z-index: 99;
  box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
}
.team-box:hover .team-author-info {
  opacity: 1;
  visibility: visible;
}
.team-activation .slick-dots {
  text-align: center;
  margin-bottom: 30px;
}
.team-activation .slick-dots li {
  display: inline-block;
  cursor: pointer;
}
.team-activation .slick-dots li button {
  text-indent: -111111111111px;
  padding: 0;
  width: 30px;
  height: 4px;
  border: 0;
  background: #e0e9ff;
  margin: 0 5px;
  cursor: pointer;
}
.team-activation .slick-dots li.slick-active button {
  background: #8fb569;
}
.team-social-profile ul li {
  display: inline-block;
  margin: 0 9.5px;
}
.team-social-profile ul li a {
  font-size: 14px;
  color: #a0aab1;
}
.team-social-profile ul li a:hover {
  color: #ce1b28;
}
/* 8. Fact */
.fact-map::before {
  position: absolute;
  content: "";
  background-image: url(../img/fact/map.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  background-position: center center;
}
.cta-satisfied {
  padding-left: 129px;
}
.single-satisfied h1 {
  color: #8fb569;
  float: left;
  width: 160px;
  font-size: 55px;
  line-height: 1;
}
.counter-title {
  color: #8fb569;
  float: left;
  width: 160px;
  font-size: 55px;
  line-height: 1;
}
.single-satisfied h5 {
  color: #fff;
  margin-bottom: 15px;
}
.single-satisfied h5 i {
  margin-right: 5px;
}
.single-satisfied p {
  color: #899dab;
}
.single-satisfied h5,
.single-satisfied p {
  width: calc(100% - 160px);
  display: inline-block;
}
/* 9. Pricing */
.pricing-box {
  padding: 60px 55px;
  background: #fff;
}
.pricing-content h1 {
  font-size: 40px;
  margin-bottom: 15px;
}
.pricing-content p {
  margin-bottom: 23px;
}
.pricing-menu .nav.nav-pills {
  border: 2px solid #eae7ff;
  border-radius: 40px;
  background-color: #fff;
}
.pricing-menu a.nav-link {
  padding: 30px 50px;
  line-height: 1;
  border-radius: 0;
  font-size: 14px;
  color: #223645;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.pricing-menu a.nav-link.active {
  border-radius: 40px;
  background: #e12454;
  padding-left: 50px;
  transform: scale(1.04);
}
.price-box-flat {
  background: #fff;
}
.pricing-title h6 {
  background: #1d2f3c;
  padding: 30px 60px;
  transition: 0.4s;
}
.pricing-title h6.pink-bg {
  background: #e12454;
}
.price-box-flat:hover .pricing-title h6 {
  background: #e12454;
  color: #ffff;
}
.price-box-flat:hover .price-btn-2 a {
  background: #8fb569;
  color: #ffff;
}
.price-box-flat .price-btn-2 a.green-bg {
  background: #8fb569;
}
.price-content {
  padding: 60px;
  padding-right: 50px;
  padding-bottom: 53px;
  padding-top: 38px;
}
.price-heading .price-title span {
  font-size: 20px;
}
.pricing-list ul li {
  margin-bottom: 30px;
  list-style: none;
}
.pricing-list ul li {
  margin-bottom: 30px;
}
.price-title {
  margin-bottom: 35px;
  font-size: 60px;
}
.pricing-list ul li:last-child {
  margin: 0;
}
.pricing-list ul {
  margin: 0;
}
.pricing-list ul li i {
  color: #223645;
  margin-right: 9px;
}
.price-del {
  color: #b9c1cb;
}
li.price-del i {
  color: #b9c1cb !important;
}
.price-btn-2 a {
  width: 100%;
  color: #223645;
  background-color: #e1e5ff;
}
.pricing-area .pricing-nav {
  padding: 0;
  border-radius: 40px;
  display: inline-block;
  margin-top: 60px;
  background: #344a5a;
}
.pricing-area .pricing-nav .nav-tabs {
  border: 0;
}
.pricing-area nav.pricing-nav .nav-tabs .nav-link {
  padding: 30px 50px;
  border: 0;
  color: #afb1d1;
  font-weight: 500;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  transition: 0.7s;
}
.pricing-area nav.pricing-nav .nav-item.nav-link.active {
  color: #fff;
  border-radius: 40px;
  padding-right: 54px;
  padding-left: 54px;
  background-color: rgb(225, 36, 84);
  box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.3);
}
/* 10. CTA */
.cta-area::before {
  position: absolute;
  content: "";
  background-color: rgba(19, 35, 47, 0.94);
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* latest-news */
.news-tag {
  color: #e12454;
  font-weight: 500;
}
.latest-news-content h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 19px;
}
.latest-news-content h3 a:hover {
  color: #e12454;
}
.recent-news-list {
  padding: 41px;
  border: 2px solid #eae7ff;
  padding-bottom: 40px;
}
.singl-news.news-border-bottom {
  padding-bottom: 31px;
  border-bottom: 2px solid #e3ecf2;
  margin-bottom: 31px;
}
.meta-date {
  margin-right: 29px;
}
.meta-date i {
  margin-right: 5px;
}
.meta-date a {
  color: #647589;
}
.latest-news-box-2 .latest-news-content-box {
  padding: 0 15px;
}
.latest-news-box-2 .latest-news-content {
  padding: 40px;
  background: #fff;
  margin-top: -30px;
  position: relative;
  z-index: 9;
  padding-bottom: 15px;
}
.latest-news-box-2 .latest-news-content h3 {
  margin-bottom: 13px;
}
.latest-news-box-2 .news-tag {
  color: #8fb569;
}
.latest-news-box-2 .latest-news-content h3 a:hover {
  color: #8fb569;
}
.blog-feeds-text h5 {
  color: #bdc1d5;
  line-height: 1.3;
  margin-bottom: 4px;
}
.latest-news-box-3 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(178, 176, 255, 0.2);
}
.latest-news-box-3 .latest-news-content {
  margin-top: 0;
}
/* 11. Footer */
.emmergency-call-icon i {
  font-size: 36px;
  color: #e12454;
  margin-right: 30px;
}
.emmergency-call h6 {
  font-weight: 400;
  color: #647589;
  display: block;
  margin-bottom: 0;
}

.emmergency-call span {
  font-size: 36px;
  font-weight: 500;
  color: #13232f;
}
.emmergency-call {
  padding-bottom: 25px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 40px;
}
.footer-contact-info {
  border-radius: 16px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(156, 156, 156, 0.2);
  padding: 60px;
  padding-bottom: 55px;
  margin-top: -226px;
}
.footer-contact-info-3 {
  margin-top: 0;
  padding: 0;
  background: 0;
  box-shadow: none;
}
.footer-menu.footer-menu-2 {
  overflow: hidden;
}
.footer-widget {
}
.footer-widget ul {
  list-style: none;
}
.footer-widget ul li {
  margin-bottom: 21px;
  color: #91a1b4;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li a {
  color: #c9d4db;
  font-weight: 500;
}
.footer-widget ul li a:hover {
  color: #8fb569;
  text-decoration: underline;
}
.footer-widget ul ul {
  padding-left: 10px;
  padding-top: 15px;
}
.footer-widget select {
  max-width: 100%;
  height: 45px;
  width: 100%;
  border: 0;
  padding: 0 10px;
}
.footer-contact-info-3 .footer-contact-content p {
  color: #c9d4db;
  padding-right: 20px;
}
.footer-emailing ul li {
  font-size: 18px;
  color: #647589;
  margin-bottom: 12px;
  list-style: none;
}
.widget_custom_html .footer-emailing ul li {
  color: #c9d4db;
}
.footer-contact-info-3 .footer-emailing ul li {
  color: #c9d4db;
}
.footer-emailing ul li:last-child {
  margin: 0;
}
.footer-co-content {
  overflow: hidden;
}
.footer-emailing ul li i {
  margin-right: 14px;
}
.footer-title h3 {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-bottom: 40px;
}
.blog-feeds-thumb {
  float: left;
  margin-right: 15px;
}
.blog-feeds-text {
  overflow: hidden;
}
.footer-menu ul li {
  margin-bottom: 30px;
}
.footer-menu-2 ul li {
  float: left;
  width: 50%;
  margin-bottom: 21px;
}
.footer-menu ul li a {
  color: #c9d4db;
  font-weight: 500;
  padding-left: 0;
}
.footer-menu ul li a:hover {
  color: #8fb569;
  text-decoration: underline;
}
.footer-bottom {
  background: #0d1b26;
}
.footer-copyright p {
  margin: 0;
  color: #9aacbb;
}
.footer-copyright-3 p {
  color: #9aacbb;
}
.footer-subscribe-title span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-right: 53px;
  display: block;
}
.footer-newsletter input {
  width: 100%;
  height: 80px;
  border-radius: 40px;
  padding: 0 50px;
  border: 0;
  color: #696969;
}
.footer-newsletter {
  position: relative;
}
.footer-newsletter button {
  position: absolute;
  right: 0;
  border-radius: 40px;
  top: 8px;
  right: 10px;
  padding: 25px 43px;
}
.footer-top-form {
  padding-bottom: 60px;
  border-bottom: 1px solid #4e5e6a;
}
.footer-bottom-0 {
  border-top: 1px solid #4e5e6a;
  padding-top: 24px;
  padding-bottom: 6px;
}
.footer-co-icon {
  margin-right: 20px;
}
.footer-co-content span {
  font-weight: 500;
  color: #96a0a8;
  text-transform: uppercase;
  margin-bottom: 9px;
  display: block;
}
.footer-co-content h4 {
  font-size: 24px;
  color: #fff;
}
.footer-co-content ul li {
  display: inline-block;
}
.footer-co-content ul li a {
  font-size: 18px;
  color: #fff;
  margin-right: 19px;
}
/*.footer-map::before {
	position: absolute;
	content: "";
	background-image: url(../img/bg/footer-map.png);
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}*/
/* page-title */
.breadcrumb-bg {
  background-size: cover;
  background-position: center center;
}
.small-text {
  color: #647589;
  font-size: 18px;
  font-weight: 500;
}
.page-title h1 {
  font-size: 60px;
}
.page-height {
  min-height: 500px;
}
.page-breadcumb nav ol {
  background: 0;
  padding: 0;
  margin: 0;
}
.page-breadcumb .breadcrumb-item a {
  color: #95a3b3;
  font-weight: 500;
}
.page-breadcumb .breadcrumb-item.active {
  font-weight: 500;
  color: #e12454;
}
.page-breadcumb .breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}
/* 12. Counter */
.single-couter h1 {
  font-size: 80px;
  color: #e12454;
  margin-top: 20px;
  font-weight: 200;
}
.ctr-title {
  font-size: 80px;
  color: #e12454;
  margin-top: 20px;
  font-weight: 200;
}
.counter-box h1 {
  font-weight: 600;
  color: #fff;
  font-size: 50px;
  margin-top: 12px;
}
.coun-list-title {
  font-weight: 600;
  color: #fff;
  font-size: 50px;
  margin-top: 12px;
}
.counter-box-white .coun-list-title {
  color: #223645;
}
.counter-box-white h1 {
  color: #223645;
}
.single-couter h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 17px;
}
.single-couter p {
  margin-bottom: 0;
  padding-right: 40px;
}
.counter-text p {
  width: 100%;
  padding: 0 52px;
}
.counter-box-white h6 {
  position: relative;
  margin-bottom: 11px;
}
.counter-box-white h6::after,
.counter-box-white h6::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  left: 0;
  background: #e8ebff;
  right: 0;
  margin: auto;
  bottom: 0;
}
.counter-box-white h6::before {
  background: #e12454;
  z-index: 9;
  width: 0px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
.counter-box.counter-box-white:hover h6::before {
  width: 30px;
  visibility: visible;
  opacity: 1;
}
/* 13. Appoinment */
.appoinment-section {
  background-size: cover;
  background-position: center top;
}
.appoinment-content span {
  font-size: 18px;
  font-weight: 500;
  color: #e12454;
}
.appoinment-box.white {
  background-color: #fff;
}
.appoinment-content {
  padding-top: 55px;
  padding-left: 55px;
  padding-right: 55px;
}
.appoinment-content h1 {
  font-size: 50px;
  margin-top: 35px;
  margin-bottom: 30px;
}
.professinals-list {
  margin-bottom: 60px;
}
.hire-text-2 .professinals-list {
  margin-bottom: 0;
}
.appoinment-box .btn {
  width: 100%;
}
.professinals-list li {
  line-height: 28px;
  color: #697a8d;
  margin-bottom: 20px;
  list-style: none;
}
.professinals-list li i {
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  color: #8fb569;
  margin-right: 20px;
  float: left;
  border: 2px solid #8fb569;
  font-size: 12px;
  transition: 0.4s;
}
.professinals-list li:hover i {
  background: #8fb569;
  color: #fff;
}
/* 14. Testimonials */
.testi-quato-icon {
  height: 80px;
  width: 80px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(225, 36, 84);
  box-shadow: 0px 16px 32px 0px rgba(225, 36, 84, 0.4);
  line-height: 80px;
  margin-bottom: 45px;
  margin-top: 32px;
  text-align: center;
  transition: 0.4s;
}
.testimonials-activation .testi-quato-icon img {
  display: inline-block;
}
.testi-quato-icon-green {
  background-color: rgb(143, 181, 105);
  box-shadow: 0px 16px 32px 0px rgba(143, 181, 105, 0.4);
  transition: 0.4s;
}
.testi-box-2:hover .testi-quato-icon-green {
  background-color: rgb(225, 36, 84);
  box-shadow: 0px 16px 32px 0px rgba(225, 36, 84, 0.4);
}
.testi-content p {
  font-size: 28px;
  line-height: 48px;
  padding: 0 65px;
  margin-bottom: 120px;
}
.testimonials-activation-2 .slick-slide img {
  display: inline-block;
}
.testi-author-title {
  font-size: 28px;
}
.testi-author-desination {
  font-weight: 500;
  color: #8fb569;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 25px;
}
.testi-content span {
  height: 70px;
  width: 2px;
  background: #e12454;
  position: absolute;
  bottom: -91px;
  left: 0;
  right: 0;
  margin: auto;
}
.testi-content .testi-quato-icon img {
  display: inline-block;
}
.testi-bg-icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -9;
}
.test-author-icon {
  display: inline-block;
  border-radius: 50%;
  background-color: rgb(231, 231, 231);
  box-shadow: 0px 8px 16px 0px rgba(71, 71, 71, 0.2);
}
.testi-box {
  margin-bottom: 212px;
}
.testi-rating-list ul li {
  display: inline-block;
}
.testi-content-2 h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.testi-content-2 p {
  line-height: 26px;
  padding-right: 45px;
}
.testi-author-icon-2 {
  margin-right: 30px;
}
.testi-author-desination-2 h4 {
  font-size: 20px;
  margin-bottom: 14px;
}
.testi-rating-list ul li i {
  color: #ffae00;
}
/* 15. Analysis */
.analysis-bg-icon {
  position: absolute;
  left: 30px;
  top: 47px;
}
.analysis-area .nav.nav-pills {
  margin-top: -212px;
}
.analysis-area .nav-item {
  text-align: center;
  margin-right: 30px;
  width: 31.5%;
}
.analysis-area .nav-item:last-child {
  margin-right: 0;
}
.analysis-area .nav-item a h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 0;
  margin-top: 37px;
}
.analysis-area .nav-item a.nav-link {
  padding: 70px;
  border-radius: 0;
  position: relative;
}
.analysis-area .nav-item a.nav-link::after {
  position: absolute;
  height: 20px;
  width: 20px;
  background: #e12454;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  transform: rotate(45deg);
  opacity: 0;
  visibility: hidden;
}
.analysis-area .nav-item:nth-child(2) a.nav-link::after {
  background: #8fb569;
}
.analysis-area .nav-item:nth-child(3) a.nav-link::after {
  background: #f4f9fc;
}
.analysis-area .nav-item a.nav-link.active::after {
  opacity: 1;
  visibility: visible;
}
.analysis-area ul li.nav-item .nav-link.active {
  background: 0;
}
.analysis-area ul li.nav-item:nth-child(1) a.nav-link {
  background: #e12454;
}
.analysis-area ul li.nav-item:nth-child(2) a.nav-link {
  background: #8fb569;
}
.analysis-area ul li.nav-item:nth-child(3) a.nav-link {
  background: #f4f9fc;
}
.analysis-area ul li.nav-item:nth-child(3) a.nav-link h6 {
  color: #223645;
}
.analysis-chart {
  margin-top: 50px;
}
/* calculate */
.calculate-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #223645;
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
}
.calculate-section .section-text p {
  font-size: 30px;
  color: #b4c8d7;
  line-height: 42px;
  padding-right: 35px;
}
.calculate-content {
  padding: 50px;
  background: #fff;
  padding-bottom: 20px;
}
.calculate-box .nice-select {
  width: 100%;
  height: 70px;
  padding-top: 14px;
  border-radius: 0;
  border: 2px solid #eee7ff;
  padding-left: 38px;
  margin-bottom: 20px;
}
.calculate-box .nice-select::after {
  margin-right: 18px;
  margin-top: -1px;
}
.calculate-box .nice-select .list {
  width: 100%;
  border-radius: 0;
}
.calculate-content select {
  width: 100%;
  height: 70px;
  border: 2px solid #eee7ff;
  margin-bottom: 20px;
  padding: 0 33px;
  color: #868686;
}
.calculate-box .calculate-content select {
  border: 2px solid #eee7ff;
}
.calculate-content p {
  margin: 0;
}
.calculate-form input {
  height: 70px;
  padding-left: 38px;
  width: 100%;
  border: 2px solid #eee7ff;
  position: relative;
}
.calculate-form input::placeholder {
  color: #647589;
}

.calculate-box a {
  width: 100%;
}
.calculate-form {
  position: relative;
}
.calculate-form i {
  position: absolute;
  top: 28px;
  right: 30px;
}
/* hiring */
.hire-text {
  padding: 55px;
}
.hire-text-2 {
  padding-left: 244px;
  padding-right: 137px;
  padding-top: 137px;
  padding-bottom: 151px;
}
.hire-text h1 {
  font-size: 54px;
  margin-bottom: 38px;
}
.hire-text-2 h1 {
  margin-bottom: 22px;
}
.hire-text p {
  line-height: 26px;
  margin-bottom: 25px;
}
.hire-bg {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(197, 191, 255, 0.2);
}
.hire-bg-2 {
  box-shadow: 5px -6px 16px -2px rgba(197, 191, 255, 0.2);
}
.hiring-top {
  position: relative;
}
.hire-left-img {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
}
.hire-right-img {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
}
/* widget */
.service-widget {
  padding: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);
  border-top: 6px solid #8fb569;
  padding-top: 41px;
}
.service-widget .widget-title {
  font-size: 30px;
  margin-bottom: 10px;
}
.service-widget.widget_bdevs_request_service_widget {
  margin-bottom: 80px;
}
.doctor-detials-lan ul li {
  display: inline-block;
}
.doctor-detials-lan ul li a {
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  background: #eae4ff;
  font-size: 14px;
  color: #223645;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50%;
  margin-right: 19px;
}
.doctor-detials-lan ul li a:hover {
  background-color: rgb(143, 181, 105);
  box-shadow: 0px 8px 16px 0px rgba(143, 181, 105, 0.2);
  color: #fff;
}
/* features */
.feature-box {
  padding: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
}
.feature-small-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
/* 16. Appoinment */
.appoinment-box-2 {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(223, 217, 255, 0.4);
  margin-top: -241px;
}
.appoinment-box-content {
  padding: 60px 38px 46px 70px;
}
.appointment-form-3 textarea {
  width: 100%;
  resize: none;
  border: 2px solid #eee7ff;
  padding-top: 28px;
  padding-left: 40px;
  color: #647589;
  height: 120px;
}
.appointment-area-3 .calculate-box .nice-select {
  border: 2px solid #d3e2f0;
}
.appointment-area-3 .calculate-form input {
  border: 2px solid #eee7ff;
}
.appointment-form-2 input {
  width: 100%;
}
.appointment-form-2 input {
  width: 100%;
  border: 0;
  padding: 0;
  line-height: 2;
}
.appointment-form-2 input::placeholder {
  font-size: 16px;
  color: #223645;
  font-weight: 600;
  font-family: poppins;
}
.appoint-ment-icon {
  margin-right: 25px;
}
.appointment-form-2 {
  width: 100%;
}
.appointment-form-2 label {
  font-size: 12px;
  text-transform: uppercase;
  color: #aab6bf;
  font-weight: 500;
  margin-bottom: 14px;
}
.appoinment-form-box {
  padding-bottom: 27px;
  border-bottom: 1px solid #eae5ff;
}
.appoinment-form-box-option {
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.appoinment-form-box select {
  width: 100%;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  color: #223645;
  background: transparent;
}
.nice-select.postform::after {
  border-bottom: 3px solid #223645;
  border-right: 3px solid #223645;
  content: "";
  display: block;
  height: 8px;
  margin-top: -23px;
  pointer-events: none;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
}
/* news-letter */
.news-letter-title h1 {
  font-size: 50px;
}
.news-letter-box {
  padding: 78px 50px 80px 55px;
  background: #fff;
}
.subscribe-form {
  position: relative;
  z-index: 99;
}
.subscribe-form form {
  position: relative;
}
.subscribe-form form input {
  width: 100%;
  height: 80px;
  border: 0;
  padding: 0 40px;
  background: #f4f9fc;
  border-radius: 40px;
  color: #647589;
}
.subscribe-form form button {
  position: absolute;
  top: 8px;
  right: 10px;
  border-radius: 40px;
  padding: 25px 44px;
}
/* 17. Membership */
.membership-box {
  padding-left: 90px;
  padding-right: 90px;
  z-index: 99;
  position: relative;
}
.single-membership-box {
  padding: 50px;
  border: 2px solid #dfe0ff;
  padding-bottom: 28px;
}
.membership-line-shape {
  display: inline-block;
  margin-bottom: 22px;
  margin-top: 10px;
}
.single-membership-box h3 {
  font-size: 30px;
}
.membership-bg::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.review-box {
  padding: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 32px 0px rgba(221, 217, 255, 0.2);
}
.members-rating ul li {
  display: inline-block;
  color: #ffc600;
  margin-bottom: 10px;
}
.author-desination-2 h4 {
  font-size: 18px;
  margin-bottom: 7px;
}
.author-desination-2 h6 {
  color: #e12454;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0;
}
.membership-review {
  padding: 90px;
}
.members-rating ul {
  margin: 0;
}
.membership-review .author-ava {
  margin-right: 15px;
}
.owl-carousel .owl-item .single-brand img {
  width: inherit;
  display: inline-block;
}
.single-brand {
  text-align: center;
}
.brand-area::before {
  position: absolute;
  content: "";
  background: rgba(32, 47, 59, 0.94);
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
/* 18. FAQ */
.faq-left-box {
  margin-bottom: 235px;
}
.faq-pos-front {
  position: absolute;
  bottom: -235px;
  left: 57px;
}
.faq-back-shape {
  position: absolute;
  bottom: -162px;
  left: -130px;
  z-index: -9;
}
.faq-right-box .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  background: #f8f7ff;
  margin-bottom: 20px;
}
.faq-right-box .card-header {
  padding: 0;
  border-bottom: 0;
  background: none;
  border-radius: 0;
}
.faq-right-box .btn-link {
  font-weight: 400;
  color: #0f1328;
  display: block;
  font-size: 16px;
  padding: 21px 30px;
  border: 2px solid #e12454;
  text-decoration: none;
  line-height: 28px;
  background: #fff;
  border-bottom: 0px solid transparent;
}
.faq-right-box .btn-link::before {
  content: "-";
  line-height: 30px;
  position: absolute;
  right: 43px;
  top: 24px;
  font-size: 24px;
  font-size: 20px;
}
.faq-right-box .btn-link.collapsed::before {
  content: "+";
}
.faq-right-box .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 30px;
  padding-top: 0;
  padding-bottom: 22px;
  border: 2px solid #e12454;
  background: #fff;
  border-top: 0;
}
.faq-right-box .card-body p {
  margin: 0;
  font-size: 14px;
}
.faq-right-box .btn-link.collapsed {
  border: 2px solid #e7e6ff;
}

/* 19. Blog */
.latest-news {
  position: relative;
}

.news__thumb img {
  width: 100%;
}
.postbox__thumb img {
}
.blog-inner-img img {
  width: 100%;
}
.news-meta span {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #747691;
  margin-right: 15px;
  font-size: 13px;
}
.news-meta span a {
  color: #747691;
}
.news-meta span a:hover {
  color: #e12454;
}
.news__caption h2 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.news__caption h2 a:hover {
  color: #e12454;
}

.news-meta span {
  text-transform: uppercase;
  margin-right: 12px;
  font-size: 13px;
}
.news-link:hover {
  color: #ffffff;
}

.news-link i {
  transition: 0.3s;
  display: inline-block;
}

.news-link:hover i {
  transform: translateX(3px);
}

.news__thumb-2 img {
  width: 100%;
}

.news__caption-2 {
  padding: 33px;
}

.news__caption-2 h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.news__caption-2 h2 a:hover {
  color: #e12454;
}

.news__caption-2 p {
  margin-bottom: 0;
}

.news-meta span {
  text-transform: uppercase;
  margin-right: 12px;
  font-size: 13px;
  display: inline-block;
}
.news-meta span a {
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-meta span {
    margin-right: 10px;
  }
}
.news-meta span a {
  color: #e12454;
  letter-spacing: 1px;
  font-weight: 500;
}
.news-meta span a:hover {
  color: #8fb569;
}
.postbox__thumb {
  position: relative;
}

.postbox__thumb a img {
  max-width: 100%;
}

.post-meta span {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  color: #6f7172;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .post-meta span {
    margin-right: 10px;
  }
}

.post-meta span a:hover {
  color: #e12454;
}

.post-meta span i {
  color: #e12454;
  margin-right: 2px;
}
.post-meta span a {
  color: #6f7172;
}
.postbox__text {
  background: #faf9ff;
}

.p-50 {
  padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .p-50 {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .p-50 {
    padding: 30px;
  }
}

.p-30 {
  padding: 30px;
}

.post-meta {
  margin-bottom: 20px;
}

.blog-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: normal;
}

.blog-title a:hover {
  color: #e12454;
}

.read-more {
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.read-more a i {
  transition: 0.3s;
  display: inline-block;
  margin-left: 5px;
}
.read-more a:hover i {
  transform: translateX(5px);
}
.read-more {
  color: #e12454;
}
.read-more:hover {
  color: #8fb569;
}
.postbox__text .read-more a:focus {
  color: #fff;
}
.read-more i {
  transition: 0.3s;
  display: inline-block;
}
.blog-title-2-col {
  font-size: 24px;
}
.blog-title-sm {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.postbox__gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  border: none;
  background: none;
  padding: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #ffffff;
  width: 60px;
  height: 60px;
  color: #6f7172;
  border-radius: 50%;
  font-size: 14px;
}

.postbox__gallery .slick-arrow:hover {
  background: #e12454;
  color: #ffffff;
}

.postbox__gallery .slick-arrow.slick-next {
  right: 30px;
  left: auto;
}

.postbox__video {
  position: relative;
}

.video-btn {
  position: absolute;
  background: #ffffff;
  height: 120px;
  width: 120px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  color: #e12454;
  transform: translateY(-50%);
}

.video-btn:hover {
  background: #e12454;
  color: #ffffff;
}

.post-text blockquote {
  background: #faf9ff;
  padding: 50px;
  position: relative;
  padding-left: 120px;
}

@media (max-width: 767px) {
  .post-text blockquote {
    padding: 30px;
  }
}
.post-text blockquote p {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 15px;
  color: #2b3c48;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
}
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
  border-left: 0 !important;
}
.post-text blockquote::before {
  left: 50px;
  top: 50px;
  color: #758799;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  font-size: 30px;
}

@media (max-width: 767px) {
  .post-text blockquote::before {
    position: static;
  }
}

.post-text blockquote footer {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}
.widget {
  padding: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 16px 0px rgba(200, 183, 255, 0.3);
  border-top: 4px solid #8fb569;
}
.blog-area .widget {
  border-top: 0;
}
.widget .widget-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #e12454;
}
.b-0 {
  border: 0;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #f5f5f5;
  padding: 0 20px;
}

.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #062a4d;
  padding: 0 25px;
  color: #ffffff;
  line-height: 60px;
  border: 0;
}

.search-form button:hover {
  background: #e12454;
}

.widget-title {
  font-size: 20px;
  position: relative;
  display: inline-block;
}

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.animate-border.border-white::after {
  border-color: #ffffff;
}

.about-me img {
  margin-bottom: 25px;
  border-radius: 50%;
}

.about-me h4 {
  font-size: 18px;
  letter-spacing: 1px;
}

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px;
  color: #8fb569;
}

.widget-social-icon a:hover {
  color: #e12454;
}
.banner-widget img {
  max-width: 100%;
}
.widget .recent-posts > li:first-child {
  border: 0;
  padding-top: 0;
}

.widget .recent-posts li:last-child {
  padding-bottom: 0;
}

.widget .recent-posts > li {
  border-top: 1px solid #eaedff;
  padding: 17px 0;
  overflow: hidden;
  margin: 0;
}

.widget-posts-image {
  float: left;
}
.widget-posts-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 0;
}
.footer-widget .widget-posts-image img {
  border-radius: 0;
}
.footer-widget .widget-posts-title {
  font-size: 17px;
  margin-bottom: 7px;
}
.footer-widget .widget-posts-title {
  color: #bdc1d5;
}
.widget-posts-body {
  overflow: hidden;
}
.footer-defualt-widget .footer-widget .widget-posts-title {
  font-size: 15px;
  margin-bottom: 7px;
}
.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
}
.widget .widget-posts-title a {
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.widget-posts-title a:hover {
  color: #e12454;
}
.sidebar-rc-post li {
  overflow: hidden;
}
.widget-posts-meta {
  font-size: 12px;
}
.widget .sidebar-rc-post ol {
  padding: 0;
  margin: 0;
}

ul.cat li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
}

ul.cat li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.cat li:last-child {
  padding-bottom: 0;
}
ul.cat li a {
  display: block;
  color: #647589;
}

ul.cat li a:hover {
  color: #e12454;
}

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #062a4d;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}

.social-profile a:hover {
  background: #e12454;
}

#Instafeed {
  margin: 0 -5px;
  overflow: hidden;
}

#Instafeed li {
  width: 33.33%;
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}

#Instafeed li img {
  width: 100%;
}

.bg-none {
  background: none;
}

.blog-post-tag span {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 17px;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
}

.blog-post-tag a {
  color: #646974;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #eaedff;
  padding: 12px 24px;
  margin-right: 10px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
}

.blog-post-tag a:hover {
  color: #fff;
  background: #e12454;
  border-color: #e12454;
}

.blog-post-tag a:last-child {
  margin-right: 0;
}

.blog-share-icon span {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #062a4d;
  display: block;
  margin-bottom: 17px;
}

.blog-share-icon a {
  color: #6f7172;
  font-size: 18px;
  transition: 0.3s;
  margin-right: 22px;
}

.blog-share-icon a:hover {
  color: #e12454;
}

.blog-share-icon a:last-child {
  margin-right: 0;
}

.blog-details-border {
  border-top: 1px solid #eaedff;
  border-bottom: 1px solid #eaedff;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px;
}
.author {
  background: #f5f5f5;
  padding: 0 60px 44px 60px;
}

@media (max-width: 767px) {
  .author {
    padding: 0 30px 44px 30px;
  }
}

.author-img {
  margin-bottom: 35px;
}
.author-text h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.author-text p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 28px;
}

.author-icon {
  margin-top: 6px;
  margin-bottom: 25px;
}

.author-icon a {
  font-size: 14px;
  color: #9498b6;
  margin: 0 5px;
  transition: 0.3s;
}

.author-icon a:hover {
  color: #e12454;
}
.post-comments {
  border-bottom: 1px solid #eaedff;
  margin-bottom: 42px;
  padding-bottom: 5px;
}

.blog-coment-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.comments-avatar {
  float: left;
}

@media (max-width: 767px) {
  .comments-avatar {
    float: none;
  }
}
.comments-avatar img {
  width: 100px;
  margin-right: 20px;
  border-radius: 50%;
  height: 100px;
}
.latest-comments li.children {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .latest-comments li.children {
    margin-left: 0;
  }
}

.comments-box {
  margin-bottom: 30px;
}

.comments-text {
  overflow: hidden;
  padding-top: 4px;
  position: relative;
}

@media (max-width: 767px) {
  .comments-text {
    margin-top: 15px;
  }
}
.comments-text p {
  margin-bottom: 0;
  margin-top: 5px;
}
.avatar-name h5 {
  font-size: 16px;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.latest-comments ul li {
  padding-top: 0;
}
.avatar-name span {
  color: #e12454;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.comment-reply-link {
  color: #6f7172;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
  line-height: 1;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.comment-reply-link:hover {
  color: #e12454;
}

.comment-reply-link i {
  margin-right: 5px;
}
.post-comments-title {
  margin-bottom: 25px;
}
.post-comments-title h2 {
  font-size: 26px;
  margin-bottom: 0;
}
.comment-respond {
  margin-bottom: 20px;
  padding: 50px 35px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
}
.comment-respond .contacts-name::after,
.comment-respond .contacts-email::after,
.comment-respond .contacts-message::after {
  display: none;
}

@media (max-width: 767px) {
  .conatct-post-form {
    padding: 20px;
  }
}

.conatct-post-form input {
  border: none;
  height: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  width: 100%;
  font-size: 14px;
  color: #a7a7c1;
}

.conatct-post-form textarea {
  border: none;
  height: 150px;
  margin-bottom: 20px;
  padding: 30px;
  width: 100%;
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px;
}

.contact-icon {
  position: relative;
}
.comment-respond .contact-icon::before {
  display: none;
}
.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 30px;
  color: #e12454;
  top: 18px;
}
.conatct-post-form .contact-icon::before {
  display: none;
}
.contacts-message::after {
  content: "\f303";
}

.contacts-name::after {
  content: "\f007";
}

.contacts-email::after {
  content: "\f0e0";
}

.contacts-website::after {
  content: "\f0ac";
}
.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.navigation-border {
  border-top: 2px solid #f7f7f7;
  overflow: hidden;
}

.bakix-navigation span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}

.bakix-navigation span a:hover {
  color: #e12454;
}

.bakix-navigation h4 {
  font-size: 24px;
  margin: 0;
}

.bakix-navigation h4 a:hover {
  color: #e12454;
}

.basic-pagination ul {
  display: block;
}
.basic-pagination ul li {
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .basic-pagination ul li {
    margin-bottom: 10px;
  }
}
.basic-pagination ul li a {
  height: 70px;
  width: 70px;
  background: #ffffff;
  color: #9990b8;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 70px;
  margin: 0px;
  display: inline-block;
  text-align: center;
}
.basic-pagination ul li a:hover,
.basic-pagination ul li.active a,
.basic-pagination-2 ul li span.current {
  background: #e12454;
  color: #ffffff;
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
  border-color: #e12454;
}
.basic-pagination-2 ul li a,
.basic-pagination-2 ul li span {
  background: transparent;
  color: #9990b8;
  border: 2px solid #eaebec;
  height: 60px;
  width: 60px;
  line-height: 56px;
  display: inline-block;
  border-radius: 50%;
}
.basic-pagination-2 ul li a:hover,
.basic-pagination-2 ul li.active a {
  background: #e12454;
  color: #ffffff;
  border-color: #e12454;
  box-shadow: 0px 8px 16px 0px rgba(254, 69, 54, 0.3);
}

/* 20. Contact */
.contact {
  border: 1px solid #eaedff;
  padding: 40px 10px;
}
.contact-area {
  background-position: center center;
  background-repeat: no-repeat;
}

.contact i {
  background: #8fb569;
  font-size: 40px;
  height: 150px;
  width: 150px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 135px;
  border: 10px solid #fff;
  box-shadow: 0px 16px 32px 0px rgba(206, 226, 255, 0.4);
  margin-bottom: 30px;
  transition: 0.3s;
}
.contact:hover i {
  background: #e12454;
}
.contact h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.contact p {
  margin: 0;
  padding: 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact p {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact p {
    padding: 0 0px;
  }
}

.contact-form input {
  background: #ffffff;
  height: 80px;
  width: 100%;
  padding: 0 80px;
  padding-right: 30px;
  border: 0;
  color: #aab5ca;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contact-btn input.btn {
  width: auto;
  height: auto;
  padding: 23px 70px;
  background: rgb(225, 36, 84);
  color: #fff;
}
.contact-btn input.btn:hover {
  background: #8fb569;
  color: #fff;
}
.contact-form textarea {
  color: #aab5ca;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 300px;
  width: 100%;
  padding: 30px 80px;
  border: 0;
}

.form-box::before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  left: 45px;
  color: #756563;
  top: 29px;
  z-index: 99;
}

.user-icon::before {
  content: "\f007";
}

.email-icon::before {
  content: "\f0e0";
}

.phone-icon::before {
  content: "\f095";
}

.subject-icon::before {
  content: "\f0a6";
}

.contact-form input::-moz-placeholder,
.contact-form input::placeholder {
  color: #aab5ca;
}

.contact-form textarea::-moz-placeholder,
.contact-form textarea::placeholder {
  color: #aab5ca;
}

.contact-map {
  height: 670px;
  width: 100%;
}

/* 25. Portfolio */
.portfolio-filter {
  border-bottom: 2px solid #dde3ff;
  display: inline-block;
  padding: 0;
}
.portfolio-filter button {
  background: none;
  padding: 25px 20px;
  padding-top: 0;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 13px;
  margin: 0 2px;
  color: #6f7881;
  position: relative;
}
.portfolio-filter button:hover,
.portfolio-filter button.active {
  position: relative;
  color: #e12454;
}
.portfolio-filter button::before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 100%;
  background: #e12454;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.portfolio-filter button.active::before,
.portfolio-filter button:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.portfolio-wrapper {
  position: relative;
}
.portfolio-image {
  position: relative;
}
.portfolio-image::before {
  background: #13232f;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 6;
}
.portfolio-wrapper:hover .portfolio-image::before {
  opacity: 0.9;
}
.view-icon a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
}
.view-icon a:hover {
}
.view-icon {
  text-align: center;
  top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 30px;
  position: absolute;
}
.portfolio-wrapper:hover .view-icon {
  opacity: 1;
  visibility: visible;
  top: 30px;
}
.portfolio-caption {
  left: 0;
  opacity: 0;
  padding: 30px;
  position: absolute;
  bottom: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  right: 0;
  transform: translateY(10px);
  z-index: 9;
}
.portfolio-wrapper:hover .portfolio-caption {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.portfolio-caption h4 {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
  color: #fff;
  font-weight: 600;
}
.portfolio-caption p {
  text-transform: capitalize;
  color: #fff;
  margin: 0;
}
/*--- 26. Preloader ---*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #e12454;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/

<<<<<<< HEAD
=======

/* Update CSS */
.header-info4 span i {
  color: #e12454;
}
.header-info4 span {
  color: #7a8a9e;
}
.top-border {
  border-bottom: 1px solid #eaeaea;
}
.top4-menu ul li a {
  color: #7a8a9e;
  margin-left: 23px;
  padding: 0;
}
.top4-right .header-social-icons ul li:last-child a {
  margin-right: 0;
}
.top4-social {
  padding: 0;
  padding-left: 35px;
}
.top4-social ul li a i {
  color: #b2bfcf;
  transition: 0.4s;
}
.top4-social ul li a:hover i {
  color: #e12454;
  transition: 0.4s;
}
.top4-menu ul li a.need-help {
  color: #e12454;
  text-decoration: underline;
}
.top4-menu ul li a:hover {
  color: #e12454;
}
.header__menu4 ul li a {
  color: #223645;
}
.header__menu4 ul li a:hover,
.header__menu ul li ul.submenu li a:hover {
  color: #e12454;
}
.h4hero-content > p {
  font-size: 16px;
}
.h4hero-content span i {
  font-size: 16px;
}
.h4hero-content span span {
  padding-left: 11px;
}
.h4-span > span {
  margin-bottom: 18px;
  display: block;
}
.h4hero-content > p {
  padding-right: 41%;
}
.h4hero-btn > a.btn {
  margin-right: 19px;
}
.h4slider-bg {
  padding-top: 210px;
  padding-bottom: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 220px;
}
.call-btn {
  line-height: 1;
  padding: 28px 39px;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: -30px;
  left: 66px;
  z-index: 1;
}
.call-btn .call-icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}
.about-overlap__thumb {
  position: absolute;
  bottom: -60px;
  right: -30px;
}
.h4author-ava > img {
  box-shadow: 0px 10px 29.7px 0.3px rgba(182, 182, 182, 0.6);
  border-radius: 50%;
  padding: 3px;
  background: #fff;
}
.h4author-destination > p {
  margin-bottom: 10px;
}
.h4about-right {
  padding-left: 74px;
}
.h4about-right .about-text p {
  padding-right: 25px;
}
.services-border {
  border-top: 1px solid #ececec;
}
.h4services-bg {
  position: absolute;
  width: 100%;
  min-height: 516px;
  bottom: 0;
  background: #223645;
}
.h4services-tag {
  padding: 6.5px 20px;
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: -15px;
  letter-spacing: 0.2em;
}
.h4services-content {
  padding: 50px 40px;
  padding-right: 77px;
}
.h4services-content .service-link {
  padding: 0;
  margin-top: 0;
}
.h4services-content .service-link i {
  margin-left: 5px;
  vertical-align: middle;
}
.h4service-active .slick-arrow,
.h4gallery-active .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  font-size: 18px;
  color: #fff;
  background: #8fb569;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  left: -5%;
  transition: 0.4s;
}
.h4service-active .slick-next.slick-arrow {
  left: auto;
  right: -5%;
}
.h4service-active .slick-arrow:hover {
  background: #e12454;
}
.h4service-active .slick-dots,
.h4gallery-active .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: -52px;
}
.h4service-active .slick-dots li,
.h4gallery-active .slick-dots li {
  display: inline-block;
}
.h4service-active .slick-dots li button,
.h4gallery-active .slick-dots li button {
  height: 15px;
  width: 15px;
  text-indent: -9999px;
  background: #85949e;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.4s;
}
.h4service-active .slick-dots li.slick-active button {
  background: #8fb569;
}
.h4team-social ul li a {
  font-size: 14px;
  color: #a0aab1;
  margin: 0 10px;
  display: inline-block;
}
.h4team-social {
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}
.team-box:hover .h4team-social {
  transition: 0.4s;
  opacity: 1;
  visibility: visible;
}
.h4team-thumb > img {
  padding: 6px;
  border-radius: 50% !important;
  border: 3px dashed rgb(143, 181, 105, 0.3) !important;
  transition: 0.4s;
  width: 320px;
}
.team-box:hover .h4team-thumb > img {
  border-color: #8fb569 !important;
}
.h4team-social ul li a:hover {
  color: #e12454;
}
.h4team-thumb .team-link {
  position: absolute;
  top: 0;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background-color: #e12454;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  right: 30px;
}
.h4team-content > h3 {
  font-size: 24px;
}
.h4team-content h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.h4appoinment-thumb {
  width: 50%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.h4appoinment-wrapper {
  padding: 127px 100px 130px 69px;
}
.h4appoinment-input > input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #cad2d7;
  padding: 15px 45px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #647589;
}
.h4appoinment-input > input::placeholder {
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #647589;
}
.h4appoinment-input > input:focus::-moz-placeholder {
  opacity: 0;
}

.h4appoinment-input > input:focus::placeholder {
  opacity: 0;
}
.h4input-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 24px;
  color: #e12454;
}
.h4hire-text {
  padding-left: 220px;
}
.howit-box > i {
  display: inline-block;
  margin-bottom: 38px;
}
.howit-box > h3 {
  margin-bottom: 12px;
  font-size: 24px;
}
.howit-box .move-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 315px;
}
.h4testimonials-wrapper {
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0px 16px 32px 0px rgba(221, 217, 255, 0.2);
  transition: 0.4s;
}
.h4testimonials-ratings ul li {
  font-size: 14px;
  color: #ffc600;
}
.h4testimonials-ratings {
  margin-bottom: 5px;
}
.h4testimonials--author__info > h5 {
  margin-bottom: 4px;
  font-family: "Poppins", sans-serif;
}
.h4testimonials--author__info {
  padding-left: 14px;
}
.h4testimonials--author__info > span {
  font-size: 12px;
}
.h4testi-iconquato > i {
  height: 45px;
  width: 45px;
  text-align: center;
  background: #e12454;
  line-height: 45px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.h4testi-iconquato {
  position: absolute;
  top: -20px;
  right: 20px;
}
.h4testi-col {
  padding-left: 39px;
}
.gallery-box h2 {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 29.7px 0.3px rgba(75, 105, 128, 0.19);
  height: 90px;
  text-align: center;
  line-height: 90px;
  display: inline-block;
  padding: 0 80px;
  margin-bottom: 0;
  font-size: 30px;
  letter-spacing: -0.03em;
}
.gallery-content {
  text-align: center;
  margin-top: -46px;
}
.gallery-box {
  padding-bottom: 50px;
}
.h4gallery-active .slick-arrow {
  top: -20.7%;
  left: auto;
  right: 15px;
}
.h4gallery-active .slick-prev.slick-arrow {
  right: 85px;
}
.h4gallery-active .slick-arrow:hover {
  background: #e12454;
}
.h4gallery-active .slick-dots li button {
  background: #e7f1f7;
}

.h4gallery-active .slick-dots li.slick-active button,
.h5service-active .slick-dots li.slick-active button {
  background: #ffc600;
}
.h5service-active .slick-dots li button {
  background: #cad2d7;
}
.h4facts-icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.h4facts-iconpink {
  background: rgba(225, 36, 84, 0.1);
}
.h4facts-icongreen {
  background: rgba(143, 181, 105, 0.1);
}
.h4facts-single > span {
  display: block;
  font-size: 50px;
}
.h4facts-single h5 {
  font-size: 14px;
  margin-bottom: 0;
}
.h4facts-single {
  padding: 50px;
  border-radius: 12px;
}
.h4facts-single.border-facts {
  border: 2px solid #dfe5e9;
}
.h6fact-wrapper {
  padding-left: 205px;
}
.h4facts-single.box-shadow {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(200, 200, 200, 0.2);
}
.h4facts-thumb {
  display: inline-block;
  position: relative;
}
.h4facts-thumb::before {
  background: rgba(34, 54, 69, 0.82);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.h4facts-playicon {
  position: absolute;
  left: 0;
  width: 319px;
  height: 319px;
  margin: 0 auto;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.h4facts-brandicon {
  position: absolute;
  left: -55px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50px);
  height: 110px;
  width: 110px;
  background: #e12454;
  text-align: center;
  line-height: 110px;
  border-radius: 50%;
}
.h4latestnews-bg::before {
  position: absolute;
  content: "";
  background: rgba(34, 54, 69, 0.9);
  width: 100%;
  height: 100%;
}
.h4latestnews-bg {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.h4latestnews-box:hover .h4latestnews-bg {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.h4latestnews-wrapper {
  padding: 55px 40px;
  border: 1px solid #f1f1f1;
  padding-right: 38px;
}
.h4news-content > h4 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: 11px;
}
.h4news-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}
.h4adminnews-thumb > span > span {
  padding-left: 14px;
  letter-spacing: -0.03em;
}
.h4adminnews-date > span {
  color: #647589;
}
.h4adminnews-date > span > i {
  margin-right: 10px;
}
.h4adminnews-date {
  margin-left: 50px;
}
.btn-icon-gray {
}
.h4adminnews-thumb img {
  border-radius: 30px !important;
}
.h4latestnews-box:hover .h4news-content > h4,
.h4latestnews-box:hover .h4news-content > p,
.h4latestnews-box:hover .h4adminnews-thumb > span > span,
.h4latestnews-box:hover .h4adminnews-date > span {
}
.btn-icon-gray:hover {
  background: #e12454;
  box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.2);
}
.h4latestnews-box:hover .h4latestnews-wrapper {
}
.h4footer-menu ul li {
  float: none;
  width: 100%;
}
.h4events-list ul li {
  position: relative;
  margin-bottom: 10px;
}
.h4events-list ul li i {
  position: absolute;
  left: 0;
  font-size: 22px;
  color: #8fb569;
  overflow: hidden;
  top: 4px;
}
.h4events-list ul li > span {
  padding-left: 35px;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #91a1b4;
}
.h4events-list ul li > span > span {
  display: block;
}
.h4events-list ul li > span.close-days {
  color: #8fb569;
}
.h4footer-social ul li a {
  height: 40px;
  width: 40px;
  background: #243d4f;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 14px;
  color: #83929d;
  margin-right: 9px;
}
.h4footer-social ul li a:hover {
  background: #5798fe;
  color: #fff !important;
}
.h4footer-widget {
  padding-top: 27px;
}

/* Home Page 5 */
.h5services-wrapper {
  padding: 60px 55px;
}
.h5services-content {
  position: relative;
}
.h5services-icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 35px;
}
.h5services-title {
  font-size: 22px;
  margin-bottom: 14px;
}
.h5services-content > p {
  color: #c0d0dc;
  margin-bottom: 30px;
}
.h5services-content > a > span.link {
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.h5services-content > a > span.plus {
  font-size: 20px;
  line-height: 1;
  margin-right: 6px;
  font-family: "Poppins", sans-serif;
  vertical-align: middle;
}
.h5services-content > a:hover {
  color: #e12454;
}
.h5services-events > li {
  position: relative;
  margin-bottom: 10px;
}
.h5services-events > li > span {
  position: absolute;
  left: 122px;
  top: 50%;
  transform: translateY(-50%);
}
.h5services-events {
  padding-top: 10px;
}
.h5sclose-days > li {
  font-size: 18px;
}
.h5services-wrapper {
  padding: 60px 55px;
  height: 100%;
  position: relative;
}
.h5sicon-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.h6services-content {
  position: relative;
}
.h5services-bottom > span > i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.h5services-bottom > span {
  display: inline-block;
}
.h5services-bottom {
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.h6services-content {
  padding: 40px;
  position: relative;
}
/* Routine */
.routine__bg::before {
  position: absolute;
  content: "";
  background-color: rgba(34, 54, 69, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.routine__table .table thead th,
.routine__table .table tbody th,
.routine__table .table tbody td {
  vertical-align: bottom;
  padding: 30px 20px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #223645;
  font-weight: 700;
  background: #fff;
  border: 2px solid;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.03em;
  min-width: 167px;
}
.doctor--routine__wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
}
.doctor--routine__wrapper span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.routine__table .table tbody td {
  padding: 20px 15px;
  background-color: rgba(21, 40, 55, 0.5);
}
.routine__table .table tbody td.active-doctor {
  background: #8fb569;
}
.routine__bg {
  background-size: cover;
  background-position: center center;
}
/* Routine end */
/* Gallery  */
.h5gallery-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-70%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.h5gallery__wrapper:hover .h5gallery-content {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  transform: translateY(-50%);
}
.h5gallery__wrapper::before {
  position: absolute;
  content: "";
  background-color: rgba(34, 54, 69, 0.89);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.h5gallery__wrapper:hover::before {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
.h5gallery-content > a > i {
  font-size: 20px;
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
  transition: 0.4s;
}
.h5gallery-content > a > i:hover {
  color: #8fb569;
}
.h5gallery-content > h4 {
  font-size: 22px;
}
.h5gallery-content > span > a {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.h5gallery-content > span > a:hover {
  color: #e12454;
}
.gallery-button {
  text-align: center;
}
.gallery-filter > button {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #223645;
  text-transform: capitalize;
  border: 2px solid #e4e4e4;
  background: transparent;
  padding: 10px 18px;
  line-height: 1;
  margin: 0 5.5px;
  font-family: "Poppins", sans-serif;
  transition: 0.4s;
}
.gallery-filter > button.active {
  background: #e12454;
  border: 2px solid transparent;
  color: #fff;
  transition: 0.4s;
}
/* Gallery end */

/* Tab */
.h5medical-tab-menu {
  margin-top: -50px;
}
.h5medical-tab-menu > nav > .nav a {
  line-height: 1;
  padding: 30px 40px;
  border: 0px solid transparent;
  border-radius: 0;
  background: #e8ebec;
  font-size: 24px;
  color: #223645;
  font-weight: 600;
  width: 33.33%;
  text-align: center;
  margin-bottom: 60px;
  transition: 0.4s;
  font-family: "Poppins", sans-serif;
}
.h5medical-tab-menu > nav > .nav a.active {
  background: #e12454;
  color: #fff;
}
.h5medical-tab-menu .nav-tabs {
  border-bottom: 0px;
}
.h5medical-tab-menu > nav > .nav a i {
  margin-right: 20px;
  display: inline-block;
}
.h5medical-content > h4 {
  font-size: 24px;
  line-height: 1.4;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 35px;
  padding-right: 47px;
}
.h5medical-content > h4::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 5px;
  background: #e12454;
  bottom: 0;
}
.h5medical-content > p {
  color: #647589;
  margin-bottom: 25px;
}
.h5medical-content > ul > li {
  color: #647589;
  font-weight: 500;
  display: block;
  margin-bottom: 13px;
}
.h5medical-content > ul > li > i {
  margin-right: 15px;
}
.h5medical-content {
  padding-left: 30px;
  padding-right: 67px;
}
.medical-tab-border {
}
/* Tab end */

/* fact  */
.h5fact-wrapper > i {
  display: block;
  font-size: 40px;
  color: #8fb569;
  margin-bottom: 25px;
}
.h5fact-wrapper > span {
  font-size: 40px;
  font-weight: 600;
  color: #e12454;
  font-family: "Poppins", sans-serif;
  margin-bottom: 3px;
  display: block;
}
.h5fact-wrapper > h5 {
  font-size: 14px;
  font-weight: 500;
  color: #223645;
  margin-bottom: 15px;
}
.h5fact-wrapper {
  padding-right: 30px;
}
.h5fact-border {
  border-bottom: 2px solid #f1f1f1;
}
/* fact end */

/* 20. Preloader */
.ctn-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.ctn-preloader .animation-preloader {
  z-index: 1000;
}

.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #ff5b5b;
  height: 150px;
  margin: 0 auto 3.5em auto;
  width: 150px;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em "Poppins", sans-serif;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  -webkit-animation: letters-loading 4s infinite;
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.ctn-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading {
  color: rgba(255, 255, 255, 0.2);
}

.ctn-preloader.dark .animation-preloader .txt-loading .letters-loading:before {
  color: #fff;
}

.ctn-preloader p {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}

.ctn-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.ctn-preloader .loader .row {
  height: 100%;
}

.ctn-preloader .loader .loader-section {
  padding: 0px;
}

.ctn-preloader .loader .loader-section .bg {
  background-color: #ffffff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.ctn-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.ctn-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ctn-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}

@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em "Poppins", sans-serif;
  }
}

body {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
}
img {
  height: auto;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.logged-in .header-transparent {
  margin-top: 30px;
}
.admin-bar .sticky-header {
  top: 32px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em !important;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget select {
  max-width: 100%;
  height: 45px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
.sticky {
  display: block;
}

.hentry {
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-size: 14px;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 10px;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding-right: 5px !important;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
* custom css
*
*/
blockquote {
  position: relative;
  margin: 30px 0;
  margin-bottom: 25px;
  padding: 22px 25px;
}
.wp-block-quote,
blockquote {
  margin: 20px 0;
  border-left: solid 4px #e12454 !important;
  padding: 35px 25px !important;
}
.wp-block-quote p,
blockquote p {
  font-size: 20px;
  margin-bottom: 0;
}
/*blockquote::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #e12454 ;
	opacity: 0.07;
}*/
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #fff4ef;
}
.wp-block-pullquote {
  border-top: 4px solid #e12454 !important;
  border-bottom: 4px solid #e12454 !important;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
  margin-top: 10px;
  display: block;
}
.logged-in-as a {
  color: #222;
}
.logged-in-as a:hover {
  color: #e12454;
}
.blog-post-tag {
  background: #fff;
  padding: 0;
  padding-top: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 30px;
}
.blog-post-tag > a {
  color: #7886a0;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #e5e5e5;
  padding: 10px 24px;
  margin-right: 5px;
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 5px;
}
.blog-post-tag > a:hover {
  color: #fff;
  background: #e12454;
  border-color: #e12454;
}

/**
*
* blog pagination
*/
.pagination ul > li > a,
.pagination ul .page-numbers.current,
.nav-links a,
.nav-links .page-numbers.current {
  background: #f6f4ff;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  display: inline-block;
  padding: 16px 35px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul .page-numbers.current,
.nav-links a:hover,
.nav-links .page-numbers.current {
  color: #fff;
  background: #e12454;
  border-color: #e12454;
}

/**
*
* Sidebar widget css
*
*/
.blog-area .widget ul {
  padding: 0;
  margin: 0;
}
.blog-area .widget ul li ul {
  padding-left: 15px;
  padding-top: 15px;
}
.rssSummary {
  line-height: 27px;
}
.widget ul {
  margin: 0;
}
.widget ul li {
  border-bottom: 1px solid #eaeaea;
  color: #667286;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  padding-top: 15px;
  position: relative;
  font-size: 14px;
}
.widget ul li a {
  color: #667286;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  transition: 0.3s;
  line-height: 1;
}
.widget ul li a {
}
.widget ul li a.rsswidget {
  line-height: 1.3;
}
.widget .footer-post h5 a {
  font-size: 16px;
  line-height: 1.3;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget_recent_entries ul li a {
  font-size: 14px;
  line-height: 26px;
}

/**
* latest blog shortcdoe
*
*/
.blog-area .mb-50,
.portfolio-area .mb-50,
.services-area .mb-50 {
  margin-bottom: 50px;
}

.portfolio-area .mb-40 {
  margin-bottom: 40px !important;
}

.services-area .mb-30 {
  margin-bottom: 30px !important;
}
.service-details img {
  width: inherit;
}

/**
*
* removing visual composer default data
*/
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}

/**
* image widget
*/
.widget-title {
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.widget_media_image img {
  width: 100%;
}

/**
* tags
*/
.sidebar-tad {
}
.sidebar-tad li {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sidebar-tad li a,
.tagcloud a {
  background: #f7f7f7 none repeat scroll 0 0;
  color: #6b7b98;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1;
  padding: 12px 15px;
  margin-bottom: 5px;
  margin-right: 0px;
}
.sidebar-tad li a:hover,
.tagcloud a:hover {
  background: #e12454;
  color: #fff;
}

/**
* archive
*
*/
.widget {
}
.widget li {
  border-bottom: 1px solid #f5f5f5;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.widget li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget li a {
  color: #444;
  font-weight: 500;
  padding-left: 0;
}
.widget li a:hover {
  color: #e12454;
}
.widget li span {
  float: right;
}
li .blog-footer-meta span {
  float: none !important;
  font-size: 13px !important;
}
.widget_recent_comments li span,
.widget_recent_comments li span a {
  float: none;
  font-weight: 500;
  color: #223645;
}
.widget_rss ul li a.rsswidget {
  font-weight: 600;
}
.widget li span.post-date {
  float: none;
  margin-top: 7px;
  display: block;
  font-size: 13px;
}
/* calendar widget */
.widget_calendar {
  float: none;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
#wp-calendar thead {
  font-size: 14px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody {
  color: #666;
}
#wp-calendar tbody td {
  background: #f7f7f7;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
  transition: 0.3s;
}
#wp-calendar tbody td:hover,
#wp-calendar tbody td:hover a {
  background: #e12454;
  color: #fff;
}
#wp-calendar tbody .pad,
#wp-calendar tbody .pad:hover {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.latest-comments ul li ul.children {
  padding-left: 70px;
}
.latest-comments ul li ul.children {
  padding-top: 0;
}
.no-results.not-found {
  background: #fff;
  padding: 41px 100px;
  text-align: center;
  border: 2px solid #f4f3fb;
}
.pageontent.blog-search-content p {
  margin-bottom: 20px;
}
.blog-search-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.error-404-title {
  line-height: 1;
  font-size: 140px;
}
.error-title {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 30px;
}
.error-text {
  margin-bottom: 30px;
}
.page-content.mb-40 {
  margin-bottom: 30px;
}
.page-header {
  background: none;
  margin-bottom: 30px;
  padding: 30px;
}
.page-header h1 {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.navigation.posts-navigation .nav-next {
  float: right;
}
.navigation.posts-navigation .nav-previous {
  float: left;
}
.navigation.posts-navigation .nav-links {
  overflow: hidden;
}
.navigation.posts-navigation .nav-links a {
  text-transform: uppercase;
  background: #fff;
}
.navigation.posts-navigation .nav-links a:hover {
  background: #e12454;
  color: #fff;
}
.navigation.posts-navigation {
  overflow: hidden;
  margin-bottom: 40px;
}
/*unit test*/
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 25px;
}
.blog-area > ul,
.blog-area > ol,
.blog-area ul,
.blog-area ol {
  padding-left: 20px;
}
.blog-details-text ol li,
.blog-details-text ul li {
  padding-top: 7px;
}
ul {
  list-style: disc;
}
.postbox.sticky {
  border: 2px solid #e12454;
}
.blog-content h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
#wp-calendar #next a,
#wp-calendar #prev a {
  font-size: 13px;
  font-weight: 600;
}

.blog-content table {
  margin-bottom: 30px;
}
.blog-content table tbody td {
  text-align: center;
}
.blog-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.blog-content th,
.blog-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}
.blog-content table,
.blog-content th,
.blog-content td {
  border: 1px solid #d1d1d1;
}
.blog-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}

/*page table*/
.medidove-page-content table {
  margin-bottom: 30px;
}
.medidove-page-content table tbody td {
  text-align: center;
}
.medidove-page-content table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.medidove-page-content th,
.medidove-page-content td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}
.medidove-page-content table,
.medidove-page-content th,
.medidove-page-content td {
  border: 1px solid #d1d1d1;
}
.medidove-page-content table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}
.medidove-page-content ol li,
.medidove-page-content ul li {
  margin-bottom: 7px;
}
.medidove-page-content ol li ol,
.medidove-page-content ul li ul {
  margin-top: 7px;
}

.blog-details-text table {
  margin-bottom: 30px;
}
.blog-details-text table tbody td {
  text-align: center;
}
.blog-details-text table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.blog-details-text th,
.blog-details-text td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}
.blog-details-text table,
.blog-details-text th,
.blog-details-text td {
  border: 1px solid #d1d1d1;
}
.post-comments table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 600;
}
.blog-details-wrapper table {
  margin-bottom: 30px;
  width: 100%;
}
.blog-details-wrapper table tbody td {
  text-align: center;
}
.blog-details-wrapper table td {
  border-color: #ddd;
  padding: 12px 12px;
}
.blog-details-wrapper th,
.blog-details-wrapper td {
  font-weight: normal;
  text-align: left;
  border-width: 0 1px 1px 0;
}
.blog-details-wrapper table,
.blog-details-wrapper th,
.blog-details-wrapper td {
  border: 1px solid #d1d1d1;
}
.blog-details-wrapper table th {
  padding: 12px 12px;
  font-size: 15px;
  border-color: #ddd;
  text-align: center;
  font-weight: 400;
}
.comments-text > p {
  margin-bottom: 15px;
}
.comments-text ul li,
.comments-text ol li {
  padding-top: 5px;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
  border: 1px solid #ddd;
  padding: 15px;
}
dd + dt {
  margin-top: 20px;
}

.page-links {
  width: 100%;
  clear: both;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-links > span.page-links-title {
  border: 0;
  color: inherit;
}
.page-links a,
.page-links > span {
  border: 2px solid #ddd;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-left: 2px;
  height: 33px;
  line-height: 30px;
  margin-right: 3px;
  color: #444;
}
.page-links > span {
  border: 2px solid #e12454;
  color: #e12454;
}
.page-links a:hover {
  border: 2px solid #e12454;
  color: #e12454;
}

.post-password-form label {
  width: 100%;
}
.post-password-form input[type="password"] {
  font-size: 1.2rem;
  line-height: 20px;
  padding: 12px 20px;
  border: 1px solid #e4e4f2;
  width: 100%;
}
.post-password-form input[type="submit"] {
  background-color: #e12454;
  border: none;
  padding: 10px 40px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 600;
}
.post-password-form input[type="submit"]:hover {
  background-color: #010e2a;
}
.post-comments .latest-comments > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.comments-text > ul,
.comments-text > ol {
  margin-bottom: 20px;
}
ul.children {
  list-style: none;
}
.footer-widget #wp-calendar tbody td {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.footer-widget #wp-calendar tbody td a {
  color: #fff;
  text-decoration: underline;
}
.footer-widget #wp-calendar tbody td:hover a {
  background: transparent;
}
.footer-widget #wp-calendar tbody #today a {
  color: #fff;
  text-decoration: underline;
  background: none;
}
.footer-widget #wp-calendar thead th {
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 7px;
}
.footer-widget #wp-calendar #next a,
.footer-widget #wp-calendar #prev a {
  color: #fff;
}
.footer-widget #wp-calendar caption {
  color: #fff;
}

.widget_recent_comments.footer-widget li span,
.widget_recent_comments.footer-widget li span a {
  float: none;
  font-weight: 600;
  color: #fff;
}

.widget.widget_recent_comments ul li a {
  display: inline-block;
  line-height: 27px;
}

.footer-widget form input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #2f3440;
  color: #fff;
  border: 0;
  padding: 0 25px;
  height: 45px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.3s;
  width: auto;
}
.footer-widget p {
  color: #c9d4db;
}
.footer-widget .tagcloud a {
  background: #223644;
  color: #b0b5bf;
}
.footer-widget .calendar_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-scrolling: -ms-autohiding-scrollbar;
}
.widget_rss ul li span {
  float: none;
}

.vc-inner-no-padding .vc_column-inner {
  padding-top: 0 !important;
}
.boxed-55 {
  padding: 0 70px !important;
}
.sidebar-rc-post ul li::before {
  display: none;
}
.footer-widget .sidebar-rc-post ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 10px;
}
.footer-widget .sidebar-rc-post ul li .widget-date {
  color: #999;
}
.footer-post li::before {
  display: none;
}
.footer-widget .footer-post li {
  padding-left: 0;
}
.footer-widget .footer-post li a {
  color: #fff;
  opacity: 0.8;
}
.tag-space {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}
.size-thumbnail {
  margin-bottom: 20px;
}
.no-results.not-found .page-header {
  padding-top: 0;
  padding-bottom: 0;
}
.medidove-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  border: 0;
  background: no-repeat;
  color: #444;
  border-left: 1px solid #ddd;
  height: 100%;
}
.medidove-search-btn:hover {
  color: #2154cf;
}
.search-form2 .form-control {
  height: 50px;
  border-radius: inherit;
}
.search-form2 {
  position: relative;
}

.archive-description {
  margin-top: 15px;
}
/*comment-form*/
.comment-form {
}
.comment-respond label {
  font-weight: 600;
  color: #223645;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
  display: block;
}
.comment-form input {
  height: 55px;
  margin-bottom: 20px;
  padding: 0 20px;
  width: 100%;
  font-size: 14px;
  color: #223645;
  border: 1px solid transparent;
  background: #eceff3;
  transition: 0.3s;
}
.comment-form textarea {
  height: 170px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
  color: #223645;
  font-size: 14px;
  border: 1px solid transparent;
  background: #eceff3;
  transition: 0.3s;
}
.comment-form .cm-form-btn {
  padding: 24px 55px;
  border-radius: 30px;
}
.comment-form input:focus {
  background: #fff;
  border-color: #e12454;
}
.comment-form textarea:focus {
  background: #fff;
  border-color: #e12454;
}
.comment-form input::-moz-placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}
.comment-form input::placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}
.comment-form textarea::-moz-placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}
.comment-form textarea::placeholder {
  color: #223645;
  font-size: 14px;
  opacity: 1;
}
/*author*/
.author-wrapper {
  background: #f7f7fd;
  padding: 37px 71px 35px 40px;
  overflow: hidden;
  border-left: 5px solid #e12454;
}
.author-img {
  float: left;
  margin-right: 27px;
  margin-top: 10px;
}
.author-img img {
  border-radius: 50%;
}
.author-text {
  overflow: hidden;
}
.author-text > h4 {
  text-transform: capitalize;
}
.author-text > p {
  margin-bottom: 0;
}
.author-icon {
  margin-bottom: 9px;
}
.author-icon a:hover {
  color: #e12454;
}
.no-pad .vc_column-inner {
  padding-top: 0 !important;
}

/*servie details*/
.sidebar-link h3 {
  font-size: 36px;
  font-weight: 700;
}
.servicee-sidebar {
  border: 2px solid #f4f3fb;
  padding: 30px;
}
.servicee-sidebar ul {
  margin-bottom: 0;
}
.servicee-sidebar ul li {
  border-bottom: 1px solid #eaeaea;
  color: #4c4c4c;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
  padding-top: 15px;
  position: relative;
}
.servicee-sidebar ul li a {
  color: #7886a0;
}
.servicee-sidebar ul li:last-child {
  border: 0;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.servicee-sidebar ul li a:hover {
  color: #e12454;
}
.project-status ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
}
.project-status {
  background: #f4f9fc;
  padding: 30px;
}
.project-status ul li b {
  margin-right: 5px;
  display: inline-block;
  color: #28345d;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.project-status ul li:last-child {
  border: 0;
  padding-bottom: 0;
}
.project-status ul li:first-child {
  padding-top: 0;
}
.bypostauthor .avatar-name > h5::after {
  content: "\f02e";
  font-family: "Font Awesome 5 Pro";
  top: -1px;
  font-size: 12px;
  margin-left: 10px;
  line-height: 1;
  position: relative;
  color: #cacfef;
  font-weight: 900;
}
.project-status ul {
  margin: 0;
}
.project-details-content .project-desc h3 {
  font-weight: 600;
  font-size: 32px;
}
.project-details-content .elementor-icon-list-text {
  font-size: 14px;
  line-height: 40px;
  color: #515c69;
  text-transform: capitalize;
  letter-spacing: 0;
  padding-left: 5px;
}
.elementor-icon-list-items .elementor-icon-list-item i {
  color: #e12454;
}
.project-details-content .elementor-icon-list-item {
  list-style: none;
  line-height: 1.67;
}
.project-details-content {
}
.project-details-content {
}
.paginations ul {
  padding-left: 0;
}
.servicee-sidebar-banner {
  margin-bottom: 50px;
}
.portfolio-sidebar {
  margin-bottom: 30px;
}
/*next prev post*/
.project-details-content {
}
.blog-details-border {
  margin-top: 40px;
  background: #fff;
  padding: 40px 0;
  padding-bottom: 22px;
}
.project-details-content span {
  font-size: 13px;
  color: #8583b1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.project-details-content span a {
  color: #8583b1;
}
.project-details-content span a:hover {
  color: #e12454;
}
.project-details-content h3 {
  margin-top: 8px;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 22px;
}
.project-details-content h3 a:hover {
  color: #e12454;
}
.project-details-button {
}
.project-details-button a.btn {
}

.page-area .post-comments-form {
  margin-bottom: 0;
  clear: both;
  padding-top: 0;
}
.medidove-page-content ol,
.medidove-page-content ul {
  padding-left: 22px;
}
.container.container-box {
  margin: auto;
}
.vc_column-inner {
  padding-top: 0 !important;
}
.features-service .feature {
  margin-top: 0;
}
.features-service .feature-item {
  margin-top: 0;
}
/*new unit test*/
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
  margin-left: 10px;
}
.wp-block-column:not(:last-child) {
  margin-right: 10px;
}
.wp-block-column:nth-child(2n + 1) {
  margin-right: 10px;
}
.post-text > .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}
.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}
.has-very-light-gray-color.has-very-light-gray-color {
  color: #fff;
  background: #e12454 !important;
}
.wp-block-archives select {
  height: 50px;
  width: 200px;
  border: 1px solid #ddd;
  padding: 0 10px;
}
.wp-block-latest-comments {
  padding-left: 0 !important;
}
.wp-block-latest-posts.has-dates {
  padding-left: 14px;
}
.wp-block-archives li a,
.wp-block-categories li a {
  color: #5e629c;
}
/*header*/
.retina-logo {
  display: none;
}
/* 20. paginations */
.paginations {
}
.paginations ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.paginations ul li a,
.paginations ul li .page-numbers {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease 0s;
  text-align: center;
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 30px;
  padding: 0;
  line-height: 56px;
  display: inline-block;
  border: 2px solid #eaebec;
}
.paginations ul li:hover a,
.paginations ul li .current {
  background: #e12454;
  color: #fff;
  border-color: #e12454;
}
.paginations ul li:hover a:after,
.paginations ul li.active a:after {
  opacity: 1;
}
.paginations ul li:hover a:before,
.paginations ul li.active a:before {
  opacity: 1;
}
.paginations li .prev {
  text-transform: uppercase;
  font-weight: 700;
}
.paginations li .next {
  text-transform: uppercase;
  font-weight: 700;
}
.blog-area img {
  max-width: 100%;
}
.footer__widget ul li ul {
  padding-left: 10px;
  padding-top: 12px;
}
.footer__widget select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
}
.footer__widget #wp-calendar caption {
  color: #8a8aac;
}
#wp-calendar tbody td#today {
  background: #e12454;
  color: #fff;
}
#wp-calendar tbody td#today a {
  background: #e12454;
  color: #fff;
}
.footer__widget img {
  max-width: 100%;
}
.footer__widget .tagcloud a {
  background: #1b1a2c;
  color: #d3d3dd;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1;
  padding: 12px 15px;
  margin-bottom: 5px;
  margin-right: 0px;
}
.error-btn:hover {
  color: #7673ff;
}
.retina-logo img {
  width: 244px;
}
.logo-white-style .retina-logo img {
  width: 191px;
}
#wp-comment-cookies-consent {
  width: auto;
  display: inline-block;
  height: auto;
  margin-right: 20px;
}
.comment-form-cookies-consent label {
  display: inline-block;
}
.comment-form-cookies-consent {
  margin-left: 18px;
  display: none;
}

.copyright__text p {
  margin: 0;
}

.medidove-page-content figure.wp-caption.aligncenter {
  margin-top: 40px;
}
.medidove-page-content .size-full.alignright {
  margin-bottom: 35px;
  margin-top: 20px;
}
.admin-bar .header-sticky {
  margin-top: 32px;
}

/** menu extra margin remove **/
.header__menu nav ul,
.header-social-icons ul {
  margin-bottom: 0;
  display: inline-block;
}
.footer-menu-2 ul li {
  margin-bottom: 8px;
}
.footer-emailing ul {
  padding: 0;
  margin: 0;
}

.team-social-profile ul li {
  display: inline-block;
  margin: 0 8px;
}
.team-social-profile ul {
  margin: 0;
}
.team-social-profile ul li a {
  font-size: 15px;
  color: #616b71;
}
.team-social-profile ul li a:hover {
  color: #e12454;
}

.footer_style_default .footer-logo.dark-logo {
  display: none;
}

/*page title*/
.page-title .breadcrumb__title {
  font-size: 48px;
  margin-bottom: 0;
}
.breadcrumb-menu {
  padding: 0;
  margin: 0;
  margin-top: 15px;
}
.breadcrumb-menu li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.breadcrumb-menu li a {
  color: #95a3b3;
  padding: 0;
}
.breadcrumb-menu li:not(:last-child)::after {
  display: inline-block;
  color: #859099;
  content: "\f101";
  position: absolute;
  right: -4px;
  top: 0;
  font-family: "Font Awesome 5 Pro";
}
.more-service-list ul {
  list-style: none;
  margin: 0;
}
.service-widget::last-child {
  background: red;
}
.blog-padding {
  padding-right: 25px;
}
.post-text .wp-caption.aligncenter {
  margin-top: 40px;
}
.post-text .alignright.size-thumbnail {
  overflow: hidden;
  clear: both;
}

.footer-defualt-widget .logo.dark-logo {
  display: none;
}
.footer-defualt-widget .footer-text span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #c9d4db;
  margin-bottom: 5px;
}
.footer-text {
  margin-bottom: 25px;
}
.footer-defualt-widget .footer-social a {
  display: inline-block;
  font-size: 15px;
  color: #c9d4db;
  margin-right: 15px;
}
.footer-defualt-widget .footer-social a:hover {
  color: #8fb569;
}
.footer-widget ul li.zoom-instagram-widget__item {
  margin: 0;
}
.logo.mb-20.white-logo {
  margin-bottom: 33px;
}
.product-review-box .comment-respond {
  box-shadow: none;
}
.product-review-box .comment-form textarea {
  background: #fff;
}
.post-text h1 {
  line-height: 1.1 {

  }
}
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
  line-height: 1.35;
  margin-bottom: 15px;
}

.top4-menu ul {
  margin: 0;
}

.testimonials.style-3 {
  background-repeat: no-repeat;
  background-size: cover;
}

.h5services-events li {
  list-style: none;
}

.h4appoinment-input input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #cad2d7;
  padding: 15px 45px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #647589;
}
.h4appoinment-button .btn-icon {
  padding-left: 50px;
}

header.style-6 .header-info4 span {
  color: #fff;
}

header.style-6 .top4-menu ul li a {
  color: #fff;
}

header.style-6 .top4-social ul li a i {
  color: #b2bfcf;
  transition: 0.4s;
}

.slider-style-7 .hero-slider-caption.h4hero-content h1 span {
  display: block;
  clear: both;
  font-weight: 400;
}

.testimonials-area.style-6 .testi-content p {
  margin-bottom: 0;
}

.video-area.style-2 .play-btn {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  transform: none;
}

.feature-img {
  position: relative;
}
.feature-img i {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f13a66;
  padding: 12px;
  color: #fff;
}

/*about 6*/
.sec-sub {
  color: #e12454;
}
.sec-sub span {
  display: inline-block;
  background: #e12454;
  height: 4px;
  width: 60px;
  margin-right: 20px;
  transform: translateY(-3px);
}

/*service 6 */
.icon-box {
  background-repeat: no-repeat;
  background-position: center;
  background-color: inherit;
  position: relative;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 35px;
}
.icon-box:hover {
  background-color: inherit;
  box-shadow: inherit;
}
.icon-box .button-border {
  color: #647589;
  border-bottom: 2px solid #647589;
  font-size: 14px;
  text-transform: capitalize;
}
.icon-box .button-border:hover {
  color: #e12454;
  border-color: #e12454;
}
.info-shape {
  background-color: #e12454;
  height: 65px;
  width: 65px;
  position: absolute;
  top: -45px;
  left: -37px;
  transform: rotate(40deg);
}

/*member home 6*/
.team-overlay {
  position: relative;
}
.team-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(58deg, rgba(12, 90, 226, 0.83922) 0%, rgba(12, 90, 226, 0.5) 62%, rgba(12, 90, 226, 0.16078) 100%);
  background-image: -webkit-linear-gradient(58deg, rgba(12, 90, 226, 0.83922) 0%, rgba(12, 90, 226, 0.5) 62%, rgba(12, 90, 226, 0.16078) 100%);
  background-image: -ms-linear-gradient(58deg, rgba(12, 90, 226, 0.83922) 0%, rgba(12, 90, 226, 0.5) 62%, rgba(12, 90, 226, 0.16078) 100%);
  z-index: 1;
  height: 100%;
  width: 100%;
}
.team-overlay .team-thumb {
  display: block;
}
.team-overlay .team-thumb img {
  width: 100%;
}
.team-overlay-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 30px;
}
.team-inner-content {
  transform: translateY(64px);
  transition: 0.3s;
}
.team-overlay:hover .team-inner-content {
  transform: translateY(0px);
}
.memeber-title {
  color: #ffffff;
  font-size: 22px;
}
.m-designation {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.team-overlay-info p {
  color: #fff;
}
.m-social a {
  background: #fff;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 37px;
  border-radius: 35px;
  margin-right: 4px;
}
.m-social a.facebook {
  color: #0c5ae2;
}
.m-social a.facebook:hover {
  background-color: #0c5ae2;
  color: #fff;
}
.m-social a.twitter {
  color: #1da1f2;
}
.m-social a.twitter:hover {
  background-color: #1da1f2;
  color: #fff;
}
.m-social a.instagram {
  color: #9944ae;
}
.m-social a.instagram:hover {
  background-color: #9944ae;
  color: #fff;
}
.m-social a.youtube {
  color: #fe5c17;
}
.m-social a.youtube:hover {
  background-color: #fe5c17;
  color: #fff;
}
.m-social a.linkedin {
  color: #ea4335;
}
.m-social a.linkedin:hover {
  background-color: #ea4335;
  color: #fff;
}
.m-line {
  height: 4px;
  width: 60px;
  background: #fff;
}

/*counter home 6*/
.fact-6-wrapper i {
  font-size: 40px;
  color: #223645;
  margin-bottom: 20px;
}
.fact-6-wrapper h5 {
  color: #223645;
  font-weight: 600;
}
.fact-num .counter {
  font-weight: 600;
  color: #e12454;
  font-size: 70px;
}
.fact-num .plus {
  font-size: 26px;
  font-weight: 600;
}

/*video home */
.video-wrap a {
  height: 90px;
  width: 90px;
  background: #fff;
  display: inline-block;
  border-radius: 63%;
  line-height: 90px;
  font-size: 17px;
  color: #e12454;
}
.circle-animation {
  position: relative;
}
.circle-animation::after {
  animation-delay: 0.8s;
}
.circle-animation::after,
.circle-animation::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1.6);
    opacity: 0.3;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

/*appointment*/
.post-form-area .input-text {
  position: relative;
}
.post-form-area .input-text::before {
  position: absolute;
  content: "\f007";
  font-family: "Font Awesome 5 pro";
  font-size: 15px;
  color: #e12454;
  right: 20px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.post-form-area .input-text.input-mail::before {
  content: "\f2b6";
}
.post-form-area .input-text.input-msg::before {
  content: "\f040";
  top: 20px;
}
.post-form-area .input-box .input-text.input-phone::before {
  content: "\f095";
}
.post-form-area .input-box .input-text.input-sub::before {
  content: "\f0a6";
}
.post-form-area .input-box .input-text.input-age::before {
  content: "\f336";
}
.post-form-area .input-box .input-text.input-time::before {
  content: "\f073";
}
.post-form-area .input-box .input-text.input-message::before {
  content: "\f305";
  transform: inherit;
  top: 21px;
}
.post-form-area .input-text input:focus {
  border: 2px solid #e12454;
  box-shadow: none;
  background: none;
  border-radius: 5px;
}
.post-form-area .input-text input {
  background-color: #e8f0f5;
  position: relative;
  width: 100%;
  color: #1a1e2d;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  padding-left: 25px;
  display: block;
  border-radius: 0;
  height: 65px;
}
.post-form-area .input-text textarea {
  background-color: #e8f0f5;
  position: relative;
  width: 100%;
  height: 150px;
  border: 0;
  color: #1a1e2d;
  font-size: 15px;
  font-weight: 500;
  resize: none;
  padding: 20px 0 0 27px;
}
.post-form-area .input-text textarea:focus {
  border-radius: 5px;
  border: 2px solid #e12454;
  background: none;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-icon {
  padding-left: 50px;
}
/*home 6 galler*/

.gallery-item-box {
  position: relative;
}
.gallery-item-box img {
  width: 100%;
}
.gallery-item-box:hover .gallery-item-content {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}
.gallery-item-content {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  background: #fff;
  margin: 30px;
  padding: 30px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.gallery-item-title {
  font-size: 20px;
}
.gallery-item-content p {
  margin: 0;
}
.gallery-slider-active .slick-arrow,
.gallery-slider-active .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  font-size: 18px;
  color: #fff;
  background: #8fb569;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  left: -50px;
  transition: 0.4s;
}
.gallery-slider-active .slick-next.slick-arrow {
  left: auto;
  right: -50px;
}
/*latest-news-box-5*/
.latest-news-box-5 {
  position: relative;
}
.latest-news-box-5.latest-news-box-2.mb-30 {
  min-height: 430px;
  display: flex;
  align-items: end;
  background-size: cover;
  background-position: center;
}
.latest-news-box-5 .latest-news-content-box {
  padding: 30px;
}
.latest-news-box-5 .latest-news-content {
  padding: 0;
  background: none;
  margin-top: 0px;
}
.latest-news-box-5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(58deg, rgba(12, 90, 226, 0.83922) 0%, rgba(12, 90, 226, 0.5) 62%, rgba(12, 90, 226, 0.16078) 100%);
  background-image: -webkit-linear-gradient(58deg, rgba(12, 90, 226, 0.83922) 0%, rgba(12, 90, 226, 0.5) 62%, rgba(12, 90, 226, 0.16078) 100%);
  background-image: -ms-linear-gradient(58deg, rgba(12, 90, 226, 0.83922) 0%, rgba(12, 90, 226, 0.5) 62%, rgba(12, 90, 226, 0.16078) 100%);
  z-index: 1;
  height: 100%;
  width: 100%;
}
.latest-news-box-5 .latest-news-content h3 {
  margin-bottom: 13px;
  color: #fff;
  font-size: 28px;
}
.latest-news-box-5 .latest-news-content p {
  color: #fff;
}
.latest-news-box-5 .news-meta span {
  color: #fff;
}

#medidove_box {
  padding: 0 70px;
}
div.side-info {
  z-index: 99999;
}

.footer-widget.footer-widget7.widget_bdevs-latest-posts .widget-posts-title {
  font-size: 14px;
}

.sec-title {
  margin-bottom: 18px;
  line-height: 1.2;
  font-size: 60px;
}
.white-text {
  color: #fff;
}
.news-letter-title .sec-title {
  font-size: 50px;
}
.elementor-align-right .section-back-icon {
  left: auto;
}
.elementor-align-center .section-back-icon {
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  margin: auto;
  display: inline-block;
}
.logo img {
  max-width: 244px;
}
.team-overlay.s-team-overlay {
  margin-bottom: 30px;
}
.team-overlay.s-team-overlay img {
  width: 100%;
}
.team-overlay.s-team-overlay:hover::before {
  background-image: -moz-linear-gradient(58deg, rgb(241, 58, 102) 0%, rgba(241, 58, 102, 0.55) 69%, rgba(241, 58, 102, 0.0902) 100%);
  /* background-image: -webkit-linear-gradient( 58deg, rgb(241, 58, 102) 0%, rgba(241, 58, 102, 0.55) 69%, rgba(241, 58, 102, 0.0902) 100% ); */
  background-image: -ms-linear-gradient(58deg, rgb(241, 58, 102) 0%, rgba(241, 58, 102, 0.55) 69%, rgba(241, 58, 102, 0.0902) 100%);
}
.brand-active .owl-stage {
  display: flex;
  align-items: center;
}
.hero-select .wpcf7-form-control.wpcf7-select {
  background: none;
}

.ChooseService .wpcf7-form-control.wpcf7-select {
  background: none;
}
.support .wpcf7-form-control.wpcf7-select {
  background: none;
}
.calculate-content .wpcf7-form-control.wpcf7-select {
  background: none;
}
.shop-count-ordering-wrap .pro-filter .orderby {
  background: none;
}
body.single-product {
  padding: 0;
  border: 0;
}
div.breadcrumb-area.breadcrumb-bg {
  background-size: cover;
  background-position: center center;
}

.breadcrumb-menu .brd-icons i {
  margin-right: 6px;
  margin-left: 6px;
}
.breadcrumb-menu span a {
  color: #647589;
}

.wpcf7-spinner {
  display: none;
}
form.wpcf7-form.init p {
  margin: 0;
}

.section-fact-map {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
