/*
Theme Name: Rasm
Theme URI: https://themeholy.com/wordpress/rasm
Author: Themeholy
Author URI: https://themeforest.net/user/themeholy 
Description: Rasm - Online Taxi Service WordPress Theme  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rasm
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.about-logo img{
	width: 78% !important;
}
#counter-down .counter-sec.style4 {
	max-width: 650px;
	margin: 0 auto;
}
.nice-select.open .list{
	height: 285px !important;
	overflow-y: scroll !important;
	scrollbar-color: #000 #84c54f;
	scrollbar-width: thin;
}
#veda-appointment .appointment-quote-form .form-group {
	margin-bottom: 12px;
	padding: 0;
}
#veda-appointment .choose-about {
	margin-bottom: 25px;
	align-items: center;
}
#veda-appointment .choose-about .box-title {
	margin-bottom: -2px;
}

#vedra-header .header-top .d-lg-block{
	width: 80% !important;
}
#vedra-header .header-top .col-auto{
	width: 20%;
}
#vedra-header .header-top .social-links{
	display: flex;
	padding-right: 30px;
	justify-content: flex-end;	
}
#vedra-header .header-top .social-links a i {
	background: #fff;
	color: #000;
	padding: 6px;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	display: flex;
	transition: .3s;
	justify-content: center;
}
#vedra-header .header-top .social-links a:last-child i:before{
	content: "\f16d";
	left: 0px;
	position: relative;
}
#vedra-header .header-top .social-links a:last-child{
	position: relative;
}
#vedra-header .header-top .social-links a:last-child::before {
	content: url("https://dev1.calltekky.com/veda/wp-content/uploads/2024/06/instagram.svg");
	left: 1px;
	position: absolute;
	width: 13px;
	height: 8px;
	z-index: 2;
	top: 3px;
	left: 7px;
}
#vedra-header .header-top .social-links a:last-child::after {
	content: '';
	position: absolute;
	background: #fff;
	width: 26px;
	height: 26px;
	z-index: 1;
	border-radius: 50px;
}
#vedra-header .header-top .social-links a:last-child svg{
	display: none;
}
.th-widget-about .footer-info {
	padding: 0 0 0 45px !important;
	margin: 0 0 15px 0 !important;
}

.breadcumb-wrapper {
	z-index: 1 !important;
}
.breadcumb-wrapper .breadcumb-content ul li a{
	transition: .3s;
	text-decoration-color: #84c54f;
}
.breadcumb-wrapper .breadcumb-content ul li a:hover{
	color: #84c54f !important;
	text-decoration: underline;
}
#mision-vision-section ul{
	margin-top: 15px;
	padding-left: 15px;
}
#mision-vision-section h3{
	font-size: 35px; 
	line-height: 41px;
	margin-bottom: 5px;
}
#doctors-section .team-social{
	display: none;
}
#doctors-section .pp-content-reveal-container .pp-content-reveal-content-wrapper .pp-content-reveal-content p {
	margin-bottom: 0;
	line-height: 23px;
}
#doctors-section .team-img{
	min-height: 300px;
}
#doctors-section .team-img img{
	height: 300px;
	object-fit: cover;
}
#doctors-section .th-team:hover .team-img img {
	transform: unset !important;
}
#doctors-section .team-box_content {
	text-align: center;
	padding: 30px 20px 20px;
	background-color: #FAF9F7;
	justify-content: center;
}
#doctors-grid .slick-slide{
	width: 100% !important;
}
#doctors-section .doctor-item{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#doctors-section .th-team .team-img::before, #doctors-section .th-team .team-img::after{
	display: none;
}

#veda-footer h3{
	position: relative;
}
#veda-footer h3:after{
	content: '';
	width: 16px;
	border: 3px solid var(--title-color);
	height: 10px;
	background-color: transparent;
	bottom: -8px;
	left: 40px;
	position: absolute;
	animation: footerLine 7s linear infinite;
}
#veda-footer h3:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 61px;
	height: 2px;
	background-color: var(--theme-color);
}
#veda-footer .elementor-icon-list-item a{
	position: relative;
}
#veda-footer .elementor-icon-list-item a:after{
	content: '';
	height: 1px;
	width: 0%;
	position: absolute;
	background: #84C54F;
	bottom: -3px;
	transition: .5s;
	left: 0;
}
#veda-footer .elementor-icon-list-item a:hover:after{
	width: 100%;
}

.breadcumb-wrapper {
	position: relative;
  padding: 115px 0 !important;
}
.breadcumb-wrapper:after{
	content: '';
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.3;
}
.breadcumb-wrapper .breadcumb-content{
	z-index: 9999;
	position: relative;
	text-align: center;
}
.breadcumb-wrapper .breadcumb-title {
	color: #ffffff;
	font-size: 55px;
	line-height: 61px;
	font-weight: 900;
}
.breadcumb-wrapper .breadcumb-menu {
	margin: 17px 0 0 0;
}
.breadcumb-wrapper .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
	font-size: 16px !important;
}
.breadcumb-wrapper .breadcumb-menu li::after {
	margin-left: 10px;
	font-weight: 400;
	font-size: 15px;
}
.shape-mockup-area {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

#vedra-header .me-xl-auto {
	margin-right: 0 !important;
}
#vedra-header .th-header .sticky-wrapper {
	transition: unset !important;
}
#vedra-header .header-logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
#vedra-header .header-links ul {
	width: 100%;
	justify-content: flex-start;
	display: flex;
}
#vedra-header .menu-area .col-auto:first-child{
	width: 18%;
}
#vedra-header .menu-area .col-auto:first-child img{
	width: 100%;
}
#vedra-header .header-layout2 .logo-bg {
	width: 26.4%;
	height: 98.5px;
}
#vedra-header .main-menu a {
	font-size: 15px;
}
#vedra-header .header-button .th-btn {
	display: block;
}
#vedra-header .d-none {
	display: block !important;
}
#vedra-header .contact-menu{
	display: none;
}

.header-links li:nth-child(1){
	order: 1;
}
.header-links li:nth-child(4){
	order: 2;
	margin: 0 40px 0 0;
}
.header-links li:nth-child(2){
	order: 3;
}
.header-links li:nth-child(3){
	order: 4;
}
.header-links li:nth-child(3):after{
	display: none;
}
.header-links li:nth-child(4):after{
	content: "";
	height: 15px;
	width: 1px;
	background-color: var(--body-color);
	position: absolute;
	top: 5px;
	right: -20px;
}

/*============================= Homepage Style ================*/
#vedra-home-banner .hero-style3 {
	padding: 190px 0;
	max-width: 850px;
}
#vedra-home-banner .th-hero-wrapper.hero-3 {
	height: 750px;
}
#vedra-home-banner .zoom {
	animation: zoom 65s linear infinite;
}
#vedra-home-banner .th-hero-bg::after {
	content: '';
	position: absolute;
	background: #221d1dc7;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.36;
}
#vedra-home-banner .shape-mockup.hero_wrap {
	display: none !important;
}
#vedra-home-banner .th-btn.style5 {
	background-color: #080808;
}
#vedra-home-banner .hero-style3 img{
	display: none;
}
#vedra-home-banner .th-hero-wrapper.hero-3 .slick-arrow.slick-next {
	top: 50%;
	right: 180px;
	left: unset;
}
#vedra-home-banner .th-hero-wrapper.hero-3 .slick-arrow {
	top: 50%;
	left: 180px;
	color: #ffffff;
	background: var(--theme-color);
}
#vedra-home-banner .hero-style3 ul{
	padding: 0;
	padding-left: 18px;
	margin-top: 12px;
}
#vedra-home-banner .hero-style3 ul li {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	font-family: var(--body-font);
	text-transform: capitalize;
}
#vedra-home-banner .th-hero-slide .hero-title span{
  color: #f7f7f7 !important;
}
#vedra-home-banner .th-hero-slide:first-child .sub-title, #vedra-home-banner .th-hero-slide:last-child .sub-title{
  color: #f7f7f7 !important;
}
#vedra-home-banner .th-hero-slide:first-child .hero-text, #vedra-home-banner .th-hero-slide:last-child .hero-text{
	color: #f7f7f7 !important;
}
#vedra-home-banner .th-hero-slide:last-child .th-hero-bg:after{
	content: '';
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.3;	
}
#veda-about .choose-image .img2 {
	left: -22%;
	bottom: 23%;
}

#veda-treatments .service-card {
	min-height: 420px;
	border: 1px solid #f4dcd0;
}

#about-wellness .form-group {
	margin-bottom: 15px;
}
#about-wellness .wpcf7-form .row{
	--bs-gutter-x: 15px;
}
#about-wellness .quote-form textarea.form-control, #about-wellness .quote-form textarea {
	min-height: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#service-page-grid .gy-4{
	justify-content: center;
}

#veda-appointment .veda-time .nice-select::after {
	display: none !important;
}
#veda-appointment .appointment-quote-form {
	background-color: #FAF9F7;
	padding: 60px 52px 57px 53px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	background-image: url("https://dev1.calltekky.com/veda/wp-content/uploads/2024/05/shape-17.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 15px;
}
#veda-appointment .appointment-quote-form .row{
	display: flex;
	column-gap: 10px;
	flex-wrap: wrap;
}
#veda-appointment .appointment-quote-form .row .col-md-6 {
	width: 48.9%;
}
#veda-appointment .appointment-quote-form .btn-group{
	padding: 0;
}
#veda-appointment .appointment-quote-form input, #veda-appointment .appointment-quote-form .nice-select{
	border: 1px solid #84C54F4F;
}

#veda-servicces .slick-slide{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
#veda-servicces .service-box {
	min-height: 265px;
	--bs-gutter-x: 20px;
}
#veda-servicces .service-box {
	background-color: #FAF9F7;
	padding: 25px 16px;
	border: 1px solid #eeecec;
}
#veda-servicces .service-box p{
	font-size: 15px;
	line-height: 22px;
}
#veda-servicces .service-box .global-icon::after{
	display: none;
}
#veda-servicces .service-box .global-icon {
	-webkit-box-flex: 0;
	flex: none;
	background: transparent;
	height: 170px;
	width: 170px;
	text-align: center;
	line-height: 90px;
	border-radius: 50%;
	position: relative;
	border: none;
	z-index: auto;
	display: block;
	margin: -80px auto auto auto;
	transition: 0.4s;
}
#veda-servicces .service-box .global-icon img {
	transition: all 0.4s ease-in-out;
	border-radius: 50%;
	height: 125px;
	width: 125px;
	object-fit: fill;
}
#veda-servicces .service-box_icon {
	margin-bottom: -28px;
}

#veda-package .elementor-column-gap-no{
	column-gap: 32px;
}
#veda-package .elementor-widget-text-editor span{
	display: block;
}

#service-page-grid .elementor-widget-image-box img{
	border-radius: 12px 12px 0px 0px;
	transition: transform 1s, filter .5s ease-out;
}
#service-page-grid .elementor-widget-image-box:hover img {
  transform: scale(1.03);
	border-radius: 12px 12px 0px 0px;
}
#service-page-grid .elementor-widget-image-box .elementor-image-box-img {
	overflow: hidden;
}
#service-page-grid ..elementor-widget-image-box .elementor-widget-container{
	transition: 0.3s;
}
#service-page-grid .elementor-widget-image-box .elementor-widget-container:hover{
	transition: 0.3s;
	border-radius: 0px 0px 12px 12px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#service-page-grid .elementor-widget-image-box .elementor-widget-container:hover h3{
	color: #84C54F;
}
#service-page-grid .elementor-widget-image-box .elementor-image-box-content {
	padding: 0px 24px 36px 24px;
}
#service-page-grid .elementor-widget-image-box .elementor-widget-container {
	border-radius: 12px;
}

.tretment-grid-design .elementor-widget-image-box .elementor-image-box-content {
	padding: 0px 20px 30px 20px !important;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
	padding: 10px 0 !important;
}
.th-counterup .content .counter {
	line-height: 32px !important;
	padding: 10px 0 !important;
}
.counter-sec.style4 {
	background-color: #FAF9F7 !important;
	border: 6px solid #eeebeb !important;
}
#sidebar-area-service .nice-select::after {
	display: none;
}

/*========================= Veda Contact Page Style ======================*/
#veda-contact-page .contact-info-wrap {
	min-height: 585px;
	background-color: #fff;
	padding: 45px 35px 30px;
	display: flex;
	flex-wrap: wrap;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#veda-contact-page .contact-form-wrapper {
	padding-top: 0;
}
#veda-contact-page .contact-info {
	gap: 15px 20px;
	width: 100%;
	background-color: #FAF9F7;
	padding: 24px 30px 23px;
	margin-bottom: 23px;
}
#veda-contact-page .contact-info:nth-child(1){
	order: 1;
}
#veda-contact-page .contact-info:nth-child(2){
	order: 2;
}
#veda-contact-page .contact-info:nth-child(3){
	order: 3;
}
#veda-contact-page .contact-info:nth-child(3) span{
	font-size: 0;
}
#veda-contact-page .contact-info:nth-child(3) a{
	font-size: 16px;
	max-width: 150px;
	pointer-events: none;
}
#veda-contact-page .contact-info .contacts{
	width: 100%;
	display: flex;
}
#veda-contact-page .contact-info_text {
	margin-bottom: 0px;
	margin-top: 2px;
	font-size: 16px;
	line-height: 23px;
	flex-wrap: wrap;
}
#veda-contact-page .title-area .sec-title {
	margin-bottom: 39px;
	font-size: 37px;
	line-height: 42px;
}
#veda-contact-page .contact-form {
	padding: 36px 35px 60px;
	min-height: 585px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#veda-contact-page .contact-form .form-title {
	text-align: left !important;
	font-size: 37px;
	line-height: 42px;
	margin-bottom: 38px;
	position: relative;
}
#veda-contact-page .contact-form .form-title::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 66.486px;
	height: 3px;
	background-color: var(--theme-color);
}
#veda-contact-page .contact-info-wrap .sec-title::before {
	bottom: -7px;
}
#veda-contact-page .contact-form  input, #veda-contact-page .contact-form  .nice-select, #veda-contact-page .contact-form  textarea{
	height: 58px;
	border: 1px solid #84C54F4F;
	background-color: #FAF9F7;
}
#veda-contact-page .form-group {
	margin-bottom: 22px;
}
#veda-contact-page textarea.form-control, textarea {
	min-height: 170px;
}
#veda-contact-page .nice-select .option:hover, #veda-contact-page .nice-select .option.focus, #veda-contact-page .nice-select .option.selected.focus {
	color: #fff;
	background-color: #84c54f;
}
#veda-contact-page .nice-select .option.selected {
	font-weight: 400;
	background-color: #84c54f !important;
}
#veda-contact-page .contact-info_text a {
	padding-left: 4px;
}

#veda-gallery-grid .elementor-gallery-title {
	padding: 0;
}
#veda-gallery-grid .e--pointer-underline .elementor-item{
	transition: 0.3s;
}
#veda-gallery-grid .e--pointer-underline .elementor-item::after {
	content: "";
	bottom: -4px;
	height: 2px;
}

#veda-servicepage-grid .service-grid{
	background-color: #faf9f7;
}
#veda-servicepage-grid .service-grid:hover{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
#veda-servicepage-grid .service-grid_number{
	opacity: 1 !important;
	visibility: visible;
	transform: scaleY(1);
	font-size: 70px;
	line-height: 76px;
}
#veda-servicepage-grid .service-grid .service-grid_overlay {
	opacity: 0.5;
	visibility: visible;
	transform: scaleY(1);
}
#veda-servicepage-grid .service-grid_icon img{
	width: 23%;
}
#veda-servicepage-grid .service-grid_text {
	line-height: 25px;
}
#veda-servicepage-grid .service-grid .box-title {
	margin-bottom: 5px;
}
#veda-treatments .service-card_img img {
	width: 80px;
}

#about-veda .about-wrapper .about-info {
	background-color: #FAF9F7;
	border: 1px solid #e8e8e8;
}
#veda-testimonial .testi-grid_desig {
	display: none;
}
#veda-testimonial .testi-grid {
	min-height: 325px;
}
#veda-testimonial .slick-track {
	column-gap: 20px;
	display: flex;
	margin-bottom: 18px;
}
#veda-testimonial .pp-testimonial {
  background: #fff;
	min-height: 300px;
}
#veda-testimonial .slick-dots button{
	width: 33px; 
	height: 10px;
	border-radius: 0;
}
#veda-testimonial .pp-slick-slider li {
	background: #fff;
	border-radius: 0;
	margin: 0 0px;
	border: 1px solid #84C54FD9;
}
#veda-testimonial .slick-active{
	background: #84C54FD9 !important;
}

/*============================ Services Page Style =============================*/
#veda-service-single .service-single{
	padding: 45px 30px 55px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#veda-service-single .widget_nav_menu{
	background-color: #fff;
	padding: 36px 30px 40px;
	margin-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#veda-service-single .footer-widget .widget_title::after {
	border: none;
}
#veda-service-single .footer-widget .widget_title {
	color: #000;
}
#veda-service-single .widget_categories{
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;	
}
#veda-service-single .widget_categories input, #veda-service-single .widget_categories .nice-select, #veda-service-single .widget_categories textarea{
	border: 1px solid #ccc;
}
#veda-service-single .form-group {
	margin-bottom: 14px;
}
#veda-service-single .nice-select .option:hover, #veda-service-single .nice-select .option.focus, #veda-service-single .nice-select .option.selected.focus {
	color: #fff;
	background-color: #84c54f;
}
#veda-service-single .nice-select .option.selected {
	font-weight: 400;
	background-color: #84c54f !important;
}
#veda-service-single h5{
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
}
#veda-service-single li strong{
	font-weight: 600;
	text-decoration: underline;
}

#faq-page .accordion-card .accordion-button{
	min-height: 65px;
}
#faq-page .accordion-area {
	border: none;
}
#faq-page .accordion-card .accordion-button.collapsed {
	border-bottom: none;
	margin-top: 12px;
	min-height: 65px;
	padding: 0 20px;
	background: #fff;
	border: 1px solid var(--smoke-color2);
}
#faq-page .accordion-card .accordion-button::after {
	font-size: 16px;
	right: 20px;
}
#faq-page .accordion-card .accordion-button:not(.collapsed){
	padding: 0 20px;
	background: #fff;
	margin-top: 12px;
}
#faq-page .accordion-card .accordion-body {
	border-bottom: none;
	padding-bottom: 0;
}
#faq-page .accordion-card .accordion-body p{
	padding: 0px 40px 23px 40px;
	background: #fff;
	border-bottom: 3px solid #84c54f;
	margin-top: -5px;
}

/*======================= Footer CSS ========================*/
#veda-footer{
	padding-top: 46px;
}
#veda-footer .footer-layout3 {
	padding-top: 70px;
}
#veda-footer .footer-style-2 {
	padding: 45px 20px 20px 20px;
	max-width: 1410px;
}
#veda-footer .footer-widget {
	margin-bottom: 18px;
}
.footer-social{
	display: none;
}
.footer-layout3 .th-widget-about {
	margin-right: 25px !important;
}
#veda-footer .widget_nav_menu .menu-item a:before{
	display: none;
}
#veda-footer .widget_nav_menu .menu-item a{
	padding: 0 0 0 0px;
	margin-bottom: 15px;
	position: relative;
}
#veda-footer .footer-widget .widget_title {
	margin: -0.12rem 0 25px 0;
}
#veda-footer .th-widget-about .about-logo {
	margin-bottom: 18px;
	margin-top: -20px;
}
#veda-footer .th-widget-about .about-logo a:after{
	display: none;
}
#veda-footer .th-widget-about a{
	position: relative;
}
#veda-footer .widget_nav_menu .menu-item a:after, #veda-footer .th-widget-about a:after{
	content: '';
	height: 1px;
	width: 0%;
	position: absolute;
	background: #84C54F;
	bottom: -3px;
	transition: .5s;
	left: 0;
}
#veda-footer .widget_nav_menu .menu-item a:hover::after, #veda-footer .th-widget-about a:hover::after {
	width: 100%;
}

#veda-socket a:hover{
	color: #fff;
}

.wa__btn_popup {
	bottom: 95px !important;
}
#vedra-header .th-menu-wrapper .mobile-logo {
	text-align: left;
	background-color: #000;
	padding: 18px 15px 14px 18px;
}
#vedra-header .th-menu-wrapper .mobile-logo img{
	width: 80%;
}
#vedra-header .th-menu-wrapper .th-menu-area {
	max-width: 340px;
}
#vedra-header .th-mobile-menu > ul {
	padding: 0 25px;
}
#vedra-header .th-menu-wrapper .th-menu-toggle {
	background-color: #70C141;
}
#vedra-header .th-menu-wrapper .th-menu-toggle:hover{
	background-color: #70C141;
}
#vedra-header .th-mobile-menu ul li a:hover{
	color: #70C141;
}
.th-widget-about .footer-info i {
	width: 32px !important;
	height: 30px !important;
	font-size: 16px !important;
	line-height: 30px !important;
	top: 4px !important; 
}

/*======================== Responsive Media CSS ==========================*/
@media only screen and (max-width: 1500px){
	#veda-about .choose-image .img2{
		display: none;
	}
	.container, .container-lg, .container-md, .container-sm {
		max-width: 100% !important;
		padding: 0px 25px !important;
	}
}
@media only screen and (max-width: 1300px){
	#vedra-header .header-links ul {
		margin-top: 7px;
}
	#veda-contact-page .contact-info {
		padding: 24px 28px 23px;
		margin-bottom: 25px;
	}	
	#veda-contact-page .contact-info_text {
		font-size: 15px;
		line-height: 23px;
	}
	
	#vedra-header .menu-area .col-auto:first-child{
		width: 20%;
	}
	#vedra-header .d-none {
		width: 23%;
		padding: 0;
		margin: 0;
	}
	#vedra-header .me-xl-auto .d-none {
		width: 100%;
	}
	#vedra-header .me-xl-auto .d-none .rasm-menu{
		display: flex !important;
		justify-content: center !important;
	}
	#vedra-header .me-xl-auto {
		width: 57%;
		padding: 0;
		margin: 0;
	}
	#vedra-header .header-logo {
		width: 181px;
	}
	#vedra-header .header-layout2 .logo-bg {
		width: 240px;
	}
	#vedra-header .header-button .th-btn{
		font-size: 13px;
	}
	#vedra-header .main-menu > ul > li {
		margin: 0 8px !important;
	}
}
@media only screen and (max-width: 1200px){
	#vedra-home-banner .hero-style3 {
		padding: 150px 0;
		max-width: 900px;
	}
	#vedra-home-banner .th-hero-wrapper.hero-3 {
		height: 650px;
	}

	#veda-footer .footer-style-2 {
		padding: 45px 15px 20px 15px;
		max-width: 1410px;
	}	
	#veda-appointment .appointment-quote-form .row .col-md-6 {
		width: 48.75%;
	}
	#counter-down .th-counterup {
		border-right: none;
		border-bottom: none;
		padding: 30px;
	}
	#counter-down .counter-sec.style4{
		padding: 10px;
	}
}
@media only screen and (max-width: 1100px){
	#vedra-header .main-menu > ul > li {
		margin: 0 11px;
	}
	#vedra-header .main-menu a {
		font-size: 14px;
	}
	
	#veda-contact-page .contact-info-wrap {
		padding: 45px 24px 25px;
	}
	#veda-contact-page .contact-info {
		padding: 24px 22px 23px;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 1024px){
	#veda-footer .th-widget-about .about-logo img{
		width: 40% !important;
		margin-left: -5px;
	}	
	#veda-footer .footer-info{
		max-width: 100%;
	}

	#vedra-header .header-top .social-links {
		padding-right: 18px;
	}
	
	#sidebar-area-service .elementor-widget-rasmmenuselect{
		width: 40%;
	}
	#sidebar-area-service .elementor-widget-rasmcontactform{
		width: 56%;
		margin-left: 4%;
	}
	#veda-service-single .service-single {
		padding: 45px 25px 45px;
	}

	#vedra-header .menu-area .col-auto:first-child{
		width: 20%;
	}
	#vedra-header .d-none {
		width: 23%;
		padding: 0;
		margin: 0;
	}
	#vedra-header .me-xl-auto .d-none {
		width: 100%;
	}
	#vedra-header .me-xl-auto {
		width: 57%;
		padding: 0;
		margin: 0;
	}
	#vedra-header .justify-content-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: flex-start !important;
	}
	#vedra-header .header-button .th-btn{
		font-size: 12px;
		padding: 20px 20px;
	}
	#vedra-header .menu-area .d-none {
		justify-content: flex-end;
		display: flex !important;
	}
	#vedra-header .main-menu a {
		font-size: 13px;
		padding: 0;
	}
	#vedra-header .header-layout2 .logo-bg {
		width: 21.6%;
		height: 66px;
	}
}
@media only screen and (max-width: 991px){
	#vedra-header .header-top .d-none{
		display: block !important;
	}
	#vedra-header .contact-menu {
		display: block;
	}
	#vedra-header .header-button .th-btn {
		display: none;
	}
	#vedra-header .menu-area .d-none{
		display: none !important;
	}

	#faq-page .accordion-card .accordion-header {
		margin: 0 0px;
	}
	#faq-page .accordion-card .accordion-collapse {
		margin: 0 0px;
	}
	#vedra-header .header-links ul {
		margin-top: 0px;
	}
	
	.breadcumb-wrapper {
		padding: 85px 0 !important;
	}
	.breadcumb-wrapper .breadcumb-title {
		font-size: 50px;
		line-height: 56px;
	}
	.breadcumb-wrapper .breadcumb-menu {
		margin: 10px 0 0 0;
	}

	#vedra-header .header-layout2 .logo-bg {
		height: 74px;
		width: 260px;
	}
	#vedra-header .th-menu-toggle {
		width: 44px;
		height: 43px;
		font-size: 23px;
	}
	#vedra-header .th-menu-toggle:hover{
		background-color: var(--theme-color);
	}
	#vedra-header .menu-area .col-auto:first-child {
		width: 50%;
		padding: 0;
	}
	#vedra-header .me-xl-auto {
		padding: 0;
		width: 50%;
		display: flex;
		justify-content: flex-end;
	}
	#vedra-header .header-layout2 .menu-area {
		padding: 0;
	}
	#vedra-header .header-logo {
		width: 200px;
	}

	#veda-servicepage-grid .service-grid {
		padding: 30px 15px 40px;
	}

	#vedra-header .header-top .d-lg-block {
		width: 80% !important;
	}
	#vedra-header .header-top .col-auto {
		width: 20%;
	}
	#vedra-header .header-links ul {
		justify-content: flex-start;
		top: 4px;
		position: relative;
	}

	#contact-map-section iframe{
		height: 410px;
	}
}
@media only screen and (max-width: 767px){
	.breadcumb-wrapper .container{
		padding: 0 12px !important;
	}

	#mission-title{
		max-width: 445px;
		margin: 0 auto;
	}
	
	#contact-map-section iframe{
		height: 380px;
	}
	#doctors-section .pp-content-reveal-container .pp-content-reveal-content-wrapper .pp-content-reveal-content p {
		line-height: 23px !important;
	}
	#veda-contact-page .contact-form input, #veda-contact-page .contact-form .nice-select, #veda-contact-page .contact-form textarea {
		height: 52px;
	}
	
	#vedra-header .header-top .d-none{
		display: block !important;
	}
	#vedra-header .header-links li:last-child{
		display: none;
	}

	#vedra-header .header-layout2 .logo-bg {
		height: 69px;
		width: 225px;
	}
	#vedra-header .th-menu-toggle {
		width: 44px;
		height: 43px;
		font-size: 23px;
	}
	#vedra-header .th-menu-toggle:hover{
		background-color: var(--theme-color);
	}
	#vedra-header .menu-area .col-auto:first-child {
		width: 50%;
		padding: 0;
	}
	#vedra-header .me-xl-auto {
		padding: 0;
		width: 50%;
	}
	#vedra-header .header-logo {
		width: 180px;
	}
	#vedra-header .header-layout2 .menu-area {
		padding: 0;
	}
	
	.form-group {
		margin-bottom: 10px !important;
	}

	#vedra-home-banner .th-hero-wrapper.hero-3 {
		height: auto;
	}
	#vedra-home-banner .container{
		padding: 0 14px !important;
	}
	#vedra-home-banner .hero-style3 {
		padding: 130px 0;
		max-width: 100%;
	}
	#vedra-home-banner .hero-style3 .hero-text {
		text-align: center;
		margin-bottom: 20px;
		margin-right: 0;
	}
	#vedra-home-banner .hero-style3 .sub-title {
		text-align: center;
	}
	.breadcumb-wrapper {
		padding: 75px 0 !important;
	}
	.breadcumb-wrapper .breadcumb-title {
		font-size: 35px;
		line-height: 44px;
	}
	.breadcumb-wrapper .breadcumb-menu {
		margin: 10px 0 0 0;
	}

	#veda-contact-page .contact-info-wrap {
		min-height: 100%;
		padding: 38px 20px 25px;
	}
	#veda-contact-page .contact-form {
		padding: 30px 20px 45px;
	}
	#veda-contact-page .contact-info_icon {
		width: 60px;
		min-width: 60px;
		height: 63px;
		line-height: 66px;
		font-size: 25px;
	}
	#veda-contact-page .contact-info {
		padding: 26px 22px 25px;
		margin-bottom: 20px;
	}
	#veda-contact-page .title-area .sec-title {
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 37px;
	}
	#veda-contact-page .contact-form .form-title {
		font-size: 32px;
		line-height: 37px;
		margin-bottom: 30px;
	}
	
	.title-area img {
		margin-bottom: 0;
		width: 48%;
		margin-top: 0;
		padding-bottom: 0;
	}
	.title-area .sec-title {
		margin-top: -18px;
		}

	#counter-down .container {
		padding: 0px 12px !important;
	}
	#veda-appointment .appointment-quote-form {
		padding: 45px 20px;
	}

	#veda-servicepage-grid .service-grid {
		padding: 25px 20px 40px;
	}
	#veda-service-single .service-single {
		padding: 45px 18px 30px;
	}
	.widget_title {
		font-size: 30px !important;
		line-height: 36px !important;
	}
	#sidebar-area-service .elementor-widget-rasmmenuselect{
		width: 100%;
	}
	#sidebar-area-service .elementor-widget-rasmcontactform{
		width: 100%;
		margin-left: 0;
	}

	#faq-page .accordion-card .accordion-button.collapsed{
		font-size: 17px;
		line-height: 23px;
		min-height: 78px;
		padding: 0 36px 0 15px;
	}
	#faq-page .accordion-card .accordion-body p {
		padding: 7px 25px 23px 25px;
		margin-top: 0;
	}
	#faq-page .accordion-card .accordion-button {
		min-height: 78px;
		font-size: 17px;
		line-height: 23px;
	}

	.scroll-top {
		right: 8px !important;
		bottom: 80px !important;
		height: 45px !important;
		width: 45px !important;
	}
	.scroll-top::after {
		height: 45px !important;
		width: 45px !important;
	}
	.wa__btn_popup{
		right: 8px !important;
		bottom: 135px !important;
	}
	.wa__btn_popup .wa__btn_popup_txt{
		display: none !important;
	}
	.wa__btn_popup .wa__btn_popup_icon {
		height: 45px !important;
		width: 45px !important;
	}
	.wa__btn_popup .wa__btn_popup_icon::before{
		background-size: 20px auto !important;
		-webkit-background-size: 20px auto !important;
		-moz-background-size: 20px auto !important;
	}
	#veda-footer .th-widget-about .about-logo img {
		width: 50%;
	}
	#veda-footer .footer-info {
		max-width: 100%;
	}

	#veda-appointment .slider-shadow .slick-list {
		padding-top: 30px;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-top: -30px;
	}
	#doctors-grid .slick-list {
		margin-bottom: -90px;
	}
}
@media only screen and (max-width: 600px){
	#service-page-grid .e-con-inner{
		--e-con-grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 575px){
	#doctors-grid .slick-list {
		margin-bottom: -30px;
	}
}

@media only screen and (max-width: 560px){
	#vedra-header .th-menu-wrapper .th-menu-area {
		max-width: 100%;
	}
	#vedra-header .th-menu-wrapper .mobile-logo img {
		width: 66%;
	}
	#vedra-header .th-menu-wrapper .th-menu-toggle{
		right: 10px;
	}
	#vedra-header .th-menu-wrapper .mobile-logo {
		padding: 20px 12px 20px 14px;
	}
	#vedra-header .th-mobile-menu {
		margin-top: 22px;
	}
	#vedra-header .th-mobile-menu > ul {
		padding: 0 18px;
	}
	#vedra-header .sub-menu li a{
		font-size: 14px;
	}

	#vedra-home-banner .hero-style3 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 35px;
	}

	#doctors-grid .e-con-inner{
		--e-con-grid-template-columns: repeat(1, 1fr);
	}

	p, li{
		font-size: 15px !important;
		line-height: 25px !important;
	}
	#vedra-header .header-top{
		display: none !important;
	}
	#vedra-home-banner .hero-style3 {
		padding: 100px 0;
		max-width: 100%;
	}
	#vedra-home-banner .hero-title{
		font-size: 25px;
		line-height: 31px;
		text-align: center;
	}
	#vedra-home-banner .hero-style3 .hero-text {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 0;
		margin-right: 0;
		text-align: center;
		margin-bottom: 10px;
	}
	#vedra-home-banner .th-btn.style5 {
		font-size: 12px;
		padding: 16px 18px;
	}
	#vedra-home-banner .th-btn {
		font-size: 12px;
		padding: 16px 18px;
	}
	#vedra-home-banner .hero-style3 .sub-title {
		font-size: 22px;
		line-height: 30px;
		text-align: center;
		margin-bottom: 12px;
	}
	#vedra-home-banner .btn-group {
		justify-content: center;
	}
	
	#footer-mobile .elementor-column{
		width: 100%;
		margin: 0;
	}
	#footer-mobile .elementor-column:last-child{
		margin-bottom: 20px;
		margin-top: -20px;
	}
	#footer-mobile  .th-widget-about {
		margin-right: 0px !important;
		margin-bottom: 40px;
	}
	#veda-footer .th-widget-about .about-logo img {
		width: 65% !important;
	}
	#veda-footer #service-one, #veda-footer #service-two, #veda-footer #treatment-two, #veda-footer  #treatment-one{
		width: 50%
	}
	#veda-footer #service-two{
		margin-top: 0px;
	}
	#veda-footer #treatment-two{
		margin-top: 2px;
	}
	#veda-footer .elementor-icon-list-item a{
		font-size: 15px;
	}
	#veda-footer .footer-info {
		font-size: 16px;
		line-height: 22px;
		padding: 0 0 0 38px;
		max-width: 100%;
	}
	#veda-footer .elementor-social-icons-wrapper{
		margin-top: -30px;
	}
	#veda-footer .elementor-icon-list-item a::after {
		bottom: -1px;
	}
	#veda-footer .footer-info i{
		font-size: 13px;
	}

	#counter-down .counter-sec {
		padding: 15px 15px;
		grid-template-columns: repeat(2, 1fr);
	}
	#counter-down .th-counterup .content .counter{
		font-size: 40px;
		line-height: 45px !important;
	}
	#counter-down .counter-number{
		margin-top: 10px;
		padding-left: 6px;
	}
	#counter-down .icon img, #counter-down .icon{
		width: 100%;
		height: 50px;
		max-width: 50px;
		margin: 0 auto;
	}
	#counter-down .icon{
		margin-bottom: -25px;
	}

	#veda-appointment .appointment-quote-form input, #veda-appointment .appointment-quote-form .nice-select {
		height: 48px;
		padding: 0 16px 0 16px;
		font-size: 14px;
		line-height: 47px;
	}
	#veda-appointment .form-group {
		padding: 0;
	}
	#veda-appointment .appointment-quote-form .col-12{
		width: 49%;
	}
	#veda-appointment .appointment-quote-form .veda-service{
		width: 100% !important;
	}
	#veda-appointment .appointment-quote-form .row{
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
	}
	#veda-appointment .appointment-quote-form {
		padding: 45px 35px;
	}

	#veda-appointment .appointment-quote-form .btn-group {
		padding: 0;
		margin-top: 10px;
	}
	.appointment-quote-form .form-group i {
		top: 16px !important;
	}
}





