@charset "UTF-8";
/* Normalise css */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --ot-wh-color: #ffffff;
    --ot-bg-color: #f5f5f5;
    --ot-pb-color: #000000;
    --ot-ht-color: #090b17;
    --ot-bt-color: rgba(32,52,62,.8);
    --ot-lt-color: #408DFF;
    --ot-pr-color: #44009b; /*00A82D*/
    --ot-hv-color: #814cff;
    --ot-lg-color: #BBCD00;
    --ot-gr-color: #AFAFAF;
    --ot-sc-color: #E51069;
    --ot-tc-color: #04D3D4;
    --ot-dy-color: #FCB100;
    --ot-ly-color: #F3F0D4;
    --ot-font-sans-serif: 'Roboto', system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --ot-body-font-family: var(--ot-font-sans-serif);
    --ot-body-font-size: 1rem;
    --ot-body-font-weight: 400;
    --ot-body-line-height: 1.5;
    --ot-body-text-align: left;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

html, body {
    font-size: 12px;
    line-height: 1;
}

body {
    margin: 0;
    font-family: var(--ot-body-font-family);
    font-size: var(--ot-body-font-size);
    font-weight: var(--ot-body-font-weight);
    line-height: var(--ot-body-line-height);
    color: var(--ot-ht-color);
    text-align: var(--ot-body-text-align);
    background-color: var(--ot-bg-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    color: var(--ot-lt-color);
    text-decoration: none;
}

    a:hover {
        color: var(--ot-lt-color);
        text-decoration: none;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

img,
svg {
    vertical-align: middle;
}

.loader {
    display: none !important;
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 1;
    background: radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat, conic-gradient(#0000 30%,#ffa516);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.ot_ipbox .hrip > input[type="text"]:focus {
    border-color: #8888a8 !important;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ot_ipbox .hrip > input[type="tel"]:focus {
    border-color: #8888a8 !important;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ot_ipbox .hrip > textarea:focus {
    border-color: #8888a8 !important;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ot_ipbox .hrip > select:focus {
    border-color: #8888a8 !important;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ot_sm_ipbox .hrip > input[type="text"]:focus {
    border-color: #8888a8 !important;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ot_sm_ipbox .hrip > input[type="time"]:focus {
    border-color: #8888a8 !important;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ot_sm_ipbox .hrip > textarea:focus {
    border-color: #8888a8 !important;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.ot_sm_ipbox .hrip.slct > select:focus {
    border-color: #8888a8 !important;
    box-shadow: 0 0 5px rgba(0, 0, 255, 0.5);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled) {
        cursor: pointer;
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

:-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

iframe {
    border: 0;
}

[hidden] {
    display: none !important;
}

.text-center {
    text-align: center;
}

.clearfix {
    overflow: auto;
}

    .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }
/* css for Common custom button design start */
.ot_custom_btn {
    display: inline-block;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.ot_green_btn {
    background: var(--ot-pr-color) !important;
    border: 0px solid var(--ot-wh-color);
    color: var(--ot-wh-color) !important;
    transition: all .3s ease;
}

.ot_white_btn {
    background: var(--ot-wh-color) !important;
    border: 0px solid var(--ot-wh-color);
    color: var(--ot-ht-color) !important;
    transition: all .3s ease;
}

.ot_whl_btn {
    background: rgba(0, 0, 0, 0) !important;
    border: 2px solid var(--ot-wh-color);
    color: var(--ot-wh-color) !important;
    transition: all .3s ease;
}

.ot_dkl_btn {
    background: rgba(0, 0, 0, 0) !important;
    border: 2px solid var(--ot-ht-color);
    color: var(--ot-ht-color) !important;
    transition: all .3s ease;
}

    .ot_green_btn.round, .ot_white_btn.round, .ot_whl_btn.round, .ot_dkl_btn.round {
        border-radius: 50px;
    }

    .ot_green_btn.semiround, .ot_white_btn.semiround, .ot_whl_btn.semiround, .ot_dkl_btn.semiround {
        border-radius: 15px;
    }

    .ot_green_btn.smsemiround, .ot_white_btn.smsemiround, .ot_whl_btn.smsemiround, .ot_dkl_btn.smsemiround {
        border-radius: 4px;
    }

.ot_green_btn.btn_large, .ot_white_btn.btn_large {
    padding: 15px 30px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
}


.ot_green_btn.btn_medium, .ot_white_btn.btn_medium {
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 500;
}

.ot_whl_btn.btn_large, .ot_dkl_btn.btn_large {
    padding: 13px 26px;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
}

.ot_whl_btn.btn_medium, .ot_dkl_btn.btn_medium {
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 500;
}

.ot_whl_btn.btn_small, .ot_dkl_btn.btn_small, .ot_green_btn.btn_small {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

    .ot_whl_btn.btn_small.semiround, .ot_dkl_btn.btn_small.semiround, .ot_green_btn.btn_small.semiround {
        border-radius: 6px;
    }

.ot_whl_btn.btn_medium.semiround, .ot_dkl_btn.btn_medium.semiround, .ot_green_btn.btn_medium.semiround {
    border-radius: 10px;
}

.ot_green_btn:hover, .ot_green_btn:active, .ot_green_btn:active:focus {
    background: var(--ot-hv-color) !important;
    color: var(--ot-wh-color) !important;
    transition: all .3s ease;
}

.ot_white_btn:hover, .ot_white_btn:active, .ot_white_btn:active:focus {
    background: var(--ot-hv-color) !important;
    color: var(--ot-wh-color) !important;
    transition: all .3s ease;
}

.ot_whl_btn:hover, .ot_whl_btn:active, .ot_whl_btn:active:focus {
    background: var(--ot-wh-color) !important;
    color: var(--ot-ht-color) !important;
    transition: all .3s ease;
}

.ot_dkl_btn:hover, .ot_dkl_btn:active, .ot_dkl_btn:active:focus {
    background: var(--ot-ht-color) !important;
    color: var(--ot-wh-color) !important;
    transition: all .3s ease;
}

.ot_lp_btn {
    background: #FDE9FF !important;
    height: 25px;
    padding: 5px 10px 5px 10px !important;
    position: relative;
    top: -3px;
    float: right;
    border-radius: 4px !important;
    color: #2a343e !important;
    line-height: 1.2;
}

    .ot_lp_btn:hover {
        background: #f2d5f5 !important;
        color: #2a343e !important;
    }

.ot_custom_btn.FullWidth {
    width: 100%;
}

.ot_custom_btn.HalfWidth {
    width: 50%;
}

.ot_custom_btn.flex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ot_custom_btn.btn_small.flex {
    gap: 5px;
}

.ot_custom_btn.ot_dkl_btn.flex:hover > svg {
    fill: var(--ot-wh-color);
}

.ot_custom_btn.ot_whl_btn.flex > svg {
    fill: var(--ot-wh-color);
}

.ot_custom_btn.ot_white_btn.flex:hover > svg, .ot_custom_btn.ot_whl_btn.flex:hover > svg {
    fill: var(--ot-ht-color);
}

.ot_action_btn {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px solid #c3c3c3;
    color: var(--ot-ht-color);
    transition: all .3s ease;
    padding: 6px;
    border-radius: 4px;
}

    .ot_action_btn:hover {
        border: 1px solid var(--ot-ht-color);
        background: rgba(0, 0, 0, 0) !important;
        color: var(--ot-ht-color);
        transition: all .2s ease;
    }

        .ot_action_btn:hover > svg {
            fill: var(--ot-ht-color);
            transition: all .2s ease;
        }

    .ot_action_btn:disabled {
        color: #c3c3c3 !important;
        cursor: default;
        pointer-events: none;
    }

.ot_sm_ipbox .hrip .ot_action_btn:first-child:hover {
    border: 1px solid #009879;
}

.ot_sm_ipbox .hrip .ot_action_btn:nth-child(2):hover {
    border: 1px solid #cc0000;
}

.ot_sm_ipbox .hrip .ot_action_btn:nth-child(3):hover {
    border: 1px solid #5340ff;
}

.ot_sm_ipbox .hrip .ot_action_btn:first-child:hover > svg {
    fill: #009879;
}

.ot_sm_ipbox .hrip .ot_action_btn:nth-child(2):hover > svg {
    fill: #cc0000;
}

.ot_sm_ipbox .hrip .ot_action_btn:nth-child(3):hover > svg {
    fill: #5340ff;
}
/* css for Common custom button design end */


/* Css for Oriva Technology Start Here */
.ot_container_fw {
    width: 100%;
    max-width: 2400px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.ot_container {
    width: 100%;
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    position: relative;
}

    .ot_container_fw::before, .ot_container_fw::after, .ot_container::before, .ot_container::after {
        display: table;
        content: " ";
    }

    .ot_container_fw::after, .ot_container::after {
        clear: both;
    }

.ot_container_fw.pdlt15 {
    padding-left: 15px;
}

.ot_container_fw.pdrg15 {
    padding-right: 15px;
}

.ot_container_fw.pdhall15 {
    padding-left: 15px;
    padding-right: 15px;
}

/*header css start here*/
header {
    position: fixed;
    top: 0px;
    z-index: 1081;
    width: 100%;
    min-height: 54px;
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
}

.navbar_custom {
    background: #fff;
    padding: 11px 15px !important;
    min-height: 54px;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    /* box-shadow: 0px 0px 1px rgba(0,0,0,0.2), 0px 2px 6px rgba(0,0,0,0.1); */
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
}

.navbar-logo {
    max-width: 160px;
    height: 32px;
    cursor: pointer;
}

    .navbar-logo > img {
        display: block;
        width: auto;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

.custom-nav {
    margin-left: auto;
}

    .custom-nav > li {
        position: relative;
    }

        .custom-nav > li > a {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
            font-weight: 500;
            color: #172946;
            line-height: 100%;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }

            .custom-nav > li > a > svg {
                fill: rgba(24, 41, 69, 0.7);
                width: 6px;
                height: 6px;
                position: relative;
                top: 0px;
                margin-left: 5px;
            }

.navbar-expand-md .navbar-nav.custom-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

    .navbar-expand-md .navbar-nav.custom-nav .nav-link > img {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: inline-block;
    }
/* .custom-nav > li:last-child {position: relative;padding-left: 1rem;} */
/* .custom-nav > li:last-child:before {width: 1px; height: 11px; background: #182945; position: absolute;left: 8px; top: 8px; content: "";} */
#navbarCollapse {
    flex-grow: 1;
}

.custom-nav > li:last-child > a > svg#user_login {
    fill: rgba(24, 41, 69, 0.7);
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
}

.custom-nav > li > a:hover {
    background: #44009a;
    color: #fff;
    border-radius: 2px;
}

    .custom-nav > li > a:hover > svg, .custom-nav > li:hover > a > svg {
        fill: #fff;
    }

.custom-nav > li:hover > a {
    background: #44009a;
    color: #fff;
}

.custom-nav > li > ul.custom-dropdown-menu {
    width: 100%;
    min-width: 148px;
    background: #44009a;
    padding: 0px;
    position: absolute;
    left: 0;
    top: 25px;
    border-radius: 2px;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.custom-nav > li:hover ul.custom-dropdown-menu {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0,0,0,0);
}

.custom-nav > li > ul.custom-dropdown-menu > li {
    display: block;
}

    .custom-nav > li > ul.custom-dropdown-menu > li > a {
        display: block;
        color: #fff;
        padding: 10px 13px 10px 13px;
        line-height: 100%;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .custom-nav > li > ul.custom-dropdown-menu > li > a:hover {
            background-color: #320270;
            color: #fff;
            transition: all 0.2s ease;
        }

.custom-nav > li:last-child > ul.custom-dropdown-menu {
    left: auto;
    right: 0px;
}

.navbar-collapse {
    flex-grow: unset;
}

.navbar-toggler {
    display: none;
}

@media only screen and (max-width: 600px) {
    body {
        overflow: auto;
    }

    .navbar-toggler {
        display: block;
    }

        .navbar-toggler > .crosssvg {
            display: block;
        }

        .navbar-toggler > .hamburger {
            display: none;
        }

        .navbar-toggler.collapsed > .hamburger {
            display: block;
        }

        .navbar-toggler.collapsed > .crosssvg {
            display: none;
        }

    .navbar-expand-md .navbar-nav.custom-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }

    .nav-link {
        display: block;
        padding: 1rem 1rem;
    }

    .navbar-nav {
        margin-top: 10px;
    }
}
/*header css end here*/
.mrtp80 {
    margin-top: 80px !important;
}

.mrbt80 {
    margin-bottom: 80px !important;
}

.mrtp60 {
    margin-top: 60px !important;
}

.mrbt60 {
    margin-bottom: 60px !important;
}

.mrtp30 {
    margin-top: 30px !important;
}

.mrbt30 {
    margin-bottom: 30px !important;
}

.mrtp40 {
    margin-top: 40px !important;
}

.mrbt40 {
    margin-bottom: 40px !important;
}

.mrtp20 {
    margin-top: 20px !important;
}

.mrbt20 {
    margin-bottom: 20px !important;
}

.w_full {
    width: 100%;
}

/* Get started page css start from here */
.head_sub_banner {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 0px;
    position: relative;
}

    .head_sub_banner > h1 {
        width: 100%;
        max-width: 740px;
        font-size: 55px;
        font-weight: 600;
        color: var(--ot-pr-color);
        margin: 0px auto 30px auto;
        line-height: 1.2;
        text-align: center;
    }

    .head_sub_banner > p {
        width: 100%;
        max-width: 700px;
        font-size: 18px;
        font-weight: 400;
        color: var(--ot-ht-color);
        margin: 0px auto 30px auto;
        line-height: 1.6;
        text-align: center;
    }

        .head_sub_banner > p.subtext {
            margin-top: 40px;
        }

.ot_head_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.get_started_form {
    width: 100%;
    max-width: 2400px;
    margin: 0 auto;
    position: relative;
}

.mpSplash_form {
    display: block;
    width: 100%;
    position: relative;
    padding: 0px 0px;
    background: var(--ot-wh-color);
    border: 0px solid #f8f6e4;
    border-radius: 15px 15px;
}

    .mpSplash_form > h4 {
        width: 100%;
        max-width: calc(100% - 40px);
        font-size: 24px;
        font-weight: 600;
        color: var(--ot-pr-color);
        line-height: 1.3;
        margin: 0px 0px 40px 0px;
        position: relative;
    }

        .mpSplash_form > h4::after {
            width: 60px;
            height: 5px;
            background: var(--ot-bt-color);
            border-radius: 5px;
            position: absolute;
            left: 0px;
            bottom: -15px;
            content: "";
        }

    .mpSplash_form > h5 {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: var(--ot-bt-color);
        line-height: 1.5;
        margin: 0px 0px 15px 0px;
        position: relative;
    }

.mps_form {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.ot_ipbox {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2%;
    flex-wrap: wrap;
}

    .ot_ipbox .hrip {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

        .ot_ipbox .hrip > input[type="text"], .ot_ipbox .hrip > input[type="email"], .ot_ipbox .hrip > input[type="tel"], .ot_ipbox .hrip > input[type="date"], .ot_ipbox .hrip > input[type="time"], .ot_ipbox .hrip > textarea, .ot_ipbox .hrip > input[type="password"] {
            width: 100%;
            display: block;
            padding: 8px 15px 8px 15px !important;
            line-height: 1.4;
            border: 1px solid #c3c3c3 !important;
            border-radius: 4px;
            background: rgba(0,0,0,0);
            color: var(--ot-ht-color);
            font-size: 13px;
            font-weight: 400;
            box-shadow: none;
            outline: none;
            resize: none;
            margin: 0px;
        }

        .ot_ipbox .hrip > textarea {
            height: 80px;
        }

        .ot_ipbox .hrip > input.incstar {
            background: #fff url("../images/input_star.svg") top 14px left 8px / 6px no-repeat !important;
            padding: 8px 15px 8px 20px !important;
        }

        .ot_ipbox .hrip span.error {
            display: none;
            font-size: 12px;
            line-height: 1.3;
            color: #cc0000;
            position: absolute;
            top: 62px;
            left: 0px;
        }

        .ot_ipbox .hrip > input[type="checkbox"], .ot_ipbox .hrip > input[type="radio"] {
            background: none;
            opacity: 1;
            width: auto;
            height: auto;
            float: none;
            margin: 0 10px 0 0;
            min-width: 13px;
            padding: 0;
            border: inherit;
            position: relative;
            top: -1px;
        }

        .ot_ipbox .hrip > label {
            display: block;
            background: none;
            padding: 0px;
            margin: 0px 0px 5px 0px;
            font-size: 12px;
            font-weight: 400;
            color: var(--ot-bt-color);
            line-height: 1.4;
            cursor: pointer;
        }

        .ot_ipbox .hrip > select {
            width: 100%;
            display: block;
            padding: 8px 15px !important;
            line-height: 1.4;
            border: 1px solid #c3c3c3 !important;
            border-radius: 4px;
            background: rgba(0,0,0,0) !important;
            color: var(--ot-ht-color);
            font-size: 13px;
            font-weight: 400;
            box-shadow: none;
            outline: none;
            resize: none;
            margin: 0px;
            -webkit-appearance: none;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        .ot_ipbox .hrip.slct > select {
            background: rgba(0,0,0,0) url("../images/input_star.svg") top 14px left 8px / 6px no-repeat !important;
            padding: 8px 15px 8px 20px !important;
            position: relative;
            z-index: 1;
        }

        .ot_ipbox .hrip > svg {
            fill: var(--ot-bt-color);
            cursor: pointer;
            position: absolute;
            right: 12px;
            top: 38px;
            z-index: 0;
        }

        .ot_ipbox .hrip.ccs > input[type="tel"] {
            padding: 12px 12px 12px 110px !important;
        }

        .ot_ipbox .hrip.ccs .ccselect {
            width: 100px;
            padding: 14px 12px 14px 27px !important;
            position: absolute;
            top: 35px;
            left: 0px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            background: rgba(0, 0, 0, 0) url("../images/dwdown.svg") top 20px right 12px no-repeat !important;
            border: 0px solid #c3c3c3 !important;
            border-right: 2px solid #c3c3c3 !important;
        }

        .ot_ipbox .hrip.mw10 {
            max-width: 9.2%;
        }

        .ot_ipbox .hrip.mw15 {
            max-width: 13.5%;
        }


        .ot_ipbox .hrip.mw16 {
            max-width: 15%;
        }

        .ot_ipbox .hrip.mw20 {
            max-width: 18.4%;
        }

        .ot_ipbox .hrip.mw25 {
            max-width: 23.5%;
        }

        .ot_ipbox .hrip.mw33 {
            max-width: 32%;
        }

        .ot_ipbox .hrip.mw35 {
            max-width: 33.5%;
        }

        .ot_ipbox .hrip.mw50 {
            max-width: 49%;
        }

        .ot_ipbox .hrip.mw66 {
            max-width: 66%;
        }

        .ot_ipbox .hrip.mw75 {
            max-width: 74.5%;
        }

        .ot_ipbox .hrip.mw80 {
            max-width: 79.6%;
        }

        .ot_ipbox .hrip.mw100 {
            max-width: 100%;
        }

    .ot_ipbox.fdcol {
        flex-direction: column;
    }

    .ot_ipbox .hrip.fdrow {
        flex-direction: row;
        align-items: center;
    }

        .ot_ipbox .hrip.fdrow > label {
            margin-bottom: 0px;
        }

.ot_action {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .ot_action.jcfe {
        justify-content: flex-end;
    }

    .ot_action.jcfs {
        justify-content: flex-start;
    }

.mpSplash_success_message {
    width: 100%;
    position: relative;
    padding: 30px 30px;
    border: 1px solid #f8f6e4;
    border-radius: 15px;
}

.mps_success_info {
    width: 100%;
    max-width: 384px;
    padding: 0px 0px 0px 50px;
    margin: 0px 0px 30px 0px;
    font-size: 13px;
    font-weight: 400;
    color: var(--ot-ht-color);
    line-height: 1.6;
    position: relative;
}

    .mps_success_info > svg {
        position: absolute;
        left: 0px;
        top: 2px;
    }
/* Get started page css end here */

/* Login/Signup form design css start from here */
.mplogin_wrapper {
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
    background: rgba(0,0,0,0);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}

.mpsignup_wrapper {
    width: 100%;
    position: relative;
}

.mplogin_img_wrapper {
    width: 50%;
    background: linear-gradient(135deg, #5d20d2, #9967dd);
}

.ot_login_form {
    width: 100%;
    background: linear-gradient(135deg, #fdfcffe6, #fdfcffe6);
    padding: 60px 40px;
    position: relative;
}

.ot_signup_form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto !important;
    background: var(--ot-wh-color);
    padding: 40px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
}

.ot_reset_form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto !important;
    background: var(--ot-wh-color);
    padding: 40px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .1);
}

.ot_login_form .ot_login_box {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

    .ot_login_form .ot_login_box > h1, .ot_signup_form > h1, .ot_reset_form > h1 {
        font-size: 25px;
        font-weight: 300;
        color: var(--ot-pr-color);
        line-height: 1.3;
        margin: 0px 0px 30px 0px;
    }

    .ot_login_form .ot_login_box > h3 {
        font-size: 24px;
        font-weight: 600;
        color: var(--ot-pr-color);
        line-height: 1.4;
        margin: 0px 0px 30px 0px;
    }

    .ot_login_form .ot_login_box > h5 {
        font-size: 16px;
        font-weight: 500;
        color: var(--ot-bt-color);
        line-height: 1.5;
        margin: 0px 0px 30px 0px;
    }

.hrip_action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.mploginfp {
    display: inline-block;
    width: auto;
    font-size: 12px;
    font-weight: 400;
    color: var(--ot-lt-color);
    margin-left: auto;
}

.mpbtl {
    display: block;
    width: 100%;
    margin: 30px 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    color: var(--ot-bt-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .mpbtl > svg {
        fill: var(--ot-bt-color);
    }

    .mpbtl:hover > svg {
        fill: var(--ot-lt-color);
    }

.hrip_action.lineseperator {
    border-top: 2px solid #f5f5f5;
    padding-top: 30px;
}

.hrip_action.center {
    justify-content: center;
}

.text_center {
    text-align: center;
}

.ot_fp_modal_wrapper {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 131;
}

    .ot_fp_modal_wrapper .ot_fp_modal {
        width: 100%;
        height: 100%;
        min-height: 435px;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.cp_tcom_slider {
    width: 100%;
    height: 440px;
    position: relative;
    overflow: hidden;
}

.cp_tcom_sliderbg .slider_itembg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

    .cp_tcom_sliderbg .slider_itembg img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        opacity: 1;
    }

.cp_tcom_sliderbg {
    width: 100%;
    min-height: 550px;
    height: calc(100vh - 234px);
    position: relative;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    overflow: hidden;
    opacity: .6;
}

    .cp_tcom_sliderbg * {
        height: 100% !important;
    }

    .cp_tcom_sliderbg .slider_itembg {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }

        .cp_tcom_sliderbg .slider_itembg img {
            display: block;
            width: 100%;
            max-width: 100%;
            height: 100%;
            max-height: 100%;
        }

.downloadapk {
    display: none;
}

@media screen and (max-width:767px) {
    .mplogin_img_wrapper {
        display: none !important;
    }

    .ot_login_form {
        padding: 30px 30px;
    }

    .downloadapk {
        display: block;
        width: auto;
        padding: 12px 20px;
        background-color: #ffffff !important;
        border: 0px solid #44009b;
        border-radius: 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2;
        cursor: pointer;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        color: #44009b;
        z-index: 1;
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    }
}
/* Login/Signup form design css end here */
/* DMC tabs start from here */
.texe_tab_all {
    width: 100%;
    position: relative;
    margin: 10px 0px 30px 0px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0px 1px 0 rgba(66, 66, 66, 0.08), 0 1px 2px 1px rgba(66, 66, 66, 0.16); */
    box-shadow: none;
}

    .texe_tab_all .nav-tabs {
        display: flex;
        justify-content: space-between;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .texe_tab_all .nav-tabs li {
            flex-grow: 1;
            flex-basis: auto;
        }

            .texe_tab_all .nav-tabs li > .nav-link {
                display: block;
                width: 100%;
                text-align: center;
                padding: 10px 10px;
                background: #fff;
                font-size: 13px;
                font-weight: 500;
                color: #999;
                text-transform: uppercase;
                border-radius: 0px;
                border: 0px solid #eee;
                border-bottom: 2px solid #eee;
                position: relative;
            }

                .texe_tab_all .nav-tabs li > .nav-link::after {
                    position: absolute;
                    content: "";
                    height: 2px;
                    bottom: -2px;
                    left: 0;
                    width: 100%;
                    transform: scale(0);
                    background: var(--ot-pr-color);
                    transition: all .3s ease 0s;
                }

                .texe_tab_all .nav-tabs li > .nav-link.active::after {
                    transform: scale(1);
                    transition: all .3s ease 0s;
                }

                .texe_tab_all .nav-tabs li > .nav-link.active {
                    color: var(--ot-pr-color);
                    border: 0px solid #eee;
                    border-bottom: 2px solid #eee;
                }

                .texe_tab_all .nav-tabs li > .nav-link:hover {
                    color: var(--ot-pr-color);
                }

    .texe_tab_all .tab-content {
        background: #fff;
        border: 0px solid #ddd;
        border-top: 0px solid #ddd;
        border-radius: 0px 0px 3px 3px;
        padding: 0px 0px 0px 0px;
        overflow-x: hidden;
        overflow-y: auto;
    }

.ot_table_wrapper {
    width: 100%;
    height: auto;
    padding: 0px 0px;
    border: 0px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

    .ot_table_wrapper table {
        font-size: 13px;
        font-weight: 400;
        color: #2A343E;
        line-height: 1.5;
        white-space: nowrap;
    }

        .ot_table_wrapper table.table-striped > thead > tr > th {
            border-top: 0px solid #ddd;
            border-bottom: 1px solid #ddd;
            font-weight: 500;
        }

        .ot_table_wrapper table.table-striped > tbody > tr > td:last-child > a {
            font-size: 13px;
            font-weight: 500;
            display: inline-block;
            margin-right: 30px;
            text-decoration: none;
        }

            .ot_table_wrapper table.table-striped > tbody > tr > td:last-child > a:hover {
                text-decoration: underline;
            }

            .ot_table_wrapper table.table-striped > tbody > tr > td:last-child > a:last-child {
                margin-right: 0px;
                color: #dc3545;
                font-size: 12px;
                font-weight: 400;
            }

            .ot_table_wrapper table.table-striped > tbody > tr > td:last-child > a:nth-child(2) {
                color: #009879;
            }
/* dmc tabs end here */


/* Quotation Builder form start from here */
.ot_sm_ipbox {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1%;
    flex-wrap: wrap;
}


    .ot_sm_ipbox .hrip {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }

        .ot_sm_ipbox .hrip > input[type="text"], .ot_sm_ipbox .hrip > input[type="email"], .ot_sm_ipbox .hrip > input[type="tel"], .ot_sm_ipbox .hrip > input[type="date"], .ot_sm_ipbox .hrip > input[type="time"], .ot_sm_ipbox .hrip > textarea, .ot_sm_ipbox .hrip > input[type="password"] {
            width: 100%;
            height: 34px;
            display: block;
            text-align: left;
            padding: 7px 12px 6px 12px !important;
            line-height: 1.4;
            border: 1px solid #c3c3c3 !important;
            border-radius: 4px;
            background: rgba(255,255,255,.7);
            color: var(--ot-ht-color);
            font-size: 13px;
            font-weight: 400;
            box-shadow: none;
            outline: none;
            resize: none;
            margin: 0px;
        }

.html-duration-picker-input-controls-wrapper > input[type="text"] {
    width: 100%;
    height: 34px;
    display: block;
    text-align: left;
    padding: 7px 12px 6px 12px !important;
    line-height: 1.4;
    border: 1px solid #c3c3c3 !important;
    border-radius: 4px;
    background: rgba(255,255,255,.7);
    color: var(--ot-ht-color);
    font-size: 13px;
    font-weight: 400;
    box-shadow: none;
    outline: none;
    resize: none;
    margin: 0px;
}

.html-duration-picker-input-controls-wrapper .scroll-btn:first-child {
    top: 0px !important;
}

.html-duration-picker-input-controls-wrapper .scroll-btn:last-child {
    top: 14px !important;
}

.ot_sm_ipbox .hrip > textarea {
    height: 80px;
}

.ot_sm_ipbox .hrip > input:disabled {
    background: #f5f5f5 top 12px left 6px / 8px no-repeat !important;
    cursor: default;
}

.ot_sm_ipbox .hrip > input.incstar {
    background: url("../images/input_star.svg") top 12px left 6px / 8px no-repeat,linear-gradient(0deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0.7)) !important;
    padding: 7px 12px 7px 19px !important;
}

.ot_sm_ipbox .hrip span.error {
    display: none;
    font-size: 11px;
    line-height: 1.3;
    color: #cc0000;
    position: absolute;
    top: 58px;
    left: 0px;
}

.ot_sm_ipbox .hrip > input[type="checkbox"], .ot_sm_ipbox .hrip > input[type="radio"] {
    background: none;
    opacity: 1;
    width: auto;
    height: auto;
    float: none;
    margin: 0 10px 0 0;
    min-width: 13px;
    padding: 0;
    border: inherit;
    position: relative;
    top: -1px;
}

.ot_sm_ipbox .hrip > label {
    display: block;
    background: none;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    font-weight: 400;
    color: var(--ot-bt-color);
    line-height: 1.4;
    cursor: pointer;
}

.ot_sm_ipbox .hrip > select {
    width: 100%;
    display: block;
    padding: 7px 30px 7px 12px !important;
    line-height: 1.4;
    border: 1px solid #c3c3c3 !important;
    border-radius: 3px;
    background: rgba(255,255,255,0.7) !important;
    color: var(--ot-ht-color);
    font-size: 13px;
    font-weight: 400;
    box-shadow: none;
    outline: none;
    resize: none;
    margin: 0px;
    -webkit-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ot_sm_ipbox .hrip.slct > select {
    height: 34px;
    background: url("../images/input_star.svg") top 11px left 6px / 8px no-repeat,linear-gradient(0deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0.7)) !important;
    padding: 7px 20px 7px 20px !important;
    position: relative;
    z-index: 1;
}

.ot_sm_ipbox .hrip > svg {
    fill: var(--ot-ht-color);
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 37px;
    z-index: 0;
    pointer-events: none;
}

.ot_sm_ipbox .hrip.ccs > input[type="tel"] {
    padding: 7px 12px 7px 95px !important;
}

.ot_sm_ipbox .hrip.ccs .ccselect {
    width: 84px;
    padding: 7px 19px 7px 12px !important;
    position: absolute;
    top: 23px;
    left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: rgba(0, 0, 0, 0) url("../images/dwdown.svg") top 14px right 10px no-repeat !important;
    border: 0px solid #c3c3c3 !important;
    border-right: 1px solid #c3c3c3 !important;
}

.ot_sm_ipbox .hrip.slct.ccs .select {
    padding: 7px 19px 7px 19px !important;
}

.ot_ipbox .hrip.ccs .txtselect {
    width: 60px !important;
    padding: 7px 19px 7px 12px !important;
    position: absolute;
    top: 23px;
    left: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 0px solid #c3c3c3 !important;
    border-right: 1px solid #c3c3c3 !important;
}

.ot_sm_ipbox .hrip.mw12 {
    max-width: 11%;
}

.ot_sm_ipbox .hrip.mw15 {
    max-width: 13.5%;
}

.ot_sm_ipbox .hrip.mw14 {
    max-width: 13.4%;
}

.ot_sm_ipbox .hrip.mw16 {
    max-width: 15.8%;
}

.ot_sm_ipbox .hrip.mw5 {
    max-width: 4%;
}

.ot_sm_ipbox .hrip.mw10 {
    max-width: 9.1%;
}

.ot_sm_ipbox .hrip.mw7 {
    max-width: 6.1%;
}

.ot_sm_ipbox .hrip.mw20 {
    max-width: 19.2%;
}

.ot_sm_ipbox .hrip.mw21 {
    max-width: 20.5%;
}

.ot_sm_ipbox .hrip.mw25 {
    max-width: 23.5%;
}

.ot_sm_ipbox .hrip.mw22 {
    max-width: 22%;
}

.ot_sm_ipbox .hrip.mw33 {
    max-width: 32.66%;
}

.ot_sm_ipbox .hrip.mw35 {
    max-width: 33.5%;
}

.ot_sm_ipbox .hrip.mw40 {
    max-width: 38.8%;
}

.ot_sm_ipbox .hrip.mw50 {
    max-width: 49%;
}

.ot_sm_ipbox .hrip.mw66 {
    max-width: 66%;
}

.ot_sm_ipbox .hrip.mw75 {
    max-width: 74.5%;
}

.ot_sm_ipbox .hrip.mw80 {
    max-width: 79.6%;
}

.ot_sm_ipbox .hrip.mw100 {
    max-width: 100%;
}

.ot_sm_ipbox.fdcol {
    flex-direction: column;
}

.o_smt_ipbox .hrip.fdrow {
    flex-direction: row;
    align-items: center;
}

.ot_sm_ipbox .hrip.fdrow > label {
    margin-bottom: 0px;
}

.q_info {
    width: 100%;
    position: relative;
    top: 0px;
    text-align: left;
    right: 0px;
    margin-bottom: 30px;
}

    .q_info > p {
        width: 100%;
        font-size: 13px;
        font-weight: 400;
        color: #2A343E;
        line-height: 1.8;
        margin: 0px 0px 5px 0px;
    }

        .q_info > p strong {
            font-weight: 500;
            color: #5340FF;
        }

        .q_info > p small {
            font-size: 13px;
            color: #676e8b;
        }

.qb_curr {
    width: 100%;
    max-width: 200px;
    position: absolute;
    right: 30px;
    top: 32px;
    z-index: 1;
}

.vq_link {
    font-weight: 500;
    font-size: 13px;
    position: relative;
}

    .vq_link:hover {
        text-decoration: underline;
        color: #408DFF;
    }

.vq_seperator {
    width: 20px;
    height: 14px;
    position: relative;
    display: inline-block;
}

    .vq_seperator::before {
        width: 1px;
        height: 13px;
        background: rgba(42,52,62,.5);
        position: absolute;
        left: 10px;
        top: 3px;
        content: "";
    }

.ot_tvl_list:not(:first-child):not(:last-child) {
    cursor: move;
}

.ot_section {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

    .ot_section > h4 {
        width: auto;
        background: linear-gradient(90deg, #6b4a8b, #b492d5,#6b4a8b);
        padding: 6px 166px 6px 20px;
        margin: 0px -10px 20px -10px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        border-radius: 5px 5px 0px 0px;
    }

        .ot_section > h4 > span {
            float: right
        }

.ot_section_add {
    width: 60px;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    color: #009879;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    gap: 5px;
    user-select: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s ease;
    position: absolute;
    right: 93px;
    top: 3px;
}

    .ot_section_add:hover {
        background: #009879;
        color: #fff;
        transition: all .3s ease;
    }

.ot_section_remove {
    width: 80px;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    color: #cc0000;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    gap: 5px;
    user-select: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all .3s ease;
    position: absolute;
    right: 3px;
    top: 3px;
}

    .ot_section_remove:hover {
        background: #cc0000;
        color: #fff;
        transition: all .3s ease;
    }

#dayContainers .ot_section.topline:first-child .ot_section_add {
    right: 3px !important;
}

#dayContainers .ot_section.topline:first-child > h4 {
    padding-right: 75px;
}

.ot_quot_table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.2em;
    width: 100%;
    max-width: 100%;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center;
    background: #fff;
}

    .ot_quot_table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
    }

    .ot_quot_table th,
    .ot_quot_table td {
        padding: 8px 10px;
        white-space: nowrap
    }

    .ot_quot_table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .ot_quot_table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .ot_quot_table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

        .ot_quot_table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }

.add_suppliment {
    width: 100%;
    margin: 10px 0px 15px 0px;
    font-size: 15px;
    font-weight: 500;
    color: #715A89;
    position: relative;
}

    .add_suppliment > span {
        display: inline-block;
        background: #f5f5f5;
        position: relative;
        z-index: 1;
        padding-right: 12px;
    }

    .add_suppliment:after {
        width: 81.5%;
        height: 1px;
        background: #715A89;
        border-radius: 5px;
        position: absolute;
        left: 220px;
        top: 11px;
        content: "";
    }

.quotemodal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1021;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

    .quotemodal .modal_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        padding: 30px;
        width: 92%;
        max-width: 860px;
        height: auto;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 10px;
    }

    .quotemodal .close_button {
        width: 60px;
        font-size: 13px;
        line-height: 1.2;
        padding: 0px;
        text-align: right;
        cursor: pointer;
        color: #5340ff;
        transition: all .3s ease;
        position: absolute;
        top: 36px;
        right: 30px;
        z-index: 11;
        text-decoration: none;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 2px;
    }

        .quotemodal .close_button > svg {
            fill: #5340ff;
        }

        .quotemodal .close_button:hover, .quotemodal .close_button:hover > svg {
            color: #2A343E;
            fill: #2A343E;
            transition: all .3s ease;
        }

.show_modal {
    opacity: 1;
    z-index: 1081;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.q_review_info {
    width: 100%;
    position: relative;
}

    .q_review_info > p {
        display: block;
        width: 100%;
        color: #2A343E;
        line-height: 1.6;
        font-size: 14px;
        font-weight: 400;
        margin: 10px 0px 0px 0px;
    }

        .q_review_info > p > strong {
            font-weight: 500;
            color: #2A343E;
        }

        .q_review_info > p.focustext {
            color: #5340ff;
            font-weight: 600;
            font-size: 16px;
        }
/* Quotation Builder css end here */

/* Account Dashboard css start here */
.col_section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 2%;
}

.mps_dswrapper {
    width: 28%;
    height: auto;
    position: relative;
    transition: all 0s ease;
}

    .mps_dswrapper::after {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.0);
        position: absolute;
        top: 0px;
        left: 0px;
        content: "";
        z-index: 13;
        cursor: default;
    }

    .mps_dswrapper.switchcol {
        width: 70%;
        min-width: 70%;
        max-width: 70%;
        transition: all .2s ease;
    }

        .mps_dswrapper.switchcol::after {
            display: none !important;
        }

    .mps_dswrapper.mw100 {
        width: 100% !important;
    }

        .mps_dswrapper.mw100::after {
            display: none !important;
        }

        .mps_dswrapper.mw100 .tabletitle {
            color: #2A343E;
        }

.tabletitle {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #5340FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .tabletitle > small, .tabletitle > small > a {
        font-size: 12px;
        font-weight: 400;
        color: rgba(42,52,62,.5);
        margin-right: auto;
    }

.tabletitles {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #5340FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .tabletitles > small, .tabletitles > small > a {
        font-size: 12px;
        font-weight: 400;
        color: rgba(42,52,62,.5);
        margin-right: auto;
    }

.close_form {
    user-select: none;
    cursor: pointer;
}

    .close_form:hover {
        color: #2A343E;
    }

.mps_responsive {
    width: 100%;
    height: auto;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    margin-top: 0px;
    border: 0px solid #408DFF;
    border-radius: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

    .mps_responsive.blkline {
        border: 1px solid #2A343E;
    }

.ot_res_table {
    border-collapse: separate;
    border-spacing: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    border: 0px solid #408DFF;
    border-radius: 6px 6px;
    text-align: left;
}

    .ot_res_table thead tr {
        background-color: #408DFF;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .ot_res_table tbody tr {
        background-color: #fff;
    }

    .ot_res_table thead > tr > th {
        padding: 8px 9px;
        white-space: nowrap;
        position: sticky;
        top: 0px;
        z-index: 10;
        background: #408DFF;
    }

    .ot_res_table tbody > tr > td {
        padding: 8px 9px;
        white-space: nowrap;
        border-top: 1px solid #dddddd;
    }

    .ot_res_table tbody > tr:first-child > td {
        border-top: 0px solid #dddddd;
    }

    .ot_res_table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    .ot_res_table tbody tr.active-row {
        font-weight: bold;
        color: #408DFF;
    }

    /*.ot_res_table th:first-child {
        position: sticky;
        width: 40px;
        min-width: 40px;
        left: 0;
        z-index: 10;
    }*/

    /*.ot_res_table td:first-child {
        position: sticky;
        width: 40px;
        min-width: 40px;
        left: 0;
        z-index: 9;
    }*/

    /*.ot_res_table th:first-child, .ot_res_table th:nth-child(2), .ot_res_table th:last-child {
        background: #408DFF;
    }

    .ot_res_table th:nth-child(2) {
        position: sticky;
        width: 130px;
        min-width: 130px;
        left: 40px;
        z-index: 10;
    }

    .ot_res_table td:nth-child(2) {
        position: sticky;
        width: 130px;
        min-width: 130px;
        left: 40px;
        z-index: 9;
    }*/
    /*.ot_res_table th:last-child,.ot_res_table td:last-child{position: sticky;width: 90px;min-width: 90px; right: 0;z-index: 10;padding-left: 15px;}*/
    .ot_res_table tbody > tr td:first-child, .ot_res_table tbody > tr td:last-child {
        background-color: #fff;
    }

    .ot_res_table tbody > tr td:nth-child(2) {
        background-color: #fff;
    }

    .ot_res_table tbody > tr:nth-child(even) td:first-child, .ot_res_table tbody > tr:nth-child(even) td:last-child {
        background-color: #f3f3f3;
    }

    .ot_res_table tbody > tr:nth-child(even) td:nth-child(2) {
        background-color: #f3f3f3;
    }

    .ot_res_table tbody > tr td:nth-child(4) {
        max-width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .ot_res_table tbody > tr:last-child td:first-child {
        border-radius: 0px 0px 0px 6px;
    }

    .ot_res_table tbody > tr:last-child td:last-child {
        border-radius: 0px 0px 6px 0px;
    }

    .ot_res_table.archivetable thead tr {
        background-color: #2A343E;
    }

    .ot_res_table.archivetable thead > tr > th {
        background-color: #2A343E;
    }

    .ot_res_table.archivetable th:first-child, .ot_res_table.archivetable th:nth-child(2), .ot_res_table.archivetable th:last-child {
        background: #2A343E;
    }

.mps_tablewrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.staticline {
    width: 6px;
    height: calc(100% - 38px);
    max-height: 999999px;
    background: -webkit-linear-gradient(right,rgba(0,0,0,.0) 0%,#dadce0 100%);
    pointer-events: none;
    position: absolute;
    right: auto;
    top: 36px;
    left: 165px;
    bottom: 0;
    white-space: normal;
    user-select: none;
    z-index: 11;
}

    .staticline.rgt {
        background: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0%,#dadce0 100%);
        left: auto;
        right: 85px;
    }

.mps_responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #ccc;
    border-radius: 6px;
}

.mps_responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.mps_responsive::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: linear-gradient(to right, #eee 0%, #999 0%);
}

.ot_status_btn {
    padding: 1px 10px;
    border-radius: 4px;
    min-width: 72px;
    font-size: 11px;
}

    .ot_status_btn.ylw {
        background: var(--ot-dy-color);
        color: #fff;
    }

    .ot_status_btn.grn {
        background: #009879;
        color: #fff;
    }

    .ot_status_btn.red {
        background: #cc0000;
        color: #fff;
    }

.ot_base_table {
    border-collapse: collapse;
    margin: 0px 0px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(42,52,62,.7);
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #ddd;
    border-radius: 6px 6px 0 0;
    text-align: left;
}

    .ot_base_table thead tr {
        background-color: #408DFF;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .ot_base_table th, .ot_base_table td {
        padding: 8px 10px;
    }

    .ot_base_table tbody tr {
        border-bottom: 1px solid #f8f8f8;
    }

        .ot_base_table tbody tr > td:first-child {
            font-weight: 600;
            color: #2A343E;
            text-align: left;
        }

.ac_wrapper {
    width: 100%;
    position: relative;
    margin-top: 20px;
}

    .ac_wrapper > h4 {
        font-size: 15px;
        font-weight: 600;
        color: var(--ot-ht-color);
        line-height: 1.4;
        margin: 10px 0px 15px 0px;
        position: relative;
    }

        .ac_wrapper > h4 > span {
            display: inline-block;
            background: #fff;
            position: relative;
            z-index: 1;
            padding-right: 8px;
        }

        .ac_wrapper > h4:after {
            width: 100%;
            height: 2px;
            background: #ddd;
            border-radius: 4px;
            position: absolute;
            left: 2px;
            top: 10px;
            content: "";
        }

    .ac_wrapper.acflex {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 30px;
    }

.ot_sm_ipbox .hrip.fdrow {
    flex-direction: row;
    align-items: center;
}

    .ot_sm_ipbox .hrip.fdrow > label {
        margin-bottom: 0px;
    }

    .ot_sm_ipbox .hrip.fdrow.mpaclist {
        margin-bottom: 0px;
        margin-top: 10px;
    }

        .ot_sm_ipbox .hrip.fdrow.mpaclist > label.mpac {
            margin-right: 10px;
            color: #2A343E;
            font-size: 13px;
        }

.mrbtnone {
    margin-bottom: 0px !important;
}

.ot_res_table.otvctable {
    border-top: 1px solid #ddd;
}

    .ot_res_table.otvctable tr > td:first-child {
        width: 100%;
    }

    .ot_res_table.otvctable tr > td:nth-child(2), .ot_res_table.otvctable tr > td:last-child {
        min-width: 80px;
    }

.vd_wrapper {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.vd_accordion {
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .vd_accordion li {
        width: 100%;
        list-style: none;
        margin: 0px;
        padding: 0px 15px;
        border: 1px solid #408DFF;
        border-radius: 6px;
        margin-bottom: 5px;
    }

        .vd_accordion li .vd_toggle {
            width: 100%;
            padding: 10px 0px;
            border: 0px solid #408DFF;
            border-radius: 6px;
            cursor: pointer;
            user-select: none;
            font-size: 14px;
            font-weight: 600;
            color: #408DFF;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
        }

        .vd_accordion li.active {
            border: 1px solid #5340FF;
            background: #5340ff14;
        }

            .vd_accordion li.active .vd_toggle {
                color: #5340FF;
            }

        .vd_accordion li .vd_inner {
            width: 100%;
            padding: 0px 0px 15px 0px;
            position: relative;
            display: none;
        }

@media screen and (max-width:993px) {
    .col_section {
        flex-direction: column;
        gap: 30px;
    }

    .mps_dswrapper, .mps_dswrapper.switchcol {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

        .mps_dswrapper::after {
            display: none !important;
        }
}

@media screen and (max-width:767px) {
    .mps_responsive {
        overflow: auto;
    }

    .ac_wrapper.acflex {
        flex-direction: column;
    }

    .ac_wrapper .ot_sm_ipbox .hrip.mw35 {
        width: 100%;
        max-width: 100%;
    }

    .ac_wrapper .ot_sm_ipbox .hrip.mw15 {
        width: 49%;
        max-width: 49%;
    }

    .ac_wrapper .ot_sm_ipbox .hrip.mw16 {
        width: 49%;
        max-width: 49%;
    }

    .ot_section > h4 {
        margin: 0px -10px 20px -10px;
        padding: 7px 156px 8px 10px;
    }

    .ot_section {
        padding: 0px 10px 0px 10px;
    }

    .mpSplash_success_message {
        padding: 0px !important;
    }
}
/* Account Dashboard css end here */

/* Footer design css start from here */
.lt_social {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

    .lt_social > a {
        display: inline-block;
        width: auto;
        height: auto;
        cursor: pointer;
    }

        .lt_social > a > span {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            border: 1px solid var(--ot-wh-color);
            border-radius: 50%;
            cursor: pointer;
            user-select: none;
        }

            .lt_social > a > span > svg {
                fill: var(--ot-wh-color);
            }

            .lt_social > a > span > span {
                font-size: 0px;
                text-indent: -9999px;
            }

.darkfooterbg {
    background-color: var(--ot-ht-color);
}

.ot_footer_wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2%;
}

    .ot_footer_wrapper .footer_list {
        width: auto;
        flex-grow: 1;
    }

.footerlogolink {
    display: block;
    max-width: 150px;
    cursor: pointer;
}

    .footerlogolink > img {
        display: block;
        max-width: 100%;
        cursor: pointer;
        width: 100%;
    }

.ot_footer_wrapper .footer_list > h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--ot-wh-color);
    line-height: 1.4;
    margin: 0px 0px 20px 0px;
}

.ot_footer_wrapper .footer_list > ul {
    width: auto;
    list-style: none;
    margin: 0px 0px 40px 0px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
}

    .ot_footer_wrapper .footer_list > ul > li {
        width: auto;
        list-style: none;
    }

        .ot_footer_wrapper .footer_list > ul > li > a {
            display: inline-block;
            padding: 5px 0px;
            font-size: 14px;
            font-weight: 400;
            color: rgba(255,255,255,0.7);
            line-height: 1.5;
            transition: all .3s ease;
        }

            .ot_footer_wrapper .footer_list > ul > li > a:hover {
                color: var(--ot-wh-color);
                transition: all .3s ease;
            }

.ot_footer_bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


    .ot_footer_bottom.pl51 {
        padding-left: 35px;
    }

.ot_container_footer {
    max-width: 2400px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    position: relative;
    width: calc(100% - 120px);
    margin-left: 120px;
}




.ot_footer_bottom .mpfooter_social {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .ot_footer_bottom .mpfooter_social .lt_social {
        gap: 10px;
    }

        .ot_footer_bottom .mpfooter_social .lt_social > a {
            display: inline-block;
            width: auto;
            height: auto;
            cursor: pointer;
        }

            .ot_footer_bottom .mpfooter_social .lt_social > a > span {
                width: 32px;
                height: 32px;
                border: 2px solid var(--ot-wh-color);
            }

    .ot_footer_bottom .mpfooter_social > p {
        font-size: 12px;
        font-weight: 400;
        color: rgba(255,255,255,0.7);
        line-height: 1.4;
        margin: 25px 0px 0px 0px;
    }
/*table.dataTable thead th, table.dataTable thead td {
    padding: 10px 8px !important;
}*/

/* Footer design css end here */

@media screen and (max-width:1199px) {
    .ot_header {
        padding-left: 15px;
        padding-right: 15px;
        align-items: flex-start;
    }

    .ot_mg_menu > ul {
        gap: 0px;
    }

        .ot_mg_menu > ul > li > a {
            padding-left: 10px;
            padding-right: 10px;
        }

        .ot_mg_menu > ul > li > .mgmenu {
            grid-template-columns: repeat(5, 188px);
            grid-auto-columns: minmax(100px, 188px);
        }

            .ot_mg_menu > ul > li > .mgmenu > li {
                max-width: 188px;
            }
}

@media screen and (max-width:993px) {
    .ot_togglemenu {
        display: block !important;
    }

    .ot_header {
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: flex-start;
    }

    .ot_head_logo {
        padding-bottom: 0px;
    }

    .ot_mg_menu {
        position: relative;
        top: 45px;
        background: var(--ot-wh-color);
    }

        .ot_mg_menu > ul {
            width: 220px;
            flex-direction: column;
            min-height: 0px;
            background: var(--ot-wh-color);
            align-items: flex-end;
            position: absolute;
            top: 0px;
            right: 0px;
            gap: 0px;
        }

            .ot_mg_menu > ul > li {
                padding: 0px !important;
                display: none !important;
                text-align: right;
            }

                .ot_mg_menu > ul > li > a {
                    font-size: 15px;
                    padding: 12px 15px;
                    margin-right: 50px;
                }

        .ot_mg_menu.display > ul {
            box-shadow: 0px 5px 10px rgba(15,20,25,.2);
        }

            .ot_mg_menu.display > ul > li {
                display: block !important;
            }

        .ot_mg_menu > ul > li.mround {
            display: none !important;
        }

        .ot_mg_menu > ul > li > .mgmenu {
            position: relative;
            top: 0px;
            right: 0px;
            left: auto;
            bottom: auto;
            min-width: 220px;
            grid-template-columns: repeat(1, 100%);
            z-index: 1;
            gap: 0px;
            padding: 0px;
        }

            .ot_mg_menu > ul > li > .mgmenu > li {
                max-width: 100%;
            }

    .ot_mm_list {
        padding: 15px 15px;
        border-radius: 0px;
    }

        .ot_mm_list > span {
            font-size: 14px;
            margin: 0px;
            text-align: left;
        }

        .ot_mm_list > small, .ot_mg_menu > ul > li > .mgmenu > li.gridfullcol {
            display: none;
        }

    .ot_mg_menu > ul > li.listnav > .listmenu {
        top: 47px;
        left: auto;
        right: 50px;
    }

        .ot_mg_menu > ul > li.listnav > .listmenu > li > a {
            text-align: left;
        }

    .mplogin_wrapper {
        background-position: center right -150px;
    }

    .get_started_form .formgradleft, .get_started_form .formgradright {
        display: none;
    }

    .ot_ipbox .hrip.mw15 {
        max-width: 13.5%;
    }

    .ot_ipbox .hrip.mw10 {
        max-width: 49%;
    }

    .ot_ipbox .hrip.mw20 {
        max-width: 49%;
    }

    .ot_ipbox .hrip.mw25 {
        max-width: 49%;
    }

    .ot_ipbox .hrip.mw33 {
        max-width: 49%;
    }

    .ot_ipbox .hrip.mw35 {
        max-width: 33.5%;
    }

    .ot_ipbox .hrip.mw50 {
        max-width: 49%;
    }

    .ot_ipbox .hrip.mw66 {
        max-width: 49%;
    }

    .ot_ipbox .hrip.mw75 {
        max-width: 49%;
    }

    .ot_ipbox .hrip.mw80 {
        max-width: 49%;
    }

    .ot_ipbox .hrip.mw100 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw20.mwt33 {
        max-width: 32%;
    }
}

@media screen and (max-width:767px) {
    .msq {
        display: block !important;
    }

    .ot_togglemenu {
        display: block !important;
    }

    .ot_footer_wrapper {
        flex-wrap: wrap;
    }

    .footerlogolink > img {
        max-width: 100px;
    }

    .ot_footer_wrapper .footer_list {
        width: 49%;
    }

    .ot_footer_bottom {
        flex-wrap: wrap;
    }

        .ot_footer_bottom .mpfooter_social {
            order: 2;
            width: 100%;
        }

    .head_sub_banner {
        padding: 0px 0px;
    }

        .head_sub_banner .ot_container {
            padding-left: 0px;
            padding-right: 0px;
        }

        .head_sub_banner > h1 {
            font-size: 44px;
        }

    .ot_login_form {
        padding: 20px;
    }

    .mpSplash_form {
        padding: 20px 10px;
        border: none;
    }

    .mrtp80 {
        margin-top: 40px !important;
    }

    .mrbt80 {
        margin-bottom: 40px !important;
    }

    .features_dls_wrapper {
        text-align: center;
    }

    .ot_head_btn {
        flex-wrap: wrap;
    }

    .ot_ipbox .hrip.mw10 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw15 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw16 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw20 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw25 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw33 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw35 {
        max-width: 69%;
    }

    .ot_ipbox .hrip.mw50 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw66 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw75 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw80 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw100 {
        max-width: 100%;
    }

    .ot_ipbox .hrip.mw20.mwt33 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw10 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw5 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw12 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw15 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw16 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw20 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw21 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw25 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw33 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw35 {
        max-width: 69%;
    }

    .ot_sm_ipbox .hrip.mw40 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw50 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw66 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw75 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw80 {
        max-width: 100%;
    }

    .ot_sm_ipbox .hrip.mw100 {
        max-width: 100%;
    }

    .ot_signup_form {
        padding: 20px 20px;
    }

    .ot_fp_modal_wrapper .ot_fp_modal .ot_login_form {
        max-width: 92%;
    }

    .mpSplash_form > h4 {
        font-size: 20px
    }

    .ot_container_footer {
        margin-left: 0px;
        width: 100%;
    }

    .dataTables_scroll {
        overflow: auto;
    }

        .dataTables_scroll .dataTables_scrollBody {
            overflow: visible !important;
        }

        .dataTables_scroll .dataTables_scrollHead {
            overflow: visible !important;
        }
}


@media screen and (min-width: 375px) and (max-width: 900px) {
    .ot_togglemenu {
        display: block !important;
    }
}

.ot_ipbox input[type="text"]:focus,
.ot_ipbox input[type="password"]:focus {
    border: 1px solid blue !important;
    transition: border 0.5s;
}

.toggle-password {
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 22px;
    font-size: 14px;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-danger {
    color: red;
    list-style: none !important;
}

    .text-danger ul {
        list-style: none !important;
        padding: 0px;
    }
/* Css for Travel Technology css End Here */
.athc_box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    margin-top: 40px;
}

    .athc_box > p {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.4;
        color: #fff;
        margin: 0px 0px 10px 0px;
        letter-spacing: .4px;
    }

    .athc_box .hr_add_button {
        padding: 15px 15px;
        background: #fff;
        border: 0px solid #fff;
        border-radius: 10px;
        font-size: 13px;
        line-height: 1.4;
        color: #000;
        font-weight: 500;
        cursor: pointer;
        user-select: none;
        box-shadow: none;
        outline: none;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

.tags-input {
    display: flex;
    flex-wrap: wrap;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.tag {
    background-color: #007bff;
    color: white;
    border-radius: 3px;
    padding: 5px 10px;
    margin: 5px;
    display: flex;
    align-items: center;
}

.remove-tag {
    margin-left: 5px;
    cursor: pointer;
}
