@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype');
    src: url('../fonts/Montserrat-Bold.otf') format('opentype');
    src: url('../fonts/Montserrat-Bold.woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Book';
    src: url('../fonts/Montserrat-Book.eot') format('embedded-opentype');
    src: url('../fonts/Montserrat-Book.otf') format('opentype');
    src: url('../fonts/Montserrat-Book.woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

body {
    font-family: 'Montserrat-Book' !important;
}

img {
    max-width: 100%;
}

a, a:hover {
    text-decoration: none;
}

.header {
    width: 100%;
    float: left;
}

.wrapper {
    width: 100%;
    float: left;
    background-color: #fff;
}

@media (min-width: 1159px) {
    body {
        background-color: #565a65 !important;
    }
}

/*---------------------------- LOGIN------------------------------*/

.login-header {
    width: 100%;
    float: left;
    min-height: 185px;
    background: #FF0000;
}

.login-wrap {
    width: 670px;
    display: inline-block;
    margin-top: -150px;
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin-bottom: 2rem;
}

.login-banner {
    width: 100%;
    float: left;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    background: white;
}

.login-content {
    width: 100%;
    float: left;
    /*padding: 10px 60px 40px 60px;*/
    text-align: left;
}

    .login-content h2 {
        font-size: 25px;
        margin: 0;
        padding: 0;
        padding-bottom: 5px;
        margin-bottom: 5px;
        color: #222e41;
        font-family: 'Montserrat-Bold';
    }

    .login-content label {
        color: #454e6e;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
    }

    .login-content .form-group {
        margin-bottom: 5px;
    }

    .login-content .form-control {
        border-radius: 5px;
        border: 1px solid #b9bbc0;
    }

.tp-btn {
    width: 100%;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    background: #FF0000;
}

    .tp-btn:hover {
        opacity: 0.6;
    }

.tp-btn-secondary {
    width: 100%;
    color: #fff;
    font-family: 'Montserrat-Bold';
    font-size: 22px;
    text-transform: uppercase;
    padding: 10px;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    background: #FF0000;
}

    .tp-btn-secondary:hover {
        opacity: 0.6;
    }

.tp-btn2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a87cb1+0,94afcd+100 */
    background: #a87cb1; /* Old browsers */
    background: -moz-linear-gradient(left, #a87cb1 0%, #94afcd 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a87cb1 0%,#94afcd 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a87cb1 0%,#94afcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a87cb1', endColorstr='#94afcd',GradientType=1 ); /* IE6-9 */
}

.mt50 {
    margin-top: 50px;
}

.login-forgot {
    margin-top: 10px;
    font-size: 14px;
}

    .login-forgot a {
        color: #f05574;
    }

.or-divider {
    text-align: center;
    width: 100%;
    float: left;
    padding: 0 0;
    position: relative;
    font-size: 15px;
    color: #999ba5;
}

    .or-divider strong {
        padding: 0 20px;
        background: #fff;
    }

    .or-divider:after {
        width: 100%;
        height: 1px;
        background: #dddee3;
        content: " ";
        position: absolute;
        top: 10px;
        left: 0;
        z-index: -1;
    }
/*---------------------------- CLOSE LOGIN------------------------------*/
.main-header {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee645a+0,f69f2e+100 */
    background: #FF0000;
}

.main-content {
    padding: 1.5rem 0rem 0rem 0rem;
    color: #646b85;
    min-height: 37rem;
}

.user-name {
    float: left;
    padding: 15px 0;
    padding-right: 15px;
}

.user-details {
    float: left;
    padding: 7px 0;
    padding-left: 15px;
    border-left: 1px solid #FF0000;
}

.other-details {
    float: left;
    padding: 15px 0;
    padding-left: 15px;
    border-left: 1px solid #FF0000;
}

.main-nav .navbar-brand {
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    line-height: inherit;
    white-space: nowrap;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb4a5e+0,ce534c+100 */
    background: #FF0000;
}

.dashboard-box {
    width: 100%;
    float: left;
    box-shadow: 0 2px 14px 0px #ccc;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 1rem 0;
    margin-bottom: 2rem;
    cursor: pointer;
}

    .dashboard-box:hover {
        box-shadow: 0px 0px 14px 0px #bbb;
    }

    .dashboard-box h3 {
        font-size: 1.6rem;
        margin: 0;
        padding: 0;
        color: #2e3b4e;
        font-family: 'Montserrat-Bold';
        margin-bottom: 10px;
    }

.dash-icon {
    padding: 15px 0;
    margin: 0;
    font-size: 4rem;
    height: 9rem;
}

.valueAdded-icon {
    padding: 15px 0;
    margin: 0;
    font-size: 3rem;
}

.dashboard-content {
    padding: 0 20px;
    margin: 0
}

.header-title-box {
    padding-bottom: 10px;
    font-size: 16px;
}

    .header-title-box h2 {
        font-size: 40px;
        margin: 0;
        padding: 0;
        color: #2e3b4e;
        font-family: 'Montserrat-Bold';
        margin-bottom: 5px;
    }

.grad-blue {
    background: linear-gradient(36deg, #FF0000, #FF0000 24%, #33AAFF 52%, #33C9FF 76%, #33F7FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.text-blue {
    color: #FF0000;
}

.dashbord-toggle {
    text-align: left;
    margin-top: 35px;
    border-top: 1px solid #e4e3e8;
    padding-top: 25px;
    line-height: 30px;
}

    .dashbord-toggle a {
        color: #646b85;
    }

.dashboard-box ul {
    margin-bottom: 0;
}

    .dashboard-box ul li {
        position: relative;
    }

    .dashboard-box ul .info-sub .schedule-drop::after {
        display: inline-block;
        content: ' ';
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }

    .dashboard-box ul .general-sub .schedule-drop::after {
        display: inline-block;
        content: ' ';
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
/*--------------------------- Issue Policy---------------------*/
.top-step {
    width: 100%;
    background: #e7e6eb;
}

    .top-step span {
        background: #96adcd;
        padding: 10px 15px 10px 35px;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        text-align: right;
    }

.top-breadcrumb {
    color: #FF0000;
    margin-bottom: 5px;
}

    .top-breadcrumb a {
        color: #FF0000;
    }

    .top-breadcrumb .fa {
        padding: 0 10px 0 15px;
        font-weight: bold;
    }

.form-wrap h2 {
    font-size: 40px;
    margin: 0;
    padding: 0;
    color: #2d3b50;
    font-family: 'Montserrat-Bold';
    margin-bottom: 5px;
}

.form-wrap hr {
    margin: 10px 0px;
}

.form-wrap h3 {
    font-size: 27px;
    margin: 0;
    padding: 0;
    color: #2d3b50;
    font-family: 'Montserrat-Bold';
    margin-bottom: 12px;
}

.form-wrap .form-control {
    border-radius: 5px;
    border: 1px solid #b8b7c4;
    padding: 5px 15px;
    min-height: calc(2.25rem + 2px);
    font-size: 0.90rem;
}

.uppercase {
    text-transform: uppercase;
}

.form-wrap .form-group {
    margin-bottom: 5px;
}

.form-wrap label {
    text-transform: uppercase;
    color: #505272;
    font-weight: 800;
    font-size: 0.82rem;
}

.form-type span {
    display: inline-block;
    padding: 15px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-right: 15px;
    min-width: 250px;
    text-align: center;
    color: #a1a4af;
}

    .form-type span.active {
        display: inline-block;
        padding: 15px 15px;
        border: 1px solid #f57046;
        border-radius: 10px;
        margin-right: 15px;
        min-width: 250px;
        text-align: center;
        color: #f57046;
    }
/*----------*/
.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
}

/*.selectdiv:after {
    content: '\f107';
    font: normal normal normal 20px/1 FontAwesome;
    color: #444c62;
right: 75px;
    top: 35px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}*/

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
    display: none;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */
    background: url(../images/down.jpg) no-repeat;
    background-position: 95% 45%;
    -ms-word-break: normal;
    word-break: normal;
}

.no-divider:after {
    width: 1px;
    height: 57px;
    background: #b8b7c4;
    content: ' ';
}

.w90 {
    max-width: 90% !important;
}

.w80 {
    max-width: 80% !important;
}

.w70 {
    max-width: 70% !important;
}

.w65 {
    max-width: 65% !important;
}

.w60 {
    max-width: 60% !important;
}

.w50 {
    max-width: 50% !important;
}

.w40 {
    max-width: 40% !important;
}

.w35 {
    max-width: 35% !important;
}

.w30 {
    max-width: 30% !important;
}

.w25 {
    max-width: 25% !important;
}

.w20 {
    max-width: 20% !important;
}

span.red {
    color: #e40000;
    font-size: 16px;
}

.condition {
    font-size: 12px;
}

.form-wrap .form-control.mr-5 {
    margin-right: 5% !important;
}

.policy-table {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
}

.b-t {
    border-top: 1px solid rgba(0,0,0,.1);
}

.b-b {
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.b-tb {
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.policy-table td:first-child {
    width: 40%;
}

.policy-table td {
    padding: 5px 0;
}

.edit-travel {
    font-size: 0.9rem;
    font-family: 'Montserrat-Book' !important;
}

.edit-passenger {
    font-size: 0.8rem;
    font-family: 'Montserrat-Book' !important;
}
/*--------*/
.policy-details a {
    color: #e20200;
}

.travel-box p {
    margin: 0.1rem 0rem;
}

.travel-box label {
    margin-bottom: 0px;
}

.travel-box details {
    font-size: small;
}

.nominee-details {
    padding: 50px 0;
}

    .nominee-details h3 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

.b2b-popup .modal-content {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    outline: 0;
    font-size: 14px;
}

    .b2b-popup .modal-content table {
        width: 100%;
    }

    .b2b-popup .modal-content h2 {
        font-size: 25px;
        margin: 0;
        padding: 0;
        color: #2d3b50;
        font-family: 'Montserrat-Bold';
    }

    .b2b-popup .modal-content h3 {
        font-size: 18px;
        margin: 0;
        padding: 0;
        color: #2d3b50;
        font-family: 'Montserrat-Bold';
        margin-bottom: 20px;
    }

.top-step span {
    background: linear-gradient(to right, #94afcd 0%,#a87cb1 100%);
    width: fit-content;
}
/*---------------------*/
.form-wrap input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
    border-right: 1px solid #ccc;
}

.form-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../images/calendar.png) no-repeat;
    width: 26px;
    height: 26px;
    border-width: thin;
}

.back-dash {
    color: #38405e;
    font-size: 18px;
}

    .back-dash .fa {
        padding-right: 20px;
    }

.form-next {
    padding: 10px 0;
    min-width: 300px;
    display: inline-block;
    text-align: center;
    width: auto;
    font-size: 20px;
}

.form-clear {
}

.form-next:hover {
    color: #fff;
}
/*--------------------- Radio -----------------------------------*/
.form-type ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

    .form-type ul li {
        float: left;
        padding-right: 30px;
        border-radius: 10px;
        margin-right: 15px;
        min-width: 220px;
        text-align: center;
        position: relative;
    }

        .form-type ul li input[type=radio] {
            position: absolute;
            visibility: hidden;
        }

        .form-type ul li label {
            display: block;
            position: relative;
            font-weight: 300;
            font-size: 17px;
            padding: 14px 25px 14px 15px;
            border-radius: 10px;
            margin: 10px auto;
            /* height: 30px; */
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
            text-transform: none;
            border: 1px solid #e6e5ea;
        }

        .form-type ul li:hover label {
            color: #a9adb3;
        }

        .form-type ul li .check {
            display: block;
            position: absolute;
            border: 1px solid #a9adb3;
            border-radius: 100%;
            height: 14px;
            width: 14px;
            top: 30px;
            left: 30px;
            z-index: 5;
            transition: border .25s linear;
            -webkit-transition: border .25s linear;
        }

        .form-type ul li:hover .check {
            border: 1px solid #a9adb3;
        }

        .form-type ul li .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 10px;
            width: 10px;
            top: 1px;
            left: 1px;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

.form-type input[type=radio]:checked ~ .check {
    border: 1px solid #FF0000;
}

    .form-type input[type=radio]:checked ~ .check::before {
        background: #FF0000;
    }

.form-type input[type=radio]:checked ~ label {
    color: #FF0000;
    border: 1px solid #FF0000;
}

.form-type input[type=radio]:checked ~ .form-type ul li {
    border: 1px solid #f17947;
}
/*--------------------- Checkbox -----------------------------------*/
.form-type ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}

    .form-type ul li {
        float: left;
        padding-right: 30px;
        border-radius: 10px;
        margin-right: 15px;
        min-width: 220px;
        text-align: center;
        position: relative;
    }

        .form-type ul li input[type=checkbox] {
            position: absolute;
            visibility: hidden;
        }

        .form-type ul li label {
            display: block;
            position: relative;
            font-weight: 300;
            font-size: 17px;
            padding: 14px 25px 14px 15px;
            border-radius: 10px;
            margin: 10px auto;
            /* height: 30px; */
            z-index: 9;
            cursor: pointer;
            -webkit-transition: all 0.25s linear;
            text-transform: none;
            border: 1px solid #e6e5ea;
        }

        .form-type ul li:hover label {
            color: #a9adb3;
        }

        .form-type ul li .checkbox-check {
            display: block;
            position: absolute;
            border: 1px solid #a9adb3;
            height: 14px;
            width: 14px;
            top: 30px;
            left: 30px;
            z-index: 5;
            transition: border .25s linear;
            -webkit-transition: border .25s linear;
        }

        .form-type ul li:hover .checkbox-check {
            border: 1px solid #a9adb3;
        }

        .form-type ul li .checkbox-check::before {
            display: block;
            position: absolute;
            content: '';
            height: 10px;
            width: 10px;
            top: 1px;
            left: 1px;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

.form-type input[type=checkbox]:checked ~ .checkbox-check {
    border: 1px solid #FF0000;
}

    .form-type input[type=checkbox]:checked ~ .checkbox-check::before {
        background: #FF0000;
    }

.form-type input[type=checkbox]:checked ~ label {
    color: #FF0000;
    border: 1px solid #FF0000;
}

.form-type input[type=checkbox]:checked ~ .form-type ul li {
    border: 1px solid #FF0000;
}
/*------------------ Search Booking-------------------------*/
.search-tab nav > .nav.nav-tabs {
    border: none;
    color: #2e3b4e;
    border-radius: 0;
}

.search-tab nav > div a.nav-item.nav-link,
.search-tab nav > div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    font-size: 25px;
    color: #2e3b4e;
    font-family: 'Montserrat-Bold';
    border-radius: 0;
    position: relative;
}

    .search-tab nav > div a.nav-item.nav-link.active:after {
        content: "";
        /* position: relative; */
        bottom: 0;
        left: 50%;
        top: 114%;
        border: 15px solid transparent;
        border-top-color: #f28442;
        position: absolute;
    }

    .search-tab nav > div a.nav-item.nav-link.active:before {
        content: "";
        width: 100%;
        height: 10px;
        background: #ee645a;
        background: -moz-linear-gradient(left, #ee645a 0%, #f69f2e 100%);
        background: -webkit-linear-gradient(left, #ee645a 0%,#f69f2e 100%);
        background: linear-gradient(to right, #ee645a 0%,#f69f2e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee645a', endColorstr='#f69f2e',GradientType=1 );
        position: absolute;
        left: 0;
        /* border: 0; */
        top: 100%;
    }

.search-tab .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border-top: 1px solid #dfdee4;
    padding: 90px 0 0 !important;
    margin-top: 10px;
}

.search-tab nav > div a.nav-item.nav-link:hover,
.search-tab nav > div a.nav-item.nav-link:focus {
    border: none;
    border-radius: 0;
    transition: background 0.20s linear;
}

.period-select select {
    float: left;
    margin-right: 15px;
}

.period-select span {
    font-size: 13px;
    padding-top: 10px;
}
/*---------------------- Manage User---------------*/
.user-table {
    font-size: 15px;
    border-bottom: 1px solid #dee2e6;
}

    .user-table th {
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 14px;
    }

    .user-table td {
        padding: 15px .75rem !important;
        font-size: 13px;
    }

.show-item {
    padding: 10px;
    margin: 0;
    font-size: 13px;
}

h3.user-heading {
    width: auto;
    float: left;
    position: relative;
    padding-right: 25px;
}

.user-heading:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    font-size: 29px;
    top: 5px;
}

.user-heading.is-active:before {
    content: "\f107";
}

.user-drop {
    position: absolute;
    background: #fff;
    width: 300px;
    border: 1px solid #dee2e6;
    top: 80%;
    z-index: 99;
}

    .user-drop ul {
        padding: 10px 0;
        margin: 0;
        list-style: none;
    }

    .user-drop .diveder {
        border-top: 1px solid #e4e4e6;
        padding-top: 10px;
        margin-top: 10px;
    }

    .user-drop li {
        width: 100%;
        display: inline-block;
    }

        .user-drop li a {
            color: #646b85;
            padding: 5px 20px;
            display: inline-block;
            width: 100%;
            font-size: 14px;
        }

.is-hidden {
    display: none;
}

.form-wrap .table-search {
    min-height: inherit;
    margin-bottom: 35px;
    padding-left: 55px;
    background: url(../images/search.png) no-repeat;
    background-position-x: 15px;
    background-position-y: 10px;
}

.list-pagination {
    text-align: center;
    padding: 0;
}

    .list-pagination li {
        display: inline-block;
        font-size: 14px;
    }

    .list-pagination .page-link {
        padding: .5rem .50rem;
        color: #474a5d;
        background-color: #fff;
        border: 0;
    }

    .list-pagination .fa {
        font-size: 20px;
        font-weight: bold;
    }

    .list-pagination .page-item.active .page-link {
        z-index: 1;
        color: #ff0909;
        background-color: transparent;
        border-color: #007bff;
        font-weight: bold;
    }

.create-form {
    padding: 10px 0 20px;
}

.sub-note span {
    font-size: 12px;
    font-weight: normal;
}

.indication {
    font-size: 13px;
}

    .indication span {
        display: inline-block;
        min-width: 25px;
    }
/*------------------------- Company Logo-------------------------*/

.company-logo {
    line-height: 30px;
    padding-top: 20px;
}

    .company-logo ul {
        padding: 0;
        padding-left: 20px;
        margin: 10px 0 50px;
    }

.file {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-transform: none !important;
    margin-top: 30px;
}

    .file input {
        margin: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        min-height: 57px;
        width: 100%;
    }

.file-custom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: .075rem solid #ddd;
    border-radius: .25rem;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0,0,0,.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 57px;
    padding-top: 17px;
}

    .file-custom:after {
        content: "Choose file...";
        font-weight: normal;
    }

    .file-custom:before {
        position: absolute;
        top: -.075rem;
        right: -.075rem;
        bottom: -.075rem;
        z-index: 6;
        display: block;
        content: "Browse";
        height: 2.5rem;
        padding: .5rem 1rem;
        line-height: 1.5;
        color: #fff;
        background: #f05574;
        background: -moz-linear-gradient(left, #f05574 0%, #fccb19 100%);
        background: -webkit-linear-gradient(left, #f05574 0%,#fccb19 100%);
        background: linear-gradient(to right, #f05574 0%,#fccb19 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05574', endColorstr='#fccb19',GradientType=1 );
        border: .075rem solid #ddd;
        border-radius: 0 .25rem .25rem 0;
        width: 250px;
        text-align: center;
        min-height: 57px;
        padding-top: 15px;
        text-transform: uppercase;
    }

/*------------------------ Select Plan---------------------------*/
.select-plan {
    padding-bottom: 100px;
}

    .select-plan.form-type ul li {
        padding: 0;
        margin-right: 0;
        min-width: inherit;
        padding-right: 20px;
        text-align: left;
    }

        .select-plan.form-type ul li .check {
            left: 18px;
        }

        .select-plan.form-type ul li label {
            padding-left: 50px;
            padding-top: 5px;
            font-size: 14px;
        }

        .select-plan.form-type ul li strong {
            font-size: 30px;
        }

.plan-more-btn {
    text-align: right;
    font-size: 13px;
}

.plan-more {
    padding: 30px 0;
    font-size: 13px;
}

.plan-select-table {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    margin-bottom: 35px
}

    .plan-select-table td {
        padding: 15px 0;
    }

.form-type .type-more {
    list-style-image: url(../images/list-style.png);
    padding-left: 20px;
}

    .form-type .type-more li {
        padding-left: 10px;
        padding-right: 0;
        margin-bottom: 10px;
    }

.total-rate {
    font-size: 20px;
    font-weight: bold;
}

.pb-50 {
    padding-bottom: 50px;
}

.total-rate td {
    border-top: 1px solid #dee2e6;
    padding: 15px 0;
}

.plan-travel {
    float: right;
    color: #646b85;
    font-size: 16px;
}
/*-----Nav----*/
.main-nav .navbar {
    padding: 0;
}

.main-nav .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 15px 5px;
    font-size: 12px;
    font-weight: 700;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 12px;
    color: #fff;
    text-align: left;
    list-style: none;
    background: #FF0000;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

    .navbar .dropdown-menu .dropdown-menu {
        position: inherit !important;
        left: 0 !important;
        background: none !important;
    }

.navbar .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: transparent;
    }

.navbar .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #fff;
}
/* Focus */
.navbar-toggler:focus {
    box-shadow: 0;
    outline: 0;
    border: 0;
}

.mobile-nav .navbar-nav .nav-link {
    padding: 10px 15px;
    color: #fff;
}

.mobile-nav .navbar .navbar-toggler {
    font-size: 14px;
}

.responsive-nav {
    display: none;
}

@media (max-width: 1505px) {
    .main-nav .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        padding: 15px 5px;
    }
}

@media (max-width: 1245px) {
    .main-nav .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        padding: 15px 4px;
    }

    .user-name {
        padding: 15px 0;
        padding-right: 10px;
    }

    .user-details, .other-details {
        padding-left: 6px;
    }

    .form-wrap hr {
        margin: 10px 0px;
    }
}

@media (max-width: 1085px) {
    .main-nav .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        padding: 15px 4px;
    }

    .user-name {
        float: left;
        padding: 15px 0;
        padding-right: 10px;
    }

    .user-details, .other-details {
        padding-left: 10px;
    }

    .w40, .w70, .w90 {
        max-width: 100%;
    }

    .main-nav .navbar-brand {
        font-size: 12px;
    }

    .form-wrap hr {
        margin: 10px 0px;
    }
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

@media (max-width: 1160px) {
    .main-nav .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        padding: 10px 5px;
    }

    .search-tab nav > div a.nav-item.nav-link, .search-tab nav > div a.nav-item.nav-link.active {
        font-size: 20px;
        width: 50%;
    }

    .main-nav .navbar-brand {
        max-width: inherit;
        width: 100%;
        margin: 0;
    }

    .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        top: 10px;
    }

    .main-header .mob-menu {
        display: block;
    }

    .mobile-nav .navbar {
        padding: 0;
    }

        .mobile-nav .navbar .navbar-toggler {
            position: relative;
            right: 0;
            top: 0;
            font-size: 14px;
            padding: 0;
        }

    .mobile-nav .container {
        padding: 0;
    }

    .mobile-nav i {
        font-size: 20px;
        display: inline-block;
        height: 25px;
    }

    .policy-date .w40 {
        width: 50%;
    }

    .policy-date .form-control {
        margin-bottom: 15px;
    }

    .responsive-nav {
        display: block;
    }

    .main-nav, .footer {
        display: none;
    }

    .main-content {
        padding: 55px 0;
    }

    .top-step span {
        padding: 10px 5px 10px 5px;
        font-size: 12px;
    }

    .header-title-box h2 {
        font-size: 35px;
    }

    .form-wrap h2 {
        font-size: 28px;
    }

    .form-wrap h3 {
        font-size: 22px;
    }

    .list-pagination.text-right {
        text-align: center !important;
    }

    .top-step {
        margin-top: 50px;
        margin-bottom: -40px;
    }

    .hb-list {
        display: none;
    }
}

@media (max-width: 767px) {
    /*--*/
    .w90, .w70, .w40, .w35, .w30, .w25 {
        max-width: 100%;
    }

    .form-wrap hr {
        margin: 10px 0px;
    }

    .period-select .w25, .period-select .w40 {
        margin-bottom: 15px;
    }

    .form-next {
        width: 100%;
        margin: 5px 0;
    }

    .file-custom:before {
        width: 150px;
    }

    .search-tab nav > div a.nav-item.nav-link, .search-tab nav > div a.nav-item.nav-link.active {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .login-wrap {
        width: 100%;
    }

    .login-header {
        display: none;
    }

    .login-wrap {
        margin: 0;
    }

    .login-content {
        padding: 25px;
    }

        .login-content h2 {
            text-align: center;
        }

    .search-tab nav > div a.nav-item.nav-link.active:after {
        display: none;
    }

    .form-type ul li {
        padding-right: 0;
        border-radius: 0;
        margin-right: 2%;
        min-width: 48%;
    }

        .form-type ul li label {
            padding: 14px 10px 14px 25px;
            font-size: 15px;
        }

        .form-type ul li .check {
            left: 20px;
        }
}

@media (max-width: 415px) {
    .user-name {
        padding-bottom: 0;
    }
}

.footer {
    width: 100%;
    float: left;
    background: #565a65;
    padding: 0px 15px;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 1.8rem;
}

    .footer a {
        color: #fff;
        text-decoration: underline;
    }

        .footer a:hover {
            color: #ccc;
            text-decoration: none;
        }

    .footer p {
        margin: 0rem 0rem !important;
        padding: 0.2rem 0rem !important;
    }

.register-top {
    margin-bottom: 10px;
    font-size: 14px;
}

/*-------------*/
.body1 {
    font-size: 12px;
    line-height: 20px;
}

.header-top {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #dadbe0;
    padding: 15px 0;
}

.mob-hamburger {
    font-size: 10px;
}

.header-top a, .header-top {
    color: #FF0000;
}

    .header-top .fa {
        padding: 0 5px;
    }

.mobile-nav {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 33;
    color: #fff;
    background: #FF0000;
}

.mob-hamburger {
    text-align: right;
}

.mob-nav ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.mob-nav li {
    display: inline-block;
    width: 25%;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 14px;
    padding-top: 5px;
}

    .mob-nav li ul {
        width: 300px;
        position: absolute;
        /* top: 100%; */
        bottom: 100%;
        background: #000;
        text-align: left;
        right: 0;
        background: #ef5574;
        background: -moz-linear-gradient(top, #ef5574 1%, #e36755 100%);
        background: -webkit-linear-gradient(top, #ef5574 1%,#e36755 100%);
        background: linear-gradient(to bottom, #ef5574 1%,#e36755 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef5574', endColorstr='#e36755',GradientType=0 );
        background-clip: padding-box;
    }

    .mob-nav li li {
        width: 100%;
        text-align: left;
    }

        .mob-nav li li a {
            padding: 10px 15px;
        }

.mob-nav a {
    color: #fff;
}

    .mob-nav a:hover {
        color: #fff;
    }

.mob-nav i {
    width: 100%;
    font-size: 20px;
}

.mob-navbar {
    position: absolute;
    width: 300px;
    background: #FF0000;
    background-clip: padding-box;
    bottom: 100%;
    right: 0;
    max-height: 500px;
    overflow: auto;
}

.header-top .col-5 {
    position: inherit;
}

.mob-user-drop-open {
    position: absolute;
    background: #fff;
    width: 250px;
    border: 1px solid #dee2e6;
    top: 100%;
    z-index: 99;
}

    .mob-user-drop-open ul {
        padding: 10px 0;
        margin: 0;
        list-style: none;
    }

        .mob-user-drop-open ul a {
            padding: 10px 15px;
        }

    .mob-user-drop-open .diveder {
        border-top: 1px solid #e4e4e6;
        padding-top: 10px;
        margin-top: 10px;
    }

@media (min-width: 992px) {
    .travelSummary {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 10% !important;
        z-index: 1020 !important;
        margin-top: 0% !important;
    }
}

.travelSummary {
    margin-top: 5%;
    font-size: small;
    z-index: 1 !important;
}

    .travelSummary label {
        font-size: small !important;
    }

    .travelSummary hr {
        margin: 2% -2%;
    }

.selectedPlanSummary {
    height: 120px;
    overflow-y: auto;
}

.table .thead-color th {
    color: #fff;
    background-color: #FF0000;
    border-color: transparent;
}

.myDataTable thead tr th label {
    font-size: 0.65rem !important;
}

.myDataTable tbody tr td {
    font-size: 0.6rem;
    padding: .3rem .25rem;
    font-weight: bold;
}

.myDataTable label {
    margin-bottom: 0rem !important;
}

.myDataTable input {
    font-size: 0.8rem;
    height: 1.3rem;
}

.PayableDataTable thead tr th label {
    font-size: 0.8rem !important;
    margin-bottom: 0rem !important;
}

.PayableDataTable tbody tr td {
    font-size: 0.75rem;
    padding: .3rem .25rem;
    font-weight: bold;
}

.PayableDataTable tfoot tr td {
    background-color: #286bbd;
    color: white;
    font-weight: bold;
}

.btn-insurance-detail {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: .4rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (min-width: 480px) {
    .text-md-nowrap {
        white-space: nowrap
    }
}

@media (max-width: 1160px) {
    .mobile-only {
        display: normal;
    }

    .desktop-only {
        display: none;
    }
}

@media (min-width: 1160px) {
    .mobile-only {
        display: none;
    }

    .desktop-only {
        display: normal;
    }

    .container {
        max-width: 90% !important;
    }
}

.link-btn {
    text-decoration: none !important;
}

.hover-effect:hover {
    text-decoration: none !important;
    opacity: 0.5;
    cursor: pointer;
}

.dialog-table label {
    margin-bottom: 0px !important;
}

.dialog-table th, .dialog-table td {
    padding: 0.20rem !important;
}

.login-input-icon {
    width: 2.5rem;
    background-color: white !important;
    background: black;
}

.no-glow:focus {
    outline: none;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.login-btn {
    padding: .45rem .5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .4rem;
}

.login-card {
    border: 0 !important;
}

    .login-card .card-header {
        background-color: transparent;
    }

    .login-card .card-body {
        padding: 0.9rem;
    }

.alert {
    margin-bottom: 0.5rem !important;
}

.hide-element {
    display: none !important;
}

.dataTables_paginate, .dataTables_info, .dataTables_length, .myDataTable_filter {
    font-size: 0.85rem;
}

.form-wrap .form-control select {
    border-radius: 0.3rem !important;
}

.field-validation-error {
    font-weight: bold;
    color: #dc3545 !important;
    margin-left: 0.5rem;
    font-size: .9em;
}

.list-group {
    border: none !important;
}

    .list-group label {
        margin: auto !important;
    }

    .list-group li {
        padding: 0.30rem 1.50rem 0.15rem 0rem !important;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #f17947 !important;
    background-color: #f17947 !important;
}

.custom-control-input:checked:disabled ~ .custom-control-label::before {
    opacity: 0.4;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transform: translate3d(0, 100% 0) !important;
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0,-100%, 0) !important;
    transform: translate3d(0,-100%, 0) !important;
}

.vert .carousel-item {
    transition-duration: 10s !important;
}

.div-AdsBanner {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 10% !important;
    z-index: 1020 !important;
    margin-top: 0% !important;
}

.go-to-btm {
    z-index: 2000;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: #FF0000;
    color: white;
    border-radius: 2.7rem;
    height: 2.7rem;
    width: 2.7rem;
    line-height: 2.7rem;
    text-align: center;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
    vertical-align: baseline !important;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    max-height: 30rem;
    overflow-y: auto;
}

.emailIcon {
    font-size: 0.9rem;
    font-weight: bold;
}

.tooltip-inner {
    background-color: #8080b3 !important;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #8080b3 !important;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #8080b3 !important;
}

.bs-tooltip-left .arrow::before {
    border-left-color: #8080b3 !important;
}

.bs-tooltip-right .arrow::before {
    border-right-color: #8080b3 !important;
}

.nav-item {
    padding: 0rem 0.4rem !important;
}

.btnPagination .page-link {
    cursor: pointer !important;
}
