@media only screen and (min-width : 992px) {
	.navbar .dropdown-toggle::after {
		vertical-align: 0.088em;
		content: "";
		border-top: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 6px solid var(--red);
		border-radius: 0;
		transform: rotate(180deg);
		transition: transform 0.3s ease-in-out;
		margin-left: 8px;
	}

	.navbar-light .navbar-nav .nav-link.active::after {
		border-bottom: 6px solid var(--white);
	}

	.navbar .nav-item.dropdown:hover .dropdown-menu {
		display: block;
		opacity: 1;
		margin: -3px 5px 0 5px;
		border: 0;
		border-radius: 0;
		padding: 0;
		min-width: 328px;
		transition: opacity 0.8s ease-in;
		box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
		border-radius: 0 0 16px 0;
		scrollbar-width: thin;
		scrollbar-color: #e73f1e #013072;
		max-height: 375px;
		overflow-y: auto;
	}

	.navbar .dropdown:hover .dropdown-toggle::after {
		transform: rotate(0deg);
		border-bottom-color: var(--white);
	}

	.header .navbar .container {
		max-width: 95%;
	}

	.about+.financing {
		padding-top: 62px;
	}

}

@media(min-width:1199px) {
	.financing+.ser-areas {
		padding: 153px 0 20px 0;
	}

}

@media only screen and (max-width : 1400px) {
	.global-cta::after {
		width: 430px;
	}

	.menu-pg404 {
		padding-left: 100px;
	}

	.blog-header {
		flex-direction: column;
	}

	.single-post-hero .pgi-content {
		margin-top: -10px;
		padding-right: 0;
	}

	.global-sidebar {
		padding-left: 16px;
	}
}

@media only screen and (max-width : 1280px) {
	/* .global-cta-wrp .col-right {
		max-width: 80%;
	}

	.global-cta-wrp .col-left {
		max-width: 20%;
	}

	.global-cta .cta-wrp {
		border-radius: 48px;
	} */

	.global-cta::after {
		width: 385px;
	}
}

@media only screen and (max-width : 1220px) {
	.global-cta-wrp .col-right {
		max-width: 75%;
	}

	.global-cta-wrp .col-left {
		max-width: 25%;
	}
}

@media only screen and (max-width : 1165px) {
	.global-cta-wrp .col-right {
		max-width: 80%;
	}

	.global-cta-wrp .col-left {
		max-width: 20%;
	}
}

@media only screen and (max-width : 1115px) {
	.global-cta::after {
		width: 350px;
	}
}

@media only screen and (max-width: 1079px) {
	.global-cta::after {
		width: 300px;
	}

	.global-cta .cta-wrp {
		padding: 7% 6% 12% 5%;
	}
}

@media only screen and (max-width : 1200px) {
	.header .container {
		max-width: 98%;
		padding: 12px 10px 0px 10px;
	}

	header .cta-group a {
		min-width: 190px;
		padding: 8px 11px;
	}

	.navbar-light .navbar-nav .nav-link {
		padding: 11px 6px;
		font-size: 13px;
	}

	.navbar-brand img {
		max-height: 55px;
	}

	.ft-service-areas {
		padding: 8px 25px 8px 25px;
	}

	.ft-md-wrp {
		max-width: 95%;
	}

	.single-post-hero .pgi-content h1 {
		font-size: 38px;
		line-height: 32px;
	}

	.single-post-hero .pgi-cta-group {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.global-sidebar {
		padding-left: 0;
	}
}

/* 1200 end */

@media(max-width:992px) {

	body.nav-open {
		overflow: hidden;
	}

	/* .header {
		height: 70px;
	} */

	.nav-open .header {
		height: 100%;
		background: var(--white);
	}

	.header .container {
		position: relative;
		background: var(--blue);
		border-radius: 0;
		max-width: 100%;
		box-shadow: none;
		border-bottom: 0.25px solid rgba(51, 51, 51, 0.70);
		padding: 25px 20px 20px 20px;
		display: block;
	}

	.nav-open button.navbar-toggler.active span.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 23 23' fill='none'%3E%3Cpath d='M1.50049 1.5L21.5005 21.5' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M21.5 1.5L1.5 21.5' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
		width: 1.1em;
	}

	.navbar-nav {
		text-align: left;
		padding: 30px 0 80px;
		height: 100vh;
		overflow-x: auto;
	}

	.navbar-light .navbar-toggler {
		box-shadow: none;
		position: absolute;
		right: 20px;
		padding: 0;
		margin-top: 3px;
	}

	.dropdown-toggle::after {
		display: none;
	}

	.navbar-nav .nav-toggle .fam {
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid var(--red);
		top: 20px;
		position: relative;
		transform: rotate(0);
		display: inline-block;
		transition: transform .3s ease-in-out, border .3s ease-in-out;
	}

	.navbar-nav .nav-toggle {
		position: absolute;
		right: 0;
		top: -6px;
		width: 45px;
		height: 100%;
		cursor: pointer;
		text-align: center;
	}

	.navbar-nav .nav-toggle.active .fam {
		transform: rotate(180deg);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid var(--white);
	}

	header a.btn-clear.schedule {
		right: 65px;
		position: absolute;
	}

	.hide-desktop {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	header .info-wrp {
		margin-bottom: 0;
		gap: 64px;
		padding: 12px 20px 14px 20px;
		justify-content: space-between;
		gap: 20px;
		background: url('../../library/images/topbar.svg') center / cover no-repeat;
	}

	header .info-wrp a span {
		font-size: 14px;
	}

	header .info-wrp span.line {
		display: none;
	}

	header .container::after {
		display: none;
	}

	.navbar-light .navbar-nav .nav-link {
		background: var(--white);
		box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.09);
		border-radius: 0;
		color: var(--blue) !important;
		font-size: 18px;
		font-weight: 700;
		line-height: 18px;
		padding: 17px 20px 15px 20px;
		margin: 0;
	}

	.navbar-nav .dropdown-menu {
		border-radius: 0;
		margin: -1px 0 0px -1px;
		border: 0;
		padding: 0;
	}

	.dropdown-menu .dropdown-item {
		border-top: 1px solid #CBCBCB;
		background: var(--white);
		box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.09);
		border-radius: 0;
		padding: 17px 20px 17px 48px;
	}

	.dropdown-menu .dropdown-item:hover {
		color: var(--red);
	}

	.navbar-light .navbar-nav li.menu-item:hover span.fam {
		border-top: 8px solid var(--white);
	}

	header .menu-data {
		text-align: center;
		padding: 51px 20px;
	}

	footer {
		background: var(--blue);
		box-shadow: 0 -10px 20px 0 rgba(34, 34, 34, 0.42);
	}

	footer .col-md-4,
	footer .col-md-8 {
		width: 100%;
	}

	.ft-right {
		border-radius: 0;
		background: transparent;
	}

	.ft-menu {
		padding: 53px 15px 39px 15px;
	}

	.ft-sa-wrp {
		flex-direction: column;
		gap: 15px;
	}

	.yellow-line {
		width: 256px;
		height: 3px;
	}

	.ft-sa-wrp .sa_title {
		max-width: 100%;
		text-align: center;
	}

	.ft-service-areas {
		padding: 32px 16px 37px 16px;
	}

	footer li {
		margin: 0 0;
	}

	.ft-md-wrp {
		max-width: 100%;
		margin: 0 0;
		padding: 50px 20px;
		flex-direction: column;
		gap: 24px;
	}

	.ft-btm-wrp {
		padding: 0 15px 100px 15px;
		flex-direction: column;
		gap: 16px;
	}

	footer .navbar-brand img {
		height: 100%;
	}

	.page-content h1 {
		font-size: 38px;
		line-height: 32px;
	}

	.page-content h2 {
		font-size: 28px;
		line-height: 24px;
	}


	header .container.hide-mobile {
		display: none !important;
	}

	header .hide-desktop {
		width: 100%;
	}

	.col-right,
	.col-left {
		max-width: 100%;
		width: 100%;
	}

	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}

	.slick-next {
		right: -8px;
	}

	.slick-prev {
		left: -8px;
	}

	.global-cta::after {
		display: none;
	}

	.global-cta .cta-wrp {
		text-align: center;
		margin: -10% 15px 60px 15px;
		padding: 100px 20px 70px 20px;
	}

	.global-cta .cta-mobo-images {
		position: relative;
		z-index: 5;
		padding-top: 81px;
	}

	.global-cta .tt_cta_group {
		justify-content: center;
	}

	.global-cta-wrp p {
		margin: 16px auto 16px auto;
	}

	.global-cta .vanimg {
		padding: 0 0px 0 15px;
	}

	.global-cta .vanimg img {
		width: 100%;
	}

	.global-cta .manimg {
		position: absolute;
		width: 100%;
		text-align: center;
		top: 0;
	}

	.global-cta .manimg img {
		height: 473px;
	}

	.fixed-cta {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		text-align: center;
		background: var(--blue);
		z-index: 9;
		padding: 18px 0 18px 0;
		box-shadow: 0 4px 44px 0 rgba(38, 38, 38, 0.70);
	}

	.global-cta-wrp .col-right {
		max-width: 100%;
	}

	.global-cta .cta-wrp1 {
		border-radius: 48px !important;
	}

	.err_404 {
		padding: 95px 0 121px 0;
	}

	.menu-pg404 {
		padding-left: 0;
		column-count: 2;
	}

	.menu-page-404-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.err_404::before {
		z-index: -1;
		background: url('../../library/images/img404bg-mobo.svg') center / cover no-repeat;
	}

	.mobile_load_more_wrap {
		text-align: center;
	}

	a.load_more_btn.btn-clear {
		justify-content: center;
		padding: 3px 9px;
		min-width: 195px;
		background: var(--blue);
	}

	a.load_more_btn.btn-clear:hover img {
		transform: translate(0px, 0);
	}

	.err_404 p,
	.faq .accordion-body {
		font-weight: 400;
	}

	.blog-header {
		margin: 38px 0;
	}

	.filterblog h3 {
		display: none;
	}

	form.blog-filters {
		gap: 15px;
		align-items: center;
		width: 100%;
		justify-content: center;
	}

	form.blog-filters .searchblog,
	form.blog-filters .filterblog {
		width: 50%;
	}

	.searchblog input,
	.filterblog select {
		min-width: 100%;
		width: 100%;
	}

	.filterblog select {
		border-radius: 69px;
		padding: 10px 21px 11px 20px;
	}

	.searchblog input {
		background: var(--white) url('../../library/images/search.svg') 16px 50% / 16px no-repeat;
		padding: 10px 16px 8px 45px;
	}

	.blog-list .blog-item.liquidGL {
		background: rgba(4, 59, 138, 0.50) !important;
	}

	.blog-list .blog-item .blog-category,
	.blog-list .blog-item h3,
	.blog-list .blog-item p.blog-excerpt {
		color: var(--white);
	}

	.blog-list .blog-item a.read-more {
		color: var(--yellow);
	}

	.mobile-blog-list .col-md-4.mobile-post-item {
		width: 100%;
	}

	.single-post-hero {
		padding: 42px 0px 23px 0;
	}

	.single-post-hero .pgi-content {
		margin-top: 0;
		text-align: center;
	}

	.single-post-hero .pgi-cta-group {
		align-items: center;
		margin-top: 25px;
	}

	.single-post-hero .pgi-content h1 {
		margin-bottom: 16px;
		padding: 0 17px;
	}

	.single-post-hero .pgi-img img {
		height: 355px;
	}

	.global-sidebar,
	.single-post-text .col-md-4 {
		display: none;
	}

	.single-post-text .col-md-8,
	.single-post-text .col-md-4 {
		width: 100%;
	}

	.single-post-text h2 {
		font-size: 28px;
		line-height: 24px;
	}

	.single-post-text h3 {
		font-size: 22px;
		line-height: 21px;
		letter-spacing: -1.242px;
	}

	.single-post-text h4 {
		font-size: 20px;
		line-height: 23px;
		letter-spacing: -0.504px;
	}

	.single-post-text .left-text {
		gap: 22px;
	}

	.single-post-text {
		padding: 24px 0 69px 0;
	}

	.gcontent blockquote {
		padding: 94px 30px 39px 30px;
	}

	.gcontent blockquote p {
		font-size: 28px;
		line-height: 24px;
	}

	.gcontent blockquote::before {
		top: 38px;
		left: 30px;
		width: 77px;
		height: 35.303px;
	}

	.page-cta {
		flex-direction: column;
		text-align: center;
		gap: 13px;
		padding: 47px 23px 50px 23px;
	}

	.page-cta .title h3 {
		font-size: 22px;
		line-height: 22px;
	}

	.ft-left {
		padding-top: 73px;
	}

	.global-cta .cta-wrp {
		border-radius: 48px;
	}

	.related-post {
		padding: 83px 15px 60px 15px;
	}

	.related-post .blog-item.liquidGL {
		background: rgba(4, 59, 138, 0.50) !important;
		box-shadow: none !important;
	}

	.related-post .blog-item p.blog-excerpt,
	.related-post .blog-item .blog-category,
	.related-post .blog-item h3 {
		color: var(--white);
	}

	.related-post .blog-item p.blog-excerpt {
		bottom: auto;
	}

	.related-post .blog-item {
		margin: 0 15px 10px 15px;
	}

	.related-post .blog-item-cta {
		margin-top: 60px;
	}

	.ng-plans:has(+ .global-cta) {
		padding-bottom: 60px;
	}

	.navbar-light .navbar-nav li.menu-item:hover .nav-link,
	.dropdown-item.active,
	.dropdown-item:active,
	.navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover,
	.navbar-light .navbar-nav .nav-link.active {
		color: var(--white) !important;
		background: linear-gradient(223deg, #E5322B 14.57%, #E84716 50.34%, #E5322B 81%);
	}
}

/* 992 end */

@media(max-width:767px) {
	.ft-menu {
		padding: 53px 15px 39px 15px;
		display: flex;
		column-gap: 23px;
		flex-wrap: wrap;
		row-gap: 40px;
		justify-content: center;
		align-items: center;
	}

	.ft-menu .menu-wrp {
		width: 48%;
	}

	.menu-wrp ul li a {
		font-size: 14px;
	}

	.bg-org {
		width: 100%;
		padding: 18px 41px;
		background: url('../../library/images/title-mobo.svg') center / contain no-repeat;
	}

	/* .bg-org::before {
		background: url('../../library/images/title-left-mobo.svg') center / contain no-repeat;
		left: 5px;
	}

	.bg-org::after {
		background: url('../../library/images/title-right-mobo.svg') center / contain no-repeat;
	} */

	.bg-org::before,
	.bg-org::after {
		width: 64px;
		height: 38px;
		display: none;
	}

	.bg-org h2,
	.bg-org h1 {
		padding: 4px 10px;
		clip-path: none;
		background: transparent;
	}

	.btn-red-brd {
		min-width: 195px;
	}

	.global-cta-wrp .h3 {
		font-size: 15px;
		line-height: 16px;
	}
}

@media(max-width:730px) {
	.global-cta .cta-wrp {
		padding: 150px 20px 70px 20px;
	}
}

@media(max-width:655px) {
	.global-cta .tt_cta_group {
		flex-direction: column-reverse;
	}

	.global-cta .tt_cta_group .btn-red,
	.global-cta .tt_cta_group .btn-clear {
		margin: 0 auto;
	}
}

@media(max-width:601px) {
	.ft-menu .menu-wrp {
		width: 47%;
	}

	.global-cta .cta-wrp {
		padding: 180px 20px 70px 20px;
	}
}

@media(max-width:576px) {
	.navbar-brand img {
		max-height: none;
		height: 29.386px;
	}

	header a.btn-clear.schedule {
		min-width: auto;
		padding: 8px 9px;
	}

	header a.btn-clear.schedule span {
		font-size: 12px;
		line-height: 9px;
	}

	.navbar-light .navbar-toggler {
		margin-top: -1px;
	}

	.global-cta .manimg img {
		width: 147.507px;
		height: 326px;
	}

	.global-cta .cta-wrp {
		padding: 90px 20px 70px 20px;
	}
}

@media(max-width:425px) {
	header a.btn-clear.schedule {
		width: 115px;
		margin-top: -4px;
	}

	header .info-wrp {
		padding: 12px 15px 14px 15px;
	}

	.header .container {
		padding: 25px 15px 20px 15px;
	}

	.navbar-light .navbar-toggler {
		right: 15px;
	}

	header a.btn-clear.schedule {
		right: 55px;
	}

	.ft-menu .menu-wrp {
		width: 100%;
	}
}

@media(max-width:370px) {
	header .info-wrp a span {
		font-size: 13px;
	}

	header .info-wrp {
		gap: 10px;
		padding: 12px 10px 14px 10px;
	}

	.navbar-brand img {
		height: 22.386px;
	}
}