/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
    margin: 0;
    padding: 0;
     font-family: "Open Sans", sans-serif;
} */


   .container {
    max-width: 1200px;
    margin: 0 auto;
}
.top-banner-wrapper {
    background-image: url('/airtrip/images/Top-banner.png');
    height: 100%;
    min-height: 170px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.top-content-wrapper h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3em;
}
section.breadcrumb-top {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
}
.links-breadcrumb {
    display: flex;
    gap: 10px;
}
.links-breadcrumb span:last-child {
    color: #00000094;
}
.new-india-flight-wrapper a:hover {
    color: #000 !important;
}
section.sitemap-list {
    padding: 70px 20px;
}
.new-india-flight-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.new-india-flight-wrapper a {
    color: #eb5b0d;
    text-decoration: none;
}
.new-india-flight-wrapper h2 {
    padding-bottom: 10px;
}
.top-heading-wrapper h3 {
    padding: 15px 20px;
    background-color: #346CA9;
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 23px;
    font-size: 20px;
}
.top-heading-wrapper p {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
}
.top-heading-wrapper {
    box-shadow: 1px 0px 10px 2px #d0d0d0;
    width: 100%;
    padding: 0px 0 30px;
    margin: 0px 0 40px;
    background: #fff;
}
.lists-url {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.lists-url ul {
    padding: 30px 40px;
}
.lists-url ul li {
    list-style: none;
    padding: 0 0 20px;
    position: relative;
    padding-left: 12px;
}
.lists-url ul li::before {
    content: '';
    background-image: url('/airtrip/images/icon-list.png');
    width: 22px;
    height: 15px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 4px;
}
.lists-url ul li a {
    color: #000;
    text-decoration: none;
}
.lists-url ul li a:hover {
    color: #ea5c0f !important;
}
.top-heading-wrapper h3 a {
    color: #fff;
}
.lists-url h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
.lists-url {
   grid-template-columns: repeat(2,1fr);
   row-gap: 0;
}
.lists-url ul {
    padding: 30px 40px 15px;
}

}

@media (max-width: 430px) {
.lists-url {
   grid-template-columns: repeat(1,1fr);
   
}
.lists-url ul {
    padding: 30px 40px 0;
}

}