@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
.menu_btn{
  cursor: pointer;
  line-height: 1;
}
#mobile_menu{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
} 
body .mobile_menu.active{
    width: 350px !important;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#close_mobile_menu {
    cursor: pointer;
    font-size: 18px;
    color: #777;
    display: inline-block;
    line-height: 1;
}
.close_mobile_menu_outer {
    text-align: right;
    border-bottom: 1px solid #4a4a4a21;
    padding: 5px 14px;
}
#mobile_menu_nav {
    margin: 0;
    padding: 0;
}
#mobile_menu_nav li {
    list-style: none;
    padding-bottom: 15px;
}
#mobile_menu_nav li a {
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.5px;
  padding: 13px 0;
  outline: none;
  text-decoration: none;
  font-family: "Inter", Sans-serif;
}
#mobile_menu_nav li a:hover {
  color: #999;
}
.mobile_menu_navigation {
    padding: 20px;
}
#mobile_menu_nav li {
    list-style: none;
    padding: 0px 0;
    border-bottom: 0px solid #333;
}
#mobile_menu_nav li .sub-menu li {
    padding: 0px 0;
    border-top: 0px solid #333;
    border-bottom: 0;
}
#mobile_menu_nav li.menu-item-has-children {
    padding-bottom: 0;
}
#mobile_menu li {
    position: relative;
    padding: 0;
    margin: 0;
}
#mobile_menu li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 12px;
  background: transparent;
}
#mobile_menu li .sub-menu li a:hover {
  background: rgba(61,61,80,.09);
  color: #000;
}
#mobile_menu .sub-menu {
    margin: 0;
    padding: 0;
    display: none;
}
.page_overlay{
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.page_overlay.active {
  position: fixed;
  z-index: 22222;
  background-color: #000000b5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.cat_toggle_btn::before{
  display: inline-block;
  content: '';
  left: 0;
  right: 0;
  font-size: 14px;
  top: 0;
  line-height: 1;
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.cat_toggle_btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cat_toggle_btn:hover {
  color: #000;
  background: rgba(0,0,0,.1);
}
.cat_toggle_btn.opened::before{
  content: '';
}
.header_btn a{
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #327bc4;
  border-radius: 8px;
  border: 1px solid #327bc4;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  margin: 0 15px 10px;
  text-align: center;
}
.header_btn a:hover{
  background: transparent;
  color: #327bc4;
}

.elementor-widget-image-box .elementor-image-box-content .elementor-image-box-title, .elementor-icon-box-title{
	margin-top: 0 !important;
}
.cm_heading h2 span{
	color: #327BC4;
}
.post, .page {
  margin: 0 !important;
}
p{
	margin: 0;
}

/* Icon rotate animation */
.footer_menu_accordian_icon svg {
    transition: transform 0.3s ease;
}
.footer_accodian_title.active .footer_menu_accordian_icon svg {
    transform: rotate(180deg);
}
.
@media screen and (max-width:1730px){
	.hero-section{
		--min-height:900px !important;
	}
	.hero-section-title::after {
		top: -110px;
		width: 800px !important;
		height: 680px !important;
		right: 0;
	}
	.hero_content{
		width:600px !important;
	}
	.hero-title h2{
		font-size:54px !important;
		line-height:68px !important;
	}
    .hero-title.Hospitalization-page h2{
      width: 600px !important;
    }
}
@media screen and (max-width:1450px){
	.hero-section-title::after {
		top: -80px;
		width: 700px !important;
		height: 590px !important;
		right: 0;
	}
	.hero-section {
		--min-height: 750px !important;
	}
}
@media screen and (max-width:1340px){
	  .hero-section-title::after {
		top: -50px;
		width: 650px !important;
		height: 500px !important;
	  }
	.hero_content{
		width:500px !important;
	}
	.hero-title h2{
		font-size:45px !important;
		line-height:60px !important;
	}
	.hero-section{
		--min-height:700px !important;
	}
}
@media screen and (max-width:1200px){
  .hero-section-title::after {
    top: -40px;
    width: 577px !important;
    height: 500px !important;
  }
}
@media screen and (max-width:1100px){
	.hero-title h2 {
		font-size: 40px !important;
		line-height: 49px !important;
	}
  .hero-section-title::after {
    top: -40px;
    width: 550px !important;
    height: 500px !important;
  }
}

@media screen and (max-width:1024px){
	.hero-section-title::after{
		display: none;
	}
	.hero-section{
		--min-height:unset !important;
	}
	.hero_content{
		width:100% !important;
	}
	.hero-title h2{
		font-size:32px !important;
		line-height:40px !important;
	}
}
@media screen and (max-width:767px){
	.footer_menu{
		display: none;	
	}
}