@media all and (min-width: 1670px) {
	.banner-section{
		height: 800px;
	}
}

@media (max-width: 1380px){

}

@media (max-width: 1200px){

	.navbar-dark .navbar-nav .nav-link{
		font-size: 13px;
	}

	.search .btn-main{
		font-size: 13px;
	}

	.dropdown-menu li a{
		font-size: 14px;
	}

	.banner-main-heading{
		font-size: 46px;
		line-height: 50px;
	}

	.dentist-appointment-btns{
		flex-direction: column;
		justify-content: center;
	}
	.dentist-appointment-btns .theme-btn{
		margin-bottom: 15px;
		width: 100%;
		max-width: 100%;
	}
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	
}

@media all and (max-width: 992px){
	.navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-1);
		width: 50px;
		height: 50px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navbar-collapse{
		position: absolute;
		top: 77px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: calc(100vh - 79px);
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.dropdown .nav-link:after{
		float: right;
	}

	.nav-item.search{
		margin-top: 20px;
	}

	.banner-main-heading{
		font-size: 46px;
		line-height: 50px;
	}

	.dentist-appointment-btns{
		flex-direction: column;
		justify-content: center;
	}
	.dentist-appointment-btns .theme-btn{
		margin-bottom: 15px;
		width: 100%;
		max-width: 100%;
	}

}

@media all and (max-width: 768px){
	.navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-1);
		width: 50px;
		height: 50px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	

	.navbar-collapse{
		position: absolute;
		top: 77px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: calc(100vh - 79px);
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.dropdown .nav-link:after{
		float: right;
	}

	.about-section-wrapper{
		margin-top: 5rem;
	}
	
	.contact-section-img{
		width: 100%;
	}

	.contact-award-layer{
		left: -10px;
	}

	.contact-skills-layer{
		right: -10px;
	}

	.section.contact{
		padding-bottom: 20rem;
	}

	.section-main-heading{
		font-size: 34px;
    	line-height: 45px;
	}

	.banner-list-info{
		left: 14px;
		bottom: 20px;
		width: calc(100% - 32px);
	}

	.banner-section{
		background-position: 58% 72%;
		height: 370px;
	}

	.banner-content-wrapper{
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 118px;
		text-align: left;
	}

	.banner-main-heading{
		max-width: 320px;
		font-size: 34px;
		line-height: 1.08;
		margin-bottom: 10px;
		letter-spacing: 0;
	}

	.banner-description{
		max-width: 300px;
		font-size: 12px;
		line-height: 1.36;
		margin-bottom: 10px;
		color: #425466;
	}

	.banner-btns{
		width: 100%;
		max-width: 235px;
	}

	.banner-btns .theme-btn{
		width: 100%;
		margin-right: 0 !important;
		height: 38px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
	}

	.banner-list-info ul{
		align-items: stretch;
		justify-content: space-between;
		gap: 6px;
	}

	.banner-list-info ul li{
		flex: 1 1 0;
		min-width: 0;
		text-align: center;
		padding: 6px 3px 6px;
		background: rgba(255, 255, 255, 0.74);
		border: 1px solid rgba(255, 255, 255, 0.88);
		border-radius: 10px;
		box-shadow: 0 10px 24px rgba(27, 60, 116, 0.10);
		backdrop-filter: blur(8px);
	}

	.banner-list-info ul li h3{
		font-size: 14px;
		line-height: 1.1;
		margin-bottom: 2px;
		white-space: nowrap;
	}

	.banner-list-info ul li p{
		font-size: 8px;
		line-height: 1.1;
		white-space: nowrap;
	}

	.section{
		padding: 40px 0px;
	}

	.error-page-inner h1{
		font-size: 100px;
	}

	.theme-btn{
		width: 100%;
		max-width: 100%;
	}
	
}

@media all and (max-width: 480px){
	.navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-1);
		width: 50px;
		height: 50px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.navbar-collapse{
		position: absolute;
		top: 66px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: calc(100vh - 66px);
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.dropdown .nav-link:after{
		float: right;
	}

	.about-section-wrapper{
		margin-top: 5rem;
	}
	
	.contact-section-img{
		width: 100%;
	}

	.contact-award-layer{
		left: -10px;
	}

	.contact-skills-layer{
		right: -10px;
	}

	.section.contact{
		padding-bottom: 20rem;
	}

	.section-main-heading{
		font-size: 34px;
    	line-height: 45px;
	}

	.banner-list-info{
		left: 12px;
		bottom: 14px;
		width: calc(100% - 28px);
	}

	.banner-section{
		background-position: 58% 72%;
		height: 335px;
	}

	.banner-content-wrapper{
		align-items: flex-start;
		justify-content: flex-start;
		padding-top: 112px;
		text-align: left;
	}

	.banner-main-heading{
		max-width: 300px;
		font-size: 32px;
		line-height: 1.08;
		margin-bottom: 10px;
		letter-spacing: 0;
	}

	.banner-description{
		max-width: 292px;
		font-size: 11.5px;
		line-height: 1.35;
		margin-bottom: 10px;
		color: #425466;
	}

	.banner-btns{
		width: 100%;
		max-width: 230px;
	}

	.banner-btns .theme-btn{
		width: 100%;
		margin-right: 0 !important;
		height: 38px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 13px;
	}

	.banner-list-info ul{
		align-items: stretch;
		justify-content: space-between;
		gap: 6px;
	}

	.banner-list-info ul li{
		flex: 1 1 0;
		min-width: 0;
		text-align: center;
		padding: 6px 3px 6px;
		background: rgba(255, 255, 255, 0.76);
		border: 1px solid rgba(255, 255, 255, 0.9);
		border-radius: 10px;
		box-shadow: 0 10px 22px rgba(27, 60, 116, 0.10);
		backdrop-filter: blur(8px);
	}

	.banner-list-info ul li h3{
		font-size: 13.5px;
		line-height: 1.1;
		margin-bottom: 2px;
		white-space: nowrap;
	}

	.banner-list-info ul li p{
		font-size: 7.8px;
		line-height: 1.1;
		white-space: nowrap;
	}

	.section{
		padding: 40px 0px;
	}

	.dentist-appointment-wrapper p{
		font-size: 32px;
	}

	.dentist-appointment-btns{
		flex-direction: column;
	}

	.dentist-appointment-btns .theme-btn{
		margin-bottom: 15px;
		width: 100%;
		max-width: 100%;
	}

	.error-page-inner h1{
		font-size: 100px;
	}

	.theme-btn{
		width: 100%;
		max-width: 100%;
	}
}

@media all and (max-width: 991px){
	.navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-1);
		width: 50px;
		height: 50px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navbar-collapse{
		position: fixed;
		top: 77px;
		left: 0;
		right: 0;
		width: 100%;
		display: block;
		height: calc(100vh - 77px);
		height: calc(100dvh - 77px);
		max-height: calc(100vh - 77px);
		max-height: calc(100dvh - 77px);
		padding: 22px 20px 26px;
		background: rgba(255, 255, 255, 0.98);
		border-top: 1px solid rgba(26, 56, 108, 0.08);
		box-shadow: 0 20px 38px rgba(26, 56, 108, 0.12);
		text-align: center;
		overflow-y: auto;
		transform-origin: top center;
		transform: translate3d(0, -100%, 0);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		will-change: transform, opacity;
		z-index: 1600;
		transition: transform .46s linear, opacity .18s ease, visibility 0s linear .46s;
	}

	.navbar-collapse.collapse:not(.show){
		display: block;
	}

	.navbar-collapse.mobile-menu-preopen,
	.navbar-collapse.mobile-menu-closing,
	.navbar-collapse.mobile-menu-open{
		visibility: visible;
	}

	.navbar-collapse.mobile-menu-open{
		transform: translate3d(0, 0, 0);
		opacity: 1;
		pointer-events: auto;
		transition: transform .46s linear, opacity .18s ease;
	}

	.navbar-collapse.mobile-menu-closing{
		transform: translate3d(0, -100%, 0);
		opacity: 0;
		pointer-events: none;
		transition: transform .46s linear, opacity .18s ease;
	}

	.navbar-collapse.collapsing{
		display: block;
		height: calc(100vh - 77px) !important;
		height: calc(100dvh - 77px) !important;
		overflow-y: auto;
	}

	.navbar-nav{
		width: 100%;
		align-items: center;
		gap: 3px;
	}

	.navbar-nav .nav-item{
		width: 100%;
		margin-right: 0;
	}

	.navbar-dark .navbar-nav .nav-link{
		min-height: 48px;
		padding: 12px 18px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--theme-color-5);
		font-family: 'Gilroy-SemiBold';
		font-size: 18px;
		line-height: 1.25;
		border-radius: 10px;
		transition: color .2s ease, background-color .2s ease;
	}

	.navbar-dark .navbar-nav .nav-link:hover,
	.navbar-dark .navbar-nav .nav-link:focus{
		color: var(--theme-color-1);
		background-color: #f3faf8;
	}

	.dropdown .nav-link:after{
		float: none;
		margin-left: 8px;
		font-size: 12px;
	}

	.navbar-nav .dropdown-menu{
		width: min(100%, 320px);
		margin: 4px auto 10px;
		padding: 8px 0;
		border: 0;
		border-radius: 12px;
		background: #f6fbfa;
		text-align: center;
	}

	.dropdown-menu li{
		margin: 0;
	}

	.dropdown-menu li a{
		display: block;
		padding: 10px 14px;
		color: #315d58;
		font-family: 'Gilroy-Medium';
		font-size: 15px;
		line-height: 1.3;
	}

	.dropdown-menu li a:hover{
		margin-left: 0;
		background-color: #edf7f4;
		color: var(--theme-color-1);
	}

	.nav-item.search{
		width: 100%;
		max-width: 330px;
		margin: 14px auto 0 !important;
	}

	.nav-item.search .theme-btn{
		width: 100%;
		max-width: none;
		min-height: 48px;
		border-radius: 10px;
		font-family: 'Gilroy-SemiBold';
		font-size: 15px;
	}
}

@media all and (max-width: 480px){
	.navbar-collapse{
		top: 66px;
		height: calc(100vh - 66px);
		height: calc(100dvh - 66px);
		max-height: calc(100vh - 66px);
		max-height: calc(100dvh - 66px);
		padding: 20px 16px 24px;
	}

	.navbar-collapse.collapsing{
		height: calc(100vh - 66px) !important;
		height: calc(100dvh - 66px) !important;
	}

	.navbar-dark .navbar-nav .nav-link{
		min-height: 46px;
		font-size: 17px;
	}
}
