/*********************************** Start Of Common Css ***********************************/
:focus{outline:none;box-shadow:none!important;}
input,select,textarea{font-size:1rem!important;font-weight:400;color:#000000;width:100%!important;height:60px!important;background:#ffffff!important;padding:10px!important;border:1px solid #a5a5a5!important;border-radius:0px!important;display:block;outline:none!important;}
textarea{padding:15px!important;height:100px!important;}
input[type="checkbox"],input[type="radio"]{width:20px;height:20px;}
input[type="submit"]{font-size:1rem!important;color:#ffffff!important;text-align:center;text-transform:uppercase!important;line-height:1.1!important;font-weight:normal!important;padding:20px 0px!important;cursor:pointer;margin:0px auto!important;background:var(--e-global-color-secondary)!important;border-color:var(--e-global-color-secondary)!important;width:240px!important;height:auto!important;border-radius:30px!important}
input[type="submit"]:hover{color:#ffffff!important;background:#ad312b!important;border-color:#ad312b!important;}
::-webkit-input-placeholder{color:#000000;}
::-moz-placeholder{color:#000000;}
::-ms-input-placeholder{color:#000000;}
::-moz-placeholder{color:#000000;}
p:last-child{margin-bottom:0px;}
.elementor-nav-menu .menu-item ul.sub-menu a{border-left:none!important;border-right:none!important;}
.elementor-position-left.elementor-widget-image-box .elementor-image-box-title{margin-top:0;}
[data-elementor-type="wp-page"],[data-elementor-type="archive"],[data-elementor-type="single-page"],[data-elementor-type="single-post"]{overflow:hidden;}
.ui-datepicker-title select{width:auto!important;height:auto!important;border:none!important;padding:0px!important;}
.sc{color:var(--e-global-color-secondary);}
.pc{color:var(--e-global-color-primary);}

/*********************************** End Of Common Css ***********************************/

/*********************************** Start Of Gravity Forms Css ***********************************/

.medianv-form .gfield_radio{display:flex!important;border:1px solid #a5a5a5;background:#ffffff;overflow:hidden;border-radius:0px;gap:0!important;flex-direction:unset!important;}
.medianv-form .gchoice{width:50%;position:relative;overflow:hidden;}
.medianv-form .gfield_radio .gform-field-label{font-size:1rem!important;max-width:100%!important;position:absolute;left:0px;right:0px;top:0px;bottom:0px;display:flex!important;align-items:center;justify-content:center;margin:0px;z-index:1;cursor:pointer;}
.medianv-form input[type=radio]{opacity:0;}
.medianv-form input[type=radio]:checked ~ label{background:var(--e-global-color-secondary);color:#ffffff;border-color:var(--e-global-color-primary);}
.medianv-form .gform_footer{margin-top:15px!important;margin-bottom:0px!important;padding:0px!important;}
.medianv-form .gform_fields{row-gap:20px!important;column-gap:20px!important;}

/*********************************** End Of Gravity Forms Css ***********************************/

/********************************* Start Of Header Css***************************************/
.header-mobile{display:none;}
.header-contact{display:none;}
.menu-item-has-children a.elementor-sub-item{justify-content:space-between!important;}

 body.home .elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}  

body.home .elementor-location-header .header:before { opacity: 1 !important; }
/* body.home .elementor-location-header .header.fixed-header:before { opacity: 1 !important; } */
/* .header.fixed-header:before { opacity: 0.1 !important; }  */
/*  body.home .header.fixed-header {
    opacity: 0.4 !important;
    background:#2B1A11!important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)!important; 
  
 }    */


body:has(.fixed-header) .desktop-header:before {
    background: #2B1A111A !important;
}


/********************************* End Of Header Css***************************************/

/********************************* Start Of Home Pages Css***************************************/

.hero-video .e-hosted-video{aspect-ratio:unset!important;}
.hero-video video{height:100vh!important;object-fit:cover;object-position:center center;display:block;}
.hero-image img{height:100vh!important;object-fit:cover!important;object-position:top center;}
.service-box .service-img img{filter:brightness(0) invert(1);}


.small-text {
    font-size: 25px;
    line-height: 1.5;
    display: block;
}
@media(min-width:1199px){
 .mnu-sec ul{
    columns:2!important;
}
body.single-post .product-single -content-wrp h2 {
    font-size: 20px;
}


/********************************* End Of Home Pages Css***************************************/

/********************************* Start Of Footer Css***************************************/

/********************************* End Of Footer Css***************************************/

/********************************* Start Of product Single Pages Css***************************************/
.product-single h2 {
    font-size: 30px !important;
} 
/********************************* End Of Service Single Pages Css***************************************/

/********************************* Meet The Doctors Css Start ***************************************/
.meet-the-team-doctor-list .elementor-loop-container .e-loop-item:nth-child(odd) > .elementor-element{flex-direction:row-reverse;}

/********************************* Meet The Doctors Css End ***************************************/

/********************************* Start Of Blog Pages Css***************************************/
.blog-list .elementor-post__read-more{color:#ffffff!important;text-transform:uppercase;background:#E64630;border-radius:150px!important;padding:15px 30px;display:inline-block;vertical-align:middle;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.blog-list .elementor-post__read-more:hover,.blog-list .elementor-post__read-more:focus{background:#646464!important;border-radius:150px!important;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.blog-list .elementor-widget-posts .elementor-post .elementor-post__title a:hover{color:var(--e-global-color-primary)!important;}
.blog-coming-soon{display:none!important;}
.no-blog-posts .blog-coming-soon{display:block!important;}
.no-blog-posts .blog-list{display:none!important;}
}
/********************************* End Of Blog Pages Css***************************************/

@media screen and (max-width:1399px){
  input,select,textarea{font-size:0.8rem!important;height:50px!important;}
  textarea{height:100px!important;}
  input[type="submit"]{font-size:0.8rem!important;padding:15px 0px!important;}
  .medianv-form .gfield_radio .gform-field-label{font-size:0.8rem!important;}
  .blog-list .elementor-post__read-more{font-size:0.8rem!important;padding:10px 20px;}
	.small-text { font-size:18px;line-height: 1.5;display:block; }
		.product-single h2 {font-size: 25px !important;} 
	}

@media screen and (max-width:1200px){
	.product-single h2 {font-size: 22px !important;} 
  body:has(.header-menu.menu-open){overflow:hidden;}
  .small-text { font-size:18px;line-height: 1.5;display:block; }
  .header-call{display:none;}
  .header-container{padding:10px;}
  .header-mobile{display:block;position:sticky;top:0;left:0;right:0;z-index:99999;background:#2B1A111F;!important}
  .header-mobile.fixed-header{box-shadow:0 0 10px #00000060;background: #2B1A111A;}
  .header-mobile.fixed-header .header-call{display:block;}
  .header-row{display:flex;align-items:center;justify-content:space-between;}
  .header-logo img{max-width:150px;display:block;border-radius:0px!important;}
  .header-toggle .mobile-button{border:none!important;background:var(--e-global-color-secondary)!important;margin:0px;padding:0px;border-radius:10px!important;height:40px;width:40px;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-left:auto;outline:none;}
  .header-toggle .mobile-button span{height:2px;width:20px;background:#ffffff;display:block;margin:2px 0px;}
  .header-toggle .mobile-button.button-active span:nth-child(1){transform:translateY(7px) translateX(0) rotate(45deg);-webkit-transform:translateY(7px) translateX(0) rotate(45deg);-moz-transform:translateY(7px) translateX(0) rotate(45deg);-webkit-transition:all .2s ease-in-out;}
  .header-toggle .mobile-button.button-active span:nth-child(2){opacity:0;-webkit-transition:all .2s ease-in-out;}
  .header-toggle .mobile-button.button-active span:nth-child(3){transform:translateY(-5px) translateX(0) rotate(-43deg);-webkit-transform:translateY(-5px) translateX(0) rotate(-43deg);-moz-transform:translateY(-5px) translateX(0) rotate(-43deg);-webkit-transition:all .2s ease-in-out;}
  .header-menu{position:fixed;top:0px;left:-100%;bottom:0px;width:80%;height:101svh;z-index:1111;background:#aa4d34;transition:.3s linear;overflow-x:hidden;border-radius:0px;box-shadow:none;padding:0px;}
  .header-menu.menu-open{left:0px;}
  .header-menu ul{padding:0px;margin:0px;}
  .header-menu ul li{display:flex;justify-content:space-between;align-items:stretch;margin:0px;position:static;border-bottom:1px solid #d7d7d7;background:#aa4d34!important;}
  .header-menu ul li:last-child{border:none;}
  .header-menu ul li a{color:#ffffff;padding:15px;display:block;width:100%;}
  .header-menu ul li a:hover{color:#ffffff;background:none;}
  .header-menu ul li:hover .sub-menu{visibility:hidden;opacity:0;transform:translateY(0px);}
  .header-menu .sub-menu{position:absolute;margin-top:0px;top:0px;bottom:0px;left:auto;right:-120%;width:100%;z-index:11;display:block;background:#aa4d34;transform:translateY(0px);transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
  .header-menu ul li .sub-menu.is-active{opacity:1;visibility:visible;right:0%;}
  .header-menu ul li .sub-menu li{display:flex;}
  .header-mobile .header-menu a.sub-close{cursor:pointer;}
  .header-menu ul li .sub-menu li .sub-menu.is-active{opacity:1;visibility:visible;right:0%;}
  .header-menu ul li .sub-menu li a{color:#ffffff!important;padding:15px;}
  .header-menu .sub-click{width:50px;background:var(--e-global-color-secondary);display:flex;align-items:center;justify-content:center;z-index:9;}
  .header-menu .sub-click svg{width:15px;fill:#ffffff;transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);}
  .header-menu .sub-close svg{fill:#ffffff;}
  .header-menu .sub-menu .sub-click{position:static;transform:translateY(0%);-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-o-transform:translateY(0%);-ms-transform:translateY(0%);}
  .header-contact{display:block;padding:10px 10px 10px 10px;background:#2B1A111F;}
  .header-contact ul{display:flex;flex-wrap:wrap;gap:5px;padding:0px;margin:0px;list-style:none;}
  .header-contact ul li:nth-child(1){width:100%;}
  .header-contact ul li{width:calc(50% - 3px);}
  .header-contact ul li a{font-size:9px;color:#ffffff;display:block;text-align:center;background:var(--e-global-color-secondary);padding:6px;border-radius:10px;}
  .header-contact ul li:nth-child(3) a{background:var(--e-global-color-secondary);color:#ffffff;}
  .header-contact ul li a:hover{color:#ffffff;background:#646464;}
  .header-contact ul li a:focus{color:#000000;background:var(--e-global-color-secondary);}
  .header-contact ul li:nth-child(3) a:hover{color:#FFFFFF;background:#646464!important;}
  .header-call a{width:40px;height:40px;border-radius:0px;display:flex;align-items:center;justify-content:center;background:var(--e-global-color-secondary)!important;border-radius:10px!important;}
  .header-call a:hover{background:var(--e-global-color-secondary)!important;}
  .header-call a:hover svg{fill:#ffffff;}
  .header-toggle .mobile-button:hover{background:#646464!important;}
  .header-toggle .mobile-button:hover span{background:#000000;}
  .header-call a svg{fill:#FFFFFF;width:15px;height:15px;}
	}

 @media screen and (max-width:767px){
.product-single h2 {font-size: 20px !important;} 
  .header-contact ul li a{font-size:12px;padding:5px 3px;}
  .hero-info{position:static!important;background-color:#dadecd!important;border:none!important;min-height:auto!important;}
  .hero-video video{height:300px!important;}
  .hero-image img{height:300px!important;}
	
}





