<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	line-height:normal!important;
}
.airtrips .container{
	width: 96%;
}
/*Privacy Policy css*/

.banner-inner {
    position: relative;
    margin: 85px 0 0 0;
}

.banner-inner .privacy-bg {
    width: 100%;
    background: url(../images/PrivacyPolicy.jpg)no-repeat;
    min-height: 250px;
    background-position: center center;
    background-size: cover;
}

.banner-inner .TermsCondition-bg {
    width: 100%;
    background: url(../images/TermsCondition.jpg)no-repeat;
    min-height: 250px;
    background-position: center center;
    background-size: cover;
}

.banner-inner .privacy-bg h1,
.banner-inner .TermsCondition-bg h1 {
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 0;
    padding-top: 100px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0);
	font-size: 48px;
}

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

.privacy-details .note-card {
    box-shadow: 0 0 10px -4px #0b4586;
    border-radius: 20px;
    padding: 20px;
}

.privacy-details .note-card .border-btm {
    border-bottom: 1px solid #ccc;
}

.privacy-details .note-card .head {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
}

.privacy-details .note-card .info {
    font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    padding: 0 0 10px 0;
    margin: 20px 0 0 0;
    text-align: justify;
}

.privacy-details .note-card ul {
    padding: 0 0;
    margin: 0 0;
    list-style: none;
    margin-bottom: 30px;
}

.privacy-details .note-card ul li {
    font-size: 14px;
    list-style: disc;
    padding: 10px 0px 5px 0px;
    margin: 0 0 0 15px;
}


@media only screen and (max-width: 1200px) and (min-width:768px) {
    
}
@media only screen and (max-width: 767px){
   .banner-inner .privacy-bg, .banner-inner .TermsCondition-bg {
	   min-height: 150px;
   }
   .banner-inner .privacy-bg h1, .banner-inner .TermsCondition-bg h1 {
	    padding-top: 50px;
   }
   .banner-inner .TermsCondition-bg h1 { 
		font-size: 32px;
   }
   .privacy-details {
		padding: 20px 0;
	}
	.airtrips .container {
		width: 98%!important;
		padding:0 1%;
	}
}
@media only screen and (max-width: 420px){
	.banner-inner .privacy-bg h1 {
	    font-size: 32px;
   }
   .banner-inner .TermsCondition-bg h1 { 
		font-size: 24px;
   }
   .privacy-details .note-card {
		padding: 20px 10px;
	}
}
</pre></body></html>