@media only screen and (max-width:767px) {    
	.rectangle {
		padding: 20px 10px;
	}

	.level-1,
	.level-2 {
		width: 100%;
	}

	.level-1 {
		margin-bottom: 20px;
	}

	.level-1::before,
	.level-2-wrapper > li::before {
		display: none;
	}

	.level-2-wrapper,
	.level-2-wrapper::after,
	.level-2::after {
		display: block;
	}

	.level-2-wrapper {
		width: 90%;
		margin-left: 10%;
	}

	.level-2-wrapper::before {
		left: -20px;
		width: 2px;
		height: calc(100% + 40px);
	}

	.level-2-wrapper > li:not(:first-child) {
		margin-top: 50px;
	}

	.level-2-wrapper::before {
		opacity: 1;
	}

	.level-2-wrapper>li {
		overflow: hidden;
		overflow-x: scroll;
	}

	.chartinfo .mainheading {
		font-size: 24px;
	}

	.chartinfo h3 {
		font-size: 16px;
	}

	.level-4 {
		font-size: 13px;
	}

	.top-bar-left .inner {
		right: 71px;
	}

	.banner h2 {
		font-size: 39px;
	}

	.banner p {
		font-size: 15px;
	}

	h2 {
		font-size: 28px;
	}

	p {
		font-size: 16px;
	}

	.services .owl-theme .owl-nav [class*=owl-] {
		left: 0px;
	}

	.services .owl-theme .owl-nav [class*=owl-].owl-next  {
		right: 0px;
	}
	.about .imgstyle .align {
		bottom: -50px;
		right: -10px;
	}

	.specialist .partner-logos {
		flex-wrap: wrap;
	}

	.specialist .item img, .specialist .logo-box img {
		height: 45px;
		width: auto;
	}

	.contact-form .list {
		width: 100%;
		margin-bottom: 20px;
	}

	.copyrights,
	.copyrights .text-end {
		text-align: center !important;
	}
	.side-menu {
		width: 100%;
	}
	
	.topbar p a {
		padding:7px;
		border:0px !important;
	}


	.top-bar-left .inner {
		right: 87px;
		display:none;
	}
	
	footer h3 {
		margin-top:30px;
	}
	
	.service-box {
		margin-bottom:30px;
		height:auto;
	}
	
	.single-expert ul.icon-list li {
		width:100%;
        display: flex;
	}
	
	.sidebar-expert .btn-default {
		height:100px;
	}
	.sidebar-expert {
		margin-top:30px;
	}
	
	.sidebar-expert .btn-default i {
		line-height:100px;
		min-width:60px;
	}
	
	.banner .item {
		padding-left:40px;
		padding-right:40px;
	}
	
	/* SECTION PADDING */
	.about .text, footer, .contact-form {
		padding:65px 0px;
	}


}

@media only screen and (max-width:991px) {
	.navbar-toggler {
		line-height: 1;
		padding: 0;
		border-radius: 0;
	}

	.navbar-toggler.menu-icon {
		width: 40px;
		padding:0;
		cursor: pointer;
		position: relative;
		border:0px;
	}

	.navbar-toggler.menu-icon span {
		width: 100%;
		height: 4px;
		display: block;
		background-color: #005DBA;
		margin: 6px 0;
		-webkit-transition: .5s;
		transition: .5s;
	}

	.navbar-toggler.menu-icon.active span {
		position: absolute;
		top: calc(50% - 8px);
	}
	.navbar-toggler.menu-icon.active span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.navbar-toggler.menu-icon.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.navbar-toggler.menu-icon.active span:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		display: none;
	} 

	.navbar-light .navbar-brand {
		width:75%;
		position:unset;
	}

	.navbar-light .navbar-brand img {
		max-height:75px;
	}
	
	.navbar-area {
		padding:15px !important;
	}
	
	.page-banner h1 {
		font-size:36px;
        margin-bottom: 10px;
	}

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.service-box h3 {
		font-size: 20px;
	}

	.about .text {
		padding: 60px 20px;
	}

	h2 {
		font-size: 33px;
	}

	p {
		font-size: 15px;
	}

	.btn-default {
		padding: 17px 35px;
		font-size: 16px;
	}

	.contact-form .list {
		width: 100%;
		margin-bottom: 20px;
	}

	.team-box h3 {
		color: #232331;
	}
}


@media only screen and (min-width:992px) and (max-width:1199px) {
	.service-box h3 {
		font-size: 20px;
	}

	.about .text {
		padding: 60px 30px;
	}

	h2 {
		font-size: 33px;
	}

	p {
		font-size: 15px;
	}

	.btn-default {
		padding: 17px 35px;
		font-size: 16px;
	}

	.contact-form .list {
		width: 100%;
		margin-bottom: 20px;
	}

	.team-box h3 {
		color: #232331;
	}
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
	.service-box h3 {
		font-size: 20px;
	}

	.about .text {
		padding: 60px 30px;
	}

	h2 {
		font-size: 33px;
	}

	p {
		font-size: 15px;
	}

	.btn-default {
		padding: 17px 35px;
		font-size: 16px;
	}

	.contact-form .list {
		width: 100%;
		margin-bottom: 20px;
	}

	.team-box h3 {
		color: #232331;
	}
}