/*
    Theme Name: MediCheck - Medical and Health HTML5 Template
    更多模板：http://www.bootstrapmb.com/
    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 */

@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

*,
*::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: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #7a8a9e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

p {
    margin: 0;
    padding: 0;
    line-height: 28px;
}

ul,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

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: #E12454;
    position: relative;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 18px 36px;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.site-btn::after {
    content: "";
    height: 10px;
    width: 10px;
    background: #F34A75;
    right: 10px;
    bottom: 8px;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.site-btn:hover,
.single-career-box .site-btn.white-bg:hover {
    color: #fff;
    background: #72A243;
}

.site-btn:hover::after,
.single-career-box .site-btn.white-bg:hover::after {
    background: #649336;
}

.site-btn.secondary:hover,
.site-btn.black:hover {
    background: #E12454;
}

.site-btn.secondary:hover::after,
.site-btn.black:hover::after {
    background: #CA1744;
}

.site-btn.secondary {
    background: #72A243;
}

.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: #E12454;
}

.section-heading .inline-btn {
    color: #223645;
}

.section-heading .inline-btn {
    color: #223645;
}

.section-heading .inline-btn:hover {
    color: #E12454;
}

.inline-btn {
    font-size: 15px;
    color: #7A8A9E;
    font-weight: 700;
}

.inline-btn span {
    position: relative;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.inline-btn span::after {
    content: "";
    border-bottom: 1px solid #A3AEBC;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.inline-btn i {
    padding-left: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.inline-btn:hover span {
    color: #E12454;
}

.inline-btn:hover i {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    color: #E12454;
}

.inline-btn:hover span::after {
    border-color: #E12454;
}

/* 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: #E12454;
}

.header-top-menu ul li:last-child::after {
    border-bottom: 1px solid #E12454;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.header-top-menu a:hover {
    color: #E12454;
}

.contact-info i {
    color: #E12454;
    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: #E12454;
    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: #E12454;
}

.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: 100px;
}

.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: #E12454;
    background: #FDF2F5;
    margin-right: 20px;
}

.header-info span {
    color: #7A8A9E;
    font-weight: 500;
    font-size: 16px;
}

.header-info h4 {
    color: #223645;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}

.header-infos .site-btn {
    margin-left: 45px;
    padding: 13px 27px;
}

.header-infos .header-info:first-child {
    margin-right: 45px;
}

/* header-menu-area */
.mainmenu a {
    font-size: 16px;
    font-weight: 500;
    color: #223645;
    display: block;
    padding: 28px 0;
}

.mainmenu ul {
    display: inline-block;
}

.mainmenu ul li {
    position: relative;
    display: inline-block;
}

.mainmenu ul .submenu li {
    display: block;
}

.mainmenu ul>li:hover a {
    color: #E12454;
}

.mainmenu ul li:not(:first-child) {
    margin-left: 30px;
}

.mainmenu ul .submenu {
    position: absolute;
    min-width: 130px;
    top: 3%;
    left: 0;
    z-index: 99;
    padding: 5px 0;
   
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}

.mainmenu ul li:hover .submenu {
    top: 100%;
	left:-20px;
    opacity: 1;
    visibility: visible;
}

.mainmenu ul .submenu li {
    margin: 0;
}

.mainmenu ul .submenu li a {
    padding: 11px 20px;
    display: block;
    color: #223645;
}

.mainmenu ul .submenu a:hover {
    color: #E12454;
}

/* 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: flex-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 {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 13px 0px;
}

.header-area-3 .mainmenu li a {
    color: #fff;
}

.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: 20px 0;
}

.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: #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.offcanvas-overly.active {
    opacity: .5;
    visibility: visible;
}

/* 3. Slider area */
.slide-content img {
    width: auto !important;
}

.slide-content .title {
    font-size: 80px;
    color: #223645;
    font-weight: 700;
    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: #E12454;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 42px;
}

.single-hero-item {
    min-height: 825px;
}

.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: #CA1744;
}

.slide-btns .site-btn:hover::after {
    background: #649336;
}

.site-btn.secondary::after {
    background: #649336;
}

.slide-btns .site-btn.secondary:hover::after {
    background: #CA1744;
}

.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: .3s;
    -o-transition: .3s;
    transition: .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: .3s;
    -o-transition: .3s;
    transition: .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: #72A243;
    z-index: 9;
    border-color: transparent;
}

.hero-area-2 .owl-nav div:hover {
    background: #72A243;
    color: #fff;
    border-color: transparent;
}

.hero-area-2 .single-hero-item .title {
    margin-bottom: 25px;
}

.hero-area-2 .owl-nav div:hover {
    background: #E12454;
}

/* 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: 45px;
    color: #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .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: #E12454;
    border-color: #E12454;
}

.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: #E12454;
    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: #72A243;
    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: #72A243;
    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(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    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: #72A243;
    margin-bottom: 7px;
}

.single-badge-item span {
    font-weight: 600;
}

.single-badge-item .icon i::before {
    font-size: 80px;
    color: #E12454;
}

.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: 70px;
}

.service-prvide-area {
    border-top: 2px solid #EDEDED;
    margin-top: 50px;
    padding-top: 130px;
}

.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: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-service-box:hover .title {
    color: #E12454;
}

.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 #e1245433;
    box-shadow: 0px 10px 20px 0 #e1245433;
    top: -35px;
}

.single-service-box .icon i::before {
    font-size: 35px;
    margin: 0;
    color: #E12454;
}

.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: #E12454;
    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: #E12454;
}

.single-service-box .inline-btn:hover {
    color: #E12454;
}

.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: #E12454;
    border-color: transparent;
}

#service-carousel-1 .owl-dots div {
    border-color: #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .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: #E12454;
    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: #E12454;
    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: 130px;
}

.service-area.service-style-2.service-style-3 {
    position: relative;
    z-index: 1;
    background: #E12454;
}

.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: #FFC0D0;
    font-weight: 500;
    font-style: italic;
}

.single-carousel-box .thumb {
    margin: 0;
}

.single-carousel-box .thumb img {
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .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: #E12454;
    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: #E12454;
    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: #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.team-caoursel .owl-nav,
.news-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -115px;
}

.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: #E12454;
    border-color: #E12454;
}

.single-team-box .thumb {
    overflow: hidden;
}

.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: .3s;
    -o-transition: .3s;
    transition: .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: 22px 0;
    margin-top: -45px;
    position: relative;
    z-index: 1;
}

.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: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
}

.single-team-box .content .title {
    font-size: 18px;
    font-weight: 700;
    color: #223645;
    margin-bottom: 4px;
}

.single-team-box .content .designation {
    color: #E12454;
    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: #72A243;
    color: #fff;
    text-align: center;
    line-height: 41px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.team-style-2 .single-team-box:hover .icon {
    background: #E12454;
}

/* 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: #72A243;
    color: #fff;
    line-height: 41px;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.team-style-3 .single-team-box:hover .content .icon {
    background: #E12454;
}

/* make-appointment css */
.make-appointment {
    margin-top: 60px;
    font-size: 16px;
    font-weight: 500;
}

.make-appointment i::before {
    font-size: 60px;
    margin: 0;
    color: #E12454;
}

.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: #E12454;
}

.cta-area .site-btn.white-bg {
    background: #fff;
    color: #223645;
}

.cta-area .site-btn.white-bg::after {
    background: #E12454;
}

.cta-area .site-btn.white-bg:hover::after {
    background: #649336;
}

.cta-area .site-btn.white-bg:hover {
    background: #72A243;
    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(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.gallery-hover::after {
    content: "";
    background: #72A243;
    left: 0;
    top: 0;
    opacity: .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: #E12454;
}

.gallery-btn i {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.gallery-btn:hover {
    background: #E12454;
    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: #649336;
}

/* 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: #72A243;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 18px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-pricing-item.smart .title,
.single-pricing-item:hover .title {
    background: #E12454;
}

.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: #E12454;
    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.png);
    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: #E12454;
    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: #72A243;
}

.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: #E12454;
}

.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: .3s;
    -o-transition: .3s;
    transition: .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: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-news-item::before {
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-news-item {
    padding: 40px 70px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .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: #E12454;
}

.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: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-news-item-2 .inline-btn span::after {
    border-color: #C3CAD2;
}

.single-news-item-2 .inline-btn:hover span::after {
    border-color: #E12454;
}

.single-news-item-2 .inline-btn span::after,
.single-news-item-2 .inline-btn i,
.single-news-item-2 .inline-btn span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.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: #E12454;
}

.single-news-item-2:hover .news-meta ul a {
    color: inherit;
}

.favourite-btn {
    height: 50px;
    width: 50px;
    background: #E12454;
    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;
}

/* news-3 css */
.news-area.news-style-3 {
    margin-top: 0;
    background-image: url(../images/home-3-news-bg.png);
    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:#e40404;
    padding-top: 80px;
    color: #A0ACB5;
}

.footer-widget .site-logo {
    margin-bottom: 30px;
    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: #E12454;
    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: #E12454;
    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 a:hover {
    color: #fff;
}

.footer-widget ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-widget ul li a i {
    margin-right: 10px;
}

.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: #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .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: .3s;
    -o-transition: .3s;
    transition: .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: .3s;
    -o-transition: .3s;
    transition: .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: #E12454;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .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: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.photo-gallery-item:hover .thumb::after {
    opacity: .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: #E12454;
    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: #E12454;
}

.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: #E12454;
    color: #fff;
    border-color: #E12454;
}

.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: #72A243;
}

.footer-widget .footer-contact-info li a,
.footer-contact-info li {
    font-size: 20px;
    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: 80px;
}

.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: 230px;
}

.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: 60px 70px;
    -webkit-box-shadow: 0 0 20px #F3F4F5;
    box-shadow: 0 0 20px #F3F4F5;
    z-index: 1;
}

#testimonial-2 .icon {
    color: #D2224E;
    font-size: 80px;
    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: #E12454;
    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: -120px;
    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: 250px;
}

.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: #E12454;
    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: #E12454;
}

.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 #e124545c;
    box-shadow: 0px 10px 15px #e124545c;
    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: #72A243;
}

#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: #72A243;
    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: #E12454;
    z-index: -1;
}

.single-trusted-box .site-btn:hover {
    background: #E12454;
    color: #fff;
}

.single-trusted-box .site-btn::after {
    background: #649336;
}

.single-trusted-box .site-btn.secondary::after {
    background: #CA1744;
}

.single-trusted-box .site-btn:hover {
    background: #72A243;
}

.single-trusted-box .site-btn.secondary:hover {
    background: #E12454;
}

.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: #E12454;
}

.from-groups .form-group input {
    padding: 17px 20px;
    border: 2px solid transparent;
    font-size: 14px;
    color: #8A8A8A;
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .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: #E12454;
    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: #E12454;
    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: #E12454;
}

/* 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: #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .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: #72A243;
    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.png);
    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: #E12454;
}

.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/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: #72A243;
    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: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.future-plan-tab-content .inline-btn:hover span {
    color: #E12454;
}

.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: #72A243;
}

.single-working-process {
    padding: 50px 28px;
    border: 1px solid #EAEAEA;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .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: .3s;
    -o-transition: .3s;
    transition: .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: #72A243;
    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: 265px 0;
    z-index: 1;
}

.breadcrumb-area::before {
    background: #F4F9FC;
    z-index: -1;
}

.breadcrumb-black::before {
    background: #223645;
}

.breadcrumb-content .title {
    font-size: 80px;
    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;
}

.breadcrumb-content ul li {
    font-size: 24px;
}

.breadcrumb-content ul a {
    color: #223645;
}

.breadcrumb-content ul li:last-child {
    color: #E12454;
}

.breadcrumb-content ul li:nth-child(2) {
    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: #E12454;
    border-radius: 50%;
    margin-left: -60px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 30px 0 #e12454b3;
    box-shadow: 0px 0px 30px 0 #e12454b3;
}

.green-bg {
    background: #72A243;
}

/* 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: #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .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: #E12454;
    color: #fff;
}

.accordion.faqs .card .card-header .btn-link:hover {
    text-decoration: none;
    background: #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-download-box .icon {
    font-size: 50px;
    color: #E12454;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-download-box:hover {
    background: #E12454;
    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: #E12454;
    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: #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .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(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    color: #fff;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.gallery-widget .single-gallery::before {
    background: #E12454;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .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: .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: #E12454 !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: #E12454;
    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: #E12454;
    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: #E12454;
}

.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: #E12454;
    color: #fff;
    border-color: transparent;
}

.dr-testimonial .owl-nav div.owl-prev {
    margin-right: 10px;
}

.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: #72A243;
    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: #72A243;
}

.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: #E12454;
}

.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: #E12454;
}

.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: #E12454;
    color: #fff;
    border-color: transparent;
    -webkit-box-shadow: 0 0 15px #e12454c7;
    box-shadow: 0 0 15px #e12454c7;
}

.blog-grid-area {
    background: #F4F9FC;
}

.video-button {
    height: 120px;
    width: 120px;
    line-height: 120px;
    color: #E12454;
    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: #E12454;
}

.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: #E12454;
}

/* blog post css */
.single-news-item blockquote {
    color: #fff;
    background: #72A243;
    padding-top: 45px;
    padding-left: 70px;
    padding-right: 50px;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 45px;
    position: relative;
}

.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: .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: #E12454;
}

.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: #E12454;
    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: #E12454;
    font-size: 14px;
}

.comment-form .site-btn {
    padding: 18px 78px;
    margin-top: 5px;
    border: none;
}

.comment-form input:focus,
.comment-form textarea:focus {
    background: #E12454;
    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: #E12454;
    height: 4px;
    position: absolute;
}

.contact-info-box .title i {
    margin-right: 15px;
    color: #E12454;
    -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: #E12454;
}

.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: #E12454;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-portfolio-item:hover .icon {
    background: #E12454;
    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: #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .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: #E12454;
    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 #E12454;
    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: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 63px;
}

.portfolio-gallery-big .slick-arrow:hover {
    background: #E12454;
    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: #E12454;
    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 .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: #E12454;
}

#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: .3s;
    -o-transition: .3s;
    transition: .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.png);
    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: #E12454;
    }

    25% {
        background-color: #f44336;
    }

    50% {
        background-color: #2196F3;
    }

    75% {
        background-color: #FFC107;
    }

    100% {
        background-color: #FF5722;
    }
}

@keyframes pulsate {
    0% {
        background-color: #E12454;
    }

    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;
}