:root {
 --primary-teal: #0f4c5c;
 --accent-coral: #e3a857;
 --bg-light: #f8fafc;
 --text-dark: #1e293b;
 --text-muted: #000000;
 --card-border: #e2e8f0;
}
body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: var(--text-dark);
	overflow-x: hidden;
}
/* Hero Section */
.hero-sectionX {
	/* Keep your existing padding, or adjust if you want content centered */
	padding: 5rem 0 0rem 0;
	background-image: url('../images/bg-img2.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.hero-titleX {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  line-height: 51px;
}
.course-codeX {
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 1.5rem;
	color: var(--text-muted);
}
.btn-custom-primaryX {
	background-color: var(--accent-coral);
	color: #000;
	font-weight: 600;
	padding: 11px 31px 13px;
	border-radius: 2rem;
	border: none;
	transition: all 0.3s ease;
}
.btn-custom-primaryX:hover {
	background-color: #d49646;
	color: #fff;
	transform: translateY(-2px);
}
.btn-custom-outlineX {
	border: 2px solid #000;
	color: #000;
	font-weight: 600;
	padding: 0.75rem 2rem;
	border-radius: 2rem;
	transition: all 0.3s ease;
}
.btn-custom-outlineX:hover {
	background-color: #000;
	color: #fff;
	transform: translateY(-2px);
}
/* Meta Info Card */
.meta-info-cardX {
	background: #ffffff;
	border: 1px solid var(--card-border);
	border-radius: 1.5rem;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
	overflow: hidden;
}
.video-placeholderX {
	position: relative;
	border-radius: 1.25rem;
	overflow: hidden;
	background: #cbd5e1;
}
.play-btnX {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--accent-coral);
	font-size: 1.5rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
.video-placeholderX:hover .play-btnX {
	transform: translate(-50%, -50%) scale(1.1);
	background: #ffffff;
}
.meta-grid-itemX {
	padding: 8px 0px 8px 14px;
	border-bottom: 1px solid #f1f5f9;
}
.meta-labelX {
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--text-muted);
	margin-bottom: 0.25rem;
}
.meta-valueX {
	font-weight: 700;
	color: var(--text-dark);
}
.sidebar-menuX {
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* Sidebar Navigation */
.sidebar-menuX .list-group-itemX {
	border-bottom: 1px solid var(--card-border);
	margin-bottom: 0.5rem;
	border-radius: 0.5rem !important;
	color: var(--text-dark);
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.2s ease;
	padding: 10px;
}
.defX {
	display: flex;
	justify-content: space-around;
	background-color: #d49646;
}
.sidebar-menuX .list-group-itemX:hover {
	background-color: #e3a857;
	color: #fff;
	padding-left: 1.5rem;
}
.delivery-cardX {
	background: #0b1f3a;
	color: #fff;
	border-radius: 1rem;
	padding: 2rem;
}
.kliX {
	background-color: #cb9b55;
}
/* Section Headings */
.section-titleX {
	font-size: 2.4rem;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
/* Course Outcomes Grid */
.outcome-cardX {
	background: #ffffff;
	border: 1px solid var(--card-border);
	padding: 1rem;
	height: 100%;
	position: relative;
	transition: all 0.3s ease;
}
.outcome-cardX:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.outcome-cardX h5 {
	font-weight: 500;
	font-size: 1.5rem;
}
.outcome-numX {
	font-size: 0.85rem;
	font-weight: 700;
	background: #e3a857;
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 23px;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.5rem;
	margin-bottom: 1.25rem;
}
/* Faculty Section */
.faculty-main-cardX {
	background: #ffffff;
	border: 1px solid var(--card-border);
	border-radius: 1.25rem;
	overflow: hidden;
}
.faculty-imgX {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 250px;
}
.faculty-list-itemX {
	background: #ffffff;
	border: 1px solid var(--card-border);
	border-radius: 0.75rem;
	padding: 0.75rem 1rem;
	margin-bottom: 0.75rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}
.faculty-thumbX {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	object-fit: cover;
	background: #cbd5e1;
}
/* Curriculum Timeline */
.curriculum-cardX {
	background: #ffffff;
	border: 1px solid var(--card-border);
	border-radius: 1rem;
	padding: 1.75rem;
	height: 100%;
	position: relative;
}
.phase-badgeX {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 0.25rem 0.75rem;
	border-radius: 2rem;
	font-weight: 700;
	background-color: #f1f5f9;
	color: var(--text-muted);
	position: absolute;
	top: 1.25rem;
	left: 1.75rem;
}
.type-badgeX {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 0.25rem 0.75rem;
	border-radius: 2rem;
	font-weight: 700;
	background-color: #fef3c7;
	color: #d97706;
	position: absolute;
	top: 1.25rem;
	right: 1.75rem;
}
/* Call To Action Bar */
.cta-barX {
	background-color: #d1ae6c;
	color: #fff;
	padding: 2.5rem 0;/* border-radius: 1rem; */
}
.btn-cta-whiteX {
	background: #ffffff;
	color: var(--text-dark);
	font-weight: 700;
	padding: 0.75rem 2rem;
	border-radius: 2rem;
	border: none;
	transition: all 0.3s ease;
}
.btn-cta-whiteX:hover {
	background: #fff;
	color: #000;
	transform: scale(1.05);
}
.talhX {
	font-size: 3rem;
}
.falcX {
	display: flex;
	align-items: center;
	gap: 20px;
}
.dsrX {
	background-color: #d1ae6c;
	font-size: 14px;
}
.djjuX {
	background-color: var(--bg-light);
	margin-top: 5rem;
}
/* Scoped container settings to isolate styles */
.credential-audience-componentX {
	width: 100%;
	/* Exact narrow profile matching the original layout aspect */
	margin: 0 auto;
	padding: 40px 0px;
	box-sizing: border-box;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.credential-audience-componentX * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* Main container card styling */
.ca-card-wrapperX {
	background-color: #f8fafc;
	/* Very subtle warm/cool off-white background tint */
	border: 1px solid #eef1f5;
	border-radius: 32px;
	padding: 40px 24px 32px 24px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.015);
}
/* Top Centered Section */
.ca-top-displayX {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 35px;
}
/* Exact Badge Replication */
.ca-badge-graphicX {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 24px;
}
.ca-circle-badgeX {
	width: 218px;
	height: 218px;
	/* Deep sapphire blue */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 32px;
	font-weight: 800;
	letter-spacing: -0.5px;
	box-shadow: 0 8px 24px rgba(43, 87, 154, 0.2);
	z-index: 2;
}
/* Pedestal / Base graphic below the badge */
.ca-badge-pedestalX {
	width: 84px;
	height: 6px;
	background-color: #cca464;
	/* Soft gold accent line */
	border-radius: 2px;
	margin-top: -3px;
	box-shadow: 0 4px 10px rgba(204, 164, 100, 0.4);
	z-index: 1;
}
.ca-main-headingX {
	color: #2b579a;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 8px;
}
.ca-sub-headingX {
	color: #0c0c0c;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 320px;
}
/* Bottom Info Layout Elements */
.ca-bottom-contentX {
	width: 100%;
}
.ca-meta-rowX {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding: 0 4px;
}
.ca-label-goldX {
	color: #cca464;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.8px;
}
.ca-pill-tracksX {
	background-color: #e2e8f0;
	color: #334155;
	font-size: 12px;
	font-weight: 700;
	padding: 4px 12px;
	border-radius: 20px;
}
/* Inner Target Audience Stack */
.ca-audience-stackX {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.ca-audience-cardX {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 18px 24px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ca-audience-cardX:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
.ca-aud-numX {
	color: #94a3b8;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	display: block;
	margin-bottom: 6px;
}
.ca-aud-textX {
	color: #1e293b;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

        /* Fully Responsive Layout Handling */
        @media (max-width: 400px) {
.ca-card-wrapperX {
	padding: 30px 16px 24px 16px;
}
.ca-audience-cardX {
	padding: 16px 18px;
}
.ca-aud-textX {
	font-size: 15px;
}
}
.deaX {
	border-radius: 20px;
}
/* Scoped layout rules to prevent global style bleeding */
.info-grid-componentX {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0px;
	box-sizing: border-box;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.info-grid-componentX * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* Perfect grid layout system using intersecting borders */
.ig-containerX {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
	background-color: #ffffff;
	border-radius: 20px;
	padding: 17px;
}
/* Card styling & strict alignment layout */
.ig-cardX {
	padding: 20px;
	border-right: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #ffffff;
}
.ig-card-contentX {
	margin-bottom: 30px;
}
/* Gold Badge Number styling */
.ig-badgeX {
	background-color: #cb9b55;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	width: 34px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	margin-bottom: 24px;
}
/* Card Typography */
.ig-titleX {
	color: #111111;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;height: 80px;
	margin-bottom: 16px;
}
.ig-descX {
	color: #0c0c0c;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
}
/* Dotted separator and footer element */
.ig-footerX {
	border-top: 1px dotted #c3c7cb;
	padding-top: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}
/* Precise reproduction of the checkmark element */
.ig-check-iconX {
	width: 16px;
	height: 16px;
	border: 1px solid #cb9b55;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
}
.ig-check-iconX::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #cb9b55;
	border-radius: 50%;
	display: block;
}
.ig-check-iconX::after {
	content: '';
	position: absolute;
	left: 5px;
	top: 3px;
	width: 3px;
	height: 6px;
	border: solid white;
	border-width: 0 1.5px 1.5px 0;
	transform: rotate(45deg);
}
.ig-tagX {
	color: #cb9b55;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

        /* Responsive adjustments */
        @media (max-width: 1024px) {
.ig-containerX {
	grid-template-columns: repeat(2, 1fr);
}
}
 @media (max-width: 680px) {
.ig-containerX {
	grid-template-columns: 1fr;
	border-top: none;
	border-left: none;
}
.ig-cardX {
	border: 1px solid #e1e4e8;
	margin-bottom: 16px;
	border-radius: 6px;
	padding: 20px;
}
}
/* Scoped container settings */
.fac-profile-componentX {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background-color: #fcfdfd;
}
.fac-profile-componentX * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* Outer layout alignment split */
.fac-grid-containerX {
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 40px;
	align-items: start;
}
/* Left Side: Spotlight Detail Box */
.fac-spotlight-cardX {
	background-color: #ffffff;
	border: 1px solid #f0f2f5;
	border-radius: 24px;
	padding: 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
	transition: opacity 0.15s ease-in-out;
}
.fac-spotlight-cardX img {
	width: auto;
	height: 300px;
	object-fit: inherit;
	border-radius: 18px;
	margin-bottom: 24px;
	display: block;
}
.fac-spotlight-cardX h2 {
	color: #0d233a;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 6px;
}
.fac-spotlight-cardX h4 {
	color: #cca464;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-bottom: 20px;
}
.fac-spotlight-cardX p {
	color: #5c626a;
	font-size: 15px;
	line-height: 1.6;
}
/* Right Side: Interactive List layout */
.fac-selector-listX {
	display: flex;
	flex-direction: column;
	height: 557px;
	padding-right: 15px;
	overflow-y: scroll;
	gap: 16px;
	justify-content: center;
}
/* List item buttons */
.fac-list-itemX {
	background-color: #ffffff;
	border: 1px solid #f0f2f5;
	border-radius: 16px;
	padding: 16px 24px;
	display: flex;
	align-items: center;
	gap: 16px;
	cursor: pointer;
	text-align: left;
	width: 100%;
	transition: all 0.2s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
	outline: none;
	position: relative;
}
.fac-thumb-wrapperX {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	border: 2px solid transparent;
	transition: border-color 0.2s ease;
}
.fac-thumb-wrapperX img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fac-item-textX {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.fac-item-nameX {
	font-size: 16px;
	font-weight: 700;
	color: #2c333f;
}
.fac-item-roleX {
	font-size: 13px;
	color: #8a929a;
	font-weight: 500;
}
/* EXACT DESIGN REPLICATION: Active Item State */
.fac-list-itemX.fac-activeX {
	background-color: #cca464;
	border-color: #cca464;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/* Dark accent left sidebar rule on selection */
.fac-list-itemX.fac-activeX::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 5px;
	background-color: #0d233a;
}
.fac-list-itemX.fac-activeX .fac-thumb-wrapperX {
	border-color: #ffffff;
}
.fac-list-itemX.fac-activeX .fac-item-nameX {
	color: #0d233a;
}
.fac-list-itemX.fac-activeX .fac-item-roleX {
	color: #1a1a1a;
	font-weight: 600;
}
/* Inactive Hover state */
.fac-list-itemX:not(.fac-activeX):hover {
	background-color: #f8fafc;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
}

        /* Fully Responsive Mobile Adaptations */
        @media (max-width: 900px) {
.fac-grid-containerX {
	grid-template-columns: 1fr;
	gap: 24px;
}
.fac-spotlight-cardX {
	padding: 30px 24px;
}
.fac-spotlight-cardX img {
	width: 100%;
	height: 320px;
}
.halk {
	gap: 26px;
}
}
.halk {
	gap: 86px;
}
.halk {
	height: 100%;
}
/* Scoped container rules */
.phase-grid-componentX {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 20px;
	box-sizing: border-box;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.phase-grid-componentX * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* Exactly a 2-column layout setup with consistent scaling gaps */
.pg-containerX {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
/* Core card layout mechanics */
.pg-cardX {
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
/* Distinct top header strip color block */
.pg-card-headerX {
	background-color: #cca464;
	padding: 8px 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pg-phase-numX {
	color: #3a3224;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.5px;
}
/* Pill Badges */
.pg-pill-tagX {
	background-color: rgba(255, 255, 255, 0.45);
	color: #2b2418;
	font-size: 11px;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 6px;
	letter-spacing: 0.3px;
}
/* Custom internal padding for body */
.pg-card-bodyX {
	padding: 32px 28px 38px 28px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
/* Heading styling matching the font weight & line-height */
.pg-titleX {
	color: #1a1a1a;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.35;
	margin-bottom: 12px;
	letter-spacing: -0.3px;
}
.pg-descX {
	color: #6a6e75;
	font-size: 14.5px;
	line-height: 1.55;
	font-weight: 400;
}
/* Specially styled Highlight State variant for Card 6 */
.pg-highlightedX .pg-card-headerX {
	background-color: #b0823e;
}
.pg-highlightedX .pg-phase-numX {
	color: #ffffff;
}
.pg-highlightedX .pg-pill-tagX {
	background-color: #ffffff;
	color: #b0823e;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.pg-highlightedX .pg-card-bodyX {
	background-color: #faf8f5;
}

                        

                            /* Fully responsive scaling mechanics */
                            @media (max-width: 900px) {
.pg-containerX {
	grid-template-columns: 1fr;
	gap: 20px;
}
.pg-card-bodyX {
	padding: 24px 20px 28px 20px;
}
.pg-card-headerX {
	padding: 12px 20px;
}
}

::-webkit-scrollbar {
 width: 6px;
}

::-webkit-scrollbar-track {
 background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
 background: linear-gradient(180deg, #15224A, #2C3B6B);
 border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
 background: linear-gradient(180deg, #0f1735, #1f2d57);
}
.pg-activeX .pg-descX {
	max-height: 500px;
	opacity: 1;
	margin-top: 16px;
}
.eligiblty-critera {
	box-shadow: 0px 1px 7px -1px #0000001f !important;
}
.meta-info-cardX ul li {
	list-style: none;
	background: #e7cc99;
	color: #000;
	display: inline-block;
	padding: 5px 13px 6px;
	text-transform: uppercase;
	font-weight: 400;
	border-radius: 6px;
	margin: 3px;
}
.meta-info-cardX ul {
	margin: 0px auto;
	padding: 0;
}

@media screen and (min-width:280px) and (max-width:388px) {
   .hero-sectionX { padding: 1rem 0 0rem 0; }
   .hero-titleX { font-size: 27px; }
   .credential-audience-componentX { width: 87%; }
   .delivery-cardX { width: 93%; }
   .meta-info-cardX { width: 92%; margin: 0px auto; }	
}
@media screen and (min-width:389px) and (max-width:476px) {
   .hero-sectionX { padding: 1rem 0 0rem 0; }
   .hero-titleX { font-size: 27px; }
   .credential-audience-componentX { width: 87%; }
   .delivery-cardX { width: 93%; }
   .meta-info-cardX { width: 92%; margin: 0px auto; }	
}
@media screen and (min-width:477px) and (max-width:575px) {
   .hero-sectionX { padding: 1rem 0 0rem 0; }
   .hero-titleX { font-size: 27px; }
   .credential-audience-componentX { width: 87%; }
   .delivery-cardX { width: 93%; }
   .meta-info-cardX { width: 92%; margin: 0px auto; }	
}
@media screen and (min-width:576px) and (max-width:767px) {
	   .hero-sectionX { padding: 1rem 0 0rem 0; }
   .hero-titleX { font-size: 27px; }
   .credential-audience-componentX { width: 87%; }
   .delivery-cardX { width: 93%; }
   .meta-info-cardX { width: 92%; margin: 0px auto; }
}
@media screen and (min-width:768px) and (max-width:991px) {
	.ig-titleX { font-size: 20px; height: 80px; }
}
@media screen and (min-width:992px) and (max-width:1150px) {
  	.ig-titleX { font-size: 20px; height: 80px; }
}
@media screen and (min-width:1150px) and (max-width:1240px) {
  	.ig-titleX { font-size: 20px; height: 80px; }
} 
@media screen and (min-width:1241px) and (max-width:1340px) {
   
}
@media screen and (min-width:1341px) and (max-width:1399px) {

}
@media screen and (min-width:1400px) and (max-width:1499px) {

}
@media screen and (min-width:1500px) and (max-width:1599px) {
   
}
@media screen and (min-width:1600px) and (max-width:1699px) {
  
}
@media screen and (min-width:1700px) and (max-width:1799px) {
    
}
@media screen and (min-width:1800px) and (max-width:1899px) {
  
}
@media screen and (min-width:1900px) and (max-width:1999px) {
	
}
@media screen and (min-width:2000px) and (max-width:2999px) {

}
@media screen and (min-width:3000px) and (max-width:3999px) {

}
@media screen and (min-width:4000px) and (max-width:4999px) {

}
@media screen and (min-width:5000px) and (max-width:5999px) {

}





