/*!
 * Start Bootstrap - Creative v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
@-webkit-keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }

    to {
        background-position: 500px 1000px, -400px 800px, 300px 300px;
    }
}

@keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }

    to {
        background-position: 500px 1000px, -400px 800px, 300px 300px;
    }
}

@keyframes moveB {
    0%, 10%, to {
        transform: translate3d(0, 0, 0);
    }

    12.5%, 22.5%, 87.5%, 97.5% {
        transform: translate3d(0, -15px, 0);
    }

    25%, 35%, 75%, 85% {
        transform: translate3d(0, -30px, 0);
    }

    37.5%, 47.5%, 62.5%, 72.5% {
        transform: translate3d(0, -45px, 0);
    }

    50%, 60% {
        transform: translate3d(0, -60px, 0);
    }
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-tap-highlight-color: #212529;
}

hr {
    border-width: 1px;
    border-color: #c2c0da;
    margin: 10px 0;
}

    hr.light {
        border-color: #fff;
    }

a {
    color: #eb2226;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

    a:hover {
        color: #f05f40;
    }

h1, h2, h3, h4, h5, h6 {
    color: #082d48;
    font-family: 'Roboto Condensed', sans-serif;
}

.bg-primary {
    background-color: #014382 !important;
    color: #fff;
}

.bg-dark {
    background-color: #212529 !important;
}

.text-faded {
    color: rgba(255, 255, 255, .7);
}

section {
    padding: 4rem 0 0;
}

.section-heading {
    margin-top: 0;
    font-size: 30px;
    font-weight: 300;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

#mainNav, #mainNav .navbar-brand {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    padding: 3px 1rem;
}

    #mainNav .navbar-brand {
        font-weight: 700;
        text-transform: uppercase;
        color: #f05f40;
    }

        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
            color: #f05f40;
        }

    #mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
        color: #f05f40 !important;
        background-color: transparent;
    }

        #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
            background-color: transparent;
        }

@media (min-width:992px) {
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, .7);
    }

        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
            color: #fff;
        }

    #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: .5rem 1rem;
    }

    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, .1);
        background-color: #eb2226;
    }

        #mainNav.navbar-shrink .navbar-brand {
            color: #f05f40;
        }

            #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
                color: #f05f40;
            }

        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
            color: #ffeb3b;
        }
}

header.masthead {
    padding-top: 0;
    padding-bottom: calc(10rem - 56px);
    overflow: hidden;
}

    header.masthead hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    header.masthead h1 {
        font-size: 2rem;
    }

    header.masthead p {
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

@media (min-width:768px) {
    header.masthead p {
        font-size: 1.15rem;
        text-shadow: 0 0 2px #333;
        text-align: right;
    }
}

@media (min-width:992px) {
    header.masthead {
        padding-top: 0;
        padding-bottom: 0;
        display: block !important;
        /* margin-top: 76px; */
    }

        header.masthead h1 {
            font-size: 3rem;
        }
}

@media (min-width:1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
}

.service-box {
    max-width: 400px;
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
}

    .portfolio-box .portfolio-box-caption {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        color: #fff;
        background: rgba(227, 30, 36, .8);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        transition: all .2s;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
            text-align: center;
        }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                padding: 0 15px;
                font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-size: 18px;
            }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

    .portfolio-box:focus {
        outline: 0;
    }

@media (min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.text-primary {
    color: #eb2226 !important;
}

.btn {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
    padding: 1rem 2rem;
}

.btn-primary {
    background-color: #3954a1;
    border-color: #0c5589;
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        background-color: #d62225 !important;
        border-color: #c71a1f;
    }

    .btn-primary:active, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5) !important;
    }

a.btnTopNav {
    font-size: 30px;
    color: #fff;
    margin: 15px 40px 0 0;
}

.dropdown-menu.open ul.dropdown-menu.inner {
    display: block;
    max-height: 250px !important;
}

.homeSearch .btn-group {
    width: 100% !important;
}

.homeSearch .col-lg-3, .homeSearch .col-lg-6 {
    padding: 0 1px;
    margin-bottom: 10px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding: 15px 25px 15px 10px;
    z-index: 1;
    background: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li a, ol.sidenavlink li a {
    color: #333;
    float: left;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 15px;
}

    .bootstrap-select.btn-group .dropdown-menu li a:hover {
        background: #f4f4f4;
    }

.bootstrap-select.btn-group .no-results {
    padding: 1%;
    background: #eb2226;
    margin: 0 5px;
    white-space: nowrap;
    float: left;
    color: #fff;
    width: 98%;
}

.dropdown-toggle .glyphicon {
    color: #eb2226;
    margin-right: 6px;
}

.selectCity i.glyphicon {
    font-size: 21px;
}

.sidebar_layer, .sidebar_shadow {
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 99999;
    top: 0;
}

.sidebar_shadow {
    background-color: rgba(0, 0, 0, .25);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    width: 100%;
    transition: all .3s ease-out;
}

    .sidebar_shadow.show {
        visibility: visible;
        opacity: 1;
    }

.sidebar_layer {
    background-color: #fff;
    min-height: auto;
    width: 320px;
    padding: 10px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .3s;
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
}

.navlink.company-logo {
    margin-bottom: 20px;
}

ol.sidenavlink {
    padding: 0;
    margin: 0;
}

    ol.sidenavlink li {
        list-style-type: none;
        margin: 0;
    }

        ol.sidenavlink li a {
            color: #eb2226;
            font-weight: 600;
            border-bottom: 1px dotted #eb2226;
        }

.sidebar_layer.active {
    transition: .3s;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

ol.sidenavlink li a:hover {
    background: #eb2226;
    color: #fff;
    text-decoration: none;
}

.MobileAppSec {
    color: #fff;
    background: url(../img/header2.jpg);
}

    .MobileAppSec h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 30px;
        font-weight: 700;
    }

        .MobileAppSec h2 span {
            font-size: 34px;
            display: block;
        }

    .MobileAppSec h3 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 48px;
        font-weight: 100;
    }

a.AppDownload img {
    border-radius: 6px;
}

.noPadding {
    padding: 0 !important;
}

.homeSearch .btn-group {
    padding-right: 3px;
}

.searchRow {
    position: absolute;
    top: 23%;
    width: 100%;
}

.NoMarginBottom {
    margin-bottom: 0 !important;
}

#docConsole h5 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

#docConsole .media-heading {
    margin: 3px;
    font-size: 18px;
    font-weight: 600;
}

#docConsole p {
    font-size: 14px;
}

    #docConsole p.text-info-small {
        font-weight: 600;
        color: #182884;
        font-size: 12px;
    }

.row.specificationRow {
    margin-bottom: 40px;
}

.specificationRow .col-md-2 {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

    .specificationRow .col-md-2:last-child {
        border-right: 0 dashed #fff;
    }

.specificationRow a {
    color: #fff;
    font-size: 14px;
}

.carousel-caption, .promoBar {
    position: absolute;
    color: #fff;
    text-align: center;
}

.promoBar {
    height: 60px;
    background: #009688;
    bottom: 0;
    font-size: 23px;
    width: 100%;
    padding: 10px;
}

span.specificationImg {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #eb2226;
    padding: 20px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 6px;
}

.carousel-caption {
    padding: 10px 30px;
    margin: auto;
    right: 12%;
    bottom: -5%;
    width: 70%;
    z-index: 10;
    left: auto;
    text-align: right;
    text-transform: uppercase;
}

.support-button {
    z-index: 5000;
    position: fixed;
    top: 50vh;
    right: -30px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 100px;
    box-shadow: -4px 3px 6px rgba(0, 0, 0, .3);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 3px;
    z-index: 99;
    border: 0;
    outline: 0;
    background-color: #eb2226;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
}

    #myBtn:hover {
        background-color: #555;
    }

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

a#appDwnd {
    font-size: 12px;
    padding: 6px 20px !important;
    border-left: 1px solid rgba(255, 255, 255, .45);
}

.dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

ul.dropdown-menu.show {
    padding: 6px 0;
    width: 100%;
}

.dropdown-menu a:hover {
    text-decoration: none;
    background: #f4f4f4;
}

#mainNav .navbar-nav > li > a.nav-link.bookOnCall, #mainNav .navbar-nav > li > a.nav-link.bookOnCall:focus {
    padding: 8px 25px !important;
    font-size: 12px;
    border-right: 1px solid rgba(255, 255, 255, .45);
    border-image: url(../images/border.png) 1 stretch;
}

h4.modal-title {
    margin: 0;
    line-height: normal;
    font-size: 18px;
    float: left;
    width: 75%;
    color: #fff;
}

.modal-header {
    min-height: 16.43px;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #3954a1;
    color: #fff;
}

button.close {
    color: #fff;
    opacity: 1;
}

.modal-content {
    border-radius: 8px;
}

iframe.youtubeVideo {
    width: 100%;
    height: calc(100vw*(.225)) !important;
}

.socialIcons a {
    display: inline-block;
}

.t-fb {
    color: #44609e;
}

.t-tw {
    color: #1da1f2;
}

.t-lk {
    color: #007bb6;
}

.t-gp {
    color: #dd4b3c;
}

.t-ps {
    color: #b92a1a;
}

.full-container {
    padding: 0 20px;
}

.dataTables_wrapper table, .noMargin, td.collapse.in table.dataTable {
    margin: 0 !important;
}

.filterBar label {
    background: #e2e2e2;
    font-weight: 700;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px !important;
}

.youSave {
    background: #124680;
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
}

.text-red {
    color: #eb2226;
}

tr.accordion-toggle td:last-child:after, tr.accordion-toggle.collapsed td:last-child:after {
    font: 14px/1 FontAwesome;
    float: right;
    color: #000;
    content: "\f078";
    margin-top: 4px;
}

tr.accordion-toggle td:last-child:after {
    content: "\f077";
}

td.collapse.in {
    display: table-cell;
    padding: 0;
}

.accordion-body {
    padding: 0 !important;
}

.table-sub td {
    background: #ececec;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.page-Subheader {
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 9px;
    color: #eb2226;
}

.mainContent {
    padding: 0 15px;
}

.section1st {
    margin-top: 87px;
    padding-top: 20px;
}

.col-xs-12, footer {
    float: left;
    width: 100%;
}

.collapsepanel.collapsed::after, .collapsepanel::after {
    font: 14px/1 FontAwesome;
    content: "\f077";
    float: right;
    color: #fff;
    margin-top: 4px;
}

.collapsepanel.collapsed::after {
    content: "\f078";
}

td .btn-smg {
    margin: -3px 0;
}

.btn-smg {
    padding: 4px 0;
    font-size: 13px;
    line-height: 1.25;
    border-radius: 3px;
    height: inherit;
    min-width: 28px;
}

footer {
    display: block;
    padding: 20px;
    font-size: 12px;
    background-color: #5c9498 !important;
}

.page-header {
    margin-top: 0;
    font-size: 30px;
    font-weight: 300;
}

.selectable tbody tr.selected {
    background-color: #a8d1ff;
}

.dataTables_wrapper .col-sm-12, .homeSearch .dropdown-menu, ul.listType2 {
    padding: 0;
}

.ui-datepicker-inline {
    max-width: 100%;
}

.fullwidth {
    width: 100%;
}

.PanelLB2 {
    background: #fff;
    color: #315783;
}

ul.listType2 li {
    list-style-type: none;
}

    ul.listType2 li:before {
        content: "\e013";
        font-family: 'Glyphicons Halflings';
        display: inline-block;
        margin-left: -1.3em;
        width: 25px;
        font-size: 8pt;
        vertical-align: baseline;
        color: #d61a2b;
    }

.PriceDiv {
    font-size: 50px;
    background: #d61a2b;
    color: #fff;
    padding: 0 10px;
    text-align: center;
    float: right;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

td.accordion-body.collapse.show {
    display: table-cell !important;
    width: 100%;
}

.cliseSideNev {
    float: right;
    font-size: 40px !important;
    font-weight: 100;
    padding: 12px 0;
    cursor: pointer;
}

.homeSearch .bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    border-bottom: 1px dashed #ccc;
    display: block;
    float: left;
    width: 100%;
}

    .homeSearch .bootstrap-select.btn-group .dropdown-menu li a span.text {
        display: inline-block;
        margin-left: 6px;
        width: 90%;
    }

small.text-muted {
    float: right;
    color: #eb2226;
    margin-right: 10px;
}

.shopcart {
    position: fixed;
    z-index: 105;
    border-radius: 50%;
    top: 95px;
    font-size: 35px;
    color: #fff;
    background-color: #eb2226;
    left: initial;
    right: 85px;
    display: block;
    box-shadow: 0 3px 8px #999;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.shopcart-qty {
    position: absolute;
    top: 0;
    right: -8px;
    padding: 4px 8px;
    white-space: nowrap;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    background-color: #124680;
    opacity: 1;
    display: inline;
    line-height: normal;
}

.datepicker {
    background: #fff url(../images/icon_calendar.png) no-repeat;
    background-position: 98% 4px;
}

.articleHead {
    font-size: 21px;
    font-weight: 600;
}

.Artborder {
    border-bottom: 1px dashed #e4e4e4;
    margin: 30px 0;
}

.mfp-figure small, .navbar .dropdown-toggle::after {
    display: none;
}

div.mydiv {
    width: 48px;
    height: auto;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
}

#clickme, .quick_links li > a {
    color: #fff;
    text-align: center;
}

#clickme, .quick_hover {
    position: absolute;
    top: 0;
}

#clickme {
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    background: #eb2226 url(../images/minusIcon.png) no-repeat center center;
    left: -29px;
    width: 28px;
    height: 32px;
    padding: 0;
}

    #clickme.plus {
        background: #eb2226 url(../images/plusIcon.png) no-repeat center center;
    }

.quick_links {
    left: 0;
    position: relative;
    top: 0;
    transition: all .5s ease 0s;
    width: 48px;
    z-index: 50;
}

.quick_hover {
    display: none;
    background: url(../images/quick_links_icons/bg.png) 0 0;
    height: 303px;
    left: 92px;
    padding: 10px 20px;
    width: 370px;
    z-index: 1113;
}

.quick_links li > a {
    background-color: #e31e24;
    display: block;
    font-size: 11px;
    padding: 7px;
    text-transform: uppercase;
}

    .quick_links li > a:hover {
        text-decoration: none;
        background-color: #cc2125;
    }

    #clickme, .qh_a .fa, .quick_links li > a > span {
        display: block;
    }

.quick_links li, .quick_links ol, .quick_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quick_links li {
    margin: 0 0 1px;
}

.qh_a .fa {
    font-size: 16px;
}

#clickme, img {
    border-radius: 4px;
}

@media (max-width:576px) {
    .row.homeSearch, a.btnTopNav {
        margin: 0;
    }

    .navbar a img {
        width: 133px;
    }

    nav#mainNav {
        padding: 3px 20px;
    }

    .alert.alert-primary .col-md-3, .homeSearch .col-md-3 {
        margin-bottom: 10px;
    }

    #cart img.media-object, .quick_box.mydiv {
        display: none;
    }

    .searchRow {
        top: 30%;
    }

    iframe.youtubeVideo {
        width: 100%;
        height: calc(100vw*(.45)) !important;
    }

    .moAppScr {
        position: relative !important;
        top: 0 !important;
    }

    header.masthead {
        padding-bottom: 0;
    }

    .h3, h3 {
        font-size: 18px;
        font-weight: 400;
    }

    .section1st {
        margin-top: 52px;
        padding-top: 10px;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .col-lg-2.col-sm-4 {
        margin-bottom: 20px;
    }

    .carousel-control-prev {
        left: 0 !important;
        top: 40% !important;
    }

    .carousel-control-next {
        right: 0 !important;
        top: 40% !important;
    }

    .media-right, .media.DocBox {
        display: block;
        position: relative;
    }

    .media-right {
        display: block !important;
        width: 100%;
    }

    .media.DocBox .media-right p:first-child {
        display: none;
    }

    .row .col-sm-6 {
        margin-bottom: 10px;
    }

    .shopcart {
        right: 10px;
        top: 85%;
    }

    .ui-datepicker-inline {
        width: 100% !important;
    }

    .page-header {
        margin-top: 0;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    #cart a.btn.btn-danger {
        padding: 6px 3px;
        font-size: 90%;
    }

    .AppDownload {
        width: 100%;
        display: block;
        text-align: center;
    }

    ol.sidenavlink li a {
        padding: 8px 10px;
        float: left;
        display: block;
        width: 100%;
        font-size: 10pt;
        color: #eb2226;
        font-weight: 400;
        border-bottom: 1px dotted #eb222642;
    }

        ol.sidenavlink li a fa {
            margin-right: 8px;
        }

    .lead {
        font-size: 1.1rem;
    }

    .PriceDiv {
        font-size: 35px;
    }

    .form-group {
        margin-bottom: .5rem;
    }

    form.form-horizontal .col-md-4.col-4 {
        padding: 0;
    }

    .text-right {
        text-align: left !important;
    }
}

.lower-rom-list {
    list-style-type: lower-roman;
    margin-bottom: 15px;
    margin-top: 15px;
}

ol.custom-list {
    list-style-type: none;
    counter-reset: item;
    margin-top: 15px;
}

    ol.custom-list > li {
        display: table;
        counter-increment: item;
        margin-bottom: .6em;
    }

        ol.custom-list > li > p {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

        ol.custom-list > li:before {
            content: counters(item, ".") ". ";
            display: table-cell;
            padding-right: .6em;
        }

li ol > li:before {
    content: counters(item, ".") " ";
}

ul.lower-alpha-list {
    list-style-type: lower-alpha;
}

table.band-table {
    border-collapse: collapse;
    margin-top: 25px;
    width: 100%;
    border: 1px solid #e0e0e5;
}

.g-footer-column-links.responsive-hide {
    margin-bottom: 30px;
}

.g-footer-column-links div {
    margin: 6px 0;
}

    .g-footer-column-links div a {
        margin: 6px 0;
        display: block;
        color: #000;
        font-size: 10pt;
    }

        .g-footer-column-links div a:hover {
            color: #1994d7;
            text-decoration: underline;
        }

footer h6 {
    font-weight: 600;
    padding: 6px 0;
}

.hide {
    display: none !important;
}

.homeSearch {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    background: rgba(30, 51, 90, .76);
    padding: 15px;
    border-radius: 4px;
    width: 300px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.homeSearch .form-control {
    padding: 10px 25px 10px 10px;
    background-color: #fff;
    background-position: 98% 9px;
    border: 0;
}

.homeSearch label {
    font-weight: 600;
    margin: 3px;
    color: #fff;
    text-transform: uppercase;
}

.homeSearch span {
    font-size: 80%;
}

.carousel-caption h2 {
    font-size: 50pt;
    font-family: 'Condiment', cursive;
    color: #ffda3f;
}

.withBG {
    border-color: transparent;
    background-color: rgba(241, 225, 86, .95);
}

.cardRed {
    background: #f93648;
    border: 0;
}

    .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item.active, .cardOrange *, .cardParple *, .cardRed, .cardRed * {
        color: #fff;
    }

.cardOrange {
    background: #fa9a03;
    color: #fff;
    border: 0;
}

.cardParple {
    background: #b028dd;
    color: #fff;
    border: 0;
}

.margin10 {
    margin: 10px;
}

#testimonials .card {
    background: 0 0;
}

.hero-unit {
    padding: 3px 0;
    margin-bottom: 0;
    border-radius: 4px 4px 4px 0;
    position: relative;
    width: max-content;
}

section#about {
    background: beige;
}

#testimonials .card-body i.fa.fa-quote-right {
    font-size: 40px;
    color: #666;
    margin: 15px 0;
}

#testimonials .card-body {
    background: #fff;
    border-radius: 4px;
}

#testimonials .card img {
    width: 90px;
    border-radius: 200px;
    box-shadow: 0 4px 10px #c3c3c3;
    margin: 0 auto 10px 0;
    border: 4px solid #fff;
}

#testimonials .carousel-inner {
    padding: 0 3px 50px;
}

section#testimonials {
    padding-bottom: 4rem;
}

.bg-fb {
    background: #44609e !important;
}

.bg-tw {
    background: #1da1f2 !important;
}

.bg-yt {
    background: #e32525 !important;
}

.bg-gp {
    background: #dc5246 !important;
}

.bg-ig {
    background: #6c27b3 !important;
}

.bg-ps {
    background: #ee3134 !important;
}

.bg-bl {
    background: #fe6700 !important;
}

.noHeader {
    margin: 121px 0 0;
    padding: 0;
    background: #e31e24;
}

ol.breadcrumb {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.breadcrumb-item a, .breadcrumb-item a:active, .breadcrumb-item a:visited {
    color: #ff0;
}

.sidetab .nav-tabs .nav-item {
    margin-bottom: 4px;
    width: 100%;
    box-shadow: 7px 0 8px #fff;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
    overflow: hidden;
}

.sidetab .nav-tabs {
    border: 0;
    display: block;
}

    .sidetab .nav-tabs .nav-link {
        border-radius: 5px 0 0 5px;
        font-weight: 500;
        padding: 6px;
        border: 1px solid #d0cce6;
        border-right: none;
        font-size: 16pt;
        color: #1c2348;
        background: #ebe8ff;
        font-family: 'Roboto Condensed', sans-serif;
        float: left;
        display: block;
        width: 100%;
    }

    .sidetab .nav-tabs .nav-item .nav-link.active {
        background: #fff;
        color: #e31e24;
    }

.sidetab .tab-content {
    background: #fff;
    border-radius: 0 4px 4px 4px;
    border: 1px solid #d0cce6;
}

.tncLink {
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group .waves-input-wrapper .form-controls {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none;
    }

    .input-group > .input-group-append > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.form-controls {
    display: block;
    width: 100%;
    padding: 6px 6px 7px;
    height: 100%;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.nav-pri * {
    font-size: 13px;
}

.nav-sec * {
    font-size: 12px;
}

.navbar-collapse .row {
    width: 100%;
}

ul.navbar-nav.nav-sec {
    width: max-content;
    float: right;
}

.socico * {
    font-size: 16px;
    padding: 3px 0;
    width: 32px;
    text-align: center;
}

.nav-pri .nav-link {
    color: #FFEB3B !important;
}

    .nav-pri .nav-link:focus, .nav-pri .nav-link:hover {
        color: #e31e24 !important;
    }

.nav-sec .nav-link:focus, .nav-sec .nav-link:hover {
    color: #000 !important;
}

nav.navbar {
    display: block;
    padding: 0;
}

.pl-0 {
    padding-left: 0;
}

.headerSearch > .container > .row {
    border-radius: 0 0 6px 6px;
    border: 1px solid #695fc3;
    border-top: none;
    background: -moz-linear-gradient(top, #786dde 0%, #786dde 1%, rgba(120, 109, 222, .75) 58%, rgba(120, 109, 222, .75) 100%);
    /* background: -webkit-linear-gradient(top, #786dde 0%, #786dde 1%, rgba(120, 109, 222, .75) 58%, rgba(120, 109, 222, .75) 100%); */
    background: -webkit-linear-gradient(top, #456c6e 0%, #405052 1%, rgb(92 148 152 / 67%) 58%, rgb(92 148 152 / 51%) 100%);
    /* background: linear-gradient(to bottom, #786dde 0%, #786dde 1%, rgba(120, 109, 222, .75) 58%, rgba(120, 109, 222, .75) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfffffff', GradientType=0 );
    position: relative;
}

.headerSearch label {
    font-size: 11px;
    padding: 0;
    color: #fff;
    display: block;
    margin-bottom: 3px;
    text-align: center;
}

.headerSearch .datepicker {
    border: 1px solid #695fc3;
    text-align: center;
    color: #000;
    border-radius: 6px;
    padding: 6px;
    background: #fff;
    background-image: url(../images/icon_calendar.png);
    background-image: url(../images/icon_calendar.png), linear-gradient(#fff, #ffe4e4);
    background-repeat: no-repeat;
    background-position: 96% 4px;
}

.headerSearch input[type=number], .headerSearch select {
    border: 1px solid #695fc3;
    text-align: center;
    color: #000;
    border-radius: 6px;
    background: #f7faff;
    background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ffe4e4));
    background: -moz-linear-gradient(top, #fff 0, #ffe4e4 100%);
    background: linear-gradient(top, #fff, #ffe4e4);
}

.headerSearch select {
    line-height: 29px;
    min-width: 200px;
}

.headerSearch input[type=number] {
    text-align-last: center;
    padding: 6px;
    width: 90px;
}

.headerSearch .waves-input-wrapper, .stDarkBG {
    width: 100%;
}

.headerSearch #ui-datepicker-div {
    z-index: 9999 !important;
}

.headerSearch .btn {
    font-size: 13px;
    border: 1px solid #981a1c;
}

.navbar-expand-lg .row {
    width: 100%;
    margin: 0;
}

.stDarkBG {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    height: 100%;
    text-align: center;
    padding-top: 45%;
    top: 0;
}

    .stDarkBG:hover {
        background: rgba(0, 0, 0, .65);
        text-shadow: 0 0 3px #000;
    }

.attrHead {
    font-size: 16px;
    text-shadow: 0 0 3px #000;
    margin-bottom: 6px;
}

.attrSubHead {
    height: 16px;
    overflow: hidden;
    line-height: 15px;
    display: none;
}

p.movingText {
    position: relative;
    height: 75px;
    overflow: hidden;
    animation: moveB 14s;
    animation-iteration-count: infinite;
    animation-delay: 1.8s;
    font-size: 13px;
    text-transform: uppercase;
}

.hero-unit h2 {
    font-size: 18pt;
    padding: 3px 0;
    margin: 0;
    text-transform: capitalize;
}

.navbar .row.bg-white {
    border: 1px solid #ececec;
}

.dropdown-item i.fa {
    margin-right: 4px;
}

.nav-pri {
    width: max-content;
    margin: auto;
}

.ean {
    border-radius: 6px;
}

.eanLink {
    cursor: pointer;
}

    .eanLink:hover {
        text-decoration: underline;
    }

.ui-datepicker {
    z-index: 99999 !important;
}

.tfnumber {
    padding: .5rem 1rem;
    margin-bottom: 0;
    color: #000;
    font-weight: 700;
}

#PageInnerFst {
    margin-top: 153px;
    padding: 40px 0;
}

.stDarkBG .btn-sm, .text-info-small {
    font-size: 12px;
}

.offers {
    background: #f7f6ff;
    border: 1px solid #ddd9ff;
    box-shadow: 0 0 3px #cecece;
    padding: 10px;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
}

.offerPriceTable .text-faded {
    color: rgba(88, 88, 88, .7);
}

.offerPriceTable {
    font-size: 16px;
    color: #001a2d;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 38px;
}

    .offerPriceTable .input-group {
        width: 120px;
    }

        .offerPriceTable .input-group .form-control {
            height: 38px;
            margin-top: 1px;
        }

.fa-4 {
    font-size: 7em;
}

.fa-3 {
    font-size: 4em;
}

.fa-2 {
    font-size: 1.5em;
    min-width: 24px;
    text-align: center;
}

.orderTab {
    font-size: 17px;
}

    .orderTab .nav-link {
        font-family: 'Roboto Condensed', sans-serif;
        background-color: #eceaff;
        background: -moz-linear-gradient(top, #f9f9f9 0, #fbfcfd 18%, #eceaff 31%, #ecf2f9 73%, #eceaff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(18%, #fbfcfd), color-stop(31%, #eceaff), color-stop(73%, #ecf2f9), color-stop(100%, #eceaff));
        background: -webkit-linear-gradient(top, #f9f9f9 0, #fbfcfd 18%, #eceaff 31%, #ecf2f9 73%, #eceaff 100%);
        background: -o-linear-gradient(top, #f9f9f9 0, #fbfcfd 18%, #eceaff 31%, #ecf2f9 73%, #eceaff 100%);
        background: linear-gradient(to bottom, #f9f9f9 0, #fbfcfd 18%, #eceaff 31%, #ecf2f9 73%, #eceaff 100%);
        color: #333;
        font-weight: 500;
        border-color: #dfddfd #dfddfd transparent;
    }

        .orderTab .nav-link.active {
            color: #1994d7;
            background: #fff;
            border-color: #ddd #ddd #fff;
        }

.tab-content {
    padding: 15px;
    border: 1px solid #dfddfd;
    border-top: 1px solid transparent;
}

.PriceSummary p {
    margin-bottom: .5rem;
}

spam.mediasteo {
    font-size: 70px;
    line-height: 70px;
    color: #bab6e4;
    width: 50px;
    display: block;
}

.checkBig {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}

.form-group label {
    padding-left: 3px;
    font-weight: 600;
}

.iconBig {
    font-size: 50px;
    line-height: 50px;
    color: #bab6e4;
}

.sidetab .nav-tabs .nav-links img {
    border: 1pz solid #333;
}

.sidetab .nav-tabs .nav-item img {
    border: 3px solid #fff;
    box-shadow: 0 0 1px #333;
    background: #fff;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.panel-default .panel-heading {
    color: #082d48;
    background-color: #fff;
    border-bottom: 1px solid #c2c0da;
    border-radius: 4px 4px 0 0;
    padding: 0 0 3px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
}

.panel-default .panel-body {
    padding: 15px;
    background: #f7f6ff;
    border: 1px solid #ddd9ff;
    margin-top: 10px;
    box-shadow: 0 0 3px #cecece;
    color: #000;
}

.panel-default .panel-heading:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all .5s;
    color: #ccc;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offerPriceTable2 {
    font-size: 18px;
    color: #001a2d;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

.panel-heading.collapsed:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.offerPriceTable2 .card h5 {
    color: #e31e24;
}

.offerPriceTable2 .card {
    box-shadow: 0 0 1px 0 #9990;
}

.imageheadingft {
    position: absolute;
    top: 10px;
    right: 15px;
    background: #e31e24;
    color: #fff;
    font-size: 18pt;
    padding: 3px 20px;
    font-weight: 100;
    border-radius: 4px;
}

.Rest-List {
    width: 175px;
}

.card.listBox, .panel-body.listBox {
    background: #fff;
}

    .card.listBox:hover, .panel-body.listBox:hover {
        background: #f7f6ff;
        color: #004886;
    }

.w-120p {
    width: 120px;
}

a.shoppingcart {
    background: #e31e24;
    font-size: 13px;
    color: #fff;
    padding: 4px 8px;
    display: block;
    border: 1px solid #981a1c;
    border-radius: 4px;
    float: right;
    width: 80px !important;
}

    a.shoppingcart sup {
        font-weight: 700;
        font-size: 9pt;
    }

    a.shoppingcart i {
        font-size: 16pt;
    }

.font-robo {
    font-family: 'Roboto Condensed', sans-serif;
}

.ui-datepicker-inline {
    width: 100% !important;
}

.media-headingB {
    margin-top: 3px;
    margin-bottom: 3px;
    color: #132a3a;
    font-size: 19px;
    font-weight: 500;
}

#stars * {
    font-size: 24px;
    color: #ff5722;
}

.UserImage {
    box-shadow: 0 0 2px #666;
    border: 8px solid #fff;
}

.text-small {
    font-size: 75%;
}

.profilebox {
    background: #393185;
    padding: 15px;
}

div.dataTables_paginate ul.pagination {
    float: right;
    margin-top: 10px !important;
}

.dashIconRow .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
}

.huge {
    font-size: 40px;
}

.dashIconRow .panel {
    background: #f7f6ff;
    border: 1px solid #ddd9ff;
    box-shadow: 0 0 3px #cecece;
}

input.form-control.Defence {
    background: #fff6f6;
    background-image: url(../images/India.png);
    background-image: url(../images/Indian_Flag.svg), linear-gradient(#fff, #ffe4e4);
    background-repeat: no-repeat;
    background-position: 0;
    padding: 6px 6px 6px 30px;
}

input.form-control.NoOfPWA {
    background: #fff6f6;
    background-image: url(../images/Divyang.png);
    background-image: url(../images/Divyang.png), linear-gradient(#fff, #ffe4e4);
    background-repeat: no-repeat;
    background-position: 0;
    padding: 6px 6px 6px 30px;
}

.faqTab .panel-heading {
    font-size: 12pt;
    font-weight: 500;
    background: #f4f2ff;
    color: #0c5589;
    border-radius: 4px;
}

.faqTab .panel-body {
    border-top-color: #e2dfff !important;
    background: #fff;
}

p.loginOr {
    border-bottom: 1px solid #e31e24;
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 0;
}

    p.loginOr > span {
        color: #fff;
        padding: 4px 6px;
        font-size: 12px;
        display: inline-block;
        border-radius: 60px;
        margin-bottom: -15px;
        line-height: 1.5;
    }

.cloSrcIco {
    position: absolute;
    background: #e31e24;
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    padding: 6px 10px;
    border: 1px solid #981a1c;
    border-radius: 6px;
    right: -20px;
    top: -20px;
    cursor: pointer;
}

.newsNpr .col-3 img {
    width: 100%;
    height: calc(100vw*(.12)) !important;
}

.newsNpr .panel-default .panel-heading {
    font-size: 16px;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.faq .panel.panel-info {
    border: 1px solid #ddd9ff;
    box-shadow: 0 0 3px #f4f2ff;
}

.BookTicFlt {
    display: none;
}

@media (max-width:767px) {
    .tblres .col-sm-12 {
        overflow: auto;
    }

    #HomeSlider .carousel-item .img-fluid {
        height: calc(100vw * (0.42)) !important;
    }

    .notifyjs-bootstrap-base {
        white-space: normal !important;
        max-width: 220px;
    }

    #OfferBookingInfo .modal-dialog {
        bottom: 20%;
        position: absolute;
        left: 10%;
        right: 10%;
    }

        #OfferBookingInfo .modal-dialog .col-md-6 {
            width: 50%;
        }

    .notifyjs-container {
        /*left: -85px !important;*/
        left: 0 !important;
        right: 0 !important;
        width: 278px;
    }

    .notifyjs-bootstrap-base.notifyjs-bootstrap-error {
        white-space: normal;
    }

    .sptitle .col-md-6 {
        width: 50%;
    }

    .sptitle .h2 {
        font-size: 22px !important;
        margin-top: 15px !important;
    }

    .media.block-list.offers.PriceSummary {
        top: 0 !important;
    }

    .finalPriceTable > .col-8, .finalPriceTable > .col-4 {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .finalPriceTable > .col-8 {
        padding-right: 0;
    }

    .finalPriceTable > .col-4 {
        padding-left: 0;
        text-align: right !important;
    }

    .offerPriceTable {
        font-size: 15px;
    }

    .totalAmount {
        min-width: 52px !important;
    }

    .carousel-caption {
        width: 90%;
    }

        .carousel-caption h2 {
            font-family: 'Roboto Condensed', sans-serif !important;
            line-height: 1 !important;
            font-size: 15pt;
            text-shadow: 0 0 5px #000;
            margin: 0;
        }

    .popup-gallery .col-lg-4 {
        max-width: 49%;
        display: inline-block;
        margin-bottom: 3px;
        padding-left: 3px;
    }

    section {
        padding: 1rem 0 0 !important;
    }

    .row.Expent {
        overflow: auto;
        white-space: nowrap;
        display: block;
    }

    .Expent .col-md-2 {
        max-width: 160px;
        display: inline-block;
    }

    li.nav-item.socico {
        display: none;
    }

    .srcli {
        padding: 6px 0 6px;
        border-top: 1px solid #f2f2f2;
        margin-top: 6px;
    }

    nav.navbar.fixed-top {
        max-height: 100%;
        overflow: auto;
    }

    .offset-2 {
        margin: 0 !important;
    }

    .media-left > img {
        width: 100px;
    }

    .offerPriceTable > .col-md-3.text-center {
        text-align: left !important;
    }

    .text-info-small.text-faded {
        display: none;
    }

    nav.navbar {
        box-shadow: 0 0 5px #333;
    }

    .collapse.show > .row {
        border-radius: 4px;
    }

        .collapse.show > .row > .col-md-12 {
            padding: 0;
        }

    .nav-pri > li > a {
        text-indent: 20px;
    }

    .nav-item:first-child .nav-link {
        border: 0;
    }

    .navbar .container {
        display: block;
        flex-wrap: nowrap;
    }

    .media.block-list.offers.EventDate {
        top: 0 !important;
    }

    .col-md-6 {
        margin-top: 10px;
    }

    .BookTicFlt, button.navbar-toggler {
        /*color: #5d55b7;*/
        color: #ecfc00;
        border: none;
        margin-top: 10px;
        float: right;
    }

    .BookTicFlt {
        border-radius: 6px;
        display: block;
        margin-right: 6px;
        padding: 0 4px;
        background: transparent;
        border: none;
        text-align: center;
        font-size: 10pt;
    }

    button.navbar-toggler {
        padding: 0;
    }

        button.navbar-toggler p {
            font-size: 10pt;
        }

        button.navbar-toggler i {
            font-size: 20pt;
            line-height: 32px;
        }

    .navbar-brand {
        margin-right: 0;
    }

    .headerSearch > .container > .row {
        bottom: 20%;
        position: absolute;
        left: 10%;
        right: 10%;
    }

    .offerPriceTable .col-md-4 .input-group.w-120p.pull-right {
        float: left;
    }

    .row.offerPriceTable.mt-2 {
        margin-top: 0 !important;
    }

    a.shoppingcart {
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }
}

.media-body .col-1, .media-body .col-10, .media-body .col-11, .media-body .col-12, .media-body .col-2, .media-body .col-3, .media-body .col-4, .media-body .col-5, .media-body .col-6, .media-body .col-7, .media-body .col-8, .media-body .col-9, .media-body .col-md-1, .media-body .col-md-10, .media-body .col-md-11, .media-body .col-md-12, .media-body .col-md-2, .media-body .col-md-3, .media-body .col-md-4, .media-body .col-md-5, .media-body .col-md-6, .media-body .col-md-7, .media-body .col-md-8, .media-body .col-md-9, .media-body .col-sm-1, .media-body .col-sm-10, .media-body .col-sm-11, .media-body .col-sm-12, .media-body .col-sm-2, .media-body .col-sm-3, .media-body .col-sm-4, .media-body .col-sm-5, .media-body .col-sm-6, .media-body .col-sm-7, .media-body .col-sm-8, .media-body .col-sm-9, .media-body .row {
    float: left;
    display: block;
}

.media-body .row {
    width: 100%;
}

.StampEdge {
    outline: 4px dashed #fff;
    outline-offset: -2px;
}

i.fa.box-icon {
    color: #fff;
    width: 22px;
    height: 18px;
    padding: 3px 0;
    text-align: center;
    border-radius: 4px;
}

i.fa.fa-facebook.box-icon, p.loginOr > span {
    background: #3954a1;
}

i.fa.fa-twitter.box-icon {
    background: #1da1f2;
}

i.fa.fa-instagram.box-icon {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    ;
}

i.fa.fa-youtube.box-icon {
    background: #e3000f;
}

i.fa.fa-tripadvisor.box-icon {
    background: #0daf88;
}

.progress.blue.font-robo {
    background-color: transparent !important;
}

strong.heading3 {
    font-size: 20px;
    line-height: 32px;
}

.alert-primary {
    color: #004085;
    background-color: #f7f6ff;
    border-color: #ddd9ff;
}

.panel-green .text-light {
    color: #fff !important;
}

.nav-sec .input-group {
    margin-right: 4px;
}

.overflow-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productListTable td {
    padding: 3px;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.productListTable th {
    padding: 10px 3px;
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.productListTable2 td, .productListTable2 th {
    font-size: 11pt;
}

ul.login {
    font-family: 'Roboto Condensed', sans-serif;
    border: none;
}

    ul.login a {
        padding: 6px 0;
        margin-right: 30px;
        font-size: 14pt;
        display: inline-block;
        color: #ccc !important;
        border: none !important;
        border-bottom: 2px solid #fff !important;
    }

        ul.login li a.active, ul.login a:hover {
            border-bottom: 2px solid #3954a1 !important;
            color: #3954a1 !important;
        }

.closepopup {
    background-color: #e3000f !important;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 36px;
    height: 36px;
}

    .closepopup:hover {
        color: #fff;
    }

.checkBig2 {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
}

.form-control {
    color: #000 !important;
}

#GuestLoginForm .form-control {
    border: none;
    box-shadow: 0 0 0 #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

    #GuestLoginForm .form-control:focus {
        border-bottom: 1px solid #005cbf;
    }

#GuestLoginForm .field-validation-error {
    padding: 0 .75rem;
}

#HomeSlider .carousel-control-prev, #HomeSlider .carousel-control-next {
    background-color: transparent;
    font-size: 50pt;
}

    #HomeSlider .carousel-control-prev i, #HomeSlider .carousel-control-next i {
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5098039215686274);
    }

#HomeSlider .carousel-control-prev {
    left: 20px;
}

#HomeSlider .carousel-control-next {
    right: 20px;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-controls:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-controls {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
}

.popup-gallery .col-lg-4 {
    float: left !important;
    display: inline-block !important;
}

.popup-gallery {
    display: block;
}

.pgbut {
    float: left;
    display: block;
    width: 100%;
}

.input-group .form-controls {
    width: auto;
}

section#testimonials {
    padding-bottom: 4rem;
    float: left;
    display: block;
    width: 100%;
}

.strikethrough {
    text-decoration: line-through;
}

.baseAmount {
    font-size: 85%;
    color: #ff0000;
}

.basePercentage {
    font-size: 85%;
    color: #1400b5;
    padding-left: 10px;
}

.panel-body.nobackimage {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 0 #fff;
    border: none;
}

.totalAmount {
    min-width: 65px;
    display: inline-block;
}

.notifyjs-bootstrap-base {
    font-size: 10pt;
    font-weight: normal;
    line-height: 20px;
    white-space: normal !important;
    width: 167px;
    text-align: left;
}

.headerSearch .ui-spinner {
    border-radius: 6px;
    border: 1px solid #695fc3;
}

#NoOfChildren, #NoOfAdults, #NoOfSCTZN, #NoOfDefencePersonal, #NoOfPWA {
    width: 113px;
    padding: 7px;
    margin: 0;
    background: #f7faff;
    background: -webkit-gradient(linear,center top,center bottom,from(#fff),to(#ffe4e4));
    background: -moz-linear-gradient(top,#fff 0,#ffe4e4 100%);
    background: linear-gradient(top,#fff,#ffe4e4);
}

#NoOfDefencePersonal {
    background: #fff6f6;
    background-image: url(../images/India.png);
    background-image: url(../images/Indian_Flag.svg),linear-gradient(#fff,#ffe4e4);
    background-repeat: no-repeat;
    background-position: 0;
    padding: 6px 6px 6px 45px;
}

#NoOfPWA {
    background: #fff6f6;
    background-image: url(../images/divyang.png);
    background-image: url(../images/divyang.png),linear-gradient(#fff,#ffe4e4);
    background-repeat: no-repeat;
    background-position: 0;
    padding: 6px 6px 6px 45px;
}


footer img {
    max-width: 100%;
}

.card-img-top {
    height: auto;
}

.panel-body {
    width: 100%;
}

#OfferBookingInfo .modal-content {
    border-radius: 6px;
    border: 1px solid #695fc3;
    background: -moz-linear-gradient(top,#786dde 0%,#786dde 1%,rgba(120,109,222,.75) 58%,rgba(120,109,222,.75) 100%);
    background: -webkit-linear-gradient(top,#786dde 0%,#786dde 1%,rgba(120,109,222,.75) 58%,rgba(120,109,222,.75) 100%);
    background: linear-gradient(to bottom,#786dde 0%,#786dde 1%,rgba(120,109,222,.75) 58%,rgba(120,109,222,.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfffffff',GradientType=0 );
    text-align: center;
}

#OfferBookingInfo .modal-dialog {
    width: 280px;
}

#OfferBookingInfo label {
    padding: 0;
    color: #fff;
    display: block;
    margin-bottom: 3px;
    text-align: center;
    margin-top: .75rem;
    font-size: .83em;
}

#OfferBookingInfo button {
    width: 100%;
    margin-top: 15px !important;
    font-size: 13px;
}

.cloSrcIco1 {
    position: absolute;
    background: #e31e24;
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    padding: 6px 10px;
    border: 1px solid #981a1c;
    border-radius: 6px;
    right: -20px;
    top: -20px;
    cursor: pointer;
    z-index: 99;
}

#OfferBooking_NoOfChildren, #OfferBooking_NoOfAdults, #OfferBooking_NoOfSCTZN {
    width: 100%;
    padding: 7px;
    margin: 0;
    background: #f7faff;
    background: -webkit-gradient(linear,center top,center bottom,from(#fff),to(#ffe4e4));
    background: -moz-linear-gradient(top,#fff 0,#ffe4e4 100%);
    background: linear-gradient(top,#fff,#ffe4e4);
}

#OfferBooking_NoOfDefencePersonal {
    width: 100%;
    padding: 6px 6px 6px 45px;
    margin: 0;
}

.TimeAvailable {
    display: block;
    font-size: 11pt;
    color: #ff0000;
    margin-top: 2px !important;
}

.pull-up {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    cursor: pointer;
    border: 1px solid #ccc;
}

    .pull-up:hover {
        -webkit-transform: translateY(-4px) scale(1.02);
        -moz-transform: translateY(-4px) scale(1.02);
        -ms-transform: translateY(-4px) scale(1.02);
        -o-transform: translateY(-4px) scale(1.02);
        transform: translateY(-4px) scale(1.02);
        -webkit-box-shadow: 0 14px 24px rgba(62,57,107,.2);
        box-shadow: 0 14px 24px rgba(62,57,107,.2);
        z-index: 999;
    }

.bg-note {
    background: #ece9ff;
    border: 1px dashed #c2c0da;
    font-size: 88%;
}

span.aerrowInfo {
    font-family: FontAwesome;
    font-size: 16px;
    background: #3954a1;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    height: 18px;
    width: 18px;
    position: relative;
    cursor: pointer;
    float: left;
}

    span.aerrowInfo:before {
        content: "\f106";
        position: absolute;
        transition: all .5s;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 4px;
        right: 4px;
        top: -4px;
    }

    span.aerrowInfo.down:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    span.aerrowInfo.up:before {
        top: -1px;
    }

.ckeckFL {
    margin-top: 3px
}

.lineTrhough {
    text-decoration: line-through
}

.display-table {
    display: table
}

/*  Corporate Landing Page */
.CorporateHead {
    background: url(/CR/images/CorporateBanner.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.lp-control {
    width: 100%;
    padding: 10px;
    background: none;
    border-bottom: 1px solid #fff;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #fff;
    color: #fff;
}

    .lp-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff !important;
        opacity: 1; /* Firefox */
    }

.bg-wow {
    background: rgba(224, 37, 49, 0.95)
}

.lp-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}

.lp-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
}

.CorporateHead .container {
    padding: 71px 0 20px;
}

.form-row {
    margin: 10px 30px 0px 30px;
}

.CorporateHead .lp-btn {
    width: 100%;
    padding: 10px;
    background: #ffffff;
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    color: #e3000f;
    cursor: pointer;
}

.form-lp-hed {
    margin: 20px 0 0;
    padding: 6px 20px 10px;
    font-size: 25px !important;
    background: rgb(202, 21, 33);
}

.lp-baner-txt-content h1, .lp-baner-txt-content h2 {
    line-height: 1
}

.lp-baner-txt-content > h4 {
    font-size: 21px;
}

.ban_ul {
    padding-left: 20px;
    margin: 0px;
    position: relative;
    margin-top: 5px;
}

    .ban_ul li {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        list-style: none;
        position: relative;
        padding-left: 0;
        color: #fff;
        font-family: 'Roboto Condensed',sans-serif;
    }

        .ban_ul li:before {
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f00c";
            margin-right: 10px;
        }

.upp {
    color: #fff;
    font-size: 35px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    text-shadow: 0px 4px 5px #000;
    text-transform: uppercase;
}

.lp-baner-txt-content {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.39) 52%, rgba(255,255,255,0.01) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.39) 52%,rgba(255,255,255,0.01) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.39) 52%,rgba(255,255,255,0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#03ffffff',GradientType=1);
    padding: 30px;
    text-shadow: 0px 2px 2px #000;
    position: relative;
    margin-top: 10%;
}

    .lp-baner-txt-content:after {
        position: absolute;
        width: 12px;
        height: 100%;
        background: #e3000f;
        content: "";
        top: 0px;
        left: -20px;
    }

select option {
    margin: 40px;
    background: #fff;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.bg-danger {
    background-color: rgb(224, 37, 49) !important;
}

.text-bold {
    font-weight: bold;
}

/*-- Remove Defence Tab --*/

@media (max-width: 767px) {
    .withoutDefence {
        width: 100% !important;
        padding: 0 !important;
    }

        .withoutDefence .ui-spinner {
            width: 50% !important;
        }
}

.withoutDefenceO .ui-spinner {
    width: 50% !important;
}

.promogr input, .promogr button {
    padding: 2px 10px;
    font-size: 15px;
}

.promogr button {
    background: #3954a1;
    border-color: #3954a1;
    color: #fff;
}

.text-small-red {
    font-size: 13px;
    color: #e31e24;
    text-align: right !important;
}

.loaderDiv {
    background: rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    padding: 20%;
}

    .loaderDiv img {
        width: 64px
    }

@-moz-document url-prefix() {
    @media (min-width:767px) {
        .headerSearch select {
            max-width: 100px;
        }
    }
}

.headerSearch .datepickerVD {
    width: 130px;
    text-align: left !important;
    padding-left: 10px !important;
}

.modal-text .modal-title {
    color: #fff;
    font-size: 1.15rem;
    display: inline-block;
    font-weight: bold;
}


.navbar .row.bg-darkgreen {
    border: 1px solid #4a6d70;
    background-color: #5c9498d9 !important;
    /*background-color: #5c9498c9 !important;*/
}

@media (min-width: 1190px) {
    #AttractionID, #VisitedDate {
        margin-top: 20px !important;
    }

    #btnBookNow {
        margin-top: 35px !important;
    }
}

@media (min-width: 1190px) {
    #AttractionID, #VisitedDate {
        margin-top: 20px !important;
    }
}

.tooltips {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltips .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #504747f7;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 5px;
        /* Position the tooltip */
        position: absolute;
        z-index: 999;
    }

    .tooltips:hover .tooltiptext {
        visibility: visible;
    }

* {
    margin: 0;
    padding: 0;
}

.fullscreen-video-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

    .fullscreen-video-container video {
        position: absolute;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: -1;
    }



====================================================================
feature section three
====================================================================

***/
.service-section-three {
    position: relative;
    padding: 128px 0 88px;
}

@media (max-width: 575.98px) {
    .service-section-three {
        padding: 80px 0 50px;
    }
}

.service-block-three {
    margin-bottom: 32px;
}

    .service-block-three .inner-box {
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .service-block-three .inner-box:hover {
            background-color: var(--theme-color-dark);
        }

            .service-block-three .inner-box:hover .image img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }

            .service-block-three .inner-box:hover .content-box:before {
                height: 100%;
            }

            .service-block-three .inner-box:hover .content-box .title a {
                color: var(--theme-color-white);
            }

        .service-block-three .inner-box .image {
            overflow: hidden;
        }

            .service-block-three .inner-box .image img {
                width: 100%;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

        .service-block-three .inner-box .content-box {
            background: rgba(247, 243, 238, 0.8);
            -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
            padding: 25px 30px 24px;
            position: absolute;
            bottom: 30px;
            left: 0;
            min-width: 270px;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .service-block-three .inner-box .content-box:before {
                background-color: rgba(var(--theme-color1-rgb), 0.84);
                -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px);
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 0;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

            .service-block-three .inner-box .content-box .title {
                line-height: 30px;
                margin-bottom: 0;
                -webkit-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .service-block-three .inner-box .content-box .title a {
                    color: var(--theme-color-dark);
                }

/***


