/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2025 | 18:20:25 */
/*--------------------------------------------------Home page HTML CSS---------------------------------------------------------*/
.AirTwo p, .AirOne p {
	line-height: 1.2;
	font-size: 14px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.AirlogoFly {
	text-align: center;
}
.AirCity {
	display: grid !important;
	grid-template-columns: 3fr 1fr 3fr;
	gap: 10px;
	justify-content: center;
	padding: 20px;
}
.EcoClass {
	text-align: center;
	color: #000;
}
.ButtonAndText{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
}
.GridSection {
	overflow: hidden;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0px 20px 20px 0px #00000012;
}
.GridContainer .AirTwo h3, .GridContainer .AirOne h3 {
	font-size: 18px;
	font-weight: 600;
}
.ButtonAndText .elementor-button {
	background-color: #ad1e2e;
	border-radius: 10px;
	font-size: 16px;
}
.ButtonAndText {
	border-top: 1px solid #ddd;
}
.GridContainer .AirlogoFly img {
	max-width: 30px;
}
.GridContainer .AirTwo, .GridContainer .AirOne {
	min-width: auto;
	font-size: 16px;
	line-height: 1.2;
}
.EcoPrice {
	font-weight: 700;
	font-size: 24px;
}
.EcoClass {
	line-height: 1.2;
}
@media (max-width:768px){
.GridSection {
	margin-bottom: 15px;
}
.AirCity {
	padding: 10px;
}
.GridContainer .AirTwo h3, .GridContainer .AirOne h3 {
	font-size: 14px;
}
.ButtonAndText {
	padding: 10px;
}
}
@media (min-width:769px){
.AirCity {
	min-height: 130px;
}
.GridContainer{
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
}

/*--------------------------------------------------Home page HTML CSS END---------------------------------------------------------*/

/*--------------------------------------------------Business class HTML CSS---------------------------------------------------------*/
.section-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	border: 1px solid #ad1e2e;
	border-radius: 99px;
}
.section-container .elementor-button.elementor-button-link {
	border-radius: 99px;
	background-color: #ad1e2e;
}

.section-container .elementor-button {
	padding: 20px 30px !important;
}
.image-text {
	display: flex;
}
.right-side-text {
	padding-left: 15px;
}
.unique-tabDesign .elementor-widget-tabs .elementor-tab-content .main-container {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.right-side-text h3 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.icon-img::after {
	content: "Starting from";
	font-weight: 300;
	margin-left: 20px;
}
.image-text img {
	max-width: 60px !important;
	min-height: 60px !important;
	border-radius: 99px;
}
.unique-tabDesign  .elementor-tab-title.elementor-active {
	background-color: #ad1e2e;
	color: #fff;
	border-radius: 10px 10px 0px 0px !important;
	border: none;
}
@media (min-width:769px){
.breadcumb-wrapper {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
.image-text {
	display: flex;
	min-width: 250px;
}
}
@media (max-width:768px){
.unique-tabDesign .elementor-tabs .elementor-tab-content {
	padding: 10px;
	background-color: #f4f5f6;
	border-radius: 0px 0px 10px 10px;
}
.unique-tabDesign .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
	margin-bottom: 0px;
}
.unique-tabDesign .elementor-tab-title.elementor-tab-mobile-title {
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 15px;
	border: 1px solid #ddd;
}
.unique-tabDesign .elementor-widget-tabs .elementor-tab-content .main-container {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 10px;
}
.section-container {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-radius: 15px;
	display: block;
}
.right-side-text h3 {
	font-size: 16px;
}
.icon-img img {
	max-width: 15px;
}
}
/*--------------------------------------------------Business class HTML CSS ENd---------------------------------------------------------*/

/*--------------------------------------------------USA TO INDIA  class HTML CSS---------------------------------------------------------*/
.airMain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:10px 40px;
	border: 1px solid #ad1e2e;
	border-radius: 99px;
	margin-bottom: 20px;
}
.AirlogoFly .icon-img::after {
	display:none;
}
.airPrice a {
	background-color: #ad1e2e;
	padding: 15px 30px;
	border-radius: 99px;
	font-size: 18px;
	font-weight: 700;
}
.airPrice {
	text-align: center;
}
.airLogo img {
	max-width: 160px;
}
.AirTwo h3, .AirOne h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0px;
}
.airPrice h3 {
	margin-bottom: 0px;
	font-size: 24px;
}
@media(min-width:769px){
.AirTwo, .AirOne {
	min-width: 300px;
}
}
/*--------------------------------------------------USA TO INDIA  class HTML CSS---------------------------------------------------------*/