/* New Page css */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

h2 {
	font-family: 'Rubik', sans-serif;
}

@media (max-width: 1400px) {
	.banner-image {
		min-height: 462px;
	}

}

section.banner-image h1 {
	font-size: 60px;
	font-weight: 600;
}

section.banner-image a {
	background-color: #f68320;
	padding: 0.25em 1em;
	font-size: 24px;
	font-weight: 600;
	margin-top: 25px;
	transition: 0.3s all;
}

section.banner-image a:hover {
	background-color: #f69a4a;
}

.numbers-sec {
	padding: 60px 0px;
}

.numbers-sec p {
	font-size: 20px;
	color: #6d757d;
}

.numbers-sec .container>.row:nth-child(2) {
	background: #32a2da;
	padding: 60px 50px;
	position: relative;
}

@media(max-width:992px) {
	.numbers-sec .container>.row:nth-child(2) {
		justify-content: center;
	}
}

.numbers-sec .row .col-lg-2 p {
	/* text-orientation: upright; */
	/* writing-mode: vertical-rl; */
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(-90deg);
	font-size: 49px;
	font-weight: 600;
	color: #fff;
	position: absolute;
	top: 40%;
	left: 15px;
}

.numbers-sec .row .row p {
	font-size: 29px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0;
}

.numbers-sec .row .row:not(:last-child) {
	border-bottom: 2px solid #ffffffb7;
}

.numbers-sec .row .row h2 {
	font-size: 50px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0;
}

#responsiveTabs {
	padding: 0;
}

#responsiveTabs ul {
	background-color: #ffebde;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

@media(max-width:576px){
	#responsiveTabs ul {
		overflow: scroll;
	}
}

#responsiveTabs ul li {
	padding: 15px 20px;
}

#responsiveTabs ul li.r-tabs-state-active a {
	color: #032774;
	font-weight: bold;
	position: relative;
}

#responsiveTabs ul li.r-tabs-state-active a:after {
	content: '';
	height: 10px;
	width: 92px;
	background-color: #f28121;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0%);
}

#responsiveTabs ul li a {
	text-decoration: none;
	font-size: 24px;
	font-weight: 300;
	color: #6d757d;
}

@media(max-width:992px) {
	#responsiveTabs ul li a {
		font-size: 18px;
	}
}

.dream-country {
	padding: 100px 0px;
	background: #e3f6ff;
}

@media(max-width:1400px) {
	.dream-country {
		padding: 60px 0px;
	}
}

.dream-country ul {
	gap: 70px;
}


@media (max-width: 1400px) {
	.dream-country ul {
		gap: 35px;
	}
}

.dream-country ul li .flag {
	position: relative;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

@media(max-width:576px){
	.dream-country ul li .flag img{
		width: 60px !important;
	}

	
}

.dream-country ul li .flag:before {
	/* content: ""; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;

	box-shadow: 0px 80px 4px 10px #555;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.dream-country ul li {
	text-align: center;
}

.dream-country ul li p {
	margin-top: 20px;
	font-size: 18px;
	color: #6d757d;
}

@media(max-width:576px){
	.dream-country ul li p {
		font-size: 15px;
	}
}

.dream-country h2 {
	font-size: 41px;
	font-weight: 800;
	color: #032774;
	text-align: center;
}

@media(max-width:992px) {
	.dream-country h2 {
		max-width: 100%;
		padding-bottom: 2rem;
	}

	.dream-country {
		position: relative;
		padding: 60px 0px 90px;
	}


	.dream-country a {
		position: absolute;
		bottom: 0;
		margin-bottom: 20px;
	}

	.post_study_items .col-lg-4 {
		order: 2;
	}
	

}
.button_below .employ-btn{display:none;}


@media(max-width:576px){
	.dream-country {
		padding: 30px 0px 30px;

	}
	.dream-country a{
		position: relative;
		margin-top: 20px !important;
	}
	.dream-country h2{
		padding-bottom: 0rem;
	}
	.numbers-sec .row .row h2{
		font-size: 22px !important;
	}
	#responsiveTabs ul li a {
		font-size: 14px;
	}
	#responsiveTabs ul li {
		padding: 15px 15px;
		line-height: 1;
	}	
	#responsiveTabs ul li.r-tabs-state-active a:after {
		width: 80px;
	}
	.advantages .flip-card {
		width: 170px !important;
		max-width: 150px !important;
		height: 190px !important;
	}
	.flip-card-front img {
		max-width: 60px;
	}
	.numbers-sec .contentdivv .my-4{
		padding: 0px;
		margin-bottom: 0 !important;
	}
	.numbers-sec .contentdivv p{
		padding: 0px;
	}
	.university .hideonmobile_germany{
		display:none;
	}
	h2 {
		font-size: 30px !important;
	}
	.slick-arrow {
		font-size: 13px !important;
	}
	.upperbutton .employ-btn{display:none;}
	.button_below .employ-btn {
		position: relative;
		bottom: 0;
		left: unset;
		transform: unset;
		width: 100%;
		display: block !important;
	}
	
}

.dream-country a {
	display: inline-block;
	text-decoration: none;
	background-color: #f28121;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	padding: 0.4em 1.5em;
	margin-top: 40px;
}




.study-germany {
	background-color: #ffebde;
	background-image: url(./assets/images/buildings.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3rem 0 0 0;
}




@media(max-width:992px) {
	.study-germany {
		padding: 4rem 0 0 0;
	}

	.study-germany .col-lg-4 {
		order: 2;
	}

	.employ_items {
		position: relative;
		padding-bottom: 2rem;
	}



	.employ-btn {
		position: absolute;
		bottom: -27px;
		left: 50%;
		transform: translate(-50%);
		width: 100%;
	}



	.germany_img {
		padding-top: 2rem;
	}

	.germany_img img {
		max-width: 230px;
	}

	.left_item img {
		max-width: 410px;
	}

	.left_item {
		text-align: center;
		padding-bottom: 2rem;
	}


}

@media(max-width:576px){
	.study-germany {
		padding: 2rem 0 0.5rem 0;
		background-position: bottom center;
	}
}

.study-germany h2 {
	font-size: 42px;
	font-weight: 800;
	color: #032774;
	/* max-width: 20ch; */
	padding-top: 1rem;
}

.germany_right {
	padding-left: 3rem;
}

@media(max-width:576px) {
	.germany_right {
		padding-left: 0rem;
	}
}

.study-germany h3 {
	font-size: 30px;
	font-weight: 300;
	color: #032774;
}

.study-germany p {
	font-size: 20px;
	color: #6d757d;
	margin-top: 1em;
}

.study-germany a {
	display: inline-block;
	text-decoration: none;
	border: 2px solid #f28121;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	font-family: 'Rubik', sans-serif;
	padding: 0.3em 1.5em;
	margin-top: 40px;
	color: #032774;
	transition: 0.3s all;
}

.study-germany a:hover {
	background-color: #f28121;
	color: #fff;
}

.study-germany .col-md-8 {
	position: relative;
	padding: 100px 0px 84px;
	margin-top: 20px;
}

.study-germany .col-md-8:before {
	content: '';
	height: 100%;
	width: 500px;
	background: url('./assets/images/study-in-germany.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 100%;
	display: none;
}

.study-germany .col-md-8:after {
	content: '';
	height: 300px;
	width: 600px;
	background: url('./assets/images/buildings.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: -200px;
	display: none;
}

.advantages {
	padding: 86px 0px 116px;
}

@media (max-width:1400px) {
	.advantages {
		padding: 60px 0px 70px;
	}
}

.advantages h2 {
	font-size: 42px;
	color: #032774;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1.1em;
}

.advantages ul {
	list-style: none;
	display: flex;
	flex-flow: wrap;
	gap: 30px;
	align-items: center;
	padding: 0;
	justify-content: center;
}

.advantages .flip-card {
	background-color: transparent;
	flex-basis: 30%;
	width: 311px;
	max-width: 311px;
	height: 245px;
	perspective: 1000px;
}

.advantages .flip-card-inner {
	border: 2px solid #cadde1;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	/* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.advantages .flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.advantages .flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.advantages .flip-card-front {
	background-color: #fff;
	color: black;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.advantages .flip-card-front p {
	margin-top: 0.5em;
	font-size: 20px;
	font-weight: 600;
	color: #032774;
}

.advantages .flip-card-back {
	background-color: #f28121;
	color: white;
	transform: rotateY(180deg);
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantages .flip-card-back p {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
}

.top-uni {
	padding: 154px 0px 0px;
	background-color: #e3f6ff;
}

.top-uni h2 {
	font-size: 42px;
}

.top-uni-slider .item-inner {
	position: relative;
}

/* .top-uni-slider .item-inner .overlay {
	
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62%, rgba(0, 0, 0, 1) 95%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
} */
.top-uni-slider .item-inner:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 90%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.top-uni-slider .item-inner img {
	width: 100%;
}

.top-uni-slider .item-inner h3,
.top-uni-slider .item-inner p {
	color: #fff;
}

.top-uni-slider .item-inner h3 {
	max-width: 10ch;
	font-size: 30px;
	font-weight: 600;
}

.top-uni-slider .item-inner .item-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	z-index: 1;
}

.top-uni-slider {
	overflow: hidden;
	margin-bottom: -120px;
}

.top-uni-slider .item {
	margin: 0 20px 0px;
}

.top-uni-slider .slick-list {
	margin: 0 -20px;
}

/* .top-uni-slider .item:nth-child(2n) {
	margin-top: 120px;
} */
.top-uni .col-lg-6:first-of-type {
	position: relative;
}

.top-uni .col-lg-6:first-of-type :after {
	content: '';
	position: absolute;
	background: url('./assets/images/building-2.png');
	width: 100%;
	height: 300px;
	background-size: contain;
	bottom: 0px;
	background-repeat: no-repeat;
	right: 0;
}

.popular-uni {
	padding: 120px 0px 100px;
}

.popular-uni h2 {
	font-size: 42px;
	margin-bottom: 1em;
}

.popular-uni table {
	border-color: #bdbdbf;
}

.popular-uni table th,
.popular-uni table td {
	padding: 30px 50px;
}

.popular-uni table th {
	background-color: #032774;
	color: #fff;
	font-size: 29px;
	text-align: center;
	vertical-align: middle;
}

.popular-uni table th:nth-of-type(2) {
	background-color: #f28121;
}

.popular-uni table td {
	background-color: #eef5ff;
	text-align: center;
	font-size: 18px;
	color: #6d757d;
}

.popular-uni table td:nth-child(even) {
	background-color: #fff5ee;
}

.popular-uni a {
	display: inline-block;
	background-color: #f28121;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	padding: 0.2em 1.5em;
	margin-top: 57px;
	text-decoration: none;
}

.comprehensive-guide {
	padding: 6rem 0;
}



.comprehensive-guide h2 {
	font-size: 42px;
	font-weight: 600;
}

.comprehensive-guide h3 {
	font-weight: 300;
	font-size: 30px;
}

#comprehensive-guide-tabs {
	display: flex;
	flex-direction: row;
	margin-top: 80px;
}

@media(max-width:576px) {
	#comprehensive-guide-tabs {
		margin-top: 24px;
	}

	#comprehensive-guide-tabs {
		flex-direction: column;
	}

	.comprehensive-guide {
		padding: 3rem 0;
	}
}

#comprehensive-guide-tabs>ul {
	background-color: #f28121;
	display: flex;
	flex-direction: column;
	padding: 50px 50px;
	flex-basis: 30%;
}

@media(max-width:576px){
	#comprehensive-guide-tabs>ul {
		gap: 15px;
		flex-direction: row;
		overflow: scroll;
		padding: 2rem;
		align-items: center;
	}
}

#comprehensive-guide-tabs>ul li:not(:last-child) {
	margin-bottom: 40px;
}

#comprehensive-guide-tabs>ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

@media(max-width:576px){
	#comprehensive-guide-tabs>ul li a {
		font-size: 20px;
		width: 130px;
		display: block;
		text-align: center;
	}

	.r-tabs .r-tabs-tab {
		margin-bottom: 0 !important;
	}
}

#comprehensive-guide-tabs .tabs {
	padding: 0px 20px;
	flex-basis: 70%;
}

/* #comprehensive-guide-tabs .tabs h4 {} */

#comprehensive-guide-tabs .tabs h4 {
	font-weight: 600;
	font-size: 28px;
	color: #032774;
	margin-bottom: 0.2em;
}

#comprehensive-guide-tabs .tabs ul li {
	font-size: 18px;
}

#comprehensive-guide-tabs .tabs ul li:not(:last-child) {
	margin-bottom: 10px;
}

#comprehensive-guide-tabs .tabs ul li::marker {
	color: #f28121;
}

#comprehensive-guide-tabs .r-tabs-nav .r-tabs-state-active {
	position: relative;
}

@media(max-width:576px){
	#comprehensive-guide-tabs .r-tabs-nav .r-tabs-state-active {
		 /*background: #000;
		padding: 16px;
		display: flex;
		align-items: center; */
		padding: 16px;
		display: flex;
		align-items: center;
		border-bottom: solid 5px #32a2da;
	}

	#comprehensive-guide-tabs .r-tabs-nav .r-tabs-state-active:after{
		display: none;
	}
}

#comprehensive-guide-tabs .r-tabs-nav .r-tabs-state-active:after {
	content: '';
	height: 10px;
	width: 60px;
	background-color: #006aaf;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -80px;
	z-index: 99;
}

.destination {
	background-color: #ffebde;
	padding: 100px 0px;
}

@media(max-width:992px) {
	.destination {
		padding: 60px 0px;
	}
}

@media(max-width:576px) {
	.destination {
		padding: 40px 0px;
	}
}

.destination h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 1em;
}

#destination-tabs>ul {
	background-color: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

@media(max-width:576px){
	#destination-tabs>ul {
		margin-bottom: 10px;
		overflow: scroll;
	}
}

#destination-tabs>ul li a {
	color: #032774;
	font-size: 28px;
	padding: 0.4em 1em;
	text-decoration: none;
	font-weight: 600;
}

@media(max-width:992px) {
	#destination-tabs>ul li a {
		font-size: 10px;
	}
}

#destination-tabs .r-tabs-nav .r-tabs-state-active a {
	background-color: #f28121;
	color: #fff;
}

#destination-tabs .row ul li::marker {
	color: #f28121;
}

#destination-tabs .row ul li {
	font-size: 18px;
	color: #6d757d;
}

#destination-tabs .row ul+a {
	display: inline-block;
	border: 2px solid #f28121;
	color: #f28121;
	font-weight: 600;
	font-size: 22px;
	text-decoration: none;
	padding: 0.2em 1em;
	margin-top: 20px;
}

#destination-tabs .row ul li:not(:last-child) {
	margin-bottom: 20px;
}

.popular-destination {
	background-color: #032774;
	padding: 80px 0px;
}

.popular-destination h2 {
	font-size: 42px;
	color: #fff;
}

.popular-destination h3 {
	color: #fff;
	background-color: #32a2da;
	/* display: inline-block; */
	padding: 0.3em;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 20px;
}

.popular-destination ul li::marker {
	color: #32a2da;
}

.popular-destination ul li:not(:last-child) {
	margin-bottom: 20px;
}

.popular-destination ul li {
	color: #fff;
	font-size: 18px;
}

.popular-destination .for-border {
	position: relative;
}

.popular-destination .for-border:after {
	content: '';
	height: 100%;
	width: 2px;
	background-color: #32a2da;
	position: absolute;
	right: 0;
	top: 0px;
}

.popular-destination a {
	font-size: 24px;
	display: inline-block;
	color: #fff;
	background-color: #f28121;
	padding: 0.4em 1.5em;
	text-decoration: none;
	font-weight: 600;
	margin-top: 40px;
}

.faq {
	padding: 100px 0px;
	text-align: center;
}

@media(max-width:576px) {
	.faq {
		padding: 40px 0px;
	}

	#footer .footer-top {
		padding: 30px 0 30px 0;
	}
}

.faq h2 {
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 1em;
}

.faq .accordion-container {
	position: relative;
	margin: 10px auto;
}

.faq .set {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.faq .set>a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #6d757d;
	font-weight: 600;
	border: 1px solid #ddd;
	border-bottom: 4px solid #f28121;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-align: left;
	font-size: 26px;
}

.faq .set>a i {
	float: right;
	margin-top: 2px;
}

.faq .set>a.active {
	background-color: #f28121;
	color: #fff;
}

.faq .content {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	display: none;
	text-align: left;
}

.faq .content p {
	padding: 10px 15px;
	margin: 0;
	color: #333;
	font-size: 18px;
}



@media (max-width: 1366px) {
	.study-germany .col-8:before {
		width: 367px;
		top: 83px;
	}

	.study-germany .col-8::after {
		/* height: 300px; */
		/* width: 600px; */
		/* bottom: 0; */
		/* right: -200px; */
		height: 271px;
		width: 352px;
		bottom: -72px;
		right: 4px;
	}

	.top-uni .col-6:first-of-type::after {
		/* height: 300px; */
		height: 251px;
	}

	.faq .set>a {
		/* font-size: 26px; */
		font-size: 22px;
	}
}

@media (max-width: 1200px) {
	#responsiveTabs ul li.r-tabs-state-active a::after {
		/* bottom: -20px; */
		bottom: -53px;
	}

	.dream-country ul {
		/* gap: 70px 0px; */
		gap: 20px 50px;
		justify-content: center;
	}
}

@media (max-width: 992px) {
	.dream-country ul {
		/* gap: 70px 0px; */
		gap: 10px 20px;
		justify-content: start;
	}
}

@media (max-width: 576px) {
	.dream-country ul {
		justify-content: center;
	}

	.dream-country .col-lg-8 {
		padding: 0 !important;
	}
}

@media (max-width: 992px) {
	#responsiveTabs ul li.r-tabs-state-active a::after {
		bottom: -17px;
		height: 6px;
	}


}

@media (max-width: 992px) {
	.numbers-sec .row .row:not(:last-child) {
		/* border-bottom: 2px solid #ffffffb7; */
		border-bottom: none;
		padding-bottom: unset !important;
	}

	.numbers-sec .row .col-lg-2 p {
		font-size: 33px;
		left: 65px;
	}

	.numbers-sec .row .row h2 {
		/* font-size: 59px; */
		font-size: 30px;
	}

	.numbers-sec .row .row p {
		/* font-size: 29px; */
		font-size: 18px;
	}

	/* .r-tabs-nav {
		display: none;
	} */

	.study-germany .col-8::after {
		z-index: -1;
	}

	.top-uni .col-6:first-of-type ::after {
		z-index: -1;
	}
}

@media only screen and (max-width: 768px) {
	/* .r-tabs .r-tabs-nav {
		display: none !important;
	} */

	#responsiveTabs .r-tabs-accordion-title a {
		text-decoration: none;
		display: block;
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		padding: 0.2em 1em;
		border: 1px solid #f28121;
		margin-bottom: 10px;

		color: #6d757d;
	}

	#responsiveTabs .r-tabs-accordion-title.r-tabs-state-active a {
		background-color: #f28121;
		color: #fff;
	}

	.dream-country h2 {
		/* max-width: 8ch; */
		max-width: 100%;
	}

	.advantages .flip-card {
		/* flex-basis: 30%; */
		flex-basis: 50%;
	}

	.popular-uni {
		/* padding: 120px 0px 100px; */
		padding: 184px 0px 100px;
	}

	#comprehensive-guide-tabs .tabs {
		flex-basis: 100%;
	}

	#comprehensive-guide-tabs .r-tabs-accordion-title a {
		text-decoration: none;
		display: block;
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		padding: 0.2em 1em;
		border: 1px solid #f28121;
		margin-bottom: 10px;

		color: #6d757d;
	}

	#comprehensive-guide-tabs .r-tabs-accordion-title.r-tabs-state-active a {
		background-color: #f28121;
		color: #fff;
	}

	#destination-tabs .r-tabs-accordion-title a {
		text-decoration: none;
		display: block;
		text-align: center;
		font-size: 22px;
		font-weight: 600;
		padding: 0.2em 1em;
		border: 1px solid #f28121;
		margin-bottom: 10px;

		color: #6d757d;
	}

	#destination-tabs .r-tabs-accordion-title.r-tabs-state-active a {
		background-color: #f28121;
		color: #fff;
	}

	.popular-destination .for-border::after {
		display: none;
	}
}

@media only screen and (max-width: 576px) {
	.top-uni-slider .item:nth-child(2n) {
		margin-top: 0px;
	}

	.popular-uni table th,
	.popular-uni table td {
		/* padding: 30px 50px; */
		padding: 10px 30px;
	}

	.popular-uni table td {
		/* font-size: 18px; */
		font-size: 15px;
	}

	.popular-uni table th {
		/* font-size: 29px; */
		font-size: 22px;
	}

	/* Landing-page.css | http://127.0.0.1:5500/Landing-page.css */

	section.banner-image h1 {
		/* font-size: 67.37px; */
		font-size: 39.37px;
	}

	section.banner-image a {
		/* font-size: 34px; */
		font-size: 20px;
	}

	.numbers-sec p {
		/* font-size: 20px; */
		font-size: 16px;
	}

	.dream-country h2 {
		/* font-size: 42px; */
		font-size: 30px;
	}

	.dream-country h2+a {
		/* font-size: 26px; */
		/* margin-top: 61px; */
		font-size: 18px;
		margin-top: 26px;
	}

	.dream-country ul li p {
		/* margin-top: 20px; */
		margin-top: 16px;
	}

	.study-germany h2 {
		/* font-size: 42px; */
		font-size: 30px;
	}

	.study-germany h3 {
		/* font-size: 30px; */
		font-size: 20px;
	}

	.study-germany p {
		/* font-size: 20px; */
		font-size: 16px;
	}

	.study-germany a {
		/* font-size: 26px; */
		/* margin-top: 40px; */
		font-size: 18px;
		margin-top: 20px;
	}

	.advantages h2 {
		/* font-size: 42px; */
		font-size: 30px;
	}

	.advantages .flip-card {
		/* flex-basis: 50%; */
		flex-basis: 100%;
	}

	#comprehensive-guide-tabs .r-tabs-accordion-title a {
		/* font-size: 22px; */
		font-size: 20px;
	}

	#destination-tabs .r-tabs-accordion-title a {
		/* font-size: 22px; */
		font-size: 20px;
	}

	.top-uni {
		/* padding: 154px 0px 0px; */
		padding: 60px 0px 0px;
	}

	.top-uni h2 {
		/* font-size: 42px; */
		font-size: 30px;
		text-align: center;
	}

	.popular-uni h2 {
		/* font-size: 42px; */
		font-size: 30px;
	}

	.comprehensive-guide h2 {
		/* font-size: 42px; */
		font-size: 30px;
	}

	.comprehensive-guide h3 {
		/* font-size: 30px; */
		font-size: 19px;
	}

	.destination h2 {
		/* font-size: 42px; */
		font-size: 30px;
	}

	.popular-destination h2 {
		/* font-size: 42px; */
		font-size: 30px;
	}

	.popular-destination h3 {
		/* font-size: 26px; */
		font-size: 20px;
	}

	.popular-destination ul li:not(:last-child) {
		/* margin-bottom: 20px; */
		margin-bottom: 16px;
	}

	.popular-destination ul li {
		/* font-size: 18px; */
		font-size: 16px;
	}

	.popular-destination a {
		/* font-size: 24px; */
		font-size: 20px;
	}

	.faq h2 {
		/* font-size: 42px; */
		font-size: 30px;
	}

	.faq .set>a {
		/* font-size: 22px; */
		font-size: 20px;
	}

	.faq .content p {
		/* font-size: 18px; */
		font-size: 16px;
	}

	.study-germany .col-md-8::after {
		display: none;
	}

	.top-uni .col-lg-6:first-of-type ::after {
		display: none;
	}

	.top-uni-slider .item-inner h3 {
		/* max-width: 10ch; */
		max-width: 100%;
	}

	.study-germany .col-md-8 {
		/* padding: 100px 0px 84px; */
		padding: 100px 20px 84px;
	}


	#responsiveTabs .r-tabs-accordion-title a {
		/* padding: 0.2em 1em; */
		padding: 1em 1em;

	}

	#comprehensive-guide-tabs .r-tabs-accordion-title a {
		/* padding: 0.2em 1em; */
		padding: 1em 1em;
	}

	#destination-tabs .r-tabs-accordion-title a {
		/* padding: 0.2em 1em; */
		padding: 1em 1em;
	}


	.destination h2 br {
		display: none;
	}


	.r-tabs .r-tabs-accordion-title {
		padding: 0px 0px;
		display: none !important;
	}

	

	#responsiveTabs {
		padding: 0 20px;
	}

	#comprehensive-guide-tabs .tabs {
		padding: 0px 0px;

	}

	.faq .set>a {
		/* font-size: 22px; */
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.top-uni-slider .item-inner img {
		width: 100%;
		max-height: 350px;
		object-fit: cover;
	}

	.top-uni-slider .item-inner h3 {
		/* max-width: 10ch; */
		max-width: 100%;
		font-size: 22px;
	}

	.numbers-sec .row .col-lg-2 p {
		/* font-size: 49px; */
		font-size: 40px;
		font-weight: 600;
		position: unset;
		transform: revert;
		text-align: center;
		margin-bottom: 2rem;
	}

	.numbers-sec .row .row p {
		text-align: center;
	}

	.numbers-sec .row .row h2 {
		/* font-size: 42px; */
		font-size: 22px;
		text-align: center;
	}


	.numbers-sec .container>.row:nth-child(2) {
		/* padding: 60px 50px; */
		padding: 30px 0;
	}

	#comprehensive-guide-tabs .tabs h4 {

		margin-bottom: 0.5em;
	}

}

/* new section css start */

.university {
	background: #e0f3ff;
	padding: 6rem 0;
}

@media (max-width:1400px) {
	.university {
		padding: 4rem 0;
	}
}

.university_items h2 {
	font-size: 42px;
	color: #032774;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1.1em;
}

@media (max-width:576px) {
	.university_items h2 {
		font-size: 24px !important;
		line-height: 1.3;	}
}
.right_item
{
	transition: 0.3s all ease;
}
.right_item .univer_logo {
	background: white;
	text-align: center;
	min-height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 0px 8px 14px -1px rgb(0 0 0 / 22%);
	-moz-box-shadow: 0px 8px 14px -1px rgb(0 0 0 / 22%);
	box-shadow: 0px 8px 14px -1px rgb(0 0 0 / 22%);
}

@media(max-width:576px) {
	.right_item .univer_logo {
		padding: 0 10px;
	}
}

.left_item img {
	width: 100%;
}

.courses {
	background: #f5f6f7;
	padding: 6rem 0;
}

@media (max-width:1400px) {
	.courses {
		padding: 4rem 0;
	}
}

@media (max-width:576px) {
	.courses {
		padding: 3rem 0;
	}
}

.courses_items h2 {
	font-size: 42px;
	color: #032774;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1.1em;
}

.slider_course_con {
	text-align: center;
	background: #fff;
	padding: 20px;
	min-height: 135px;
}

.slide_content {
	text-align: center;
}

.slide_content h4,
.slide_content h5 {
	font-weight: 600;
}

.slide_content h4,
.slide_content h5,
.slide_content h6 {
	margin-bottom: 0;
	color: #6d757d;
}

.slide_content h6 {
	padding-top: 10px;
}

.slide_content {
	text-align: center;
	margin: 16px;
}

.slider_img img {
	width: 100%;
	height: 290px;
	object-fit: cover;
}

.tabing_btn .nav {
	/* background: red; */
	outline: 2px solid #8c9cbe;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabing_btn .nav-item .active {
	background-color: #32a2da;
	color: #ffffff !important;
}

.tabing_btn .nav .nav-item {
	width: calc(100%/3);
}



.tabing_btn .nav .nav-link {
	width: 100%;
	margin-bottom: 0;
	border-radius: 0;
	padding: 20px;
	color: #5f5f5f;
	font-size: 22px;
	font-weight: 600;
}

@media(max-width:992px) {
	.tabing_btn .nav .nav-link {
		font-size: 18px;
	}
}

@media(max-width:576px) {
	.tabing_btn .nav .nav-link {
		font-size: 15px;
	}

	.courses_items h2 {
		font-size: 30px;
	}

}


.tabing_btn .slick-list {
	margin: 0 -10px;
}

.tabing_btn .item {
	padding: 0 10px;
}


.tabing_btn .slick-current .slide_content {
	-webkit-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.46);
	-moz-box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.46);
	box-shadow: 0px 0px 18px -1px rgba(0, 0, 0, 0.46);
}


.Employment {
	background-color: #329fd7;
	padding: 6rem 0 0rem 0rem;
	color: #fff;
}

@media(max-width:992px) {
	.Employment {
		padding: 4rem 0 0rem 0rem;
	}

	.post_study_items .col-lg-4 {
		order: 2;
	}


}

.employ-btn {
	margin: 40px 0 0px 0px;
	background: #f28121;
	text-align: center;
	padding: 10px 30px;
	display: block;
}

.left_employ {
	padding-right: 77px;
}

.left_employ h2 {
	font-size: 42px;
	font-weight: 600;
}

@media(max-width:576px) {
	.left_employ h2 {
		font-size: 27px !important;
		text-align: center;
	}

	.left_employ {
		padding-right: 0;
	}

	.employ_right {
		text-align: center;
	}

	.Employment {
		padding: 3rem 0;
	}


}

.employ-btn a {
	color: #fff;
	text-decoration: none;
	font-size: 26px;

}

@media(max-width:1400px) {
	.employ-btn a {
		font-size: 20px;
	}
}

.employ_right h4 {
	font-weight: 600;
	font-size: 28px;
	padding-bottom: 12px;
	margin-bottom: 0;
}


@media(max-width:576px) {
	.employ_right h4 {
		font-size: 20px;
		padding: 2rem 0 1rem;
	}
}



.employ_right ul li {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

.employ_right ul li::marker {
	color: rgb(242, 129, 33);
}


.Post-Study {
	background: #2691bc;
	padding: 3rem 0 0 0;
}


@media (max-width:992px) {
	.Post-Study {
		padding: 4rem 0 0 0;
	}
}

@media (max-width:576px) {
	.Post-Study {
		padding: 3rem 0 0 0;
	}
}

.post_study_right {
	color: #fff;
}

.post_study_right h4 {
	font-weight: 600;
	font-size: 28px;
	padding-bottom: 12px;
	margin-bottom: 0;
}

@media(max-width:576px) {
	.post_study_right h4 {
		font-size: 20px;
	}
}

.post_study_right ul li {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

.slider_course .tabing_btn .items {
	height: 100%;
	/* background: red; */
	min-height: 793px;
}

.post_study_right ul li::marker
{
	color: rgb(242, 129, 33);
}
.rghtActive,.right_item > .row > .col-lg-6:hover
{
	transition: 0.3s all ease;
	transform: scale(1.07);
}

h2
{
	font-size: 40px;
}

.slick-slider
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.slick-arrow
{
	z-index: 999;
    width: 100px;
    font-size: 20px;
    background: none;
    border-radius: 100%;
}
.slick-prev 
{
	margin-right: 20px;
}
.slick-next
{
	margin-left: 20px;
}

/* rohit res css */
@media only screen and (max-width: 768px){
.tabing_btn .nav .nav-link{
	padding: 5px 3px !important;
}.tabing_btn .nav .nav-link {
	font-size: 12px !important;
}

#destination-tabs .row ul+a {
 
    font-size: 15px !important;

}
.left_employ h2 {
	font-size: 26px !important;
}
.dream-country a {
   
    font-size: 18px !important;
    font-weight: 600 !important;
   
}
.advantages .flip-card-front p {

    font-size: 18px;

}
#responsiveTabs ul li {
	padding: 12px 9px !important;
	
}    #comprehensive-guide-tabs>ul {
	gap: 2px;
	flex-direction: row;
	overflow: scroll;
	padding: 5px;
}    #comprehensive-guide-tabs .r-tabs-nav .r-tabs-state-active {
	padding: 2px;
	display: flex
;
	align-items: center;
	border-bottom: solid 5px #32a2da;
}    #comprehensive-guide-tabs>ul li a {
	font-size: 14px;
	width: 100% !important;
	display: block;
	text-align: center;
}
}
