﻿.trustbutton-div h1 {
    font-size: 35px !important;
    color: #000 !important;
    margin: 20px 0 !important;
    font-weight: bold !important;
    text-align: center !important
}
.trustbutton-div{
    width:100% !important;
    padding-left:15px !important;
    padding-right:15px !important;

}

.trustbutton-main-div {
    width: 100% !important;
    margin-top: 0px !important;
    background-color: #ffffff !important;
    box-shadow: none !important;
    padding: 0 !important;
    float: left !important;
}

.border {
    background: url(/img/dividers_vertical.png) 0 0 no-repeat !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-size: 3px !important;
}

.main-block, .social-icon {
    transition: transform .6s !important;
}

    .main-block:hover, .social-icon:hover {
        -ms-transform: scale(1.1) !important;
        -webkit-transform: scale(1.1) !important;
        transform: scale(1.1) !important;
        color: #086cc3 !important;
    }

.footer-input-box input[type="text"] {
    border: 2px solid #133F65 !important;
    border-radius: 30px !important;
    padding: 7px !important;
    padding-left: 17px !important;
    font-size: 12px !important;
    width: 296px !important;
}
.todayDealHome h1 {
    font-size: 35px !important;
    color: #000 !important;
    margin: 20px !important;
    font-weight: bold !important;
    text-align: center !important;
}
@media (max-width: 991px) {
    .riview_blocl img, .image-align-center img, .trustbutton-div, .owl-carousel, .popular-routes-main-div ul li, .footer-links {
        width: 100% !important;
    }

}

.trustbutton-main-div .main-block p {
    font-family: 'Montserrat', sans-serif !important;
    text-align: center !important;
    font-size: 11px !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}
.trustbutton-main-div .main-block h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #133f64 !important;
    text-align: center !important;
}
@media (max-width: 767px) {
    .trustbutton-div h1 {
        font-size: 30px !important;
    }
    .trustbutton-div .border {
        background: none !important;
        float: left;
        width: 25%;
        padding: 10px 4px;
    }
    .trustbutton-main-div .main-block p{
        display:none;
    }
    .trustbutton-div .main-block img{
        height:34px !important
    }
    .trustbutton-main-div .main-block h3 {
        font-size: 10px!important
    }
    .todayDealHome {
        margin-top: 2px !important;
    }

    todayDealHome h1 {
        font-size: 22px !important;
        color: red !important
    }
}

.clock {
    margin-left: 5px;
    /*background: #008dca;*/
    background: #018997 !important;
    color: #fff;
    padding: 1px 10px;
    font-weight: 500;
    float: right;
    margin: -27px 322px 1px 0px;
    border-radius: 27px;
    border: solid 1px #008dca;
}
@media (max-width: 767px) {
    todayDealHome h1 {
        font-size: 22px !important;
        color: red !important
    }
    .clock {
        background: #018997;
        /*background: #008dca;*/
        color: #fff;
        padding: 1px 10px;
        font-weight: 500;
        float: left;
        margin: 24px 13px 2px 39px;
        border-radius: 27px;
        border: solid 1px #008dca;
    }
}

/*#callLayerDesktop {
    z-index: 1050;
}
    #callLayerDesktop .modal-dialog .modal-content {
        margin-top: 10vh;
    }
    #callLayerDesktop .call-group {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 20px 10px 40px;
    }
    #callLayerDesktop .pricealert-group {
        width: 100%;
        display: inline-block;
        padding: 20px;
        background: #f6f6f6;
        border-top: 1px solid #e5e5e5;
        border-radius: 0 0 4px 4px;
    }
        #callLayerDesktop .pricealert-group h3 {
            font-size: 16px;
            font-weight: bold;
            color: #666;
            margin-bottom: 10px;
        }
.NewsletterDiv {
    margin: 0;
}

#callLayerDesktop .pricealert-group #CallOverlayAlert .NewsletterFormDiv .NewsletterVal {
    width: 100%;
    color: #ec2b2b;
    font-size: 12px;
    margin-top: 5px;
}*/

/*For popup*//*
header {
    background: #000;
    height: 54px;
    width: 100%;
    float: left;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    header {
        height: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    header {
        height: auto;
    }
}

header .logo {
    background: url(/sites/1/images/LeaveBehind/logo.svg) no-repeat;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 250px;
    height: 30px;
    margin: 12px 0 0;
    display: block;
    float: left;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    header .logo {
        float: none;
        margin: 12px auto 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    header .logo {
        float: none;
        margin: 12px auto 0;
    }
}

header ul.call {
    float: right;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    header ul.call {
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    header ul.call {
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0;
    }
}

header ul.call li {
    margin-right: 31px;
    display: inline;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    header ul.call li {
        display: block;
        float: left;
        margin: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    header ul.call li {
        display: block;
        float: left;
        margin: 0;
    }
}

header ul.call li img {
    margin-right: 15px;
    float: left;
}

header ul.call a {
    color: #fac637;
    text-decoration: underline;
    font-size: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    header ul.call a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    header ul.call a {
        font-size: 14px;
    }
}

.stage {
    background: url(https://cf.smartfares.com/sites/1/images/LeaveBehind/leave-behind-bg.jpg) top right no-repeat;
    max-height: 714px;
    width: 100%;
    height: 714px;
    float: left;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        background: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        background: none;
    }
}

.stage .left-side {
    float: left;
    max-height: 714px;
    height: 100%;
    background: url(https://cf.smartfares.com/sites/1/images/LeaveBehind/white-shade.png) left top no-repeat;
    width: 642px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .left-side {
        width: 50%;
        background-position: right top;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .left-side {
        width: 50%;
        background-position: right top;
    }
}

.stage .left-side .callcenter-thumb {
    position: relative;
    background: url(https://cf.smartfares.com/sites/1/images/LeaveBehind/call-center.png) no-repeat;
    width: 322px;
    height: 351px;
    margin: 191px 0 30px 70px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .left-side .callcenter-thumb {
        -webkit-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        margin: 0 auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .left-side .callcenter-thumb {
        -webkit-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .left-side .callcenter-thumb {
        -webkit-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        margin: -38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .left-side .callcenter-thumb {
        -webkit-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        margin: -38px;
    }
}

.stage .left-side .callcenter-thumb .allday {
    display: block;
    content: "";
    background: url(https://cf.smartfares.com/sites/1/images/LeaveBehind/247-balloon.png) no-repeat;
    width: 384px;
    height: 176px;
    top: -133px;
    right: -216px;
    position: absolute;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .left-side .callcenter-thumb .allday {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
        top: -83px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .left-side .callcenter-thumb .allday {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
        top: -83px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .left-side .callcenter-thumb .allday {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
        top: -83px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .left-side .callcenter-thumb .allday {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
        top: -83px;
    }
}

.stage .left-side .avail {
    background: rgba(255, 255, 255, 0.72);
    border-radius: 100px;
    color: #46a500;
    font-size: 36px;
    padding: 10px;
    width: 305px;
    text-align: center;
    margin-left: 70px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .left-side .avail {
        margin: -73px auto 21px;
        font-size: 28px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .left-side .avail {
        margin: -73px auto 21px;
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .left-side .avail {
        width: auto;
        font-size: 20px;
        margin: -30px 48px 0;
        display: inline-block;
        float: left;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .left-side .avail {
        width: auto;
        font-size: 20px;
        margin: -30px 48px 0;
        display: inline-block;
        float: left;
    }
}

.stage .right-side {
    float: right;
    width: calc(100% - 642px);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side {
        width: 100%;
        background: url(https://cf.smartfares.com/sites/1/images/LeaveBehind/leave-behind-bg.jpg) top right no-repeat;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side {
        width: 100%;
        background: url(https://cf.smartfares.com/sites/1/images/LeaveBehind/leave-behind-bg.jpg) top right no-repeat;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side {
        width: 50%;
    }
}

.stage .right-side h1 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    margin: 20px 34px 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side h1 {
        margin: 25px auto;
        font-size: 26px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side h1 {
        margin: 25px auto;
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side h1 {
        margin: 20px 0;
        font-size: 26px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side h1 {
        margin: 20px 0;
        font-size: 26px;
    }
}

@media only screen and (min-width: 1191px) and (max-width: 1280px) {
    .stage .right-side h1 {
        margin: 20px 0;
        font-size: 32px;
    }
}

.stage .right-side h1 strong {
    font-size: 50px;
    display: block;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side h1 strong {
        font-size: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side h1 strong {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side h1 strong {
        font-size: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side h1 strong {
        font-size: 40px;
    }
}

@media only screen and (min-width: 1191px) and (max-width: 1280px) {
    .stage .right-side h1 strong {
        font-size: 40px;
    }
}

.stage .right-side ul {
    color: #fff;
    font-size: 28px;
    padding: 0;
}

    .stage .right-side ul li {
        list-style: none;
        width: 100%;
        float: left;
        font-size: 36px;
        margin-bottom: 30px;
    }

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side ul li {
        font-size: 20px;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side ul li {
        font-size: 20px;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side ul li {
        font-size: 22px;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side ul li {
        font-size: 22px;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (min-width: 1191px) and (max-width: 1280px) {
    .stage .right-side ul li {
        font-size: 32px;
    }
}

.stage .right-side ul li:before {
    background: url(https://cf.smartfares.com/sites/1/images/LeaveBehind/check-list.png) no-repeat;
    width: 51px;
    height: 51px;
    content: "";
    display: inline-block;
    margin-right: 15px;
    float: left;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side ul li:before {
        -webkit-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side ul li:before {
        -webkit-transform: scale(0.5, 0.5);
        -ms-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side ul li:before {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side ul li:before {
        -webkit-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7);
    }
}

.stage .right-side ul li:first-child {
    margin-left: -20px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side ul li:first-child {
        margin-left: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side ul li:first-child {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side ul li:first-child {
        margin-left: -41px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side ul li:first-child {
        margin-left: -41px;
    }
}

.stage .right-side ul li:nth-child(2) {
    margin-left: -80px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side ul li:nth-child(2) {
        margin-left: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side ul li:nth-child(2) {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side ul li:nth-child(2) {
        margin-left: -101px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side ul li:nth-child(2) {
        margin-left: -101px;
    }
}

.stage .right-side ul li:last-child {
    margin-left: -90px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side ul li:last-child {
        margin-left: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side ul li:last-child {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side ul li:last-child {
        margin-left: -121px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side ul li:last-child {
        margin-left: -121px;
    }
}

.stage .right-side ul li span {
    color: #fac637;
}

.stage .right-side .call-section {
    width: 100%;
    float: left;
}

    .stage .right-side .call-section a.callNow {
        background: #f65700;
        -webkit-filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.5));
        padding: 10px 80px;
        text-align: center;
        border-radius: 200px;
        color: #fff;
        font-size: 32px;
        text-decoration: none;
        float: left;
        margin-left: -80px;
        position: relative;
    }

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side .call-section a.callNow {
        padding: 10px;
        margin: 20px;
        width: 80%;
        font-size: 22px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side .call-section a.callNow {
        padding: 10px;
        margin: 20px;
        width: 80%;
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side .call-section a.callNow {
        padding: 10px 70px;
        margin: 20px;
        font-size: 26px;
        margin-left: -100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side .call-section a.callNow {
        padding: 10px 70px;
        margin: 20px;
        font-size: 26px;
        margin-left: -100px;
    }
}

@media only screen and (min-width: 1191px) and (max-width: 1280px) {
    .stage .right-side .call-section a.callNow {
        padding: 10px 70px;
        margin: 20px;
        font-size: 26px;
        margin-left: -100px;
    }
}

.stage .right-side .call-section a.callNow:before {
    background: url(https://cf.smartfares.com/sites/1/images/LeaveBehind/call-icon.png) no-repeat;
    width: 118px;
    height: 118px;
    position: absolute;
    left: -41px;
    top: -10px;
    content: "";
    display: block;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side .call-section a.callNow:before {
        -webkit-transform: scale(0.75, 0.75);
        -ms-transform: scale(0.75, 0.75);
        transform: scale(0.75, 0.75);
        left: -31px;
        top: -20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side .call-section a.callNow:before {
        -webkit-transform: scale(0.75, 0.75);
        -ms-transform: scale(0.75, 0.75);
        transform: scale(0.75, 0.75);
        left: -31px;
        top: -20px;
    }
}

.stage .right-side .call-section a.callNow strong {
    display: block;
    font-size: 35px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side .call-section a.callNow strong {
        font-size: 26px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side .call-section a.callNow strong {
        font-size: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side .call-section a.callNow strong {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side .call-section a.callNow strong {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1191px) and (max-width: 1280px) {
    .stage .right-side .call-section a.callNow strong {
        font-size: 30px;
    }
}

.stage .right-side .call-section div.call-nums {
    margin-left: 22px;
    float: left;
    margin-top: 12px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side .call-section div.call-nums {
        margin: 0;
        text-align: center;
        padding: 20px 0;
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side .call-section div.call-nums {
        margin: 0;
        text-align: center;
        padding: 20px 0;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stage .right-side .call-section div.call-nums {
        margin-left: -82px;
        margin-top: 20px;
        clear: both;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1190px) {
    .stage .right-side .call-section div.call-nums {
        margin-left: -82px;
        margin-top: 20px;
        clear: both;
    }
}

@media only screen and (min-width: 1191px) and (max-width: 1280px) {
    .stage .right-side .call-section div.call-nums {
        margin-left: 0;
        margin-top: 25px;
    }
}

.stage .right-side .call-section div.call-nums a {
    display: block;
    color: #fac637;
    font-size: 24px;
    text-decoration: none;
}

    .stage .right-side .call-section div.call-nums a:first-child {
        font-size: 36px;
    }

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .stage .right-side .call-section div.call-nums a:first-child {
        font-size: 28px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .stage .right-side .call-section div.call-nums a:first-child {
        font-size: 28px;
    }
}
*/
/*Pop-close here external popoup*/

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    z-index: 101;
    display: none;
}


.instructions {
    text-align: center;
    font-size: 20px;
    margin: 15vh;
}

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    z-index: 101;
    display: none;
}

.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 700px;
    height: 384px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 102;
}

#btnClose {
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

    #btnClose:hover {
        color: #fba406 !important;
    }

.popup_top {
    border-radius: 20px 20px 0 0;
}

#delayedPopup > div {
    float: left;
    display: block;
    width: 100%;
    padding: 1% 3%;
    font-size: 18px;
    color: #666;
    clear: left;
    background: linear-gradient(45deg, #49494a, #ff0b00);
}

.no-padding {
    padding: 0px !important;
}

.popup_left {
    width: 20%;
    float: left;
    padding-top: 10px;
}

.popup_middle {
    width: 70%;
    float: left;
    text-align: center;
    padding-top: 15px;
}

    .popup_middle h2 {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0px;
        text-align: center;
    }

    .popup_middle p {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff;
        margin: 0;
        padding: 0px;
        text-align: center;
    }

.popup_left img {
    width: 100%;
    float: :left;
}

.popup_right {
    width: 10%;
    float: left;
    text-align: right;
}

#delayedPopup .popup_main_con {
    float: left;
    position: relative;
    width: 100%;
    height: 310px;
    background: url(../img/call_ceter.png)#f7f7f5;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-position: 104% 106%;
    border-radius: 0 0 20px 20px;
}

.pop_divconone {
    float: left;
}

    .pop_divconone p {
        color: #000;
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    .pop_divconone h3 {
        color: #ff0b00;
        font-size: 20px;
        margin-top: 10px;
    }

.callus_div {
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0 0 0;
}

.call_divc {
    float: left;
    width: 95%;
    background: #fff url(../images/headset_icon.png) no-repeat 6px 40px;
    margin: 5px 5px;
    text-align: left;
    padding: 10px 10px 15px 50px;
    border-radius: 8px;
    border: 1px solid #bfd9f3;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.12);
    text-transform: uppercase;
}

    .call_divc > a {
        font-size: 20px;
        color: #ff0b00;
        font-weight: bold;
    }

        .call_divc > a:hover {
            color: #fba406;
            text-decoration: none;
        }

    .call_divc > p {
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
        text-align: center;
    }

.cllnow_popup {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .cllnow_popup > a {
        background: #ff0b00;
        color: #fff;
        padding: 10px 15px;
        border-radius: 20px;
        font-weight: bold;
        font-size: 16px;
    }

        .cllnow_popup > a:hover {
            color: #fff;
        }

        .cllnow_popup > a i {
            padding: 2px 4px;
            border: 2px solid #fff;
            border-radius: 100%;
            font-size: 20px;
            margin-right: 5px;
        }

.pop_divcon {
    float: left;
}

.popup_reason {
    border: 1px solid #bfd9f3;
    border-radius: 10px;
    float: left;
    margin-top: 40px;
}

.reason_header {
    background: #49494a;
    padding: 6px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    float: left;
    text-align: center;
}

    .reason_header > h5 {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .reason_header > p {
        font-size: 14px;
        color: #fff !important;
        font-weight: 500;
    }

.reason_content {
    padding: 6px;
    background: #fff;
    float: left;
    border-radius: 0 0 10px 10px;
}

    .reason_content div {
        float: left;
    }

        .reason_content div > p {
            font-size: 12px;
            color: #000;
        }

        .reason_content div > img {
            width: 20%;
            float: left;
            margin-right: 6px;
        }

.callus_div > p {
    font-size: 10px;
    color: #000;
    margin-top: 11px;
}

.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 700px;
    height: 384px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 102;
}

.sessionP {
    text-align: right;
}
.instructions {
    text-align: center;
    font-size: 20px;
    margin: 15vh;
}

.backgroundOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .85;
    filter: alpha(opacity=85);
    -moz-opacity: .85;
    z-index: 101;
    display: none;
}

.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 700px;
    height: 384px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 102;
}

#btnClose {
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

    #btnClose:hover {
        color: #c90c12;
    }

.popup_top {
    border-radius: 20px 20px 0 0;
}

#delayedPopup > div {
    float: left;
    display: block;
    width: 100%;
    padding: 1% 3%;
    font-size: 18px;
    color: #666;
    clear: left;
    background: linear-gradient(45deg, #fba406, #0074a0);
}

.no-padding {
    padding: 0px !important;
}

.popup_left {
    width: 20%;
    float: left;
    padding-top: 10px;
}

.popup_middle {
    width: 70%;
    float: left;
    text-align: center;
    padding-top: 15px;
}

    .popup_middle h2 {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0px;
        text-align: center;
    }

    .popup_middle p {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #fff !important;
        margin: 0;
        padding: 0px;
        text-align: center;
    }

.popup_left img {
    width: 100%;
    float: :left;
}

.popup_right {
    width: 10%;
    float: left;
    text-align: right;
}

#delayedPopup .popup_main_con {
    float: left;
    position: relative;
    width: 100%;
    height: 310px;
    background: url(../img/call_ceter.png)#f7f7f5;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-position: 104% 106%;
    border-radius: 0 0 20px 20px;
}

.pop_divconone {
    float: left;
}

    .pop_divconone p {
        color: #000;
        font-size: 15px;
        margin: 0;
        padding: 0;
    }

    .pop_divconone h3 {
        color: #013998;
        font-size: 20px;
        margin-top: 10px;
    }

.callus_div {
    float: left;
    width: 100%;
    padding: 0px 0px;
    margin: 0px 0 0 0;
}

.call_divc {
    float: left;
    width: 95%;
    background: #fff url(../images/headset_icon.png) no-repeat 6px 40px;
    margin: 5px 5px;
    text-align: left;
    padding: 10px 10px 15px 50px;
    border-radius: 8px;
    border: 1px solid #bfd9f3;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.12);
    text-transform: uppercase;
}

    .call_divc > a {
        font-size: 20px;
        color: #1b4da2;
        font-weight: bold;
    }

        .call_divc > a:hover {
            color: #fba406;
            text-decoration: none;
        }

    .call_divc > p {
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
        text-align: center;
    }

.cllnow_popup {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .cllnow_popup > a {
        background: #fba406;
        color: #fff;
        padding: 10px 15px;
        border-radius: 20px;
        font-weight: bold;
        font-size: 16px;
    }

        .cllnow_popup > a:hover {
            color: #fff;
        }

        .cllnow_popup > a i {
            padding: 2px 4px;
            border: 2px solid #fff;
            border-radius: 100%;
            font-size: 20px;
            margin-right: 5px;
        }

.pop_divcon {
    float: left;
}

.popup_reason {
    border: 1px solid #bfd9f3;
    border-radius: 10px;
    float: left;
    margin-top: 40px;
}

.reason_header {
    background: #49494a;
    padding: 6px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    float: left;
    text-align: center;
}

    .reason_header > h5 {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    .reason_header > p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
    }

.reason_content {
    padding: 6px;
    background: #fff;
    float: left;
    border-radius: 0 0 10px 10px;
}

    .reason_content div {
        float: left;
    }

        .reason_content div > p {
            font-size: 12px;
            color: #000;
        }

        .reason_content div > img {
            width: 20%;
            float: left;
            margin-right: 6px;
        }

.callus_div > p {
    font-size: 10px;
    color: #000;
    margin-top: 11px;
}

.delayedPopupWindow {
    display: none;
    position: fixed;
    width: auto;
    max-width: 700px;
    height: 384px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 102;
}

.sessionP {
    text-align: right;
}
.flight-description-btn {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    padding: 3px 300px;
    display: block;
    cursor: pointer;
    background-color: #e7eff2;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #2986a0;
    /*   background-image: linear-gradient(to right, #06556b,#41abc9,#06556b);*/
    color: #fff;
    margin: -3px -20px -26px -21px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #delayedPopup .popup_main_con {
        height: 326px;
    }

    .delayedPopupWindow {
        left: 38%;
    }

    .callus_div {
        width: 56%;
    }

    .call_divc > p {
        font-size: 11px;
    }

    .call_divc > a {
        font-size: 16px;
    }

    .call_divc {
        background: #fff url(../images/headset_icon.png) no-repeat 3px 40px;
        padding: 10px 10px 15px 40px;
    }

    .pop_divconone h3 {
        font-size: 16px;
    }

    .delayedPopupWindow_resl {
        left: 10%;
    }

    #delayedPopup > div {
        padding: 1% 1%;
    }
    .flight-description-btn {
        font-size: 10px;
        color: #000;
        font-weight: 700;
        padding: -13px 92px 0px 0px;
        display: block;
        cursor: pointer;
        background-color: #e7eff2;
        position: relative;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #2986a0;
        /* background-image: linear-gradient(to right, #06556b,#41abc9,#06556b); */
        color: #fff;
        margin: 23px -16px -22px -16px;
    }
    .matrixSlider-inner {
        background: #fff;
        padding: 20px 15px 10px;
        border: 1px solid #ccc;
    }

        .matrixSlider-inner .arilin_price {
            /*font-weight: bold;*/
            font-size: 17px;
            border-top: 2px groove #ccc;
            border-bottom: 2px groove #ccc;
            padding-bottom: 0px;
            padding: 3px 0;
            color: #009fe3;
            margin-bottom: 0;
            text-decoration: underline;
            background-color: #018997;
            color: white !important;
        }

    .arilin_logo {
        border-top: 2px groove #ccc;
        padding-top: 10px;
    }

    p.arilin_name {
        text-decoration: underline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .matrixSlider-inner #owl-demo .item {
        padding: 0;
        text-align: center;
        background: #ffffff;
        margin: 0;
        border-left: 2px dotted #ccc;
    }

        .matrixSlider-inner #owl-demo .item img {
            display: block;
            width: 45px;
            height: 45px;
            margin: 0 auto 8px;
        }

    .matrixSlider-inner p.arilin_stop {
        margin-bottom: 0;
        border-bottom: 2px groove #ccc;
        padding: 5px 0;
    }

    .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div {
        padding: 3px 0px;
        color: #959a9c;
        font-size: 22px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        background: transparent;
    }

        .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div.owl-prev {
            left: -30px;
        }

        .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div.owl-next {
            right: -30px;
        }

    .theme-search-results-item-flight-section-path-line-title.codeCity {
        padding-top: 17px;
    }

    .theme-search-results-sign-in {
        padding: 25px 20px;
        position: relative;
        background: #0093d2;
        border: none;
        margin-bottom: 10px;
        border-radius: 2px;
    }

}

@media screen and (max-width:767px) {
    #delayedPopup_resl, .delayedPopupWindow_resl {
        display: block;
        width: 94%;
    }

    .popup_middle h2 {
        font-size: 16px;
    }

    .popup_middle p {
        font-size: 11px !important;
    }

    #delayedPopup .popup_main_con {
        background: #f7f7f5;
    }

    .mob, .call_divc {
        display: none;
    }

    #delayedPopup > div {
        padding: 1% 1%;
    }

    .popup_reason {
        margin-top: 15px;
    }

    .result_popup_left {
        width: 60%;
        float: left;
    }

        .result_popup_left h2, .resultpop_time dfn {
            font-size: 22px;
        }

    .resultpop_time {
        font-size: 17px;
    }

    .result_popup_right {
        width: 38%;
    }

    .price_offer h2 {
        font-size: 22px;
        padding: 0 0 0 10px;
    }

    .popupdate_two {
        padding-left: 8px;
    }

    .reslutcall_btn {
        width: 100%;
    }

    .trust_con {
        margin-top: 0;
    }

    .popup_dest h2 {
        font-size: 20px;
    }

    .cal_div p {
        font-size: 12px;
    }

    .resultpopupright2 {
        padding-right: 20px;
    }

    .resultpopupleft2 {
        padding-left: 0;
    }

    .popupdate_one h3 {
        font-size: 22px;
    }

    .price_offer span {
        font-size: 14px;
    }

    #delayedPopup, .delayedPopupWindow {
        display: block;
        width: 94%;
    }

    #delayedPopup_resl .popup_main_resl {
        height: 503px;
    }

    .flight-description-btn {
        font-size: 10px;
        color: #000;
        font-weight: 700;
        padding: 2px 66px 8px 93px;
        display: block;
        cursor: pointer;
        background-color: #e7eff2;
        position: relative;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #2986a0;
        /* background-image: linear-gradient(to right, #06556b,#41abc9,#06556b); */
        color: #fff;
        margin: 23px -16px -22px -16px;
    }
    .matrixSlider-inner {
        background: #fff;
        padding: 20px 15px 10px;
        border: 1px solid #ccc;
    }

        .matrixSlider-inner .arilin_price {
            /* font-weight: bold;*/
            font-size: 17px;
            border-top: 2px groove #ccc;
            border-bottom: 2px groove #ccc;
            padding-bottom: 0px;
            padding: 3px 0;
            color: #009fe3;
            margin-bottom: 0;
            text-decoration: underline;
            background-color: #018997;
            color: white !important;
        }

    .arilin_logo {
        border-top: 2px groove #ccc;
        padding-top: 10px;
    }

    p.arilin_name {
        text-decoration: underline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .matrixSlider-inner #owl-demo .item {
        padding: 0;
        text-align: center;
        background: #ffffff;
        margin: 0;
        border-left: 2px groove #ccc;
    }

        .matrixSlider-inner #owl-demo .item img {
            display: block;
            width: 45px;
            height: 45px;
            margin: 0 auto 8px;
        }

    .matrixSlider-inner p.arilin_stop {
        margin-bottom: 0;
        border-bottom: 2px groove #ccc;
        padding: 5px 0;
    }

    .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div {
        padding: 3px 0px;
        color: #959a9c;
        font-size: 22px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        background: transparent;
    }

        .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div.owl-prev {
            left: -30px;
        }

        .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div.owl-next {
            right: -30px;
        }

    .theme-search-results-item-flight-section-path-line-title.codeCity {
        padding-top: 17px;
    }

    .theme-search-results-sign-in {
        padding: 25px 20px;
        position: relative;
        background: #0093d2;
        border: none;
        margin-bottom: 10px;
        border-radius: 2px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1024px) {

    .delayedPopupWindow_resl {
        left: 20%;
    }
    .flight-description-btn {
        font-size: 10px;
        color: #000;
        font-weight: 700;
        padding: 2px 66px 8px 93px;
        display: block;
        cursor: pointer;
        background-color: #e7eff2;
        position: relative;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #2986a0;
        /* background-image: linear-gradient(to right, #06556b,#41abc9,#06556b); */
        color: #fff;
        margin: 23px -16px -22px -16px;
    }
    .matrixSlider-inner {
        background: #fff;
        padding: 20px 15px 10px;
        border: 1px solid #ccc;
    }

        .matrixSlider-inner .arilin_price {
            /*font-weight: bold;*/
            font-size: 17px;
            border-top: 2px groove #ccc;
            border-bottom: 2px groove #ccc;
            padding-bottom: 0px;
            padding: 3px 0;
            color: #009fe3;
            margin-bottom: 0;
            text-decoration: underline;
            background-color: #018997;
            color: white !important;
        }

    .arilin_logo {
        border-top: 2px groove #ccc;
        padding-top: 10px;
    }

    p.arilin_name {
        text-decoration: underline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .matrixSlider-inner #owl-demo .item {
        padding: 0;
        text-align: center;
        background: #ffffff;
        margin: 0;
        border-left: 2px dotted #ccc;
    }

        .matrixSlider-inner #owl-demo .item img {
            display: block;
            width: 45px;
            height: 45px;
            margin: 0 auto 8px;
        }

    .matrixSlider-inner p.arilin_stop {
        margin-bottom: 0;
        border-bottom: 2px groove #ccc;
        padding: 5px 0;
    }

    .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div {
        padding: 3px 0px;
        color: #959a9c;
        font-size: 22px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        background: transparent;
    }

        .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div.owl-prev {
            left: -30px;
        }

        .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div.owl-next {
            right: -30px;
        }

    .theme-search-results-item-flight-section-path-line-title.codeCity {
        padding-top: 17px;
    }

    .theme-search-results-sign-in {
        padding: 25px 20px;
        position: relative;
        background: #0093d2;
        border: none;
        margin-bottom: 10px;
        border-radius: 2px;
    }

}

.noUi-connect {
    background: #018997 !important;
}
/* Done by Aayushi*/
/*#link {
    font-family: 'Montserrat', sans-serif !important;
    color: #0b1f66 !important;
}*/

.matrixSlider-inner {
    background: #fff;
    padding: 20px 15px 10px;
   /* border: 1px solid #ccc;*/
}

    .matrixSlider-inner .arilin_price {
        /* font-weight: bold;*/
        font-size: 17px;
        border-top: 2px groove #ccc;
        border-bottom: 2px groove #ccc;
        padding-bottom: 0px;
        padding: 3px 0;
        color: #009fe3;
        margin-bottom: 0;
        text-decoration: underline;
        background-color: #018997;
        color: white !important;
    }

.arilin_logo {
    border-top: 2px groove #ccc;
    padding-top: 10px;
}

p.arilin_name {
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.matrixSlider-inner #owl-demo .item {
    padding: 0;
    text-align: center;
    background: #ffffff;
    margin: 0;
    border-left: 2px groove #ccc;
    margin-left: 5px;
}

    .matrixSlider-inner #owl-demo .item img {
        display: block;
        width: 45px;
        height: 45px;
        margin: 0 auto 8px;
    }

.matrixSlider-inner p.arilin_stop {
    margin-bottom: 0;
    border-bottom: 2px groove #ccc;
    padding: 5px 0;
}

.matrixSlider-inner .owl-theme .owl-controls .owl-buttons div {
    padding: 3px 0px;
    color: #959a9c;
    font-size: 22px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: transparent;
}

    .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: -30px;
    }

    .matrixSlider-inner .owl-theme .owl-controls .owl-buttons div.owl-next {
        right: -30px;
    }

.theme-search-results-item-flight-section-path-line-title.codeCity {
    padding-top: 17px;
}

.theme-search-results-sign-in {
    padding: 25px 20px;
    position: relative;
    background: #0093d2;
    border: none;
    margin-bottom: 10px;
    border-radius: 2px;
}
.theme-payment-page-sections-item-title {
    background: #333 !important;
    margin-top: 0 !important;
    color: #FFFFFF !important;
    font-size: 13px !important;
    padding: 12px 15px !important;
    font-weight: 600 !important;
    margin-bottom: 14px !important;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}
h1, h2, h3, h4, h5, h6 {
    /*   font-family: 'Montserrat' !important;*/
    font-family: 'Roboto' !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-theme.navbar-inverse .navbar-nav > li {
        margin-right: 12px !important;
    }
    #link {
        text-decoration: none !important
    }

.flight-description-btn {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    padding: 2px 40px 8px 237px;
    display: block;
    cursor: pointer;
    background-color: #e7eff2;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #2986a0;
    /* background-image: linear-gradient(to right, #06556b,#41abc9,#06556b); */
    color: #fff;
    margin: 24px -21px -26px -21px;
}
}





/**/

.payment-title {
    width: 100%;
    text-align: center;
}
paymentbody {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Raleway';
}
/*








*/

/* CREDIT CARD IMAGE STYLING */
/*

*/

.form-container .field-container:first-of-type {
    grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
    grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
    grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
    grid-area: security;
}

.field-container input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

label {
    padding-bottom: 5px;
    font-size: 13px;
}

.paymentinputs {
    margin-top: 3px;
    padding: 15px;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
}
.ch {
    width: 100%;
    max-width: 400px;
    max-height: 251px;
    height: 54vw;
    padding: 20px;
}
.preload {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}
.fc {
    position: relative;
}

.ccicon {
    height: 38px;
    position: absolute;
    right: 6px;
    top: calc(50% - 17px);
    width: 60px;
}
.ps {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: auto auto;
    grid-template-rows: 90px 90px 90px;
    grid-template-areas: "name name""number number""expiration security";
    max-width: 400px;
    padding: 20px;
    color: #707070;
}
#ccsingle {
    position: absolute;
    right: 15px;
    top: 20px;
}

    #ccsingle svg {
        width: 100px;
        max-height: 60px;
    }

.creditcard svg#cardfront,
.creditcard svg#cardback {
    width: 100%;
    -webkit-box-shadow: 1px 5px 6px 0px black;
    box-shadow: 1px 5px 6px 0px black;
    border-radius: 22px;
}

#generatecard {
    cursor: pointer;
    float: right;
    font-size: 12px;
    color: #fff;
    padding: 2px 4px;
    background-color: #909090;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
    -webkit-transition: fill .5s;
    transition: fill .5s;
}

.creditcard .lightblue {
    fill: #03A9F4;
}

.creditcard .lightbluedark {
    fill: #0288D1;
}

.creditcard .red {
    fill: #ef5350;
}

.creditcard .reddark {
    fill: #d32f2f;
}

.creditcard .purple {
    fill: #ab47bc;
}

.creditcard .purpledark {
    fill: #7b1fa2;
}

.creditcard .cyan {
    fill: #26c6da;
}

.creditcard .cyandark {
    fill: #0097a7;
}

.creditcard .green {
    fill: #66bb6a;
}

.creditcard .greendark {
    fill: #388e3c;
}

.creditcard .lime {
    fill: #d4e157;
}

.creditcard .limedark {
    fill: #afb42b;
}

.creditcard .yellow {
    fill: #ffeb3b;
}

.creditcard .yellowdark {
    fill: #f9a825;
}

.creditcard .orange {
    fill: #ff9800;
}

.creditcard .orangedark {
    fill: #ef6c00;
}

.creditcard .grey {
    fill: #bdbdbd;
}

.creditcard .greydark {
    fill: #616161;
}

/* FRONT OF CARD */
#svgname {
    text-transform: uppercase;
}

#cardfront .st2 {
    fill: #FFFFFF;
}

#cardfront .st3 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
}

#cardfront .st4 {
    font-size: 54.7817px;
}

#cardfront .st5 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardfront .st6 {
    font-size: 33.1112px;
}

#cardfront .st7 {
    opacity: 0.6;
    fill: #FFFFFF;
}

#cardfront .st8 {
    font-size: 24px;
}

#cardfront .st9 {
    font-size: 36.5498px;
}

#cardfront .st10 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 300;
}

#cardfront .st11 {
    font-size: 16.1716px;
}

#cardfront .st12 {
    fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
    fill: none;
    stroke: #0F0F0F;
    stroke-miterlimit: 10;
}

#cardback .st2 {
    fill: #111111;
}

#cardback .st3 {
    fill: #F2F2F2;
}

#cardback .st4 {
    fill: #D8D2DB;
}

#cardback .st5 {
    fill: #C4C4C4;
}

#cardback .st6 {
    font-family: 'Source Code Pro', monospace;
    font-weight: 400;
}

#cardback .st7 {
    font-size: 27px;
}

#cardback .st8 {
    opacity: 0.6;
}

#cardback .st9 {
    fill: #FFFFFF;
}

#cardback .st10 {
    font-size: 24px;
}

#cardback .st11 {
    fill: #EAEAEA;
}

#cardback .st12 {
    font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
    font-size: 37.769px;
}

/* FLIP ANIMATION */
.container {
    /*perspective: 1000px;*/
}

.creditcard {
    width: 100%;
    max-width: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

    .creditcard .front,
    .creditcard .back {
        position: absolute;
        width: 100%;
        max-width: 400px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        color: #47525d;
    }

    .creditcard .back {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .creditcard.flipped {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
#flightsName{
    font-size:12px;
    font-weight:400;
}
#reviews{
    font-size:12px;
    margin-left:25px;
    font-weight:700
}
.detailplane{
    width:20px;
    margin-top:-4px
}
.card-wrapper {
    margin-bottom: 10px;
}
@media (max-width: 450px) {
    .card-wrapper {
        margin-left: 25% !important;
        margin-right: 25% !important;
    }
}

.load-more {
    background: #000;
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    margin: 20px 0;
}


@media(max-width:765px){
    .flight-description-btn {
        font-size: 10px;
        color: #000;
        font-weight: 700;
        padding: 2px 66px 8px 93px;
        display: block;
        cursor: pointer;
        background-color: #e7eff2;
        position: relative;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background: #2986a0;
        /* background-image: linear-gradient(to right, #06556b,#41abc9,#06556b); */
        color: #fff;
        margin: 23px -16px -22px -16px;
        text-align:center;
    }
}


/*Changes::after 08-March-2022 */

#Header {
    /* background: #11172b !important;*/
    background:  !important;
}

.todayDealHome {
    /*   background: #11172b !important;*/
    background: black !important;
}

/*.theme-footer {*/
    /*    background: #11172b !important;
    border-top: 1px solid #11172b !important;*/
    /*background: #183d40 !important;
    border-top: 1px solid #183d40 !important;
}*/

.theme-copyright {
    /*    background: #11172b !important;*/
    background-color: black !important;
}

.product-grid .product-content {
    background: #e51937;
    height: 50px !important;
}

.navbar-theme-transparent .navbar-nav > li > a {
 
    color:  !important;
}
.navbar-theme-transparent .navbar-nav > li > a:hover {
    text-decoration:none;
}
.diparCaptionBox {
    background: #fff !important;
    border-radius: 0px 0px 6px 6px;
}
.flight-description-btn {
    background: #333 !important;
}

.switch-field input:checked + label {
    background-color: #e51937;
    box-shadow: none;
    color:white;
}

.theme-search-area-submit {
   
    
    background: #e51937;
    
}
.theme-search-area-submit-glow {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#newcolor {
    
    color: #e51937 !important;
}

.count_pssngr em {
   
    background: #e51937;
   
}
.theme-hero-area-bg-blur {
    /*background: #11172b;*/
    background: #333;
}

.theme-search-area-inline-link {
    color: #ffffff;
    text-decoration: none !important;
    outline: none !important;
}
.theme-search-area {

    color: #ffffff !important;
}

.matrixSlider-inner .arilin_price {
    /*   background-color: #e51937;*/
    background-color: #333!important;
}
.btn-primary-invert, .btn-primary-inverse {
    background: #e51937;
    color: #fff;
}

    .btn-primary-invert, .btn-primary-inverse:hover {
        /* background: #11172b;*/
        background: #183d40;
        border: none;
        color: #fff !important;
    }
.flight-description-btn {
    
    background: #11172b;
   
}
.noUi-connect {
    background: #e51937 !important;
}
.diparCaptionBox {
    /*    background: #11172b;*/
    background: #fff;
}

.modal-header {
    /*    background: #11172b;*/
    background: #e6e6e6!important;
}
.load-more {
    /*background: #11172b;
    border: 1px solid #11172b;*/
    background: #333;
    border: 1px solid #183d40;
    border-radius: 10px;
}
    .load-more:hover {
        background: #333;
        border:none;
    }

.theme-search-results-item-flight-section-path-line-dot {
    background-color: #e51937;
    /*box-shadow: 0 0 0 2px #11172b80;*/
    box-shadow: 0 0 0 2px #183d4080;
}
.theme-search-results-item-flight-section-path-line-middle .theme-search-results-item-flight-section-path-line-dot, .theme-search-results-item-flight-section-path-line-middle-1 .theme-search-results-item-flight-section-path-line-dot, .theme-search-results-item-flight-section-path-line-middle-2 .theme-search-results-item-flight-section-path-line-dot {
    background: #e51937;
}
.theme-hero-area-mask {
    /*background: #11172b;*/
    background: #183d40;
    z-index: 0;
}

.sticky-col customHideClass{
    
}

.detailTitle {
    /*background: #11172b;*/
    background: #333;
    text-align: center;
    color: #fff;
}
.dltTitle {
    margin-top: 10px !important;
}
.theme-payment-page-sections-item-title {
    /*background: #11172b !important;*/
    background: #333 !important;
}


.theme-sidebar-section-charges-total {
    padding: 6px;
    border-top: 1px solid #e51937;
    background: #e51937;
    color: white !important;
    border-radius: 5px;
}
#btnbooking{
    border-radius:10px;
}
.session_content h3 i {
    
    color: #e51937 !important;
   
}
.search-button-02 {
    color: #fff;
    background-color: #e51937 !important;
    border-color: #e51937 !important;
    
}

.product-grid .title a:hover {
    /*color: #11172b;*/
    color: #183d40;
    text-decoration: none;
    text-shadow: 0px 0px;
}






/*TopAirlineDealSection*/

#topAirlineDeal {
    margin-top: 0px;
    background: #fff;
    padding-bottom: 50px;
}

    #topAirlineDeal .owl-item {
        border-right: 1px solid #e51937;
    }
.theme-page-section-title {
    border-bottom: none;
}
.trustPilotSlider .trustPilotSlider-inner {
    background: #f6f6f7;
    padding: 1em;
   
}
.checknow{
    margin-left:68%;
}

.checknowExtra4{
    margin-left:64%;
}

.theme-search-area-submit-sm {
    height: 47px;
    line-height: 47px;
    margin-top: 25px !important;
    font-size: 12px;
}
@media(max-width:500px) {

    #tagLine{
        display:none !important;
    }
    .theme-search-area-title {
        margin: 0;
        font-weight: 600;
        font-size: 30px;
    }

    .theme-search-area-subtitle {
        margin-top: 15px;
        font-size: 12px;
    }

    .navbar-theme .navbar-toggle {
        background: #e51937 !important;
        border-radius: 10px;
        padding: 11px;
    }

    .call-icon i {
        font-size: 30px;
        padding: 8px;
        color: #ffffff;
    }

    .call-icon {
        display: inline-block;
        position: absolute;
        right: 52px;
        top: 14px;
    }

    nav#main-nav {
        border-bottom: 0px solid #ddd !important;
    }

    .homePage .theme-search-area-submit {
        position: absolute;
        top: 0;
        height: 55px;
        right: 39px !important;
        border-radius: 30px !important;
        width: 75%;
    }

    .checknow {
        margin-left: 43%;
    }

    .checknowExtra4 {
        margin-left: 38%;
    }

    .row.row-col-gap > [class^="col-"] {
        padding-bottom: 5px !important;
    }

    theme-payment-page-form {
        padding-bottom: 25px;
    }

    .theme-payment-page-sections-item {
        padding-bottom: 35px !important;
    }

    .theme-sidebar-section-charges {
        padding: 5px;
    }

    .theme-payment-page-form-title {
        margin-bottom: 0px !important;
    }

    .fltDetail-dlt {
        width: 100%;
        float: none;
    }

        .fltDetail-dlt .stopCol {
            width: 27%;
        }

    .fullDlt-dltRow {
        font-size: 11px;
        width: 100%;
        margin: 15px 0 0 0 !important;
        float: none !important;
    }

    .fullDlt-dlt {
        float: none !important;
    }

    .fullDlt-connection {
        float: none;
        font-size: 12px;
    }

    .fullDlt-stop:before {
        border: 2px solid #00000063;
        border-radius: 100%;
        background: #e51937;
    }

    .fullDlt-stop:after, .fullDlt-stop:before {
        border: 2px solid #00000063;
        border-radius: 100%;
        background: #e51937;
    }

    #flightsresult {
        margin-top: -40px;
    }

    .DOBline {
        padding-top: 6px !important;
        font-size: 10px !important;
    }

    #totalAmountBox {
        margin-top: -30px;
    }

    .detailPage.detail-mob-space {
        padding-top: 0px;
    }

    .navbar-theme-transparent .navbar-nav > li > a {
        color: #000000 !important;
        padding: 27px !important;
    }

    p.arilin_name {
        font-size: 9px !important;
    }

    .arilin_stop {
        font-size: 10px;
    }

    .inline-tex {
        color:white !important
    }
    .theme-search-area-header._mb-20 {
        margin-bottom: 15px !important;
    }
    select#drpSorting {
        font-size: 15px !important;
    }
    .theme-search-results-item-preview {
        margin-bottom: 20px;
        /*border-top: 2px solid #11172b;*/
        border-top: 2px solid #183d40;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .theme-search-results-item .theme-search-results-item-preview .theme-search-results-item-book {
        justify-content: space-evenly;
        display: flex;
        align-items: center;
    }
    #bottomDiv {
        border-top: 1px solid #6363634a !important;
        padding-top: 10px !important;
        margin-bottom: -15px !important;
    }
    #dvResult .theme-search-results-item-flight-sections .theme-search-results-item-flight-section {

        padding-bottom: 0px !important;
    }

    .theme-search-results #dvResult .theme-search-results-item-flight-section-airline-logo-wrap img {
        position: absolute !important;
        width: 30px !important;
        height: 30px !important;
    }
    #flightsName {
        font-size: 12px;
        font-weight: bold;
    }
    .load-more {
        /*background: #11172b;*/
        background: #183d40;
        padding: 10px 0px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        margin: 20px 0;
        width: 75%;
        text-align: center;
        margin-left: 45px;
    }
    .theme-search-results-mobile-filters-btn {
        
        background: #0000007d;
        color: #fff !important;
       
        display: block;
        text-align: center;
        padding: 12px;
        border-radius: 25px;
    }
    .theme-search-results-mobile-filters {
        
        bottom: 0;
        width: 37%;
        left: 240px;
        
    }
    #responsiveView {
        display: flex !important;
        margin-bottom: 3px !important;
    }
    #responsiveCardDetails {
        display: flex !important;
    }
    #label-cont {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 0px;
        font-size: 11px !important;
        font-weight: 100;
    }
    #responsiveSecurity {
        width: 40% !important;
    }
    .dltTime-fr {
        font-size: 20px !important;
    }
    .dltTime-to {
        font-size: 20px !important;
    }
    .form-control {
        font-size: 11px;
    }
    .secure-section {
        margin-bottom: -3px;
        margin-top: -14px;
        padding: 5px !important;
        
        background-color: #eeffd9;
        border:none;
       
    }
    .detailPageIcon {
        position: absolute;
        right: 10px;
        top: 4px !important;
        }
    .theme-footer {
        padding-top: 0px !important;
    }
    .theme-copyright {
        padding: 10px 0 !important;
    }
    .product-grid .product-content {
        padding: 9px 30px !important;
        text-align: left;
    }
    
    .theme-search-results-item-book a.btn {
        padding: 6px 0;
    }
    .theme-search-results-item .theme-search-results-item-preview .theme-search-results-item-book a.theme-search-results-item-price-btn {
        width: 30%;
    }
    #sendMsg {
        margin-left: 80px;
    }
    .theme-page-header-lg .theme-page-header-title {
        font-size: 25px;
    }
    .theme-page-header-lg .theme-page-header-title {
        font-size: 25px;
    }
    .theme-contact-info {
        font-size: 15px;
       
    }
    .theme-contact-title{
font-size:18px;
    }
    .theme-contact-form-group .form-control {
        height: 31px;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none !important;
        border: 1px solid #d1d1d1;
        font-size: 12px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .loadingImg {
        margin-left: 115px !important;
    }
    .flight-description-btn {
        
        padding: 5px 0px 5px 0px !important;
       
    }
    .session_content {
        padding: 30px !important;
        display: inline-block;
    }
    #diparBox {
        width: 25% !important;
        font-size: 9px !important;
    }
    .diparCaptionBox p {
        font-size: 9px !important;
    }


}


span.closereturn {
    position: absolute;
    right: 15px;
    top: 12px;
}


.DOBline {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 0px;
    font-size: 11px;
}

.matrixSlider-inner #owl-demo .item {
    border:none;

}
.arilin_logo {
  border: none; 
}
.matrixSlider-inner p.arilin_stop {
    
    border: none;
}

.matrixSlider-inner #owl-demo .item {
    background: white;
    border-radius: 10px;
}
.theme-search-results-item {
    border: none;
    
    background: white;
}

.matrixSlider-inner {
    background: #f1f1f1 !important;
}
.leftsideBar {
    background: #ffffff !important;
   
}



@media (min-width: 1100px) {
    .containerWidth {
        width: 1400px !important;
        color: #0b1f66 !important;
        margin-left: -120px !important;
    }
    #tagLine {
        margin-top: 5px;
        margin-bottom: 0;
        opacity: 0.85;
        text-align: center;
        margin-top: 100px;
        font-size: 17px;
        width: 60%;
        display: inline-flex;
        margin-left: 20%;
    }
    .theme-search-results-item-book a.btn {
        padding: 6px 25px;
        margin-bottom: 20px;
        font-size: 13px;
    }
    .theme-search-area-header{
        text-align: center !important;
    }
    #flight_submit {
        border-radius: 0 5px 5px 0 !important;
    }

    .container-fluid deal-top .row h1 {
        margin-top: 25px !important;
    }
        .container-fluid deal-top .row p{
            margin-bottom:30px !important;
        }

        #sideColWidth {
            width: 22%;
            margin-left: 28px;
        }
    .theme-sidebar-section-summary-list {
        font-size: 11px !important;
    }
    .chargesTxt {
        font-size: 10px;

    }
    .theme-sidebar-section-charges-item-title {
        color: #0b1f66 !important;
        margin-top: 0px;
        margin-bottom: 8px;
    }
        #flightsresult {
        width: 70%;
    }
    .theme-payment-page-sections-item {
        width: 105%;
    }
    #passengerName {
        width: 190px !important;
    }

    #passengerDOB {
        width: 248px !important;
    }

    #passengerGender {
        width: 87px !important;
    }
    #CVVwidthChange {
        width: 100% !important;
    }
    .form-control {
        font-size: 12px;
    }
    .theme-payment-page-form-item select.form-control {
        padding-right: 0px !important;
    }
    
    .cardsType {
        text-align: right;
        width: 100%;
        padding: 0 10px 10px 10px;
        margin-left: 0px;
    }
    .theme-payment-page-sections-item-title {
       
        margin-top: 0 !important;
       
    }
    #dvbilling {
        margin-bottom: 0px !important;
        margin-top: -10px !important;
    }
    #alignHead {
        margin-bottom: 0px!important;
    }
     .row.row-col-gap[data-gutter="20"] {
        margin-bottom: -7px !important;
        width: calc(97% + 20px) !important;
    }
    #colWidth {
        padding-right: 0px !important;
    }
    .fullDlt-stop:after, .fullDlt-stop:before {
        border: 2px solid #00000063;
        border-radius: 100%;
        background: #e51937;
    }
    .theme-search-results-item-flight-section-path-fly-time strong {
        margin-left: 15px;
    }
    #divLeftPanel {
        width: 25%;
        padding: 25px;
    }
    #flightsBox{
        width:75%;
    }
    body .noUi-horizontal .noUi-handle.noUi-handle-lower {
        left: 10px !important;
       
    }
    .leftsideBar {
        background: #f1f1f1;
        padding: 30px;
        border-radius: 20px;
    }
    .matrixSlider-inner .arilin_price {
    
    font-size: 17px;
    border:none;
    
    text-decoration: none; 
    color: white !important;
}
    p.arilin_name {
        text-decoration: none;
        
    }
    #flightsName {
        font-size: 10px;
        font-weight: bold;
    }
    .durationRight{
        margin-top:16px
    }
    .theme-search-results-item-flight-section-meta-duration, .theme-search-results-item-flight-section-meta-durationTime{
        margin:0px;
    }
    .theme-search-results-item-preview{
        margin-bottom:25px;
    }
    #padZero{
        padding: 0px !important;
    }
    .theme-search-results-item _mb-10 theme-search-results-item-rounded theme-search-results-item-{
        border-radius:10px !important;
    }
    .theme-search-results-item-preview {
        margin-bottom: 20px;
        /*border-top: 3px solid #11172b;*/
        border-top: 3px solid #183d40;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .theme-search-results-sidebar-section {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 2px dotted;
        border-color: #e51937;
    }
    .icheck-title {
        
        font-size: 11px !important;
       
    }
    #bottomsDiv{
        margin-top: -30px !important;
    }
    .checknow {
        margin-left: 50% !important;
    }
    .checknowExtra4 {
        margin-left: 46% !important;
    }
    .theme-payment-page-sections-item-title {
        
        font-size: 16px !important;
        padding: 7px 15px !important;
        
    }
    .theme-search-results-item-book a.btn {
        padding: 15px 0px;
        font-size: 9px;
    }

    
    .theme-search-results-item-book a.btn {
        padding: 6px 0px;
        font-size: 13px;
    }
    .navbar-theme .navbar-nav > li > a {
        font-family: 'Montserrat' !important;
        font-size: 14px !important;   
    }
    #sendMsg {
        padding: 10px;
        font-size: 13px;
        margin-bottom: 16px !important;
        margin-left: 76px;
    }
}

p.arilin_name {
    text-decoration: none !important;
}
.matrixSlider-inner .arilin_price {
    
    border: none !important;
    text-decoration: none !important;
  
}

.theme-payment-page-sections-item {
    /*border-bottom: 3px solid #11172b !important;*/
    border-bottom: 3px solid #183d40 !important;
    border: #ccc solid 1px;
    background: #fff;
    border-radius: 8px;
}
#label-cont {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 100;
}

.secure-section {
    margin-bottom: -3px;
    margin-top: -14px;
    padding: 15px;
    display: table;
    width: 100%;
    background-color: #eeffd9;
    border: #e0e0e0 1px solid;
    position: relative;
}
.row.row-wrap > [class^="col-"], .row.row-col-gap > [class^="col-"] {
    padding-bottom: 25px;
}

.navbar {  
    border: none !important;
}

.matrixSlider-inner .arilin_price {
    /*background-color: #11172b !important;*/
    background-color: #333 !important;
    border-radius: 5px !important;
    font-weight: bold;
}
li #link:hover{
    color:#e51937 !important;
}
#flight_submit:hover {
    background: #98012e !important;
}

.main-block:hover, .social-icon:hover {

    transform: scale(1.1) !important;
    color: #e51937 !important;
}
#new2 .btn {
    background: #e51937 !important;
    border-color: #e51937 !important;
    border-radius: 5px !important;
}
    #new2 .btn:hover {
        background: #98012e !important;
        border: none;
        border-radius: 5px !important;
    }

.form-control {
    background-color: white !important;
    border-color: #00000038;
}

.theme-payment-page-form-item .form-control {
    border-radius: 2px;
    height: 35px;
}
.detailPageIcon {
    position: absolute;
    right: 10px;
    top: 4px;
    color: #ada7a7;
    font-size: 18px;
}
.theme-payment-page-form-item > .fa {
    position: absolute;
    top: -5px;
    right: 9px;
    content: '\f107';
    font-family: 'FontAwesome';
    height: 45px;
    line-height: 45px;
    display: block;
    pointer-events: none;
}

.fltDetail-arrow a {
    font-size: 26px !important;
    /*color: #11172b !important;*/
    color: #183d40 !important;
}
.trustPilotSlider .trustPilotSlider-inner {
    background: #ffffff;
    border-radius:10px;
}

#topDealBg{
    background:#f1f1f1 !important;
}
#stopText{
    font-size:10px;
}
.arilin_name {
    font-size: 10px;
    font-weight: bold;
}
.arilin_stop {
    font-size: 10px;
    font-weight: bold;
}

.modal-footer {
    padding: 15px 14px 9px 15px;
    text-align: right;
    /* border-top: 1px solid #e5e5e5; */
    border-radius: 5px;
}
.modal-header {
    padding: 10px;
    border-bottom: 0px solid #e5e5e5;
    border-radius: 5px 5px 0px 0px
}
.diparCaptionBox {
    background: #fff;
    border-radius: 0px 0px 6px 6px;
}


/*.product-grid .title a {
    color: #ffffff;
    transition: all 0.3s ease 0s;
    display: block;
    text-align: center;
    
    text-shadow: none; 
    font-size: 16px !important;
    letter-spacing:1px;
}*/
.product-grid .title a {
    color: #ffffff;
    transition: all 0.3s ease 0s;
    display: block;
    text-align: center;
    text-shadow: none;
    font-size: 14px !important;
    letter-spacing: 0px;
    padding: 0px 0px 5px 20px;
}
.product-grid .product-content {
    /*background: #e51937;*/
    background: #ffffff2b;
    height: 40px !important;
}
.product-grid .product-content {
    padding: 9px 35px;
 
    text-align: left;
}

#HNL {
    margin-top: -1px !important;
    margin-left: 3px !important;
    margin-right: 7px !important;
}

.product-grid .product-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.product-grid .product-content {
    padding: 9px 35px;
    text-align: left;
    border-radius: 0px 0px 10px 10px;
}
.product-grid .product-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}

#sendMsg {
    padding: 10px;
    font-size: 13px;
    margin-bottom: 15px !important;
}
.theme-page-header-lg .theme-page-header-title {
    font-size: 40px;
}
.theme-contact-address {
    margin-bottom: 0;
    line-height: 28px;
}
.theme-contact-title {
    font-size: 21px;
}
.theme-contact-form-group .form-control {
    height: 39px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    border: 1px solid #d1d1d1;
    font-size: 13px;
    padding: 15px;
    margin-bottom: 20px;
}
.loadingImg {
    margin-left: 447px;
    margin-top: -80px;
}
@media(min-width:1000px){
    #mobileViewPriceBtn {
        display: none;
    }
}
@media(max-width:600px){
    #widescreenViewPriceBtn {
        display: none;
    }
}
.product-grid .title a:hover {
    /* color: #11172b; */
    color: #ffffff73 !important;
    text-decoration: none;
    text-shadow: 0px 0px;
}
@media(min-width:1000px) {
    #btnMobilescreen {
        display: none !important;
    }
    .combin_class label {
        font-size: 12px !important;
        color: #555;
        font-weight: normal;
    }
    #tagLine {
        margin-top: 78px !important;

    }
}

@media(max-width:600px) {
    #btnWidescreen {
        display: none !important;
    }
    .theme-search-results-item .theme-search-results-item-preview .theme-search-results-item-book a.theme-search-results-item-price-btn {
        width: 60% !important;
        border-radius: 10px;
        padding: 7px 5px 8px 5px !important;
    }
/*   mobileViewNavbar*/
    #navbar-main {
        background: #183d40 !important;
        height: 188px !important;
        margin-top:4px !important;
    }
    .navbar-theme-transparent .navbar-nav > li > a {
        color: #fff !important;
        padding: 13px !important;
    }
}

@media(min-width:600px) and (max-width:1000px) {
    #btnMobilescreen {
        display: none !important;
    }
}


body .ui-datepicker-current-day .ui-state-active {
    background: #e51937 !important;
}
body #FlySearchPassengers {
    border-radius: 0px 0px 5px 5px;
}

