.banner_patti_title {
	font-weight: 900;
}
.banner_top_info h4 {
	font-weight: bold;
	display: block;
}
.banner_top_info p {
	margin: 0;
}
.un_logo {
	height: auto !important;
	width: 100%;
}
.banner_top_info {
/*border-right: 2px solid #a4005d;*/
}
.banner_top_info_wrapper .col-6:last-child .banner_top_info {
	border-right: 0;
}
.how_it_works {
	padding: 60px 0 60px 0;
}
.new_head {
	text-align: center;
	font-weight: 900;
}
.new_head h1 {
	font-weight: 900;
}
.new_head span {
	color: #3fbbc0;
}
.how_it_works .how_it_works_inner {
	padding-top: 0;
	position: relative;
}
.how_it_works .how_it_works_inner > .row {
	padding-top: 20px;
}
.how_it_works .how_it_works_inner .steps {
	background: white;
}
.steps_circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #3fbbc0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: auto
}
.steps_circle h5 {
    font-size:2.5rem;
	font-weight: 900;
	padding: 0;
	margin: 0;
	
}
.steps_circle span {
	transform: translateY(8px);
}
.step_lines {
	height: 79%;
	width: 2px;
	margin: auto;
	position: absolute;
	top: 0;
	border: 2px dashed #3fbbc0;
	left: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
}
.how_it_works_inner .steps p {
	font-size: 14px;
	margin: 0;
}
.how_it_works_inner .odd .steps .row {
	flex-direction: row-reverse
}
.how_it_works_inner .odd .steps .row > * {
	text-align: end;
}

@media screen and (max-width:991px) {
.how_it_works .how_it_works_inner > .row {
	flex-direction: column-reverse;
}
.how_it_works .how_it_works_inner .row.even {
	flex-direction: column;
	padding-bottom: 25px;
}
.how_it_works .how_it_works_inner .steps {
	background: white;
	padding-top: 0.7rem;
	text-align: center
}
.how_it_works .how_it_works_inner .steps .row {
	flex-direction: column;
}
.how_it_works_inner .odd .steps .row > * {
	text-align: center;
}
.how_it_works_inner .steps img {
	max-width: 100px;
}
}
.new_list ul {
	padding-inline-start: 0;
	margin: 0;
}
.new_list ul li {
	list-style: none;
	background-image: url(https://mbbsadmissionindia.com/checkmark.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0 7px;
	font-size: 16px;
	margin-bottom: 10px;
	background-size: 20px;
}
.new_design_section {
	background: #f8f5ed;
	padding: 50px 0;
}
.new_design_section_two {
	padding: 0 0;
}
.new_design_section_two .container .row .col-lg-6 {
	padding-top: 25px;
}
.home_galler_sec .service-block h4 {
    text-transform:none;
    font-size:17px;
    width: 90%;
    margin: auto;
}

@media only screen and (max-width: 575px) {
    
 .banner_top_info_wrapper .banner_top_info h2 {
     font-size: 22px;
 }

}


