<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Contact css*/
body{
	line-height:normal!important;
}
.banner-inner {
    position: relative;
    margin: 90px 0 0 0;
}
.banner-inner iframe {
	height:300px;
}
.contact-details {
    position: relative;
    padding: 30px 0 0px 0;
}

.contact-details .mb-80 {
    margin-bottom: 80px
}

.contact-details .first-head {
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.contact-details .second-head {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0;
}

.contact-details .contact-card {
    box-shadow: 0 0 10px -4px #0b4586;
    border-radius: 20px;
    padding: 20px 0;
    text-align: center;
    position: relative;
    min-height: 160px;
}

.contact-details .contact-card .circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 0 10px -4px #0b4586;
    background: #ffffff;
    padding: 5px 0;
    position: absolute;
    top: -50px;
    left: 42%;
	line-height: 65px;
}

.contact-details .contact-card .circle .ico {
    font-size: 4em;
    vertical-align: middle;
}

.contact-details .contact-card .desc {
    background: #0b386c;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    margin: 30px 0 0 0;
}

.contact-details .contact-card p {
    font-size: 16px;
    color: #0b386c;
    line-height: 24px;
    padding-top: 10px;
    margin: 0;
}

@media only screen and (max-width: 1200px) and (min-width:768px) {
    .contact-details .contact-card p {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px){
    .airtrips .container {
		width: 98%!important;
		padding:0 1%;
	}
	.contact-details .first-head {
		font-size: 16px;
	}
	.contact-details .second-head {
		font-size: 12px;
	}
	.contact-details .contact-card p {
		font-size: 14px;
	}
	.contact-details .mb-80 {
		margin-bottom: 60px;
	}
	.banner-inner iframe {
		height:320px;
	}	
}
@media only screen and (max-width: 420px){
	.contact-details .contact-card .circle {
		left: 38%;
	}
}
@media only screen and (max-width: 620px){
	.banner-inner iframe {
		height:420px;
	}	
}</pre></body></html>