img {
    vertical-align: top;
}
body {
    font-family: 'Open Sans';
}
.wrapper {
    width: 100%;
    float: left;
}
/*css from skk 6185*/

.bell {
    margin: 10px;
}
.header-bar {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    display: none;
}
.header {
    background: #fff;
    border-top: 2px solid #ff6600;
    width: 100%;
}
.header ul.menu-second {
    margin: -8px 0 0 0px;
    padding: 0px;
    list-style: none;
    float: left;
}
.header ul.menu-second li {
    display: inline-block;
    float: left;
    position: relative
}
.header ul.menu-second li.current a {
    color: #137fb0;
    border-bottom: 2px solid #137fb0;
}
.header ul.menu-second li a:hover {
    color: #253473;
    border-bottom: 2px solid #253473;
}
.header ul.menu-second li a {
    display: block;
    font-size: 15px;
    padding: 10px 0px;
    text-transform: capitalize;
    font-weight: 400;
    text-transform: uppercase;
    color: #556268;
    border-bottom: 2px solid #171616;
    margin: 0 20px;
    margin-top: 35px;
}
.header ul.menu-second li a span {
    display: block;
    text-align: center;
    font-size: 35px;
}
.header ul.menu-second ul {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0px;
    padding: 0px;
    left: 19px;
    top: 100%;
}
.header ul.menu-second li:hover ul {
    display: block
}
.header ul.menu-second li ul li {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.header ul.menu-second li ul li a {
    display: block;
    margin: 0px;
    padding: 5px 10px;
    font-weight: 400;
    border-left: 2px solid #253473;
}
.header ul.menu-second li ul li a:hover {
    color: #253473
}
.header ul.top-menu {
    margin: 0px;
    padding: 0px;
    list-style: none
}
.header ul.top-menu li {
    display: inline-block;
}
.header ul.top-menu li a {
    display: block;
    padding: 10px 15px;
    color: #f05525;
    font-weight: 400;
}
a.no-padd {
    display: block;
    margin-top: 29px;
    float: right;
    background: #253473;
    border-radius: 5px;
    color: #fff;
    position: relative;
}
a.no-padd:before {
    content: "Call Toll Free 24*7 For Any Help";
    position: absolute;
    top: -22px;
    left: 0px;
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    width: 100%;
}
a.no-padd h3 {
    margin: 0px;
    padding: 5px 8px;
    color: #fff;
    font-size: 23px;
    float: right;
    text-shadow: 1px 1px 2px #000;
}
a:hover {
    text-decoration: none;
}
.banner-text-offer {
    width: 100%;
    float: left;
    background: #253473;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 20px 0
}
.banner-text-offer .code-highlight {
    color: #fdea0d;
    font-size: 17px;
}
.banner-text-offer small {
    display: block
}
.banner {
    width: 100%;
    padding: 10px 0;
    float: left;
    background: url(../images/partner-hotel2.jpg) no-repeat left center fixed;
    background-size: cover;
}
.banner-text {
    width: 100%;
    float: left;
    text-align: center;
    background: rgba(255, 253, 253, 0.5);
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #888;
}
.banner-text h1 {
    font-size: 52px;
    line-height: 53px;
    color: #253473;
    text-shadow: 2px 2px 1px #080807;
}
.banner-text h2 {
    font-size: 40px;
    line-height: 40px;
    color: #253473;
    text-shadow: 2px 2px 1px #080807;
}
.banner-text h3 {
    font-size: 30px;
    line-height: 35px;
    color: #253473;
    text-shadow: 2px 2px 1px #080807;
}
.form-area h3 {
    margin: 0px;
    padding: 10px 0;
    text-align: center;
    background: #253473;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.red-strip {
    background: #cc0000;
    text-align: center;
    color: #fff;
    margin: 0px;
    font-size: 16px;
    padding: 9px 0px;
}
.form-area {
    width: 100%;
    float: left;
    background: #fff
}
.form-area .round {
    width: 100%;
    float: left;
}
.form-area .round ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.form-area .round ul li {
    float: left;
    text-align: center;
    width: 50%;
}
.form-area .round ul li a {
    display: block;
    font: 400 23px/28px "Open Sans";
    padding: 10px 0;
    color: #191919;
    text-transform: capitalize;
    position: relative;
    border-bottom: 5px solid #c00;
    display: block;
}
.form-area .round ul li a.active:after {
    content: "";
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -5px;
    border: 10px solid transparent;
    border-bottom: 10px solid #cc0000;
}
.form-area .round ul li a:focus {
    text-decoration: none;
}
.source-destination {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}
.mobile-source {
    width: 50%;
    float: left;
    padding: 10px 0;
}
.mobile-source input[type="text"]:focus,
.date-area .big-box,
.date-area .small-box {
    outline: none
}
.mobile-source input[type="text"] {
    background: transparent;
    border: none;
    text-align: center;
    font-size: 31px;
    width: 100%;
    color: #919191;
    text-transform: uppercase;
    line-height: 46px;
    padding: 10px 0;
}
.mobile-source.last {
    border-left: 1px solid #ccc;
}
.date-boxes.last {
    border-left: 1px solid #ccc;
}
.date-area {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
}
.date-area .date-boxes.full {
    width: 100%;
}
.date-area .date-boxes {
    width: 50%;
    float: left;
}
.date-area .big-box {
    background: transparent;
    border: none;
    text-align: center;
    font-size: 30px;
    width: 100%;
    color: #000;
    padding-top: 10px;
    line-height: 46px;
}
.extra {
    display: none;
}
a.open-child {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    display: block;
    margin-top: 10px;
    float: left;
    text-transform: uppercase;
}
.date-area .small-box {
    background: transparent;
    border: none;
    text-align: center;
    font-size: 17px;
    width: 100%;
    color: #000;
    text-transform: capitalize;
    line-height: 20px;
    padding-bottom: 10px;
}
.travler-inc {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
}
.left-inc {
    width: 50%;
    float: left;
    padding: 30px 20px 20px 20px;
    text-align: center
}
.left-inc select {
    border: none;
    width: 100%;
    -webkit-appearance: none;
    font-size: 35px;
    color: #919191;
    line-height: 35px;
}
.left-inc select:focus {
    outline: none
}
.left-inc select option {
    border: none;
    -webkit-appearance: none;
    font-size: 20px;
    color: #919191;
    line-height: 25px;
}
.left-inc span {
    display: inline-block;
    text-align: center;
}
.left-inc.last {
    border-left: 1px solid #ccc;
}
.left-inc input {
    width: 30px;
    text-align: center;
    border: none;
    font-size: 20px;
}
.minus {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
}
.plus {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
}
.mob-class {
    font-size: 17px;
    width: 100%;
    color: #000;
    text-transform: capitalize;
    line-height: 20px;
}
.srch-flight {
    background: #fd5021;
    border-radius: 0px;
    color: #ffffff;
    width: 96%;
    font-size: 27px;
    line-height: 43px;
    padding: 4px 0px;
    margin: 5px 2%;
    border: solid #b13817 1px;
    text-decoration: none;
}
#more-links {
    display: none
}
#more-links1 {
    display: none
}
.copy-right {
    width: 100%;
    float: left;
    padding: 10px 0;
    background: #f5f5f5;
}
.copy-right p {
    margin: 3px 0px;
}
.copy-right p {
    font: 300 14px/20px "Open Sans";
    color: #191919;
}
.footer {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 0px 0 0;
}
.destination-link {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.destination-link h4 {
    margin: 0px;
    padding: 10px 15px;
    font-size: 30px;
    display: block;
    text-align: left;
    color: #191919;
}
.destination-link ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}
.destination-link ul li {
    display: block
}
.destination-link ul li.abs {
    position: absolute;
    right: 0px;
    bottom: -10px;
    font-weight: bold;
    text-decoration: underline;
    text-align: right
}
.destination-link ul li a {
    font-size: 13px;
    line-height: 25px;
    color: #191919;
}
.destination-link.bg-color {
    background: #999;
}
.destination-link.bg-color a {
    color: #fff;
}
.destination-link.bg-color h4 {
    color: #fff;
}
.top-deail {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #ccc;
}
.top-deail p {
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    display: block;
    margin-top: 10px;
    float: left;
}
.image-box img {
    max-width: 100%;
    width: 100%;
}
.image-box {
    width: 100%;
    float: left
}
.deal-list {
    width: 100%;
    float: left;
    background: #fff;
    padding: 15px;
}
.deal-list h2 {
    margin: 0px;
    padding: 0px 0 10px 0;
    font-size: 26px;
    color: #818181
}
.top-deail h3 {
    margin: 0px;
    padding: 0px 0 30px 0;
    font-size: 35px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}
.deal-list .equal {
    width: 33.333%;
    float: left;
    text-align: center;
    padding: 15px 0;
}
.deal-list .equal span {
    display: block;
}
.deal-list span.src-des {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}
.deal-list span.sdate-ddate {
    font-weight: 300;
    font-size: 13px;
}
.deal {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
    position: relative;
}
.deal a.link-on-deal {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%
}
.deal:hover {
    background: #f5f5f5
}
.pricedeal {
    font-size: 25px;
    color: #0065b8;
    font-weight: bold;
    text-align: right;
}
.why {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.why ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center
}
.why ul li {
    display: inline-block;
    width: 15%;
    margin: 0 1%;
    vertical-align: top;
}
.why ul li i {
    font-size: 30px;
    color: #ccc;
    border: 1px solid #ccc;
    padding: 16px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    line-height: 41px;
}
.why ul li i:hover {
    background: #253473;
    color: #fff;
}
.why ul li p {
    color: #494949;
    font-size: 16px;
    text-align: center;
}
.why h3 {
    margin: 0px;
    padding: 0px 0 30px 0;
    font-size: 35px;
    color: #191919;
    text-align: center;
    text-shadow: 1px 1px 2px #253473;
}
.subscribe {
    width: 100%;
    float: left;
    background: #253473;
    padding: 30px 0;
    color: #fff;
}
.subscribe .email-sub {
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    width: 76%;
    background: #fff;
}
.subscribe .subscribe-box {
    float: left;
    padding: 5px;
    border: none;
    background: #ff6600;
    border: 1px solid transparent;
}
.social a {
    margin: 10px;
    width: 43px;
    height: 43px;
    float: left;
    display: block;
    text-align: center;
    overflow: hidden;
}
.social i:hover {
    background: #fff;
}
.trust-pilot {
    width: 100%;
    float: left;
    padding: 30px 0;
}
.small-line {
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    color: #ccc;
    width: 100%;
    float: left;
}
.slide-content {
    width: 100%;
    float: left;
    padding: 0 30px;
}
.slide-content i {
    font-size: 30px;
    color: #253473
}
.slide-content i:last-child {
    float: right
}
.slide-content span {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    display: block;
}
.slide-content span.name-by {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    display: block;
    color: #000;
}
.slide-content span img {
    width: auto!important;
    display: inline-block!important;
}
.slide-content p {
    font-size: 16px;
    line-height: 25px;
    padding: 5px 0;
    font-style: italic;
    color: #ccc;
}
.slide-content strong {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    display: block;
}
.slide-content span img {
    margin-top: 3px;
}
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */

a.meanmenu-reveal {
    display: none;
}
/* when under viewport size, .mean-container is added to body */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: #253473;
    padding: 0;
    min-height: 36px;
    z-index: 999999;
}
.mean-container a.meanmenu-reveal {
    width: 43px;
    /* height: 22px; */
    
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #253473;
    
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    background: #253473;
}
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 8px 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 10px 10%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 31px;
    height: 37px;
    padding: 5px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgb(89, 173, 175);
}
.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 1100px) {
    .header ul.menu-second li a {
        font-size: 13px;
        padding: 7px 0px;
        margin: 0 11px;
        margin-top: 47px;
    }
    a.no-padd:before {
        font-weight: 400
    }
    .deal-list span.src-des {
        font-weight: 400;
        font-size: 15px;
        line-height: 17px;
    }
    .deal-list span.sdate-ddate {
        font-weight: 300;
        font-size: 9px;
    }
}
@media only screen and (max-width: 1023px) {
    .banner-text h3 {
        font-size: 21px;
        line-height: 29px;
    }
    .banner-text h2 {
        font-size: 24px;
        line-height: 18px;
    }
    .banner-text h1 {
        font-size: 33px;
        line-height: 26px;
    }
    .form-area h3 {
        font-size: 17px
    }
    .slide-content {
        padding: 0px;
    }
    .deal-list h2 {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .header {
        padding-bottom: 10px;
    }
    .why ul li {
        width: 43%;
    }
    .social i {
        font-size: 20px;
        line-height: 14px;
        color: #ff0000;
        margin: 10px 6px;
        border: 1px solid #fff;
        padding: 10px;
        width: 40px;
        height: 34px;
        float: right;
        display: block;
        text-align: center;
        float: left;
    }
    .why h3 {
        font-size: 21px;
    }
    .destination-link ul li.abs {
        bottom: -30px
    }
    .banner-text {
        display: none
    }
    .logo {
        float: left;
        text-align: center;
        width: 100%;
    }
    .logo img {
        float: left;
        text-align: center;
        width: 100%;
    }
    a.no-padd {
        width: 100%;
    }
    a.no-padd h3 {
        width: 100%;
        text-align: center;
    }
   
}
@media only screen and (max-width: 480px) {
    .mobile-source {
        width: 50%;
        float: left;
        padding: 0;
    }
    .mobile-source input[type="text"],
    .date-area .big-box {
        font-size: 22px;
        line-height: 40px;
        padding: 0px 0;
    }
    .srch-flight {
        font-size: 22px;
        line-height: 32px;
        padding: 4px 0px;
        margin: 6px 2%;
    }
}
.call-center .pop-header {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
}
.call-center .modal-content {
    background: #8fc4f0 url(../images/download.jpg) repeat-x left top;
    float: left;
    width: 100%;
    border: none;
    min-height: 300px
}
.call-center button.close {
    position: absolute;
    right: 0px;
    background: #000;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: -10px;
    border-radius: 50%;
    margin-right: -7px;
    /* border: 1px solid #ccc; */
    
    padding: 5px;
    line-height: 9px;
    text-align: center;
}
.call-center .pop-header h2 {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 23px;
    line-height: 29px;
    text-shadow: 1px 1px 2px #000;
}
.call-center .pop-mid a {
    float: left;
    text-align: center;
    width: 100%;
    color: yellow;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    font-size: 30px;
}
.call-center .pop-mid h3 {
    text-shadow: 1px 1px 2px #000;
    font-size: 40px;
    margin: 0px;
    padding: 0px;
}
.call-center p {
    border: 4px dashed yellow;
    padding: 8px 6px;
    width: 77%;
    margin: 0 auto;
}
.call-center .pop-mid {
    float: left;
    text-align: center;
    width: 100%;
    color: yellow;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    font-size: 30px;
}
.call-center .logo {
    background: #fff;
    /* float: left; */
    
    margin: 24px auto;
    width: 223px;
    display: block;
}
.call-center .banner-text-offer {
    margin: 0px
}
.call-center .pop-header h2 span {
    margin: 0px;
    padding: 0px;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.mobile-num{    text-decoration: none;
    color: #fff;
    font-size: 20px;
    padding: 4px 0 0 16px;
    float: left;
    line-height: 31px;}