/*
Theme Name: Dentistry Hospital Pro
Description:
Author: wpelemento
Theme URI:
Author URI: https://preview.wpelemento.com/dentistry-hospital-pro/
Version: 0.0.3
Requires PHP: 7.2
Tested up to: 6.2
Text Domain: dentistry-hospital-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: education, portfolio, blog, wide-blocks, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, editor-style, theme-options, threaded-comments
Elementor Wptheme WordPress Theme has been created by wpelemento(wpelemento.com), 2022.
Elementor Wptheme WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Roboto";
}
a{
  text-decoration: none;
}
ul, ol{
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100% !important;
}
/* loader */
.spinner-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999999;
}
.spinner-loading-box img, .ets-theme-header-section :is(.ets-topabr-address, .ets-topabr-email) li{
  width: 100%;
}
/*-------Slider--------------*/
.banner-timing .elementor-icon-box-icon a{
    padding: 0 20px 0 0!important;
}

.banner-video-section{
    height: 225px;
}

#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-slideshow-item .bdt-ps-slide-img{
  height: 871px;
  background-size: auto;
  top: 0;
}
#wpe-health-care-slider-sec .bdt-position-z-index.bdt-position-large {
    position: absolute;
    top: 25%;
    left: 13%;
}
#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-previous {
    right: auto;
    top: 39%;
    left: 46px;
}
#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-next {
    right: 46px;
    top: 39%;
}
#wpe-health-care-slider-sec .bdt-sub-title h4.bdt-ps-sub-title {
    background: #1565C0;
    padding: 8px 10px;
    width: max-content;
}
#wpe-health-care-slider-sec .bdt-main-title h1.bdt-title-tag {
    width: 70%;
}
#wpe-health-care-slider-sec span.bdt-slide-btn-icon {
    display: none !important;
}
#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover:before,#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-next:hover:before{
  width: auto;
}
#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover,#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-next:hover {
    width: 48px;
}
#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover,#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-next:hover {
    border-radius: 50%;
}
#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-next:hover,#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover {
    background: #1565C0;
    border-color: #1565C0;
}
#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover svg,#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-next:hover,#wpe-health-care-slider-sec .bdt-prime-slider-skin-general .bdt-prime-slider-next:hover svg {
    transform: unset;
}
/* ---Appointment section-------------------- */
#wpe-healthcare-appointment-sec {
    margin-top: -5em;
}
#wpe-healthcare-appointment-sec .contact-box p {
    width: 266px;
    margin: 0 15px 15px 0;
}
#wpe-healthcare-appointment-sec .contact-box p:last-child {
    margin-right: 0 !important;
}
#wpe-healthcare-contact-box .elementor-container,#wpe-healthcare-app-box .elementor-container,#wpe-healthcare-services-box .elementor-container,#wpe-healthcare-team-colom-box .elementor-container {
    max-width: unset;
}
#wpe-healthcare-appointment-sec .contact-box {
    display: inline-flex;
}


.book_appointment_form input[type="text"],
.book_appointment_form input[type="number"],
.book_appointment_form input[type="email"],
.book_appointment_form select,
#wpe-healthcare-appointment-form-box input[type="text"], #wpe-healthcare-appointment-form-box input[type="number"], #wpe-healthcare-appointment-form-box input[type="email"], #wpe-healthcare-appointment-form-box select {
    width: 100%;
    background: #F5F5F5;
    border: 1px solid #F6F6F6;
    padding: 21px 15px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(9, 36, 77, 0.35) !important;
    margin: 0 0 12px;
}


.book_appointment_form input[type="text"]::placeholder,
.book_appointment_form input[type="number"]::placeholder,
.book_appointment_form input[type="email"]::placeholder,
.book_appointment_form select::placeholder,

#wpe-healthcare-appointment-form-box input[type="text"]::placeholder,
#wpe-healthcare-appointment-form-box input[type="number"]::placeholder,
#wpe-healthcare-appointment-form-box input[type="email"]::placeholder,
#wpe-healthcare-appointment-form-box select::placeholder {
    color: rgba(9, 36, 77, 0.35) !important;
}


.book_appointment_form input[type="text"],
.book_appointment_form input[type="number"],
.book_appointment_form input[type="email"],
.book_appointment_form select,
#wpe-healthcare-appointment-form-box input[type="text"]::placeholder,#wpe-healthcare-appointment-form-box input[type="number"]::placeholder,#wpe-healthcare-appointment-form-box input[type="email"]::placeholder,#wpe-healthcare-appointment-form-box select{
  font: normal 16px/25px Roboto;
  color: #000;
}

.book_appointment_form input[type="submit"],

#wpe-healthcare-appointment-form-box input[type="submit"]{
  background: #0E7FFF;
  border: 1px solid #0E7FFF;
  font: 600 16px/22px Roboto;
  color: #fff;
  padding: 15px 25px;
  cursor: pointer;
}
/* ------------Why Choose Us--------------------- */
.wpe-healthcare-counter-box.elementor-widget,#wpe-healthcare-latest-blog-sec .elementor-widget-heading,#wpe-healthcare-why-choose-box .elementor-widget-heading,#wpe-healthcare-services-box .elementor-widget-heading,#wpe-healthcare-team-sec .elementor-widget-heading {
    margin-bottom: 0;
}
.wpe-healthcare-why-choose-image img {
    position: relative;
    top: 0px;
}
/* ----------Counter Section------------------------- */
.wpe-healthcare-counter-boxx:after {
    content: '';
    background: #fff;
    position: absolute;
    right: 0;
    width: 3px;
    height: 95px;
    top: 28px;
}
/* --------Services Section-------------- */
#wpe-healthcare-service-section {
    margin-top: -115px;
}
#wpe-healthcare-service-section .ea-navigation-prev svg,#wpe-healthcare-service-section .ea-navigation-next svg {
    background: #0E7FFF;
    color: #fff;
    height: 15px;
    width: 15px;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px #00000029;
    transition: 3s;
}
#wpe-healthcare-service-section .ea-navigation-prev svg:hover,#wpe-healthcare-service-section .ea-navigation-next svg:hover{
  background: #1565C0;
  transition: 3s;
}
#wpe-healthcare-service-section .ea-navigation-prev svg:hover path,#wpe-healthcare-service-section .ea-navigation-next svg:hover path{
  fill: #fff;
}
#wpe-healthcare-service-section .ea-content {
    border-color: #09244D;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    padding: 30px 30px;
    margin-top: -4px;
}

.services_slider .ea-text-wrap p{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #09244D;
}

/* --------------TEam Section---------------- */
.wpe-healthcare-team-content-box {
    position: absolute;
    background-color: #1565C0;
    width: 86% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 38px;
    height: 40px;
    overflow: hidden;
    transition: all 0.4s !important;
}
.wpe-healthcare-team-content-box .elementor-widget-heading {
    margin-bottom: 5px;
}
.wpe-healthcare-team-designation,.wpe-healthcare-team-text p{
  opacity: 0;
  transition: all 0.2s
}
.wpe-healthcare-team-content-box:hover .wpe-healthcare-team-designation,.wpe-healthcare-team-content-box:hover .wpe-healthcare-team-text p{
  opacity: 1;
}

.wpe-healthcare-team-content-box:hover{
  height: 40%;
  transition: all 0.4s !important;
}


.wpe-healthcare-team-box:hover .wpe-healthcare-team-content-box{
    height: 40%;
    transition: all 0.4s !important;
}



/* ---------Testimonial Section-------------------------- */
#wpe-healthcare-testimonial-slider-box .slick-slide {
    margin-right: 10px !important;
    width: auto;
}
#wpe-healthcare-testimonial-slider-box {
    margin-left: -80px;
}
#wpe-healthcare-testimonial-slider-box .elementskit-single-testimonial-slider{
  text-align: left;
}
#wpe-healthcare-testimonial-sec .elementor-widget-heading{
  margin-bottom: 10px;
}
#wpe-healthcare-testimonial-sec .wpe-healthcare-testimonial-text p {
    width: 63%;
}
#wpe-healthcare-testimonial-sec .slick-dots{
  left: 100px;
  text-align: left;
}

#wpe-healthcare-testimonial-slider-box .swiper-pagination{
    justify-content: flex-start;
    left: 100px !important;
}




/* -----------Latest Blog----------------------- */
#wpe-healthcare-latest-blog-slider{
    overflow: hidden;
}

#wpe-healthcare-latest-blog-slider .ea-date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 0;
    color: #3F5163 !important;
    font-size: 14px;
    font-weight: 300;
}
#wpe-healthcare-latest-blog-slider .ea-amox-carousel .ea-item:hover .ea-img-wrap .ea-img {
    transform: unset;
}
#wpe-healthcare-latest-blog-slider .ea-amox-carousel .ea-category {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    display: block;
    background: #fff;
    width: max-content;
    margin: 0 auto;
    padding: 10px 25px;
    border: 0.2px solid #3F5163;
}

#wpe-healthcare-latest-blog-slider .ea-amox-carousel .ea-category a{
    letter-spacing: 1px;
}

#wpe-healthcare-latest-blog-slider .ea-img-wrap {
    position: relative;
}
#wpe-healthcare-latest-blog-slider .ea-amox-carousel .ea-content {
    padding: 0 15px 25px;
    text-align: center !important;
}
#wpe-healthcare-latest-blog-slider .ea-text p {
    font: 300 16px/25px Roboto;
    color: #3F5163;
    padding: 10px 0;
    margin: 45px 0 20px !important;
}
#wpe-healthcare-latest-blog-slider .ea-title:before {
    content: '';
    background: #1565C0;
    width: 70px;
    height: 4px;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#wpe-healthcare-latest-blog-slider .ea-title{
    position: relative;
}

.wpe-healthcare-latest-blog-slider .swiper-slide .ea-content .ea-meta{
    display: none;
}

.wpe-healthcare-latest-blog-slider .swiper-slide .ea-content .ea-date{

}

/* hover */
#wpe-healthcare-latest-blog-slider .swiper-wrapper .swiper-slide .ea-img-wrap img{
    transition: linear all 0.3s;
}

#wpe-healthcare-latest-blog-slider .swiper-wrapper .swiper-slide:hover img {
    transform: scale(1.1) !important;
}

















/* -----------Contact Section-------------------- */
#wpe-healthcare-contact-details-box span.elementor-icon-list-icon svg path {
    fill: #1565C0;
}
/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating,.star-rating{
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1;
  font-size: 1em;
  font-family: star;
}
.woocommerce ul.products li.product .star-rating{
 color: #fec806;
 margin: 0 auto;
 float: none;
 height: 1.7em;
 width: 5.4em;
 font-family: star;
}
.star-rating{
  color: #ffca04;
  font-size: .857em;
  height: 1em;
  width: 5.4em;
  margin-bottom: 13px;
  margin-top: 5px;
}
.woocommerce .star-rating::before{
 content: "\73\73\73\73\73";
 color: #d3ced2;
 float: left;
 top: 0;
 left:0;
 position: absolute;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.woocommerce .star-rating span::before{
 content: "\53\53\53\53\53";
 top: 0;
 position: absolute;
 left: 0;
}
.shop-page .star-rating span::before,.shop-page .star-rating::befores{
  left: 46px !important
}
/*-----Woocommerce css--------------------*/
.woocommerce .quantity .qty{
    height: 36px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background: #225f1f;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: unset;
    z-index: 2;
    border-bottom-color: unset;
    border-bottom: 2px solid #1a5e26;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0 0 0 0em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    margin: 0px 22px;
    padding: 12px 1em;
}
.panel.entry-content {
    box-shadow: rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 0px 8px;
    padding: 30px !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background: #1a5e26;
    color: #fff;
}
.posted_in a,a.woocommerce-review-link,.product-name a {
    color: #666666;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    text-align: center;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: unset;
    background-color: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    font-size: 20px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #00392c;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
    width: 120px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    padding: 10px;
}
.select2-container .select2-selection--single,.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
li.product.type-product {
    text-align: center;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
    color: #000;
}
li.product.type-product {
    text-align: center;
    box-shadow: rgb(14 93 43 / 23%) 0px 4px 12px;
    padding: 20px 15px !important;
    position: relative;
    top: 0;
    transition: 0.5s;
}
li.product.type-product:hover{
    top: -20px;
    transition: 0.5s;
}
ul.products {
    padding-top: 35px !important;
}
/*---------Sidebar css-------------*/
#efarm-pro-sidebar input[type="text"],.elemento-widget-sidebar input[type="text"]{
    width: 100%;
    padding: 11px 10px;
}
#efarm-pro-sidebar input[type="submit"],.elemento-widget-sidebar input[type="submit"] {
    width: 100%;
    padding: 12px 0;
    background: #0069bd;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: unset;
    margin-top: 12px;
}
#efarm-pro-sidebar .widget,.elemento-widget-sidebar .widget {
    border: 1px solid #09244D;
    padding: 15px;
    margin-bottom: 30px;
}
#efarm-pro-sidebar h3.widget-title,.elemento-widget-sidebar h3.widget-title {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}
#efarm-pro-sidebar .widget ul li,#efarm-pro-sidebar .widget ul li a,
.elemento-widget-sidebar .widget ul li,.elemento-widget-sidebar .widget ul li a {
    color: #222222;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
}
#efarm-pro-sidebar .widget.widget_recent_entries ul li a,
.elemento-widget-sidebar .widget.widget_recent_entries ul li a{
  margin-left: 0;
}
#efarm-pro-sidebar .widget.widget_recent_entries ul li:before,#efarm-pro-sidebar .widget.widget_recent_entries ul li:after,
.elemento-widget-sidebar .widget.widget_recent_entries ul li:before,.elemento-widget-sidebar .widget.widget_recent_entries ul li:after{
  display: none;
}
#efarm-pro-sidebar .recent-post-box,.elemento-widget-sidebar .recent-post-box {
    display: flex;
    align-items: center;
}
#efarm-pro-sidebar .post-thumb,.elemento-widget-sidebar .post-thumb {
    width: 35%;
}
#efarm-pro-sidebar .post-content,.elemento-widget-sidebar .post-content {
    padding-left: 12px;
}
#sidebar {
    margin-top: 0 !important;
}
#wpelemento-photography-faq-sec path {
    fill: #EC1D29;
}
.elementor-accordion-item {
    margin-bottom: 20px;
    border-top: 1px solid #d4d4d4 !IMPORTANT;
}
.wpelemento-photography-blog-sidebar .elementor-container.elementor-column-gap-default,
.wpe-photography-blog-sidebar-sec .elementor-container.elementor-column-gap-default {
    max-width: unset;
}
/*---single-blog----*/
.efarm-blog-page .ea-item {
    -webkit-box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%);
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 11%);
    padding: 20px 20px 55px;
}
.efarm-blog-page .ea-text p {
    padding: 20px 0;
}
.efarm-blog-page .ea-button-wrap {
    padding-top: 20px;
}
.ebs-single-post-page {
    margin: 0 auto;
    margin-block: 3%;
}
.content-box {
    background-color: #fff;
    transform: translateY(-8%);
}
.single-page-title {
    font: 600 36px/60px Roboto;
    color: #242424;
}
.single-author-image img {
    width: 25%;
    border-radius: 50%;
}
.single-author-image a{
    font: normal 20px/105px Roboto;
    letter-spacing: 0px;
    color: #242424;
    
}
.single-post-content p {
    font: 300 20px/45px;
    letter-spacing: 0px;
    color: #242424;
    font-family: "Figtree", Sans-serif;
}
.meta-box-question {
    font: 500 30px/50px Roboto;
    color: #242424;
}
.single-page-metaimage img {
    width: 100%;
}
.single-post-social-box .cat-item a {
    font: 400 14px/18px Roboto;
    color: #242424;
}
li.cat-item {
    list-style-type: none;
}
.single-post-social-box li a {
    padding: 5px 15px;
    border: 1px solid #BCBCBC;
    border-radius: 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}
.single-page-metabox {
    align-items: center;
}
span.entry-date,span.entry-comments {
    font: normal 20px/105px Roboto;
    color: #BFBFBF;
}
.single-post-comment {
    margin-top: 11em;
    width: 46%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
}
.form-submit input[type="submit"] {
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #006dba;
    border-radius: 10px;
    border: 1px solid #006dba;
    padding: 8px 30px;
}
#comments input[type="text"],#comments input[type="email"],#comments textarea {
    width: 100%;
    padding: 8px 10px;
}
.single-post-social-box li.cat-item {
    display: inline-block;
}
/*-------Preloader------------*/
.demo{
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.loader{
    width: 300px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    top: 30%;
}
.loader .loader-inner-1{
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border-bottom: 10px dashed #E6FF00;
    position: absolute;
    animation: loading-1 5s infinite linear;
}
.loader .loader-inner-2{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border-bottom: 10px dotted #78f124;
    position: absolute;
    top: 50px;
    left: 45px;
    animation: loading-1 1s infinite linear;
}
.loader .loader-inner-3{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-bottom: 5px solid #286016;
    position: absolute;
    top: 100px;
    left: 90px;
    animation: loading-1 2s infinite linear;
}
@keyframes loading-1{
    from{ -webkit-transform: rotate(0deg); }
    to{ -webkit-transform: rotate(360deg); }
}
.postbox {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    padding: 25px;
    margin-bottom: 30px;
}
a.search-post-readmore {
    color: #006dba;
    font-weight: 600;
}
.wpe-healthcare-page-head .elementor-widget-wrap.elementor-element-populated {
    box-shadow: -385px 0px 0px 0px white, 1px 1px 10px 0px #00000061, -415px 1px 10px 0px #00000061 !important;
}




/* footer */
.footer_sm ul li a:hover .icon{
    color: #fff;
    fill: #fff;
}


.footer_list ul li {
   display: flex;
}

.footer_list2 ul li:before {
    content: '';
    background: #fff;
    height: 4px;
    width: 4px;
    border-radius: 50px;
    margin: 5px 10px 0 0;
    position: absolute;
}



/* about us page */
.error404 .wpe-healthcare-header-contact-box .elementor-icon-box-wrapper,
.wp-singular .wpe-healthcare-header-contact-box .elementor-icon-box-wrapper{
    display: flex;
}
.errorpage_outer{
    text-align: center;
    padding: 0 0 60px;
}
.errorpage_outer img{
    margin: 0 0 30px;
}
.errorpage_outer h2{
    margin: 0 0 15px;
}

#wpe-healthcare-service-section .swiper-container{
    overflow: hidden;
}

.topbar_email .elementor-icon-box-content a{
    color: #fff;
}   

/* popup video container */
.popup_banner_container{
    max-height: 230px !important;
    height: 226px;
}

.footer_sm ul li a:hover i{
    color: #fff !important;
    fill: #fff !important;
}


/* return to top */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #EFEEEE;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0px 2px 6px #CCBABAF2;
    cursor: pointer;
  }
  #return-to-top div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .wpe-healthcare-section-main-container .swiper-container{
    padding: 0 0 15px;
  }

  /* blog sidebar */
    #efarm-pro-sidebar .widget .wp-block-heading, .blog_sidebar_column .widget .wp-block-heading {
        font-size: 26px;
        margin: 0 0 10px;
        font-weight: 600;
    }

    #efarm-pro-sidebar .widget ul li a:hover,
     .blog_sidebar_column .widget ul li a:hover {
        color: #0069bd;
    }

    #efarm-pro-sidebar .widget form label,
    .blog_sidebar_column .widget form label {
        display: none;
    }

    #efarm-pro-sidebar .widget form input[type="search"],
    .blog_sidebar_column .widget form input[type="search"] {
        height: 40px;
        padding: 10px;
        width: 75%;
        margin: 5px 0 0;
        border: 1px solid #000;
    }

    #efarm-pro-sidebar .widget form button,
    .blog_sidebar_column .widget form button {
        height: 40px;
        padding: 0 15px;
        margin: 0px 0 0 5px;
        border: 1px solid #09244D;
        background: #09244D;
        color: #fff;
        cursor: pointer;
    }

    #efarm-pro-sidebar .widget form button:hover,
    .blog_sidebar_column .widget form button:hover {
        border: 1px solid #0E7FFF;
        background: #0E7FFF;
    }


    .about_us_image{
        overflow: hidden;
        transition: linear all 0.3s;
        border-radius: 20px;
    }
    .about_us_image img{
        /* transform: scale(1.1); */
        width: 100%;
        transition: linear all 0.3s;
    }
    .about_us_image:hover img{
        transform: scale(1.1); 
        
    }

    /* Inner page banner */
    .inner_page_banner{
        min-height: 350px;
        height: 350px;
        margin: 0 0 45px;
    }

    .search_page_content h1{
        font-size: 25px;
        margin: 0 0 20px;
    }

