

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

		body {
	  font-family: "Montserrat", sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
		body, h1, h2, h3, h4, h5, h6, p, li, ul {
   font-family: "Montserrat", sans-serif !important;
}
		p{ line-height: 32px; font-size: 16px;}
		.mt-60{ margin-top: 60px !important;}
footer {
	width: 100%;
	background: #03304e;
	color: white;
	text-align: center;
	padding: 6px 10px;
	margin-top: 60px;
	box-sizing: border-box;
}

.bg-color {
	background: #f7f7f7;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 60px 60px;
	margin-top: 80px !important;
	margin-bottom: 80px !important;
	border-radius: 10px;
}

header {
	padding: 15px 0px 15px;
	background: #03304e;
}

.container {
	width: 100%;
	max-width: 70%;
	margin: auto;
	box-sizing: border-box;
}

.txt-center {
	text-align: center;
}

header img.logo-img {
	max-width: 85px;
	padding-top: 0px;
	height: 70px;
}

.mb-0 {
	margin-bottom: 0 !important
}

.faq-wrap {
	padding-bottom: 0px;
}


.faq-wrap h2 {
	font-size: 24px;
	color: #03304e;
	line-height: 32px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	margin: 50px 0px 30px 0px;
}

.faq-wrap h3 {
	font-size: 16px;
	color: #212529;
	line-height: 32px;
	font-family: Montserrat, sans-serif;
	margin: 0;
	font-weight: 700;
}

.mt-20 {
	margin-top: 24px !important
}


.faq-wrap p {
	color: #212529;
	font-size: 16px;
	text-align: left;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 1rem;
	line-height: 32px;
	margin-top: 0;
}

.faq-wrap ul {
	margin: 0 0 0px 4px;
	padding: 0;
}

.faq-wrap ul li {
	color: #212529;
	font-size: 16px;
	text-align: left;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 2px;
	line-height: 32px;
	margin-top: 0;
	list-style: none;
	background-image: url('https://www.greatlakes.edu.in/chennai/assets/greatlakes/images/square-icon.jpg');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
	background-position: 0px 10px;
	margin: 0px 0px 15px 0px;
}

li::after,
p::after {
	content: "";
	display: block;
	clear: both;
}

.flex-wrap {
	display: flex;
	justify-content: space-between;
}

.top-hed h1 {

	font-size: 40px;
	font-weight: 800;
	color: #ffffff;
	margin: 0
}

.top-hed {
	display: flex;
	align-items: center;
}


.search-container {
         position: fixed;
    bottom: 100px;
    right: 16px;
	display: flex;
	align-items: center;
	z-index: 99;
    }
.btn-wrap{ height: 50px;background-color: #03304e;}

    #searchInput {
      width: 0;
      opacity: 0;
      padding: 8px 10px 8px 16px;
      outline: none;
      font-size: 16px;
      color: #fff;
      background:#036f9c;
      border-radius: 3px 0 0 3px;
      transform: scaleX(0);
      transition:
        width 0.4s ease,
        opacity 0.4s ease,
        transform 0.4s ease;
      transform-origin: right;
		border: 0;
		height: 34px;
    }
::placeholder{ color: #fff; font-weight: 500}

    #searchToggle {
         background-color: #03304e;
    border: none;
    padding: 0px 14px;
    cursor: pointer;
   /* position: relative;
    top: 3.2px;
		    left: -5px;*/
		    height: 100%;
    }
.btn-wrap{ height: 50px;}
    #searchToggle i {
      color: white;
      font-size: 22px;
      transition: transform 0.3s ease;
    }

    /* Active animation styles */
    .search-container.active #searchInput {
      width: 250px;
      opacity: 1;
      transform: scaleX(1);
      margin-right: 0;
    }

    .search-container.active #searchToggle i {
      transform: rotate(360deg);
    }

#no-results{
    color: rgb(170, 0, 0);
    font-style: italic;
    margin-top: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: 500; height: 70vh; align-items: center; justify-content: center; color: #03304e}
		.faq-wrap{ min-height: 72vh}

#searchInput:focus, #searchInput {
		 caret-color: #ffffff;
	}


 .faq-item {
      margin-bottom: 15px;
      border-radius: 5px;
      overflow: hidden;
    }

    .faq-question {
		display: flex;
		align-items: center;
      background: #f3f1f1;
      color: #222;
      padding: 12px 40px 12px 20px;
      width: 100%;
      text-align: left;
      border: none;
      font-size: 16px;
      font-weight: bold;
      position: relative;
      cursor: pointer;
    }

    .faq-question::after {
      content: '+';
      position: absolute;
      right: 20px;
      font-size: 20px;
      transition: transform 0.2s;
    }

    .faq-question.active::after {
      content: '-';
      transform: rotate(180deg);
    }

    .faq-answer {
      display: none;
      background: #ffffff;
      padding: 30px 20px 5px 20px;
    }

@media only screen and (max-width: 991px) {
	.container {
		width: 100%;
		max-width: 90%;
		margin: auto;
	}

}

@media only screen and (max-width: 767px) {
	.search-container {
	position: relative;
	z-index: 9999;
	top: -10px;
	right: inherit;
	margin-bottom: 20px;
}

#searchToggle {
	pointer-events: none;
	
}
	.btn-wrap{width: 15%; max-width: 52px;}

#searchInput {
	width: 90%;
	opacity: 1;
	transform: scaleX(1);
	margin-right: 0;
}
	
	
	.faq-wrap {
		margin-top: 34px;
	}

	header img.logo-img {
		max-width: 64px;
        padding-top: 0px;
        height: 46px;
	}

	.m-mt-0 {
		margin-top: 0 !important;
	}

	.top-hed h1 {
				font-size: 18px;
		font-weight: 800;
	}

	.flex-wrap {
		display: flex;
		flex-direction:row;
		align-items: center;
	}
	header {
		padding: 15px 0px 15px;
	}

	#searchToggle {    top: 2px;}
}

@media only screen and (max-width: 600px) {
	
	
      .faq-question {
        padding: 15px 39px 15px 14px;
      }

      .faq-answer {
        padding: 15px;
      }

	.faq-wrap h2 {
		font-size: 20px;
	}

	.mt-20 {
		margin-top: 12px !important;
	}

	.faq-wrap h2 {
		margin: 30px 0px 20px 0px
	}
}

