/*
    Theme Name: MediCheck - Medical and Health HTML5 Template
    Author: Authore Name
    Support: mail@gmail.com
    Description: Medical and Health HTML5 Template
    Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. Header css
3. Slider css
4. Welcome css
5. Badge css
6. Services css
7. Team css
8. Cta css
9. Photo Gallery css
10. Contact css
11. Pricing css
12. News css
13. Brand css
14. Footer css
15. Testimonial css
16. Trusted css
17. Get qoute css
18. Newslater css
19. Who-we-are css
20. About css
21. Service detais css
22. Sidebar css
23. Gallery widget css
24. Skill css
25. Dr details css
26. Faq page css
27. Carrer page css
28. Blog list css
29. Contact page css
30. Portfolio css
31. Appointment page css
31. Error page css
*/

/* 1. Theme default css */

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  outline: 0;
}

a,
a:hover,
a:visited,
a:link {
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

html,
body {
  font-family: "Barlow", sans-serif;
  /*font-family: 'Poppins', sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  /*color: #7a8a9e;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  text-align:left;
}

p {
  margin: 0;
  padding: 0;
  line-height: 28px;
}

ul,
li {
  /*margin: 0px;*/
  /*padding: 0px;*/
 list-style-type: disc;
  margin-left:20px!important;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
select,
textarea {
  border: 1px solid #cacaca;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}

a,
button,
input[type="submit"] {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.pt-130 pb-130 {
  padding: 130px 0;
}

.site-btn {
  background: #00b35f;
  position: relative;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 18px 36px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.site-btn::after {
  content: "";
  height: 10px;
  width: 10px;
  background: #02e078;
  right: 10px;
  bottom: 8px;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.site-btn:hover,
.single-career-box .site-btn.white-bg:hover {
  color: #fff;
  background: #da0b0b;
}

.site-btn:hover::after,
.single-career-box .site-btn.white-bg:hover::after {
  background: #bb0606;
}

.site-btn.secondary:hover,
.site-btn.black:hover {
  background: #00b35f;
}

.site-btn.secondary:hover::after,
.site-btn.black:hover::after {
  background: #02e078;
}

.site-btn.secondary {
  background: #da0b0b;
}

.site-btn.black {
  background: #223645;
}

.site-btn.black::after {
  background: #334a5c;
}

.section-heading {
  margin-bottom: 40px;
}

.section-heading .sub-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #7a8a9e;
  font-weight: 700;
  margin-bottom: 21px;
  letter-spacing: 2px;
}

.section-heading .title {
  font-size: 36px;
  font-weight: 700;
  color: #223645;
  margin-bottom: 30px;
  line-height: 45px;
}

.section-heading .title span {
  color: #00b35f;
}

.section-heading .inline-btn {
  color: #223645;
}

.section-heading .inline-btn {
  color: #223645;
}

.section-heading .inline-btn:hover {
  color: #00b35f;
}

.inline-btn {
  font-size: 15px;
  color: #7a8a9e;
  font-weight: 700;
}

.inline-btn span {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.inline-btn span::after {
  content: "";
  border-bottom: 1px solid #a3aebc;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.iconimg {
  width: 37px;
}
.inline-btn i {
  padding-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.inline-btn:hover span {
  color: #00b35f;
}

.inline-btn:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  color: #00b35f;
}

.inline-btn:hover span::after {
  border-color: #00b35f;
}

/* 1. Header css */

/* header-top */
.header-top-area {
  background: #f4f9fc;
  padding: 10px 0;
}

.header-top-menu a {
  color: #7a8a9e;
  font-weight: 500;
  font-size: 14px;
}

.header-top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top-menu ul li:not(:first-child) {
  margin-left: 25px;
}

.header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-menu ul li:last-child {
  position: relative;
}

.header-top-menu ul li:last-child a {
  color: #00b35f;
}

.header-top-menu ul li:last-child::after {
  border-bottom: 1px solid #00b35f;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.header-top-menu a:hover {
  color: #00b35f;
}

.contact-info i {
  color: #00b35f;
  font-size: 14px;
  margin-right: 8px;
}

.contact-info a {
  color: #7a8a9e;
  font-weight: 500;
}

.social-links a {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 10px 0 #70707069;
  box-shadow: 0px 0px 10px 0 #70707069;
  line-height: 30px;
  background: #fff;
  border-radius: 50%;
  color: #7a8a9e;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links a:not(:last-child) {
  margin-right: 7px;
}

.contact-info {
  margin-right: 30px;
}

.social-links a:hover {
  background: #00b35f;
  color: #fff;
}

/* homepage-2 header-top css */
.contact-info p {
  display: inline-block;
  font-weight: 500;
}

.header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-area-2 .contact-info {
  margin: 0;
}

.header-area-2 .contact-info:first-child {
  margin-right: 40px;
}

.header-area-2 .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.support-info .content a {
  padding-top: 0;
  padding-bottom: 0;
}

.support-info .icon i::before {
  font-size: 40px;
  color: #00b35f;
}

.support-info .icon {
  margin-right: 10px;
}

.support-info .title {
  margin-top: 5px;
}

.header-area-2 {
  padding: 10px 0;
  padding-bottom: 12px;
}

.header-area-2 .header-border {
  padding-bottom: 0px;
  border: none;
}

/* homepage-3 header top css */
.header-top-area-3 .container-fluid {
  padding: 0 70px;
}

.header-top-area-3 {
  background: #fff;
}

/* .header-top-area-3 .header-infos .header-info:first-child {
  margin-right: 0;
} */

.header-top-area-3 .header-infos .header-info:not(:first-child) {
  margin-left: 25px;
}

/* .header-area-3 .social-links {
  margin-left: 40px;
} */

/* header-info */
.header-info-area {
  padding-top: 32px;
}

.header-border {
  padding-bottom: 32px;
  border-bottom: 1px solid #eaeaea;
}

.header-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-info .icon {
  width: 55px;
  height: 55px;
  font-size: 22px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  color: #00b35f;
  background: #00b35f0d;
  margin-right: 20px;
}

.header-info span {
  color: #7a8a9e;
  font-weight: 500;
  font-size: 16px;
}

.header-info h4 {
  color: #223645;
  font-size: 14px;
  font-weight: 600;
  margin-top: 1px;
}

.header-infos .site-btn {
  /* margin-left: 45px; */
  padding: 13px 20px;
}

/* .header-infos .header-info:first-child {
  margin-right: 45px;
} */
#header.header-scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

/* header-menu-area */
.mainmenu a {
  font-size: 16px;
  /* font-weight: 600; */
  color: #223645;
  display: block;
  padding: 28px 0;
}

.mainmenu ul {
  display: inline-block;
}

.mainmenu ul li {
  /* position: relative; */
  position: static;
  display: inline-block;
}

.mainmenu ul .submenu li {
  display: block;
}

.mainmenu ul > li:hover a {
  color: #00b35f;
}

/* .mainmenu ul li:not(:first-child) {
  margin-left: 20px;
} */
.mainmenu ul li:last-child {
  margin: 0 20px 0 0;
}

.mainmenu ul .submenu {
  position: absolute;
  /* min-width: 240px; */
  width: 100%;
  top: 110%;
  left: 0;
  z-index: 99;
  /* padding: 25px 0; */
  padding: 20px;
  border-top: 5px solid #00b35f;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 10px 0 #70707012;
  box-shadow: 0px 0px 10px 0 #70707012;
}

.mainmenu ul li:hover .submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.mainmenu ul .submenu li {
  margin: 0;
}

.mainmenu ul .submenu li a {
  padding: 11px 15px;
  display: block;
  color: #223645;
}

.mainmenu ul .submenu a:hover {
  color: #00b35f;
}

/* homepage-3 header-menu*/
.header-area-3 .mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.header-area-3 .social-links a {
  font-size: 12px;
  padding: 0;
  color: #7a8a9e;
  font-weight: 400;
}

.header-area-3 .social-links a:hover {
  color: #fff;
}

.header-area-3 {
  width: 100%;
  z-index: 2;
}

/* .header-area-3 .mainmenu ul li:not(:first-child) {
  margin-left: 30px;
} */

.header-area-3 .mainmenu ul .submenu li {
  margin-left: 0;
}

.header-area-3 .header-border {
  padding: 0;
  border: transparent;
}

.header-area-3 .mainmenu ul a {
  padding: 14px;
  color: #000;
}

/* .header-area-3 .social-links {
  margin-left: 25px;
} */

/* header-search */
.search-hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-from input[type="search"] {
  background: #edf3fa;
  color: #7a8a9e;
  padding: 11px 20px;
  border: transparent;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 500;
}

.search-from {
  -ms-flex-preferred-size: 140px;
  flex-basis: 140px;
  position: relative;
  margin-right: 30px;
}

.search-from button {
  position: absolute;
  border: none;
  right: 18px;
  color: #223645;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
}

.hamburger-menu {
  cursor: pointer;
}

/* header-extra-info */
.extra-info {
  background: #152136 none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #00b35f;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 14px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

/* 3. Slider area */
.slide-content img {
  width: auto !important;
}

.slide-content .title {
  font-size: 53px;
  color: #223645;
  font-weight: 1000;
  margin: 18px 0;
  margin-bottom: 12px;
}

.slide-content .content {
  color: #5c6c80;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.slide-content .content span {
  display: block;
  font-style: italic;
  color: #00b35f;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 42px;
}

.single-hero-item {
  min-height: 440px;
}

.slide-btns a {
  padding: 18px 43px;
}

.slide-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide-btns a:first-child {
  margin-right: 10px;
}

.slide-btns .site-btn::after {
  background: #02e078;
}

.slide-btns .site-btn:hover::after {
  background: #bb0606;
}

.site-btn.secondary::after {
  background: #bb0606;
}

.slide-btns .site-btn.secondary:hover::after {
  background: #02e078;
}

.hero-area .owl-nav div,
.service-details-carousel .owl-nav div {
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero-area .owl-nav div,
.service-details-carousel .owl-nav div {
  color: #223645;
}

.hero-area .owl-nav div.owl-next {
  left: auto;
  right: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hero-area:hover .owl-nav div.owl-prev {
  left: 70px;
  opacity: 1;
  visibility: visible;
}

.hero-area:hover .owl-nav div.owl-next {
  right: 70px;
  opacity: 1;
  visibility: visible;
}

/* homepage-2 hero-area css */
.hero-area-2 .single-hero-item::before {
  z-index: -1;
}

.hero-area-2 .single-hero-item {
  z-index: 1;
}

.hero-area-2 .owl-nav div {
  border-color: transparent;
}

.hero-area-2 .single-hero-item .sub-title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
}

.hero-area-2 .single-hero-item .title {
  color: #fff;
}

.hero-area-2 .single-hero-item .content {
  color: #fff;
}

.hero-area-2 .single-hero-item .slide-btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-area-2 .single-hero-item .slide-btns .inline-btn {
  color: #fff;
}

.heaheroder-area-2 .single-hero-item .slide-btns .inline-btn::after {
  border-color: #fff;
}

.hero-area-2 .owl-nav div {
  background: #fff;
  color: #da0b0b;
  z-index: 9;
  border-color: transparent;
}

.hero-area-2 .owl-nav div:hover {
  background: #da0b0b;
  color: #fff;
  border-color: transparent;
}

.hero-area-2 .single-hero-item .title {
  margin-bottom: 25px;
}

.hero-area-2 .owl-nav div:hover {
  background: #00b35f;
}

/* homepage-3 hero-area */
.hero-area-3 .single-hero-item .slide-btns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* 4. Welcome css */
.welcome-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  font-weight: 500;
}

.welcome-box .icon i::before {
  font-size: 65px;
  color: #00b35f;
  text-align: center;
  margin: 0;
}

.welcome-box .title {
  font-size: 22px;
  color: #223645;
  margin-bottom: 10px;
  font-weight: 700;
}

.welcome-box .icon {
  margin-right: 30px;
  line-height: 1;
}

.welcome-btns .site-btn {
  margin-right: 40px;
}

.welcome-right {
  padding-left: 50px;
  padding-top: 38px;
  padding-bottom: 38px;
}

.welcome-btns {
  padding-top: 18px;
}

/* welcome-2 css */
.welcome-area-2 .section-content {
  line-height: 30px;
  margin-top: 47px;
}

.welcome-area-2 .section-heading {
  margin-bottom: 70px;
}

.video-box-thumb {
  position: relative;
  overflow: hidden;
}

.video-box-thumb .thumb {
  min-height: 400px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.video-box-thumb:hover .thumb {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video-box-thumb .video-btn,
.video-button {
  height: 80px;
  width: 80px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  color: #fff;
  z-index: 2;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 18px;
}

.video-box-thumb .video-btn:hover,
.video-button:hover {
  background: #00b35f;
  border-color: #00b35f;
}

.video-content .title {
  font-size: 28px;
  color: #223645;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 20px;
}

.video-content {
  padding-left: 40px;
}

.video-content .site-btn {
  margin-top: 30px;
  padding: 16px 36px;
}

.video-content {
  color: #8a8a8a;
  line-height: 28px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.video-section .col-md-6 {
  padding-right: 0px;
}

.video-content-box {
  -webkit-box-shadow: 0px 15px 30px #f5f5f5;
  box-shadow: 0px 15px 30px #f5f5f5;
}

.why-choose-boxs {
  position: relative;
}

.why-choose-boxs .thumb-box {
  width: 300px;
  -webkit-box-shadow: 0px 0px 30px #f5f5f5;
  box-shadow: 0px 0px 30px #f5f5f5;
  margin-left: 30px;
}

.why-choose-boxs .thumb-box.big {
  width: 100%;
  margin: 0;
  margin-top: 30px;
  height: 450px;
}

.why-choose-boxs .thumb-box.big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb-box-content {
  position: absolute;
  right: -40px;
  width: 280px;
  text-align: center;
  top: 30px;
  z-index: 1;
  background: #00b35f;
  padding: 55px 25px;
  color: #fff;
  border-radius: 5px;
}

.thumb-box-content::after {
  left: 0;
  top: 0;
  content: "";
  background-image: url(../images/why-choose-shape.png);
  background-size: cover;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.thumb-box-content .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.thumb-box-content .content {
  line-height: 28px;
  font-size: 14px;
}

.thumb-box-content .site-btn {
  background: #fff;
  color: #223645;
  margin-top: 30px;
}

.thumb-box-content .site-btn:hover {
  background: #da0b0b;
  color: #fff;
}

.why-choose-area .section-heading {
  margin-top: 30px;
}

.why-choose-content {
  padding-left: 80px;
}

.why-choose-content .content-big {
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}

.why-choose-content .content-small {
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 55px;
  border-bottom: 2px solid #e8e8e8;
  margin-bottom: 55px;
}

.why-choose-content .section-heading .title {
  margin-bottom: 35px;
}

.why-choose-count-box {
  font-size: 14px;
  line-height: 28px;
}

.why-choose-count-box span {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
}

.why-choose-count-box .title span,
.why-choose-count-box .title {
  font-size: 45px;
  font-weight: 700;
  color: #da0b0b;
  margin-bottom: 2px;
}

/* welcome-3 css */
.find-doctro-content {
  background: #fff;
}

.find-doctro-content .title {
  font-size: 30px;
  margin-bottom: 15px;
}

.find-doctro-content {
  padding: 60px;
  -webkit-box-shadow: 0 0 20px #f0f0f0;
  box-shadow: 0 0 20px #f0f0f0;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  position: relative;
  z-index: 2;
}

.find-doctro-content .sub-title {
  margin-bottom: 0;
}

.find-doctro-content .section-heading {
  margin-bottom: 28px;
}

.get-qote-form.find-doctor .form-group {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0;
  margin-bottom: 15px;
}

.get-qote-form.find-doctor .site-btn {
  margin: 0;
}

.get-qote-form.find-doctor .from-groups .form-group .nice-select:after {
  content: "\f0d7";
  right: 27px;
  font-size: 18px;
  color: #7a8a9e;
}

.get-qote-form.find-doctor .from-groups .form-group .nice-select {
  height: 69px;
}

.get-qote-form.find-doctor .from-groups .form-group span.current {
  line-height: 69px;
}

.get-qote-form.find-doctor .from-groups .form-group input {
  padding: 22px 20px;
}

.get-qote-form.find-doctor .from-groups .form-group span {
  font-size: 18px;
  line-height: 30px;
  color: #7a8a9e;
}

/* 4. Badge css */
.badge-area {
  padding-top: 110px;
}

.single-badge-item .title {
  font-size: 45px;
  font-weight: 600;
  color: #da0b0b;
  margin-bottom: 7px;
}

.single-badge-item span {
  font-weight: 600;
}

.single-badge-item .icon i::before {
  font-size: 80px;
  color: #00b35f;
}

.single-badge-item .icon {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}

.single-badge-item .icon::after {
  background: #fdf0f3;
  height: 80px;
  width: 80px;
  content: "";
  position: absolute;
  left: 0;
  top: 36px;
  border-radius: 50%;
  z-index: -1;
}

/* 6.Services  css*/
.service-area {
  background: #f4f9fc;
}

.service-area .section-heading {
  margin-bottom: 50px;
}

.service-prvide-area-wrapper {
  border-top: 2px solid #ededed;
  /*    margin-top: 50px;*/
  /* padding-top: 85px; */
}

.single-service-box {
  padding: 0 35px;
  padding-bottom: 48px;
  background: #fff;
}

.single-service-box .thumb {
  margin-left: -35px;
  margin-right: -35px;
}

.single-service-box .thumb img {
  width: 100%;
}

.single-service-box .title {
  font-size: 22px;
  font-weight: 700;
  color: #223645;
  margin-bottom: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-service-box:hover .title {
  color: #00b35f;
}

.single-service-box .icon {
  position: absolute;
  display: inline-block;
  height: 70px;
  width: 70px;
  background: #fff;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px 0 #00b35f33;
  box-shadow: 0px 10px 20px 0 #00b35f33;
  top: -35px;
}

.single-service-box .icon i::before {
  font-size: 35px;
  margin: 0;
  color: #00b35f;
}

.single-service-box .content {
  position: relative;
  padding-top: 75px;
  font-weight: 500;
}

.single-service-box .service-meta {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.single-service-box .service-meta .meta-thumb {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.single-service-box .service-meta .meta-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #223645;
  margin-bottom: 5px;
}

.single-service-box .service-meta .meta-content span {
  color: #00b35f;
  font-weight: 500;
}

.single-service-box .inline-btn {
  color: #223645;
}

.single-service-box .inline-btn span::after {
  border-color: #223645;
}

.single-service-box .inline-btn:hover span::after {
  border-color: #00b35f;
}

.single-service-box .inline-btn:hover {
  color: #00b35f;
}

.service-area .site-btn {
  margin-top: 80px;
}

/* service-box-2 css */
.custom-container {
  max-width: 1450px;
}

#service-carousel-1 .owl-nav div {
  border-color: transparent;
}

#service-carousel-1 .owl-dots div.active {
  background: #00b35f;
  border-color: transparent;
}

#service-carousel-1 .owl-dots div {
  border-color: #00b35f;
  background: transparent;
}

#service-carousel-1 .single-service-box:hover {
  -webkit-box-shadow: 0 0 10px #eef2f4;
  box-shadow: 0 0 10px #eef2f4;
}

#service-carousel-1 .owl-dots {
  position: absolute;
  bottom: -103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service-area-2 {
  padding-bottom: 224px;
}

.service-prvide-area-2 {
  margin-top: 0;
  padding-top: 0;
  border: none;
  margin-top: -80px;
}

.single-service-box-2 .icon {
  position: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-service-box-2 {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

.single-service-box-2:hover .title {
  color: #223645;
}

.single-service-box-2 .content {
  padding-top: 38px;
  line-height: 28px;
}

.single-service-box-2 .inline-btn {
  margin-top: 30px;
  display: inline-block;
}

.single-service-box-2:hover .icon {
  background: #3b7eff;
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0 #3b7eff78;
  box-shadow: 0px 10px 20px 0 #3b7eff78;
}

.single-service-box-2:hover .icon i::before {
  color: #fff;
}

.service-carousel .owl-nav div {
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border-color: #fff;
  color: #00b35f;
  font-size: 16px;
}

.service-carousel .owl-nav div.owl-next {
  left: auto;
  right: -100px;
}

.service-carousel .owl-dots div.active {
  border-color: #de2453;
}

.service-carousel .owl-dots div {
  background: #00b35f;
  border-color: transparent;
}

.service-carousel .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* service-box-3 css */
.service-prvide-area .single-service-box-3 {
  background: transparent;
  padding: 0 30px;
}

.service-area.black-bg.service-style-3.service-page {
  background: #223645;
}

/* services carousel css */
#service-carousel-2 .owl-dots div.active {
  border-color: #fff;
  height: 18px;
  width: 18px;
}

#service-carousel-2 .owl-dots div {
  border-color: #ed7c98;
  background: transparent;
  margin: 0 3.5px;
}

#service-carousel-2 .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-area.service-style-3 {
  padding-bottom: 130px;
}

#service-carousel-3 .owl-nav div {
  border-color: transparent;
}

#service-carousel-3 .owl-dots {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: -95px;
}

.service-area.service-style-3.service-page {
  padding-bottom: 224px;
}

#service-carousel-3 .owl-dots div {
  background: transparent;
  margin: 0 3.5px;
}

#service-carousel-3 .owl-dots div.active {
  border-color: #fff;
  width: 18px;
  height: 18px;
}

#service-carousel-3 .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#service-carousel-3 .single-service-box .content,
#service-carousel-3 .single-carousel-box span {
  color: #98a4ad;
}

.service-page-3 .service-prvide-area {
  margin-top: 30px;
  padding-top: 50px;
}

.service-prvide-area .single-service-box {
  padding: 0;
}

.service-prvide-area .single-service-box:hover .icon {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-prvide-area .single-service-box .icon {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-prvide-area .single-service-box .inline-btn {
  color: #7a8a9e;
}

.single-service-box-2 .inline-btn span::after {
  border-color: #7a8a9e;
}

.find-doctor-area {
  padding-bottom: 15px;
}

.service-area.service-style-2.service-style-3 {
  position: relative;
  z-index: 1;
  background: #00b35f;
}

.service-style-3 .section-heading .title,
.service-style-3 .section-heading .sub-title,
.service-style-3 .section-heading span {
  color: #fff;
}

.service-area.service-style-2.service-style-3::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-image: url(../images/home-3-service-shape.png);
  z-index: -1;
}

.single-carousel-box {
  background: transparent;
  padding: 0;
  color: #fff;
  text-align: center;
}

.single-carousel-box .title {
  color: #fff;
  margin-bottom: 10px;
  font-style: normal;
}

.single-carousel-box:hover .title {
  color: #fff;
}

.single-carousel-box .content {
  padding-top: 28px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
}

.single-carousel-box .thumb {
  margin: 0;
}

.single-carousel-box .thumb img {
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-carousel-box .thumb {
  overflow: hidden;
}

.single-carousel-box:hover .thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.boxed-btn {
  font-size: 18px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 71px;
  text-align: center;
  background: #fff;
  color: #00b35f;
  border-radius: 50%;
}

.single-carousel-box .boxed-btn {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.single-carousel-box:hover .boxed-btn {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.single-carousel-box .thumb::before {
  background: #b7b7b7;
}

.single-carousel-box .boxed-btn:hover {
  background: #00b35f;
  color: #fff;
}

#service-carousel-2 .owl-nav div {
  color: #fff;
  background: transparent;
  border-color: #ea6486;
}

#service-carousel-2 .owl-nav div.active,
#service-carousel-2 .owl-nav div:hover {
  color: #00b35f;
  background: #fff;
  border-color: transparent;
}

/* 7. Team css */
.hero-area .owl-nav div,
.dr-testimonial .owl-nav div,
#testimonial-3 .owl-nav div,
.team-caoursel .owl-nav div,
.service-carousel .owl-nav div,
.service-details-carousel .owl-nav div,
.news-carousel .owl-nav div {
  height: 55px;
  width: 55px;
  display: inline-block;
  border: 3px solid #dddddd;
  color: #8a8a8a;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.team-caoursel .owl-nav {
  position: absolute;
  right: 0px;
  top: 38%;
  width: 100%;
}
.news-carousel .owl-nav {
  position: absolute;
  right: 0px;
  top: 38%;
  width: 100%;
}
.news-carousel .owl-nav .owl-prev {
  position: absolute;
  left: -61px;
  right: inherit;
}
.news-carousel .owl-nav .owl-next {
  position: absolute;
  left: inherit;
  right: -61px;
}

.team-area .section-heading {
  margin-bottom: 50px;
}

.news-carousel .owl-nav div.owl-next,
.team-caoursel .owl-nav div.owl-next {
  margin-left: 10px;
}

.service-carousel .owl-nav div:hover,
.hero-area .owl-nav div:hover,
.news-carousel .owl-nav div:hover,
.team-caoursel .owl-nav div:hover {
  color: #fff;
  background: #00b35f;
  border-color: #00b35f;
}

.single-team-box .thumb {
  overflow: hidden;
      margin-top: 40px;
}

.single-team-box .thumb img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-team-box .thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-team-box .content {
  text-align: center;
  background: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -webkit-box-shadow: 0 0 20px #acacac54;
  box-shadow: 0 0 20px #acacac54;
  padding: 12px 10px !important;
  margin-top: -45px;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}

.single-team-box .content .social-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  visibility: hidden;
  background: #fff;
  padding-top: 25px;
  padding-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  width: 0%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.single-team-box .content .title {
  font-size: 18px;
  font-weight: 700;
  color: #223645;
  margin-bottom: 4px;
  text-align: center;
}

.single-team-box .content .designation {
  color: #00b35f;
  font-weight: 500;
  font-size: 14px;
}

.single-team-box:hover .content {
  border-radius: 0px 0px 10px 10px;
}

.single-team-box:hover .content .social-links {
  opacity: 1;
  visibility: visible;
  top: -50px;
  border-radius: 10px 10px 0px 0px;
}

/* team-2 css */
.team-style-2 .single-team-box .content {
  margin: 0;
  text-align: left;
  margin-top: 25px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team-style-2 .single-team-box .content .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  background: #da0b0b;
  color: #fff;
  text-align: center;
  line-height: 41px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.team-style-2 .single-team-box:hover .icon {
  background: #00b35f;
}

/* team-3 css */
.team-style-3 .section-heading .title {
  margin-bottom: 35px;
}

.team-style-3 .section-heading p {
  line-height: 28px;
}

.team-style-3 .section-heading .site-btn {
  margin-top: 36px;
}

.team-style-3 .single-team-box .content {
  position: relative;
  text-align: left;
  margin-left: 25px;
  margin-right: 25px;
  padding: 25px 30px;
}

.team-style-3 .single-team-box .content .icon {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #da0b0b;
  color: #fff;
  line-height: 41px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.team-style-3 .single-team-box:hover .content .icon {
  background: #00b35f;
}

/* make-appointment css */
.make-appointment {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
}

.make-appointment i::before {
  font-size: 60px;
  margin: 0;
  color: #00b35f;
}

.make-appointment p {
  line-height: 28px;
}

/* 8. Cta css */
.cta-area {
  z-index: 1;
}

.cta-area::before {
  z-index: -1;
}

.cta-content span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.cta-content .title {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  margin: 23px 0;
  margin-bottom: 30px;
  line-height: 55px;
}

.cta-content {
  color: #fff;
}

.cta-content h3 {
  font-size: 24px;
  font-weight: 500;
}

.cta-content .site-btn {
  margin-top: 38px;
}

/* cta-2 css */
.cta-area.red-bg::before {
  background: #00b35f;
}

.cta-area .site-btn.white-bg {
  background: #fff;
  color: #223645;
}

.cta-area .site-btn.white-bg::after {
  background: #00b35f;
}

.cta-area .site-btn.white-bg:hover::after {
  background: #bb0606;
}

.cta-area .site-btn.white-bg:hover {
  background: #da0b0b;
  color: #fff;
}

/* 9. Photo Gallery */
.single-gallery-photo {
  position: relative;
}

.gallery-hover {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 50px;
  padding-left: 30px;
  height: 100%;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gallery-hover::after {
  content: "";
  background: #da0b0b;
  left: 0;
  top: 0;
  opacity: 0.93;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.gallery-hover .title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 2px;
  line-height: 45px;
}

.gallery-hover span {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gallery-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 16px;
  color: #00b35f;
}

.gallery-btn i {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.gallery-btn:hover {
  background: #00b35f;
  color: #fff;
}

.single-gallery-photo:hover .gallery-hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

/* 10. Contact css */
.contact-area .section-heading .sub-title,
.contact-area .section-heading .title {
  color: #fff;
}

.contact-area .section-heading {
  margin-bottom: 48px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  font-weight: 600;
  color: #7a8a9e;
  padding: 23px 30px;
  margin-bottom: 0;
  margin-top: 15px;
  border-radius: 0px;
  border: 0px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #7a8a9e;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #7a8a9e;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #7a8a9e;
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #7a8a9e;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #7a8a9e;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #7a8a9e;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #7a8a9e;
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
  color: #7a8a9e;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #7a8a9e;
}

.contact-form {
  margin-top: -15px;
}

.contact-form textarea {
  min-height: 150px;
}

.contact-form button {
  width: auto;
  color: #fff;
  border: none;
  padding: 28px 127px;
  border-radius: 5px;
  margin-top: 10px;
}

.contact-form .site-btn::after {
  right: 35px;
  bottom: 15px;
  background: #cb1845;
}

.contact-form .site-btn:hover::after {
  background: #bb0606;
}

/* 11. Pricing css */
.pricing-area {
  background: #f4f9fc;
}

.pricing-area .section-heading {
  margin-bottom: 80px;
}

.single-pricing-item {
  text-align: center;
}

.single-pricing-item .title {
  display: block;
  background: #da0b0b;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding: 18px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-pricing-item.smart .title,
.single-pricing-item:hover .title {
  background: #00b35f;
}

.single-pricing-item .icon {
  height: 145px;
  width: 145px;
  display: inline-block;
  background: #f4f9fc;
  text-align: center;
  line-height: 143px;
  border-radius: 50%;
  margin-bottom: 40px;
}

.single-pricing-item .icon i::before {
  font-size: 75px;
  color: #00b35f;
  margin: 0;
}

.single-pricing-item .content {
  padding: 60px 40px;
  font-weight: 500;
  background: #fff;
  position: relative;
  z-index: 1;
}

.single-pricing-item .content::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-image: url(../images/pricing-shape.html);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.single-pricing-item .price {
  font-size: 50px;
  font-weight: 700;
  color: #223645;
  position: relative;
  margin-bottom: 25px;
}

.single-pricing-item .price span {
  font-size: 20px;
  color: #00b35f;
  position: absolute;
  -webkit-transform: translate(-18px, 8px);
  -ms-transform: translate(-18px, 8px);
  transform: translate(-18px, 8px);
  font-weight: 800;
}

.single-pricing-item .price-btn {
  background: #223645;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 19px 0;
}

.single-pricing-item.smart .price-btn,
.single-pricing-item:hover .price-btn {
  background: #da0b0b;
}

.pricing-switch-btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 31px;
}

.pricing-switch-btns {
  display: inline-block;
  background: #fff;
  border-radius: 40px;
  margin-top: 30px;
}

.pricing-switch-btns ul li {
  margin: 0 25px;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.pricing-switch-btns ul li a {
  padding: 0;
  display: inline-block;
  color: #7a8a9e;
  position: relative;
}

.pricing-switch-btns ul li a::after {
  height: 15px;
  width: 15px;
  background: #7a8a9e;
  content: "";
  left: -25px;
  top: 4px;
  position: absolute;
  border-radius: 50%;
}

.pricing-switch-btns ul li a.active {
  color: #223645;
}

.pricing-switch-btns ul li a.active::after {
  background: #00b35f;
}

.price-active {
  display: none;
}

.price-active.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* pricing-2 css */

.breadcrumb-black .breadcrumb-content .title,
.breadcrumb-black .breadcrumb-content ul a,
.breadcrumb-black .breadcrumb-content ul li {
  color: #fff;
}

.breadcrumb-black .breadcrumb-content .title {
  margin-bottom: 30px;
}

.pricing-2 .pricing-switch-btns {
  margin-top: -7px;
}

/* 12. News css */
.news-area .section-heading,
.news-area .section-heading .title {
  margin-bottom: 0;
}

.news-heading {
  margin-bottom: 80px;
}

.single-news-item .thumb {
  overflow: hidden;
}

.single-news-item .thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-news-item:hover .thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-news-item::after {
  background-color: #fff;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-news-item::before {
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-news-item {
  padding: 40px 70px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-news-item .news-meta {
  position: relative;
  z-index: 3;
}

.single-news-item .title {
  position: relative;
  z-index: 3;
  font-size: 24px;
  color: #223645;
  font-weight: 700;
  margin-bottom: 18px;
  margin-top: 10px;
  line-height: 35px;
}

.single-news-item .inline-btn {
  position: relative;
  z-index: 3;
  color: #223645;
}

.single-news-item .inline-btn span,
.single-news-item .inline-btn i {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.single-news-item .inline-btn span::after {
  border-color: #fff;
}

.news-wrap {
  border: 1px solid #e5e5e5;
}

.news-wrap .single-news-item:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.single-news-item .news-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-news-item .news-meta ul a {
  color: #7a8a9e;
}

.single-news-item .news-meta ul a i {
  font-size: 14px;
  margin-right: 8px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.single-news-item .news-meta ul li:not(:first-child) {
  margin-left: 30px;
}

.single-news-item:hover::after {
  opacity: 0;
  visibility: hidden;
}

.single-news-item:hover::before {
  z-index: 2;
}

.single-news-item:hover .title {
  color: #fff;
}

.single-news-item:hover .news-meta ul a {
  color: #c5ceda;
}

.single-news-item:hover .inline-btn {
  color: #fff;
}

.news-rating::before {
  background: #00b35f;
}

.news-rating .thumb {
  height: 682px;
}

.news-rating .thumb img {
  height: 100%;
}

.news-rating {
  position: relative;
  height: 682px;
}

.news-rating .rating {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}

.news-rating .rating li {
  color: #ffa942;
  font-size: 15px;
  margin: 0 5px;
}

.news-rating .rating ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

.news-rating .rating li:last-child {
  color: #223645;
  font-weight: 700;
}

.news-rating .content {
  position: absolute;
  bottom: 150px;
  z-index: 2;
  color: #fff;
  text-align: center;
}

.news-rating .content h4 {
  font-weight: 700;
  line-height: 35px;
}

.news-rating .content h4.title {
  margin-top: 15px;
}

/* single-news-item-2 css */
.single-news-item-2 {
  background: #fff;
  padding: 0;
  position: relative;
}

.single-news-item-2 .thumb {
  opacity: 1;
  visibility: visible;
}

.single-news-item-2::after {
  display: none;
}

.single-news-item-2 .news-meta ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-news-item-2 .title {
  font-size: 18px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-news-item-2 .inline-btn span::after {
  border-color: #c3cad2;
}

.single-news-item-2 .inline-btn:hover span::after {
  border-color: #00b35f;
}

.single-news-item-2 .inline-btn span::after,
.single-news-item-2 .inline-btn i,
.single-news-item-2 .inline-btn span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-news-item-2 .inline-btn {
        margin-left: 20px!important;
    margin-bottom: 20px !important;
}
.single-news-item-2 .inline-btn,
.single-news-item-2:hover .inline-btn {
  color: #7a8a9e;
}

.single-news-item-2:hover .title,
.single-news-item-2 .inline-btn:hover {
  color: #00b35f;
}

.single-news-item-2:hover .news-meta ul a {
  color: inherit;
}

.favourite-btn {
  height: 50px;
  width: 50px;
  background: #00b35f;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  line-height: 52px;
  border-radius: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: center;
}

.single-news-item-2 .content {
  /*padding: 40px 30px;*/
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* news-3 css */
.news-area.news-style-3 {
  margin-top: 0;
  background-image: url(../images/home-3-news-bg.html);
  background-position: center center;
  background-size: cover;
}

.news-style-3 .single-news-item {
  background: transparent;
}

.news-style-3 .single-news-item .content {
  background: #fff;
}

/* .news-carousel .owl-nav {
  top: -135px;
} */

/* 13. Brand css */
.single-brand-item img {
  width: auto !important;
}

.single-brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 80px;
}

.brand-carousel {
  margin-top: 100px;
}

/* brand-2 css */
.brand-area .brand-carousel {
  margin: 0;
}

.brand-area.bg-2 {
  background: #f4f9fc;
}

/* 14. Footer css */
.footer-area {
  background: #223645;
  padding-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  color: #a0acb5;
}

.footer-widget .site-logo {
  margin-bottom: 18px;
  display: inline-block;
}

.footer-widget .widget-title {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.footer-widget .widget-title::after,
.footer-widget .widget-title::before {
  content: "";
  background: #2d4353;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 210px;
  height: 2px;
}

.footer-widget .widget-title::before {
  background: #00b35f;
  height: 3px;
  width: 50px;
  z-index: 1;
}

.footer-widget span {
  display: block;
  color: #fff;
  font-weight: 700;
}

.footer-widget .download-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-widget .download-btns a {
  margin: 0 3px;
  padding: 13px 0;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.footer-widget .download-btns a:first-child {
  margin-left: 0;
}

.footer-widget .download-btns a:last-child {
  margin-right: 0;
  background: #fff;
  color: #223645;
}

.footer-widget .download-btns a i {
  margin-right: 5px;
}

.footer-widget .download-btns a:last-child:hover {
  background: #00b35f;
  color: #fff;
}

.footer-widget .download-btns a:last-child:hover::after {
  background: #ff85a4;
}

.footer-top {
  border-bottom: 2px solid #2d4353;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

.footer-widget ul li a {
  color: #a0acb5;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.footer-widget ul li .bold-last-child{
  color: #fff;
  font-weight: 600;
}

.footer-widget ul li a:hover {
  color: #fff;
}

.footer-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-widget ul li a i {
  margin-right: 10px;
}

.footer-widget .links li a:before {
  content: "\f105";
  font-family: Fontawesome;
  position: absolute;
  left: 0;
}

.newslater {
  margin-top: 35px;
  position: relative;
}

.newslater input {
  width: 100%;
  background: #293c4b;
  border: transparent;
  padding: 19px 30px;
  font-size: 14px;
  color: #a0acb5;
}

.newslater input::-webkit-input-placeholder {
  color: #a0acb5;
}

.newslater input::-moz-placeholder {
  color: #a0acb5;
}

.newslater input:-ms-input-placeholder {
  color: #a0acb5;
}

.newslater input::-ms-input-placeholder {
  color: #a0acb5;
}

.newslater input::placeholder {
  color: #a0acb5;
}

.newslater button {
  font-size: 18px;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  color: #fff;
  background: #00b35f;
  border-radius: 5px;
}

.single-recent-news {
  overflow: hidden;
}

.single-recent-news .thumb {
  width: 75px;
  height: 75px;
  border: 2px solid #8e99a0;
  border-radius: 50%;
  padding: 5px;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  float: left;
  margin-right: 15px;
}

.single-recent-news .content {
  margin-top: 15px;
}

.single-recent-news .thumb img {
  width: 60px;
  height: 60px;
}

.single-recent-news .content .title {
  font-size: 18px;
  color: #a0acb5;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-recent-news .content span {
  font-size: 14px;
  font-weight: 500;
  color: #a0acb5;
}

.single-recent-news .content span i {
  margin-right: 10px;
}

.single-recent-news:hover .thumb {
  border-color: #fff;
}

.single-recent-news:hover .title {
  color: #fff;
}

.recent-news-wrap .single-recent-news:not(:first-child) {
  margin-top: 15px;
}

.photo-gallery-item {
  position: relative;
}

.photo-gallery-item .thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.photo-gallery-item .thumb {
  overflow: hidden;
}

.photo-gallery-item:hover .thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.photo-gallery-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.photo-gallerys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.photo-gallery-item {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  padding: 5px;
}

.photo-gallery-item .thumb {
  position: relative;
}

.photo-gallery-item .thumb::after {
  content: "";
  background: #00b35f;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.photo-gallery-hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.photo-gallery-item:hover .thumb::after {
  opacity: 0.82;
  visibility: visible;
}

.photo-gallery-item:hover i {
  opacity: 1;
  visibility: visible;
}

.footer-middle .widget-title {
  margin-bottom: 40px;
}

/* scroll top css */
.scroll-top {
  border-top: 2px solid #2d4353;
  margin-top: 90px;
  position: relative;
  margin-bottom: 30px;
}

#scroll-top {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #00b35f;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  top: -25px;
  cursor: pointer;
}

.footer-bottom-widget {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-widget span,
.footer-bottom-widget a {
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
  color: #d5dbe0;
  margin-top: 2px;
}

.footer-bottom-widget a {
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.footer-bottom-widget a::after {
  bottom: 0px;
  height: 1px;
  width: 100%;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
}

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

.footer-bottom-widget .icon {
  font-size: 30px;
  margin-right: 15px;
  color: #00b35f;
}

.social-links-widget a {
  height: 35px;
  width: 35px;
  display: block;
  background: transparent;
  color: #718b9e;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  border-radius: 50%;
  border: 2px solid #283d4c;
}

.social-links-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.social-links-widget a:not(:last-child) {
  margin-right: 7px;
}

.social-links-widget a:hover {
  background: #00b35f;
  color: #fff;
  border-color: #00b35f;
}

.copyright-text {
  text-align: right;
  margin-top: 35px;
  font-weight: 500;
}

.copyright-text span {
  font-weight: 500;
  color: #a0acb5;
  line-height: 26px;
}

/* homepage-2 footer css */
.home-2 .footer-widget .site-logo {
  margin-top: 50px;
}

.footer-area.home-2 .social-links-widget {
  margin-top: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* homepage-3 footer css */
.footer-area.home-3 .copyright-text {
  margin: 0;
}

.footer-area.home-3 .footer-widget .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}

.footer-widget .footer-contact-info i {
  font-size: 18px;
  margin-right: 20px;
  color: #da0b0b;
}

.footer-widget .footer-contact-info li a,
.footer-contact-info li {
  font-size: 14px;
  display: block;
}

.footer-widget .footer-contact-info li {
  margin-top: 20px;
}

.footer-area.home-3 .footer-widget .content {
  line-height: 26px;
}

.footer-area.home-3 .social-links-widget {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
}

/* 15. Testimonial css */
.testimonial-area,
.skill-area {
  position: relative;
  z-index: 1;
}

.black-bg {
  background: #223645;
}

.consultations-area::after,
.testimonial-area::after,
.skill-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url(../images/testimonial-shape.png);
  background-position: center center;
  background-size: contain;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.testimonial-area .section-heading .sub-title,
.testimonial-area .section-heading .title {
  color: #fff;
}

.single-testimonial .thumb {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  -webkit-box-shadow: 0px 7px 20px #667d8f;
  box-shadow: 0px 7px 20px #667d8f;
}

.single-testimonial .thumb img {
  width: 100%;
  height: 100%;
}

.single-testimonial .authore {
  overflow: hidden;
  border-bottom: 2px solid #506779;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.single-testimonial .content {
  margin-top: 15px;
}

.single-testimonial .content .title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-testimonial .content {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.testimonial-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.testimonial-text span {
  font-size: 16px;
  margin-top: 15px;
  display: block;
}

.single-testimonial .rating ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-testimonial .rating ul li {
  color: #f0a142;
}

.single-testimonial .rating ul li:not(:first-child) {
  margin-left: 8px;
}

.single-testimonial .rating {
  margin-top: 23px;
}

.testimonial-area .section-heading {
  margin-bottom: 40px;
}

.service-carousel .owl-dots div,
#service-carousel-2 .owl-dots div,
.testimonial-carousel .owl-dots div {
  display: inline-block;
  height: 15px;
  background: #92a2ae;
  width: 15px;
  margin: 0 5px;
  border-radius: 50%;
  border: 3px solid #92a2ae;
}

.service-carousel .owl-dots div.active,
#service-carousel-2 .owl-dots div.active,
.testimonial-carousel .owl-dots div.active {
  background: transparent;
  border-color: #f0a142;
}

#service-carousel-2 .owl-dots div {
  border-color: #ed7a97;
  background: transparent;
}

#service-carousel-2 .owl-dots div.active {
  border-color: #fff;
}

#service-carousel-2 .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  margin-top: 0;
  bottom: -97px;
}

.service-area.service-style-2.service-style-3 {
  padding-bottom: 165px;
}

.testimonial-carousel .owl-dots {
  margin-top: 45px;
}

.testimonial-area.pt-130 pb-130 {
  padding-bottom: 123px;
}

.testimonial-area .col-lg-3 {
  padding-right: 0;
  padding-left: 0;
}

.testimonial-carousel {
  padding-right: 50px;
  position: relative;
}

.testimonial-circle img {
  max-width: inherit;
}

/* testimonial-2 css */
.testimonial-area-2 {
  position: relative;
  padding-top: 0;
  background: transparent;
  background-image: url(../images/test-bg-1.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

#testimonial-2 {
  background: #fff;
  text-align: center;
  position: relative;
  padding: 35px 70px;
  -webkit-box-shadow: 0 0 20px #f3f4f5;
  box-shadow: 0 0 20px #f3f4f5;
  z-index: 1;
}

#testimonial-2 .icon {
  color: #d2224e;
  font-size: 45px;
  line-height: 0;
}

#testimonial-2 .testimonial-text span {
  font-weight: 500;
  color: #223645;
  font-size: 20px;
}

#testimonial-2 .testimonial-text {
  color: #7a8a9e;
}

#testimonial-2 .authore .title {
  color: #00b35f;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
}

#testimonial-2 .authore .designatio {
  font-weight: 500;
  font-size: 14px;
  padding-left: 5px;
}

#testimonial-2 .authore {
  margin-top: 25px;
}

#testimonial-2::after,
#testimonial-2::before {
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  content: "";
  position: absolute;
  z-index: -1;
}

#testimonial-2::before {
  left: 20px;
  bottom: -20px;
  background: #f1f5f8;
}

#testimonial-2 .owl-dots {
  margin: 0;
  position: absolute;
  bottom: -87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#testimonial-2 .testimonial-text {
  position: relative;
  z-index: 3;
}

.testimonial-area-2 {
  padding-bottom: 120px;
}

.testimonial-area-2 .section-heading .sub-title {
  color: #7a8a9e;
}

.testimonial-area-2 .section-heading .title {
  color: #223645;
}

#testimonial-2 .authore {
  margin-bottom: 0;
  padding-bottom: 0;
  border-color: transparent;
}

#testimonial-2 .owl-dots div {
  border-color: #b2c1cb;
  background: transparent;
  margin: 0 3.5px;
}

#testimonial-2 .owl-dots div.active {
  border-color: #00b35f;
  background: transparent;
  height: 18px;
  width: 18px;
}

.single-testimonial-2 .testimonial-text p {
  line-height: 30px;
}

.single-testimonial-2 .testimonial-text span {
  margin-bottom: 20px;
  margin-top: 28px;
}

/* testimonial-3 css */

.testimonial-area-3 {
  padding-bottom: 224px;
}

.single-testimonial.white-bg {
  background: #fff;
  padding: 50px 35px;
}

.single-testimonial.white-bg .authore {
  border: none;
  margin-left: -15px;
  padding-left: 15px;
  margin-bottom: 0;
  padding-bottom: 45px;
}

.single-testimonial.white-bg .content .title {
  color: #222;
}

.single-testimonial.white-bg .content .designation {
  color: #00b35f;
}

.white-bg .testimonial-text {
  color: #7a8a9e;
  border-top: 2px solid #e3e3e3;
  padding-top: 35px;
  line-height: 30px;
}

.single-testimonial.white-bg .thumb img {
  -webkit-box-shadow: 0px 10px 15px #00b35f5c;
  box-shadow: 0px 10px 15px #00b35f5c;
  border-radius: 50%;
}

.single-testimonial.white-bg .thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
}

#testimonial-3 .owl-nav div {
  position: absolute;
  top: 50%;
  left: -100px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #bbde98;
  border: 2px solid #bbde98;
}

#testimonial-3 .owl-nav div.owl-next {
  left: auto;
  right: -50px;
}

#testimonial-3 .owl-nav div:hover {
  border-color: transparent;
  background: #fff;
  color: #da0b0b;
}

#testimonial-3 .owl-dots {
  text-align: center;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: -102px;
}

#testimonial-3 .owl-dots div {
  background: #fff;
  border-color: #fff;
}

#testimonial-3 .owl-dots div.active {
  background: transparent;
}

#testimonial-3 .owl-dots {
  margin-top: 80px;
}

/* 16. Trusted css */
.trusted-area .col-md-4 {
  padding: 0;
}

.single-trusted-box {
  text-align: center;
  background: #da0b0b;
  color: #fff;
  padding: 70px 40px;
  line-height: 30px;
  z-index: 1;
}

.single-trusted-box .icon {
  font-size: 80px;
  margin-bottom: 45px;
}

.single-trusted-box .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single-trusted-box .site-btn.secondary {
  background: #fff;
  color: #223645;
}

.single-trusted-box .site-btn {
  margin-top: 35px;
  background: #fff;
  color: #223645;
  padding: 15px 36px;
}

.single-trusted-box::before {
  background: #00b35f;
  z-index: -1;
}

.single-trusted-box .site-btn:hover {
  background: #00b35f;
  color: #fff;
}

.single-trusted-box .site-btn::after {
  background: #bb0606;
}

.single-trusted-box .site-btn.secondary::after {
  background: #02e078;
}

.single-trusted-box .site-btn:hover {
  background: #da0b0b;
}

.single-trusted-box .site-btn.secondary:hover {
  background: #00b35f;
}

.single-trusted-box.middle::before {
  background: #018fc0;
}

/* 17. Get qoute css */
.get-quote-area {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}

.get-qote-content {
  background: #fff;
  padding-left: 50px;
  padding-top: 65px;
  padding-bottom: 65px;
  -webkit-box-shadow: 0px 15px 30px #f5f5f5;
  box-shadow: 0px 15px 30px #f5f5f5;
}

.get-quote-area .col-md-5 {
  padding-right: 0;
}

.get-quote-area .section-heading .sub-title {
  margin-bottom: 13px;
}

.get-quote-area .section-heading {
  margin-bottom: 30px;
}

.from-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.from-groups .form-group {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px;
  margin-bottom: 5px;
}

.get-qote-form .site-btn {
  border: transparent;
  margin-left: 10px;
  padding: 18px 47px;
  margin-top: 6px;
  margin-top: 15px;
}

.get-qote-form .form-group label {
  display: block;
  color: #223645;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}

.from-groups .form-group span {
  font-size: 14px;
  position: absolute;
  right: 30px;
  -webkit-transform: translateY(19px);
  -ms-transform: translateY(19px);
  transform: translateY(19px);
  color: #00b35f;
}

.from-groups .form-group input {
  padding: 17px 20px;
  border: 2px solid transparent;
  font-size: 14px;
  color: #8a8a8a;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #e8f0f5;
}

.from-groups .form-group input::-webkit-input-placeholder {
  color: #8a8a8a;
}

.from-groups .form-group input::-moz-placeholder {
  color: #8a8a8a;
}

.from-groups .form-group input:-ms-input-placeholder {
  color: #8a8a8a;
}

.from-groups .form-group input::-ms-input-placeholder {
  color: #8a8a8a;
}

.from-groups .form-group input::placeholder {
  color: #8a8a8a;
}

.from-groups .form-group input:focus,
.from-groups .form-group input:hover {
  border-color: #00b35f;
  color: #8a8a8a;
  background: #fff;
}

.from-groups .form-group .nice-select {
  width: 100%;
  text-align: left;
  height: 60px;
  background: #e8f0f5;
  border-color: transparent;
  padding-left: 20px;
  border: 2px solid transparent;
}

.form-group .nice-select.open .list {
  width: 100%;
}

.from-groups .form-group span.current {
  position: inherit;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  right: 0;
  line-height: 60px;
  color: #8a8a8a;
  font-size: 14px;
}

.from-groups .form-group .nice-select:hover {
  border-color: #00b35f;
  color: #8a8a8a;
  background: #fff;
}

.from-groups .form-group .nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  border: 0;
  -webkit-transform: translate(-10px, -14px);
  -ms-transform: translate(-10px, -14px);
  transform: translate(-10px, -14px);
  top: 50%;
  position: absolute;
  color: #00b35f;
}

/* get-quote-area-3 css */
.get-quote-area-3 {
  z-index: 1;
  margin: 0;
}

.get-quote-area-3::before {
  z-index: -1;
}

.get-qote-content-3 .get-qote-form .from-groups {
  margin-left: -10px;
}

.get-qote-content-3 .get-qote-form .site-btn {
  margin-left: 0;
}

.get-qote-content-3 .get-qote-form {
  padding-right: 25px;
}

.from-groups .nice-select .option.selected {
  font-weight: 600;
}

.best-dr-content {
  padding-top: 100px;
  padding-left: 20px;
}

.best-dr-content .section-heading .content span {
  color: #223645;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.best-dr-content .section-heading .content {
  line-height: 30px;
}

.best-dr-content .section-heading .inline-btn {
  margin-top: 20px;
  display: inline-block;
}

.best-dr-content .section-heading .title {
  margin-bottom: 22px;
}

.welcome-bg-2 img {
  max-width: inherit;
  border-radius: 0px 0px 60px 0px;
}

.welcome-bg-2 {
  position: relative;
  margin-top: 90px;
}

.welcome-bg-2::after {
  position: absolute;
  right: -90px;
  bottom: -30px;
  content: "";
  background: #00b35f;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  z-index: -1;
}

.service-prvide-area .single-service-box {
  padding: 0;
}

.service-prvide-area .single-service-box:hover .icon {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-prvide-area .single-service-box .icon {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-prvide-area .single-service-box .inline-btn {
  color: #7a8a9e;
}

.service-prvide-area .single-service-box {
  padding: 0 30px;
}

.single-service-box .thumb {
  overflow: hidden;
}

.single-service-box .thumb img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-service-box:hover .thumb img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* .find-doctor-area {
  padding-bottom: 130px;
} */

/* 18. Newslater css */
.newslater-box {
  background: #da0b0b;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 1;
}

.newslater-box::after {
  background-position: center center;
  background-size: cover;
  background-image: url(../images/newslater-shape.html);
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}

.newslater-style-2 .col-md-7 {
  padding-right: 0px;
}

.newslater-style-2 .section-heading,
.newslater-style-2 .section-heading .title,
.newslater-style-2 .section-heading .sub-title {
  color: #fff;
}

.newslater-style-2 .section-heading .title {
  font-size: 32px;
  margin-bottom: 30px;
}

.newslater-style-2 .newslater input {
  background: #fff;
  border-radius: 0;
  height: 60px;
}

.newslater-style-2 .newslater-box {
  padding-left: 50px;
  padding-right: 50px;
}

.newslater-style-2 .newslater button {
  border-radius: 0;
  background: #223645;
}

.newslater-style-2 .section-heading .sub-title {
  margin-bottom: 28px;
}

.newslater-style-2 .section-heading {
  line-height: 28px;
}

.newslater-style-2 .newslater button:hover {
  background: #00b35f;
}

.news-area.news-style-2 {
  background: #f4f9fc;
}

.newslater-style-2 {
  margin-top: -333px;
  padding-bottom: 127px;
}

.news-area.news-style-2 {
  margin-top: 200px;
}

.news-area.news-style-3 {
  margin-top: 0;
}

/* 19. Who-we-are css */
.who-we-are-2 {
  position: relative;
  background: #f4f9fc;
}

.who-we-are-2::after {
  background-image: url(../images/about/home-3-who-we-are-bg.jpg);
  width: 50%;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.future-plan-tab-nav a {
  display: block;
  background: #fff;
  padding: 11px 27px;
  color: #535353;
  font-weight: 600;
  border-radius: 5px;
}

.future-plan-tab-nav li:not(:first-child) {
  margin-left: 20px;
}

.future-plan-tab-nav a.active {
  background: #da0b0b;
  color: #fff;
}

.future-plan-tab-nav {
  margin-bottom: 40px;
}

.future-plan-tab-content .title {
  font-size: 22px;
  color: #223645;
  font-weight: 700;
  margin-bottom: 20px;
}

.future-plan-tab-content .content span {
  color: #223645;
  font-weight: 500;
  margin-bottom: 15px;
  display: inline-block;
}

.future-plan-tab-content .inline-btn span {
  font-weight: 700;
  color: #7a8a9e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.future-plan-tab-content .inline-btn:hover span {
  color: #00b35f;
}

.future-plan-tab-content .inline-btn {
  margin-top: 20px;
  display: inline-block;
}

.future-plan-tab-content .content {
  padding: 15px 0;
}

.who-we-content {
  padding-left: 80px;
}

.who-we-are-2 .section-heading {
  position: relative;
  padding-right: 80px;
  margin-bottom: 50px;
}

.who-we-are-2 .section-heading .icon {
  position: absolute;
  right: 0;
  bottom: 30px;
  line-height: 0;
}

.who-we-are-2 .section-heading .icon i::before {
  font-size: 86px;
  margin: 0;
  color: #da0b0b;
}

.single-working-process {
  padding: 50px 28px;
  border: 1px solid #eaeaea;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-working-process .title {
  color: #223645;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 34px;
}

.single-working-process .content {
  line-height: 28px;
}

.single-working-process .icon {
  margin-bottom: 45px;
}

.single-working-process .icon img,
.single-service-box .icon img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-working-process:hover .icon img,
.single-service-box:hover .icon img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.single-working-process .boxed-btn {
  margin-top: 26px;
  background: #da0b0b;
  color: #fff;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 51px;
}

.single-working-process:hover .boxed-btn {
  background: #e12451;
  color: #fff;
}

.single-working-process:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 15px #f0f0f0;
  box-shadow: 0 0 15px #f0f0f0;
}

/* 20. About css */
.breadcrumb-area {
  padding: 45px 0;
  z-index: 1;
}

.breadcrumb-area::before {
  background: none;
  z-index: -1;
}

/*.breadcrumb-black::before {*/
/*  background: #223645;*/
/*}*/

.breadcrumb-content .title {
  font-size: 45px;
  font-weight: 700;
  color: #223645;
  margin-top: 28px;
  margin-bottom: 10px;
}

.breadcrumb-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*justify-content: center;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223645;
  font-weight: 500;
  margin-left: 0 !important;
}

.breadcrumb-content ul li {
  font-size: 20px;
  list-style-type:none;
  margin:0px!important;
}

.breadcrumb-content ul a {
  color: #223645;
}

.breadcrumb-content ul li:last-child {
  color: #ffffff!important;
}

.breadcrumb-content ul li:nth-child(2), .breadcrumb-content ul li:nth-child(4) {
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumb-content ul i {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.service-prvide-area.about-page {
  margin-top: 0;
  border: none;
}

.who-we-are-2::before {
  content: "\f101";
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: Flaticon;
  width: 120px;
  height: 120px;
  font-size: 55px;
  color: #fff;
  line-height: 120px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background: #00b35f;
  border-radius: 50%;
  margin-left: -60px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px 0 #00b35fb3;
  box-shadow: 0px 0px 30px 0 #00b35fb3;
}

.green-bg {
  background: #da0b0b;
}

/* 21. Service detais css */
.service-details-content .title,
.chart-box-wrap .title,
.faq-widget .title,
.explore-widget .title,
.download-info-wrap .title {
  color: #223645;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 25px;
}

.service-details-content .thumb {
  margin-bottom: 45px;
}

.service-details-content .content p {
  line-height: 30px;
}

.medicare-title .title {
  color: #223645;
  font-weight: 700;
  margin-bottom: 0;
}

.medicare-lists .medicare-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.medicare-title span {
  margin-right: 15px;
}

.medicare-lists li {
  color: #7a8a9e;
  font-weight: 500;
}

.medicare-lists li i {
  color: #00b35f;
  margin-right: 10px;
}

.medicare-lists li:not(:first-child) {
  margin-top: 20px;
}

.chart-box-wrap p {
  line-height: 30px;
}

.accordion.faqs .card .card-header {
  background: #fff;
  border: none;
  padding: 0;
}

.accordion.faqs .card {
  border: none;
  -webkit-box-shadow: 0 0 20px #f2f2f2;
  box-shadow: 0 0 20px #f2f2f2;
  margin-bottom: 15px;
  border-radius: 0px;
}

.accordion.faqs .card:last-child {
  margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
  padding: 25px 35px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #223645;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  border: none;
  text-decoration: none;
}

.accordion.faqs .card .card-header .btn-link::after {
  right: 35px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  height: 45px;
  width: 45px;
  border: 3px solid #d1d1d1;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  line-height: 39px;
  color: #7a8a9e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion.faqs .card .card-header:first-child {
  border-radius: 0px;
}

.accordion.faqs .card .card-header {
  margin-bottom: 0px;
}

.accordion.faqs .card .subtitle > button[aria-expanded="true"]::after {
  content: "\f068";
  color: #fff;
  border-color: #fff;
}

.accordion.faqs .card .subtitle > button[aria-expanded="true"] {
  background: #00b35f;
  color: #fff;
}

.accordion.faqs .card .card-header .btn-link:hover {
  text-decoration: none;
  background: #00b35f;
  color: #fff;
  border-radius: 0px;
}

.accordion.faqs .card .card-header .btn-link:hover::after {
  color: #fff;
  border-color: #fff;
}

.accordion.faqs .card-body {
  padding: 25px 35px;
  line-height: 26px;
}

.faq-widget .title {
  margin-bottom: 40px;
}

.download-info-wrap {
  margin-top: 65px;
}

.single-download-box {
  text-align: center;
  padding: 50px 35px;
  font-size: 20px;
  -webkit-box-shadow: 0 0 20px #f7f7f7;
  box-shadow: 0 0 20px #f7f7f7;
  line-height: 28px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-download-box .icon {
  font-size: 50px;
  color: #00b35f;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-download-box:hover {
  background: #00b35f;
  color: #fff;
}

.single-download-box:hover .icon {
  color: #fff;
}

.download-info-wrap .title {
  margin-bottom: 35px;
}

/* service details carousel css */
.service-details-carousel .owl-nav div {
  opacity: 1;
  visibility: visible;
  left: 30px;
  background: #fff;
  border-color: transparent;
  color: #223645;
}

.service-details-carousel .owl-nav div.owl-next {
  left: auto;
  right: 30px;
}

.service-details-carousel .owl-nav div:hover {
  background: #00b35f;
  color: #fff;
}

.explore-widget .welcome-box .title {
  font-size: 22px;
  margin-bottom: 15px;
}

.medicare-lists.two {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.chart-box-wrap .content {
  padding-right: 30px;
}

.explore-widget .welcome-box .icon i::before {
  font-size: 45px;
}

.explore-widget .welcome-box {
  margin-bottom: 25px;
}

/* 22. Sidebar css  */
.search-widget {
  background: #00b35f;
  padding: 20px 30px;
}

.search-form {
  position: relative;
}

.search-widget input {
  border: none;
  padding: 19px 25px;
  display: block;
  color: #7a8a9e;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
}

.search-widget button {
  font-size: 16px;
  color: #7a8a9e;
  border: none;
  background: transparent;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
}

.category-widget {
  background: #f4f9fc;
  padding: 30px 25px;
}

.category-widget .single-category-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
  padding: 10px;
}

.category-widget .single-category-item .inner-category {
  padding: 20px 0;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px #eef1f2;
  box-shadow: 0 0 10px #eef1f2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category-widget .single-category-item .title {
  color: #223645;
  font-weight: 700;
  font-size: 18px;
}

.category-widget .single-category-item .icon i::before {
  margin: 0;
  font-size: 55px;
  text-align: center;
}

.category-widget .single-category-item:hover .icon i::before {
  color: #fff;
}

.category-widget .single-category-item .inner-category:hover {
  background: #d92351;
  color: #fff;
}

.category-widget .single-category-item:hover .title {
  color: #fff;
}

.single-category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.get-qoute-widget {
  padding: 40px 35px;
  background: #f4f9fc;
}

.get-qoute-widget .title {
  font-size: 24px;
  margin: 0;
}

.get-qoute-widget .sub-title {
  margin-bottom: 0;
}

.get-qoute-widget .section-heading {
  margin-bottom: 22px;
}

.get-qote-form.widget .from-groups .form-group {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 0px;
  margin-bottom: 15px;
}

.get-qote-form.widget .site-btn {
  margin-left: 0;
  margin-top: 0;
}

.join-us-widget {
  padding: 120px 50px;
  z-index: 1;
  color: #fff;
}

.join-us-widget::before {
  z-index: -1;
}

.join-us-widget .title span {
  font-size: 20px;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.join-us-widget .title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
}

.join-us-widget .site-btn.secondary {
  margin-top: 30px;
}

/* 23. Gallery widget css */
.gallery-widget .single-gallery {
  height: 265px;
  z-index: 1;
}

.gallery-widget .single-gallery a {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gallery-widget .single-gallery::before {
  background: #00b35f;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.gallery-widget .single-gallery:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 0.65;
}

.gallery-widget .single-gallery:hover a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.download-info-wrap.neurology .single-download-box {
  padding: 90px 100px;
}

.download-info-wrap.neurology .single-download-box p {
  line-height: 34px;
}

/* 24. Skill css */
.skill-content span {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  color: #94adbf;
}

.skill-content p {
  color: #94adbf;
}

.skill-circular {
  position: relative;
  width: 170px;
  height: 170px;
}

.skill-circular input.knob {
  font: 700 55px "Poppins", sans-serif !important;
  margin: 0 !important;
  width: 100% !important;
  left: 0;
  text-align: left !important;
  bottom: -95px;
  color: #00b35f !important;
}

.skill-content {
  margin-top: 100px;
}

.skill-circular .icon {
  font-size: 60px;
  color: #fff;
  position: absolute;
  line-height: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 25. Dr details css */
.doctor-details-area .section-heading .sub-title {
  margin-bottom: 12px;
}

.doctor-details-area .section-heading {
  margin-bottom: 22px;
}

.doctor-details-area .section-heading .title {
  margin-bottom: 0;
}

.qualifications-list i {
  color: #00b35f;
  margin-right: 10px;
}

.qualifications-list li:not(:last-child) {
  margin-bottom: 5px;
}

.gallery-widget .section-heading {
  margin-bottom: 30px;
}

.dr-details-page-content {
  padding-left: 40px;
}

.intro-text p:last-child {
  font-weight: 400;
  margin-top: 20px;
}

.intro-text p {
  font-weight: 500;
}

.dr-profile .thumb img {
  width: 100%;
}

.dr-profile .content .title {
  font-weight: 700;
  color: #223645;
  margin-bottom: 6px;
}

.dr-profile .content .designation {
  color: #00b35f;
  font-weight: 600;
}

.dr-profile .content {
  margin-top: 30px;
}

.dr-profile .social-links {
  margin-top: 20px;
}

.doctor-details-sidebar .contact-info {
  margin-right: 0;
  margin-top: 45px;
  border-bottom: 1px solid #e2e2e2;
}

.doctor-details-sidebar .contact-info li {
  font-size: 24px;
}

.doctor-details-sidebar .contact-info li i {
  font-size: 24px;
}

.doctor-details-sidebar .contact-info li:not(:last-child) {
  margin-bottom: 15px;
}

.dr-testimonial .single-testimonial .content .title {
  color: #222222;
}

.dr-testimonial .single-testimonial .content .designation {
  color: #00b35f;
}

.dr-testimonial .single-testimonial .thumb {
  margin-right: 25px;
}

.dr-testimonial .single-testimonial .authore {
  border: none;
  margin-bottom: 0;
  padding-bottom: 45px;
}

.dr-testimonial .testimonial-text {
  color: #7a8a9e;
  font-weight: 600;
}

.dr-testimonial .single-testimonial .thumb {
  -webkit-box-shadow: 0px 7px 20px #f9bfce;
  box-shadow: 0px 7px 20px #f9bfce;
  margin-left: 10px;
}

.dr-testimonial .single-testimonial .rating {
  margin-top: 25px;
}

.dr-testimonial .testimonial-text span {
  margin-top: 20px;
  font-weight: 500;
}

.dr-testimonial-section .section-heading {
  margin-bottom: 50px;
}

.dr-testimonial .owl-nav div {
  height: 40px;
  width: 40px;
  color: #8a8a8a;
  line-height: 38px;
  border-width: 2px;
}

.dr-testimonial .owl-nav div:hover {
  background: #00b35f;
  color: #fff;
  border-color: transparent;
}

.owl-nav .owl-prev {
  margin-right: 10px;
  position: absolute;
  left: -61px;
  right: inherit;
}
.owl-nav .owl-next {
  position: absolute;
  right: -61px;
  left: inherit;
}

.dr-testimonial .owl-nav {
  margin-top: 35px;
}

/* 26. Faq page css */
.consultations-area {
  position: relative;
  z-index: 1;
}

.consultations-form .form-group label {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}

.consultations-form .form-group input,
.consultations-form .form-group textarea {
  width: 100%;
  margin: 0;
  padding: 18px 20px;
  font-size: 14px;
  color: #ffffff;
  border: 2px solid transparent;
  border-radius: 2px;
}

.consultations-form .form-group {
  position: relative;
  margin-bottom: 0;
}

.consultations-form .form-group span {
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: #da0b0b;
  top: 59px;
}

.consultations-form .form-group input::-webkit-input-placeholder {
  color: #8a8a8a;
}

.consultations-form .form-group input::-moz-placeholder {
  color: #8a8a8a;
}

.consultations-form .form-group input:-ms-input-placeholder {
  color: #8a8a8a;
}

.consultations-form .form-group input::-ms-input-placeholder {
  color: #8a8a8a;
}

.consultations-form .form-group input::placeholder {
  color: #8a8a8a;
}

.consultations-form .form-group .nice-select {
  width: 100%;
  height: 61px;
  line-height: 60px;
}

.consultations-form .form-group .nice-select span {
  position: inherit;
  right: 0;
  top: 0;
  color: #8a8a8a;
}

.consultations-form .form-group input:focus,
.consultations-form .form-group textarea:focus {
  background: transparent;
  border-color: #fff;
}

.consultations-form .form-group input:focus ~ span,
.consultations-form .form-group textarea:focus ~ span {
  color: #fff;
}

.consultations-form .form-group input:focus::-webkit-input-placeholder,
.consultations-form .form-group textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

.consultations-form .form-group input:focus::-moz-placeholder,
.consultations-form .form-group textarea:focus::-moz-placeholder {
  color: #fff;
}

.consultations-form .form-group input:focus:-ms-input-placeholder,
.consultations-form .form-group textarea:focus:-ms-input-placeholder {
  color: #fff;
}

.consultations-form .form-group input:focus::-ms-input-placeholder,
.consultations-form .form-group textarea:focus::-ms-input-placeholder {
  color: #fff;
}

.consultations-form .form-group input:focus::-webkit-input-placeholder,
.consultations-form .form-group textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

.consultations-form .form-group input:focus::-moz-placeholder,
.consultations-form .form-group textarea:focus::-moz-placeholder {
  color: #fff;
}

.consultations-form .form-group input:focus:-ms-input-placeholder,
.consultations-form .form-group textarea:focus:-ms-input-placeholder {
  color: #fff;
}

.consultations-form .form-group input:focus::-ms-input-placeholder,
.consultations-form .form-group textarea:focus::-ms-input-placeholder {
  color: #fff;
}

.consultations-form .form-group input:focus::placeholder,
.consultations-form .form-group textarea:focus::placeholder {
  color: #fff;
}

.consultations-area .section-heading .sub-title,
.consultations-area .section-heading .title {
  color: #fff;
}

.consultations-area .section-heading {
  margin-bottom: 80px;
}

.consultations-form .site-btn {
  border: none;
  padding: 18px 67px;
  font-weight: 700;
}

.consultations-form .site-btn:hover {
  background: #223645;
}

.consultations-form .site-btn:hover::after {
  background: #ffffff47;
}

.consultations-form .form-group .nice-select::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  border: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 6px;
  right: 24px;
  color: #da0b0b;
}

.consultations-form .form-group textarea {
  min-height: 200px;
}

/* 27. Carrer page css */
.single-career-box {
  background: #223645;
  padding: 60px 40px;
  color: #fff;
}

.single-career-box.red {
  background: #00b35f;
}

.single-career-box.white {
  background: #f4f9fc;
}

.single-career-box .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single-career-box ul {
  margin-top: 15px;
}

.single-career-box .site-btn {
  margin-top: 50px;
  padding: 18px 35px;
}

.single-career-box ul li:not(:first-child) {
  margin-top: 10px;
}

.single-career-box ul i {
  margin-right: 10px;
}

.single-career-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.single-career-box .site-btn.white-bg {
  background: #fff;
  color: #223645;
}

.single-career-box .site-btn.white-bg::after {
  background: #cb1845;
}

.single-career-box.white {
  color: #7a8a9e;
}

.single-career-box.white .title {
  color: #223645;
}

.single-career-box.white ul i {
  color: #00b35f;
}

.consultant-padding .col-md-6:first-child {
  padding-right: 0;
}

.consultant-padding .col-md-6:last-child {
  padding-left: 0;
}

.single-career-box-thumb img {
  height: 442px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 28. Blog css */
.blog-pagination a {
  height: 60px;
  width: 60px;
  text-align: center;
  display: block;
  line-height: 60px;
  color: #859aaa;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
}

.blog-pagination li {
  margin: 0 5px;
}

.blog-pagination a:hover {
  background: #00b35f;
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0 0 15px #00b35fc7;
  box-shadow: 0 0 15px #00b35fc7;
}

.blog-grid-area {
  background: #f4f9fc;
}

.video-button {
  height: 120px;
  width: 120px;
  line-height: 120px;
  color: #00b35f;
  background: #fff;
}

.video-button:hover {
  color: #fff;
}

.single-news-item-2 .thumb {
  position: relative;
}

.blog-list-area .single-news-item-2 .title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
}

.blog-list-area .single-news-item-2 .content {
  padding: 40px 30px;
  padding-left: 0;
}

.blog-list-area .news-meta ul a i {
  color: #00b35f;
}

.blog-list-area .single-news-item-2 .inline-btn {
  margin-top: 20px;
  display: block;
}

/* Recent post widget css */
.recent-post-widget {
  padding: 35px 30px;
  background: #f4f9fc;
  padding-bottom: 45px;
}

.recent-post-widget .title,
.photo-gallery-widget .title,
.category-widget-list .title {
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
}

.photo-gallery-widget .title {
  margin-bottom: 15px;
}

.recent-post-widget .title {
  margin-bottom: 25px;
}

.recent-post-widget .single-recent-news .thumb {
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  position: relative;
  -webkit-box-shadow: 1px 11px 20px #cbcfd2;
  box-shadow: 1px 11px 20px #cbcfd2;
  margin-right: 24px;
}

.recent-post-widget .single-recent-news .thumb img {
  width: 100%;
  height: 100%;
}

.recent-post-widget .single-recent-news .content .title {
  font-size: 16px;
  color: #223645;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

.recent-post-widget .single-recent-news .content {
  margin-top: 2px;
}

.recent-post-widget .single-recent-news:not(:first-child) {
  margin-top: 30px;
}

.recent-post-widget .single-recent-news .thumb::after {
  height: 100%;
  width: 100%;
}

.recent-post-widget .single-recent-news {
  overflow: inherit;
}

.recent-post-widget .single-recent-news:hover .thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* photo gallery widget css */
.photo-gallery-widget {
  background: #f4f9fc;
  padding: 40px 35px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-top: 35px;
}

.photo-gallery-widget .photo-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.photo-gallery-widget .photo-widget-wrap .single-gallery-wrap {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px;
}

.photo-gallery-widget.gallery-widget .single-gallery {
  height: 120px;
}

.photo-gallery-widget .gallery-widget .single-gallery a {
  font-size: 30px;
}

.photo-gallery-widget.gallery-widget .single-gallery a {
  font-size: 30px;
}

/* category widget css */
.category-widget-list {
  padding: 40px 35px;
  background: #f4f9fc;
  padding-bottom: 30px;
  padding-top: 35px;
}

.category-list li:not(:first-child) {
  margin-top: 20px;
}

.category-list a {
  color: #7a8a9e;
  font-weight: 500;
  overflow: hidden;
}

.category-list span {
  float: right;
}

.category-list i {
  margin-right: 10px;
}

.category-list a:hover {
  color: #00b35f;
}

/* blog post css */
/*.single-news-item blockquote {*/
/*  color: #fff;*/
/*  background: #fff;*/
/*  padding-top: 45px;*/
/*  padding-left: 70px;*/
/*  padding-right: 50px;*/
/*  font-weight: 600;*/
/*  font-size: 20px;*/
/*  padding-bottom: 45px;*/
/*  position: relative;*/
/*}*/
.single-news-item blockquote {
    color: #000!important;
    background: #FFF!important;
    padding-top: 10px;
    padding-left: 20px;
    margin-left:20px;
    padding-right: 50px;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    border: 5px solid transparent!important;
    border-left-color: #00B35F!important;
    margin-bottom: 0;
    /*height: 10px;*/
}
.single-news-item blockquote::after {
    display:none;
}

.single-news-item blockquote span {
  margin-top: 15px;
  display: block;
  font-size: 18px;
  position: relative;
  padding-left: 45px;
}

.single-news-item blockquote span::after {
  content: "";
  left: 0;
  background: #fff;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-news-item blockquote::after {
  content: "\f10e";
  position: absolute;
  top: 35px;
  font-size: 50px;
  opacity: 0.1;
  left: 50px;
  font-family: "Font Awesome 5 Pro";
}

.blog-details .medicare-box-wrap .title {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

.blog-details .medicare-box-wrap .title {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

.blog-meta .tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta .tags ul a,
.social-share ul a {
  color: #7a8a9e;
  font-weight: 500;
}

.blog-meta .tags ul li:first-child,
.social-share ul li:first-child {
  font-size: 18px;
  color: #223645;
  font-weight: 700;
  margin-right: 5px;
}

.blog-meta .tags ul li:not(:first-child) {
  margin-left: 5px;
}

.social-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-share ul a {
  display: block;
  font-size: 14px;
}

.social-share ul li:not(:first-child) {
  margin-left: 18px;
}

.social-share ul li:first-child {
  margin-right: 0;
}

.social-share ul li:nth-child(2) {
  margin-left: 10px;
}

.social-share ul a:hover {
  color: #00b35f;
}

.authore-box {
  background: #f4f9fc;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.authore-box .thumb {
  margin-right: 35px;
}

.authore-box .content {
  padding: 0 !important;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.authore-box .content .name {
  font-size: 22px;
  font-weight: 700;
  color: #223645;
  margin-bottom: 12px;
}

.authore-box .social-share ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 15px;
}

.authore-box .social-share ul li:nth-child(2) {
  margin-left: 18px;
}

/* releted post css */
.post-comment-form .title,
.related-post .title,
.blog-coment-title .title {
  color: #223645;
  font-weight: 700;
  font-size: 30px;
}

.related-post .single-news-item .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 22px;
  margin-bottom: 12px;
}

.related-post .single-news-item .content {
  padding: 0;
}

.related-post .single-news-item .news-meta a {
  font-size: 14px;
}

.related-post .single-news-item .news-meta ul li:not(:first-child) {
  margin-left: 10px;
}

.related-post .blog-list-area .news-meta ul a i {
  margin-right: 5px;
}

.related-post .single-news-item .news-meta ul a i {
  margin-right: 5px;
}

/* comment box css */
.comments-box .comments-avatar {
  float: left;
  margin-right: 25px;
}

.comments-text {
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
}

.comments-avatar img {
  width: 80px;
}

.avatar-name .name {
  color: #223645;
  font-size: 18px;
  font-weight: 600;
}

.avatar-name .designation {
  color: #00b35f;
  font-weight: 500;
}

.avatar-name {
  margin-bottom: 10px;
}

.comments-text .reply {
  font-weight: 700;
  color: #223645;
  font-size: 15px;
  margin-top: 12px;
  display: inline-block;
}

.comments-text .reply i {
  margin-left: 10px;
}

.latest-comments ul li:not(:first-child) {
  margin-top: 45px;
}

.latest-comments ul li.children {
  margin-left: 105px;
}

/* comment form css */
.post-comment-form {
  background: #f4f9fc;
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 20px 25px;
  background: #fff;
  color: #7a8a9e;
  font-size: 14px;
  border: 0px;
  margin: 0;
}

.comment-form textarea {
  min-height: 145px;
}

.comment-form label {
  display: block;
  color: #223645;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #7a8a9e;
}

.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #7a8a9e;
}

.comment-form input:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #7a8a9e;
}

.comment-form input::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder {
  color: #7a8a9e;
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #7a8a9e;
}

.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #7a8a9e;
}

.comment-form input:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #7a8a9e;
}

.comment-form input::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder {
  color: #7a8a9e;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #7a8a9e;
}

.comment-form .form-group {
  position: relative;
  margin-bottom: 35px;
}

.comment-form .form-group span {
  position: absolute;
  right: 25px;
  top: 62px;
  color: #00b35f;
  font-size: 14px;
}

.comment-form .site-btn {
  padding: 18px 78px;
  margin-top: 5px;
  border: none;
}

.comment-form input:focus,
.comment-form textarea:focus {
  background: #00b35f;
  color: #fff;
}

.comment-form input:focus::-webkit-input-placeholder,
.comment-form textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

.comment-form input:focus::-moz-placeholder,
.comment-form textarea:focus::-moz-placeholder {
  color: #fff;
}

.comment-form input:focus:-ms-input-placeholder,
.comment-form textarea:focus:-ms-input-placeholder {
  color: #fff;
}

.comment-form input:focus::-ms-input-placeholder,
.comment-form textarea:focus::-ms-input-placeholder {
  color: #fff;
}

.comment-form input:focus::-webkit-input-placeholder,
.comment-form textarea:focus::-webkit-input-placeholder {
  color: #fff;
}

.comment-form input:focus::-moz-placeholder,
.comment-form textarea:focus::-moz-placeholder {
  color: #fff;
}

.comment-form input:focus:-ms-input-placeholder,
.comment-form textarea:focus:-ms-input-placeholder {
  color: #fff;
}

.comment-form input:focus::-ms-input-placeholder,
.comment-form textarea:focus::-ms-input-placeholder {
  color: #fff;
}

.comment-form input:focus::placeholder,
.comment-form textarea:focus::placeholder {
  color: #fff;
}

.comment-form input:focus ~ span,
.comment-form textarea:focus ~ span {
  color: #fff;
}

/* 29. Contact page css */
.contact-info-box .title {
  position: relative;
  border-bottom: 2px solid #ececec;
  padding-bottom: 25px;
  font-weight: 600;
  color: #535353;
  margin-bottom: 40px;
  margin-right: 50px;
}

.contact-info-box .title::after {
  content: "";
  left: 0;
  bottom: -3px;
  width: 80px;
  background: #00b35f;
  height: 4px;
  position: absolute;
}

.contact-info-box .title i {
  margin-right: 15px;
  color: #00b35f;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.contact-info-box li,
.contact-info-box li a {
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-info-box li i {
  font-size: 24px;
  left: 0;
  top: 0;
  color: #00b35f;
}

.contact-info-box li {
  padding-left: 10px;
}

.contact-info-box .icon {
  margin-right: 20px;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.contact-info-box .content {
  line-height: 28px;
  font-weight: 500;
}

.contact-info-box li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7a8a9e;
}

.contact-info-box ul li:not(:first-child) {
  margin-top: 30px;
}

.contact-info-box li:first-child .icon {
  margin-right: 26px;
}

.contact-info-box li:first-child {
  margin-bottom: -5px;
}

.contact-form-touch .comment-form input,
.contact-form-touch .comment-form textarea {
  border-color: transparent;
  border: 2px solid #e5e5e5;
  padding: 22px 25px;
}

.contact-form-touch .comment-form input:focus,
.contact-form-touch .comment-form textarea:focus {
  border-color: transparent;
}

.contact-form-touch .comment-form .form-group {
  margin-bottom: 25px;
}

.contact-form-touch .title {
  color: #223645;
  font-weight: 700;
}

.contact-form-touch .comment-form .site-btn {
  margin-top: -2px;
}

.contact-form-touch .comment-form .form-group span {
  top: 66px;
}

.contact-map {
  height: 750px;
  width: 100%;
}

/* 30. Portfolio css */
.single-portfolio-item .sub-title {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
}

.single-portfolio-item .title {
  font-size: 24px;
  color: #223645;
  font-weight: 700;
}

.single-portfolio-item .thumb img {
  width: 100%;
}

.single-portfolio-item .content {
  position: relative;
  margin-top: 40px;
}

.single-portfolio-item .icon {
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  color: #00b35f;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.single-portfolio-item:hover .icon {
  background: #00b35f;
  color: #fff;
  border-color: transparent;
}

.portfolio-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.portfolio-nav ul li {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 30px;
  display: block;
  position: relative;
  cursor: pointer;
}

.portfolio-nav ul li:not(:first-child) {
  margin-left: 30px;
}

.portfolio-nav ul li.active::after {
  background: #00b35f;
  height: 2px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-nav ul::after {
  width: 89%;
  background: #dfdfdf;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
}

.single-portfolio-box {
  position: relative;
}

.single-portfolio-box .content-wrap {
  position: absolute;
  width: 100%;
  padding: 25px;
  bottom: -10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.single-portfolio-box:hover .content-wrap {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.single-portfolio-box .content {
  background: #fff;
  position: relative;
  padding: 25px;
}

.single-portfolio-box .sub-title {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.single-portfolio-box .title {
  font-size: 18px;
  font-weight: 700;
  color: #223645;
}

.single-portfolio-box .content .icon {
  position: absolute;
  right: 25px;
  top: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #00b35f;
  color: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-area .site-btn {
  padding: 18px 38px;
}

/* portfolio gallery css */
.single-gallery-big .thumb img {
  width: 100%;
}

.single-gallery-big .thumb {
  position: relative;
}

.single-gallery-big .content {
  position: absolute;
  bottom: 40px;
  background: #fff;
  padding: 33px 0;
  width: 75%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  border-bottom: 3px solid #00b35f;
  padding-bottom: 19px;
  z-index: 1;
}

.single-gallery-big .content .title {
  color: #223645;
  font-size: 24px;
  font-weight: 700;
}

.single-gallery-big .content .sub-title {
  font-size: 16px;
  letter-spacing: 2px;
  color: #7a8a9e;
  margin-bottom: 15px;
}

.portfolio-gallery-big .slick-arrow {
  height: 60px;
  width: 60px;
  font-size: 16px;
  color: #8a8a8a;
  border: none;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 63px;
}

.portfolio-gallery-big .slick-arrow:hover {
  background: #00b35f;
  color: #fff;
  border-color: transparent;
}

.portfolio-gallery-big .slick-next {
  left: auto;
  right: 30px;
}

.portfolio-gallery-big .slick-prev {
  right: auto;
}

.single-gallery-big {
  max-height: 710px;
}

.portfolio-gallery-big {
  margin-bottom: 20px;
}

.portfolio-gallery-small .slick-slide {
  margin: 0 10px;
}

.portfolio-gallery-small .slick-list {
  margin: 0 -10px;
}

/* 31. Appointment page css */
.appointment .form-group {
  position: relative;
  margin-bottom: 15px;
}

.appointment input,
.appointment textarea {
  width: 100%;
  padding: 22px 30px;
  border-radius: 0;
  font-weight: 600;
  color: #7a8a9e;
  margin: 0;
}

.appointment input::-webkit-input-placeholder,
.appointment textarea::-webkit-input-placeholder {
  color: #7a8a9e;
}

.appointment input::-moz-placeholder,
.appointment textarea::-moz-placeholder {
  color: #7a8a9e;
}

.appointment input:-ms-input-placeholder,
.appointment textarea:-ms-input-placeholder {
  color: #7a8a9e;
}

.appointment input::-ms-input-placeholder,
.appointment textarea::-ms-input-placeholder {
  color: #7a8a9e;
}

.appointment input::-webkit-input-placeholder,
.appointment textarea::-webkit-input-placeholder {
  color: #7a8a9e;
}

.appointment input::-moz-placeholder,
.appointment textarea::-moz-placeholder {
  color: #7a8a9e;
}

.appointment input:-ms-input-placeholder,
.appointment textarea:-ms-input-placeholder {
  color: #7a8a9e;
}

.appointment input::-ms-input-placeholder,
.appointment textarea::-ms-input-placeholder {
  color: #7a8a9e;
}

.appointment input::placeholder,
.appointment textarea::placeholder {
  color: #7a8a9e;
}

.appointment .nice-select {
  height: 70px;
  line-height: 70px;
  width: 100%;
  border-radius: 0;
}

.appointment .nice-select .current {
  font-weight: 600;
  font-size: 16px;
}

.appointment .nice-select:focus {
  border-color: transparent;
}

.appointment textarea {
  min-height: 155px;
}

.appointment .site-btn {
  margin-top: -7px;
  padding: 27px 118px;
  border: none;
  font-size: 18px;
}

.appointment .form-group .icon {
  position: absolute;
  right: 30px;
  font-size: 16px;
  top: 25px;
}

.appointment .nice-select:after {
  border-color: #7a8a9e;
  width: 8px;
  height: 8px;
  right: 34px;
}

.schedule-area .section-heading {
  margin-bottom: 70px;
}

.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: #dee7ec;
  border: 2px solid #f4f9fc;
  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;
}

.doctor--routine__wrapper span {
  font-size: 14px;
  font-weight: 500;
  color: #223645;
}

.routine__table .table tbody td {
  padding: 20px 15px;
  background-color: #fff;
}

.routine__table .table tbody td.active-doctor {
  background: #8fb569;
}

.routine__table .table tbody td.active-doctor.red {
  background: #00b35f;
  color: #fff;
}

.routine__table .table tbody td.active-doctor.red span {
  color: #fff;
}

.routine__bg {
  background-size: cover;
  background-position: center center;
}

/* calender css */
#calender thead {
  background: #dee7ec;
  color: #223645;
  font-size: 20px;
}

#calender thead td {
  padding: 1em 0.1em;
}

#calender table {
  margin: 0;
}

#calender tbody td {
  border: 1px solid #e6e6e6;
  font-size: 24px;
  color: #778692;
  font-weight: 500;
}

#calender tbody {
  border-right: 2px solid #e6e6e6;
}

#calender header {
  background: #223645;
  color: #fff;
  padding: 31px 0px;
  position: relative;
}

#calender .month {
  font-size: 36px;
  font-weight: 600;
  display: inline-block;
}

.calendar header .month .year {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
}

.calendar .day.today {
  background: #00b35f;
}

#calender header button.btn {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  font-size: 30px;
  color: #7c98ad;
  border: none;
  height: auto;
  width: auto;
  padding: 0;
  background: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#calender header button:focus,
#calender header button:hover {
  outline: none;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#calender header button.btn.btn-next {
  left: auto;
  right: 40px;
}

.calendar header .btn:before {
  display: none;
}

.calendar header .btn:hover {
  background: transparent;
}

/* 32. Error page css */
.transparent-header .menu-tigger {
  display: inline-block;
  margin-left: 40px;
}

.transparent-header .mainmenu {
  text-align: right;
}

.transparent-header .mainmenu .submenu {
  text-align: left;
}

.error-page {
  padding-top: 285px;
  padding-bottom: 215px;
  background: #0949b3;
  color: #fff;
  position: relative;
  z-index: 1;
}

.error-page::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  background-image: url(../images/error-icon.html);
  background-position: center center;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.transparent-header {
  position: absolute;
  width: 100%;
  padding-top: 20px;
  z-index: 2;
}

.transparent-header .mainmenu li > a {
  color: #fff;
}

.error-page-content .title {
  font-size: 85px;
  font-weight: 700;
}

.error-page-content .sub-title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
}

.error-page-content p {
  line-height: inherit;
}

.error-page-content .site-btn {
  margin-top: 40px;
}

.error-shape span {
  position: absolute;
  display: none;
}

.error-shape span:nth-child(1),
.error-shape span:nth-child(3) {
  top: 20%;
  left: 2%;
}

.error-shape span:nth-child(2),
.error-shape span:nth-child(4) {
  bottom: -35%;
  left: 1%;
}

.error-shape span:nth-child(4) {
  left: 40%;
  bottom: -40%;
}

.error-shape span:nth-child(3) {
  left: 40%;
  top: 30%;
}

.big-error-shape {
  text-align: right;
}

/* preloader css */
@-webkit-keyframes pulsate {
  0% {
    background-color: #00b35f;
  }

  25% {
    background-color: #f44336;
  }

  50% {
    background-color: #2196f3;
  }

  75% {
    background-color: #ffc107;
  }

  100% {
    background-color: #ff5722;
  }
}

@keyframes pulsate {
  0% {
    background-color: #00b35f;
  }

  25% {
    background-color: #f44336;
  }

  50% {
    background-color: #2196f3;
  }

  75% {
    background-color: #ffc107;
  }

  100% {
    background-color: #ff5722;
  }
}

@-webkit-keyframes move {
  to {
    stroke-dashoffset: -1200;
  }
}

@keyframes move {
  to {
    stroke-dashoffset: -1200;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.loader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulsate;
  animation-name: pulsate;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.loader svg {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.animation {
  fill: none;
  stroke: #fff;
  stroke-linecap: square;
  stroke-miterlimit: 10;
  stroke-width: 0.8px;
  opacity: 1;
  stroke-dasharray: 600;
  -webkit-animation: move 5s linear forwards infinite, fade 5s linear infinite;
  animation: move 5s linear forwards infinite, fade 5s linear infinite;
}

/* Error Css */

.error {
  color: red !important;
  font-size: 15px !important;
}

/* End of Error Css */

/* Page Loader */

#homepage-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("home-loader.gif") 50% 50% no-repeat rgb(249, 249, 249);
}

/*  */
/* latest css */
.view_all_btn {
  padding: 9px 30px;
  border: 1px solid #00b35f;
  text-align: center;
  background: #00b35f;
  text-decoration: none;
  border-radius: 3px;
  width: 50%;
  float: right;
}
.view_all_btn a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .view_all_btn {
    width: 100%;
  }
}

/* Tryign Dots Css */

.news-carousel .owl-dots {
  margin-top: 45px;
  text-align: center;
}

.news-carousel .owl-dots div.active {
  background: transparent;
  border-color: #f0a142;
}

.news-carousel .owl-dots div {
  display: inline-block;
  height: 15px;
  background: #92a2ae;
  width: 15px;
  margin: 0 5px;
  border-radius: 50%;
  border: 3px solid #92a2ae;
}

#team-caoursel .owl-dots {
  margin-top: 45px;
  text-align: center;
}

#team-caoursel .owl-dots div.active {
  background: transparent;
  border-color: #f0a142;
}

#team-caoursel .owl-dots div {
  display: inline-block;
  height: 15px;
  background: #92a2ae;
  width: 15px;
  margin: 0 5px;
  border-radius: 50%;
  border: 3px solid #92a2ae;
}

/* Ends */

/* Copy Css from header file */
.hamburger-menu.menu-tigger {
  height: 89px;
  width: 52px;
  position: fixed;
  right: -5px;
  top: 50%;
  z-index: 1000;
  /* transform: rotate(-90deg);*/
  -webkit-transform: rotate(-1deg);
}

a.site-logo {
  width: 175px;
}

.tour1 {
  display: none;
}

select#speciality-list {
  padding: 16px 24px;

  font-size: 14px;
  color: #8A8A8A;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #E8F0F5;
}

select#doctor-list {
  padding: 16px 24px;

  font-size: 14px;
  color: #8A8A8A;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #E8F0F5;
}

select {
  padding: 16px 24px;

  font-size: 14px;
  color: #8A8A8A;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #E8F0F5;
}

.button_slide {
  color: #000;
  border: 2px solid rgb(0, 179, 95);
  border-radius: 0px;
  width: 100%;
  padding: 5%;
  text-align: center;
  display: inline-block;
  /* font-family: "Lucida Console", Monaco, monospace; */
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #00b35f;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}



.slide_right:hover {
  box-shadow: inset 400px 0 0 0 #00b35f;
}


#outer {
  width: 364px;
  margin: 50px auto 0 auto;
  text-align: center;
}

/* Style the header */


/* Page content */
.content {
  padding: 0 !important;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky+.content {
  padding-top: 102px;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 17px;
  /*right:40px;*/
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  left: 28px;
}

.my-float {
  margin-top: 16px;
}

.tour {
  background: red;
  padding: 13px 20px;
  color: #fff;
  border-radius: 3px;
}

.header-area-3 .mainmenu ul a {
  color: #000;
}


.col-lg-2.text-right {
  margin-top: 11px;
}

.spn {
  display: none;
}

.spn {
  background: red;
  padding: 17px;
  margin-left: 15%;
}

@media only screen and (max-device-width : 992px) {

  .tour {
      color: #fff;
      padding: 8px;
      transform: translate(30%, 40%);
  }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .spn {
      display: inline-block;
      padding: 5px;
      margin-left: 0%;
  }

  a.site-logo {
      width: 40%;
  }

  /*.button_slide {*/
  /*    font-size:30px;*/
  /* }*/

  /*.section-heading .sub-title {*/
  /*   font-size: 22px;}*/
  /*    .find-doctro-content .title {*/
  /*   font-size: 40px;}*/
  /*    p {*/
  /*   font-size:22px;*/
  /*    line-height: 30px;*/
  /*}*/
  .header-top-area {
      background: #F4F9FC;
      /* padding: 31px 0px 0px; */
  }
}


/* New css */
.header-info {
  margin: 0 20px 0 0;
}

.header-info .icon {
  width: 30px;
  height: 30px;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  color: #00b35f;
  background: #00b35f0d;
  margin: 0 5px 0 0;
}

.header-info span {
  color: #7a8a9e;
  font-weight: 500;
  font-size: 15px;
}

.header-info h4 {
  color: #223645;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.header-area-3 {
  position: relative;
}

/* .submenu{
  height: 100vh;
  max-height: 49vh;
width: 100%;
overflow: hidden scroll;
} */

.header_menu_accordion {}

.header_menu_accordion .header_menu_accordion_card {
  border: none;
}

.header_menu_accordion .header_menu_accordion_card_header {
  padding: 0;
  border: none;
  background-color: transparent;
}

.header_menu_accordion .header_menu_accordion_card .header_menu_accordion_card_header h2 a {
  color: #000;
}

.header_menu_accordion .header_menu_accordion_card .header_menu_accordion_card_header h2 a:hover {
  color: #00b35f;
}

.header_menu_accordion_card_link {}

.header_menu_accordion .header_menu_accordion_card .header_menu_accordion_card_header h2 .header_menu_accordion_card_btn {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.header_menu_accordion .header_menu_accordion_card .header_menu_accordion_card_header h2 .header_menu_accordion_card_btn:hover,
.header_menu_accordion .header_menu_accordion_card .header_menu_accordion_card_header h2 .header_menu_accordion_card_btn:focus {
  color: #00b35f;
  text-decoration: none;
}

/* Copy css from Home page file */
.button {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 7px 25px;
  text-align: center;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

#thover {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .6
}

#PopUp {
  position: absolute;
  background: #fff;
  left: 55%;
  top: 42%;
  border-radius: 5px;
  padding: 0px 0;
  margin-left: -320px;
  /* width/2 + padding-left */
  margin-top: -219px;
  /* height/2 + padding-top */
  text-align: center;
  box-shadow: 0 0 10px 0 #000;
}

#tclose {
  position: absolute;
  background: black;
  color: white;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Arial Black', Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 0 10px 0 #000;
}

.ac-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000094;
  z-index: 1001;
}

.view_all_btn {
  color: #fff;
}

.view_all_btn:hover {
  color: #fff;
}

.single-service-box .specia_content {
position: relative;
padding-top: 40px;
font-weight: 500;
}
.bg-speciality{
  background-color: #f4f9fc;
  padding-bottom: 40px;
}
.service-prvide-area-wrapper .single-service-box{
  padding-bottom: 30px !important;
}

/* @media (max-width: 991px) {
  .single-hero-item {
     min-height: 441px;
  }
} */

.content {
  padding: 0px;
  padding-top: 16px;
}

/* Copy Css from specialities page */
.single-service-box .specia_content{
  position: relative;
  padding-top: 75px;
  font-weight: 500;
}

/* Copy css from specialities details page */
.breadcrumb-area {
  padding: 142px 0;
  z-index: 1;
}

.pt-130 {
  padding-top: 42px !important;
}

.green-title {
  color: #00b35f;
}

.breadcrumb-area {
  padding: 50px 0;
  z-index: 1;
}

/* Speciality Cards Css */
/* .all-specialty-flip ul {
list-style-type: none;
padding-left: 15px;
margin-bottom: 15px;
} */
.all-specialty-flip .add-to-shadow {
  padding: 20px 2px;
  border: 1px solid #00000026;
  margin-bottom: 8%;
}

.location-departmant h4 {
  font-size: 21px;
  color: #000;
  text-align: center;
  margin: 8% 0 6%;
}

.all-specialty-flip .view {
  border: 1px solid #959ba3;
  color: #000;
  border-radius: 4px;
  font-size: 14px;
  padding: 6px 0px;
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: none;
  margin: 8% auto 0;
  width: 60%;
  text-align: center;
}

img.img-responsive.part-1 {
  display: block;
  margin: auto;
}

.speciality_card_head {
  color: #223645;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}

/* Speciality Cards Css */
/* Faq section css starts here */
.faq_accord_card {
  border: 0;
}

.faq_accord_card_header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px 5px 0px 0px;
}

button.btn.collapsed.faq_accord_btn {
  display: block;
  cursor: pointer;
  width: 100%;
  text-align: start;
}

button.btn.collapsed.faq_accord_btn:focus {
  box-shadow: none;
}

button.btn.collapsed.faq_accord_btn:not(:disabled) {
  cursor: pointer;
  width: 100%;
  text-align: start;
}

button.btn.faq_accord_btn:not(:disabled) {
  cursor: pointer;
  width: 100%;
  text-align: start;
}

button.btn.faq_accord_btn:not(:disabled):focus {
  box-shadow: none;
}

.faq_accord_btn::after {
  content: "+";
  color: #000000c4;
  font-size: 25px;
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 10px;
  transition: transform .2s ease;
}

.faq_accord_btn:not(.collapsed)::after {
  content: "-";
  color: #000000c4;
  font-size: 25px;
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 10px;
}

.faq_accord_card_body {
  padding-top: 10px;
  padding-left: 12px;
}

/* Faq section css Ends here */

/*copy from  Speciality doctors */
.info-block.mb {
  margin-bottom: 30px;
}

.gonutton {
  background: #e11c23;
  color: #fff;
  padding: 6px 20px;
  /*   width: 100%;*/
  border-radius: 3px;
  border: 10px;
}

.doctors-time-table tbody tr th {
  height: 75px;
}

.time-table-section.pd-top-extra {
  padding-top: 110px;
}

select#speciality-list {
  padding: 16px 24px;
  font-size: 14px;
  color: #8a8a8a;
  width: 100%;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #e8f0f5;
}

select#speciality-list {
  padding: 1px 24px !important;
}
#accordionFaq ul {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#accordionFaq ul li {
    list-style-type: disc;
}
#blog-desc ul {
    margin-left: 20px!important;
    margin-top: 10px!important;
}
.hidden { visibility: hidden; height: 0;}
.news-meta ul, .news-meta ul li { list-style-type: none; }
.news-meta ul li { margin-left: 0 !important; font-size: 18px; font-weight: 600;
    color: #000;}