﻿
:root {
    --blue: #029e9d; /*varible name for portal theme*/
    --farenfare: #5078ff;
    --book-reservation: #f47f2b;
    --fare-seat: #12b612;
    --travelo-agent: #8feb34;
    --fareflights: #34d3eb;
    --booking-airlines: #ffe500;
    --txtcolor: #fff;
}
 @font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

body .serchEnBox .searchEngine .engineTabs .nav-item .nav-link,
body .serchEnBox .searchEngine .engineTabsResult .tripFilter > * > * .form-check-label, body .serchEnBox .searchEngine .engineTabsResult .tripFilter > * > *.nav-link,
body .serchEnBox .searchEngine .engineTabsResult .tripFilter > * > *.nav-link.dropdown-toggle::after,
body .serchEnBox .searchEngine .engineTabsResult .tripSearch .tripSearchCol .tripIcons i,
body .whyUsBg .offerLink h4, body .whyUsBg .offerLink .h4,
body .dmsWppr .topFlightTab .nav-item .nav-link.active,
body .dmsWppr .fltDealRow .dmFlt .fltHdng h3, body .dmsWppr .fltDealRow .dmFlt .fltHdng .h3, body .informationDiv .signupOutrCard .signupCard .InfoTitle,
body .informationDiv .signupOutrCard .signupCard .InfoText, body .allResultBtnBox ul li.active a, body .mainBtnBlue, body .congratsBox h4, body .congratsBox h4 i,
body .departRtrnBox .LayoverBadge span, body .cabinDiv .be-ddn-footer .done,
body .searchEngineList .engineTabsResult .tripFilter > * > * .form-check-label, body .searchEngineList .engineTabsResult .tripFilter > * > *.nav-link,
body .searchEngineList .engineTabsResult .tripFilter > * > *.nav-link.dropdown-toggle::after,
body .searchEngineList .engineTabsResult .tripSearch .tripSearchCol .tripIcons i, body .allResultBtnBox ul li.active span, body .searchContent > *.tripDirection i,
body #inline1 .ui-widget-content .ui-state-active, body #inline2 .ui-widget-content .ui-state-active, body .gciPopup .test3, body .gciPopup .test3, body .modal.gciPopup .test3 a,
body .popupOpen2 .test3, body .popupOpen2 .color1, body .popupOpen2 .closeButton, body .modal.gciPopup .test3 {
    color: var(--txtcolor);
}
body .serchEnBox .searchEngine .engineTabsResult .tripFilter > * > * .form-check-input,
body .serchEnBox .searchEngine .engineTabsResult .tripFilter > *.active > * .form-check-input:checked, body .searchEngineList .engineTabsResult .tripFilter > * > * .form-check-input,
body .searchEngineList .engineTabsResult .tripFilter > *.active > * .form-check-input:checked[type="radio"] {
    border-color: var(--txtcolor);
}

.modal.gciPopup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: Roboto, sans-serif;
}

    .modal.gciPopup.shadow {
        display: none;
    }

    .modal.gciPopup .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        border: 1px solid rgba(0, 0, 0, 0.2);
        outline: 0;
        border: none;
        box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
        text-align: center;
        margin: 0 auto;
        background: transparent !important;
    }

    .modal.gciPopup .modal-body {
        padding: 20px;
        background: white;
    }

    .modal.gciPopup .head1 {
        color: var(--dark-color);
        padding: 20px 8px 10px;
        line-height: 40px;
        font-size: 24px;
    }

    .modal.gciPopup .test3 {
        position: relative;
        background: var(--blue);
        color: #fff;
        margin-top: 30px;
        font-size: 16px;
        border-radius: 12px;
        padding-top: 10px;
        padding-bottom:0px;
    }

    .modal.gciPopup .close-btn {
        position: absolute;
        right: 0;
        top: -5px;
        color: #fff;
        font-size: 26px;
        cursor: pointer;
    }

    .modal.gciPopup .topoHeader .test3 {
        border: 2px solid var(--blue);
        margin: 0 auto;
        padding-top: 0;
        border-radius: 10px;
        padding-bottom: 0;
        font-size: 16px;
    }

    .modal.gciPopup .test3 a {
        color: #fff;
        position: relative;
        padding-left: 32px;
        font-size: 30px;
    }

    .modal.gciPopup .modal-dialog {
        margin: 0;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) !important;
        transition: transform 0.3s ease-out;
        max-width: 400px;
        box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.1);
    }

    .modal.gciPopup .head2 {
        font-size: 32px;
        font-weight: 700;
        padding-bottom: 10px;
    }

    .modal.gciPopup .test1 {
        font-size: 30px;
        font-weight: 600;
        margin-top: 20px;
        color: black;
    }

    .modal.gciPopup .click-call-btn a:before,
    .modal.gciPopup .popup-call-home:before {
        content: "\e900";
        font-family: 'icomoon';
        font-size: 23px;
        display: inline-block;
        position: absolute;
        left: 14px;
        top: 18px;
    }

    .modal.gciPopup .leftside .popup-call-home {
        padding-bottom: 8px;
        display: inline-block;
    }

    .modal.gciPopup .click-call-btn a {
        width: 80px;
        height: 80px;
        border: 2px solid #000;
        position: relative;
        display: inline-block;
        margin-top: 10px;
        border-radius: 50%;
    }

        .modal.gciPopup .click-call-btn a:before {
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-size: 33px;
            color: black;
        }

    .modal.gciPopup .modal-body p {
        color: black;
        margin-top: 15px;
    }
    .modal.gciPopup .topoHeader{
        background:transparent;
    }

    @media only screen and (max-width: 480px) {
        .modal.gciPopup .modal-dialog {
        max-width: 300px;
    }
    .modal.gciPopup .test3 a{
        font-size:26px;
    }
    .modal.gciPopup .head1{
        font-size:22px;
    }
    .modal.gciPopup .test1 {
        font-weight: 600;
        margin-top: 10px;
    }
}

/* Chat css  Start*/
* {
    outline: none;
}
#chat-banner{ display:flex; padding-top:40px;}
#hello-world{position:fixed; max-height: 450px;top: 15%;left: 0; overflow-y: hidden;}
#hello-world .modal-body{ height:350px; overflow-y:auto; padding:0 5px; width:430px;}
#hello-world .botui-container{background-color:transparent;border-radius: 10px;}
#hello-world .modal-header{ padding:0px; border-bottom:none;}
#hello-world .modal-header .close{padding: 5px;margin: 0 0 0 auto;color: #555dfd; opacity:1;}
#hello-world .botui-message-content{background-color: #FF7555 !important; color:var(--light-color) !important; line-height:1.5;}
#hello-world .botui-actions-text-input{border-bottom: 2px solid #FF7555 !important;color: #555DFD !important;}
#hello-world .botui-actions-buttons-button{background:#555DFD !important;}
#hello-world .button-call{ border:none !important; color:var(--light-color)!important; font-size:16px!important; background-color:transparent!important;font-weight:bold !important;}
#hello-world .button-call:focus{outline:none !important;}
#hello-world .botui-message-content.human{ background-color:#555DFD !important;}



/* -------------------- Button Progress Bar Ends -------------------- */
/************popupOpen2*******************/
.popupOpen2 .modal-dialog {width: 740px;}
.popupOpen2 .topoHeader {text-align: center;background:var(--light-color);display: flex;color: var(--light-color);display: block;width: 100%;}
.popupOpen2 .leftside {margin-left: 20px;margin-top: 20px;margin-right: 20px;}
.popupOpen2 .closeButton {
    position: absolute;z-index: 9;background: var(--blue);border-radius: 50%;font-size: 26px;font-weight: normal;top: -20px;right: -15px;border: none;color:#000000; height:30px; width:30px; display: flex; align-items: center;
    justify-content: center; padding: 0;
}
.popupOpen2 .head1 {font-size:30px;font-weight: 700;text-transform: capitalize;color: var(--dark-color);padding: 20px 8px 30px; line-height: 40px;}
.popupOpen2 figure{margin: 50px 0 10px;}
.popupOpen2 .head2 {font-size: 22px;font-weight: normal;text-transform: capitalize;letter-spacing: normal;color: var(--dark-color);line-height: 34px; padding: 0 10px 55px;}
.popupOpen2 .head2 b{font-size: 32px;}
.popupOpen2 .test2 {width: 100%;font-size: 25px;font-weight: 700;color: var(--dark-color); padding:4px; text-align:center; border-radius:8px;}
.popupOpen2 .test1 {width: 100%;text-align: center;line-height: 32px;font-size: 20px;font-weight: bold;text-transform: capitalize;letter-spacing: normal;color: #333; margin-bottom: 30px}
.popupOpen2 .call-mBottom {
    position: relative;
    background: var(--light-color);
    color: var(--dark-color);
    display: flex;
    padding: 9px 5px;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: right;
    margin: 5px;
    justify-content: center;
    align-items: center;
}
.popupOpen2 .call-mBottom:before {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 28px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--dark-color);
}
.pop_searc_sessn{border-radius: 16px;}
.popupOpen2 .test3{ position:relative; background: var(--blue);}
.popupOpen2 .phone-btn, .popupOpen2 .phone-btn:hover, .popupOpen2 .phone-btn:active, .popupOpen2 .phone-btn:visited {display: inline-block;position: relative;border-radius: 10px;background: #FF690F;color: var(--light-color) !important;overflow: hidden;text-align: left;padding: 10px 25px 13px 25px;font-size: 21px;line-height: 1.1;}
.popupOpen2 .phoneImg {position: absolute;background: url(../images/sprite1.png) no-repeat;background-position: -323px -207px;width: 52px;background-position: -180px -437px;height: 58px;margin-left:10px; top:0px;}
.popupOpen2 .callnow {width: 170px;margin: 10px auto;}
.popupOpen2 .phone2 {font-size: 35px;}
.popupOpen2 .sum {width: 100%;text-align: left;padding: 0px 20px 15px 0px;margin: 0;color: #666666;font-size: 11px;font-weight: 400; text-align:center;}
.popupOpen2 .rightContent {float: left;width: 100%;padding: 20px 0;color: #333;font-size: 14px;font-weight: 400;border-radius: 0 0 8px 8px;}
.popupOpen2 .rightContent ul {float: left;/*width: 100%;*/font-size: 13px;list-style-position: outside; text-align:left;}
.popupOpen2 .rightContent ul li{padding: 10px 0px 0 0;}
.popupOpen2 .rightHead {float: left;width: 100%;padding: 20px 0;background: var(--dark-color);color: var(--light-color);text-align: center;font-size: 16px;font-weight: 400;border-radius: 7px 7px 0 0;border-bottom: 1px solid #bfd9f3;}
.popupOpen2 .rightHead span {float: left;width: 100%;font-weight: 700;color: var(--light-color);font-size: 18px;}
.popupOpen2 .popResons {float: right;background: var(--light-color);width: calc(100% - 20px);border: 1px solid #bfd9f3;border-radius: 8px;padding: 0;margin-top: 30px;margin-right: 20px;}
.popupOpen2 .modal-body {padding: 0px;}
.popupOpen2 .cllphnumber {margin: 20px 0px;text-align: center;}
.popupOpen2 .cllphnumber i {width: 60px;height: 60px;display: inline-block;background: #FF690F;color: var(--light-color);border-radius: 30px;position: relative;top: 17px;margin-right: 10px;}
.popupOpen2 .cllphnumber a {font-size: 40px;font-weight: 700;color: #FF690F;}
.popupOpen2 .cllphnumber a:hover,.popupOpen2 .cllphnumber a:focus{ text-decoration:none;}
.popupOpen2 .cllphnumber i:before {top: 16px;position: absolute;left: 15px;font-size: 28px;}

.paddingnone{padding:0px;}
.popupOpen2 .color1 {color: #000000; position: relative; padding-left: 25px;}
.popupOpen2 .color1:before {
    content: "\e900";
    font-family: 'icomoon';
    font-size: 28px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 16px;
    transform: translate(-50%, -50%);
}
/*Search Error*/
.error-div b {color: var(--dark-color)}
.error-div {color: var(--dark-color)}
/*-------------------- Listing Popup Start Here -----------------------*/

.list_popup { overflow:hidden; background:var(--light-color);}
.list_popup .hd_pop{text-align:center;padding:5px 0px 0px 0px; color:var(--light-color);}
.list_popup .hd_pop p{margin:0px; font-size:75px; color:#ff7555;}
.list_popup .hd_pop h3{font-size:25px; font-weight:400; margin:0px;}
.list_popup  .cont_pop{text-align:center; padding:15px; background:var(--yellow); color:var(--dark-color);}
.list_popup  .cont_pop .srch_btn a{display:inline-block; margin:0px 10px; padding:5px 10px; background:var(--dark-color); color:var(--light-color); text-decoration:none; transition:ease all 1s; border-radius:4px;}
.list_popup  .cont_pop .pop_phn{margin: 0 auto; text-align: center;display: inline-block; margin-top:5px;}
.list_popup  .cont_pop .pop_phn .call_logo{display:inline-block; width:53px; height:63px; background-position:6px 9px; float:left }
.list_popup  .cont_pop .pop_phn .call_num{display:inline-block; float:left;  margin-left:10px;}
.cont_pop .pop_phn .call_num bdo{display:block; font-weight:400; font-size:17px;}
.cont_pop .pop_phn .call_num a{text-decoration:none; color:var(--dark-color);font-size:30px; font-weight:700;}
.cont_pop .brd_line_phn{border-top:1px dashed #ddd; margin-top:20px; }
.cont_pop p{color:var(--dark-color);}
/*-------------------- Listing Popup EndsHere -----------------------*/
/*-------------------- Trustpilot Starts Here-----------------------*/
.trust_pilot{margin:30px 0px;}
/*-------------------- Trustpilot Ends Here -----------------------*/

/********credit card images*************/

/*---------------------((((((((((((((((((((((testimonial))))))))))))))))))))))-----------------*/
.testimonial .col-center {margin: 0 auto;float: none !important;}
.testimonial .carousel {margin: 50px auto;padding: 0 70px;text-align:center;}
.testimonial.carousel .item {color: #999;font-size: 14px;text-align: center;overflow: hidden;min-height: 290px;}
.testimonial .carousel .item .img-box {width: 135px;height: 135px;margin: 0 auto;padding: 5px;border: 1px solid #ddd;border-radius: 50%;}
.testimonial .carousel .img-box img {width: 100%;height: 100%;display: block;border-radius: 50%;}
.testimonial .carousel .testimonialText {padding: 30px 0 10px;}
.testimonial .carousel .overview {font-style: italic;}
.testimonial .carousel .overview b {text-transform: uppercase;color: #7AA641;}
.testimonial .carousel .carousel-control {width: 40px;height: 40px;margin-top: -20px;top: 50%;background: none;}
.testimonial .carousel-control i {font-size: 45px;line-height: 42px;position: absolute;display: inline-block;color: rgba(0, 0, 0, 0.8);text-shadow: 0 3px 3px #e6e6e6, 0 0 0 var(--dark-color);}
.testimonial .carousel .carousel-indicators {bottom: -40px;}
.testimonial .carousel-indicators li, .carousel-indicators li.active {width: 10px;height: 10px;margin: 1px 3px;border-radius: 50%;}
.testimonial .carousel-indicators li {background: #999;border-color: transparent;box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);}
.testimonial .carousel-indicators li.active {background: #555;box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);}
.callshake{-webkit-animation: shakeCallbackWidget 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;animation: shakeCallbackWidget 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-perspective: 1000px;perspective: 1000px;-webkit-animation-delay: 2s;animation-delay: 2s;}
@-webkit-keyframes shakeCallbackWidget {
    2%, 18% {
        -webkit-transform: translate(-1px,0);
        transform: translate(-1px,0);
    }
    4%, 16% {
        -webkit-transform: translate(2px,0);
        transform: translate(2px,0);
    }
    6%, 10%, 14% {
        -webkit-transform: translate(-4px,0);
        transform: translate(-4px,0);
    }
    8%, 12% {
        -webkit-transform: translate(4px,0);
        transform: translate(4px,0);
    }
    20% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}
@keyframes shakeCallbackWidget {
    2%, 18% {
        -webkit-transform: translate(-1px,0);
        transform: translate(-1px,0);
    }
    4%, 16% {
        -webkit-transform: translate(2px,0);
        transform: translate(2px,0);
    }
    6%, 10%, 14% {
        -webkit-transform: translate(-4px,0);
        transform: translate(-4px,0);
    }
    8%, 12% {
        -webkit-transform: translate(4px,0);
        transform: translate(4px,0);
    }
    20% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-webkit-keyframes pulsateInner {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-50%,-50%,0) scale(0.1,0.1);
        transform: translate3d(-50%,-50%,0) scale(0.1,0.1);
        opacity: 0;
    }
    20% {
        opacity: .4;
    }
    40%, 100% {
        visibility: hidden;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.1,1.1);
        transform: translate3d(-50%,-50%,0) scale(1.1,1.1);
        opacity: 0;
    }
}
@keyframes pulsateInner {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-50%,-50%,0) scale(0.1,0.1);
        transform: translate3d(-50%,-50%,0) scale(0.1,0.1);
        opacity: 0;
    }
    20% {
        opacity: .4;
    }
    40%, 100% {
        visibility: hidden;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.1,1.1);
        transform: translate3d(-50%,-50%,0) scale(1.1,1.1);
        opacity: 0;
    }
}
@-webkit-keyframes pulsateOuter {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-50%,-50%,0) scale(0.1,0.1);
        transform: translate3d(-50%,-50%,0) scale(0.1,0.1);
        opacity: 0;
    }
    20% {
        opacity: .3;
    }
    40%, 100% {
        visibility: hidden;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.1,1.1);
        transform: translate3d(-50%,-50%,0) scale(1.1,1.1);
        opacity: 0;
    }
}
@keyframes pulsateOuter {
    0% {
        visibility: visible;
        -webkit-transform: translate3d(-50%,-50%,0) scale(0.1,0.1);
        transform: translate3d(-50%,-50%,0) scale(0.1,0.1);
        opacity: 0;
    }
    20% {
        opacity: .3;
    }
    40%, 100% {
        visibility: hidden;
        -webkit-transform: translate3d(-50%,-50%,0) scale(1.1,1.1);
        transform: translate3d(-50%,-50%,0) scale(1.1,1.1);
        opacity: 0;
    }
}
/*---------------------------- Shake Element Ends here ----------------------------*/
/* ------------------------------------- Blue Beg Start Here ------------------------------------- */
.blue_beg_fund{ margin-top:20px;}
.blue_beg_fund h5{background:var(--dark-color); color:var(--light-color); margin:0px; padding:5px; }
.blue_beg_fund .note{font-size:11px;} 
.blue_beg_fund .blue_beg_cont{padding:10px;border:1px solid #ddd; margin-bottom:5px;}
.blue_beg_fund .blue_beg_cont h3{margin:0px; text-align:center; line-height:15px;font-size: 24px;font-weight: 700;}
.blue_beg_fund .blue_beg_cont h3 small{font-size:12px;}
.blue_beg_fund .blue_beg_cont a{display:block; text-align:center; font-size:13px;}
/* ------------------------------------- Blue Beg Ends Here ------------------------------------- */

/* ------------------------------------- Term and Conditions Table Format Starts Here -------------------------------------  */
.TrConTabVw{margin-bottom:15px;}
.TrConTabVw table{width:100%}
.TrConTabVw .mainHd th{padding:5px; text-align:center; background:var(--dark-color); font-size:18px; color:var(--light-color);}
.TrConTabVw .tcTblSbhead td{padding:5px;  background:#e1e1e1; font-weight:700; }
.TrConTabVw .tcTblSbhead td:nth-child(1){width:40%;text-align:left}
.TrConTabVw .tcTblSbhead td:nth-child(2){width:30%;text-align:center;}
.TrConTabVw .tcTblSbhead td:nth-child(3){width:30%;text-align:center;}
.TrConTabVw .tcTblSbheadname td{width:15%; background:#e1e1e1; padding:5px; text-align:center;font-weight:700;  }
.TrConTabVw .tcTblCnt td{}
.TrConTabVw .tcTblCnt td.tcTbltxt{width:40%; padding:5px; text-align:left;}
.TrConTabVw .tcTblCnt td.tcTblprc{width:15%; padding:5px; text-align:center;}
.tcTblNbCrHt table{width:100%;margin-bottom:15px;}
.tcTblNbCrHt .trcMainHD th{padding:5px; text-align:center; background:var(--dark-color); font-size:18px; color:var(--light-color);}
.tcTblNbCrHt .tcSbhead td{padding:5px; background:#e1e1e1; font-weight:700;}
.tcTblNbCrHt .tctxtCnt td{padding:5px;}
.tcTblNbCrHt .tcSbhead td:nth-child(1), .tcTblNbCrHt .tctxtCnt td:nth-child(1){width:40%; text-align:left}
.tcTblNbCrHt .tcSbhead td:nth-child(2), .tcTblNbCrHt .tctxtCnt td:nth-child(2){width:30%;text-align:center;}
.tcTblNbCrHt .tcSbhead td:nth-child(3), .tcTblNbCrHt .tctxtCnt td:nth-child(3){width:30%;text-align:center;}


/* ------------------------------------- Term and Conditions Table Format Ends Here -------------------------------------  */
.popupOpen2 .btnPhone_popup span{    width: 100%;font-size: 25px;font-weight: 700;color: var(--dark-color);padding: 4px;text-align: center;}
#showmoreFilters, #showmoreAirlinesActual, #showmoreAirlinesNearby, #showmoreAirlinesFlexi{ cursor:pointer;    color: var(--dark-color);}




@media screen and (max-width: 767px) {

.popupOpen2 .modal-dialog{width:auto;}
.popupOpen2 .head1{font-size:24px;}
.popupOpen2 .leftside{margin:0px;}
.popupOpen2 .test3{background: var(--blue);color: #000000;padding-top: 16px; padding-bottom: 16px; font-size: 16px; border-radius: 0 0 16px 16px;}
.popupOpen2 .color1{font-weight:600; font-size:30px;}
.pinterest, .pinterest:hover { margin-top: 17px; }
    
}


