/* DESKTOP ONLY */
@media (min-width: 992px) {
	.navbar .dropdown:hover > .dropdown-menu {display: block; margin-top: 0;}
	.navbar .dropdown-toggle::after {transition: transform 0.2s ease;}
	.navbar .dropdown:hover .dropdown-toggle::after {transform: rotate(226deg);top: 11px;}
}/*992px end*/

@media (max-height: 600px) {
.hero-banner{min-height: auto; padding-bottom: 8rem;}

}/*height: 600px end*/

@media screen and (max-width: 1200px) {
.container{max-width: 90%;}	
.modal-dialog {max-width: 90%;}

}/*1200px end*/


@media screen and (max-width: 1000px) {
.hero-card p{max-width: 100%; font-weight: 500;}
.inner-card.samll-table {max-width: 100%;}

.table-responsive {overflow-x: auto;-webkit-overflow-scrolling: touch;}
.custom-table {min-width: 700px;}
.inner-card.samll-table .custom-table {min-width: 300px;}
.age-col{width: 50%;}
.rate-col{width: 50%;}

}/*1000px end*/




@media screen and (max-width: 767px) {
.main-title {font-size: 2.5rem;line-height: 2.8rem;	}
.hero-banner{min-height: auto; padding-bottom: 8rem;}	
.hero-logo{text-align: center; margin-bottom: 2.563rem;}
.hero-banner h1 {font-size: 30px;}
.hero-cards {grid-template-columns: 1fr;}
.hero-card{text-align: center; align-items: center;}
.top-announcement{text-align: center;}
.card-box { font-size: 16px;}
.notice-content {padding-right: 22px;}

.footer-right, .footer-left {max-width: 100%; width: 100%;}
.footer-inner {flex-direction: column;text-align: center;gap: 1.25rem;}
.footer-right {text-align: center;}
.footer-bottom {flex-direction: column;gap: 10px;text-align: center;}
.modal-dialog {max-width: 90%;}

}/*767px end*/
