/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.footer_sec a{
    color:#fff;
}

.links_box a {
    color: #000;
    text-decoration: underline;
}

.links_box p{
	margin-bottom:0;
}

.links_box a:hover {
    color: #fff;
}
.what_set_l li{
	margin-bottom:10px;
}
.pum-title {
    padding: .2rem 0 1rem 0;
    font-weight: bold;
    font-family: "Poppins", Sans-serif;
    letter-spacing: 1.5px;
    font-size: 13px;
}
.pum-content.popmake-content {
    overflow-y: auto;
    height: 450px;
    font-size: 13px;
    letter-spacing: 1.5px;
}

.testimonial_short h3, .testimonial_short h4 {
    font-family: "Poppins", Sans-serif;
    letter-spacing: 1.5px !important;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.testimonial_short .carousel-item div {
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-family: "Poppins", Sans-serif;
	font-style: normal;
}



.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.link_jq > a {
    width:100%;
    height:100%;
}
.link_jq {
    border: 1px solid #000;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    transition: transform 0.3s ease-in-out;
}
.link_jq:hover {
  transform: scale(1.02); /* Increase the scale factor to zoom in */
}
.site_logo .hfe-site-logo-container img {
    width: 100px;
}

.book_now_c:hover p {
    color: #FFFFFF;
    background-color: #FCA404;
    display:inline-block;
    padding:5px 15px
}
.book_now_c p {
    padding:5px 15px
}
.copy_co a{
	color:#fff;
}

.box_h {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.form_service {
    width: 70%;
    margin: auto;
    display: block;
}

.box_h .half_field.field_fo {
    width: 49%;
}

.box_h .half_field.field_fo input {
    width: 100%;
}

.full_field.field_fo {
    width: 100%;
}

.full_field.field_fo textarea {
    width: 100%;
    height: 100px;
}

.full_field.field_fo.btn_sub input.wpcf7-form-control.wpcf7-submit {
    color: #00a8a8;
    font-weight: 500;
    border-color: #00a8a8;
}

.full_field.field_fo.btn_sub input.wpcf7-form-control.wpcf7-submit:hover , .full_field.field_fo.btn_sub input.wpcf7-form-control.wpcf7-submit:focus{
    background-color: #00a8a8;
    color: #fff;
	border-color: #00a8a8;
    outline: none;
}
.wpcf7-response-output {
    width: 70%;
    margin: 25px auto !important;
}
div#main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.latest_item {
    width: 49%;
}

.latest_item .box_img {
    width: 100%;
    border-radius: 10px;
    height: 320px;
}

.latest_item .box_img img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.box_content .box_description {
    padding: 10px 0;
}

p.para .d_f {
    display: flex;
}
p.para{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    gap: 5px;
    margin: 0;
}

a {
    color: #00a8a8;
}

a:hover {
    color: #ed7901;
}

p.para a {
    text-transform: uppercase;
}

p.para span {
    color: #00a8a8;
}

p.para.by_name span.by_color {
    display: block;
    color: #000;
}

p.para.by_name {
    color: #00a8a8;
    text-transform: capitalize;
}

h2.sub_heading {
    padding: 15px 0;
    margin: 0;
    color: #000;
    line-height: 26px;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}

h2.sub_heading:hover {
    color: #ed7901;
}

p.form-submit input#submit , button.close-popup{
    border-color: #038103;
    color: #038103;
}
p.form-submit input#submit:hover , p.form-submit input#submit:focus , button.close-popup:focus , button.close-popup:hover{
    border-color: #FCA404;
    background : #FCA404;
    outline : none;
}

h2{
    color: #000;
    line-height: 26px;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
}
p, h2, div, ul, li, h3, h4, h5, h6, a , button {
    font-family: "Poppins", sans-serif;
}
.view_btn {
    display: block;
    text-align: center;
    margin-top: 30px;
}
section.breadcrumb_main {
    padding: 30px 0;
}
.view_btn button#view-more {
    border-color: #00a8a8;
    color: #00a8a8;
}
.view_btn button#view-more:focus {
    background: #ed7901;
    border-color: #ed7901;
    outline: none;
	color: #fff;
}
.view_btn p {
    color: #f00;
}
svg path{
    fill: #00a8a8 !important;
}
.view_btn button#view-more:hover {
    background: #ed7901;
    border-color: #ed7901;
	color: #fff;
}
.max_container {
    margin: auto;
    margin-inline-start: auto;
    margin-inline-end: auto;
    width: 100%;
}
.top_title {
    padding-bottom: 20px;
}
span.last-updated-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
    gap: 5px;
}

.left_colm {
    width: 65%;
}

.right_colm {
    width: 32%;
}

.inner_section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.summery_post {
    margin-bottom: 30px;
}
h2.side_title {
    text-transform: capitalize;
}

.related_item .box_img {
    height: 200px;
    border-radius: 10px;
}

.related_item .box_img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.related_item h2.sub_heading {
    padding: 5px 0px;
}

.related_item {
    margin-bottom: 15px;
}
.cat_two {
    margin-top: 40px;
}
div.leave_comment_container {
    flex-wrap: wrap;
    box-shadow: 0px 4px 10px 0px #0000000d;
    padding: 16px;
    border: 1px solid #dce4f1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 30px 0;
    cursor: pointer;
}
.popup {
    position: fixed;
    z-index: 19999;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 24px !important;
    border-radius: 4px;
}
div.leave_comment_container p.comment_placeholder {
    margin: 0;
}
button.close-popup {
    position: absolute;
    top: 0;
    right: 0;
}
.banner_btn_c:hover span.elementor-button-text {
    letter-spacing: .25rem;
}

.banner_btn_c:hover span.elementor-button-text {
    transition: letter-spacing 0.3s ease;
}
.border_ic span.elementor-button-text::before {
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    color: #00a8a8;
}

.border_ic:hover span.elementor-button-text::before {
    color: #ed7901;
	transition: color 0.3s ease;
}
.sevice_new_p_box:hover a {
    color: #ed7901 !important;
}
.icon_why_choose .elementor-widget-icon-box {
    width: 25% !important;
}

.border_container_c .hedi_before_life h5 {
    position:  relative;
    top: -10px;
    width: auto !important;
    display: table;
    margin: auto;
    background: #fff;
    padding: 0px 95px;
}
.border_container_c .hedi_before_life h5:after {
    width: 100px;
    height: 23px;
    position: absolute;
    content: "";
    background: url(./images/heart-line.svg) no-repeat center right;
    background-size: 100%;
    right: -15px;
    top: -5px;
}
.border_container_c .hedi_before_life h5:before {
    width: 100px;
    height: 23px;
    position: absolute;
    content: "";
    background: url(./images/heart-line.svg) no-repeat center right;
    background-size: 100%;
    left: -15px;
    transform: scaleX(-1);
    top: -5px;
}



.before_possition_insigts p {
    position: relative;
    padding: 5px 120px;
    bottom: -18px;
    display: table;
    margin: auto;
    background: #fff;
    border-radius: 100px;
}

.before_possition_insigts p:after {
    width: 100px;
    height: 22px;
    position: absolute;
    content: "";
    background: url(./images/heart-line.svg) no-repeat center right;
    background-size: 100%;
    left: 0;
    transform: scaleX(-1);
    bottom: 7px;
}

.before_possition_insigts p:before {
    width: 100px;
    height: 22px;
    position: absolute;
    content: "";
    background: url(./images/heart-line.svg) no-repeat center right;
    background-size: 100%;
    bottom: 7px;
    right: 0;
}



.post_short_code_c .elementor-shortcode {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.post_short_code_c .ml-news.wow {
    width: 25%;
    flex: 0 0 25%;
}
.ml-news {
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    padding: 30px;
}
.nws_date {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
}
.ml-news:last-child {
    border-right: 0px;
}

h4.heading.mt-4.mb-3.text-white {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.post_short_code_c .ml-news.wow p{
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1.5px;
}
.post_short_code_c a.news__arrow {
    float: right;
}
.apple_icons h2.elementor-icon-box-title {
    margin-top: 0 !important;
}
.qr_heading > .elementor-widget-container {
    margin-bottom: 0 !important;
}


ul.slick-dots {bottom: -55px;right: 50px;margin: auto;text-align: center;width: 100%;display: flex;justify-content: center;flex-wrap: wrap;}
ul.slick-dots li button:hover, ul.slick-dots li button:focus{
    color: #fff;
    background-color: #038103 !important;
    text-decoration: none;
}
.testimo_conten {
    position: relative;
}

.testimo_conten:before {
    content: '';
    background: url(./images/quotes.png) no-repeat top left;
    background-size: 55px;
    padding-left: 80px;
    display: block;
    text-align: left;
    height: 55px;
    position: absolute;
    left: -50px;
}

/*ul.slick-dots li button {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
*/
.form-control ,textarea.wpcf7-form-control.wpcf7-textarea.form-control {
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px; 
}
.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000 !important; 
}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 100px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-block.btn-primary.rounded-0.py-2.px-4 {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #00a8a8;
    color: #fff;
    border: unset;
}

.cshort-e-con-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.btn_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
}
.btn_bottom > button {
    background: #00A8A8;
    color: #fff;
    border: none;
    position: absolute;
}
.btn_bottom > button:hover {
    background: #ED7901;
}

    
.cshort-e-con-inner .serv_box_short {
    width: 15%;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    background: #fff;
    padding: 20px 10px;
}

h3.head_serv {
    font-size: 1.2rem;
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    text-align: center;
}

h3.head_serv a {
    color: #000;
}

h3.head_serv a:hover {
    color: #ED7901;
}

.service_img img {
    width: 70px;
    height: 70px;
}

.service_img {
    text-align: center;
}
.services_post_c {
    display: block;
    float: left;
    overflow: hidden;
    clear: both;
    padding-top: 25px;
}
.services_post_c h1 {
    color: #000;
    line-height: 26px;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
}
.logutbtn , .myaccount{
    display:none;
}
li.top_api_btn {background: #ED7901;}

li.top_api_btn a {
    color: #fff !important;
}

li.register_menu , li.logout_c{
    background: #00A8A8;
}

ul#doctor_list , #hospital_doctor_list{
    list-style: none;
    padding: 0;
    gap: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.newDoctorCards_details img.newDoctorCards_details_image {
    width: 100%;
}

#doctor_list .left_sec , #hospital_doctor_list .left_sec{
    width: 25%;
}

#doctor_list .p_top_d , #hospital_doctor_list .p_top_d{
    display: flex;
    flex-wrap: wrap;
}

#doctor_list .right_sec , #hospital_doctor_list .right_sec{
    width: 75%;
    padding-left: 20px;
}

#doctor_list .right_sec .specialty ul , #hospital_doctor_list .right_sec .specialty ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.newDoctorCards_contactButton.contactButton-reverse {
    display: flex;
    gap: 5px;
    border: 1px solid #00A8A8;
    padding: 5px 10px;
    border-radius: 20px;
}

.newDoctorCards_btnSection {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}
button#book-appointment-btn {
    background: #ED7901;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
p.newDoctorCards_details_name {
    font-size: 22px;
    font-weight: 500;
}
#doctor_list .right_sec .specialty ul > li  ,  #hospital_doctor_list .right_sec .specialty ul > li {
    font-size: 15px;
    border: 1px solid #00A8A8;
    padding: 5px 10px;
    border-radius: 20px;
}
ul#doctor_list > li , #hospital_doctor_list > li{
    border: 1px solid #00A8A8;
    border-radius: 20px;
    box-shadow: 1px 1px 6px 0px #00A8A8;
    padding: 15px 20px;
}
.locationAddressContainer {margin-top: 15px;margin-bottom: 15px;}

.locationAddressContainer img {
    margin-right: 5px;
}

ul#pagination li , #pagination_controls li{
    list-style: none;
    margin: 5px;
}

ul#pagination , #pagination_controls {
    justify-content: center;
}

ul#pagination li.page-item.active a , #pagination_controls li.page-item.active a{
    color: #ED7901;
}
.select_city_d .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
}
.select_city_d .select2-container--default .select2-selection--single {
    padding: 5px 0px;
    height: auto;
}
.select_city_d .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
    top: unset;
    bottom: 5px;
}
.select_city_d .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border: none; /* Remove default arrow */
        content: ""; /* Remove default content */
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('./images/arrow-down.svg') no-repeat center center;
        background-size: contain;
}
.select_city_d .select2-container--default .select2-selection--single{
    border-color: #00A8A8;
}

.filter_drop_c span.select2 {
    width: 33% !important;
}
.filter_drop_c.hospita_list_select span.select2 {
    width: 24% !important;
}



/*popup*/

.popup_info_package {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #00000045;
    z-index: 9999;
    padding-top: 100px;
    padding-bottom: 100px;
}

body {
    position: relative;
}

.popup_info_package .popup_content {
    background: #fff;
    width: 60%;
    margin: auto;
    display: block;
    padding: 10px 20px;
    height: 100%;
    overflow-y: auto;
}

.popup_info_package .popup_content .popup_header {
    position: relative;
}

.popup_info_package .popup_content span.close_popup {
    position: absolute;
    right: 0;
    font-size: 23px;
    top: 0;
    cursor: pointer;
}

.popup_info_package .popup_content span.close_popup:hover {
    color: #00A8A8;
}

.popup_info_package .popup_content .popup_header > h2 {
    text-align: center;
}
a.more_info {
    margin-top: 5px;
    background: #ED7901;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 10px;
}









@media screen and (min-width: 1200px) {
    .max_container {
        max-width: 1140px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .max_container {
        max-width: 800px;
    }
    .cshort-e-con-inner .serv_box_short{
	    width:30%;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .max_container {
        max-width: 600px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .popup_info_package .popup_content {
        width: 100%;
    }
    .max_container {
        max-width: 500px;
    }
}

@media screen and (max-width: 575px) {
    .max_container {
        padding-inline-start: 10px;
        padding-inline-end: 10px;
    }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .icon_why_choose .elementor-widget-icon-box {
    width: 100% !important;
	}
	.cshort-e-con-inner .serv_box_short{
	    width:30%;
	}
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .icon_why_choose .elementor-widget-icon-box {
        width: 100% !important;
    }
    .cshort-e-con-inner .serv_box_short{
        width:30%;
    }
}
@media screen and (max-width: 767px) {
a.more_info {
    margin-top: 0px;
}
.popup_info_package .popup_content {
    width: 100%;
}
.filter_drop_c.hospita_list_select span.select2 {
    width: 100% !important;
}    
.filter_drop_c span.select2 {
    width: 100% !important;
    margin-bottom:10px;
}
ul#doctor_list > li , #hospital_doctor_list > li{
    flex: 0 0 100% !important;
}    
.cshort-e-con-inner .serv_box_short{
    width:100%;
}
.icon_why_choose .elementor-widget-icon-box {
    width: 100% !important;
}
	.post_short_code_c .ml-news.wow {
    width: 100%;
    flex: 0 0 100%;
}
	.post_short_code_c .ml-news.wow {
    width: 100%;
    flex: 0 0 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.post_short_code_c .ml-news.wow:last-child {
    border-bottom: none;
}
	.testimo_conten:before {
    left: 0;
    top: -15px;
}

.testimo_conten blockquote.blockquote {
    padding-left: 60px;
    margin: 0;
    padding-right: 15px;
}
	ul.slick-dots {
    right: 0px;
}
	.border_container_c .hedi_before_life h5:before, .border_container_c .hedi_before_life h5:after {
    display: none;
}

.before_possition_insigts p:after , .before_possition_insigts p:before{
    display:none;
}

.before_possition_insigts p {
    padding: 5px;
}

h5.elementor-heading-title.elementor-size-default {
    padding: 0px 10px;
}
	.icon_why_choose .elementor-icon-box-wrapper {
    align-items:center;
}
  .form_service {
    width: 100%;
  }
   .box_h .half_field.field_fo {
    width: 100%;
   }
	.wpcf7-response-output {
    width: 100%;
   }
   .latest_item .box_img {
        width: 100%;
        border-radius: 10px;
        height: 200px;
    }
    .latest_item {
        width: 100%;
    }
    .left_colm {
        width: 100%;
    }
    .right_colm {
        width: 100%;
    }
}

