tbody.SearchTable {
    border: none !important;
}

.searchform .hotelicon {
    background-size: 10%;
}

.com-logo a {
    color: #fff;
    text-decoration: none;
}

.pricefromtextw {
    font-size: 11px;
    color: #fff;
    line-height: 16px;
    font-weight: 500;
}

.pricew {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    font-weight: 600;
}

.sc-c-spinner-overlay.is-complete {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.sc-c-spinner-overlay.sc-c-spinner-overlay--transparent {
    background-color: rgba(246,245,245,.75);
}

.sc-c-spinner-overlay {
    background-color: #F6F5F5;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity .2s ease,visibility .2s ease,.2s z-index;
    transition: opacity .2s ease,visibility .2s ease,.2s z-index;
    transition-delay: 0s, 0s, 0s;
}

    .sc-c-spinner-overlay.is-complete > .sc-c-spinner {
        opacity: 0;
        visibility: hidden;
    }

    .sc-c-spinner-overlay > .sc-c-spinner {
        position: relative;
        margin: 0 auto;
        top: 15%;
        left: 50%;
    }

.sc-c-spinner {
    border-style: solid;
    border-width: .1em;
    display: inline-block;
    font-size: 50px;
    width: 1em;
    height: 1em;
    color: #CCC;
    border-color: transparent currentColor currentColor;
    border-radius: 100%;
    vertical-align: middle;
    overflow: hidden;
    text-indent: 100%;
    -webkit-animation: spin .75s infinite linear;
    animation: spin .75s infinite linear;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .2s ease,visibility .2s ease;
    transition: opacity .2s ease,visibility .2s ease;
    position: relative;
}
/* For Price Slider*/


.close {
    color: #fff!important;
}

.modal-title {
    color: #fff!important;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: 100px!important;
}

.NonRefundable {
    color: red;
    border: 1px solid red;
    border-radius: 10px;
    padding: 2px 5px;
    width: 123px;
}

.amenities_box2 {
    margin-top: 15px;
}

    .amenities_box2 ul {
        padding: 0px;
        margin: 0px;
    }

    .amenities_box2 li {
        list-style: none;
        margin-right: 5px;
        display: inline-block;
        background-color: #e8f3fb;
        color: #000;
        border-radius: 3px;
        padding: 0px 4px;
        margin-bottom: 6px;
    }

.amenities_box2last {
    list-style: none;
    margin-right: 5px;
    display: inline-block;
    background-color: #0294FF !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 0px 4px;
}


/*The class .available is used by Bootstrap Datepicker, so please create a new class if needed to avoid conflicts.
*/
/*.available {
    background-color: #29840E;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
}*/

.onrequest {
    background-color: #F3BE07;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
}

.packageinfo {
    background-color: #D43407;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
}


.refundabletxt {
    color: #29840E;
    font-weight: 500;
    font-size: 13px;
}

.nonrefundabletxt {
    color: #D43407;
    font-weight: 500;
    font-size: 13px;
}

.discounttxt {
    background-color: #0B64DC;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    display: inline-block;
    animation: blinker 2s linear infinite;
}

.promocode {
    background-color: #FFFBE2;
    border: 2px dashed #E5B40A;
    display: inline-block;
    padding: 1px 4px;
    color: #000;
    font-weight: 500;
    margin-top: 4px;
}

.tooltip_listing1 {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
}

.tooltiptext1 {
    line-height: 19px;
    z-index: 999;
}

.tooltip_listing1 .tooltiptext1 {
    visibility: hidden;
    background-color: #4e5d78;
    color: #fff !important;
    border-radius: 8px;
    font-size: 12px;
    padding: 16px;
    position: absolute;
    top: 165%;
    left: 50%;
    transform: translate(-50%, -0%);
    opacity: 0;
    transition: opacity 0.3s;
    width: auto!important;
    /*min-width: 320px!important;*/
    font-weight: 400;
    display: flex;
    /*white-space: pre-wrap !important;*/
    -webkit-box-shadow: 0px 9px 10px 0px rgba(211,214,222,0.7);
    -moz-box-shadow: 0px 9px 10px 0px rgba(211,214,222,0.7);
    box-shadow: 0px 9px 10px 0px rgba(211,214,222,0.7);
}


.tooltiptext14px ul {
    margin: 0px;
    padding: 0px;
}


    .tooltiptext14px ul li {
        color: #fff !important;
        list-style-type: disc;
        margin: 0px;
        padding: 0px;
    }

.tooltip_listing1 .tooltiptext1::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.tooltip_listing1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1;
}

.type {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #474747;
    padding: 0px 5px 1px 5px;
    border-radius: 2px;
}

.type2 {
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    background-color: #DD1050;
    padding: 0px 5px 1px 5px;
    border-radius: 2px;
    display: inline-block;
    margin: 4px 0px;
}

.price_small {
    font-size: 16px;
    color: #be8540;
    line-height: 22px;
    font-weight: 500;
}

.hoteldetimg {
    background: url(../img/noimage.png) no-repeat center center #f5f5f5;
    width: 100%;
    height: 160px;
    position: relative;
}

    .hoteldetimg img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        object-position: 50% 50%;
    }

.slider3 {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #E9E9E9;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.textgreen12 {
    font-size: 12px;
    color: #0093cf;
    line-height: 18px;
}

.ssreadmore {
    overflow: hidden;
    height: 4.4em;
    line-height: 1.8em;
}

.ui-datepicker {
    z-index: 9 !important;
}

.found_txt {
    background: #428A10;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 10px 1px 10px;
    border-radius: 20px;
    margin-top: 0px;
    margin-left: 10px;
    display: inline-block;
}

.text-small {
    font-size: 11px;
    line-height: 12px;
    color: #868686;
}

.topmargin5 {
    margin-top: 5px;
}

/*AccountLedger.aspx*/
.ui-datepicker-trigger {
    display: none;
}

/*AddUser.aspx */

.cartcount, .myselection_btn {
    display: none !important;
}


.msg {
    margin: 0px;
    margin-bottom: 10px;
}

.error {
    border: 1px solid red !important;
}

.bootstrap-select > .btn.btn-default.dropdown-toggle, .bootstrap-select > .btn.btn-default.dropdown-toggle:hover {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}

.submit_btn1 {
    text-transform: none;
}

#gv_listview > thead > tr > th {
    border-right: 1px solid #d8d8d8 !important;
}

#gv_listview > tbody > tr > td {
    border-right: 1px solid #fff !important;
}

/*AgentContactInfo.aspx*/

.cartcount, .myselection_btn {
    display: none !important;
}


.msg {
    margin: 0px;
    margin-bottom: 10px;
}

.error {
    border: 1px solid red !important;
}

.bootstrap-select > .btn.btn-default.dropdown-toggle, .bootstrap-select > .btn.btn-default.dropdown-toggle:hover {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
}

.submit_btn1 {
    text-transform: none;
}

#gv_listview > thead > tr > th {
    border-right: 1px solid #d8d8d8 !important;
}

#gv_listview > tbody > tr > td {
    border-right: 1px solid #fff !important;
}

/*AttractionDetails.aspx*/

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.hidetxt {
    display: none;
}

.anhclose {
    position: absolute;
    top: 10px;
    right: 2px;
    background: transparent none repeat scroll 0% 0%;
    float: left;
    width: 21px;
    font-size: 20px;
    text-decoration: none;
    display: none;
}

.spnerror, .spnerrormulti {
    display: none;
    color: red;
    font-size: 12px !important;
}

.clear {
    clear: both;
}

.pricetxt {
    font-size: 18px;
    color: #be8540;
    line-height: 22px;
    font-weight: 500;
}

.flightlistbox .ref, .ref {
    font-size: 12px;
    color: #0ea20e;
    display: block;
}

.flightlistbox .nonref, .nonref {
    font-size: 12px;
    color: #bb1313;
    display: block;
}

.flighttdivider {
    border-right: dotted 1px #676767;
}

.textoverlay {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flightcontdivider {
    border-top: dotted 1px #676767;
    padding-top: 15px;
    margin-top: 15px;
}

.flightstopline {
    border-bottom: 1px solid #e8e8e8;
    margin-top: 25px;
    margin-bottom: 33px;
    height: 10px;
    text-align: center;
}

    .flightstopline span {
        background: #be8540;
        font-size: 13px;
        color: #fff;
        padding: 8px 20px;
        border-radius: 20px;
    }

.flightstopcircle_left {
    background: #c2c2c2;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}

.flightstopcircle_right {
    background: #c2c2c2;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    float: right;
}

.flightmoreoptions {
    background: #be8540;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    position: relative;
    padding: 8px 0px 10px 0px;
    margin: 0px auto;
    width: 250px;
    text-align: center;
}

    .flightmoreoptions::before {
        content: url(../img/flightmoreoptions_shapeleft.png);
        left: -35px;
        top: 0px;
        padding: 0px 0px;
        position: absolute;
    }

    .flightmoreoptions a {
        color: #fff;
        text-decoration: none;
    }

    .flightmoreoptions::after {
        content: url(../img/flightmoreoptions_shaperight.png);
        right: -35px;
        top: 0px;
        padding: 0px 0px;
        position: absolute;
    }

#Content .flightlistboxarea {
    margin-top: 10px;
    margin-bottom: 0px;
}

.fareruletext {
    background-color: #ececec;
    width: 99%;
    cursor: pointer;
    border: 1px solid #dacbcb;
    padding: 8px;
    font-size: 12px;
}

    .fareruletext:hover {
        background-color: #0b5387;
        color: #fff;
    }

.farerulelongtext {
    padding: 15px;
    font-size: 15px;
    border: 1px solid #dacbcb;
    width: 99%;
}

.flighttdivider .tooltip_listing .tooltiptext {
    width: 180px !important;
    margin-left: -85px !important;
    padding: 5px !important;
}

.db_table {
    border-collapse: collapse;
    border: 1px soild #d9deee;
    font-size: 11px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #534747;
}

    .db_table th {
        font-weight: 700;
        text-align: center;
    }

    .db_table td, .db_table th {
        border-collapse: collapse;
        border: 1px solid #d9deee;
        padding: 5px;
        margin: -1px 0 0 -1px;
        background-color: #fff;
        text-align: center;
    }

    .db_table th {
        background: #7c7e82;
        color: #fff;
        text-align: center;
    }


.leftmenuactive {
    background: #be8540;
    color: #fff !important;
}

.leftmenuactive {
    fill: #fff !important;
}

.flightlabel {
    background: #eb1b24;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    position: absolute;
    padding: 4px 5px;
    z-index: 1;
    margin-left: 12px;
    margin-top: -5px;
}

    .flightlabel:before {
        content: "\f0da";
        font-family: FontAwesome;
        top: -2px;
        margin-left: 2px;
        color: #a40007;
        padding: 0 0;
        font-size: 13px;
        position: absolute;
        transform: rotate(45deg);
        left: -6px;
    }

    .flightlabel:after {
        content: "\f0da";
        font-family: FontAwesome;
        top: -2px;
        margin-left: 2px;
        color: #a40007;
        padding: 0 0;
        font-size: 13px;
        position: absolute;
        transform: rotate(135deg);
        right: -4px;
    }

.tooltip_flight {
    position: absolute;
    display: inline-block;
    width: 100px;
}

    .tooltip_flight a {
        color: #000;
        text-decoration: none;
    }

    .tooltip_flight .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #7c7e82;
        font-size: 13px;
        color: #fff;
        line-height: 25px;
        font-weight: 400;
        border-radius: 3px;
        padding: 5px 5px;
        position: absolute;
        z-index: 11;
        left: 0;
        margin-left: -50px;
        text-align: center;
        margin-top: 15px;
    }

        .tooltip_flight .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 30%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #7c7e82 transparent;
        }

    .tooltip_flight:hover .tooltiptext {
        visibility: visible;
    }

.db_Flight {
    border-collapse: collapse;
    border: 1px solid #d9deee;
    font-size: 12px;
    width: 100%;
    font-weight: 900;
    color: #534747;
}

    .db_Flight th {
        font-weight: 900;
    }

    .db_Flight td, .db_Flight th {
        border-collapse: collapse;
        border: 1px solid #d9deee;
        padding: 5px;
        margin: -1px 0 0 -1px;
        background-color: #fff;
    }

    .db_Flight th {
        background: #7c7e82;
        color: #fff;
    }

.PackagePlus {
    color: #eb8225;
}

.PackageValue {
    color: #00bfb3;
}

/*Animation Css*/
@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100;
    }

    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .4;
    }

    to {
        opacity: 1;
    }
}


@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.submit_btn11 {
    display: inline-block;
    padding: 9px 10px 7px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: solid 0px #c9ced1;
    background: #d10504;
    border-radius: 3px;
    transition: 0.4s;
    width: 100%;
}

    .submit_btn11:hover, .submit_btn11:focus, .submit_btn11.focus {
        text-decoration: none;
        background: #ba0201;
    }

.submit_btn12 {
    display: inline-block;
    padding: 9px 9px 7px 9px;
    font-size: 14px;
    color: #d10504;
    text-align: center;
    border: solid 1px #d10504;
    background: #fff;
    border-radius: 3px;
    transition: 0.4s;
    width: 100%;
}

    .submit_btn12:hover, .submit_btn12:focus, .submit_btn12.focus {
        text-decoration: none;
        background: #8DC5C9;
    }

.packagedethotellist {
    background: #fff;
    border-radius: 8px;
    padding: 15px 15px;
    border: solid 1px #edeeef;
    transition: .4s;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
}

    .packagedethotellist h3 {
        font-size: 16px;
        color: #080b01;
        line-height: 20px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 10px;
    }

        .packagedethotellist h3 a {
            color: #080b01;
            text-decoration: none;
        }

            .packagedethotellist h3 a:hover {
                color: #a0c141;
                text-decoration: none;
            }

.packagedethotellistimg {
    background: url(../img/noimage.png) no-repeat center center #ecf5f4;
    height: 100px;
    width: 100%;
}

    .packagedethotellistimg img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }

.textgreen13italic {
    font-size: 13px;
    color: #d4b768;
    font-style: italic;
}

.atttourtypelabel {
    background: #cc0954;
    display: block;
    border-radius: 5px;
    padding: 2px 10px 4px 10px;
    font-size: 11px;
    color: #fff;
    position: absolute;
    margin-top: -25px;
    margin-left: 5px;
}

.textblack13cont2 {
}

    .textblack13cont2 li {
        list-style: none;
        padding-bottom: 6px;
    }

.searchform1 {
    background-color: #c39357;
    width: 100%;
    margin: 0 auto;
    height: 80px;
    position: relative;
}

.header1 {
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}

.textblack13 {
    font-size: 13px;
    color: #000;
    line-height: 18px;
}

.textblack14 {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
}

.textblack14bold {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 600;
}

.textgray13 {
    font-size: 13px;
    line-height: 18px;
    color: #595457;
    font-weight: 400;
}

.textblack14 {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 500;
}

#paymentinfo label {
    width: unset !important;
}


/*label {
  max-width: 100%;
  color:#fff;
  font-size:14px !important;
  line-height:20px;
}*/
.flightwayarea {
    margin-top: 20px;
}

    .flightwayarea ul {
        margin: 0px 0px;
        padding: 0px 0px;
    }

        .flightwayarea ul li {
            list-style-type: none;
            display: inline-block;
            margin-right: 30px;
            padding: 0px 0px;
        }

.flightlistboxarea {
    margin-bottom: 10px;
}

.flightlistbox {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 5px 0px 0px 5px;
    min-height: 90px;
    border: solid 1px #d3d3d3;
    /*border-right: none;*/
}

.flightlistboxselected {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 5px 0px 0px 5px;
    min-height: 90px;
    border-top: solid 1px #9bbe3e;
    border-bottom: solid 1px #9bbe3e;
    border-left: solid 1px #9bbe3e;
}

.flightname {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    font-weight: 500;
}

    .flightname span {
        font-size: 11px;
        color: #707070;
        font-weight: 300;
    }

.flightlogo {
    margin: 0px;
}

    .flightlogo img {
        /*width: 40px;
        height: 40px;*/
        border-radius: 5px;
    }

.luggagearea {
    margin: 0px;
    text-align: center;
    font-size: 12px;
    color: #676767;
    line-height: 14px;
    font-weight: 300;
}

    .luggagearea svg {
        height: 20px;
        fill: #676767;
    }

.deluxetext {
    margin: 0px;
    text-align: right;
    font-size: 12px;
    color: #f79420;
    line-height: 14px;
    font-weight: 300;
}

    .deluxetext svg {
        height: 20px;
        fill: #676767;
    }

    .deluxetext a {
        color: #0093cf;
        text-decoration: underline;
    }

        .deluxetext a:hover {
            color: #0093cf;
            text-decoration: underline;
        }

.flightdeparturearea {
    text-align: right;
    margin-top: 11px;
}

.flightarrivalarea {
    text-align: left;
    margin-top: 11px;
}

.flighttimingblack {
    font-size: 15px;
    color: #000;
    line-height: 18px;
    margin-bottom: 2px;
}

.airporttextsmall {
    font-size: 12px;
    color: #676767;
    line-height: 14px;
}

.flightdistanceborder {
    border-bottom: dotted 1px #606161;
    margin-top: 0px;
}

.flightstopcirclearea {
    position: relative;
    margin-bottom: -5px;
}

.flightstopcircle {
    background: #93a3ae;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin: 0px auto;
}

.flightdurationtime {
    font-size: 12px;
    color: #606161;
    line-height: 14px;
    text-align: center;
    margin-bottom: 5px;
}

.flightstop {
    font-size: 12px;
    color: #b6b6b6;
    line-height: 16px;
    text-align: center;
    position: absolute;
    width: 100%;
    margin-top: 5px;
}

.flightpricearea {
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    padding: 30px 15px;
    min-height: 91px;
    font-size: 20px;
    color: #9bbe3e;
    border: solid 1px #d3d3d3;
    border-left: none;
}

    .flightpricearea span {
        font-size: 20px;
        color: #06a2f0;
    }

.flightpriceareaselected {
    background: #9bbe3e;
    border-radius: 0px 5px 5px 0px;
    padding: 30px 15px;
    min-height: 91px;
    font-size: 20px;
    color: #fff;
}

    .flightpriceareaselected span {
        font-size: 20px;
        color: #fff;
    }


.tooltip_listing {
    position: absolute;
    display: inline-block;
    margin-top: -10px;
    color: #000;
}

    .tooltip_listing a {
        color: #000;
        text-decoration: none;
    }

    .tooltip_listing .tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: #7c7e82;
        font-size: 13px;
        color: #fff;
        line-height: 18px;
        font-weight: 400;
        border-radius: 3px;
        padding: 10px 15px;
        position: absolute;
        z-index: 9999;
        top: 150%;
        left: 50%;
        margin-left: -140px;
    }

        .tooltip_listing .tooltiptext::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent #7c7e82 transparent;
        }

    .tooltip_listing:hover .tooltiptext {
        visibility: visible;
    }

/*.tooltip_listing1 {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    padding: 3px 10px;
    /*background: #e1634a;*/
}*/

    .tooltip_listing1 .tooltiptext1 {
        visibility: hidden;
        width: 280px;
        background-color: #caeae3;
        font-size: 13px;
        color: #000;
        line-height: 18px;
        font-weight: 400;
        border-radius: 8px;
        text-align: center;
        padding: 10px 10px;
        position: absolute;
        z-index: 1;
        top: 130%;
        left: 50%;
        margin-left: -140px;
        border: solid 0px #154036;
    }

        .tooltip_listing1 .tooltiptext1::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent #caeae3 transparent;
        }

    .tooltip_listing1:hover .tooltiptext1 {
        visibility: visible;
    }

.tooltip_listing2 {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
}

    .tooltip_listing2 a {
        color: #000;
        text-decoration: none;
    }

        .tooltip_listing2 a:hover {
            color: #08209a;
            text-decoration: none;
        }

    .tooltip_listing2 .tooltiptext2 {
        visibility: hidden;
        width: 280px;
        background-color: #fff7d8;
        font-size: 13px;
        color: #46412e;
        line-height: 16px;
        font-weight: 400;
        border-radius: 3px;
        text-align: center;
        padding: 10px 10px;
        position: absolute;
        z-index: 1;
        top: 120%;
        left: 50%;
        margin-left: -140px;
        border: solid 1px #ffeaa0;
        border-radius: 5px;
    }

        .tooltip_listing2 .tooltiptext2::after {
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 6px;
            border-style: solid;
            border-color: transparent transparent #46412e transparent;
        }

    .tooltip_listing2:hover .tooltiptext2 {
        visibility: visible;
    }

.tooltip_listing3 {
    position: relative;
    display: inline-block;
    border-bottom: 0px dotted black;
}

    .tooltip_listing3 .tooltiptext3 {
        visibility: hidden;
        background-color: #555;
        color: #fff !important;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -100px;
        opacity: 0;
        transition: opacity 0.3s;
        width: 200px;
    }

        .tooltip_listing3 .tooltiptext3::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip_listing3:hover .tooltiptext3 {
        visibility: visible;
        opacity: 1;
    }

.showmaplink:hover,
.showmaplink:focus {
    color: #656564;
    text-decoration: underline;
}

.offlineflightlistbox .modal-header {
    background-color: #656564;
}




/****************************************************************************************************
Offline flight css start here
****************************************************************************************************/

/*.offlineflightarea {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(110,110,110,0.15);
    -moz-box-shadow: 0px 0px 13px 0px rgba(110,110,110,0.15);
    box-shadow: 0px 0px 13px 0px rgba(110,110,110,0.15);
    border-radius: 8px;
    margin-bottom: 30px;
    transition: 0.5s;
    padding: 15px 15px;
}*/

. /*flightsearchhead {
    border-bottom: dotted 1px #676767;
    font-size: 14px;
    color: #606161;
    line-height: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

    .flightsearchhead h3 {
        font-size: 22px;
        color: #548aca;
        line-height: 22px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .flightsearchhead i {
        transform: rotate(45deg);
    }

.offlineflightslider {
    margin-bottom: 20px;
}

.offlineflighttab {
    background: #e8f3fb;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 14px;
    color: #474747;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

    .offlineflighttab a {
        color: #474747;
    }

    .offlineflighttab span {
        font-size: 18px;
        color: #000;
        line-height: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

.offlineflighttabactive {
    background: #9cc03c;
    border-radius: 5px;
    padding: 10px 10px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
}

    .offlineflighttabactive a {
        color: #fff;
    }

    .offlineflighttabactive span {
        font-size: 18px;
        color: #fff;
        line-height: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

.offlineflightlistbox {
    background-color: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    border: solid 1px #d3d3d3;
    margin-bottom: 15px;
}*/
.infolinks {
    font-size: 13px;
    color: #0e4cca;
    line-height: 20px;
    font-weight: 400;
}

.infolinks a {
    color: #0e4cca;
    text-decoration: none;
}

    .infolinks a:hover {
        color: #86aa32;
        text-decoration: none;
    }

/*.cart_count {
    background-color: red;
    border-radius: 100%;
    color: #fff;
    margin-right: -5px;
}*/

.listbox {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    border: solid 1px #c9c9c9;
    transition: .4s;
    /*-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);*/
}

    .listbox:hover {
        -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.05);
        border: solid 1px #c9c9c9;
    }

.formbox {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #c9c9c9;
    padding: 10px;
}

.packagedethotelarea {
    margin-bottom: 20px;
}

.modifyarea {
    padding: 10px 10px 10px 10px;
}

#itinerary_section .tour-accordion {
    margin-left: 20px;
}

#itinerary_section .tour-acc-content {
    overflow: inherit;
}

#itinerary_section .tour-acc-item.close1 .tour-acc-content {
    overflow: hidden;
}

#itinerary_section .tracking-item {
    margin-left: -20px;
    border-left: none;
}

#itinerary_section .tour-acc-head {
}

.tracking-item {
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding: 0px 0px 0px 35px;
}

    .tracking-item .tracking-content {
        background-color: #fff;
        border: 1px solid #eee;
        padding: 10px 10px;
        margin-bottom: 20px;
    }

        .tracking-item .tracking-content:after {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            left: 35px;
            top: 6px;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
            border-right: 9px solid #eee;
            margin: 5px 0 0 -9px;
        }

.tracking-content-title {
    font-size: 14px;
    color: #bc2e31;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.tracking-item .tracking-icon {
    position: absolute;
    left: -20px;
}

.tracking-icon_circle {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: table;
}

.tracking-icon_circleicon {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
}

.tracking-time {
    color: #3b3e3b;
    background: #fff;
    font-size: 12px;
    border: solid 1px #e8f0e5;
    padding: 2px 5px;
    margin-top: 5px;
}

.meals {
    color: #60675d;
}

.tracking-item .tracking-icon.status-sponsored {
    background-color: #f68;
}

.tracking-item .tracking-icon.status-delivered {
    background-color: #4cbb87;
}

.tracking-item .tracking-icon.status-outfordelivery {
    background-color: #f5a551;
}

.tracking-item .tracking-icon.status-deliveryoffice {
    background-color: #f7dc6f;
}

.tracking-item .tracking-icon.status-attemptfail {
    background-color: #b789c7;
}

.tracking-item .tracking-icon.status-exception {
    background-color: #d26759;
}

.tracking-item .tracking-icon.status-inforeceived {
    background-color: #214977;
}

.tracking-item .tracking-icon.status-intransit {
    color: #fff;
    font-size: 20px;
    padding-top: 3px;
}

.hotel-bg {
    background-color: #f06292;
    border: 1px solid #f06292;
}

.sightseeing-bg {
    background-color: #25476a;
    border: 1px solid #25476a;
}

.transfer-bg {
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
}

.guide-bg {
    background-color: #ad821f;
    border: 1px solid #ad821f;
}

.restaurent-bg {
    background-color: #8bc34a;
    border: 1px solid #8bc34a;
}

.cruise-bg {
    background-color: #ab47bc;
    border: 1px solid #ab47bc;
}

.train-bg {
    background-color: #e5aa15;
    border: 1px solid #e5aa15;
}

.freetime-bg {
    background-color: #9c6434;
    border: 1px solid #9c6434;
}

.airline-bg {
    background-color: #f55145;
    border: 1px solid #f55145;
}

.home-bg {
    background-color: #3a444e;
    border: 1px solid #3a444e;
}

.textblackitineraryhead {
    font-weight: 700;
    font-size: 14px;
    color: #3b3e3b;
    line-height: 20px;
    text-transform: uppercase;
}

.itinerarydatetext {
    font-weight: 400;
    font-size: 13px;
    color: #06456f;
    line-height: 18px;
}

    .itinerarydatetext a {
        color: #06456f;
        text-decoration: underline;
    }

        .itinerarydatetext a:hover {
            color: #3fb59a;
            text-decoration: underline;
        }

.removetext {
    font-weight: 400;
    font-size: 13px;
    color: #bc2e31;
    line-height: 18px;
}

    .removetext a {
        color: #bc2e31;
        text-decoration: underline;
    }

        .removetext a:hover {
            color: #60b739;
            text-decoration: underline;
        }

.textblue13 {
    font-size: 13px;
    color: #04aae1;
    line-height: 18px;
}

    .textblue13 a {
        color: #04aae1 !important;
        text-decoration: none;
    }

        .textblue13 a:hover {
            color: #bc2e31;
            text-decoration: none;
        }

.modifypricebox {
    background: #f6f6f6;
    border: solid 1px #e9e9e9;
    border-radius: 10px;
}

.modifypriceboxarea {
    padding: 15px 15px;
}

.modifysummaryheading {
    padding: 15px 15px;
    border-bottom: solid 1px #e9e9e9;
}

    .modifysummaryheading h3 {
        font-size: 22px;
        color: #000;
        line-height: 22px;
        font-weight: 500;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.modifybtnarea {
    background: #282c2a;
    padding: 15px 15px;
    border-radius: 0 0 10px 10px;
}

.solidline {
    margin: 20px 0px;
    border-top: 1px solid #DBDBDB;
}

.services_icon {
    margin: 0px;
}

.inner {
    position: relative;
    z-index: 1;
}

.services_icon ul {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.services_icon li {
    width: 53px;
    height: 53px;
    border-radius: 100%;
    border: solid 2px #00a7e8;
    background: #fff;
    margin: 0px 40px;
    display: inline-block;
    position: relative;
}

    .services_icon li div {
        color: #00a7e8;
        font-size: 13px;
        font-weight: 700;
        line-height: 16px;
        text-align: center;
        display: inline-table;
        vertical-align: top;
        margin-top: 60px;
    }

    .services_icon li:last-child {
    }

    .services_icon li::after {
        content: '';
        position: absolute;
        top: 24px;
        left: 0em;
        width: 136px;
        height: 1px;
        z-index: -1;
        background: #00a7e8;
    }

    .services_icon li:last-child::after {
        content: '';
        z-index: -1;
        background: transparent;
    }

.services_iconactive {
    position: absolute;
    background: #00a7e8;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    top: -48px;
    left: 12px;
}

.bookingformcollage {
    padding-top: 66px;
    min-height: 20px;
}

.submit_btn2 {
    display: inline-block;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    border: solid 0px #be8540;
    background: #be8540;
    border-radius: 5px;
    transition: 0.4s;
    font-weight: 500;
}

.submit_btn1 {
    display: inline-block;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-align: center;
    border: solid 0px #be8540;
    background: #1f1f1f;
    border-radius: 3px;
    font-weight: 500;
    transition: 0.4s;
}

    .submit_btn1:hover, .submit_btn1:focus, .submit_btn1.focus {
        text-decoration: none;
        background: #be8540;
        color: #fff;
    }

.infotxt {
    color: #000;
    font-size: 13px;
    line-height: 20px;
}

.flightlogo img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.listbox1:hover {
  border: solid 1px #c39357;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
}
.listbox1 {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 10px;
  border: solid 1px #656564;
  font-size: 14px;
  transition: 0.3s;
}

/*#myselection.fade.in {
  opacity: unset !important;
}
#myselection .modal-dialog.modal-lg {
  transform: unset !important;
}*/
.fade.in {
  opacity: unset !important;
}
.modal-dialog.modal-lg {
  transform: unset !important;
}
.modal.fade .modal-dialog {
    transition: unset !important;
    transform: unset !important;
}
.myselection_contbox {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #d4d5d7;
}

    .myselection_contbox h3 {
        font-size: 20px;
        color: #000;
        line-height: 22px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

.myselection_infotxt {
    color: #000;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

    .myselection_infotxt a {
        color: #000;
        text-decoration: none;
    }

        .myselection_infotxt a:hover {
            color: #9bbe3e;
            text-decoration: none;
        }

.myselection_infotxt2 {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
.thankyoutext {
    font-size: 30px;
    color: rgb(79, 79, 79);
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
}
.textblue15light {
  font-size: 15px;
  color: #4f4f4f;
  line-height: 20px;
  font-weight: 300;
}
.submit_btn3 {
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border: solid 0px #ee2837;
    border-radius: 5px;
    transition: 0.4s;
    background: #c4935d;
}
.submit_btn3:hover, .submit_btn3:focus, .submit_btn3.focus {
    text-decoration: none;
    background: #c69051;
}
.submit_btn3 a {
    color: #fff;
}
    .submit_btn3 a:hover, .submit_btn3 a:focus {
        text-decoration: unset !important;
    }

   body {margin: 0; padding: 0; min-width: 100%!important;-webkit-font-smoothing: antialiased;}
  img {height: auto;}

  .content {width: 100%; max-width: 600px;}
/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 800px) {
}

@media screen and (max-width : 668px) {
}

@media screen and (max-width : 480px) {
    .flighttdivider {
        border-right: none;
        border-bottom: dotted 1px #676767;
        padding: 0px 0px 15px 0px;
    }

    .flightpricearea1 {
        padding: 20px 0px 0px 0px;
    }

    .tooltip_flight .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #7c7e82;
        font-size: 13px;
        color: #fff;
        line-height: 25px;
        font-weight: 400;
        border-radius: 3px;
        padding: 5px 5px;
        position: absolute;
        z-index: 11;
        top: 120%;
        left: 0;
        margin-left: -25px;
        text-align: center;
    }
}

@media only screen and (max-width: 550px), screen and (max-device-width: 550px) {
  .fix{width: 100%;}
  body[yahoo] .hide {display: none!important;}
  body[yahoo] .buttonwrapper {background-color: transparent!important;}
  body[yahoo] .button {padding: 0px!important;}
  body[yahoo] .button a {background-color: #1eba9d; padding: 15px 15px 13px!important;}
  body[yahoo] .unsubscribe {display: block; margin-top: 20px; padding: 10px 50px; background: #f7f7f7; border-radius: 5px; text-decoration: none!important; font-weight: bold;}
  }

@media screen and (max-width : 767px) {

    .tooltip_listing1 .tooltiptext1 {
        left: 0;
        transform: translate(-0%, -0%);
    }

        .tooltip_listing1 .tooltiptext1::after {
            display: none;
        }
}
