/* Minification failed. Returning unminified contents.
(857,15): run-time error CSS1036: Expected expression, found ';'
 */
@charset "utf-8";
/*..............embedded fonts..............*/

@import url('fonts.css');
/*..............embedded fonts..............*/

/*..............custom fonts..............*/

/*..............custom fonts..............*/

/*..............common styles..............*/
body {
    margin: 0;
    padding: 0;
    /*font-family: 'Times New Roman', Times, serif;*/
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #707070;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 13px;
    color: #707070;
    margin: 0 0 20px;
    padding: 0;
}

img {
    max-width: 100%;
}

a, img {
    border: 0;
    text-decoration: none;
    outline: none;
}

    a, a:link, a:visited, a:focus, a:hover {
        color: #179ae2;
        outline: none;
        text-decoration: none;
        transition: all 0.3s ease 0s;
    }

        a:hover {
            text-decoration: none;
        }

input, textarea, select {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: none;
    color: #707070;
}

    input[type="submit"] {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        transition: all 0.3s ease 0s;
        outline: none;
    }

/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft, .alignnone {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.aligncenter {
    margin: 10px auto;
    display: block;
}
/* --- only use for wordpress (Image alignment) --- */
.myHaven-dialog-fullwidth .modal-dialog {
    max-width: 95%;
}

.myHaven-dialog .modal-dialog {
    max-width: 900px;
}

/*layout styles*/
.flexcont {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
}

.flex-container {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-col {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

.flex-shrink {
    flex-shrink: 1;
}

.flex-grow {
    flex-grow: 1;
}

.flex-vcenter {
    text-align: center;
    align-items: center;
}
/*end layout styles*/



/*Scroll bar starts*/

.scrollContainer {
    padding-right: 8px !important;
}

::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/*scroll bar ends*/


/* --- Button Styles --- */
.btn {
    border: 0;
    display: inline-block;
    vertical-align: top;
    background: #006dc8;
    color: #fff;
    padding: 14px 35px;
    font-size: 16px;
    text-transform: capitalize;
}

    .btn.solid-color {
        background: #f00;
        color: #fff;
    }

    .btn.border {
        background: none;
        color: #0d6ebd;
        border: 2px solid #0d6ebd !important;
    }

    .btn.rounded {
        border-radius: 5px;
    }

    .btn.medium-size { /* Your custom Styles */
    }

    .btn.large-size { /* Your custom Styles */
    }

    .btn.fullyrounded {
        margin-right: 10px;
        border-radius: 20px;
    }

a.btn {
    color: #fff;
}

.btn.border:hover {
    background: #0d6ebd;
    color: #fff;
}

/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label {
    font-weight: normal;
}

.builder_radiobox ul li input[type="radio"] {
    opacity: 0;
}

    .builder_radiobox ul li input[type="radio"]:empty ~ label {
        position: relative;
        float: left;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 0 0 0 22px;
    }

        .builder_radiobox ul li input[type="radio"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 2px;
            bottom: 0;
            left: 0;
            content: "";
            width: 16px;
            height: 16px;
            background: url(../images/radiobutton.png) left top no-repeat;
        }

    .builder_radiobox ul li input[type="radio"]:checked ~ label:before {
        background: url(../images/radiobutton.png) left bottom no-repeat;
    }

/* --- checkbox and radio button Styles --- */

/*..............common styles..............*/
.home_bg { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefeff+0,e0f0ff+85,e0f0ff+100 */
    background: rgb(254,254,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,254,255,1) 0%, rgba(224,240,255,1) 85%, rgba(224,240,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254,254,255,1) 0%,rgba(224,240,255,1) 85%,rgba(224,240,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254,254,255,1) 0%,rgba(224,240,255,1) 85%,rgba(224,240,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#e0f0ff',GradientType=0 ); /* IE6-9 */
    height: 100vh;
}

.home_bg_ven {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefeff+0,baf4d4+85,baf4d4+100 */
    background: rgb(254,254,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 15%, rgba(186,244,212,1) 85%, rgba(186,244,212,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 15%,rgba(186,244,212,1) 85%,rgba(186,244,212,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 15%,rgba(186,244,212,1) 85%,rgba(186,244,212,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#baf4d4',GradientType=0 ); /* IE6-9 */
    height: 100vh;
}

.flaggedImage {
    box-shadow: 0 0 4px red;
}

.flaggedDescription {
    color: red;
}

.flaggedDomain {
    color: orange;
}

.clickable {
    cursor: pointer
}

.hidden {
    display: none !important;
}

.click {
    display: none;
}

.main_menu a.closebtn {
    display: none;
}

/*for header css*/
.main-header {
    background: #fbfdff;
    padding: 14px 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.logo {
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #006bc7;
}

    .logo img {
        height: 33px
    }

.header_right {
    float: right;
    margin-left: 10px; /*margin-top: 15px;*/ /*margin-top: 5px;*/
    font-weight: 600;
    position: relative;
}

    .header_right ul {
        margin-bottom: 0;
        padding-left: 0;
    }

        .header_right ul li {
            display: inline-block;
            list-style: none;
            margin-right: 5px;
        }

            .header_right ul li:last-child {
                margin-right: 0px;
            }

            .header_right ul li a {
                color: #006dc8;
                text-transform: lowercase;
            }

                .header_right ul li a.text-trans-cap {
                    color: #006dc8;
                    text-transform: capitalize !important;
                }

                .header_right ul li a:hover {
                    color: #000;
                }

                .header_right ul li a span {
                    font-size: 20px;
                    padding-right: 5px
                }

.click {
    color: #000;
    float: right;
    font-size: 28px;
}

.main_menu { /*float: right;*/
    width: auto; /*display: table;*/
    margin: 0 auto;
}

    .main_menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        .main_menu ul li {
            list-style: none;
            display: inline-block;
            vertical-align: top; /*margin: 0 25px;*/
            margin: 0 8px 0 0;
            text-transform: uppercase;
        }

            .main_menu ul li a {
                display: block; /*padding: 15px 0;*/ /*padding: 7px 0;*/
                padding: 7px 15px;
                color: #000;
                font-size: 15px;
                font-weight: 500;
                border: 1.5px solid #0055a5;
            }

            .main_menu ul li:last-child {
                margin-right: 0;
            }

            .main_menu ul li:first-child a {
                border-radius: 50px 0 0 50px;
            }

            .main_menu ul li:last-child a {
                border-radius: 0 50px 50px 0;
            }

            .main_menu ul li.item-mine:hover a {
                background-color: rgba(45, 20, 237, 0.3)
            }

            .main_menu ul li.item-merchant:hover a {
                background-color: rgba(36, 237, 20, 0.3)
            }

            .main_menu ul li.item-public:hover a {
                background-color: rgba(212, 237, 20, 0.3)
            }

            .main_menu ul li.current-menu-item-mine a {
                background-color: rgba(45, 20, 237, 0.3) !important
            }

            .main_menu ul li.current-menu-item-merchant a {
                background-color: rgba(36, 237, 20, 0.3) !important
            }

            .main_menu ul li.current-menu-item-public a {
                background-color: rgba(212, 237, 20, 0.3) !important
            }

            .main_menu ul li a span {
                display: none;
            }


.header_bottom {
    margin-top: 10px;
    margin-left: 220px;
    margin-right: 50px;
    /*border-bottom: 1px solid #707070;*/
    position: relative;
}

.header_bottom_extra {
    margin-left: 340px;
}


.header_list {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 15px; /*border-bottom: 1px solid #707070;*/
}

    .header_list ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .header_list ul li {
            list-style: none;
            display: inline-block;
            margin-right: 6px;
        }

            .header_list ul li:last-child {
                margin-right: 0px;
            }

            .header_list ul li a {
                color: #373636;
                padding: 0 2px;
                display: block;
                font-size: 20px;
            }

                .header_list ul li a img {
                    height: 19px;
                    width: 19px
                }

                .header_list ul li a:hover {
                    color: #006dc8;
                }

.header_search {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: solid black thin;
    margin-left: 10px;
}

.header-search-info {
    position: absolute;
    top: 8px;
    left: 7px;
}

.header_search_input {
    border: none;
    font-size: 16px;
    padding: 6px 150px 6px 25px;
    color: #000;
    width: 100%;
    background-color: transparent;
}

.header_search_btn {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    color: #000;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
}

.header_play_pause_btn {
    margin-top: 2px;
}

.header_search_label {
    position: absolute;
    float: right;
    right: 0px;
    top: 1px;
    padding-right: 35px;
    color: #000;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
}

    .header_search_label span {
        height: 24px;
    }

    .header_search_label a {
        color: white;
    }
/*General*/
.fullwidth {
    width: 100%
}

.fullwidth-nomax {
    width: 100%;
    max-width: 100%;
}

.fullHeight {
    height: 100%
}

.rlpad2 {
    padding-left: 2px;
    padding-right: 2px;
}

.pull-right {
    float: right
}

.animate-flicker {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.__react_component_tooltip {
    max-width: 200px
}

.margin-left-10 {
    margin-left: 10px
}

.slim {
    margin: 0px;
}

.hideme {
    display: none
}

.nopad {
    padding: 0px
}

.blockDisplay {
    display: block
}

.fullwidth {
    width: 100%;
}
/*for header css*/
.slider-wrap {
    position: relative;
}

/*add common styles*/
.addCommonLabel1 {
    color: white;
    font-size: 17px;
    padding-top: 20px
}

.add_common_l1 {
    overflow: hidden;
    text-align: center;
    padding-top: 30%
}

.add_common_l2 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}
/*drop down header*/
.dropdown-header {
    font-size: 16px;
    font-weight: 800;
}



/*for main sections css*/

main.main-section {
    padding: 150px 0 20px;
}

.left_sidebar {
    width: 180px;
    position: fixed;
    bottom: 0; /*overflow-y: auto;*/
    top: 150px;
    left: 0; /*background: #ccc;*/
    padding-left: 15px;
    z-index: 1;
}

.scroll_left_bar {
    overflow-y: auto;
    position: fixed;
    width: 170px;
    margin: 45px 0;
}

.left_sidebar_icon_top {
    position: fixed;
}

.contact_icon_list {
    position: fixed;
    bottom: 10px;
}

.left_sidebar_icon {
    padding-left: 0;
    margin-bottom: 0px;
}

    .left_sidebar_icon li {
        list-style: none;
        margin: 0 3px 2px;
        display: inline;
    }

.left_sidebar_icon_wide li {
    margin: 0 5px 4px;
}

.left_sidebar_icon li a {
    color: #707070;
    font-size: 14px;
}

    .left_sidebar_icon li a:hover {
        color: #36a4ff;
    }

.left_sidebar_icon.contact_icon_list li a span {
    color: #f00;
    font-weight: 600;
    margin-left: 10px;
}

.left_sidebar_list {
    padding-left: 0;
    margin-bottom: 0.5rem;
}

    .left_sidebar_list li {
        list-style: none;
        margin-bottom: 0px;
        padding-left: 10px;
    }

        .left_sidebar_list li div:hover {
            color: #2e3192
        }

    .left_sidebar_list .title {
        padding-left: 0;
        font-weight: 600;
        color: #006dc8;
    }

    .left_sidebar_list li div {
        color: #36a4ff;
        white-space: nowrap;
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .left_sidebar_list .title div {
        font-size: 19px;
        font-weight: 600;
        color: #2e3192;
    }

    .left_sidebar_list li a:hover {
        color: #707070;
    }

.middle_section {
    overflow-y: auto;
    margin-right: 1px;
    margin-top: 3px;
}

.left_gap {
    margin-left: 180px;
}

.whiteBckgrnd {
    background-color: white;
}

.formBorder {
    border: thin #bdbcbc solid;
}

.inlineIcon {
    /*position:relative;*/
    display: flex;
    align-items: center;
}

.form-group.inlineIcon i {
    margin-left: 6px;
}

.accordionList {
    padding-left: 0;
    margin: 10px 5px 0px 5px;
}

    .accordionList li {
        vertical-align: top;
        margin: 0 6px 4px 0;
        list-style: none;
    }

.reduce_top.products_left_bar {
    top: 35px;
}

.accordianStyleButton {
    height: 50px;
    text-align: left;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    border-radius: 0px;
    border: 1px solid #dcdada;
    color: #707070;
    text-transform: uppercase;
}

    .accordianStyleButton:hover {
        background: #f1f1f1;
        border: 1px solid #b5b5b5;
        color: #333;
    }

.accordianStyleForm {
    margin-bottom: 7px !important;
}

.product_box {
    width: 280px;
    background-color: white;
    min-height: 91px !important;
    border: 1px solid #707070;
    margin: 0 5px 10px;
    overflow: ;
    box-sizing: border-box;
    border-right: 1px solid #707070;
    transition: all 0.6s ease-in-out 0s;
}

.products_scroll_bar {
    margin-left: 10px;
}

.product_box_left {
    width: 29% !important;
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin: auto;
    padding: 5px 5px;
}

    .product_box_left input[type="checkbox"] {
        position: absolute;
        top: 2px;
        left: 2px;
        height: 15px;
        width: 15px;
    }

    .product_box_left .pimg {
        cursor: pointer;
        padding: 5px;
        max-height: 81px;
    }

.product_details_section .product_box_left .pimg {
    max-height: 166px;
}

.product_box_right {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 3px 3px;
}

.product_box_text { /*width: 80%;*/
    width: 86%;
    display: inline-block;
    vertical-align: top;
}

    .product_box_text p {
        margin-bottom: 7px;
        line-height: 18px;
        max-height: 54px;
        min-height: 54px;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: pointer;
        padding-right: 5px
    }

    .product_box_text .product_box_footer {
        min-height: 23px !important;
        max-height: 23px !important;
    }

.product_box_icon {
    width: 24px;
    display: inline-block;
    vertical-align: top;
}

    .product_box_icon ul {
        padding-left: 0;
        margin-bottom: 0;
        float: right;
    }

        .product_box_icon ul li {
            list-style: none; /*text-align: right;*/
            text-align: center;
            margin-bottom: 9px;
            width: 100%;
        }

            .product_box_icon ul li:last-child {
                margin-bottom: 0px;
            }

            .product_box_icon ul li a {
                color: #707070;
            }

                .product_box_icon ul li a img {
                    width: 18px
                }

                .product_box_icon ul li a:hover {
                    color: #006dc8;
                }

.product_price {
    width: 40%;
    display: inline-block;
}

    .product_price p {
        margin-bottom: 0;
        min-height: auto;
        max-height: auto;
    }
/*.product_box_foot_icon{}*/
.product_box_foot_icon {
    padding-left: 0;
    margin-bottom: 0;
    width: auto;
    float: right;
}

    .product_box_foot_icon li {
        list-style: none;
        display: inline-block;
        margin-right: 6px;
    }

        .product_box_foot_icon li:last-child {
            margin-bottom: 0px;
        }

        .product_box_foot_icon li a {
            color: #707070;
        }

            .product_box_foot_icon li a:hover {
                color: #006dc8;
            }

/*-- 3-background_color(Start) --*/
.product_box_icon {
    position: relative;
}

.product_box {
    position: relative;
    display: flex;
    align-items: center;
}

.merchant-strip:before {
    width: 0px;
    height: 100%;
    border-right: 31px solid rgba(36, 237, 20, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}

.product_details_section .merchant-strip:before {
    border-right: 44px solid rgba(36, 237, 20, 0.3);
}

.personal-strip:before {
    width: 0px;
    height: 100%;
    border-right: 31px solid rgba(45, 20, 237, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}

.product_details_section .personal-strip:before {
    border-right: 44px solid rgba(148, 0, 211, 0.3);
}

.friends-strip:before {
    width: 0px;
    height: 100%;
    border-right: 31px solid rgba(20, 187, 237, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}

.product_details_section .friends-strip:before {
    border-right: 44px solid rgba(20, 187, 237, 0.3);
}

.public-strip:before {
    width: 0px;
    height: 100%;
    border-right: 31px solid rgba(212, 237, 20, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    content: "";
}

.product_details_section .public-strip:before {
    border-right: 44px solid rgba(212, 237, 20, 0.3);
}



.product_details_section .product_box:hover {
    box-shadow: none;
    border: none
}
/*.detail_page_icons { left:8px;}*/
.detail_page_icons ul li a img {
    width: 25px
}
/*-- 3-background_color(End) --*/

/*for main sections css*/


/*for footer sections css*/

footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%; /*padding: 20px 0;*/
    padding: 15px 0;
}

.ftr-top {
    padding-bottom: 10px;
}

.ftr-logo {
    margin: 0 0 30px;
}

.ftr-menu {
    padding-left: 180px;
}

    .ftr-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: right;
    }

        .ftr-menu ul li {
            text-transform: capitalize;
            display: inline-block;
            border: 1px solid #707070;
            border-radius: 30px;
            margin-right: 6px;
            overflow: hidden;
            background: #fff;
        }

            .ftr-menu ul li:last-child {
                margin-right: 0;
                border: none;
                background: transparent;
            }

                .ftr-menu ul li:last-child a {
                    margin-right: 0;
                    color: #000000;
                    padding-left: 10px;
                    padding-right: 10px;
                    font-size: 20px;
                }

                    .ftr-menu ul li:last-child a:hover {
                        background: transparent;
                        color: #006dc8;
                    }

            .ftr-menu ul li a {
                color: #006dc8;
                display: block;
                padding: 10px 25px;
                font-weight: 600;
            }

                .ftr-menu ul li a:hover, .ftr-menu ul li.active a {
                    background: #006dc8;
                    color: #fff;
                    display: block;
                }


.ftr-btm { /*padding: 0px 0 0px;*/
    padding: 0px 0 0 180px; /*text-align: center;*/
}

.footer_extra {
    padding: 0px 0 0 330px; /*text-align: center;*/
}

.footer_none {
    padding: 0px 0 0 20px; /*text-align: center;*/
}

.ftr-btm p {
    padding: 0 0 0px;
    margin-bottom: 0px;
}

ul.copyrht-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.copyrht-menu li {
        list-style: none;
        display: inline-block;
        border-left: 1px solid #fff;
        padding: 0 10px;
        line-height: 16px;
    }

        ul.copyrht-menu li:first-child {
            border: 0;
        }

        ul.copyrht-menu li a {
            color: #fff;
        }

.ftr-col h4 {
    text-transform: uppercase;
    font-weight: 500;
}

ul.ftr-social {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

    ul.ftr-social li {
        list-style: none;
        display: inline-block;
        font-size: 18px;
        margin-right: 10px;
    }

        ul.ftr-social li i {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            text-align: center;
            line-height: 34px;
            color: #fff;
        }

            ul.ftr-social li i.fa-facebook {
                background: #3b5998;
            }

            ul.ftr-social li i.fa-instagram {
                background: #3f729b;
            }

            ul.ftr-social li i.fa-youtube {
                background: #c4302b;
            }

ul.adrs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.adrs li {
        margin: 0 0 15px;
        padding-left: 36px;
        position: relative;
        line-height: 30px;
    }

        ul.adrs li img {
            position: absolute;
            left: 0;
            top: 4px;
        }

/*for footer sections css*/

/*-- New_css(17-11-2018) --*/
.header-dropdown {
    position: absolute;
    top: 32px;
    margin-top: 10px;
    right: 0;
    width: 124px;
    background: #f7f8f9;
    border: 2px solid #0b73ca;
    border-radius: 5px;
    text-align: center;
    z-index: 1;
    padding: 20px 10px;
    display: none;
}

    .header-dropdown ul {
        padding-left: 0;
    }

        .header-dropdown ul li {
            list-style: none;
            margin-bottom: 10px;
            margin-right: 0;
        }

.dropdown_icon {
    width: 36px;
    height: 36px;
    background: #10a9e2;
    border-radius: 50px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    margin: 0 auto 6px;
}

.header-dropdown ul li .dropdown_icon a {
    color: #fff;
}

.header-dropdown ul li .dropdown_icon:hover {
    background: #006dc8;
}

.header-dropdown ul li a.dropdown_link {
    font-size: 11px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.question_btn {
}

.header-dropdown h4 {
    text-transform: uppercase;
    color: #0468bc;
    font-weight: 700;
}

.left_gap350 {
    margin-left: 350px;
}

.footleft_gap350 {
    padding-left: 350px;
}

.advisor-button-container {
    margin-top: 10px;
}

.advisor_section {
    margin-left: 350px;
}

.main-section.advisor_section {
    padding: 150px 0 20px;
}

.main-section.left_gap350 {
    padding: 80px 0 20px;
}

.products_left_bar {
    width: 337px;
    padding-left: 22px;
    top: 50px;
}

.products_left_bar_gadget {
    width: 318px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    top: 0px;
}

.products_left_bar .scroll_left_bar {
    width: 310px;
    margin: 10px 0 45px;
}

.left_side_icon_pro {
    width: 22px;
    position: fixed;
    left: 0;
    margin-left: 5px;
    z-index: 1;
}

.close.myHavenClose {
    background: #fff;
    opacity: 1;
    border-radius: 50px;
    width: 34px;
    height: 34px;
    margin: -9px -10px;
    line-height: 0;
    text-align: center;
    padding: 0;
    font-size: 20px;
}

.left_side_top_icon {
    display: flex;
    justify-content: center;
}

    .left_side_top_icon ul {
        padding-left: 0;
        margin-bottom: 0;
        text-align: center;
    }

        .left_side_top_icon ul li {
            list-style: none;
            margin-bottom: 5px;
        }

            .left_side_top_icon ul li a {
                color: #333;
                font-size: 18px;
            }

.left_side_bottom_icon ul {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

    .left_side_bottom_icon ul li {
        list-style: none;
        margin-bottom: 10px;
    }

        .left_side_bottom_icon ul li a {
            color: #333;
            font-size: 18px;
        }

.left_sidebar.products_left_bar .contact_icon_list {
    max-width: 305px;
    width: 100%;
}

.left_sidebar_icon li.bottom_search {
    width: 100%;
    clear: both;
    display: block;
}

    .left_sidebar_icon li.bottom_search .header_search {
        width: 100%;
        /*border-bottom: 1px solid #707070;*/
    }

        .left_sidebar_icon li.bottom_search .header_search .header_search_input {
            padding: 4px 50px 4px 6px;
        }

.left_sidebar.products_left_bar .contact_icon_list li:last-child.float-right a {
    color: #2e3192;
    font-weight: bold;
}

.signup_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc; /*padding: 20px 25px;*/
    overflow: hidden;
    padding-bottom: 25px;
}

.signup_header {
    background: #1579cc;
    padding: 15px 25px;
}

.signup_heading { /*border-bottom: 2px solid #1579cc;*/
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*.form-control:focus {
    background-color: transparent;
}*/

.signupButtons {
    margin-bottom: 10px;
}

.signup_body {
    padding: 20px 25px 20px;
    height: 58vh;
    overflow-y: auto;
}

main.main-section.small_top_gap {
    padding: 100px 0 20px;
}


main.main-section.login-main-section {
    padding: 120px 0 20px;
}


.loginContainer {
    padding-top: 100px;
}

.login_box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #ccc; /*padding: 20px 25px;*/
    overflow: hidden;
    padding-bottom: 70px;
}

    .login_box .signup_body {
        padding: 20px 25px 20px;
        height: auto;
    }

.btn.btn-danger {
    background: #f00;
}

.btn.btn-success {
    background: #28a745;
}

.btn.btn-warning {
    background: #e0a800;
}

.signup_sroll {
    position: fixed;
    width: 100%;
    height: 100vh;
}

.ml-50 {
    margin-left: 50px;
}

.mh-pad-5{
    padding:5px;
}

.mrt-5 {
    margin-right: 5px;
}

.header_list.ml-40 ul {
    margin-right: 0;
}

/*-- product_details_page(start) --*/
.product_details_section {
    padding: 0 15%;
}

    .product_details_section .product_box_left {
        width: 20%
    }

    .product_details_section .product_box_right {
        width: 80%
    }

.product_details_box {
    border: 1px solid #3a8fd6; /*padding: 15px;*/
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(10, 87, 152, 0.4);
    position: relative;
    box-sizing: border-box;
}

    .product_details_box .product_box {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        border: transparent;
        background: transparent;
    }

.product_foot_link {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

    .product_foot_link ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .product_foot_link ul li {
            position: relative;
            list-style: none;
            margin-right: 18px;
            display: inline-block;
            vertical-align: top;
        }

            .product_foot_link ul li:after {
                position: absolute;
                right: -9px;
                top: 0;
                bottom: 0;
                width: 1.5px;
                background: #0071d0;
                content: "";
            }

            .product_foot_link ul li:last-child:after {
                display: none;
            }

            .product_foot_link ul li:last-child {
                margin-right: 0;
            }

.topmargin10 {
    margin-top: 10px
}

.bottommargin10 {
    margin-bottom: 10px
}

.leftmargin10 {
    margin-left: 10px
}

.rightmargin10 {
    margin-right: 10px
}


.product_details_box .product_price {
    width: 100%;
    clear: both;
    min-height: auto;
    max-height: auto;
}


.product_details_box .product_box_icon ul { /*display: -webkit-flex;
  display: flex;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center; flex-flow: row wrap;*/
    flex-wrap: wrap;
    align-content: space-around;
    display: flex;
    height: 100%;
}

.product_details_box .product_box_right {
    display: flex;
    flex-flow: row wrap;
}

.product_add_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #f5facc;
    border: 3px solid #0071d0;
    border-radius: 40px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    left: -18px;
    overflow: hidden;
}

    .product_add_btn a {
        display: block;
    }


.product_details_circle_list ul {
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
}

    .product_details_circle_list ul li {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        overflow: hidden;
        background: #fff;
        border: 1px solid #53585f;
        list-style: none;
        line-height: 30px;
        text-align: center;
        margin: 10px 5px;
    }

        .product_details_circle_list ul li a {
            color: #53585f;
            display: block;
        }

        .product_details_circle_list ul li:hover {
            background: #f5facc;
        }

.height_scroll {
    height: 22vh;
    overflow-y: auto;
}

/*-- New_css(27-11-2018) --*/

.product_details_box .product_box_text {
    width: 96%;
    padding-right: 11px;
}

    .product_details_box .product_box_text p {
        margin-bottom: 7px;
        line-height: 18px;
        max-height: 104px;
        min-height: 104px;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: pointer;
        font-size: 15px
    }

    .product_details_box .product_box_text .product_price p {
        max-height: auto;
        min-height: auto;
    }

.product_details_box .product_box_icon ul li {
    margin-bottom: 42px;
    width: 24px
}

    .product_details_box .product_box_icon ul li:last-child {
        margin-bottom: 0;
        margin-top: 3px;
    }

/*.product_box_text .product_box_footer p{max-height: auto; min-height: auto;}*/

.product_details_box .product_box_foot_icon li a {
    font-size: 18px;
}

/*-- search_page(Start) --*/
.search_section {
    text-align: center;
    padding-top: 10%;
}

.blue_text, .blue_text a {
    color: #0066bb;
}

.search_box {
    border: 1px solid #707070;
    background: #fff;
    position: relative;
    margin: 30px 0;
    padding: 7px;
}

.search_input {
    background: none;
    padding: 7px 50px 7px 10px;
    color: #5989b1;
    font-size: 16px;
    width: 100%;
    border: none;
}

.search_btn {
    position: absolute;
    right: 5px;
    color: #030303;
    cursor: pointer;
    border: none;
    background: none;
    top: 0px;
    bottom: 0;
}

.search_section .main_menu ul li a {
    padding: 5px 9px;
    font-size: 14px;
}

.search_section .btn.border {
    border: 2px solid #707070 !important;
    color: #707070;
    font-weight: 700;
    background: #fff;
    padding: 9px 46px;
}

.search_section a.btn.border {
    color: #707070 !important;
}

    .search_section a.btn.border:hover {
        color: #fff !important;
        background: #006dc8;
        border: 2px solid #006dc8 !important;
    }

.sidebar-select_outside {
    width: 300px;
    position: absolute;
    transform: translate3d(18px, -62px, 0px);
    top: 25px !important;
    left: 4px !important;
    will-change: transform;
    background: #eaeaea;
    padding: 20px 11px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.sidebar-select {
    width: 76%;
    display: inline-block;
}

.select_right {
    width: auto;
    float: right;
    margin-left: 20px;
}

    .select_right ul {
        padding-left: 0;
        margin-bottom: 0;
        position: static;
    }

        .select_right ul li {
            display: inline-block;
            width: auto;
            list-style: none;
            margin-top: 7px;
        }

            .select_right ul li:first-child a {
                color: #00ab10;
            }

            .select_right ul li:last-child a {
                color: #e40000;
            }

.left_sidebar_icon.contact_icon_list li.gear_icon {
    position: relative;
    left: -17px;
}


/******************************-- message_page(start) --******************************/
.grid_box {
    background: #2699fb;
    width: auto;
    float: right;
    border-radius: 4px;
}

    .grid_box ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .grid_box ul li {
            border-right: 1px solid #4babfd;
            list-style: none;
            display: inline-block;
            padding: 10px 10px;
        }

            .grid_box ul li:last-child {
                border-right: none;
            }

            .grid_box ul li a {
                color: #fff;
                display: block;
            }

.attachment_bar {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.message_box {
    width: 90%;
    display: inline-block;
    vertical-align: top;
}

    .message_box .blue_text span {
        color: #1f1f1f;
    }

.message_box_bg {
    border: 1px solid #95989a; /*padding: 30px 15px;*/
    width: 100%;
    background: #fff;
    position: relative;
}


/*-- Chat_css(Start) --*/

.panel {
    margin-bottom: 0px;
}

.chat-window {
    bottom: 0;
    position: fixed;
    float: right;
    margin-left: 10px;
}

    .chat-window > div > .panel {
        border-radius: 5px 5px 0 0;
    }

.icon_minim {
    padding: 2px 10px;
}

.msg_container_base {
    /*background: #e5e5e5;*/
    margin: 0;
    padding: 0 10px 10px;
    overflow-x: hidden;
    overflow-y: auto;
}

.top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.msg_receive {
    padding-left: 0;
    margin-left: 0;
    background: #4149ff;
    width: 70%;
    float: left;
    position: relative;
}

.msg_sent {
    padding-bottom: 20px !important;
    margin-right: 0;
    background: #1ad100;
    width: 70%;
    position: relative;
    float: right;
}

.messages {
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

    .messages.msg_sent:after {
        content: "";
        position: absolute;
        top: 20px;
        right: -10px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-left: 10px solid #1ad100;
        border-bottom: 7px solid transparent;
    }

    .messages.msg_receive:after {
        border-top: 7px solid transparent;
        border-right: 10px solid #4149ff;
        border-bottom: 7px solid transparent;
        left: -10px;
        right: inherit;
        content: "";
        position: absolute;
        top: 20px;
        width: 0;
        height: 0;
    }

    .messages > p {
        margin: 0 0 10px 0;
        color: #fff;
    }

.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}

.message_text h5 {
    color: #bdc6d4;
}

.msg_container p time {
    color: #bdc6d4;
}
/*-- Chat_css(End) --*/
.product_box:hover {
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
    border: 1px solid #006dc8;
}

.message_btn_list {
    margin-top: 15px;
}

    .message_btn_list ul {
        padding-left: 0;
        margin-bottom: 0;
        text-align: right;
    }

        .message_btn_list ul li {
            display: inline-block;
            margin-right: 5px;
        }

            .message_btn_list ul li a {
                padding: 10px 20px;
                color: #0066bb;
                border: 1px solid #0066bb;
                display: block;
                border-radius: 50px;
                text-transform: uppercase;
                font-size: 16px;
                font-weight: 500;
            }

                .message_btn_list ul li a:hover {
                    background: #0066bb;
                    color: #fff;
                }

.message_flowting_btn {
    background: #5887f9;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.7);
}

    .message_flowting_btn a {
        display: block;
        color: #fff;
    }

.btn_row .btn.border {
    padding: 12px 35px;
}

/*********************-- message_page(End) --********************************/

/*-- New_css(03-02-2019) --*/
.search_filter {
    width: 100%;
    position: absolute;
    left: 14px;
    top: 6px;
}

.filter_holder {
    position: relative;
    width: 97%;
}

    .filter_holder ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .filter_holder ul li {
            display: inline-block;
            margin: 3px;
            background: #e3e3e3;
            width: auto;
            color: #000;
            cursor: pointer;
            padding: 5px;
            font-size: 12px;
        }

            .filter_holder ul li span {
                margin-right: 6px;
            }

            .filter_holder ul li:hover {
                color: #006dc8;
            }

            .filter_holder ul li:hover {
                text-decoration: line-through;
            }



/*-- New_css(7-02-2019) --*/
.product_box.pro_box {
    display: block;
    height: auto;
    transition: all 0.6s ease-in-out 0s
}

.pro_bottom_list {
    width: 99.5%;
    background: #f6f6f6;
    padding: 5px 5px;
    clear: both;
}

    .pro_bottom_list ul {
        padding-left: 0;
        margin: 0;
        text-align: center
    }

        .pro_bottom_list ul li {
            list-style: none;
            display: inline-block;
            margin: 0px 3px;
            width: auto;
        }

            .pro_bottom_list ul li a {
                color: #000
            }

            .pro_bottom_list ul li .pro_icon {
                width: 30px;
                height: 30px;
                border-radius: 50px;
                background: #fff;
                line-height: 30px;
                text-align: center;
            }

.product_top {
    display: flex;
    -webkit-display: flex;
    width: 100%;
    min-height: 91px;
    max-height: 91px;
}

.pro_bottom_list_open {
    display: block;
}

/*-- New_css(12-02-2019)Start --*/
.accodian_row {
    border: 1px solid #333;
    padding: 5px 15px 5px 10px;
    margin: 0 5px 10px;
    position: relative;
    width: 280px;
}

    .accodian_row:before {
        content: "\f067";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 5px;
        top: 6px;
        cursor: pointer;
    }

.top_filter_box {
    margin-top: 10px;
}

.greyedout {
    color: lightgray;
}

.catalog_pannel {
    margin-bottom: 10px;
}

    .catalog_pannel ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .catalog_pannel ul li {
            display: inline-block;
            list-style: none;
            margin: 0 5px 0 0;
        }

            .catalog_pannel ul li a {
                color: #fff;
                background: #2566ba;
                padding: 10px 11px;
                border-radius: 3px;
                display: block;
            }

            .catalog_pannel ul li.active a, .catalog_pannel li a {
                color: #fff;
                background: #b36ae2;
            }

.tab_btn_pannel {
    margin-bottom: 10px;
}

    .tab_btn_pannel ul {
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
    }

    .tab_btn_pannel li {
        list-style: none;
        margin: 0 3px 0 0;
    }

        .tab_btn_pannel li:last-child {
            margin-right: 0;
        }

        .tab_btn_pannel li a {
            color: #fff;
            background: #2566ba;
            padding: 6px 5px;
            border-radius: 3px;
            display: block;
        }

            .tab_btn_pannel li.active a, .tab_btn_pannel li a:hover {
                color: #fff;
                background: #b36ae2;
            }

.filter_list {
    margin-bottom: 10px;
}

    .filter_list ul {
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
    }

    .filter_list li {
        list-style: none;
        margin: 0 2px 0 0;
    }

        .filter_list li:last-child {
            margin-right: 0;
        }

        .filter_list li a {
            color: #6c6c6c;
            padding: 6px 4px;
            display: block;
            font-size: 15px;
            font-weight: 700;
        }

            .filter_list li.active a, .filter_list li a:hover {
                color: #000;
            }

.filter_search {
    position: relative;
}

.filter_input {
    border: 1px solid #707070;
    padding: 5px 10px 5px 25px;
    width: 100%;
}

.filter_search_icon {
    position: absolute;
    top: 3px;
    left: 5px;
    color: #7f7f7f;
    font-size: 18px;
}

.gadget_Product_Container {
    height: 315px;
    overflow: auto;
    margin-top: 10px !important; /*margin-left : -4px!important;*/
    width: 304px !important;
}

    .gadget_Product_Container .product_box {
        margin: 0 0px 10px;
    }
/*{position: fixed; bottom: 10px;}*/
.sidebar_footlist {
    padding-left: 0;
    width: auto;
    float: right;
}

    .sidebar_footlist li {
        display: inline-block;
        list-style: none;
        position: relative;
        text-transform: uppercase;
        font-weight: 600;
    }

        .sidebar_footlist li:after {
            width: 1px;
            top: 0;
            bottom: 0;
            background: #6c6c6c;
            content: "";
            position: absolute;
            right: -2px;
        }

        .sidebar_footlist li:last-child:after {
            display: none;
        }

        .sidebar_footlist li a {
            text-decoration: underline;
            color: #6c6c6c;
            padding: 2px;
        }

            .sidebar_footlist li a:hover {
                color: #333;
            }

/*-- New_css(15-02-2019) --*/

.catalog_list {
    margin: 30px 0 15px;
}

    .catalog_list h4 {
        color: #000;
        margin-bottom: 20px;
    }

    .catalog_list ul {
        padding-left: 0;
    }

        .catalog_list ul li {
            list-style: none;
            margin-bottom: 7px;
            display: block;
        }

            .catalog_list ul li a span {
                width: 40px;
                height: 40px;
                display: inline-block;
                background: #51a7f9;
                border-radius: 50px;
                text-align: center;
                line-height: 40px;
            }

            .catalog_list ul li a:hover, .catalog_list ul li.active a {
                color: #0365c0;
            }

            .catalog_list ul li a span i {
                color: #fff;
                font-size: 25px;
            }

            .catalog_list ul li a:hover span {
                background: #0365c0;
            }

            .catalog_list ul li a {
                font-size: 20px;
                font-weight: 700;
                color: #000;
            }

.btn_list ul {
    padding-left: 0;
    margin-top: 15px !important;
}

    .btn_list ul li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin: 15px 0;
    }

        .btn_list ul li:last-child {
            float: right;
        }

        .btn_list ul li a {
            background: #64a7f2;
            font-weight: 600;
            padding: 12px 35px;
            color: #fff;
            border-radius: 5px;
            overflow: hidden;
        }

/*-- New_css(17-07-2019) --*/
.new_signbox .signup_header {
    background: #fff;
    color: #1579cc;
}

.new_signbox .signup_heading {
    color: #1579cc;
}

.signup_box.new_signbox {
    box-shadow: none;
    border: none;
}

.new_signbox .border {
    border: 2px solid #707070 !important;
    color: #707070;
    font-weight: 600;
}

    .new_signbox .border:hover {
        background: #707070;
    }

.new_signbox .btn {
    margin: 5px;
}

.linkMiddleAlign {
    vertical-align: middle;
}

.user_box {
    padding: 10px;
}

    .user_box h3 {
        color: #1579cc;
        text-transform: uppercase;
    }

    .user_box p {
        color: #1579cc;
        font-weight: 600;
    }

    .user_box .error-field {
        color: darkred;
    }

.consumer_box {
    background: #fff;
    border-radius: 5px;
    padding: 20px 25px 20px;
}

.consumer_part {
    display: flex;
    justify-content: space-around;
}

.consumer_left {
    width: 50%;
    padding: 15px;
}

.consumer_right {
    width: 50%;
    padding: 15px;
}

    .consumer_left h5, .consumer_right h5 {
        border-bottom: 1px solid #006dc8;
        color: #006dc8;
        padding-bottom: 10px;
    }

.siade-bar_form {
    padding: 0px 17px 0px 5px;
    overflow: auto;
}

    .siade-bar_form .form-group {
        margin-bottom: 0.5rem;
    }

        .siade-bar_form .form-group input[type="text"] {
            border-radius: 0;
        }

/*-- New_css(24-07-2019) --*/
.mess_box {
    width: 280px;
    background-color: white;
    height: 91px;
    border: 1px solid #707070;
    margin: 0 5px 10px;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid #707070;
    transition: all 0.6s ease-in-out 0s;
    position: relative;
    display: flex;
    align-items: center;
    padding: 3px 3px;
}

    .mess_box:hover {
        background: #fffeee
    }

.mess_box_left {
    width: 29%;
    padding: 5px;
}

.mess_box_middle {
    width: 86%;
    padding: 0 5px;
}

.mess_box_right {
    width: 20px;
    height: 100%;
}

    .mess_box_right ul {
        padding-left: 0;
        margin-bottom: 0;
        height: 100%;
        display: flex;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        -ms-align-items: flex-end; /*flex-direction: column;
     align-items: flex-end; ;*/
    }

        .mess_box_right ul li {
            list-style: none;
            width: 100%;
            text-align: center;
            color: #000;
        }

            .mess_box_right ul li a {
                color: #000;
            }

.mess_box_middle p {
    margin-bottom: 0;
    font-size: 12px;
}

.mess_box_middle h6 {
    margin-bottom: 6px;
    color: #707070;
    font-size: 13px;
    font-weight: 600;
}

/*-- New_css(28-0-2019) --*/

.problem-pic {
    box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
}

.notfound_box {
    box-shadow: 0px 0px 11px -2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    text-align: center;
}

.notfound-pic {
    margin-bottom: 30px;
}


/*-- New_css(28-0-2019) --*/
/*-- New_css(01-08-2019)Start --*/

.medical_left_bar {
    width: 337px;
    padding-left: 22px;
    top: 150px;
}

.medical_ftr-btm {
    padding: 0px 0 0 350px;
}

.product_box_text h6 {
    margin-bottom: 5px;
}
/*-- --*/
.medicine_icon_list ul {
    padding-left: 0;
}

    .medicine_icon_list ul li {
        list-style: none;
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

        .medicine_icon_list ul li a {
            color: #333;
            font-size: 18px;
        }

            .medicine_icon_list ul li a:hover {
                color: #006dc8;
            }

.medical_ftr-btm .left_sidebar_icon.contact_icon_list li a span {
    margin-left: 0;
}

.view_btn {
    background: transparent;
    color: #0066ba;
    border: 2px solid #0066ba;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
}

a.view_btn {
    color: #0066ba;
}

.fot_edit {
    text-align: right;
    color: #343434;
}

    .fot_edit a {
        color: #343434;
        font-size: 20px;
    }

.medical_heding span {
    color: #f00;
    margin-right: 6px;
}

.medical_heding {
    color: #0066bb;
    text-transform: capitalize;
}

.medical_ftr-btm .left_sidebar_icon li {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

    .medical_ftr-btm .left_sidebar_icon li a {
        font-size: 16px;
    }

/*-- New_css(01-08-2019)End --*/

/*-- New_css(12-08-2019)Start --*/
.popup-sec {
    padding: 30px 30px;
}

.popup-header {
    background: #337ab7;
    color: #fff;
    padding: 30px 20px;
    position: relative;
}

.close_popup {
    position: absolute;
    top: 25px;
    right: 30px;
    color: #5791c4;
    cursor: pointer;
}

.popup-header a.close_popup {
    color: #5791c4;
    font-size: 25px;
    font-weight: 900;
}

.form-list {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}

    .form-list li, .icon_row {
        list-style: none;
        background: #eeeeee;
        height: calc(2.25rem + 2px);
        padding: 0.375rem 0.75rem;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        margin-bottom: 3px;
        font-size: 1rem;
    }

.popup-sec .dropdown-menu {
    width: 100%;
}

.popup-sec .btn.btn-dropdown {
    padding: 7px 20px;
    font-size: 14px;
    height: 38px;
}

.popup-sec label {
    font-weight: bold;
    font-size: 15px;
    color: #000;
    margin-bottom: 6px;
}

.icon_input {
    flex-flow: nowrap;
}

.form-listBg {
    background: #fff;
    padding: 6px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.2);
}

/*-- New_css(22-08-2019) --*/
.sub-list > li {
    padding: 0;
}

.icon_list span {
    background: #006dc8;
    color: #fff;
    padding: 9px 14px;
    margin-right: 10px;
    border-radius: 3px 0 0 3px;
}

.list-dropdown .form-list > .nobrd {
    height: auto;
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
}

.list-dropdown .icon_row {
    padding-left: 0;
}

/*-- New_css(30-08-2019) --*/
.camera-list ul {
    padding-left: 0;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

    .camera-list ul li {
        list-style: none;
        color: #333;
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
        padding: 10px 23px;
        margin: 0 3px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        border-radius: 3px;
        border-bottom: 2px solid transparent;
    }

        .camera-list ul li.active {
            border-bottom: 2px solid black;
        }

.open-file {
    margin-bottom: 15px;
    border-bottom: 1px solid #006dc8;
    padding-bottom: 2px;
}

/*-- dermatology-question(start)--*/

.question_box {
    border: 1px solid #ccc;
    padding: 15px 20px;
    height: 100%;
    overflow: auto;
}

    .question_box label.label_heading {
        font-weight: 600;
        margin-bottom: 0.1rem !important;
    }

.input-question {
}

.question_box .btn {
    padding: 10px 35px;
}

.left_sidebar_list li.list-heading span {
    margin-right: 10px;
}

.left_sidebar_list li.list-heading {
    color: #ccc;
    font-weight: 600;
}

    .left_sidebar_list li.list-heading a {
        color: #707070;
    }

/*-- dermatology-question(end)--*/

/*-- New_css_18-09-2019(Start) --*/
.monitor-bar ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .monitor-bar ul li {
        margin-bottom: 0;
        border-top: 1px solid #707070;
        border-left: 1px solid #707070;
        border-right: 1px solid #707070;
        list-style: none;
        padding: 0 0 0 10px;
        height: 32px;
        display: flex;
        justify-content: space-between;
        line-height: 31px;
        color: #010101;
        background: #fff;
    }

        .monitor-bar ul li:last-child {
            border-bottom: 1px solid #707070;
        }

        .monitor-bar ul li span {
            border-left: 1px solid #707070;
            width: 82px;
            text-align: center;
            float: right;
            background: #f9b8bd;
        }

.form-control {
    border-radius: 0;
}

.key-header .input-group-text {
    border-radius: 0;
    background: #bdf9b8;
}


/*-- New_css_18-09-2019(End) --*/
.mt-50 {
    margin-top: 50px;
}

.menu-sideBar {
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}

    .menu-sideBar .medical_heding {
        padding: 8px;
        margin-bottom: 10px;
    }

.back-menu {
    margin: 5px;
    cursor: pointer;
    color: #0066bb;
    font-weight: bold;
}

.menu-bar {
    width: 100%;
}


    .menu-bar ul {
        padding-left: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
    }

        .menu-bar ul li {
            list-style: none;
            width: 100%;
            position: relative;
        }

            .menu-bar ul li a {
                color: #333;
                padding: 8px;
                display: block;
            }

                .menu-bar ul li a:hover {
                    background-color: #eaeded;
                    color: #111;
                }

.menu-one.menu-bar ul li:after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.menu-two {
    position: absolute;
    right: -100%;
    top: 61px;
    will-change: transform;
}

.menu-three {
    position: absolute;
    right: -100%;
    top: 61px;
    will-change: transform;
}

.menu-box {
    background: #fff;
    width: 100%;
    display: inline-block;
    margin: 0 10px;
}

    .menu-box ul {
        margin-bottom: 0;
        padding: 10px;
        padding-left: 0;
    }

        .menu-box ul li {
            width: 70px;
            margin: 0 5px 15px;
            display: inline-block;
            vertical-align: top;
            list-style: none;
            text-align: center;
        }

.menu-pic {
    margin-bottom: 9px;
}

    .menu-pic img {
        width: 70px;
        height: auto;
    }

.menu_text a {
    padding: 5px 0;
    color: #000;
    word-break: break-all;
}

.catalog-box {
    background: #f6f6f6;
    display: inline-block;
    width: 100%;
}

.catalog_icon_list {
    margin-bottom: 0;
    padding: 10px;
}

    .catalog_icon_list li {
        margin-bottom: 10px;
        list-style: none;
        border: 1px solid #ccc;
        padding: 0 10px 0 0;
        padding-left: 0;
    }

        .catalog_icon_list li span {
            width: 35px;
            text-align: center;
            border-right: 1px solid #ccc;
            padding: 7px;
            display: inline-block;
            margin-right: 5px;
        }

.menu_heading {
    background: #006dc8;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
}

.menu_heading_orange {
    background: darkorange;
}

.close-box {
    position: absolute;
    left: 0px;
    top: 0px;
    color: white;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .4;
}

    .close-box i {
        padding-left: 255px;
        padding-top: 37px;
    }

/*-- New_css_(29-08-2020) --*/
.search-sec {
    border-bottom: 1px solid #c9cccd;
    padding: 10px 0;
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.1);
}

.search-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-wrape {
    display: flex;
    border: none;
    box-shadow: none;
    background-color: #e6e7e8;
    color: #363838;
    font-size: 14px;
    padding: 0;
    height: 40px;
    border-radius: 4px;
    width: 55%;
}

    .search-wrape .form-control {
        background: transparent;
        border: none;
        color: #363838;
        font-size: 14px;
        padding: 3px 12px;
        height: 38px;
    }

        .search-wrape .form-control:focus {
            border: none;
            outline: none;
            box-shadow: none;
        }

    .search-wrape button.btn {
        border: none;
        box-shadow: none;
        background: #697683;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        padding: 4px 15px;
        border-radius: 0px 3px 3px 0px;
    }

.search-last {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

    .search-last .btn, .btn-small {
        padding: 8px 30px;
        font-size: 14px;
    }

.btn-green {
    background: #1abc9c;
    color: #fff !important;
}

    .btn-green:hover {
        background: #697683;
        color: #fff !important;
    }

.custom-pagination ul.pagination li.page-item { /* height: 24px;*/
    margin: 0 8px;
    /*line-height: 24px;*/
}

    .custom-pagination ul.pagination li.page-item .page-link { /* height: 24px;*/
        font-size: 14px;
        color: #ffffff;
        background-color: #cfd5d7;
        border-radius: 0px;
        display: block;
        border: none;
        font-weight: 600;
    }

        .custom-pagination ul.pagination li.page-item .page-link:hover, .custom-pagination ul.pagination li.page-item.active .page-link {
            color: #363838;
            background: #fff;
            box-shadow: 0 1px 2px #c9cccd;
            border: none;
        }

    .custom-pagination ul.pagination li.page-item:first-child .page-link {
        border-top-left-radius: 0rem;
        border-bottom-left-radius: 0rem;
    }

    .custom-pagination ul.pagination li.page-item:last-child .page-link {
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 0rem;
    }

.gray-bg {
    background: #ecf0f1;
    overflow: auto;
}

.topic-row {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
    display: flex;
}

.topic-left {
    width: 80%;
    display: flex;
    align-items: center;
}

.topic-right {
    width: 20%;
    border-left: solid 1px #f1f1f1;
}

.topic-leftPic {
    width: 15%;
    /*padding: 20px 0 15px 15px;*/
    text-align: center;
}

    .topic-leftPic div {
        font-size: smaller;
        font-weight: bold;
    }

.topic-leftContent {
    width: 85%;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #989c9e;
    font-size: 14px;
    font-family: 'Open Sans Light', sans-serif;
    line-height: 25px;
}

    .topic-leftContent h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

        .topic-leftContent h4 a {
            color: #363838;
        }

            .topic-leftContent h4 a:hover {
                color: #989c9e;
            }

    .topic-leftContent p {
        color: #989c9e;
        font-size: 14px;
    }

.topic-pic {
    width: 37px;
}

.comments {
    border-bottom: solid 1px #f1f1f1;
    padding: 15px 0 20px 0;
    text-align: center;
}

.comment-box {
    background-color: #bdc3c7;
    border-radius: 2px;
    display: inline-block;
    padding: 12px 17px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
    position: relative;
}

    .comment-box:before {
        position: absolute;
        bottom: -12px;
        left: 50%;
        content: "";
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 12px solid #bdc3c7;
        transform: translateX(-50%);
    }

.topic-views {
    border-bottom: solid 1px #f1f1f1;
    color: #9da6aa;
    font-size: 12px;
    font-family: 'Open Sans Regular', sans-serif;
    text-align: center;
    line-height: 29px;
}

.sidebar-box {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px #c9cccd;
    margin-bottom: 20px;
}

.sidebar-heading {
    color: #363838;
    font-size: 16px;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar-body {
    padding: 20px;
}

.categori-list ul, .thread-list ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .categori-list ul li {
        list-style: none;
        margin-bottom: 10px;
    }

        .categori-list ul li a {
            font-size: 14px;
            color: #363838;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .categori-list ul li a:hover, .thread-list ul li a:hover {
                color: #989c9e;
            }

        .categori-list ul li span {
            background-color: #bdc3c7;
            font-size: 12px;
            color: #ffffff;
            padding: 3px 5px;
            border-radius: 50px;
            display: inline-block;
            width: 34px;
            text-align: center;
            font-weight: 600;
        }

.sidebar-body.thread-list {
    padding: 0;
}

.topic-row.post-row {
    display: block;
}

.thread-list ul li {
    list-style: none;
    padding: 20px;
    border-bottom: solid 1px #f1f1f1;
}

    .thread-list ul li a {
        color: #363838;
    }

.post-row .topic-left {
    width: 100%;
}

.post-footer {
    border-top: solid 1px #f1f1f1;
    padding: 10px 30px 10px 94px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-footList {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
}

    .post-footList li {
        list-style: none;
        margin-right: 20px;
    }

        .post-footList li:last-child {
            margin-right: 0px;
        }

        .post-footList li a {
            font-size: 18px;
            color: #bdc3c7;
        }

            .post-footList li a:hover {
                color: #333;
            }

            .post-footList li a span {
                font-size: 14px;
                margin-left: 10px;
            }

.custom-breadcrumb .breadcrumb {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.original-postBox {
    border: solid 1px #a29e9e;
    border-radius: 2px;
    font-size: 14px;
    padding: 18px;
    margin-bottom: 20px
}

.ori-posdBy {
    font-size: 12px;
    color: #bdc3c7;
    display: block;
}

.original-postBox p {
    margin-bottom: 10px;
}

.post-replyBox {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 18px;
}

    .post-replyBox .form-control {
        border: none;
        background: transparent;
        color: #989c9e;
    }

.topic-leftContent .form-control {
    height: 50px;
}

.topic-leftContent textarea.form-control {
    height: auto;
}

.post-footer .form-check-label {
    color: #bdc3c7;
    font-size: 14px;
}

.input-grayBg {
    background-color: #f1f1f1;
    font-size: 14px;
    color: #989c9e;
    border: none;
}



/*Media Query css*/
@media only screen and ( min-width:1601px ) {
    .container {
        width: 1200px;
    }
}

@media only screen and ( min-width:1800px ) {
    .product_box_icon.detail_page_icons {
        margin-left: 5px
    }
}

@media only screen and ( min-width:1950px ) {
    .product_box_icon.detail_page_icons {
        margin-left: 10px
    }
}

@media only screen and ( max-width:1419px ) {
    .product_details_box .product_box_text {
        width: 95%;
    }

    .btn_row .btn.border {
        padding: 8px 30px;
    }

    .btn_row .btn {
        padding: 10px 30px;
    }

    .left_gap350 {
        margin-left: 330px;
    }
}

@media only screen and ( max-width:1200px ) {
    .ftr-menu ul li a {
        padding: 6px 15px;
        font-size: 14px;
    }

    .ftr-menu ul li {
        margin-right: 2px;
    }

    .message_section {
        padding-top: 15px;
    }

    .contact_icon_list {
        bottom: 1px;
    }

    footer {
        padding: 5px 0 4px;
    }

    .product_details_box .product_box_text {
        width: 93%;
    }

    .left_sidebar_list li {
        padding-left: 10px;
    }

    .gadget_menu li a {
        font-size: 13px !important;
        border: 1.5px solid #0055a5 !important;
    }
}

@media only screen and ( max-width:1024px ) {
    .main_menu ul li {
        margin: 0 2px;
    }

        .main_menu ul li a {
            font-size: 15px;
            padding: 12px 10px;
        }
    /*.logo { width: 180px;}*/
    .header_right {
        margin-top: 0px;
    }

    .height_scroll {
        height: 30vh;
    }

    .product_details_box .product_box_text {
        width: 93%;
    }
}

@media only screen and ( max-width: 991px ) {
    /*.main_menu ul li { margin: 0 7px;}*/
    .main_menu ul li a {
        font-size: 14px;
        padding: 9px 8px;
    }

    .header_bottom {
        padding-left: 0px;
    }

    .ftr-menu {
        padding-left: 180px;
    }

        .ftr-menu ul li a {
            padding: 4px 10px;
            font-size: 13px;
        }

        .ftr-menu ul li:last-child a {
            padding-left: 2px;
            padding-right: 2px;
        }

        .ftr-menu ul li {
            margin-right: 2px;
        }

    main.main-section.small_top_gap {
        padding: 70px 0 20px;
    }

    .product_foot_link ul li {
        margin-right: 8px;
    }

        .product_foot_link ul li:after {
            right: -6px;
        }

    footer {
        padding: 9px 0;
    }

    .ftr-top {
        padding-bottom: 3px;
    }

    .product_details_box .product_box_text {
        width: 91%;
    }

    .message_btn_list ul li {
        margin-right: 2px;
    }

        .message_btn_list ul li a {
            padding: 4px 7px;
            font-size: 13px;
        }

    .message_btn_list {
        margin-top: 7px;
    }

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 15px;
    }

        h1, h2, h3, h4, h5, h6 p {
            margin-bottom: 10px;
        }

    .menu-box, .catalog-box {
        width: 100%;
    }
}

@media only screen and ( min-width: 2400px ) {
    .product_details_section {
        padding: 0 22%;
    }
}

@media only screen and ( min-width: 2600px ) {
    .product_details_section {
        padding: 0 25%;
    }
}

@media only screen and ( max-width: 767px ) {

    .main_menu ul li a span {
        display: block;
        font-size: 18px;
    }

    .main_menu ul li a {
        font-size: 0px;
        border: none;
    }

    .ftr-btm, .ftr-btm p.text-right {
        text-align: center !important;
    }

    .signup_header {
        padding: 10px 15px;
    }

        .signup_header h3 {
            font-size: 20px;
        }

    .login_body, .login_box .signup_body {
        padding: 10px 15px 10px;
    }

    .login_box {
        padding-bottom: 20px;
        height: 65vh;
        overflow: auto;
    }

        .login_box .mt-4 {
            margin-top: 0rem !important;
        }

    .signup_body {
        padding: 10px 15px 10px;
        height: 50vh;
    }

    .ftr-top .btn {
        padding: 6px 22px;
        font-size: 14px;
    }

    .product_details_circle_list ul {
        margin-bottom: 0;
    }

    .product_details_section {
        padding: 0 5%;
    }

    .product_details_box .product_box_text {
        width: 89%;
    }
}

@media only screen and ( max-width: 575px ) {
    .btn {
        padding: 9px 30px;
        font-size: 14px;
    }

    .signup_box {
        padding-bottom: 5px;
    }

    .product_details_box .product_box_text {
        width: 84%;
    }

    .consumer_part {
        display: block;
    }

    .consumer_left, .consumer_right {
        width: 100%;
    }
}

@media only screen and ( max-width: 480px ) {
    .btn {
        padding: 7px 18px;
    }

    .signup_header h3 {
        font-size: 18px;
    }

    .signup_body {
        padding: 8px 15px 8px;
        height: 30vh;
    }

    .product_details_box .product_box_text {
        width: 82%;
    }
}
/*Media Query css*/

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(1);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

/* This fires as soon as the element enters the dom */
/* left side pane tags, mechangts, categories etc */
.list-transition-enter {    
    opacity: 0.01;
}
/* This is where we can add the transition*/
.list-transition-enter-active {
    opacity: 1;
    transition: all 500ms ease-in;
}
/* This fires as soon as item is removed */
.list-transition-exit {
    opacity: 1;
}
/* fires as element leaves the DOM*/
.list-transition-exit-active {
    opacity: 0.01;
    transition: all 500ms ease-in;
}


/*Catalog */
/* This fires as soon as the element enters the dom */
.catalog-list-transition-enter {
    opacity: 0.01;
}
/* This is where we can add the transition*/
.catalog-list-transition-enter-active {
    opacity: 1;
    transition: all 500ms ease-in;
}
/* This fires as soon as item is removed */
.catalog-list-transition-exit {
    opacity: 1;
}
/* fires as element leaves the DOM*/
.catalog-list-transition-exit-active {
    opacity: 0.01;
    transition: all 500ms ease-in;
}
.borderOn {
    border-bottom: solid black thin;
    border-color: #179ae2;
}

.channel-header {
    background-color: #def0ff;
    font-size: medium;
    font-weight: bold;
}

    .channel-header .channel-col {
        padding-top: 3px
    }

.channel-row-item-selected {
}

.channel-data {
    padding-top: 5px;
    padding-left: 5px;
    margin: auto;
    min-height: 96px;
}

.channel-row {
    margin-bottom: 5px;
    min-height: 34px;
}

    .channel-row .channel-col {
        border: solid 1px grey;
    }

.channel-row-item {
    min-height: 100px;
    background-color: white;
}

.bottom-5 {
    margin-bottom: 5px;
}

.iframe-video-player {
    border: none;
    height: 100%;
    width: 100%;
}

.fa-button-border {
    border: .1em solid #979797;
    height: 56px;
    width: 56px;
    background-color: white;
    margin-left: 2px;
}

    .fa-button-border i {
        padding: 10px;
    }

.domain-img {
    height: 100px !important;
    width: auto !important;
}

.hover-cross-out:hover {
    text-decoration: line-through;
}

.group-card-small {
    width: 100px;
    height: 100px;
    font-size: small;
    margin: 10px;
    overflow: hidden;
}

    .group-card-small .card-body {
        padding: 0.5rem
    }

.group-card {
    width: 200px;
    height: 170px;
    margin: 10px;
}

    .group-card .input-group-text {
        padding: .275rem 0.3rem
    }

    .group-card .form-control {
        font-size: smaller;
    }

    .group-card .card-img-top {
        height: 90px;
        padding: 20px;
        margin: auto;
        width: auto;
    }

.group-chk-top {
    padding: 2px;
}

.group-search-text-top {
    padding: 15px;
}

.height-200px {
    height: 200px
}

.pushDownBig {
    margin-top: 20px !important;
}

.pushDown {
    margin-top: 10px !important;
}

.notify-dont-show-again {
    margin-left: -20px;
    margin-top: 10px;
}

    .notify-dont-show-again label {
        margin: 0px;
    }

.noborder {
    border: none !important;
}


.domain-container {
    justify-content: center;
    padding-right: 22px;
    padding-left: 22px;
    margin: 10px 0 20px;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
}

    .domain-container ul {
        padding-left: 5px;
        padding-bottom: 5px;
        width: auto;
        position: relative;
        width: 100%;
        overflow-x: auto;
        margin: 0px;
    }

.domain-left-arrow {
    position: absolute;
    background-color: white;
    left: 0px;
    top: 50%;
    width: 20px;
    height: 100%;
    padding-top: 77px;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    color: #343434;
    font-size: 20px;
}

.domain-right-arrow {
    position: absolute;
    background-color: white;
    right: 0px;
    top: 50%;
    width: 20px;
    height: 100%;
    padding-top: 77px;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    color: #343434;
    font-size: 20px;
}

.domain-container ul li {
    display: inline-block;
    height: auto;
    width: 150px;
    list-style: none;
    margin-right: 10px;
}

    .domain-container ul li.selected {
        border: 1px solid #231314;
        padding: 10px
    }

    .domain-container ul li:last-child {
        margin-right: 0px;
    }

.common-admin-editconatainer {
    padding: 5px;
    background-color: white;
}

.advisor-portal-link {
    text-decoration: underline !important;
}

.image-29W {
    width: 29px;
    height: auto;
}

.image-21W {
    width: 21px;
    height: auto;
}

.queestion_section_ls {
    width: 200px;
    padding-left: 10px;
}

.queestion_section_rs {
    padding-left: 220px;
    padding-right: 10px;
}

.domain-card {
    width: 100%;
    margin: 5px;
}

    .domain-card:hover {
        box-shadow: 0 0 11px rgba(33,33,33,.2);
    }

.cat-li.active {
    background-color: #eaeded;
}

.cardContainer {
    overflow: auto;
    padding-right: 15px;
}

.overlay-full {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1002;
}

    .overlay-full .overlay-close {
        position: absolute;
        top: 0px;
        left: 0px;
        background: white;
        height: 60px;
        width: 100%;
    }

    .overlay-full button {
        margin: 10px;
        height: 40px;
        width: 100px;
        padding: 0px;
    }

    .overlay-full iframe {
        width: 100%;
        height: 100%;
        margin-top: 60px;
        border: none
    }

.pin2 {
    position: absolute;
    top: 40%;
    left: 50%;
    border-radius: 50%;
    border: 8px solid red;
    width: 24px;
    height: 8px;
}

    .pin2::after {
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        bottom: -30px;
        left: -6px;
        border: 10px solid transparent;
        border-top: 17px solid red;
    }

.form-group-muted {
    padding: 3px;
    font-size: smaller;
    color: red;
}

.pad5 {
    padding: 5px;
}

.pad-right-20 {
    padding-right: 20px;
}

.green {
    color: green !important;
}

.red {
    color: red !important;
}

.orange {
    color: orange !important;
}

.big-lines {
    line-height: 20px;
}

.fullWidth {
    width: 100%;
}

.text-input.slim {
}

    .text-input.slim label {
        display: none;
    }

.text-input.slim {
    height: 38px !important;
    border-radius: 0px;
}

    .text-input.slim input {
        padding: 10px !important;
        height: 34px !important;
        border-radius: 0px;
    }

    .text-input.slim select {
        padding: 6px !important;
        height: 34px !important;
        border-radius: 0px;
    }

.smallImage_h15 {
    height: 15px;
    width: auto;
}

.key-li.active {
    background-color: #f9b8bd;
}

.noflowellip, .tablexCell {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tableWrap {
    white-space: pre-wrap;
}

.disabled-anchor {
    background-color: grey;
    cursor: not-allowed;
}

.intentionsInnerContainer {
    overflow: auto;
}

.text-center {
    text-align: center;
}

.centertablexCell {
    text-align: center;
}

.tablexCell_CheckBox {
}

.tablexCell_input {
    height: 24px;
}

.row_scroll {
    overflow-y: scroll;
    margin-right: auto;
    max-block-size: -webkit-fill-available;
}

.row_scroll_small {
    height: 270px !important;
    max-height: 270px !important;
    overflow-y: scroll;
    margin-right: auto;
    max-block-size: -webkit-fill-available;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.borderOff {
    border: none;
}

.myHaven-dialog-cattags .modal-body {
    height: 300px !important;
}

.cattaginnerContainer {
    overflow: auto;
}

.intentionList {
    padding-left: 0;
    margin: 0px 5px 15px 15px;
}

    .intentionList li {
        list-style: none;
        width: 130px;
        height: 20px;
        margin-top: 10px;
        margin-right: 10px;
        display: inline-block;
    }

.solicitationList {
    padding-left: 0;
    margin: 0px 5px 10px 35px;
}

    .solicitationList li {
        list-style: none;
        width: 90%;
        height: 20px;
        margin-top: 10px;
        margin-right: 10px;
        display: inline-block;
    }

.questionList {
    padding-left: 0;
    margin: 0px 5px 10px 0px;
}

    .questionList li {
        list-style: none;
        width: 90%;
        height: 20px;
        margin-top: 10px;
        margin-right: 10px;
        display: inline-block;
    }

.noteContainer {
    height: 165px;
    margin-right: 10px;
    text-align: right;
}

    .noteContainer textarea {
        margin-bottom: 8px;
        font-size: 13px;
    }


.mapContainer * {
    overflow: visible;
}

.mapContainer {
    height: 165px;
    max-height: 165px;
    overflow: auto;
    margin-right: 10px;
    border: solid thin grey;
    padding-left: 2px;
}

.businessCardContainer {
    height: 165px;
    max-height: 165px;
    overflow: auto;
    margin-right: 10px;
    border: solid thin grey;
    padding-left: 2px;
}

    .businessCardContainer img {
        cursor: pointer;
        padding: 5px !important;
        max-height: 81px !important;
    }

.bCardImageContainer {
    text-align: center !important;
}

.itemTypeLarge {
    margin-top: 15px !important;
    height: 180px;
    max-height: 160px;
    overflow: hidden;
}

    .itemTypeLarge ul {
        text-align: left !important;
    }

.itemTypeMedium {
    height: 200px;
    max-height: 200px;
}

    .itemTypeMedium ul {
        text-align: left !important;
    }

.itemBottomButtons {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

.noBottomMar {
    margin-bottom: 0px !important;
}

.quickIntentionList {
    padding-left: 0;
    margin: 0px 0px 15px 15px !important;
}

    .quickIntentionList li {
        list-style: none;
        width: 95px;
        height: 15px;
        margin-top: 10px;
        display: inline-block;
    }

.quickSolicitationList {
    padding-left: 0;
    margin: 0px 0px 15px 15px !important;
}

    .quickSolicitationList li {
        list-style: none;
        width: 100%;
        height: 15px;
        margin-top: 5px;
        display: inline-block;
    }

.quickCategoryList {
    padding-left: 0;
    margin: 0px 0px 15px 15px !important;
}

    .quickCategoryList li {
        list-style: none;
        width: auto;
        display: inline-block;
    }

.imgFilterClass {
    height: 25px !important;
    width: 25px !important;
}


.search-select_outside {
    width: 300px;
    position: absolute;
    transform: translate3d(18px, -62px, 0px);
    top: 8px !important;
    left: -10px !important;
    will-change: transform;
    background: #eaeaea;
    padding: 20px 11px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.tablex-button {
    padding: 5px 20px;
}

.businessCard_details_section {
    padding: 0 22%;
}

    .businessCard_details_section .pimg {
        max-height: 166px;
    }

.businessCard_box_left {
    width: 35% !important;
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin: auto;
    padding: 5px 5px;
    text-align: center;
}

.businessCard_box_right {
    width: 50% !important;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    margin: auto;
    padding: 5px 5px;
    overflow: auto;
}

.businessCard_box_corner {
    width: 15% !important;
    display: inline-block;
    vertical-align: middle;
    height: 30%;
    margin: auto;
    padding: 5px 5px;
    text-align: center;
}

    .businessCard_box_corner .iconimg {
        font-size: 1.5em !important;
        margin-top: 15px !important;
        position: relative !important;
    }

.businessCard_details_box {
    border: 1px solid #3a8fd6; /*padding: 15px;*/
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(10, 87, 152, 0.4);
    position: relative;
    box-sizing: border-box;
}

    .businessCard_details_box .businessCard_box {
        height: auto;
        width: 100%;
        display: flex;
        align-items: center;
        border: transparent;
        background: transparent;
    }

    .businessCard_details_box .businessCard_box_text {
        width: 96%;
        padding-right: 11px;
    }

.newmessages_icon {
    position: fixed;
    bottom: 15px;
}

.messageDetailsLeftSidebar {
    margin-top: 5px !important;
}

.product_list {
    overflow-y: auto;
}

.message_text {
    width: 98%;
}

    .message_text .message_textbox {
        height: 150px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 1%;
    }

.message-time {
    text-align: right !important;
    width: 70% !important;
}

.messageAttachmentIcon {
    font-size: 1.8em;
    margin: 5px;
}

.inviteAttachmentIcon {
    font-size: 2.8em;
    margin: 5px;
    margin-top: 0px;
}

.noMessageContainer {
    width: 90%;
    margin-left: 20px;
    color: #006dc8;
    overflow-x: hidden;
}

.leftJustify {
    justify-content: initial !important;
}

.leftright_gap {
    margin-left: 70px;
    margin-right: 70px;
}

.advisorFrame {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 15px 20px;
}

.advisorIframeHolder {
    margin-bottom: 10px;
}

.advisorButton {
    text-align: center;
}

.question_row {
    background-color: white;
}

.questionContainer {
    margin-top: 10px;
    margin-left: 10px;
    width: 100%;
}

    .questionContainer .mainsection {
        border: solid black thin;
        width: 95%;
        height: 320px;
        background: white;
    }

    .questionContainer label {
        margin: 5px;
    }

.activationText {
    padding-top: 20px;
    color: #179ae2;
    margin-left: 5px;
}

.alignSearchBottom {
    margin-right: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #707070;
    position: relative;
    margin-bottom: 20px;
}

.inviteSearchBottom {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ViewConsumerIFrame {
    display: block;
    width: 98%;
}

.ViewConsumerSoundIFrame {
    height: 160px;
    width: 100%;
}

.alignRight {
    text-align: right;
}

.quickAddLabelStyle {
    font-size: 13px !important;
    padding-left: 4px;
    vertical-align: middle;
}

.noCardMessage {
    margin-left: 35px;
    color: #179ae2;
}

.vendorPrice {
    float: left;
    margin-top: 5px;
    width: auto !important;
}

.fontstyleforiteminChrome {
    max-height: 140px !important;
    min-height: 140px !important;
}

.hideScroll {
    overflow: hidden;
}

.xScroll {
    overflow-x: auto;
}

.yScroll {
    overflow-y: auto;
}


.vendorSecondHalf {
    height: 380px;
    padding: 10px;
    background-color: white;
    overflow: auto;
}

    .vendorSecondHalf > h5 {
        color: #179ae2;
    }

.vendorSecondHalfBusyButton {
    text-align: right;
    margin-right: 15px;
    margin-bottom: 10px;
}

.inputquestion_chkBox {
    width: 30px;
    height: 15px;
}

.advisor_section {
    padding-top: 140px !important;
}

.autoOverflow {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.advisorMenu {
    margin-left: 0px;
}

.advisorDash {
    padding-left: 0px !important;
}

.alignRight {
    text-align: right;
}

.quickAddLabelStyle {
    font-size: 13px !important;
    padding-left: 4px;
    vertical-align: middle;
}

.attachmentButtons {
    border-radius: 100px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 65px;
    right: 20px;
    border: none;
    background: none;
    color: black !important;
}

.moveRight {
    bottom: 110px !important;
}

.catalog-box {
    overflow: hidden;
}

.monitor_header {
    margin-bottom: 5px;
}

    .monitor_header > span {
        font-weight: bold;
        font-size: 11px;
    }

.dummyContainer {
    overflow-y: auto;
}

.accordionTopLabel {
    margin-bottom: 0px;
    font-weight: bold;
}

.accordionLabel {
    margin-left: 5px;
    vertical-align: middle;
}

.accordianListLI {
    display: inline-block;
    margin-right: 10px !important;
}

.text-right {
    text-align: right !important;
}

.small-font {
    font-size: small !important;
}

.bottomSpace {
    margin-bottom: 15px !important;
}

.biggerSpace {
    height: 400px !important;
    max-height: 400px !important;
}

.wideCombo {
    width: 90% !important;
}

.attachmentCardListStyle {
    width: 96%;
    margin-left: 2%;
    margin-top: 10px;
}

.smallerBtn {
    height: 45px;
    padding: 10px;
}

.editCardContainer {
    height: 400px !important;
}

    .editCardContainer .cardList {
        height: 150px;
        overflow: auto;
    }

        .editCardContainer .cardList ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: center;
        }

            .editCardContainer .cardList ul li {
                list-style: none;
                vertical-align: top;
                margin: 0 8px 6px 0;
                text-transform: uppercase;
                padding: 7px 5px;
                color: #000;
                font-size: 13px;
                border: thin solid gray;
                border-radius: 8px;
            }

    .editCardContainer .cardDetails {
        margin-top: 20px;
        height: 180px;
        overflow: auto;
        border: solid thin grey;
        border-radius: 8px;
        padding: 8px;
    }

.cardSelected {
    background: darkgrey;
}

.spanHeader {
    font-weight: bold;
}

.referText {
    width: 46%;
    margin-left: 3%;
}

.reactZip {
    height: 56px !important;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #858383;
    border-radius: 5px;
    padding: 10px 0px 10px 12px;
}

.subscribedIntentionList {
    padding-left: 0;
    margin: 0px 0px 15px 15px !important;
}

    .subscribedIntentionList li {
        list-style: none;
        width: 105px;
        height: 15px;
        margin-top: 10px;
        display: inline-block;
    }

.subscribedSoliList {
    padding-left: 0;
    margin: 0px 0px 15px 15px !important;
    height: 250px;
    max-height: 250px;
    overflow-y: auto;
}

    .subscribedSoliList li {
        list-style: none;
        height: auto;
        margin-top: 2px;
    }

.fontbold {
    font-weight: bold;
}

.senderName {
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
    width: 100% !important;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.senderNameWrap {
    display: inline-block;
    margin-right: 10px;
}

.businessCardBody {
    height: 50vh !important;
}

.businessimg {
    cursor: pointer;
    padding: 5px;
    max-height: 81px;
}

.businessSignupButtons {
    margin-bottom: 10px;
    margin-top: 0px !important;
}

.alignIcon {
    margin-right: 10px !important;
}

.alignIconText {
    font-size: 14px;
    font-weight: bold;
}

.alignmentButton {
    margin-top: 10px !important;
    /*margin-left: 10px !important;*/
    background: white !important;
    color: black !important;
    border-radius: 10px !important;
    width: 180px !important;
    border: solid thin !important;
}

.alignmentButtonSelected {
    margin-top: 10px !important;
    /*margin-left: 10px !important;*/
    background: grey !important;
    color: black !important;
    border-radius: 10px !important;
    width: 180px !important;
    border: solid thin !important;
}

.statusChannel {
    width: 100% !important;
    height: 56px !important;
    position: relative;
    border: 1px solid #979797;
    transition: 0.3s background-color ease-in-out, 0.3s box-shadow ease-in-out;
    border-radius: 5px;
    background-color: #ffffff;
    color: black;
    font-weight: bold;
}

.reducePadding {
    padding: 15px 25px !important;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well-lg {
    padding: 24px;
}

.well-sm {
    padding: 9px;
}

.alignmentIntSettingList {
    padding-left: 0;
    margin: 0px 5px 15px 15px;
}

    .alignmentIntSettingList li {
        list-style: none;
        width: 120px;
        height: 20px;
        margin-top: 10px;
        margin-right: 10px;
        display: inline-block;
    }

.alignmentSoliSettingList {
    padding-left: 0;
    margin: 0px 5px 15px 15px;
}

    .alignmentSoliSettingList li {
        list-style: none;
        width: 180px;
        height: 20px;
        margin-top: 10px;
        margin-right: 10px;
        display: inline-block;
    }

.monitorAlignmentContainer {
    overflow-x: hidden;
    overflow-y: auto;
}

.quickCatLabel {
    width: 100%;
    text-align: center;
}

.quickCatContainer {
    margin-top: 10px !important;
    height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 280px !important;
    margin-bottom: 5px !important;
}

.searchTop {
    max-width: 295px;
    width: 100%;
    margin-top: 17px
}

.smallerDate {
    max-width: 150px !important;
}


.showCat {
    margin-bottom: 5px;
    margin-top: 10px;
    margin-right: 15px;
}

.hideCat {
    display: none !important;
}

.changeSize {
    margin-top: 15px !important;
}

.tipDiv {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

    .tipDiv > span {
        margin-left: 5px;
        font-weight: bold;
    }

.reactNarrow {
    max-width: 700px !important;
}

.small_productBox {
    max-height: 74px !important;
    min-height: 74px !important;
}

.toppad {
    padding: 0px;
    padding-top: 10% !important;
}

.bigImg {
    height: 35px !important;
}

.tabContainer {
    overflow: auto;
}

.disclaimerP {
    text-align: justify !important;
    margin-bottom: 3px !important;
}

.charCountLabel {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
}

.setupContainer {
    overflow: auto;
}

.nowrp {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.iframeClass {
    width: 100%;
    height: 98%;
    border: 1px solid #ccc;
    padding: 15px 20px;
}

.privacy_Heading {
    color: #1579cc;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-bottom: 15px;
}

.privacyLabel {
    font-size: 15px;
}

.privacyRow {
    margin-bottom: 10px;
    padding: 15px;
}

.fontBlack {
    color: black;
}

.selectPushUp {
    top: 0px !important;
}

.msgPlaceholderStyle::-webkit-input-placeholder {
    white-space: pre-line;
    position: relative;
    top: 30%;
    color: red;
}

.msgPlaceholderStyleVendor::-webkit-input-placeholder {
    white-space: pre-line;
    position: relative;
    top: 40%;
    color: red;
}

.notePlaceholderStyle::-webkit-input-placeholder {
    font-size: small;
    color: grey;
}

.businessCardReact {
    height: 54px !important;
    border: 1px solid rgb(140, 137, 137) !important;
}

.qrCode {
    text-align: center;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.qrCodeLabel {
    font-family: 'Inconsolata',monospace;
    font-weight: bolder;
    font-size: medium;
    margin-top: 15px;
}

.qrCodeLabelCard {
    font-family: 'Inconsolata',monospace;
    font-weight: bolder;
    font-size: medium;
}

.moveLeft {
    margin-left: 0px !important;
}

.iconSmallest {
    height: 19px;
    width: 19px;
}

.pullDownSmall {
    margin-top: 1px !important;
}

.biggerFont {
    font-size: 24px;
}

.vanishingLabel {
    text-align: center;
    margin-bottom: 5px;
    color: #006dc8;
    margin-left: 15px;
}

.noBusinessCard {
    height: 100%;
    border: solid thin grey;
    border-radius: 8px;
}

.noPadding {
    padding: 0px !important;
}

.noShow {
    display: none !important;
}

.alignmentContainer {
    text-align: center;
    margin-bottom: 10px;
}

.middleAlignmentSection {
    margin-left: 2%;
    margin-right: 2%;
}

.pushTop {
    top: 120px !important;
}

.lowMargin {
    margin-bottom: 0.8rem !important;
}

.lowerMargin {
    margin-bottom: 0.8rem !important;
    margin-top: 1rem !important;
}

.smallerMargin {
    margin-bottom: 3px !important;
}

.mediumMargin {
    margin-bottom: 8px !important;
}

.biggerMargin {
    margin-bottom: 9px !important;
}

.createGap {
    margin-bottom: 30px !important;
}

.quickAdd .modal-body {
    padding: 0.5rem !important;
}

.quickAdd .modal-header {
    padding: 0.5rem !important;
}

.formheader {
    font-weight: bold;
}

.margin5 {
    margin-top: 3px !important;
    margin-left: 10px !important;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
}

.createLabel {
    color: #006dc8;
    font-size: medium;
    text-align: center;
}

.alignText {
    font-size: medium;
    font-weight: bold;
    margin-bottom: 5px;
}

.leftAlignment {
    border-left: none !important;
    float: left !important;
    width: 40px !important;
}

.rightAlignment {
    width: 40px !important;
}

.pushtoLeft {
    max-width: 337px !important;
    margin-left: -24px !important;
    padding: 0px !important;
}

.showInline {
    display: inline-table !important;
    width: 89% !important;
    margin: 0px !important;
}

.gearIconTop {
    float: left !important;
    display: inline-table !important;
    margin-top: 5px !important;
    margin-right: 0px !important;
    padding-left: 5px !important;
}

.header_list_withBottom {
    width: auto;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #707070;
}

.refText {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.blackborderOn {
    border-bottom: 1px solid #707070;
}

.biggerLabel {
    font-weight: 600;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
}

.nostrikeonHover {
    text-decoration: none !important;
}

.indentedLeft {
    margin-top: 1rem;
    margin-left: 20px;
}

.borderandMargin {
    padding: 10px !important;
    border: solid 1px rgb(206, 212, 218);
    margin-bottom: 1rem !important;
}

.reduceWidth {
    width: 98% !important;
}

.gearIconBottom {
    padding-left: 5px !important;
    margin-right: 0px !important;
}

.orangeText {
    color: #e0a800;
}

.blueText {
    color: #36a4ff;
}

.validationLogStyle {
    border: solid 1px;
    padding: 5px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.vimg {
    max-height: 150px;
}

.allowMultiple {
    font-weight: bold;
    margin-top: 20px;
}

.thickborder {
    border: solid 1px grey !important;
}

.btnRight {
    text-align: right;
    margin-right: 10px;
}

.smallerLink {
    margin-left: 10px !important;
    font-size: medium !important;
    text-decoration: underline !important;
}

/**Category management**/
.app-category-group[expand=Y] .app-category-group-toggle-button {
    background-image: url(../images/minus.png);
}

.app-category-group[expand=N] .app-category-group-toggle-button {
    background-image: url(../images/plus.png);
}

.app-category-group[count="0"] .app-category-group-toggle-button {
    background-image: url(../images/circle.png);
}

.app-category-group[expand=N] .app-category-group-body {
    display: none;
}

.app-category-group-header:hover .app-category-group-add-new {
    display: block;
}

.app-category-group {
    display: block;
    width: 100%;
    white-space: nowrap;
}

.app-category-header {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.app-category-group-add-new:hover {
    text-decoration: underline;
}

.app-category-group-add-new {
    display: none;
    color: #999;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 13px;
    line-height: 20px;
}

.app-category-group-toggle-button {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.app-category-group-header:hover {
    background-color: #F0F5F9;
}

.app-category-group-header {
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.app-category-group-body {
    padding-left: 25px;
}

.app-category-item {
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}

.app-category-item-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/circle.png);
    margin-right: 5px;
}

.app-category-new-panel[mode="NEW"] {
    display: block;
}

.app-category-new-panel input:focus {
    outline: 0px;
    border: 1px solid #888;
}

.app-category-new-panel input {
    border: 1px solid #ccc;
    padding: 5px 10px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 80px;
}

.app-category-new-panel {
    position: relative;
    display: none;
}

.app-category-new-ok, .app-category-new-cancel {
    display: block;
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    z-index: 10;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

.app-category-new-ok {
    background-image: url(../images/proceed.png);
    right: 35px;
}

.app-category-new-cancel {
    background-image: url(../images/cancel.png);
    right: 0px;
}






/*React tree*/


/* the tree node's style */
.tree-view {
    overflow-y: hidden;
}

.tree-view_item {
    /* immediate child of .tree-view */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.tree-view_item_checkbox {
    margin-right: 3px !important;
    /* immediate child of .tree-view */
}

/* style for the children nodes container */
.tree-view_children {
    margin-left: 16px;
}

.tree-view_children_empty {
    margin-left: 8px;
}

.tree-view_children-collapsed {
    height: 0px;
}

.tree-view_arrow {
    cursor: pointer;
    margin-right: 6px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
}

    .tree-view_arrow:after {
        content: '▾';
    }

/* rotate the triangle to close it */
.tree-view_arrow-collapsed {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.node-label {
    display: inline;
}

/*End react tree*/

.left_sidebar_admin {
    width: 300px;
    position: fixed;
    bottom: 0;
    top: 130px;
    padding-left: 15px;
    z-index: 1;
}

.left_sidebar_small {
    width: 30px !important;
    position: fixed;
    bottom: 0; /*overflow-y: auto;*/
    top: 150px;
    left: 0; /*background: #ccc;*/
    padding-left: 15px;
    z-index: 1;
}

.topLevel {
    font-size: 15px;
}

.medLevel {
    padding-top: 3px;
}

.categoryContainer {
    overflow-y: auto;
}

.portalCheckBox {
    margin-top: 5px !important;
    font-weight: bold !important;
}


.biggerSelect {
    height: 56px !important;
}

.detailPageBadgeIcon {
    height: 30px !important;
}

.searchPageBadgeIcon {
    height: 18px !important;
}

/*tabs custom*/
.react-tabs__tab-list {
    margin: 0px !important;
}

.react-tabs__tab-panel {
    border-left: #aaa 1px solid;
    border-right: #aaa 1px solid;
    border-bottom: #aaa 1px solid;
    background-color: white;
}
/*end  tabs*/

@media print {
    .cardContainer {
        overflow: unset !important;
        height: unset !important;
    }

    .eulaContainer {
        overflow: unset !important;
        height: unset !important;
    }
}

.card-fav-icon {
    position: absolute;
    bottom: 5px;
    left: 5px;
}

    .card-fav-icon i {
        opacity: 0;
    }

.fav-domain {
    opacity: 1 !important;
    color: orangered !important;
}

.domain-container-li:hover .card-fav-icon i {
    opacity: 1;
    color: black;
}

.fileContainer {
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

.fileSelector {
    margin-top: 10px !important;
    padding-left: 10px !important;
}

.left_moretop {
    top: 600px !important;
}

.pushBoth {
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.cardBox {
    max-height: 380px !important;
    overflow: auto;
}

.paddedRow {
    padding: 10px !important;
}

.alignButtonToRight {
    text-align: right;
    width: 100%;
}

.fullWidth {
    width: 100% !important;
}

.pushFooterLeft {
    padding-left: 30px !important;
}

.main-bodysec {
    overflow: auto !important;
}

.alignmentStyleButton {
    height: 55px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #979797;
}

.ninetyPercent {
    width: 85%;
    padding-left: 10px;
}

.tenPercent {
    width: 15%;
    margin-top: 10px;
    text-align: center;
}

.searchCardListStyle {
    height: 20px !important;
}

.pushLeft {
    margin-left: -30px;
}

.noRightPad {
    padding-right: 0px !important;
}

.attachIconCenter {
    text-align: center;
    margin-top: 1%;
    margin-left: 5px;
    margin-right: 5px;
}

.movetoRight {
    width: 50%;
    float: right;
}

.floatRight {
    float: right;
}

.forumCardStyle {
    font-size: 12px !important;
    margin-bottom: 5px !important;
}

.publicCheck {
    margin-right: 10px;
    margin-top: 2%;
    font-weight: bold;
}

.pushtoPadLeft {
    padding-left: 10px !important;
}

.channelParent {
    width: 280px;
    height: 180px;
    background-color: white;
    min-height: 100px !important;
    border: 1px solid #707070;
    margin: 0 5px 10px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 6px;
}

.channelName {
    text-align: center;
    font-weight: bold;
}

.channelImageParent {
    text-align: center;
    vertical-align: top;
    padding: 15px;
}

.channelImage {
    max-height: 100px !important;
}

.padded {
    padding: 6px;
}

.programViewFrame {
    height: 350px;
    max-width: 600px;
    max-height: 350px;
    border: none;
    width: 100%;
}

.programView {
    margin-top: 5px;
}

.programViewDiv {
    padding-bottom: 10px;
}

.programViewDivBold {
    font-weight: bold;
}

.programDetailsTable {
    max-height: 150px;
    overflow: auto;
}

.programBtnStyle {
    border: 3px solid #707070;
    border-radius: 10px;
    padding: 5px;
}

.pushDownMore {
    margin-top: 30px;
}

/*table layout start*/
.testTable {
    display: table;
    margin: 0px;
    padding: 0px;
    width: 95%;
    margin-top: 10px;
}

.testRow {
    display: table-row;
}

    .testRow > span {
        list-style: none;
        display: table-cell;
        border: 1px solid #000;
        padding: 8px;
    }

.testHeader {
    display: table-header-group;
    /*position: absolute;*/
}

    .testHeader span {
        background-color: #ccc;
    }

.testBody {
    display: table-row-group;
}
/*table layout end*/

.channelPageBadgeIcon {
    height: 22px;
    margin-top: 3px;
    margin-right: 2px;
}

.forumCardStyleParent {
    font-weight: bold;
    padding: 10px;
    border: solid thin grey;
    margin: 5px;
    margin-right: 12px;
    border-radius: 6px;
}

.headerTab {
    display: inline-block;
    width: 100%;
}

.leftTab {
    float: left;
}

.rightTab {
    float: right;
    margin-right: 20px;
}

.inviteParent {
    font-size: large;
    margin: 10px;
}

    .inviteParent > div {
        margin-bottom: 10px;
    }

.mlt-5 {
    margin-left: 5px;
}

.vendor_product_details_section {
    padding: 1% 10%;
}

.commentPad {
    padding: 10px 0px 20px 0px;
}

.inviteBtn {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
    text-align: right;
}

.domainStyle {
    margin-left: 10px;
    line-height: 2em;
}


.mh-portalCheckNone {
    display: none !important;
}

.mh-portalCheck {
    margin-right: 4px;
}

.backgroundWhite {
    background: white;
    height: auto !important;
}

    .backgroundWhite button {
        width: auto !important;
        max-width: 100% !important;
    }

section.pricing {
    
}

.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 1.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

    .pricing .card-price .period {
        font-size: 0.8rem;
    }

.pricing ul li {
    margin-bottom: 0.2rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

        .pricing .card:hover .btn {
            opacity: 1;
        }
}

.dialog-maxwidth-350 .modal-dialog {
    max-width: 350px !important;
}

.dialog-maxwidth-180 .modal-dialog {
    max-width: 180px !important;
}

.dialog-maxwidth-370 .modal-dialog {
    max-width: 370px !important;
}

.dialog-maxwidth-450 .modal-dialog {
    max-width: 450px !important;
    overflow: hidden !important;
}

.dialog-maxheight-450 .modal-body {
    height: 450px !important;
    max-height: 450px !important;
    overflow: hidden !important;
}

.dialog-maxwidth-1000 .modal-dialog {
    max-width: 1000px !important;
}

.dialog-maxwidth-900 .modal-dialog {
    max-width: 900px !important;
}

.dialog-maxwidth-300 .modal-dialog {
    max-width: 300px !important;
}

.dialog-maxwidth-500 .modal-dialog {
    max-width: 500px !important;
}

.text-input {
    width: 100% !important;
    height: auto !important;
    border-radius: 1px;
    position: relative;
    background-color: white;
    border: 1px solid #979797;
    transition: 0.3s background-color ease-in-out, 0.3s box-shadow ease-in-out;
    border-radius: 0px;
}

.slim-control .text-input {
    border: none;
    background-color: transparent;
}

.right-m-20 {
    margin-right: 20px
}

.mandatory-indicator {
    position: absolute;
    height: 100%;
    width: 5px;
    background: red;
    cursor: pointer;
}

.text-input.errored {
    /*background-color: rgba(55, 0, 0, 0.1) !important;*/
    background-color: antiquewhite !important;
    /*background-color: rgba(255, 0, 0, 0.5) !important;
    color: #f00;*/
}

.text-input.activeX.errored {
    /*background-color: rgba(55, 0, 0, 0.1) !important;*/
    /*background-color: rgba(247, 66, 53, 0.5) !important;*/
    background-color: white !important;
    color: black !important;
}

.text-input.active.errored input + label {
    color: darkred !important;
    white-space: nowrap;
}



.text-input:hover {
    background-color: rgba(255, 255, 255, 0.45);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.text-input.active {
    background-color: #ffffff;
    /*box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);*/
}

.slim-control .text-inputhover {
    box-shadow: none;
    background-color: transparent;
}

.slim-control .text-input.active {
    border: none;
    background-color: transparent;
}

.text-input.active select {
    padding: 24px 16px 8px 16px;
}

.text-input.active input {
    padding: 24px 16px 8px 16px;
}

.text-input.activeX select {
    padding: 0px 16px;
}

.text-input.activeX input {
    padding: 10px 20px 8px 16px;
}

.text-input.activeX label {
    display: none;
}

.text-input.active select + label {
    top: 4px;
    opacity: 1;
    color: grey;
}

.text-input.active input + label {
    top: 4px;
    opacity: 1;
    color: grey;
}

.text-input.locked {    
    cursor: not-allowed;
}

.text-input input, .text-input select[multiple] {
    height: 200px;
}

.text-input input, .text-input select:not([multiple]) {
    height: 54px;
}

.text-input input, .text-input select {
    width: 100% !important;
    position: relative;
    padding: 0px 16px;
    border: none !important;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: normal;
    background-color: transparent;
    color: #282828 !important;
    outline: none;
    box-shadow: 0px 4px 20px 0px transparent;
    transition: 0.3s background-color ease-in-out, 0.3s box-shadow ease-in-out, 0.1s padding ease-in-out;
    -webkit-appearance: none;
}

    .text-input input::-webkit-input-placeholder {
        /*color: red;*/
        color: #282828;
        opacity: .75;
    }

    .text-input input::-moz-placeholder {
        /*color: red;*/
        color: #282828;
        opacity: .75;
    }

    .text-input input:-ms-input-placeholder {
        /*color: red;*/
        color: #282828;
        opacity: .75;
    }

    .text-input input:-moz-placeholder {
        /*color: red;*/
        color: #282828;
        opacity: .75;
    }

.text-input.errored input, .errored.text-input select {
    color: darkred !important;
    /*background-color: transparent !important;*/
}

.text-input.activeX.errored input, .errored.activeX.text-input select {
    color: black !important;
}


.text-input label {
    font-size: x-small;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    color: lightgrey;
}

.text-input select + label {
    position: absolute;
    top: 24px;
    left: 16px;
    font-weight: 600;
    line-height: 24px;
    opacity: 0;
    pointer-events: none;
    transition: 0.1s all ease-in-out;
}

.text-input input + label {
    position: absolute;
    top: 24px;
    left: 16px;
    font-weight: 600;
    line-height: 24px;
    opacity: 0;
    pointer-events: none;
    transition: 0.1s all ease-in-out;
}

    .text-input input + label.error {
        /*color: #ec392f;*/
        color: #fff;
    }

.text-input p.predicted {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #e0e0e0;
    opacity: 1;
    pointer-events: none;
}


.clearable {
    background: url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    transition: background 0.4s;
}

    .clearable.x {
        background-position: right 5px center;
    }

    .clearable.onX {
        cursor: pointer;
    }

