*{margin:0;padding:0;outline:0;box-sizing:border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav.navi, section{display:block;}
body {
    font: 100% Rubik, sans-serif;
}

.clearfix{clear:both;height:0;}
.show{display:block;}
.hide{display:none;}
.left{float:left;}
.right{float:right;}

ul:after, .head:after, .wrapper:after, .recentSearches ul li div:after, .travellersBox:after, .modifySearchFlDtlRow:after, .modifySearchTrvlsRow:after, .modifySearchContentLft:after, .modifySearchClsRow:after, .searchPageHeader:after, .flightSearchResultsBox:after, .flightResultContainer:after, .totalFareBookbox:after, .termsAndFareDetails:after, .termsAndConditionsAgree:after, .paxRow:after, .paxSection:after, .paxIntInfo:after, .addContactinfo:after, .pageContent:after, .pageContentIn:after, .subsForm:after, .trackPNRFrm:after, .timeline section:after, .simSearchFrm:after, .flightTimingInfo:after, .other_login_signup:after, .searchEngineInputs:after, ul.checkInClose li:after, .login_container:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.travellersImage {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 14px;
    left: 14px;
}
.fadeMe,
.fadeMeLoader,
.fadeMeFrame{width:100%;height:100%;z-index:62;top:0;left:0;position:fixed;background:rgba(73, 140, 200, 0.9);display:none;}
.fadeMeLoader{background:none;}
.fadeMeFrame{z-index:63;}
.fadeMeLoader{z-index:64;display:block;}

.popBoxWindowOuter{width:100%;height:100%;display:none;position:fixed;top:0px;left:0px;background:rgba(73, 140, 200, 0.9);z-index:90;}
.popBoxWindowInner{width:50%;position:absolute;top:40%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);border-radius:3px;background:#fff;padding-bottom:20px;z-index:99;}
.popBoxWindowHeading{padding:15px 20px;font-size:18px;font-weight:bold;color:#495057;border-bottom:1px solid #dee2e6;display:block;}
.popBoxWindowTxt{padding:20px;height:300px;overflow-y:scroll;}
.popBoxWindowTxt p{font-size:13px;font-weight:300;color:#495057;margin:0 0 15px 0;text-align:justify;}
.popBoxWindowTxt ul{list-style:square;padding-left:20px;margin-bottom:15px;}
.popBoxWindowTxt ul li{font-size:13px;font-weight:300;color:#495057;margin:0 0 2px 0;}
.popBoxWindowTxt h3,
.popBoxWindowTxt h4{font-size:15px;font-weight:bold;color:#495057;margin:0 0 15px 0;}
.popBoxWindowTxt h4{font-size:13px;}
.popBoxWindowClose{padding-top:4px;display:inline-block;position:absolute;top:6px;right:15px;font-family:Rubik;font-size:22px;color:#495057;}
.popBoxWindowClose:hover{color:#c92a2a;}
.inquirtBtn{height:48px;width:150px;background-color:#c92a2a;border-radius:5px;color:#ffffff;font-size:18px;font-weight:bold;text-align:center;display:block;line-height:48px;}

#iframeOuter{position:absolute;width:616px;height:632px;border-radius:5px;background-color:#ffffff;box-shadow:0 2px 4px 0 #00000019;border:solid 1px #e9ecef;top:50px;left:50%;margin:0 0 0 -345px;z-index:65;display:none;}
.sendInquiryFrame{border:none;width:100%;height:560px;}
.inquiryForm{}
.inquiryFormContainer{background:#fff;width:100%;height:100%}
#iframeOuter h4{font-size:14px;font-weight:bold;text-align:center;color:#495057;padding:20px 0;border-bottom:solid 1px #dee2e6;}
#iframeOuter h4 span.closeFrame{color:#ced4da;font:16px/14px verdana,arial;line-height:14px;float:right;padding-right:20px;font-weight:300;cursor:pointer;}
#iframeOuter h4 span.closeFrame:hover{color:#c92a2a;}
.inquiryForm{width:416px;margin:0 auto;padding-top:30px;}
.inqFrmTxtbx{margin-bottom:15px;}
.inqFrmTxtbx label{display:block;font-size:14px;color:#343a40;padding-bottom:7px;width:100%;}
.inqFrmTxtbx input,
.inqFrmTxtbx textarea{display:block;height:47px;padding:10px 17px;border-radius:5px;background-color:#f3f2f2;font-size:14px;line-height:27px;color:#495057;border:0;width:100%;}
.inqFrmTxtbx textarea{height:150px;resize:none;}
.inqFrmTxtbtn{margin:20px 0 0 0;width:83px;height:48px;border-radius:5px;background-color:#c92a2a;font-size:18px;font-weight:bold;text-align:center;color:#ffffff;line-height:48px;border:0;cursor:pointer;}


#loaderFlight{
    position:fixed;
    z-index:6;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(73, 140, 200, 0.9);
}

#loaderFlight img{
    z-index:6;
    width:300px;
    height:300px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-150px 0 0 -150px;
}

.overFlowHidden {
		overflow-y:hidden;
	}

.flightSearchError {
    width: 100%;
    height: 100%;
    background: rgba(73,147,212,.9);
    position: fixed;
    top:0;
    left: 0;
    bottom:0;
    z-index: 9;
    display:none;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-top: 9%;
}

/* Request a Call Back */

body::after{
    position:absolute; 
    width:0; 
    height:0; 
    overflow:hidden; 
    z-index:-1;
    content:url(../../images/default/call_back_hov.png);
}

.call_back_btn {
    width:130px;
    height:50px;
    background:#d0011b url(../../images/default/call_back.png) no-repeat left 10px center;
    border-radius:5px 0 0 5px;
    position:fixed;
    top:220px;
    right:0px;
    padding:9px 5px 3px 50px;
    cursor:pointer;   
    z-index:3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.call_back_btn:hover {
    width:135px;
    background:#d0011b url(../../images/default/call_back_hov.png) no-repeat left 10px center;
}

.call_back_btn p {
    font-size:14px;
    font-weight:bold;
    color:#fff;
    line-height:18px;
}

.call_back_frm {
    width:280px;
    position:fixed;
    top:220px;
    right:-300px;
    z-index:8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.call_back_frm.inViewElement,
.call_back_thanks.inViewElement {
    right:0;
}

.call_back_btn.inViewElement {
    right:-150px;
}

.call_back_hdr {
    height:44px;
    background:#f4f4f4 url(../../images/default/call_back_red.png) no-repeat left 10px center;
    font-size:20px;
    font-weight:bold;
    line-height:44px;
    color:#d0011b;
    padding-left:40px;
    position:relative;
    border-top-left-radius:8px;
}

.close_call_back_frm {
    width:40px;
    height:44px;
    background:#d0011b;
    position:absolute;
    right:0;
    text-align:center;
    line-height:44px;
    font-size:22px;
    color:#fff; 
    cursor:pointer;   
}

.call_back_frm_btn {
    height:44px;
}

.call_back_frm_btn input {
    height:44px;
    color:#fff;
    background:#d0011b;
    font-size:22px;
    line-height:44px;
    width:100%;
    border:0;
    text-transform:uppercase;
    border-bottom-left-radius:8px;
    cursor:pointer;
    letter-spacing:1px;
}

.call_back_frm_bdy {
    padding:10px;
    background:rgba(255,255,255,0.9);
}

.call_back_frm_bdy p {
    font-size:13px;
    line-height:13px;
    color:#666;
}

.cbfTxtBx {
    position:relative;
    margin-top:10px;
}

.cbfTxtBx span {
    position:absolute;
    font-size:16px;
    color:#f00;
    right:10px;
    top:15px;
}

.cbfTxtBx span.errorTxt {
    font-size:13px;
    top:12px;
}

.cbfTxtBx input,
.cbfTxtBx textarea {
    height:40px;
    width:100%;
    background:#f4f4f4;
    padding:7px;
    line-height:26px;
    font-size:14px;
    color:#333;    
    border-radius:8px;
    border:1px solid #c1c1c1;    
}

.cbfTxtBx textarea {
    height:80px;
    font-family:Rubik, sans-serif;
    font-size:14px;
    font-weight:300;
    resize:none;
    line-height:18px;
}

.call_back_thanks {
    width:280px;
    position:fixed;
    top:220px;
    right:-300px;
    z-index:8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.call_back_thanks .call_back_hdr {
    padding-left:10px;
    background:#f4f4f4;
}

.close_call_back_thanks {
    width:40px;
    height:44px;
    background:#d0011b;
    position:absolute;
    right:0;
    text-align:center;
    line-height:44px;
    font-size:22px;
    color:#fff; 
    cursor:pointer;   
}

.call_back_thanks .call_back_frm_bdy {
    border-bottom-left-radius:8px;
    font-size:14px;
    color:#333; 
    padding:10px 10px 12px 10px;
}


.chatBadge {
    position:fixed;
    right:10px;
    width: 230px;
    bottom:0;
    background:#d0011b;
    color:#fff;
    font-size:17px;
    line-height:17px;
    padding:8px 0;
    border-radius:5px 5px 0 0;
    transition:all 0.5s ease-out;
    cursor:pointer;
    z-index:9;
    text-align:center;
}

.chatBadge:hover {
    padding:9px 0;
}

.chatBox {
    position:fixed;
    bottom:0px;
    right:15px;
    z-index:9;
    display:none;
    width:320px;
    background:#fff;
}

.chatBox iframe {
    width:100%;
    height:460px;
}

.closeChat {
    border: 1px solid #ffffff;
    position:absolute;
    background:#F5F5F5;
    right:5px;
    top:4px;
    border-radius:3px;
    padding:0 10px;
    color:#000;
    font-size:13px;
    height:24px;
    line-height:24px;
    text-align:center;
    cursor:pointer;
    z-index:8;

}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#newLink {
    width: 44px;
    height: 14px;
    background:#d0011b;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    animation:blinker 1s infinite;
    position:absolute;
    top:8px;
    left:45px;
  }
  @keyframes blinker{
    50%{    color: #fff; opacity: 0; }
  }

  #newLink:before {
    content: "";
    position: absolute;
    left: 18px;
    bottom: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid #d0011b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

/* Request a Call Back End*/


@media only screen and (max-width: 1040px) {
    body {
        background:#fff;
    }

        body .wrapper {
            width: 92%;
            margin: 0 auto;
        }

    .closeMenu {
        display:block;
    }
    

.userDetails {
    padding:0 4.5%;
}
.userDetails:before {
content:"\f2be";
font-family:FontAwesome;
color:#fff;
font-size:34px;
line-height:34px;
float:left;
margin-right:10px;
}

.userDetails ul {
padding: 0;
}
.userDetails ul li {
display: block;
font-size: 13px;
line-height: 18px;
color: #fff;
font-weight: 300;
}
.userDetails ul li a {
        color:#fff;
        font-weight:bold;
}

    #iframeOuter {
        width:94%;
        margin-left:-47%;
    }

    .inquiryForm {
        width:100%;
        padding:20px 15px;
    }

    .inqFrmTxtbx textarea {
        height:80px;
    }

    #backToTop {
    width:34px;
    height:34px;
}
    #backToTop:after {
        font-size:20px;
        line-height:31px;     
    }

    .flightSearchError {
    font-size: 16px;
    padding:15% 5%;
}

.subNav li#pnlCountryFlag {
    padding:15px 0 0 17px;
}

#Uppnl input {
    float:left;
}

#Uppnl ul {
float:left;
margin:0;
width:auto;
border-radius:0;
}
#Uppnl ul li {
    display:block;
    float:left; 
    margin:0 0 0 40px;
    padding:0;
}

.call_back_btn {
    display:none;
}
#newLink {
    left:160px;
    top:14px;
    width:40px;
    text-align:left;
    padding-left:6px;
    border-radius:0 2px 2px 0;
}
  #newLink:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 0;
    border-right: 6px solid #d0011b;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
}

@media only screen and (max-width: 340px) {
    .g-recaptcha {
        margin-left:-16px;
    }

    .inqFrmTxtbtn {
        width:100%;
    }

    #newLink {
        left:120px;
    }
}

 

@media only screen and (max-width: 991px) {
    .bbbSeal {
        position: relative;
        right: 0;
        text-align: center;
        width: 100%;
        top: 0;
        margin: 20px 0 0 0;
    }

    a#bbblink.ruhzbal, a#bbblink.ruhzbul {
        margin: 18px auto 0 auto !important;
    }
}