/* @import url(common-style-revamp.css); */
/*Ezy code css*/
div#otpdiv.form_control_grp.agentOtpShow {
    display: block !important;
}
a.stickey_show {
    float: left;
    margin: 10px 0 0;
    padding-top: 0;
    position: absolute;
    display: none;
}
.chatBoatSectionNew {
    position: relative;
    z-index: 90;
}
#popupIframe {
    width: 100%;
    height: 100%;
    border: none;
}

.minimize-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    border: none;
    padding: 5px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #da2128;
}

.chatBoatNewUI {
    position: fixed;
    right: 31px;
    bottom: 30px;
    text-align: center;
}
.chatBoatNewUI button#chatButton {
    background: 0 0;
    border: none;
}
span.chatBoatNewUISmallText {
    display: block;
    text-align: center;
    font-weight: 700;
    background: #fff;
    border-radius: 4px;
    padding: 0 0 2px;
    width: 40px;
    margin: 0 0 0 7px;
    font-size: 11px;
}
.tacy-container:hover .chatBoatNewUIText {
    transform: translateX(0);
    opacity: 1
}
.tacy-container:not(:hover) .chatBoatNewUIText {
    transform: translateX(100%);
    opacity: 0;
}
.chatBoatNewUIText {
    position: absolute;
    top: 10%;
    right: 60px;
    background: #fff;
    color: #000;
    padding: 8px 12px;
    border-radius: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    white-space: nowrap;
    transform: translateX(100%);
    opacity: 0;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out;
}

.chatBoatNewUIText::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
#popupContainer {
    position: fixed;
    bottom: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    box-shadow: -3px 0 10px rgba(0, 0, 0, .3);
    z-index: 10000;
    transition: bottom .5s ease-in-out;
	
}
/*Ezy end*/

.bootstrap4_footer .tab-pane{max-height: 100%;}
@font-face {
    font-family: 'Poppins Regular';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'),url(/css/fonts/Poppins-Regular.woff) format('woff')
}

@font-face {
    font-family: 'Poppins Thin';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Thin'),url(/css/fonts/Poppins-Thin.woff) format('woff')
}

@font-face {
    font-family: 'Poppins ExtraLight';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins ExtraLight'),url(/css/fonts/Poppins-ExtraLight.woff) format('woff')
}

@font-face {
    font-family: 'Poppins Light';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Light'),url(/css/fonts/Poppins-Light.woff) format('woff')
}

@font-face {
    font-family: 'Poppins Medium';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Medium'),url(/css/fonts/Poppins-Medium.woff) format('woff')
}

@font-face {
    font-family: 'Poppins SemiBold';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins SemiBold'),url(/css/fonts/Poppins-SemiBold.woff) format('woff')
}

@font-face {
    font-family: 'Poppins Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Bold'),url(/css/fonts/Poppins-Bold.woff) format('woff')
}

@font-face {
    font-family: 'Poppins ExtraBold';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins ExtraBold'),url(/css/fonts/Poppins-ExtraBold.woff) format('woff')
}

@font-face {
    font-family: 'Poppins Black';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Black'),url(/css/fonts/Poppins-Black.woff) format('woff')
}
body{font-family: Poppins Regular, sans-serif !important;}
.login_reg_popup .modal-title {
    padding-left: 42px;
    margin-top: 4px;
    text-align: left!important;
}
.modal-open .modal.show, .modal-open .modal.in {
    opacity: 1;
}

#loginRegisterPopup .modal-dialog {
    width: 35.5%;
}
.end-date a, .end-date span {
    background: #0095da!important;
    color: #fff!important;
    position: relative;
}
.dropdown-menu.login_dropdown ul li,
.parsley-errors-list {
    list-style-type: none;
}
button:focus {
    outline: dotted 0px;
    outline: -webkit-focus-ring-color auto 0px;
}
.visible-xs, hidden-sm, hidden-md, hidden-lg {
    display: none;
}

#loader::before {
    animation: 3s linear infinite spin;
    bottom: 5px;
    left: 5px;
    right: 5px;
    top: 5px
}

#loader::after {
    animation: 1.5s linear infinite spin;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}


#loader-wrapper {
    left: 0;
    top: 0;
    transition: .4s ease-out;
    width: 100%;
}
#loader-wrapper, #loader-wrapper .loader-section {
    background: #fff;
    height: 100%;
    position: fixed;
    z-index: 1000;
}

#loader {
    animation: 2s linear infinite spin;
    display: block;
    height: 80px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: relative;
    top: 50%;
    width: 80px;
    z-index: 1001;
}
#loader, #loader::after, #loader::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eb1c23 transparent transparent;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
}

#loader-wrapper .loader-section.section-left {
    display: none;
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    display: none;
    right: 0;
}
#loader-wrapper .loader-section {
    top: 0;
    width: 51%;
}
#loader-wrapper, #loader-wrapper .loader-section {
    background: #fff;
    height: 100%;
    position: fixed;
    z-index: 1000;
}
.container {
    max-width: 1170px !important;
}
body {
    font-size: 14px;
    line-height: 1.42857143;
}
.hide{display: none!important;}



form.form-inline {
    width: 100%;
    display: block;
}
#map-canvas {
    height: 490px;
    width: 100%;
}
.login_reg_popup_close:hover,
.top-header .caret,
a.morelink_more_all_big,
a.morelink_more_all_big.less {
    color: #da2128;
}
#foreign-exchange .dropdown-menu:before {
    left: 50%;
}
#foreign-exchange .dropdown-menu:after {
    left: 49.9%;
}
#foreign-exchange .dropdown-menu ul li {
    border-bottom: 1px solid #cdcdcd;
}
.navbar-default .navbar-nav > li > a {
    width: auto;
    margin-right: 2px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.aposition,
.mega-dropdown-menu ul li a span,
.ui-autocomplete,
.ui-menu .ui-menu,
.want_us_cal_icon {
    position: absolute;
}
.mega-dropdown {
    position: static !important;
    width: auto;
    min-height: 44px;
}
.mega-dropdown-menu:after,
.mega-dropdown-menu:before {
    content: "";
    position: absolute;
}
.dropdown-menu {
    background: #fff;
}
.mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    top: 97% !important;
}
a.call-header.gstcontact.hidden-xs img {
    margin-right: 5px;
    margin-top: -4px;
}
.mega-dropdown-menu:before {
    border-bottom: 8px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -8px;
    z-index: 10;
}
#myCarousel h4 {
    font-size: 14px;
    color: #eb1c23 !important;
    text-transform: uppercase;
    margin-top: 30px;
}
.mega-dropdown-menu:after {
    border-bottom: 10px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    top: -10px;
    z-index: 8;
}
li#short_break_desk_menu ul.dropdown-menu.mega-dropdown-menu.row,
li.mega-dropdown#foreign-exchange ul.dropdown-menu.mega-dropdown-menu.row {
    width: 241px;
    left: 50%;
}
.dropdown.gstpageDesign {
    border-bottom: 1px solid #999;
    min-height: 28px;
}
a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"],centercontainer div#inner-box,div#headercontainer div#inner-box
{
    display: none !important;
}
.slider_data_count_sotc {
    width: 170px;
    padding-left: 60px;
    position: relative;
}
.slider_data_count_sotc a.arrow_bg {
    float: left;
    padding: 0 10px;
    color: #ed1c24;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    right: -20px;
    background: 0 0;
}
.international_menu_sotc,
.more_sotc_img_header,
.onthego_sotc_img_header {
    float: left;
    margin: 1px 10px 0 0;
}
.slider_data_count_sotc a.arrow_bg:hover {
    color: #eb1c23;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    padding: 0 10px;
}
.slider_data_count_sotc div#counter {
    float: left;
    padding: 0 5px;
    border: 1px solid #cdcdcd;
    position: absolute;
    margin: 0 0 0 25px;
    display: none;
}
#india-holidays .mega-dropdown-menu:before {
    left: 31%;
}
#india-holidays .mega-dropdown-menu:after {
    left: 30.8%;
}
#international-holidays .mega-dropdown-menu:before {
    left: 42%;
}
#international-holidays .mega-dropdown-menu:after {
    left: 41.8%;
}
#extra-panel .mega-dropdown-menu:before,
#offers .mega-dropdown-menu:before {
    right: 43%;
}
#extra-panel .mega-dropdown-menu:after,
#offers .mega-dropdown-menu:after {
    right: 42%;
}
.mega-dropdown-menu > li > ul,
.pm0 {
    padding: 0;
    margin: 0;
}
.mega-dropdown-menu > div > li > ul > li {
    list-style: none;
    padding-left: 10px;
    padding-bottom: 0;
    border-bottom: 0 solid #ccc;
    margin-bottom: 6px;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    white-space: normal;
}
.dropdown.mega-dropdown a.dropdown-toggle,
.dropdown.mega-dropdown a.dropdown-toggle:active,
.dropdown.mega-dropdown a.dropdown-toggle:focus,
.dropdown.mega-dropdown a.dropdown-toggle:hover,
.dropdown.mega-dropdown a.dropdown-toggle:visited,
.mega-dropdown a,
.mega-dropdown a:active,
.mega-dropdown a:focus,
.mega-dropdown a:hover {
    background: 0 0 !important;
}
.mega-dropdown-menu > li ul > li > a:focus,
.mega-dropdown-menu > li ul > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}
.mega-dropdown-menu .dropdown-header {
    color: #000;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 10px 0;
}
#extra-panel .mega-dropdown-menu > div > li > ul > li,
#offers .mega-dropdown-menu > div > li > ul > li,
#on-the-go .mega-dropdown-menu > div > li > ul > li,
.new_bootstrap_header #short_break_desk_menu ul.dropdown-menu ul li {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 3px;
}
li.dropdown-header:before {
    content: " " !important;
}
.mega-dropdown-menu .dropdown-header a,
.new_bootstrap_header .dropdown-menu .dropdown-header a {
    color: #eb1c23 !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 10px 0;
}
.sotc_single_submenu li:before,
.sotc_submenu_area li:before {
    font-size: 10px;
    display: inline-block;
}
#myCarousel .col-xs-7 a:hover,
*,
.common_padding_zero,
.dropdown-header,
.firstdiv > div.pull-right,
.footer_social_media_icons_data,
.login_reg_body,
.logout_holder ul li,
.main_menu_div,
.user_activities {
    padding: 0;
}
.mega-dropdown-menu li a,
.text-capitalize {
    text-transform: capitalize;
}
.closed,
.gm-style-cc,
.gmnoprint a,
.gmnoprint span,
.hide,
.mega-dropdown-menu .dropdown-header a:before,
.navbar-header.mobile_view_data_show_sotc,
.new_bootstrap_header .dropdown-toggle::after,
.new_bootstrap_header ul.nav.flex-column li.dropdown-header:before,
.onscroll .click-call,
.onscroll .close_outer,
.ui-helper-hidden,
ul.sub_menu_li {
    display: none;
}
.mega-dropdown-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
#myCarousel .col-xs-5 li {
    padding: 3px 0;
}
.mega-dropdown-menu li a:hover,
ul.dropdown-menu.dropdown-menu-left.sotc_mega_menu a:hover {
    color: #eb1c23;
    padding-left: 5px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.mega-dropdown-menu li .carousel.slide.sotc_common_slider_header a:hover,
.new_bootstrap_header ul.nav.flex-column .nav-link.active:hover {
    padding-left: 0 !important;
}
#myCarousel_india li,
#myCarousel_international li {
    margin-bottom: 7px;
    list-style: none;
}
.mega-dropdown-menu form {
    margin: 3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
.full_sotcwidth {
    clear: both;
    display: block;
    margin-bottom: 10px;
}
.plus-sign {
    font-size: 18px;
}
#myCarousel_india img,
#myCarousel_international img {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.9);
}
#myCarousel_india p,
#myCarousel_international p,
.new_bootstrap_header #myCarousel_india p,
.new_bootstrap_header #myCarousel_international p {
    color: #333;
    font-size: 13px;
    text-align: left;
    margin-top: 10px;
}
span.underline {
    border-bottom: 3px solid #eb1c23;
    width: 50px;
    display: block;
}
.mega-dropdown ul li ul li:before,
.new_bootstrap_header .dropdown-menu li.nav-item:before {
    content: "\e939";
    font-family: ThomasCook !important;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: 11px;
    vertical-align: inherit;
    color: #eb1c23;
    font-weight: 700;
}
.breadcrumb_links ul {
    margin: 10px 0 7px !important;
    overflow: hidden;
}
.breadcrumb_links ul li {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 20px;
}
.breadcrumb_links ul li a,
.breadcrumb_prev_links {
    font-size: 14px !important;
}
.breadcrumb_links ul li a {
    color: #666;
}
.breadcrumb_links ul li:not(:last-child) a.breadcrumb_prev_links:after {
    content: ">";
    padding: 0 5px;
    font-size: 20px;
    position: absolute;
    line-height: 20px;
}
.click-call {
    width: 750px;
    background: #333;
    margin: 0 auto;
    padding: 10px 0;
    float: none;
    position: relative;
    clear: both;
    min-height: 57px;
}
.inner-msg {
    background: #000;
    height: 100%;
    width: 750px;
    top: 0;
    position: absolute;
    transition: opacity 0.5s;
    padding: 15px;
    display: none;
}
.error,
.red {
    color: red;
    font-weight: 400;
    font-size: 12px;
}
.click-plus {
    background: url(/images/clicktocall_close.png) center no-repeat;
    text-align: center;
    height: 30px;
    cursor: pointer;
}
.click-plus .tc-plus {
    font-size: 25px;
}
.click-call .tc-confused {
    font-size: 30px;
    vertical-align: middle;
}
.click-bott,
.click-plus {
    position: fixed;
    right: 0;
    margin: 0 auto;
    display: none;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.footer_fb:hover span,
.footer_gplus:hover span,
.footer_instagram:hover span,
.footer_linkedin:hover span,
.footer_pinterest:hover span,
.footer_youtube:hover span,
.nav.navbar-nav.navbar-left li:hover .caret,
.text-white {
    color: #fff;
}
.click-call .col-md-7.col-sm-7.col-xs-12.text-white.call-text {
    height: 34px;
    display: inline-flex;
    line-height: 34px;
}
.click-call .save_btn {
    height: 30px;
    border-radius: 0 3px 3px 0;
    margin: 0 !important;
}
.click-call .error {
    float: left;
    padding-left: 23px;
}
.crm_success_hide .save_btn {
    color: #fff;
    background-color: #da2128;
    border: 0;
    font-size: 15px;
    width: 28%;
    padding: 0 !important;
    margin-left: -4px !important;
}
#showCookeiPolicy,
#showCookeiPolicy .container,
.onscroll,
.posrel,
.rposition,
.start-date a,
.start-date span {
    position: relative;
}
#forgotPassword .modal-body > div > p:first-child,
.click-call .form-group,
.feed-backPop .form-group.btndivs {
    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 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.all_clickbott_data {
    position: relative;
    width: 700px;
    margin: 0 auto;
}
span.click_To_call_text_common {
    min-width: 175px;
}
.click_radio_area_inner {
    float: left;
    color: #fff;
    margin-right: 15px;
}
.click-call input {
    border-radius: 3px 0 0 3px;
}
.close_outer {
    background: #000;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    right: -8px;
    margin-top: -25px;
}
.pci-dss,
.pci-dss:hover {
    width: 110px !important;
    height: 50px;
    cursor: pointer;
}
.close-bttn {
    color: #fff;
    position: absolute;
    right: 4px;
    top: -1px;
    font-size: 13px;
    cursor: pointer;
}
.pci-dss {
    background: url(/images/pci-dss-sprite.png) 20px 5px no-repeat;
}
.pci-dss:hover {
    background: url(/images/pci-dss-sprite.png) -71px 5px no-repeat;
}
.tc_login_otp_three {
    width: 95px;
    float: left;
    position: relative;
}
.tc_login_otp_details {
    padding: 0 5px 10px;
    color: #000;
    overflow: hidden;
}
.tc_login_otp_three.tc_login_otp_details_otp {
    width: 60px;
}
.resend_otp {
    margin-top: 5px;
    display: block;
}
.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: 2s linear infinite shift;
}
.thomas_loader div:first-of-type {
    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 {
    margin: 0 auto;
}
@keyframes ball-clip-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.sotc_loginwidth {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 10px;
}
* {
    margin: 0;
}
body {
    
    font-size: 14px;
    color: #000;
    padding-right: 0 !important;
}
input {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.navbar-nav a {
    text-transform: uppercase;
}
.reachus {
    background: url(../images/images.png) 0 1px no-repeat;
    padding: 0 10px;
}
@-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;
    }
}
.subPoints {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.videoo-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.videoo-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.loading {
    background-color: #da2128;
    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;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    -moz-animation: 3s linear infinite animate-stripes;
    -webkit-animation: 3s linear infinite animate-stripes;
    -o-animation: 3s linear infinite animate-stripes;
    -ms-animation: animate-stripes 3s infinite linear;
    animation: 3s linear infinite animate-stripes;
    cursor: default;
    box-shadow: none;
}
.equipment_type_details {
    padding-left: 46px;
}
ul.dropdown-menu.dropdown-menu-left.sotc_mega_menu {
    max-width: 850px;
    width: 645px;
    padding: 10px 20px;
    border: 1px solid #eb1c23;
    left: 0 !important;
    margin-top: 15px;
}
ul.dropdown-menu.dropdown-menu-left.sotc_mega_menu.sotc_india_holidays_main_menu {
    max-width: 700px;
    width: 615px;
}
.sotc_sub_li_menu_india,
.sotc_sub_li_menu_international {
    width: 175px;
    float: left;
}
ul.dropdown-menu.dropdown-menu-left.sotc_mega_menu a {
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
}
.mega_menu_header_titles {
    padding: 0 0 5px;
    text-transform: capitalize;
    font-size: 15px;
    color: #eb1c23;
}
.follow_us_footer_text,
footer ul li a {
    text-transform: uppercase;
    cursor: default;
}
.mega_menu_header_titles a {
    color: #eb1c23 !important;
    font-size: 13px !important;
}
.mega_menu_header_titles a:hover {
    color: #cc0001 !important;
    padding-left: 0 !important;
}
.first_part_submenu.sotc_submenu_area {
    width: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
}
.sotc_sub_li_menu_international:last-child {
    width: 200px;
}
.second_part_submenu.sotc_submenu_area,
.third_part_submenu.sotc_submenu_area {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
}
.sotc_submenu_area li {
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.third_part_submenu.sotc_submenu_area {
    overflow: hidden;
    padding-left: 40px;
}
.sotc_single_submenu li:before,
.sotc_submenu_area li:before {
    content: "\e939";
    font-family: ThomasCook !important;
    margin-left: -1.3em;
    width: 1.3em;
}
.sotc_submenu_area li:hover .sotc_submenu_area a:hover {
    padding-left: 5px;
    -webkit-transition: 0.3s ease-in;
    color: #eb1c23;
}
.sotc_single_submenu {
    margin-top: 16px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding: 10px 5px !important;
    min-width: 165px !important;
}
.sotc_single_submenu li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    min-width: 195px;
    display: inline-flex;
}
.sotc_single_submenu li:last-child {
    border-bottom: 0 solid #ccc;
}
.dropdown-menu.sotc_single_submenu > li > a:focus,
.dropdown-menu.sotc_single_submenu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: transparent;
}
.dropdown-menu.sotc_single_submenu > li > a {
    text-transform: capitalize;
    font-size: 12px;
}
.new_bootstrap_header .sotc_common_slider_header p.hidden-xs,
.sotc_common_slider_header p.hidden-xs {
    max-height: 55px !important;
    min-height: 55px !important;
    overflow: hidden;
    padding-right: 15px;
}
.sotc_common_slider_header {
    min-height: 260px;
}
.dropdown-menu.sotc_single_submenu > li > a:hover {
    color: #eb1c23;
}
.sotc_single_submenu a:hover {
    color: #eb1c23;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.sotc_single_submenu > li > a:focus,
.sotc_single_submenu > li > a:hover {
    text-decoration: none;
    color: #000;
    background-color: none;
}
.sotc_single_submenu li:before {
    margin-top: 7px;
}
ul.dropdown-menu.dropdown-menu-left.sotc_single_submenu {
    font-size: 13px;
    padding: 5px !important;
}
@media (min-width: 320px) and (max-width: 992px) {
    body.new_page_sot {
        height: auto;
    }
	.visible-xs, hidden-sm, hidden-md, hidden-lg {
    display: block-inline;
}
    #bs-navbar.navbar-collapse {
        margin-top: 6px;
    }
    ul.dropdown-menu.dropdown-menu-left.sotc_mega_menu {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        border: 0 solid #0094da;
        left: 0 !important;
        margin-top: 0;
    }
    .sotc_mega_menu {
        font-size: 12px;
    }
    .first_part_submenu.sotc_submenu_area,
    .second_part_submenu.sotc_submenu_area {
        width: 100%;
        margin-bottom: -10px;
    }
    .sotc_submenu_area li {
        padding-left: 10px;
        margin-bottom: 10px;
        border-bottom: 0 solid #666;
        padding-bottom: 5px;
    }
    .mega_menu_header_titles {
        margin-top: 10px;
    }
    .sotc_submenu_area li:before {
        color: #fff;
    }
    ul.dropdown-menu.dropdown-menu-left.sotc_mega_menu a {
        color: #fff;
        font-size: 12px;
    }
    .sotc_single_submenu {
        margin-top: 0 !important;
        padding: 0 5px !important;
        min-width: 100% !important;
    }
    .sotc_single_submenu li:before {
        color: #fff;
        margin-top: 12px;
    }
    .dropdown-menu.sotc_single_submenu > li > a {
        text-transform: capitalize;
        font-size: 12px;
        color: #fff;
        padding: 9px 0 0 5px;
        line-height: 20px;
    }
    .sotc_single_submenu li {
        margin-bottom: 3px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 0;
        min-width: 100%;
        display: inline-flex !important;
    }
    .sotc_sub_li_menu_india {
        width: 100%;
    }
}
@media (max-width: 1200px) and (min-width: 993px) {
    ul.dropdown-menu.dropdown-menu-left.sotc_mega_menu {
        margin-top: 8px !important;
        margin-left: -165px;
    }
    ul.dropdown-menu.dropdown-menu-left.sotc_mega_menu.sotc_india_holidays_main_menu {
        margin-left: 0;
    }
    ul.dropdown-menu.dropdown-menu-left.sotc_single_submenu {
        padding: 5px !important;
    }
}
.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;
}
.close span {
    font-weight: 300;
    font-size: 25px;
    padding-top: 4px;
    display: inline-block;
}
.feedback-img {
    width: 60px;
    height: 52px;
    background: url(../images/enquire.png) center center no-repeat !important;
}
.livechat_button a {
    background: url(../images/chat1.png) center center no-repeat;
    display: block;
    width: 60px;
    height: 52px;
    text-indent: -9999px;
}
.top-header a.gst_link {
    background-color: transparent;
    color: #000;
}
.feed-back .remove {
    top: -5px;
    left: -5px;
    position: absolute;
}
.feed-back .btn-primary {
    width: auto;
    padding: 5px 27px;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 300;
    background-color: #da2128;
    border: 0;
}
.feed-back .btn-primary:active:focus,
.feed-back .btn-primary:active:hover {
    background-color: #da2128;
    border-color: #da2128;
}
.feed-back {
    display: block;
    position: fixed;
    bottom: 66px;
    right: 15px;
    z-index: 999;
}
.feedcal-Icon {
    position: absolute;
    top: 9px;
    left: 7px;
    cursor: pointer;
}
#feedTravelDate {
    padding-left: 32px;
}
.selectric .button {
    background: 0 0;
}
.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 .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-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: #da2128;
    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 {
    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;
}
.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;
}
#LoginLogoutToggel {
    width: 42px;
    display: inline-block;
    text-overflow: ellipsis;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
}
.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 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;
}
.hduser-icon {
    margin-right: 3px;
}
.flights .nav > li.flight-menu > a,
.holidays .nav > li.holiday-menu > a {
    text-decoration: none;
    background-color: #da2128;
    color: #fff !important;
}
.dropdown-menu > li > a {
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
}
.holiday a,
.holiday span {
    background: #ffead5 !important;
    color: #333 !important;
    border: 1px solid #facb9d;
}
a:hover {
    text-decoration: none;
}
#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;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 10px;
    font-weight: 400;
    background: #ffead5;
    top: 2px;
    position: relative;
}
.navbar-brand > img {
    width: 120px;
}
.top-header {
    background: #333;
    margin: 0;
}
.top-header [class^="tc-"] {
    font-size: 16px;
    top: 1px;
    position: relative;
    margin-right: 2px;
    color: #da2128;
}
.navbar-nav {
    display: inline-block;
    margin-top: 16px;
}
.divider_line {
    float: left;
    margin: 1px 5px;
}
.gstcontact .tc-map {
    margin-right: -3px;
    margin-left: 2px;
}
.navbar-nav .open .caret-up {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
}
.gstLayoutlogin {
    display: block;
    margin-top: 14px;
    color: #000;
}
.navbar-nav > li > a {
    margin-right: 2px;
    font-size: 12px;
    color: #fff !important;
    font-weight: 500;
    padding: 5px 10px;
}
footer .row > ul,
footer .row_footer > ul {
    padding: 0;
    margin: 0 15px;
    list-style: none;
}
.navbar-toggle {
    border: 1px solid #0094da;
    margin-top: 28px;
}
.navbar-toggle .icon-bar {
    background: #da2128;
}
.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.footer_row_2,
.login_reg_popup .modal-header,
.questionTool .badge:hover + p,
.row_footer ul.sub_menu_li {
    display: block;
}
.home-icon {
    font-size: 17px;
}
.navbar-brand {
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0 0 -3px;
    margin-left: 0 !important;
}
.stickyfooter footer {
    position: absolute;
    bottom: 0;
}
footer {
    margin: 3px 0 0;
    float: left;
    width: 100%;
    border-top: 2px solid #333;
    border-bottom: 1px solid #333;
}
.contact_details_footer,
.main_menu_div .tab-pane.active .row_footer,
.main_menu_div ul.nav {
    border-bottom: 1px solid #757575;
}
.contact_details_footer,
.follow_us_li li {
    padding-bottom: 10px;
}
.footer_row_1 {
    background: #515151;
    padding: 20px 30px 10px;
}
.footer_row_1,
.footer_row_2 {
    z-index: 5;
}
.main_menu_div .nav > li:first-child {
    border-left: none;
    min-width: 110px;
}
.main_menu_div .nav > li.active > a,
.main_menu_div .nav > li:hover a,
.main_menu_div .nav > li:hover > a:hover,
.main_menu_div .nav > li > a:focus,
.main_menu_div .nav > li > a:hover {
    color: #fff !important;
    border: none !important;
    outline: 0 !important;
    background-color: transparent !important;
    cursor: default;
}
.main_menu_div .nav > li a span {
    font-size: 24px;
    line-height: 0;
    position: absolute;
    padding-top: 10px;
    right: 7px;
}
.main_menu_div .row_footer {
    float: left;
    width: 100%;
    border-top: 0px solid #757575;
    padding-bottom: 12px;
}
footer .row_footer > ul {
    position: relative;
}
.footer_content_titles,
.sub_menu_li {
    margin-top: 10px;
    display: block;
}
.award1,
.award2,
.award3,
.award4,
.award5,
.commonAlrt_btn .alrt_btn,
.holiday-form > div,
.iata,
.mastercard,
.paypal,
.pci_dss,
.pin,
.trip_adv,
.verisign_sec,
.visa,
footer ul li,
p.error-info span:last-child {
    display: inline-block;
}
.sub_menu_li li {
    line-height: 12px;
    margin-bottom: 8px;
}
footer .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    border: 0 solid #ddd;
}
.main_menu_div ul.nav.nav-tabs.nav-justified li {
    border-right: 1px solid #757575;
}
.main_menu_div ul.nav.nav-tabs.nav-justified li:last-child {
    border-right: 0 solid #757575;
}
.sub_menu_li_social {
    position: relative;
    top: 0;
}
.follow_us_footer_text {
    font-size: 14px;
    font-weight: 300;
    padding: 12px 15px 0 0;
    color: #fff;
}
.follow_us_li li {
    width: auto !important;
}
.footer_fb span,
.footer_gplus span,
.footer_instagram span,
.footer_linkedin span,
.footer_pinterest span,
.footer_youtube span {
    font-size: 20px;
    line-height: 37px;
}
.tc-pinterest:before {
    content: "\ead1";
}
.tc-instagram:before {
    content: "\e9c1";
}
.footer_awarded_area {
    text-align: center;
    margin: 0 100px;
    clear: both;
}
.footer_icons > li:first-child,
.footer_share_icons_area_first {
    border-left: 1px solid #ccc;
}
.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;
}
.sprite_common_image_all._images_foooter_icons1.footer_pci_sprite {
    background-position: -441px -90px;
    width: 70px;
    margin: 0 auto;
}
.sprite_common_image_all {
    background: url(/images/footer-sprite.png);
    height: 45px;
    text-align: center;
}
.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_2_sprite {
    background-position: -70px 0;
    width: 150px;
    margin: 0 auto;
}
.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_4_sprite {
    background-position: -270px -5px;
    width: 245px;
    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_pci_sprite:hover {
    background-position: -122px -88px;
}
.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:hover {
    background-position: -70px -42px;
}
.sprite_common_image_all._images_foooter_icons1.footer_4_sprite:hover {
    background-position: -270px 95px;
}
.gst_mtop,
.main_menu_div.no-padding .tab-content li.text-center.no-padding {
    margin-top: 0;
}
footer ul li {
    list-style: none;
    vertical-align: top;
}
footer .row > ul > li:last-child a {
    cursor: pointer;
    left: 48%;
    font-size: 0;
    position: absolute;
    bottom: -20px;
    height: 45px;
    width: 50px;
    background: url(/images/sotc_home_page/homepage_sprite.png) -97px -1111px;
}
.expand_footer_rotate .row > ul > li:last-child a {
    transform: rotate(180deg);
}
li.col-lg-2.col-md-2.col-sm-2.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.call_center_number span.tc-tollno {
    float: left;
    margin-right: 0;
    color: red;
    margin-top: 5px;
    font-size: 25px;
    font-weight: 300;
}
.call_center_number {
    margin-top: 5px;
}
.contact_details_footer_data_details {
    border-right: 1px solid #757575;
    margin-right: 25px;
    color: #e7e7e7;
    font-size: 17px;
    font-weight: 300;
    position: relative;
	width: 355px !important;
}
footer .contact_details_footer_data_details input[type="text"] {
    border: 1px solid #9a9a9a;
    padding: 9px 10px;
    float: left;
    font-size: 13px !important;
    width: 98%;
    background: #f8f8f8;
    border-radius: 20px;
    color: #333 !important;
}
footer .contact_details_footer_data_details .newsbutton {
    border: 1px solid #9a9a9a;
    text-align: center;
    font-size: 14px;
    padding: 3px 25px !important;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    background-color: red;
    border-radius: 20px;
    width: auto;
    float: right;
    margin-top: -31px;
    margin-right: 15px;
}
.call_center_number span:nth-child(2) {
    color: #999;
    font-size: 14px;
}
.contact_details_footer_data.contact_details_footer_data_num {
    border-right: 0;
}
.col-lg-12.col-md-12.col-sm-12.main_menu_div.expand_footer {
    border-bottom: 1px solid #757575;
    padding-bottom: 10px;
}
.footer_deta_sotc {
    float: left;
    color: #ccc;
    font-size: 16px;
    padding-right: 0;
    font-weight: 300;
    border-right: 1px solid #999;
}
.footer_deta_sotc a:focus,
.footer_deta_sotc a:hover {
    color: #fff;
    text-decoration: none;
}
.footer_text_sotc {
    color: #ccc;
    font-size: 14px;
    padding-right: 40px;
    font-weight: 300;
    padding-bottom: 5px;
}
.footer_deta_sotc.mob_footer_sotc {
    padding-left: 30px;
    border-right: 0;
}
.footer_deta_sotc.mob_footer_sotc span {
    line-height: 1 !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #ccc !important;
}
.sub_menu_li li {
    padding-top: 0;
    width: 100%;
}
.sub_menu_li li a {
    font-size: 11px;
    color: #999 !important;
    font-weight: 500;
    text-transform: capitalize;
    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 > ul > li > a:hover,
footer ul li a {
    color: #e7e7e7 !important;
}
footer ul li a {
    font-size: 14px;
    font-weight: 300;
}
.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 {
    width: 42px;
    height: 27px;
}
.mastercard {
    background-position: -73px -47px;
}
.iata {
    background-position: -286px -8px;
}
.award1,
.award2 {
    width: 43px;
}
.award1 {
    background-position: -124px -47px;
    height: 35px;
}
.award2 {
    background-position: -182px -48px;
    height: 34px;
}
.award3 {
    background-position: -235px -48px;
    width: 59px;
    height: 35px;
}
.award4,
.award5 {
    height: 34px;
}
.award4 {
    background-position: -352px -48px;
    width: 24px;
}
.award5 {
    background-position: -307px -49px;
    width: 27px;
}
.pci_dss {
    background-position: -198px -9px;
    width: 66px;
    height: 26px;
}
.trip_adv {
    background-position: -86px -11px;
    width: 96px;
    height: 22px;
}
.footer_icons,
.ui-datepicker .ui-datepicker-title,
.user_activities > ul {
    margin: 0;
}
.footer_copyright {
    border-top: 1px solid #ccc;
}
.newsbutton,
footer input[type="text"] {
    border: 1px solid #9a9a9a;
    float: left;
}
.footer_icons > li {
    padding: 15px 30px;
    text-align: center;
    border-right: 1px solid #ccc;
    height: 80px;
}
.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 span:last-child {
    left: 0 !important;
    top: -1px !important;
    color: #999;
    font-size: 12px;
    position: relative;
}
footer input[type="text"] {
    background: 0 0;
    padding: 6px 10px;
    font-size: 14px;
    width: 230px;
}
.newsbutton {
    background: #3f3f3f;
    border-left: 0;
    text-align: center;
    padding: 5px 0 !important;
    width: 75px;
}
.pd10,
.pin {
    padding: 10px;
}
.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;
    float: left;
}
.new_bootstrap_header .dropdown-menu .row,
.typeahead,
.upcoming-events,
.w100 {
    width: 100%;
}
.pin .glyphicon,
.ui-datepicker-title {
    font-size: 16px;
}
.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: #0094da;
    color: #fff;
    border-radius: 0;
}
.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;
}
.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;
}
.tabs-left > .nav-tabs > li > a > div {
    width: 300px;
}
.tabs-left > .nav-tabs {
    float: left;
    background: #ebe9ea;
    width: 470px;
}
.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 .tab-content {
    width: 470px;
}
.fleft {
    float: left !important;
}
.fright {
    float: right !important;
}
textarea {
    resize: none;
}
.mleft10 {
    margin-left: 10px;
}
.mright10 {
    margin-right: 10px;
}
.mtop10 {
    margin-top: 10px;
}
.mtop20 {
    margin-top: 20px;
}
.mtop30 {
    margin-top: 40px;
}
#forgotPassword .modal-body > div > p + p,
.mbottom20 {
    margin-bottom: 20px;
}
.mtop7- {
    margin-top: -7px;
}
.mtop-30 {
    margin-top: -30px;
}
.bnone {
    border: none;
}
.pleft25 {
    padding-left: 25px;
}
.ptop25 {
    padding-top: 25px;
}
.new_bootstrap_header .nav > li > a,
.new_bootstrap_header header .nav > li,
.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;
}
.red {
    color: #f90f0f;
}
p.error-info {
    font-size: 12px;
    color: red;
    padding: 6px 0 5px 10px;
}
p.error-info .glyphicon-exclamation-sign:before,
p.error-info:before {
    content: "!";
    font-weight: 700;
    color: #fff;
}
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 {
    position: absolute;
    left: 8px;
    top: 1px;
}
p.error-info:before {
    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 {
    vertical-align: top;
    width: 90%;
}
input[type="submit"] {
    background-color: #0094da;
    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;
}
.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: #da2128 !important;
    color: #fff !important;
}
.feed-back-error,
.parsley-error {
    color: #b94a48;
    background: #f2dede !important;
    border: 1px solid red !important;
}
.selectric.parsley-error .label {
    color: #b94a48;
}
.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 1;
    color: red;
    transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
}
.continueBtn {
    background-color: #da2128;
    border-radius: 3px !important;
    border: 0 !important;
    padding: 5px 10px !important;
    font-size: 20px;
    color: #fff;
}
@font-face {
    font-family: WebRupee;
    src: url(/css/fonts/WebRupee.V2.0.eot);
    src: url(/css/fonts/WebRupee.V2.0.eot?#iefix) format("embedded-opentype");
    src: local("WebRupee"), url(/css/fonts/WebRupee.V2.0.ttf) format("truetype"), url(/css/fonts/WebRupee.V2.0.woff) format("woff"), url(/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;
    line-height: 0.5em;
    color: #333 !important;
}
.redio-bottom {
    background: url(../images/flight/sprite-homepage.png) -166px -3px no-repeat;
    margin-right: 26px;
}
.redio-bottom.selected {
    background: url(../images/flight/sprite-homepage.png) -166px -26px no-repeat;
}
.typeahead {
    overflow-x: hidden;
    overflow-y: auto;
    margin: -1px 0 0;
    border-radius: 0;
    border: 1px solid #da2128;
    padding: 0;
    color: #575757;
    border-top: none;
    max-height: 172px;
}
.typeahead ul li {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.typeahead li a {
    padding: 8px 10px;
    white-space: normal;
    text-decoration: none;
}
.typeahead > .active > a,
.typeahead > .active > a:focus,
.typeahead > .active > a:hover {
    background: #f2dbdc;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    color: #575757;
    padding: 10px;
}
.mbottom10 {
    margin-bottom: 10px;
}
.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 {
    position: relative;
}
.ui-datepicker-month,
.ui-datepicker-today .ui-state-default {
    font-weight: 700;
}
.field-error {
    display: block;
    color: #ff6e66;
    padding: 3px 0 2px;
    font-size: 11px;
}
.footer_social_media_icons,
.stringMonth.selectric-group,
.ui-helper-clearfix:after {
    clear: both;
}
.footer_social_media_icons_data ul.sub_menu_li.follow_us_li {
    display: block !important;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 0;
}
.contact_details_footer .field-error {
    position: absolute;
    top: 38px;
}
.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_gplus:hover {
    background: #eb5e4c;
    border-color: #eb5e4c;
}
.flight-search .field-error {
    color: #ff6f68;
    font-weight: 500;
}
.col-lg-12.col-md-12.col-sm-12.main_menu_div.hidden-xs.expand_footer {
    padding-bottom: 10px;
    border-bottom: 1px solid #757575;
}
.error-info .glyphicon-exclamation-sign .cancel {
    font-size: 16px;
    color: #0094da;
    text-decoration: underline;
    background: 0 0;
    border: 0;
    margin-left: 10px;
    cursor: pointer;
}
.top-header .gstcontact:hover,
.top-header .gstcontact:hover .caret,
.top-header .gstpageDesign #loginRegisterDropdown:hover {
    color: #000;
    background: 0 0 !important;
}
.breadcrumb {
    font-size: 11px;
    padding: 0;
    background: 0 0;
    color: #666;
    margin-bottom: 0;
}
.breadcrumb a {
    color: #999;
}
.top-header .gstcontact:hover [class^="tc-"],
.top-header .gstpageDesign #loginRegisterDropdown:hover .caret,
.top-header .gstpageDesign #loginRegisterDropdown:hover [class^="tc-"] {
    color: #da2128;
    background: 0 0 !important;
}
.top-header a:hover,
.top-header a:hover .caret,
.top-header a:hover [class^="tc-"] {
    background-color: #eb1c23;
    color: #fff;
}
.top-header a {
    float: left;
    text-decoration: none;
    color: #fff !important;
}
.navbar {
    background: #333;
    border-bottom: 2px solid #4d4d4f !important;
    border-top: 0 !important;
    border: 0;
}
.nav.navbar-nav.navbar-left .caret {
    color: #f33;
}
.compareTitle {
    font-size: 24px;
    color: #da1228;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
}
.want_us_cal_icon {
    right: 6px;
    cursor: pointer;
    color: #da2128;
    font-size: 22px;
    top: 6px;
}
.commonAlrt_btn .alrt_btn {
    background: red;
    border: none;
    padding: 5px 15px;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
}
.commonAlrt_btn .modal-title {
    color: #333;
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
    font-weight: 500;
}
@media (max-width: 991px) {
    .dropdown-menu > li > a,
    .dropdown.open .dropdown-menu > li > a {
        padding: 10px 0 10px 58px;
    }
    .cms-cls {
        min-height: 250px;
    }
    nav .dropdown-menu > li > a {
        white-space: normal;
    }
    .navbar-header .navbar-toggle {
        float: left;
        border: 0;
        margin: 0;
        padding: 18px 15px 16px;
        border-right: 1px solid #da2128;
        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: 4px 0 4px 15px;
        margin-left: 0;
    }
    #top.navbar {
        box-shadow: none;
        position: relative;
        border-bottom: 1px solid #da2128 !important;
        border-top: 1px solid #f37e80 !important;
    }
    #bs-navbar {
        position: absolute;
        top: 54px;
        width: 300px;
        left: -300px;
        background-color: #454545;
        -webkit-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        transition: 0.25s ease-out;
        min-height: 500px;
    }
    #bs-navbar.active {
        left: 0;
        -webkit-transition: 0.25s ease-out;
        -o-transition: 0.25s ease-out;
        -moz-transition: 0.25s ease-out;
        transition: 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;
    }
    .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 {
        border-bottom: 1px solid #666;
        box-shadow: inset 0 -1px 0 0 #333;
        clear: both;
        position: relative;
        display: block;
        width: 100%;
    }
    #bs-navbar .navbar-nav {
        margin-top: 0;
        width: 100%;
        overflow: hidden;
    }
    #bs-navbar .glyphicon {
        position: absolute;
        right: 20px;
        top: 15px;
    }
    .dropdown-menu > li > a {
        line-height: 20px;
        color: #fff;
    }
    .navbar-nav .dropdown .dropdown-menu,
    .navbar-nav .dropdown-menu {
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
        float: none;
        border-bottom: 0;
    }
    .dropdown-menu > li > a:focus,
    .dropdown-menu > li > a:hover {
        background-color: #da2128;
        color: #fff;
    }
    #bs-navbar .navbar-right {
        float: none;
        margin-right: 0;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav .dropdown-menu {
        position: static;
        box-shadow: none;
        border: 0;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .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);
    }
}
@media (min-width: 1200px) {
    .top-header .dropdown a.call-header {
        pointer-events: none;
    }
    .cms-cls {
        min-height: 450px;
    }
    .iWantholiday {
        margin-top: 4px !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 991px) {
    .navbar-header,
    .reach_us {
        position: relative;
    }
    .top-header .gstpageDesign {
        position: relative;
        z-index: 9999;
        padding: 5px 12px 5px 0;
    }
    .navbar-header {
        float: left;
        padding: 0 0 0 8%;
        z-index: 1;
    }
    .dropdown.gstpageDesign {
        margin-left: 7%;
        margin-right: 7%;
    }
    .gstcontact {
        margin-left: 8px;
        pointer-events: visible !important;
        padding: 1px 2px;
        margin-right: 8px;
    }
    .reach_us:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -2px;
        left: 0;
        background: #da2128;
        visibility: hidden;
        border-radius: 5px;
        transform: scaleX(0);
        transition: 0.25s linear;
    }
    .reach_us:focus:before,
    .reach_us:hover:before {
        visibility: visible;
        transform: scaleX(1);
    }
    .gstpageDesign .caret {
        margin-left: 5px;
    }
    .top-header .gstpageDesign #loginRegisterDropdown {
        padding: 1px 7px 1px 1px;
    }
    .top-header .gst_link {
        display: inline-block;
        float: left;
    }
}
@media (min-width: 767px) and (max-width: 992px) {
    .navbar-header .navbar-brand {
        width: initial;
    }
    .navbar-brand > img {
        width: 120px;
    }
    .reach_us {
        position: relative;
    }
    .reach_us:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -2px;
        left: 0;
        background: #da2128;
        visibility: hidden;
        border-radius: 5px;
        transform: scaleX(0);
        transition: 0.25s linear;
    }
    .reach_us:focus:before,
    .reach_us:hover:before {
        visibility: visible;
        transform: scaleX(1);
    }
    .gstcontact {
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .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;
    }
    .top-header a {
        float: right;
        border-right: 0;
        padding: 14px 0 0 10px;
    }
    .top-header a:hover:not(:first-child) {
        background: 0 0;
        color: #333;
    }
    .navbar-header {
        display: inline-block;
        float: left;
    }
    .top-header {
        background: 0 0;
        border: 0;
        position: absolute;
        right: 0;
        z-index: 9998;
    }
    .top-header [class^="tc-"] {
        font-size: 22px;
    }
    #top.navbar {
        border: 0;
        margin-bottom: 0;
    }
    .navbar-nav > li > a {
        margin-right: 0;
    }
    #bs-navbar.navbar-collapse {
        padding-left: 15px;
    }
    .top-header a:hover,
    .top-header a:hover .caret,
    .top-header a:hover [class^="tc-"] {
        background-color: transparent;
        color: #da2128;
    }
}
.ui-datepicker {
    background: #fff;
    border: 1px solid #0084cc;
    border-top: 0;
}
.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;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    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;
	width: 35%;
}
.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 .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;
}
.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 #da1228;
    color: #da2128;
}
.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;
}
.month-loader {
    margin: 0 auto;
    width: 6%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .top-header a:hover,
    .top-header a:hover .caret,
    .top-header a:hover [class^="tc-"] {
        background-color: transparent;
        color: #da2128;
    }
    .top-header a.gst_link {
        background-color: transparent;
        color: #fff;
    }
    .navbar-header .navbar-brand {
        width: 50%;
        padding: 6px 0 4px 15px;
        margin-left: 0 !important;
    }
    .navbar-brand {
        margin: 0 0 -6px;
    }
    .navbar-nav > li > a {
        font-size: 13px;
    }
    .navbar-nav {
        display: inline-block;
        margin-top: 30px;
    }
    .footer_sprite,
    .main_menu_div .row {
        margin: 0;
    }
    .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 ul li a {
        color: #a7a7a7;
        font-size: 13px;
    }
    footer ul li a br {
        display: none;
    }
    footer .container {
        padding: 0;
    }
    .contact_details_footer .field-error {
        top: 27px;
    }
}
.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 6px;
        margin-right: 5px;
        font-size: 12px;
    }
    .navbar-nav {
        margin-top: 16px;
    }
    .navbar-header {
        float: left;
        padding: 0 0 0 8%;
        position: relative;
        z-index: 1;
    }
    .dropdown.gstpageDesign {
        margin-left: 7%;
        margin-right: 7%;
    }
    .top-header .gstpageDesign {
        padding: 5px;
        position: relative;
        top: 5px;
    }
    .top-header .gst_link {
        display: block;
        float: none;
    }
    .gstcontact {
        margin-left: -3px;
        pointer-events: visible !important;
        padding: 1px 6px;
        margin-right: 8px;
    }
    .reach_us {
        padding-left: 2px;
    }
}
.clickTocall,
.plus-btn {
    position: fixed;
    bottom: 0;
}
.clickTocall,
.clickTocall > div {
    margin: 0 auto;
    text-align: center;
}
.clickTocall {
    left: 0;
    width: 100%;
    z-index: 2000;
    display: none;
}
.clickTocall > div,
.loading-close-btn {
    background-color: #000;
    position: relative;
}
.clickTocall > div {
    padding: 10px;
    width: 580px;
    border-radius: 4px 4px 0 0;
    display: inline-block;
}
.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;
    display: none;
}
.clickTocall input[type="submit"] {
    background-color: #0094da;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    color: #fff;
    padding: 2px 10px 3px;
    margin-top: 6px;
}
.loading-close-btn {
    border: 2px solid #000;
    border-radius: 20px;
    left: 518px;
    padding: 0 2px;
    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;
    z-index: 2000;
}
#imageGallery,
.srp_screen {
    position: fixed;
    bottom: 0;
    z-index: 9999;
}
.filter_applied_section {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 0;
    float: none;
    margin: 0 auto;
}
.filter_popup_centre_align {
    top: 40%;
    left: 35%;
}
.filter_applied_heading {
    font-size: 20px;
    color: #da2128;
    margin: 0 0 15px;
}
.fbLogin label,
.gpLogin label,
.tcLogin label {
    color: #da2128;
    margin-top: 10px;
    font-weight: 400;
}
@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: 991px) and (orientation: portrait) {
    .gst_link {
        margin-right: 15px;
    }
    .top-header .gstpageDesign {
        position: relative;
        top: 22px;
        z-index: 9999;
    }
    .gstpageDesign #loginRegisterDropdown {
        padding: 0 5px;
    }
    .gstpageDesign .caret {
        margin-left: 5px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .filter_popup_centre_align {
        left: 30%;
        top: 25%;
    }
}
.dropdown-menu.login_dropdown {
    width: 200px;
    min-width: 200px;
    right: 0;
    left: auto;
    top: 27px;
    border: 1px solid #da2128;
    box-shadow: none;
    z-index: 10001;
    padding: 0;
    margin: 0;
    border-radius: 2px;
}
.dropdown-menu.login_dropdown a {
    color: #666 !important;
}
.dropdown-menu.login_dropdown a:hover {
    background: 0 0;
    color: #da2128 !important;
}
.user_details {
    background-color: #f3f3f3;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    padding-bottom: 12px;
    border-bottom: 1px solid #da2128;
}
.user_icon img {
    border: 1px solid #da2128;
    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: #da2128;
    padding: 5px 20px;
}
.user_activities ul li a {
    padding: 6px 15px;
    border: 0;
    font-size: 12px;
    color: #666;
    float: none;
    height: auto;
    width: 100%;
    display: block;
}
.user_activities ul li:hover {
    background: #ebebeb;
    color: #da2128 !important;
}
.user_activities ul li a:hover {
    background: 0 0;
    color: #da2128;
}
.logout_holder {
    border-top: 1px solid #da2128;
    padding: 0;
}
.logout_holder ul li a {
    border: 0;
    font-size: 13px;
    color: #da2128;
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px 10px !important;
}
.logout_holder ul li a:hover {
    background: #ebebeb;
    color: #da2128;
}
.logout_holder ul li:first-child {
    border-right: 1px solid #da2128;
}
.new_user_reg p {
    font-size: 13px;
    color: #7a7a7a;
    margin: 10px 0 0;
}
.new_user_reg p a {
    float: none;
    height: auto;
    margin: 0;
    border: 0;
    padding: 3px;
    font-size: 13px;
    color: #0095da;
    text-decoration: underline;
}
.forgot_pwd:hover,
.new_user_reg p a:hover {
    color: #23527c;
    text-decoration: underline;
    background: 0 0;
}
.login_reg_popup .modal-dialog {
    width: 745px;
    background-color: #f5f5f5;
    max-width: 100%;
}
.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);
}
.srp_screen {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    overflow: hidden;
}
.filter_applied_section {
    position: absolute;
    top: 50%;
    width: 65px;
    left: 50%;
    margin-left: -35px;
    margin-top: -50px;
}
.spinner {
    width: 65px;
    height: 65px;
    display: block;
    color: #da2128;
}
.spinner:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 5px solid currentColor;
    border-bottom-color: transparent;
    border-radius: 100%;
    background: 0 0;
}
.spinner,
.spinner:after {
    box-sizing: border-box;
    position: relative;
}
.filter_applied_heading,
.spinner:after {
    animation: 0.75s linear infinite ball-clip-rotate;
}
.close:focus,
.close:hover {
    color: #da2128;
    text-decoration: none;
    cursor: pointer;
}
#forgotPassword .modal-header .modal-title,
.login_reg_popup .modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    color: #da2128 !important;
}
#forgotPassword .modal-header .modal-title {
    text-align: left !important;
    color: #da2128;
}
.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;
    color: #da2128 !important;
}
.login_reg_div {
    float: left;
    width:100%;
    padding: 30px 0 25px;
}
.login_reg_div > * {
    width: 78%;
    margin: 0 auto;
}
.fb_login_btn,
.google_login_btn {
    padding-left: 2px;
    color: #f2f4f8;
    padding-top: 0;
    border-radius: 3px;
    text-decoration: none !important;
}
.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;
	box-shadow: none!important;
    border: 1px solid #d0d0d0!important;
    padding: 8px 16px!important;
    border-radius: 4px!important;
    height: 40px!important;
    font-family: 'Poppins Regular';
}
.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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-weight: 400;
    margin-bottom: 0;
}
.forgot_pwd {
    float: right;
    font-size: 12px;
    color: #da2128;
}
.login_reg_form_btn {
    font-size: 18px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background-color: #da2128;
    padding: 5px 40px;
    outline: 0 !important;
    display: block;
	width: 100%;
    font-family: Poppins,sans-serif;
    font-weight: 500;
}
.login_reg_sprite {
    background-image: url(../images/common_sprite.png);
    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 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
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: 5px;
    border-top: 1px solid #d1d1d1;
}
.form_footer p {
    float: left;
    margin: 0 2px 0 0;
    color: #7e7e7e;
}
.form_footer a {
    color: #da2128;
    float: left;
}
.form_footer a:hover {
    color: #23527c;
}
.reg_title_holder > div:first-child select:focus {
    outline: 0;
}
.reg_title_holder > div:first-child select {
    height: 34px;
    padding: 6px 5px;
    background-image: linear-gradient(45deg, transparent 50%, #da2128 50%), linear-gradient(135deg, #da2128 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: 4px 4px, 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;
}
.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 {
    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 {
    color: #000;
    font-size: 11px;
    list-style-type: none;
    position: relative;
    padding: 0 0 5px 15px;
}
.social_login_uses ul li:before {
    content: "\e96f";
    font-family: ThomasCook;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    right: 10px;
    color: #da2128;
}
.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 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;
}
.support-message a {
    color: #009bda;
}
.padding-remove {
    padding-right: 0;
    padding-left: 0;
}
.resetPassLogin {
    float: left;
    margin: 0 0 25px;
    background: #da2128;
    border-radius: 4px;
    padding: 5px 25px !important;
    color: #fff;
    border: 0;
    font-size: 18px;
}
.questionTool .badge {
    color: #fff;
    background: #da2128;
    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;
}
@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;
    }
    .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: 45%;
        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 #0095da;
    top: -8px;
}
.wishlist .dropdown-toggle i {
    font-style: normal;
    padding: 0 3px 0 1px;
}
.wishlist.open .dropdown-toggle .glyphicon {
    color: #0095da;
}
.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: #0095da;
}
.wishlist .price i {
    color: #0095da !important;
    font-style: normal;
}
.wish-viewall {
    text-align: center;
    width: 100%;
    border-bottom: 0 !important;
}
.wish-viewall .viewallbtn {
    font-size: 14px;
    color: #0095da;
    border: 1px solid #0095da;
    padding: 6px 12px;
}
.wish-viewall .viewallbtn:hover {
    background: #0095da;
    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(fonts/ThomasCook.eot?b6cjmf);
    src: url(fonts/ThomasCook.eot?b6cjmf#iefix) format("embedded-opentype"), url(fonts/ThomasCook.ttf?b6cjmf) format("truetype"), url(fonts/ThomasCook.woff?b6cjmf) format("woff"), url(fonts/ThomasCook.svg?b6cjmf#ThomasCook) format("svg");
    font-weight: 400;
    font-style: normal;
}
[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;
}
.tc-home:before {
    content: "\e9c0";
}
.tc-gplus:before {
    content: "\e96b";
}
.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,
.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 .path7:before,
.tc-forex .path8:before,
.tc-forex .path9:before,
.tc-hotel .path2:before,
.tc-hotel .path3:before,
.tc-hotel .path4:before,
.tc-hotel .path5:before,
.tc-insurance .path2:before,
.tc-insurance .path3:before,
.tc-insurance .path4:before,
.tc-insurance .path5:before,
.tc-visa2 .path10:before,
.tc-visa2 .path11: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-email-us .path2:before {
    content: "\e901";
}
.tc-forex .path1:before {
    content: "\e902";
}
.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";
}
.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 {
    content: "\e90e";
}
.tc-hotel .path2:before {
    content: "\e90f";
}
.tc-hotel .path3:before {
    content: "\e910";
}
.tc-hotel .path4:before {
    content: "\e911";
}
.tc-hotel .path5:before {
    content: "\e912";
}
.tc-insurance .path1:before {
    content: "\e913";
}
.tc-insurance .path2:before {
    content: "\e914";
}
.tc-insurance .path3:before {
    content: "\e915";
}
.tc-insurance .path4:before {
    content: "\e916";
}
.tc-insurance .path5:before {
    content: "\e917";
}
.tc-visa2 .path1:before {
    content: "\e918";
}
.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";
}
.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-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 {
    content: "\e94e";
}
.tc-visa .path2:before {
    content: "\e984";
    margin-left: -1em;
}
.tc-visa .path3:before {
    content: "\e985";
    margin-left: -1em;
}
.tc-visa .path4:before {
    content: "\e986";
    margin-left: -1em;
}
.tc-visa .path5:before {
    content: "\e987";
    margin-left: -1em;
}
.tc-visa .path6:before {
    content: "\e988";
    margin-left: -1em;
}
.tc-visa .path7:before {
    content: "\e989";
    margin-left: -1em;
}
.tc-visa .path8:before {
    content: "\e98a";
    margin-left: -1em;
}
.tc-visa .path9:before {
    content: "\e98b";
    margin-left: -1em;
}
.tc-visa .path10:before {
    content: "\e98c";
    margin-left: -1em;
}
.tc-visa .path11:before {
    content: "\e98d";
    margin-left: -1em;
}
.tc-visa .path12:before {
    content: "\e98e";
    margin-left: -1em;
}
.tc-visa .path13:before {
    content: "\e992";
    margin-left: -1em;
}
.tc-visa .path14:before {
    content: "\e993";
    margin-left: -1em;
}
.tc-visa .path15:before {
    content: "\e994";
    margin-left: -1em;
}
.tc-visa .path16:before {
    content: "\e995";
    margin-left: -1em;
}
.tc-visa .path17:before {
    content: "\e996";
    margin-left: -1em;
}
.tc-visa .path18:before {
    content: "\e997";
    margin-left: -1em;
}
.tc-visa .path19:before {
    content: "\e998";
    margin-left: -1em;
}
.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-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";
}
.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 {
    content: "\e9ab";
}
.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-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-co-travellers:before {
    content: "\e9b8";
}
.tc-confused .path1:before {
    content: "\e9b9";
    color: #fff;
}
.tc-confused .path2:before {
    content: "\e9ba";
    margin-left: -1em;
    color: #fff;
}
.tc-confused .path3:before {
    content: "\e9bb";
    margin-left: -1em;
    color: #fff;
}
.tc-confused .path4:before {
    content: "\e9bc";
    margin-left: -1em;
    color: #fff;
}
.tc-confused .path5:before {
    content: "\e9bd";
    margin-left: -1em;
    color: #fff;
}
.tc-confused .path6:before {
    content: "\e9be";
    margin-left: -1em;
    color: #fff;
}
.tc-cog:before {
    content: "\e9bf";
}
#imageGallery {
    top: 0;
    left: 0;
    right: 0;
}
.closeIframe {
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    font-size: 38px;
    z-index: 1;
    cursor: pointer;
}
.iframeopen {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
@media screen AND (min-width: 320px) AND (max-width: 991px) {
    .closeIframe {
        left: 0;
        right: 0;
        text-align: right;
        padding-right: 15px;
        cursor: pointer;
    }
    .iframeopen {
        top: 50px;
    }
    #imageGallery {
        background-color: rgba(0, 0, 0, 0.9);
    }
}
@media screen AND (min-width: 320px) AND (max-width: 767px) {

.international_menu_sotc{display: block;}
.chatBoatNewUI{right:18px;}
#popupContainer{height:100%;}

.footer_row_1 .contact_details_footer{padding: 0 15px !important;}

footer .contact_details_footer_data_details input[type="text"]{width: 100% !important;font-size: 11px !important;}

.contact_details_footer_data_details { width: 100% !important;}

footer .footer_row_1 .contact_details_footer_data_details .newsbutton{margin-top: -30px !important;
        margin-right: 0 !important;
        font-size: 11px !important;
        right: 4px;
        position: relative;}
#loginRegisterPopup .modal-dialog {
    width: 95%;
}
    .navbar,
    li.dropdown-header {
        border-bottom: 0 !important;
    }
    .main_menu_div ul.nav {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dropdown.mega-dropdown .glyphicon {
        position: absolute;
        right: 20px;
        top: 15px;
        color: #ed363b;
    }
    .close-query {
        font-size: 45px;
        top: -5px;
        position: absolute;
        left: 15px;
        color: #ed363b;
        display: none;
    }
    .collapse.navbar-collapse.js-navbar-collapse.in ul.nav.navbar-nav,
    li#extra-panel a.dropdown-toggle,
    li#on-the-go a {
        padding-top: 10px;
    }
    .collapse.navbar-collapse.js-navbar-collapse.in {
        padding: 0;
        margin-top: 59px;
    }
    .collapse.navbar-collapse.js-navbar-collapse.in .navbar-nav li {
        box-shadow: none;
        padding: 0 10px;
        border-bottom: 1px solid #cdcdcd;
    }
    .collapse.navbar-collapse.js-navbar-collapse.in .navbar-nav li:last-child {
        border-bottom: 0 solid #666;
    }
    li#extra-panel i.all-nav-icon.hidden-lg.hidden-sm.hidden-md.tc-shopping {
        float: left;
    }
    .navbar-nav .dropdown .dropdown-menu,
    .navbar-nav .dropdown-menu {
        padding: 0 0 0 35px;
    }
    .menu-band {
        margin-left: 50px !important;
        border-left: 1px solid #ed363b;
        display: none;
        color: #ed363b !important;
        text-transform: uppercase;
    }
    .feed-back .feed-backClick .cross-sign,
    .mega-dropdown-menu:after,
    .mega-dropdown-menu:before {
        display: none !important;
    }
    .navbar-default .navbar-nav > .open > a:hover {
        background: 0 0;
    }
    .navbar {
        background: #fff;
        min-height: auto;
    }
    .mega-dropdown-menu .dropdown-header,
    .navbar-nav > li > a {
        color: #333 !important;
    }
    .mega-dropdown-menu > div > li > ul > li {
        padding: 5px 0 5px 30px;
        line-height: 30px;
    }
    .navbar-nav li {
        box-shadow: none;
    }
    span.glyphicon.glyphicon-chevron-down.pull-right.visible-xs {
        color: #eb1c23 !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-brand {
        line-height: 50px;
    }
    .top-header a.gst_link {
        background-color: transparent;
        color: #000;
    }
    .feed-back {
        position: absolute;
        top: 51px;
        margin-top: 0;
    }
    .preconfirmenquiry .feed-back {
        top: 64px;
    }
    .feed-backPop,
    .feed-backPop .form-control,
    .feed-backPop .form-group {
        width: 100%;
    }
    .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;
    }
    .myaccount-body .EnquiryIcon,
    .slider_data_count_sotc {
        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;
    }
    .third_part_submenu.sotc_submenu_area {
        padding-left: 0;
    }
    .dropdown.gstpageDesign {
        border-bottom: 0 solid #999;
    }
    .sotc_common_slider_header .col-xs-7 {
        width: 100%;
        margin-bottom: 15px;
    }
    #myCarousel_india li,
    #myCarousel_international li {
        margin-bottom: 15px;
        list-style: none;
    }
    li#offers ul.dropdown-menu.mega-dropdown-menu.row li.col-xs-12 {
        margin-top: 20px;
    }
    ul.submenu_second_sotc li.dropdown-header.submenu_second_sotc_header {
        border: 1px solid #ed1c24 !important;
        border-left: 0 !important;
        border-right: 0 !important;
        margin-bottom: 3px;
        margin-top: 10px;
        margin-left: -20px;
    }
    li.dropdown-header.no_data_sotc_header {
        height: 1px;
        border-bottom: 1px solid #cdcdcd !important;
    }
    .collapse.navbar-collapse.js-navbar-collapse.in .navbar-nav li ul li.col-sm-3 {
        border-bottom: 0;
    }
    .navbar-header.mobile_view_data_show_sotc {
        position: fixed;
        background: #fff;
        z-index: 999;
        width: 100%;
        border-bottom: 1px solid #ed363b;
        min-height: 60px;
        top: 0;
    }
    .sotc_common_slider_header .col-xs-7 img.img-responsive {
        width: 100%;
        display: none !important;
    }
    .navbar-header.mobile_view_data_show_sotc.show_mobile_sotc {
        display: block;
    }
    li#international-holidays a.dropdown-toggle {
        padding-top: 13px;
    }
    li#international-holidays img.visible-xs.international_menu_sotc {
        margin-top: -2px;
    }
    i.all-nav-icon.hidden-lg.hidden-sm.hidden-md.tc-visa {
        padding-left: 0;
        margin-left: 0;
        margin-right: 3px;
    }
    .col-sm-4.padding-remove.sotc_menu_slider_detination {
        clear: both;
    }
}
#showCookeiPolicyCloce,
.mobi_map_close {
    color: #fff;
    cursor: pointer;
    position: absolute;
}
.browsehappy {
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    background: #fdf2ab;
}
.mobi_map_close {
    right: 4%;
    background-color: #000;
    padding: 0 7px;
    font-size: 20px;
    font-weight: 100;
    opacity: 1;
    top: 8px;
    margin: 0;
    z-index: 9;
    display: none;
}
.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);
}
#on-the-go ul.dropdown-menu.mega-dropdown-menu.row {
    width: 10%;
    right: 12%;
    left: auto;
    padding-top: 5px;
}
#on-the-go .mega-dropdown-menu:before {
    border-bottom: 8px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -8px;
    z-index: 10;
    left: 60px;
}
#on-the-go .mega-dropdown-menu:after {
    border-bottom: 10px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    top: -10px;
    z-index: 8;
    left: 60px;
}
@media screen AND (min-width: 1024px) AND (max-width: 1199px) {
    .follow_us_li li {
        width: 40px !important;
    }
}
@media (min-width: 320px) and (max-width: 639px) {
    #map-canvas {
        height: 300px;
    }
    .mobi_mapButton {
        margin-top: 8px;
    }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
    #map-canvas {
        height: 380px;
    }
    .mobi_mapButton {
        margin-top: 8px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    header#top.navbar {
        border-bottom: 0 solid #da2128 !important;
        border-top: 0 solid #f37e80 !important;
    }
    header.navbar-header {
        padding: 0;
    }
    header.navbar-nav {
        float: left;
        margin-top: 85px;
        width: 100%;
    }
    nav.navbar.navbar-default.navbar_menu_mob_on {
        display: none;
    }
    .mega-dropdown-menu .dropdown-header,
    .mega-dropdown-menu li a {
        color: #fff;
    }
    .top-header .gstpageDesign {
        top: 0 !important;
    }
    .dropdown.gstpageDesign {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .js-navbar-collapse .nav.navbar-nav {
        padding: 0 8% 0 0;
        float: left;
        width: 100%;
        margin-top: 90px;
    }
}
@media screen and (min-width: 768px) {
    #extra-panel .dropdown-menu.mega-dropdown-menu {
        width: 15%;
        right: 1.5%;
        left: auto;
    }
    #offers .dropdown-menu.mega-dropdown-menu {
        width: 15%;
        right: 5.5%;
        left: auto;
    }
    #top .container-fluid {
        padding: 0;
    }
    .dropdown-menu.mega-dropdown-menu div.col-sm-8 {
        border-right: 1px solid #cdcdcd;
    }
    .js-navbar-collapse .nav.navbar-nav {
        padding: 0 8% 0 0;
    }
    #map-canvas {
        height: 490px;
        width: 100%;
    }
    .navbar-nav {
        float: right;
    }
    .navbar-brand {
        padding-left: 0;
    }
    .navbar-header {
        position: relative;
        z-index: 1;
    }
}
@media screen and (min-width: 1500px) {
    #india-holidays .mega-dropdown-menu:before {
        left: 49%;
    }
    #india-holidays .mega-dropdown-menu:after {
        left: 48.8%;
    }
    #international-holidays .mega-dropdown-menu:before {
        left: 56%;
    }
    #international-holidays .mega-dropdown-menu:after {
        left: 55.8%;
    }
    #offers .mega-dropdown-menu:after {
        right: 36%;
    }
    #offers .mega-dropdown-menu:before {
        right: 37%;
    }
    #extra-panel .mega-dropdown-menu:before {
        right: 46%;
    }
    #extra-panel .mega-dropdown-menu:after {
        right: 45%;
    }
}
@media (min-width: 1600px) and (max-width: 1920px) {
    #on-the-go ul.dropdown-menu.mega-dropdown-menu.row {
        width: 10%;
        right: 10%;
        left: auto;
    }
    #on-the-go .mega-dropdown-menu:before {
        border-bottom: 8px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        top: -8px;
        z-index: 10;
        left: 80px;
    }
    #on-the-go .mega-dropdown-menu:after {
        border-bottom: 10px solid #ccc;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        top: -10px;
        z-index: 8;
        left: 81px;
    }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
    .collapse.navbar-collapse.js-navbar-collapse.in ul.nav.navbar-nav {
        padding-top: 0 !important;
    }
    .collapse.navbar-collapse.js-navbar-collapse.in .navbar-nav li {
        padding: 10px !important;
    }
    #accordiansotc .mega-dropdown {
        position: relative !important;
        width: auto;
        min-height: 44px;
    }
    #accordiansotc ul ul,
    .main_menu_div.no-padding .tab-content li.text-center.no-padding {
        display: none;
    }
    #accordiansotc .dropdown.mega-dropdown .glyphicon {
        position: absolute;
        right: 20px;
        top: 15px;
        color: #ed363b;
    }
    #accordiansotc .navbar-nav a {
        color: #333;
        text-decoration: none;
        display: block;
    }
    #accordiansotc .menu_all_mobile_sotc ul {
        padding: 0 35px;
    }
    #accordiansotc .menu_all_mobile_sotc ul li ul {
        padding: 0;
    }
    .mega-dropdown ul li ul li:before {
        display: none !important;
    }
    #accordiansotc .dropdown.mega-dropdown ul li a .glyphicon {
        right: -22px;
    }
    #accordiansotc .dropdown.mega-dropdown.menu_all_mobile_sotc.active ul li.active > a,
    #accordiansotc .dropdown.mega-dropdown.menu_all_mobile_sotc.active > a {
        padding: 5px 0 12px;
        border-bottom: 1px solid #cdcdcd;
    }
    #accordiansotc li.active > ul,
    .main_menu_div ul li,
    .navbar-header.mobile_view_data_show_sotc.show_mobile_sotc {
        display: block;
    }
    .contact_details_footer {
        padding: 0;
        border: 0;
    }
    .footer_deta_sotc {
        float: none;
        padding-right: 0;
        border-right: 0 solid #999;
        margin-bottom: 15px;
    }
    .footer_deta_sotc.mob_footer_sotc {
        padding-left: 0;
        border-right: 0;
        margin-bottom: 0;
    }
    .contact_details_footer_data_details {
        border-right: 0 solid #757575;
    }
    .col-sm-4.contact_details_footer_data {
        margin-bottom: 15px;
        overflow: hidden;
		padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .col-lg-12.col-md-12.col-sm-12.main_menu_div.expand_footer {
        border-bottom: 1px solid #757575;
        padding-bottom: 30px;
        border-top: 1px solid #757575;
    }
    footer li.col-lg-2.col-md-2.col-sm-2 {
        padding: 10px 20px 0 0;
    }
    .footer_row_1 {
        padding: 10px;
    }
    .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;
    }
    .main_menu_div .nav > li:first-child {
        border-top: none;
    }
    .main_menu_div .nav > li a {
        font-size: 14px;
        text-align: left;
        padding-left: 0 !important;
    }
    .contact_details_footer,
    .main_menu_div .tab-pane.active .row_footer,
    .main_menu_div ul.nav {
        border-bottom: 0 solid #757575;
    }
    .main_menu_div ul.nav.nav-tabs.nav-justified li {
        border-bottom: 1px solid #757575;
        border-right: 0 solid #757575;
        display: block;
    }
    footer .row_footer > ul ul.sub_menu_li li {
        border-bottom: 0 !important;
        display: block;
        width: 100%;
    }
    .main_menu_div .nav .new .row_footer > ul {
        margin: 0;
    }
    .all_clickbott_data,
    .click-call,
    .inner-msg,
    all_clickbott_data {
        width: 100%;
    }
    .click-call .text-white {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px;
    }
    .click-call {
        width: 100%;
        min-height: 125px;
    }
    .click-bott .col-md-7.col-sm-7.col-xs-12.text-white.call-text {
        display: inline;
        padding-left: 15px;
        padding-right: 15px;
        height: auto !important;
        line-height: normal !important;
        margin-bottom: 3px;
        width: 100% !important;
        float: none;
    }
    span.click_To_call_text_common {
        min-width: 100%;
    }
    .click_radio_area_all {
        clear: both;
        margin: 10px 15px;
    }
    .close_outer {
        top: 10px;
        right: 5px;
    }
}
#showCookeiPolicy {
    z-index: 100000000;
    background: #f2dbdc;
    padding: 15px 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2px;
    color: #333;
    font-size: 13px;
}
#showCookeiPolicy p {
    margin: 0;
    width: 91%;
    padding: 0 0 0 10px;
    font-size: 12.7px;
}
#showCookeiPolicyCloce {
    background: #da2128;
    padding: 3px 10px;
    margin-left: 5px;
    top: 6px;
    right: 32px;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 3px;
}
#extra-panel .plus-sign {
    font-size: 18px !important;
}
.new_bootstrap_header .sotc_common_slider_header .carousel-inner {
    min-height: 310px;
}
.new_bootstrap_header #navbarSupportedContent .dropdown-menu {
    padding: 20px 10px;
    border-radius: 0;
}
.new_bootstrap_header #myCarousel_india img,
.new_bootstrap_header #myCarousel_international img {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.9);
    width: 150px;
    margin-bottom: 10px;
}
.carousel-item-next,
.carousel-item-prev,
.new_bootstrap_header .carousel-item.active {
    display: flex !important;
}
.new_bootstrap_header #myCarousel_india li a.nav-link,
.new_bootstrap_header #myCarousel_international li a {
    display: inline;
    text-transform: capitalize;
    font-weight: 400;
}
.new_bootstrap_header #myCarousel_india li a.nav-link:hover {
    color: #eb1c23 !important;
    border-bottom: 0 solid #0094da;
}
header.new_bootstrap_header .navbar-nav {
    display: flex;
    margin-top: 5px;
    gap: 22px;
}
.new_bootstrap_header ul.nav.flex-column .nav-link.active {
    font-size: 13px !important;
    font-weight: 400;
    color: #39b7f2;
}
.new_bootstrap_header nav.navbar {
    border-bottom: 2px solid #4d4d4f !important;
    margin-bottom: 0 !important;
}
.new_bootstrap_header .navbar-dark .navbar-nav .nav-link:focus,
.new_bootstrap_header .navbar-dark .navbar-nav .nav-link:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: #eb1c23 !important;
    border-bottom: 0 solid #0094da;
}
.new_bootstrap_header #myCarousel_india li,
.new_bootstrap_header #myCarousel_international li,
.new_bootstrap_header .submenu_second_sotc li {
    margin-bottom: 6px !important;
    padding: 0 10px !important;
    line-height: 1.3;
}
.new_bootstrap_header #myCarousel_india li a,
.new_bootstrap_header #myCarousel_international li a,
.new_bootstrap_header .submenu_second_sotc li a {
    color: #333 !important;
    text-decoration: none;
    font-size: 13px !important;
    padding-bottom: 0 !important;
    line-height: 1.4 !important;
}
.top-header.new_bootstrap_top_header {
    display: flex;
}
.new_bootstrap_header li.submenu_second_sotc_header a {
    text-transform: uppercase !important;
}
.new_bootstrap_header ul.nav li.nav-item a {
    padding-top: 0 !important;
    padding-left: 0 !important;
    display: inline;
    border-bottom: 0 solid #0094da !important;
    font-size: 13px !important;
    text-transform: capitalize;
    font-weight: 400 !important;
}
.new_bootstrap_header li.dropdown-header {
    color: #000;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 10px 0 !important;
}
.new_bootstrap_header ul.nav li.nav-item a:focus,
.new_bootstrap_header ul.nav li.nav-item a:hover {
    padding-left: 5px !important;
    -webkit-transition: 0.3s ease-in;
    color: #eb1c23 !important;
}
.new_bootstrap_header .navbar-dark .navbar-nav .nav-link.active {
    color: #000;
    font-size: 12px;
}
.new_bootstrap_header .navbar-dark .navbar-nav .nav-item .nav-link {
    padding-bottom: 11px;
    color: #666;
    font-size: 12px;
}
.new_bootstrap_header .header_titles a {
    font-size: 13px;
    font-weight: 400;
    color: #39b7f2;
    padding: 20px 0 5px;
}
.new_bootstrap_header .navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}
.new_bootstrap_header .navbar .dropdown-menu {
    border: none;
    background-color: #fff !important;
}
@media screen and (min-width: 991px) {
    .expand_footer .row ul.parent_ul {
        display: flex;
        margin-top: 10px;
    }
    .new_bootstrap_header .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .new_bootstrap_header .navbar .nav-item {
        padding: 0.3rem 0.4rem;
        margin: 0;
    }
    .new_bootstrap_header .navbar .dropdown {
        position: static;
    }
    .new_bootstrap_header .navbar-brand {
        margin: 0;
    }
    .new_bootstrap_header .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 50px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility, opacity 0.3s linear;
        border: 1px solid rgba(0, 0, 0, 0.15);
        background-color: #fff;
    }
    .new_bootstrap_header .navbar .dropdown .dropdown-menu:hover,
    .new_bootstrap_header .navbar .dropdown:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility, opacity 0.3s linear;
    }
}
.new_bootstrap_header ul.dropdown-menu.dropdown-menu-left.visa_mega_menu .gataways-area {
    width: 220px;
}
header.new_bootstrap_header .navbar-nav > li > a {
    padding: 10px 15px;
}
@media (min-width: 1024px) and (max-width: 1100px) {
    header.new_bootstrap_header .navbar-nav > li > a {
        padding: 10px 8px !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .new_bootstrap_header ul.dropdown-menu.dropdown-menu-left.visa_mega_menu {
        border: 0 !important;
    }
}
@media (min-width: 320px) and (max-width: 1023px) {
    .new_bootstrap_header .other_coun {
        clear: both;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .new_bootstrap_header #accordiansotc .dropdown.mega-dropdown.menu_all_mobile_sotc.active ul li.active > a,
    .new_bootstrap_header #accordiansotc .dropdown.mega-dropdown.menu_all_mobile_sotc.active > a {
        color: #ed363b !important;
    }
    .new_bootstrap_header #accordiansotc li {
        padding: 10px;
    }
    .top-header.new_bootstrap_top_header {
        z-index: 2;
        /* top: 0; */
    }
    .new_bootstrap_header ul.submenu_second_sotc li.dropdown-header.submenu_second_sotc_header {
        border-bottom: 1px solid #ddd !important;
        border-left: 0 !important;
        border-right: 0 !important;
        margin-bottom: 3px;
        margin-top: 0;
        margin-left: 0;
        border-top: 0 !important;
    }
    .new_bootstrap_header .navbar_menu_mob_on {
        background: #fff;
        overflow-y: scroll;
         margin-top: 50px; 
        padding: 0 !important;
    }
    .login_reg_popup {
        z-index: 105000;
    }
    .new_bootstrap_header .dropdown-menu .row {
        width: auto;
    }
    .new_bootstrap_header .dropdown-menu.show .container-fluid {
        padding: 0;
    }
    .new_bootstrap_header .submenu_second_sotc li {
        padding: 10px 10px 10px 35px !important;
        font-size: 13px;
        margin-bottom: 0 !important;
        text-transform: uppercase;
        border-bottom: 1px solid #cdcdcd;
    }
    .new_bootstrap_header #myCarousel_india li a.nav-link,
    .new_bootstrap_header #myCarousel_international li a,
    .new_bootstrap_header ul.nav li.nav-item a {
        font-size: 13px !important;
        text-transform: uppercase;
    }
    .new_bootstrap_header .sotc_common_slider_header .carousel-item {
        display: block;
        float: none;
    }
    .new_bootstrap_header .fifth_row,
    .new_bootstrap_header .fifth_row .carousel-inner .col-md-6.padding-remove {
        padding: 0 15px;
    }
    .new_bootstrap_header #navbarSupportedContent .dropdown-menu,
    .new_bootstrap_header ul.submenu_second_sotc.nav.flex-column {
        padding: 0 10px;
    }
    .new_bootstrap_header .nav-item.dropdown.show a#navbarDropdown {
        border-bottom: 1px solid #cdcdcd !important;
    }
    .new_bootstrap_header .dropdown-menu .dropdown-header a {
        color: #333 !important;
        font-size: 13px !important;
        text-transform: uppercase;
        padding: 10px 0;
    }
    .new_bootstrap_header #myCarousel_india li,
    .new_bootstrap_header #myCarousel_international li {
        font-size: 13px;
        margin-bottom: 0 !important;
        padding: 10px !important;
        text-transform: uppercase;
    }
    .new_bootstrap_header #navbarSupportedContent .nav-item.dropdown .glyphicon {
        position: absolute;
        right: 20px;
        top: 15px;
        color: #ed363b;
    }
    header.new_bootstrap_header .navbar-brand > img {
        vertical-align: top;
    }
    .new_bootstrap_header .navbar-dark .navbar-toggler .icon-bar {
        height: 4px;
        border-radius: 5px;
        margin-top: 4px;
    }
    .new_bootstrap_header nav.navbar {
        width: 100%;
        z-index: 1;
        border-bottom: 1px solid #da2128 !important;
        border-top: 1px solid #f37e80 !important;
        padding: 0;
    }
    .new_bootstrap_header .navbar-toggler .icon-bar {
        background: #da2128;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }
    .new_bootstrap_header .navbar-brand {
        font-size: 18px;
        width: 75%;
    }
    .new_bootstrap_header .navbar-toggler {
        padding: 14px 15px;
        border-right: 1px solid #da2128 !important;
        border-radius: 0;
        width: 16%;
    }
    .new_bootstrap_header i.all-nav-icon.hidden-lg.hidden-sm.hidden-md.tc-visa {
        margin-right: 0;
    }
    .new_bootstrap_header ul.dropdown-menu.dropdown-menu-left.visa_mega_menu {
        padding: 0 0 0 12px;
    }
}
@media (min-width: 768px) {
    .new_bootstrap_header .navbar-default {
        width: 73.5%;
    }
    .new_bootstrap_header li#extra-panel {
        margin-top: 6px;
    }
    .new_bootstrap_header a.carousel-control-prev.arrow_bg {
        left: 20px;
        right: 20px;
    }
    .new_bootstrap_header #india-holidays .dropdown-menu:before {
        left: 29%;
    }
    .new_bootstrap_header #india-holidays .dropdown-menu:after {
        left: 28.9%;
    }
    .new_bootstrap_header #international-holidays .dropdown-menu:before {
        left: 40%;
    }
    .new_bootstrap_header #international-holidays .dropdown-menu:after {
        left: 39.9%;
    }
    .new_bootstrap_header #foreign-exchange .dropdown-menu:before,
    .new_bootstrap_header #short_break_desk_menu .dropdown-menu:before {
        left: 50%;
    }
    .new_bootstrap_header #foreign-exchange .dropdown-menu:after,
    .new_bootstrap_header #short_break_desk_menu .dropdown-menu:after {
        left: 49.9%;
    }
    .new_bootstrap_header #on-the-go .dropdown-menu:before {
        left: 43%;
    }
    .new_bootstrap_header #on-the-go .dropdown-menu:after {
        left: 42%;
    }
    .new_bootstrap_header #offers .dropdown-menu:before {
        left: 47%;
    }
    .new_bootstrap_header #offers .dropdown-menu:after {
        left: 46%;
    }
    .new_bootstrap_header #extra-panel .dropdown-menu:before {
        left: 45%;
    }
    .new_bootstrap_header #extra-panel .dropdown-menu:after {
        left: 44%;
    }
    .new_bootstrap_header .navbar .nav-item {
        padding: 0;
    }
    .new_bootstrap_header .navbar-expand-lg .navbar-collapse {
        flex-grow: 0;
        flex-basis: auto;
        padding: 0 6% 0 0;
        align-items: initial;
    }
    .new_bootstrap_header .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0;
        font-weight: 600;
    }
    .new_bootstrap_header .navbar-brand {
        padding: 0 0 0 6%;
    }
    .new_bootstrap_header li.nav-item dropdown {
        padding: 5px 10px;
    }
    .new_bootstrap_header #navbarSupportedContent .nav-item.dropdown .dropdown-menu:before {
        border-bottom: 8px solid #fff;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        top: -8px;
        z-index: 10;
        content: "";
        position: absolute;
    }
    .new_bootstrap_header #navbarSupportedContent .dropdown-menu:after {
        border-bottom: 10px solid #ccc;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        top: -10px;
        z-index: 8;
        content: "";
        position: absolute;
    }
    .new_bootstrap_header li#short_break_desk_menu .dropdown-menu {
        width: 20%;
        left: 41%;
    }
    .new_bootstrap_header li#foreign-exchange .dropdown-menu {
        width: 20%;
        left: 49%;
    }
    .new_bootstrap_header li#on-the-go .dropdown-menu {
        width: 10%;
        right: 17%;
        left: auto;
        padding-top: 5px;
    }
    .new_bootstrap_header li#offers .dropdown-menu {
        width: 15%;
        right: 8.5%;
        left: auto;
    }
    .new_bootstrap_header li#extra-panel .dropdown-menu {
        width: 15%;
        right: 4%;
        left: auto;
    }
    .new_bootstrap_header #extra-panel .dropdown-menu ul li,
    .new_bootstrap_header #foreign-exchange .dropdown-menu ul li,
    .new_bootstrap_header #offers .dropdown-menu ul li,
    .new_bootstrap_header #on-the-go .dropdown-menu ul li,
    .new_bootstrap_header #short_break_desk_menu .dropdown-menu ul li {
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 3px;
    }
    .new_bootstrap_header #extra-panel ul.flex-column li,
    .new_bootstrap_header #offers ul.flex-column li,
    .new_bootstrap_header #on-the-go ul.flex-column li,
    .new_bootstrap_header #short_break_desk_menu ul.flex-column li {
        white-space: nowrap;
    }
    .new_bootstrap_header .col-md-2.first_row {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .new_bootstrap_header .col-md-2.sec_row {
        -ms-flex: 0 0 18.666667%;
        flex: 0 0 18.666667%;
        max-width: 18.666667%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .new_bootstrap_header .col-md-2.third_row {
        -ms-flex: 0 0 19.666667%;
        flex: 0 0 19.666667%;
        max-width: 19.666667%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .new_bootstrap_header .col-md-2.fourth_row {
        -ms-flex: 0 0 15.666667%;
        flex: 0 0 15.666667%;
        max-width: 15.666667%;
        border-right: 1px solid #cdcdcd;
        padding-right: 10px;
        padding-left: 10px;
    }
    .new_bootstrap_header .col-md-2.fifth_row {
        -ms-flex: 0 0 28.666667%;
        flex: 0 0 28.666667%;
        max-width: 28.666667%;
    }
}
.new_bootstrap_header .sotc_sub_li_menu_international {
    width: 188px !important;
}
.new_bootstrap_header ul.dropdown-menu.dropdown-menu-left.sotc_mega_menu {
    width: 675px !important;
}
.new_bootstrap_header .third_part_submenu.sotc_submenu_area {
    padding-left: 40px;
    float: left;
    width: auto;
}
.new_bootstrap_header li#short_break_desk_menu ul.dropdown-menu.mega-dropdown-menu.row {
    width: 241px;
    left: 53%;
}
@media (min-width: 300px) and (max-width: 767px) {
    .new_bootstrap_header .third_part_submenu.sotc_submenu_area {
        padding-left: 0;
    }
}
.tab-pane.fade.show.active {
    display: block;
    opacity: 1;
}

.Noclick-bott .click-bott{
    display:none!important;
}

.DesktopTravelAtYourTap {
    background: url("/images/holiday/App-Push//SOTC_desktop_bg.jpg");
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0 0;
}

.MobTravel-at-your-top-close,.Travel-at-your-tap-close {
    position: absolute;
    right: 0px;
    top: 23px
}

img.Travel-at-your-tap-Qr {
    width: 139px;
}

.Travel-at-your-tap-top {
    background: url(/images/holiday/App-Push/SOTC_Mob_bg_Big.jpg) no-repeat;
    color: #fff;
    justify-content: center;
    background-size: 100% 100%;
}

.MobTravelAtYourTopheading {
    font-size: 17px;
    font-weight: 500;
    margin: 15px 0 0;
    color: #fff;
    font-family: 'Poppins Regular';
}

.MobTravelAtYourToptext {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Poppins Regular';
    margin: 4px 0 7px;
}

.MobTravelAtYourTap-button {
    background: linear-gradient(#fdfdfe 22.06%,#e3e6f9 113.24%);
    padding: 5px 11px;
    border: none;
    color: #EB1C23;
    border-radius: 4px;
    font-weight: 500;
    font-family: "Poppins Medium";
    min-width: 328px;
    display: inline-block;
}

.Travel-at-your-tap-top .MobTravelAtYourTap-button {
    font-weight: 600;
    font-family: "Poppins SemiBold";
    min-width: 16px;
    display: inline-block;
    background: transparent;
    padding: 0;
}
.Travel-at-your-tap-show .MobTravelAtYourTap-button {
    display: inline-block;
   margin-top: 18px;  
}
.MobTravelAtYourTap,.Travel-at-your-tap-show,.Travel-at-your-tap-top {
    display: none
}

.DesktopTravelAtYourTap .AppContentsubtitle{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding-right: 27px;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: 'Poppins Regular';
}

.DesktopTravelAtYourTap .Travel-at-your-tap-Mobiles {
    position: absolute;
    top: -81px;
    left: 0px;
}

.DesktopTravelAtYourTap .Travel-at-your-tap-wrapper {
    flex: 1 1 25%;
    padding-left: 10px;
}

.DesktopTravelAtYourTap .col-md-5::after {
    content:"";
    border-right: 1px dashed rgba(255,255,255,.6);
    min-height: 197px;
    margin: 7px 0px 0  2px;
    position: absolute;
    top: 0;
    left: 99%;
}

.DesktopTravelAtYourTap .Travel-at-your-tap-QR {
    display: flex;
    margin-top: 24px;
    align-items: center;
    margin-left: 15px;
}

.DesktopTravelAtYourTap .AppContenttitle {
    font-size: 21px;
    color: #fff;
    margin-top: 42px;
    margin-bottom: 16px;
    font-family: 'Poppins Medium';
}

.DesktopTravelAtYourTap p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 0 16px;
    font-family: 'Poppins Regular';
}

.Travel-at-your-tap-content span {
    padding-right: 8px
}

.MobTravelAtYourTap-text1 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins Regular';
}

.MobTravelAtYourTap-text2 {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .21em;
    text-transform: uppercase;
}

.MobTravelAtYourTap {
    text-align: center;
    color: #fff
}

.MobTravelAtYourTapheading {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 4px;
    font-family: "Poppins SemiBold";
    color: #ffff;
}

.MobTravelAtYourTaptext {
    background: url(/images/holiday/App-Push/SOTC_Mob_Bg.png) no-repeat;
    background-size: 100%;
    padding: 16px 0 23px;
    position: relative
}

.MobTravelAtYourTap img {
    max-width: 100%
}

.Travel-at-your-tap-top-img {
    margin-left: -44px;
}

.Travel-at-your-tap-show .Travel-at-your-tap-top-img {
    margin-left: 15px;
    max-width: 111px
}

.Travel-at-your-tap-show button.MobTravelAtYourTap-button {
    margin-top: 20px
}

.Travel-at-your-tap-show img:nth-child(1),.Travel-at-your-tap-top img:nth-child(2) {
    display: none
}

.Travel-at-your-tap-show img:nth-child(2) {
    display: block
}
.TravelTapWrapper {
    position: fixed;
    bottom: -4px;
    z-index: 12;
    width: 100%;
}

@media screen and (min-width: 320px) and (max-width:767px) {
    .Travel-at-your-tap-top {
        display:flex;
        width: 100%;
    }
     .Travel-at-your-tap-hide {
        display: none;
    }

    .Travel-at-your-tap-show {
        height: 65px;
        z-index: 2;
        justify-content: start;
        gap: 16px;
        position: fixed;
    }

    .Travel-at-your-tap-show .MobTravelAtYourTopheading,.Travel-at-your-tap-show .MobTravelAtYourToptext {
        display: none
    }

    .MobTravel-at-your-tap-close {
        position: absolute;
        top: 21px;
        right: 14px;
    }

 .MobTravelAtYourTap img {
        max-width: 90%
    }

    .Travel-at-your-tap-top .MobTravel-at-your-top-close {
        right: 10px;
        top: 8px
    }

    .MobTravelAtYourTapoverlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(41,38,38,.8);
        z-index: 9999;
        top: 0;
    }

    .MobTravelAtYourTap {
        display: block;
        position: absolute;
        bottom: 0;
        background: url("/images/holiday/App-Push/Confetti_gif.gif");
    }

    .DesktopTravelAtYourTap {
        display: none
    }
    .Noclick-bott #top.navbar {
        z-index: 1;
    }
}

.TravelFooterTapWrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
ol.carousel-indicators {
    z-index: 1;
}
.saleassist .sa-live-call-widget-btn-container {
    z-index: 1 !important;
}
.footer_row_2 {
    z-index: 1;
}
.holiday-categories .carousel-control.left, .holiday-categories .carousel-control.right {
    z-index: 1;
}

.holidayPlace {
    z-index: 1;
}
.form-wrapp{
   z-index: 1; 
}
.mobile-view {
    overflow: hidden;
}
.MobTravelAtYourTap-button img {
    width: 71px;
    display: block!important;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .32);
}
.TravelFooterTapWrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}
ol.carousel-indicators {
    z-index: 1;
}
.saleassist .sa-live-call-widget-btn-container {
    z-index: 1 !important;
}
.bootstrap4_footer .footer_row_2 {
    z-index: 1;
}
.holiday-categories .carousel-control.left, .holiday-categories .carousel-control.right {
    z-index: 1;
}

.holiday-form-search .holidayPlace {
    z-index: unset;
}
.holidays .form-wrapp{
   z-index: 1; 
}
.TravelFooterTapWrapper hr {
    display:none;
}
.india_tour_txt-d{
    z-index:1;
}
.TravelFooterTapWrapper {
    display: none!important;
}

.TravelHeaderTapWrapper {
    display: none!important;
}

.desktop-device.mobile-view {
    overflow: revert!important;
}

/* pathFind css start here */

dotlottie-player {
    clip-path: inset(0 round 6px)
}

.BYOTAnimBox,.BYOTNoAnimBox {
    position: fixed;
    right: 25px;
    bottom: 0px;
    height: 200px;
    text-align: right;
    color: #0c4da2;
    font-weight: 500
}

.CardBuildPanelBody {
    position: relative;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.byot-enabled.noLoginOnPortal .CardBuildPanelBody {
    display: block;
}
.onBehalfLoginOnPortal .saleassist, .strike-incoming-call-popup.bottom-left{
    display:none;
}
.noLoginOnPortal .saleassist, .strike-incoming-call-popup.bottom-left {
     display: block;
}

.CardBuildPanel {
    position: fixed;
    background-color: #fff;
    padding: 12px;
    border: 1px solid #ccc;
    z-index: 100;
    max-width: 211px;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    right: 42px;
    bottom: 192px;
    text-align: left
}

.CardBuildPanel::after,.CardBuildPanel::before {
    content: "";
    border-width: 8px;
    right: 17px;
    border-style: solid;
    position: absolute
}

.CardBuildPanel::before {
    border-color: #ccc transparent transparent;
    bottom: -16px;
    z-index: 9998
}

.CardBuildPanel::after {
    border-color: #fff transparent transparent;
    bottom: -14px;
    z-index: 9999
}

.CardBuildPanel h5 {
    height: 27px;
    margin: 9px 0;
    font-size: 13px;
    font-weight: 700;
    color: #444;
    display: flex;
    align-items: center;
    gap: 4px
}

.CardBuildPanel p {
    margin: 0;
    color: #5e5e5e;
    font-size: 11px;
    font-weight: 400
}

.CardBuildPanel button {
    padding: 8px 20px;
    margin-top: 16px;
    border-radius: 6px;
    width: 100%;
}

.Build-Now-Btn {
    background-color: #FF0000;
    color: #fff;
    outline: 0;
    border: none
}

.build-cont-explore {
    display: none
}

.CardBuildPanel .blink-text {
    display: none!important
}

.BYOTA {
    position: absolute;
    right: 12px;
}

.BYOTA3 {
    bottom: 120px;
    box-shadow: 0 2px 3px 0 rgba(3,25,49,.1),0 6px 6px 0 rgba(3,25,49,.09),0 14px 8px 0 rgba(3,25,49,.05),0 25px 10px 0 rgba(3,25,49,.01),0 39px 11px 0 rgba(3,25,49,0);
    border-radius: 33px;
    width: 56px;
    height: 56px;
    border: .5px solid rgba(225,225,225,1);
    background: #fff
}

.BYOTA3 img {
    transform: translate(-4%,4%);
}

@media (max-width: 768px) {
    dotlottie-player {
        clip-path:inset(0 round 14px)
    }

    .BYOTOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.5);
        z-index: 0;
        display: none
    }

    .build-mob #hamburger {
        display: none
    }

    .CardBuildPanel {
        bottom: 0;
        max-width: 100%;
        right: auto;
        left: 0;
        z-index: 999;
        display: none;
        padding: 16px 16px 30px;
        border-radius: 16px 16px 0 0
    }

    .CardBuildPanel button {
        display: block;
        width: 100%
    }

.build-cont-explore a {
    color: #ff0000;
    text-decoration: none;
}

    .build-cont-explore {
        border: 1px solid #FF0000;
        color: #FF0000;
        background: 0 0
    }

    .CardBuildPanel::after {
        display: none
    }

    .build-mob {
        position: relative;
        overflow: hidden;
        height: 100vh
    }

    .BYOT_text {
        gap: 12px;
        align-items: center
    }

    .CardBuildPanel .blink-text {
        margin: 0;
        font-size: 11px;
        font-weight: 500;
        color: #ff9002;
        display: inline-block!important;
        border: 1px solid #ff9002;
        background: #fef3e9;
        border-radius: 24px;
        padding: 3px 10px;
        height: 25px
    }

    .star-icon {
        color: #ff9002
    }

    .NoAnimate .CardBuildPanel {
        display: block
    }
}

@media screen and (max-width: 768px) {
    .build-mob .bootstrap4_header {
        z-index:1
    }

    .BYOTA1 {
        bottom: 0px;
        right: 0px;
    }

    .BYOTA2,.BYOTA3 {
        bottom: -125px;
        opacity: 0;
    }

    .chatBoatSectionNew .chatBoatNewUI {
        right: 22px;
        bottom: 58px
    }

    .CardBuildPanelHidden .BYOTA1 {
        /* animation: sample1 1s 1s forwards linear; */
    }

    .CardBuildPanelHidden .BYOTA2 {
        animation: sample2 20s 2s forwards linear;
        box-shadow: 0 39px 11px 0 #03193100;
        border: .5px solid #e1e1e1;
        background: #fff;
        padding: 3px 3px 3px 0;
        align-items: center;
        border-radius: 16px 28px 28px 16px;
        justify-content: space-between;
        display: flex;
        width: 220px;
    }

    .CardBuildPanelHidden .BYOTA3 {
        animation: sample3 .2s 22s forwards linear
    }

    .CardBuildPanelHidden .BYOTA2,.CardBuildPanelHidden .BYOTA3 {
        bottom: 67px;
        right: -3px;
        transform-origin: right center
    }

    .BYOTAnimBox,.BYOTNoAnimBox {
        right: 24px;
        bottom: 65px;
        height: auto
    }

    .holidays .BYOTNoAnimBox.BYOTAnimBox {
        bottom: 145px;
    }

    .holidays_srp_view_page .BYOTNoAnimBox.BYOTAnimBox {
        bottom: 9px;
        right: 16px
    }

    .BYOTA2 p {
        margin: 0;
        color: #444444;
        font-weight: 700;
        padding: 0 0 0 16px;
        white-space: nowrap
    }

    .NoAnimate .BYOTOverlay {
        display: block
    }
    .chatBoatSectionNew {
    display: none;
}

.build-mob .chatBoatSectionNew {
    display: none!important;
}
}

@media screen and (min-width: 768px) {
    .BYOTA1,.BYOTA2,.NoAnimate .CardBuildPanel {
        display:none
    }

    .BYOTCardAnimBox {
        transform: translateY(200px);
        transition: .7s all ease;
        opacity: 0;
        pointer-events: none
    }

    .BYOTCardAnimBox.animate {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all
    }
}

@keyframes sample1 {
    0%,95% {
        bottom: 0;
        opacity: 1;
        transform: scale(1)
    }

    100% {
        bottom: 300px;
        opacity: 0;
        transform: scale(0)
    }
}

@keyframes sample2 {
    0% {
        bottom: -125px;
        opacity: 0;
        transform: scale(0)
    }

    1%,99% {
        bottom: 0;
        opacity: 1;
        transform: scale(1);
        transform-origin: right center
    }

    100% {
        bottom: 200px;
        transform: scale(0);
        opacity: 0
    }
}

@keyframes sample3 {
    0% {
        bottom: -125px;
        transform: scale(0);
        opacity: 0
    }

    100% {
        bottom: 0;
        transform: scale(1);
        opacity: 1;
        transform-origin: right center
    }
}

.build-mob .sticky-bottom {
    display: none
}

.blink-text {
    animation: blink 1s infinite
}
.byot-enabled.onBehalfLoginOnPortal .CardBuildPanelBody{
    display: none;
}

@keyframes blink {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}
.TravelFooterTapWrapper {
    display: none;
}

.build-mob .saleassist,.build-mob .strike-incoming-call-popup{
    display:none!important;
}
.CardBuildPanelBody {
    position: relative;
    z-index: 99;
    display: none
}

.byot-enabled.noLoginOnPortal .CardBuildPanelBody {
    display: block
}

.byot-enabled.onBehalfLoginOnPortal .CardBuildPanelBody {
    display: none
}
#srpContent.onBehalfLoginOnPortal .sa-live-call-widget-btn-container, #srpContent.onBehalfLoginOnPortal .strike-incoming-call-popup{
   display: none!important; 
}
.holiday_revamp .onBehalfLoginOnPortal .sa-live-call-widget-btn-container,.pdp_container.onBehalfLoginOnPortal .sa-live-call-widget-btn-container{
   display: none!important; 
}
.byot-enabled.onBehalfLoginOnPortal .strike-incoming-call-popup{
   display:none; 
}

.tacy-container:not(:hover) span.chatBoatNewUIText.showDataTasy {
    opacity: 1;
    transform: translateX(0);
}
/* pathFind css End here */

#pinDivB2BLoginText h5 a {
    color: red;
    display: flex;
    clear: both;
    margin: 15px 0px 0px;
	font-size:13px;
}
