<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Privacy Policy css*/
.airtrips .container{
	width: 96%;
}
.banner-inner {
    position: relative;
    margin: 85px 0 0 0;
}
.mt-10 {
	margin-top: 10px;
}
.mx-60 {
	margin: 60px 0;
}
.pt-40 {
	padding-top: 50px;
}
.banner-inner .distributorshipBg {
    width: 100%;
    background: url(../images/distributorshipBg.jpg)no-repeat;
    min-height: 480px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}
.banner-inner .distributorshipBg .overlay {
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.4);
	z-index: 1;
}
.banner-inner .distributorshipBg h1 {
    width: 100%;
	font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
    text-shadow: 5px 5px 10px rgba(0, 0, 0);
    text-transform: uppercase;
    font-size: 46px;
	z-index: 5;
}

.distributorship-details {
    position: relative;
    padding: 40px 0;
}

.distributorship-details .border-btm {
    border-bottom: 1px solid #ccc;
}

.distributorship-details .head {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
    color: #0b386c;
}

.distributorship-details .info {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 0 10px 0;
    margin: 20px 0 0 0;
    text-align: justify;
    color: #535353;
}

.distributorship-details .features , .distributorship-details ul {
    padding: 0 0;
    margin: 0 0;
    list-style: none;
    margin-bottom: 30px;
}

.distributorship-details .features {
	margin-top:40px;
}

.distributorship-details ul li {
    font-size: 16px;
    list-style: disc;
    padding: 10px 0px 5px 0px;
    margin: 0 0 0 15px;
	font-weight: 600;
    color: #535353;
	line-height: 23px;
}

.distributorship-details .features li {
	padding: 20px 0px 15px 0px
}

.distributorship-details .query {
	border-top: 1px solid #cccccc;
    padding-top: 20px;
    text-align: center;
}
.distributorship-details .query p {
	font-size: 24px;
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
    color: #0b386c;
}
.querybtn {
	font-size: 16px;
    padding: 15px 15px;
    text-decoration: none!important;
    color: #fff!important;
}
@media only screen and (min-width:992px) and (max-width: 1200px) {
	.banner-inner .distributorshipBg {
		min-height: 380px;
	}
	.distributorship-details {
		padding: 10px 0 40px 0;
	}
	.pt-40 {
		padding-top: 20px;
	}
}

@media only screen and (min-width:768px) and (max-width: 992px) { 
	.banner-inner .distributorshipBg {
		min-height: 320px;
	}
	.distributorship-details {
		padding: 10px 0 40px 0;
	}
	.pt-40 {
		padding-top: 20px;
	}
	.banner-inner .distributorshipBg h1 {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px) {
	.airtrips .container {
		width: 98%!important;
		
	}
	.banner-inner .distributorshipBg {
		min-height: 250px;
	}
	.banner-inner .distributorshipBg h1 {
		font-size: 24px;
	}
	.distributorship-details {
		padding: 10px 0 40px 0;
	}
	.distributorship-details .features {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.distributorship-details .features li, .distributorship-details ul li {
		padding: 10px 0px 5px 0px;
		font-size: 14px;
	}
	.distributorship-details .features li:last-child { 
		margin-bottom:40px;
	}
	.pt-40 {
		padding-top: 10px;
	}
	.distributorship-details .head {
		font-size: 16px;
	}
	.distributorship-details .info {
		font-size: 14px;
		line-height: 24px;
		margin: 0 0 0 0;
	}
	.pull-right {
		float: none!important;
	}
	.distributorship-details .query p {
		font-size: 18px;
		margin: 0 0;
		padding: 5px 0;
	}
}
@media only screen and (min-width:320px) and (max-width: 480px) { 
	.banner-inner .distributorshipBg {
		min-height: 200px;
	}
	.distributorship-details .features {
		margin-top: 20px;
	}
	.banner-inner .distributorshipBg h1 {
		font-size: 18px;
	}
}</pre></body></html>