/*
*Theme Name : ThemeName
*Description : ThemeName Theme
*Version : 1.0
*/

@media(max-width:320px){
	  .navbar-brand img {
        max-width: 125px;
    }
}
@media(max-width:767px){
	.sticky{
		display:none;
	}
	.online_approach_list ul{
		display:block;
	}
	.online_approach_list li{
		text-align: center;
        font-size: 20px;
	}
	.cta_section p {
		font-size:20px;
	}
	.medical_popup .modal.show .modal-dialog{
		margin-top: 117px;
		width:unset;
	}
	.tabs-section{
		padding:0;
	}
	.price_section {
      padding: 41px 0 3px;
   }
	.list_item_as_seen img{
		display:block;
		margin:0 auto;
	}
	.floating-btn{
		right:0!important;
	}
}

@media(min-width:768px) and (max-width:991px){
	.medical_popup .modal.show .modal-dialog{
		margin-top: 117px;
		width:unset;
	}
}
@media(min-width:320px) and (max-width:1024px){
	header.main-header{
		display:none;
	}
}
@media(min-width:992px) and (max-width:1024px){
	.list_item{
		border-right:none;
	}
	.hero-img img{
		   aspect-ratio:unset;
	}
	.medical_popup .modal.show .modal-dialog{
		margin-top: 19px;
		width:unset;
	}
	.fw_100{
		width:100%;
	}
	.topbar{
		display:none;
	}
	
}
@media(max-width:1024px){
	.mob-menu-header-holder{
		background:#fff!important;
	}
	.mobmenur-container i {
        color: #4c57c2!important;
		line-height: 79px!important;
    }
	.mob-menu-header-holder{
		height: 101px!important;
	}
	.mob-standard-logo{
       margin-top: 8px;
	}
	#mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i{
		color: #000!important;
        font-size: 18px !important;
	}
	.mob-standard-logo {
        display: inline-block;
        height: 84px !important;
    }
	.login_btn{
		justify-content: flex-start!important;
	}
	.tabs-nav-carousel .tab-nav{
		padding: 12px 11px;
	}
	.f_w_100{
		width:100%;
	}
	.footer-copyright-text p{
		text-align:center;
		padding:15px;
		
	}
	.footer-terms-condition ul{
		text-align:center;
		padding-bottom:10px;
	}
	.main-footer.bg-section{
		padding: 40px 13px 0;
	}
}
