#outer-box,
.customer_rating_area div#widget-container {
    position: relative;
}
.owl-controls,
html {
    -webkit-tap-highlight-color: transparent;
}
.typeahead,
html {
    overflow-x: hidden;
}
#widget-container *,
.breadcrumb_links ul li a,
.breadcrumb_prev_links,
.customer_rating_area #widget-container .box-title,
.customer_rating_area div#widget-container,
.ui-widget,
body {
    font-family: "Open Sans", sans-serif !important;
}
.dropdown-menu > li > a,
.navbar-nav a,
.sub_menu_li li a {
    text-transform: capitalize;
}
.css-label,
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
#map-canvas {
    height: 400px;
    width: 100%;
}
a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"]
{
    display: none !important;
}
#outer-box {
    display: block;
    margin-left: 20px;
}
#widget-container * {
    box-sizing: border-box;
    line-height: 1;
    cursor: pointer;
}
.customer_rating_area {
    padding: 11px 0 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 20px;
}
.customer_rating_area .ekomi-widget-container {
    margin: 0 auto;
    max-width: 640px;
    pointer-events: none;
    background: #fff;
    border-radius: 2px;
}
.customer_rating_area div#widget-container:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(66, 65, 65, 0.5) !important;
    bottom: 0;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 50%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.customer_rating_area #widget-container.widget-wrap {
    color: #333;
    max-width: 645px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
.customer_rating_area #widget-container .top-box {
    padding-bottom: 2px;
    overflow: hidden;
    border: none !important;
}
.customer_rating_area #widget-container .box-title {
    display: block;
    margin-bottom: 6px;
    white-space: nowrap;
    margin-left: 55px;
    float: left;
    margin-right: 12px;
    font-weight: 400;
}
.customer_rating_area #widget-container .fz12 {
    font-size: 15px;
    font-weight: 400;
    margin-right: 7px;
    color: #000;
}
.customer_rating_area #widget-container .total_reviews {
    font-size: 14px;
    font-weight: 400;
}
.customer_rating_area #widget-container .logo-bottom {
    position: absolute;
    left: 10px;
    bottom: 10px;
    max-height: 35px;
    max-width: 35px;
}
#widget-container *,
.customer_rating_area div#widget-container {
    font-size: 14px !important;
}
.click-call {
    background: #333;
    width: 700px;
    margin: 0 auto;
    padding: 10px 0;
    float: none;
    overflow: hidden;
}
.inner-msg {
    background: #000;
    height: 100%;
    width: 700px;
    top: 0;
    position: absolute;
    transition: opacity 0.5s;
    padding: 15px;
    display: none;
}
.click-bott,
.click-plus {
    position: fixed;
    right: 0;
    margin: 0 auto;
    display: none;
    left: 0;
    bottom: 0;
}
.error,
.red {
    color: red;
    font-weight: 400;
    font-size: 12px;
}
.click-plus {
    text-align: center;
    background: url(/images/clicktocall_close.png) center no-repeat;
    height: 30px;
    cursor: pointer;
}
.click-plus .tc-plus {
    font-size: 25px;
}
.click-call .tc-confused {
    font-size: 30px;
    vertical-align: middle;
}
.click-bott {
    z-index: 10000;
}
#showCookeiPolicyCloce {
    background: #46143c;
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
    margin-left: 5px;
    position: absolute;
    top: 6px;
    right: 32px;
    font-size: 12px;
    border-radius: 3px;
}
.strike_number_tc {
    color: #000;
    font-size: 12px;
}
.strike_number_tc span.INR {
    font-size: 12px !important;
    color: #000 !important;
    margin-right: 1px;
}
#showCookeiPolicy {
    z-index: 100000000;
    background: #e6f1f7;
    padding: 15px 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2px;
    color: #006a9f;
    font-size: 13px;
}
#showCookeiPolicy p {
    margin: 0;
    width: 91%;
    padding: 0 0 0 10px;
    font-size: 12.7px;
}
#showCookeiPolicy a {
    text-decoration: underline;
    color: #46143c;
}
.save_btn,
.text-white {
    color: #fff;
}
#showCookeiPolicy .container {
    position: relative;
}
.click-call .save_btn {
    height: 30px;
    border-radius: 0 3px 3px 0;
}
.click-call .error {
    float: left;
    padding-left: 23px;
}
.save_btn {
    background-color: #46143c;
    border: 0;
    font-size: 14px;
    width: 28%;
    padding: 4px 10px;
    margin-left: -4px;
}
.click-call input {
    box-shadow: inset 4px 4px 10px 0 #ddd !important;
    border-radius: 3px 0 0 3px;
}
.click-call .form-group {
    margin-bottom: 0;
}
.click-call .form-control {
    display: inline-block;
    width: 57%;
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.onscroll .click-call,
.onscroll .close_outer {
    display: none;
}
.close_outer {
    background: #000;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 316px;
    top: -7px;
}
.close-bttn {
    color: #fff;
    position: absolute;
    right: 4px;
    top: -1px;
    font-size: 13px;
    cursor: pointer;
}
.thomasLoader {
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}
.thomas_loader {
    width: 50px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.thomas_loader div {
    content: " ";
    width: 10px;
    height: 10px;
    background: #2196f3;
    border-radius: 100%;
    position: absolute;
    animation: shift 2s linear infinite;
}
.thomas_loader div:nth-of-type(1) {
    animation-delay: -0.4s;
}
.thomas_loader div:nth-of-type(2) {
    animation-delay: -0.8s;
}
.thomas_loader div:nth-of-type(3) {
    animation-delay: -1.2s;
}
.thomas_loader div:nth-of-type(4) {
    animation-delay: -1.6s;
}
.spinner,
.spinner:after {
    position: relative;
    box-sizing: border-box;
}
.spinner {
    width: 65px;
    height: 65px;
    display: block;
    color: #46143c;
}
.spinner:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 5px solid currentColor;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: 0 0;
    animation: ball-clip-rotate 0.75s linear infinite;
}
.jet_loading,
.loading {
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    -moz-animation: animate-stripes 3s infinite linear;
    -webkit-animation: animate-stripes 3s infinite linear;
}
.loaderTxt {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    text-align: center;
    margin-left: 9px;
}
@keyframes ball-clip-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.call-header-cont {
    background: url(/images/footer-sprite.png) -155px -95px no-repeat;
    width: 77px;
    vertical-align: middle;
    padding-left: 10px;
}
.click-bott .col-md-7.col-sm-7.col-xs-12.text-white.call-text {
    height: 34px;
    display: inline-flex;
    line-height: 34px;
}
.question-symb {
    background: url(/images/footer-sprite.png) -367px -96px no-repeat;
    height: 34px;
    width: 60px;
    color: #fff;
}
.call-header-store .tc-map {
    margin-right: 0 !important;
}
.cont_header_menu {
    padding-left: 5px;
}
.firstdiv .pull-left a:hover {
    color: #fff;
}
@-webkit-keyframes shift {
    0% {
        left: -30px;
        opacity: 0;
        background-color: #0094da;
    }
    10% {
        left: 0;
        opacity: 1;
    }
    90% {
        left: 50px;
        opacity: 1;
    }
    100% {
        left: 80px;
        background-color: #0094da;
        opacity: 0;
    }
}
.breadcrumb_links ul {
    margin: 10px 0 7px !important;
    overflow: hidden;
}
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.breadcrumb_links ul li {
    margin-right: 5px;
}
.breadcrumb_links ul li a,
.breadcrumb_prev_links {
    font-size: 14px !important;
}
.breadcrumb_links ul li a:hover,
.breadcrumb_links ul li:last-child a {
    color: #333;
}
.gm-style-cc,
.gmnoprint a,
.gmnoprint span {
    display: none;
}
input {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.equipment_type_details {
    padding-left: 46px;
}
.reachus {
    background: url(../images/images.png) 0 1px no-repeat;
    padding: 0 10px;
}
.loading {
    background-color: #46143c;
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent) !important;
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent) !important;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent) !important;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    -o-animation: animate-stripes 3s infinite linear;
    -ms-animation: animate-stripes 3s infinite linear;
    animation: animate-stripes 3s infinite linear;
    cursor: default;
    box-shadow: none;
}
.glyphicon-plus:before {
    content: "+";
    font-size: 16px;
}
.glyphicon-minus:before {
    content: "-";
    font-size: 24px;
    font-weight: 700;
    position: relative;
    top: 2px;
}
.glyphicon-minus {
    font-size: 40px;
    line-height: 0;
}
.pando_tncd {
    width: 90%;
    margin: 0 0 5px !important;
    float: none;
}
.close span {
    font-weight: 300;
    font-size: 25px;
    padding-top: 4px;
    display: inline-block;
}
.feedback-img {
    width: 30px;
    height: 100px;
    background-position: -217px -205px;
}
.feed-back .remove {
    top: -15px;
    left: -15px;
    position: absolute;
}
.feed-back .btn-primary {
    width: auto;
    padding: 5px 27px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 300;
    background-color: #46143c;
    border: 0;
}
.feed-back .btn-primary:active:focus,
.feed-back .btn-primary:active:hover {
    background-color: #46143c;
    border-color: #46143c;
}
.feed-back {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -140px;
    z-index: 9999;
}
.feedcal-Icon {
    position: absolute;
    top: 9px;
    left: 7px;
    cursor: pointer;
}
#feedTravelDate {
    padding-left: 32px;
}
.posrel {
    position: relative;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    padding: 5px;
}
.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}
.ui-widget,
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-autocomplete {
    top: 0;
    left: 0;
    cursor: default;
    z-index: 10000000000 !important;
}
.ui-autocomplete,
.ui-menu .ui-menu {
    position: absolute;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    max-height: 180px;
    overflow-y: auto;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content .ui-menu-item.ui-state-focus {
    background: #ebebeb;
    color: #46143c;
    margin: 0;
}
.feed-backPop .selectric {
    height: 34px !important;
    padding: 0;
    margin-top: -1px;
    border: 1px solid #ccc;
}
.feed-backPop .selectric-open .selectric {
    border-color: #0084cc;
    background: #fff;
    border-bottom-width: 0;
    padding-bottom: 2px;
    border-left: 1px solid #0084cc;
    border-right: 1px solid #0084cc;
}
.feed-backClick {
    cursor: pointer;
}
.feed-backPop {
    position: relative;
    display: none;
    background: #f4f4f4;
    padding: 10px;
    border: 2px solid #ccc;
    width: 450px;
}
.feedPolicy p {
    font-size: 12.8px;
}
.feed-backClick .cross-sign {
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    background: #7c7c7c;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    font-family: sans-serif;
}
.feed-backPop .form-group > div:first-child {
    width: 130px;
    text-align: right;
    margin-right: 15px;
    height: 34px;
    line-height: 34px;
}
.feed-backPop .form-group > div:first-child label {
    font-weight: 500;
    font-size: 13px;
}
.feed-backPop input[type="submit"] {
    padding: 5px 20px;
    font-size: 16px;
}
.feed-backPop input[type="reset"] {
    font-size: 15px;
    color: #696969;
    text-decoration: underline;
    background: 0 0;
    border: 0;
    font-weight: 300;
    margin: 0 0 0 20px;
}
.feed-backPop .btndivs {
    margin-left: 145px;
}
.feed-backPop .form-control {
    width: 280px;
    border-radius: 2px;
    padding: 5px 12px;
    height: 32px;
}
.feed-backPop .selectric .label {
    width: 231px;
    text-align: left;
    font-size: 13px;
}
.feed-backPop .form-group {
    display: inline-block;
    margin-bottom: 5px;
}
.feed-backPop .form-group .red,
.wantus_call_form .form-group .red {
    color: #333;
}
.feed-backPop .form-group.btndivs {
    margin-bottom: 0;
}
.feed-backPop textarea.form-control {
    height: initial;
}
.feed-backPop .feedPolicy {
    margin-left: 170px;
    position: relative;
}
.feed-backPop .feedPolicy input[type="checkbox"].css-checkbox + label.css-label {
    position: absolute;
    left: -25px;
    top: 1px;
}
.sprite_common_image_all {
    background: url(../images/footer-sprite.png);
    height: 45px;
    text-align: center;
}
.sprite_common_image_all._images_foooter_icons1.footer_pci_sprite {
    background-position: -441px -90px;
    width: 70px;
    margin: 0 auto;
}
.sprite_common_image_all._images_foooter_icons1.footer_pci_sprite:hover {
    background-position: -122px -88px;
}
.sprite_common_image_all._images_foooter_icons1.footer_1_sprite {
    background-position: -8px 0;
    width: 64px;
    margin: 0 auto;
}
.sprite_common_image_all._images_foooter_icons1.footer_1_sprite:hover {
    background-position: -8px -42px;
}
.sprite_common_image_all._images_foooter_icons1.footer_2_sprite {
    background-position: -70px 0;
    width: 150px;
    margin: 0 auto;
}
.sprite_common_image_all._images_foooter_icons1.footer_2_sprite:hover {
    background-position: -70px -42px;
}
.sprite_common_image_all._images_foooter_icons1.footer_3_sprite {
    background-position: -215px 0;
    width: 55px;
    margin: 0 auto;
}
.sprite_common_image_all._images_foooter_icons1.footer_3_sprite:hover {
    background-position: -215px 100px;
}
.sprite_common_image_all._images_foooter_icons1.footer_4_sprite {
    background-position: -270px -5px;
    width: 245px;
    margin: 0 auto;
}
.sprite_common_image_all._images_foooter_icons1.footer_4_sprite:hover {
    background-position: -270px 95px;
}
.hduser-icon {
    margin-right: 3px;
}
.flights .nav > li.flight-menu > a,
.holidays .nav > li.holiday-menu > a {
    text-decoration: none;
    background-color: #46143c;
    color: #fff !important;
}
.dropdown-menu > li > a {
    font-size: 12px;
}
.navbar-brand > img {
    width: auto;
    margin-left: 10px;
}
.no-padding-imp {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.top-header [class^="tc-"] {
    font-size: 16px;
    top: 1px;
    position: relative;
    margin-right: 5px;
}
.tc-dec-feb:before {
    font-size: 22px;
    line-height: 42px;
    color: #46143c;
}
.gstpageDesign a {
    color: #fff !important;
}
.navbar-nav > li > a {
    font-size: 14px;
}
.home-icon {
    font-size: 17px;
}
.thomas_cook_header_data .navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}
.stickyfooter footer {
    position: absolute;
    bottom: 0;
}
footer {
    margin: 3px 0 0;
}
.footer_row_1 {
    background: #515151;
    padding: 20px 30px 10px;
}
.main_menu_div {
    padding: 0;
}
.contact_details_footer {
    border-bottom: 1px solid #757575;
    padding-bottom: 10px;
}
footer .row_footer > ul {
    list-style: none;
    padding: 0;
    margin: 0 15px;
    position: relative;
}
footer ul li {
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    list-style: none;
}
footer .row_footer > ul > li:last-child {
    position: absolute;
    padding-right: 5px;
    padding-top: 7px;
    right: 0;
    padding-left: 5px;
}
.expand_footer_rotate1 {
    transform: rotate(45deg);
}
footer .row_footer > ul > li:last-child a {
    font-size: 30px;
    outline: 0;
    cursor: pointer;
}
.footer_row_2,
.sub_menu_li {
    display: none;
}
.paypal,
.verisign_sec,
.visa {
    display: inline-block;
}
.sub_menu_li li a {
    font-size: 11px;
    color: #999 !important;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}
.newsbutton,
footer ul li a {
    text-decoration: none !important;
}
.sub_menu_li li a:hover {
    color: #fff !important;
}
footer .row_footer > ul > li > a:hover,
footer ul li a {
    color: #e7e7e7 !important;
}
footer ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    cursor: default;
}
.footer_row_2 {
    background: #e1e1e1;
    padding: 0;
}
.footer_sprite {
    background-image: url(../images/common_sprite.png);
    background-repeat: no-repeat;
    margin: 0 4px;
}
.verisign_sec {
    background-position: -13px -9px;
    width: 60px;
    height: 29px;
}
.paypal {
    background-position: -13px -47px;
    width: 42px;
    height: 27px;
}
.visa {
    background-position: -345px -9px;
    width: 38px;
    height: 27px;
}
.iata,
.mastercard {
    display: inline-block;
    width: 42px;
    height: 27px;
}
.mastercard {
    background-position: -73px -47px;
}
.iata {
    background-position: -286px -8px;
}
.award1,
.award2 {
    width: 43px;
    display: inline-block;
}
.award1 {
    background-position: -124px -47px;
    height: 35px;
}
.award2 {
    background-position: -182px -48px;
    height: 34px;
}
.award3 {
    display: inline-block;
    background-position: -235px -48px;
    width: 59px;
    height: 35px;
}
.award4,
.award5 {
    height: 34px;
    display: inline-block;
}
.award4 {
    background-position: -352px -48px;
    width: 24px;
}
.award5 {
    background-position: -307px -49px;
    width: 27px;
}
.pci_dss {
    display: inline-block;
    background-position: -198px -9px;
    width: 66px;
    height: 26px;
}
.trip_adv {
    display: inline-block;
    background-position: -86px -11px;
    width: 96px;
    height: 22px;
}
.footer_icons {
    margin: 0;
}
.footer_copyright {
    border-top: 1px solid #ccc;
}
.footer_icons > li {
    padding: 15px 30px;
    text-align: center;
    border-right: 1px solid #ccc;
    height: 80px;
}
.footer_icons > li:first-child {
    border-left: 1px solid #ccc;
}
.footer_icons > li p {
    margin: 0 0 5px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
}
.footer_copyright > p {
    font-size: 10px;
    margin: 6px 0;
}
.firstdiv .glyphicon {
    font-size: 16px;
    padding-right: 6px;
    position: relative;
    top: 4px;
}
.firstdiv a,
.firstdiv > div {
    color: #ccc;
    font-size: 16px;
    padding-right: 40px;
    font-weight: 300;
}
.firstdiv > div.pull-right {
    padding: 0;
}
.firstdiv > div span:last-child {
    color: #999;
    font-size: 12px;
    position: relative;
    left: 10px;
    top: 0;
}
footer input[type="text"] {
    border: 1px solid #9a9a9a;
    background: 0 0;
    padding: 6px 10px;
    float: left;
    font-size: 14px;
    width: 230px;
}
.newsbutton {
    background: #3f3f3f;
    float: left;
    border: 1px solid #9a9a9a;
    border-left: 0;
    text-align: center;
    padding: 5px 0 !important;
    width: 75px;
}
.newsbutton:active,
.newsbutton:focus,
.newsbutton:hover {
    background: #242424;
    color: #fff;
}
.subscription_footer_area {
    margin-top: -5px;
    margin-bottom: 10px;
}
p.error-info .glyphicon-exclamation-sign {
    position: relative;
    width: 18px;
    height: 18px;
    background: red;
    display: inline-block;
    border-radius: 50%;
}
p.error-info .glyphicon-exclamation-sign:before {
    content: "!";
    position: absolute;
    color: #fff;
    left: 8px;
    top: 1px;
    font-weight: 700;
}
p.error-info:before {
    content: "!";
    font-weight: 700;
    color: #fff;
    background-color: #b1302a;
    padding: 1px 5px;
    font-size: 9px;
    margin: 0 5px 0 0;
    float: left;
    height: 14px;
    border-radius: 50%;
}
p.error-info span:last-child {
    display: inline-block;
    vertical-align: top;
    width: 90%;
}
.header_data_yellow_left.b2b_agent_onbehalf_section {
    float: right;
    color: #fff;
    padding: 30px 0;
}
.parsley-error {
    color: #b94a48;
    background: #f2dede !important;
    border: 1px solid red !important;
}
.selectric.parsley-error .label {
    color: #b94a48;
}
.payment-signin-wrap #registerLogin #firstName,
.payment-signin-wrap #registerLogin #lastName,
.payment-signin-wrap #registerLogin #loginPass {
    margin-bottom: 15px;
}
@font-face {
    font-family: ThomasCook;
    src: url(https://www.thomascook.in/css/fonts/ThomasCook.eot?b6cjmf);
    src: url(https://www.thomascook.in/css/fonts/ThomasCook.eot?b6cjmf#iefix) format("embedded-opentype"), url(https://www.thomascook.in/css/fonts/ThomasCook.ttf?b6cjmf) format("truetype"), url(https://www.thomascook.in/css/fonts/ThomasCook.woff?b6cjmf) format("woff"), url(https://www.thomascook.in/css/fonts/ThomasCook.svg?b6cjmf#ThomasCook) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: WebRupee;
    src: url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.eot);
    src: url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.eot?#iefix) format("embedded-opentype");
    src: local("WebRupee"), url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.ttf) format("truetype"), url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.woff) format("woff"), url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: WebRupee;
    src: url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.eot);
    src: url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.eot?#iefix) format("embedded-opentype");
    src: local("WebRupee"), url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.ttf) format("truetype"), url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.woff) format("woff"), url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.INR {
    color: #333 !important;
}
.typeahead {
    overflow-y: auto;
    max-height: 172px;
}
.effect-lily,
.frm--inline .frm_field-list,
.modal,
.more_all_big_static,
.tc_login_otp_details,
.tc_otp_login,
svg:not(:root) {
    overflow: hidden;
}
.typeahead ul li {
    border-bottom: 1px solid transparent;
}
.typeahead li a {
    text-decoration: none;
}
#autoSuggestion.typeahead > .active > a,
#autoSuggestion.typeahead > .active > a:focus,
#autoSuggestion.typeahead > .active > a:hover {
    background: #e5f0f6;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #575757;
    padding: 7px 10px;
}
.date-range a,
.date-range span,
.start-date a,
.start-date span,
.today a,
.today span,
.ui-datepicker-current-day a,
.ui-datepicker-current-day span {
    background: #46143c !important;
    color: #fff !important;
}
.typeahead > .active > a,
.typeahead > .active > a:focus,
.typeahead > .active > a:hover {
    padding: 10px;
}
.start-date a,
.start-date span {
    position: relative;
}
.end-date a:before,
.end-date span:before,
.start-date a:before,
.start-date span:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 28px;
    top: 0;
}
.end-date a:before,
.end-date span:before {
    background: url(../images/flight/fromto.png);
    right: 0;
}
.start-date a:before,
.start-date span:before {
    background: url(../images/flight/fromto.png) -11px 0;
    left: 0;
}
.end-date a,
.end-date span {
    background: #46143c !important;
    color: #fff !important;
    position: relative;
}
.contact_details_footer .field-error {
    position: absolute;
    top: 29px;
}
.contact_details_footer .field-error-footer {
    position: absolute;
    top: 29px;
    display: block;
    color: #ff6e66;
    padding: 3px 0 2px;
    font-size: 11px;
}
.footer_fb,
.footer_gplus,
.footer_instagram,
.footer_linkedin,
.footer_pinterest,
.footer_youtube {
    width: 37px;
    height: 37px;
    display: block;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 4px;
    cursor: pointer;
}
.footer_fb:hover {
    background: #305891;
    border-color: #305891;
}
.footer_instagram:hover {
    background: #4ca1f0;
    border-color: #4ca1f0;
}
.footer_linkedin:hover {
    background: #238cc8;
    border-color: #238cc8;
}
.footer_pinterest:hover {
    background: #fe4445;
    border-color: #fe4445;
}
.footer_youtube:hover {
    background: #ef4e41;
    border-color: #ef4e41;
}
.footer_fb:hover span,
.footer_gplus:hover span,
.footer_instagram:hover span,
.footer_linkedin:hover span,
.footer_pinterest:hover span,
.footer_youtube:hover span {
    color: #fff;
}
.footer_gplus:hover {
    background: #eb5e4c;
    border-color: #eb5e4c;
}
.footer_fb span,
.footer_gplus span,
.footer_instagram span,
.footer_linkedin span,
.footer_pinterest span,
.footer_youtube span {
    font-size: 20px;
    line-height: 37px;
}
.follow_us_li li {
    width: auto !important;
    padding-bottom: 10px;
}
.flight-search .field-error {
    color: #ff6f68;
    font-family: arial;
    font-weight: 500;
}
.error-info .glyphicon-exclamation-sign .cancel {
    font-size: 16px;
    color: #46143c;
    text-decoration: underline;
    background: 0 0;
    border: 0;
    margin-left: 10px;
    cursor: pointer;
}
.breadcrumb {
    font-size: 11px;
    background: 0 0;
    color: #666;
}
.breadcrumb a {
    color: #999;
}
header.navbar {
    border-bottom: 2px solid #46143c !important;
    border-top: 1px solid #ccc !important;
    margin-bottom: 0 !important;
    min-height: 48px !important;
}
.compareTitle {
    font-size: 24px;
    color: #46143c;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
}
.want_us_cal_icon {
    position: absolute;
    right: 6px;
    cursor: pointer;
    color: #46143c;
    font-size: 22px;
    top: 6px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0;
}
.common_padding_zero {
    padding: 0;
}
.commonAlrt_btn .alrt_btn {
    background: red;
    border: none;
    padding: 5px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
}
.commonAlrt_btn .modal-title {
    color: #333;
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
}
.thomas_cook_header_data {
    margin: -38px 0 0;
    background: #fff;
    width: 122px;
    text-align: center;
    padding: 0;
}
header .thomas_cook_header_data .navbar-brand {
    margin-left: -17px !important;
}
.thomas_cook_header_collaps .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 11px;
    line-height: 20px;
    color: #666;
    font-weight: 700;
}
.thomas_cook_header_collaps .last_menu_collapas {
    margin-right: 18px !important;
}
.thomas_cook_header_collaps .last_two_mega_menu {
    left: -300px !important;
    right: 16px !important;
    min-width: 310px;
    width: 375px;
    padding: 10px 20px;
    margin-top: 0;
    border: 1px solid #46143c;
}
.last_two_mega_menu .thomas_submenu_area {
    width: 150px;
}
header .thomas_cook_header_collaps ul.last_two_mega_menu li {
    border-bottom: 0 solid #ccc;
}
.last_two_mega_menu .mega_menu_header_titles {
    padding: 0 0 5px;
}
body {
    padding-right: 0 !important;
}
.dropdown-menu.login_dropdown ul li {
    list-style-type: none;
}
.dropdown-menu.login_dropdown {
    width: 200px;
    min-width: 200px;
    right: 0;
    border: 1px solid #46143c;
    box-shadow: none;
    z-index: 10001;
    padding: 0;
    margin: 0;
    border-radius: 2px;
}
.user_details {
    background-color: #f3f3f3;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    padding-bottom: 12px;
    border-bottom: 1px solid #46143c;
}
.user_icon img {
    border: 1px solid #46143c;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.14);
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px auto;
    background: #fff;
}
.user_icon .tc-user {
    font-size: 35px;
    color: #a9a9a9;
    top: -3px;
    margin: 1px 5px;
    display: inline-block;
    left: 1px;
}
.user_emailid {
    font-size: 13px;
    color: #7a7a7a;
}
.main_btn {
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #46143c;
    padding: 5px 20px;
}
.user_activities > ul {
    margin: 0;
}
.user_activities ul li a {
    padding: 6px 15px;
    border: 0;
    font-size: 13px;
    color: #666;
    float: none;
    height: auto;
    width: 100%;
    display: block;
}
.user_activities {
    padding: 0;
}
.user_activities ul li:hover {
    background: #ebebeb;
    color: #46143c !important;
}
.honeymoon_package_destination a:focus,
.honeymoon_package_destination a:hover,
.morelink:focus,
.morelink:hover,
.user_activities ul li a:hover {
    color: #46143c;
}
.more_all_big li,
.more_all_big ul li {
    padding-left: 15px;
    position: relative;
    list-style-type: none;
    border: 0;
    text-align: left;
}
.more_all_big li:before,
.more_all_big ul li:before {
    position: absolute;
    display: block;
    top: 6px;
    width: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #e36e0e;
    content: " ";
    left: 0;
    right: 10px;
    height: 0;
}
.minimize.minimize_srp.srp_readmore_srp ul li {
    padding-left: 15px;
    position: relative;
    list-style-type: none;
    border: 0;
    text-align: left;
}
.minimize.minimize_srp.srp_readmore_srp ul li:before {
    position: absolute;
    display: block;
    top: 6px;
    width: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #e36e0e;
    content: " ";
    left: 0;
    right: 10px;
    height: 0;
}
.morecontent span {
    display: none;
}
.morelink {
    background: url(../images/arrow.png) 61px 5px no-repeat;
    right: 0;
    font-size: 12px;
}
.main_honeymoon_home {
    position: relative;
    width: 680px;
    margin: 0 auto;
}
.morelink:hover {
    text-decoration: underline;
}
.logout_holder {
    border-top: 1px solid #46143c;
    padding: 0;
}
.logout_holder ul li {
    padding: 0;
}
.logout_holder ul li a {
    border: 0;
    font-size: 13px;
    color: #46143c;
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 10px !important;
}
.logout_holder ul li a:hover {
    background: #ebebeb;
}
.logout_holder ul li:first-child {
    border-right: 1px solid #46143c;
}
.new_user_reg p {
    font-size: 13px;
    color: #7a7a7a;
    margin: 10px 0 0;
}
.new_user_reg p a {
    float: none !important;
    height: auto;
    margin: 0;
    border: 0;
    padding: 3px;
    font-size: 13px;
    color: #46143c;
    text-decoration: underline;
}
.forgot_pwd:hover,
.new_user_reg p a:hover {
    color: #23527c;
    text-decoration: underline;
}
.login_reg_body {
    padding: 0;
}
.login_reg_popup .modal-dialog {
    width: 745px;
    background-color: #f5f5f5;
}
.login_reg_popup .modal-content {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 15px 7px rgba(153, 153, 153, 0.75);
    -moz-box-shadow: 0 0 15px 7px rgba(153, 153, 153, 0.75);
    box-shadow: 0 0 15px 7px rgba(153, 153, 153, 0.75);
}
#forgotPassword .modal-header .modal-title,
.login_reg_popup .modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #46143c;
}
#forgotPassword .modal-header .modal-title {
    text-align: left !important;
    color: #46143c;
}
.login_reg_popup .modal-header {
    padding: 12px 0;
    border-bottom: 1px solid #999;
    margin: 0 10px;
}
.login_reg_popup_close {
    font-size: 30px;
    font-weight: 300;
    margin: -10px 0 0;
}
.login_reg_div {
    float: left;
    width: 49%;
    padding: 30px 0 25px;
}
.login_reg_div > * {
    width: 78%;
    margin: 0 auto;
}
.fb_login_btn,
.google_login_btn {
    width: 129px !important;
    height: 32px;
    margin: 5px 0 10px !important;
    padding-left: 2px;
    color: #f2f4f8;
    padding-top: 0;
    border-radius: 3px;
    text-decoration: none !important;
}
.effect-lily:hover span.readmore_blog_tc,
.forgot_pwd,
.form_footer a,
.support-message a {
    text-decoration: underline;
}
.fb-login,
.google-login {
    padding-left: 2px;
    color: #f2f4f8;
    padding-top: 0;
    border-radius: 4px;
}
.fbbtn_bg {
    background: #39579a;
    border: 1px solid #263f7a;
}
.fbbtn_bg:active,
.fbbtn_bg:focus,
.fbbtn_bg:hover {
    background: #0053a3;
    color: #f2f4f8;
}
.google_bg:active,
.google_bg:focus,
.google_bg:hover {
    background: #e9391c;
    color: #f2f4f8;
}
.google_bg {
    background: #df4a32;
    border: 1px solid #b02f1c;
}
.fbicon-bdr {
    border-right: 1px solid #263f7a;
}
.gplusicon-bdr {
    border-right: 1px solid #b02f1c;
}
.fbbtn-info {
    display: inline-block;
    font-size: 21px;
    line-height: 21px !important;
    padding: 5px;
    vertical-align: middle;
    margin-right: 8px;
}
.form_control_grp {
    float: left;
    width: 100%;
    padding: 0 0 15px;
}
.form_control_grp input[type="number"],
.form_control_grp input[type="password"],
.form_control_grp input[type="text"],
.form_control_grp select {
    width: 100%;
    border: 1px solid #999;
    border-radius: 2px;
    -webkit-box-shadow: inset 3px 4px 5px 0 rgba(0, 0, 0, 0.17) !important;
    -moz-box-shadow: inset 3px 4px 5px 0 rgba(0, 0, 0, 0.17) !important;
    box-shadow: inset 3px 4px 5px 0 rgba(0, 0, 0, 0.17) !important;
    font-size: 13px;
}
.form_control_grp p {
    float: left;
    font-size: 12px;
    color: #7e7e7e;
    margin: 0;
}
input[type="checkbox"].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type="checkbox"].css-checkbox + label.css-label {
    padding-left: 25px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}
input[type="checkbox"].css-checkbox:checked + label.css-label {
    background-position: -375px -136px;
    width: 18px;
    height: 18px;
}
.css-label {
    background-position: -375px -116px;
    width: 18px;
    height: 18px;
    float: left;
    -webkit-touch-callout: none;
    font-weight: 400;
    margin-bottom: 0;
}
.forgot_pwd {
    float: right;
    font-size: 12px;
    color: #46143c;
}
.login_reg_form_btn {
    font-size: 18px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #46143c;
    padding: 5px 40px;
    outline: 0 !important;
}
.iframeopen,
.modal,
.read-more_static:focus,
.reg_title_holder > div:first-child select:focus,
a:focus,
button:active,
button:focus,
button:hover {
    outline: 0;
}
.login_reg_sprite {
    background-image: none;
    background-repeat: no-repeat;
    display: inline-block;
}
.passwordErrorBox {
    border: 1px solid #ccc;
    border-top: 0;
}
ul.error-message {
    margin: 0;
    padding: 10px 7px 15px 10px;
    list-style: none;
}
ul.error-message li.error {
    font-size: 11px;
    padding: 5px 0 0;
    font-weight: 400;
    color: #5d5d5d;
}
ul.error-message li.error span {
    padding-right: 5px;
    color: #ccc;
    font-weight: 200;
    margin-top: 3px;
    display: block;
    float: left;
}
ul.error-message li.correct {
    color: #000;
    font-weight: 700;
}
ul.error-message li.correct span {
    padding-right: 5px;
    font-size: 10px;
    color: green;
}
.grayTick-icon {
    background-position: -160px -7px;
    width: 20px;
    height: 13px;
    margin-bottom: -2px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -moz-appearance: none;
    appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.invalid-msg-wrapper {
    width: 90%;
    display: none;
    float: left;
}
.server_error_login {
    margin: 0 0 5px;
}
p.invalid-msg-content {
    color: #fe2727 !important;
    font-size: 11px !important;
    float: none !important;
    margin: 0;
}
.form_footer a,
.form_footer p {
    font-size: 12px;
    padding-top: 25px;
}
.form_footer {
    margin-top: 25px;
    border-top: 1px solid #d1d1d1;
}
.form_footer p {
    float: left;
    margin: 0 2px 0 0;
    color: #7e7e7e;
}
.form_footer a {
    color: #46143c;
    float: left;
}
.form_footer a:hover {
    color: #23527c;
}
.reg_title_holder > div:first-child select {
    height: 34px;
    padding: 6px 5px;
    background-image: linear-gradient(45deg, transparent 50%, #46143c 50%), linear-gradient(135deg, #46143c 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 9px) calc(1em + 2px), calc(100% - 4px) calc(1em + 2px), 100% 0;
    background-size: 6px 6px, 6px 5px, 0 0;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.reg_title_holder > div:first-child {
    width: 20%;
}
.reg_title_holder > div:nth-child(2),
.reg_title_holder > div:nth-child(3) {
    width: 37%;
    margin-left: 7px;
}
.or_separator_login {
    float: left;
    width: 1px;
    margin-top: 25px;
}
.or_separator_login span {
    border-radius: 50%;
    font-size: 11px;
    padding: 8px;
    position: relative;
    z-index: 1;
    background-color: #eceaea;
    left: -15px;
    color: #333;
}
.or_separator_login::after,
.or_separator_login::before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 1px;
    height: 100px;
    border-right: 1px solid #d1d1d1;
}
.social-inner-wrap ul li:before,
.social_login_uses ul li:before {
    content: "\e96f";
    top: 2px;
    left: 0;
    right: 10px;
}
.fb_login_btn,
.google_login_btn {
    width: 188px;
    height: 32px;
    margin: 15px 0 0;
}
.social_login_btns {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.fb_login_btn {
    background-position: -7px -254px;
    display: block;
}
.google_login_btn {
    display: block;
    background-position: -7px -204px;
}
.social_login_uses label {
    font-family: arial;
    color: #000;
    font-size: 12px;
    margin: 25px 0 10px;
}
.social_login_uses ul {
    width: 93%;
    margin: 0 auto;
    padding-left: 15px;
}
.social_login_uses ul li {
    font-family: arial;
    color: #000;
    font-size: 11px;
    list-style-type: none;
    position: relative;
    padding: 0 0 5px 15px;
}
.social_login_uses ul li:before {
    font-family: ThomasCook;
    display: block;
    position: absolute;
    color: #46143c;
}
.social-inner-wrap ul {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
}
.social-inner-wrap ul li {
    font-family: arial;
    color: #333;
    font-size: 11px;
    list-style-type: none;
    position: relative;
    padding: 0 0 5px 15px !important;
}
.social-inner-wrap ul li:before {
    font-family: ThomasCook;
    display: block;
    position: absolute;
    color: #46143c;
}
.tandc {
    float: right !important;
    width: 90%;
    margin: 0 0 5px !important;
}
#forgotPassword .modal-dialog {
    border: 1px solid #999;
    width: 650px;
}
#forgotPassword .modal-header {
    border-bottom: 1px solid #999;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.close-forgetPass-icon {
    background-position: -363px -63px;
    width: 12px;
    height: 13px;
    border: 0;
    float: right;
    margin-top: 7px;
}
.questionTool p {
    display: none;
    margin: 0;
    position: absolute;
    top: -20px;
    left: 40px;
    background-color: #f2f0f1;
    border: 1px solid #ccc;
    padding: 5px 10px 0;
    font-size: 11px;
}
.questionTool p span {
    display: block;
    margin-bottom: 10px;
}
.questionTool .badge:hover + p {
    display: block;
}
.questionTool p:after,
.questionTool p:before {
    bottom: 100%;
    left: -23px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(-90deg);
    top: 22px;
}
.questionTool p:after {
    margin-left: 2px;
    border-bottom-color: #f2f0f1;
    border-width: 11px;
}
.questionTool p:before {
    border-width: 11px;
    border-bottom-color: #ccc;
}
.resetPass {
    float: left;
    margin: 0 0 10px 5px;
}
#forgotPassword .modal-body > div > p:first-child {
    margin-bottom: 0;
}
#forgotPassword .modal-body > div > p + p {
    margin-bottom: 20px;
}
.support-message a {
    color: #009bda;
}
.padding-remove {
    padding-right: 0;
    padding-left: 0;
}
.resetPassLogin {
    float: left;
    margin: 0 0 25px;
    background: #46143c;
    border-radius: 4px;
    padding: 5px 25px !important;
    color: #fff;
    border: 0;
    font-size: 18px;
}
.questionTool .badge {
    color: #fff;
    background: #46143c;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
.questionTool {
    padding: 5px;
}
footer .tc-email {
    font-size: 18px;
    vertical-align: bottom;
    display: inline-block;
}
#loginErrorMessage {
    clear: both;
    margin-bottom: 15px;
}
#loginRegisterPopup .form-control:focus,
.resetpass-wrap .form-control:focus {
    border-color: #66afe9 !important;
}
.resetpass-wrap .form-control {
    border: 1px solid #999;
    border-radius: 2px;
    -webkit-box-shadow: inset 3px 4px 5px 0 rgba(0, 0, 0, 0.17) !important;
    -moz-box-shadow: inset 3px 4px 5px 0 rgba(0, 0, 0, 0.17) !important;
    box-shadow: inset 3px 4px 5px 0 rgba(0, 0, 0, 0.17) !important;
    font-size: 13px;
}
.tour_compare_btn:hover {
    background: #582c50;
}
.tour_inclusive.pdp_details_srp_data li.no_available_data_click_pdp_li {
    background-image: url(/images/holiday/icons_cross_pdp_tc.png);
    background-repeat: no-repeat;
    background-position: 5px 3px;
    pointer-events: none;
    background-size: 48px;
}
.tour_inclusive.pdp_details_srp_data li.no_available_data_click_pdp_li span {
    border: 0 solid #fff;
}
.tour_inclusive.pdp_details_srp_data li.no_available_data_click_pdp_li a {
    opacity: 0.25;
}
@media screen AND (min-width: 320px) AND (max-width: 480px) {
    footer .tc-email {
        font-size: 13px;
    }
    .firstdiv a,
    .firstdiv > div {
        font-size: 13px;
        padding-right: 0;
    }
    .footer_row_1 {
        padding: 10px;
    }
    .contact_details_footer {
        padding: 0;
        border: 0;
    }
    .fb_login_btn,
    .google_login_btn {
        margin: 5px 2px0 10px !important;
    }
    .firstdiv > div.pull-left:nth-child(2) {
        float: right !important;
    }
    .login_reg_popup .modal {
        top: 20px;
    }
    .login_reg_popup .modal-dialog {
        width: 95%;
    }
    .login_reg_div > * {
        width: 90%;
    }
    .login_reg_popup .modal-title {
        font-size: 18px;
        text-align: left;
    }
    #forgotPassword .modal-header .modal-title {
        font-size: 18px;
    }
    .login_reg_div {
        width: 100%;
        padding: 15px 0;
    }
    .or_separator_login {
        width: 100%;
        margin: 0;
    }
    .or_separator_login span {
        left: 0;
    }
    .or_separator_login::after,
    .or_separator_login::before {
        width: 43.4%;
        height: 1px !important;
        border-bottom: 1px solid #999;
        margin: 0;
        border-right: 0;
    }
    .social_login_uses {
        text-align: left;
    }
    .social_login_uses ul {
        width: 100%;
        padding: 0;
    }
    .fb_login_btn,
    .google_login_btn {
        display: block;
        width: 140px;
        height: 32px;
    }
    .social_login_btns {
        flex-direction: row;
    }
    .fb_login_btn {
        background-position: -7px -290px;
        margin: 0 15px 0 0;
    }
    .google_login_btn {
        background-position: -7px -327px;
        margin: 0;
    }
    .form_footer {
        margin-top: 20px;
    }
    .form_footer a,
    .form_footer p {
        padding-top: 10px;
    }
    .social_login_uses label {
        margin: 15px 0 10px;
    }
    #forgotPassword .modal-dialog {
        width: 94%;
    }
    .questionTool p {
        top: -110px;
        left: -178px;
        height: 102px;
        width: 222px;
    }
    .questionTool p:after,
    .questionTool p:before {
        bottom: -22px;
        left: 81%;
        transform: rotate(-180deg);
        top: 100%;
    }
    .questionTool p:before {
        border-width: 13px;
    }
    .support-message p:last-child {
        margin-bottom: 0 !important;
    }
}
@media screen AND (min-width: 480px) AND (max-width: 767px) {
    .login_reg_popup .modal-dialog {
        width: 97%;
    }
    .login_reg_div > * {
        width: 80%;
    }
    .login_reg_popup .modal-title {
        font-size: 20px;
    }
    .form_control_grp input[type="text"],
    .form_control_grp select {
        font-size: 12px;
    }
    .reg_title_holder > div:nth-child(2),
    .reg_title_holder > div:nth-child(3) {
        margin-left: 5px;
    }
    .forgot_pwd,
    .form_control_grp p {
        font-size: 11px;
    }
    .tandc {
        width: 85%;
    }
}
.wishlist {
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #ccc;
    padding: 8px 10px;
}
.wishlist .dropdown-menu {
    z-index: 10001;
    border: 1px solid #0195d1;
    width: 255px;
    left: -63%;
}
.wishlist .dropdown-menu:after,
.wishlist .dropdown-menu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 107px;
}
.wishlist .dropdown-menu:before {
    border-bottom: 8px solid #46143c;
    top: -8px;
}
.wishlist .dropdown-toggle i {
    font-style: normal;
    padding: 0 3px 0 1px;
}
.wishlist.open .dropdown-toggle .glyphicon {
    color: #46143c;
}
.wishlist .dropdown-menu:after {
    border-bottom: 8px solid #fff;
    top: -7px;
}
.wishlist .title a {
    font-size: 13px;
    border-right: 0;
    padding: 0;
    margin-bottom: 4px;
    display: inline-block;
}
.wishlist .dropdown-menu > div {
    border-bottom: 1px solid #dfdfdf;
    display: inline-block;
    padding: 10px 0;
}
.pr0 {
    padding-right: 0;
}
.wishlist .price {
    font-size: 16px;
    color: #46143c;
}
.wishlist .price i {
    color: #46143c !important;
    font-style: normal;
}
.wish-viewall {
    text-align: center;
    width: 100%;
    border-bottom: 0 !important;
}
.wish-viewall .viewallbtn {
    font-size: 14px;
    color: #46143c;
    border: 1px solid #46143c;
    padding: 6px 12px;
}
.wish-viewall .viewallbtn:hover {
    background: #46143c;
    color: #fff;
}
.rewrite {
    padding: 0 !important;
    border: 0 !important;
}
.sessionExpireLogin .modal-header {
    border: 1px solid #999;
    margin: 0;
}
@font-face {
    font-family: ThomasCook;
    src: url(https://www.thomascook.in/css/fonts/ThomasCook.eot?b6cjmf);
    src: url(https://www.thomascook.in/css/fonts/ThomasCook.eot?b6cjmf#iefix) format("embedded-opentype"), url(https://www.thomascook.in/css/fonts/ThomasCook.ttf?b6cjmf) format("truetype"), url(https://www.thomascook.in/css/fonts/ThomasCook.woff?b6cjmf) format("woff"), url(https://www.thomascook.in/css/fonts/ThomasCook.svg?b6cjmf#ThomasCook) format("svg");
    font-weight: 400;
    font-style: normal;
}
.tc-home:before {
    content: "\e9c0";
}
.tc-instagram:before {
    content: "\e9c1";
}
.tc-pinterest:before {
    content: "\ead1";
}
.tc-forex .path1:before {
    content: "\e902";
}
.tc-hotel .path1:before {
    content: "\e90e";
}
.tc-insurance .path1:before {
    content: "\e913";
}
.tc-visa2 .path1:before {
    content: "\e918";
}
.tc-visa .path1:before {
    content: "\e94e";
}
.tc-city-arrow .path1:before {
    content: "\e9ab";
}
#imageGallery {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}
.closeIframe {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    font-size: 38px;
    z-index: 1;
    cursor: pointer;
}
.iframeopen {
    width: 100%;
    height: 100%;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
#homePageGallery3 {
    margin-top: 30px;
    margin-bottom: 30px;
}
div#blog_tc_home_div {
    margin: 10px 0 0;
}
.container_blog {
    margin-top: -10px;
}
#blog_tc_home_div .container_blog .col-xs-12.col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
#blog_tc_home_div .col-xs-12.col-sm-4:first-child,
#homePageGallery1 .col-xs-12.col-sm-6:first-child,
#homePageGallery2 .col-xs-12.col-sm-6:first-child {
    padding-right: 0;
}
#blog_tc_home_div .col-xs-12.col-sm-4:last-child {
    padding-left: 0;
}
#blog_tc_home_div figure.effect-lily img {
    max-width: none;
    width: calc(100% + 0px);
    opacity: 1;
    transition: opacity 0s, transform 0s;
    transform: translate3d(0, 0, 0);
    height: 230px;
}
.effect-lily {
    margin: 0;
}
#blog_tc_home_div figcaption {
    position: absolute;
    margin: -90px 15px;
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
    border: none;
    border-radius: 3px;
}
figure.effect-lily figcaption {
    text-align: left;
}
span.readmore_blog_tc {
    font-size: 15px;
}
@media screen AND (min-width: 320px) AND (max-width: 991px) {
    .closeIframe {
        left: 0;
        right: 0;
        text-align: right;
        padding-right: 15px;
        cursor: pointer;
    }
    .pay-header .tc-edit {
        display: none;
    }
    .iframeopen {
        top: 50px;
    }
    #imageGallery {
        background-color: rgba(0, 0, 0, 0.9);
    }
}
@media screen AND (min-width: 320px) AND (max-width: 767px) {
    .click-call,
    .feed-backPop,
    .feed-backPop .form-control,
    .feed-backPop .form-group,
    .inner-msg {
        width: 100%;
    }
    .mob-no-padd {
        padding: 0 15px !important;
    }
    .close_outer {
        right: 11px;
        top: -5px;
    }
    .text-white {
        padding-left: 15px;
        padding-right: 15px;
    }
    .feed-back {
        position: absolute;
        top: 51px;
        margin-top: 0;
    }
    .preconfirmenquiry .feed-back {
        top: 64px;
    }
    .feed-backPop .feedPolicy {
        margin-left: 0;
    }
    .feed-backPop .btndivs {
        margin-left: 0;
        text-align: center;
    }
    .feedPolicy p {
        padding-left: 25px;
    }
    #feed-back .pull-right {
        float: none !important;
    }
    .feed-backPop .feedPolicy input[type="checkbox"].css-checkbox + label.css-label {
        left: 2px;
    }
    .feed-back .feed-backClick .cross-sign {
        display: none !important;
    }
    .myaccount-body .EnquiryIcon {
        display: none;
    }
    .top-callus-wrapper a {
        padding: 0;
    }
    .EnquiryIcon .tc-info.hduser-icon {
        font-size: 22px;
    }
    .top-callus-wrapper.IconEnquery {
        margin-top: 15px !important;
    }
    .IconEnquery a:focus,
    .IconEnquery a:hover {
        color: #323232;
        text-decoration: none;
    }
    .morelink {
        background: 0 0;
    }
    #showCookeiPolicyCloce {
        position: relative;
        top: 0;
        right: 10px;
        float: right;
    }
}
.browsehappy {
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    background: #fdf2ab;
}
.progress,
.progress-bar.active,
.progress.active .progress-bar {
    height: 10px !important;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}
header .navbar-right .forex_mega_menu {
    max-width: 495px;
    width: 495px;
    padding: 10px 20px;
    margin-top: 0;
    border: 1px solid #46143c;
    left: 0 !important;
}
.visa_submenu_links {
    margin-bottom: 15px;
    clear: both;
}
.visa_submenu_links .mega_menu_header_titles.mega_menu_header_titles_no_top a.mega_menu_sub_menu_three {
    cursor: default;
}
ul.dropdown-menu.dropdown-menu-left.visa_mega_menu {
    max-width: 460px;
    width: 460px;
    padding: 10px 20px;
    margin-top: 0;
    border: 1px solid #46143c;
    left: 0 !important;
}
ul.dropdown-menu.dropdown-menu-left.visa_mega_menu .thomas_submenu_area {
    width: 120px;
}
.holiday_mega_menu .first_part_submenu {
    width: 195px;
}
.holiday_mega_menu .second_part_submenu {
    width: 227px;
}
.color_menu_text_submenu {
    -webkit-transition: all 0.3s ease-in;
}
header .mega_menu_header_titles a:hover,
header .mega_menu_header_titles:hover a {
    color: #46143c !important;
}
.nav > li:hover .dropdown-menu .third_part_submenu li a {
    font-size: 13px;
    color: #582c50 !important;
}
.nav > li:hover .dropdown-menu .third_part_submenu li a:hover {
    font-size: 13px;
    color: #333 !important;
}
.nav > li:hover .dropdown-menu li.color_menu_text_submenu a {
    font-size: 13px;
    color: #582c50 !important;
}
.nav > li:hover .dropdown-menu li.color_menu_text_submenu a:hover {
    color: #46143c !important;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease;
}
header ul.dropdown-menu li {
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
header ul.dropdown-menu li:last-child {
    padding-left: 10px;
    padding-bottom: 0;
    border-bottom: 0 solid #ccc;
    margin-bottom: 0;
}
header ul.dropdown-menu li.color_menu_text_submenu {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
header ul.dropdown-menu li.color_menu_text_submenu:last-child {
    border-bottom: 0 solid #ccc;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.top-header .login_dropdown .user_activities {
    padding-left: 0;
    padding-right: 0;
}
.main_btn:hover {
    background: #582c50;
}
@media (min-width: 300px) and (max-width: 991px) {
    header .navbar-right .dropdown-menu-left,
    header .navbar-right .holiday_mega_menu {
        max-width: none;
        width: 100%;
        padding: 5px 15px;
        margin-top: 3px;
        border: 0 solid #46143c;
    }
    .thomas_submenu_area {
        width: 100%;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    header ul.dropdown-menu li:before {
        content: "\e939";
        color: #fff;
    }
    header ul.dropdown-menu li a {
        color: #fff;
        font-size: 12px;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    .thomas_cook_header_data {
        margin: 0;
        width: auto;
        text-align: left;
        padding: 0 0 0 10px;
    }
    header .navbar-brand > img {
        width: 95px;
        margin-left: 15px;
    }
    header nav .dropdown-menu > li > a {
        color: #fff;
    }
    ul.dropdown-menu.dropdown-menu-left.visa_mega_menu {
        max-width: 100%;
        width: 100%;
        padding: 10px 20px;
        margin-top: 0;
        border: 0 solid #46143c;
        left: 0 !important;
    }
    ul.dropdown-menu.dropdown-menu-left.visa_mega_menu .thomas_submenu_area {
        width: 90%;
    }
}
header .navbar-nav {
    margin-top: 0;
}
header .navbar-nav > li > a {
    font-weight: 700;
    line-height: 21px;
    padding: 10px 18px;
}
.nav > li > a,
header .nav > li {
    padding-right: 20px;
}
.nav > li:last-child > a,
header .nav > li:last-child {
    padding-right: 0;
    margin-right: 8px;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.sub_menu_li li {
    padding-top: 0;
    width: 100%;
    line-height: 12px;
    margin-bottom: 8px;
}
.HoneymoonDesti #photos .paddbot {
    max-height: 148px;
    min-height: 148px;
}
.no-padding-right-imp {
    padding-right: 0 !important;
}
.no-padding-left-imp {
    padding-left: 0 !important;
}
.footer_content_titles,
.sub_menu_li {
    margin-top: 10px;
}
.sub_menu_li_social {
    border-top: 1px solid #757575;
}
.follow_us_footer_text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    cursor: default;
    padding: 25px 15px 0 0;
    color: #fff;
}
.footer_awarded_area {
    text-align: center;
    margin: 0 100px;
    clear: both;
}
.footer_share_icons_area_first,
.footer_share_icons_area_fourth,
.footer_share_icons_area_second,
.footer_share_icons_area_third {
    border-right: 1px solid #ccc;
    padding: 15px 10px;
}
.footer_share_icons_area_first {
    border-left: 1px solid #ccc;
}
.footer_share_icons_area img {
    margin-top: 10px;
}
header .navbar-right .holiday_mega_menu {
    max-width: 720px;
    width: 720px;
    padding: 10px 20px;
    margin-top: 0;
    border: 1px solid #46143c;
}
.thomas_submenu_area {
    width: 210px;
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
}
.mega_menu_header_titles {
    font-size: 13px;
    font-weight: 400;
    color: #582c50;
    padding: 20px 0 5px;
}
.mega_menu_header_titles_no_top {
    padding: 0 0 5px;
}
header ul.dropdown-menu li a {
    color: #646464;
    font-size: 12px;
}
header ul.dropdown-menu li a:hover,
header ul.dropdown-menu li:hover a:hover {
    padding-left: 5px;
    -webkit-transition: all 0.3s ease-in;
    color: #582c50;
}
header ul .third_part_submenu li a {
    font-size: 13px;
    font-weight: 400;
    color: #582c50;
}
header ul .third_part_submenu li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
header ul .third_part_submenu li:last-child {
    margin-bottom: 0;
    border-bottom: 0 solid #ccc;
}
header .dropdown-menu > li > a {
    display: inline-block;
    padding: 0 0 0 5px;
}
header .navbar-right .dropdown-menu-left {
    left: -60px;
    right: auto;
}
header .navbar-right .holiday_mega_menu {
    left: 0;
    right: auto;
}
header .dropdown-menu > li > a:hover {
    background-color: transparent;
}
header .dropdown-menu {
    padding: 10px 5px;
    margin-top: 3px;
    border: 1px solid #46143c;
}
header ul.dropdown-menu ul {
    list-style: none;
    padding: 0;
}
header ul.holiday_mega_menu li {
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
header ul.holiday_mega_menu .third_part_submenu li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
header ul.dropdown-menu {
    min-width: 230px;
}
header ul.holiday_mega_menu li {
    border-bottom: 0 solid #ccc;
}
.nav > li:hover a.mega_menu_sub_menu_three,
.nav > li:hover a.mega_menu_sub_menu_three:hover {
    border-bottom: 0 solid #46143c;
    text-decoration: none;
    background-color: transparent !important;
}
header ul.dropdown-menu li:before {
    content: "\e939";
    font-family: ThomasCook !important;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: 10px;
}
.breadcrumb_links ul li a,
.breadcrumb_prev_links,
ul.all_forex_service_details_tc li {
    font-family: "Open Sans", sans-serif !important;
}
*,
.wantus_call_form .assistance_radio label {
    margin: 0;
}
.payment_details_imp_data_bold {
    color: #333;
    font-size: 22px;
    line-height: 24px;
}
.wantus_call_form .assistance_radio input {
    width: auto !important;
}
.breadcrumb_links li span.breadcrumb_prev_links {
    color: #666;
}
.nav > li:hover a.mega_menu_sub_menu_three:hover {
    color: #46143c !important;
}
.nav > li.active > a.mega_menu_sub_menu_three,
.nav > li:hover > a.mega_menu_sub_menu_three:hover,
.nav > li > a.mega_menu_sub_menu_three:focus,
.nav > li > a.mega_menu_sub_menu_three:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: #46143c !important;
    border-bottom: 0 solid #46143c;
}
.nav > li:hover a.mega_menu_sub_menu_three {
    color: #46143c !important;
}
.available_packages,
.breadcrumb_links,
.package_breadcrumb_holder {
    float: left;
    width: 100%;
}
.breadcrumb_links ul li {
    float: left;
}
.breadcrumb_links ul li a:hover {
    color: #46143c !important;
}
.a {
    color: #46143c;
}
.dropdown-submenu:hover > .dropdown-menu,
.submenu_header_thomas:hover.dropdown-menu {
    display: block !important;
}
.nav > li.active > a,
.nav > li:hover a,
.nav > li:hover > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: #46143c !important;
    border-bottom: 4px solid #46143c;
}
.nav > li:hover .dropdown-menu li a {
    text-decoration: none;
    background-color: transparent !important;
    color: #333 !important;
    border-bottom: 0 solid #46143c;
}
.nav > li:hover .dropdown-menu li a:hover {
    color: #46143c !important;
}
.toTop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    background: url(/images/footer-sprite.png) -277px -95px no-repeat;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}
.tc_login_otp_details {
    padding: 0 5px 10px;
    color: #000;
}
.tc_login_otp_three {
    width: 95px;
    float: left;
    position: relative;
}
.tc_login_otp_three.tc_login_otp_details_otp span,
.tc_login_otp_three.tc_login_otp_details_pass span {
    margin: 1px 0 0 5px;
    position: absolute;
}
.tc_login_otp_three.tc_login_otp_details_otp {
    width: 60px;
}
.tc_otp_login {
    padding: 10px 0 0;
    clear: both;
}
a.resend_otp_tc {
    text-decoration: underline;
}
.forex_services_tc_home.container {
    clear: both;
    background: #fff;
    padding: 0 15px 30px;
}
.forex_services_all_details_tc {
    width: 215px;
    float: left;
    border: 1px solid #ccc;
    margin-right: 15px;
    padding: 10px;
    box-shadow: 0 7px 10px -8px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
}
.forex_services_all_tc .forex_services_all_details_tc:last-child {
    margin-right: 0;
}
.forex_services_all_details_tc h3 {
    color: #1a4b95;
    font-weight: 400;
    margin: 10px 0;
    font-size: 16px;
    pointer-events: none;
}
ul.all_forex_service_details_tc {
    margin-bottom: 0;
}
ul.all_forex_service_details_tc li {
    font-size: 12px !important;
    word-wrap: break-word;
    padding-bottom: 10px;
    position: relative;
    padding-left: 12px;
}
ul.all_forex_service_details_tc li::before {
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #e36e0e;
    display: block;
    position: absolute;
    content: " ";
    top: 4px;
    left: 0;
    right: 0;
}
ul.all_forex_service_details_tc li a {
    color: #333;
}
ul.all_forex_service_details_tc li a:hover {
    color: #337ab7;
    text-decoration: underline;
}
@media (min-width: 300px) and (max-width: 991px) {
    header .navbar-right .holiday_mega_menu {
        max-width: none;
        width: 100%;
        padding: 5px 15px;
        margin-top: 3px;
        border: 0 solid #46143c;
    }
    .tc_login_otp_three.tc_login_otp_details_otp {
        width: 60px;
        float: right;
    }
    .tc_login_otp_details {
        padding: 0 1px 10px;
    }
    .tc_login_otp_three {
        width: 80px;
    }
    header .navbar-right .dropdown-menu-left {
        max-width: none;
        width: 100%;
        padding: 5px 15px;
        margin-top: 3px;
        border: 0 solid #46143c;
    }
    .thomas_submenu_area {
        width: 100%;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    header ul.dropdown-menu li:before {
        content: "\e939";
        color: #fff;
    }
    header ul.dropdown-menu li a {
        color: #fff;
        font-size: 12px;
    }
}
@media (min-width: 300px) and (max-width: 767px) {
    .thomas_cook_header_data {
        margin: 0;
        width: auto;
        text-align: left;
        padding: 0 0 0 10px;
    }
    header .navbar-brand > img {
        width: 115px;
        margin-left: 0;
    }
    header nav .dropdown-menu > li > a {
        color: #fff;
    }
    .nav > li:hover .dropdown-menu li a {
        color: #f2f2f2 !important;
    }
    .nav > li:last-child > a,
    header .nav > li:last-child {
        padding-right: 20px;
        margin-right: 8px;
    }
    .last_two_mega_menu .thomas_submenu_area {
        width: 150px;
        padding-left: 10px;
    }
    header .navbar-right .forex_mega_menu {
        padding-left: 20px;
    }
    .thomas_submenu_area {
        padding-left: 10px;
    }
    .holiday_mega_menu .first_part_submenu {
        width: 195px;
        padding-left: 10px;
    }
    .nav > li:hover .dropdown-menu li.color_menu_text_submenu a {
        font-size: 13px;
        color: #f2f2f2 !important;
    }
    .footer_row_1 .container,
    .footer_row_1 .main_menu_div {
        padding-left: 0;
        padding-right: 0;
    }
    .footer_row_1 .contact_details_footer {
        padding-left: 20px;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .footer_row_1 .main_menu_div {
        border-top: 1px solid #999;
    }
    footer .row_footer > ul > li:last-child {
        top: 0;
        margin-top: -50px;
    }
    .main_menu_div ul li {
        display: block;
    }
    .follow_us_li {
        display: none;
    }
    .user_activities ul li a {
        padding: 0 10px;
    }
    .top-header .login_dropdown .user_activities {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .login_dropdown .user_icon img {
        margin: 0 auto 10px;
    }
    .user_details {
        padding-top: 12px;
    }
    .logout_holder ul li a {
        padding: 5px 0 !important;
        margin-top: 0;
        line-height: 15px;
        height: 28px;
    }
    .forex_services_all_details_tc h3 {
        color: #1a4b95;
        font-weight: 400;
        margin: 0 0 5px;
        font-size: 14px;
        pointer-events: auto;
    }
    .forex_services_all_details_tc {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        margin-right: 0;
        padding: 10px;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
    }
    ul.all_forex_service_details_tc {
        margin-bottom: 0;
        display: none;
        margin-top: 15px;
    }
    .forex_services_all_details_tc span.plusminus {
        float: right;
        font-size: 20px;
        padding: 9px 0 0;
        border: 1px solid #1a4b95;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 0;
        font-weight: 400;
    }
    ul.show_data_mobile_forex_pro {
        display: block;
    }
    #blog_tc_home_div .col-xs-12.col-sm-4:first-child,
    #homePageGallery1 .col-xs-12.col-sm-6:first-child,
    #homePageGallery2 .col-xs-12.col-sm-6:first-child {
        padding-right: 15px;
    }
    #blog_tc_home_div .col-xs-12.col-sm-4:last-child {
        padding-left: 15px;
    }
    #blog_tc_home_div .effect-lily {
        margin-bottom: 10px;
    }
    .customer_rating_area,
    .top-callus-wrapper a {
        padding: 0;
    }
    .customer_rating_area #widget-container.widget-wrap {
        max-width: 100%;
    }
    .customer_rating_area #widget-container .top-box {
        text-indent: -5px;
    }
    .customer_rating_area #widget-container .box-title {
        float: none;
    }
    #widget-container .stars {
        float: left;
        margin: -3px 5px 0 45px !important;
        display: block;
    }
    .customer_rating_area #widget-container .logo-bottom {
        left: 10px;
        bottom: 25px;
        max-height: 35px;
        max-width: 35px;
    }
    .customer_rating_area {
        padding: 11px 0 0;
        border-bottom: 1px solid #ccc;
        position: relative;
        margin-bottom: 0;
    }
}
@media screen AND (min-width: 768px) AND (max-width: 1023px) {
    .close_outer {
        right: 29px;
        top: -5px;
    }
}
@media screen AND (min-width: 1024px) AND (max-width: 1100px) {
    .close_outer {
        right: 11px;
        top: -5px;
    }
}
@media screen AND (min-width: 320px) AND (max-width: 1023px) {
    .nav > li:last-child > a,
    header .nav > li:last-child {
        padding-right: 20px;
    }
    .morelink:hover,
    a:hover {
        text-decoration: none;
    }
    .call-header-cont {
        width: 38px;
        padding: 0;
    }
    .spinner {
        width: 35px;
        height: 35px;
        display: block;
        color: #46143c;
        margin: 0 auto;
    }
    #searchWidgetCarouselMobile .carousel-control.left {
        border-right: 8px solid #fff;
        opacity: 1;
        margin: 10px 0 0 8px;
    }
    #searchWidgetCarouselMobile .carousel-control {
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 5px solid transparent;
        position: absolute;
    }
    #searchWidgetCarouselMobile .carousel-control.right {
        border-left: 8px solid #fff;
        right: 0;
        opacity: 1;
        margin: 10px 8px 0 0;
    }
}
@media (max-width: 991px) {
    .cms-cls {
        min-height: 250px;
    }
    nav .dropdown-menu > li > a {
        white-space: normal;
    }
    .navbar-header .navbar-toggle {
        float: left;
        border: 0;
        margin: 0;
        padding: 22px 15px 23px;
        border-right: 1px solid #46143c;
        border-radius: 0;
    }
    .navbar-header .navbar-toggle .icon-bar {
        height: 4px;
        border-radius: 5px;
    }
    .top-callus-wrapper {
        float: right;
        margin-top: 8px;
        padding-right: 8px;
        cursor: pointer;
    }
    .top-callus-wrapper a {
        color: #323232;
        padding: 22px 0 0;
        display: inline-block;
    }
    .top-callus-wrapper span {
        display: block;
        text-align: center;
    }
    .top-callus-wrapper .glyphicon-earphone {
        padding-bottom: 5px;
    }
    .callus_text {
        font-size: 13px;
    }
    .navbar-header .navbar-brand {
        width: 56%;
        padding: 2px 0 4px 1px;
        margin-left: 0 !important;
    }
    #top.navbar {
        box-shadow: none;
        position: relative;
    }
    #bs-navbar {
        position: absolute;
        top: 65px;
        width: 300px;
        left: -300px;
        background-color: #666;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        min-height: 500px;
    }
    #bs-navbar.active {
        left: 0;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }
    #bs-navbar.navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    #bs-navbar .navbar-nav > li > a {
        margin-right: 0;
        color: #fff;
        padding-top: 10px;
    }
    .nav-flight-icon {
        background: url(../images/flight/sprite-homepage.png) 0 -21px;
    }
    .navbar-nav li:last-child {
        border-bottom: 0;
        box-shadow: none;
    }
    .navbar-nav li {
        clear: both;
        position: relative;
        display: block;
        width: 100%;
    }
    header ul.holiday_mega_menu .third_part_submenu li {
        border-bottom: 0 solid #ccc !important;
    }
    .nav > li.active > a,
    .nav > li:hover > a:hover,
    .nav > li > a:focus,
    .nav > li > a:hover {
        border-bottom: 0 solid #46143c;
    }
    #bs-navbar .navbar-nav {
        margin-top: 0;
        width: 100%;
    }
    #bs-navbar .glyphicon {
        position: absolute;
        right: 5px;
        top: 15px;
    }
    .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .dropdown .dropdown-menu,
    .navbar-nav .dropdown-menu {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
        float: none;
        border-bottom: 0;
    }
    .dropdown.open .dropdown-menu > li > a {
        padding: 10px 0 10px 58px;
    }
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        background-color: #46143c;
        color: #fff;
    }
    #top.navbar {
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }
    #bs-navbar .navbar-right {
        float: none;
        margin-right: 0;
        padding-left: 0;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        box-shadow: none;
        border: 0;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .navbar-nav > li {
        float: none;
        border-bottom: 1px solid #ccc;
    }
    .m-earphone-icon {
        font-size: 19px;
        margin-top: 7px;
    }
    .all-nav-icon {
        font-size: 20px;
        margin-right: 10px;
        position: relative;
        top: 3px;
    }
    .nav-down-arrow:before,
    .nav-right-arrow:before {
        content: "\e93a";
    }
    .nav-down-arrow,
    .nav-right-arrow {
        font-family: ThomasCook !important;
        transform: rotate(180deg);
        font-size: 14px;
        text-transform: none;
        line-height: 1;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
    }
    .nav-down-arrow {
        transform: rotate(270deg);
    }
    .thomas_submenu_area {
        padding-top: 5px;
    }
    header .navbar-right .dropdown-menu-left,
    header .navbar-right .holiday_mega_menu {
        padding: 0 15px;
    }
}
@media (min-width: 1200px) {
    .top-header .dropdown a.call-header {
        pointer-events: none;
    }
    .cms-cls {
        min-height: 450px;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .navbar-header .navbar-brand {
        width: initial;
    }
    .navbar-brand > img {
        width: 100px;
        padding-left: 0;
        padding-top: 0;
    }
    .dropdown-menu > li > a {
        clear: both;
        font-weight: 400;
        color: #fff;
    }
    .thomas_cook_header_data {
        margin: 0;
    }
}
@media (max-width: 767px) {
    #homePageGallery3,
    #top.navbar {
        margin-bottom: 0;
    }
    .navbar-brand > img {
        width: 120px;
    }
    .home-text {
        padding-left: 33px;
        text-align: left;
    }
    .home-icon {
        float: left;
    }
    .navbar-nav {
        margin-top: 0;
        width: 100%;
    }
    .dropdown-menu.login_dropdown {
        top: 56px;
    }
    .navbar-header {
        display: inline-block;
        float: left;
    }
    .top-header {
        background: 0 0;
        border: 0;
        position: absolute;
        right: 0;
        z-index: 9998;
        width: 100%;
    }
    img.img-responsive.logo_jet_Esccape {
        max-height: 40px;
        margin-left: 10px;
    }
    div#header {
        min-height: 65px;
    }
    a#change-language {
        border: none;
    }
    .top-header [class^="tc-"] {
        font-size: 22px;
    }
    #top.navbar {
        border: 0;
    }
    .navbar-nav > li > a {
        margin-right: 0;
    }
    #bs-navbar.navbar-collapse {
        padding-left: 15px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar-nav > li > a {
        font-size: 13px;
    }
    .navbar-nav {
        display: inline-block;
        margin-top: 30px;
    }
    .footer_awarded_area {
        margin: 0 15px;
    }
    .footer_share_icons_area img {
        width: auto;
        max-width: 150px;
        height: auto;
    }
    .footer_row_1 {
        padding: 20px 10px 10px;
    }
    footer input[type="text"] {
        font-size: 13px;
        padding: 5px 10px;
    }
    .firstdiv .glyphicon,
    .firstdiv a,
    .firstdiv > div,
    .firstdiv > div span:last-child {
        color: #fff;
        font-size: 13px;
    }
    .firstdiv > div span:last-child {
        color: #fff;
        padding-top: 3px;
        font-size: 11px;
        left: 22px;
    }
    .firstdiv > div:first-child {
        padding: 0 15px;
    }
    .firstdiv > div,
    .firstdiv > div a {
        padding-right: 0;
    }
    .footer_icons > li {
        padding: 15px 4px;
    }
    .footer_sprite {
        margin: 0;
    }
    footer ul li a {
        color: #a7a7a7;
        font-size: 13px;
    }
    footer ul li a br {
        display: none;
    }
    footer .container {
        padding: 0;
    }
}
.wantUs,
.wantUsThanks {
    color: #fff;
    font-size: 13px;
}
@media only screen and (min-device-width: 991px) and (max-device-width: 1024px) {
    .navbar-nav > li > a {
        padding: 10px 12px;
    }
    .navbar-nav {
        margin-top: 0;
    }
}
.clickTocall,
.clickTocall > div {
    margin: 0 auto;
    text-align: center;
}
.clickTocall {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 2000;
    display: none;
}
.clickTocall > div {
    padding: 10px;
    position: relative;
    width: 580px;
    background-color: #000;
    border-radius: 4px 4px 0 0;
    display: inline-block;
}
.hid_static,
.wantUs-error,
p.filter_applied_heading {
    display: none;
}
.clickTocall input[type="text"] {
    width: 151px;
    font-size: 13px;
    padding: 4px 5px 3px;
    border-radius: 4px 0 0 4px;
    border: 0;
    margin-left: 5px;
    margin-top: 6px;
}
.wantUs {
    padding-top: 8px;
}
.wantUsThanks {
    padding-top: 9px;
    display: none;
}
.wantUs-icon {
    font-size: 36px;
    float: left;
    margin-right: 5px;
}
.wantUs-error {
    width: 100%;
    float: right;
    color: red;
    text-align: right;
}
.clickTocall input[type="submit"] {
    background-color: #46143c;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    color: #fff;
    padding: 2px 10px 3px;
    margin-top: 6px;
}
.loading-close-btn {
    background-color: #000;
    border: 2px solid #000;
    border-radius: 20px;
    left: 518px;
    padding: 0 2px;
    position: relative;
    top: -41px;
}
.close-btn {
    position: absolute;
    right: -5px;
    top: -5px;
    cursor: pointer;
    color: #fff;
    z-index: 2001;
}
.plus-btn,
.plus-btn a {
    color: #000;
}
.plus-btn {
    right: 402px;
    padding: 0 4px;
    position: fixed;
    bottom: 0;
    z-index: 2000;
}
.filter_applied_section {
    position: absolute;
    top: 50%;
    width: 65px;
    left: 50%;
    margin-left: -35px;
    margin-top: -50px;
}
.filter_applied_heading {
    font-size: 0;
    color: inherit;
}
.fbLogin label,
.gpLogin label,
.tcLogin label {
    color: #46143c;
    margin-top: 10px;
    font-weight: 400;
}
.more_all_big_static {
    height: 100%;
    max-height: 63px;
    -webkit-transition: max-height 0.75s;
    transition: max-height 0.75s;
    font-family: "Open Sans", sans-serif !important;
}
.more_all_big_static p,
.more_all_big_static span {
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px;
}
.read_more_static {
    border: none;
    color: #46143c;
    cursor: pointer;
    outline: 0;
    background: url(../images/arrow.png) 61px 5px no-repeat;
    right: 0;
    font-size: 12px;
    width: 75px;
    text-align: left;
}
.top-header a,
body,
html {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
}
.read_more_static:hover {
    text-decoration: underline;
}
.read_more_static::-moz-focus-inner {
    border: 0;
}
@media screen AND (min-width: 320px) AND (max-width: 480px) {
    .filter_popup_centre_align {
        left: 0;
        width: 90%;
        margin-left: 5%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .filter_popup_centre_align {
        left: 30%;
    }
}
@media (max-width: 991px) {
    .thomas_menu_open_tc {
        width: 52px;
        height: 64px;
    }
    .thomas_menu_open_tc:hover,
    button#mobile_nav.thomas_menu {
        background: 0 0 !important;
    }
    .thomas_menu_open_tc span {
        display: none !important;
    }
    .thomas_menu_open_tc:after,
    .thomas_menu_open_tc:before {
        position: absolute;
        left: 25px;
        content: " ";
        height: 32px;
        width: 2px;
        background-color: #333;
        top: 17px;
    }
    .thomas_menu_open_tc:before {
        transform: rotate(45deg);
    }
    .thomas_menu_open_tc:after {
        transform: rotate(-45deg);
    }
    #bs-navbar.thomas_cook_header_collaps.active {
        position: fixed;
        top: 65px;
        width: 100%;
        background-color: #666;
        -webkit-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        padding: 0;
    }
    #bs-navbar .navbar-right {
        float: none;
        margin-right: 0;
        padding-left: 0;
        max-height: 85vh;
        overflow: auto;
    }
    .show_header_open_menu_tc {
        position: fixed !important;
        min-height: 55px !important;
        width: 51%;
        margin-top: -1px;
        max-height: 67px;
    }
    .show_header_open_menu_tc .pull-right.dropdown {
        max-height: 65px;
    }
    #top.navbar {
        border: 0;
        width: 100%;
    }
}
body,
html {
    position: relative;
}
.top-header a,
body {
    color: #333;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}
.policies-wrapper .tabs {
    text-align: center;
    margin: 20px 0 17px;
}
.policies-wrapper .tabitm {
    display: inline-block;
    padding: 3px 20px;
    font-size: 14px;
    border-right: 1px solid #b8b8b8;
    cursor: pointer;
}
.policies-wrapper .tabitm:last-child {
    border-right: 0;
}
.srp_screen {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
}
.callcenter_area_jet a {
    pointer-events: none;
}
.tour_inclusive_content_li h1,
.tour_inclusive_content_li h2,
.tour_inclusive_content_li h3,
.tour_inclusive_content_li h4,
.tour_inclusive_content_li h5,
.tour_inclusive_content_li h6 {
    color: #0f204b !important;
}
.jet_submit_form .btn-primary {
    width: 130px !important;
    margin-bottom: 5px;
}
table {
    width: 100% !important;
}
.close_single_tour,
.tab-remove-parent {
    width: 20px;
    height: 20px;
    position: absolute;
}
.tab-remove-parent {
    background: #e7e8ed;
    border-radius: 50%;
    right: 7px;
    top: 14px;
}
.close_single_tour {
    padding: 0;
    cursor: pointer;
    right: -6px;
    top: -8px;
    border: 0;
    font-size: 1.25rem;
    background: #fff;
    display: block;
    border-radius: 100%;
    line-height: 16px;
    text-align: center;
    opacity: 0.9;
    color: #333;
    font-weight: 700;
}
.hide,
.tooltip-arrow {
    display: none;
}
div#showCookeiPolicy {
    background: #bc964f;
    z-index: 100000000;
    padding: 5px 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2px;
    color: #fff;
    font-size: 13px;
}
div#showCookeiPolicy p {
    margin: 0;
    width: 91%;
    padding: 0 0 0 10px;
    font-size: 12.7px;
}
div#showCookeiPolicy span#showCookeiPolicyCloce {
    background: #fff2bd;
    color: #46143c;
    padding: 3px 10px;
    cursor: pointer;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 3px;
    float: right;
    margin-top: 0;
}
.modal-content {
    top: 90px;
}
.close_single_tour:hover {
    opacity: 1;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
* {
    padding: 0;
}
@font-face {
    font-family: ThomasCook;
    src: url(https://www.thomascook.in/css/fonts/ThomasCook.eot?b6cjmf);
    src: url(https://www.thomascook.in/css/fonts/ThomasCook.eot?b6cjmf#iefix) format("embedded-opentype"), url(https://www.thomascook.in/css/fonts/ThomasCook.ttf?b6cjmf) format("truetype"), url(https://www.thomascook.in/css/fonts/ThomasCook.woff?b6cjmf) format("woff"), url(https://www.thomascook.in/css/fonts/ThomasCook.svg?b6cjmf#ThomasCook) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: WebRupee;
    src: url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.eot);
    src: url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.eot?#iefix) format("embedded-opentype");
    src: local("WebRupee"), url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: JetIcons;
    src: url(https://www.thomascook.in/css/fonts/JetIcons.eot?b6cjmf);
    src: url(https://www.thomascook.in/css/fonts/JetIcons.eot?b6cjmf#iefix) format("embedded-opentype"), url(https://www.thomascook.in/css/fonts/JetIcons.ttf?b6cjmf) format("truetype"), url(https://www.thomascook.in/css/fonts/JetIcons.woff?b6cjmf) format("woff"), url(https://www.thomascook.in/css/fonts/JetIcons.svg?b6cjmf#ThomasCook) format("svg");
    font-weight: 400;
    font-style: normal;
}
@-webkit-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 0;
    }
}
@-moz-keyframes animate-stripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 0;
    }
}
.package_tandc .tab-content div {
    background: #fff !important;
    width: auto !important;
    padding: 15px 0;
}
.holiday_packages_page,
.jet_loading_full {
    min-height: 450px;
}
.tooltip-inner {
    border: 1px solid #999;
    font-family: inherit;
    background: #fafafa;
    color: #0f204b;
    border-radius: 2px;
    min-width: 200px;
    padding: 8px 10px;
    font-size: 11px;
    position: absolute;
    left: -190px;
    top: -11px;
    z-index: 1;
    text-align: left;
}
.tooltip-inner:after,
.tooltip-inner:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.frm_field2,
.mess {
    position: relative;
}
.tooltip-inner:after {
    border-left: 9px solid #fff !important;
    border-width: 7px;
    margin-top: -7px;
    margin-left: -1px;
}
.timeline .line-arrow {
    color: #414141;
    font-size: 18px;
    padding: 0 5px;
    line-height: 15px;
}
.tooltip-inner:before {
    margin-top: -10px;
    border-width: 10px;
    border-left-color: #999;
}
.mess,
.tc-tollno {
    display: inline-block;
}
.tooltip {
    opacity: 1 !important;
}
.parsley-error .frm_selectbox {
    background-color: #f9e5e4;
    border: 1px solid #b4302a !important;
}
li.no_available_data_click_pdp_li {
    background-image: url(/images/icons/icons_cross_pdp_tc.png);
    background-repeat: no-repeat;
    background-position: center 11px;
    pointer-events: none;
    background-size: 46px;
}
li.no_available_data_click_pdp_li a,
li.no_available_data_click_pdp_li span {
    opacity: 0.6;
    border: 0 solid #eb8e16 !important;
}
.tc-tollno {
    vertical-align: middle;
    margin-right: 2px;
    font-weight: 600 !important;
    margin-top: -1px;
}
.tooltip.left {
    margin-left: -3px;
}
.mess {
    border-bottom: 1px solid #ccc;
    padding-bottom: 9px;
    -bottom: 26px;
}
.call-confirm {
    background: #f1f5f8;
    float: left;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 28px;
    padding: 11px;
}
.ft10 {
    font-size: 16px;
    color: #333;
}
.ft11 {
    color: #999;
    font-size: 12px;
}
.toll {
    font-size: 24px;
    color: #333;
}
.mess p {
    float: left;
    padding-left: 10px;
}
.bottom-msg {
    border: 1px solid #cfcfcf;
    padding-top: 15px;
}
.frm_fieldset,
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
.bottom-msg a {
    color: #666;
    font-weight: 700;
    font-size: 14px;
}
.ft13 {
    font-size: 14px;
    color: #999;
}
.jet_loading {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent) !important;
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent) !important;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent) !important;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    -o-animation: animate-stripes 3s infinite linear;
    -ms-animation: animate-stripes 3s infinite linear;
    animation: animate-stripes 3s infinite linear;
    cursor: default;
    box-shadow: none;
}
.breadcrumb_links ul li {
    display: inline-block;
    margin-left: 0;
    position: relative;
    color: #333;
    font-weight: 600;
}
.breadcrumb_links ul li a {
    color: #666;
    font-weight: 400;
    text-decoration: none;
}
.breadcrumb_links a:hover {
    color: #46143c;
}
.breadcrumb_links ul li:last-child a:hover {
    color: #666 !important;
    cursor: auto !important;
}
.breadcrumb_links ul li:before {
    content: "\e939" !important;
    font-family: ThomasCook !important;
    padding-right: 5px;
    margin-left: -5px;
    margin-top: 3px;
    vertical-align: text-top;
}
.frm_control-icon.icon-calendar:before,
.resend_Otp_jet:before {
    font-family: JetIcons;
    text-decoration: inherit;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
}
.breadcrumb_links ul li:first-child:before {
    content: "" !important;
    display: none;
}
.form-section {
    background: #f0f1f1;
    padding: 10px;
    margin-bottom: 20px;
}
.form-section:after,
.form-section:before {
    content: "";
    display: table;
}
.form-section:after {
    clear: both;
}
.frm {
    max-width: 1000px;
}
.frm--inline,
.frm--small {
    max-width: 500px;
}
.frm_title {
    display: block;
    width: 100%;
}
.frm_control:after,
.frm_control:before,
.frm_field-list:after,
.frm_field-list:before {
    display: table;
    content: "";
}
.frm_field-list {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: none;
}
.clearfix,
.error-message,
.frm--inline .error-message,
.frm--inline .frm_control:after,
.frm--two-col:after,
.frm_control:after,
.frm_field-list:after,
.modal-content:after,
.owl-carousel .owl-wrapper:after,
.ui-helper-clearfix:after {
    clear: both;
}
.frm_field-list--vertical > li {
    margin-bottom: 10px;
}
.frm_control {
    margin-bottom: 15px;
}
.frm_control .frm_control {
    margin-bottom: 0;
}
.frm_label {
    float: left;
    width: 24%;
    display: block;
    margin-top: 3px;
    padding-bottom: 3px;
}
.frm_field2 {
    margin-left: 25%;
    padding: 1px;
}
input,
select,
textarea {
    width: 100%;
}
.frm_field .frm_field {
    margin-left: 0;
    position: static;
}
.frm_field.has-icon > input,
.frm_field.has-icon > select {
    width: 90%;
    width: -webkit-calc(100% - (20px + 5px));
    width: calc(100% - (20px + 5px));
}
.frm_field.has-icon-inside {
    position: relative;
}
.frm_field.has-icon-inside .frm_textbox {
    padding-right: 30px;
}
.frm_field.has-icon-inside .frm_textbox.hasDatepicker {
    padding-right: 0;
    padding-left: 30px;
}
.frm_field.has-icon-inside .frm_textbox.hasDatepicker:focus + .icon-calendar {
    color: #46143c;
}
.frm_field.has-icon-inside .frm_control-icon {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 5px;
    top: 7px;
}
.frm_label {
    color: #333;
}
.frm--two-col:after,
.frm--two-col:before {
    content: "";
    display: table;
}
.frm--two-col .frm_col-half {
    direction: ltr;
    float: left;
    width: 48.32664%;
    display: block;
    margin-left: 3.34672%;
}
.frm--inline .frm_field,
.frm--two-col .frm_col-half:first-child,
.frm--vertical .frm_field {
    margin-left: 0;
}
@media only screen and (max-width: 600px) {
    .frm--col-resize .frm_col-half {
        direction: ltr;
        float: left;
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .frm--col-resize .frm_col-half:first-child {
        margin-left: 0;
    }
}
.frm--vertical .frm_control {
    margin-bottom: 10px;
}
.frm--vertical .frm_control .frm_control {
    margin-bottom: 0;
}
.frm--vertical .frm_label {
    width: auto;
    float: none;
}
.frm--inline .frm_control:after,
.frm--inline .frm_control:before {
    content: "";
    display: table;
}
.frm--inline .frm_field,
.frm--inline .frm_label {
    width: auto;
    float: left;
    margin-right: 5px;
}
.frm--inline .frm_field > input,
.frm--inline .frm_field > select,
.frm--inline .frm_field > textarea {
    width: auto;
}
.frm--inline .frm_field-list > li {
    float: left;
}
@media only screen and (max-width: 599px) {
    .frm--inline .frm_label,
    .frm_label {
        width: auto;
        float: none;
    }
    .frm--inline .frm_field,
    .frm_field {
        margin-left: 0;
    }
    .frm--inline .frm_field-list > li {
        margin-right: 5px;
    }
    .frm--inline .frm_field-list > li:last-child {
        margin-right: 0;
    }
    .frm .frm_grid--resize {
        max-width: none;
    }
    .frm .frm_grid--resize .grid-five-sixth,
    .frm .frm_grid--resize .grid-four-fifth,
    .frm .frm_grid--resize .grid-four-sixth,
    .frm .frm_grid--resize .grid-half,
    .frm .frm_grid--resize .grid-one-fifth,
    .frm .frm_grid--resize .grid-one-fourth,
    .frm .frm_grid--resize .grid-one-sixth,
    .frm .frm_grid--resize .grid-one-third,
    .frm .frm_grid--resize .grid-three-fifth,
    .frm .frm_grid--resize .grid-three-fourth,
    .frm .frm_grid--resize .grid-three-sixth,
    .frm .frm_grid--resize .grid-two-fifth,
    .frm .frm_grid--resize .grid-two-fourth,
    .frm .frm_grid--resize .grid-two-sixth,
    .frm .frm_grid--resize .grid-two-third {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .frm .frm_grid--resize .grid-five-sixth:last-child,
    .frm .frm_grid--resize .grid-four-fifth:last-child,
    .frm .frm_grid--resize .grid-four-sixth:last-child,
    .frm .frm_grid--resize .grid-half:last-child,
    .frm .frm_grid--resize .grid-one-fifth:last-child,
    .frm .frm_grid--resize .grid-one-fourth:last-child,
    .frm .frm_grid--resize .grid-one-sixth:last-child,
    .frm .frm_grid--resize .grid-one-third:last-child,
    .frm .frm_grid--resize .grid-three-fifth:last-child,
    .frm .frm_grid--resize .grid-three-fourth:last-child,
    .frm .frm_grid--resize .grid-three-sixth:last-child,
    .frm .frm_grid--resize .grid-two-fifth:last-child,
    .frm .frm_grid--resize .grid-two-fourth:last-child,
    .frm .frm_grid--resize .grid-two-sixth:last-child,
    .frm .frm_grid--resize .grid-two-third:last-child {
        margin-bottom: 0;
    }
}
.frm textarea[type="checkbox"]:focus,
input[type="checkbox"]:focus,
input[type="checkbox"]:hover,
input[type="radio"]:focus,
input[type="radio"]:hover,
select[type="checkbox"]:focus,
select[type="checkbox"]:hover,
select[type="radio"]:focus,
select[type="radio"]:hover,
textarea[type="checkbox"]:hover,
textarea[type="radio"]:focus,
textarea[type="radio"]:hover {
    border-color: transparent;
    box-shadow: none;
}
.form-box {
    padding: 20px;
    margin-bottom: 15px;
    background: #f0f1f1;
    border: 1px solid #e3e5e5;
}
@media only screen and (max-width: 480px) {
    .form-box {
        padding: 10px;
    }
}
.required {
    color: red;
    font-size: 0.75rem;
}
.ie .required {
    font-size: 12px;
}
.hint {
    clear: both;
    color: #999;
    font-size: 0.75rem;
    margin: 3px 0 0;
}
.ie .error-message,
.ie .hint {
    font-size: 12px;
}
.frm_checkbox--inline:first-child,
.frm_radio--inline:first-child,
.margin-left-0 {
    margin-left: 0;
}
.frm_title {
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.ie .frm_title {
    font-size: 16px;
}
.frm_control {
    font-size: 0.875rem;
    color: #333;
}
.ie .frm_control {
    font-size: 14px;
}
.frm_selectbox,
.frm_textarea,
.frm_textbox {
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: inherit;
    border-radius: 3px;
}
.frm_selectbox,
.padding-right-0 {
    padding-right: 0;
}
.frm_selectbox,
.frm_textbox {
    height: 35px;
}
.frm_textarea {
    height: auto;
    min-height: 50px;
    width: 100%;
}
.frm_checkbox,
.frm_radio {
    margin-bottom: 5px;
    min-height: 20px;
}
.frm_checkbox input,
.frm_radio input {
    margin-right: 5px;
    margin-top: 3px;
}
.frm_checkbox > label,
.frm_radio > label {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
}
.frm_checkbox.is-disabled input,
.frm_checkbox.is-disabled > label,
.frm_radio.is-disabled input,
.frm_radio.is-disabled > label {
    cursor: not-allowed;
    color: #bbb;
}
.frm_checkbox--inline,
.frm_radio--inline {
    display: inline;
    margin-right: 10px;
}
.frm_control-icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control,
div#jp-login-panel {
    -webkit-transition: all 0.3s ease-in-out;
}
.frm_control-icon.icon-calendar {
    font-size: 1.25rem;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 8px;
    right: auto;
    color: #666;
}
.after_login_b2b_data:before,
.header-nav__dropdown:before {
    left: 160px;
    content: " ";
    height: 0;
}
.frm_control-icon.icon-calendar:before {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\f14c";
}
.ie .frm_control-icon.icon-calendar {
    font-size: 20px;
}
.frm_control-icon.icon-calendar:before,
.frm_control-icon.icon-question-circle:before {
    margin: 0;
    vertical-align: 0;
}
.has-error .frm_selectbox,
.has-error .frm_textbox {
    border-color: #b4302a;
    background-color: #f9e5e4;
}
::-webkit-input-placeholder {
    font-size: 13px !important;
    font-family: "Open Sans", sans-serif;
    color: #333;
    text-overflow: ellipsis;
}
::placeholder {
    color: #333;
    font-size: 0.75rem;
    text-overflow: ellipsis;
}
.ie ::placeholder {
    font-size: 13px;
}
.ie ::-webkit-input-placeholder {
    font-size: 12px;
}
:-moz-placeholder {
    color: #333;
    font-size: 0.75rem;
    text-overflow: ellipsis;
    opacity: 1;
}
.ie :-moz-placeholder {
    font-size: 13px;
}
::-moz-placeholder {
    color: #333;
    font-size: 0.75rem;
    text-overflow: ellipsis;
    opacity: 1;
}
.ie ::-moz-placeholder {
    font-size: 13px;
}
:-ms-input-placeholder {
    text-overflow: ellipsis;
    font-size: 0.75rem;
    color: #333;
}
.ie :-ms-input-placeholder {
    font-size: 13px;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-top-0 {
    padding-top: 0;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.no-padding {
    padding: 0;
}
.margin-right-0 {
    margin-right: 0;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.mar_left20 {
    margin-left: 20px;
}
.no-margin {
    margin: 0;
}
.border-right {
    border-right: 1px solid #cdcdcd;
}
[class*=" tc-"],
[class^="tc-"] {
    font-family: ThomasCook !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tc-gplus:before {
    content: "\e96b";
}
.tc-co-travellers:before {
    content: "\e9b8";
}
.tc-confused .path1:before {
    content: "\e9b9";
    color: #1d1d1b;
}
.tc-confused .path2:before {
    content: "\e9ba";
    margin-left: -1em;
    color: #1d1d1b;
}
.tc-confused .path3:before {
    content: "\e9bb";
    margin-left: -1em;
    color: #1d1d1b;
}
.tc-confused .path4:before {
    content: "\e9bc";
    margin-left: -1em;
    color: #1d1d1b;
}
.tc-confused .path5:before {
    content: "\e9bd";
    margin-left: -1em;
    color: #fff;
}
.tc-confused .path6:before {
    content: "\e9be";
    margin-left: -1em;
    color: #010101;
}
.tc-car:before {
    content: "\e9b7";
}
.tc-pm-6pm:before {
    content: "\e9b3";
}
.tc-after-6:before {
    content: "\e9b4";
}
.tc-before-6:before {
    content: "\e9b5";
}
.tc-bell:before {
    content: "\e9b6";
}
.tc-tag2:before {
    content: "\e99e";
}
.tc-accidental-death:before {
    content: "\e99f";
}
.tc-baggage-details:before {
    content: "\e9a0";
}
.tc-booking-failure:before {
    content: "\e9a1";
}
.tc-call2:before {
    content: "\e9a2";
}
.tc-excess-baggage:before {
    content: "\e9a3";
}
.tc-fare .path1:before {
    content: "\e9a4";
    color: #000;
}
.tc-fare .path2:before {
    content: "\e9a5";
    margin-left: -1em;
    color: #fff;
}
.tc-fare-rules:before {
    content: "\e9a6";
}
.tc-forex-services:before {
    content: "\e9a7";
}
.tc-insurance2:before {
    content: "\e9a8";
}
.tc-trip-cancellation:before {
    content: "\e9a9";
}
.tc-visa3:before {
    content: "\e9aa";
}
.tc-city-arrow .path1:before {
    color: #000;
}
.tc-city-arrow .path2:before {
    content: "\e9ac";
    margin-left: -1em;
    color: #fff;
}
.tc-city-arrow .path3:before {
    content: "\e9ad";
    margin-left: -1em;
    color: #fff;
}
.tc-city-arrow-2:before {
    content: "\e9ae";
}
.tc-depart-on:before {
    content: "\e9af";
}
.tc-price-down-arrow:before {
    content: "\e9b0";
}
.tc-price-high-arrow:before {
    content: "\e9b1";
}
.tc-return-on:before {
    content: "\e9b2";
}
.tc-amenities-info .path1:before {
    content: "\e96c";
    color: #000;
}
.tc-amenities-info .path2:before {
    content: "\e96d";
    margin-left: -1em;
    color: #fff;
}
.tc-amenities-info .path3:before {
    content: "\e96e";
    margin-left: -1em;
    color: #000;
}
.tc-guest-review:before {
    content: "\e978";
}
.tc-nightlife:before {
    content: "\e979";
}
.tc-shopping:before {
    content: "\e97a";
}
.tc-tourism:before {
    content: "\e97b";
}
.tc-travel:before {
    content: "\e97c";
}
.tc-last-min-deals:before {
    content: "\e97d";
}
.tc-weekend-hol:before {
    content: "\e97e";
}
.tc-adult:before {
    content: "\e97f";
}
.tc-child:before {
    content: "\e980";
}
.tc-photos:before {
    content: "\e981";
}
.tc-rooms:before {
    content: "\e982";
}
.tc-thumbnail:before {
    content: "\e983";
}
.tc-email-us .path1:before {
    content: "\e900";
    color: #000;
}
.tc-email-us .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: #fff;
}
.tc-forex .path1:before {
    color: #000;
}
.tc-forex .path10:before,
.tc-forex .path11:before,
.tc-forex .path12:before,
.tc-forex .path2:before,
.tc-forex .path3:before,
.tc-forex .path4:before,
.tc-forex .path5:before,
.tc-forex .path6:before,
.tc-forex .path8:before,
.tc-forex .path9:before {
    color: #fff;
    margin-left: -1em;
}
.tc-forex .path2:before {
    content: "\e903";
}
.tc-forex .path3:before {
    content: "\e904";
}
.tc-forex .path4:before {
    content: "\e905";
}
.tc-forex .path5:before {
    content: "\e906";
}
.tc-forex .path6:before {
    content: "\e907";
}
.tc-forex .path7:before {
    content: "\e908";
    margin-left: -1em;
    color: #fff;
}
.tc-forex .path8:before {
    content: "\e909";
}
.tc-forex .path9:before {
    content: "\e90a";
}
.tc-forex .path10:before {
    content: "\e90b";
}
.tc-forex .path11:before {
    content: "\e90c";
}
.tc-forex .path12:before {
    content: "\e90d";
}
.tc-hotel .path1:before {
    color: #000;
}
.tc-hotel .path2:before {
    content: "\e90f";
    margin-left: -1em;
    color: #fff;
}
.tc-hotel .path3:before {
    content: "\e910";
    margin-left: -1em;
    color: #fff;
}
.tc-hotel .path4:before {
    content: "\e911";
    margin-left: -1em;
    color: #fff;
}
.tc-hotel .path5:before {
    content: "\e912";
    margin-left: -1em;
    color: #fff;
}
.tc-insurance .path1:before {
    color: #000;
}
.tc-insurance .path2:before {
    content: "\e914";
    margin-left: -1em;
    color: #fff;
}
.tc-insurance .path3:before {
    content: "\e915";
    margin-left: -1em;
    color: #fff;
}
.tc-insurance .path4:before {
    content: "\e916";
    margin-left: -1em;
    color: #fff;
}
.tc-insurance .path5:before {
    content: "\e917";
    margin-left: -1em;
    color: #fff;
}
.tc-visa2 .path1:before {
    color: #000;
}
.tc-visa2 .path10:before,
.tc-visa2 .path12:before,
.tc-visa2 .path13:before,
.tc-visa2 .path14:before,
.tc-visa2 .path15:before,
.tc-visa2 .path16:before,
.tc-visa2 .path17:before,
.tc-visa2 .path18:before,
.tc-visa2 .path19:before,
.tc-visa2 .path20:before,
.tc-visa2 .path2:before,
.tc-visa2 .path3:before,
.tc-visa2 .path4:before,
.tc-visa2 .path5:before,
.tc-visa2 .path6:before,
.tc-visa2 .path7:before,
.tc-visa2 .path8:before,
.tc-visa2 .path9:before {
    color: #fff;
    margin-left: -1em;
}
.tc-visa2 .path2:before {
    content: "\e919";
}
.tc-visa2 .path3:before {
    content: "\e91a";
}
.tc-visa2 .path4:before {
    content: "\e91b";
}
.tc-visa2 .path5:before {
    content: "\e91c";
}
.tc-visa2 .path6:before {
    content: "\e91d";
}
.tc-visa2 .path7:before {
    content: "\e91e";
}
.tc-visa2 .path8:before {
    content: "\e91f";
}
.tc-visa2 .path9:before {
    content: "\e920";
}
.tc-visa2 .path10:before {
    content: "\e921";
}
.tc-visa2 .path11:before {
    content: "\e922";
    margin-left: -1em;
    color: #fff;
}
.tc-visa2 .path12:before {
    content: "\e923";
}
.tc-visa2 .path13:before {
    content: "\e924";
}
.tc-visa2 .path14:before {
    content: "\e925";
}
.tc-visa2 .path15:before {
    content: "\e926";
}
.tc-visa2 .path16:before {
    content: "\e927";
}
.tc-visa2 .path17:before {
    content: "\e928";
}
.tc-visa2 .path18:before {
    content: "\e929";
}
.tc-visa2 .path19:before {
    content: "\e92a";
}
.tc-visa2 .path20:before {
    content: "\e92b";
}
.tc-visa2 .path21:before {
    content: "\e92c";
    margin-left: -1em;
    color: #000;
}
.tc-visa2 .path22:before {
    content: "\e92d";
    margin-left: -1em;
    color: #000;
}
.tc-visa2 .path23:before {
    content: "\e92e";
    margin-left: -1em;
    color: #000;
}
.tc-steps-tick:before {
    content: "\e92f";
}
.tc-eventarr:before {
    content: "\e930";
}
.tc-checkin:before {
    content: "\e931";
}
.tc-menu:before {
    content: "\e932";
}
.tc-child2:before {
    content: "\e933";
}
.tc-infant:before {
    content: "\e934";
}
.tc-feedback:before {
    content: "\e935";
}
.tc-calendar:before {
    content: "\e936";
}
.tc-tollfree:before {
    content: "\e937";
}
.tc-downloads:before {
    content: "\e938";
}
.tc-frArrow:before {
    content: "\e939";
}
.tc-backArrow2:before {
    content: "\e93a";
}
.tc-filter:before {
    content: "\e93b";
}
.tc-dec-feb:before {
    content: "\e93c";
}
.tc-mar-may:before {
    content: "\e93d";
}
.tc-sep-nov:before {
    content: "\e93e";
}
.tc-accomodation:before {
    content: "\e93f";
}
.tc-compare:before {
    content: "\e940";
}
.tc-cruise:before {
    content: "\e941";
}
.tc-ferry:before {
    content: "\e942";
}
.tc-list:before {
    content: "\e943";
}
.tc-map:before {
    content: "\e944";
}
.tc-meals:before {
    content: "\e945";
}
.tc-plane:before {
    content: "\e946";
}
.tc-planeReturn:before {
    content: "\e947";
}
.tc-recommend:before {
    content: "\e948";
}
.tc-Sightseeing:before {
    content: "\e949";
}
.tc-starRating:before {
    content: "\e94a";
}
.tc-tent:before {
    content: "\e94b";
}
.tc-train:before {
    content: "\e94c";
}
.tc-transfer:before {
    content: "\e94d";
}
.tc-visa .path1:before {
    color: #000;
}
.tc-visa .path2:before {
    content: "\e984";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path3:before {
    content: "\e985";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path4:before {
    content: "\e986";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path5:before {
    content: "\e987";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path6:before {
    content: "\e988";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path7:before {
    content: "\e989";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path8:before {
    content: "\e98a";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path9:before {
    content: "\e98b";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path10:before {
    content: "\e98c";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path11:before {
    content: "\e98d";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path12:before {
    content: "\e98e";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path13:before {
    content: "\e992";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path14:before {
    content: "\e993";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path15:before {
    content: "\e994";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path16:before {
    content: "\e995";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path17:before {
    content: "\e996";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path18:before {
    content: "\e997";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path19:before {
    content: "\e998";
    margin-left: -1em;
    color: #000;
}
.tc-visa .path20:before {
    content: "\e999";
    margin-left: -1em;
    color: #fff;
}
.tc-visa .path21:before {
    content: "\e99a";
    margin-left: -1em;
    color: #fff;
}
.tc-visa .path22:before {
    content: "\e99b";
    margin-left: -1em;
    color: #fff;
}
.tc-volvo:before {
    content: "\e94f";
}
.tc-wishlist:before {
    content: "\e950";
}
.tc-thumbsdown:before {
    content: "\e951";
}
.tc-thumbsup:before {
    content: "\e952";
}
.tc-airConditioning:before {
    content: "\e953";
}
.tc-bar:before {
    content: "\e954";
}
.tc-businessCentre:before {
    content: "\e955";
}
.tc-closebtn:before {
    content: "\e956";
}
.tc-download:before {
    content: "\e957";
}
.tc-gallery:before {
    content: "\e958";
}
.tc-gym:before {
    content: "\e959";
}
.tc-inclu_exclu:before {
    content: "\e95a";
}
.tc-info:before {
    content: "\e95b";
}
.tc-sendQuote:before {
    content: "\e95c";
}
.tc-share2:before {
    content: "\e95d";
}
.tc-swimmingPool:before {
    content: "\e95e";
}
.tc-tag:before {
    content: "\e95f";
}
.tc-time:before {
    content: "\e960";
}
.tc-upgrade:before {
    content: "\e961";
}
.tc-wantUs:before {
    content: "\e962";
}
.tc-wifi:before {
    content: "\e963";
}
.tc-email:before {
    content: "\e964";
}
.tc-search:before {
    content: "\e965";
}
.tc-calendar2:before {
    content: "\e966";
}
.tc-call .path1:before {
    content: "\e967";
    color: #000;
}
.tc-call .path2:before {
    content: "\e99c";
    margin-left: -1em;
    color: #fff;
}
.tc-delete:before {
    content: "\e968";
}
.tc-edit:before {
    content: "\e969";
}
.tc-forgot-pwd:before {
    content: "\e96a";
}
.tc-login-arrow:before {
    content: "\e96f";
}
.tc-minus:before {
    content: "\e970";
}
.tc-miss:before {
    content: "\e971";
}
.tc-mr:before {
    content: "\e972";
}
.tc-payment-arrow:before {
    content: "\e973";
}
.tc-plus:before {
    content: "\e974";
}
.tc-price-arrow:before {
    content: "\e975";
}
.tc-price-arrow2:before {
    content: "\e976";
}
.tc-printer:before {
    content: "\e977";
}
.tc-Login:before {
    content: "\e98f";
}
.tc-reachUs:before {
    content: "\e990";
}
.tc-tollno:before {
    content: "\e991";
}
.tc-user:before {
    content: "\e99d";
}
.tc-cog:before {
    content: "\e9bf";
}
.tc-star-empty:before {
    content: "\e9d7";
}
.tc-star-full:before {
    content: "\e9d9";
}
.tc-share:before {
    content: "\ea7d";
}
.tc-facebook:before {
    content: "\ea90";
}
.tc-twitter:before {
    content: "\ea96";
}
.tc-rss:before {
    content: "\ea9b";
}
.tc-youtube:before {
    content: "\ea9d";
}
.tc-vimeo:before {
    content: "\eaa0";
}
.tc-appleinc:before {
    content: "\eabe";
}
.tc-android:before {
    content: "\eac0";
}
.tc-windows8:before {
    content: "\eac2";
}
.tc-linkedin:before {
    content: "\eaca";
}
.tc-file-pdf:before {
    content: "\eadf";
}
.tc-file-word:before {
    content: "\eae1";
}
.form-control {
    color: #000;
    height: 35px;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ccc;
    box-shadow: 0 2px 1px 0 rgba(204, 204, 204, 0.25);
    background-color: #fff;
}
.has-error .error-message {
    display: block;
}
.error-message {
    color: #b4302a;
    display: none;
    font-size: 11px;
}
.caret-up,
.holidayColor span,
.navbar-nav {
    display: inline-block;
}
.selectric p {
    font-size: 14px;
    font-weight: 400;
}
.form-control::placeholder {
    color: #333;
    opacity: 1;
    font-size: 13px;
}
.form-control:-ms-input-placeholder {
    color: #333;
    font-size: 13px;
}
.form-control::-ms-input-placeholder {
    color: #333;
}
.holiday a,
.holiday span {
    background: #ffead5 !important;
    color: #fff !important;
    border: 1px solid #facb9d;
}
.small,
small {
    font-size: 10px;
}
#ui-datepicker-div {
    z-index: 9999 !important;
}
.holidayColor {
    border-top: 1px solid #e1e1e1;
    padding: 5px;
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
}
.holidayColor span {
    border: 1px solid #facb9d;
    padding: 5px 6px;
    height: 10px;
    width: 10px;
    margin-right: 10px;
    font-weight: 400;
    background: #ffead5;
    top: 2px;
    position: relative;
}
.jet_tc_right_top_header_area_right {
    background: #fecb00;
    padding: 5px 0;
    box-shadow: 0 5px 5px -5px #f1f1f1;
    margin-bottom: 0;
}
.navbar {
    border: 0 solid transparent;
}
.navbar-nav {
    margin-top: 25px;
}
.navbar-nav .open .caret-up {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
}
.navbar-nav > li > a {
    padding: 10px 18px;
    margin-right: 7px;
}
.navbar-toggle {
    border: 1px solid #46143c;
    margin-top: 28px;
}
.navbar-toggle .icon-bar {
    background: #46143c;
}
.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    margin-left: 2px;
    vertical-align: middle;
}
.header-nav__dropdown:before {
    width: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -9px;
}
.after_login_b2b_data,
div#jp-login-panel {
    top: 25px;
    display: none;
    right: 71px;
    background: #f0f1f1;
    border: 1px solid #ddd;
    position: absolute;
}
div#jp-login-panel {
    z-index: 10;
    min-width: 280px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}
span.tracking_area_jet {
    float: left;
}
div#jp-login-panel .form-section {
    background: #f0f1f1;
    padding: 0 20px;
    margin-bottom: 0;
}
.after_login_b2b_data {
    z-index: 1;
    padding: 10px 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0;
    min-width: 200px;
}
.onself h2 {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    background: #46143c !important;
    color: #fff;
}
.radio-inline input.onbehalf {
    float: left;
    width: auto;
}
.after_login_b2b_data .after_login_b2b_data_details li a {
    color: #333 !important;
}
.after_login_b2b_data:before {
    width: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -9px;
}
ul.after_login_b2b_data_details {
    background: #f0f1f1;
    padding: 0;
    margin-bottom: 0;
}
.resend_Otp_jet:before {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\f153";
    font-size: 13px;
    margin-right: 5px;
    color: #46143c;
}
.header_data_yellow.pull-right .resend_Otp_jet a {
    margin-left: 0;
    text-transform: none;
    color: #46143c;
}
.resend_Otp_jet {
    color: #46143c;
    margin-top: 3px;
    padding: 5px 0 6px;
}
.form-group.proceed_area {
    max-width: 150px;
    margin: 0 auto;
}
.header_data_yellow.pull-right {
    position: relative;
}
.modal,
.modal-backdrop,
.modal-backdrop.in {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
}
.b2b_agent_onbehalf_section span.b2b_after_login_name {
    float: left;
    font-size: 12px;
}
.modal {
    z-index: 1000;
    display: none;
    margin: 0 auto;
}
.modal-backdrop,
.modal-backdrop.in {
    background-color: #10224e;
    background-color: rgba(15, 32, 75, 0.85);
    z-index: 999;
    opacity: 0.8;
}
@media only screen and (min-width: 768px) {
    .modal {
        max-height: 100%;
        top: 0;
    }
}
@media only screen and (min-width: 1025px) {
    .all_calling_area a,
    .all_calling_area a:active,
    .all_calling_area a:focus,
    .all_calling_area a:hover {
        text-decoration: none;
        color: #0f204b;
        pointer-events: none;
    }
    .modal {
        max-height: 100%;
    }
    #changeFlightPopup {
        top: 0 !important;
    }
}
.modal.fade {
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.modal.fade.in {
    opacity: 1;
}
@media only screen and (max-width: 1024px) {
    .modal {
        overflow: scroll;
    }
}
.modal-open {
    overflow: hidden;
}
.modal-content {
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 0;
}
.modal-header h3,
.modal-header h4 {
    margin: 0;
    text-align: left;
    font-weight: 400;
}
.modal-content:after,
.modal-content:before {
    content: "";
    display: table;
}
.modal-header {
    position: relative;
    min-height: 16.43px;
    font-size: 16px;
    border-bottom: 0 !important;
    padding: 10px;
    float: left;
    width: 100%;
    background: #fff;
    color: #fff;
}
.modal-header h4 {
    color: #fff !important;
    font-size: 16px !important;
    padding: 0;
}
.modal-dialog .modal-body {
    padding: 15px;
    background: #fff !important;
}
@media only screen and (max-width: 1024px) {
    .modal-content {
        margin-top: 0;
        top: 30px;
    }
    .modal-header {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
}
.modal-header h3 {
    text-transform: uppercase;
    background: #0f204b;
    color: #fff;
    padding: 8px 10px;
    line-height: 20px;
    font-size: 16px;
}
.modal-header .close {
    color: #333;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    float: right;
    padding: 14px 7px !important;
    border-radius: 50%;
    outline: 0;
    width: 25px;
    height: 25px;
    display: block;
    margin: -10px 0 0 !important;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    opacity: 0.9;
}
.ie .modal-header .close {
    font-size: 20px;
}
.modal-header .close:hover {
    opacity: 1;
}
.modal-body {
    padding: 20px 15px 15px;
    position: relative;
}
@media only screen and (min-width: 1025px) {
    .modal-body {
        max-height: 550px;
        height: 100%;
        overflow-y: auto;
    }
}
.modal-body h4:first-child {
    margin-top: 0;
}
.modal-footer {
    padding: 15px;
    text-align: right;
}
.modal-backdrop {
    background-color: #10224e;
    background-color: rgba(15, 32, 75, 0.85);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
}
.lt-ie9 .modal-backdrop {
    background-color: transparent;
    zoom: 1;
}
.modal__subheading {
    background: #e5e5e5;
    padding: 7px 10px;
    font-size: 1.0625rem;
    text-align: center;
    margin: 5px 0;
}
.ie .modal__subheading {
    font-size: 17px;
}
.grid-half:first-child {
    margin-left: 0;
}
.grid-half {
    direction: ltr;
    float: left;
    width: 49.52562%;
    display: block;
    margin-left: 0.94877%;
}
label {
    width: auto;
    margin-right: 5px;
    margin-top: 3px;
    padding-bottom: 3px;
    color: #333;
    font-size: 13px;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}
.frm__control.form-group.wantustocall_group {
    overflow: hidden;
}
.frm__control.form-group.wantustocall_group label.frm__label {
    float: left;
    width: 100px;
}
.frm__control.form-group.wantustocall_group .frm__field {
    float: left;
    overflow: hidden;
}
.checkbox_area_input {
    width: 15px;
    float: left;
    vertical-align: text-bottom;
}
.textarea_holder {
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(240, 241, 241, 0.95);
    left: 0;
    width: 100%;
    border-bottom-left-radius: 8px;
    padding: 10px 15px;
    color: #333;
}
.breadcrumb_item,
.holiday-form > div,
.pin {
    display: inline-block;
}
.after_login_b2b_data {
    font-size: 12px;
    text-transform: none;
}
.after_login_b2b_data li {
    text-transform: none;
    list-style: none;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.after_login_b2b_data li a {
    text-transform: none !important;
    font-size: 13px !important;
}
.after_login_b2b_data li:last-child {
    text-transform: none;
    list-style: none;
    border-bottom: 0 solid #cdcdcd;
    padding-bottom: 0;
    margin-bottom: 0;
}
.frm__submit.form-group {
    width: 130px;
    margin-bottom: 5px;
}
.want_us_images_area {
    min-height: 245px;
    overflow: hidden;
    max-height: 245px;
    border-bottom-left-radius: 10px;
}
.want_us_images_area .want_us_to_call_img_details {
    width: 100%;
    border-bottom-left-radius: 10px;
    min-height: 245px;
}
.form_header_data {
    margin-bottom: 15px;
}
.all_calling_area a {
    color: #0f204b;
    font-weight: 700;
}
.frm__checkbox.form-group {
    overflow: hidden;
}
.checkbox_area_label {
    margin-left: 20px;
    font-size: 12px;
}
.all_calling_area {
    background: #e5e5e5;
    padding: 10px 15px;
}
.small_modal_jet .modal-content {
    background-color: #fff;
    margin: 0 auto;
    padding-bottom: 0;
}
.map {
    width: 100%;
    height: 400px;
    background: #ccc;
    position: relative;
}
.map .searchbox-map {
    position: absolute;
    top: 25px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.pin {
    width: 230px;
    height: 40px;
    background: #f2f0f1;
    padding: 10px;
    float: left;
}
.pin .glyphicon {
    font-size: 16px;
}
.jet_light_font {
    color: #666;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-weight: 300;
}
.pin input[type="text"] {
    border: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    width: 189px;
    position: relative;
    top: -3px;
}
.map .btn {
    vertical-align: top;
    height: 40px;
    border: 0;
    background: #46143c;
    color: #fff;
    border-radius: 0;
}
.btn,
.btn-home-primary,
.btn-primary,
.btn-secondary,
a.btn,
a.btn-secondary,
a.btn.btn-primary,
a.btn.btn-secondary {
    padding: 0 15px;
    color: #fff;
    height: auto;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    background: #fecb00;
    border: 2px solid #fecb00;
}
.btn.btn-sec,
button.btn.btn-sec {
    text-decoration: none;
    border: 2px solid #fecb00;
    border-bottom: 3px solid #e89a00;
    font-size: 12px;
    padding: 6px 5px;
    background: 0 0;
    color: #333;
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 0;
    outline-offset: 0;
}
.btn-primary,
a.btn.btn-primary {
    border: 2px solid #fecb00;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
a.btn.btn-primary:focus,
a.btn.btn-primary:hover {
    color: #0f204b;
    background-color: #f0ab00;
    border-color: #f0ab00;
}
.holiday-form .container {
    width: 750px;
}
.holiday-form > div {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    width: 100%;
}
.holiday-form h2 {
    color: #fff;
    margin-top: 0;
}
.holiday-form input[type="text"] {
    width: 260px;
    padding: 6px 10px;
    border: 0;
    border-right: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
}
.holiday-form select {
    width: 180px;
    padding: 7px 10px;
    border: 0;
    border-right: 1px solid #ccc;
}
.holiday-form .btn {
    margin-left: 20px;
}
.upcoming-events {
    width: 100%;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 3px;
    border-radius: 0;
}
.cancel,
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:focus,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs > li > a:focus,
.tabs-left > .nav-tabs > li > a:hover {
    border: 0;
}
.tabs-left > .nav-tabs > li > a > div {
    width: 300px;
}
.tabs-left > .nav-tabs {
    float: left;
    background: #ebe9ea;
    width: 470px;
}
.tabs-left .tab-content {
    width: 470px;
}
.typeahead,
.w100 {
    width: 100%;
}
.fleft {
    float: left !important;
}
.fright {
    float: right !important;
}
.closed {
    display: none;
}
textarea {
    resize: none;
}
.mleft10 {
    margin-left: 10px;
}
.mright10 {
    margin-right: 10px;
}
.mtop10 {
    margin-top: 10px;
}
.mtop20 {
    margin-top: 20px;
}
.mtop30 {
    margin-top: 40px;
}
.mbottom20 {
    margin-bottom: 20px;
}
.mtop7- {
    margin-top: -7px;
}
.mtop-30 {
    margin-top: -30px;
}
.pm0 {
    padding: 0;
    margin: 0;
}
.bnone {
    border: none;
}
.pd10 {
    padding: 10px;
}
.pleft25 {
    padding-left: 25px;
}
.ptop25 {
    padding-top: 25px;
}
.pright10 {
    padding-right: 10px;
}
.padd50 {
    padding: 5px 0;
}
.padd250 {
    padding: 25px 0;
}
.bbottomN {
    border-bottom: none;
}
.bbottom {
    border-bottom: 1px solid #e1e1e1;
}
.bleft {
    border-left: 1px solid #e1e1e1;
}
.m0 {
    margin: 0 !important;
}
.btop {
    border-top: 1px solid #e1e1e1;
}
.bright {
    border-right: 1px solid #e1e1e1;
}
.error-info-wrapper {
    background: #efced9;
    opacity: 0.9;
}
.jet_escapes_holiday-search .error-info-wrapper {
    background: #efced9;
    opacity: 0.9;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -16px;
}
.jet_escapes_holiday-search-form p.error-info {
    padding: 6px 0 5px 105px;
    max-width: 1170px;
    margin: 0 auto;
}
.red {
    color: #f90f0f;
}
p.error-info {
    font-size: 12px;
    color: red;
    padding: 6px 0 5px 25px;
}
.book_detail a {
    color: #fff;
}
.jetEscapes_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/jet_Fallback_preloader.gif) center no-repeat #fff;
}
input[type="submit"] {
    background-color: #46143c;
    border-radius: 0;
    border: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: #fff;
}
.fsize11 {
    font-size: 11px;
}
.fsize30 {
    font-size: 30px;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
}
.feed-back-error {
    color: #b94a48;
    background: #f2dede !important;
    border: 0 solid red !important;
}
.feed-back-error input,
.parsley-error input,
.parsley-error textarea {
    background-color: #f9e5e4;
    border: 1px solid #b4302a !important;
}
.errorName {
    color: #b4302a;
    font-size: 12px;
}
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 1;
    color: red;
    transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.btn-primary,
a.btn.btn-primary {
    background: #fecb00;
    border-bottom: 2px solid #f0ab00;
    color: #0f204b;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 15px;
    height: auto;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 0.7px;
}
@font-face {
    font-family: WebRupee;
    src: url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.eot);
    src: url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.eot?#iefix) format("embedded-opentype");
    src: local("WebRupee"), url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.ttf) format("truetype"), url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.woff) format("woff"), url(https://www.thomascook.in/css/fonts/WebRupee.V2.0.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.INR {
    font-family: WebRupee;
    font-weight: 400;
    font-size: 100% !important;
    margin-right: 0.2em;
    line-height: 0.5em;
}
.redio-bottom {
    background: url(/images/flight/sprite-homepage.png) -285px -118px no-repeat;
    margin-right: 26px;
}
.redio-bottom.selected {
    background: url(/images/flight/sprite-homepage.png) -285px -141px no-repeat;
}
.typeahead {
    margin: -1px 0 0;
    border-radius: 0;
    border: 1px solid #46143c;
    padding: 0;
    color: #575757;
    border-top: none;
}
.typeahead ul li {
    border-top: 1px solid transparent;
}
.typeahead li a {
    padding: 8px 10px;
    white-space: normal;
}
.typeahead > .active > a,
.typeahead > .active > a:focus,
.typeahead > .active > a:hover {
    background: #e8f8ff;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #575757;
}
.mbottom10 {
    margin-bottom: 10px;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 25px;
    padding: 2px 15px 2px 0;
    margin-top: 15px;
    list-style: none;
}
.breadcrumb_item:first-child {
    margin-left: 0;
}
.breadcrumb_item a:hover {
    color: #46143c;
}
.breadcrumb_item a {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.breadcrumb_item {
    margin-left: 20px;
    position: relative;
    color: #333;
    font-weight: 600;
}
.breadcrumb li.breadcrumb_item::before,
.breadcrumb li:first-child.breadcrumb_item::before {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -20px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    font-variant: normal;
    color: #333;
    text-decoration: inherit;
}
.breadcrumb li.breadcrumb_item {
    color: #333;
}
.breadcrumb li.breadcrumb_item::before {
    font-family: ThomasCook !important;
    content: "\e939";
    top: -2px;
    padding: 0;
}
.breadcrumb li:first-child.breadcrumb_item::before {
    font-family: JetIcons;
    content: "?";
    top: 1px;
    font-size: 0;
}
.date-range a,
.today a {
    background: #0094da !important;
    color: #fff !important;
}
.start-date a {
    background: #005c85 !important;
    color: #fff !important;
    position: relative;
}
.end-date a:before,
.start-date a:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 28px;
    top: 0;
}
.end-date a:before {
    background: url(/images/flight/datepicker-diamond.png);
    left: 0;
}
.start-date a:before {
    background: url(/images/flight/datepicker-diamond.png) -11px 0;
    right: 0;
}
.end-date a,
.rposition {
    position: relative;
}
.end-date a {
    background: #005c85 !important;
    color: #fff !important;
}
.ui-datepicker-today .ui-state-default {
    font-weight: 700;
}
.field-error {
    display: block;
    color: #ff6e66;
    padding: 5px 0 0 3px;
    font-size: 11px;
}
.error-info .glyphicon-exclamation-sign {
    padding: 0 10px;
    margin-left: -21px;
}
.cancel {
    font-size: 16px;
    color: #46143c;
    text-decoration: underline;
    background: 0 0;
    margin-left: 10px;
    cursor: pointer;
}
.aposition {
    position: absolute;
}
.navbar-colored {
    background: #46143c;
    padding: 0;
}
.navbar-default,
.top-header {
    background: #ff0041 !important;
}
.navbar-default {
    border-color: transparent !important;
}
.main-navbar .navbar-header {
    position: relative;
    width: 100%;
}
.col-sm-6.jet_tc_right_top_header_area_left {
    padding: 0;
}
.main-navbar.navbar-colored .navbar-header .navbar-brand {
    color: #fff;
    padding: 5px 0;
    margin-left: 0;
}
.main-navbar.navbar-colored .navbar-header .navbar-brand span {
    color: #000;
}
.header_data_yellow.pull-right a {
    text-transform: uppercase;
    margin-left: 40px;
    font-size: 12px;
    color: #0f204b;
    font-weight: 600;
}
.col-sm-6.jet_tc_right_top_header_area_right {
    float: right;
    padding: 15px 0 0;
    color: #fff;
}
.col-sm-6.jet_tc_right_top_header_area_right span {
    float: right;
    margin-right: 15px;
}
.col-sm-6.jet_tc_right_top_header_area_right a {
    color: #b7bcc9;
}
#footer-bottom p,
#footer-bottom ul {
    margin-bottom: 0;
    font-size: 12px;
    color: #6a4462 !important;
}
#footer-bottom .line,
#footer-bottom a {
    color: #b7bcc9;
}
#footer-bottom #terms {
    text-align: right;
}
footer ul.list-unstyled.list-inline li a {
    text-transform: none !important;
    color: #6a4462 !important;
}
ul.list-unstyled.list-inline li {
    padding-top: 0;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}
.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -ms-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat;
}
#owl-multi-offers .item,
#owl-tour-offers .grid,
#owl-tour-offers .item {
    padding: 10px 15px;
}
#owl-tour-offers .grid:nth-child(odd) {
    margin-bottom: 10px;
}
.main-info.tour-info {
    margin-top: -45px;
    position: absolute;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    background-color: rgba(240, 241, 241, 0.95);
    width: 100%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.item a.jet-card-insets {
    position: relative;
}
.item a.jet-card-insets .main-block.tour-block {
    border-bottom-right-radius: 15px;
    overflow: hidden;
}
.item a:hover {
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.17);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-block,
.main-img img {
    transition: 0.4s;
}
.tour-info .tour-title {
    text-align: left;
    padding: 10px 20px;
    color: #0f204b;
    font-size: 18px;
    height: 27px;
    line-height: 27px;
}
.tour-info .tour-title a {
    font-size: 21px;
}
.tour-info .tour-title p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: right;
    float: right;
    font-weight: 400;
}
.arrow .fa,
.offer-tag,
.page-heading h2 {
    text-align: center;
}
.h1,
.h2,
.main-title p,
.offer-price-1,
.offer-price-2 li.price,
.offer-tag,
.ui-datepicker-month,
h1,
h2 {
    font-weight: 700;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-controls {
    user-select: none;
}
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: 0;
    width: 100%;
}
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-next,
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-prev {
    border-radius: 0;
}
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-prev {
    left: 20px;
    position: absolute;
}
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons div {
    font-size: 0;
    padding: 0 10px;
    opacity: 1;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer;
}
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons div .fa {
    margin-bottom: 5px;
}
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-next {
    right: 20px;
    position: absolute;
}
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-next .fa-angle-right {
    width: 36px;
    height: 36px;
    background-image: url(/images/icons/controls.png);
    background-repeat: no-repeat;
    z-index: 10;
    right: 10px;
    background-position: -43px -34px;
    font-size: 0;
}
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-next .fa-angle-right:hover {
    background-position: -43px 2px;
}
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-prev .fa-angle-left {
    width: 36px;
    height: 36px;
    background-image: url(/images/icons/controls.png);
    background-repeat: no-repeat;
    z-index: 10;
    left: 10px;
    background-position: 0 -34px;
    font-size: 0;
}
.owl-carousel.owl-custom-arrow .owl-controls .owl-buttons .owl-prev .fa-angle-left:hover {
    background-position: 0 2px;
}
#travel-agency .owl-controls .owl-buttons {
    top: 47.8%;
    transform: translateY(-47.8%);
}
#owl-cruise-offers .grid {
    margin: 0 15px 30px;
}
#owl-cruise-offers .owl-controls .owl-buttons {
    top: 44%;
    transform: translateY(-44%);
}
#owl-cruise-offers .owl-controls .owl-buttons div {
    padding: 0 11px;
}
.main-img {
    position: relative;
    overflow: hidden;
}
.main-img img {
    width: 100%;
}
.main-info .main-title a {
    text-decoration: none;
    float: left;
    color: #000;
}
.main-title p {
    margin-bottom: 0;
    margin-top: -2px;
}
.arrow .fa {
    height: 28px;
    width: 28px;
    padding-top: 2px;
    font-size: 20px;
    margin-top: 11px;
}
.offer-price-1 {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    padding: 14px 18px 11px;
}
.offer-price-1 li.price {
    font-size: 22px;
    font-weight: 700;
}
.offer-price-1 li.price .divider,
.offer-price-1 li.price .pkg {
    font-size: 14px;
    position: relative;
    top: -3px;
}
.offer-price-1 li.price .divider {
    margin: 0 8px;
}
.offer-price-1 li.rating {
    float: right;
    font-size: 0.98em;
}
.offer-price-2 li.price {
    font-size: 22px;
}
.offer-price-2 ul li .fa {
    margin-top: 0;
}
.offer-price-2 {
    padding: 14px 20px;
}
.offer-price-2 li .arrow {
    float: right;
    margin-top: -3px;
}
#popular-holidays-offers .item {
    padding: 10px 15px;
}
.offer-tag {
    position: absolute;
    top: 17px;
    right: -28px;
    width: 120px;
    padding: 6px 5px;
    font-size: 12px;
}
.h1,
.h2,
h1,
h2 {
    margin-top: 0;
    color: #333;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 16.08px;
}
a {
    color: #46143c;
}
a:focus,
a:hover {
    color: #46143c;
    text-decoration: none;
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
}
.main-block.tour-block {
    position: relative;
}
.main-block.tour-block:hover {
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.17);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(/images/Gradient.png) no-repeat;
    background-size: cover;
    float: none;
    width: 100%;
    border-top: 0 solid #333;
    border-bottom: 0 solid #333;
}
section#footer {
    border-top: 1px solid rgba(128, 130, 134, 0.26);
    padding: 20px 0 10px;
    font-family: "Open Sans";
}
img.img-responsive.logo_jet_Esccape {
    max-height: 70px;
}
input,
select,
textarea {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ccc;
    background-color: #fff;
}
input:hover,
select:hover,
textarea:hover {
    box-shadow: none !important;
    border-color: #999;
}
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #46143c;
    outline: 0;
}
input[type="checkbox"],
input[type="radio"],
select[type="checkbox"],
select[type="radio"],
textarea[type="checkbox"],
textarea[type="radio"] {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}
input[type="checkbox"]:focus,
input[type="checkbox"]:hover,
input[type="radio"]:focus,
input[type="radio"]:hover,
select[type="checkbox"]:focus,
select[type="checkbox"]:hover,
select[type="radio"]:focus,
select[type="radio"]:hover,
textarea[type="checkbox"]:focus,
textarea[type="checkbox"]:hover,
textarea[type="radio"]:focus,
textarea[type="radio"]:hover {
    border-color: transparent;
    box-shadow: none;
}
input.is-disabled,
input[disabled],
select.is-disabled,
select[disabled],
select[readonly],
textarea.is-disabled,
textarea[disabled],
textarea[readonly] {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}
input.is-disabled:focus,
input.is-disabled:hover,
input[disabled]:focus,
input[disabled]:hover,
input[readonly]:focus,
input[readonly]:hover,
select.is-disabled:focus,
select.is-disabled:hover,
select[disabled]:focus,
select[disabled]:hover,
select[readonly]:focus,
select[readonly]:hover,
textarea.is-disabled:focus,
textarea.is-disabled:hover,
textarea[disabled]:focus,
textarea[disabled]:hover,
textarea[readonly]:focus,
textarea[readonly]:hover {
    box-shadow: none;
    border-color: #ccc;
}
@media (min-width: 320px) and (max-width: 767px) {
    div#showCookeiPolicy span#showCookeiPolicyCloce,
    footer {
        margin-top: 0;
    }
    .ui-datepicker {
        width: 86% !important;
    }
    .policies-wrapper .tabitm {
        padding: 3px 10px;
    }
    .jetEscapes_loader {
        display: inline-table;
    }
    .header-nav__dropdown:before {
        left: 54px;
    }
    div#jp-login-panel {
        right: auto;
    }
    .callcenter_area_jet a {
        pointer-events: visiblefill;
    }
    .jet_loading_full {
        min-height: 200px;
    }
    div#showCookeiPolicy p {
        width: 100%;
    }
    .navbar-colored {
        padding: 0 15px 0 0;
    }
    .h1,
    .h2,
    h1,
    h2 {
        margin-top: 0;
        color: #333;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        margin-bottom: 16.08px;
    }
    .tour-info .tour-title {
        font-size: 16px;
        line-height: 25px;
    }
    .tour-info .tour-title p {
        font-size: 12px;
    }
    .holiday_packages_page {
        min-height: 250px;
    }
    .navbar-colored .container {
        padding: 0;
    }
    .header_data_yellow.pull-right {
        float: none !important;
    }
    .main-navbar .navbar-header {
        position: relative;
        width: 100%;
        margin-left: 0;
    }
    .tracking_area_jet {
        border-right: 1px solid #0f204b;
        width: 50%;
        padding: 0;
    }
    .header_data_yellow.pull-right a {
        margin-left: 25px;
    }
    a#customerHeader {
        margin-left: 15px;
    }
    .b2b_agent_onbehalf_section span.b2b_after_login_name {
        margin-bottom: 5px;
        float: none;
        font-size: 12px;
    }
    .header_data_yellow_left.b2b_agent_onbehalf_section {
        width: 100%;
        display: block;
        overflow: hidden;
        text-align: center;
    }
    .main-navbar.navbar-colored .navbar-header .navbar-brand {
        color: #fff;
        padding: 10px 0;
        float: left;
        width: 50%;
    }
    img.img-responsive.logo_jet_Esccape {
        padding-right: 0;
        height: auto;
        float: left;
        width: auto;
        margin-bottom: 0;
        max-height: 40px;
    }
    .navbar-brand.visible-xs.jetairways_logo_section {
        width: 70% !important;
        padding: 10px 10px 0 !important;
        text-align: left;
    }
    .navbar-brand.pull-right.jetescapes_logo_section {
        width: 30% !important;
    }
    .col-sm-6.jet_tc_right_top_header_area_right {
        float: none;
        padding: 0;
        clear: both;
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
        text-align: center;
    }
    .col-sm-6.jet_tc_right_top_header_area_right span {
        width: 50%;
        text-align: center;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 7px 0;
        margin-right: 0;
    }
    #footer-bottom #terms {
        text-align: left;
    }
    footer {
        padding-top: 25px;
        padding-bottom: 10px;
    }
}
.ui-datepicker-trigger {
    pointer-events: none;
    height: 0;
    border: 0;
}
.ui-datepicker-trigger img {
    position: absolute;
    right: 24px;
    top: 22px;
}
.ui-datepicker {
    background: #fff;
    border: 1px solid #ccc;
}
.ui-datepicker-title {
    font-size: 16px;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-zfix,
.ui-widget-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.datebox .ui-datepicker {
    width: 20.5em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 12px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
    left: 10px;
    border-right: 8px solid #333;
}
.ui-datepicker .ui-datepicker-next {
    right: 10px;
    border-left: 8px solid #333;
}
.ui-datepicker .ui-corner-left .ui-state-disabled {
    border-right: 8px solid #a7a7a7;
}
.ui-datepicker .ui-corner-right .ui-state-disabled {
    border-left: 8px solid #a7a7a7;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    text-align: center;
    width: 100%;
}
.ui-datepicker .ui-datepicker-title select {
    margin: 1px 10px;
    padding: 5px;
    font-size: 14px;
    font-weight: 500;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
    color: #565656;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: 0.5em;
    text-decoration: none;
    color: #565656;
    border: 1px solid #e6e6e6;
    text-align: center;
}
.ui-datepicker td span {
    color: #d3d3d3;
    border: 1px solid #fff;
}
.ui-datepicker td a:hover {
    background: #e6e6e6;
}
#ui-datepicker-div table tr:hover,
#ui-datepicker-div table tr:hover td,
#ui-datepicker-div table tr:hover th {
    background: 0 0;
}
#ui-datepicker-div td span:hover {
    border: 1px solid #46143c;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    padding: 3px 6px;
    border-radius: 50%;
    top: -6px;
    right: -5px;
    cursor: pointer;
    width: auto;
    overflow: visible;
    background: #333;
    border: 0;
    color: #fff;
    font-size: 8px;
    position: absolute;
}
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
    display: none;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.no-results {
    font-size: 14px;
    margin-bottom: 3px;
    padding-left: 10px;
    border-top: 1px solid #0f204b;
    margin-top: 15px;
}
.stringMonth .selectric-items li:first-child {
    width: 95%;
    text-align: left;
    border: 0 !important;
    padding: 4px;
    line-height: 16px;
    color: #575757 !important;
}
.stringMonth .selectric-items li {
    width: 30%;
    float: left;
    margin: 7px 0 0 5px;
    text-align: center;
    border: 1px solid #e9e9e9;
    padding: 4px;
    line-height: 16px;
}
.stringMonth .selectric-items li.selected,
.stringMonth .selectric-items li:hover {
    background: 0 0;
    border: 1px solid #e5e5e5;
    color: #46143c;
}
.stringMonth .selectric-group-label {
    clear: none !important;
    display: block !important;
    border: none !important;
    text-align: left !important;
    width: 95% !important;
}
.stringMonth .selectric-open .selectric-items {
    padding-bottom: 7px;
}
.stringMonth.selectric-group {
    clear: both;
}
.month-loader {
    margin: 0 auto;
    width: 6%;
}
