@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

.img-responsive {
    width:100%;
    height:auto;
}

.logo {
    font-family: "Courgette", cursive;
}

/*Top Head Section*/
.top-head {
    padding:6px 0;
    background:#0068EF;
}
.top-head a {
    color:#fff;
    font-weight:600;
}
.top-head a:hover {
    text-decoration:none;
}

/*Banner Section*/
.banner {
    padding:60px 0;
    background:#E8F2FF;
}

/*Summer Section*/
.summer {
    padding:40px 0;
}
.summer .container {
    background:#E8F2FF;
    border-radius:20px;
}
.summ-content {
    padding:15px 20px;
}
.custom-summ {
    box-shadow: rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.2) 0px 0px 2px 0px, rgba(0, 0, 0, 0.12) 0px 4px 2px -2px, rgba(0, 0, 0, 0.16) 0px 4px 8px -1px;
    border-radius:25px;
    transition: all 0.2s ease-in 0s;
    background:#fff;
}
.custom-summ img {
    border-radius:25px 25px 0 0;
}
.custom-summ h6 {
    color:rgb(79, 111, 143);
    font-weight:600;
}
.custom-summ:hover{
    transform: scale(1.02);
    box-shadow:rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.16) 0px 2px 8px 0px, rgba(0, 0, 0, 0.16) 0px 10px 8px -5px, rgba(0, 0, 0, 0.16) 0px 12px 32px -2px;
}

/*Visit Section*/
.visit {
    padding:40px 0;
}
.visit .container {
    background:rgb(244, 246, 248);
    padding:20px;
    border-radius:20px;
    box-shadow:rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.24) 0px 0px 1px 0px, rgba(0, 0, 0, 0.16) 0px 2px 1px -1px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
}
.cust-btn {
    background:rgb(0, 104, 239);
    color:#fff;
    padding:9.5px 18px;
    font-weight:600;
    border-radius: 20px;
    font-size: 18px;
}
.cust-btn:hover {
    color:#fff;
    text-decoration:none;
    background:rgb(0, 68, 153);
}
.visit h6 {
    color:rgb(79, 111, 143);
    font-weight:600;
}
.visit h1 {
    font-weight:600;
}

/*Taylor Section*/
.taylor {
    padding:40px 0;
}
.taylor h5 {
    padding-bottom:20px;
    color:rgb(79, 111, 143);
}
.taylor h2 {
    color:rgb(0, 60, 138);
    font-weight:600;
}
.taylor img {
    border-radius:50% 50% 0 0;
}

/*Discover Section*/
.discover {
    padding:40px 0;
}
.discover h2 {
    font-weight:600;
    color:rgb(0, 60, 138);
}
.york {
    background-image:url('../images/new-york-city.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.los {
    background-image:url('../images/los-angelessf.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.orla {
    background-image:url('../images/orlando.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.atla {
    background-image:url('../images/atlantasaf.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.dal {
    background-image:url('../images/dallas.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.san {
    background-image:url('../images/san-francisco.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.mia {
    background-image:url('../images/miamibef.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.den {
    background-image:url('../images/denver.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.sea {
    background-image:url('../images/seattle.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.die {
    background-image:url('../images/san-diego.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    padding:40px 0;
    color:#fff;
    position:relative;
    z-index:1;
    border-radius:20px;
}
.york:before,
.los:before,
.orla:before,
.atla:before,
.dal:before,
.san:before,
.mia:before,
.den:before,
.sea:before,
.die:before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
    border-radius:20px;
    transition:0.3s;
}
.york:hover:before,
.los:hover:before,
.orla:hover:before,
.atla:hover:before,
.dal:hover:before,
.san:hover:before,
.mia:hover:before,
.den:hover:before,
.sea:hover:before,
.die:hover:before{
    opacity:0;
}
.main-dis h6 {
  background-color: rgb(0, 170, 0);
  font-weight: 700;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 20px;
}

/*Flexible Section*/
.flexible {
    padding:40px 0;
}
.main-flex {
    padding:15px;
}
.custom-flex{
    padding:15px;
}
.custom-flex h5 {
    font-weight:600;
}
.custom-flex {
    box-shadow:rgba(0, 0, 0, 0.03) 0px -1px 0px 0px, rgba(0, 0, 0, 0.24) 0px 0px 1px 0px, rgba(0, 0, 0, 0.16) 0px 2px 1px -1px, rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
    border-radius:25px;
}
.custom-flex p {
    margin-bottom:0;
}

/*Footer Section*/
footer {
    padding:60px 0;
    background:#F7F7F7;
    color:#001832;
}
footer a{
    display:block;
    color:#001832;
    line-height:28px;
}
footer a:hover {
    text-decoration:none;
    color:#0068EF;
}
footer .logo {
    font-size:28px;
    color:#0068EF;
}
footer .logo:hover {
    color:#0068EF;
    text-decoration:none;
}
footer h5 {
    font-weight:600;
}

/*Lower Footer Section*/
.low-foot {
    padding:10px 0;
    background:#0068EF;
    color:#fff;
}
.low-foot p {
    margin-bottom:0;
    font-weight:600;
}

@media (max-width:768px) {
    .top-head {
        text-align:center !important;
    }
    .main-summ {
        padding-top: 15px;
    }
    .col-md-4.main-dis {
        padding-top: 10px;
    }
}

/*Flights Page*/
/*Flights List Section*/
.flights-list {
    padding:40px 0;
}
.flights-list h2 {
    font-weight:600;
    color:#0068EF;
    font-size:36px;
}
.flights-list a {
    display:block;
    color:#2f2f2f;
    line-height:32px;
}
.flights-list a:hover {
    color:#0068EF;
    text-decoration:none;
}

/*Flights Inner Page*/
/*Advice Section*/
.advice {
    padding:40px 0;
}
.advice h4 {
    font-weight:600;
    color:#0068EF;
}
.advice .container {
    border:1px solid #0068EF;
    padding:30px;
    border-radius:20px;
}

/*Advice Content Section*/
.advice-content {
    padding:40px 0;
}
.advice-content h3,
.advice-content h1,
.advice-content h2,
.advice-content h4,
.advice-content h5{
    color:#0068EF;
}

/*Breadscrumb Section*/
.breadscrumb {
    background:#0068EF;
    padding:10px 0;
}
.breadscrumb .col-md-2 {
    border-right:1px solid #fff;
}
.breadscrumb .col-md-2:last-child {
    border-right:0px;
}

/*Hotels Page*/
.card__review__badge {
    display: inline-block;
    line-height: 1.5;
    font-weight: 600;
    border-radius: 6px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 22px;
    color: #fff;
    background-color: #fa0;
}
.card__review__description {
    margin: 0 0 0 8px;
    font-size: 16px;
    color: #687b8e;
    display:inline-block;
}
.eQjcbk {
    color: #0068EF;
    font-size: 20px;
    display:flex;
}
.FlSNL {
        position: relative;
        top: -8px;
        font-size: 16px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 700;
        color: #0068EF;
    }
.kpTmyc {
    font-size: 27px;
    font-weight: 700;
    display: inline-block;
    vertical-align: super;
}
.iSHBDe {
    font-size: 35px;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    line-height: 24px;
}
.middle_card {
    padding:10px;
}
.lower_card {
    background:#f6f8fa;
    border-left: 1px solid #d1d6db;
    padding-top:30px;
}
.hotels-cont {
    border: 1px solid #d1d6db;
    margin:10px 0;
}

/*Rental Cars Page*/
/*Cheap Car Section*/
.cheap-car {
    padding:60px 0;
}
.main-car {
    padding:5px;
}
.custom-car {
    box-shadow:0px 0px 5px 0px rgba(193, 193, 193, 0.75);
    border-radius:10px;
}
.custom-car img {
    border-radius:0 0 10px 10px;
}

/*Additional Car Section*/
.additional-car .container {
    background-image:url('../images/carServBanner.jpg');
    background-size:cover;
        padding: 20px 40px;
    border-radius: 10px;
}
.additional-car ul {
    max-width: 600px;
}
.additional-car ul li {
    display: flex;
    line-height: 22px;
    padding: 30px 0;
    align-items: center;
}
.additional-car ul li span {
    min-width: 74px;
}
.additional-car ul li .content {
    line-height: 22px;
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    font-weight: 500;
}
.additional-car ul li h5 {
    line-height: 38px;
    font-size: 30px;
    color: #000;
    margin: 0;
    padding: 0 0 6px 0;
}

/*Taylor Swift Banner Page*/
/*Taylor Banner Section*/
.taylor-banner {
    padding:200px 0;
    background-image:url('<?php echo get_template_directory_uri(); ?>/images/Taylor_Swift.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff;
    position:relative;
    z-index:1;
    background-position-y: -334px;
}
.taylor-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.6;
    z-index:-1;
}

/*Header Section*/
  html {
    margin-top: 0px !important;
  }
header {
  padding: 10px 0;
  border-bottom: 1px solid #bec8be;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}
header .logo {
    font-size:25px;
    color:#0068EF;
}
.logo:hover {
    text-decoration:none;
    color:#0068EF;
}
.main-menu {
    padding:0;
    margin:0;
}
.main-menu li {
    float:left;
    list-style:none;
}
.main-menu li a {
  font-size: 18px;
  padding: 10px 12px;
  color: #000;
}
.main-menu li a:hover {
    color:#0068EF;
    text-decoration:none;
}
.fa-bars {
    display:none;
}
@media(max-width:768px) {
    header {
        position:relative;
    }
    .main-menu{
        display:none;
    }
    .fa-bars {
        display: block;
        position: absolute;
        top: 10px;
        right: 23px;
        font-size: 28px;
        color:#0068EF;
        cursor:pointer;
    }
    .main-menu li {
        float:none;
        text-align:center;
        line-height: 35px;
    }
    .visit .col-md-6 {
        padding: 10px 5px !important;
    }
}
.fixed-call {
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 95px;
}

/*Cancellation Policy Page*/
/*Cancellation Banner Section*/
.cancellation-banner {
    background-image: url('../images/cancellation-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position:relative;
    z-index:1;
    background-position-y: -140px;
}
.cancellation-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
}
.cancellation-banner h1 {
    font-size:50px;
    color:#fff;
}

/*Missed Flight Policy Page*/
/*Missed Flight Banner Section*/
.missedflight-banner {
    background-image: url('../images/missedflight-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position:relative;
    z-index:1;
    background-position-y: -140px;
}
.missedflight-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
}
.missedflight-banner h1 {
    font-size:50px;
    color:#fff;
}

/*Flight Change Policy Page*/
/*Flight Change Banner Section*/
.flightchange-banner {
    background-image: url('../images/business-woman-using-smartphone-at-airport.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position:relative;
    z-index:1;
    background-position-y: -140px;
}
.flightchange-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
}
.flightchange-banner h1 {
    font-size:50px;
    color:#fff;
}

/*Name Change Policy Page*/
/*Name Change Banner Section*/
.namechange-banner {
    background-image: url('../images/united-first-class-during.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position:relative;
    z-index:1;
    background-position-y: -140px;
}
.namechange-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
}
.namechange-banner h1 {
    font-size:50px;
    color:#fff;
}

/*Baggage Policy Page*/
/*Baggage Policy Banner Section*/
.baggagepolicy-banner {
    background-image: url('../images/suitcases-on-baggage-carool.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position:relative;
    z-index:1;
}
.baggagepolicy-banner:before {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    z-index:-1;
}
.baggagepolicy-banner h1 {
    font-size:50px;
    color:#fff;
}