body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}

img {
	max-width: 100%;
	height: 0 auto;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.form-control {
	box-shadow: none !important;
}

button {
	box-shadow: none !important;
}

a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.header_top {
	background: #f1f1f1;
	height: 118px;
	padding: 10px 0 0;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.darkHeader .header_top {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.11);
}

.logo img {
	width: 150px;
}

.header_search {
	padding: 0 40px;
}

.header_search .form-control {
	background: #fff;
	box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.15) !important;
	height: 44px;
	border: none !important;
	border-radius: 30px;
	font-size: 14px;
	padding: 0 40px 0 20px;
}

.search_btn {
	background: url("../images/search_icon.png") no-repeat center;
	background-size: 100%;
	height: 22px;
	width: 22px;
	padding: 0;
	border: none !important;
	border-radius: 0;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translate(0, -50%);
}

.header_contact_text {
	font-weight: 500;
	font-size: 14px;
	color: #111;
}

.header_contact_phone img {
	box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.12);
	background: #fff;
	border-radius: 50%;
	width: 40px;
	padding: 5px;
	margin-left: 10px;
}

.header_language {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.09);
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	width: 160px;
	margin-left: 30px;
}

.lang_container {
	display: block;
	width: 50%;
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lang_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.lang_container .checkmark {
	width: 100%;
	padding: 10px 0;
	display: block;
}

.lang_container:hover input ~ .checkmark {
	background-color: #2bb673;
	color: #fff;
}

.lang_container input:checked ~ .checkmark {
	background-color: #2bb673;
	color: #fff;
}

.header_bottom {
	position: relative;
	z-index: 9;
	margin-top: -25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.header_bottom_inner {
	background: #fff;
	box-shadow: 0px 9px 14.1px 0.9px rgba(0, 0, 0, 0.11);
	border-radius: 6px;
}

.header_bottom_right {
	background: #111;
	color: #fff;
	padding: 17px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 0 6px 6px 0;
}

.header_bottom_right img {
	width: 18px;
}

.header_bottom_right a {
	color: #fff;
	margin: 0 6px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.header_bottom_right a:hover {
	color: #2bb673;
}

.header_ham {
	display: inline-block;
	background: #313131;
	border-radius: 6px 0 0 6px;
	padding: 15px;
	width: 50px;
	height: 55px;
  }

.home_banner_section {
    margin-top: 115px;
}

.banner_left {
	padding-right: 0;
}

.banner_left_inner {
	background: #2bb673;
	min-height: 100%;
	display: flex;
	position: relative;
	align-items: center;
	padding: 20px 30px 20px 18%;
}

.banner_left_inner:before {
	background: #2bb673;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 120px;
	right: -120px;
	z-index: 9;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.banner_img {
	padding-left: 0;
}

.banner_subheading {
	font-weight: 600;
	font-size: 17px;
}

.banner_heading {
	font-size: 31px;
	line-height: 36px;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
  }

.banner_text {
    color: #fff;
    font-size: 18px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.common_btn {
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.common_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.common_btn:hover, .common_btn:focus, .common_btn:active {
	color: #fff;
}

.common_btn:hover:before, .common_btn:focus:before, .common_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.banner_btn1 {
	background: url("../images/btn_icon1.png") #fff no-repeat center left 15px;
	background-size: 18px;
    display: inline-block;
    color: #18985b !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 18px 11px 42px;
    border-radius: 5px;
    margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.banner_btn1:hover {
    background-color: #000;
}

.banner_btn2 {
	background: url("../images/btn_icon2.png") #077b43 no-repeat center left 15px;
	background-size: 18px;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 11px 18px 11px 45px;
    border-radius: 5px;
    margin-top: 25px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.banner_btn2:hover {
    background-color: #000;
}

.home_banner_section .owl-nav {
    display: none;
}

.home_banner_section .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 9%;
}

.home_banner_section .owl-theme .owl-dots .owl-dot span {
	background: #fff;
	width: 14px;
	height: 14px;
	margin: 5px 4px;
}

.home_banner_section .owl-theme .owl-dots .owl-dot.active span, .home_banner_section .owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}

.banner_bottom_news_section {
	padding: 80px 0;
}

.banner_bottom_news_section_heading {
	color: #111;
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
}

.banner_news_slide_box {
	background: url("../images/news_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 25px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
	border-radius: 7px;
	margin-bottom: 10px;
	min-height: 260px;
}

.banner_news_slide_box_heading {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #111;
}

.banner_news_slide_box_text {
	color: #757575;
	font-size: 13px;
	margin-top: 15px;
}

.banner_news_slide_box_btn {
	display: inline-block;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	font-weight: 500;
	font-size: 14px;
	color: #fff !important;
	margin-top: 20px;
	padding: 10px 20px;
}

#banner_news_slide {
	margin-top: 40px;
}

#banner_news_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center;
	background-size: 100%;
	padding: 0;
	width: 12px;
	height: 23px;
	font-size: 0 !important;
	margin: 0 !important;
	float: left;
}

#banner_news_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center;
	background-size: 100%;
	padding: 0;
	width: 12px;
	height: 23px;
	font-size: 0 !important;
	margin: 0 !important;
	float: right;
}

#banner_news_slide .owl-nav {
	margin-top: 0;
	position: absolute;
	top: 50%;
	left: -30px;
	right: -30px;
	transform: translate(0, -50%);
}

#banner_news_slide .owl-dots {
	display: none;
}

.home_review_block_left {
	padding-right: 0;
}

.home_review_block_left_inner {
	border: 1px solid #ddd;
	padding: 35px;
	min-height: 100%;
}

.home_review_block_left_heading {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #111;
}

.home_review_block_left_star img {
	width: 105px;
	margin-top: 15px;
}

.home_review_block_left_rating {
	font-weight: 600;
	color: #222;
	font-size: 18px;
	margin-top: 20px;
}

.home_review_block_left_btn {
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	font-weight: 500;
	font-size: 14px;
	color: #fff !important;
	margin-top: 20px;
	padding: 10px 20px;
}

.home_review_block_left_btn img {
	width: 18px;
	margin-right: 10px;
}

.home_review_block_right {
	padding: 0;
}

.home_review_block_right:last-child {
	padding-right: 12px;
}

.home_review_block_right_inner {
	border: 1px solid #ddd;
	border-left: none;
	padding: 35px;
	min-height: 100%;
}

.review_block_right_name {
	font-size: 13px;
	color: #8b8b8b;
}

.review_block_right_name img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	object-fit: cover;
	margin-right: 10px;
}

.review_block_right_name strong {
	font-size: 15px;
	color: #3293bc;
	font-weight: 500;
	display: block;
	text-transform: capitalize;
}

.review_block_right_rating img {
	width: 85px;
	margin-top: 20px;
}

.review_block_right_text {
	height: 82px;
	overflow: auto;
	font-size: 14px;
	color: #555;
	margin-top: 20px;
	padding-right: 15px;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	scrollbar-width: thin;
}

.home_explore_section {
	background: url("../images/explore_bg.png") #fcfcfc no-repeat center;
	padding: 80px 0 5px;
	margin: 80px 0 0;
}

.home_explore_block {
	margin-top: 30px;
}

.home_explore_block_inner {
	background: #fff;
	min-height: 100%;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	padding: 30px 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.home_explore_block_inner:hover {
	background: #111;
	transform: scale(1.03);
}

.home_explore_block_inner img {
	width: 60px;
}

.home_explore_block_heading {
	font-weight: 600;
	color: #222;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.home_explore_block_inner:hover .home_explore_block_heading {
	color: #fff;
}

.home_explore_block_btn {
	background: url("../images/arrow.png") no-repeat right top 6px;
	background-size: 12px;
	display: inline-block;
	color: #20b06b !important;
	margin-top: 10px;
	padding-right: 20px;
	font-weight: 500;
	font-size: 14px;
}

.home_form_section {
	margin-top: 80px;
	background: #fff;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.12);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: -120px;
	position: relative;
	z-index: 9;
}

.home_form_section_left_inner {
	min-height: 100%;
	padding: 65px 40px 65px 240px;
}

.home_form_section_left_inner_img {
	position: absolute;
	left: -35px;
	bottom: -52px;
}

.home_form_section_left_label {
	display: inline-block;
	background: #f3f3f3;
	font-weight: 500;
	font-size: 13px;
	color: #222;
	padding: 5px 15px;
	border-radius: 30px;
}

.home_form_section_left_subheading {
	font-size: 18px;
	font-weight: 600;
	color: #222;
	margin-top: 20px;
}

.home_form_section_left_heading {
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
	color: #222;
}

.home_form_section_left_btn {
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	font-weight: 500;
	font-size: 15px;
	color: #fff !important;
	margin-top: 20px;
	padding: 10px 18px;
}

.home_form_section_left_btn img {
	margin-left: 10px;
	width: 18px;
}

.home_form_section_right_inner {
	background: url("../images/form_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 40px 30px;
	min-height: 100%;
}

.home_form_section_right_inner:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
}

.home_form_section_right_inner div {
	position: relative;
	z-index: 9;
}

.home_form_section_right_heading {
	font-weight: bold;
	font-size: 25px;
}

.home_form_section_right_subheading {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}

.home_query_form .form-control {
	border: none !important;
	box-shadow: none !important;
	margin-top: 15px;
	resize: none;
	min-height: 42px;
	border-radius: 30px;
	padding: 10px 20px;
}

.home_query_form textarea.form-control {
	border-radius: 15px;
}

.home_query_form_btn {
	border: none;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	font-weight: 500;
	font-size: 15px;
	color: #fff !important;
	margin-top: 20px;
	padding: 10px 18px;
}

.home_video_testimonial_section {
	padding: 200px 0 0;
	background: rgb(243,243,243);
	background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(243,243,243,0) 100%);
}

.home_video_testimonial_block {
	margin-top: 35px;
}

.home_video_testimonial_block_inner {
	border-radius: 8px;
	border: solid 2px #ddd;
}

.home_video_testimonial_block_inner iframe {
	width: 100%;
	height: 245px;
	object-fit: cover;
}

.home_video_testimonial_block_inner:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
}

.home_video_testimonial_block_content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 25px 15px;
}

.home_video_testimonial_block_name {
	font-weight: bold;
	font-size: 17px;
	margin-top: 15px;
}

.home_video_testimonial_block_text {
	font-size: 14px;
	margin-top: 2px;
}

.home_video_testimonial_all_btn {
	display: inline-block;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	font-weight: 500;
	font-size: 14px;
	color: #fff !important;
	margin-top: 35px;
	padding: 10px 20px;
}

.home_college_section {
	padding: 80px 0;
}

#myCollegeTab, #myCounsellingTab {
	background: rgb(243,243,243);
	background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(243,243,243,0) 100%);
	border: 1px solid #eee !important;
	display: inline-flex;
	padding: 5px 10px 0;
	margin: 35px 0 0;
	border-radius: 6px;
}

#myCollegeTab li, #myCounsellingTab li {
	position: relative;
	margin: 0 22px;
}

#myCollegeTab li:before, #myCounsellingTab li:before {
	position: absolute;
	content: "";
	top: 15px;
	right: -22px;
	height: 14px;
	border-right: 1px solid #ddd;
}

#myCollegeTab li:last-child:before, #myCounsellingTab li:last-child:before {
	display: none;
}

#myCollegeTab .nav-link, #myCounsellingTab .nav-link {
	border: none;
	border-bottom: 3px solid transparent;
	background: none !important;
	font-weight: 600;
	text-transform: uppercase;
	color: #111;
	padding: 10px 0 12px;
}

#myCollegeTab .nav-item.show .nav-link, #myCollegeTab .nav-link.active, #myCounsellingTab .nav-item.show .nav-link, #myCounsellingTab .nav-link.active {
	border-color: #20b06b;
}

.college_tab_block {
	margin-top: 40px;
}

.college_tab_block_inner {
	border-radius: 6px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
}

.college_tab_block_inner:before {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
}

.college_tab_block_content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 55px 20px 20px;
}

.college_tab_block_heading {
	font-weight: bold;
	color: #111;
	line-height: 19px;
}

.college_tab_block_location {
	font-weight: 500;
	font-size: 13px;
}

.college_tab_block_btn {
	background-image: -moz-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	position: absolute;
	right: 20px;
	top: 5px;
	width: 30px;
	height: 35px;
	border-radius: 4px;
	padding: 4px 8px;
}

.home_trending_section {
	padding: 80px 0;
	background: rgb(243,243,243);
	background: linear-gradient(180deg, rgba(243,243,243,1) 0%, rgba(243,243,243,0) 100%);
}

.home_trending_block {
	margin-top: 40px;
}

.home_trending_block_inner {
	border-radius: 6px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
	min-height: 100%;
}

.home_trending_block_content {
	padding: 0 20px 20px;
	position: relative;
	background: #fff;
}

.home_trending_block_content:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: -70px;
	height: 70px;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%);
}

.home_trending_block_heading {
	font-weight: bold;
	font-size: 20px;
	color: #222;
}

.home_trending_block_text {
	font-size: 14px;
	color: #666;
	margin: 10px 0;
}

.home_counselling_section {
	padding: 0 0 80px;
}

.counselling_tab_block_inner {
	border-radius: 6px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.13);
}

.counselling_tab_block_inner:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9512137618719363) 95%);
}

.counselling_tab_block_content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 25px;
}

.counselling_tab_block_heading {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	color: #111;
}

.counselling_tab_block_text {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
}

.counselling_tab_block_btn {
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	font-weight: 500;
	font-size: 14px;
	color: #fff !important;
	margin-top: 15px;
	padding: 10px 18px;
}

.counselling_tab_block_btn img {
	margin-left: 10px;
	width: 16px;
}

.home_blog_section {
	padding: 80px 0;
	border-top: 3px solid #333;
}

.home_blog_section:before {
	position: absolute;
	content: "";
	top: 4px;
	left: 0;
	width: 100%;
	border-top: 1px solid #333;
}

.home_blog_box {
	margin-top: 30px;
}

.home_blog_box_inner {
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	min-height: 100%;
}

.home_blog_box_date {
	color: #333;
	font-size: 12px;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 5px 15px;
	border-radius: 30px;
}

.home_blog_box_content {
	padding: 25px 20px;
}

.home_blog_box_heading {
	font-weight: bold;
	line-height: 22px;
	color: #111;
}

.home_blog_box_text {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
}

.home_blog_box_btn {
	display: inline-block;
	border-radius: 4px;
	background-image: -moz-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	font-weight: 500;
	font-size: 14px;
	color: #fff !important;
	margin-top: 15px;
	padding: 10px 20px;
}

.home_bottom_founder_section {
	background: url("../images/founder_bg.png") #f8f8f8 no-repeat center left;
	background-size: contain;
	padding: 60px 0;
}

.home_founder_logo img {
	background: #fff;
	border-radius: 50%;
	border: 3px dashed #20b06b;
}

.home_founder_text {
	color: #666;
}

.home_founder_heading {
	color: #09a057;
	font-weight: bold;
	font-size: 22px;
	margin-top: 15px;
}

.footer_top {
	background: #2c2c2c;
	border-top: 5px solid #20b06b;
	padding: 15px 0 50px;
}

.footer_top_heading {
    color: #08b05f;
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 10px 0 0;
}

.half_list_menu ul {
	display: flex;
	flex-wrap: wrap;
}

.footer_menu ul li {
	position: relative;
	margin: 3px 0 0;
	padding: 0;
}

.half_list_menu ul li {
	width: 50%;
	padding-right: 10px;
}

.footer_menu ul li a {
	color: #eee;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #fff;
	padding-left: 2px;
}

.footer_social {
	margin-top: 10px;
}

.footer_social a {
	margin-right: 5px;
}

.footer_social img {
	width: 32px;
}

.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	padding-left: 30px;
	margin-top: 40px;
}

.footer_top_block:first-child, .footer_top_block:nth-child(5) {
	border-left: none;
	padding-left: 12px;
}

.footer_mid {
	background: #000;
	padding: 20px 0;
}

.footer_office_heading {
	font-size: 14px;
	font-weight: 600;
	color: #20b06b;
	margin-top: 20px;
}

.footer_office_text {
	color: #eee;
	font-size: 14px;
	margin-top: 5px;
}

.footer_office_text a {
	color: #eee;
}

.footer_copyright {
	color: #eee;
	font-size: 14px;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 40px;
	padding-top: 20px;
}

.footer_copyright a {
	color: #eee;
}

#back-to-top {
    background: #08b05f;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    cursor: pointer;
    border: 0;
	border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}

.contact_page_container {
	padding: 60px 0;
}

.contact_page_map {
	filter: grayscale(100%);
}

.contact_page_heading {
	color: #111;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	position: relative;
	padding-bottom: 12px;
}

.contact_page_heading strong {
	color: #2bb673;
}

.contact_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-bottom: 4px solid #2bb673;
}

.contact_page_info {
	position:relative;
	padding-left:48px;
	color:#666;
	margin-top:25px;
}

.contact_page_info a {
	color:#666;
}

.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}

.contact_page_info img {
	position:absolute;
	top:7px;
	left:0;
	width:35px;
}

.contact_form {
	margin-top: 10px;
}

.contact_form .form-control {
	margin-top: 12px;
	border: 1px solid #ddd;
	min-height: 46px;
	resize: none;
}

.contact_form_btn {
	background: #2bb673;
	border: none;
}

.inner_page_banner {
	background: url("../images/pattern.png") #118f52 repeat;
	background-size: cover;
	margin-top: 115px;
	padding: 90px 0 60px;
	text-align: center;
}

.inner_page_banner_heading {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 5px;
}

.breadcrumb {
	justify-content: center;
}

.breadcrumb li a, .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

/*========== ABHISHEK ==========*/
.marquee {
	background-color: #ddd;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
}

.marquee span {
	display: inline-block;
	font-size: 16px;
	position: relative;
	left: 100%;
	animation: marquee 15s linear infinite;
	background: #ddd;
}

.marquee:hover span {
	animation-play-state: paused;
}

.marquee span{
	animation-delay: 0s;
}

@keyframes marquee {
	0%   { left: 100%; }
	100% { left: -100%; }
}

#course_slide .owl-nav.ng-star-inserted {
	display: none;
}

/*===================== Course Page Start ===========================*/

.course_banner_section {
	background: url("../images/course_banner.jpg") no-repeat center;
	background-size: cover;
	overflow: hidden;
	margin-top: 130px;
}

.course_banner_section:before {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.course_banner_section .container {
	position: relative;
	z-index: 9;
}

.course_banner_left_inner {
	padding: 60px 40px 60px 0;
	background: #2bb673;
	min-height: 100%;
}

.course_banner_left_inner:before {
	background: #2bb673;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -2000px;
	width: 2000px;
}

.course_banner_heading {
	font-weight: 900;
	font-size: 30px;
}

.course_banner_table {
	margin-top: 20px;
}

.course_banner_table tr td {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	min-width: 100px;
	line-height: 22px;
}

.course_banner_table tr td:first-child {
	padding-left: 0;
}

.course_banner_table tr td:last-child {
	padding-right: 0;
	text-align: right;
}

.course_banner_slide_text {
	font-weight: 900;
	font-size: 30px;
	line-height: 35px;
}

.course_banner_slide_btn {
	display: inline-block;
	background: #2bb673;
	color: #fff !important;
	margin-top: 20px;
	font-weight: 600;
	font-size: 17px;
	padding: 10px 20px 12px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.course_banner_slide_btn:hover {
	background: #fff;
	color: #2bb673 !important;
}

#course_slide .owl-dots {
	margin-top: 30px;
}

#course_slide .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
}

.course_slide_block_address {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	line-height: 22px;
	color: #666;
	padding-top: 10px;
}

.course_slide_block_img {
	min-width: 200px;
	width: 200px;
	height: 200px;
	margin-right: 20px;
	object-fit: cover;
	border-radius: 5px;
	overflow: hidden;
}

.course_slide_block_btn {
	display: inline-block;
	background: #2bb673;
	color: #fff !important;
	margin-top: 15px;
	font-weight: 600;
	font-size: 16px;
	padding: 7px 16px 9px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.course_slide_block_btn:hover {
	background: #111;
}

.all_india_slide {
	margin-top: 50px;
}

.all_india_slide .owl-dots {
	display: none;
}

.all_india_slide .owl-prev {
	background: url("../images/prev_icon2.png") no-repeat center !important;
	width: 16px;
	height: 29px;
	font-size: 0 !important;
	padding: 0 !important;
	float: left;
}

.all_india_slide .owl-next {
	background: url("../images/next_icon2.png") no-repeat center !important;
	width: 16px;
	height: 29px;
	font-size: 0 !important;
	padding: 0 !important;
	float: right;
}

.all_india_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: -40px;
	right: -40px;
	transform: translate(0, -50%);
	margin-top: 0 !important;
	z-index: -1;
}

.course_mid_line {
	border-top: 1px solid #ccc;
	margin: 60px 0;
}

.course_featured_section {
	background: #eee;
	padding: 50px 0;
}

.course_blog_section {
	background: #2bb673;
	padding: 50px 0;
}

.course_blog_img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-right: 15px;
	margin-top: 4px;
}

.course_blog_date {
	color: #e7e7e7;
	font-size: 13px;
}

.course_blog_heading {
	font-weight: 900;
	font-size: 22px;
	line-height: 28px;
}

.course_blog_text {
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
	line-height: 20px;
}

.course_blog_btn {
	display: inline-block;
	color: #fff !important;
	font-weight: 600;
	margin-top: 12px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.course_blog_btn:hover {
	color: #111 !important;
}

.course_blog_box {
	margin-top: 35px;
}

.course_ask_section {
	background: #118f52;
	padding: 20px 0;
	color: #fff;
	font-weight: 900;
	font-size: 25px;
}

.course_cta_section {
	background: #118f52;
	padding: 20px 0;
}

.course_cta_section_text {
	font-weight: bold;
	font-size: 22px;
	margin-top: 5px;
}

.course_cta_btn {
	text-align: right;
}

.course_cta_btn a {
	background: #fff;
	display: inline-block;
	color: #222 !important;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 18px 12px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.course_cta_btn a:hover {
	background: #111;
	color: #fff !important;
}

/*===================== Course Page End ===========================*/

/*===================== Login/Register Page Start ===========================*/

.login_page_container {
	padding: 60px 0;
}

.login_page_right_inner {
	background: url("../images/pattern.png") #2bb673 repeat;
	min-height: 100%;
	text-align: center;
	padding: 30px;
}

.login_page_left {
	padding-right: 0;
}

.login_page_left img {
	min-height: 100%;
	object-fit: cover;
}

.login_page_right {
	padding-left: 0;
}

.login_logo {
	background: #fff;
	border-radius: 50%;
	width: 80px;
	margin-bottom: 10px;
}

.login_page_right_inner .form-control {
	margin-top: 12px;
	min-height: 46px;
	border: none !important;
}

.login_page_right_inner .input-group-text {
	margin-top: 12px;
	border: none !important;
}

.login_page_btn {
	background: #111;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.login_page_btn {
	background: #111;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 15px;
	border: none;
	padding: 10px 20px 12px;
	border-radius: 4px;
	width: 100%;
}

.forgot_password {
	color: #111;
	margin-top: 20px;
}

.forgot_password a {
	color: #111 !important;
}

.register_link a {
	color: #fff;
}

/*===================== Login/Register Page End ===========================*/

/*===================== College Profile Page Start ===========================*/

.college_profile_banner {
	margin-top: 130px;
}

.college_profile_banner img {
	height: 400px;
	object-fit: cover;
	object-position: center;
}

.college_profile_top_inner {
	background: #f8f8f8;
	padding-left: 20px;
}

.college_profile_name {
	font-weight: bold;
	font-size: 22px;
	color: #222;
	line-height: 25px;
}

.profile_top_right {
	text-align: right;
}

.profile_top_brochure {
	background: url("../images/download_icon.png") #2bb673 no-repeat center left 20px;
	display: inline-block;
	font-weight: 600;
	padding: 16px 22px 18px 50px;
	font-size: 17px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.profile_top_brochure:hover {
	background-color: #111;
}

.college_profile_top_section {
	margin-top: -60px;
	position: relative;
	z-index: 9;
}

.college_profile_wishlist {
	margin-right: 20px;
}

.college_profile_wishlist img {
	width: 22px;
}

.college_profile_address, .college_profile_rating {
	font-size: 13px;
	font-weight: 600;
	color: #555;
}

.college_profile_address {
	margin-top: 25px;
	margin-left: 20px;
}

.college_profile_address img {
	margin-right: 5px;
}

.college_profile_rating {
	border-left: 1px solid #ddd;
	margin-left: 20px;
	padding-left: 20px;
}

.college_profile_rating img {
	margin-left: 8px;
}

.college_profile_tab_section {
	padding: 60px 0;
}

.college_profile_tab_section .nav-link {
	background: #efefef;
	margin-bottom: 5px;
	text-align: left;
	border-radius: 0;
	padding: 10px 15px 12px;
	font-size: 15px;
	color: #333;
	min-width: 230px;
}

.college_profile_tab_section .nav-pills .nav-link.active, .college_profile_tab_section .nav-pills .show > .nav-link {
	background: #2bb673;
}

.college_profile_tab_section .tab-content {
	background: #efefef;
	padding: 25px;
	min-height: 590px;
	width: 100%;
}

.college_profile_tab_heading {
	font-weight: 900;
	color: #111;
	font-size: 24px;
}

.college_profile_overview_text {
	color: #666;
	margin-top: 15px;
}

.college_profile_partnership {
	background: #f4f4f4;
	padding: 60px 0;
}

.college_profile_partnership_heading {
	font-weight: bold;
	font-size: 26px;
	color: #222;
}

.college_profile_partnership_text {
	color: #666;
	margin-top: 15px;
}

.college_profile_partnership_subheading {
	background: #2bb673;
	font-weight: bold;
	font-size: 20px;
	margin-top: 30px;
	padding: 10px 20px 12px;
}

.profile_partnership_table tr td {
	color: #555;
}

.tab_reviews {
	margin-top: 25px;
}

.tab_reviews_inner {
	background: #fff;
	padding: 20px;
}

.tab_reviews_text {
	color: #666;
	font-size: 15px;
	margin-top: 10px;
}

.tab_reviews_name {
	color: #2bb673;
	font-weight: 900;
	margin-top: 12px;
}

.college_profile_tab_course_table {
	margin-top: 20px;
}

.college_profile_tab_course_table tr td {
	color: #666;
}

.college_profile_tab_course_table tr td:last-child {
	color: #222;
	text-align: right;
	font-weight: bold;
}

.qa_accordion .accordion-button {
	padding: 13px 20px;
}

.qa_accordion .accordion-button:not(.collapsed) {
	color: #2bb673;
	background-color: #f4f4f4;
}

.profile_tab_video {
	margin-top: 25px;
}

/*===================== College Profile Page End ===========================*/

/*===================== College Listing Page Start ===========================*/

.college_listing_page {
  padding: 60px 0;
}

.filter_left_heading {
	background: #000;
	padding: 10px 15px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	position: relative;
	margin-top: 20px;
}

.filter_left_heading:before {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	top: 16px;
	right: 15px;
	transform: rotate(45deg);
}

.filter_left_content {
	border: 1px solid #ddd;
	border-top: none;
	padding: 20px 15px 15px;
	max-height: 300px;
  	overflow: auto;
	-webkit-scrollbar-width: thin;
	-moz-scrollbar-width: thin;
	scrollbar-width: thin;
}

.filter_check {
	display: block;
	position: relative;
	padding-left: 23px;
	margin-bottom: 8px;
	cursor: pointer;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.filter_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.filter_check .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	border: 2px solid #ddd;
	border-radius: 50%;
}

.filter_check:hover input ~ .checkmark {
	background-color: #2bb673;
	border-color: #2bb673;
}

.filter_check input:checked ~ .checkmark {
	background-color: #2bb673;
	border-color: #2bb673;
}

.filter_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.filter_check input:checked ~ .checkmark:after {
	display: block;
}

.filter_check .checkmark:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.college_listing_right_box {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 25px;
}

.college_listing_right_name {
	font-weight: 600;
	color: #222;
	font-size: 18px;
	line-height: 21px;
  }

  .college_listing_right_list {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	color: #666;
	margin-top: 10px;
  }

.college_listing_right_list img {
	width: 20px;
	margin-right: 6px;
}

.college_listing_right_bottom_clg {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
  }

.college_listing_right_rating {
	font-size: 14px;
	color: #666;
	font-weight: 600;
	margin-top: 15px;
}

.college_listing_right_rating img {
	margin-left: 5px;
}

.college_listing_right_fees {
	border-left: 1px solid #ddd;
	margin-left: 10px;
	padding-left: 10px;
	color: #666;
	font-size: 15px;
	font-weight: 600;
}

.college_listing_right_fees strong {
	color: #2bb673;
	font-weight: 600;
	margin-left: 5px;
}

.college_listing_right_btn1 {
	background: #111;
	color: #fff !important;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	padding: 10px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.college_listing_right_btn1:hover {
	background: #333;
}

.college_listing_right_btn2 {
	background-image: -moz-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	color: #fff !important;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	margin-top: 8px;
	padding: 10px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.wish_college_delete  {
	background: #2bb673;
	color: #fff !important;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	padding: 10px;
	margin-top: 5px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.college_listing_right_compare {
	display: inline-block;
	width: 40px;
	background: #2bb673;
	border: 1px solid #2bb673;
	border-radius: 4px;
	padding: 8px 10px;
	margin-top: 10px;
  }

.ngx-pagination {
	margin: 0;
	padding: 0;
	text-align: center;
  }

  .ngx-pagination .current {
	background: #2bb673 !important;
  }

.college_listing_right_google_heading {
	font-weight: 500;
	color: #666;
	font-size: 15px;
	text-align: left;
	margin-top: 8px;
  }

  .college_listing_right_google_text {
	display: flex;
	align-items: center;
	font-weight: 600;
	color: #555;
  }

  .college_listing_right_google_text img {
	width: 100px;
	margin: -2px 0 0 8px;
  }

  .college_listing_right_wishlist a {
	display: inline-block;
	width: 40px;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 10px;
  }

/*===================== College Listing Page End ===========================*/

.topcollege_top_box {
	background: #fff;
	padding: 30px 25px;
	box-shadow: 0px 3px 10px rgba(33, 29, 29, 0.12);
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 30px;
	border-top: 4px solid #2bb673;
  }

  .college_details_container {
	padding: 220px 0 80px;
	background: #f7f7f7;
}

.college_details_left_box {
	background: #fff;
	box-shadow: 0px 7px 10.45px 0.55px rgba(33, 29, 29, 0.1);
	border-radius: 6px;
	padding: 20px;
}

.college_details_right_box {
	background: #fff;
	padding: 30px 25px;
	box-shadow: 0px 7px 10.45px 0.55px rgba(33, 29, 29, 0.1);
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 30px;
}

.college_view_btn {
	background: rgba(255, 255, 255, 0.9);
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	width: 40px;
}

.college_details_info_logo {
	width: 75px;
	margin-right: 15px;
}

.college_details_info_name {
	font-weight: bold;
	font-size: 20px;
}

.college_details_info_subname {
	font-weight: 500;
	font-size: 13px;
	color: #555;
}

.college_details_right_btn_section {
	text-align: right;
}

.college_wishlist_btn {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	border: 1px solid #ccc;
	font-weight: 500;
	color: #222 !important;
	font-size: 13px;
	padding: 6px 15px;
	border-radius: 30px;
}

.college_wishlist_btn img {
	width: 15px;
	margin-left: 8px;
}

.college_compare_btn {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	background: #111;
	font-weight: 500;
	color: #fff !important;
	font-size: 13px;
	padding: 6px 15px;
	border-radius: 30px;
	margin-left: 5px;
}

.college_compare_btn img {
	width: 15px;
	margin-left: 8px;
}

.college_download_btn {
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	background-image: -moz-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(63,196,117) 0%, rgb(34,170,97) 46%, rgb(5,143,76) 100%);
	font-weight: 500;
	color: #fff !important;
	font-size: 13px;
	padding: 6px 15px;
	border-radius: 30px;
	margin-left: 5px;
}

.college_download_btn img {
	width: 15px;
	margin-left: 8px;
}

.college_details_location {
	display: inline-flex;
	align-items: center;
	color: #555;
	font-weight: 500;
	font-size: 13px;
	padding-left: 88px;
	margin-top: 15px;
}

.college_details_location img {
	width: 18px;
	margin-right: 5px;
}

.college_details_rating {
	display: inline-flex;
	align-items: center;
	color: #555;
	font-weight: 500;
	font-size: 13px;
	padding-left: 20px;
	margin-top: 15px;
	border-left: 1px solid #ccc;
	margin-left: 20px;
}

.college_details_rating img {
	width: 18px;
	margin-right: 5px;
}

.college_details_location_pin {
	font-weight: 500;
	color: #555;
	font-size: 13px;
	background: #f2f2f2;
	padding: 5px 20px 5px 35px;
	display: inline-block;
	border-radius: 30px;
	margin: 10px 0 0 85px;
	position: relative;
}

.college_details_location_pin:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 18px;
	width: 8px;
	height: 8px;
	background: #2bb673;
	border-radius: 50%;
	transform: translate(0, -50%);
}

.college_details_overview_heading {
	font-weight: bold;
	font-size: 23px;
	color: #111;
	position: relative;
	padding-bottom: 15px;
}

.college_details_overview_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 40px;
	border-bottom: 3px solid #2bb673;
}

.college_details_overview_text {
	font-size: 15px;
	color: #666;
	margin-top: 25px;
}

.college_details_overview_text strong {
	font-weight: 600;
}

.college_details_conf_heading {
	font-weight: bold;
	color: #222;
	font-size: 17px;
	border-top: 1px solid #eee;
	margin-top: 100px;
	padding: 20px 0;
}

.college_details_cta_btn1 {
	padding: 0;
}

.college_details_cta_btn1 a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #111;
	padding: 10px 0;
	color: #fff !important;
	font-weight: 500;
}

.college_details_cta_btn1 a img {
	width: 15px;
	margin-right: 10px;
}

.college_details_cta_btn2 {
	padding: 0;
}

.college_details_cta_btn2 a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2bb673;
	padding: 10px 0;
	color: #fff !important;
	font-weight: 500;
}

.college_details_cta_btn2 a img {
	width: 15px;
	margin-right: 10px;
}

.college_details_cta_btns {
	margin: 0 -25px;
}

.college_details_left_btn {
	margin: 20px 0;
}

.college_details_left_btn_img {
	width: 80px;
	margin: 0 auto 5px;
	padding: 20px;
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(253,253,253) 0%, rgb(232,232,232) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(253,253,253) 0%, rgb(232,232,232) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(253,253,253) 0%, rgb(232,232,232) 100%);
}

.college_details_left_btn_text {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 18px;
}

.college_details_left_box .nav-link {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 18px;
	text-align: center;
	width: 100%;
	padding: 0;
	background: none !important;
	color: #333;
	margin: 10px 0;
}

.college_details_left_box .nav-pills .nav-link.active, .college_details_left_box .nav-pills .show > .nav-link {
	color: #333;
}

.college_details_left_box .nav-pills .nav-link.active .college_details_left_btn_img, .college_details_left_box .nav-pills .show > .nav-link .college_details_left_btn_img {
	background: #111;
}

.college_details_left_box .nav-pills .nav-link.active .college_details_left_btn_img img, .college_details_left_box .nav-pills .show > .nav-link .college_details_left_btn_img img {
	-webkit-filter: grayscale(1) invert(1);
filter: grayscale(1) invert(1);
}

.college_compare_block {
	margin-bottom: 30px;
}

.college_compare_block_inner {
	border: 1px solid #ddd;
	border-top: 4px solid #2bb673;
	padding: 20px;
	min-height: 100%;
	border-radius: 5px;
}

/*===================== Course Listing Page Start ===========================*/

.course_listing_heading {
	font-weight: 900;
	color: #222;
	font-size: 24px;
	margin-top: 40px;
}

.course_listing_list ul {
	padding: 0;
	margin: 15px 0 0;
	text-align: center;
}

.course_listing_list ul li {
	display: inline-block;
	list-style: none;
	margin: 8px 0px 0;
}

.course_listing_list ul li a {
	display: block;
	border: 2px solid #ccc;
	color: #666 !important;
	padding: 5px 16px 8px;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.course_listing_list ul li a:hover {
	background: #2bb673;
	border-color: #2bb673;
	color: #fff !important;
}

/*===================== Course Listing Page End ===========================*/

/*===================== Student Profile Page Start ===========================*/

.student_profile_page_container {
	padding: 60px 0;
	background: #f8fdfb;
}

.student_profile_sidebar_inner {
	background: #fff;
	padding: 30px 25px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	min-height: 100%;
}

.profile_user_img {
	width: 120px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.student_profile_links ul {
	padding: 0;
	margin: 30px 0 0;
}

.student_profile_links ul li {
	list-style: none;
	margin-top: 10px;
}

.student_profile_links ul li a {
	display: block;
	background: #f4f4f4;
	color: #555 !important;
	padding: 10px 10px 12px 15px;
	border-radius: 4px;
	border-left: 4px solid #2bb673;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.student_profile_links ul li a:hover {
	background: #2bb673;
	color: #fff !important;
	border-color: #077b43;
}

.student_profile_links ul li.active a {
	background: #2bb673;
	color: #fff !important;
	border-color: #077b43;
}

.student_profile_right_inner {
	background: #fff;
	padding: 30px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.student_profile_right_heading {
	color: #2bb673;
	font-size: 24px;
	font-weight: bold;
  }

.profile_details_table {
	margin-top: 20px;
}

.profile_details_table tr td {
	padding-left: 0;
	color: #666;
	font-size: 15px;
}

.profile_details_table tr td:first-child {
	color: #333;
	padding: 5px 0;
}

.reg_btn {
	background: #2bb673;
	color: #fff;
	border: none;
	font-weight: 600;
	margin-top: 20px;
	padding: 9px 20px;
	border-radius: 4px;
  }

.profile_edit_btn {
	display: inline-block;
	background: #2bb673;
	color: #fff !important;
	font-weight: 600;
	margin-top: 30px;
	padding: 9px 20px;
	border-radius: 4px;
}

.recommendation_form .form-control {
	border: 1px solid #ddd;
	/*background: url("../images/dropdown.png") no-repeat center right 10px;*/
	margin-top: 15px;
	min-height: 45px;
	color: #666;
	padding: 8px 30px 5px 12px;
	resize: none;
}

.recommendation_form .input-group-text {
	border: none;
	margin-top: 15px;
}

.recommendation_form_btn {
	border: none;
	background: #2bb673;
	color: #fff !important;
	font-weight: 600;
	margin-top: 15px;
	padding: 8px 20px 10px;
	border-radius: 4px;
}

/*===================== Student Profile Page End ===========================*/

.side_fixed_buttons {
	position: fixed;
	top: 50%;
	right: -204px;
	z-index: 99999;
	transform: rotate(90deg) translate(0, -50%);
}

.side_fixed_btn1 {
	background: #1e1e1e;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	font-size: 13px;
	font-weight: 500;
	color: #fff !important;
	padding: 10px 16px;
	border-radius: 0 0 5px 5px;
}

.side_fixed_btn1 img {
	width: 25px;
	border-right: 1px solid #fff;
	padding-right: 8px;
	margin-right: 8px;
}

.side_fixed_btn2 {
	background: #25b266;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	font-size: 13px;
	font-weight: 500;
	color: #fff !important;
	padding: 10px 16px;
	border-radius: 0 0 5px 5px;
	margin-left: 10px;
}

.side_fixed_btn3 {
	background: #1e1e1e;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	font-size: 13px;
	font-weight: 500;
	color: #fff !important;
	padding: 10px 16px;
	border-radius: 0 0 5px 5px;
	margin-left: 10px;
}

.side_fixed_btn3 img {
	width: 20px;
	margin-right: 8px;
}

/*===================== Blog Page Start ===========================*/

.blog_page_container {
	padding: 60px 0 30px;
}

.blog_page_box {
	margin-bottom: 30px;
}

.blog_page_heading {
	font-weight: 900;
	font-size: 24px;
	margin-top: 20px;
}

.blog_page_date {
	color: #2bb673;
	font-weight: 600;
	margin-top: 5px;
}

.blog_page_date img {
	width: 20px;
	margin-right: 8px;
	margin-top: -2px;
}

.blog_page_text {
	margin-top: 20px;
	color: #666;
}

.blog_page_btn {
	background: #2bb673;
	color: #fff !important;
	padding: 9px 18px 10px;
	display: inline-block;
	border-radius: 4px;
	margin-top: 20px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.blog_page_btn:hover {
	background: #111;
}

.blog_right_heading {
	font-weight: 900;
	font-size: 26px;
	position: relative;
	padding-bottom: 7px;
}

.blog_right_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-bottom: 4px solid #2bb673;
}

.recent_post ul {
	padding: 0;
	margin: 0;
}

.recent_post ul li {
	display: flex;
	align-items: flex-start;
	list-style: none;
	margin-top: 30px;
}

.recent_post ul li img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	margin-right: 15px;
}

.recent_post_date {
	display: flex;
	align-items: center;
	color: #666;
	font-size: 15px;
	margin-top: 10px;
}

.recent_post_date img {
	width: 20px !important;
	height: auto !important;
	margin-right: 6px !important;
}

.recent_post_heading {
	color: #222 !important;
	font-weight: 600;
	line-height: 20px;
	display: block;
}

/*===================== Blog Page End ===========================*/
	
.course_listing_heading {
	font-weight: 900;
	color: #222;
	font-size: 24px;
	margin-top: 40px;
}

.course_listing_list ul {
	padding: 0;
	margin: 15px 0 0;
	text-align: center;
}

.course_listing_list ul li {
	display: inline-block;
	list-style: none;
	margin: 8px 0px 0;
}

.course_listing_list a {
	display: inline-block;
	border: 2px solid #ccc;
	color: #666 !important;
	padding: 5px 16px 8px;
	margin: 0 10px 10px 0;
	border-radius: 30px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.course_listing_list a:hover {
	background: #2bb673;
	border-color: #2bb673;
	color: #fff !important;
}

/*===================== College Profile Page Start ===========================*/

.college_profile_banner {
	margin-top: 130px;
}

.college_profile_banner img {
	height: 400px;
	object-fit: cover;
	object-position: center;
}

.college_profile_top_inner {
	background: #f8f8f8;
	padding-left: 20px;
}

.college_profile_name {
	font-weight: bold;
	font-size: 22px;
	color: #222;
	line-height: 25px;
}

.profile_top_right {
	text-align: right;
}

.wishform {
	display: inline-block;
  }

.profile_top_brochure {
	background: url("../images/download_icon.png") #2bb673 no-repeat center left 20px;
	display: inline-block;
	font-weight: 600;
	padding: 16px 22px 18px 50px;
	font-size: 17px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.profile_top_brochure:hover {
	background-color: #111;
}

.college_profile_top_section {
	margin-top: -60px;
	position: relative;
	z-index: 9;
}

.college_profile_wishlist {
	margin-right: 20px;
}

.college_profile_wishlist img {
	width: 22px;
}

.college_profile_address, .college_profile_rating {
	font-size: 13px;
	font-weight: 600;
	color: #555;
}

.college_profile_address {
	margin-top: 25px;
	margin-left: 20px;
}

.college_profile_address img {
	margin-right: 5px;
}

.college_profile_rating {
	border-left: 1px solid #ddd;
	margin-left: 20px;
	padding-left: 20px;
}

.college_profile_rating img {
	margin-left: 8px;
}

.college_profile_tab_section {
	padding: 60px 0;
}

.college_profile_tab_section .nav-link {
	background: #efefef;
	margin-bottom: 5px;
	text-align: left;
	border-radius: 0;
	padding: 10px 15px 12px;
	font-size: 15px;
	color: #333;
	min-width: 230px;
}

.college_profile_tab_section .nav-pills .nav-link.active, .college_profile_tab_section .nav-pills .show > .nav-link {
	background: #2bb673;
}

.college_profile_tab_section .tab-content {
	background: #efefef;
	padding: 25px;
	min-height: 590px;
	width: 100%;
}

.college_profile_tab_heading {
	font-weight: 900;
	color: #111;
	font-size: 24px;
}

.college_profile_overview_text {
	color: #666;
	margin-top: 15px;
}

.college_profile_partnership {
	background: #f4f4f4;
	padding: 60px 0;
}

.college_profile_partnership_heading {
	font-weight: bold;
	font-size: 26px;
	color: #222;
}

.college_profile_partnership_text {
	color: #666;
	margin-top: 15px;
}

.college_profile_partnership_subheading {
	background: #2bb673;
	font-weight: bold;
	font-size: 20px;
	margin-top: 30px;
	padding: 10px 20px 12px;
}

.profile_partnership_table tr td {
	color: #555;
}

.tab_reviews {
	margin-top: 25px;
}

.tab_reviews_inner {
	background: #fff;
	padding: 20px;
}

.tab_reviews_text {
	color: #666;
	font-size: 15px;
	margin-top: 10px;
}

.tab_reviews_name {
	color: #2bb673;
	font-weight: 900;
	margin-top: 12px;
}

.college_profile_tab_course_table {
	margin-top: 20px;
}

.college_profile_tab_course_table tr td {
	color: #666;
}

.college_profile_tab_course_table tr td:last-child {
	color: #222;
	text-align: right;
	font-weight: bold;
}

.qa_accordion .accordion-button {
	padding: 13px 20px;
}

.qa_accordion .accordion-button:not(.collapsed) {
	color: #2bb673;
	background-color: #f4f4f4;
}

.profile_tab_video {
	margin-top: 25px;
}

/*===================== College Profile Page End ===========================*/

.news_page_container {
	padding: 60px 0 30px;
  }

  .news_page_box {
	margin-bottom: 40px;
  }

  .news_page_heading {
	font-weight: 600;
	font-size: 24px;
	margin-top: 20px;
	line-height: 30px;
  }

  .news_page_date {
	color: #999;
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px;
  }

  .news_page_date img {
	width: 20px;
	margin-right: 8px;
	margin-top: -2px;
  }

  .news_page_text {
	color: #666;
	margin-top: 20px;
  }

  .news_page_btn {
	background: #2bb673;
	display: inline-block;
	color: #fff !important;
	margin-top: 20px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 15px;
	padding: 9px 18px;
}

.news_right_heading {
	font-weight: bold;
	font-size: 26px;
	position: relative;
	padding-bottom: 7px;
  }

  .news_right_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-bottom: 4px solid #2bb673;
  }

  .offcanvas-backdrop {
	z-index: 99999;
  }

  .offcanvas {
	z-index: 999999;
}

.offcanvas-title {
	font-weight: 600;
	font-size: 22px;
	color: #08b05f;
}

.offcanvas_menu_list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.offcanvas_menu_list ul li {
	position: relative;
	margin: 3px 0 0;
	padding: 0 0 0 14px;
	list-style: none;
}

.offcanvas_menu_list ul li:before {
	position: absolute;
	content: "";
	top: 9px;
	left: -2px;
	width: 7px;
	height: 7px;
	transform: rotate(-45deg);
	border-right: 2px solid #08b05f;
	border-bottom: 2px solid #08b05f;
}

.offcanvas_menu_list ul li a {
	color: #555;
	font-style: normal;
	font-size: 15px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.offcanvas_menu_list ul li a:hover, .offcanvas_menu_list ul li.active a {
	color: #08b05f;
	padding-left: 2px;
}

.banner_img img {
	min-height: 100%;
	object-fit: cover;
}

/*========== Course Page Start ===========*/

.course_page_icon {
	width: 80px;
	border-right: 1px solid #ddd;
	padding-right: 20px;
	margin-right: 20px;
	opacity: 0.9;
}

.course_page_top_sec_heading {
	font-weight: bold;
	font-size: 22px;
	color: #222;
	line-height: 26px;
}

.course_page_top_sec_text span {
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	color: #666;
	border-right: 1px solid #ddd;
	padding-right: 15px;
	margin-right: 10px;
	margin-top: 10px;
}

.course_page_top_sec_text span:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

.course_page_top_sec_text span strong {
	font-weight: 500;
	color: #2bb673;
}

.course_page_mid_sec_text {
	font-weight: 500;
	font-size: 15px;
	color: #666;
}

.course_page_mid_sec_heading {
	font-weight: 600;
	color: #323232;
	border-top: 1px solid #eee;
	margin: 40px 0;
	padding-top: 40px;
}

.course_page_mid_sec_box {
	padding: 0;
}

.course_page_mid_sec_box_inner {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-right: none;
	min-height: 100%;
}

.course_page_mid_sec_box:last-child .course_page_mid_sec_box_inner {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.course_page_mid_sec_box:nth-child(even) .course_page_mid_sec_box_inner {
	background: #f7f7f7;
}

.course_page_mid_sec_box_heading {
	background: #058f4c;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.course_page_mid_sec_box_list ul {
	padding: 20px 25px;
	margin: 0;
}

.course_page_mid_sec_box_list ul li {
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	color: #666;
	margin: 5px 0;
	padding-left: 15px;
	position: relative;
}

.course_page_mid_sec_box_list ul li:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
	width: 8px;
	height: 10px;
	background: #333;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

/*========== Course Page End ===========*/

/*=============== Responsive ================*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
	.stellarnav > ul > li {
		margin-right: 0 !important;
	}

	.stellarnav.dark li a {
		color: #fff !important;
	  }

	.mobile-topmenu {
		position: absolute !important;
		top: 202px;
		left: 12px;
		z-index: 99;
	  }

	.header_menu, .side_fixed_buttons, .banner_left_inner::before, .header_ham, .home_banner_section .owl-dots {
		display: none;
	  }

	  .header {
		position: static;
	  }

	  .logo {
		text-align: center;
	  }

	  .logo img {
		width: 130px;
	  }

	  .header_search {
		padding: 0 12px;
		margin: 12px 0;
	  }

	  .header_search .form-control {
		font-size: 12px;
	  }

	  .header_contact_phone img {
		width: 35px;
		margin-left: 5px;
	  }

	  .header_top {
		height: auto !important;
		padding: 10px 0 !important;
		box-shadow: none !important;
	  }

	  #banner_news_slide .owl-nav {
		margin-top: 10px;
		position: static;
		transform: none;
	  }

	  .header_bottom {
		margin-top: 0;
	  }

	  .header_language {
		width: 140px;
		margin-left: 10px;
	  }

	  .header_contact_text {
		font-size: 12px;
	  }

	  .home_banner_section {
		margin-top: 10px;
	  }

	  .banner_left_inner {
		padding: 30px 12px;
	  }

	  .header_bottom_inner {
		background: #000;
		box-shadow: none;
		border-radius: 0;
		padding: 10px 0;
		margin-top: 10px;
	  }

	  .header_bottom_right {
		background: none;
		padding: 5px 0 5px 12px;
		border-radius: 0;
	  }

	  .banner_img {
		padding-left: 12px;
	  }

	  .banner_bottom_news_section_heading, .banner_heading, .inner_page_banner_heading {
		font-size: 25px;
		line-height: 29px;
	  }

	  .banner_heading {
		margin-top: 10px;
	  }

	  .banner_subheading {
		font-size: 14px;
	  }

	  .banner_btn1, .banner_btn2 {
		margin-top: 15px;
	  }

	  #banner_news_slide .owl-prev, #banner_news_slide .owl-next {
		float: none;
	  }

	  #banner_news_slide .owl-next {
		margin-left: 15px !important;
	  }

	  .inner_page_banner {
		margin-top: 10px;
		padding: 50px 0;
	  }

	  .home_review_block_left {
		padding-right: 12px;
	  }

	  .home_review_block_left_inner {
		padding: 20px;
	  }

	  .home_review_block_right {
		padding: 0 12px;
		margin-top: 20px;
	  }

	  .home_review_block_right_inner {
		border-left: 1px solid #ddd;
		padding: 20px;
	  }

	  .home_explore_section {
		padding: 40px 0 5px;
		margin: 40px 0 0;
	  }

	  .banner_bottom_news_section, .home_college_section, .home_trending_section, .home_blog_section, .login_page_container {
		padding: 40px 0;
	  }

	  .home_explore_block_inner img {
		width: 50px;
	  }

	  .home_explore_block_inner {
		padding: 20px 15px;
	  }

	  .home_explore_block_heading {
		line-height: 21px;
	  }

	  .home_form_section {
		margin-top: 40px;
	  }

	  .home_form_section_left_inner {
		padding: 30px 20px 205px 20px;
	  }

	  .home_form_section_left_inner_img {
		left: 20px;
		bottom: -35px;
		width: 170px;
	  }

	  .home_form_section_left_subheading {
		font-size: 14px;
	  }

	  .home_form_section_left_heading {
		font-size: 37px;
		line-height: 35px;
	  }

	  .home_form_section_right_inner {
		padding: 30px 20px;
	  }

	  .home_video_testimonial_section {
		padding: 155px 0 0;
	  }

	  .home_video_testimonial_block_inner video, .home_video_testimonial_block_inner iframe {
		height: 200px;
	  }

	  .home_video_testimonial_block, .college_tab_block, .home_explore_block, .home_blog_box, .home_trending_block {
		margin-top: 25px;
	  }

	  #myCollegeTab, #myCounsellingTab {
		justify-content: center;
	  }

	  .college_tab_block_content, .counselling_tab_block_content {
		padding: 0 10px 10px;
	  }

	  .college_tab_block_btn {
		right: 10px;
	  }

	  .home_counselling_section {
		padding: 0 0 40px;
	  }

	  .home_bottom_founder_section {
		background: #f8f8f8;
		padding: 40px 0;
	  }

	  .home_founder_logo img {
		width: 100px;
		margin-bottom: 20px;
	  }

	  .home_founder_heading {
		font-size: 18px;
	  }

	  .footer_top_block {
		border-left: none;
		padding-left: 12px;
		margin-top: 30px;
	  }

	  .half_list_menu ul li {
		width: 100%;
		padding-right: 0;
	  }

	  .footer_top {
		padding: 15px 0 40px;
	  }

	  .footer_mid {
		padding: 20px 0 60px;
	  }

	  .banner_left, .login_page_left {
		padding-right: 12px;
	  }

	  .login_page_right {
		padding-left: 12px;
	  }
}

@media only screen and (max-width : 320px) {
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.home_trending_block {
		width: 50%;
	  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	ul.ruby-menu > li.ruby-menu-mega > div, ul.ruby-menu > li.ruby-menu-mega-blog > div, ul.ruby-menu > li.ruby-menu-mega-shop > div {
		width: 695px !important;
		left: 0px !important;
	  }

	  .home_review_block_left {
		margin-top: 20px;
	  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	ul.ruby-menu > li.ruby-menu-mega > div, ul.ruby-menu > li.ruby-menu-mega-blog > div, ul.ruby-menu > li.ruby-menu-mega-shop > div {
		width: 936px !important;
		left: -80px !important;
	  }

	  .home_review_block_right_inner, .home_review_block_left_inner {
		padding: 20px;
	  }

	  .home_form_section_left_inner_img {
		width: 240px;
	  }

	  .home_form_section_left_inner {
		padding: 45px 30px 65px 200px;
	  }

	  .home_form_section_left_subheading {
		font-size: 14px;
	  }

	  .home_form_section_left_heading {
		font-size: 36px;
	  }

	  .home_video_testimonial_block_inner video, .home_video_testimonial_block_inner iframe {
		height: 250px;
	  }

	  .footer_social img {
		width: 28px;
	  }
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

@media screen and (min-width: 1424px) {
	ul.ruby-menu > li.ruby-menu-mega > div, ul.ruby-menu > li.ruby-menu-mega-blog > div, ul.ruby-menu > li.ruby-menu-mega-shop > div {
		width: 1294px !important;
		left: -121px !important;
	  }
}

@media screen and (min-width: 1624px) {
	.banner_left_inner {
		padding-left: 24%;
	  }

	  .home_banner_section .owl-dots {
		left: 10%;
	  }

	  ul.ruby-menu > li.ruby-menu-mega > div, ul.ruby-menu > li.ruby-menu-mega-blog > div, ul.ruby-menu > li.ruby-menu-mega-shop > div {
		width: 1294px !important;
		left: -121px !important;
	  }
}

@media screen and (min-width: 1920px) {
	.banner_left_inner {
		padding-left: 40%;
	  }

	  .home_banner_section .owl-dots {
		left: 16%;
	  }

	  ul.ruby-menu > li.ruby-menu-mega > div, ul.ruby-menu > li.ruby-menu-mega-blog > div, ul.ruby-menu > li.ruby-menu-mega-shop > div {
		width: 1294px !important;
		left: -121px !important;
	  }
}

@media screen and (min-width: 2048px) {
	.banner_left_inner {
		padding-left: 44%;
	  }

	  .home_banner_section .owl-dots {
		left: 19%;
	  }
}

@media screen and (min-width: 2550px) {
	.banner_left_inner {
		padding-left: 60%;
	  }

	  .home_banner_section .owl-dots {
		left: 25%;
	  }
} 