.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight:;
  font-style: normal;
}

.nunito {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight:;
  font-style: normal;
}
.logo-text {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.dob-class::before {
	content: "Date of Birth:";
	position: absolute;
	z-index: 9;
	top: 7px;
	left: 14px;
	color: #595c5f;
}
#dob {
	padding-left: 120px;
}
.logo-head {
	font-size: 35px;
	line-height: 48px;
	font-weight: 800;
	font-family: "Nunito", sans-serif;
	color: #2F455C;
	margin: 0 auto 5px;
}
.dropdown-menu.show li {
	width: 100% !important;
}
select.form-control {
  /*webkit browsers */
  -webkit-appearance: listbox !important;
  /*Firefox */
  -moz-appearance: listbox !important;
  / modern browsers /
  appearance: listbox !important;
  

}
.nunito {
	font-family: "Nunito", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.custom-col-spacing1 {
	padding: 0px 60px;
}
#bannerCarousel .carousel-indicators {
	bottom: -25px;
	margin-bottom:0px;
}

#bannerCarousel .carousel-indicators [data-bs-target] {
	background-color: #2f455c;
	opacity: .3;
}
#bannerCarousel .carousel-indicators .active {
	opacity: 1 !important;
}
   .odd-section {
      background-color: #e3eaf0; /* Darker color for odd sections */
 
      border-radius: 10px;
      margin-bottom: 20px;
   }
   .even-section {
      background-color: #f4f4f4; /* Lighter color for even sections */
 
      border-radius: 10px;
      margin-bottom: 20px;
   }
   
   
      .table {
      width: 100%;
   }
   .table th, .table td {
      padding: 8px;
   }
.table th {
	background-color: #2f455c;
	color: #fff;
}
   .table tbody tr:nth-child(odd) {
      background-color: #f9f9f9; /* Odd row color */
   }
   .table tbody tr:nth-child(even) {
      background-color: #ffffff; /* Even row color */
   }
   
   
/*// <uniquifier>: Use a unique and descriptive class name*/
/*// <weight>: Use a value from 100 to 900*/

.inter {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
		"slnt" 0;
}

/* Add this CSS to your stylesheet */

/* Basic styles for the fixed header */
.header-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	/* Ensure it appears above other content */
	background-color: white;
	/* Ensure the header background is visible */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	/* Optional: Add a subtle shadow */
	transition: all 0.3s ease;
	/* Smooth transition */
}

/* Ensure there's no jump when the header is fixed */
body.fixed-header-padding {
	padding-top: 134px;
	/* Adjust this value to match the header height */
}

.button-top1 {
	font-size: 10px;
	margin: 10px auto 0px;
}

body {
	background-color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 12pt;
	line-height: 24px;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #2f455c;
	font-family: "Nunito", sans-serif;
	color: #2f455c;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	font-weight: 800;
}

a {
	color: #2f455c;
}
.navbar a {
	color: #fff !important;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
	background-color: #fff3c7 !important;
	color: #000 !important;
}
.navbar .dropdown-item {
	font-size: 14px;
}
.offcanvas.offcanvas-end {
	background: #2f455c;
}
#offcanvasNav .navbar-nav.me-auto.mx-auto {
	margin: 0px !important;
}



.social img {
	max-width: 60px;
}

.redshade {
	background: #fff3c7;
}

.footer-top {
	background: url("https://cgrinternationalschool.edu.in/images/Certificates-BG.jpg") no-repeat center bottom #2f455c;
	background-size: 100% auto;
}

.yellow {
	color: #f8c301;
}

.img-max60 {
	max-width: 110px;
	margin: 0 auto 12px;
}

.footer-middle h6 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 auto 15px;
	border-bottom: 1px solid #2f455c;
}

.copyright p {
	margin: 0px;
}

.copyright a,
.copyright a:hover {
	color: #000;
}

footer a {
	text-decoration: underline;
	color: #2f455c;
}

footer a:hover {
	text-decoration: none;
	color: #f8c301;
}



.social-icons img {
	transition: transform 0.6s ease-in-out;
}

.social-icons img:hover {
	transform: rotateY(360deg);
}






.nav-link {
	color: #fff !important;
	font-weight: 300;
	font-size: 15px;
	padding: 8px 10px !important;
}

.logo {
	max-width: 70px;
}
.logox {
	max-width: 100%;
}

.content-item {
	border: 1px solid #2f455c;
	border-radius: 10px;
	max-width: 300px;
	margin: 0 auto;
}

.content-item img {
	border-radius: 10px 10px 0 0;
}

.content-item h5 {
	margin: 0px;
	font-weight: 700;
	padding: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden !important;
	line-height: 34px;
}

.content-item iframe {
	max-width: 100%;
	height: 200px;
	width: 300px;
	border-radius: 10px 10px 0 0;
}

.hun-results {
	background: url(https://cgrinternationalschool.edu.in/images/100percent-Results-BG.jpg) no-repeat center center;
	background-size: cover;
}

.hun-results h5 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #515151;
}

.hun-results h6 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #515151;
}

.hun-bor {
	border: 1px solid #f8c301;
	padding: 10px;
	border-radius: 10px;
}

.white,
.white .section-title,
.white p {
	color: #fff;
}

.white .btn-theme-colored {
	background: #f8c301 !important;
	border: 1px solid #fff !important;
	font-weight: bold;
	color: #000 !important;
}

.white .btn-theme-colored::before {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 6px;
	bottom: -5px;
	left: -5px;
	z-index: -2;
	position: absolute;
}

.list li {
	background: url(https://cgrinternationalschool.edu.in/images/Tick-Mark-Icon-bg.png) no-repeat left 0px;
	background-size: 25px;
	padding: 0 0 0 35px;
	margin: 0 auto 15px;
}

.list li:hover {
	background: url(https://cgrinternationalschool.edu.in/images/Tick-Mark-Icon-White-bg.png) no-repeat left 0px;
	background-size: 25px;
	padding: 0 0 0 35px;
	margin: 0 auto 15px;
	font-weight: bold;
}


#mainVideo {
	width: 100%;
	min-height: 280px;
}

.custom-col-spacing {
	padding: 25px;
	/* Adjust the value as needed */
}


.testimonials #recipeCarousel .carousel-item .card p {
	color: #c6c6c6;
}

.testimonials #recipeCarousel .carousel-item .card a {
	color: #c6c6c6;
	font-weight: 600;
	text-decoration: none;
}

.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
	width: 20px;
}

.testimonials .carousel-control-next {
	right: -10px;
}

.testimonials .carousel-control-prev {
	left: -10px;
}

.testimonials .card {
	background: transparent;
	border: none;
	margin: 0 20px;
}

@media (max-width: 767px) {
	.testimonials .carousel-inner .carousel-item.one>div {
		display: none;
	}

	.testimonials .carousel-inner .carousel-item.one>div:first-child {
		display: block;
	}
}

.testimonials .carousel-inner .carousel-item.one.active,
.testimonials .carousel-inner .carousel-item-next,
.testimonials .carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

	.testimonials .carousel-inner .carousel-item-end.active,
	.testimonials .carousel-inner .carousel-item-next {
		transform: translateX(50%);
	}

	.testimonials .carousel-inner .carousel-item-start.active,
	.testimonials .carousel-inner .carousel-item-prev {
		transform: translateX(-50%);
	}
}

.testimonials .carousel-inner .carousel-item-end,
.testimonials .carousel-inner .carousel-item-start {
	transform: translateX(0);
}


#pills-tab {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
}

#pills-tab img {
	max-width: 60px;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
}

#pills-tab li {
	flex: 1;
	text-align: center;
}
#pills-tab li a span {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

#pills-tab li a.active {
	background-color: #fff;
	border: 2px solid #f8c301;
}

#pills-tab li a {
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 8px;
	position: relative;
	flex: 1;
	text-align: center;
	padding: 10px;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}

#pills-tab li a::before {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 8px;
	bottom: -5%;
	left: -5%;
	z-index: -2;
	position: absolute;
}

#pills-tab li a .activities-yellow {
	display: none;
}

#pills-tab li a.active .activities-dark {
	display: none;
}

#pills-tab li a.active .activities-yellow {
	display: block;
}

#pills-tab li a span {
	font-weight: 600;
	text-decoration: none !important;
	color: #000;
	min-height: 50px;
	display: block;
	vertical-align: middle;
}

/* Ensure the last element's margin is not increased unnecessarily */
#pills-tab li a:last-child {
	margin-right: 0;
}

.tab-content-box {
	position: relative;
}

.tab-content-left-box::before {
	content: '';
	border-bottom: 2px solid #f8c301;
	border-right: 2px solid #f8c301;
	width: 50%;
	bottom: -1.5%;
	right: -0.3%;
	height: 50%;
	position: absolute;
	z-index: -2;
	border-radius: 0px 0 10px 0;
}

.tab-content-left-box a {
	color: #f8c301;
	font-weight: bold;
	text-decoration: none;
}

.tab-content-left-box a i {
	font-weight: bold;
}

.tab-content-link {
	margin: 0px;
}

.tab-content-left-box::after {
	content: '';
	border-top: 2px solid #f8c301;
	border-left: 2px solid #f8c301;
	width: 50%;
	top: -1.5%;
	left: -0.3%;
	height: 50%;
	position: absolute;
	z-index: -2;
	border-radius: 10px 0 0 0;
}

.tab-content-left-box {
	padding: 30px;
}


.image-box-thum {
	border: 1px solid #aaa;
	border-radius: 10px;
}

.image-box-thum2 {
	border-radius: 10px 10px 0 0;
}

.image-box-thum2 img {
	border-radius: 10px 10px 0 0;
	width: 100%;
}

.image-box-details {
	padding: 20px;
	text-align: center;
}

.image-box-details h5 {
	font-weight: bold;
	color: #000;
}

.image-box-details h5 span {
	display: block;
	font-size: 70%;
	margin: 5px auto;
}

.image-box-thum:hover {
	box-shadow: -6px 6px 0px 1px #f8c301;
}

header .logo-wrap.p-2 .col.col-lg-auto {
	z-index: 1;
}
.btn-theme-colored {
	background: #f8c301 !important;
	border: 1px solid #000 !important;
	font-weight: bold;
	color: #000 !important;
	font-size:16px;
}

.btn-theme-colored::before {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	border-radius: 6px;
	bottom: -5px;
	left: -5px;
	z-index: -2;
	position: absolute;
}

.image-box-details .btn {
	position: relative;
}

.header-right {
	position: relative;
	text-align: center;
}

.logo-wrap ul {
	list-style: none;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.logo-wrap ul li {
	display: inline-block;
	margin: 0 25px;
}

.logo-wrap ul li a {
	color: #000;
	text-decoration: none;
}

button.btn {
	position: relative;
	line-height: 20px;
	padding: 5px 16px;
	border-radius:5px;
}

.header-right span {
	font-size: 65%;
	display: block;
	line-height: 10px;
	margin: 6px auto 0;
}


.homepage-box-single {
	text-align: center;
	padding: 0px 20px;
	cursor: pointer;
}

.box-icon {
	border: 2px solid #2f455c;
	padding: 25px;
	position: relative;
	z-index: 1;
	color: #fff;
	width: 115px;
	border-radius: 15px;
	margin: 0px auto;
	z-index: -1;
}

.box-icon::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #2f455c;
	transform: rotate(45deg);
	z-index: -1;
	border-radius: 15px;
	transition: .5s;
}

.homepage-box-single:hover .box-icon {
	border: 2px solid #f8c301;
}

.homepage-box-single:hover .box-icon::before {
	background: #f8c301;
}

.homepage-box-single:hover .box-icon::before {
	transform: rotate(-45deg);
	background-color: #f8c301;
	/* New background color on hover */
}

.homepage-box-single .box-icon img {
	max-width: 60px;
}

.homepage-box-single:hover .box-icon .homepage-box-white {
	display: none;
}

.homepage-box-single .box-icon .homepage-box-dark {
	display: none;
}

.homepage-box-single:hover .box-icon .homepage-box-dark {
	display: inline-block;
}


.bullet-points li {
	border-left: 10px solid #f8c301;
	padding: 10px;
	margin: 0 0 20px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	width: 100%;
}

.bullet-points {
	list-style: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	margin: 0 0 0 20px;
}

.bullet-points li span {
	display: block;
	line-height: 20px;
	color: gray;
	font-weight: normal;
	font-size: 85%;
}

#eventContainer .eventContent {
	display: none;
}

#eventContainer .eventContent img {
	width: 100%;
	height: auto;
}

.eventContent a {
	font-weight: bold;
	color: #2f455c;
	text-decoration: none;
}

.eventContent::before {
	content: '';
	border-bottom: 2px solid #f8c301;
	border-right: 2px solid #f8c301;
	width: 50%;
	bottom: -1.5%;
	right: -0.3%;
	height: 50%;
	position: absolute;
	z-index: -2;
	border-radius: 0px 0 10px 0;
}

.eventContent::after {
	content: '';
	border-top: 2px solid #f8c301;
	border-left: 2px solid #f8c301;
	width: 50%;
	top: -1.5%;
	left: -0.3%;
	height: 50%;
	position: absolute;
	z-index: -2;
	border-radius: 10px 0 0 0;
}

#eventContainer {
	position: relative;
}

.eventContent {
	padding: 30px;

}

.eventContentlink {
	margin: 0px;
}

.welcometext {
	background: url(https://cgrinternationalschool.edu.in/images/About-Us-Bg.png) no-repeat left bottom;
	background-size: 67%;
}

.list {
	list-style: none;
	padding: 0px;
}


.working-process>li {
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.working-process.large-circle>li::before {
	margin-right: -60px;
	top: 60px;
}

.working-process>li::before {
	border-top: 1px dashed #f8c301;
	content: "";
	margin-right: -25px;
	position: absolute;
	right: 0;
	top: 25px;
	width: 50%;
}

.working-process.large-circle li .process-img {
	height: 120px;
	line-height: 110px;
	width: 120px;
	border-radius: 50%;
	color: #f8c301;
}

.working-process.large-circle li .process-img img {
	max-width: 65px;
}

.working-process.large-circle li a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.working-process.large-circle li:hover .process-img {
	color: #2f455c;
}

.working-process li .process-img {
	border: 1px solid;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	width: 50px;
	border-radius: 50%;
}

.working-process.large-circle>li::after {
	margin-left: -64px;
	top: 60px;
}

.working-process>li::after {
	border-top: 1px dashed #f8c301;
	content: "";
	left: 6px;
	margin-left: -32px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	width: 50%;
}

.working-process.large-circle li:hover .process-img .process-img-hover {
	display: none;
}

.working-process.large-circle li:hover .process-img .process-img-normal {
	display: inline-block;
}

.working-process.large-circle li .process-img .process-img-normal {
	display: none;
}


.max-60 {
	max-width: 600px;
	margin: 0 auto;
}

.section_bounce {
	padding: 2px 20px;
	border-radius: 6.25rem;
	line-height: 1.9375rem;
	margin-bottom: 0.5rem;
	animation-name: section_bounce;
	animation-timing-function: ease;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
	position: relative;
	color: #2f455c;
	background-color: #f8c301;
	z-index: 1;
	display: inline-block;
	font-size: 16px;
}

.section_bounce::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0.6875rem;
	height: 0.6875rem;
	background-color: #f8c301;
	-ms-transform: translateY(50%) rotate(45deg);
	transform: translateY(50%) rotate(45deg);
	z-index: -1;
}


.row.branches {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.row.branches li {
	margin: 0 auto 20px;
}

.row.branches iframe {
	width: 100%;
	min-height: 300px;
}

@keyframes section_bounce {
	0% {
		transform: scale(1, 1) translateY(0)
	}

	10% {
		transform: scale(1.1, .9) translateY(0)
	}

	30% {
		transform: scale(.9, 1.1) translateY(-0.875rem)
	}

	50% {
		transform: scale(1, 1) translateY(0)
	}

	57% {
		transform: scale(1, 1) translateY(-0.rem)
	}

	64% {
		transform: scale(1, 1) translateY(0)
	}

	100% {
		transform: scale(1, 1) translateY(0)
	}
}

@keyframes dot-anim-2 {
	0% {
		transform: translateX(20px);
	}

	100% {
		transform: translateX(0px);
	}
}


.testimonial-slider .carousel .item.active {
	display: inline;
}

.img-right {
	padding: 0;
	max-width: 100%;
}

.news {
	border: 4px double #383d55;
	text-align: center;
	padding: 0;
	width: 100%;
	display: inline-block;
	font-size: 0 !important;
	line-height: 0 !important;
}

.news h2 {
	padding: 10px;
	background: #383d55;
	color: #fff;
	font-size: 30px;
}

#thumbnail-slider div.inner,
.events {
	padding: 20px 0;
}

.events {
	margin: 0px auto;
}

.news-box {
	background: #fff !important;
	border: 1px solid #fff;
	color: #000 !important;
	display: inline-block !important;
	font-size: 15px;
	margin: 0 15px;
	position: relative;
	left: 1px;
	width: 90% !important;
	box-shadow: 1px 2px 4px #000;
}

.news-box h4 {
	background: #c10011;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 700 !important;
	line-height: 20px;
	padding: 5px;
	min-height: 56px;
	vertical-align: middle;
}

.news-item {
	padding: 10px;
	min-height: 75px;
}

.news-box p {
	font-size: 13px;
}

.style_prevu_kit, .center {
	max-width: 100%;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	width: 100%;
	margin: 0 auto 15px;
}

.readmore a {
	color: #333;
}

.readmore {
	text-align: right;
}
.read-more p {
	float: left;
	padding-left: 25px;
	display: block;
	text-decoration: none;
	background: url(https://cgrinternationalschool.edu.in/images/bullet-1.png) no-repeat;
	width: 100%;
}


/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
    
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
.navbar {
	background: #2f455c !important;
	padding: 2px 0px;
}
.dropdown-menu {
	background: #2f455c;
	border: 1px solid #fff;
	border-radius: 0px;
}
.social-icons img {
	max-width: 70px;
	margin-right: 10px;
}
#pills-tab li {
	margin: 0 10px;
}
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { 

    
}





/*// X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
.social-icons img {
	max-width: 40px !important;
	margin-right: 5px !important;
}    
button.btn {
	font-size: 14px;
}
#pills-tab li {
	min-width: 30%;
}
.tab-content-left-box {
	padding: 20px;
	margin: 0 auto 20px;
}
.homepage-box-single .box-icon img {
	max-width: 45px;
}
.box-icon {
	padding: 10px;
	color: #fff;
	width: 70px;
}
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
.logo-head {
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
}
.logo-text p {
	font-size: 12px;
	margin: 0px;
	line-height: 14px;
}
.logo-text {
	margin: 0px !important;
	text-align: left;
}

.footer-top {
	background-image: none !important;
	padding-bottom: 0px !important;
}
.working-process > li {
	width: 50%;
}
.bullet-points {
	margin-top: 25px;
	margin-bottom:-30px;
}
#pills-tab li a span {
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: auto !important;
}
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
.working-process.large-circle li .process-img {
	height: 90px;
	line-height: 90px;
	width: 90px;
}
.working-process.large-circle li .process-img img {
	max-width: 55px;
}
.working-process.large-circle > li::before {
	top: 45px;
}
.working-process.large-circle > li::after {
	top: 45px;
}
.working-process > li strong span {
	display: block;
}
#pills-tab img {
	max-width: 30px;
	margin: 0 auto 5px;
}
#pills-tab li {
	margin: 0 5px 10px !important;
}
  .offcanvas {
    --bs-offcanvas-width: 300px; /* Adjust width for smaller screens */
  }
  .nav-link {
	padding: 8px 15px !important;
}
.navbar {
	position: absolute;
	right: 10px;
	top: 0px;
}
.dropdown-menu.show {
	display: block;
	position: relative !important;
	transform: translate3d(0px, 0px ,0px) !important;
	inset: 0px !important;
	margin: 0px 30px !important;
	border: none !important;
}
.offcanvas-body .dropdown-item {
	font-size: 15px;
}
.navbar.navbar-expand-lg .container-fluid {
	padding: 0px;
}
.social-icons img {
	max-width: 50px;
}
.btn-close {
    --bs-btn-close-color: #fff;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 1;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 1;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}


}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) { 
    .tab-content-left-box p {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
}

/*// X-Large devices (large desktops, less than 1400px)*/
@media (max-width: 1399.98px) { 
    
}





@media (min-width: 768px) and (max-width: 991.98px) {
    
    
    .logo-head {
	font-size: 28px;

	margin: 0px;
}
.logo-text p {

	margin: 0px;

}
.logo-text {
	margin: 0px !important;
	text-align: left;
}



.hun-results h5 {
	font-size: 18px;
	line-height: 24px;
}
.hun-results h6 {
	font-size: 14px;
	line-height: 20px;
}
.custom-col-spacing {
	padding: 5px;
}    
    
}



@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav {
	display: inline-block !important;
	margin: 0 auto !important;
	text-align: center;
}
#mainNav li {
	display: inline-block;
}
}