﻿
*, *::before, *::after {
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: open sans; background: #f3f3f3; font-family: 'Poppins', sans-serif;
}
.pd-0 { padding: 0 }
.bannerImg {
    background: url('/resources/images/new-images/es-mx-banner-img-desk.webp') top center no-repeat;
    padding: 100px 0; position: relative; background-size: cover; height: 600px;
}

.bannerImg::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}


.bannercaption {
    position: absolute;
    bottom: 6%;
    z-index: 9;
    width: 90%;
    text-align: center;
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 24px 5px;
    background: rgba(255, 255, 255, .7);
    border-radius: 10px;
}


.bookFlightToday {
    background: #2a6996;
    padding: 10px 18px;
    color: white;
    font-size: 20px; 
    margin: 18px 0 0;
    font-weight: 500; 
    border-radius: 50px;
    letter-spacing: 0.5px; 
    transition: all 0.5s; 
    -webkit-transition: all 0.5s;
}

.bookFlightToday i {font-size: 24px; position: relative; top: 4px; margin-right: 3px;}

.bookFlightToday:hover {
    background-color: #ebaf11; transition: all 0.5s; -webkit-transition: all 0.5s; color: white;
}
.bannerImg .col-sm-6 {
    display: flex; flex-wrap: wrap;
}
.bannerImg h1 {
    color: black; font-weight: bold; font-size: 28px; line-height: 45px; margin-top: 0;
}
.bannerImg p {
    font-size: 20px; margin: 0; width: 100%;
}
.bannerImg p.colRed {
    color: #fb2812; font-weight: 600; margin: 15px 0 10px
}
.howItWork { padding: 50px 0; background: white; }
.cntHead { text-align: center; margin-bottom: 50px; }
.cntHead h2 { font-weight: 300 }
.cntHead p { padding: 0 250px; letter-spacing: 1px; line-height: 24px; font-weight: 300; color: black; }
.cntBody { display: flex; flex-wrap: wrap; justify-content: space-between; }
.cntBody .cntBox { width:32%; text-align: center; }
.cntBox h3 { font-weight: 400 }
.cntBox p { letter-spacing: 1px; font-weight: 300; color: black; }
.cntBox img.howWork { height: 80px }
.reapBenifits { background-image:linear-gradient(140deg, #eadedb1f 10%, #efb03a6e 50%, #bfd64100 85%); }
.reapBenifits .noPadding { padding: 0 100px; font-size: 16px; font-weight: 400; color: #0e8100; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 20px; }
.bookCallNow { width: 283px; display: inline-flex; flex-wrap: wrap; justify-content: center; padding: 12px 45px; background: #2a6996; margin: 10px 0 0; border-radius: 45px; color: white; font-weight: 600; transition: all 0.5s; -webkit-transition: all 0.5s; }
.bookCallNow span { font-weight:400; }
.bookCallNow:hover { color:white; background:#ebaf11; transition: all 0.5s; -webkit-transition: all 0.5s; }
.reapBenifits .cntBox { position: relative; cursor: pointer; }
.reapBenifits .cntBox h3 { margin: 0; position: absolute; bottom: 0; left: 0; width: 100%; background-image: linear-gradient(140deg, #eadedbc9 10%, #efb03acf 50%, #eadedbc9 85%); padding: 10px 5px; border-radius: 30px 30px 10px 10px }
.reapBenifits .cntBox > div img { border-radius: 10px }
.reapBenifits .cntBox .rndTrip { position: absolute; opacity: 0; display: flex; align-items: center; justify-content: space-between; padding: 15px 25px; background: #ffffff9e; top: -50px; width: calc(100% + 34px); left: -17px; border-right: 15px solid #2a6996; border-left: 15px solid #2a6996; border-radius: 10px; }
.reapBenifits .cntBox:hover .rndTrip { top:20px; opacity: 1; transition: all 0.5s; -webkit-transition: all 0.5s; }
.reapBenifits .cntBox .rndTrip label { margin: 0; display: inline-flex; flex-wrap: wrap; width: 100px; justify-content: end; }
.reapBenifits .cntBox .rndTrip label span { width: 100%; display: inline-flex; align-items: center; justify-content: end; }
.reapBenifits .cntBox .rndTrip del { font-weight: 300; color: grey; font-size: 12px; width: 100%; display: inline-flex; align-items: center; justify-content: end; }
.reapBenifits.reapBenifits_2 .cntBox h3 { position: relative; background: #ffffff5c; border-radius: 0 0 10px 10px; font-size: 20px; padding: 16px 10px;}
.reapBenifits.reapBenifits_2 .cntBox > div img { border-radius:10px 10px 0 0; }
.reapBenifits.reapBenifits_2 .cntBox .rndTrip {display: none; background: #ffffff5c; position: relative; left: 0; width: 100%; border: 0; border-radius: 0 0 10px 10px; top: unset; bottom: 0; }
.reapBenifits.reapBenifits_2 .cntBox:hover h3 { border-radius: 0 }
.reapBenifits.reapBenifits_2 .cntBox:hover .rndTrip { opacity: 0 }
.custMatter { position: relative; }
.custMatter::before { content: ''; background: url('/resources/images/new-images/bg.webp') top left no-repeat; background-size:cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.custMatter::after { content: ''; background: #000000e0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.custMatter .centerDiv { display: flex; flex-wrap: wrap; }
.custMatter .container { position: relative; z-index: 2; color: white; }
.custMatter .centerDiv > div:last-child { height: auto; display: inline-flex; flex-wrap: wrap; align-items: baseline; align-content: space-between; }
.custMatter .centerDiv > div:last-child h3 { margin-top:0; }
.custMatter .centerDiv > div:last-child ul { width: 100% }
.alignHeader { display: flex; align-items: center; justify-content: space-between;     padding-top: 15px; padding-bottom: 15px; }
.alignHeader .logoImg { width: 230px }
.alignHeader .callUs {position: relative; padding-left: 50px; }
.alignHeader .callUs img {height: 44px; position: absolute; left: 0; top: 0; }
.alignHeader .callUs p {margin: 0; font-size: 13px; }
.alignHeader .callUs label {margin: 0; font-size: 20px; }
footer { background: #043852; color: white; padding: 25px 0 0; }
footer .fLink { list-style-type: none; padding: 0; margin-bottom: 30px; margin-top: 15px; display: flex; align-items: center; justify-content: space-between; }
footer .fLink > li label {     width: 100%; font-size: 16px; font-weight: 500; letter-spacing: 1px; position: relative; margin-bottom: 20px }
footer .fLink > li label:before { content: ''; position: absolute; bottom: -7px; left: 0; width: 50px; height: 2px; background: #efb03a; }
footer .fLink > li label:after { content: ''; position: absolute; bottom: -10px; left: 50px; width: 8px; height: 8px; border-radius: 8px; background: #efb03a; }
footer .fLink > li a { color:white; text-decoration: none !important; }
footer .row > div > p { line-height: 20px; font-weight: 300; font-size: 11px;letter-spacing: 1px; color: whitesmoke; }
footer .foot-certified { text-align: center; margin-top: 20px; }
footer .foot-certified img { height: 30px }
footer .foot-certified p { margin: 10px 0; font-size: 11px; letter-spacing: 1px; font-weight: 200; }

.alignHeader .callUs label i { display: none; }
.callUsMobile { display: none; z-index: 100; position: fixed; bottom: 0; left: 0; background: #2a6996; color: white; width: 100%; padding: 12px 15px; text-align: center; font-size: 16px; }
.callUsMobile label { margin: 0; display: inline-flex; align-items: center; gap: 6px; letter-spacing: 1px; }

.footer-mobileppc, .flightfixtfn {display: none;}

@media(max-width: 1000px){
    .cntHead p { padding: 0 0px; font-size:12px; }
    .cntBox h3 { font-size: 20px; }
    .cntBox p { font-size: 12px; }
    .reapBenifits .noPadding { padding: 0 10px; }
}
@media(max-width: 800px){
    .bannerImg {background: url(../images/new-images/es-mx-banner-img-mobile.webp) top center no-repeat; padding: 180px 0;}
    .bannerImg h1{font-size: 24px;}
    .alignHeader {align-items: center; justify-content: center; flex-wrap: wrap;}
    .alignHeader .callUs {display: block; width: 100%; text-align: center; padding-left: 0; margin-top: 12px;}
    .alignHeader .callUs p{display: none;}
    .alignHeader .callUs img {height: 38px; position: static;}
    .reapBenifits .cntBox .rndTrip { top: 50px; opacity: 1; width: 100%; left: 0; border-left-width: 4px; border-right-width: 4px; }
    .custMatter {display: none;}
    .howItWork {padding: 25px 0;}
    .reapBenifits_2 .cntHead{margin-bottom: 24px;}

    footer{padding: 8px;}
    .footer-desk{display: none;}
    .footer-mobileppc {display: block;}
    .footer-mobileppc .mobileppc-foot-col {background: #fff; color: #000; padding: 10px 10px 40px ; border-radius: 10px; text-align: center;}
    .footer-mobileppc .colfoot-head {font-size: 18px; font-weight: 600; margin-top: 10px;}
    .footer-mobileppc a {color: #252525; text-decoration: none;}
    .footer-mobileppc .foot-call {font-size: 17px; font-weight: 600; margin: 15px 0;}
    .footer-mobileppc .copyTxt {font-size: 12px; line-height: 20px;}

    .flightfixtfn {display: block; position: fixed; bottom: 0; width: 100%; text-align: center; background: #028ac5; padding: 10px 6px; letter-spacing: .5px; z-index: 99;}
    .flightfixtfn a{color: #fff; font-size: 22px; font-weight: 600;}
    .flightfixtfn img {width: 24px; height: auto; position: relative; top: -1px; vertical-align: middle;}

    
}
@media(max-width: 767px){
    .cntBody .cntBox { width: 100%; margin-bottom: 35px; }
    .custMatter ul.list-unstyled { width:100%; }
    footer .fLink { flex-wrap: wrap; }
    footer .fLink li { margin-top:25px; width: 100%; }
    footer .fLink li:first-child { margin-top:0px; }
    .bannerImg { background-size: cover; }
}
@media(max-width: 500px){
    
    .alignHeader .logoImg { width: 180px; }
    
    .callUsMobile { display: block; }
    footer { margin-bottom: 48px; }
    .footer-mobileppc .mobileppc-foot-col{padding: 10px 10px 10px;}
}
@media(max-width: 370px){
    .alignHeader .callUs label { font-size: 16px;}
}
@media(max-width: 360px){
    footer .foot-certified img { max-width: 100%; height: auto; }
}