/*
 Theme Name:   Mavis Child
 Theme URI:    https://example.com/
 Description:  A child theme for the Mavis theme
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     mavis
 Version:      1.0.0
*/

@import url('wp-content/themes/mavis/style.css');



.doctor-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.doctor-image-wrap {
    text-align: center;
}
.doctor-card .doctor-image {
    border-radius: 100%!important;
    max-width: 175px;
    height: 100%;
    width: 100%;
}
.doctor-card {
    margin-bottom: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px 20px;
    max-width: 320px;
    width: 100%;
   border-radius: 25px;
height: auto;
text-align:center;
}
.doctor-card .doctor-title {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
    margin-top: 8px;
}
button.e-search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
}
.doctor-btn.view-btn {
    background-color: #1075AC;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 24px;
}

.doctor-btn.appointment-btn{ 
	background-color: #1075AC;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 24px;
}


.doctor-buttons {
    gap: 12px;
    display: flex;
    margin-left: 0;
    justify-content: center;
}

.taxonomy-radio-group label input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid black;
    border-radius: 50%;
    outline: none;
    background-color: white;
    cursor: pointer;
    margin-bottom: -4px;
}
.taxonomy-radio-group label input[type="radio"]:checked {
            background-color: #333;
        }
.doctor-btn.view-btn::before {
    content: '\f06e';
    font-family: 'Font Awesome 5 Free';
    margin-right: 6px;
}
.doctor-btn.appointment-btn::before{
    content: '\f133';
    font-family: 'Font Awesome 5 Free';
    margin-right: 6px;
}
.doctor-card:hover {
    box-shadow: 0px 0px 23px -11px #1075AC;
}
.doctor-buttons a:hover {
    background-color: #333;
}
.taxonomy-radio-group > label:not(:first-child) {
    margin-top: 9px;
}
.doctors-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0 25px;
}

.doctors-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0 25px;
}
.doctor-card {
    position: relative;
    padding-bottom: 85px;
}
.doctor-buttons {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
.doctor-card > p {
    margin-bottom: 3px;
}
.doctor-buttons {
    margin-top: 16px;
}
.dialog-widget-content {
    border-radius: 20px!important;
}


.doctor-card > p {
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 22px;
}
.form-group-btn .default-btn {
    background-color: #E5332B;
    color: #FAFAFA;
    border-radius: 50px 50px 50px 50px;
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    width: auto;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    font-family: "HelveticaNeue LT 57 Cn", Helvetica;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.form-group-btn .default-btn:hover {
    background-color: #1075AC;
}
.form-popup-wrapper .form-group > p {
    margin: 0;
}
.form-popup-wrapper .form-group {
    padding: 0 0 20px;
}

.form-popup-wrapper {
    padding: 13px 20px 20px;
}
.form-popup-wrapper textarea.form-control {
    min-height: 100px;
    max-height: 100px;
}
.form-popup-wrapper .wpcf7-not-valid-tip {
    margin-top: 0;
    line-height: 120%;
}
.form-popup-wrapper input.wpcf7-form-control.wpcf7-not-valid,.form-popup-wrapper textarea.wpcf7-not-valid {
    border-color: red;
}
form .form-popup-wrapper ~ .wpcf7-response-output {
    margin-top: 0;
    text-align: center;
}
.form-popup-wrapper .default-btn:hover {
    margin: 0;
}
.form-popup-wrapper .default-btn span.btn-left-i, .form-popup-wrapper .default-btn span.btn-right-i,
.form-popup-wrapper .default-btn:hover span.btn-left-i, .form-popup-wrapper .default-btn:hover span.btn-right-i {
    display: none;
}



@media only screen and (max-width:1023px){
	.doctors-grid {
    grid-template-columns: repeat(1,1fr);
		grid-gap: 0 15px;
}
}

@media only screen and (max-width:767px){
.doctors-grid {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 15px;
    justify-items: center;
}
	.form-popup-wrapper {
    padding: 13px 15px 15px;
}
	
	.doctor-buttons{display:grid;bottom: 16px;}
	.doctor-card{padding-bottom: 100px;padding-left: 8px;}
	
	
body .blog-card.main .blog-content h3 a {
	font-size: 20px;
}
}

/* H-css Start */
.doctor-buttons a {
    border-radius: 30px;
}
body.single-doctors .faqfm {
    display: none;
}
.blog-card .blog-image a img {
	height: auto;
	width: auto;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0 !important;
}
.blog-card .blog-image a {
	display: flex;
	justify-content: center;
	align-items: center;
/* 	height: 400px; */
	border: 1px solid #d5d8dd;
	background: #d5d8dd;
	border-radius: 15px;
}
body .blog-card.main .blog-content {
	padding: 15px;
}
body .blog-card.main .blog-content h3 a {
    font-family: "Helvetica", Helvetica;
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 140%;
    color: #192431;
}
.blg .blgdet div {
	background-size: 100%;
}
html body.home .home-banner .elementor-widget-container .swiper-slide .swiper-slide-bg {
  background-size: cover;
}
/* html body.home .home-banner .elementor-widget-container .swiper-slide {
	height: 420px;
} */
html body.home .home-banner .elementor-widget-container .elementor-swiper-button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffffff69;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 8px 13px rgba(0, 0, 0, 0.1);
}
body #menu-head.header-menu .hfe-nav-menu .sub-menu {
	width: 700px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: -200px;
	top: 25px;
	right: 0;
	padding: 10px;
	align-items: flex-end;
	border-radius: 10px;
	border: 1px solid #ccc;
}
body #menu-head.header-menu .hfe-nav-menu .sub-menu > li > a.hfe-sub-menu-item {
	padding: 0;
	display: block;
    border: 0;
}
body #menu-head.header-menu .hfe-nav-menu .sub-menu > li {
	width: 33%;
	display: block;
	line-height: 100%;
}
body #menu-head.header-menu .hfe-nav-menu .sub-menu li > a {
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 0 10px;
    line-height: 130%;
}
body #menu-head.header-menu .hfe-nav-menu li:nth-last-child(2) .sub-menu > li{
    width: 100%;
}
body #menu-head.header-menu .hfe-nav-menu > li:nth-last-child(2) .sub-menu {
	width: 100%;
	left: 0;
	display: block;
}
body #menu-head.header-menu .hfe-nav-menu li:nth-last-child(2) .sub-menu > li > a.hfe-sub-menu-item {
    padding: 10px 0;
	display: block;
	border-bottom: 1px solid #ccc;
	margin: 0 !important;
}
body .qcktt p {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	letter-spacing: -0.7px;
}
body .imgbx-wr {
    padding: 10px;
}
body .imgbx-wr {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    border-radius: 5px;
}
body .imgbx-wr:hover{
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.contactfrm .wpcf7-form .form-group {
	padding: 0;
	margin-bottom: 20px;
}
.contactfrm .wpcf7-form .form-group span input {
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
}
.contactfrm .wpcf7-form .form-group label {
	display: flex;
	align-items: center;
	gap: 10px;
}
.contactfrm .wpcf7-form .form-group span input.gdpr-term {
	height: 15px;
	width: 15px;
}
.contactfrm .wpcf7-form .form-group .wpcf7-list-item {
	margin: 0;
}
.contactfrm .wpcf7-form .form-group .wpcf7-not-valid-tip {
	font-size: 14px;
	margin: 0;
}
.contactfrm .wpcf7-form > p .default-btn span {
    display: none;
}
.contactfrm .wpcf7-form > p .default-btn {
	background: #e5332b;
	border: 1px solid #244270;
	color: #fff;
	font-size: 16px;
	padding: 11px 15px;
	margin: 0;
	display: inline-block;
	line-height: 100%;
	margin-top: 20px;
    transition: 0.5s all;
}
.contactfrm .wpcf7-form > p .default-btn:hover {
	background: #244270;
	border: 1px solid #e5332b;
	color: #fff;
}
.custom-labels label .label-title {
	font-size: 18px;
}
.custom-content-container iframe {
	padding: 10px;
	border: 1px solid #ccc;
}
.custom-labels label .label-address {
	font-size: 16px;
}
.ftr-cnctq .elementor-widget-container .info-list li {
	margin-bottom: 10px !important;
	font-size: 15px;
}
.imgwrc figure img {
	box-shadow: 0px 0px 23px -11px #1075AC;
	padding: 8px;
}
.ddrer .elementor-widget-container p {
	line-height: 140%;
}
body #menu-head.header-menu .hfe-nav-menu .sub-menu li > a:hover span {
	color: #db0018;
}
.ftricns .elementor-icon:hover {
	box-shadow: 0px 0px 4px 5px rgba(255, 255, 255, 0.3);
	width: 20px;
	height: 20px;
}
/* testnomial sec */
body .testnomialshrtcd .clients-feedback-card {
	padding: 20px 15px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.testnomialshrtcd .clients-feedback-card .quote {
	margin-bottom: 10px;
}
.testnomialshrtcd .clients-feedback-card .quote .flaticon-right-quote {
	font-size: 35px;
	line-height: 100%;
}
body .testnomialshrtcd .clients-feedback-card p {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}
.testnomialshrtcd .clients-feedback-card .bottom {
	margin-top: 20px;
	display: block;
}
body .testnomialshrtcd  .clients-feedback-card .bottom .info .title span {
	margin: 0;
}
body .testnomialshrtcd  .clients-feedback-card .bottom .rating i {
	font-size: 14px;
}
body .testnomialshrtcd  .clients-feedback-card .bottom .rating {
	margin-top: 0;
	padding-left: 63px;
}
.testnomialshrtcd .elementor-shortcode #load-more-testimonials {
	width: 100%;
	margin: 0 auto;
	max-width: 117px;
	text-align: center;
	display: block;
	height: 40px;
	font-size: 14px;
	background: #244270;
	border: 1px solid #244270;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
	text-transform: uppercase;
}
.testimonial-video-wrap .testimonial-wrap .testvdo .elementor-widget-container iframe {
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
}
.testimonial-video-wrap .testimonial-wrap .testvdo {
	padding: 0 5px;
}
.bannerig .elementor-widget-container img {
	width: 100%;
	height: 350px;
}
body .synp-wrapper .synp-item .imgcrwr {
	padding: 0 5px;
}
body .synp-wrapper .synp-item .imgcrwr .elementor-image-box-wrapper {
	padding: 10px;
	background: #e5f3ff;
	border: 1px solid #589ed9;
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
body .synp-wrapper .synp-item .imgcrwr .elementor-image-box-wrapper figure img {
	height: 280px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}
body .synp-wrapper .synp-item .imgcrwr .elementor-image-box-wrapper .elementor-image-box-content h3 {
	margin: 0;
	line-height: 100%;
}
body .synp-wrapper .synp-item .imgcrwr .elementor-image-box-wrapper .elementor-image-box-content h3 a {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #3176b0;
	font-family: "Helvetica", Sans-serif;
	line-height: 120%;
}
.blog-area .blog-posts-list-with-sidebar .row .speciality {
    width: 33%;
    padding: 0 5px;
}
.blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card{
    border-radius: 8px;
}
.blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-image {
    border-radius: 8px;
}
.blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-image a {
    border-radius: 8px;
/*     height: 287px; */
}
.blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-image a img {
    border-radius: 8px !important;
}
.blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-content .meta li {
    margin-right: 10px;
}
@media only screen and (max-width: 1420px) {
    .blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-content .meta li {
        margin-right: 0;
    }
    body .blog-card.main .blog-content h3 a {
        font-size: 17px;
    }
    .blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-content .meta {
        justify-content: space-between;
    }
}
@media only screen and (max-width: 1380px) {
    .doctor-card .doctor-buttons .doctor-btn {
        padding: 8px 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .blog-area .blog-posts-list-with-sidebar .row .speciality {
        width: 100%;
    }
}
/* H-css End */
.blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card{
    border-radius: 8px;
}
.blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-image {
    border-radius: 8px;
}
.blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-image a {
    border-radius: 8px;
/*     height: 287px; */
}
.blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-image a img {
    border-radius: 8px !important;
}
.blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-content .meta li {
    margin-right: 10px;
}
@media only screen and (max-width: 1420px) {
    .blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-content .meta li {
        margin-right: 0;
    }
    body .blog-card.main .blog-content h3 a {
        font-size: 17px;
    }
    .blog-area .blog-posts-list-with-sidebar .row .speciality .blog-card .blog-content .meta {
        justify-content: space-between;
    }
}
@media only screen and (max-width: 1380px) {
    .doctor-card .doctor-buttons .doctor-btn {
        padding: 8px 14px;
    }
}
@media only screen and (max-width: 1200px) {
    .blog-area .blog-posts-list-with-sidebar .row .speciality {
        width: 100%;
    }
}
h2.spcl-head {
    text-align: center !important;
    margin-top: 38px !important;
}
h2.doctor-head {
    padding-bottom: 12px !important;
}
.testimonial-video-wrap-home .testvdo {
	padding: 0 8px;
}
.testimonial-video-wrap-home .testvdo iframe {
	border-radius: 10px;
}
/* body .blog-card.main .blog-content p {
	display: none;
} */
body .blog-card.main .blog-content a.btn-read-more {
	border: 1px solid #244270;
	padding: 6px 15px;
	margin-top: 10px;
	display: inline-block;
	line-height: 100%;
	border-radius: 20px;
	color: #244270;
    transition: 0.5s all;
}
body .blog-card.main .blog-content a.btn-read-more:hover{
    background:  #244270;
    color:#fff;
}
.sndaw .life-wins .bg-red {
	background: #e5332b;
}
.sndaw .life-wins .bg-red .lifetitle {
	padding-bottom: 7px !important;
	line-height: 100%;
}
.sndaw .life-wins .bg-red .lifetitle h2 {
	margin-bottom: 0;
}
.sndaw .life-wins .bg-red .lifetitle {
	padding-bottom: 7px !important;
	border-bottom: 1px solid #fff;
}
.sndaw .life-wins .testimonialvideo iframe {
	height: 330px;
}
.sndaw .life-wins .lifecontent p {
	font-size: 16px;
	line-height: 150%;
}
body #hedser.hedser .probox {
	background: #fff;
	margin: 0;
	height: auto;
	border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
    .awrwr {
        display: flex;
        flex-wrap: nowrap;
        width: 300px;
        margin: 0 auto;
    }
}
.spcl-wrpr p.elementor-image-box-description {
    padding-right: 112px;
    padding-top: 10px;
}
.hedser #ajaxsearchpro1_1 .probox .promagnifier .asp_text_button {
	font-size: 0;
	padding: 0;
	display: none;
}
.hedser #ajaxsearchpro1_1 .probox .promagnifier svg {
	fill: #333 !important;
}
.hedser #ajaxsearchpro1_1 .probox .proinput {
	margin: 0;
	padding: 0 5px 0 10px;
}
.spcl-wrpr.hmsplwr p.elementor-image-box-description {
	padding: 8px 0 0 0;
}
.spcl-wrpr.hmsplwr .elementor-image-box-img {
	display: flex;
	width: 100% !important;
	justify-content: center;
	padding-bottom: 10px;
}
html body .cntimgs .elementor-widget-container {
	height: 90px !important;
}
html body .cntimgs .elementor-widget-container img {
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	filter: invert(22%) sepia(64%) saturate(5310%) hue-rotate(354deg) brightness(99%) contrast(76%);
}
body .cmndrtr .elementor-button {
	padding: 10px 10px;
	font-size: 14px !important;
}
html body::-webkit-scrollbar { width: 0px !important; }




.tabs-wrapper .e-n-tabs {
    flex-direction: column-reverse!important;
}
.hist-year::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #1075ac;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: -6px;
    z-index: 10;
    right: 0;
    margin: 0 auto;
}
.tabs-wrapper .e-n-tabs button:after {
    content: '';
    border: 1px solid #1075ac;
    height: 10rem;
    color: #1075ac;
    background-color: #1075ac;
    display: block;
    margin: 0 auto;
    width: 1px;
    display: none;
}
.tabs-wrapper .e-n-tabs button[aria-selected="true"]::after {
    height: 18rem;
}
.tabs-wrapper > .elementor-widget-container {
    width: 100%;
}
.tabs-wrapper .e-n-tabs button::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #1075ac;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: -6px;
    z-index: 10;
    right: 0;
    margin: 0 auto;
    display: none;
}
.tabs-wrapper .e-n-tabs button span {
	font-size: 32px;
	font-family: 'Poppins';
	position: relative;
	color: #fff;
	text-align: center;
	display: block;
	height: auto;
	min-height: auto;
	line-height: 100%;
	font-weight: 700;
}
.tabs-wrapper .e-n-tabs .slick-track {
    margin-bottom: 6px;
    display: flex;
    padding: 1.5rem 0 10rem;
    border-bottom: 2px solid #1075ac;
    background-color:transparent;
    padding-bottom: 0;
    gap: 0;
    align-items: flex-end;
}
.tabs-wrapper .e-n-tabs button {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	padding: 0;
	/* width: 100%; */
	background-color: transparent !important;
	width: 90px;
	text-align: center;
}
.tabs-wrapper {
    background-color: transparent;
}
.tabs-wrapper .elementor-widget-heading h2 {
    font-family: 'Abhaya Libre';
    margin-bottom: 0;
    color: #1075ac;
    font-size: 60px;
    line-height: 100%;
}
.tabs-wrapper [role="tabpanel"] {
    padding: 0;
}
.tabs-wrapper [role="tabpanel"] > .e-con-boxed> .e-con-inner {
    display: flex;
    align-items: center;
}
.tabs-wrapper .elementor-widget-text-editor {
    font-size: 18px;
}
.tabs-wrapper .e-n-tabs .slick-track button.e-n-tab-title.slick-slide {
    float: left;
    width: auto;
}
.tabs-wrapper .e-n-tabs .slick-track {
    display: flex;
}
.tabs-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.tabs-wrapper .custom-arrow {
	position: absolute;
	/* color: #1075ac; */
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #1075ac;
	bottom: 50%;
	z-index: 10;
	left: 50px;
	right: auto;
	color: #FFF;
	line-height: 100%;
	font-size: 18px;
	font-family: Poppins;
	cursor: pointer;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tabs-wrapper .custom-arrow:hover{
    background-color: #e5332b;
}
.tabs-wrapper .custom-arrow.custom-next {
	right: 50px;
	top: auto;
	left: auto;
	order: 2;
}
.tabs-wrap-section {
    padding-top: 40px;
    margin-bottom: -36px;
    z-index: 1;
}
html body .tabs-wrapper .e-n-tabs .slick-list .slick-track button.e-n-tab-title {
	width: 100% !important;
	height: 72px;
	display: flex;
	align-items: center;
	background: #1075ac !important;
	margin: 0 10px;
	max-width: 100px;
	clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
	min-width: 70px;
	padding-bottom: 11px;
}
html body .tabs-wrapper .e-n-tabs .slick-list .slick-track button.e-n-tab-title[aria-selected="true"] {
	background: #dc2e1f !important;
}
html body .tabs-wrapper .e-n-tabs .slick-list {
	margin: 0 95px;
}
.e-n-tabs-mobile .e-n-tabs-content img {
	border-radius: 15px;
	padding: 5px;
	border: 1px solid #1075ac;
}
.cmndrtr .elementor-grid .doctors.type-doctors > div {
	min-height: 433px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
html body .package-wrapper .slick-track > div {
	box-shadow: none !important;
	border-radius: 10px;
}
body .pkhkgwr .slick-arrow {
	position: absolute;
	color: #1075ac;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #1075ac;
	bottom: 50%;
	z-index: 10;
	left: 10px;
	right: auto;
	color: #FFF;
	line-height: 100%;
	font-size: 18px;
	font-family: Poppins;
	cursor: pointer;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
body .pkhkgwr .slick-arrow.custom-nextpack {
	right: 10px;
	left: auto;
}
.form-popup-wrapper .form-speciality #speciality {
	width: 100%;
	border: 1px solid #dee2e6;
	font-size: 15px;
	color: #595c5f;
	border-radius: 5px;
	height: 39px;
	padding: 0 10px;
}
.frmdet .custom-contact-form {
	display: flex;
	align-items: center;
}
.frmdet .custom-contact-form .form-group.submit-group {
	padding: 0;
	margin-top: 28px;
}
.frmdet .custom-contact-form .form-group.submit-group input {
	border: 1px solid #dd3427;
	background: #dd3427;
	color: #fff;
	padding: 2px 17px;
	font-weight: 600;
	border-radius: 20px;
}
.home-frm-wrapper .custom-contact-form {
	margin: 0 auto;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	margin: 8px 0;
	border-radius: 5px;
	background: #fff;
	color: #01800c;
}
#rqf_submit_btn {
	margin-top: 30px;
}
@media only screen and (max-width:1380px){
    .tabs-wrapper .custom-arrow {
        left: 0;
    }
    .tabs-wrapper .custom-arrow.custom-next {
        right: 0px;
        left: auto;
    }
    .cmndrtr .elementor-grid .doctors.type-doctors > div {
        min-height: 100%;
    }
}
@media only screen and (max-width:1280px){
    .cmndrtr .elementor-grid .doctors.type-doctors > div {
        min-height: 100%;
    }
}
@media only screen and (max-width:1023px){
	.tabs-wrapper .elementor-widget-heading h2 {
    font-size: 42px;
}
.tabs-wrapper .e-n-tabs button {
    min-width: 133px;
}
.tabs-wrapper .e-n-tabs button span {
	font-size: 30px;
}
   .tabs-wrapper .e-n-tabs button:after {
    height: 5rem;
}
   .tabs-wrapper .e-n-tabs button[aria-selected="true"]::after {
    height: 8rem;
}
.tabs-wrapper .e-n-tabs .slick-track button.e-n-tab-title.slick-slide {
    margin: 0!important;
}
html body .tabs-wrapper .e-n-tabs .slick-list .slick-track button.e-n-tab-title {
    height: 54px;
	margin: 0 10px !important;
	max-width: 90px;
	min-width: 60px;
	padding-bottom: 5px;
}
.tabs-wrapper .custom-arrow {
	left: 0;
	bottom: 10px;
}
html body .tabs-wrapper .e-n-tabs .slick-list {
	margin: 0 58px;
}
}

@media only screen and (max-width:767px){
		.tabs-wrapper .elementor-widget-heading h2 {
    font-size: 40px;
}
.tabs-wrapper .e-n-tabs button {
    min-width: 125px;
}
.tabs-wrapper .custom-arrow {
	width: 25px;
	height: 25px;
	bottom: 15px;
	left: -12px;
}
.tabs-wrapper .custom-arrow.custom-next {
	right: -12px;
    left: auto;
}
html body .tabs-wrapper .e-n-tabs .slick-list {
	margin: 0 15px;
}
#rqf_submit_btn {width: 200px;margin: 0 auto;margin-top: 20px;}
}





/* Mobile devices */
@media (max-width: 575.98px) {
  .form-group {
    padding: 10px;
  }
  .frmdet .custom-contact-form {
	display: block;
	padding: 10px;
}
}

/* Tablets */
@media (min-width: 576px) and (max-width: 991.98px) {
  .form-group {
    padding: 12px;
  }
}

/* Desktops */
@media (min-width: 992px) {
  .form-group {
    padding: 15px;
  }
}

ul.sub-menu {
max-height: 300px; /* adjust based on your design */
        overflow-y: auto;
}
.bred-inner .elementor-shortcode span,.bred-inner .elementor-shortcode span a {
    font-size: 16px;
    color: #333;
}
.bred-inner .elementor-shortcode span.breadcrumb_last {
    font-weight: 700;
    color: #1075ac;
}


@media only screen and (max-width: 767px) {
/* 	html body.home .home-banner .elementor-widget-container .swiper-slide {
		height: 200px;
	} */
	html body.home .home-banner .elementor-widget-container .swiper-slide .swiper-slide-bg {
		background-size: 100% 100%;
	}
	html body.home .home-banner .elementor-widget-container .elementor-swiper-button {
		width: 25px;
		height: 25px;
	}
	html body.home .home-banner .elementor-widget-container .elementor-swiper-button svg {
		height: 20px;
		width: 20px;
	}
}
.contactfrm .default-btn {
	background-color: #E5332B;
	color: #FAFAFA;
	border-radius: 50px 50px 50px 50px;
	border: 0;
	float: none;
	height: auto;
	margin: 0;
	padding: 10px 20px;
	width: auto;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
	font-family: "HelveticaNeue LT 57 Cn", Helvetica;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.contactfrm .default-btn span.btn-left-i, .contactfrm .default-btn span.btn-right-i, .contactfrm .default-btn:hover span.btn-left-i, .contactfrm .default-btn:hover span.btn-right-i {
	display: none;
}
@media only screen and (max-width:767px){
	body .stgrd {
		position: static !important;
	}
	.home-frm-wrapper form.wpcf7-form.init {
		padding: 0 10px;
	}
	.home-frm-wrapper form .custom-contact-form {
		padding: 30px 10px;
		margin: 20px 0;
	}
	.home-frm-wrapper .custom-contact-form label {
		display: block;
		font-weight: 400;
		color: #333;
		margin-bottom: 0;
		font-size: 14px;
		letter-spacing: 0;
	}
	.home-frm-wrapper .custom-contact-form .form-group {
		flex: unset;
		padding: 0 0 6px 0;
		display: block;
		width: 100%;
	}
	.home-frm-wrapper .custom-contact-form .form-group.submit-group input {
	padding: 0 10px;
	font-weight: 600;
	height: 38px !important;
	display: block;
	text-align: center;
}
}

.home-frm-wrapper .custom-contact-form select#speciality {
	width: 100% !important;
	min-width: auto !important;
}
.home-frm-wrapper .custom-contact-form select#speciality option {
	font-size: 13px;
	line-height: 120%;
	padding: 0;
}
.footer-wrapper {
    height: 80px;
    padding: 5px 0;
}
.request-quote-container form #rqf_submit_btn {
	padding: 10px 10px;
}
body .request-quote-heading {
	font-size: 20px;
}

.cmn-secbl .imgcrwr .elementor-image-box-img a img {
	height: 240px;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
}
.cmn-secbl .imgcrwr .elementor-image-box-img a {
	display: block;
	text-align: center;
}
.term-health-package h2 span.cb {
	color: #3276b0;
}
.term-health-package .imgbg {
	width: 90px;
	height: 90px;
}
.term-health-package .accordion-header h3 {
	font-size: 18px;
}
.term-health-package .data .cb {
	font-size: 18px;
}
.term-health-package.woocommerce ul.products li.product h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}
.term-health-package.woocommerce ul.products li.product .add-to-cart-btn {
	background: #da302b !important;
	width: auto;
}
.term-health-package.woocommerce .shop-hover-content {
	opacity: 1;
	visibility: visible;
}
.contactfrm .default-btn:hover {
	margin: 0;
	background: #3478b1;
	color: #fff;
}

/*  Popup Form*/

body::before {
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: #000;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}
html.showme body::before {
	opacity: 0.8;
	visibility: visible;
	z-index: 99999;
}
html.showme {
	overflow: hidden;
}
.request-quote-container-listing {
	position: fixed;
	top: 0;
	margin: auto !important;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	max-width: 599px;
	box-shadow: 2.5px 2.5px 20px 0 rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	opacity: 1;
	visibility: visible;
	transition: 0.5s all;
	height: 560px;
	max-height: 560px;
	background: #fff;
}
.request-quote-container-listing .close-btn {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #da302b;
	position: absolute;
	left: auto;
	right: -10px;
	top: -10px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #da302b;
}
.request-quote-container-listing .close-btn::before {
	content: "X";
	position: absolute;
	left: 10px;
	right: auto;
	margin: 0 a;
	top: 0;
	bottom: auto;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.request-quote-container-listing .close-btn:hover{
	background: #fff;
}
.request-quote-container-listing .close-btn:hover::before{
	color:#da302b ;
}
.request-quote-container-listing .request-quote-form {
	margin: 10px;
	border: 1px solid #1075ac;
	height: 540px;
	padding: 20px;
	border-radius: 10px;
}
.request-quote-container-listing .request-quote-form .rqf-field {
	width: 100%;
	margin-bottom: 9px;
}
.request-quote-container-listing .request-quote-form .rqf-field label {
	display: block;
	font-size: 15px;
	margin-bottom: 2px;
	color: #091152;
}
.request-quote-container-listing .request-quote-form .rqf-field input, .request-quote-container-listing .request-quote-form .rqf-field select {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 0 10px;
}
.request-quote-container-listing .request-quote-form .rqf-field textarea {
	width: 100%;
	resize: none;
	padding: 5px 10px;
	height: 80px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.request-quote-container-listing .request-quote-form .rqf-actions button {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 100%;
	background: #d73828;
	border: 1px solid #d73828;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
}
.request-quote-container-listing .request-quote-form .rqf-actions button:hover{
	background: #1075ac;
	border-color: #1075ac;
}
.request-quote-container-listing .request-quote-form h3.form-title {
	font-size: 23px;
	margin-bottom: 15px;
	line-height: 100%;
}
.request-quote-container-listing .request-quote-form .rqf-field .iti--show-flags {
	width: 100%;
}
.frmdet.prdfrm .request-quote-container #rqf_form {
    display: flex !important;
    justify-content: space-between;
    padding: 28px 40px 15px;
}
.frmdet.prdfrm .request-quote-container #rqf_form div {
	margin: 0;
}
.frmdet.prdfrm .request-quote-container #rqf_form div .form-label {
	color: #fff;
	line-height: 100%;
	display: block;
}
/* Another Popup */
html.Showmewr body.homepage-body::before {
	opacity: 0.8;
	visibility: visible;
	z-index: 99999;
}
html.Showmewr .homepage-body {
	overflow: hidden;
}
.custom-contact-form-wrap.showmy-popup {
	position: fixed;
	top: 40px;
	margin: 0 auto !important;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	max-width: 1200px;
	box-shadow: 2.5px 2.5px 20px 0 rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	opacity: 1;
	visibility: visible;
	transition: 0.5s all;
	height: 490px;
	max-height: 490px;
	background: #fff;
	padding: 20px;
	border: 1px solid #1075ac;
}
.custom-contact-form-wrap.showmy-popup .form-header {
	position: relative;
	padding-bottom: 20px;
}
.custom-contact-form-wrap.showmy-popup .form-header .pop-close {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #da302b;
	position: absolute;
	left: auto;
	right: -30px;
	top: -30px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #da302b;
	font-size: 0;
}
.custom-contact-form-wrap.showmy-popup .form-header .pop-close::before {
	content: "X";
	position: absolute;
	left: 9px;
	right: auto;
	top: 0;
	bottom: auto;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.custom-contact-form-wrap.showmy-popup .form-header .fw-bold span {
	font-size: 26px;
	color: #2b6ba2;
}
.custom-contact-form-wrap.showmy-popup .form-header .fw-bold span.cr {
	color: #da302b;
}
.custom-contact-form-wrap .form-body {
	display: flex;
	flex-wrap: wrap;
}
.custom-contact-form-wrap .form-body .form-field label {
	padding-bottom: 5px;
	line-height: 100%;
	display: block;
	font-size: 15px;
	margin-bottom: 2px;
	color: #091152;
}
.custom-contact-form-wrap .form-body .form-field input,
 .custom-contact-form-wrap .form-body .form-field textarea, 
 .custom-contact-form-wrap .form-body .form-field select {
	width: 100%;
	height: 40px;
	border-radius: 30px;
	border: 1px solid #ccc;
	width: 100%;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 0 10px;
	display: flex;
	padding: 0 10px;
}
.custom-contact-form-wrap .form-body .form-field {
	width: 33.33%;
	align-items: flex-start;
	padding: 0 10px 13px;
}
.custom-contact-form-wrap .form-body .form-field.pop-docs {
	width: 50%;
}
.custom-contact-form-wrap .form-body .form-field.pop-desc {
	width: 50%;
}
.custom-contact-form-wrap .form-body .form-field.pop-desc textarea {
	height: 70px;
	resize: none;
}
.custom-contact-form-wrap .form-body .form-field.pop-docs input {
	padding: 3px 10px 3px 3px;
}
.custom-contact-form-wrap .form-body .form-field.pop-get-btn {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 20px auto 0;
	position: relative;
}
.custom-contact-form-wrap .form-body .form-field.pop-get-btn .wpcf7-spinner {
	position: absolute;
	margin: 0;
	top: 8px;
	left: auto;
	right: -19px;
}
.custom-contact-form-wrap .form-body .form-field.pop-get-btn .has-spinner {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 100%;
	background: #d73828;
	background-image: none;
	border: 1px solid #d73828;
	color: #fff;
	font-weight: 600;
	border-radius: 20px;
	transition: 0.5s all;
}
/* .custom-contact-form-wrap .form-body .form-field.pop-get-btn .has-spinner:hover {
	color: #d73828;
	background: #fff;
} */
/* testnomial */
html body .video-test-wrapper.cmn-vdowr {
	flex-wrap: wrap;
}
html body .video-test-wrapper.cmn-vdowr .cmn-vdo {
	width: 33.33%;
	padding: 7px;
}
html body .video-test-wrapper.cmn-vdowr .cmn-vdo iframe {
	border-radius: 10px;
}
body .testcgf, body .mn-vdowr {
	display: none;
}
body .testcgf.active, body .mn-vdowr.active {
	display: block;
}
.btn-read-more.actbtn a.elementor-button {
	background: #244270 !important;
	color: #FFF !important;
}
body .custom-contact-form-wrap{
	display: none;
}
.Showmewr .homepage-body .custom-contact-form-wrap.showmy-popup {
	display: block;
}
.doct-spclity .elementor-widget-container .elementor-shortcode {
	text-align: left;
	font-family: "Helvetica", Sans-serif;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 130%;
	color: #d73828;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
	.custom-contact-form-wrap.showmy-popup {
		max-width: 767px;
		padding: 20px 10px;
	}
}
@media only screen and (max-width: 1200px) {
	html body .video-test-wrapper.cmn-vdowr .cmn-vdo {
		width: 50%;
		padding: 10px;
	}
}
@media only screen and (max-width: 760px) {
	.request-quote-container-listing {
		max-width: 350px;
		height: 500px;
		max-height: 500px;
	}
	.request-quote-container-listing .request-quote-form .rqf-field input, .request-quote-container-listing .request-quote-form .rqf-field select {
		height: 35px;
	}
	.request-quote-container-listing .request-quote-form .rqf-field textarea {
		height: 60px;
	}
	.request-quote-container-listing .request-quote-form {
		height: 480px;
		padding: 10px;
	}
	.request-quote-container-listing .close-btn::before {
		left: 8px;
	}
}
@media only screen and (max-width: 767px) {
	.cmndrtr .elementor-widget-container .elementor-grid .doctors {
		height: 100%;
	}
	.cmndrtr .elementor-widget-container .elementor-grid {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 10px;
	}
	.cmndrtr .elementor-widget-container .elementor-grid .doctors .doctor-wrapper-main {
		padding: 5px 5px 13px;
		border-radius: 5px;
	}
	.cmndrtr .elementor-widget-container .elementor-grid > div:last-child {
		display: none;
	}
	.frmdet.prdfrm .request-quote-container #rqf_form {
		padding: 30px 10px;
		padding-bottom: 20px;
	}
	.frmdet.prdfrm .request-quote-container #rqf_form div .form-label {
		margin-top: 10px;
	}
	.custom-contact-form-wrap.showmy-popup {
		max-width: 350px;
		padding: 10px 10px;
		height: 100%;
		max-height: 438px;
		overflow: hidden;
		overflow-y: auto;
	}
	.custom-contact-form-wrap .form-body .form-field {
		width: 100%;
		padding: 0 0 8px;
	}
	.custom-contact-form-wrap.showmy-popup .form-header .pop-close {
		width: 25px;
		height: 25px;
		right: -20px;
		top: -20px;
	}
	.custom-contact-form-wrap.showmy-popup .form-header {
		position: relative;
		padding-bottom: 0;
	}
	.custom-contact-form-wrap .form-body .form-field input, .custom-contact-form-wrap .form-body .form-field textarea, .custom-contact-form-wrap .form-body .form-field select {
		height: 35px;
	}
	.custom-contact-form-wrap.showmy-popup .form-header .pop-close::before {
		left: 7px;
		top: -3px;
	}
	.custom-contact-form-wrap .form-body .form-field.pop-docs {
		width: 100%;
	}
	.custom-contact-form-wrap .form-body .form-field.pop-desc {
		width: 100%;
	}
	.custom-contact-form-wrap.showmy-popup .form-header .fw-bold span {
		font-size: 23px;
	}
	.custom-contact-form-wrap .fw-bold {
		text-align: center;
	}
	.custom-contact-form-wrap.showmy-popup .form-header .pop-close {
		right: -4px;
		top: 1px;
	}
	html body .video-test-wrapper.cmn-vdowr .cmn-vdo {
		width: 50%;
		padding: 5px;
	}
  .doct-spclity .elementor-widget-container .elementor-shortcode {
    text-align: center;
    font-size: 16px;
  }
}
.frmdet.prdfrm .request-quote-container #rqf_form div.iti--show-flags {
	width: 100%;
}



.ptb-40{padding-top: 40px;padding-bottom: 40px;}
@media only screen and (max-width: 768px){
	.blog-area .blog-posts-list-with-sidebar .row .speciality{
		padding: 0px 20px;
	}
	.tabs-wrap-section{padding-top: 0px;}
}
