html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	color: #000000;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: normal;
	padding: 0px;
}

img {
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	line-height: normal;
	font-weight: 500;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
	text-transform: none;
}

h1 {
	font-size: 100px;
}

h2 {
	font-size: 80px;
}

h3 {
	font-size: 60px;
}

h4 {
	font-size: 40px;
}

h5 {
	font-size: 30px;
}

h6 {
	font-size: 22px;
}

hr {
	margin: 10px 0px;
	border: 0px;
	border-bottom: 1px dashed #828282;
}

p,
ul,
ol {
	margin: 0px;
	line-height: 25px;
	padding: 0px;
}

ul *,
ol * {
	margin: 0px;
	padding: 0px;
}

ol,
ul {
	padding-left: 25px;
}

ul {
	display: block;
	list-style: none;
}

ul li {
	line-height: 30px;
}

a img {
	border: 0px;
}

p,
ul,
ol {
	margin-bottom: 18px;
}

.clr {
	display: block;
	float: none;
	clear: both;
}

.c {
	overflow: hidden;
	float: none;
}

.underline {
	text-decoration: underline;
}

.round5 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(css/PIE.htc);
	position: relative;
}

.round10 {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(css/PIE.htc);
	position: relative;
}

.round15 {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(css/PIE.htc);
	position: relative;
}

.left,
.flot_left {
	float: left;
}

.right,
.flot_right {
	float: right;
}

.a_left {
	text-align: left;
}

.a_center {
	text-align: center;
}

.a_right {
	text-align: right;
}

a {
	text-decoration: none;
}

.hidden {
	display: none;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #000;
	font-size: 14px;
	padding: 10px 15px;
	resize: vertical;
	width: 100%;
	font-weight: 300;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

textarea {
	width: 100%;
}

select {
	padding: 12px;
	width: 100%;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
.primary-button,
.btn {
	font-family: 'Poppins', sans-serif;
	background: #fe765b none repeat scroll 0 0;
	border: 0px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	min-width: 120px;
	padding: 12px 15px;
	text-transform: uppercase;
	vertical-align: top;
	transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-o-transition: all linear .2s;
	-webkit-transition: all linear .2s;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.primary-button:hover,
.btn:hover,
.primary-button:focus,
.btn:focus {
	background-color: #fe765b;
	color: #fff;
}

.form-control {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: 0 0 0;
	height: auto;
}

a:focus {
	outline: none;
	text-decoration: none;
}

a {
	color: #000;
	transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-o-transition: all linear .2s;
	-webkit-transition: all linear .2s;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #000;
}

.cfx::after {
	clear: both;
	content: "+";
	display: block;
	height: 0;
	visibility: hidden;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	opacity: 1;
}

:-ms-input-placeholder {
	/* IE 10+ */
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
}


.button-box a {
	background: #f3b329 none repeat scroll 0 0;
	color: #000;
	display: inline-block;
	font-size: 12px;
	padding: 14px 25px;
	vertical-align: top;
	font-weight: 600;
	text-transform: uppercase;
	min-width: 170px;
	text-align: center;
	margin: 0px 5px;
}

.button-box a:hover {
	background-color: #000;
	color: #fff;
}

.button-box a.white {
	background-color: #fff;
	color: #4fab7d;
}

.button-box a.white:hover {
	background-color: #000;
	color: #fff;
}

.mob-menu {
	display: none;
}


.mob-top {
	display: none;
}

.top-box {
	background-color: #4fab7d;
	padding: 20px 0;
}

.top-box .top-content {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.top-content .call-box {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}

.top-content .call-box a {
	display: block;
	color: #fff;
	font-size: 18px;
}

.top-content .call-box a:hover {
	color: #f3b329;
}

.top-content .call-btn a {
	display: block;
	background-color: #f3b329;
	color: #000;
	min-width: 175px;
	text-align: center;
	font-size: 18px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.top-content .call-btn a:hover {
	background-color: #000;
	color: #fff;
}

.nav-section {
	padding: 10px 0;
}

.nav-section ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	align-items: center;
	justify-content: center;
}

.nav-section ul li a {
	font-size: 14px;
	font-weight: 600;
}

.nav-section ul li a:hover {
	color: #f3b329;
}

.banner-image .banner-section {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0;
}

.banner-image .banner-1 {
	background-image: url("../images/banner.jpg");
}

.banner-section .banner-content {
	text-align: center;
}

.banner-section .banner-content {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
}

.banner-section .banner-content h2 {
	color: #fff;
	margin-bottom: 50px;
	font-size: 60px;
	line-height: 70px;
}

.banner-section .banner-content p {
	color: #fff;
	font-weight: 400;
	font-size: 24px;
}

.about-section .container {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}

.about-section {
	padding: 130px 0;
}

.about-section .about-image {
	width: 50%;
	margin-left: 190px;
}

.about-section .about-content {
	width: 50%;
	text-align: justify;
}

.about-section .about-content .about-head {
	font-size: 30px;
	color: #c6c6c6;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 40px;
}

.about-section .about-content h3 {
	font-size: 50px;
	margin-bottom: 35px;
	color: #4fab7d;
	line-height: 60px;
	font-weight: 600;
}

.about-section .about-content p {
	line-height: 30px;
	margin-bottom: 30px;
}

.about-image img {
	width: 100%;
}

.about-section .about-content h4 {
	font-size: 27px;
	font-weight: 600;
}

.career-section {
	background-color: #4fab7d;
	padding: 80px 0;
}

.career-section .container {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.career-section .career-image {
	width: 50%;
}

.career-section .career-content {
	width: 50%;
	margin-left: 190px;
}

.career-section .career-content h4 {
	font-size: 27px;
	color: #fff;
}

.career-section .career-content p {
	color: #fff;
	font-weight: 300;
}

.career-section .career-content h5 {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
}

.feature-physio {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.feature-physio .feature-img {
	width: 45%;
	background-image: url(../images/feature-img.jpg);
	background-repeat: no-repeat;
	height: 315px;
	background-size: cover;
}

.feature-physio .feature-cont {
	width: 55%;
	padding: 70px 70px 70px 130px;
	text-align: justify;
}

.feature-physio .feature-img img {
	width: 100%;
}

.feature-cont h3 {
	font-size: 27px;
}

.why-igcop {
	display: flex;
	flex-wrap: wrap;
}

.why-igcop .why-img {
	width: 55%;
	background-image: url(../images/why-igcop.jpg);
	background-repeat: no-repeat;
	height: 715px;
	background-size: cover;
}

.why-igcop .why-cont {
	width: 45%;
	background-color: #4fab7d;
	padding: 50px 100px;
	color: #fff;
	text-align: justify;
}

.why-igcop .why-cont p {
	margin-bottom: 30px;
}

.why-igcop .why-cont h3 {
	font-size: 50px;
	color: #fff;
	font-weight: 600;
}

.course-offered {
	background-color: #4fab7d;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 50px 0;
}

.course-offered .course-left {
	float: left;
	width: 200px;
	border-right: 1px solid #52907c;
	padding: 40px 0;
}

.course-offered .course-right {}

.course-offered .course-left h3 {
	color: #fff;
	font-size: 150px;
	opacity: 0.07;
	writing-mode: sideways-lr;
	writing-mode: vertical-lr;
	transform: scale(-1);
}

.course-offered .course-left .course-icon {
	margin-bottom: 40px;
	text-align: center;
}

.course-offered .course-right h1 {
	color: #fff;
	font-size: 140px;
	text-align: center;
}

.course-offered .course-right .offer-course {
	max-width: 1100px;
	margin: 0 auto 40px;
}

.course-offered .button-box {
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.course-offered .course-right .offer-course table tr td {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
}

.course-offered .course-right .offer-course table tr {
	border: 1px solid #d9fcfe;
}

.course-offered .course-right .offer-course table tr td:first-child {
	border: 1px solid #d9fcfe;
}

.course-offered .course-right .offer-course table {
	width: 1110px;
}

.course-offered .course-right .offer-course .cource-name {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 30px;
}

.principal-message {
	padding: 90px 0;
}

.principal-message .principal-cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.principal-cont .prinicipal-image {
	width: 55%;
	text-align: center;
}

.principal-cont .principal-text {
	width: 45%;
	padding-right: 15px;
	text-align: justify;
}

.principal-cont .principal-text h3 {
	font-size: 50px;
	color: #4fab7d;
}

.principal-cont .principal-text h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.principal-cont .principal-text h5 {
	font-size: 16px;
	margin-bottom: 5px;
}

.chairman-message {
	background-color: #4fab7d;
	padding: 80px 0 50px;
}

.chairman-message .chairman-content {
	display: flex;
	flex-wrap: wrap;
}

.chairman-content .chairman-img {
	width: 445px;
}

.chairman-content .chairman-text {
	width: calc(100% - 445px);
	padding-left: 50px;
	text-align: justify;
}

.chairman-content .chairman-text h3 {
	color: #fff;
	font-size: 45px;
}

.chairman-content .chairman-text p {
	color: #fff;
	font-weight: 300;
}

.chairman-content .chairman-img .chmn-img {
	margin-bottom: 20px;
}

.chairman-content .chairman-img h4 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 5px;
}

.chairman-content .chairman-img h5 {
	color: #fff;
	font-size: 20px;
}

.managemnet-members {
	padding: 70px 0 0;
}

.managemnet-members .members-image {
	display: flex;
	flex-wrap: wrap;
}

.members-image .members-box {
	margin-left: 25px;
	margin-right: 25px;
	width: calc(33.3% - 50px);
	text-align: center;
}

.members-image .members-box .members-img {
	margin-bottom: 30px;
}

.members-image .members-box h4 {
	color: #4fab7d;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 8px;
}

.members-image .members-box h5 {
	color: #4fab7d;
	font-size: 18px;
	font-weight: 600;
}

.getin-touch .getin-details {
	display: flex;
}

.getin-touch {
	padding: 60px 0;
	height: auto;
}

.getin-details .location-map {
	width: 880px;
}

.getin-details .enquiry-form {
	background-repeat: no-repeat;
	width: calc(100% - 880px);
	background-color: #4fab7d;
	background-size: cover;
	padding: 60px 100px;
}

.enquiry-form .fid-row .inp-fid {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-left: medium none;
	border-right: 0 none;
	border-top: medium none;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 20px;
	padding-left: 0;
	outline: none;
}

.enquiry-form .form-head h4 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 30px;
}

.getin-details .enquiry-form .fid-row {
	margin-bottom: 50px;
}

.getin-details .location-mob {
	display: none;
}

.enquiry-form .fid-row input[type="submit"] {
	border-radius: 6px;
	font-size: 20px;
	font-weight: 700;
	padding: 12px 16px;
	width: 100%;
	background-color: #fff;
	color: #4fab7d;
}

.enquiry-form .fid-row input[type="submit"]:hover {
	background-color: #000;
	color: #fff;
}

.enquiry-form .fid-row .inp-fid::placeholder {
	color: #fff;
}

.getin-details .enquiry-form .form-msg {
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 14px;
}

.top-head {
	text-align: center;
	margin-bottom: 50px;
}

.top-head h4 {
	border-top: 1px solid;
	color: #4fab7d;
	display: inline-block;
	font-size: 50PX;
	padding-top: 20px;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 50px;
}

.footer-section {
	background-color: #4fab7d;
	padding: 80px 0 40px;
}

.footer-section .footer-head h4 {
	font-size: 40px;
	color: #fff;
}

.footer-section .footer-head {
	text-align: center;
	margin-bottom: 70px;
}

.footer-details .footer-box {}

.footer-details .adrs-box {
	padding-right: 70px;
}

.footer-details .adrs-box p {
	color: #fff;
	margin-top: 20px;
	font-weight: 300;
}

.footer-details .cont-box {}

.footer-details .mail-box {}

.footer-details .icon-box {
	padding-top: 6px;
}

.footer-details .footer-box .adrs-icon {
	display: inline-block;
	vertical-align: middle;
}

.footer-details .footer-box .adrs-text {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	margin-left: 18px;
	vertical-align: middle;
}

.footer-details .footer-box .adrs-text a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.footer-details .footer-box .adrs-text a:hover {
	color: #000;
}

.footer-details .icon-box a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-decoration: underline;
}

.footer-details .icon-box a:hover {
	color: #000;
}

.footer-details .icon-box a+a {
	margin-left: 4px;
}

.footer-section .copy-right {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 200;
}

.footer-section .footer-details {
	border-bottom: 1px solid #fff;
	padding-bottom: 50px;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.footer-section .web-develp {
	color: #fff;
	text-align: center;
	font-weight: 200;
	font-size: 12px;
}

.footer-details .footer-box .adrs-text a+a {
	margin-top: 8px;
}

.footer-box .kuhs-no {
	background-color: #fff;
	max-width: 200px;
	text-align: center;
	padding: 10px;
}

.footer-box .icn-bx {
	margin-bottom: 40px;
}

.footer-box .f-logos {
	margin-bottom: 10px;
}

.eocjs-newsticker { 
  padding: 10px 0;
}

.eocjs-newsticker .eocjs-newsticker-container {
  position: relative;
  height: 24px;
  overflow: hidden;
}

.eocjs-newsticker .eocjs-newsticker-one,
.eocjs-newsticker .eocjs-newsticker-two {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
}

.eocjs-newsticker-loader {
  position: absolute;
  left: calc(50% - 10px);
  top: 2px;
  width: 20px;
  height: 20px;
  display: block;
  border: 3px solid #555555;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: eocjs-newsticker-spin .75s linear infinite;
}

@keyframes eocjs-newsticker-spin {
  to {
    transform: rotate(360deg);
  }
}





@media only screen and (min-width:1560px) and (max-width:1660px) {

	.container {

		width: 1530px;

	}

	.about-section .about-content h3 {
		font-size: 40px;
	}

	.feature-physio .feature-img {
		height: 342px;
	}

	.enquiry-form .form-head h4 {
		font-size: 32px;
	}

}


@media only screen and (min-width:1460px) and (max-width:1560px) {

	.container {
		width: 1430px;
	}

	.about-section .about-content h3 {
		font-size: 40px;
	}

	.feature-physio .feature-img {
		height: 342px;
	}

	.getin-details .enquiry-form {
		padding: 40px 50px;
	}

	.enquiry-form .form-head h4 {
		font-size: 32px;
	}


}

@media only screen and (min-width:1360px) and (max-width:1460px) {

	.container {
		width: 1330px;
	}



}

@media only screen and (min-width:1260px) and (max-width:1360px) {

	.container {
		width: 1230px;
	}

}

@media only screen and (min-width:992px) and (max-width:1260px) {

	.container {
		width: 960px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (max-width:1660px) {

	.getin-details .location-map {
		width: 700px;
	}

	.getin-details .enquiry-form {
		width: calc(100% - 700px);
	}

	.course-offered .course-right h1 {
		font-size: 100px;
	}



}

@media only screen and (max-width:1560px) {}

@media only screen and (max-width:1460px) {

	.banner-image .banner-section {
		padding: 170px 0;
	}

	.about-section .about-content h3 {
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 20px;
	}

	.about-section .about-image {
		margin-left: 120px;
	}

	.career-section .career-content {
		margin-left: 120px;
	}

	.career-section .career-content h4 {
		font-size: 24px;
	}

	.feature-physio .feature-cont {
		width: 55%;
		padding: 40px 70px 70px 90px;
	}

	.principal-cont .principal-text h3 {
		font-size: 40px;
	}

	.enquiry-form .form-head h4 {
		font-size: 40px;
	}

	.getin-details .enquiry-form {
		width: calc(100% - 620px);
		padding: 30px;
	}

	.getin-details .location-map {
		width: 620px;
	}

	.getin-details .location-map iframe {
		height: 820px;
	}

	.course-offered .course-right .offer-course table tr td {
		font-size: 22px;
	}

	.course-offered .course-left h3 {
		font-size: 120px;
	}

	.course-offered .course-right .offer-course {
		max-width: 810px;
	}

	.course-offered .course-right .offer-course table {
		width: 810px;
	}


}



@media only screen and (max-width:1360px) {


	.feature-physio .feature-cont {
		padding: 40px 40px 40px 50px;
	}

	.feature-physio .feature-img {
		height: 280px;
	}

	.why-igcop .why-cont {
		padding: 50px 70px;
	}


}

@media only screen and (max-width:1260px) {


	.top-content .call-box {
		display: none;
	}

	.mob-top {
		display: block;
		background-color: #11a45a;
	}

	.mob-top .call-box {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		padding: 10px 0;
	}

	.mob-top .call-box a {
		color: #fff;
		display: block;
	}

	.mob-top .call-box a:hover {
		color: #f3b329;
	}

	.banner-image .banner-section {
		padding: 110px 0;
	}

	.banner-section .banner-content h2 {
		margin-bottom: 20px;
		line-height: 55px;
		font-size: 40px;
	}

	.about-section {
		padding: 80px 0;
	}

	.about-section .about-content h3 {
		font-size: 28px;
	}

	.about-section .about-image {
		margin-left: 50px;
	}

	.career-section .career-content {
		margin-left: 50px;
	}

	.feature-cont h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.feature-cont p {
		margin-bottom: 0;
	}

	.feature-physio .feature-img {
		height: 263px;
		width: 48%;
	}

	.feature-physio .feature-cont {
		padding: 20px 40px 10px 100px;
		width: 52%;
	}

	.feature-cont p {
		font-size: 14px;
	}

	.why-igcop .why-img {
		width: 52%;
	}

	.why-igcop .why-cont {
		width: 48%;
		padding: 20px 40px;
	}

	.principal-cont .prinicipal-image {
		width: 52%;
	}

	.principal-cont .principal-text {
		width: 48%;
		padding: 15px;
	}

	.chairman-content .chairman-text h3 {
		font-size: 35px;
	}

	.members-image .members-box h4 {
		font-size: 24px;
	}

	.top-head h4 {
		font-size: 30PX;
	}

	.getin-details .location-map {
		width: 520px;
	}

	.getin-details .enquiry-form {
		width: calc(100% - 520px);
	}

	.getin-details .enquiry-form .fid-row {
		margin-bottom: 20px;
	}

	.getin-details .location-map iframe {
		height: 640px;
	}

	.enquiry-form .form-head h4 {
		font-size: 30px;
	}

	.course-offered .course-right h1 {
		font-size: 90px;
	}

	.course-offered .course-left h3 {
		font-size: 80px;
	}

	.course-offered .course-left {
		width: 130px;
	}

	.course-offered .course-right .offer-course {
		margin-bottom: 40px;
	}

	.footer-details .adrs-box {
		padding-right: 0px;
	}

	.footer-details .footer-box .adrs-icon {
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.footer-details .footer-box .adrs-text {
		display: block;
		margin-left: 0;
	}




}

@media only screen and (max-width:991px) {



	.footer-section .footer-details {
		justify-content: center;
	}

	.footer-details .adrs-box {
		padding-right: 0;
	}

	.footer-section {
		padding: 30px 0;
	}

	.footer-section .footer-head {
		margin-bottom: 10px;
	}

	.footer-section .footer-head h4 {
		font-size: 28px;
	}

	.footer-details .footer-box {
		margin-bottom: 20px;
	}

	.footer-details .footer-box .adrs-icon {
		margin-bottom: 10px;
	}

	.footer-section .footer-details {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.about-section .container {
		display: block;
	}

	.about-section .about-image {
		margin-left: 0;
		width: auto;
		margin-bottom: 20px;
	}

	.about-section .about-content {
		width: auto;
		text-align: center;
	}

	.about-section .about-content h4 {
		font-size: 22px;
	}

	.about-section {
		padding: 50px 0 20px;
	}

	.career-section {
		padding: 40px 0;
	}

	.career-section .container {
		display: block;
	}

	.career-section .career-image {
		width: auto;
		margin-bottom: 30px;
		text-align: center;
	}

	.career-section .career-content {
		margin-left: 0;
		width: auto;
		text-align: center;
	}

	.feature-physio {
		display: block;
	}

	.feature-physio .feature-img {
		width: auto;
	}

	.feature-physio .feature-cont {
		padding: 30px 15px;
		width: auto;
		text-align: center;
	}

	.why-igcop {
		display: block;
	}

	.why-igcop .why-img {
		width: auto;
	}

	.why-igcop .why-cont {
		width: auto;
		padding: 20px 15px;
		text-align: center;
	}

	.why-igcop .why-cont h3 {
		font-size: 30px;
	}

	.principal-message .principal-cont {
		display: block;
	}

	.principal-cont .prinicipal-image {
		width: auto;
		text-align: center;
	}

	.principal-cont .principal-text {
		width: auto;
		padding-left: 0;
		text-align: center;
	}

	.principal-message {
		padding: 50px 0 0;
	}

	.principal-message .principal-cont {
		padding-bottom: 20px;
	}

	.principal-cont .principal-text h3 {
		font-size: 30px;
	}

	.chairman-message {
		padding: 50px 0 20px;
	}

	.chairman-message .chairman-content {
		display: block;
	}

	.chairman-content .chairman-img {
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}

	.chairman-content .chairman-text {
		width: auto;
		padding-left: 0;
		text-align: center;
	}

	.chairman-content .chairman-text h3 {
		font-size: 28px;
	}

	.chairman-content .chairman-img h4 {
		font-size: 24px;
	}

	.chairman-content .chairman-img h5 {
		font-size: 16px;
	}

	.managemnet-members {
		padding: 40px 0 0;
	}

	.getin-details .location-map {
		display: none;
	}

	.getin-details .enquiry-form {
		float: none;
		width: auto;
	}

	.getin-touch {
		padding: 30px 0;
	}

	.getin-touch .getin-details {
		display: block;
	}

	.getin-details .location-mob {
		display: block;
	}

	.getin-details .location-mob iframe {
		height: 400px;
	}

	.members-image .members-box h4 {
		font-size: 20px;
	}

	.members-image .members-box h5 {
		font-size: 15px;
	}

	.top-head {
		margin-bottom: 10px;
	}

	.course-offered {
		background-size: cover;
	}

	.course-offered .course-left {
		float: none;
		width: auto;
		padding: 0;
	}

	.course-offered .course-right {
		float: none;
		width: auto;
		padding-left: 0;
		padding-top: 0;
	}

	.course-offered .course-left h3 {
		display: inline-block;
		vertical-align: top;
		writing-mode: inherit;
		transform: none;
	}

	.course-offered .course-left .course-icon {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: top;
	}

	.course-offered .course-left {
		border-right: medium none;
	}

	.course-offered .course-right h1 {
		font-size: 60px;
		margin-bottom: 20px;
	}

	.course-offered .course-right .offer-course table tr td {
		font-size: 16px;
	}

	.course-offered .course-right .offer-course {
		max-width: none;
		display: flex;
		justify-content: center;
	}

	.course-offered .course-right .offer-course table {
		width: auto;
	}




}

@media only screen and (max-width:767px) {

	.banner-image .banner-section {
		padding: 60px 0;
	}

	.banner-section .banner-content h2 {
		font-size: 35px;
		line-height: 40px;
	}

	.why-igcop .why-img {
		height: 455px;
	}

	.principal-message {
		padding: 20px 0 0;
	}

	.course-offered .course-left h3 {
		font-size: 50px;
	}

	.course-offered .course-right h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.course-offered .course-left .course-icon img {
		width: 80px;
	}

	.course-offered {
		padding: 40px 15px;
	}

	.footer-section .footer-details {
		display: block;
		text-align: center;
	}

	.footer-box .kuhs-no {
		margin: 0 auto;
	}


}

@media only screen and (max-width:640px) {


	.logo-box img {
		width: 170px;
	}

	.mob-menu {
		display: block;
	}

	.top-content .call-btn a {
		font-size: 14px;
		padding: 10px 15px;
		min-width: 100px;
	}

	.mob-top .call-box {
		gap: 0;
	}

	.nav-section {
		display: none;
	}

	.footer-details .footer-box .adrs-icon {
		display: block;
		text-align: center;
	}

	.about-section .about-content h3 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.about-section .about-content h4 {
		font-size: 20px;
	}

	.career-section .career-content h4 {
		font-size: 22px;
	}

	.why-igcop .why-cont h3 {
		font-size: 24px;
	}

	.why-igcop .why-cont p {
		margin-bottom: 10px;
	}

	.principal-cont .principal-text h3 {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.chairman-content .chairman-text h3 {
		font-size: 24px;
	}

	.chairman-content .chairman-img h4 {
		font-size: 20px;
	}

	.managemnet-members .members-image {
		display: block;
	}

	.members-image .members-box {
		margin-left: 0;
		margin-right: 0;
		width: auto;
	}

	.enquiry-form .form-head h4 {
		font-size: 25px;
		text-align: center;
	}

	.footer-details .footer-box .adrs-text {
		text-align: center;
		margin-left: 0;
	}


}

@media only screen and (max-width:550px) {}

@media only screen and (max-width:480px) {

	.banner-section .banner-content {
		font-size: 22px;
	}

	.banner-section .banner-content p {
		margin-bottom: 0;
		font-size: 15px;
	}

	.banner-section .banner-content h2 {
		font-size: 23px;
		line-height: 28px;
	}

	.why-igcop .why-img {
		height: 335px;
	}

	.enquiry-form .fid-row .inp-fid {
		font-size: 16px;
		padding-bottom: 15px;
	}

	.getin-details .enquiry-form {
		padding: 30px 15px;
	}

	.getin-touch {
		padding: 20px 0 50px;
	}

	.course-offered .course-right h1 {
		font-size: 30px;
		margin-bottom: 10px;
	}


}

@media only screen and (max-width:380px) {}