@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}

h1 {
	margin: 0.67em 0;
	font-weight: 700;
	font-size: 47px;
	color: #fff;
	line-height: 52px;
}

h2 {
	font-size: 36px;
	font-weight: 600;
	margin-top: 30px;
	color: #190f27;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	color: #428bca;
	-webkit-tap-highlight-color: transparent;
}

.mobile-header {
	display: none;
}

.desktop-header {
	margin: 0px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 100;
	position: fixed;
	width: calc(100%);
	top: 0px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 18px 0px;
}

.dh-container-one {
	margin: 0px;
	padding: 5px 0px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: rgb(255, 255, 255);
}

.dh-container-two {
	max-width: 90%;
	padding: 5px 0px;
	margin: 0px auto;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.9);
	justify-content: flex-start;
}

.desktop-header-b-logo {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	color: rgb(66, 139, 202);
	display: block;
	width: 120px;
	height: 30px;
	background-image: url('https://static.udchalo.com/client_assets/img/logo/logo.png');
	background-size: contain;
	background-repeat: no-repeat;
}

.desktop-header-list {
	margin: 5.29688px 120px 5.29688px 30px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	flex-grow: 0;
	display: flex;
}

.desktop-header-list-item {
	margin: 0px 15px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	list-style-type: none;
	display: block;
	position: relative;
	margin-right: 15px;
	margin-left: 15px;
}


.desktop-header-list-item a {
	margin: 0px;
	padding: 25px 0px 23px;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0);
	color: rgb(0, 0, 0);
	text-decoration: none solid rgb(0, 0, 0);
	letter-spacing: 1px;
	position: relative;
	font-weight: 400;
	font-family: 'IBM Plex Sans';
	font-size: 16px;
}

.message-container {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: inherit;
	margin: 15px 0;
	text-transform: capitalize;
}

.action-btn-container {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}

.action-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	padding: 10px 30px;
	background: #1e54b0;
	color: white;
	border-color: #1e54b0;
	border-radius: 20px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;
	outline: 0;
	transition: all .25s ease;
	margin: 10px 10px 0;

}

.action-btn span {

	font-family: proxima-nova, "Proxima Nova", sans-serif;
	font-weight: 400;
	font-size: 13px !important;
}

.text--align--left {
	text-align: left;
}

.main-container {
	margin-top: 65px;
}

.modify-form {
	border: 1px solid #e4e4e4;
	margin: 0px 5%;
	margin-top: 7%;
	border-radius: 10px;
	position: relative;
	padding: 20px 10px 10px 20px;
	z-index: 1;
	position: relative;
	background: white;
}

.modify-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.modify-form i.fa-close {
	color: #c2c2c2;
	float: right;
	position: absolute;
	right: 8px;
	top: 3px;
	font-size: 20px;
}

.modify-form i.fa-close:hover {
	color: black;
}

.information {
	margin: 0;
	padding: 0px;
	box-sizing: border-box;
	font-size: 10px;
	line-height: inherit;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: normal;
	font-style: normal;
	display: flex;
	flex: 1 3;
	width: 90%;
	gap: 20px;
	margin: 0 auto;
	word-wrap: break-word;
}

.information p {
	margin-top: 0;
	margin-bottom: 0;
}

.information dl,
.information ol,
.information ul {
	margin-top: 0;
	margin-bottom: 0;
}

.information ol,
.information ul {
	padding-left: 0;
}

.left {
	width: 25%;
	display: flex;
	flex-direction: column;
	padding: 25px 0px;
}

.right {
	width: 80%;
	padding: 0 15px 15px;
	display: flex;
	flex-direction: column;
}

.mobile-view {
	display: none;
	border: none;
}

.faq-container .accordions-center .faqs-accordions .mat-accordion .mat-expansion-panel-header {
	margin-left: 0%;
	margin-right: 0%;
	padding: 20px 8px;
}

.faq-container .accordions-center .faqs-accordions .mat-accordion .mat-expansion-panel-body {
	margin-left: 0%;
	margin-right: 0%;
	padding: 20px 8px;
}

.faq-container .accordions-center .faqs-accordions .mat-expansion-panel-body .faq-answer.text--align--left {
	font-size: 17px;
	line-height: 1.5;
}

.faq-container .accordions-center .faqs-accordions .mat-expansion-panel-header .accordion-title.text--align--left {
	font-size: 17px;
	line-height: 1.5;
}


.top-flights-para {
	font-size: 25px;
	line-height: inherit;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	padding: 15px 0px 21px 0px;
	color: black;
}

.top-flights-ul {
	border: 1px solid #d2d2d2;
	box-shadow: 0 0 1px 1px #d2d2d2;
	border-radius: 8px;
}

.top-flights-ul li {
	color: #1e54b0;
	font-size: 17px;
	line-height: inherit;
	list-style-type: none;
	margin: 19px 10px;
	margin-left: 40px;
	list-style-image: url("https://static.udchalo.com/10k%20pages/flight.svg");
}

.top-flights-ul li a {
	text-decoration: none;
	font-size: 17px;
	line-height: inherit;
}

.top-flights-heading-mobile-view {
	display: flex;
	justify-content: center;
}

.top-flights-heading-mobile-view img {
	width: 40px;
	height: 40px;
	position: relative;
	top: 10px;
	margin-right: 10px;
}


.showing-result-for {
	margin-bottom: 30px;
	margin: 10px;
}

.showing-result-for h1 {
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 30px;
	line-height: inherit;
	margin-bottom: 10px;
	color: #000;
}

.showing-result-for ul {
	padding: 0px 15px;
	margin-top: 23px;
	background-color: #f5fff9;
	border: 1px solid #54545426;
	border-radius: 5px;
}

.showing-result-for ul h2 {
	font-size: 20px;
	line-height: inherit;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 15px;
	margin-top: 14px;
}

.showing-result-for ul li {
	font-size: 17px;
	line-height: inherit;
	list-style: none;
	list-style-image: url("https://static.udchalo.com/10k%20pages/greenTick.svg");
	margin-left: 20px;
	margin-bottom: 20px;
	color: #545454;
}


.top-flights-heading-mobile-view {
	display: flex;
	justify-content: initial;
}

.top-flights-heading-mobile-view img {
	width: 30px;
	height: 30px;
	position: relative;
	top: 10px;
	margin-right: 10px;
}

.top-flights-para {
	font-size: 20px;
	line-height: 21px;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	padding: 15px 0;
	color: black;
}

.top-flights-ul {
	border: 1px solid #d2d2d2;
	box-shadow: 0 0 1px 1px #d2d2d2;
}

.top-flights-ul li {
	color: #1e54b0;
	font-size: 17px;
	line-height: inherit;
	list-style-type: none;
	margin: 15px 0;
	margin-left: 40px;
	list-style-image: url(https://static.udchalo.com/10k%20pages/flight.svg);
}

.top-flights-ul li a {
	text-decoration: none;
}



.about-heading {
	font-size: 30px;
	line-height: inherit;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
	color: #000;
}

.about-city {
	padding: 0px 11px;
}

.about-box {
	border: 1px solid #d2d2d2;
	box-shadow: 0 0 1px 1px #d2d2d2;
	text-align: left;
	margin-bottom: 30px;
	border-radius: 8px;
}

.img-size {
	width: 46px;
}

.about-which {
	display: flex;
	padding: 15px 15px 0px 15px;
}

.about-which p {
	font-size: 20px;
	line-height: inherit;
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	align-self: center;
	padding: 0 10px;
	position: relative;
	top: 5px;
	padding-bottom: 5px;
	color: black;
}

.about-description {
	padding: 10px 25px;
	font-size: 18px;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 10px;
}

.faq {
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	color: #000;
	justify-content: center;

	font-size: 25px;
	line-height: 47px;
	padding: 37px 0 25px;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.accordions-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.accordions-center .faqs-accordions {
	background: rgba(202, 207, 217, .2);
	border-radius: 0;
	width: 100%;
}

.accordion-item {
	margin: 20px 0;
}

.accordion-header {
	display: flex;
	flex: 1;
	flex-direction: row;
	overflow: hidden;
	margin-right: 16px;
	border-left: 2px solid #116735;
	padding-left: 10px;
	color: rgba(0, 0, 0, .87);
}

.accordion-header span {
	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 31px;
	color: #000;
	width: 84%;
	font-size: 17px;
	line-height: 1.5;
}

.accordion-body {
	margin-top: 20px;
	padding: 20px 8px;

	font-family: "IBM Plex Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 35px;
	background: #f5fff9;
	border: 1px solid rgba(17, 103, 53, .15);
	box-sizing: border-box;
	border-radius: 5px;
}


.links__column ul {
	padding: 0;
  }
  
  .links__column h4, p {
	margin: 0;
  }

.mobile-footer {
	display: none;
}

.footer-bottom--container {
	position: fixed;
	bottom: 0;
	z-index: 5;
	background: #ffffff;
	height: 55px;
	width: calc(100%);
	box-shadow: 0 0px 5px 2px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0px 5px 2px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0px 5px 2px rgba(0, 0, 0, .3);
}

.footer-bottom--container .footer-bottom--tab {
	color: rgba(25, 15, 39, 0.7);
	text-align: center;
	text-decoration: none;
	width: calc(24.22%);
	padding: 9px 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.footer-bottom--container .footer-bottom--tab.active {
	color: #fff;
	background: #428bca;
}

.footer-bottom--container .footer-bottom--tab .icon {
	font-size: 18px;
	display: block;
	height: 20px;
}

.footer-bottom--container .footer-bottom--tab .text {
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-weight: 600;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer-icons {
	flex: 0 0 25%;
}

.footer-options {
	display: flex;
	flex-wrap: wrap;
}

.new-footer {
	text-align: center;
	position: fixed;
	bottom: 0;
	display: block;
	color: white;
	z-index: 10;
	background: #ffffff;
	width: calc(100%);
	height: 56px;
	padding: 0px;
	box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
}

.footer-img {
	padding: 13px 0px 0px 0px;
}

.footer-text {
	color: #858585;
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

.pad-btm {
	padding-bottom: 5px;
	;
}

.isActive {
	background: #00388C;
	height: 5px;
	position: inherit;
}

.footer-icons a {
	text-decoration: none;
}

.highlight {
	color: #00388C;
}

.credits {
	height: 32px;
}

.pad-btm-4 {
	padding-bottom: 4px;
}

.pad-btm-2 {
	padding-bottom: 2px;
}

.pad-btm-3 {
	padding-bottom: 3px;
}

::-webkit-scrollbar {
	width: 0px;
	background: transparent;
}

.footer .container {
	max-width: 1120px;
	padding: 0 30px;
	margin: 0 auto;
}

.footer {
	background: #1B2B42;
	padding: 40px 0 25px;
	font-family: "Open Sans", sans-serif;
}

.footer__links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.links__column {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.links__column--grow {
	-webkit-box-flex: 1.5;
	-webkit-flex-grow: 1.5;
	-moz-box-flex: 1.5;
	-ms-flex-positive: 1.5;
	flex-grow: 1.5;
}

.column__header {
	color: white;
}

.padding-left-20 {
	padding-left: 20px;
}

.product__links,
.support__links {
	margin-top: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

.product__links a,
.support__links a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	line-height: 29px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.product__links a:hover,
.support__links a:hover {
	color: #fff;
}

.column__list {
	margin-top: 20px;
	list-style: none;
}

.column__list a {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	line-height: 40px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.column__list a:hover {
	color: white;
}

.footer__bottom {
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__social,
.footer__logo {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-moz-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
}

.footer__social {
	list-style: none;
	font-size: 0;
	margin-top: 30px;
}

.social__icon {
	display: inline-block;
	margin-right: 25px;
}

.social__icon:last-of-type {
	margin: 0;
}

.summary_footer {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	margin-top: 5px;
}

.social__icon a {
	display: block;
	height: 2.2rem;
	width: 2.2rem;
	line-height: 2.2rem;
	font-size: 1rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: color 300ms, background 300ms;
	-moz-transition: color 300ms, background 300ms;
	-o-transition: color 300ms, background 300ms;
	transition: color 300ms, background 300ms;
}

.social__icon a:hover {
	color: #fff;
	border: 1px solid #fff;
	-webkit-transition: color 0ms, background 0ms;
	-moz-transition: color 0ms, background 0ms;
	-o-transition: color 0ms, background 0ms;
	transition: color 0ms, background 0ms;
}

.footer__logo {
	text-align: left;
}

.copyright {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 500;
	margin-top: 20px;
}

.md-favorite {
	color: #f44336;
	z-index: 0;
}

.google_app_icon img {
	width: 180px;
	margin-left: -10px;
}

.logo-bottom {
	display: inline-block;
	width: 130px;
	height: 42px;
	background-image: url('https://static.udchalo.com/client_assets/img/logo/logo-upcurve.png');
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
}

.iata_logo {
	height: 42px;
}

.cert_logo {
	width: 166px;
	padding-left: 10px;
	height: 35px;
}

.ios-icon {
	height: 52px;
}

.column__list li a:hover {
	padding-left: 5px;
	font-size: 16px;
	-moz-transition: padding-left .1s ease-in;
	-o-transition: padding-left .1s ease-in;
	-webkit-transition: padding-left .1s ease-in;
	transition: padding-left .1s ease-in;
}

@media (max-width: 750px) {
	.information {
		width: 90%;
	}

	.right {
		width: 100%;
		padding: initial;
	}

	.showing-result-for h1 {
		font-size: 30px;
		line-height: inherit;
	}

	.showing-result-for ul h2 {
		font-size: 20px;
		line-height: inherit;
	}

	.showing-result-for ul li {
		font-size: 20px;
		line-height: inherit;
	}

	.about-heading {
		font-size: 30px;
		line-height: inherit;
	}

	.about-which p,
	.about-description {
		font-size: 20px;
		font-size: 20px;
		line-height: inherit;
	}

	.about-description {
		text-align: justify;
	}
}

@media (max-width: 700px) {
	.information {
		width: 95%;
	}

	.right {
		width: 100%;
		padding: initial;
	}

	.showing-result-for h1 {
		font-size: 25px;
		line-height: inherit;
		margin-top: initial;
		text-align: inherit;
		line-height: initial;
	}

	.showing-result-for ul h2 {
		font-size: 17px;
		line-height: inherit;
	}

	.showing-result-for ul li {
		font-size: 17px;
		line-height: inherit;
	}

	.about-heading {
		font-size: 25px;
		line-height: inherit;
	}

	.about-which p,
	.about-description {
		font-size: 17px;
		line-height: inherit;
	}
}

@media (max-width: 650px) {
	.information {
		width: 90%;
		display: block;
		padding: inherit;
	}

	.left {
		display: none;
		padding: initial;
	}

	.right {
		width: 100%;
	}

	.mobile-view {
		display: block;
	}

	.main-container {
		margin-top: 0px;
	}

	.mobile-only .inner-section {
		padding: 0px 0 20px;
	}

	.faq-container .faq-answer {
		font-size: 13px !important;
	}

	.showing-result-for h1 {
		font-size: 23px;
		line-height: initial;
		margin-top: initial;
		text-align: inherit;
	}

	.showing-result-for ul h2 {
		font-size: 15px;
		line-height: inherit;
	}

	.showing-result-for ul li {
		font-size: 15px;
		line-height: initial;
		margin-top: initial;
		text-align: inherit;
	}

	.top-flights-ul {
		border: none;
		box-shadow: none;
	}

	.about-heading {
		font-size: 23px;
		line-height: inherit;
	}

	.about-which p,
	.about-description {
		font-size: 15px;
		line-height: 20px;
	}

	.img-size {
		width: 36px;
	}

	.faq-container .faq-answer {
		font-size: 13px !important;
	}
}

@media (max-width: 600px) {
	.faq {
		font-size: 16px;
		line-height: 21px;
		padding: 12px 0 11px;
	}

	.accordions-center .faqs-accordions {
		box-shadow: none;
	}

	.faqs-accordions {
		width: 90%;
	}

	.accordion-header span {
		font-size: 17px;
		line-height: 1.5;
	}

	.accordion-body {
		padding: 13px 17px 13px 10px;
		line-height: 27px;
		font-size: 14px;
	}

	.mobile-header {
		display: flex;
		flex-direction: row;
		align-items: center;
		background: #1b2b42;
		box-shadow: none;
		padding: 17px 0;
		opacity: 1;
		width: calc(100%);
		height: 58px;
		margin: 0;
		z-index: 6;
	}

	.mobile-header a {
		margin: auto;
	}

	.mobile-header img {
		width: 100px;
		height: 24px;
		object-fit: contain;
	}

	.desktop-header {
		display: none;
	}

	.action-btn-container {
		flex-direction: column;
	}

	.message-container {
		font-size: 30px;
	}

	.desktop-footer {
		display: none;
	}

	.mobile-footer {
		font-size: 14px;
		color: #999;
		background: #04121d;
		padding: 20px;
		display: block;
		text-align: center;
	}

	.footer {
		padding: 0;
	}
}